/*
Theme Name:   Nuvalent 2026
Description:  Child theme for BlankSlate
Author:       PLOW Digital
Template:     blankslate
Version:      1.0
*/

/* =================================================================
   NUVALENT PATIENT SUPPORT — GLOBAL STYLESHEET
   ================================================================= */

:root {
    color-scheme: light;
}


/* ---- Custom Properties ---- */
:root {
  /* Colors */
  --color-magenta:         #9E0085;
  --color-blue:            #083657;
  --color-turquoise:       #31A097;
  --color-turquoise-med:   #5AB3AC;
  --color-magenta-light:   #DE38B4;
  --color-turquoise-light: #92DBE0;
  --color-stone:           #555555;
  --color-bg:              #E6EBEE;
  --highlight:             #DE38B4;
	 --orange-highlight:     #ff7800;

  /* Typography */
  --font-deva: 'deva-ideal', serif;
  --font-proxima:    'proxima-nova', sans-serif;

  --font-size-hero:             3rem;
  --font-size-subhead:          2.5rem;
  --font-size-section-head:     2.125rem;
  --font-size-section-sub-head: 1.875rem;
  --font-size-body:             1.125rem;
  --font-size-base:             1rem;
  --font-size-small:            0.875rem;

  
  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 3rem;
  --space-xl: 4rem;

  /* Components */
  --border-radius-button: 50px;

  /* Button tokens — swap values here to retheme per brand */
  --btn-a-bg:     #83C6C1;
  --btn-a-border: var(--color-blue);
  --btn-a-text:   var(--color-blue);

  --btn-b-bg:     var(--color-magenta);
  --btn-b-border: var(--color-magenta);
  --btn-b-text:   #fff;

  --btn-shadow-light:   #E6E6E6;
  --btn-shadow-dark:   #CFD4D7;

  /* Gradients */
  --gradient-header: linear-gradient(90deg,rgba(8,54,87,1) 37%, rgba(28,105,118,1) 68%, rgba(49,160,151,1) 95%);
  --gradient-footer: linear-gradient(135deg,rgba(8,54,87,1) 39%, rgba(28,105,118,1) 78%, rgba(49,160,151,1) 95%);
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent;}
html  { font-size: 16px; scroll-behavior: smooth; }
body  { font-family: var(--font-proxima); -webkit-font-smoothing: antialiased; }
img   { display: block; max-width: 100%; height: auto; }
a     { text-decoration: none; }

/* ---- Skip navigation (ADA 2.4.1) ---- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  background: var(--color-blue);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 4px 4px;
  font-family: var(--font-proxima);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

/* ---- Layout ---- */
.inner-container {
  max-width: 86rem;
  margin: 0 auto;
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}

h1{
  font-size: var(--font-size-hero);
  font-weight: 700;
  line-height: 1.15;
}

h2{
  font-size: var(--font-size-subhead);
  font-weight: 700;
}
h3{
  font-size: var(--font-size-section-head);
  font-weight: 700;
}
h4{
  font-size: var(--font-size-section-sub-head);
  font-weight: 600;
}

sup{
  font-weight: 400;
  font-size: .6em;
}

p a{
  color: var(--color-magenta);
  text-decoration: underline;
}

p a:hover, p a:focus{
  color: var(--color-magenta-light);
}

.sml-caps {
    font-variant: small-caps;
}

a[href^="tel:"]{
    pointer-events: none;
}
@media (hover: none) and (pointer: coarse) {
  a[href^="tel:"]{
    pointer-events: auto;
  }
	.content-block p a[href^="tel:"] {
  	text-decoration: underline !important;
	}
}

/* =================================================================
   COMING SOON PAGE
   ================================================================= */
  .coming-soon {
    position: relative;
    overflow: hidden;
    background: #9E0085;  
    background: linear-gradient(135deg,rgba(158, 0, 133, 1) 12%, rgba(8, 54, 87, 1) 41%, rgba(8, 54, 87, 1) 60%, rgba(49, 160, 151, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: calc(100vh - 224px); */
  }
  .coming-soon-logo{
    position: relative;
    z-index: 5;
  }
  .coming-soon .inner-container{
    max-width: 87rem;
  }
  .coming-soon-wide-container{
    background: rgba(255, 255, 255, .88);
    width: 100%;
    padding: 3.5rem 0;
    text-align: center;
    z-index: 10;
    position: relative;
    margin: -2rem 0 15rem;
  }
  .coming-soon-background-shapes{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/nuvalent-2026/images/global/coming-soon-background-shapes.svg) no-repeat center;
    background-size: auto;
    background-position: 80px -300px;
  }
  .coming-soon-logo {
    margin-top: 1.5rem;
    width: 30rem;
  }
  .coming-soon h1{
    font-size: 5rem;
    font-family: var(--font-deva);
    font-weight: bold;
    color: var(--color-blue);
    margin-bottom: 2.25rem;
  }
  .coming-soon p{
    font-size: 1.25rem;
    color: var(--color-stone);
    font-weight: 500;
  }
  .heavy {
    margin: 2rem 0;
  }
  .heavy p {
    font-weight: 800;
    color: var(--color-blue);
    font-size: 1.5rem;
  }

/* =================================================================
   BLOCK: BRAND SELECTOR
   ================================================================= */

.brand-selector {
  position: relative;
  overflow: hidden;
  background: #9E0085;  
  background: linear-gradient(135deg,rgba(158, 0, 133, 1) 12%, rgba(8, 54, 87, 1) 41%, rgba(8, 54, 87, 1) 60%, rgba(49, 160, 151, 1) 100%);
}

.landing-background-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/nuvalent-2026/images/global/landing-background-shapes.svg) no-repeat center;
  background-size: 1920px;
  background-position: center 95%;
}

.landing-background-shapes img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.brand-selector .inner-container{
  position: relative;
  padding: var(--space-xl) var(--space-lg);
  height: 1117px;
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/wp-content/themes/nuvalent-2026/images/global/landing-main-hexagon-shape.svg) no-repeat center;
  background-size: 100%;
  background-position: top;
  overflow: hidden;
}

/* Inner layout: full-width centered column; logo is absolute */
.selector-inner {
  position: relative;
  z-index: 1;
  max-width: 88rem;
  margin: 0 auto;
  flex: 1;
  align-self: center;
}

/* Hexagon brand logo — absolute, top-aligned with heading */
.selector-logo {
  width: 18rem;
  z-index: 2;
  opacity: 0;
  animation-delay: .2s !important;
  margin: 6rem auto 1.25rem;
}

.selector-logo img{
  width: 100%;
}

/* Content column */
.selector-content {
  text-align: center;
  margin: 0 auto;
}

.selector-content h1 {
  font-family: var(--font-deva);
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-blue);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.selector-content h1 span {
  color: var(--color-magenta);
}

.selector-content h2 {
  font-family: var(--font-proxima);
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--color-blue);
  margin-bottom: 1.5rem;
}

.selector-content p {
  font-size: var(--font-size-body);
  line-height: 1.65;
  color: var(--color-stone);
  max-width: 57rem;
  margin: 0 auto;
}

/* When JS adds .animate-on-scroll: keep container visible, hide children */
.selector-content.animate-on-scroll {
  opacity: 1;
}

.selector-content.animate-on-scroll h1,
.selector-content.animate-on-scroll h2,
.selector-content.animate-on-scroll p,
.selector-content.animate-on-scroll .brands {
  opacity: 0;
}

.selector-content.animate-on-scroll.is-visible {
  animation: none;
}

/* Staggered child animations when container enters view */
.selector-content.is-visible h1 {
  animation: anim-fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.selector-content.is-visible h2 {
  animation: anim-fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.selector-content.is-visible p {
  animation: anim-fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.selector-content.is-visible .brands {
  animation: anim-fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}

/* Two-column brand row */
.brands {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.col-divider {
  width: 15px;
  align-self: stretch;
  background: #fff;
  flex-shrink: 0;
  border-radius: 10px;
}

/* Single brand column */
.brand {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

/* Brand logo area */
.brand-logo {
  width: 300px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}

.brand-logo img{
  width: 100%;
}

/* Button group */
.brand-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  width: 100%;
  max-width: 22.5rem;
}

/* =================================================================
   COMPONENT: PILL BUTTON  (.btn)
   Global reusable button — drop on any block
   ================================================================= */

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 1.125rem 1.25rem 1.125rem 2rem;
  border-radius: var(--border-radius-button);
  border: 2px solid transparent;
  font-family: var(--font-proxima);
  /* font-size: 1.5rem; */
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  width: 100%;
  height: 4.875rem;
  cursor: pointer;
  text-align: left;
  box-shadow: 5px 5px 0 var(--btn-shadow-light);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn.btn-small{
  font-size: 1.25rem;
  padding: 1rem 1.375rem 1rem 1.5rem;
  height: auto;
}


.brand-ctas .btn, .program-list .btn{
  box-shadow: 5px 5px 0 var(--btn-shadow-dark);
}

.btn:focus-visible {
  outline: 3px solid var(--color-magenta-light);
  outline-offset: 3px;
}

/* Arrow icon — shifts right on hover */
.btn__icon {
  flex-shrink: 0;
  display: block;
  height: 2rem;
  width: auto;
  transition: transform 0.2s ease;
}

.btn:hover .btn__icon {
  transform: translateX(5px);
}

/* Variant A — solid turquoise (Jideytro) */
.btn--turquoise {
  background: var(--btn-a-bg);
  border-color: transparent;
  color: var(--btn-a-text) !important;
}

.content-block .spacer-container > p > a{
    line-height:0px;
}

.btn--turquoise:hover {
  background: #ffffff;
  border-color: var(--btn-a-border);
  color: var(--btn-a-text);
}

/* Variant B — solid magenta (Nelkarmi) */
.btn--magenta {
  background: var(--btn-b-bg);
  border-color: var(--btn-b-border);
  color: var(--btn-b-text);
}

.btn--magenta:hover {
  background: #ffffff;
  border-color: var(--btn-b-border);
  color: var(--btn-b-bg);
}



.btn.download-btn .btn__icon{
  transform: rotate(90deg);
}
.btn.download-btn:hover .btn__icon {
    transform: translate(0, 5px) rotate(90deg);
}

/* ---- Decorative arrows ---- */

.arrow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.arrow img {
  display: block;
  width: 100%;
  height: auto;
}

/* Top blue arrow — drops from above, tip visible; scale adds depth */
.arrow--top {
  top: 50px;
  left: 50%;
  width: 18rem;
  transform-origin: top center;
  transform: translateX(-50%) translateY(-100%) scale(1);
  animation: arrow-drop-top 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  animation-delay: .6s;
  max-width: 260px;
}

@keyframes arrow-drop-top {
  from { transform: translateX(-50%) translateY(-27%) scale(1); opacity: 0; }
  to   { transform: translateX(-50%) translateY(-14%)  scale(1); opacity: 1; }
}

/* Left magenta arrow — slides in from off-screen; tip protrudes at left edge */
.arrow--left {
  top: 50%;
  left: 0;
  width: 12rem;
  height: auto;
  transform: translateY(-50%) translateX(-100%);
  animation: arrow-slide-left 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  animation-delay: .6s;
}

.arrow--left img {
  height: 100%;
  width: auto;
}

@keyframes arrow-slide-left {
  from { transform: translateY(90%) translateX(45%) scale(1); opacity: 0; }
  to   { transform: translateY(80%) translateX(60%) scale(1);  opacity: 1; }
}

/* Right turquoise arrow — slides in from off-screen; tip protrudes at right edge */
.arrow--right {
  top: 50%;
  right: 0;
  width: 12rem;
  height: auto;
  transform: translateY(-50%) translateX(100%);
  animation: arrow-slide-right 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  animation-delay: .6s;
}

.arrow--right img {
  height: 100%;
  width: auto;
}

@keyframes arrow-slide-right {
  from { transform: translateY(90%) translateX(-45%) scale(1);  opacity: 0; }
  to   { transform: translateY(80%) translateX(-60%) scale(1);  opacity: 1; }
}


/* =================================================================
   BLOCK: FOOTER
   ================================================================= */

.footer {
  background: #ffffff;
  padding: var(--space-lg);
  position: relative;
  z-index: 2;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  gap: var(--space-lg);
  max-width: 108rem;
  margin: 0 auto;
}

/* Logo + address */
.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
  flex-shrink: 0;
  /* opacity: 0; */
  animation-delay: .2s !important;
}
.footer-brand address {
  font-style: normal;
  font-size: var(--font-size-small);
  line-height: 1.65;
  color: var(--color-stone);
}
.footer-brand address a {
  color: var(--color-blue);
  text-decoration: underline;
}

.footer-logo {
  width: 14rem;
  height: auto;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

/* Info column */
.footer-info {
  flex: 1;
  animation-delay: .2s !important;
  max-width: 55rem;
}

.footer-info p {
  font-size: var(--font-size-small);
  color: var(--color-stone);
  line-height: 1.5;
}

.footer-info p:first-of-type {
  margin-bottom: 0.25rem;
}

.footer .highlight{
  color: var(--orange-highlight) !important;
}

.footer-info p:first-of-type a {
  color: var(--color-blue);
  text-decoration: underline;
  margin-left: 0.25rem;
}

.footer-info p:first-of-type span {
  color: var(--color-stone);
  margin: 0 0.125rem;
}

/* Nav link row */
.footer-nav {
  margin-bottom: .75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-blue);
}

.global-footer .footer-nav{
  border-bottom: 1px solid #fff;
}

.nav-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.footer-nav-link {
  font-size: 0.875rem;
  color: var(--color-blue);
  text-decoration: underline;
  line-height: 1.7;
  margin: .25rem 0;
  text-underline-offset: 2px;
}

.footer-nav-link:after{
  content: "";
  width:1px;
  height: 10px;
  background-color: var(--color-turquoise);
  display: inline-block;
  margin: 0 .5rem;
}


.footer-nav-link:last-of-type:after{
  display: none;
}

.footer-nav-link:nth-of-type(4):after{
  display: none;
}

.footer-bottom-nav {
  min-width: 296px;
}

.footer-bottom-content{
  padding-right: 2rem;
}

.banner-link:after{
  content: "";
  width:1px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  margin: 0 .5rem;
}

.banner-link:last-of-type:after{
  display: none;
}

.footer-nav-link:first-child { 
  padding-left: 0; 
}

.footer-nav-link:last-child  { 
  border-right: none;
}

.global-footer{
  background: var(--gradient-footer);
  border-top: 34px solid var(--color-turquoise);
}

.global-footer .footer-brand address a, .global-footer .footer-brand address,
.global-footer .footer-nav-link, .global-footer .footer-info p, .global-footer .footer-info p:first-of-type a{
  color: #fff;
}

.global-footer .footer-nav-link{
  border-color: var(--color-turquoise);
  transition: color 0.2s ease;
}

.global-footer .footer-nav-link:hover{
  color: #dbdbdb;
}

.global-footer .footer-seperator{
  background: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer-seperator{
  width: 1px;
  background: var(--color-blue);
  align-self: stretch;
}

.break {
  flex-basis: 100%;
  height: 0;
}

/* =================================================================
   ANIMATIONS — Scroll / load-in utilities
   ================================================================= */

@keyframes anim-fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0);    }
}

@keyframes anim-fade-down {
  from { opacity: 0; transform: translateY(-0.75rem); }
  to   { opacity: 1; transform: translateY(0); }
}

.animate-on-scroll {
  opacity: 0;
}

.animate-on-scroll.is-visible {
  animation: anim-fade-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll            { opacity: 1; }
  .animate-on-scroll.is-visible { animation: none; }

  .hero-content h1,
  .hero-content p { animation: none; opacity: 1; }

  .header { transition: none !important; }
  .js-loading .header { transform: none; }

  .selector-content.is-visible h1,
  .selector-content.is-visible h2,
  .selector-content.is-visible p,
  .selector-content.is-visible .brands {
    opacity: 1;
    animation: none;
  }
}


/* =================================================================
   BLOCK: HEADER
   ================================================================= */

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-loading .header {
  transform: translateY(-100%);
}

/* --- Top banner --- */

.banner {
  background: var(--gradient-header);
}

.banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  max-width: 1904px;
  margin: 0 auto;
  padding: var(--space-sm) var(--space-lg);
}

.banner-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  color: #fff;
  font-size: var(--font-size-small);
  line-height: 1.5;
  min-width: 18.625rem;
  font-weight: 700;
}
.banner-left-mobile{
  display: none;
}

.banner-left a {
  color: #fff;
  text-decoration: none;
}

.banner-left a:hover {
  text-decoration: underline;
}

.banner-sep {
  color: rgba(255,255,255,0.4);
}

.banner-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem;
  width: 63%;
}

.banner-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.banner-link {
  color: #fff;
  font-size: var(--font-size-small);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.5;
  text-decoration: underline;
  transition: color 0.2s ease;
}


.banner-link:first-child {
  padding-left: 0;
}

.banner-link:last-child {
  border-right: none;
  padding-right: 0;
}

.banner-link:hover {
  color: #e1e1e1;
}

.banner-hcp {
  color: #fff;
  font-weight: 700;
  font-size: var(--font-size-small);
  white-space: nowrap;
  text-align: right;
}

/* --- Main nav --- */

.nav {
  box-shadow: 0px 4px 0px rgba(0,0,0,0.15);
  position: relative;
  z-index: 95;
  padding-bottom: 0.25rem;
}

.nav-inner {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1904px;
  position: relative;
}

.nav-inner:before{
  content: "";
  position: absolute;
  right: 99%;
  width: 1800px;
  height: 100%;
  background: #fff;
}

.nav:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1,19,39,.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.logo-left {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  text-decoration: none;
  width:14.375rem;
}

.mobile-logo{
  display: none;
}

.logo-left img {
  display: block;
  height: auto;
  width: 100%;
}

.nav-list {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  margin-left: 4rem;
}

.nav-item {
  position: relative;
  display: flex;
  /* align-items: stretch; */
}

.nav-link {
  display: flex;
  align-items: center;
  align-self: center;
  padding: .5rem 0;
  margin: 0 1.25rem; 
  font-family: var(--font-proxima);
  font-size: 1.25rem;
  font-weight: 600;
  color: #D3F1F3;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 4px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.nav-item:hover > .nav-link, .nav-link--active{
  color: var(--color-turquoise-med);
  border-bottom-color: var(--color-turquoise-med);
}


 /* .nav-link--active {
   color: var(--color-turquoise-med);
  } */


/* Dropdown */

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(1,19,39,.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.3);
  list-style: none;
  padding: 0 1.25rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: -1;
}

.nav-item--has-dropdown:hover .dropdown,
.nav-item--has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-link {
  display: block;
  padding: 0.625rem 0;
  font-family: var(--font-proxima);
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  border-bottom: 1px solid var(--color-turquoise-med);
  white-space: nowrap;
}

.dropdown-link:hover {
  color: var(--color-turquoise-med);
}

.dropdown-link--active {
  color: var(--color-turquoise-med);
  font-weight: 600;
}

/* Right logo — Jideytro */

.logo-right {
  display: flex;
  align-items: center;
  padding: 0.75rem var(--space-lg) 0;
  flex-shrink: 0;
  text-decoration: none;
  margin-top: -5px;
}

.logo-right img {
  width: 9.375rem;
  height: auto;
}

/* --- Hamburger (hidden desktop) --- */

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 3rem;
  height: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: 2rem;
  flex-shrink: 0;
}

.hamburger-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.hamburger.is-active .hamburger-bar:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

.hamburger.is-active .hamburger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.is-active .hamburger-bar:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

/* --- Mobile nav panel --- */

.mobile-nav {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 19, 39, .9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 200;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.mobile-nav.is-open {
  transform: translateX(0);
}

.mobile-nav-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: var(--space-md) 0 0;
}

.mobile-close {
  display: none;
}

.mobile-close svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.mobile-nav-list {
  list-style: none;
  padding: 0 1.5rem;
}

.mobile-nav-list li:last-of-type .mobile-subnav{
  border-bottom: none;
}

.mobile-nav-link {
  display: block;
  font-family: var(--font-proxima);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 0.875rem 0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.mobile-nav-link:hover,
.mobile-nav-link--active {
  color: var(--color-turquoise-med);
}

.mobile-subnav {
  list-style: none;
  padding: 0.875rem 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.mobile-subnav-link {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.375rem;
  color: #fff;
  padding: 0.5rem 0 0.5rem 0.5rem;
  text-decoration: none;
}

.mobile-utility a {
  display: block;
  font-family: var(--font-proxima);
  font-size: 1.375rem;
  font-weight: normal;
  color: #fff;
  padding: 0.5rem 0 0.5rem 0.5rem;
  text-decoration: none;
}

.mobile-subnav-link:before{
  content: "—";
  padding-right: 5px;
}

.mobile-subnav-link:hover, .mobile-utility a,
.mobile-subnav-link--active {
  color: var(--color-turquoise-med);
}

.mobile-subnav-link--active {
  font-weight: 600;
}

.mobile-nav-footer {
  margin-top: auto;
  padding-top: var(--space-lg);
  background: var(--gradient-header);
  padding: var(--space-lg) 1.5rem var(--space-lg);
}

.mobile-utility {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: var(--space-md);
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 400px;
  padding-bottom: var(--space-md);
}

.mobile-utility a {
  color: #fff;
}

.mobile-utility a:hover {
  color: #fff;
}

.mobile-brand-logo {
  width: 10rem;
  height: auto;
  margin-right: 2rem;
}

.mobile-footer-flex {
  display: flex;
  align-items: flex-end;
}

.mobile-hcp {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  max-width: 180px;
}



/* =================================================================
   BLOCK: HERO
   ================================================================= */

/* Hero Images Desktop */
.hero {
  position: relative;
  min-height: 670px;
  background-size: cover;
  background-position: 60% top;
  display: flex;
  align-items: center;
}

.hero-background-mobile{
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,17,29,0.62) 0%, rgba(6,25,39,0.25) 60%, transparent 100%);
  pointer-events: none;
  width:100%;
  height: 50%;
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 86rem;
  margin: 0 auto;
  padding: var(--space-xl) var(--space-lg);
  width: 100%;
  margin-top: 8rem;
}

.hero-content {
  width: 56%;
}

.hero-content h1 {
  font-family: var(--font-deva);
  font-size: var(--font-size-hero);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: var(--space-sm);
  animation: anim-fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.hero-content p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.65;
  font-weight: 600;
  animation: anim-fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

.hero-tag{
  position: absolute;
  color: #fff;
  bottom: 1.125rem;
  right: 3rem;
  display: block;
  white-space: nowrap;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  z-index: 2;
  font-size: var(--font-size-small);
}



/* =================================================================
   BLOCK: CONTENT BLOCK
   ================================================================= */

.content-block {
  padding: var(--space-lg) 0;
}

.content-block h2 {
  font-family: var(--font-proxima);
  font-size: var(--font-size-subhead);
  font-weight: 700;
  color: var(--color-magenta);
  line-height: 1.2;
  margin-bottom: var(--space-sm);
}

.content-block h3, h2.accordion-header{
  font-family: var(--font-proxima);
  font-size: var(--font-size-section-head);
  color: var(--color-turquoise);
  margin-bottom: var(--space-sm);
}

.content-block p {
  font-size: var(--font-size-body);
  color: var(--color-stone);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.125rem;
}
.content-block p a{
  color: var(--color-magenta);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-block p a:not(.btn){
  color: var(--color-magenta) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

.content-block p a.btn{
  text-decoration:none !important;
}

.content-block p a[href^="tel:"] {
  text-decoration: none !important;
}

.content-block p a:hover{
  color: var(--color-magenta-light);
}

.content-block p a.btn:hover{
  color: var(--color-blue) !important;
}

.content-header p.heavy{
  font-weight: 600;
  color: var(--color-blue);
}

/* =================================================================
   BLOCK: 404 PAGE
   ================================================================= */

.content-block--404 {
  background: var(--color-bg);
  padding: 11rem 0 var(--space-xl);
  display: flex;
  align-items: center;
  height: calc(100vh - 268.25px);
}

.wrapper-404 {
  max-width: 55rem;
}

.wrapper-404 h1 {
  font-size: 5rem;
  color: var(--color-blue);
  line-height: 1.1;
  margin-bottom: .5rem;
}

.error-subtitle {
  font-weight: 300;
  font-size: 2.5rem;
  white-space: nowrap;
}

.error-card {
  background: var(--color-blue);
  border-radius: 1.25rem;
  padding: 3rem;
  box-shadow: 5px 5px 0 rgba(7, 38, 60, 0.25);
}

.error-card h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}

.error-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--font-size-body);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.error-card .btn {
  width: auto;
  display: inline-flex;
  box-shadow: 5px 5px 0 #07314E;
  color: var(--color-blue);
  background: var(--btn-a-bg);
}
.error-card .btn:hover {
  border-color: #fff;
}
.error-card .btn:hover, .interstitial-actions .alt-btn:last-of-type:hover {
  background: #fff;
}

@media (max-height: 980px) {
  .content-block--404{
    padding: 11rem 0 6.8rem;
    height: auto;
  }
}

/* =================================================================
   BLOCK: PROGRAM LIST
   ================================================================= */

.program-list {
  background: var(--color-bg);
  padding: var(--space-lg) 0;
  -webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,.25);
  box-shadow:inset 0 0 20px 0 rgba(0,0,0,.25);
}

.gray-bg-container{
  background: var(--color-bg);
  -webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,.25);
  box-shadow:inset 0 0 20px 0 rgba(0,0,0,.25);
}

.program-list h3{
  font-size: var(--font-size-section-head);
  color: var(--color-magenta);
}

.program-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-blue);
}

.program-row-inner {
  display: flex;
  gap: var(--space-md);
}

.program-row:last-child {
  border-bottom: none;
}

.program-icon {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-icon{
  display: none;
}

.program-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.program-info {
  flex: 1;
  min-width: 0;
}

.program-info h4 {
  font-family: var(--font-proxima);
  color: var(--color-blue);
  margin-bottom: 0.375rem;
  line-height: 1.3;
}

.program-info p {
  font-size: var(--font-size-body);
  color: var(--color-stone);
  line-height: 1.55;
  margin: 0;
  max-width: 48rem;
}
.program-info p strong, .program-body  p strong{
  color: var(--color-blue);
}

.highlight {
  color: var(--highlight) !important;
}

.program-cta {
  flex-shrink: 0;
  width: 13.5rem;
}

/* =================================================================
   BLOCK: SPACER CONTAINER
   ================================================================= */

   .spacer-container{
    padding: var(--space-md) var(--space-md) var(--space-sm) 8rem;
   }
   
  .spacer-container .btn,
  .spacer-container p .btn{
    width: 17.5rem;
    margin: 0 0 var(--space-md) -1.6rem;
  }
  .spacer-container p:last-of-type .btn{
    margin-bottom: 0;
  }

  /* =================================================================
   BLOCK: HELP BANNER
   ================================================================= */
  
   .help-banner{
      padding: var(--space-lg) 0;
      background: #CED7DD;
    }

    .help-banner a{
      text-decoration: none;
    }

    .flex-wrapper{
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }
    
    .help-banner h2{
      font-size: var(--font-size-hero);
      color: var(--color-blue);
      line-height: 1;
      margin-bottom: 0.875rem;
    }

    .help-banner p{
      font-size: 1.188rem;
      font-weight: 700;
      letter-spacing: .02em;
      color: var(--color-blue);
    }
    .help-banner .phone-number{
      color: var(--color-magenta);
    }

  /* =================================================================
   BLOCK: FOOTNOTE
   ================================================================= */

    .footnote{
      padding: var(--space-lg) 0;
    }

    .footnote p{
      font-size: var(--font-size-small);
      margin-bottom: 1.5rem;
      color: #555555;
      line-height: 1.5;
    }
    



    
/* =================================================================
   BLOCK: ANCHOR NAV
   ================================================================= */

.anchor-nav {
  position: sticky;
  top: 83px;
  z-index: 10;
  padding: .25rem var(--space-md);
  height: 100px;
      animation: none !important;
      opacity: 1;
}

/* The pill: override global .inner-container sizing so it shrinks to content */
.anchor-nav .inner-container {
  background: rgba(1, 19, 39, .9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(95,95,95,0.25);
  display: flex;
  align-items: stretch;
  width: fit-content;
  padding: 1.25rem 3rem 1.4rem;
  box-shadow: 5px 5px 0 var(--btn-shadow-light);
  height: 100%;
}
/* 
.anchor-nav .inner-container:before{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 19, 39, .9);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
} */

.anchor-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  color: #fff;
  font-family: var(--font-proxima);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  border-right: 2px solid #fff;
  transition: color 0.2s ease;
  font-size: 1.25rem;
  min-width: 11rem;
}

.anchor-nav a span{
  position: relative;
}

.anchor-nav a:last-child {
  border-right: none;
}

.anchor-nav a.is-active {
  color: var(--color-turquoise-med);
}

@media (hover: hover) {
  .anchor-nav a:hover {
    color: var(--color-turquoise-med);
  }
}

.anchor-nav a span:after {
  content: "";
  background-color: var(--color-turquoise-med);
  height: 4px;
  width: 100%;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  transition: opacity 0.2s ease;
  opacity: 0;
}

.anchor-nav a.is-active span:after {
  opacity: 1;
}

@media (hover: hover) {
  .anchor-nav a:hover span:after {
    opacity: 1;
  }
}

.anchor-container{
  padding: var(--space-lg) 0;
}

/* Program sections */

.program-section {
  padding: var(--space-lg) 0;
  background: #fff;
  scroll-margin-top: 160px;
}

.program-section--alt {
  background: none;
}

.program-section--alt{
  padding-bottom: 0;
} 

#bridge-program{
  padding-bottom: var(--space-xl);
} 

.program-section--no-icon {
    padding-bottom: 0;
}

/* Heading row: title + horizontal rule */

.program-header {
  margin-bottom: var(--space-md);
  border-bottom: 1px solid var(--color-blue);
}

.program-header h4 {
  font-family: var(--font-proxima);
  font-size: var(--font-size-section-sub-head);
  font-weight: 700;
  color: var(--color-magenta);
  white-space: nowrap;
  line-height: 1.2;
}

.program-section--alt .program-header h3 {
  color: var(--color-magenta);
}

.program-rule {
  flex: 1;
  height: 1px;
  background: var(--color-blue);
}

/* Two-column layout: icon left, content right */

.program-columns {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.program-icon-sm {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-icon-sm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.program-body {
  flex: 1;
  max-width: 60rem;
}

.program-body .btn{
  width: 23rem;
  margin: 2rem 0 2rem -2.125rem;
}

.program-body > p {
  font-size: var(--font-size-body);
  color: var(--color-stone);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: var(--space-sm);
}

.program-body .program-note{
  color: var(--color-magenta);
  font-weight: 600;
}

.program-body > p a {
  color: var(--color-magenta);
  text-decoration: underline;
}

.program-body > p a:hover{
  color: var(--color-magenta-light);
}

.program-body > p strong{
  font-weight: 600;
}

.content-block .blue-label {
  font-size: var(--font-size-body);
  color: var(--color-blue);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0;
}

.eligibility-list {
  list-style: none;
  padding: 0;
  margin: .25rem 0 var(--space-sm);
}

.eligibility-list li {
  font-size: var(--font-size-body);
  color: var(--color-stone);
  line-height: 1.6;
  padding-left: 1.375rem;
  position: relative;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.eligibility-list li::before {
  content: "•";
  position: absolute;
  left: 0.25rem;
  color: var(--color-blue);
}

.program-note {
  color: var(--color-turquoise);
  font-weight: 700;
}

.gray-divider{
  width: 100%;
  height: 24px;
  background: var(--color-bg);
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .25);
  margin-top: var(--space-lg);
}

/* Enrollment */

.enrollment-container{
  padding: var(--space-xl) 0 var(--space-md);
}
.enrollment-options {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  padding: var(--space-md) 0 var(--space-lg);
}
.enrollment-options .option-block{
  background: var(--color-bg);
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .20);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .20);
  border-radius: 15px;
  text-align: center;
  padding: 2.313rem 1.375rem 1.375rem;
  width: 50%;
  max-width: 25.313rem;
}
 .option-block .option-icon{
  margin: 0 auto;
  height: 125px;
  width: auto;
 }

.option-label{
  font-size: 1.875rem;
  color: var(--color-stone);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .25rem;
}

.option-block p{
  width: 90%;
    margin: 0 auto 1.125rem;
}

.option-block .btn__icon{
  margin: 0;
}

.gray-callout-container{
  background: var(--color-bg);
  border-radius: 20px;
  padding: 1.5rem 2.188rem;
  margin: var(--space-sm) 0 var(--space-md);
}

.custom-border-container{
  margin: 5rem 0 0;
  overflow: hidden;
}

.enrollment-container .custom-border-container{
 padding-right: 5px;
    overflow: hidden;
}

.custom-border-container h3{
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--color-blue);
  margin-bottom: 0 !important;
}

.custom-border-container h3 a{
  color: var(--color-magenta);
  text-decoration: underline;
}

.custom-border-container h3 a:hover{
  color: var(--color-magenta-light);
}

.custom-border-container-inner {
    display: flex;
    align-items: center;
    padding: 1.25rem 0 1.5rem;
}

.custom-border-container-inner .flex-stack{
  margin-bottom: 0;
}

.custom-border-container-inner .flex-stack {
    width: 100%;
    align-items: center;
}

.border-upper, .border-lower {
    width: 1260px;
    max-width: none;
  }

img.custom-border-icon {
    min-width: 7.75rem;
    max-width: 12.375rem;
    height: auto;
    margin-right: 3rem;
}

.custom-border-container .btn{
  max-width: 10rem;
}

.custom-border-container .btn {
    max-width: 15rem;
    margin-left: var(--space-md);
}

.flex-stack {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Resources */
.resources-container {
  padding: var(--space-xl) 0 var(--space-md);
}

.resources-container h3 {
  margin-bottom: var(--space-sm);
}

.resources-container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.125rem 3.313rem;
  background: var(--color-bg);
  padding: var(--space-lg);
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .25);
  border-radius: 15px;
  margin-bottom: var(--space-lg);
}

.resource-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.875rem;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

.single-resource-card {
    background: var(--color-bg);
    padding: var(--space-lg);
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, .25);
    height: auto !important;
}

.resource-thumb {
  flex-shrink: 0;
  width: 6.875rem;
}

.resource-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.resource-info .btn.btn-small{
  max-width: 13.5rem;
      margin-bottom: 1rem;
}

.resource-info .btn.btn-small .btn__icon{
  height: 1.75rem;
}

.resource-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 1.3;
  margin-bottom: 0.4rem;
}

.resource-info p {
  font-size: var(--font-size-body);
  color: var(--color-stone);
  line-height: 1.4;
}

.resource-link {
  display: inline-block;
  color: var(--color-magenta);
  font-size: var(--font-size-body);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.resource-link:hover {
  color: var(--color-magenta-light);
}

/* =================================================================
   ORGANIZATIONS GRID
   ================================================================= */

.organizations-container {
  padding: var(--space-xl) 0 0;
}

.organizations-container p{
  max-width: 1030px;
}

.org-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* column-gap: 3rem;
  row-gap: 0; */
  margin: var(--space-lg) 0;
}

.org-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.75rem;
  border-right: 1px solid var(--color-blue);
  padding: 2rem 10%;
}

.solo-highlight.org-card{
  flex-direction: row;
  padding-bottom: 4rem;
  border-right: none;
  border-bottom: 1px solid var(--color-blue);
  align-items: center;
  gap: 4rem;
  padding: 2rem 3rem 4rem;
}

.solo-highlight .org-logo{
  width: 26.375rem;
  height: auto;
}

.solo-highlight .org-logo img{
  max-width: none;
  height: auto;
  width: 100%;
}


.org-card:last-child {
  border-right: none;
}

.org-logo {
  display: flex;
  align-items: flex-start;
  height: 100px;
  width: 100%;
  align-items: center;
}

.org-logo img {
  height: auto;
  display: block;
  max-width: 70%;
  margin: 0 auto;
  max-height: 100%;
  object-fit: contain;
}

.org-info {
  flex: 1;
  max-width: 50rem;
}

.org-info p {
  font-size: var(--font-size-body);
  color: var(--color-stone);
  line-height: 1.5;
  margin-bottom: 0;
}

.org-link {
  display: inline-block;
  color: var(--color-magenta);
  font-size: var(--font-size-body);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.org-link:hover {
  color: var(--color-magenta-light);
}

/* =================================================================
   COMPONENT: COOKIE BANNER
   ================================================================= */

.cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 54, 87, .47);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 999;
  animation: cookie-fade-in 0.4s ease 1.3s both;
}

@keyframes cookie-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-blue);
  z-index: 1000;
  animation: cookie-slide-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.5s both;
}

@keyframes cookie-slide-up {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

#cookie-banner:focus {
  outline: none;
}

.cookie-banner.is-closing {
  animation: cookie-slide-down 0.35s ease forwards;
}

.cookie-overlay.is-closing {
  animation: overlay-out 0.35s ease forwards;
}

@keyframes cookie-slide-down {
  from { transform: translateY(0); }
  to   { transform: translateY(100%); }
}

.cookie-inner {
  max-width: 86rem;
  margin: 0 auto;
  padding: 1.5rem var(--space-lg);
}

.cookie-text p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.55;
  margin-bottom: 0.2rem;
}

.cookie-text p:last-child {
  margin-bottom: 1.25rem;
}

.cookie-text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-text a:focus{
  outline: none;
}

.cookie-text a:hover {
  opacity: 0.8;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.alt-btn {
  padding: 0.875rem 1.5rem;
  border-radius: var(--border-radius-button);
  font-family: var(--font-proxima);
  font-size: 1.375rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
  color: var(--color-blue);
  border: none;
  color: var(--color-blue);
  margin: 1rem 0 .5rem;
  box-shadow: 5px 5px 0 #07314E;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  outline: none;
  line-height: 1;
}

.alt-btn:hover, .alt-btn:focus {
  background: var(--btn-a-bg);
}

.interstitial .alt-btn:focus-visible {
  outline: 3px solid var(--color-magenta-light);
  outline-offset: 3px;
}


/* =================================================================
   COMPONENT: FAQ ACCORDIONS
   ================================================================= */

.accordion-container {
  padding: 0 0 var(--space-md);
}

.program-section.gray-bg-container{
  background: var(--color-bg);
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-turquoise);
  font-size: var(--font-size-section-head);
  font-weight: 700;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--color-blue);
  line-height: 1.2;
}

#coverage h3, #coverage h2.accordion-header{
  color: var(--color-magenta);
}

.accordion-header img {
  width: 6rem;
  height: auto;
}

.accordion {
  border-bottom: 1px solid var(--color-blue);
}

div#fulfillment {
    padding-bottom: 0;
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  padding: 4rem 0 1.125rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-proxima);
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}

.accordion-trigger:hover .accordion-label{
  color: var(--color-turquoise);
}

.accordion-label {
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 1.3;
  transition: color .2s ease-out;
}

.accordion-label sup {
  font-size: .75em;
  line-height: 1;
}

.accordion-arrow {
  flex-shrink: 0;
  width: 2.5rem;
  height: auto;
  color: var(--color-blue);
  transition: color 0.2s ease, transform 0.35s ease;
}

.accordion-trigger:hover .accordion-arrow {
  color: var(--color-turquoise);
}

.accordion.is-open .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.accordion-body-inner {
  overflow: hidden;
  min-height: 0;
  width: 92%;
}

.accordion.is-open .accordion-body {
  grid-template-rows: 1fr;
}

.accordion-body-inner p {
  font-size: var(--font-size-body);
  color: var(--color-stone);
  line-height: 1.55;
  margin-bottom: 0.5rem;
}

.accordion-body-inner p:last-child {
  margin-bottom: 1.5rem;
}

.accordion-body-inner p strong {
  color: var(--color-blue);
}

/* =================================================================
   COMPONENT: INTERSTITIAL POPUP
   ================================================================= */

.interstitial-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 54, 87, .47);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 999;
  animation: interstitial-fade-in 0.4s ease 0.4s both;
}

.interstitial {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 61.5rem;
  background: var(--color-blue);
  border-radius: 1.25rem;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 5px 5px 0 rgb(7, 38, 60,.2);
  animation: interstitial-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}

@keyframes interstitial-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes interstitial-in {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.94); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.interstitial-top {
  display: flex;
  justify-content: center;
}

.interstitial-logo {
  width: 100%;
  max-width: 26rem;
  height: auto;
  display: block;
}

.interstitial-body {
  padding: 2rem 5rem 2.5rem;
}

.interstitial-body p {
  font-size: var(--font-size-body);
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.interstitial-url {
  color: var(--color-magenta-light);
}

.interstitial-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.25rem;
}

.interstitial-actions .alt-btn {
  margin: 0;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}

.interstitial-arrow {
  width: 1rem;
  height: auto;
  flex-shrink: 0;
  transform: rotate(-90deg);
}

.interstitial-actions .alt-btn:first-of-type .interstitial-arrow {
  transform: rotate(90deg);
}


.interstitial-actions .alt-btn:last-of-type, .cookie-actions .alt-btn:last-of-type {
  background: var(--btn-a-bg);
}
.cookie-actions .alt-btn:last-of-type:hover{
  background-color: #fff;
}

.interstitial.is-closing {
  animation: interstitial-out 0.35s ease forwards;
}

.interstitial-overlay.is-closing {
  animation: overlay-out 0.35s ease forwards;
}

@keyframes interstitial-out {
  from { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  to   { opacity: 0; transform: translate(-50%, -50%) scale(0.94); }
}

@keyframes overlay-out {
  from { opacity: 1; }
  to   { opacity: 0; }
}

/* =================================================================
   Terms and Conditions
   ================================================================= */
.hero-terms {
    margin-top: 138px;
    padding: 5rem 0;
}
.hero-terms .hero-content h1{
  text-shadow: 1px 1px 4.5px #083657;
  margin: 0;
}

/* =================================================================
   RESPONSIVE — MOBILE
   ================================================================= */

@media (max-width: 1778px) {
  .banner-right {
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    gap: 2px;
  }
  .banner-inner{
    padding: 12px var(--space-lg) 8px;
  }
}
@media (max-width: 1700px) {
.coming-soon-background-shapes{
    background-size: 90%;
    background-position: 192px -97px;
  }
}

@media (max-width: 1600px) {
  .nav-link {
      font-size: 1.125rem;
  }
  
  .nav-list{
    margin-left: 1rem;
  }

  .anchor-nav a{
    font-size: 1.125rem;
  }
}

@media (max-width: 1400px) {
  .banner-inner {
    gap: 0;
  }
  
  .banner-right{
    width: 100%;
    flex-shrink: initial;
  }
  
  .banner-hcp {
    width: 100%;
    padding-left: 0;
  }

  .nav-link {
      font-size: 1.063rem;
      margin: 0 0.875rem; 
  }

  .anchor-nav a{
    font-size: 1.063rem;
  }

  .nav-list{
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .footer-bottom-nav {
    margin-bottom: .75rem;
  }
}

@media (max-width: 1400px) {
  .footer-nav-link:nth-of-type(5):after{
    display: inline-block;
  }
}



@media (max-width: 1280px) {
  .dropdown-link{
    font-size: var(--font-size-small);
  }
  .nav-link {
    font-size: 1rem;
     margin: 0 0.825rem; 
  }
  .anchor-nav a {
      font-size: 1rem;
  }
  .anchor-nav{
    height: 85px;
  }
  .org-card{
    gap: 1rem;
  }
  .org-logo{
    height: 75px;
  }
  .solo-highlight .org-logo {
    width: 22rem;
    height: auto;
  }
  .solo-highlight.org-card{
    gap: 3rem;
    padding: 1.5rem 3rem 3rem;
  }
}

@media (max-width: 1200px) {
  .arrow--top img, .arrow--left img, .arrow--right img{
    transform: scale(.8);
  }
  .selector-logo{
    margin-bottom: 1.5rem;
  }
  .selector-logo {
    width: 17rem;
  }
  .selector-content h1{
    font-size: 2.813rem;
  }
  .selector-content h2{
    font-size: 2.125rem;
  }
  .brand-logo{
    width: 250px;
  }

  .hero-inner{
    padding: var(--space-xl) 2rem;
  }

  .hero-tag{
    right: 2rem;
  }

  .inner-container{
    padding: 0 2rem;
  }
  
  .nav-link{
    font-size: 0.938rem;
  }

  .anchor-nav a {
    font-size: 0.938rem;
    min-width: 8rem;
  }

  .logo-left{
    margin-left: -.75rem;
    width: 12.5rem;
  }

  .logo-right img {
    width: 8.375rem;
  }

  .banner-link, .banner-hcp{
    font-size: 0.813rem;
  }

  .banner-left{
    min-width: 0;
    max-width: 23rem;
    font-size: 0.813rem;
  }
  .banner-inner {
    padding: var(--space-sm) 2rem;
  }
  .anchor-nav{
    top: 81px;
  }
  .brand-selector .inner-container{
    margin: 0 2rem;
  }
}

@media (max-width: 1140px) {
  .selector-logo {
    width: 16rem;
  }
  .arrow--right, .arrow--left{
    top: 45%;
  }
  .brand-selector .inner-container{
    height: 1060px;
  }
}

@media (max-width: 1100px) {

  .logo-right img {
      width: 7.5rem;
  }

  .nav-link{
    margin: 0 0.813rem;
  }

  .logo-right{
    padding: 0.75rem var(--space-md) 0;
  }

  .nav-item:first-of-type .nav-link{
    padding-left: 0;
  }

  .banner-link, .banner-left{
    font-size: 0.75rem;
  }
}

@media (max-width: 1080px) {
  .anchor-nav a{
    padding: 0 1.5rem;
  }
  .anchor-nav .inner-container{
    padding: 1rem 1.4rem 1.4rem;
  }
  .resources-container .grid{
    gap: 2rem;
  }
  .resource-thumb {
    width: 6.875rem;
  }
  .arrow--right, .arrow--left {
      top: 43%;
  }
  .arrow--left {
    left: -30px;
  }
  .arrow--right {
    right: -30px;
  }
  .brand-selector .inner-container {
    height: 987px;
  }
}

@media (max-width: 1024px) {

  :root{
    /* --font-size-body: 1.063rem; */
    --font-size-hero: 2.875rem;
    --font-size-subhead: 2.25rem;
    --font-size-section-head: 2rem;
    --font-size-section-sub-head: 1.625rem;
  }

  .wrapper-404 h1{
    font-size: 4.5rem;
  }

  .error-subtitle {
    font-size: 2.25rem;
  }
  

  /* Header */

  .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.5rem var(--space-sm);
  }

  .banner-right {
    display: none;
  }

  .banner-left-mobile{
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0.75rem;
  }

  .banner-hcp {
    padding-left: 0;
    border: none;
  }

  .logo-right {
    display: none;
  }

  .nav-list {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .banner{
    display: none;
  }

  .header{
    transform: none !important;
    transition: none !important;
  }

  .mobile-nav{
    display: block;
  }
  body.nav-is-open {
    overflow: hidden;
  }

  .hero-content p, .error-card p {
    font-size: 1.188rem;
  }


  /* Brand selector */



  /* Reset to stacked flex; remove logo padding */
  .selector-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-md);
    padding-left: 0;
  }


  .selector-content { width: 100%; }
  .selector-content h1 { font-size: 2rem; }
  .selector-content h2 { font-size: 1.125rem; }
  .selector-content p  { max-width: 100%; font-size: 1rem; }

  .brands {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .col-divider {
    margin: 0 0.75rem;
  }



  .btn {
      font-size: 1.25rem;
      padding: 1.125rem 1rem 1.125rem 1.5rem;
      height: 4.5rem;
  }

  .btn__icon {
    height: 1.75rem;
  }

  

  @keyframes arrow-drop-top-mobile {
    from { transform: translateX(-50%) translateY(-100%) scale(1.2); }
    to   { transform: translateX(-50%) translateY(-30%)  scale(1);   }
  }

  /* Footer */

  .footer {
    padding: var(--space-lg) var(--space-md);
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: var(--space-md);
    text-align: center;
  }

  .footer-brand {
    flex-direction: column;
    align-items: center;
  }

  .footer-nav {
    justify-content: center;
  }

  .footer-nav-link {
    padding: 0.25rem 0 0.5rem;
  }

  .footer-info p:first-of-type {
    text-align: left;
  }

  .footer-seperator{
    display: none;
  }

  .footer-bottom-content {
    padding: 0 2rem;
  }

  .program-cta {
    flex-shrink: 0;
    width: 11rem;
  }

  .program-row{
    gap: 1.5rem;
  }

  .program-row:first-of-type {
      padding-top: .75rem;
  }

  .spacer-container .btn {
    width: 14.25rem;
    margin: 0 0 var(--space-md) -1.2rem;
  }

  .help-banner {
    padding: var(--space-md) 0;
  }

  .help-banner p {
    font-size: 1.063rem;
  }

  .nav-row{
    justify-content: center;
  }

  .footer-logo {
    height: 4rem;
  }

  .footer-inner {
    gap: var(--space-sm);
  }
   .footer-bottom-nav {
    margin-bottom: 1rem;
  }
  .footer-nav{
    margin-bottom: 1rem;
  }

  .footer-bottom-nav {
    width: auto;
  }

  .anchor-nav .inner-container{
    padding: 1rem 1.125rem 1.125rem;
  }

  .option-block .option-icon {
    height: 110px;
  }
  
  .option-label{
    font-size: 1.75rem;
  }

  .custom-border-container .btn {
    max-width: 12rem;
    margin-left: var(--space-md);
  }

  img.custom-border-icon{
    min-width: 110px;
    margin-right: 2rem;
  }

  .custom-border-container h3{
    font-size: 1.625rem;  
  }

  .cookie-actions{
    gap: 1.5rem;
  }

  .cookie-text p {
    font-size: 1.125rem;
  }

  .alt-btn{
    font-size: 1.125rem;
  }
  .accordion-label{
    font-size: 1.625rem;
  }
  .error-card h2 {
    font-size: 2.5rem;
  }
  .program-body .btn {
    margin: 2rem 0 2rem -1.5rem;
  }

  .org-logo img {
    max-width: 80%;
  }

  .org-card{
    padding: 1rem 10%;
  }   

  .arrow--top img, .arrow--left img, .arrow--right img {
    transform: scale(.7);
  }

  .arrow--top {
    top: 30px;
  }

  .arrow--right, .arrow--left {
    top: 35%;
  }

  .arrow--left {
    left: -65px;
  }

  .arrow--right {
    right: -65px;
  }
  .brand-selector .inner-container {
    height: 900px;
  }
  .selector-logo {
    margin: 4rem auto 1rem;
  }
  .brand-ctas{
    max-width: 20rem;
  }
  .interstitial-logo{
    max-width: 20rem;
  }
  .interstitial-body {
    padding: 2rem 3rem 2.5rem;
  }
  .coming-soon-logo {
    margin-top: 1.5rem;
    width: 23rem;
  }
  .coming-soon h1{
    font-size: 4.5rem;
    margin-bottom: 1.75rem;
  }
  .coming-soon-wide-container{
    padding: var(--space-lg) 0;
  }
  .coming-soon-background-shapes {
    background-size: 90% auto;
    background-position: 100px -100px;
  }
  .coming-soon p{
    font-size: 1.188rem;
  }
  
  .heavy {
    margin: 1.75rem 0;
  }
  .heavy p {
    font-size: 1.25rem;
  }
  .coming-soon-wide-container{
    margin-bottom: 12rem;
  }
	 .hero-terms {
    margin-top: 73px;
    padding: 4rem 0;
  }
}

@media (max-width: 980px) {
  .anchor-nav a {
      font-size: 0.938rem;
      padding: 0 1rem;
      min-width: 9rem;
  }
  .anchor-nav .inner-container{
    padding: 1rem 1.125rem 1.125rem;
  }
  .resources-container .grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .arrow--top img, .arrow--left img, .arrow--right img {
      transform: scale(.6);
  }
  .arrow--left {
    left: -85px;
  }
  .arrow--right {
    right: -85px;
  }
  .brand-selector .inner-container {
    height: 850px;
  }
}

@media (max-width: 900px) {

/* Hero Images Mobile */
 .hero {
    min-height: 0;
    flex-direction: column;
    background: none !important;
  }
  .hero-inner {
    padding: var(--space-lg) var(--space-md) var(--space-xl);
    align-self: end;
    background: #010812;
    margin-top: 0;
  }

  .hero-tag{
    font-size: .75rem;
  }

  .hero-background-mobile {
    height: 71vw;
    min-height: 0;
    width: 100%;
    display: block;
    position: relative;
  }
  .hero-background-mobile:after {
    content: "";
    background: #010812;
    background: linear-gradient(0deg,rgba(1, 8, 18, 1) 0%, rgba(1, 8, 18, 0) 100%);
    width: 100%;
    height: 15%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hero-content p, .error-card p {
    font-size: 1.188rem;
  }

  .program-row {
    flex-wrap: wrap;
    gap: var(--space-sm);
  }

  .program-row-inner{
    gap: var(--space-sm);
  }

  .program-icon {
    width: 5rem;
    height: 5rem;
  }

  .program-info {
    flex: 1 1 calc(100% - 5rem);
  }

  .program-cta {
    margin: .5rem 0 0 4.5rem;
  }

  .hero-content {
    width: 100%;
  }

  .spacer-container{
    padding-left: 6rem;
  }

  .spacer-container .btn {
    width: 14rem;
    margin: 0 0 var(--space-md) -1.2rem;
  }

  .program-section {
    padding: var(--space-lg) 0;
  }

  .enrollment-options{
    gap: 2rem;
  }

  .btn.btn-small {
    font-size: 1.25rem;
    padding: 0.875rem 1.275rem .875rem 1.25rem;
    height: auto;
  }

  .anchor-nav{
    height: 80px;
    top: 74px;
  }

  .brand-selector .inner-container{
    margin: 0 1rem;
    /* height: 885px;
    background-size: 900px; */
  }

}

@media (max-width: 840px) {
  .anchor-nav a {
      font-size: 0.875rem;
      padding: 0 .875rem;
      min-width: 7rem;
  }
  .anchor-nav .inner-container{
    padding: 0.75rem 1.125rem 1rem;
  }
  .option-block .option-icon {
    height: 100px;
  }
  .option-label {
    font-size: 1.625rem;
  }
  .enrollment-options {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .enrollment-options .option-block{
    width: 100%;
    max-width: none;
  }
  .flex-stack {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 0;
  }
  .custom-border-container .btn {
    max-width: 19rem;
    margin-left: 0;
  }

  .border-upper, .border-lower {
    width: 900px;
    max-width: none;
  }

  .resource-card{
    gap: 2rem;
  }

  .resource-thumb {
      width: 6rem;
  }

  .org-logo {
    width: 8rem;
  }
  .arrow--left {
    left: -100px;
  }
  .arrow--right {
    right: -100px;
  }
  .arrow--top {
    top: 9px;
  }

  .arrow--top img, .arrow--left img, .arrow--right img {
    transform: scale(.5);
  }

  .selector-logo {
    width: 13rem;
  }

  .brand-logo {
    width: 200px;
  }

  .brand{
    gap: .5rem;
  }

  .selector-content h2 {
    margin-bottom: 1rem;
  }

  .brand-selector .inner-container {
    height: 786px;
  }
  .interstitial-logo {
    max-width: 18rem;
  }
  .interstitial-body {
    padding: 2rem;
  }
  .interstitial-actions {
    padding-top: 1rem;
  }
}

@media (max-width: 780px) {
  .arrow--top img, .arrow--left img, .arrow--right img {
        transform: scale(.4);
    }
    .arrow--top {
        top: -5px;
    }
    .selector-logo {
        width: 12rem;
    }
    .brand-selector .inner-container {
        height: 720px;
    }
}

@media (max-width: 768px) {
  .anchor-nav {
    padding: 0;
  }
  .anchor-nav .inner-container {
    width: 100%;
    border-radius: 0;
    justify-content: space-evenly;
    padding: 0.75rem .5rem 1rem;
  }
  .anchor-nav a{
    min-width: 0;
    flex: 1;
  }
  .cookie-inner {
    padding: 1.5rem var(--space-md);
  } 
  .cookie-actions {
      gap: 1rem;
  }
  .cookie-text p {
      font-size: 1rem;
  }
  .alt-btn {
      font-size: 1rem;
  }

  .org-grid {
    grid-template-columns: 1fr;
    margin: 0 0 var(--space-lg);
  }

  .org-card{
    border-right: none;
    border-bottom: 1px solid var(--color-blue);
    padding: 2.75rem 0;
    gap: 1.5rem;
  }

  .solo-highlight.org-card{
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 0 2rem;
    gap: 1.5rem;
  }

  .solo-highlight .org-logo {
    width: 16rem;
    height: auto;
  }

  .org-logo {
    width: 18rem;
    height: auto;
    max-height: 100px;
  }

  .org-logo img {
      margin: 0;
  }

  .wrapper-404 h1 {
      font-size: 3.875rem;
  }
  .error-subtitle {
      font-size: 1.875rem;
  }
  .error-card h2 {
    font-size: 2rem;
  }
  .error-card {
    padding: 2rem;
  }
  .coming-soon-logo {
      margin-top: 1rem;
      width: 19rem;
  }
    .coming-soon h1 {
      font-size: 4rem;
      margin-bottom: 1.25rem;
    }
    .coming-soon-wide-container{
      padding: 2.5rem 0;
    }
    .coming-soon p {
      font-size: 1.125rem;
    }

    .heavy {
      margin: 1.25rem 0;
    }

    .coming-soon-wide-container {
      margin-bottom: 9rem;
    }
    .heavy p {
      font-size: 1.125rem;
    }
}

@media (max-width: 740px) {
.brand-selector .inner-container{
    margin: 0;
    height: auto;
    background-size: 900px;
  }

  .arrow--right {
    right: -120px;
  }
  .arrow--left {
      left: -120px;
    }
}



@media (max-width: 660px) {
  .hero-background-mobile {
      height: 71vw;
      min-height: 470px;
      background-size: 650px !important;
    }
}

@media (max-width: 640px) {
  .error-subtitle {
      display: block;
  }
  .wrapper-404 h1{
    margin-bottom: 1rem;
  }
  .brand-selector .inner-container{
    padding-bottom: 1rem;
  }
  .arrow--right {
    right: -145px;
  }
  .arrow--left {
    left: -145px;
  }
  .brand-ctas {
    max-width: 14.2rem;
  }
  .arrow--right, .arrow--left {
      top: 40%;
    }
     
}

@media (max-width: 600px) {
  
  :root {
    --font-size-hero: 2.5rem;
    --font-size-body: 1rem;
    --font-size-subhead: 1.875rem;
    --font-size-section-head: 1.75rem;
    --font-size-section-sub-head: 1.5rem;
    --space-lg: 2.5rem;
  }

  .hero {
    min-height: 40rem;
  }

  .hero-tag{
    right: 1.25rem;
  }

  .resource-card {
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .resource-thumb {
    width: 5rem;
  }


  .mobile-icon{
    display: block;
  }

  .mobile-nav{
    top: 81px;
  }

  .mobile-nav-link{
    font-size: 1.375rem;
  }

  .mobile-subnav-link, .mobile-utility a{
    font-size: 1.25rem;
  }

  .hamburger{
    width: 2.75rem
  }

  .hero-content p, .error-card p {
    font-size: 1.125rem;
  }

  .program-row{
    padding: 1.625rem 0;
  }

  .mobile-logo{
    display: block;
  } 

  .desktop-logo, .desktop-icon{
    display: none;
  }

  .logo-left {
    margin-left: 0;
    width: 10rem;
  }

  .mobile-stack-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-blue);
    margin-bottom: 1rem;
  }

  .program-header {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-blue);
    margin-bottom: 1rem;
  }

  .program-body .btn{
    margin-left: 0;
  }
  
  .program-row{
    border-bottom: 0;
  }

  .program-cta{
    margin-left: 0;
  }

  .spacer-container {
    padding: 0 0 1rem 0;
  }

  .spacer-container .btn{
    margin-left: 0;
  }

  .hero-inner {
    padding: var(--space-lg) 1.25rem var(--space-xl);
  }
  
  .inner-container {
    padding: 0 1.25rem;
  }

  .hamburger{
    margin-right: 1.25rem;
  }

  .banner-left-mobile{
    margin-left: 0;
  }

  .help-banner p {
    font-size: 1rem;
  }

  .nav-row {
    flex-direction: column;
  }

  .footer-nav-link::after{
    display: none !important;
  }

  .footer-nav-link{
    margin: 0.125rem 0;
  }

  .btn {
    font-size: 1.063rem;
    padding: .875rem 1rem .875rem 1.5rem;
    height: 3.75rem;
  }

  .program-body .btn {
    width: 18rem;
  }

  .program-cta{
    width: 11rem;
  }

  .program-header h3 {
    margin-bottom: 0;
  }

  .gray-callout-container{
    padding: 1.5rem 1.75rem;
  }

  .custom-border-container-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .border-upper, .border-lower {
      width: 720px;
      max-width: none;
  }

  .custom-border-container .btn {
      max-width: 17rem;
  }

  .btn.btn-small {
      font-size: 1.063rem;
  }

  .option-block p {
    width: 100%;
  }

  img.custom-border-icon {
    min-width: 100px;
    max-height: 13rem;
    margin: 0 auto 1rem;
  }

  .resource-title{
    font-size: 1.375rem;
  }

  .resources-container .grid{
    padding: var(--space-md);
  }

  .enrollment-container, .resources-container {
    padding: var(--space-lg) 0 var(--space-sm);
  }

  .custom-border-container{
    margin: 4rem 0 0;
  }

   .custom-border-container h3{
    font-size: 1.375rem;  
  }

  .cookie-inner {
    padding: 1.125rem 1.25rem;
  } 
  .cookie-actions {
      gap: .875rem;
  }
  .cookie-text p {
      font-size: 1rem;
  }
  .alt-btn {
      font-size: .875rem;
  }

  .accordion-label {
      font-size: 1.375rem;
  }

  .accordion-arrow{
    width: 2rem;
  }

  .accordion-header img {
    width: 4.5rem;
  }

  .accordion-trigger {
    padding: 2.5rem 0 1rem;
  }
  .content-block--404 {
    padding: 8rem 0 4rem;
    height: auto;
  }

  .error-card h2 {
    font-size: 1.875rem;
  }

  .banner-left a {
    display: block;
  }

  .footer-bottom-content {
    padding: 0;
  }
  .selector-content h1 {
    font-size: 1.75rem;
  }

  .interstitial-logo {
      max-width: 14rem;
  }
  .interstitial-body {
    padding: 1.5rem 1.5rem 2rem;
  }
  .coming-soon p{
    font-size: 1.125rem;
  }
  .coming-soon h1 {
    font-size: 3.25rem;
    margin-bottom: 1.125rem;
  }
  .coming-soon-wide-container {
    margin-bottom: 6rem;
  }
  .coming-soon-background-shapes {
    background-size: 95% auto;
    background-position: center 0;
  }
}

@media (max-width: 520px){

  .banner-left-mobile {
    font-size: 0.75rem;
  }

  .hamburger {
    width: 2.5rem;
  }

   .mobile-nav {
    top: 75px;
  }

  .logo-left {
    width: 9.375rem;
  }
}

@media (max-width: 480px) {
 :root {
    --font-size-hero: 2.375rem;
    --font-size-section-head: 1.875rem;
    --space-lg: 2.25rem;
  }

  .mobile-nav {
    top: 68px;
  }

  .logo-left {
    width: 8rem;
  }

  .banner-left a{
    display: block;
  }

  .mobile-nav-link {
    font-size: 1.125rem;
  }

  .mobile-subnav-link, .mobile-utility a {
    font-size: 1rem;
  }

  .footer-logo {
    height: 3rem;
  }

  .banner-left-mobile {
    font-size: 0.688rem;
  }

   .program-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .mobile-stack-wrapper{
    gap: .75rem;
  }

  .anchor-nav a {
    font-size: 0.813rem;
    padding: 0 .375rem;
  }

  .program-section {
    padding: var(--space-md) 0 var(--space-sm);
  }
  .resource-card{
    flex-direction: column;
  }
  .resource-thumb {
      width: 6.875rem;
  }

  .custom-border-container h3{
    font-size: 1.313rem;  
  }
  .cookie-actions {
    flex-direction: column;
  }

  .alt-btn {
    width: 100%;
    font-size: 1rem;
    margin: 0;
    padding: 0.875rem 1.125rem;
  }
  
.interstitial-actions .alt-btn{
  width: auto;
}

  .cookie-text p {
    font-size: 0.875rem;
  }

  .accordion-label {
    font-size: 1.125rem;
  }

  .wrapper-404 h1 {
    font-size: 3.125rem;
  }
  .error-subtitle {
    font-size: 1.375rem;
  }
  .error-card h2 {
      font-size: 1.5rem;
  }

  .anchor-nav {
    top: 68px;
  }
  .arrow--right {
    right: -145px;
  }
  .arrow--left {
    left: -145px;
  }
  .arrow--top img, .arrow--left img, .arrow--right img {
    transform: scale(.3);
  }
  .selector-logo {
    width: 11rem;
  }

  .arrow--right {
    right: -165px;
  }
  .arrow--left {
    left: -165px;
  }
  .selector-logo {
    margin: 3.5rem auto 1rem;
  }
  .coming-soon-logo {
    width: 16rem;
  }
  .coming-soon h1 {
    font-size: 3.125rem;
    margin-bottom: 1rem;
  }
  .coming-soon-wide-container {
    margin-bottom: 5rem;
  }
	.hero-terms {
      margin-top: 68px;
      padding: 4rem 0;
  }
}

@media (max-width: 440px) {
  .banner-left-mobile {
        font-size: 0.656rem;
        padding-right: 0.625rem;
    }
    .banner-left a {
        display: inline;
    }
    .brand-ctas {
        max-width: 13.2rem;
    }
    .arrow--right {
      right: -170px;
    }
    .arrow--left {
      left: -170px;
    }
    .arrow--right, .arrow--left {
      top: 37%;
    }
    .brand-logo {
      width: 180px;
    }
    .hero-background-mobile {
      height: 71vw;
      min-height: 470px;
      background-size: 650px !important;
    }
}
@media (max-width: 420px) {
  .interstitial-actions{
    gap: .5rem;
  }
  .interstitial-actions .alt-btn{
    gap: 0.375em;
  }
  .alt-btn{
    padding: 0.875rem .875rem;
  }
}

@media (max-width: 400px) {
  :root{
    --font-size-hero: 2.2rem;
    --font-size-subhead: 1.625rem;
    --font-size-section-head: 1.563rem;
    --font-size-section-sub-head: 1.25rem;
  }
  .banner-left-mobile {
    font-size: 0.6rem;
  }
  .anchor-nav a {
    font-size: 0.75rem;
    padding: 0 .25rem;
  }
  .coming-soon-logo {
    width: 15rem;
  }
}