:root {
  --ns-nav-active: #D08A00;
  --ns-green: #007f47;
  --ns-green-dark: #006a3b;
  --ns-hero-card-bg: #f7f7f7;
  --ns-link: #06245F;
  --ns-line: #d9dfdc;
  --ns-beige: #FFF9E7;
  --ns-muted: #5f6662;
  --ns-text: #292929;
}

* { box-sizing: border-box; }

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ns-text);
  background: #fff;
  line-height: 1.65;
}

h1,
.h1 {
  line-height: 144%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.text-gold,
h1.text-gold,
h2.text-gold,
h3.text-gold,
h4.text-gold,
h5.text-gold,
h6.text-gold,
.h1.text-gold,
.h2.text-gold,
.h3.text-gold,
.h4.text-gold,
.h5.text-gold,
.h6.text-gold {
  color: var(--ns-nav-active);
}
p {
  margin-bottom: 1.5rem;
}
img { max-width: 100%; display: block; }

a { color: var(--ns-link); text-decoration: none; }

ul {
    margin-bottom: 1.5rem;
}

.section-padding { padding: clamp(4rem, 7vw, 7rem) 0; }
.section-padding-sm { padding: clamp(3rem, 5vw, 5rem) 0; }
.bg-beige { background: var(--ns-beige); }
.bg-dark {
  background: var(--ns-link) !important;
  color: #fff;
}
.bg-gold {
  background: var(--ns-nav-active) !important;
  color: #fff;
}
.bg-dark a {
  color: #fff;
}
.bg-gold a {
  color: #fff;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6,
.bg-dark p,
.bg-dark li,
.bg-dark span {
  color: #fff;
}
.bg-gold h1,
.bg-gold h2,
.bg-gold h3,
.bg-gold h4,
.bg-gold h5,
.bg-gold h6,
.bg-gold .h1,
.bg-gold .h2,
.bg-gold .h3,
.bg-gold .h4,
.bg-gold .h5,
.bg-gold .h6,
.bg-gold p,
.bg-gold li,
.bg-gold span {
  color: #fff;
}
.bg-dark .text-gold,
.bg-dark h1.text-gold,
.bg-dark h2.text-gold,
.bg-dark h3.text-gold,
.bg-dark h4.text-gold,
.bg-dark h5.text-gold,
.bg-dark h6.text-gold,
.bg-dark .h1.text-gold,
.bg-dark .h2.text-gold,
.bg-dark .h3.text-gold,
.bg-dark .h4.text-gold,
.bg-dark .h5.text-gold,
.bg-dark .h6.text-gold {
  color: var(--ns-nav-active);
}
.bg-gold .text-gold,
.bg-gold h1.text-gold,
.bg-gold h2.text-gold,
.bg-gold h3.text-gold,
.bg-gold h4.text-gold,
.bg-gold h5.text-gold,
.bg-gold h6.text-gold,
.bg-gold .h1.text-gold,
.bg-gold .h2.text-gold,
.bg-gold .h3.text-gold,
.bg-gold .h4.text-gold,
.bg-gold .h5.text-gold,
.bg-gold .h6.text-gold {
  color: var(--ns-nav-active);
}
.layout-more-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 60em;
}
.layout-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 70em;
}
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page h6,
.home-page .h1,
.home-page .h2,
.home-page .h3,
.home-page .h4,
.home-page .h5,
.home-page .h6 {
  font-weight: 800;
}
.home-page .cards__panel .row h1,
.home-page .cards__panel .row h2,
.home-page .cards__panel .row h3,
.home-page .cards__panel .row h4,
.home-page .cards__panel .row h5,
.home-page .cards__panel .row h6,
.home-page .cards__panel .row .h1,
.home-page .cards__panel .row .h2,
.home-page .cards__panel .row .h3,
.home-page .cards__panel .row .h4,
.home-page .cards__panel .row .h5,
.home-page .cards__panel .row .h6 {
  font-weight: 600;
}
.home-page .eyebrow,
.home-page .accordion-ns .accordion-button {
  font-weight: 600;
}
.cards__heading {
  margin-bottom: 3rem;
}
.cards__image {
  margin-bottom: 1.5rem;
}
.cards__panel:not([class*=" bg-"]):not([class^="bg-"]) .cards__card:not([class*=" bg-"]):not([class^="bg-"]) .cards__image {
  border-bottom: 1px solid #94E3C0;
  padding-bottom: 1.5rem;
}
.cards__panel.bg-beige,
.cards__panel.bg-dark,
.cards__panel.bg-light {
  border-radius: 1.35rem;
  padding: 1.5rem;
}
.cards__panel {
  padding: 1.5rem;
}
.cards__panel:not([class*=" bg-"]):not([class^="bg-"]) {
  padding: 0;
}
.cards__panel .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  gap: 3rem;
  margin: 0;
}
.cards__column {
  margin: 0;
  padding: 0;
}
.cards__panel.bg-beige .cards__card,
.cards__panel.bg-dark .cards__card,
.cards__panel.bg-light .cards__card {
  border-radius: 0;
}
.cards__card {
  border-radius: 1.35rem;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}

.cards__card[class*=" bg-"],
.cards__card[class^="bg-"] {
  padding: 1.5rem;
}

.cards__card > :last-child {
  margin-bottom: 0;
}
.flex-content-block {
  margin-block: 3rem;
}
.flex-content-block[class*=" bg-"] {
  padding-block: 3rem;
}
.flex-content-block[class*=" bg-"].bg-gold-gradient {
    padding-block: 0;
}
.home-hero {
  margin-top: 0;
}
.raw-html {
  margin-block: 0;
}

.navbar { padding: 1.35rem 0; background: #fff; }
.navbar-brand { line-height: .85; font-weight: 800; letter-spacing: -.04em; }
.logo-main { display: block; font-size: 1.35rem; }
.logo-sub { display: block; font-size: .45rem; letter-spacing: .52em; margin-left: .12rem; margin-top: .22rem; }

.nav-link {
  color: var(--ns-link);
  font-size: 1rem;
  font-weight: 500;
  margin-inline: .8rem;
}
@media (min-width: 62em) {
    .nav-link {
        text-align: center;
    }
}
@media (min-width: 62em) and (max-width: 75em) {
    .nav-link {
        font-size: .875rem;
        padding: 0 !important;
    }
    .navbar .btn {
        font-size: .875rem;
        padding: .625rem 1.25rem
    }
}
.navbar .nav-link.active,
.navbar .nav-link[aria-current="page"] {
  color: var(--ns-nav-active);
}
@media (max-width: 61.999em) {
    .navbar-nav {
        margin-bottom: 1rem;
    }
}
.nav-link:focus,
.nav-link:focus-visible,
.nav-link:hover {
  color: #4d76b0;
}
.site-logo {
  display: block;
  height: auto;
  width: min(13rem, 60vw);
}

main>section:first-child {
    margin-top: 0 !important;
}

.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.btn-ns {
  --bs-btn-bg: var(--ns-link);
  --bs-btn-border-color: var(--ns-link);
  --bs-btn-color: #fff;
  --bs-btn-focus-shadow-rgb: 6, 36, 95;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--ns-link);
  --bs-btn-hover-color: var(--ns-link);
  border-radius: .35rem;
  font-weight: 600;
  padding: .625rem 1.5rem;
}
.btn-ns-alt {
  --bs-btn-bg: var(--ns-nav-active);
  --bs-btn-border-color: var(--ns-nav-active);
  --bs-btn-color: #fff;
  --bs-btn-focus-shadow-rgb: 208, 138, 0;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--ns-nav-active);
  --bs-btn-hover-color: var(--ns-nav-active);
  border-radius: .35rem;
  font-weight: 600;
  padding: .625rem 1.5rem;
}
.btn-outline-gold {
  --bs-btn-border-color: var(--ns-nav-active);
  --bs-btn-color: var(--ns-nav-active);
  --bs-btn-hover-bg: var(--ns-nav-active);
  --bs-btn-hover-border-color: var(--ns-nav-active);
  --bs-btn-hover-color: #fff;
  border-radius: .35rem;
  font-weight: 600;
  padding: .625rem 1.5rem;
}
.btn-outline-ns {
  --bs-btn-border-color: var(--ns-link);
  --bs-btn-color: var(--ns-link);
  --bs-btn-hover-bg: var(--ns-link);
  --bs-btn-hover-border-color: var(--ns-link);
  --bs-btn-hover-color: #fff;
  border-radius: .35rem;
  font-weight: 600;
  padding: .625rem 1.5rem;
}
.btn-gold {
  --bs-btn-bg: var(--ns-nav-active);
  --bs-btn-border-color: var(--ns-nav-active);
  --bs-btn-color: #fff;
  --bs-btn-focus-shadow-rgb: 208, 138, 0;
  --bs-btn-hover-bg: var(--ns-nav-active);
  --bs-btn-hover-border-color: var(--ns-nav-active);
  --bs-btn-hover-color: #fff;
  border-radius: .35rem;
  font-size: 18px;
  font-weight: 600;
  padding: .625rem 1.5rem;
}
.btn-ns:focus,
.btn-ns:focus-visible,
.btn-ns:hover {
  background-color: transparent;
  border-color: var(--ns-link);
  color: var(--ns-link);
}
.bg-dark .btn-ns {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-color: var(--ns-link);
  --bs-btn-hover-bg: var(--ns-link);
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: #fff;
  color: var(--ns-link) !important;
}
.bg-dark .btn-outline-ns {
  --bs-btn-bg: var(--ns-link);
  --bs-btn-border-color: #fff;
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: var(--ns-link);
  color: #fff !important;
}
.bg-dark .btn-ns:focus,
.bg-dark .btn-ns:focus-visible,
.bg-dark .btn-ns:hover {
  background-color: var(--ns-link);
  border-color: #fff;
  color: #fff !important;
}
.bg-dark .btn-outline-ns:focus,
.bg-dark .btn-outline-ns:focus-visible,
.bg-dark .btn-outline-ns:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--ns-link) !important;
}
.button-group {
    display: flex;
        align-items: center;
        gap: 1.5rem;
        justify-content: center;
}
.contact-cta.bg-gold-gradient .collaboration-panel {
    background: linear-gradient(180deg, rgba(211, 154, 23, 0.91) 0%, rgba(109, 80, 12, 0.91) 100%), url('../img/img09.jpeg') center/cover;
}
.contact-cta .btn-ns:focus,
.contact-cta .btn-ns:focus-visible,
.contact-cta .btn-ns:hover {
  background-color: #fff;
  border-color: var(--ns-link);
  color: var(--ns-link);
}
.btn-ns-alt:focus,
.btn-ns-alt:focus-visible,
.btn-ns-alt:hover {
  background-color: transparent;
  border-color: var(--ns-nav-active);
  color: var(--ns-nav-active);
}
.btn-outline-gold:focus,
.btn-outline-gold:focus-visible,
.btn-outline-gold:hover {
  background-color: var(--ns-nav-active);
  border-color: var(--ns-nav-active);
  color: #fff;
}
.btn-outline-ns:focus,
.btn-outline-ns:focus-visible,
.btn-outline-ns:hover {
  background-color: var(--ns-link);
  border-color: var(--ns-link);
  color: #fff;
}
.btn-gold:focus,
.btn-gold:focus-visible,
.btn-gold:hover {
  background-color: var(--ns-nav-active);
  border-color: var(--ns-nav-active);
  color: #fff;
}
.hero-cta-actions {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hero-cta-actions .btn {
  font-size: 1rem;
  width: 100%;
}
.hero-cta-actions .hero-cta-full {
  grid-column: 1 / -1;
}
.btn-outline-ns {
  --bs-btn-border-color: var(--ns-link);
  --bs-btn-color: var(--ns-link);
  --bs-btn-hover-bg: var(--ns-link);
  --bs-btn-hover-border-color: var(--ns-link);
  --bs-btn-hover-color: #fff;
  border-radius: .35rem;
  font-weight: 600;
  padding: .625rem 1.5rem;
}

.form-field {
    margin-bottom: 1.5rem;
}

.hero-card {
  background: var(--ns-hero-card-bg);
  border-radius: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  padding: 1.5rem;
}
.hero-title {
  max-width: 560px;
  font-size: clamp(2.05rem, 4.3vw, 3.3rem);
  line-height: 1.18;
  letter-spacing: -.045em;
  font-weight: 800;
}
.intro-text {
  font-size: 1.25rem;
}
.hero-copy { max-width: 560px; color: #25302b; font-size: 1.05rem; }
div.hero-image {
  margin-top: 3rem;
}
.hero-image img { height: 100%; border-radius: 1.35rem; object-fit: cover; width: 100%; }

.lead-title { font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.25; letter-spacing: -.035em; font-weight: 800; }
.eyebrow {
  color: var(--ns-link);
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  text-transform: capitalize;
}

.eyebrow[style*="text-align: center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.eyebrow::after {
  background: currentColor;
  bottom: -.5rem;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.section-title { font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.24; letter-spacing: -.035em; font-weight: 800; }
.section-copy { color: #424b46; max-width: 680px; }

.image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.image-grid img {
  aspect-ratio: 1;
  border-radius: .85rem;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.image-grid img:first-child {
  aspect-ratio: auto;
  grid-row: span 2;
  height: 100%;
}

.step-card { padding-top: 1rem; }
.step-icon {
  width: 3.9rem; height: 3.9rem; border-radius: 50%; background: #e9f8f0; color: var(--ns-green);
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1.7rem;
}
.step-rule { height: 1px; background: var(--ns-line); margin-bottom: 1.55rem; }
.step-card h3 { font-size: 1.45rem; font-weight: 800; letter-spacing: -.025em; }
.step-card p { font-size: .94rem; color: var(--ns-text); margin-bottom: 0; }

.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.how-grid .tall { grid-row: span 2; min-height: 540px; }
.how-grid .short { min-height: 260px; }
.how-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: .85rem; }

.cta-panel {
  min-height: 450px;
  border-radius: 1.35rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(211, 154, 23, 0.41) 0%, rgba(109, 80, 12, 0.41) 100%), #D39A17;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}
.cta-panel h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); letter-spacing: -.035em; }
.cta-panel p { max-width: 720px; margin-inline: auto; color: rgba(255,255,255,.85); }
.contact-cta .cta-panel {
  background: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)), url('../img/img01.jpeg') center/cover;
}
.contact-cta .collaboration-panel {
  background: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)), url('../img/img01.jpeg') center/cover;
}

.full-width-cta__panel {
  margin-inline: auto;
  overflow: hidden;
}

.full-width-cta__row {
  background: linear-gradient(180deg, rgba(211, 154, 23, 0.41) 0%, rgba(109, 80, 12, 0.41) 100%), #D39A17;
  border-radius: 1.35rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-inline: 0;
  min-height: 450px;
  padding: 1.5rem;
}

.full-width-cta__row p {
  margin-inline: auto;
  max-width: 720px;
}

.full-width-cta__content,
.full-width-cta__image {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.full-width-cta__image {
  padding: 1.5rem 1.5rem 0 0;
}

.full-width-cta__image::before {
  background: #fff;
  border-radius: 1.35rem;
  content: '';
  inset: 0 0 2.25rem 2.25rem;
  position: absolute;
  z-index: 0;
}

.full-width-cta__image.icon-placeholder::before {content: none;}
.full-width-cta__image.icon-placeholder {padding: 0;}

.full-width-cta__content {
  min-width: 0;
}

.full-width-cta__content > :last-child {
  margin-bottom: 0;
}

.full-width-cta__image img {
  border-radius: 1.35rem;
  display: block;
  height: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

.job-title-chip {
  background: #fff;
  border: 1px solid var(--ns-nav-active);
  border-radius: .35rem;
  color: var(--ns-nav-active);
  cursor: default;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: .5rem .9rem;
}

.rounded-pill-cta {
  border-radius: 4.5rem;
}

.testimonials__panel {
  display: block;
}

.testimonials__panel > .eyebrow {
  margin-left: 1.5rem;
}

@media (min-width: 48rem) {
    .testimonials__panel > .eyebrow {
      margin-left: 3rem;
      margin-bottom: 0;
      position: relative;
      bottom: -1rem;
    }
}

.testimonials__quote-preview {
  -webkit-line-clamp: 3;
}

.testimonials__modal .job-title-chip {
  margin-top: .5rem;
}

.carousel-item {
  background: transparent;
}

.testimonials .carousel-control-prev {
  left: -1rem;
  opacity: .85;
}

.testimonials .carousel-control-next {
  right: -1rem;
  opacity: .85;
}

.testimonials .full-width-cta__row.testimonials__slide {background: none;}

@media (min-width: 48em) {

  .testimonials .carousel-control-prev {
    left: -4rem;
    width: 12%;
  }

  .testimonials .carousel-control-next {
    right: -4rem;
    width: 12%;
  }

  .full-width-cta__row {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
  }

  .full-width-cta__row--no-image .full-width-cta__content {
    flex-basis: 100%;
    max-width: 100%;
  }

  .full-width-cta__content {
    flex-basis: calc(60% - 1.5rem);
    max-width: calc(60% - 1.5rem);
  }

  .full-width-cta__image {
    flex-basis: calc(40% - 1.5rem);
    max-width: calc(40% - 1.5rem);
  }
}

.accordion-ns .accordion-item { border: 0; border-bottom: 1px solid #adb6b1; border-radius: 0; }
.collapsible .accordion-ns .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-ns .accordion-button {
  background: #fff;
  box-shadow: none;
  color: var(--ns-text);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem 4.125rem 1.5rem 0;
  position: relative;
}
.accordion-ns .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
  color: var(--ns-text);
}
.accordion-ns .accordion-body {
  color: #797979;
  font-size: 1.25rem;
  padding: 0 4.125rem 1.9rem 0;
}
.accordion-ns .accordion-button::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22%3E%3Cpath d=%22M19 12.998H13V18.998H11V12.998H5V10.998H11V4.99805H13V10.998H19V12.998Z%22 fill=%22%23B1B1B1%22/%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border: 1px solid #d0d5d2;
  border-radius: 50%;
  height: 3.6rem;
  position: absolute;
  right: 0;
  transition: background-color .2s ease, border-color .2s ease, background-image .2s ease;
  width: 3.6rem;
}
.accordion-ns .accordion-button:not(.collapsed)::after {
  background-color: var(--ns-link);
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22%3E%3Cpath d=%22M19 12.998H5V10.998H19V12.998Z%22 fill=%22white%22/%3E%3C/svg%3E');
  border-color: #d0d5d2;
}

.footer { background: var(--ns-link); color: #fff; padding-top: 5.2rem; }
.footer p, .footer a { color: rgba(255,255,255,.92); }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer h2 { font-weight: 800; letter-spacing: -.04em; line-height: .85; font-size: 1.55rem; }
.footer .logo-sub { letter-spacing: .55em; }
.footer-logo { width: min(12rem, 60vw); }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list a { font-weight: 500; }
.footer-list li { margin-bottom: 1.45rem; font-weight: 600; }
.social a { display: inline-flex; margin-right: 1.05rem; font-size: 1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.45); margin-top: 3rem; padding: 1.5rem 0; text-align: center; }

@media (max-width: 991.98px) {
  .hero-card, .hero-image { min-height: auto; height: auto; }
  .hero-image { aspect-ratio: 4 / 3; }
  .navbar-collapse {
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
  .nav-link { margin-inline: 0; padding-block: .55rem; }
}

@media (max-width: 767.98px) {
  .image-grid, .how-grid { grid-template-columns: 1fr; }
  .image-grid .tall, .image-grid .short, .how-grid .tall, .how-grid .short { min-height: 280px; grid-row: auto; }
  .step-card { margin-bottom: 2rem; }
  .cta-panel { min-height: 360px; }
  .accordion-ns .accordion-button::after { width: 2.6rem; height: 2.6rem; }
}

@media (max-width: 29.999em) {
    .navbar-collapse .btn {
        width: calc(50% - .75rem);
    }
}

@media (min-width: 48em) {
  .flex-content-block {
    margin-block: 4.5rem;
  }
  .flex-content-block[class*=" bg-"] {
    padding-block: 4.5rem;
  }
  .flex-content-block[class*=" bg-"].bg-gold-gradient {
    padding-block: 0;
  }
  .home-hero {
    margin-top: 0;
  }
  .raw-html {
    margin-block: 0;
  }
}


/* About page */
.page-header__content {
  background: var(--ns-link);
  border-radius: 1.2rem;
  color: #fff;
  padding: 3rem 1.5rem;
  text-align: center;
}
.page-header__content .eyebrow { color:#fff; }
.page-header__content .eyebrow::after { background: rgba(255,255,255,.8); }
.page-header__content h1:not(.eyebrow),
.page-header__content h2:not(.eyebrow),
.page-header__content h3:not(.eyebrow),
.page-header__content h4:not(.eyebrow),
.page-header__content h5:not(.eyebrow),
.page-header__content h6:not(.eyebrow) {
    margin-bottom: 3rem;
}
.page-header__content p { margin-inline:auto; color: rgba(255,255,255,.92); }
.page-header__content > :last-child { margin-bottom: 0; }
.about-image-pair img { width:100%; aspect-ratio: 16/7.6; object-fit: cover; border-radius: .95rem; }
.pillar-card { background: var(--ns-beige); border-radius: .75rem; padding: 1.45rem; height: 100%; }
.pillar-card .step-icon { width: 3rem; height:3rem; margin-bottom: 1.2rem; background:#fff; }
.pillar-card .step-rule { background:#b8e3cb; margin-bottom: 1.15rem; }
.pillar-card h3 { font-size: 1.42rem; font-weight: 800; letter-spacing: -.03em; margin-bottom: .75rem; }
.pillar-card p { font-size: .88rem; line-height:1.55; margin:0; }
.about-split-images { display:grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-split-images img { width:100%; min-height:420px; height:100%; object-fit:cover; border-radius:.75rem; }
.belief-card .step-icon { background: var(--ns-beige); margin-bottom: 1.3rem; }
.belief-card .step-rule { margin-bottom: 1.35rem; }
.belief-card h3 { font-size: clamp(1.35rem,2vw,1.85rem); font-weight:800; letter-spacing:-.035em; line-height:1.2; }
.belief-card p { font-size:.9rem; margin:0; }
.collaboration-panel {
  min-height: 550px;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)), url('../img/img09.jpeg') center/cover;
  color:#fff;
  display:flex; align-items:center; justify-content:center; text-align:center;
  padding:2rem;
}
.collaboration-panel h2 { font-size: clamp(1.55rem,2.8vw,2.15rem); letter-spacing:-.035em; }
.collaboration-panel p {
    color: rgba(255, 255, 255, .88);
    font-size: 1.25rem;
    max-width: 760px;
    margin-inline: auto;
}
@media (max-width: 767.98px) {
  .about-image-pair img { aspect-ratio: 4/3; }
  .about-split-images { grid-template-columns: 1fr; }
  .about-split-images img { min-height:280px; }
}


/* What We Do page */
.page-header__content.page-hero-light {
  background: var(--ns-beige);
  color: var(--ns-text);
}
.page-header__content.page-hero-light .eyebrow { color: var(--ns-green); }
.page-header__content.page-hero-light .eyebrow::after { background: var(--ns-green); }
.page-header__content.page-hero-light p { color: #2f3732; max-width: 880px; }
.offset-image-stack { position: relative; min-height: 470px; }
.offset-image-stack img { position:absolute; width: 58%; aspect-ratio: 1/1; object-fit: cover; }
.offset-image-stack img:first-child { left: 0; top: 0; }
.offset-image-stack img:last-child { right: 5%; bottom: 0; }
.content-list h2 { font-size: clamp(1.65rem, 2.4vw, 2.1rem); font-weight: 800; letter-spacing:-.035em; }
.content-list ul { margin: 0; padding-left: 1.2rem; }
.content-list li { margin-bottom: .25rem; }
.collage { position: relative; min-height: 470px; }
.collage .blue-block {
    position: absolute;
    left: 9%;
    top: 13%;
    width: 46%;
    height: 46%;
    background: var(--ns-link);
}
.collage img {
    position: absolute;
    object-fit: cover;
}
.collage .photo-right { right: 0; top: 0; width: 45%; height: 100%; }
.collage .photo-bottom { left: 18%; bottom: 8%; width: 50%; height: 50%; }
.collage .photo-person { right: 0; bottom: 0; width: 34%; height: 58%; }
@media (max-width: 991.98px) {
  .offset-image-stack, .collage { min-height: 400px; }
}
@media (max-width: 767.98px) {
  .offset-image-stack, .collage { min-height: auto; display:grid; gap:1rem; }
  .offset-image-stack img, .collage img, .collage .blue-block { position: static; width:100%; height:auto; aspect-ratio: 4/3; }
  .collage img {
    height: auto !important;
    width: 100% !important;
  }
  .collage .blue-block { display:none; }
  .collage .photo-person { aspect-ratio: 4/5; }
}

/* Support page */
.support-hero-panel {
  padding-block: clamp(3.8rem, 6.5vw, 6rem);
}
.support-image-stack {
  position: relative;
  min-height: 360px;
}
.support-image-stack img {
  position: absolute;
  width: 58%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.support-image-stack .support-img-back {
  left: 0;
  top: 0;
}
.support-image-stack .support-img-front {
  right: 0;
  bottom: 0;
  z-index: 2;
}
.supporters-section .section-title {
  max-width: 780px;
  margin-inline: auto;
}
.supporter-card img {
  width: 100%;
  aspect-ratio: 4 / 3.1;
  object-fit: cover;
  object-position: center top;
}
.supporter-card {
  border-radius: 1.35rem;
  box-shadow: 0 4px 31px 0 rgba(46, 66, 106, 0.15);
  overflow: hidden;
}
.team-members__heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: 60em;
}
.team-members__member-content {
  padding: 1.5rem;
}
.team-members__member--bio-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.team-members__member--bio-link {
  color: var(--ns-nav-active);
  display: inline;
}
.team-members__member--bio-link {
  display: block;
  font-weight: 600;
  text-align: end;
  white-space: nowrap;
}
.supporter-card p {
  color: var(--ns-text);
  margin: 0;
}
@media (max-width: 991.98px) {
  .support-image-stack { min-height: 310px; }
}
@media (max-width: 767.98px) {
  .support-image-stack {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }
  .support-image-stack img {
    position: static;
    width: 100%;
  }
  .supporter-card img { aspect-ratio: 4 / 3; }
}

/* Contact page */
.contact-panel {
  display: grid;
  grid-template-columns: minmax(240px, 36%) 1fr;
  overflow: hidden;
  border-radius: .9rem;
  background: var(--ns-beige);
  min-height: 520px;
}
.contact-section__content {
    background: var(--ns-link);
    color: #fff;
    font-size: 1rem;
    padding: 1.5rem;
}
@media (min-width: 62em) {
    .contact-section__content {
        font-size: 1.125rem;
        padding: 3rem;
    }
}
@media (min-width: 75em) {
    .contact-section__content {
        font-size: 1.25rem;
    }
}
.contact-section__content>*:last-child {
    margin-bottom: 0;
}
.contact-form {
  padding: 3rem 3rem 9rem;
}
.contact-form .form-label {
  color: var(--ns-link);
  font-weight: 600;
  margin-bottom: .45rem;
}
.contact-form legend {
  font-size: 1rem;
}
.contact-form .form-control {
  border: 0;
  border-radius: 0;
  min-height: 3.6rem;
  padding-inline: 1.5rem;
  box-shadow: none;
}
.contact-form textarea.form-control {
  min-height: 150px;
  padding-top: 1.1rem;
  resize: vertical;
}
.contact-form .form-control:focus {
  outline: 2px solid rgba(0,130,74,.24);
  outline-offset: 0;
}
@media (max-width: 767.98px) {
    .contact-form {
    padding: 1.5rem 1.5rem 3rem;
    }
  .contact-panel { grid-template-columns: 1fr; min-height: auto; }
  .contact-section__content p { max-width: none; }
}


/* Who We Serve page */
.who-serve-hero {
  background: var(--ns-green);
  color: #fff;
  border-radius: 1rem;
  padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}
.who-serve-hero .eyebrow {
  color: #fff;
}
.who-serve-hero .eyebrow::after {
  background: rgba(255,255,255,.85);
}
.who-serve-hero h1 {
  font-size: clamp(1.85rem, 3.4vw, 2.8rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.04em;
}
.who-serve-hero p {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255,255,255,.92);
}

.eligibility-card {
  background: var(--ns-hero-card-bg);
  border-radius: .95rem;
  overflow: hidden;
}
.eligibility-card img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.eligibility-card .two-columns__right {
    padding: 3rem 0;
}
.eligibility-content {
  padding: clamp(2rem, 4vw, 3.6rem);
}
.eligibility-content h2 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -.035em;
  margin-bottom: 1rem;
}
.eligibility-content ul {
  margin-bottom: 2.5rem;
  padding-left: 1.15rem;
}
.eligibility-content li {
  margin-bottom: .25rem;
  line-height: 1.35;
}
@media (min-width: 48em) {
    .two-columns .eligibility-card .row>.two-columns__left {
        flex-basis: calc(35% - 3rem) !important;
        width: calc(35% - 3rem) !important;
    }
    
    .two-columns .eligibility-card .row>.two-columns__right {
        flex-basis: calc(65% - 3rem) !important;
        width: calc(65% - 3rem) !important;
    }
    .eligibility-card .two-columns__right {
        padding: 4.5rem 0;
    }
}
@media (max-width: 767.98px) {
  .eligibility-card img {
    min-height: 280px;
  }
  .eligibility-content ul {
    margin-bottom: 2rem;
  }
}
.statistics__heading {
    margin: 0 auto 4rem 0;
    max-width: 55rem;
}
.statistics__container {
    background: var(--ns-link);
    border-radius: 1.35rem;
    padding: 1.5rem;
}
.statistics__container,
.statistics__container a {
    color: #fff;
}
.statistics__container .button {
    color: var(--ns-nav-active);
}
.statistics__container .button,
.statistics__container .btn-outline-gold {
    background: transparent;
    border-color: var(--ns-nav-active);
    color: var(--ns-nav-active);
}
.statistics__container .button:hover,
.statistics__container .button:focus,
.statistics__container .button:focus-visible,
.statistics__container .btn-outline-gold:hover,
.statistics__container .btn-outline-gold:focus,
.statistics__container .btn-outline-gold:focus-visible {
    background: var(--ns-nav-active);
    border-color: var(--ns-nav-active);
    color: #fff;
}
.statistics__group {
    border: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
}
.statistics__group .number,
.statistics__group .prefix,
.statistics__group .suffix {
  color: var(--ns-nav-active);
  font-size: calc(0.3125rem + 5.9166667vw);
  font-weight: 600;
  line-height: .95;
}
.home-page .statistics__description,
.statistics__description {
    border-top: 1px solid rgba(197, 197, 197, 0.37);
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 1rem;
    padding-top: 1rem;
}
.statistics__description p {
    margin-bottom: 0;
}
@media (min-width: 62em) {
    .statistics__groups {
        display: flex;
            flex-wrap: wrap;
            justify-content: center;
        margin: 0 -1.5rem;
    }
    .statistics__group {
        border: 0;
        margin-bottom: 0;
        padding: 0 1.5rem;
        width: 33.33%;
    }
.statistics__group:nth-child(5),
    .statistics__group:nth-child(6),
    .statistics__group:nth-child(7) {margin-top: 1.5rem;}
}

@media (max-width: 61.999em) {
    .statistics__group {
        border: 0;
        padding-bottom: 0;
        width: calc(50% - .75rem);
    }
    .statistics__group:nth-child(even) {
        padding-left: .75rem;
    }
    
    .statistics__group:nth-child(odd) {
        padding-right: .75rem;
    }
    .statistics__groups {
        display: flex;
        flex-wrap: wrap;
    }
    .statistics__groups .statistics__group:last-child,
    .statistics__groups .statistics__group:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0;
    }
}

.two-columns .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-inline: 0;
}

.two-columns .row > * {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-inline: 0;
  width: 100% !important;
}

.two-columns__left > *:last-child,
.two-columns__right > *:last-child {
  margin-bottom: 0;
}

.two-columns__left.has-img img,
.two-columns__right.has-img img {
  width: 100%;
}

@media (min-width: 48em) {
  .two-columns .row {
    gap: 3rem;
  }

  .two-columns .row > * {
    flex: 0 0 calc(50% - 1.5rem) !important;
    max-width: calc(50% - 1.5rem) !important;
    width: calc(50% - 1.5rem) !important;
  }
}

@media (min-width: 75em) {
  .two-columns .row {
    gap: 6rem;
  }

  .two-columns .row > * {
    flex-basis: calc(50% - 3rem) !important;
    max-width: calc(50% - 3rem) !important;
    width: calc(50% - 3rem) !important;
  }
}

.two-columns img,
.two-columns video {
  border-radius: .95rem;
}

.two-columns .collage img,
.two-columns .offset-image-stack img {
    border-radius: 0;
}

.two-columns .collage .photo-right {
  aspect-ratio: 1 / 2;
  height: auto;
  object-fit: cover;
}

/*************
* Custom CSS *
*************/

#ideal-candidates img {
    object-fit: cover;
    object-position: 65%;
}

#program-structure .photo-bottom {
    object-fit: cover;
    bottom: 8%;
}

#what-we-do .cards__heading {
    max-width: 52rem;
}

.bio-page {
  background: var(--ns-beige);
}

.bio-page__section {
  padding-block: 5rem;
}

.bio-profile {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 .25rem 1.9375rem rgba(46, 66, 106, .15);
  margin-inline: auto;
  max-width: 38.75rem;
  overflow: hidden;
  padding: 1.625rem;
}

.bio-profile__content p:last-child {
  margin-bottom: 0;
}

.bio-profile__photo {
  float: left;
  height: 17.75rem;
  margin: 0 1.0625rem .75rem 0;
  object-fit: cover;
  width: 17.75rem;
}

.bio-profile__title {
  font-size: 1.125rem;
  line-height: 1.35;
  margin-bottom: .25rem;
}

.team-members__modal .modal-body {
  padding: 1.5rem;
}

.team-members__modal .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.team-members__modal .bio-profile__photo {
  margin: 0 1.5rem 1.5rem 0;
}

@media (min-width: 36em) {
  .bio-profile__photo {
    max-width: calc(50% + .75rem);
  }
}

@media (max-width: 35.999em) {
  .bio-page__section {
    padding-block: 3rem;
  }

  .bio-profile {
    padding: 1.5rem;
  }

  .bio-profile__photo {
    float: none;
    height: auto;
    margin: 0 0 1.5rem;
    width: 100%;
  }
}

@media (min-width: 36em) and (max-width: 61.999em) {
  .team-members__modal .modal-dialog {
    --bs-modal-width: 43.75rem;
  }
}

@media (min-width: 36em) and (max-width: 47.999em) {
  .team-members__member-content h3 {
    font-size: 1.375rem;
  }
}

@media (min-width: 62em) and (max-width: 74.999em) {
  .team-members__member-content h3 {
    font-size: 1.375rem;
  }
}

#page404 {
    padding: 3rem 0;
}

@media (min-width: 36em) {
  .cards__column.col-sm-6 {
    width: calc(50% - 1.5rem);
  }
}

@media (min-width: 48em) {
    #page404 {
        padding: 4.5rem 0;
    }

  .collage img {
    border: 10px solid #fff;
  }

  .offset-image-stack img:last-child {
    border: 10px solid #fff;
  }

  div.hero-image {
    margin-top: 4.5rem;
  }

  .page-header__content {
    padding: 4.5rem;
  }

  .cards__panel .row > .col-md-4 {
    flex: 0 0 calc((100% - 6rem) / 3);
    max-width: calc((100% - 6rem) / 3);
    width: calc((100% - 6rem) / 3);
  }

  .cards__panel .row > .col-md-6 {
    flex: 0 0 calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
    width: calc(50% - 1.5rem);
  }
}

@media (min-width: 48em) and (max-width: 61.999em) {
  .cards__column.col-sm-6 {
    width: calc(50% - .75rem);
  }

  .cards__panel .row > .col-md-4 {
    flex: 0 0 calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
    width: calc((100% - 3rem) / 3);
  }

  .cards__panel .row > .col-md-6 {
    flex: 0 0 calc(50% - .75rem);
    max-width: calc(50% - .75rem);
    width: calc(50% - .75rem);
  }

  .collage,
  .offset-image-stack {
    min-height: 320px;
  }
}

@media (min-width: 62em) {
  .cards__panel,
  .cards__panel.bg-beige,
  .cards__panel.bg-dark,
  .cards__panel.bg-light,
  .cta-panel,
  .full-width-cta__row,
  .hero-card,
  .statistics__container {
    padding: 3rem;
  }

  .navbar.navbar-expand-lg .navbar-collapse {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .navbar-collapse > div:last-child {
    grid-column: 2;
    justify-self: end;
  }

  .navbar-nav {
    grid-column: 1;
    justify-self: center;
  }

  div.hero-image {
    margin-top: 0;
  }
}

@media (min-width: 75em) {
  .cards__column.col-xl-3 {
    width: calc(25% - 2.25rem);
  }

  .page-header__content {
    padding: 6rem;
  }

  .full-width-cta__content {
    flex-basis: calc(60% - 3rem);
    max-width: calc(60% - 3rem);
  }

  .full-width-cta__image {
    flex-basis: calc(40% - 3rem);
    max-width: calc(40% - 3rem);
  }

  .full-width-cta__row {
    gap: 6rem;
  }

  .statistics__group .number,
  .statistics__group .prefix,
  .statistics__group .suffix {
    font-size: 4.75rem;
  }
}

@media (min-width: 90em) {
  .page-header__content {
    padding: 7.5em;
  }
}

@media (max-width: 61.999em) {
  .cards__panel .row {
    gap: 1.5rem;
  }

  .testimonials .carousel-control-next {
    right: -1.5rem;
    width: 3rem;
  }

  .testimonials .carousel-control-prev {
    left: -1.5rem;
    width: 3rem;
  }
}

@media (max-width: 47.999em) {
  .eligibility-card .two-columns__left.has-img img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .95rem !important;
    border-top-right-radius: .95rem !important;
  }

  .eligibility-card .two-columns__right.has-img img {
    border-bottom-left-radius: .95rem !important;
    border-bottom-right-radius: .95rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .collage {
    gap: 3rem;
  }

  .collage img,
  .two-columns .collage img {
    border-radius: .95rem;
  }

  .offset-image-stack {
    gap: 3rem;
  }

  .offset-image-stack img,
  .two-columns .offset-image-stack img {
    border-radius: .95rem;
  }

  .full-width-cta__row {
    min-height: 360px;
  }

  .two-columns .image-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#program-structure .collage .photo-right {
  object-position: 67%;
}
