@font-face {
  font-family: 'jobs';
  src:  url('fonts/jobs.eot?4k1ml2');
  src:  url('fonts/jobs.eot?4k1ml2#iefix') format('embedded-opentype'),
    url('fonts/jobs.ttf?4k1ml2') format('truetype'),
    url('fonts/jobs.woff?4k1ml2') format('woff'),
    url('fonts/jobs.svg?4k1ml2#jobs') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ej-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jobs' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ej-office-push-pin:before {
  content: "\e907";
}
.ej-calender:before {
  content: "\e953";
}
.ej-facebook:before {
  content: "\ea90";
}
.ej-twitter:before {
  content: "\ea96";
}
.ej-linkedin:before {
  content: "\eac9";
}
.ej-menu:before {
  content: "\e906";
}
.ej-brifcase:before {
  content: "\e900";
}
.ej-clock:before {
  content: "\e901";
}
.ej-marker:before {
  content: "\e902";
}
.ej-right-arrow-dubble:before {
  content: "\e903";
}
.ej-money:before {
  content: "\e905";
}
.ej-chevron-down:before {
  content: "\e904";
}
