@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5txys');
  src:  url('../fonts/icomoon.eot?5txys#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5txys') format('truetype'),
    url('../fonts/icomoon.woff?5txys') format('woff'),
    url('../fonts/icomoon.svg?5txys#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;
  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-business:before {
  content: "\bb";
  color: #066;
}
.icon-construction:before {
  content: "\cc";
  color: #f69240;
}
.icon-design:before {
  content: "\e902";
  color: #009b74;
}

.icon-education:before {
  content: "\e903";
  color: #f3cf45;
}
.icon-healthcare:before {
  content: "\e904";
  color: #de4561;
}
.icon-legal:before {
  content: "\e905";
  color: #93509e;
}
.icon-media:before {
  content: "\e906";
  color: #99c;
}
.icon-safety:before {
  content: "\e907";
  color: #636;
}
.icon-technology:before {
  content: "\e908";
  color: #73af55;
}

.og-expanded .icon-business:before, .og-expanded .icon-design:before, .og-expanded .icon-construction:before, .og-expanded .icon-healthcare:before, .og-expanded .icon-legal:before, .og-expanded .icon-media:before, .og-expanded .icon-safety:before, .og-expanded .icon-technology:before {
  color: #fff;
}
.og-expanded .icon-education:before {
  color: #01426A;
}

.icon span.icon-legal {
    font-size: 1.7rem;
}

.icon span.icon-technology {
    font-size: 1.7rem;
}

.icon span.icon-business {
    font-size: 1.6rem;
}
