 /*@font-face {
  font-family: 'icomoon';
  src:  url('/a/fonts/icomoon.eot?oubw5l');
  src:  url('/a/fonts/icomoon.eot?oubw5l#iefix') format('embedded-opentype'),
    url('/a/fonts/icomoon.ttf?oubw5l') format('truetype'),
    url('/a/fonts/icomoon.woff?oubw5l') format('woff'),
    url('/a/fonts/icomoon.svg?oubw5l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  use !important to prevent issues with browser extensions that change fonts 
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question-circle:before {
  content: "\f059";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-youtube:before {
  content: "\ea9d";
}
*/

@font-face {
  font-family: 'icomoon';
  src:  url('/a/fonts/icomoon.eot?48fic2');
  src:  url('/a/fonts/icomoon.eot?48fic2#iefix') format('embedded-opentype'),
    url('/a/fonts/icomoon.ttf?48fic2') format('truetype'),
    url('/a/fonts/icomoon.woff?48fic2') format('woff'),
    url('/a/fonts/icomoon.svg?48fic2#icomoon') 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: 'icomoon' !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-circle:before,
.icon-question:before {
  content: "\e907";
}
.icon-help-with-circle:before {
  content: "\e905";
}
.icon-commenting-o:before {
  content: "\e903";
}
.icon-commenting1:before {
  content: "\e906";
}
.icon-chevron-circle-right:before {
  content: "\e904";
}
.icon-commenting:before {
  content: "\e901";
}
.icon-bars:before {
  content: "\e902";
}
.icon-navicon:before {
  content: "\e902";
}
.icon-reorder:before {
  content: "\e902";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content:'';
  background-image: url("/a/img/linkedin-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
}
a:hover .icon-linkedin:before {
  background-image: url("/a/img/linkedin-logo-hover.svg");
}