@charset "UTF-8";

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

}

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

.jobs-collaboration:before {
  content: "\61";
}
.jobs-group:before {
  content: "\62";
}
.jobs-growth:before {
  content: "\63";
}
.jobs-presentation:before {
  content: "\64";
}
.jobs-snack:before {
  content: "\65";
}