@charset "UTF-8";
@font-face {
  font-family: "itcavantgardestd";
  src: url("/fonts/itcavantgardestd-md_gdi.eot");
  src: url("/fonts/itcavantgardestd-md_gdi.eot?#iefix") format("embedded-opentype"), url("/fonts/itcavantgardestd-md_gdi.woff2") format("woff2"), url("/fonts/itcavantgardestd-md_gdi.woff") format("woff"), url("/fonts/itcavantgardestd-md_gdi.ttf") format("truetype");
  /*url('fonts/itcavantgardestd-md_gdi.svg#premiersans') format('svg');*/
  font-weight: 300;
}
@font-face {
  font-family: "itcavantgardestd";
  src: url("/fonts/itcavantgardestd-demi_gdi.eot");
  src: url("/fonts/itcavantgardestd-demi_gdi.eot?#iefix") format("embedded-opentype"), url("/fonts/itcavantgardestd-demi_gdi.woff2") format("woff2"), url("/fonts/itcavantgardestd-demi_gdi.woff") format("woff"), url("/fonts/itcavantgardestd-demi_gdi.ttf") format("truetype");
  /*url('fonts/itcavantgardestd-demi_gdi.svg.svg#premiersans') format('svg');*/
  font-weight: 600;
}
@font-face {
  font-family: "itcavantgardestd";
  src: url("/fonts/itcavantgardestd-bold_gdi.eot");
  src: url("/fonts/itcavantgardestd-bold_gdi.eot?#iefix") format("embedded-opentype"), url("/fonts/itcavantgardestd-bold_gdi.woff2") format("woff2"), url("/fonts/itcavantgardestd-bold_gdi.woff") format("woff"), url("/fonts/itcavantgardestd-bold_gdi.ttf") format("truetype");
  /*url('fonts/itcavantgardestd-bold_gdi.svg.svg#premiersans') format('svg');*/
  font-weight: 900;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .public-nav #publicNav {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .public-nav .navbar-toggler {
    display: none;
  }
}
.public-nav .nav-icon {
  width: 18px;
  height: 18px;
  margin-right: .5rem;
  display: none !important;
}
.public-nav i {
  font-size: 18px;
  margin-right: .25rem;
  color: #fea301;
}

.navbar-toggler {
  padding-right: 0px;
}
.navbar-toggler i {
  color: #02365A !important;
}

.btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Fullscreen mobile menu */
.public-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1055;
  background: linear-gradient(180deg, #04558A 0%, #02365A 60%, #02365A 100%);
  color: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform .28s ease, opacity .28s ease, visibility 0s linear .28s;
}
.public-mobile-menu.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform .28s ease, opacity .28s ease;
}
.public-mobile-menu__inner {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.public-mobile-menu__header .brand-mark {
  width: 136px;
  height: auto;
}
.public-mobile-menu__header .public-mobile-menu__close {
  filter: invert(1);
}
.public-mobile-menu__nav {
  margin: 2rem 0 0;
}
.public-mobile-menu__nav li {
  border-bottom: 1px solid white;
}
.public-mobile-menu__nav li:last-child {
  border-bottom: 0;
}
.public-mobile-menu__nav .mobile-link {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.public-mobile-menu__nav .mobile-link .nav-icon {
  width: 22px;
  height: 22px;
  filter: brightness(2111);
}
@media (max-width: 991px) {
  .public-mobile-menu__nav .mobile-link .nav-icon {
    margin-top: -8px;
  }
}
.public-mobile-menu__nav .mobile-link:hover {
  text-decoration: underline;
}

/* Lock page scroll when menu is open */
.menu-open {
  overflow: hidden;
  touch-action: none;
}

/* Brand-aware checkboxes + radios */
.form-check-input {
  /* default/hover state border tint */
  border-color: #475f71;
  /* checked state */
  /* disabled (keeps a hint of brand) */
}
.form-check-input:hover {
  border-color: #010e17;
}
.form-check-input:focus {
  border-color: #02365A;
  box-shadow: 0 0 0 0rem rgba(2, 54, 90, 0.25);
}
.form-check-input:checked {
  background-color: #02365A;
  border-color: #02365A;
}
.form-check-input:disabled {
  opacity: .7;
  cursor: not-allowed;
}

/* Optional: switches too */
.form-switch .form-check-input:focus {
  border-color: #02365A;
  box-shadow: 0 0 0 0.25rem rgba(2, 54, 90, 0.25);
}
.form-switch .form-check-input:checked {
  background-color: #02365A;
  border-color: #02365A;
}

/* Small visual alignment nicety for your row */
#newsletterOptIn.form-check-input {
  margin-top: .35rem;
  /* aligns box with single-line label */
  margin-top: 0.15rem;
  width: 19px;
  height: 19px;
  margin-right: 8px;
}

label.form-check-label {
  color: #02365A;
}

.btn-primary {
  background: #FFBE00;
  border-color: #FFBE00;
  font-weight: 500;
  padding: 10px;
  color: #02365A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f0b300;
  border-color: #f0b300;
  transition: all 0.2s ease-in-out;
  color: #02365A;
}
.btn-primary.btn-glass {
  color: #02365A;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
}
.btn-primary.btn-glass:hover, .btn-primary.btn-glass:focus, .btn-primary.btn-glass:active {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out;
}

.btn-outline-primary {
  border-color: #FFBE00;
  color: #FFBE00;
  padding: 10px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background: rgba(255, 190, 0, 0.08) !important;
  transition: all 0.2s ease-in-out;
  border-color: #FFBE00 !important;
  color: #FFBE00 !important;
}

.public-page {
  font-family: "Barlow", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
.public-page .public-nav {
  background: white;
  backdrop-filter: blur(6px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.public-page .public-nav .navbar-brand .brand-mark {
  width: 174px;
  height: auto;
}
.public-page .public-nav .navbar-brand span {
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: lowercase;
}
.public-page .public-nav .nav-link, .public-page .public-nav .btn {
  color: #02365A;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .public-page .public-nav .nav-link, .public-page .public-nav .btn {
    font-size: 10px;
  }
}
.public-page .public-nav .nav-link .nav-icon, .public-page .public-nav .btn .nav-icon {
  display: inline-flex;
  max-height: 20px;
  margin-right: 6px;
}
.public-page .public-nav .nav-link.active::before, .public-page .public-nav .nav-link:hover::before, .public-page .public-nav .btn.active::before, .public-page .public-nav .btn:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  height: 0;
  border-bottom: 4px solid #FFBE00;
  pointer-events: none;
}
.public-page .mw-hero {
  background: #02365A;
  color: #fff;
  padding-top: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 6vw, 4rem);
  min-height: 380px;
}
@media (max-width: 991px) {
  .public-page .mw-hero {
    min-height: auto;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .public-page .mw-hero.img-only .mw-hero__bg {
    object-fit: contain;
    position: relative;
  }
}
.public-page .mw-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
  object-position: center;
  justify-self: center;
  max-width: 1440px;
  opacity: .9;
  z-index: 0;
}
.public-page .mw-hero__row {
  position: relative;
  z-index: 1;
  margin-top: 26%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  margin-left: 15px;
}
.public-page .mw-hero__copy {
  margin-left: 0px;
}
.public-page .mw-hero__copy h1 {
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 5.6rem;
}
.public-page .mw-hero__copy h1 span {
  font-size: 3.1rem;
  display: block;
}
.public-page .mw-hero__bullets {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.public-page .mw-hero__bullets li {
  position: relative;
  padding-left: 0rem;
  margin-bottom: 0rem;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
}
.public-page .mw-hero__bullets li::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: .55em;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.public-page .mw-intro h2 {
  color: #02365A;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.public-page .mw-contact .btn + .btn {
  margin-left: .5rem;
}
.public-page .public-footer {
  background: #02365A;
  color: #fff;
}
.public-page .public-footer a {
  color: #fff;
}
.public-page .public-footer a:hover {
  text-decoration: underline;
}

.public-page .mw-hero {
  min-height: auto;
}
@media (min-width: 992px) {
  .public-page .mw-hero {
    min-height: 608px;
  }
}
@media (min-width: 992px) {
  .public-page .mw-hero__copy {
    padding-bottom: 2.5rem;
  }
}

.btn-send {
  border-color: rgba(2, 54, 90, 0.45);
  background-color: transparent;
  border-radius: 50%;
}
.btn-send i {
  color: rgba(2, 54, 90, 0.45);
}
.btn-send:hover {
  text-decoration: none;
  background: rgba(2, 54, 90, 0.25);
  border-color: rgba(2, 54, 90, 0.65);
}
.btn-send:hover i {
  color: rgba(2, 54, 90, 0.65);
}

#mw-chat {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: auto;
  opacity: 0;
  transform: translateY(69px);
  pointer-events: none;
}
#mw-chat.is-ready {
  animation: mw-chat-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.mw-chat .card {
  border: 1px solid rgba(2, 54, 90, 0.35);
  border-radius: .75rem;
}
.mw-chat .card input.form-control {
  height: 46px;
  border-color: rgba(2, 54, 90, 0.35);
  min-width: 272px;
  font-size: 0.9rem;
}
.mw-chat .card input.form-control:focus, .mw-chat .card input.form-control:hover {
  box-shadow: none;
  outline: none;
  border-color: rgba(2, 54, 90, 0.65);
}
.mw-chat .card .btn {
  height: 46px;
  width: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@keyframes mw-chat-in {
  0% {
    opacity: 0;
    transform: translateY(69px);
    /* If you were using visibility:hidden in base, put this here */
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  #mw-chat {
    animation: none !important;
  }
}
.navbar-toggler-icon {
  filter: invert(1);
}

.section-pad {
  padding: clamp(2rem, 5vw, 3rem) 0;
}
@media (max-width: 575px) {
  .section-pad {
    padding-bottom: 10px;
  }
}

.section-head .eyebrow {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #02365A;
  margin-bottom: .25rem;
}
.section-head h2 {
  margin-bottom: 1rem;
}

.playbook {
  position: relative;
}
.playbook::before {
  content: "";
  position: absolute;
  left: .4rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(57, 92, 105, 0.08), rgba(57, 92, 105, 0.02));
}
.playbook .play {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
}
.playbook .play::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 6px;
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: #FFBE00;
  box-shadow: 0 0 0 0.15rem rgba(253, 198, 78, 0.15);
}
.playbook .play h3 {
  margin-bottom: .25rem;
  color: #395B6B;
}
.playbook .play p {
  margin-bottom: 0;
  color: #212529;
}

.work-panel {
  border: 0;
  border-radius: .75rem;
  border: 0px solid #F1F3F5;
  background-color: #FFBE00;
  color: #02365A;
  box-shadow: none;
  margin-bottom: 15px;
}
.work-panel .card-title {
  font-size: 17px;
}
.work-panel .seg-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #02365A;
  border-radius: .5rem;
  padding: .25rem;
  margin-bottom: 1rem;
}
.work-panel .seg-switch .seg-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px;
  border-radius: .4rem;
  font-weight: 600;
  color: #fff;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.work-panel .seg-switch .seg-btn.active {
  background: #04558A;
  color: #fff;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.06);
}
.work-panel .seg-switch .seg-btn:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}
.work-panel .seg-panel {
  display: none;
}
.work-panel .seg-panel.show {
  display: block;
}
.work-panel .seg-panel p {
  color: #02365A;
}
.work-panel .seg-panel .mini-benefits {
  margin: .5rem 0 1rem;
  padding: 0;
  list-style: none;
}
.work-panel .seg-panel .mini-benefits li {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 0;
}
.work-panel .seg-panel .mini-benefits li::before {
  content: "✓";
  font-weight: 700;
  color: #198754;
}

.card-title {
  color: #02365A !important;
}

.mw-endcap {
  margin-top: 2rem;
  text-align: center;
}
.mw-endcap__rule {
  position: relative;
  margin: .5rem 0 1rem;
}
.mw-endcap__rule::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.08));
  transform: translateY(-50%);
}
.mw-endcap__label {
  position: relative;
  display: inline-block;
  padding: .25rem .8rem;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 9999px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
  opacity: 0;
  transform: translateY(4px);
  animation: endcap-pop .28s ease forwards;
}
.mw-endcap__actions {
  display: inline-flex;
  gap: .5rem;
}
@keyframes endcap-pop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .mw-endcap {
    margin-top: 2.5rem;
  }
  .mw-endcap__actions .btn {
    padding-inline: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mw-endcap__label {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Desktop: always float */
@media (min-width: 768px) {
  .mw-chat.floating {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
  }
}
/* Mobile: float by default, dock when told */
.mw-chat.floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
}

.mw-chat.docked {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  width: 100%;
  /* optional “blend” look */
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .mw-chat.docked {
    width: 100% !important;
    place-self: end !important;
  }
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

/* === HERO OVERLAY (scoped) === */
.mw-hero.w-text {
  min-height: unset;
}

.mw-hero.w-text .carousel,
.mw-hero.w-text .carousel-inner,
.mw-hero.w-text .carousel-item {
  height: 100%;
}

.mw-hero.w-text .carousel-item {
  position: relative;
  /* anchor for overlay */
}

/* The overlay sits ABOVE the image, BELOW text + arrows */
.mw-hero.w-text .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* tweak the gradient/opacity to taste */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 2;
  /* below text/controls */
  pointer-events: none;
  /* don’t block clicks */
}

/* Image fills the frame */
.mw-hero.w-text .mw-hero__bg {
  width: 100%;
  object-fit: cover;
  /* no stretching */
  object-fit: contain;
  display: block;
  z-index: 1;
  /* base layer */
}

/* Text sits above overlay */
.mw-hero.w-text .mw-hero__row,
.mw-hero.w-text .mw-hero__copy {
  position: relative;
  z-index: 3;
}

/* make sure arrows & dots are above overlay as well */
.mw-hero.w-text .carousel-control-prev,
.mw-hero.w-text .carousel-control-next,
.mw-hero.w-text .carousel-indicators {
  z-index: 4;
}

/* (Optional) stronger overlay on small screens for legibility */
@media (max-width: 767.98px) {
  .mw-hero.w-text .carousel-item::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.75) 100%);
  }
}
/* 1) Lock a consistent, responsive hero height */
.mw-hero.w-text {
  /* Tweak these to taste */
  --hero-min: 420px;
  --hero-max: 760px;
  --hero-h: clamp(var(--hero-min), 100vh, var(--hero-max));
}

.mw-hero.w-text .carousel,
.mw-hero.w-text .carousel-inner,
.mw-hero.w-text .carousel-item {
  height: var(--hero-h);
}

/* Ensure your inner container doesn't fight the height */
.mw-hero.w-text .carousel-item .container {
  height: 100%;
}

/* 2) Base image behavior: full-bleed */
.mw-hero.w-text .mw-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* default for most slides */
  object-position: center;
  /* adjust per image if needed */
  z-index: 1;
}

/* 3) Overlay gradient (from earlier), still below text/controls */
.mw-hero.w-text .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 2;
  pointer-events: none;
}

/* 4) Copy and controls stay above overlay */
.mw-hero.w-text .mw-hero__row,
.mw-hero.w-text .mw-hero__copy {
  position: relative;
  z-index: 3;
}

.mw-hero.w-text .carousel-control-prev,
.mw-hero.w-text .carousel-control-next,
.mw-hero.w-text .carousel-indicators {
  z-index: 4;
}

/* 5) Special rules for the first slide (image contains the text) */
.mw-hero.w-text .carousel-item.has-embedded-text::before {
  /* Typically tone the overlay way down or remove it so baked text stays readable */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/* On small screens: preserve the text by containing the whole image */
@media (max-width: 767.98px) {
  .mw-hero.w-text .carousel-item.has-embedded-text .mw-hero__bg {
    object-fit: contain;
    background: #000;
    /* letterboxing to avoid ugly gaps around the image */
  }
}
/* From tablet up: go back to cover for immersive look */
@media (min-width: 768px) {
  .mw-hero.w-text .carousel-item.has-embedded-text .mw-hero__bg {
    object-fit: cover;
    background: none;
  }
}
/* A CSS var controls the hero height for ALL slides */
.mw-hero.w-text #mwHero {
  --hero-h: 560px;
  max-width: 1440px;
  margin: 0 auto;
}

/* sensible default before JS runs */
.mw-hero.w-text .carousel,
.mw-hero.w-text .carousel-inner,
.mw-hero.w-text .carousel-item {
  height: var(--hero-h);
}

.mw-hero.w-text .carousel-item {
  position: relative;
}

/* Base: full-bleed images */
.mw-hero.w-text .mw-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* default for slides with HTML copy */
  object-position: center;
  z-index: 1;
}

/* Overlay sits above image, below text/controls */
.mw-hero.w-text .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Text + controls */
.mw-hero.w-text .mw-hero__row,
.mw-hero.w-text .mw-hero__copy {
  position: relative;
  z-index: 3;
}

.mw-hero.w-text .carousel-control-prev,
.mw-hero.w-text .carousel-control-next,
.mw-hero.w-text .carousel-indicators {
  z-index: 4;
}

/* Special rules for the first slide with baked-in text */
.mw-hero.w-text .carousel-item.has-embedded-text .mw-hero__bg {
  object-fit: contain;
  /* preserve the baked headline */
  background: #000;
  /* letterbox fill for any leftover space */
}

/* So the overlay doesn’t crush readability on that baked image */
.mw-hero.w-text .carousel-item.has-embedded-text::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/* Optional: if the baked text isn’t centered, nudge the focus point */
@media (max-width: 767.98px) {
  .mw-hero.w-text .carousel-item.has-embedded-text .mw-hero__bg {
    object-position: 50% 50%;
    /* tweak (e.g., 40% 50%) if needed */
  }
}
/* === Fluid type tied to hero height === */
.mw-hero.w-text {
  /* safety defaults in case JS hasn’t set --hero-h yet */
  --hero-h: 560px;
  --copy-max-width: 28rem;
  /* keeps lines readable */
  --h1-min: 28px;
  --h1-max: 72px;
  --h1-k: 0.10;
  /* 10% of hero height */
  --p-min: 14px;
  --p-max: 22px;
  --p-k: 0.028;
  /* ~2.8% of hero height */
  --gap-min: 8px;
  --gap-max: 18px;
  --gap-k: 0.02;
  /* spacing proportional to hero */
}

.mw-hero.w-text .mw-hero__copy {
  position: relative;
  z-index: 3;
  max-width: var(--copy-max-width);
  /* move copy off the edges with fluid padding */
  padding-bottom: clamp(8px, calc(var(--hero-h) * 0.04), 36px);
  padding-top: clamp(8px, calc(var(--hero-h) * 0.02), 20px);
}

/* Headline scales with hero height */
.mw-hero.w-text .mw-hero__copy h1 {
  font-size: clamp(var(--h1-min), calc(var(--hero-h) * var(--h1-k)), var(--h1-max));
  line-height: 1.05;
  margin: 0 0 clamp(var(--gap-min), calc(var(--hero-h) * var(--gap-k)), var(--gap-max)) 0;
  letter-spacing: -0.02em;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  /* prevent overflow on long words */
}

/* If you’re using a span for accent word, let it scale slightly larger */
.mw-hero.w-text .mw-hero__copy h1 span {
  display: block;
  transform-origin: left bottom;
  /* small bump that still respects clamped h1 size */
  font-size: 0.6em;
}

/* Bullets (and any supporting text) */
.mw-hero.w-text .mw-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: clamp(var(--gap-min), calc(var(--hero-h) * var(--gap-k)), var(--gap-max));
}

.mw-hero.w-text .mw-hero__bullets li {
  font-size: clamp(var(--p-min), calc(var(--hero-h) * var(--p-k)), var(--p-max));
  line-height: 1.25;
  opacity: 0.95;
}

/* Optional: cap the copy width on huge screens, loosen on tablets */
@media (min-width: 992px) {
  .mw-hero.w-text {
    --copy-max-width: 34rem;
  }
}
@media (max-width: 575.98px) {
  .mw-hero.w-text {
    --copy-max-width: 24rem;
  }
}
/* Optional legibility boost over busy photos */
/*.mw-hero.w-text .mw-hero__copy h1,
.mw-hero.w-text .mw-hero__bullets li {
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}*/
/* Floating chat: sits at bottom-right and never overlaps footer */
#mw-chat-dock {
  position: fixed;
  inset: auto 12.5px 12.5px auto;
  /* top right bottom left */
  z-index: 1080;
  /* above nav/modals but below offcanvas if you want */
  width: min(420px, calc(100vw - 32px));
  /* responsive max width */
  pointer-events: none;
  /* let clicks pass through around the card */
  transition: bottom .2s ease;
}

/* Re-enable pointer events on the actual card */
#mw-chat-dock .mw-chat {
  pointer-events: auto;
}

/* Respect iOS safe area on devices with a home indicator */
@supports (padding: max(0px)) {
  #mw-chat-dock {
    bottom: max(16px, env(safe-area-inset-bottom));
  }
}
/* Testimonials  */
.mw-testimonials {
  background-color: white !important;
  background-size: cover;
}
.mw-testimonials .carousel {
  max-width: 800px;
  margin: 0 auto;
}
.mw-testimonials .carousel-cell {
  width: 100%;
  padding: 1rem;
}
.mw-testimonials .testimonial-card {
  background: #02365A;
  border-radius: .75rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2rem;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("/images/quotes.png");
  background-position: center bottom;
  background-size: cover;
}
.mw-testimonials .testimonial-card .testimonial-title {
  color: #FFBE00;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.mw-testimonials .testimonial-card .testimonial-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: white;
  flex-grow: 1;
  margin-bottom: 0;
  align-content: center;
}
@media (max-width: 575px) {
  .mw-testimonials .testimonial-card .testimonial-text {
    font-size: 1rem;
  }
}
.mw-testimonials .testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mw-testimonials .testimonial-card .testimonial-author img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.mw-testimonials .testimonial-card .testimonial-author .testimonial-author-text {
  text-align: center;
  color: white;
}
.mw-testimonials .testimonial-card .testimonial-author .testimonial-author-text strong {
  color: #FFBE00;
  font-weight: 400;
}
.mw-testimonials .testimonial-card .testimonial-author .testimonial-author-text small {
  color: #02365A;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 575px) {
  .mw-testimonials .testimonial-card .testimonial-author .testimonial-author-text {
    max-width: 200px;
  }
}
.mw-testimonials .flickity-prev-next-button {
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  color: #FFBE00;
}
.mw-testimonials .flickity-prev-next-button.previous {
  left: -35px;
}
@media (max-width: 575px) {
  .mw-testimonials .flickity-prev-next-button.previous {
    left: -18px;
  }
}
.mw-testimonials .flickity-prev-next-button.next {
  right: -35px;
}
@media (max-width: 575px) {
  .mw-testimonials .flickity-prev-next-button.next {
    right: -18px;
  }
}
.mw-testimonials .flickity-prev-next-button:active, .mw-testimonials .flickity-prev-next-button:focus {
  outline: none !important;
}
@media (max-width: 767px) {
  .mw-testimonials .testimonial-card {
    height: auto;
  }
}

.alt-title {
  color: #fff;
  color: #FFBE00;
  line-height: 1;
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: flex;
    padding: 0px 12.5px;
  }
}

.modal {
  --bs-modal-zindex: 10055;
}

.modal-backdrop {
  --bs-backdrop-zindex: 10050;
}

.modal-sign-up-header {
  font-size: 1rem;
}

button.btn-close.ms-auto {
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (max-width: 767px) {
  .newsletter-signup-section .container {
    margin-bottom: 55px;
  }
}

.hero-mindwhistle {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(2, 54, 90, 0.65), transparent 55%), radial-gradient(circle at bottom left, rgba(2, 54, 90, 0.12), transparent 55%), #ffffff;
  border-radius: 0rem;
  padding: 100px 0 0 !important;
}
@media (max-width: 767.98px) {
  .hero-mindwhistle {
    border-radius: 0;
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 30px 0 !important;
  }
}
@media (max-width: 767.98px) {
  .hero-mindwhistle.alt-pad {
    border-radius: 0;
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 30px 0 0 0 !important;
  }
}
.hero-mindwhistle.alt {
  padding-bottom: 76px !important;
  background: linear-gradient(to left top, #010c16, #013458);
}
.hero-mindwhistle.alt .hero-bg-image {
  position: absolute;
  inset: 0;
  background-image: url("/images/backg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 0;
  pointer-events: none;
  /* Mask that fades the left side */
  mask-image: linear-gradient(to left, black 65%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to left, black 65%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
  .hero-mindwhistle.alt .hero-bg-image {
    background-image: url("/images/backg-mobile.jpg");
    background-position: center bottom;
    background-size: 100%;
  }
}
.hero-mindwhistle.alt .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero-mindwhistle.alt {
    background-position: center top;
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .hero-mindwhistle.alt {
    padding-bottom: 30px !important;
  }
}
.hero-mindwhistle.alt .hero-mindwhistle__title {
  line-height: 1.1;
  color: white;
}
.hero-mindwhistle.alt .hero-mindwhistle__lead {
  color: white;
}
.hero-mindwhistle.alt .hero-mindwhistle__stat-card {
  background: rgba(255, 255, 255, 0.15) !important;
}
.hero-mindwhistle.alt .hero-mindwhistle__stat-card .hero-mindwhistle__stat-value {
  color: #FFBE00;
}
.hero-mindwhistle.alt .hero-mindwhistle__stat-card .hero-mindwhistle__stat-label {
  color: white;
}

.hero-mindwhistle__content {
  max-width: 34rem;
  animation: hero-fade-up 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(18px);
}
@media (max-width: 991px) {
  .hero-mindwhistle__content {
    max-width: 100%;
  }
}

.hero-mindwhistle__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 0.8rem;
  color: rgba(15, 23, 42, 0.65);
}

.hero-mindwhistle__title {
  line-height: 1.1;
  color: #02365A;
}

.hero-mindwhistle__lead {
  color: #212529;
}

.hero-mindwhistle__btn {
  padding-inline: 1.75rem;
}

.hero-mindwhistle__note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hero-mindwhistle__note .badge {
  font-weight: 500;
}

.hero-mindwhistle__image-wrap {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  animation: hero-fade-up 0.9s ease-out forwards;
  animation-delay: 0.12s;
  opacity: 0;
  transform: translateY(24px);
  /*&::before {
    content: "";
    position: absolute;
    inset: 8%;
        border-radius: .75rem;
    background: linear-gradient(135deg, rgba($public-primary-color, 0.35), rgba($public-primary-color, 0.75));
    filter: blur(10px);
    z-index: 0;
  }*/
}
@media (max-width: 1199px) {
  .hero-mindwhistle__image-wrap {
    max-width: 100%;
  }
}

.hero-mindwhistle__image {
  position: relative;
  z-index: 1;
  object-fit: cover;
  /*box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(15, 23, 42, 0.04);*/
  animation: hero-float 9s ease-in-out infinite;
}
@media (max-width: 575px) {
  .hero-mindwhistle__image {
    border-radius: 0rem;
    box-shadow: none;
  }
}

.hero-mindwhistle__stats-row {
  margin-top: 2.5rem;
}

.hero-mindwhistle__stat-card {
  background-color: white;
  border-radius: .75rem;
  padding: 0.7rem 1.5rem;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .hero-mindwhistle__stat-card {
    padding: 0.7rem 0.9rem;
  }
}

.hero-mindwhistle__stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #02365A;
}
@media (max-width: 1399px) {
  .hero-mindwhistle__stat-value {
    font-size: 1rem;
  }
}

.hero-mindwhistle__stat-label {
  font-size: 0.9rem;
  color: #212529;
}
@media (max-width: 1399px) {
  .hero-mindwhistle__stat-label {
    font-size: 0.7rem;
  }
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero-mindwhistle__title span {
  display: inline-block;
  /*background-image: linear-gradient(
    120deg,
    #02365A 0%,     // deep blue
    #014179 30%,    // mid blue
    #005086 55%,    // lighter blue
    #FFBE00 78%,    // warm yellow
    #FEA602 100%    // richer yellow/orange
  );*/
  background-image: linear-gradient(120deg, #33002F 0%, #02365A 30%, #014179 55%, #005086 72%, #FFBE00 78%, #FEA602 100%);
  background-size: 220% 220%;
  background-size: 150% 150%;
  background-position: 0% center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: mw-gradient-move 6s ease-in-out infinite alternate;
}

@keyframes mw-gradient-move {
  from {
    background-position: 100% center;
  }
  to {
    background-position: 30% center;
  }
}
.hero-mindwhistle.alt .hero-mindwhistle__title span {
  display: inline-block;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 30%, #FFBE00 78%, #FEA602 100%);
  background-size: 220% 220%;
  background-size: 150% 150%;
  background-position: 0% center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: mw-gradient-move2 6s ease-in-out infinite alternate;
}

@keyframes mw-gradient-move2 {
  from {
    background-position: 100% center;
  }
  to {
    background-position: 25% center;
  }
}
.about-hero {
  background: #02365A;
  /* tweak to match your palette */
}

/* Image presentation */
.about-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0rem;
  object-position: bottom;
}
@media (max-width: 991px) {
  .about-photo {
    max-height: 200px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .about-photo {
    max-height: 100px;
    width: auto;
  }
}

p {
  line-height: 1.7;
}

h1.page-title.py-5 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
@media (max-width: 575px) {
  h1.page-title.py-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin-bottom: 0px !important;
    font-size: 1.5rem;
  }
}

/* Optional: subtle drop cap for first paragraph */
.dropcap:first-letter {
  float: left;
  font-size: 3.25rem;
  line-height: .9;
  padding-right: .3rem;
  font-weight: 700;
}

/* Fine spacing adjustments on large screens */
@media (min-width: 992px) {
  .about-hero .row {
    min-height: 360px;
  }
}
.page-title {
  color: rgba(255, 255, 255, 0.4);
}

.narrow-container {
  max-width: 800px;
}

:root {
  /* Update these to match your logo colours */
  --mw-blue: #02365A;
  --mw-yellow: #F7C600;
  --mw-ink: #1f2a37;
}

.bg-navy {
  background: #0E3353;
}

.dropcap::first-letter {
  float: left;
  font-size: 3.2rem;
  line-height: 1;
  padding-right: .2rem;
  font-weight: 700;
  color: var(--mw-blue);
}

.quotes-grid {
  display: grid;
  gap: 1.2rem;
}

@media (min-width: 768px) {
  .quotes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
blockquote.pull-quote {
  position: relative;
  margin: 0;
  padding: 1.25rem 1.25rem 1.25rem 2.75rem;
  background: #f7fafc;
  border: 1px solid #e6edf3;
  border-radius: .5rem;
  font-style: italic;
}

blockquote.pull-quote .qmark {
  position: absolute;
  left: .6rem;
  top: .3rem;
  font-size: 3rem;
  line-height: 1;
  color: var(--mw-blue);
  font-weight: 800;
}

blockquote.pull-quote cite {
  display: block;
  margin-top: .5rem;
  font-style: normal;
  font-weight: 600;
  color: var(--mw-ink);
}
@media (max-width: 575px) {
  blockquote.pull-quote cite {
    max-width: 183px;
  }
}

.orgs-gradient {
  background: linear-gradient(135deg, #02365A, #FFBE00);
  border-radius: .75rem;
  padding: 1px;
  overflow: hidden;
}
.orgs-gradient .orgs-surface {
  background: linear-gradient(135deg, #02365A, #FFBE00);
  border-radius: calc(.75rem - 1px);
  padding: 1px;
  overflow: hidden;
}
.orgs-gradient .orgs-surface .orgs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1px;
  background: linear-gradient(135deg, #02365A, #FFBE00);
  border-radius: calc(.75rem - 2px);
}
.orgs-gradient .orgs-surface .orgs-grid .cell {
  background: #fff;
  padding: 1rem;
  vertical-align: top;
}
.orgs-gradient .orgs-surface .orgs-grid .cell.header {
  font-weight: 700;
  color: #02365A;
  background: #F7FAFC;
}

.cell.left-col-corner {
  border-bottom-left-radius: 11px;
}

.cell.right-col-corner {
  border-bottom-right-radius: 11px;
}

.cell.left-col-corner-top {
  border-top-left-radius: 11px;
}

.cell.right-col-corner-top {
  border-top-right-radius: 11px;
}

/* Responsive stack */
@media (max-width: 767.98px) {
  .orgs-gradient .orgs-grid {
    grid-template-columns: 1fr;
  }
}
.about-sub-header {
  color: #04558A;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .img-col-about {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}

.accent-title {
  color: #02365A;
}

a.linkedin-icon.d-inline {
  color: #02365A;
}
a.linkedin-icon.d-inline:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

section.about-hero.w-img.about-masthead {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/about-bkg.png");
  position: relative;
}
section.about-hero.w-img.about-masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 30, 60, 0.55);
  z-index: 1;
}
section.about-hero.w-img.about-masthead .container {
  position: relative;
  z-index: 2;
}

/* Palette */
:root {
  --hero-bg: #02365A;
  --ink: #FFBE00;
  --underline: #02365A;
  --underline-hover: #00060b;
  --underline-focus: #FFBE00;
}

/* hero */
.contact-hero {
  background: var(--hero-bg);
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.contact-hero {
  padding: 79px 0px;
}

/* contact link hover */
.contact-link {
  color: var(--ink);
  font-size: 1.25rem;
}

.contact-link:hover {
  color: var(--underline-focus);
  text-decoration: underline !important;
}

/* Underline-only inputs */
.form-underline {
  border: 0;
  border-bottom: 2px solid var(--underline);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.form-underline:hover {
  border-bottom-color: var(--underline-hover);
}

.form-underline:focus {
  outline: none;
  box-shadow: 0 2px 0 0 var(--underline-focus);
  border-bottom-color: var(--underline-focus);
}

.form-label {
  font-size: .9rem;
  color: #444;
}

/* Reduce default BS invalid red outline (keep underline style) */
.form-underline.is-invalid,
.was-validated .form-underline:invalid {
  border-bottom-color: #dc3545;
  box-shadow: none;
}

.contact-title {
  font-size: 2rem;
}

.accent-color {
  color: #FFBE00;
}

.p-color {
  color: #02365A;
}

label.form-label {
  color: #02365A;
}

.adjust-page-title {
  font-size: calc(1.425rem + 1.5vw);
}

.contact-hero.w-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.contact-hero.w-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 30, 60, 0.55);
  z-index: 1;
}
.contact-hero.w-img .container {
  position: relative;
  z-index: 2;
}
.contact-hero.w-img.private-masthead {
  background-image: url("/images/header_private.png");
}
.contact-hero.w-img.supervision-masthead {
  background-image: url("/images/supervision.png");
}
.contact-hero.w-img.faqs-masthead {
  background-image: url("/images/header_faqs.png");
}
.contact-hero.w-img.contact-masthead {
  background-image: url("/images/contact.png");
}

.page-title span {
  display: inline-block;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 30%, #FFBE00 78%, #FEA602 100%);
  background-size: 220% 220%;
  background-size: 150% 150%;
  background-position: 0% center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: mw-gradient-move2 6s ease-in-out infinite alternate;
}

@keyframes mw-gradient-move2 {
  from {
    background-position: 100% center;
  }
  to {
    background-position: 25% center;
  }
}
.contact-img {
  display: none;
}
@media (min-width: 992px) {
  .contact-img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .contact-img {
    display: none;
  }
}

footer.sticky-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #0a9a9a;
  line-height: 55px;
}

@media (min-width: 992px) {
  footer.sticky-footer {
    width: calc(100% - 200px);
  }
}
@media (min-width: 992px) {
  body.sidenav-toggled footer.sticky-footer {
    width: calc(100% - 55px);
  }
}
.public-footer p.brand {
  text-align: end;
  font-size: 9px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: white;
}
@media (max-width: 767px) {
  .public-footer p.brand {
    text-align: center;
  }
}
.public-footer p.brand img {
  margin-top: -5px;
  margin-left: 5px;
  max-width: 135px;
  filter: brightness(11);
}
@media (max-width: 991px) and (min-width: 767px) {
  .public-footer p.brand img {
    margin-top: 5px;
  }
}

.public-footer .footer-bottom-admin a:hover {
  text-decoration: none;
  color: unset;
}

footer.public-footer {
  background: #02365A;
  font-size: 14px;
}

@media (max-width: 767px) {
  .public-footer .footer-left-col, .public-footer .footer-middle-col, .public-footer .footer-right-col {
    justify-items: center !important;
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .public-footer .footer-middle-col ul {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .public-footer .footer-middle-col ul {
    width: 100%;
    justify-items: center !important;
  }
}
.public-footer .footer-middle-col ul a:hover {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .public-footer .footer-row {
    grid-gap: 15px;
  }
}
.public-footer .footer-row .logo-toggle::marker {
  display: none;
}

.public-footer .footer-address-wrap {
  text-align: right;
}
.public-footer .footer-address-wrap p {
  font-size: 13px;
}
@media (max-width: 767px) {
  .public-footer .footer-address-wrap {
    width: 100%;
    text-align: center;
  }
}

.public-footer .footer-right-col {
  align-content: center;
  justify-items: end;
}
@media (max-width: 767px) {
  .public-footer .footer-right-col .social-wrap, .public-footer .footer-right-col .footer-bottom-admin, .public-footer .footer-right-col .powered-wrap {
    text-align: center !important;
    align-content: center;
    justify-content: center;
  }
}
.public-footer .footer-right-col a {
  transition: all .4s ease;
  text-decoration: none;
}
.public-footer .footer-right-col a:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  color: #FFBE00 !important;
}
.public-footer .footer-right-col a:hover svg {
  transition: all 0.3s ease-in-out;
  fill: #FFBE00 !important;
}
.public-footer .footer-right-col i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .public-footer .footer-right-col {
    justify-items: start;
  }
}

.public-footer .border-end {
  border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}
@media (max-width: 991px) {
  .public-footer .border-end {
    border-right: 0px !important;
  }
}

.public-footer a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.image-box {
  padding: 15px;
  background: white;
}

/* ------------------------------------------
   FAQs (inner content)
   Uses: $public-primary-color, $public-secondary-color
   ------------------------------------------ */
.section-faqs {
  --faq-primary: #02365A;
  --faq-secondary: #FFBE00;
  --faq-ink: rgba(0,0,0,.84);
  --faq-ink-muted: #212529;
  --faq-border: color-mix(in oklab, var(--faq-primary) 10%, #0000);
  --faq-item-bg: #F7FAFC;
  --faq-item-bg-hover:#F7FAFC;
  --faq-focus: color-mix(in oklab, var(--faq-secondary) 70%, white);
  /* Filter bar */
  /* Accordion container */
  /* Compact variant if you need it: <section className="section-faqs section-faqs--compact"> */
  /* Respect reduced motion */
}
.section-faqs .narrow-container {
  max-width: 860px;
}
.section-faqs .faq-filter {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 0 var(--faq-border) inset;
}
.section-faqs .faq-filter .input-group-text {
  background: #005086;
  color: white;
  border: 0;
}
.section-faqs .faq-filter .form-control {
  border: 0;
  background: #f9f9f9;
  color: var(--faq-ink);
}
.section-faqs .faq-filter .form-control::placeholder {
  color: var(--faq-ink-muted);
}
.section-faqs .faq-filter .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--faq-focus);
  background: color-mix(in oklab, #fff 90%, var(--faq-primary) 10%);
}
.section-faqs #faqAccordion {
  border-radius: 1rem;
  /*background:
    linear-gradient(180deg,
      color-mix(in oklab, #fff 92%, var(--faq-secondary) 8%) 0%,
      #fff 100%);*/
  background: white;
}
.section-faqs #faqAccordion .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid #FFBE00;
  /* Raised card feel on hover/focus-within */
}
.section-faqs #faqAccordion .accordion-item:first-child {
  border-top: 0;
}
.section-faqs #faqAccordion .accordion-item:focus-within {
  outline: 0;
}
.section-faqs #faqAccordion .accordion-button {
  gap: .4rem;
  padding: 1.525rem 1.25rem;
  font-weight: 700;
  text-transform: none;
  color: var(--faq-ink);
  background: transparent;
  border-radius: 0rem;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.section-faqs #faqAccordion .accordion-button::after {
  display: none;
}
.section-faqs #faqAccordion .accordion-button .accordion-icon {
  flex: 0 0 auto;
  font-size: 1.125rem;
  line-height: 1;
  width: 1.25rem;
  text-align: center;
  color: var(--faq-primary);
  transition: transform .18s ease, color .18s ease, opacity .18s ease;
}
.section-faqs #faqAccordion .accordion-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0rem var(--faq-focus);
}
.section-faqs #faqAccordion .accordion-button.collapsed .accordion-icon {
  transform: rotate(0);
  color: var(--faq-primary);
}
.section-faqs #faqAccordion .accordion-button:not(.collapsed) {
  color: #02365A;
  box-shadow: none;
}
.section-faqs #faqAccordion .accordion-button:not(.collapsed):hover {
  background: transparent;
}
.section-faqs #faqAccordion .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(360deg);
  color: var(--faq-primary);
}
.section-faqs #faqAccordion .accordion-body {
  padding: 0 1.25rem 1.25rem 2.05rem;
  color: var(--faq-ink-muted);
}
.section-faqs #faqAccordion .accordion-body a {
  color: var(--faq-primary);
  text-decoration-thickness: .12em;
  text-underline-offset: .18em;
}
.section-faqs #faqAccordion .accordion-body a:hover {
  color: var(--faq-secondary);
}
.section-faqs #faqAccordion .accordion-body ul, .section-faqs #faqAccordion .accordion-body ol {
  margin-bottom: 0;
}
.section-faqs #faqAccordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.section-faqs.section-faqs--compact #faqAccordion .accordion-button {
  padding: .9rem 1rem;
}
.section-faqs.section-faqs--compact #faqAccordion .accordion-body {
  padding: 0 1rem 1rem 1.85rem;
}
@media (prefers-reduced-motion: reduce) {
  .section-faqs #faqAccordion .accordion-button,
  .section-faqs #faqAccordion .accordion-icon {
    transition: none;
  }
}

/* Optional: quick utility if your global icon-swap JS isn't present */
.accordion-collapse.show ~ .accordion-header .accordion-icon,
.accordion-button:not(.collapsed) .accordion-icon {
  content: "";
}

.accordion-button:focus {
  box-shadow: none !important;
}

.legal-page {
  background-color: #fff;
}
.legal-page .legal-hero {
  background: #fff;
  color: #fff;
}
.legal-page .legal-hero .legal-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  opacity: 0.8;
}
.legal-page .legal-hero .legal-meta-pill {
  display: inline-flex;
  flex-direction: column;
  padding: 0.65rem 1.25rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  font-size: 0.85rem;
}
.legal-page .legal-hero .legal-meta-pill .legal-meta-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
}
.legal-page .legal-hero .legal-meta-pill .legal-meta-value {
  font-weight: 600;
}
.legal-page .legal-hero .legal-cta-card {
  background: #ffc729;
  color: #10243a;
  border-radius: 0.75rem;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}
.legal-page .legal-hero .legal-cta-card:before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.4), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}
.legal-page .legal-hero .legal-cta-card > * {
  position: relative;
  z-index: 1;
}
.legal-page .legal-hero .legal-cta-card .legal-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #10243a;
  flex-shrink: 0;
}
.legal-page .legal-hero .legal-cta-card .legal-inline-chat input.form-control {
  background: #fff;
  border-radius: 999px;
  border: none;
  font-size: 0.9rem;
}
.legal-page .legal-hero .legal-cta-card .legal-inline-chat .btn {
  border-radius: 999px;
  padding-inline: 0.9rem;
}
.legal-page .legal-hero .legal-cta-card .legal-cta-note {
  opacity: 0.75;
}
.legal-page .legal-content .legal-section {
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #FFBE00;
}
.legal-page .legal-content .legal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.legal-page .legal-content .legal-section h2 {
  font-size: 1.4rem;
  margin-bottom: 0.85rem;
  color: #02365A;
}
.legal-page .legal-content .legal-section p, .legal-page .legal-content .legal-section li {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #212529;
}
.legal-page .legal-content .legal-section ul {
  padding-left: 1.2rem;
}
.legal-page .legal-content .legal-contact-card {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border-radius: 0.9rem;
  background: #0b2a4b;
  color: #fff !important;
  font-size: 0.9rem;
}
.legal-page .legal-content .legal-contact-card p {
  color: #fff !important;
}
.legal-page .legal-content .legal-contact-card a {
  color: #ffc729;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.legal-page .legal-content .legal-contact-card a:hover {
  text-decoration: none;
}
.legal-page .legal-toc {
  padding: 1.5rem 1.5rem 1.25rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.09);
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .legal-page .legal-toc.position-lg-sticky {
    position: sticky;
    top: 5.5rem;
  }
}
.legal-page .legal-toc .legal-toc-nav .nav-link {
  padding: 0.35rem 0;
  color: #52627c;
  border-left: 2px solid transparent;
  margin-left: -0.75rem;
  padding-left: 0.75rem;
  border-radius: 0;
}
.legal-page .legal-toc .legal-toc-nav .nav-link:hover {
  color: #0b2a4b;
}
.legal-page .legal-toc .legal-toc-nav .nav-link.active {
  color: #0b2a4b;
  font-weight: 600;
  border-left-color: #ffc729;
}

.mw-iframe-wrap {
  width: 100%;
  max-width: 100%;
}

.mw-iframe {
  width: 100%;
  min-height: 600px;
  height: 100%;
  border: none;
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Unica77-LL-TT", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #212529;
}

/*
* ==========================================================
*     IF THE PUBLIC SIDE OF THIS PROJECT IS BEING USED FOR A NEW PROJECT
	  I.E. THE FUNDAMENTALS OF PUBLIC ARE STAYING THE SAME BUT WITH ADDITIONS
	  THEN PLEASE ADD THE ADDITIONS TO THE BELOW CSS PARTIAL.
* ==========================================================
*/
/*
* ==========================================================
*     IF THE PUBLIC SIDE OF THIS PROJECT IS BEING USED FOR A NEW PROJECT
	  I.E. THE FUNDAMENTALS OF PUBLIC ARE STAYING THE SAME BUT WITH ADDITIONS
	  THEN PLEASE ADD THE ADDITIONS TO THIS CSS PARTIAL.
* ==========================================================
*/
