@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;700&#038;display=swap');

/* Define custom CSS variables for colors */
:root {
    /* Primary brand colors - can be customized for your brand */
    --primary-brand-color: #fd7700;
    --light-primary-brand-color: #333;

    /* Default colors - not recommended to change */
    --full-page-background-color: #FFF;
    --application-background-color: #FFF;
    --footer-color: #F3F3F3;
    --main-text-color: #333;
    --sub-header-color: #333;
    --link-color: #fd7700;
    --field-border-color: #abb0b0;
}

/* Set the background color and font for the entire page */
body {
    background-color: var(--full-page-background-color);
    font-family: "Lexend", 'sans-serif';
}

body #content,
.accessible #content,
section .opening a,
div#main .promo_title {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.9;
}

body a,
body .attach-or-paste .unstyled-button.link-button {
  background: none;
  color: var(--link-color);
}

/* Set the background color, width, and padding for the main content container */
body #wrapper {
    background-color: white;
    min-height: 100vh;
    font-size: 16px;
    color: var(--main-text-color);
    line-height: 1.9;
    width: 100%;
    max-width: 100%;
    /* max-width: 800px; */
    padding: 0 0 40px 0;
}

body #main {
    padding: 0 !important;
}

body #embedded_job_board_wrapper {
    padding: 0 !important;
}

body h1:not([class*="app-title"]) {
/* body #board_title { */
    display: none;
}

body #app-title,
body #board_title,
div#main #application_form h2.heading,
div#main .page_header_label,
.board_intro h2 {
  font-family: Lexend,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 1.4;
  color: #333;
  text-transform: none;
  margin-top: 0;
}

.board_intro h2,
#header .app-title {
  margin-top: 0;
}

div#app_body #header > a {
    display: none !important;
}

#content p,
#content li {
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.child {
  margin-left: 0 !important;
}

@media only screen and (min-width: 740px) {
    
    body #app-title,
    body #board_title,
    div#main #application_form h2.heading,
    div#main .page_header_label,
    .board_intro h2 {
        font-size: 30px;
    }
}

.board_intro {
  margin-bottom: 40px;
}

a {
    transition: background-color .15s linear,background-position .15s linear,border .15s linear,box-shadow .15s linear,color .15s linear,opacity .15s linear,text-decoration .15s linear,-webkit-box-shadow .15s linear,-webkit-text-decoration .15s linear;
}

.promo_link {
  color: var(--primary-brand-color);
}


#main section h3 {
    display: block;
  font-family: Lexend,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fd7700;
  margin: 0 0 10px;
}

section .opening a {
    /* font-size: 16px; */
    font-weight: normal;
}

section .opening a:hover {
    background: transparent !important;
    color: #fd7700 !important;
    text-decoration: none !important;
}

#submit_buttons {
    text-align: left;
}


.content-intro {
    display: none;
}




/* Style the select boxes */
#main .select2-choice {
    height: 35px;
}

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

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

/* Style the filter labels */
#main .filter-label {
    color: var(--sub-header-color);
    font-size: 12px;
    font-weight: 600;
}

/* Style the job locations */
#main .location {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: var(--sub-header-color);
}

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

/* Style the board title */
#board_title {
    margin: 0 0 16px 0;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}

/* Add margin for sections */
section {
    margin-top: 16px;
}

/* Add margin for section headings */
section > h3 {
    margin-top: 32px;
}

/* Style the logo container */
#logo {
    display: inline-block;
}

/* Style the main content container */
body #content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

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

/* Style the main section job locations */
#main section .location {
    display: block;
    margin-top: -24px;
}

/* Style the job openings container */
#main section .opening {
    padding-top: 10px;
    margin-bottom: 10px;
}

/* Style the job openings links */
section .opening a {
    /* font-size: 14px;
    font-weight: 600;
    line-height: 20px; */
    color: var(--main-text-color);
}

/* Style the clickable area and background area of the job opening links */
section .opening a {
    display: block;
    height: 44px;
    width: 100%;
    margin-bottom: -10px;
    padding-bottom: 0;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 12px;
    margin-top: -12px;
    position: relative;
    z-index: 1;
}

/* Style the job opening links when hovered */
section .opening a:hover {
    background-color: var(--light-primary-brand-color);
    border-radius: 3px;
    color: var(--main-text-color);
}

/* Style the footer of the page */
body #footer {
    border: none;
    background-color: var(--footer-color);
    height: 60px;
    margin-top: -80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Style the privacy policy text in the footer */
body #footer .privacy-policy {
    line-height: 19px;
}

/* Style the image in the footer */
body #footer img {
    width: 90px;
}

/* Style the filter count element */
h3#filter-count {
    margin-top: 30px;
    margin-bottom: 0;
}

/* Job Post Page */

/* Style the main app body container */
div#main div#app_body {
    padding-left: 0 !important;
    padding-right: 0;
}

/* Style the header section within the main app body */
div#app_body #header {
    display: flex;
    flex-direction: column;
}

/* Style the apply button within the header */
div#app_body #header #apply_button {
    order: 3;
    margin-top: 37px
}

/* Hide the company name within the header */
div#app_body #header .company-name {
    display: none;
}

/* Style the header elements, defining their display order */
div#app_body #header > a {
    order: 1;
}

/* Set the order of the app-title element within the header */
div#app_body #header .app-title {
    order: 2;
}

/* Set the order of the location element within the header and add a top margin */
div#app_body #header .location {
    order: 4;
    margin-top: 2px;
}

/* Style the heading element in the application form */
div#main #application_form h2.heading {
    color: var(--main-text-color);
    font-weight: 400;
}

/* Style the app title within the main app body */
div#app_body .app-title {
    font-weight: 400;
    font-size: 28px;
}

/* Style the apply button within the header */
div#app_body div#header #apply_button {
    top: auto;
    background-color: var(--primary-brand-color);
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
}

/* Style the submit application button */
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;
}

/* Style the main app body container */
div#app_body {
    max-width: none;
    padding-right: 20px;
}

/* Add padding to the bottom of the content container */
div#content {
    padding-bottom: 16px;
}

/* Hide the last horizontal rule in the application container */
div#application hr:nth-last-of-type(1) {
    display: none;
}

/* Style the application container */
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;
}

/* Style the main and custom fields in the application form */
div#main_fields, div#custom_fields {
    font-weight: 400;
    line-height: 26px;
}

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

/* Style the asterisk symbol in the field labels */
div#application div.field label span.asterisk {
    font-size: 12px;
}

/* Remove left margin from textarea elements in main fields */
div#application #main_fields div.field textarea {
    margin-left: 0;
}

/* Style text input fields in the application form */
div#application div.field input[type=text] {
    border: solid 1px var(--field-border-color);
    height: 25px;
    padding-left: 12px;
    width: 455px;
}

/* Adjust the width of text input fields on smaller screens */
@media (max-width: 640px) {
    div#application div.field input[type=text] {
        width: 100%;
    }
}

/* Style the input fields with "MM" and "YYYY" placeholders */
div#application div.field input[placeholder="MM"] {
    padding-left: 10px;
}

div#application div.field input[placeholder="YYYY"] {
    padding-left: 7px;
}

/* Remove the float property from legend elements */
div#application legend {
    float: none;
}

/* Style the links within the link-container */
div.link-container a {
    color: var(--link-color);
    font-size: 16px;
}

/* Remove left margin from the "add education" link in the application */
div#application a#add_education {
    margin-left: 0;
}

/* Add bottom margin to the field container */
div#field {
    margin-bottom: 10px;
}

/* Remove left padding from the field error message */
#main_fields div.field div.field-error-msg {
    padding-left: 0;
}

/* Add top padding to the message container */
div.field div.msg-container {
    padding-top: 5px;
}

/* Remove top margin from the select2-container within the application form */
#application .field .select2-container {
    margin-top: 0;
}

/* Display the "locate me" link as a block element */
div#application div.field a.locate-me {
    display: block;
}

/* Style the textarea fields in the application form */
div#application div.field textarea {
    border-color: var(--field-border-color);
    width: 455px;
}

/* Adjust the width of textarea fields on smaller screens */
@media (max-width: 640px) {
    div#application div.field textarea {
        width: 100%;
    }
}

/* Set the width of the select2-container in the application form */
div#application div.field div.select2-container {
    width: 455px !important;
}

/* Adjust the width of the select2-container on smaller screens */
@media (max-width: 640px) {
    div#application div.field div.select2-container {
        width: 100% !important;
    }
}

/* Hide the S3 upload form */
div.s3-upload-form {
    display: none;
}

/* Style the "view more" element on the confirmation page */
#main #view-more {
    text-align: left;
    padding-top: 0;
}

/* Style the links within strong elements on the main container */
#main strong > a {
    color: var(--link-color);
    font-weight: 400;
}
