@import url('https://nest.knepherbird.com/np/hco_fonts/hco_fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&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: #935E9F;
    --light-primary-brand-color: #935E9F1a;

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

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: var(--application-background-color);
    font-family: 'HCo Gotham', Gotham, 'Nunito Sans', 'sans-serif';
}

body #wrapper {
    background-color: white;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    padding: 0 24px;
}

/* 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: 14px;
    font-weight: 600;
}

#main .location {
    font-size: 14px;
    font-weight: 400;
    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;
}

h1 {
    font-weight: 300;
}
#board_title {
    color: var(--main-text-color);
    margin: 0 0 16px 0;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
}

section {
    margin-top: 16px;
}

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

#logo {
    display: inline-block;
}

body #content {
    color: var(--main-text-color);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

#main .filter-container {
    width:200px;
    height:68px;
    margin-right:10px
}
   

#main {
    padding-bottom: 20px !important;
}

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

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

@media screen and (max-width: 640px) {
    #main section .location {
        display: inline-block;
    }
}

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

section .opening a {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--primary-brand-color);
    /* 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: inline-block;
    height: 60px;
    width: 100%;
    margin-bottom: -24px;
    padding-bottom: 0px;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 0px;
    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: 4;
    margin-top: 37px;
}

@media screen and (max-width: 640px) {
    div#app_body #header #apply_button {
        position: relative;
    }
}

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

div#app_body div#header #apply_button {
    align-self: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: auto;
    background-color: var(--primary-brand-color);
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 19px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

div#app_body div#header #apply_button:hover {
    background-color: var(--light-primary-brand-color);
    color: var(--primary-brand-color);
}


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

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

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


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

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