@charset "UTF-8";

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

}

.icon {
  display: inline-block;
  font: normal normal normal 14px/1 career-icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

[data-icon]:before {
  font-family: "career-icons" !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;
  vertical-align: middle;
}

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

.career-5days:before {
  content: "\61";
}
.career-bonus:before {
  content: "\62";
}
.career-doctor:before {
  content: "\63";
}
.career-double-pay:before {
  content: "\64";
}
.career-traveler:before {
  content: "\65";
}
.career-insurance:before {
  content: "\66";
}
