

/* =========================
   Bootstrap / GeneratePress class collision fix
   GP's own page wrapper (#page) happens to also carry a literal
   "container" class, which Bootstrap's global .container rule
   (loaded sitewide) matches by name and applies its own
   width/margin/padding to — stacking a second, unwanted
   centering box around the entire site. Reset it back to GP's
   intended behavior; #page's actual layout comes from the
   separate .grid-container class, untouched by this.
========================= */
#page.container {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* =========================
   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,
.hero-title-main,
.hero-title-sub,
.hero-video-heading,
.lwsomm-hero h1,
.lwsomm-founder-content h2,
.lwsomm-tagline-band h2,
.lwsomm-programs-header h2,
.lwsomm-program-card h3,
.lwsomm-stat-num,
.lwsomm-cta h2,
.lwsomm-text-section-title {
  font-family: var(--font-serif);
}

#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,
#rev_slider_2_1 .hero-body,
#rev_slider_2_1 .hero-btn-white,
#rev_slider_2_1 .hero-btn-white-alt,
#rev_slider_2_1 .hero-kicker,
#rev_slider_2_1 .hero-kicker-bold,
.hero-kicker-simple,
.hero-body-simple,
.hero-btn-simple,
.hero-video-overlay-content,
.hero-video-text,
.lwsomm-hero,
.lwsomm-section-tag,
.lwsomm-founder-content p,
.lwsomm-pullquote,
.lwsomm-tagline-band p,
.lwsomm-programs-header p,
.lwsomm-program-tag,
.lwsomm-program-card p,
.lwsomm-program-card ul li,
.lwsomm-btn,
.lwsomm-stat-label,
.lwsomm-accred h3,
.lwsomm-accred p,
.lwsomm-cta p,
.lwsomm-text-section-intro,
.lwsomm-text-section-content p {
  font-family: var(--font-body);
}

#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);
}

#rev_slider_2_1 .hero-kicker,
#rev_slider_2_1 .hero-kicker-bold,
.hero-kicker-simple {
  color: var(--gold) !important;
}

#rev_slider_2_1 .hero-kicker,
#rev_slider_2_1 .hero-kicker-bold {
  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-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;
}
.gdlr-core-button-item {
border-color: #e6e6e6;
padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.gdlr-core-button .gdlr-core-content {
  display: inline-block;
  vertical-align: middle;
}
.green-button,
.green-button-outer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background-color: var(--hero-green-solid) !important;
  color: var(--white) !important;
  padding: 12px 29px 17px 31px;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 18px var(--hero-green-outline);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
  position: relative;
  overflow: hidden;
}
.green-button:hover,
.green-button-outer a:hover {
  background-color: #359b5f !important;
  color: var(--white) !important;
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 24px var(--hero-green-outline);
}
.green-button:active,
.green-button-outer a:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 2px 5px rgba(0, 0, 0, 0.18),
    0 6px 12px rgba(61, 177, 102, 0.18);
}
.green-button:focus-visible,
.green-button-outer a:focus-visible {
  outline: 3px solid rgba(61, 177, 102, 0.22);
  outline-offset: 3px;
}

.blue-button,
.blue-button-outer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background-color: var(--navy) !important;
  color: var(--white) !important;
  padding: 12px 29px 17px 31px;
  text-transform: none;
  border: 2px solid var(--navy);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 8px 18px rgba(26, 46, 90, 0.16);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
  position: relative;
  overflow: hidden;
}
.blue-button:hover,
.blue-button-outer a:hover {
  background-color: var(--white) !important;
  border-color: var(--navy);
  color: var(--navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 46, 90, 0.14);
}
.blue-button:focus-visible,
.blue-button-outer a:focus-visible {
  outline: 3px solid rgba(26, 46, 90, 0.24);
  outline-offset: 3px;
}
.blue-outline-button,
.blue-outline-button-outer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background-color: transparent !important;
  color: var(--navy) !important;
  border: 2px solid var(--navy);
  padding: 12px 29px 17px 31px;
  text-transform: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 8px 18px rgba(26, 46, 90, 0.08);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
  position: relative;
  overflow: hidden;
}
.blue-outline-button:hover,
.blue-outline-button-outer a:hover {
  background-color: var(--navy) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 46, 90, 0.14);
}
.blue-outline-button:focus-visible,
.blue-outline-button-outer a:focus-visible {
  outline: 3px solid rgba(26, 46, 90, 0.24);
  outline-offset: 3px;
}
.lwsomm-btn-gold,
.lwsomm-btn-gold-outer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 13px 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--gold);
  border-radius: 4px;
  background-color: var(--gold) !important;
  color: var(--navy) !important;
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 20px rgba(200, 168, 75, 0.18);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
  position: relative;
  overflow: hidden;
}
.lwsomm-btn-gold:hover,
.lwsomm-btn-gold-outer a:hover {
  background-color: #b89432 !important;
  border-color: #b89432;
  color: var(--navy) !important;
  transform: translateY(-2px);
  box-shadow:
    inset 0 -2px 0 rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 24px rgba(200, 168, 75, 0.22);
}
.lwsomm-btn-gold:active,
.lwsomm-btn-gold-outer a:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 2px 5px rgba(0, 0, 0, 0.18),
    0 7px 14px rgba(200, 168, 75, 0.16);
}
.lwsomm-btn-gold:focus-visible,
.lwsomm-btn-gold-outer a:focus-visible {
  outline: 3px solid rgba(200, 168, 75, 0.28);
  outline-offset: 3px;
}
.lwsomm-btn-ghost,
.lwsomm-btn-ghost-outer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 13px 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #c4c2c2;
  border-radius: 4px;
  background-color: transparent !important;
  color: #c4c2c2 !important;
  box-shadow: 0 8px 18px rgba(26, 46, 90, 0.08);
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
  position: relative;
  overflow: hidden;
}
.lwsomm-btn-ghost:hover,
.lwsomm-btn-ghost-outer a:hover {
  background-color: var(--navy) !important;
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 46, 90, 0.14);
}
.lwsomm-btn-ghost:active,
.lwsomm-btn-ghost-outer a:active {
  transform: translateY(1px);
  box-shadow: 0 6px 12px rgba(26, 46, 90, 0.12);
}
.lwsomm-btn-ghost:focus-visible,
.lwsomm-btn-ghost-outer a:focus-visible {
  outline: 3px solid rgba(26, 46, 90, 0.24);
  outline-offset: 3px;
} 

/* =========================
   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-size: clamp(1.5rem, 1rem + 1vw, 2.0625rem);
  font-weight: 400;
  line-height: 1.2;
}

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

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

.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-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-btn-simple,
.n2-section-smartslider .hero-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1rem 1.6rem 1rem 1.25rem;
  background: #ffffff;
  color: #1f2937 !important;
  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;
  letter-spacing: 0.01em;
  border: 0;
  border-left: 5px solid var(--hero-green-solid) !important;
  border-radius: 0  !important;
  box-shadow: 0 12px 28px rgba(10, 30, 50, 0.18);
  transform: translateY(0) scale(1);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-left-color 220ms ease;
  animation: hero-button-enter 700ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.hero-btn-simple::before,
.n2-section-smartslider .hero-button a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(61, 177, 102, 0.14), rgba(61, 177, 102, 0)) !important;
  transform: translateX(-100%);
  transition: transform 260ms ease;
  pointer-events: none;
}

.hero-btn-simple:hover,
.hero-btn-simple:focus,
.hero-btn-simple:focus-visible,
#rev_slider_2_1 .hero-btn-white:hover,
#rev_slider_2_1 .hero-btn-white:focus,
#rev_slider_2_1 .hero-btn-white:focus-visible,
.n2-section-smartslider .hero-button a:hover,
.n2-section-smartslider .hero-button a:focus,
.n2-section-smartslider .hero-button a:focus-visible {
  color: #17366b !important;
  background: #f8fffb !important;
  border-left-color: #34b65a !important;
  box-shadow: 0 16px 34px rgba(10, 30, 50, 0.22) !important;
  transform: translateY(-3px) scale(1.01) !important;
}

.hero-btn-simple:hover::before,
.hero-btn-simple:focus::before,
.hero-btn-simple:focus-visible::before,
#rev_slider_2_1 .hero-btn-white:hover::before,
#rev_slider_2_1 .hero-btn-white:focus::before,
#rev_slider_2_1 .hero-btn-white:focus-visible::before,
.n2-section-smartslider .hero-button a:hover::before,
.n2-section-smartslider .hero-button a:focus::before,
.n2-section-smartslider .hero-button a:focus-visible::before {
  transform: translateX(0);
}

.hero-btn-simple:focus-visible,
#rev_slider_2_1 .hero-btn-white:focus-visible,
.n2-section-smartslider .hero-button a:focus-visible {
  outline: 3px solid rgba(61, 177, 102, 0.35);
  outline-offset: 3px;
}

@keyframes hero-button-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-btn-simple,
  #rev_slider_2_1 .hero-btn-white,
  .n2-section-smartslider .hero-button a {
    animation: none;
    transition: none;
  }

  .hero-btn-simple::before,
  #rev_slider_2_1 .hero-btn-white::before,
  .n2-section-smartslider .hero-button a::before {
    transition: none;
  }

  .hero-btn-simple:hover,
  .hero-btn-simple:focus,
  .hero-btn-simple:focus-visible,
  #rev_slider_2_1 .hero-btn-white:hover,
  #rev_slider_2_1 .hero-btn-white:focus,
  #rev_slider_2_1 .hero-btn-white:focus-visible,
  .n2-section-smartslider .hero-button a:hover,
  .n2-section-smartslider .hero-button a:focus,
  .n2-section-smartslider .hero-button a:focus-visible {
    transform: none;
  }
}


/* =========================
   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 {
}

.four-column-section .background-overlay {
  background-color: var(--section-overlay);
}

.two-column-about-section .background-overlay {
  background-color: var(--primary-blue-transparent);
}

/* ===================
   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%;
}

@media (min-width: 1200px) {
  .hero-video-section {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .hero-video-section {
    max-width: 1320px;
  }
}

.hero-video-section-wrapper {
  position:relative;


  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: scroll, scroll;
  background-attachment: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;

  background-color: #1e1e1e;
}


.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 {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  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-tint {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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) !important;
}

.hero-video-overlay-content p {
  margin: 0 0 16px;
  color: var(--white);
}

.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: clamp(1rem, 0.9rem + 0.45vw, 1.1875rem);
  line-height: 1.6;
  font-weight: 500;
  color: var(--white);
}

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

.hero-video-toggle:checked+.hero-video-embed+.hero-video-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


@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%;
  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;
  }
}

@media (min-width: 1024px) {
  #rev_slider_2_1_wrapper .tp-bgimg {
    background-position: center 15% !important;
  }
}

/* ===================
   About Us Section
   =================== */


/* Page hero */
.lwsomm-hero {
  background: var(--navy);
  background-image: linear-gradient(135deg, var(--navy-dark) 0%, #1e3a6e 60%, var(--navy) 100%);
  padding: 90px 40px 75px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lwsomm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('upload/hp2-video-bg-1.jpg') center/cover no-repeat;
  opacity: 0.13;
}

.lwsomm-hero-label {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
}

.lwsomm-hero h1 {
  font-size: 54px;
  font-weight: 900;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 20px;
  position: relative;
}

.lwsomm-hero h1 span {
  color: var(--gold);
}

.lwsomm-hero-sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.75;
  position: relative;
}

.lwsomm-breadcrumb {
  position: relative;
  margin-top: 28px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.lwsomm-breadcrumb a {
  color: var(--gold);
  text-decoration: none;
}

/* Founder section */
.lwsomm-section {
  padding: 80px 40px;
}

.lwsomm-founder-grid {
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

.lwsomm-founder-img-wrap {
  position: relative;
}

.lwsomm-founder-img-wrap img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}

.lwsomm-founder-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 110px;
  height: 110px;
  background: var(--gold);
  border-radius: 2px;
  z-index: -1;
}

.lwsomm-section-tag {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.lwsomm-founder-content h2 {
  font-size: 37px;
  color: var(--navy);
  line-height: 1.22;
  margin-bottom: 22px;
}

.lwsomm-founder-content p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.lwsomm-pullquote {
  border-left: 4px solid var(--gold);
  padding: 16px 22px;
  background: var(--gray);
  margin: 26px 0;
  font-style: italic;
  font-size: 16px;
  color: var(--navy);
  line-height: 1.65;
}

.lwsomm-pullquote p {
  font-style: italic;
  font-size: 16px;
  color: var(--navy);
  line-height: 1.65;
  margin-bottom: 0;
}

.lwsomm-founder-sig {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.lwsomm-sig-line {
  width: 50px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.lwsomm-sig-text strong {
  display: block;
  color: var(--navy);
  font-weight: 700;
  font-size: 15px;
}

.lwsomm-sig-text span {
  font-size: 13px;
  color: var(--text-light);
}

/* Tagline band */
.lwsomm-tagline-band {
  background: var(--navy);
  padding: 52px 40px;
  text-align: center;
}

.lwsomm-tagline-band h2 {
  color: var(--gold);
  font-size: 33px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.lwsomm-tagline-band p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.75;
}

/* Programs */
.lwsomm-programs {
  background: var(--gray);
  padding: 80px 40px;
}

.lwsomm-card-section {
  padding: 80px 40px;
}

.lwsomm-programs-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.lwsomm-programs-header {
  text-align: center;
  margin-bottom: 50px;
}

.lwsomm-programs-header h2 {
  font-size: 38px;
  color: var(--navy);
  margin-bottom: 10px;
}

.lwsomm-programs-header p {
  color: var(--text-light);
  font-size: 15px;
}

.lwsomm-program-card {
  background: var(--white);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.lwsomm-program-card-img {
  height: 210px;
  object-fit: cover;
  width: 100%;
  display: block;
}

.lwsomm-program-card-body {
  padding: 34px;
}

.lwsomm-program-tag {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.lwsomm-program-tag p {
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lwsomm-program-card h3 {
  font-size: 25px;
  color: var(--navy);
  margin-bottom: 14px;
}

.lwsomm-program-card p {
  /* color: var(--text-light); */
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 20px;
}

.lwsomm-program-card ul {
  list-style: none;
  margin-bottom: 26px;
}

.lwsomm-program-card ul li {
  font-size: 13.5px;
  color: var(--text);
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 9px;
}

.lwsomm-program-card ul li::before {
  content: '✦';
  color: var(--gold);
  font-size: 10px;
}

.lwsomm-btn,
.lwsomm-btn-outer a {
  display: inline-block;
  padding: 13px 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.2s;
}

.lwsomm-btn-navy {
  background: var(--navy);
  color: var(--white);
}

.lwsomm-btn-navy:hover {
  background: var(--navy-dark);
  color: var(--white);
}

.lwsomm-btn-outline {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
}

.lwsomm-btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

/* Stats */
.lwsomm-stats {
  background: var(--navy-dark);
  padding: 56px 40px;
}

.lwsomm-stats-inner {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.lwsomm-stat-num {
  font-size: 54px;
  color: var(--gold);
  font-weight: 900;
  line-height: 1;
}

.lwsomm-stat-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 10px;
}

/* Accreditation band */
.lwsomm-accred {
  background: var(--gold);
  padding: 38px 40px;
  text-align: center;
}

.lwsomm-accred h3 {
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.lwsomm-accred p {
  color: var(--navy);
  font-size: 14px;
  opacity: 0.78;
}

/* CTA band */
.lwsomm-cta {
  background: var(--navy);
  background-image: url('upload/shutterstock_734589535.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 40px;
  text-align: center;
}

.lwsomm-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 29, 58, 0.88);
}

.lwsomm-cta-inner {
  position: relative;
  z-index: 1;
}

.lwsomm-cta h2 {
  color: var(--white);
  font-size: 40px;
  margin-bottom: 18px;
}

.lwsomm-cta h2 span {
  color: var(--gold);
}

.lwsomm-cta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 34px;
  line-height: 1.75;
}

.lwsomm-cta-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.lwsomm-btn-gold,
.lwsomm-btn-gold-outer a {
  background-color: var(--gold) !important;
  color: var(--navy);
  font-weight: 700;
}

.lwsomm-btn-gold:hover,
.lwsomm-btn-gold-outer a:hover {
  background-color: var(--gold-light) !important;
  color: var(--navy);
}

/* .lwsomm-btn-ghost {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.lwsomm-btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
} */


/* ===============
          TEXT SECTION 
        ============== */
.lwsomm-text-section {
  background: #fff;
  padding: 80px 20px;
}

.lwsomm-text-section-inner {
  background: var(--gray);
  border-left: 5px solid var(--gold);
  padding: 48px 36px;
  border-radius: 3px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.lwsomm-text-section-title {
  font-size: 38px;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}

.lwsomm-text-section-intro {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

.lwsomm-text-section-content {
  margin-top: 28px;
}

.lwsomm-text-section-content p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.95;
  margin-bottom: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .lwsomm-text-section {
    padding: 60px 16px;
  }

  .lwsomm-text-section-inner {
    padding: 32px 22px;
  }

  .lwsomm-text-section-title {
    font-size: 30px;
  }

  .lwsomm-text-section-intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .lwsomm-text-section-content p {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ==========================
   mission-outreach TRIP INFO 
 ============================ */
        .lw-trip-info {
    background: var(--navy);
    border-radius: 3px;
    padding: 44px 52px;
}
.lw-trip-info h3 {
    font-size: 24px;
    color: var(--gold);
    margin-bottom: 18px;
}
.lw-trip-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lw-trip-info ul li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.7;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.lw-trip-info ul li::before {
    content: '✦';
    color: var(--gold);
    font-size: 9px;
    margin-top: 5px;
    flex-shrink: 0;
}

/* ==========================
   our-mission PAGE STYLES
 ============================ */

 
        /* ── Gold rule divider ── */
        .lw-gold-rule {
            width: 60px; height: 3px;
            background: var(--gold);
            margin: 0 auto 32px;
        }
        .lw-gold-rule.left { margin: 0 0 24px; }

        /* ── Section base ── */
        .lw-section { padding: 80px 40px; }
        .lw-container { max-width: 1140px; margin: 0 auto; }
        .lw-section-tag {
            color: var(--gold);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 3.5px;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 14px;
        }
        .lw-section-title {
            font-family: 'Playfair Display', serif;
            font-size: 38px;
            color: var(--navy);
            line-height: 1.2;
            margin-bottom: 18px;
        }
        .lw-section-lead {
            font-size: 16px;
            color: var(--text-light);
            line-height: 1.85;
            font-family: 'Open Sans', sans-serif;
            max-width: 720px;
        }

        /* ── Mission Statement ── */
        .lw-mission-statement {
            background: var(--navy);
            border-radius: 3px;
            padding: 48px 52px;
            margin-bottom: 38px;
            position: relative;
            overflow: hidden;
        }
        .lw-mission-statement::before {
            content: '\201C';
            position: absolute;
            top: -20px; left: 28px;
            font-size: 200px;
            line-height: 1;
            color: rgba(200,168,75,0.12);
            font-family: 'Playfair Display', serif;
            pointer-events: none;
        }
        .lw-mission-statement p {
            position: relative;
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            color: var(--white);
            line-height: 1.75;
            margin: 0;
        }
        .lw-mission-statement p em { color: var(--gold); font-style: normal; font-weight: 700; }
        .lw-mission-scripture {
            border-left: 4px solid var(--gold);
            padding: 16px 24px;
            background: var(--gray);
            font-style: italic;
            font-size: 15px;
            color: var(--navy);
            line-height: 1.7;
            font-family: 'Open Sans', sans-serif;
        }
        .lw-mission-scripture cite {
            display: block;
            margin-top: 8px;
            font-style: normal;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: var(--gold);
            text-transform: uppercase;
        }

        /* ── Institutional Goals ── */
        .lw-goal-card {
            background: var(--white);
            border-radius: 3px;
            padding: 40px 36px;
            box-shadow: 0 3px 20px rgba(0,0,0,0.06);
            border-top: 4px solid var(--gold);
        }
        .lw-goal-number {
            font-family: 'Playfair Display', serif;
            font-size: 56px;
            color: rgba(200,168,75,0.2);
            line-height: 1;
            margin-bottom: 18px;
            font-weight: 900;
        }
        .lw-goal-card h3 {
            font-family: 'Playfair Display', serif;
            font-size: 22px;
            color: var(--navy);
            margin-bottom: 14px;
        }
        .lw-goal-card p {
            font-size: 14px;
            color: var(--text-light);
            line-height: 1.85;
            font-family: 'Open Sans', sans-serif;
        }

        /* ── Two Programs ── */
        .lw-programs { padding: 80px 40px; background: var(--white); }
        .lw-programs-header { text-align: center; margin-bottom: 50px; }
        .lw-program-split {
            max-width: 1140px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 36px;
        }
        .lw-program-block {
            border-radius: 3px;
            overflow: hidden;
            box-shadow: 0 4px 24px rgba(0,0,0,0.07);
        }
        .lw-program-block-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }
        .lw-program-block-body { padding: 36px; }
        .lw-program-badge {
            display: inline-block;
            background: var(--gold);
            color: var(--navy);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 4px 13px;
            border-radius: 2px;
            margin-bottom: 16px;
            font-family: 'Open Sans', sans-serif;
        }
        .lw-program-block h3 {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            color: var(--navy);
            margin-bottom: 14px;
        }
        .lw-program-block p {
            font-size: 14px;
            color: var(--text-light);
            line-height: 1.85;
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 22px;
        }

        .lw-btn {
            display: inline-block;
            padding: 12px 28px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 2px;
            transition: all 0.2s;
            font-family: 'Open Sans', sans-serif;
        }
        .lw-btn-navy { background: var(--navy); color: var(--white); }
        .lw-btn-navy:hover { background: var(--navy-dark); color: var(--white); }
        .lw-btn-outline { background: transparent; border: 2px solid var(--navy); color: var(--navy); }
        .lw-btn-outline:hover { background: var(--navy); color: var(--white); }




/* =============================================================
   BTC — Kingster Theme Integration Glue CSS
   Fills gaps between the purchased theme classes and BTC pages
   ============================================================= */

/* Ensure kingster-page-wrapper sits flush after the sub-nav */
.btc-subnav + #kingster-page-wrapper,
.btc-subnav + .kingster-page-wrapper {
    padding-top: 0;
}

/* Kingster sidebar: ensure right column has a breathing gap on the left */
.kingster-sidebar-right.kingster-column-20 {
    padding-left: 10px;
}

/* Personnel list image — circular headshots for BTC faculty */
.gdlr-core-personnel-list-image img {
    border-radius: 50%;
    object-fit: cover;
    width: 150px;
    height: 150px;
}

/* Personnel list: ensure image floats left with a gap */
.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-image {
    float: left;
    margin-right: 28px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

/* Personnel list content area */
.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-content-wrap {
    overflow: hidden;
}

/* Tab item: when used without the image panel, show full-width */
.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
    border-bottom: 2px solid #e2e4ea;
    margin-bottom: 0;
}

.gdlr-core-tab-item .gdlr-core-tab-item-title {
    cursor: pointer;
    display: inline-block;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #555;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
}

.gdlr-core-tab-item .gdlr-core-tab-item-title:hover,
.gdlr-core-tab-item .gdlr-core-tab-item-title.gdlr-core-active {
    color: #192f59;
    border-bottom-color: #3db166;
}

.gdlr-core-tab-item .gdlr-core-tab-item-content {
    display: none;
}

.gdlr-core-tab-item .gdlr-core-tab-item-content.gdlr-core-active {
    display: block;
}

/* Course item button: use our theme green */
.gdlr-core-course-item-button.gdlr-core-button {
    background-color: #192f59;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 9px 18px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}

.gdlr-core-course-item-button.gdlr-core-button:hover {
    background-color: #3db166;
    color: #fff;
}

/* Reusable sidebar boxes (Quick Links / Contact Info / Accreditation) */
.lw-sidebar-box {
    background-color: var(--navy);
    color: var(--white);
    padding: 28px 30px;
    margin-bottom: 24px;
    border-radius: 4px;
}

.lw-sidebar-box-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.lw-sidebar-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lw-sidebar-box li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 0;
}

.lw-sidebar-box li:last-child {
    border-bottom: none;
}

.lw-sidebar-box a {
    color: var(--white);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lw-sidebar-box a:hover {
    color: var(--hero-green-solid);
}

.lw-sidebar-box-label {
    display: block;
    color: var(--hero-green-solid);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.lw-sidebar-box-value {
    display: block;
}

.lw-sidebar-badge {
    text-align: center;
}

.lw-sidebar-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--hero-green-solid);
    color: var(--white);
    font-size: 20px;
    margin-bottom: 12px;
}

.lw-sidebar-badge a {
    color: var(--hero-green-solid);
}

/* Widget box shortcode: ensure links inside are white */
.gdlr-core-widget-box-shortcode a {
    color: inherit;
    text-decoration: none;
}

/* Personnel divider between faculty cards */
.gdlr-core-personnel-list-column {
    border-bottom: 1px solid #edf0f5;
}

.gdlr-core-personnel-list-column:last-child {
    border-bottom: none;
}

/* BTC icon-list: remove default ul padding from theme resets */
.gdlr-core-icon-list-item ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

/* BTC sub-nav: responsive scroll on small screens */
@media (max-width: 767px) {
    .btc-subnav .kingster-container {
        padding-left: 0;
        padding-right: 0;
    }

    .btc-subnav-list {
        padding: 0 16px;
    }

    /* Stack sidebar below content on mobile */
    .kingster-sidebar-right.kingster-column-20 {
        padding-left: 0;
    }
}


/* =============================================================
   COMING SOON — generic fallback page for unimplemented links
   ============================================================= */
.coming-soon-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 80px 20px 100px;
    text-align: center;
}

.coming-soon-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(26, 46, 90, 0.08);
    border: 2px solid rgba(26, 46, 90, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
}

.coming-soon-icon .fa {
    font-size: 34px;
    color: var(--navy);
}

.coming-soon-heading {
    font-family: var(--font-serif);
    font-size: 30px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 18px;
    line-height: 1.3;
}

.coming-soon-divider {
    width: 60px;
    height: 3px;
    background: var(--gold);
    margin: 0 auto 24px;
    border-radius: 2px;
}

.coming-soon-text {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.8;
    margin: 0 0 36px;
}

.coming-soon-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.coming-soon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.coming-soon-btn-primary {
    background-color: var(--navy);
    color: #fff;
    border: 2px solid var(--navy);
}

.coming-soon-btn-primary:hover {
    background-color: var(--navy-dark);
    border-color: var(--navy-dark);
    color: #fff;
}

.coming-soon-btn-outline {
    background-color: transparent;
    color: var(--navy);
    border: 2px solid var(--navy);
}

.coming-soon-btn-outline:hover {
    background-color: var(--navy);
    color: #fff;
}

.coming-soon-contact {
    padding-top: 28px;
    border-top: 1px solid #e2e4ea;
}

.coming-soon-contact p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
}

.coming-soon-contact .fa {
    color: var(--gold);
    margin-right: 4px;
}

.coming-soon-contact a {
    color: var(--navy);
    font-weight: 600;
}

@media (max-width: 600px) {
    .coming-soon-wrap {
        padding: 60px 16px 70px;
    }

    .coming-soon-heading {
        font-size: 24px;
    }

    .coming-soon-actions {
        flex-direction: column;
        width: 100%;
    }

    .coming-soon-btn {
        width: 100%;
        justify-content: center;
    }
}


/*==============================
Homepage styles
===============================*/
.lwcc-body h3 {
  color: #161616;
}
.home-picture-cards-group h2,
.home-picture-cards-group h3,
.home-picture-cards-group h4,
.home-picture-cards-group h5,
.home-picture-cards-group h6 {
  color: var(--white);
  font-family: "Poppins", sans-serif;
}

.lwsomm-programs h3 {
  color: #161616;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.lwsomm-programs p {
  line-height: 1.7;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: inherit;
  border-color: #e6e6e6;
  color: #545454;
}

.lwsomm-programs h2 {
  font-size: 38px;
  color: var(--navy);
  margin-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.lwsomm-cta-inner h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

/* #home-orgs-section.gdlr-core-pbf-wrapper, */
.gb-element-3e7eccee {
  background: #0d1b3e !important;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.wp-block-heading {
  font-family: "Poppins", sans-serif;
}


.lwsomm-section h2 {
  font-size: 48px;
}
.lwsomm-section h1, 
.lwsomm-section h2,
.lwsomm-section h3,
.lwsomm-section h4 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  color: var(--navy-dark)
}


/*
.lwsomm-blog-section .lwsomm-section-label,
.lwsomm-events-section .lwsomm-section-label {
  flex-shrink: 0;
  margin: 0 0 .5 0;
  padding: 0;
  background: transparent !important;
  color: var(--navy-dark);
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.lwsomm-blog-section a,
.lwsomm-blog-card-meta .lwsomm-blog-card-cat,
.lwsomm-events-section a,
.lwsomm-events-section .lwsomm-event-card-day,
.lwsomm-event-card-rule,
.lwsomm-event-card-meta,
.lwsomm-event-card-meta i,
.lwsomm-event-card-rule {
  color: var(--hero-green-solid) !important;
}

.lwsomm-blog-card-title {
  font-size: 19px;
  margin-bottom: 14px;
  font-weight: 700;
}
.lwsomm-blog-card-title a {
  color: var(--navy-dark);
}

.lwsomm-blog-card-title {
  font-size: 19px;
}
.lwsomm-blog-section a {
  font-size: 1rem;
}*/
