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

/*
 * Only the six industry glyphs that never existed in Font Awesome.
 * Existing class names are unchanged so site CSS targeting them still applies.
 */
.ma-icon-googlemybusiness,
.ma-icon-healthgrades,
.ma-icon-zocdoc,
.ma-icon-realself,
.ma-icon-angieslist,
.ma-icon-demandforce {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * Font Awesome hands stacked icons the stack's own line-height so the glyph
 * centres inside the 2em box (`.fa-stack-1x { line-height: inherit }`), which
 * overrides its base `line-height: 1`. The rule above is a single class, same
 * as FA's base rule, so whichever stylesheet loads last would win and the
 * glyph would sit half a step high. Restating it at two classes makes it
 * independent of enqueue order. `.fa-stack-2x` is deliberately left alone:
 * FA keeps line-height 1 there and doubles the font-size instead.
 */
.fa-stack-1x.ma-icon-googlemybusiness,
.fa-stack-1x.ma-icon-healthgrades,
.fa-stack-1x.ma-icon-zocdoc,
.fa-stack-1x.ma-icon-realself,
.fa-stack-1x.ma-icon-angieslist,
.fa-stack-1x.ma-icon-demandforce {
  line-height: inherit;
}

.ma-icon-googlemybusiness:before {
  content: "\e900";
}
.ma-icon-zocdoc:before {
  content: "\e901";
}
.ma-icon-demandforce:before {
  content: "\e902";
}
.ma-icon-realself:before {
  content: "\e903";
}
.ma-icon-angieslist:before {
  content: "\e904";
}
.ma-icon-healthgrades:before {
  content: "\e905";
}
