/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&family=Roboto:wght@100;300;400;500;700;900&display=swap');
.position-relative{ position:relative;}





body form.hs-form fieldset{ margin:0 !important;} 
body form.hs-form .hs-form-field ul.inputs-list {margin: 0 !important;}
body form.hs-form .hs-fieldtype-file label {font-size: 0;margin: 0;line-height: 0;}

.dnd_area-module-11-hidden {
  display: block !important;
}

@media(max-width: 767px){
.input + .file {
    display: none;
}
}
.check_list{
  margin: 50px 0 0;
  padding: 0;
}
.check_list li{
  background: url(//24195492.fs1.hubspotusercontent-na1.net/hubfs/24195492/raw_assets/public/CNDH%20Website/assets/Check.svg) no-repeat 0 14px;
  repeat 0 14px;
  list-style: none;
  margin: 0;
  padding: 11px 0 12px 40px;
  color: #414341;
  font-size: 18px;
  font-weight: 400;
}
.widget-span{
  position: relative;
}
.golden.check_list li {
  background: url(//24195492.fs1.hubspotusercontent-na1.net/hubfs/24195492/raw_assets/public/CNDH%20Website/assets/Check_gold.svg) no-repeat 0 14px;
}
.faq{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.faq ul a.accordion-title{
  background: #fff;
  padding: 20px !important;
  border-radius: 4px;
  margin-top: 24px;
}
.faq .accordion-title:hover{
  background: #d4e1e5;
}
.faq .accordion-title h4 {
  font-size: 16px !important;
  font-weight: 400;
}
.faq .hhs-accordion-content{
  background: #fff;
  padding:20px 20px 1px !important;
}
.faq .hhs-accordion-content p{
  font-size: 16px;
}

.slick-dots{
  text-align: left !important;
}

.slick-dots li.slick-active {
  background: #fff;
}
.slick-dots li {
    border: 1px solid #fff;
    height: 5px !important;
    width: 50px !important;
    border-radius: 3px;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-prev, .slick-next{
  right: 90px !important;
  top: calc(100% + 40px) !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  background: #F5F5F5 !important;
  color: #000 !important;
  left: auto !important;
  z-index: 2;
  border-radius: 4px;
}
.slick-next {
  right: 30px !important;
}
.slick-prev::before, .slick-next::before{
  content: '';
  background: url('//24195492.fs1.hubspotusercontent-na1.net/hubfs/24195492/raw_assets/public/Aya_theme_2024/images/ArrowLeft.svg') no-repeat 0 0 ;
  display: block;
  position: absolute;
  left:0;
  top: 0;
  color:#333;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  left: 12px;
  top: 12px;
}

.slick-next::before{
  background: url(//24195492.fs1.hubspotusercontent-na1.net/hubfs/24195492/raw_assets/public/Aya_theme_2024/images/ArrowRight.svg) no-repeat 0 0 ;
}
.slick-next.slick-disabled::before{
  opacity: 0.5 !important;
}
.slick-prev.slick-disabled::before{
  opacity: 0.5 !important;
}
.slick-arrow:focus, .slick-arrow.active{
  background: transparent;
  color: transparent;
  border:none;
}

.job_filters{
  max-width: 1312px;
  padding: 30px 15px;
  margin: 0 auto;
}
.job_filters p{
  font-size: 18px;
}
.job_filters .filters_row{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  column-gap: 24px;
}
.job_filters .filters_row .filter{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.job_filters .filters_row .filter label{
  font-size:14px;
  display: block;
  padding: 0 0 5px;
  font-weight: 400;
}
.job_filters .filters_row .filter select{
  background:#fff;
  border: 1px solid #E6E7E6;
  padding: 8px 12px !important;
  border-radius: 4px;
  color: #A7A9A8;
  font-weight: 400;
  font-size: 16px;
  height: 38px;
}
.job_filters .filters_row .filter input{
  background:#fff;
  border: 1px solid #E6E7E6;
  padding: 8px 12px !important;
  border-radius: 4px;
  color: #A7A9A8;
  font-weight: 400;
  font-size: 16px;
  height: 38px;
}
.job_filters .filters_row .filter input::placeholder{
  color: #A7A9A8;
}
#job_form{
  position: fixed;
  background:#fff;
  left: 0;
  top: 100vh;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index:999;
}
#job_form .inner{
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 16px;
}
#job_form form label{
  color: #202120;
  font-size: 14px;
  line-height: normal;
}
#job_form .hs-input{
  border: 1px solid #E6E7E6;
  font-size: 14px;
  background: #fff;
  padding: 8px 12px !important;
  color:#202120;
}
#job_form .hs-fieldtype-booleancheckbox{
  background: #DEEDF1;
  padding: 12px 12px 1px;
  border-radius: 4px;
}
#job_form .actions{
  text-align: center;
}
#job_form .hs-button{
  background: #217C99;
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
}
#job_form .close{
  position: absolute;
  right: 60px;
  top: 60px;
  cursor: pointer;
}
#job_form .step_1{}
#job_form .step_1 h2{
  color:#217C99;
  font-size: 32px;
  max-width: 500px;
  margin: 100px auto 20px;
  text-align: center;
  }
#job_form .step_1 p{
  text-align: center;
  color: #414341;
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto 40px;
}
#job_form .step_1 .custom_button{
  border-radius: 4px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background:#217C99;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0%;
}
#job_form .step_2{}

@media (max-width:961px){
  .job_filters .filters_row{
    flex-direction: column;
  }
  .job_filters .filters_row .filter{
    margin-top: 20px;
  }
  .job_lists {
    flex-direction: column;
  }
  .job_lists .job{
    margin-bottom: 20px;
    width: 100%;
  }

}