@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap');

@font-face {
    font-family: 'Suisse Intl';
    src: url('https://uploads-ssl.webflow.com/62e8551150789376b99dd101/62e965f45b6758eecb778a97_SuisseIntl-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

:root {
    /*
    We recommend you change these values to match your brand.
    The light color has an opacity of .1, do not modify that
    */
    --primary-brand-color: #FF522A;
    --light-primary-brand-color: rgba(53, 116, 214, .1);

    /* We recommend not changing these colors */
    --full-page-background-color: #ffffff;
    --application-background-color: rgb(255, 255, 255);
    --footer-color: #F3F3F3;
    --main-text-color: #222222;
    --sub-header-color: #202020;
    --link-color: #FF522A;
    --field-border-color: #A1A2A5;
}

body {
    background-color: var(--full-page-background-color);
    font-family: "Suisse Intl", 'sans-serif';

    font-size: 25px;
    line-height: 35px;
    text-align: left;
}

a {
    text-decoration: none;
    color: var(--link-color);
}

div#hispanic_ethnicity_dropdown_container {
    margin-top: 64px;
}

body #wrapper {
    background-color: white;
    min-height: 100vh;
    /*max-width: 800px;*/
    padding: 0;
    overflow: hidden;
}

/* CUSTOM */

#main h1 {
    line-height: 105%;
}

#main_fields .asterisk, #custom_fields .asterisk, #demographic_questions .asterisk, #eeoc_fields .asterisk {
    color: var(--primary-brand-color);
}

.required-fields {
    display: none;
}

.clear {
    clear: both;
    display: none;
}

strong {
    font-size: 30px;
    line-height: 126.5%;
}

div#main_fields, div#custom_fields {
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    row-gap: 64px;
    /* padding-bottom: 128px; */
}

#main hr {
    display: none;
}

.attach-or-paste .unstyled-button.link-button {
    color: var(--link-color);
    font-size: 25px;
    line-height: 35px;
    background-color: white;
    font-family: "Suisse Intl", sans-serif !important;
}

.attach-or-paste .link-container a {
    font-size: 25px;
}

div.link-container a {
    color: var(--link-color);
    font-size: 25px;
}

.attach-or-paste .unstyled-button {
    cursor: pointer;
    padding: 0;
    border-style: none;
    background-color: white;
}

.file-types {
    color: #A1A2A5;
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
}

#main_fields fieldset, #custom_fields fieldset, #demographic_questions fieldset, #eeoc_fields fieldset {
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}

#resume_fieldset {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    position: relative;
    padding: 0;
    /* margin-top: 168px !important; */
    /* margin-bottom: 64px !important; */
}

#cover_letter_fieldset {
    border: 0;
    margin-bottom: 128px !important;
}

#main_fields div.eeoc_form_data, #custom_fields div.eeoc_form_data, #demographic_questions div.eeoc_form_data, #eeoc_fields div.eeoc_form_data {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
}

div#eeoc_fields {
    margin-top: 128px;
}

/* #eeoc_title {
    font-size: 50px;
    line-height: 62px;
} */

#eeoc_fields a {
    font-size: 30px;
    line-height: 126px;
    margin: 64px 0px;
}

#disability_status_header {
    /* font-size: 50px;
    line-height: 62px; */
    text-align: left;
    text-decoration: none;
    margin: 64px 0;
}

#veteran_status_dropdown_container{
    margin-top: 64px;
    margin-bottom: 128px;
}

#s2id_job_application_veteran_status {
    margin-top: 35px;
}

div#veteran_status_dropdown_container {
    margin-bottom: 128px !important;
}

div#disability_status_dropdown_container {
    margin-bottom: 64px !important;
}

#main_fields div.eeoc_form_data, #custom_fields div.eeoc_form_data, #demographic_questions div.eeoc_form_data, #eeoc_fields div.eeoc_form_data {
    text-align: left;
}

#main_fields div.field, #custom_fields div.field, #demographic_questions div.field, #eeoc_fields div.field {
    clear: both;
    overflow: auto;
    line-height: 30px;
    width: auto;
    overflow: hidden;
}

#disability_status_dropdown_container {
    margin-top: 64px;
    margin-bottom: 64px;
}

/* Select Boxes */

div.field {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#main .select2-choice {
    height: 74px;
    padding-left: 12px;
    width: 95%;
    font-size: 30px;
    margin: 0px;
    border: 1px solid #A1A2A5;
    border-radius: 10px;
    padding: 5px 5px 5px 12px;
}

#main .select2-chosen {
    line-height: 35px;
    height: 74px;
    padding-left: 12px;
    font-size: 30px;
    margin-top: 16px;
    /* margin-bottom: 64px; */
}

#main .select2-arrow {
    padding-top: 25px;
    padding-right: 15px;
}

#main .filter-label {
    color: var(--sub-header-color);
    font-size: 12px;
    font-weight: 600;
}

#main .location {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: var(--sub-header-color);
}

div#application div.field label #text {
    color: var(--sub-header-color);
    float: none;
    font-size: 30px;
    line-height: 37.95px;
    font-weight: 400;
    text-align: left;
}

/* Job Board Page */
#main > h1:not(.app-title) {
    /* Hide the company name in favor of a Logo that includes it */
    display: none;
}

#board_title {
    margin: 0 0 16px 0;
    font-size: 70px;
    line-height: 73.5px;
    font-weight: 400;
}

section {
    margin-top: 16px;
}

section > h3 {
    margin-top: 32px;
}

#logo {
    display: inline-block;
}

body #content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

h3 {
    font-size: 50px !important;
    line-height: 62px;
    font-weight: 400;
    margin-bottom: 64px;
    text-decoration: none;
    
    color: #202020;
    text-align: left;
}

#main section .location {
    display: block;
    margin-top: -24px;
}

#main section .opening {
    padding-top: 10px;
    margin-bottom: 10px;
}

section .opening a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--main-text-color);
}

section .opening a {
    /* We want to increase the click area and background area of links to jobs,
    so we combine padding and negative margin */
    display: block;
    height: 44px;
    width: 100%;
    margin-bottom: -20px;
    padding-bottom: 0;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 12px;
    margin-top: -12px;
    position: relative;
    z-index: 1;
}

section .opening a:hover {
    background-color: var(--light-primary-brand-color);
    border-radius: 3px;
    color: var(--main-text-color);
}

body #footer {
    border: none;
    background-color: var(--footer-color);
    height: 60px;
    margin-top: -80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

body #footer .privacy-policy {
    line-height: 19px;
}

body #footer img {
    width: 90px;
}

h3#filter-count {
    margin-top: 30px;
    margin-bottom: 0;
}

/* Job Post Page */
div#main div#app_body {
    padding-left: 0 !important;
    padding-right: 0;
}

div#app_body #header {
    display: flex;
    flex-direction: column;
}

div#app_body #header #apply_button {
    order: 3;
    margin-top: 37px
}

div#app_body #header .company-name {
    display: none;
}

div#app_body #header > a {
    order: 1;
}

div#app_body #header .app-title {
    order: 2;
}

div#app_body #header .location {
    order: 4;
    margin-top: 2px;
}

div#main #application_form h2.heading {
    color: var(--main-text-color);
    font-weight: 400;
    font-size: 70px;
    line-height: 73.5px;
    margin-bottom: 16px;
}

div#app_body .app-title {
    font-weight: 400;
    font-size: 28px;
}

div#app_body div#header #apply_button {
    top: auto;
    background-color: var(--primary-brand-color);
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
}

div#submit_buttons input#submit_app {
    background-color: var(--primary-brand-color);
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 50px;
    line-height: 62px;

    display: flex;
    width: 80%;
    min-height: 110px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 256.48px;
    transition: .4s cubic-bezier(.215, .61, .355, 1);
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    margin-top: 128px;
    font-weight: 400;
}

div#app_body {
    max-width: none;
    padding-right: 20px;
}

div#content {
    padding-bottom: 16px;
}

div#application hr:nth-last-of-type(1) {
    display: none;
}

div#application {
    background-color: var(--application-background-color);
    padding-left: 0;
    padding-right: 0;
    max-width: none;
}

div#main_fields, div#custom_fields {
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    row-gap: 64px;
    /* padding-bottom: 128px; */
}

div#application div.field label {
    color: var(--sub-header-color);
    float: none;
    font-size: 30px;
    line-height: 37.95px;
    font-weight: 400;
    text-align: left;
    /* margin-bottom: 35px; */
    /* margin-top: 64px; */
    width: auto;
}

div#application div.field label span.asterisk {
    font-size: 30px;
}

div#gender_dropdown_container {
    margin-top: 64px;
}

div#application #main_fields div.field textarea {
    margin-left: 0;
}

div#application div.field input[type=text] {
    border: solid 1px var(--field-border-color);
    height: 74px;
    padding-left: 12px;
    width: 95%;
    font-size: 30px;
    border: 1px solid #A1A2A5;
    border-radius: 10px;
    margin-top: 16px;
    /* margin-bottom: 64px; */
}

/* @media (max-width: 640px) {
    div#application div.field input[type=text] {
        width: 100%;
    }
} */

div#application div.field input[placeholder="MM"] {
    padding-left: 10px;
}

div#application div.field input[placeholder="YYYY"] {
    padding-left: 7px;
}

div#application legend {
    float: none;
}

div.link-container a {
    color: var(--link-color);
    font-size: 14px;
}

div#application a#add_education {
    margin-left: 0;
}

div#field {
    margin-bottom: 10px;
}

#main_fields div.field div.field-error-msg {
    padding-left: 0;
    padding-top: 16px;
}

div.field div.msg-container {
    padding-top: 5px;
}

#application .field .select2-container {
    margin-top: 0;
}

div#application div.field a.locate-me {
    display: block;
}

div#application div.field textarea {
    border-color: var(--field-border-color);
    width: 455px;
}

/* @media (max-width: 640px) {
    div#application div.field textarea {
        width: 100%;
    }
} */

div#application div.field div.select2-container {
    width: 100% !important;
    margin-top: 35px;
}

/* @media (max-width: 640px) {
    div#application div.field div.select2-container {
        width: 100% !important;
    }
} */

div.s3-upload-form {
    display: none;
}

/* Confirmation Page */
#main #view-more {
    text-align: left;
    padding-top: 0;
}

#main strong > a {
    color: var(--link-color);
    font-weight: 400;
}

/* MOBILE */

@media only screen and (max-width: 640px) {
    body #wrapper {
        padding: 0 20px;
    }
    div#main_fields, div#custom_fields {
        row-gap: 24px;
    }
    div#main #application_form h2.heading {
        font-size: 40px;
        line-height: 105%;
    }
    h3 {
        font-size: 28px;
        line-height: 110%;
        font-weight: 400;
        margin-bottom: 32px;
    }
    body {
        font-size: 18px;
        line-height: 140%;
    }
    strong {
        font-size: 18px;
        line-height: 126.5%;
    }
    #eeoc_title {
        font-size: 28px;
        line-height: 110%;
    }
    #eeoc_fields a {
        font-size: 22px;
        line-height: 135%;
        margin: 64px 0px;
    }
    div#eeoc_fields {
        margin-top: 24px;
    }
    div#application div.field label {
        font-size: 22px;
        line-height: 126.5%;
        overflow: hidden;
    }
    div#submit_buttons input#submit_app {
        font-size: 28px;
        line-height: 105%;
        width: 100%;
        margin-top: 36px;
        min-height: 75px;
    }
    div#application div.field input[type=text] {
        width: 90%;
        height: 40px;
        font-size: 18px;
    }
    select {
        height: 40px;
        padding-left: 12px;
        width: 95%;
        font-size: 18px;
        margin: 0px;
        border: 1px solid #A1A2A5;
        border-radius: 10px;
        padding: 5px 5px 5px 12px;
        margin-top: 16px;
    }
    #cover_letter_fieldset {
        border: 0;
        margin-bottom: 64px !important;
    }
    .attach-or-paste .link-container a {
        font-family: "Suisse Intl", sans-serif !important;
        font-weight: 400;
        background-image: none;
        background-image: none;
        filter: none;
        border: none !important;
        color: var(--link-color) !important;
        text-align: left;
        text-decoration: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        font-size: 25px;
        line-height: 19px;
        margin-bottom: none;
        margin: 8px 0;
    }
  }
