.bq-vf-vacancy {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0px;
  background: white;
  border-radius: 10px;
  padding: 20px;
}
.bq-vf-vacancy:first-child {
  margin-top: 50px;
}
.bq-vf-vacancy h3.vacancy_heading {
  font-family: 'Roboto', 'Arial', 'sans-serif' !important;
  font-weight: 700;
  font-size: 20px !important;
  color: #1f1f1f;
}
.bq-vf-vacancy .bq-vf-info p {
  font-weight: bold;
  margin-bottom: 0 !important;
}
.bq-vf-vacancy .bq-vf-info p span {
  font-weight: normal;
}
.bq-vf-vacancy .bq-vf-info p:last-child {
  margin-bottom: 1em !important;
}
.bq-vf-vacancy .bq-vf-links ul {
  list-style-type: none;
  display: flex;
  margin: 0 0 1em 0;
  padding: 0;
}
@media all and (max-width: 600px) {
  .bq-vf-vacancy .bq-vf-links ul {
    flex-direction: column;
  }
  .bq-vf-vacancy .bq-vf-links ul li:first-child {
    margin-bottom: 1em;
  }
  .bq-vf-vacancy .bq-vf-links ul li:after {
    content: "" !important;
  }
}
.bq-vf-vacancy .bq-vf-links ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bq-vf-vacancy .bq-vf-links ul li:first-child:after {
  content: "|";
  margin: 0 1em;
}
.bq-vf-vacancy .bq-vf-apply {
  padding: 1em 0;
}
.bq-vf-vacancy .bq-vf-apply a.bq-button-gold {
  background: #d6aa36 !important;
  color: white !important;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 5px;
}
.bq-vf-vacancy .bq-vf-apply a.bq-button-gold:hover {
  color: white !important;
  font-weight: bold;
}
/***************************************************************
* gateway link
***************************************************************/
#applicantGateWayLinkWrapper a#applicantGatewayLink {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}
#applicantGateWayLinkWrapper a#applicantGatewayLink:hover {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}
/***************************************************************
* no-results
***************************************************************/
.no-results {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
}
/*********************************************
* mobile
*********************************************/
@media all and (max-width: 600px) {
  #VF-vacancies-wrapper {
    min-width: 0 !important;
  }
  #VF-vacancies-wrapper #VF_vacancies .ui.container {
    padding: 0;
  }
}
/*# sourceMappingURL=bq-vf.css.map */