@charset "UTF-8";

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

}

[data-icon50]:before {
  font-family: "50yearIcons" !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^="icon50-"]:before,
[class*=" icon50-"]:before {
  font-family: "50yearIcons" !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;
}

.icon50-50yearbadge:before {
  content: "\61";
}
.icon50-50yearseal:before {
  content: "\62";
}
