/*-- -------------------------- -->
<---        Jobs Hero          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #jobs-hero {
    min-height: 28.75em;
    padding: 9.375em 0 5.625em;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 1;
  }
  #jobs-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 12, 20, 0.58);
    z-index: -1;
  }
  #jobs-hero picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  #jobs-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #jobs-hero .container {
    width: 92%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  #jobs-hero .content {
    max-width: 65.625em;
    margin: auto;
  }
  #jobs-hero .topper {
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.16666667em;
    margin-bottom: 1.83333333em;
  }
  #jobs-hero .topper:before,
  #jobs-hero .topper:after {
    content: '';
    width: 2.33333333em;
    height: 1px;
    background-color: var(--primary);
    display: block;
  }
  #jobs-hero h1 {
    font-size: clamp(3.75rem, 13vw, 7rem);
    line-height: .95em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 0.30357143em;
  }
  #jobs-hero p {
    color: #fff;
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.45em;
    font-style: italic;
    max-width: 32.8125em;
    margin: auto;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #jobs-hero {
    min-height: 31.25em;
    padding: 10.625em 0 6.875em;
  }
  #jobs-hero h1 {
    font-size: 5.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #jobs-hero {
    min-height: 29.6875em;
    padding: 10.625em 0 5.9375em;
  }
  #jobs-hero h1 {
    font-size: 5.75em;
  }
}
/*-- -------------------------- -->
<---        Job Benefits       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #job-benefits {
    padding: 5em 0;
    background-color: #F7F5F1;
  }
  #job-benefits .container {
    width: 92%;
    max-width: 70em;
    margin: auto;
  }
  #job-benefits .section-header {
    max-width: 53.125em;
    margin: 0 auto 4.375em;
    text-align: center;
  }
  #job-benefits .topper {
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.16666667em;
    margin-bottom: 2em;
  }
  #job-benefits .topper:before,
  #job-benefits .topper:after {
    content: '';
    width: 2.33333333em;
    height: 1px;
    background-color: var(--primary);
    display: block;
  }
  #job-benefits h2 {
    font-size: clamp(3.5rem, 12vw, 6rem);
    line-height: .95em;
    font-weight: 400;
    color: var(--bodyText);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 0.35416667em;
  }
  #job-benefits .section-header p {
    max-width: 25.33333333em;
    margin: auto;
    color: var(--primaryDark);
    font-size: clamp(1.35rem, 4vw, 1.875rem);
    line-height: 1.45em;
    font-style: italic;
  }
  #job-benefits .card-group {
    display: grid;
    gap: 2.625em;
  }
  #job-benefits .card {
    max-width: 23.125em;
    margin: auto;
    text-align: center;
  }
  #job-benefits .icon {
    width: 4em;
    height: 4em;
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.75em;
  }
  #job-benefits .icon img {
    width: 3em;
    height: 3em;
    object-fit: contain;
  }
  #job-benefits h3 {
    color: var(--bodyText);
    font-size: 1.375em;
    line-height: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 0.90909091em;
  }
  #job-benefits .card p {
    color: rgba(38, 31, 51, 0.72);
    font-size: 1em;
    line-height: 1.7em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #job-benefits {
    padding: 6.25em 0;
  }
  #job-benefits .card-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25em;
  }
  #job-benefits .card {
    max-width: none;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #job-benefits {
    padding: 7.5em 0;
  }
  #job-benefits .section-header {
    margin-bottom: 4.75em;
  }
  #job-benefits h2 {
    font-size: 5.25em;
  }
  #job-benefits .card-group {
    gap: 4.375em;
  }
}
/*-- -------------------------- -->
<---      Open Positions       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #open-positions {
    padding: 5em 0;
    background-color: #E8E3F3;
    position: relative;
    overflow: hidden;
  }
  #open-positions:before,
  #open-positions:after {
    content: '';
    width: 17.5em;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .18;
    pointer-events: none;
    background-image: url('/images/purple-pattern.svg');
    background-repeat: repeat-y;
    background-size: 17.5em auto;
  }
  #open-positions:before {
    left: 0;
  }
  #open-positions:after {
    right: 0;
  }
  #open-positions .container {
    width: 92%;
    max-width: 68.75em;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  #open-positions .section-header {
    text-align: center;
    max-width: 50em;
    margin: 0 auto 3.125em;
  }
  #open-positions .topper {
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.16666667em;
    margin-bottom: 1.83333333em;
  }
  #open-positions .topper:before,
  #open-positions .topper:after {
    content: '';
    width: 2.33333333em;
    height: 1px;
    background-color: var(--primary);
  }
  #open-positions h2 {
    font-size: clamp(3.5rem, 11vw, 6rem);
    line-height: .95em;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--bodyText);
    margin: 0;
  }
  #open-positions .positions {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #open-positions .position-card {
    background-color: #fff;
    border: 1px solid rgba(38, 31, 51, 0.08);
    padding: 1.75em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
  #open-positions .content {
    width: 100%;
  }
  #open-positions h3 {
    font-size: 2.125em;
    line-height: 1.2em;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--bodyText);
    margin-bottom: 0.52941176em;
  }
  #open-positions .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625em;
  }
  #open-positions .tags span {
    font-size: 0.6875em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--primary);
    border: 1px solid rgba(184, 154, 104, 0.55);
    border-radius: 90.81818182em;
    padding: 0.90909091em 1.27272727em;
  }
  #open-positions .position-button {
    width: 100%;
    height: 3.625em;
    border: 1px solid rgba(38, 31, 51, 0.25);
    color: var(--bodyText);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .24em;
    font-size: 0.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
  }
  #open-positions .position-button:hover {
    background-color: var(--bodyText);
    color: #fff;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #open-positions .position-card {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2.125em 2.5em;
    gap: 2em;
  }
  #open-positions .position-button {
    width: 8.125em;
    flex: none;
  }
  #open-positions h3 {
    font-size: 2.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #open-positions {
    padding: 6.875em 0;
  }
  #open-positions .section-header {
    margin-bottom: 3.75em;
  }
  #open-positions .position-card {
    padding: 2.375em 2.5em;
  }
  #open-positions h3 {
    font-size: 2.75em;
  }
}
/*-- -------------------------- -->
<---        Application        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #application {
    padding: 5em 0;
    background-color: #F7F5F1;
    scroll-margin-top: 8.125em;
  }
  #application .container {
    width: 92%;
    max-width: 57.5em;
    margin: auto;
  }
  #application .section-header {
    max-width: 51.25em;
    margin: 0 auto 3.5em;
    text-align: center;
  }
  #application .topper {
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.16666667em;
    margin-bottom: 2em;
  }
  #application .topper:before,
  #application .topper:after {
    content: '';
    width: 2.33333333em;
    height: 1px;
    background-color: var(--primary);
    display: block;
  }
  #application h2 {
    font-size: clamp(3.5rem, 12vw, 6rem);
    line-height: .95em;
    font-weight: 400;
    color: var(--bodyText);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 0.29166667em;
  }
  #application .section-header p {
    max-width: 25.33333333em;
    margin: auto;
    color: var(--primaryDark);
    font-size: clamp(1.35rem, 4vw, 1.875rem);
    line-height: 1.55em;
    font-style: italic;
  }
  #application .section-header p a {
    color: var(--primary);
    text-decoration: none;
  }
  #application .section-header p a:hover {
    text-decoration: underline;
  }
  #application .application-form {
    background-color: #fff;
    border: 1px solid rgba(38, 31, 51, 0.08);
    padding: 2.25em 1.5em;
    box-shadow: rgba(38, 31, 51, 0.08) 0px 22px 44px;
  }
  #application .hidden {
    display: none;
  }
  #application .form-grid {
    display: grid;
    gap: 1.375em;
  }
  #application label {
    display: block;
    color: var(--bodyText);
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: .24em;
    text-transform: uppercase;
  }
  #application label span {
    color: rgba(38, 31, 51, 0.45);
  }
  #application input,
  #application select,
  #application textarea {
    width: 100%;
    height: 3.375em;
    margin-top: 0.625em;
    padding: 0 1em;
    border: 1px solid rgba(38, 31, 51, 0.22);
    background-color: #F7F5F1;
    color: var(--bodyText);
    font-family: inherit;
    font-size: 1em;
    line-height: 1.4em;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  #application input::placeholder,
  #application textarea::placeholder {
    color: rgba(38, 31, 51, 0.38);
  }
  #application select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--primary) 50%), linear-gradient(135deg, var(--primary) 50%, transparent 50%);
    background-position: calc(78%) 50%, calc(84%) 50%;
    background-size: 6px 6px,
                             6px 6px;
    background-repeat: no-repeat;
  }
  #application input:focus,
  #application select:focus,
  #application textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(184, 154, 104, 0.16);
  }
  #application textarea {
    min-height: 7.5em;
    padding-top: 1em;
    resize: vertical;
  }
  #application .file-upload input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  #application .file-box {
    min-height: 4.75em;
    margin-top: 0.625em;
    padding: 1.125em;
    border: 1px dashed rgba(38, 31, 51, 0.28);
    display: flex;
    flex-direction: column;
    gap: 0.875em;
    justify-content: center;
    background-color: #F7F5F1;
    cursor: pointer;
  }
  #application .file-box span {
    color: rgba(38, 31, 51, 0.62);
    font-size: 0.875em;
    letter-spacing: 0;
    text-transform: none;
  }
  #application .file-box strong {
    width: 100%;
    max-width: 12.5em;
    height: 3em;
    border: 1px solid var(--bodyText);
    color: var(--bodyText);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  #application .file-box:hover strong {
    background-color: var(--bodyText);
    color: #fff;
  }
  #application .button-solid {
    width: 100%;
    margin-top: 2.42857143em;
    background-color: var(--bodyText);
    border: 1px solid var(--bodyText);
    color: #fff;
    letter-spacing: .22em;
  }
  #application .button-solid:before {
    background-color: var(--primary);
  }
  #application .button-solid:hover {
    color: #000;
    border-color: var(--primary);
  }
  #application .form-note {
    margin-top: 1.57142857em;
    text-align: center;
    color: rgba(38, 31, 51, 0.62);
    font-size: 0.875em;
    line-height: 1.6em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #application {
    padding: 6.25em 0;
  }
  #application .application-form {
    padding: 3.5em 3.375em;
  }
  #application .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5em 1.75em;
  }
  #application .full {
    grid-column: 1 / span 2;
  }
  #application .file-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #application .file-box strong {
    width: 11.875em;
    max-width: none;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #application {
    padding: 7.5em 0;
    scroll-margin-top: 7.5em;
  }
  #application .section-header {
    margin-bottom: 3.875em;
  }
  #application h2 {
    font-size: 5.125em;
  }
  #application .application-form {
    padding: 4em;
  }
}
