:root {
  --edh-bg: #f5f1e8;
  --edh-surface: #fffaf2;
  --edh-surface-3: #fffdf8;
  --edh-blue: #1f3654;
  --edh-logo-blue: #328d9a;
  --edh-roof-blue: #1f3654;
  --edh-teal: var(--edh-logo-blue);
  --edh-green: #84b437;
  --edh-orange: #f07d1a;
  --edh-red: #ed6f5f;
  --edh-ink: #1e2328;
  --edh-muted: #5b6470;
  --edh-line: rgba(30, 35, 40, 0.1);
  --edh-shadow: 0 18px 44px rgba(16, 36, 59, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(50, 141, 154, 0.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(240, 125, 26, 0.08), transparent 22%),
    var(--edh-bg) !important;
  color: var(--edh-ink);
}

body.email-list-popup-open {
  overflow: hidden;
}

.main-banner .right-image::after,
.main-banner .header-text::after,
section.our-courses::before,
section.our-courses::after,
section.featured-product::before,
section.featured-product::after,
section.testimonials::before,
section.testimonials::after,
section.contact-us::after {
  display: none !important;
}

section.contact-us {
  background-image: none !important;
  background:
    linear-gradient(180deg, #16304d 0%, var(--edh-blue) 100%) !important;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 9999;
  padding: 10px 14px;
  background: #fff;
  color: var(--edh-ink);
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}

.header-area,
.background-header {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  height: 88px !important;
  min-height: 88px !important;
  background: rgba(255, 250, 242, 0.94) !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(69, 81, 95, 0.12);
  box-shadow: 0 10px 30px rgba(16, 36, 59, 0.08) !important;
  backdrop-filter: blur(18px);
}

.header-area .main-nav {
  min-height: 88px;
}

.header-area .main-nav .logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  height: 88px;
  line-height: 1.1;
  text-decoration: none !important;
}

.header-area .main-nav .logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.header-area .main-nav .logo span {
  color: var(--edh-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.background-header .main-nav .logo {
  line-height: 1.1;
}

.header-area .main-nav .nav,
.background-header .nav {
  margin-top: 24px !important;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li a,
.background-header .main-nav .nav li a {
  color: var(--edh-muted) !important;
  font-weight: 700;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active,
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--edh-blue) !important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span::before,
.header-area .main-nav .menu-trigger span::after,
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span::before,
.background-header .main-nav .menu-trigger span::after {
  background-color: var(--edh-blue);
}

.header-area .main-nav .menu-trigger.active span {
  background-color: transparent;
}

.header-area .main-nav .menu-trigger.active span::before,
.header-area .main-nav .menu-trigger.active span::after {
  background-color: var(--edh-blue);
}

.main-banner .header-text h2 em,
.section-heading h4 em,
.text-button a,
section.contact-us .section-heading h4 em {
  color: var(--edh-orange);
}

.section-heading h4 em.accent-blue {
  color: var(--edh-logo-blue);
}

.section-heading h4 em.accent-green {
  color: var(--edh-green);
}

.section-heading h4 em.accent-red {
  color: var(--edh-red);
}

.main-button-gradient a,
section.contact-us #contact button,
section.contact-us .contact-info .icon i {
  background: var(--edh-blue);
  box-shadow: 0 12px 28px rgba(31, 54, 84, 0.24);
}

.main-button-gradient a:hover,
.main-button-gradient a:focus,
section.contact-us #contact button:hover,
section.contact-us #contact button:focus {
  background: #162a43;
  color: #fff;
  opacity: 1;
}

.white-button a {
  color: var(--edh-blue);
  box-shadow: 0 10px 24px rgba(31, 54, 84, 0.12);
}

.white-button a:hover,
.white-button a:focus {
  color: var(--edh-orange);
  opacity: 1;
}

.hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions .main-button-gradient,
.hero-actions .secondary-button {
  margin: 0;
}

.secondary-button a {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid rgba(31, 54, 84, 0.16);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--edh-blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(31, 54, 84, 0.08);
  transition: all 0.3s;
}

.secondary-button a:hover,
.secondary-button a:focus {
  border-color: rgba(31, 54, 84, 0.3);
  background: var(--edh-surface-3);
  color: var(--edh-orange);
}

.hero-highlights {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 24px 0 0;
  padding: 0;
  text-align: left;
}

.hero-highlights li {
  position: relative;
  padding-left: 22px;
  color: var(--edh-ink);
  font-size: 15px;
  line-height: 1.5;
}

.hero-highlights li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--edh-orange);
  content: "";
}

.services .section-heading,
.our-courses .section-heading,
.featured-product .section-heading {
  text-align: left;
}

.services .section-heading p,
.our-courses .section-heading p,
.featured-product .section-heading p {
  max-width: 680px;
}

.main-banner,
.services {
  background:
    linear-gradient(135deg, rgba(240, 141, 36, 0.06), rgba(101, 200, 223, 0.06)),
    rgba(255, 249, 239, 0.86);
}

.featured-product,
.partners-section {
  position: relative;
  background: rgba(255, 249, 239, 0.86);
}

.featured-product.edh-section,
.partners-section.edh-section {
  margin-top: 0;
}

.services {
  position: relative;
}

.services.edh-section {
  margin-top: 0;
}

.feel-section {
  background:
    linear-gradient(135deg, rgba(240, 141, 36, 0.07), rgba(101, 200, 223, 0.07)),
    rgba(255, 253, 248, 0.78);
}

.feel-section.edh-section {
  margin-top: 0;
}

.our-courses {
}

.banner-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: -18px 0 32px;
  font-size: 17px;
  line-height: 1.7;
}

.hero-image img {
  border-radius: 18px;
}

.edh-section {
  padding-top: 50px;
  padding-bottom: 80px;
}

.services .service-item.edh-card {
  min-height: 290px;
  margin: 15px 0;
  border-radius: 15px;
  text-align: center;
  padding: 42px 24px;
  background: var(--edh-surface-3);
  border: 1px solid var(--edh-line);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.services .service-item.edh-card .icon {
  max-width: 72px;
  min-height: 78px;
  margin: 0 auto;
}

.services .service-item.mission-card {
  display: grid;
  justify-items: center;
  min-height: 260px;
  padding: 34px 26px;
}

.mission-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 15px;
}

.mission-card__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.mission-card__icon--blue {
  background: rgba(50, 141, 154, 0.12);
}

.mission-card__icon--blue img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(18%) saturate(1144%) hue-rotate(140deg) brightness(95%) contrast(90%);
}

.mission-card__icon--green {
  background: rgba(132, 180, 55, 0.14);
}

.mission-card__icon--green img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(50%) saturate(675%) hue-rotate(36deg) brightness(90%) contrast(86%);
}

.mission-card__icon--red {
  background: rgba(237, 111, 95, 0.13);
}

.mission-card__icon--red img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(32%) saturate(1341%) hue-rotate(316deg) brightness(96%) contrast(95%);
}

.mission-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--edh-blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.mission-card h4 {
  margin-bottom: 10px;
}

.model-card,
.partner-panel,
.contact-panel {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 34px;
  background: var(--edh-surface-3);
  border: 1px solid var(--edh-line);
  border-radius: 15px;
  box-shadow: var(--edh-shadow);
}

.model-card h4,
.partner-panel h4 {
  margin-bottom: 14px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
}

.model-card p,
.partner-panel p {
  margin: 0;
}

.edh-cta .left-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 42px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 18px;
}

.edh-cta .left-image img {
  max-height: 270px;
  object-fit: contain;
}

section.simple-cta.edh-cta {
  background:
    radial-gradient(circle at 14% 26%, rgba(101, 200, 223, 0.28), transparent 26%),
    radial-gradient(circle at 86% 72%, rgba(240, 125, 26, 0.22), transparent 24%),
    linear-gradient(135deg, #16304d 0%, #1f3654 54%, #328d9a 100%);
}

.edh-cta h6,
.edh-cta h4,
.edh-cta .cta-bullets li {
  text-shadow: 0 1px 18px rgba(16, 36, 59, 0.18);
}

section.simple-cta.edh-cta h6 {
  color: #fff;
}

section.simple-cta.edh-cta h4 {
  color: #fff;
}

.cta-bullets {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
  padding: 0;
}

.cta-bullets li {
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.cta-bullets li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  content: "";
}

.fragment-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fragment-card {
  min-height: 180px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(16, 36, 59, 0.18);
  backdrop-filter: blur(8px);
}

.fragment-card h5 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.fragment-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.featured-product .info-item {
  background: var(--edh-surface-3);
  border: 1px solid var(--edh-line);
  box-shadow: var(--edh-shadow);
}

.featured-product .left-info,
.featured-product .right-info {
  margin-top: 150px;
}

.featured-product .center-info {
  position: relative;
  z-index: 2;
  margin: 0 0px 34px;
  text-align: center;
}

.featured-product .center-info .icon {
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

.featured-product .left-info, .featured-product .right-info {
  margin-top: 244px;
}

section.featured-product .info-item.center-info {
  margin-bottom: 10px;
}

.featured-product .left-info > article, .featured-product .right-info > article {

}

.pathway-image {
  margin: 0 -10px !important;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.pathway-image img {
  border-radius: 0;
}

.pathway-tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(50, 141, 154, 0.12);
  color: var(--edh-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.pathway-tag--housing {
  background: rgba(132, 180, 55, 0.14);
  color: var(--edh-green);
}

.feel-section {
  position: relative;
}

.feel-heading {
  margin-bottom: 34px;
  text-align: left;
}

.feel-heading p {
  max-width: 560px;
}

.feel-card {
  height: auto;
  margin-bottom: 18px;
  padding: 26px;
}

.feel-panel {
  padding: 28px;
  border: 1px solid var(--edh-line);
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(240, 141, 36, 0.08), rgba(101, 200, 223, 0.08)),
    var(--edh-surface);
  box-shadow: var(--edh-shadow);
  margin-top: 141px;
}

.principle-card {
  height: calc(100% - 20px);
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid var(--edh-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
}

.principle-card h4 {
  margin-bottom: 10px;
  color: var(--edh-blue);
  font-size: 17px;
  font-weight: 800;
}

.principle-card p {
  margin: 0;
}

.edh-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
}

.edh-list li {
  position: relative;
  padding-left: 24px;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.5;
}

.edh-list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--edh-green);
  content: "";
}

.partners-section {
  position: relative;
}

.partners-heading {
  margin-bottom: 30px;
  text-align: left;
}

.partners-heading p {
  max-width: 560px;
}

.partner-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.partner-chips li {
  padding: 12px 16px;
  border: 1px solid rgba(31, 54, 84, 0.12);
  border-radius: 999px;
  background: var(--edh-surface-3);
  color: var(--edh-blue);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(16, 36, 59, 0.06);
}

.fiscal-sponsor-section.edh-section {
  margin-top: 0;
}

.fiscal-sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 34px;
  border: 1px solid var(--edh-line);
  border-radius: 15px;
  background: var(--edh-surface-3);
  box-shadow: var(--edh-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.fiscal-sponsor-logo:hover,
.fiscal-sponsor-logo:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(16, 36, 59, 0.16);
}

.fiscal-sponsor-logo img {
  display: block;
  width: min(100%, 320px);
  height: auto;
}

.impact-panel {
  padding: 34px;
  border: 1px solid var(--edh-line);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(69, 81, 95, 0.03), rgba(240, 125, 26, 0.04)),
    var(--edh-surface-3);
  box-shadow: var(--edh-shadow);
}

.impact-panel__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  border: 1px solid rgba(31, 54, 84, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.impact-panel__brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.impact-block h4,
.startup-block h4 {
  margin-bottom: 16px;
  color: var(--edh-blue);
  font-size: 20px;
  font-weight: 800;
}

.startup-block {
  margin-top: 26px;
  padding: 24px;
  border: 1px solid rgba(31, 54, 84, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.68);
}

.startup-block ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.startup-block li {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.55;
}

section.contact-us {
  padding: 112px 0 20px;
}

section.contact-us::after {
  pointer-events: none;
}

.contact-panel {
  position: relative;
  z-index: 5;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: left;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.contact-copy {
  position: relative;
  z-index: 5;
}

.contact-copy h6,
.contact-kicker {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-copy h4 {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.18;
}

.contact-copy h4 em {
  color: var(--edh-orange);
  font-style: normal;
}

.contact-copy p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.contact-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
}

.contact-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.contact-points li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--edh-orange);
  content: "";
}

.contact-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-bottom: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.contact-logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-email:hover,
.contact-email:focus {
  color: var(--edh-orange);
}

.contact-note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

section.page-heading.edh-page-heading {
  margin-top: 0;
  padding: 170px 0 86px;
  background:
    linear-gradient(135deg, rgba(240, 141, 36, 0.08), rgba(101, 200, 223, 0.08)),
    rgba(255, 249, 239, 0.9) !important;
}

section.page-heading.edh-page-heading .header-text {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

section.page-heading.edh-page-heading .header-text h4 {
  margin-bottom: 16px;
  color: var(--edh-teal);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

section.page-heading.edh-page-heading .header-text h1 {
  max-width: 780px;
  color: var(--edh-blue);
  font-size: 56px;
  font-weight: 900;
  line-height: 1.08;
}

section.page-heading.edh-page-heading .header-text p {
  max-width: 680px;
  margin-top: 24px;
  color: var(--edh-muted);
  font-size: 18px;
  line-height: 1.7;
}

.people-section,
.support-section {
  margin-top: 0;
  background: var(--edh-bg);
}

.leader-card,
.support-card {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid var(--edh-line);
  border-radius: 15px;
  background: var(--edh-surface-3);
  box-shadow: var(--edh-shadow);
}

.leader-card__photo {
  display: flex;
  justify-content: center;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(31, 54, 84, 0.06), rgba(240, 125, 26, 0.07)),
    var(--edh-surface);
}

.leader-card__photo img {
  display: block;
  width: min(240px, 72%);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  border: 8px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(16, 36, 59, 0.14);
}

.leader-card__body,
.support-card {
  padding: 34px;
}

.leader-card__eyebrow {
  margin-bottom: 10px;
  color: var(--edh-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.leader-card h2,
.support-card h2 {
  color: var(--edh-blue);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}

.leader-card__pronouns {
  margin: 8px 0 22px;
  color: var(--edh-orange);
  font-size: 15px;
  font-weight: 800;
}

.leader-card__body p:not(.leader-card__eyebrow):not(.leader-card__pronouns),
.support-card p,
.support-impact p {
  color: var(--edh-muted);
  font-size: 15px;
  line-height: 1.65;
  margin-top:10px;
}

.leader-card__body p + p {
  margin-top: 16px;
}

.page-cta.edh-section {
  margin-top: 0;
  padding-top: 72px;
  padding-bottom: 72px;
}

.build-section h6 {
  margin-bottom: 14px;
  color: var(--edh-logo-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.build-section h4 {
  color: var(--edh-blue);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
}

.page-cta .white-button {
  text-align: right;
}

.support-card {
  display: flex;
  flex-direction: column;
}

.support-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  border-radius: 15px;
  color: #fff;
  font-size: 26px;
}

.support-card__icon--blue {
  background: var(--edh-logo-blue);
}

.support-card__icon--green {
  background: var(--edh-green);
}

.support-card__icon--red {
  background: var(--edh-red);
}

.support-card h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.support-card .edh-list {
  margin-top: 22px;
}

.support-card__button {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 28px;
}

.support-card__button a {
  text-align: center;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: auto;
}

.support-actions .support-card__button {
  flex: 1 1 165px;
  min-width: 0;
  margin-top: 0;
}

.support-actions .support-card__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding-right: 22px;
  padding-left: 22px;
  text-align: center;
  white-space: nowrap;
}

.email-list-popup[hidden] {
  display: none;
}

.email-list-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 24px;
}

.email-list-popup__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(16, 36, 59, 0.62);
  backdrop-filter: blur(5px);
}

.email-list-popup__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  max-width: calc(100vw - 48px);
  max-height: min(760px, calc(100vh - 48px));
  max-height: min(760px, calc(100dvh - 48px));
  overflow: auto;
  padding: 34px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  background: var(--edh-surface-3);
  box-shadow: 0 28px 90px rgba(4, 18, 34, 0.34);
  transform: translate(-50%, -50%);
}

.email-list-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(31, 54, 84, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--edh-blue);
  cursor: pointer;
  transition: all 0.2s;
}

.email-list-popup__close:hover,
.email-list-popup__close:focus {
  background: var(--edh-blue);
  color: #fff;
}

.email-list-popup givebutter-widget {
  display: block;
  width: 100%;
  max-width: 100%;
}

.email-list-popup iframe {
  max-width: 100%;
}

.gratitude-section.edh-section {
  margin-top: 0;
}

.support-impact {
  height: auto;
  margin: 0;
  text-align: center;
}

.support-impact h4 {
  color: var(--edh-blue);
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .header-area,
  .background-header {
    height: 94px !important;
    min-height: 94px !important;
    padding: 0 15px;
  }

  .header-area .main-nav {
    min-height: 94px;
    overflow: visible;
  }

  .header-area .main-nav .logo {
    height: 94px;
  }

  .header-area .main-nav .logo img {
    width: 48px;
    height: 48px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav .menu-trigger {
    top: 30px;
  }

  .header-area.header-sticky .nav,
  .header-area .main-nav .nav {
    position: fixed;
    top: 94px;
    right: 0;
    left: 0;
    display: none !important;
    float: none !important;
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--edh-surface-3);
    box-shadow: 0 18px 34px rgba(16, 36, 59, 0.12);
    text-align: center;
    z-index: 99;
  }

  .header-area.nav-open .main-nav .nav {
    display: block !important;
  }

  .header-area .main-nav .nav li {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    background: var(--edh-surface-3);
  }

  .header-area .main-nav .nav li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    background: var(--edh-surface-3) !important;
    color: var(--edh-blue) !important;
    text-align: center;
  }

  .header-area .main-nav .nav li a:hover,
  .header-area .main-nav .nav li a.active {
    background: var(--edh-surface) !important;
    color: var(--edh-orange) !important;
  }
}

@media (max-width: 992px) {
  .header-area,
  .background-header {
    height: 94px !important;
    min-height: 94px !important;
    padding: 0 15px;
  }

  .header-area .main-nav {
    min-height: 94px;
    overflow: visible;
  }

  .header-area .main-nav .logo {
    height: 94px;
  }

  .main-banner {
    padding-top: 150px;
  }

  .banner-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-image {
    margin: 0 auto;
  }

  .header-area .main-nav .logo img {
    width: 48px;
    height: 48px;
  }

  .edh-cta .left-image {
    min-height: 240px;
  }

  .fragment-card-grid {
    margin-top: 34px;
  }

  .page-cta .white-button {
    margin-top: 24px;
    text-align: left;
  }

  .fiscal-sponsor-logo {
    min-height: 180px;
    margin-top: 8px;
    padding: 28px;
  }

  .featured-product .left-info,
  .featured-product .right-info {
    margin-top: 0;
  }

  .pathway-center-col {
    display: flex;
    flex-direction: column;
    order: 1;
  }

  .pathway-left-col {
    order: 2;
  }

  .pathway-right-col {
    order: 3;
  }

  .pathway-image {
    order: 1;
  }

  .featured-product .center-info {
    order: 2;
  }

  .featured-product .center-info {
    margin: 60px 0 34px;
  }

  .pathway-image {
    margin: 0;
  }

  .featured-product .left-info > article,
  .featured-product .right-info > article,
  section.featured-product .info-item.center-info {
    margin: 0 0 24px;
  }

  .featured-product .left-info > article:last-child,
  .featured-product .right-info > article:last-child {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: visible;
  }

  .header-area .main-nav .nav {
    display: none;
  }

  .header-area .main-nav .menu-trigger {
    top: 30px;
  }

  .header-area.header-sticky .nav,
  .header-area .main-nav .nav {
    position: fixed;
    top: 94px;
    right: 0;
    left: 0;
    float: none !important;
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--edh-surface-3);
    box-shadow: 0 18px 34px rgba(16, 36, 59, 0.12);
    text-align: center;
    z-index: 99;
  }

  .header-area .main-nav .nav li {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    background: var(--edh-surface-3);
  }

  .header-area .main-nav .nav li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    background: var(--edh-surface-3) !important;
    color: var(--edh-blue) !important;
    text-align: center;
  }

  .header-area .main-nav .nav li a:hover,
  .header-area .main-nav .nav li a.active {
    background: var(--edh-surface) !important;
    color: var(--edh-orange) !important;
  }
}

@media (max-width: 767px) {
  .email-list-popup {
    padding: 10px;
  }

  .email-list-popup__dialog {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
    padding: 18px 10px 14px;
    border-radius: 14px;
  }

  .email-list-popup__close {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
  }

  .header-area .main-nav .menu-trigger {
    top: 30px;
  }

  .header-area.header-sticky .nav,
  .header-area .main-nav .nav {
    position: fixed;
    top: 94px;
    right: 0;
    left: 0;
    float: none !important;
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--edh-surface-3);
    box-shadow: 0 18px 34px rgba(16, 36, 59, 0.12);
    text-align: center;
    z-index: 99;
  }

  .header-area .main-nav .nav li {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    background: var(--edh-surface-3);
  }

  .header-area .main-nav .nav li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--edh-surface-3) !important;
    color: var(--edh-blue) !important;
    text-align: center;
  }

  .header-area .main-nav .nav li a:hover,
  .header-area .main-nav .nav li a.active {
    background: var(--edh-surface) !important;
    color: var(--edh-orange) !important;
  }

  .header-area .main-nav .logo {
    max-width: 240px;
  }

  .header-area .main-nav .logo span {
    font-size: 12px;
  }

  .main-banner .header-text h2,
  section.simple-cta h4,
  section.page-heading .header-text h1 {
    font-size: 42px;
    line-height: 1.15;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h4 {
    font-size: 26px;
    line-height: 1.25;
  }

  .edh-section {
    margin-top: 80px;
  }

  .fragment-card-grid {
    grid-template-columns: 1fr;
  }

  .model-card,
  .partner-panel,
  .impact-panel,
  .contact-panel,
  .leader-card__body,
  .support-card {
    padding: 26px;
  }

  .support-actions {
    flex-wrap: wrap;
  }

  .support-actions .support-card__button {
    flex-basis: 100%;
  }

  .leader-card__photo img {
    width: min(220px, 76%);
  }

  .contact-email {
    font-size: 18px;
  }
}
