#main-content {
  background-color: unset;
}

.et_pb_row {
  width: 100%;
}

.et_pb_module .et_pb_button {
  line-height: 1 !important;
}

/* LANGUAGE SELECTOR CSS */
.lang-selector #gt_float_wrapper {
  line-height: 1;
}

.lang-selector .gt_float_switcher,
.lang-selector .gt_float_switcher .gt-selected {
  box-shadow: unset;
  background-color: unset;
  background: unset;
}
.lang-selector .gt_float_switcher {
  margin-left: 5px;
}

.lang-selector .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0;
  color: #fff;
  font-weight: 400;
}

.lang-selector
  .gt_float_switcher
  .gt-selected
  .gt-current-lang
  span.gt-lang-code {
  font-size: 14px;
}

.lang-selector .gt_float_switcher img {
  width: 20px;
}

.lang-selector .gt_float_switcher .gt_options {
  max-width: 100% !important;
  transition: none !important;
  position: absolute;
  background: #1f5f9a;
  padding: 0 10px;
}

.lang-selector .gt_float_switcher .gt_options a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  /* display: flex; */
}

.lang-selector .gt_float_switcher .gt_options a:hover {
  background: unset;
}

/*END OF LANGUAGE SELECTOR CSS */

/* Global CSS  */
.vertical-align {
  display: flex;
  align-items: center;
}

.et_pb_section {
  background-color: unset;
}

/* BANNER SLIDER  */
.banner-slider .et_pb_slide {
  padding: 0;
}

.banner-slider .et_pb_slides .et_pb_slider_container_inner {
  height: 100%;
}
.banner-slider .et_pb_slide .et_pb_slide_image {
  width: 100%;
  height: 100%;
  position: unset;
  margin: 0 !important;
}

.banner-slider .et_pb_slide_description {
  display: none;
}

.banner-slider .et_pb_slide_image img {
  width: auto;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100% !important;
}

.banner-slider .et-pb-arrow-next,
.banner-slider .et-pb-arrow-prev {
  background: #398ad7;
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

.banner-slider .et_pb_slider:hover .et-pb-arrow-prev {
  left: 70px;
}

.banner-slider .et_pb_slider:hover .et-pb-arrow-next {
  right: 70px;
}

/* BLURB SECTION  */

.home-enroll-section .et_pb_row {
  /* position: absolute;
    top: -50%;
    left: 50%; */
  transform: translate(-50%, -50%);
  /* z-index: 2; */
}

.custom-blurb.et_pb_module .et_pb_blurb_content {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
}

.custom-blurb.et_pb_module .et_pb_blurb_content * {
  flex: 1 1 auto;
  display: flex;
  width: auto;
  margin: 0;
  align-items: center;
  padding: 0;
}

/* BLURB LIST ITEMS  */

.inline-lists .et_pb_main_blurb_image {
  align-content: center;
  display: inline-flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  flex-direction: row;
}

.inline-lists .et_pb_blurb_container {
  padding-left: 0 !important;
}

/* Custom Image aSlider  */

.custom-image-gallery .carousel_content {
  background-color: unset;
}

.custom-image-gallery .swiper-slide {
  background-color: unset;
  aspect-ratio: 3/4;
  margin-bottom: 0 !important;
}

.custom-image-gallery .swiper-slide * {
  height: 100%;
}

.custom-image-gallery img {
  border-radius: 0;
}

.custom-image-gallery .swiper-button-next,
.custom-image-gallery .swiper-button-prev {
  border-radius: 50px !important;
  height: 45px;
  width: 45px;
}

.custom-image-gallery .swiper-button-prev {
  left: 45px;
}

.custom-image-gallery .swiper-button-next {
  right: 45px;
}


/* COMPLAINTS FROM CSS  */

.gform_wrapper .gfield_html {
  font-size: 24px;
  font-weight: 700;
}

.gform_wrapper .gform-field-label {
  font-size: 20px;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
  padding: 15px;
  line-height: 1;
  height: auto;
  border: 0;
  min-height: 50px;
}

.gform_wrapper .gfield input.gfield-choice-input {
  aspect-ratio: 1;
  padding: initial;
  min-height: unset;
  display: flex;
  align-self: center;
}

.gform_wrapper .gform_footer input[type=submit], 
button.wlsm-btn, 
#wlsm-login-submit {
  background: #1F5F9A !important;
  font-size: 26px !important;
  height: auto !important;
  padding: 15px 25px !important;
  text-transform: uppercase !important;
  color: #FFF;
  font-weight: 500;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
}


/* PLUGIN FORM CSS  */

.wlsm-grid .col-md-12 {
  width: 100%;
}

.wlsm-grid .wlsm-col-8 {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.wlsm-grid {
  grid-template-columns: 1fr;
}

.wlsm .wlsm-form-check {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.wlsm .wlsm-form-check input[type=radio],
.wlsm .wlsm-form-group input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.wlsm-form-sub-heading.wlsm-font-bold {
  font-weight: 800;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
}

.wlsm  .wlsm-border-bottom, .wlsm  .wlsm-border-top {
  border-color: #FFF;
  display: inline-block;
  width: 100%;
  border: 0 !important;
}

.wlsm .wlsm-form-control,
 #wlsm-login-form input{
  width: 100%;
  padding: 15px !important;
  height: auto;
  border-radius: 3px;
  border: 0;
}


.wlsm .wlsm-form-label {
  margin-bottom: 8px;
  line-height: 1;
  display: inline-block;
}

.login-remember label #wlsm-login-remember {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 5px;
}

.login-submit {
  display: inline-flex;
}

/* FOOTER CSS  */
.footer-menu li.menu-item {
  flex: 1 1 100%;
  margin-bottom: 10px !important;
}

/* RESPONSIVE CSS  */
@media screen and (max-width: 980px) {
  .et_pb_row {
    width: 90%;
  }

  .main-header .et_pb_row,
  .top-header .et_pb_row {
    display: flex;
    justify-content: space-between;
  }
  .main-header .et_pb_column {
    margin-bottom: 0;
  }
  .header-menu {
    justify-content: flex-end;
  }

  footer .et_pb_menu .et_pb_menu__menu {
    display: block;
  }

  footer .et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-slider .et_pb_slide .et_pb_slide_image {
    display: block !important;
  }

  .home-enroll-section .et_pb_row {
    position: unset !important;
    transform: unset;
  }

  .home-enroll-section .et_pb_column {
    margin-bottom: 0;
  }

  .custom-blurb.et_pb_module .et_pb_blurb_content {
    /* flex-wrap: wrap; */
    justify-content: center;
  }

  .custom-blurb.et_pb_module .et_pb_blurb_content * {
    justify-content: center;
  }

  .custom-blurb .et_pb_main_blurb_image {
    max-width: 100px;
    /* margin: 0 auto; */
  }

  .custom-blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
    margin: 0 0 15px !important;
  }
}
