: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(53, 116, 214, 1);
    --light-primary-brand-color: rgba(53, 116, 214, .1);

    /* We recommend not changing these colors */
    --full-page-background-color: #fffaf4;
    --application-background-color: #fffaf4;
    --footer-color: #F3F3F3;
    --main-text-color: #222222;
    --sub-header-color: #666;
    --link-color: #3574D6;
    --field-border-color: #E1E1E1;
}

body {
    background-color: var(--full-page-background-color);
    font-family: 'Proxima Nova', 'Helvetica', 'Arial', sans-serif;
}

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

/* 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 {
    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);
}

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

#main #embedded_job_board_wrapper h1 {
    display: none;
}

#board_title {
    display: none;
}

section {
    margin-top: 16px;
}

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

#logo {
    display: inline-block;
}

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

#main section h3 {
    border-bottom: 4px solid #FAA943;
    color: #FAA943;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0;
}

#main section .location {
    display: none;
}

#main section .opening {
    align-items: center;
    border-top: 1px solid #4d4d4d;
    display: flex;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px;
}

#main section .opening:nth-child(2) {
    border-top: none;
}

section .opening a {
    color: #555555;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
}

section .opening a {
    /* We want to increase the click area and background area of links to jobs,
    so we combine padding and negative margin */
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
}

section .opening a::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='26px' height='26px' viewBox='0 0 60 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23DD99D0' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E9A8CE' offset='17.4698912%25'%3E%3C/stop%3E%3Cstop stop-color='%23FAAE65' offset='50.7496167%25'%3E%3C/stop%3E%3Cstop stop-color='%23FAA943' offset='75.8021641%25'%3E%3C/stop%3E%3Cstop stop-color='%23FC9645' offset='91.8155694%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF7D48' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ECOM-S173_OPCOM_AboutUsRevamp_Q422_Desktop' transform='translate(-1291.000000, -2307.000000)'%3E%3Cg id='Group-4-Copy' transform='translate(1291.000000, 2307.000000)'%3E%3Ccircle id='Oval-Copy' fill='url(%23linearGradient-1)' cx='30' cy='30' r='30'%3E%3C/circle%3E%3Cpolyline id='Path' stroke='%23FFFFFF' stroke-width='4.16260327' transform='translate(31.875000, 30.000000) scale(1, -1) rotate(90.000000) translate(-31.875000, -30.000000) ' points='18.75 37.5 31.875 22.5 45 37.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    margin-left: 30px;
    pointer-events: all;
}

@media (min-width: 532px) {
    #main section h3 {
        border-width: 7px;
        font-size: 43px;
    }

    section .opening a {
        font-size: 34px;
        line-height: 32px;
    }

    section .opening a::after {
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='38px' height='38px' viewBox='0 0 60 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 4 Copy%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='50%25' x2='100%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23DD99D0' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E9A8CE' offset='17.4698912%25'%3E%3C/stop%3E%3Cstop stop-color='%23FAAE65' offset='50.7496167%25'%3E%3C/stop%3E%3Cstop stop-color='%23FAA943' offset='75.8021641%25'%3E%3C/stop%3E%3Cstop stop-color='%23FC9645' offset='91.8155694%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF7D48' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ECOM-S173_OPCOM_AboutUsRevamp_Q422_Desktop' transform='translate(-1291.000000, -2307.000000)'%3E%3Cg id='Group-4-Copy' transform='translate(1291.000000, 2307.000000)'%3E%3Ccircle id='Oval-Copy' fill='url(%23linearGradient-1)' cx='30' cy='30' r='30'%3E%3C/circle%3E%3Cpolyline id='Path' stroke='%23FFFFFF' stroke-width='4.16260327' transform='translate(31.875000, 30.000000) scale(1, -1) rotate(90.000000) translate(-31.875000, -30.000000) ' points='18.75 37.5 31.875 22.5 45 37.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        pointer-events: all;
    }
}

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 .logo-container {
    display: none;
}

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

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-family: "Nunito Sans", 'sans-serif';
    font-weight: 600;
}

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);
    border-top: 1px solid var(--field-border-color);
    padding-left: 0;
    padding-right: 0;
    max-width: none;
}

div#main_fields, div#custom_fields {
    font-weight: 400;
    line-height: 26px;
}

div#application div.field label {
    color: var(--sub-header-color);
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

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

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: 25px;
    padding-left: 12px;
    width: 455px;
}

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

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: 455px !important;
}

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