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

[class^="icon-"], [class*=" icon-"], [class^="icon-link"] a, [class*=" icon-link"] a {
  /* 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-envelope:before {
  content: "\e901";
  margin-right: .25em;
}
.icon-link_envelope a:before{
  content: "\e901";
  margin-right: .25em;
}

.icon-phone:before {
  content: "\e900";
  margin-right: .125em;
}
.icon-link_phone a:before{
  content: "\e900";
  margin-right: .125em;
}
