/* Custom CSS for Job Board (GreenHouse Embed) */ 

/* Import a custom font from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700&display=swap");

/* Import a custom font from Adobe Fonts */
@import url("https://use.typekit.net/ota2pvd.css");

* {
  padding: 0;
  margin: 0;
}

body {
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

#wrapper {
  margin: 0;
  max-width: inherit;
  overflow: inherit;
  padding: 0;
  min-height: inherit;
}

#main {
  padding: 0;
}

#embedded_job_board_wrapper {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

#wrapper #logo ~ h1,
#wrapper #logo,
#wrapper #board_title {
  display: none;
}

#wrapper .filter-container {
  height: auto;
  background-color: #f8faf3;
  padding: 40px 9px;
  margin: 0;
  display: block;
  flex: 1;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#wrapper .filter-container:has(+ .filter-container) {
  padding: 40px 9px 40px 45px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: inherit;
}

#wrapper .filter-container label {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: #002f18;
  text-transform: uppercase;
  font-weight: 500;
}

#wrapper #filter-count {
  color: #6e6e6e;
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #f8faf3;
  border-radius: 12px;
  margin-top: 20px;
}

#wrapper #filter-count h3 {
  font-size: 14px;
  font-weight: 300;
}

#wrapper #filter-count h3:after {
  content: " found";
}

#wrapper #filter-count:empty {
  display: none;
}

#wrapper .select2-container .select2-choice {
  padding: 8px 0 3px 10px;
  border-radius: 0;
  border-color: #002f18;
  box-shadow: none;
}

#wrapper .select2-container .select2-chosen {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #002f18;
}

#wrapper .select2-container .select2-arrow {
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
}

body .select2-drop-active {
  border-color: #002f18;
  border-radius: 0;
  box-shadow: none;
}

#wrapper .select2-container .select2-arrow b {
  background: none !important;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #c84e11;
  border-radius: 2px;
}

body .select2-drop .select2-results li .select2-result-label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #002f18;
}

body .select2-drop .select2-results .select2-highlighted,
body .select2-drop .select2-results .select2-highlighted .select2-result-label {
  color: #deead5;
  background: #002f18;
}

body .select2-drop-active,
.select2-results,
.select2-container {
  background: #f8faf3 !important;
}

#wrapper section {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 12px;
  flex: 0 0 100%;
}

#wrapper section h3 {
  display: block;
  color: #002f18;
  font-size: 32px;
  line-height: 38px;
  padding: 38px 44px 36px;
  border-bottom: 1px solid #002f18;
  font-family: "Elizeth", serif;
  font-weight: 400;
  background-color: #f8faf3;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

#wrapper section .opening {
  margin-bottom: 0;
  padding: 60px 184px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#wrapper section .opening:last-child {
  padding-bottom: 60px;
}

#wrapper section .opening a {
  color: #c84e11;
  font-size: 32px;
  line-height: 34px;
  max-width: 900px;
  width: 100%;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

#wrapper section .opening a:after {
  /* arrow */
  content: "\2192";
  display: inline-block;
  margin-left: 4px;
  width: 20px;
  height: 20px;
}

#wrapper section .opening span.location {
  display: block;
  color: #002f18;
  font-size: 20px;
  line-height: 29px;
  max-width: 900px;
  width: 100%;
  margin: 0;
}

/* Application and Job Description */
#app_body {
  background-color: #f8faf3;
  min-height: inherit;
  max-width: calc(100% - 160px);
  padding: 10px 262px 80px 180px !important;
  border-radius: 12px;
  max-height: 100%;
  margin: 0 auto;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#app_body #header {
  margin-left: -130px;
  margin-bottom: 30px;
}

/* not worth the effort to try to emulate separate title */
/* div#header:after {
  width: 100%;
  display: block;
  content: " ";
  background: aqua;
  height: 30px;
  margin: 0px;
  padding: 0px;
  margin-left: -50px;
  min-width: 1363px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 60px;
}

div#content:before {
  width: 100%;
  display: block;
  content: " ";
  background: aqua;
  height: 30px;
  margin: 0px;
  padding: 0px;
  margin-left: -50px;
  min-width: 1363px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  margin-top: 60px;
} */

#app_body .app-title {
  font-family: "DM Sans", sans-serif;
  color: #002f18;
  font-size: 26px;
  line-height: 29px;
  font-weight: 400;
}

#app_body .company-name {
  display: none;
}

#app_body .company-name ~ a {
  display: none;
}

#app_body .location {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #002f18;
}

#app_body p,
#app_body ul,
#app_body ol,
#app_body ul li,
#app_body ol li {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #002f18;
}

#app_body p,
#app_body ul,
#app_body ol {
  margin-bottom: 20px;
}

#app_body ul,
#app_body ol {
  margin-left: 20px;
}

#application {
  background-color: transparent !important;
}

#application h2.heading {
  font-size: 28px;
  line-height: 32px;
}

#application #submit_buttons #submit_app {
  background-color: #c84e11;
  border-color: #c84e11;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 24px;
  margin-right: 20px;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}

#main_fields div.field label, #custom_fields div.field label, #demographic_questions div.field label, #eeoc_fields div.field label {
  font-size:16px; 
}

/* Responsive */
@media screen and (max-width: 1023px) {
  #embedded_job_board_wrapper {
    flex-direction: column;
    flex-wrap: inherit;
  }

  #wrapper .select2-container {
    width: 100% !important;
  }

  #wrapper .filter-container {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    padding: 10px 20px 20px;
    margin-bottom: 0;
  }

  #wrapper .filter-container:has(+ .filter-container) {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    padding: 20px 20px 10px;
  }

  #wrapper section {
    margin-top: 10px;
  }

  #wrapper section h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 24px 20px;
  }

  #wrapper section .opening {
    padding: 32px 20px 0;
  }

  #wrapper section .opening:last-child {
    padding-bottom: 32px;
  }

  #wrapper section .opening a {
    max-width: inherit;
    font-size: 24px;
    line-height: 30px;
  }

  #wrapper section .opening span.location {
    font-size: 18px;
    line-height: 22px;
  }

  #wrapper .logo-container {
    display: none;
  }

  #app_body {
    background-color: #f8faf3;
    padding: 10px 45px !important;
    max-height: 100%;
    margin: 0px;
    max-width: 100%;
  }

  #app_body #header {
    margin-left: 0px;
  }

  #application { padding: 20px 0px !important; }

  #app_body p,
  #app_body ul,
  #app_body ol,
  #app_body ul li,
  #app_body ol li {
    font-size: 14px;
    line-height: 18px;
  }
  
  #app_body p,
  #app_body ul,
  #app_body ol {
  }
  
  #app_body ul,
  #app_body ol {
  }  

}
