@font-face {
  font-family: 'newembo-icon';
  src:  url('fonts/newembo-icon.eot?88xac9');
  src:  url('fonts/newembo-icon.eot?88xac9#iefix') format('embedded-opentype'),
    url('fonts/newembo-icon.ttf?88xac9') format('truetype'),
    url('fonts/newembo-icon.woff?88xac9') format('woff'),
    url('fonts/newembo-icon.svg?88xac9#newembo-icon') 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: 'newembo-icon' !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-Icon_X:before {
  content: "\e900";
}
.icon-Arrow_Down_Black:before {
  content: "\e901";
}
.icon-Icon_Download:before {
  content: "\e902";
}
.icon-Icon_Email:before {
  content: "\e903";
}
.icon-Icon_Phone:before {
  content: "\e904";
}
.icon-Icon_Related_Links:before {
  content: "\e905";
}
.icon-Arrow_Down_Gray:before {
  content: "\e906";
  color: #a1a1a1;
}
.icon-Arrow_Down_Green:before {
  content: "\e907";
  color: #80a829;
}
.icon-Arrow_Down_Orange:before {
  content: "\e908";
  color: #ea7203;
}
.icon-Arrow_Down_red:before {
  content: "\e909";
  color: #d32c17;
}
.icon-Arrow_Down_Yellow:before {
  content: "\e90a";
  color: #f6ad00;
}
.icon-Arrow_Left_Black:before {
  content: "\e90b";
}
.icon-Arrow_Left_Gray:before {
  content: "\e90c";
}
.icon-Arrow_Right_Black:before {
  content: "\e90d";
}
.icon-Arrow_Right_Gray:before {
  content: "\e90e";
}
.icon-Icon_Search:before {
  content: "\e90f";
}
