/* 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 0;
  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;
}
.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: 2.5rem;
  top: 45%;
  transform: translateY(-45%);
}
.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: 5.25rem;
  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: 70%;
    margin-bottom: 2rem;
  }
}
.split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description {
  font-size: 2.625rem;
  line-height: 3.875rem;
  color: inherit;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .split_hero_banner .content .section_alumni .alumni-text-wrapper .alumni-text .description {
    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 {
  margin-left: 4.5rem;
}
.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 {
  background-color: #DCFA9C;
}
.split_hero_banner .banner_mobile .section_content {
  background-color: #DCFA9C;
}
.split_hero_banner.dark_green .section_bg {
  background-color: #243508 !important;
  color: #fff;
}
.split_hero_banner.bg_grey .section_bg {
  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 {
  color: #243508;
}
.split_hero_banner.bg_green .section_bg {
  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 {
  color: #243508;
}
.split_hero_banner.bg_dark_grey .section_bg {
  background-color: #aaa38e !important;
}
.split_hero_banner.light_blue .section_bg, .split_hero_banner.bg_purple .section_bg {
  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 {
  color: #fff;
}
.split_hero_banner.light_green .section_bg {
  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 {
  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;
}

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