/* Hero Banner */
.split_hero_banner {
  min-height: 732px;
  margin-right: -2px;
  position: relative;
  /***HLWD-190 HLWD-196 Fixes***/
  /***HLWD-190 HLWD-196 Fixes***/
}
@media (min-width: 992px) {
  .split_hero_banner {
    min-height: 732px;
  }
}
.split_hero_banner .specific_controls {
  display: flex;
  margin-right: 2rem;
}
@media screen and (max-width: 992px) {
  .split_hero_banner .banner_desktop {
    display: none;
  }
}
.split_hero_banner .banner_mobile {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .split_hero_banner .banner_mobile {
    display: none;
  }
}
.split_hero_banner .banner_mobile .content {
  height: unset;
  max-height: unset;
}
.split_hero_banner .banner_mobile .section_img {
  height: 356px;
}
.split_hero_banner .banner_mobile .section_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.split_hero_banner .banner_mobile .section_content {
  padding: 30px 0px;
  min-height: 376px;
}
.split_hero_banner .banner_mobile .section_alumni .alumni-text-wrapper {
  transform: unset !important;
  top: unset !important;
}
.split_hero_banner .content_background {
  position: absolute;
  inset: 0;
  display: flex;
  height: 100%;
  max-height: inherit;
  background-color: #DCFA9C;
}
.split_hero_banner .content_background .section {
  width: 50%;
}
.split_hero_banner .content_background .section.section_bg {
  background-color: #DCFA9C;
}
.split_hero_banner .content_background .section.section_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split_hero_banner .content {
  display: flex;
  position: relative;
  height: 741px;
  max-height: 741px;
  pointer-events: none;
}
.split_hero_banner .content .section {
  width: 50%;
  pointer-events: all;
}
.split_hero_banner .content .section_empty {
  pointer-events: none;
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper {
  position: relative;
  padding-right: 6.75rem;
  top: 45%;
  transform: translateY(-45%);
}
@media screen and (max-width: 767px) {
  .split_hero_banner .content .section_alumni .alumni-text-wrapper {
    padding-right: 0;
  }
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text h1,
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text h2 {
  font-size: 4.375rem;
  font-family: "roobert_regular";
  margin-bottom: 30px;
  line-height: 130%;
  font-weight: 500;
  color: inherit;
}
@media screen and (max-width: 992px) {
  .split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text h1,
  .split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text h2 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description,
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description > p {
  font-family: "roobert_regular";
  font-size: 2.625rem;
  line-height: 3.875rem;
  font-weight: 500;
  color: inherit;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description,
  .split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description > p {
    font-size: 2.625rem;
  }
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description ul,
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description ol,
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description > p ul,
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description > p ol {
  margin-left: 4.5rem;
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description span,
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description > p span {
  font-size: 2.4375rem;
  line-height: 130%;
  font-weight: 500;
  color: inherit;
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .SubTitle {
  font-family: "roobert_regular";
  font-size: 2.4375rem;
  margin-bottom: 1.875rem;
  line-height: 130%;
  font-weight: 500;
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .SubTitle p {
  font-size: 2.4375rem;
  font-family: "roobert_regular";
  line-height: 130%;
  font-weight: 500;
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .cta-fill-arrow {
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .split_hero_banner .content_background,
  .split_hero_banner .content {
    flex-direction: column-reverse;
  }
  .split_hero_banner .content_background .section,
  .split_hero_banner .content .section {
    flex: 1;
    width: 100%;
  }
}
.split_hero_banner.align_right .content_background,
.split_hero_banner.align_right .content {
  flex-direction: row-reverse;
}
.split_hero_banner.align_right .content {
  padding-left: 10rem !important;
}
.split_hero_banner.align_right .banner_mobile {
  flex-direction: column;
}
.split_hero_banner.align_right .banner_mobile .content {
  padding-left: 0 !important;
}
.split_hero_banner.align_left .banner_mobile {
  flex-direction: column-reverse;
  /*********HLWD-182 fix*********/
  /*********HLWD-182 fix*********/
}
@media (max-width: 576px) {
  .split_hero_banner.align_left .banner_mobile {
    flex-direction: column;
  }
}
.split_hero_banner .section_bg,
.split_hero_banner .content_background {
  background-color: #DCFA9C;
}
.split_hero_banner .banner_mobile .section_content {
  background-color: #DCFA9C;
}
.split_hero_banner.dark_green .section_bg,
.split_hero_banner.dark_green .content_background {
  background-color: #243508 !important;
  color: #fff;
}
.split_hero_banner.dark_green .content .section_alumni .alumni-text-wrapper .alumni-text h1 {
  color: #bff355;
}
.split_hero_banner.dark_green .content .section_alumni .alumni-text-wrapper .alumni-text h2 {
  color: #bff355;
}
.split_hero_banner.dark_green .content .section_alumni .alumni-text-wrapper .alumni-text h2.description {
  color: #fff;
}
.split_hero_banner.dark_green .content .section_alumni .alumni-text-wrapper .alumni-text .description {
  color: #fff;
}
.split_hero_banner.dark_green .content .section_alumni .alumni-text-wrapper .alumni-text .SubTitle {
  color: #fff;
}
.split_hero_banner.bg_grey .section_bg, .split_hero_banner.bg_grey .content_background {
  background-color: #e2d6cf !important;
}
.split_hero_banner.bg_grey .section_bg h1,
.split_hero_banner.bg_grey .section_bg h2,
.split_hero_banner.bg_grey .section_bg .description, .split_hero_banner.bg_grey .content_background h1,
.split_hero_banner.bg_grey .content_background h2,
.split_hero_banner.bg_grey .content_background .description {
  color: #243508;
}
.split_hero_banner.bg_green .section_bg, .split_hero_banner.bg_green .content_background {
  background-color: #bff355 !important;
}
.split_hero_banner.bg_green .section_bg h1,
.split_hero_banner.bg_green .section_bg h2,
.split_hero_banner.bg_green .section_bg .description, .split_hero_banner.bg_green .content_background h1,
.split_hero_banner.bg_green .content_background h2,
.split_hero_banner.bg_green .content_background .description {
  color: #243508;
}
.split_hero_banner.bg_dark_grey .section_bg, .split_hero_banner.bg_dark_grey .content_background {
  background-color: #aaa38e !important;
}
.split_hero_banner.light_blue .section_bg, .split_hero_banner.bg_purple .section_bg, .split_hero_banner.bg_purple .content_background, .split_hero_banner.light_blue .content_background {
  background-color: #243508 !important;
  color: #fff;
}
.split_hero_banner.light_blue .section_bg h1,
.split_hero_banner.light_blue .section_bg h2,
.split_hero_banner.light_blue .section_bg .description, .split_hero_banner.bg_purple .section_bg h1,
.split_hero_banner.bg_purple .section_bg h2,
.split_hero_banner.bg_purple .section_bg .description, .split_hero_banner.bg_purple .content_background h1,
.split_hero_banner.bg_purple .content_background h2,
.split_hero_banner.bg_purple .content_background .description, .split_hero_banner.light_blue .content_background h1,
.split_hero_banner.light_blue .content_background h2,
.split_hero_banner.light_blue .content_background .description {
  color: #fff;
}
.split_hero_banner.light_green .section_bg, .split_hero_banner.light_green .content_background {
  background-color: #bff355 !important;
}
.split_hero_banner.light_green .section_bg h1,
.split_hero_banner.light_green .section_bg h2,
.split_hero_banner.light_green .section_bg .description, .split_hero_banner.light_green .content_background h1,
.split_hero_banner.light_green .content_background h2,
.split_hero_banner.light_green .content_background .description {
  color: #243508;
}
.split_hero_banner.bg_grey {
  background-color: #E2D6CF !important;
}
.split_hero_banner.light_blue .banner_mobile .section_content, .split_hero_banner.bg_purple .banner_mobile .section_content, .split_hero_banner.dark_green .banner_mobile .section_content {
  background-color: #243508 !important;
  color: #fff;
}
.split_hero_banner.light_green .banner_mobile .section_content, .split_hero_banner.light_green .banner_mobile .section_content {
  background-color: #bff355 !important;
  color: #243508;
}
.split_hero_banner.bg_dark_grey .banner_mobile .section_content, .split_hero_banner.bg_dark_grey .banner_mobile .section_content {
  background-color: #aaa38e !important;
  color: #243508;
}
.split_hero_banner.bg_grey .banner_mobile .section_content {
  background-color: #E2D6CF !important;
  color: #243508;
}
.split_hero_banner.bg_green .banner_mobile .section_content, .split_hero_banner.bg_green .banner_mobile .section_content {
  background-color: #bff355 !important;
  color: #243508;
}
.split_hero_banner a:focus-visible,
.split_hero_banner button:focus-visible {
  outline: 3px solid #bff355;
  outline-offset: 4px;
  border-radius: 4px;
}
.split_hero_banner button.minimize_video,
.split_hero_banner button.video_close,
.split_hero_banner button.b_video_close {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.split_hero_banner button.minimize_video:focus-visible,
.split_hero_banner button.video_close:focus-visible,
.split_hero_banner button.b_video_close:focus-visible {
  outline: 3px solid #bff355;
  outline-offset: 3px;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .split-hero-banner-new .split_hero_banner .content .section_alumni .alumni-text-wrapper {
    padding-right: 6.75rem;
  }
}
.split_hero_banner.light_green .cta-fill-arrow a {
  border: 2px solid #243508;
}

.split_hero_banner.light_green_2 .cta-fill-arrow a span {
  background: #DCFA9C !important;
  border-color: #243508 !important;
}

.subscribe-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.subscribe-btn a {
  position: relative;
  display: inline-block;
}
.subscribe-btn a span.btbSubTxt {
  overflow: hidden;
  text-indent: -138%;
  transition: none;
}
.subscribe-btn .data_loader {
  /* background: #ffffff; */
  display: inline-block;
  padding: 2px;
  margin: 0px;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}
.subscribe-btn .data_loader img {
  max-height: 20px;
}

.expedit-mobile {
  display: flex;
  justify-content: end;
}
.expedit-mobile img {
  position: relative;
  z-index: 2;
}