@font-face {
    font-family: "SF Pro Text";
    src: url(https://assets.website-files.com/62700af41da70b605419982b/62700c45d208240d58a25eda_sf-pro-text-regular.ttf
);
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {
    body {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
}

: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: rgba(84, 97, 200, 1);
    --light-primary-brand-color: rgba(138, 150, 244, 1);

    /* We recommend not changing these colors */
    --full-page-background-color: white;
    --application-background-color: white;
    --footer-color: #FAFAFC;
    --main-text-color: #343647;
    --sub-header-color: #D7D8DB;
    --link-color: #316CC6;
    --field-border-color: #D7D8DB;
}

input[type] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Checkbox */
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input[type='checkbox'] {
    appearance: auto !important;
    width: 16px;
    height: 16px;
}

input[type='checkbox']:checked~.checkmark {
    background-color: #5461C8;
}

input[type='checkbox']:checked~.checkmark:after {
    background-color: #5461C8;
    display: block;
}

body {
    background-color: var(--full-page-background-color);
    font-family: "SF Pro Text", 'sans-serif';
    -webkit-appearance: none;
}

body p,
li {
    color: #4E5161;
}

body strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1E202E;
}

body h3 {
    font-size: 14px;
    margin-top: 16px;
}

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

@media only screen and (max-width: 640px) {
    body #wrapper {
        padding: 0 20px;
    }
}

/* Select Boxes */
#main .select2-choice {
    height: 35px;
}

#main .select2-chosen {
    line-height: 35px;
}

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

#main .filter-label {
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    color: #66687A;
    text-transform: uppercase;
    margin-bottom: 4px;
}

#main .location {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #66687A;
}

/* Select Dropdown */
select {
    background-color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #E4E6F0;
    border: none;

    transition-property: color, background-color, box-shadow;
    transition-duration: 200ms, 200ms, 200ms;
    transition-timing-function: ease, ease, ease;
    color: #4E5161;
    font-size: 12px;
}

/* Job Board Page */
.child {
    margin-left: 0px;
}

.child .accessible .level-0 h2,
.accessible .level-0 h3,
.accessible .level-0 h4,
.accessible .level-0 h5,
.accessible .level-0 h6 {
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    color: #66687A;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 40px;
}

#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: 22px;
    line-height: 36px;
    font-weight: 400;
}

section {
    margin-top: 16px;
}

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

#logo {
    display: inline-block;
    transform: scale(0.32);
    position: relative;
    left: -66px;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
    opacity: 100%;
}

#logo:hover {
    opacity: 85%;
}

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

#main section h3 {
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #66687A;
}

#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: transparent;
    border-radius: 4px;
    color: #316CC6;
    text-decoration: none;
}

#application div.required-fields {
    color: #66687A;
}


body #footer {
    border: none;
    background-color: white;
    height: 60px;
    margin-top: -80px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #66687A;
    box-shadow: inset 0 1px 0 0 #D7D8DB;
}

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

body #footer a {
    color: #316CC6;
}

body #footer img {
    width: 90px;
    filter: grayscale(1);
    opacity: 80%;
}

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

/* Job Post Page */
strong {
    font-weight: 500;
}

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;
}

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

/* Button Tertiary */
div#app_body div#header #apply_button {
    top: auto;
    background-color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #E4E6F0;
    transition-property: color, background-color, box-shadow;
    transition-duration: 200ms, 200ms, 200ms;
    transition-timing-function: ease, ease, ease;
    color: #4E5161;
    font-size: 12px;
}

div#app_body div#header #apply_button:hover {
    box-shadow: 0 0 0 1px #C5C8D6;
    color: #343647;
}

div#app_body div#header #apply_button:focus {
    box-shadow: 0 0 0 1px #4551af, 0 0 0 3px hsla(233, 66.67%, 64.71%, 0.70);
    color: #343647;
}

@media only screen and (max-width: 640px) {
    div#app_body div#header #apply_button {
        top: 0px;
        left: 0px;
        right: auto;
        order: 5;
        margin-top: 20px;
        position: static;
    }

    div#app_body #header {
        align-content: flex-start;
        justify-content: start;
        align-items: flex-start;
    }
}

/* Button Primary */
div#submit_buttons input#submit_app {
    background-color: var(--primary-brand-color);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    background-image: url("https://uploads-ssl.webflow.com/62700af41da70b605419982b/627d85e2cc6e5f702bfbe2b0_icon-arrowRightCircle-br50.svg") !important;
    background-position: right 12px center !important;
    background-size: auto, 16px !important;
    background-repeat: no-repeat !important;
    text-align: left;
    min-width: 174px;
    max-width: 174px;
    text-shadow: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    font-family: "SF Pro Text";
    font-weight: 600;
    box-shadow: inset 0 1px 0 0 hsla(0, 0.00%, 100.00%, 0.10), 0 0 0 1px hsla(233.75, 35.82%, 26.27%, 0.80), 0 2px 3px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.18), 0 2px 1px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.12);
    transition-property: background-color, color, box-shadow;
    transition-duration: 400ms, 400ms, 240ms;
    transition-timing-function: ease, ease, ease;
    color: #EFF1FF;
}

div#submit_buttons input#submit_app:hover {
    box-shadow: inset 0 1px 0 0 hsla(0, 0.00%, 100.00%, 0.10), 0 0 0 1px hsla(233.2758620689655, 51.33%, 55.69%, 1.00), 0 2px 3px 0 hsla(231.6, 38.46%, 25.49%, 0.50), 0 6px 4px -2px rgba(84, 97, 200, 0.08);
    color: #ffffff;
}

div#submit_buttons input#submit_app:focus {
    box-shadow: 0 0 0 1px hsla(233.75, 35.82%, 26.27%, 1.00), 0 0 0 3px hsla(233, 66.67%, 64.71%, 0.70), inset 0 1px 0 0 hsla(0, 0.00%, 100.00%, 0.10), 0 0 0 1px hsla(233.75, 35.82%, 26.27%, 0.85), 0 2px 3px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.18), 0 2px 1px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.12);
    color: #ffffff;
}

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

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

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

div#application {
    background-color: var(--application-background-color);
    border-top: 1px solid var(--field-border-color);
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    padding-top: 0px;
}

div#main_fields {
    padding-top: 40px;
}

div#custom_fields {
    font-weight: 400;
    line-height: 26px;
    padding-top: 0px;
}

div#application div.field label {
    color: #66687A;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}

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

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

#main_fields div.field,
#custom_fields div.field,
#demographic_questions div.field,
#eeoc_fields div.field {
    overflow: initial;
    margin-bottom: 20px;
}

/* Text Field */
div#application div.field input[type=text],
#main_fields div.field input[type=text],
#main_fields div.field textarea,
#main_fields div.field .text-field,
#custom_fields div.field input[type=text],
#custom_fields div.field textarea,
#custom_fields div.field .text-field,
#custom_fields div.field .select2-container-multi,
#demographic_questions div.field input[type=text],
#demographic_questions div.field textarea,
#demographic_questions div.field .text-field,
#eeoc_fields div.field input[type=text],
#eeoc_fields div.field textarea,
#eeoc_fields div.field .text-field {
    border: #D7D8DB;
    border-width: 0.5px;
    height: 28px;
    padding-left: 12px;
    padding-right: 12px;
    width: 455px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 0 1px hsla(230.52631578947373, 10.86%, 34.31%, 0.30), 0 2px 3px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.05), 0 2px 1px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.08);
    -webkit-box-shadow: 0 0 0 1px hsla(230.52631578947373, 10.86%, 34.31%, 0.30), 0 2px 3px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.05), 0 2px 1px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.08);
    transition-property: color, background-color, box-shadow;
    transition-duration: 200ms, 200ms, 200ms;
    transition-timing-function: ease, ease, ease;
    color: #343647;
    font-weight: 400;
    min-height: 28px !important;
}

div#application div.field input[type=text]:hover {
    box-shadow: 0 0 0 1px rgba(78, 81, 97, 0.4), 0 2px 3px 0 rgba(9, 11, 20, 0.18), 0 2px 1px 0 rgba(9, 11, 20, 0.12);
}

div#application div.field input[type=text]:focus {
    box-shadow: 0 0 0 1px hsla(233.2758620689655, 51.33%, 55.69%, 0.60), 0 0 0 3px hsla(233.2758620689655, 51.33%, 55.69%, 0.50), 0 0 0 1px rgba(78, 81, 97, 0.4), 0 2px 3px 0 rgba(9, 11, 20, 0.18), 0 2px 1px 0 rgba(9, 11, 20, 0.12);
}

@media (max-width: 640px) {
    div#application div.field input[type=text] {
        width: 100%;
        min-height: 32px !important;
    }
}

/* Text Area */
div#application #main_fields div.field textarea {
    border: #D7D8DB;
    border-width: 0.5px;
    padding-left: 12px;
    padding-right: 12px;
    width: 455px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 0 1px hsla(230.52631578947373, 10.86%, 34.31%, 0.30), 0 2px 3px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.05), 0 2px 1px 0 hsla(229.0909090909091, 37.93%, 5.69%, 0.08);
    transition-property: color, background-color, box-shadow;
    transition-duration: 200ms, 200ms, 200ms;
    transition-timing-function: ease, ease, ease;
    color: #343647;
    font-weight: 400;
    min-height: 140px !important;
    max-width: 775px;
}

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

/* Text Area Mobile */
@media (max-width: 640px) {
    div#application div.field textarea {
        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;
}

.attach-or-paste .unstyled-button.link-button,
div.link-container a {
    color: var(--link-color);
    font-size: 14px;
}

/* Text Links */
@media (max-width: 640px) {
    .attach-or-paste .link-container a {
        color: var(--link-color) !important;
        font-size: 14px !important;
        font-family: "SF Pro Text", 'sans-serif' !important;
        font-weight: 400 !important;
        border: none !important;
        text-align: inherit;
        background-image: none;
        padding: 0px 0px;
        width: auto;
    }

    .attach-or-paste .link-container a:hover {
        text-decoration: underline;
    }

    .attach-or-paste .link-container a:not(:last-child)::after,
    .attach-or-paste .link-container .link-button:not(:last-child)::after {
        content: ",";
    }
}

.attach-or-paste .unstyled-button {
    background-color: transparent;
}

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

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

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

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 div.select2-container {
    width: 455px !important;
}

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

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

/* Demographic Section */
#demographic_questions>p {
    font-size: 12px;
    line-height: 16px;
}

div#demographic_questions div.field {
    line-height: 1;
    padding-top: 40px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-content: start;
    justify-content: start;
    row-gap: 4px;
}

#main_fields div.field,
#custom_fields div.field,
#demographic_questions div.field,
#eeoc_fields div.field {
    margin-bottom: 0px;
}

div#demographic_questions .free-form-text {
    margin-bottom: 20px;
    margin-top: 0px;
    max-width: calc(100% - 20px);
}

/* Attachment */
#resume_fieldset>legend {
    margin-bottom: 0px;
}

.chosen {
    margin-bottom: 8px;
}

.upload .progress {
    border: none;
}

.upload .progress .bar {
    background: #6977E1;
    max-height: 2px;
    margin-bottom: 4px;
    border-radius: 8px;
}

#main_fields legend,
#custom_fields legend,
#demographic_questions legend,
#eeoc_fields legend {
    margin-left: -2px;
}

#main_fields fieldset,
#custom_fields fieldset,
#demographic_questions fieldset,
#eeoc_fields fieldset {
    margin-top: 40px;
}

/* LinkedIn Embed */
.IN-Awli-widget {
    margin-left: -5px;
    margin-bottom: 16px;
}

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

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