/*
For Greenhouse Job Pages
*/
@import url("./relative-fonts.css");
: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;
}

html,
body {
  height: 100%;
}

body {
  background-color: var(--full-page-background-color);
  font-family: "Gotham", sans-serif;
}

body #wrapper {
  background-color: white;
  min-height: auto;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  min-height: 100%;
}

#main #wrapper {
  padding-top: 80px !important;
  padding-bottom: 160px !important;
}

#main {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 0 !important;
}

#wrapper h1 {
  display: none;
  font-size: 48px;
  line-height: 65px;
  text-transform: none;
  color: #000000;
  position: relative;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}

#wrapper p {
  font-size: 20px;
  line-height: 27px;
  margin-top: 0;
  color: #666;
}

#wrapper h2 {
  font-size: 40px;
  text-transform: none;
  line-height: 55px;
  margin-bottom: 40px;
  font-weight: 700;
}

/* Select Boxes */
#main .select2-choice {
  height: 56px;
}

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

#main .select2-arrow {
  padding-top: 0;
  padding-right: 20px;
  width: 20px !important;
  border-radius: 0 !important;
}

#main .filter-label {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
}

div#app_body #header .location {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #666666;
  position: relative;
  margin-top: 0;
}

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

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

#main #wrapper #content {
  display: none;
}

#main section h3 {
  font-size: 32px;
  text-transform: none;
  line-height: 44px;
  margin-bottom: 8px;
  font-weight: 700;
  margin-top: 80px;
}

#main section h3[sytle="display:none"] + .opening {
  margin-top: 80px;
}

#main section .location {
  display: block;
}

#main section .opening {
  border-bottom: 1px solid #c4c4c4;
  padding: 40px;
  transition: all 0.5s ease-out;
  background: #fff;
  border-top: 1px solid #C4C4C4;
  margin-top: -1px;
  margin-bottom: 0 !important;
}

#main section .opening:hover {
  background: #F2F2F2;
}

#main section .opening br {
  display: none;
}

section.child {
  margin-top: 0;
}

section .opening a {
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}

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: auto;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

section .opening a:hover {
  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: 20px;
  margin-bottom: 0;
  border-top: 1px solid #C4C4C4;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 80px;
  text-transform: capitalize;
}

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

div#app_body #header .app-title {
  order: 2;
}

div#app_body #header .location {
  order: 4;
  margin-top: 2px;
}

div#main #application_form h2.heading {
  font-weight: 700;
  font-size: 32px;
  text-transform: none;
  line-height: 44px;
  color: #000;
  margin-bottom: 40px;
}

div#app_body .app-title {
  display: block;
  font-size: 48px;
  line-height: 65px;
  text-transform: none;
  color: #000000;
  position: relative;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 24px;
  margin-top: 0;
}

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: #E01F21 !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  font-family: "Gotham", "sans-serif" !important;
  text-shadow: none !important;
}

div#submit_buttons input#submit_app:hover,
div#submit_buttons input#submit_app:focus {
  background: #AD181A !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

div#submit_buttons input#submit_app:active {
  background: #E01F21 !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

div#submit_buttons input#submit_app:disabled {
  background: #F08F90 !important;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

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 {
  padding: 40px;
  max-width: 620px;
  width: 100%;
  background: #F2F2F2;
  border-radius: 24px;
  box-sizing: border-box;
  margin-bottom: 160px;
}

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

div#application div.field label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: left;
  color: #666;
  display: block;
  float: none;
}

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: 1px solid #999999;
  border-radius: 8px;
  padding: 13px 16px;
  height: 46px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  max-width: 290px;
}

@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: #666666;
  font-size: 16px;
}

div.link-container a:hover,
div.link-container a:focus {
  color: #1A1A1A;
  text-decoration: none;
}

div.link-container a:active {
  color: #000000;
}

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,
#application .field select {
  margin-top: 16px;
}

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: 100% !important;
  max-width: 290px;
}

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

.child h4 {
  position: relative;
}

#main section.child h4 {
  font-size: 24px;
  line-height: 33px;
  color: #666;
  font-weight: 700;
  margin: 0 0 0 0px;
  padding-bottom: 16px;
}

#submit_buttons {
  text-align: left !important;
}

#main {
  padding-bottom: 0;
}

div#main div#app_body {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.select2-drop-active {
  border: 0 none !important;
}

.accessible .select2-container-active .select2-choice,
.accessible .select2-container-active .select2-choices {
  border: 1px solid #808080;
}

.accessible .select2-container .select2-choice {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #808080 !important;
  color: #495057 !important;
  border-radius: 8px !important;
  padding-left: 16px;
}

.select2-results .select2-result-label {
  font-size: 16px;
  padding: 16px 16px 16px;
}

.select2-container .select2-choice .select2-arrow b {
  background: url("../images/dropdown-arrow-icon.svg") center center no-repeat !important;
}

.accessible .filter-container {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 290px;
}

.accessible .select2-container {
  width: 100% !important;
  height: 56px;
}

.accessible #app_body .select2-container,
#main #app_body .select2-choice {
  height: 46px;
}

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

#main #app_body #custom_fields div.field select {
  height: 46px;
}

#main #app_body #application .field .select2-container,
#main #app_body #application .field select {
  margin-top: 8px;
}

#main_fields div.field input[type=text]:focus {
  border: 1px solid #808080;
}

#main_fields div.field {
  margin-bottom: 16px;
  overflow: hidden;
}

#header {
  padding-right: 0 !important;
}

.field-error-msg {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #E01F21;
}

#application div.required-fields {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  display: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #808080;
}

@media (max-width: 1024px) {
  div#app_body .app-title,
  #wrapper h1 {
    font-size: 40px;
    line-height: 55px;
  }
  section .opening a {
    height: auto !important;
  }
  #main section .location {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
  }
  div#main div#app_body {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .filter-container select,
  #custom_fields div.field select {
    border: 1px solid #808080;
    border-radius: 8px;
    padding: 13px 16px;
    height: 56px;
    display: block;
    width: 100% !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding-right: 30px;
    background: #fff url("../images/select-arrow.svg") calc(100% - 20px) center no-repeat;
    border: 1px solid #808080;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
    max-width: 290px;
    appearance: none;
    -webkit-appearance: none;
  }
  .filter-container select,
  #custom_fields div.field select {
    max-width: 290px;
  }
  .filter-container select:focus,
  #custom_fields div.field select:focus {
    box-shadow: none;
    outline: 0 none;
  }
}
.filter-container select,
#custom_fields div.field select {
  border: 1px solid #808080;
  border-radius: 8px;
  padding: 13px 16px;
  height: 56px;
  display: block;
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  padding-right: 30px;
  background: #fff url("../images/select-arrow.svg") calc(100% - 20px) center no-repeat;
  border: 1px solid #808080;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  max-width: 290px;
  appearance: none;
  -webkit-appearance: none;
}

.filter-container select:focus,
#custom_fields div.field select:focus {
  box-shadow: none;
  outline: 0 none;
}

#submission_received #back_to_application_link {
  display: none;
}

#submission_received #view-more {
  display: none;
}

.child {
  margin-left: 0;
}

section .opening a:hover,
section .opening a:focus {
  color: #1A1A1A !important;
  text-decoration: none !important;
}

section .opening a:active {
  color: #000000 !important;
  text-decoration: none !important;
}

.select2-results .select2-highlighted {
  background: #f2f2f2;
  color: #495057;
}

.select2-drop {
  color: #495057 !important;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 2px;
}

.select2-results {
  padding: 0;
  margin: 0;
}

#main section .location {
  font-size: 16px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

div#application #main_fields div.field textarea {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #808080;
  border-radius: 8px;
  padding: 13px 16px;
  height: auto;
  max-width: 290px;
  box-sizing: border-box;
}

#main #wrapper > section.level-0 {
  padding-top: 0;
  margin-top: 0;
}

#main #wrapper > section {
  padding-top: 0;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 38px;
}

#app_body #header {
  background: #f5f5f5;
  padding: 206px 0 80px 0;
  position: relative;
  min-height: 429px;
  box-sizing: border-box;
}

#app_body #header:before {
  background: #f5f5f5;
  position: absolute;
  left: -500%;
  right: -500%;
  width: 1000%;
  bottom: 0;
  top: 0;
  content: "";
}

#app_body #content {
  padding: 80px 0;
}

#app_body #content p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  max-width: 620px;
}

#app_body #content p span, #app_body #content ul li span {
  font-size: 16px !important;
  line-height: 24px !important;
  line-height: 24px !important;
  font-family: "Gotham", "sans-serif" !important;
}

#app_body #content p strong {
  font-size: 32px;
  line-height: 44px;
  color: #000000;
  margin-bottom: 16px;
  font-weight: 700;
  margin-top: 80px;
  display: block;
}

#app_body #content p strong span {
  font-size: 32px !important;
  line-height: 44px !important;
  color: #000000 !important;
  font-family: "Gotham", "sans-serif" !important;
}

#wrapper ul {
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0;
  max-width: 620px;
}

#wrapper li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

#main_fields div.field:nth-child(10),
#main_fields div.field:nth-child(11) {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-top: 1px solid #C4C4C4;
}

#main hr {
  margin-top: 0;
  margin-bottom: 40px;
}

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

#main_fields div.field:nth-child(10) {
  margin-top: 40px;
}

.attach-or-paste .link-container a:not(:last-child)::after {
  display: none;
}

div.link-container a {
  font-size: 14px;
  font-weight: 900;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  position: relative;
  letter-spacing: 0.04em;
  transition: all 0.3s ease-out;
  padding: 8px;
  line-height: 19px;
  border-radius: 8px;
}

div.link-container a:hover {
  background: #F2F2F2;
  color: #1A1A1A;
}

div.link-container a:active {
  background: #E6E6E6;
  color: #000000;
}

.content-intro {
  margin-top: 0 !important;
}

.content-conclusion p:last-child {
  margin-bottom: 0;
}

.content-conclusion {
  margin-bottom: 0;
}

#main section .opening + section.child {
  margin-top: 80px;
}

@media (max-width: 1024px) {
  div#app_body .app-title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  #main section .opening + section.child {
    margin-top: 40px;
  }
  #main #wrapper > section.level-0 {
    padding-top: 40px;
  }
  #main #wrapper > section {
    padding-top: 40px;
  }
  #main section .opening {
    padding: 20px;
  }
  div#app_body #header {
    padding-right: 0 !important;
  }
  #app_body #content p strong {
    margin-top: 40px;
  }
  #main #wrapper {
    padding-bottom: 80px !important;
  }
  div#application {
    margin-bottom: 80px;
  }
  #main section .opening + section.child {
    margin-top: 40px;
  }
  h3#filter-count {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .accessible .filter-container,
  div#main_fields,
  div#custom_fields {
    max-width: 100%;
  }
  div#application div.field input[type=text],
  div#application div.field div.select2-container {
    max-width: 100%;
  }
  .filter-container select,
  #custom_fields div.field select {
    max-width: 100%;
  }
  div#application {
    padding: 40px 20px;
  }
  div#app_body .app-title,
  #main section h3,
  #app_body #content p strong {
    font-size: 28px;
    line-height: 40px;
  }
  #main section.child h4 {
    font-size: 20px;
    list-style: 32px;
  }
  .filter-container select,
  #custom_fields div.field select,
  #main .select2-choice,
  div#application div.field input[type=text],
  .accessible .select2-container {
    height: 46px;
  }
  #main .select2-chosen {
    line-height: 46px;
  }
}
@media (max-width: 600px) {
  .back-btn-wrapper {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  div#submit_buttons input#submit_app {
    width: 100%;
  }
}
.accessible .select2-container.select2-dropdown-open .select2-choice {
  background-color: #333;
  color: #fff;
}

.accessible .select2-container.select2-dropdown-open .select2-choice span {
  background: #333;
  color: #fff;
}

.accessible .select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
  background: url("../images/dropdown-arrow-icon-selected.svg") center center no-repeat !important;
  transform: rotate(180deg);
}

#main_fields div.field {
  overflow: hidden;
}

#submission_received #application_confirmation {
  position: relative;
  padding: 206px 0 80px 0;
  margin-bottom: 80px;
  z-index: 5 !important;
}

#submission_received #application_confirmation h1 {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 24px;
}

#submission_received #application_confirmation p {
  position: relative;
  z-index: 1;
}

#submission_received #application_confirmation:before {
  background: #f5f5f5;
  position: absolute;
  left: -500%;
  right: -500%;
  width: 1000%;
  bottom: 0;
  top: 0;
  content: "";
  z-index: -1 !important;
}

#submission_received {
  padding-top: 0;
}

#submission_received a {
  color: #666666 !important;
  text-decoration: none !important;
}

#submission_received a:hover, #submission_received a:focus {
  color: #1A1A1A !important;
}

#submission_received a:active {
  color: #000000 !important;
}

@media (max-width: 767px) {
  #submission_received {
    padding-left: 15px;
    padding-right: 15px;
  }
}