@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "efm-site" !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: "efm-site" !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-equities:before {
  content: "\61";
}
.icon-equity:before {
  content: "\62";
}
.icon-infrastructure:before {
  content: "\63";
}
.icon-investments:before {
  content: "\64";
}
.icon-login:before {
  content: "\65";
}
.icon-mail:before {
  content: "\66";
}
.icon-society:before {
  content: "\67";
}
.icon-governance:before {
  content: "\68";
}
.icon-environment:before {
  content: "\69";
}
.icon-eye:before {
  content: "\6a";
}
