[class^="debrand-icon-"],
[class*=" debrand-icon-"] {
  &:before {
    display: inline-block;
    vertical-align: middle;
    font-family: $font-icon;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }
}

[class^="debrand-icon-after-"],
[class*=" debrand-icon-after-"] {
  &:after {
    display: inline-block;
    vertical-align: middle;
    font-family: $font-icon;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }
}

.debrand-icon-after-question:after {
  content: '\EA01';
}