:root {
  --white: #fff;
  --primary-blue: #1e2d49;
  --primary-blue-transparent: rgba(30, 45, 73, 0.6);

  --hero-green-1: rgba(61, 177, 102, 0.82);
  --hero-green-2: rgba(48, 150, 86, 0.72);
  --hero-green-solid: rgb(61, 177, 102);

  --accent-color: #ffd659;
  --section-overlay: rgba(10, 30, 50, 0.35);

  --hero-highlight: rgba(255, 255, 255, 0.1);
  --hero-highlight-transparent: rgba(255, 255, 255, 0);
  --hero-shape-border: rgba(255, 255, 255, 0.08);
  --hero-shape-shadow: rgba(0, 0, 0, 0.14);

  --font-sans: Poppins, sans-serif;
  --font-body: "Open Sans", sans-serif;
  --font-serif: "Playfair Display", serif;
}

.accent-text {
  color: var(--accent-color) !important;
}

/* =========================
   Revolution Slider - Shared
========================= */
#rev_slider_2_1 .hero-kicker,
#rev_slider_2_1 .hero-kicker-bold,
#rev_slider_2_1 .hero-title-heavy,
#rev_slider_2_1 .hero-title-heavy-md,
#rev_slider_2_1 .hero-title-light,
#rev_slider_2_1 .hero-title-light-md,
#rev_slider_2_1 .hero-btn-white,
#rev_slider_2_1 .hero-btn-white-alt {
  letter-spacing: 0;
}

#rev_slider_2_1 .hero-title-heavy,
#rev_slider_2_1 .hero-title-heavy-md,
#rev_slider_2_1 .hero-title-light,
#rev_slider_2_1 .hero-title-light-md,
#rev_slider_2_1 .hero-title-main,
#rev_slider_2_1 .hero-title-sub {
  color: var(--white);
  font-family: var(--font-serif);
}

#rev_slider_2_1 .hero-kicker,
#rev_slider_2_1 .hero-kicker-bold {
  color: var(--accent-color) !important;
  font-family: var(--font-sans);
}

#rev_slider_2_1 .hero-kicker,
.hero-kicker-simple {
  font-size: clamp(1.5rem, 1rem + 1vw, 2.0625rem);
  line-height: 1.2;
  font-weight: 300;
}

#rev_slider_2_1 .hero-kicker-bold {
  font-size: clamp(1.5rem, 1.05rem + 1.1vw, 2.1875rem);
  line-height: 1.2;
  font-weight: 600;
}

#rev_slider_2_1 .hero-title-heavy,
#rev_slider_2_1 .hero-title-light {
  font-size: clamp(2.625rem, 1.5rem + 4.5vw, 5.5rem);
  line-height: 1;
}

#rev_slider_2_1 .hero-title-heavy-md,
#rev_slider_2_1 .hero-title-light-md {
  font-size: clamp(2.125rem, 1.25rem + 4vw, 5rem);
  line-height: 1;
}

#rev_slider_2_1 .hero-title-heavy,
#rev_slider_2_1 .hero-title-heavy-md {
  font-weight: 700;
}

#rev_slider_2_1 .hero-title-light,
#rev_slider_2_1 .hero-title-light-md {
  font-weight: 400;
}

#rev_slider_2_1 .hero-body {
  width: min(100%, 780px);
  font: 600 clamp(0.95rem, 0.85rem + 0.35vw, 1.1875rem) / 1.6 var(--font-body);
  color: var(--white);
  letter-spacing: 0;
  white-space: normal;
}

#rev_slider_2_1 .tp-caption p {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem) !important;
  line-height: 1.5 !important;
}

/* =========================
   Hero Shapes / Overlay
========================= */
#rev_slider_2_1 .hero-shape-green {
  background: linear-gradient(135deg, var(--hero-green-1), var(--hero-green-2));
  border-radius: 18px;
  border: 1px solid var(--hero-shape-border);
  box-shadow: 0 10px 24px var(--hero-shape-shadow);
  overflow: hidden;
}

/* #rev_slider_2_1 .hero-shape-green::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    var(--hero-highlight),
    var(--hero-highlight-transparent)
  );
  pointer-events: none;
} */

#rev_slider_2_1 .hero-divider-green {
  background-color: var(--hero-green-solid);
}

#rev_slider_2_1 .slotholder {
  position: relative;
}

#rev_slider_2_1 .slotholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--section-overlay);
  pointer-events: none;
  z-index: 1;
}

#rev_slider_2_1 h2 {
    margin-bottom:0;
}

/* =========================
   Buttons
========================= */
#rev_slider_2_1 .hero-btn-white,
#rev_slider_2_1 .hero-btn-white-alt {
  white-space: nowrap;
  color: #2d2d2d;
  background-color: var(--white);
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: var(--font-sans);
}

#rev_slider_2_1 .hero-btn-white {
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.0625rem);
  line-height: 1.1;
  font-weight: 600;
  border: solid var(--hero-green-solid);
  border-width: 0 0 0 5px;
}

#rev_slider_2_1 .hero-btn-white-alt {
  font-size: clamp(0.9rem, 0.85rem + 0.2vw, 1rem);
  line-height: 1.1;
  font-weight: 700;
  border: 1px solid #000;
}

/* =========================
   Simple Hero Slide Styles
========================= */
.hero-slide-box {
  color: var(--white);
  max-width: 820px;
}

.hero-slide-box,
.hero-slide-box * {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hero-kicker-simple {
  color: var(--accent-color);
  font-family: var(--font-sans);
  font-size: clamp(1.5rem, 1rem + 1vw, 2.0625rem);
  font-weight: 400;
  line-height: 1.2;
  /* margin-bottom: clamp(1rem, 0.75rem + 1vw, 1.875rem); */
}

.hero-title-box {
  display: inline-block;
  max-width: 100%;
  padding: clamp(1rem, 0.9rem + 0.6vw, 1.375rem) clamp(1.125rem, 1rem + 0.8vw, 1.5625rem);
  margin-bottom: 0;
  /* background: var(--hero-green-solid); */
}
.hero-title-box .hero-shape-green {
    padding:1rem;
  display: inline-block;
}


.hero-title-main,
.hero-title-sub {
  margin: 0;
  color: var(--white);
  line-height: 1.05;
  font-family: var(--font-serif);
}

.hero-title-main {
  display: inline-block;
  font-size: clamp(2.125rem, 1.4rem + 3vw, 4rem);
  font-weight: 700;
}

.hero-title-sub {
  margin-top: 0.5rem;
  font-size: clamp(1.875rem, 1.25rem + 2.8vw, 3.625rem);
  font-weight: 300;
}

.hero-body-simple {
  max-width: 780px;
  margin-bottom: clamp(1rem, 0.8rem + 0.8vw, 1.5625rem);
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.375rem);
  line-height: 1.6;
}

.hero-body-simple p {
  margin: 0;
}

.hero-divider-simple {
  width: clamp(11.25rem, 8rem + 10vw, 17.8125rem);
  height: clamp(0.25rem, 0.18rem + 0.2vw, 0.375rem);
  background: var(--hero-green-solid);
}


/* .hero-button-wrap {
  margin-top: clamp(1rem, 1vw, 1.5rem);
} */

.hero-btn-simple {
  display: inline-block;
  padding: 1rem 1.5rem;
  background: #fff;
  color: #2d2d2d;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1rem);
  font-weight: 700;
  line-height: 1.1;
  border: 1px solid #000;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.hero-btn-simple:hover,
.hero-btn-simple:focus {
  color: rgb(61, 177, 102);
  background: #fff;
}


/* =========================
   Responsive Layout Tweaks
========================= */
@media (max-width: 767.98px) {
  #rev_slider_2_1_wrapper,
  #rev_slider_2_1,
  #rev_slider_2_1_forcefullwidth {
    height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
  }

  #rev_slider_2_1 .tp-bgimg {
    background-position: 18% center !important;
    background-size: cover !important;
  }

  #rev_slider_2_1 .tp-caption {
    transform: translateY(100px) !important;
  }

  #rev_slider_2_1 .hero-btn-white,
  #rev_slider_2_1 .hero-btn-white-alt,
  #rev_slider_2_1 .rev-btn,
  #rev_slider_2_1 .rev-btn *,
  #rev_slider_2_1 .hero-btn-white *,
  #rev_slider_2_1 .hero-btn-white-alt * {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  #rev_slider_2_1 .hero-btn-white,
  #rev_slider_2_1 .hero-btn-white-alt,
  #rev_slider_2_1 .rev-btn {
    padding: 14px 18px !important;
    white-space: nowrap !important;
  }

  #rev_slider_2_1 .hero-body {
    margin-top: 4rem !important;
    margin-bottom: 2.5rem !important;
    width: auto;
    max-width: 100%;
    font-size: 0.8rem !important;
    line-height: 1rem !important;
  }

  .rev-btn {
    margin-top: 1rem !important;
  }

  .hero-slide-box {
    max-width: 100%;
  }

  .hero-title-box {
    display: block;
  }
}




.overlay-container {
    position: relative;
}

.overlay-container .gdlr-core-pbf-background-wrap {
    /* position: relative; */
    /* overflow: hidden; */
}

.four-column-section .background-overlay {
    background-color: var(--section-overlay);
}

.two-column-about-section .background-overlay {
    background-color: var(--primary-blue-transparent);
}


/* .overlay-container .gdlr-core-pbf-background-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--section-overlay);
  z-index: 1;
  pointer-events: none;
} */

/* .overlay-container .gdlr-core-pbf-background,
.overlay-container .gdlr-core-pbf-column-content,
.overlay-container .gdlr-core-pbf-column-link {
  position: relative;
} */

/* .overlay-container .gdlr-core-pbf-column-content,
.overlay-container .gdlr-core-pbf-column-link {
  z-index: 2;
} */

/* ===================
   Pill Box Container
=================== */
.pill-box-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5em 1.5em .5em .5em;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.pill-box-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.hero-video-section {
    width: 100%;
}


.hero-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 560px;
  overflow: hidden;
  background: #000;
}
/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 16 / 9) {
  .hero-video-frame {
    height: auto;
    min-height: 560px;
    padding-top: 56.25%;
  }
}

.hero-video-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hero-video-embed {
  z-index: 1;
}

/* .hero-video-embed,
.hero-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
} */

.hero-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* .hero-video-embed iframe {
    display: block;
    border: 0;
} */

.hero-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        linear-gradient(rgba(10, 30, 50, 0.42), rgba(10, 30, 50, 0.42)),
        url("img/AdobeStock_60784042_world_200-1300.jpg") center / cover no-repeat;
    background-attachment: fixed;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 40px 24px;
}

/* .hero-video-overlay {
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(24px, 4vw, 48px);
  background:
    linear-gradient(rgba(10, 30, 50, 0.42), rgba(10, 30, 50, 0.42)),
    url("img/AdobeStock_60784042_world_200-1300.jpg") center / cover no-repeat;
  transition: opacity 0.3s ease, visibility 0.3s ease;
} */

/* .hero-video-overlay-tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */
.hero-video-overlay-tint {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* .hero-video-overlay-content {
    max-width: 760px;
    color: #fff;
    z-index: 1;
} */
 .hero-video-overlay-content {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  color: #fff;
}

.hero-video-overlay-content h2,
.hero-video-overlay-content h3,
.hero-video-overlay-content h4 {
    margin: 0 0 16px;
    color: var(--accent-color);
}

.hero-video-overlay-content p {
    margin: 0 0 16px;
    color: var(--white);
}

/* .hero-video-heading {
    margin: 0 0 16px;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
} */
 .hero-video-heading {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.375rem);
  line-height: 1.15;
  font-weight: 700;
  color: var(--white);
}

/* .hero-video-text {
    margin: 0 auto 28px;
    max-width: 680px;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--white);
} */
 .hero-video-text {
  margin: 0 auto 28px;
  max-width: 680px;
  font-size: clamp(1rem, 0.9rem + 0.45vw, 1.1875rem);
  line-height: 1.6;
  font-weight: 500;
  color: var(--white);
}

/* .hero-video-play-button {
    display: inline-block;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    position: relative;
} */
 .hero-video-play-button {
  position: relative;
  display: inline-block;
  width: clamp(72px, 6vw, 92px);
  height: clamp(72px, 6vw, 92px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.hero-video-play-icon {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
      border-top: clamp(11px, 1vw, 14px) solid transparent;
  border-bottom: clamp(11px, 1vw, 14px) solid transparent;
  border-left: clamp(18px, 1.4vw, 22px) solid #2d2d2d;
    /* border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #2d2d2d; */
}

.hero-video-toggle:checked+.hero-video-embed+.hero-video-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* @media (max-width: 767px) {
    .hero-video-overlay {
        padding: 24px 18px;
    }

    .hero-video-heading {
        font-size: 28px;
    }

    .hero-video-text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 22px;
    }

    .hero-video-play-button {
        width: 72px;
        height: 72px;
    }

    .hero-video-play-icon {
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 18px;
    }
}

.hero-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.hero-video-embed,
.hero-video-embed iframe,
.hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@supports not (aspect-ratio: 16 / 9) {
  .hero-video-frame {
    height: 0;
    padding-top: 56.25%;
  }
} */

@media (max-width: 991.98px) {
  .hero-video-frame {
    min-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .hero-video-frame {
    min-height: 520px;
  }

  .hero-video-overlay {
    padding: 24px 18px;
  }

  .hero-video-text {
    margin-bottom: 22px;
  }
}


/* ===================
   Program Overview Section
   =================== */
.two-column-about-section .about-panel {
    min-height: 420px;
    display: flex;
    align-items: center;
    position: relative;
}

.two-column-about-section .background-overlay {
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.two-column-about-section .about-panel-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 75%;
    /* similar to container behavior inside each half */
    padding: 80px 30px 55px;
}

.two-column-about-section .about-panel-inner-left {
    margin-left: auto;
    margin-right: 0;
}

.two-column-about-section .about-panel-inner-right {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 991px) {
    .two-column-about-section .about-panel-inner {
        max-width: 100%;
        padding: 60px 24px 40px;
    }
}