/* # TACOM GREENHOUSE APPLICATION FORM - CUSTOM CSS # */
/* # Updated: 2024.06.13 # */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,400;1,500&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: #87c361;
    --light-primary-brand-color: #9fe374;

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

body {
    background: var(--full-page-background-color);
    font-family: "Poppins", 'sans-serif';
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body #wrapper {
    background-color: white;
    max-width: 1140px;
    width: 90%;
    margin: 4rem auto;
    padding: 0;
    border-radius: 20px;
}

#main {
    padding: 64px 40px;
    /* -webkit-box-shadow: 0 .125rem .375rem rgba(0,0,0,.05),0 .5rem 1.2rem rgba(0,0,0,.1)!important; */
    /* box-shadow: 0 .125rem .375rem rgba(0,0,0,.05),0 .5rem 1.2rem rgba(0,0,0,.1)!important; */
    box-shadow: none;
    border-radius: 20px;
    border: 1px solid #D1DBE4;
}

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

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

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

#main section h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

#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:#141E2D;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.1px;
    margin-bottom: 48px;
}

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

#submit_buttons {
    text-align: left;
}

div#submit_buttons input#submit_app {
    background-color: #28874B;
    padding: 16px 40px;
    font-family: "Poppins", 'sans-serif';
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border-radius: 100px;
    text-shadow: none;
    font-size: 16px;
}

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: 0;
    max-width: none;
}

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

div#application div.field label {
    display: block;
    float: none;
    color: #515563;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.1px;
}

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

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

div#application #main_fields div.field label {
    text-align: left;
    padding-bottom: 12px;
}

div#application div.field input[type=text] {
    border-radius: 200px;
    border: 1px solid #D1DBE4;
    background: #FFFFFF;    height: 25px;
    padding: 8px 24px;
    width: 100%;
    max-width: 1000px;
    /* margin-bottom: 24px; */
}

.select2-container {
    li {
        input[type=text] {
            margin-bottom: 0;
        }
    }
}

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


/* ADDITIONS */

#content .content-intro p:first-of-type {
    color:#141E2D;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.2px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

#content .content-intro ul {
    margin-top: 0;
    margin-bottom: 0;
}
#content .content-intro li {
    padding-bottom: 12px;
    line-height: 140%; /* 33.6px */
}
#content .content-intro::marker {
    color: #28874B;
} 

#eeoc_fields {
    font-family: "Poppins", 'sans-serif';
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#eeoc_fields h3 {
    font-family: "Poppins", 'sans-serif';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 24px;
    font-weight: 500;
    strong {
        font-weight: 400;
    }
}

#eeoc_fields p {
    font-size: 16px;
    color: #141E2D;
}

#eeoc_fields {
    ul {
        margin-top: 14px;
        padding-left: 1.5rem;
        margin-bottom: 27px;
        li {
            margin-bottom: 12px;
            font-size: 16px;
            &::marker {
                font-size: 125%;
                color: #28874B;
            }
        }
    }
}