@font-face {
  font-family: 'icon';
  src:
    url('../fonts/icon.ttf?56rnyj') format('truetype'),
    url('../fonts/icon.woff?56rnyj') format('woff'),
    url('../fonts/icon.svg?56rnyj#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question:after {
  content: "\ea09";
}

#needhelp{
  color: white;
}
