@charset "UTF-8";

@font-face {
  font-family: "challengefont";
  src:url("fonts/challengefont.eot");
  src:url("fonts/challengefont.eot?#iefix") format("embedded-opentype"),
    url("fonts/challengefont.woff") format("woff"),
    url("fonts/challengefont.ttf") format("truetype"),
    url("fonts/challengefont.svg#challengefont") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "challengefont" !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^="track-"]:before,
[class*=" track-"]:before {
  font-family: "challengefont" !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;
}

.track-timer:before {
  content: "a";
}
.track-message:before {
  content: "b";
}
.track-join:before {
  content: "c";
}
.track-description:before {
  content: "d";
}
.track-manual-club:before {
  content: "e";
}
.track-manual-other:before {
  content: "f";
}
.track-manual-club-other:before {
  content: "g";
}
.track-gps-device:before {
  content: "h";
}
.track-lifestyle:before {
  content: "i";
}
.track-gps-device-lifestyle:before {
  content: "j";
}
.track-auto-club:before {
  content: "k";
}
.track-auto-other:before {
  content: "l";
}
.track-auto-club-other:before {
  content: "m";
}
.track-best-performers:before {
  content: "n";
}
.track-hr-training:before {
    content: "o";
}