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

.fonticon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-bx_link-external:before {
  content: "\e907";
  color: #2e86ab;
}
.icon-facebook:before {
  content: "\e904";
  color: #d1ceca;
}
.icon-linkedin:before {
  content: "\e905";
  color: #d1ceca;
}
.icon-twitter:before {
  content: "\e906";
  color: #d1ceca;
}
.icon-youtube:before {
  content: "\e902";
  color: #d1ceca;
}
.icon-checked:before {
  content: "\900";
  color: #fff;
}
.icon-closed:before {
  content: "\e901";
  color: #454f5a;
}
.icon-up-arrow-next:before {
  content: "\e902";
  color: #454f5a;
}
.icon-up-arrow-prev:before {
  content: "\e903";
  color: #717880;
}
