@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');

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

@font-face {
    font-family: 'Proxima Nova Extrabld';
    src: url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Extrabld.eot');
    src: url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Bold.eot');
    src: url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Bold.woff') format('woff'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Regular.eot');
    src: url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Regular.woff') format('woff'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Semibold.eot');
    src: url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('https://bstock.com/wp-content/themes/bstock2021/assets/fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}*/

*{
    outline: none!important;
    text-decoration: none!important;
}

body{
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color:#161b1b;
}

#board_title {
    font-size: 36px!important;
    line-height: 38px;
    text-align: center;
   /* font-family: 'Proxima Nova Extrabld'!important;*/
   font-weight: 800;
}
: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: #FAFAFA;
    --application-background-color: #FFF;
    --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: "Nunito Sans", 'sans-serif'; */


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

/* 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;
    margin-bottom: 30px;
}

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

div#app_body #header {
    display: flex;
  /*  flex-direction: column;*/
  flex-wrap: wrap;
    align-items: baseline;
}

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; */
    width: 100%;
    margin-bottom: 3px;
}

div#app_body #header .location {
    margin: 7px 0px 3px 0px;
    width: 100%;
}

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


































div#app_body {
    max-width: 840px;
}


* {
    box-sizing: border-box;
}

div#app_body #header .company-name {
    color: #000;
    font-weight: 500;
    margin: 0px 4px 0px 0px;
    display: block;
    font-size: 14px;
}
.career-list-section {

}
#main {
    padding: 0;
    margin-bottom: 105px;
    width: 100%;
}
.accessible .filter-container {
    width: 100%;
    max-width: 386px;
    margin: 0px 20px;
    height: auto;
}
#main .filter-label {
    margin: 0;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    /*font-family: 'Proxima Nova Regular';*/
    font-weight: 500;
}
.accessible .select2-container {
    width: 100%!important;
}
#main .select2-choice {
    height: 64px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: #161B1B;
    padding-left: 28px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #C2C2C2;
}
.select2-drop-active {
    border: 1px solid #C2C2C2;
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}
.select2-results {
    margin: 0;
}

#main .select2-container.select2-dropdown-open .select2-choice {
    border-radius: 5px 5px 0px 0px;
}

.select2-results {
    margin: 0;
    max-height: initial;
    padding: 0;
}
.select2-results .select2-result-label {
    padding: 6px 5px 6px 25px;
    font-size: 14px;
    line-height: 22px;
    color: #8D8D8D;
}
.large-select2-dropdown>li>.select2-result-label {
    padding: 10px 5px 10px 28px;
    font-size: 16px;
}


.select2-results .select2-highlighted {
    background: #fdfdfd;
}
.select2-results .select2-highlighted .select2-result-label {
    color: #163bdc;
}

#main .select2-arrow {
    padding-top: 0px;
    padding-right: 24px;
    width: 40px;
}
.select2-container .select2-choice .select2-arrow b {
    background-image: url(../images/career-select-arrow.svg);
    background-position: center center;
}
#main .select2-container.select2-dropdown-open .select2-choice b {
    transform: rotateX(-180deg);
}




h3#filter-count {
    width: 100%;
    text-align: center;
    color: #393939;
    font-size: 20px;
    /*font-family: 'Proxima Nova Semibold';*/
    font-weight: 600;
    margin-top: 38px;
}

















section {
    width: 100%;
    margin: 0;
}
body #wrapper {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
    min-height: auto;
    justify-content: center;
    padding: 0!important;
}

#board_title {
    font-size: 36px!important;
    line-height: 38px;
    text-align: center;
    font-weight: 800!important;
    width: 100%;
    margin-bottom: 30px;
    display: none;
}




#main section .opening {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 24px;
    padding-bottom: 28px;
}
#main #wrapper section{
/*    border-bottom: 1px solid #d7d7d7;*/
}
section .opening a {
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    color: #153ADC;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    /*font-family: 'Proxima Nova Semibold';*/
    font-weight: 600;
    margin-right: 15px;
}
section .opening a:hover {
    background: transparent;
    color: #153ADC;
}
#main section .location {
    font-size: 18px;
    margin: 0;
    width: auto;
    line-height: 25px;
    flex-shrink: 0;
   /* font-family: 'Proxima Nova Regular';*/
   font-weight: 500;
}
#main section .location br {
    display: none;
}
#main section h3 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    /* font-family: 'Proxima Nova Semibold'; */
    font-weight: 600;
    padding-bottom: 30px;
    color: #000;
    margin-top: 85px;
    border-bottom: 1px solid #d7d7d7;
}


body #main #wrapper h1 {
    display: none;
}









div#application div.field input[type=text] {
    height: 42px;
}
#main .field .select2-choice {
    height: 42px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    padding-left: 10px;
}
#main .field .select2-arrow {
    width: 35px;
}
#main .field .select2-container .select2-choice .select2-arrow b {
    background-size: contain;
}

.accessible .filter-container select,div#application div.field select {
    height: 46px;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    padding-left: 18px;
    -webkit-appearance: none;
    background-image: url(../images/career-select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 13px center;
    color: #161B1B;
    font-weight: 500!important;
    width: 100%;
    background-size: 9px;
}






@media(max-width: 1030px){
.accessible .filter-container {
    max-width: 305px;
    margin: 0px 15px;
}
#board_title {
    font-size: 30px!important;
    line-height: 30px;
}
#main section h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 20px;
}
#main .filter-label {
    font-size: 14px;
    line-height: 18px;
}

#main section .opening {
    padding-top: 20px;
    padding-bottom: 20px;
}
section .opening a {
    font-size: 16px;
    line-height: 24px
}
#main section .location {
    font-size: 14px;
    line-height: 22px;
}




}

@media(max-width: 650px){
#main {
    margin-bottom: 45px;
}

#board_title {
    font-size: 20px!important;
    line-height: 24px;
    margin-bottom: 15px;
}

#main .filter-label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}
.accessible .filter-container {
    max-width: 100%;
    margin: 0;
    margin-bottom: 13px;
}

#main .select2-choice {
    height: 46px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
}

h3#filter-count {
    text-align: left;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 10px;
}



#main section .opening {
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}


section .opening a {
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

#main section .location {
    font-size: 14px;
    line-height: 21px;
}
#main section h3 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 17px;
    margin-top: 35px;
    font-weight: 700;
}



.career-list-section {
    margin-bottom: 44px;
}





}