@charset "UTF-8";

@font-face {
  font-family: "edco-font-20";
  src:url("fonts/edco-font-20.eot");
  src:url("fonts/edco-font-20.eot?#iefix") format("embedded-opentype"),
    url("fonts/edco-font-20.woff") format("woff"),
    url("fonts/edco-font-20.ttf") format("truetype"),
    url("fonts/edco-font-20.svg#edco-font-20") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]::before {
  font-family: "edco-font-20" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "edco-font-20" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar-icon::before {
  content: "\61";
}
.icon-directory-icon::before {
  content: "\62";
}
.icon-faq-icon::before {
  content: "\63";
}
.icon-gallery-icon::before {
  content: "\64";
}
.icon-handbook-icon::before {
  content: "\65";
}
.icon-home-icon::before {
  content: "\66";
}
.icon-mail-icon::before {
  content: "\67";
}
.icon-media-icon::before {
  content: "\68";
}
.icon-news-icon::before {
  content: "\69";
}
.icon-notification-icon::before {
  content: "\6a";
}
.icon-power-icon::before {
  content: "\6b";
}
.icon-safety-icon::before {
  content: "\6c";
}
.icon-submit-icon::before {
  content: "\6d";
}
.icon-products-icon::before {
  content: "\6e";
}
.icon-hr-icon::before {
  content: "\6f";
}
