.tx-zms-solr {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 16px;
}
.tx-zms-solr .job-header {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 2rem 1rem;
}
.tx-zms-solr .job-header .mood {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  max-width: 62.5%;
}
.tx-zms-solr .job-header .mood img {
  display: block;
  max-width: 100%;
  height: auto;
}
.tx-zms-solr .job-header .logo {
  position: relative;
  left: initial;
  bottom: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  max-height: 200px;
  max-width: 41.40625%;
  margin-right: -3.90625%;
  padding: 20px;
  background: white;
  border-radius: 6px;
}
.tx-zms-solr .job-header .logo img {
  display: block;
  max-width: 100%;
  max-height: 160px;
}
@media (max-width: 991px) {
  .tx-zms-solr .job-header {
    position: relative;
    display: block;
    padding: 0 0 4rem;
    background-color: #1e1e1e;
  }
  .tx-zms-solr .job-header .mood {
    width: 100%;
    max-width: 100%;
  }
  .tx-zms-solr .job-header .logo {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translate(-50%, 0);
    max-width: 530px;
    margin-right: -20px;
  }
}
.tx-zms-solr #jobApplicationSpacer {
  height: 80px;
  display: none;
}
.tx-zms-solr #jobApplicationSpacer.show {
  display: block;
}
.tx-zms-solr .job-application {
  padding: 2rem;
}
.tx-zms-solr .job-application .row {
  align-items: center;
}
.tx-zms-solr .job-application .company {
  display: none;
  position: absolute;
  top: -1.5rem;
  width: 100%;
  text-align: center;
}
.tx-zms-solr .job-application .heading {
  margin: 0;
  font-size: 30px;
  line-height: normal;
}
.tx-zms-solr .job-application .keyfacts {
  display: none;
}
.tx-zms-solr .job-application .keyfacts > span {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.tx-zms-solr .job-application .keyfacts > span:last-of-type {
  padding-right: 0;
  border: none;
}
.tx-zms-solr .job-application .keyfacts > span .icon {
  display: inline-block;
  width: 14px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  margin-right: 4px;
  transform: translateY(-1px);
}
.tx-zms-solr .job-application .keyfacts > span .icon svg {
  max-height: 100%;
  max-width: 100%;
  fill: #fff;
}
@media (max-width: 991px) {
  .tx-zms-solr .job-application .keyfacts {
    display: none !important;
  }
}
.tx-zms-solr .job-application .btn {
  font-size: 25px;
  line-height: 36px;
  border-radius: 6px;
  padding: 10px 16px;
  width: 100%;
}
.tx-zms-solr .job-application.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #1e1e1e;
}
.tx-zms-solr .job-application.sticky .heading {
  margin: 0 0 1rem;
  font-size: 22px;
  line-height: 26px;
}
.tx-zms-solr .job-application.sticky .keyfacts {
  display: block;
}
@media (max-width: 991px) {
  .tx-zms-solr .job-application.sticky .company {
    display: block;
  }
}
@media (max-width: 991px) {
  .tx-zms-solr .job-application {
    padding: 2.5rem 2rem 1.5rem;
    background-color: #1e1e1e;
  }
  .tx-zms-solr .job-application .heading {
    margin: 0 0 1rem;
    font-size: 22px;
    line-height: 26px;
  }
  .tx-zms-solr .job-application .btn {
    font-size: 22px;
    line-height: 32px;
  }
}
.tx-zms-solr .job-content {
  padding: 2rem;
}
.tx-zms-solr .job-content a {
  text-decoration: underline;
}
.tx-zms-solr .job-content .col-main .info {
  margin-bottom: 2rem;
}
.tx-zms-solr .job-content .col-main .subheading {
  margin: 0 0 0.5rem;
  font-family: MBCorpoSText-Regular-Web, "Arial", sans-serif;
  font-size: 16px;
  color: #00adef;
  font-weight: 600;
  line-height: normal;
}
.tx-zms-solr .job-content .col-main .indent {
  padding-left: 120px;
}
.tx-zms-solr .job-content .col-main .indent .subheading {
  position: relative;
}
.tx-zms-solr .job-content .col-main .indent .subheading:after {
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  width: 80px;
  height: 1px;
  background: #00adef;
  top: 50%;
}
.tx-zms-solr .job-content .col-main .indent.no-subheading .content {
  position: relative;
}
.tx-zms-solr .job-content .col-main .indent.no-subheading .content:after {
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  width: 80px;
  height: 1px;
  background: #00adef;
  top: 0.5rem;
}
@media (max-width: 991px) {
  .tx-zms-solr .job-content .col-main .indent {
    padding-left: 0;
    padding-top: 2rem;
  }
  .tx-zms-solr .job-content .col-main .indent .subheading:after {
    width: 100%;
    left: 0;
    top: -1rem;
  }
}
.tx-zms-solr .job-content .col-aside .info {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.tx-zms-solr .job-content .col-aside .info .icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}
.tx-zms-solr .job-content .col-aside .info .icon svg {
  fill: #fff;
}
.tx-zms-solr .job-content .col-aside .info .label {
  font-weight: bold;
}
.tx-zms-solr .job-content .col-aside .info .content.block {
  margin-top: 1rem;
  display: block;
}
@media (max-width: 991px) {
  .tx-zms-solr .job-content .col-aside {
    background-color: #1e1e1e;
  }
}
@media (max-width: 991px) {
  .tx-zms-solr .job-content {
    padding: 0rem;
  }
  .tx-zms-solr .job-content > .row {
    margin: 0;
  }
  .tx-zms-solr .job-content > .row > div {
    padding: 2rem 2rem 1rem;
  }
}

/*# sourceMappingURL=styles.css.map */
