@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700&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: #2180E2;
  --light-primary-brand-color: #fafafa;

  /* We recommend not changing these colors */
  --full-page-background-color: #fafafa;
  --application-background-color: #fff;
  --footer-color: f3f3f3;
  --main-text-color: #727272;
  --sub-header-color: #727272;
  --link-color: #2180E2;
  --field-border-color: #e1e1e1;
}

body {
  font-family: 'Inter', sans-serif;
  padding: 0;
}

p {
  color: #727272;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  line-height:1.5em;
}

strong {
  font-weight:600;
}

body #wrapper {
  max-width: 1440px;
  padding: 0 74px;
}

@media (max-width: 980px) {
    body #wrapper {
        padding: 0 30px;
    }
}

/* 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: 16px;
  font-weight: 500;
  padding-right:20px;
}

#main .location {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--sub-header-color);
  order: 4;
  margin-top: 2px;
}

/* Job Board Page */

div#embedded_job_board_wrapper {
    padding: 0px !important;
}

#board_title {
  margin: 0 0 16px 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  color: var(--primary-brand-color);
}
@media (max-width: 767px) {
#board_title {
font-size: 34px;
}
}

#embedded_job_board_wrapper>h1 {
    display: none;
}

section.level-1 {
  margin-top: 16px;
  margin-left:0;
}

#logo {
  display: inline-block;
  padding-bottom: 20px;
  width: 200px;
  height: 35px;
}

body #content {
  color: #727272;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  line-height:1.5em;
}

#main section h3 {
  font-size: 25px;
  font-weight: 700;
  font-style:normal;
  line-height: 37.5px;
  margin-top:32px;
  margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
  color: var(--primary-brand-color);
  padding-bottom:10px;
  border-bottom: rgba(84,84,84,0.5) solid 1px;
  
}

#main section h4 {
  font-family: 'Manrope',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #727272!important;
  line-height: 1.5em;
  text-align: left;
  margin: 20px 0 3px;
}

#main section .opening {
  padding: 5px 0;
  margin-bottom: 0px;
}

#main section .opening:hover {
  background-color: var(--light-primary-brand-color);
  border-radius: 3px;
  color: var(--main-text-color);
  margin-left: -10px;
  padding-left: 10px;
}

section .opening a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary-brand-color);
  width:100%;
  display: inline-block;
}

body #footer {
  border: none;
  background-color: transparent;
  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 .company-name {
  display: none;
}

div#app_body #header > a {
  order: 1;
  color: #727272;
}

div#main #application_form h2.heading {
  font-family: 'Manrope', sans-serif;
  color: var(--primary-brand-color);
  font-weight: 600;
  font-size:25px;
}

div#app_body .app-title {
  font-weight: 600;
  font-size: 28px;
  order: 2;
  color: var(--primary-brand-color);
}

div#app_body div#header #apply_button {
  font-size: 16px;
  top: auto;
  order: 3;
  margin-top: 37px;
  color: #FFFFFF;
  border-radius: 500px;
  font-family: 'Manrope',sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--primary-brand-color);
  padding:10px 25px;
}

div#app_body div#header #apply_button:hover {
  background:#0A2D54;
}

div#submit_buttons input#submit_app {
  font-size: 16px;
  top: auto;
  order: 3;
  margin-top: 37px;
  color: #FFFFFF;
  border-radius: 500px;
  font-family: 'Manrope',sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--primary-brand-color);
  padding:10px 25px;
}

div#submit_buttons input#submit_app:hover {
    background:#0A2D54;
}

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: 14px;
  font-weight: 400;
  text-align: left;
}

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

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