.atscareer-detail {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #2d2d2d;
  font-family: "Futura PT Cond Book", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.atscareer-detail .container {
  max-width: 1260px;
  width: 100%;
  padding-left: 34px;
  padding-right: 34px;
}
.atscareer-detail p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.atscareer.no-padding,
.atscareer-detail.no-padding {
  padding: 0 !important;
}

.atscareer__department-block + .atscareer__department-block {
  margin-top: 80px;
}

.atscareer__back-link-wrap {
  margin-bottom: 1rem;
}

.atscareer__back-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.atscareer-job-header {
  min-height: 560px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.atscareer-job-header .text-box {
  inset: 0;
  z-index: 2;
}

.atscareer-job-header .Button-One {
  z-index: 3;
}

.atscareer-job-header__title {
  margin: 0;
  color: #ffffff;
  font-family: "Rockwell", Arial, sans-serif;
  font-size: 3rem !important;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.atscareer-job-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.atscareer-job-header__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #8b6f4e;
  font-size: 1.4rem;
}
.atscareer-job-header__meta li span {
  font-size: inherit;
}
.atscareer-job-header__meta li .fa {
  font-size: 1.6rem;
  transform: translateY(-3px);
}

.atscareer-detail__description {
  background: #e9e6e1;
  padding: 3.5rem 0 3.25rem;
}

.atscareer-detail__paper {
  color: #2d2d2d;
}

.atscareer-detail__intro {
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
  line-height: 1.4;
}

.atscareer-detail__block {
  margin-top: 5rem;
}
.atscareer-detail__block h2 {
  margin: 0 0 0.8rem;
  color: #8b6f4e;
  font-family: "Rockwell", Arial, sans-serif;
  font-size: 1.8rem !important;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  font-weight: 700;
}

.atscareer-detail__copy {
  font-size: 1.6rem;
  line-height: 1.4;
  white-space: pre-line;
}
.atscareer-detail__copy ul,
.atscareer-detail__copy ol {
  margin: 0.5rem 0 0.5rem 1.15rem;
}

.atscareer-detail__copy-list {
  margin: 0;
  padding-left: 1.3rem;
  font-size: 1.6rem;
  line-height: 1.4;
}

.atscareer-detail__actions {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.atscareer-detail__contact {
  background: #8b6f4e;
  color: #fff;
  padding-top: calc(var(--space-multiplicator) * 3);
  padding-bottom: calc(var(--space-multiplicator) * 3);
  text-align: center;
}
.atscareer-detail__contact h2 {
  color: inherit;
  margin: 0 0 0.7rem;
  font-family: "Rockwell", Arial, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
}
.atscareer-detail__contact p {
  color: inherit;
  margin: 0.28rem 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
.atscareer-detail__contact a {
  color: inherit !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.atscareer-detail__contact.apprenticeship {
  color: #2d2d2d;
  background: #F39600;
  background: -webkit-linear-gradient(90deg, rgb(243, 150, 0) 0%, rgb(245, 255, 0) 50%, rgb(149, 193, 31) 100%);
  background: -moz-linear-gradient(90deg, rgb(243, 150, 0) 0%, rgb(245, 255, 0) 50%, rgb(149, 193, 31) 100%);
  background: linear-gradient(90deg, rgb(243, 150, 0) 0%, rgb(245, 255, 0) 50%, rgb(149, 193, 31) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F39600", endColorstr="#95C11F", GradientType=1);
}

.atscareer-detail__contact-role {
  margin-left: 0.35rem;
}

@media (max-width: 767px) {
  .atscareer-detail {
    font-size: 16px;
  }
  .atscareer-detail a.btn-primary {
    padding: 16px 16px 13px;
  }
  .atscareer-detail .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .atscareer-job-header .container {
    background: rgba(0, 0, 0, 0.7);
  }
  .atscareer-job-header__title {
    font-size: 1.6rem !important;
    max-width: none;
  }
  .atscareer-job-header {
    min-height: 400px;
  }
  .atscareer-job-header__meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  .atscareer-job-header__meta li {
    font-size: 1rem;
  }
  .atscareer-job-header__meta li span {
    font-size: inherit;
  }
  .atscareer-job-header__meta li .fa {
    font-size: 1rem;
    transform: translateY(-3px);
  }
  .atscareer-detail__description {
    padding: 2.2rem 0 2rem;
  }
  .atscareer-detail__intro {
    font-size: 1.05rem;
  }
  .atscareer-detail__copy {
    font-size: 1rem;
  }
  .atscareer-detail__copy-list {
    font-size: 1rem;
  }
  .atscareer-detail__block {
    margin-top: 3.4rem;
  }
  .atscareer-detail__block h2 {
    font-size: 1.2rem !important;
    line-height: 1.4;
  }
  .atscareer-detail__actions {
    margin-top: 2rem;
  }
  .atscareer-detail__contact h2 {
    font-size: 1.4rem !important;
  }
  .atscareer-detail__contact p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

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