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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-x:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e901";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e947";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-phone:before {
  content: "\e942";
} 