/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* ===================================================================
     COLOR PALETTE
     =================================================================== */

:root {
  /* -- Text Colors -- */
  --color-text-primary: #242424;
  /* For body, p, h1, and h3 */
  --color-text-title: #262626;
  /* For title */
  --color-text-nav: #383838;
  /* For navigation links */
  --color-text-accent: #004a92;
  /* For strong, h4, and accent headings */
  --color-text-footer: #CCCCCC;
  /* For footer text */

  /* -- Core Structural Colors -- */
  --color-white: #fff;
  --color-black: #000;
  /* For h2 headings */
  --color-error: #a94442;

  /* -- Border Colors -- */
  --border-color-medium: #bcbcbc;
  --border-color-light: #ccc;
  --border-color-extra-light: #E1DFDD;

  /* -- Button Color -- */
  --color-cta-blue: #0078D4;

  /* CONSOLIDATED BACKGROUND COLORS */
  --color-bg-grey: #F4F4F4;
  --color-bg-blue: #F4F8FB;
  --color-bg-off-white: #f2f2f2;
  --color-bg-hero-gradient: linear-gradient(135deg, rgb(230, 243, 255) 0%, rgb(204, 231, 255) 100%);

  /* CONSOLIDATED SHADOWS */
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.04);
  /* For small, subtle elements */
  --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.06);
  /* Standard for cards and sections */
  --shadow-lg: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* For elevated items like navbars */
  --shadow-focus-ring: 0 0 0 2px var(--color-black);
  /* For accessibility focus states */
}


/* ===================================================================
   1. CUSTOM TYPOGRAPHY STYLES
   =================================================================== */

/* --- Header Site Title --- */
.web-title span {
  font-size: 18px !important;
  font-family: 'Segoe UI Semibold' !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: var(--color-text-title) !important;
}

/* --- Default Paragraphs --- */
p,
li {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--color-text-primary) !important;
  line-height: 24px !important;
}

footer,
footer p {
  color: var(--color-text-footer) !important;
}

/* --- Special class for larger description paragraphs --- */
p.section-desc {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: var(--color-text-primary) !important;
  line-height: 28px !important;
}

/* --- Navigation Links --- */
a.nav-link {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--color-text-nav) !important;
}

/* --- Default Strong/Bold Text --- */
strong {
  font-family: 'Segoe UI Semibold' !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--color-text-accent) !important;
  line-height: 24px !important;
}

/* --- Heading Styles --- */
h1 {
  font-family: 'Segoe UI Semibold' !important;
  font-size: 46px !important;
  font-weight: 600 !important;
  color: var(--color-text-primary) !important;
  line-height: 54px !important;
}

h2 {
  font-family: 'Segoe UI Semibold' !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: var(--color-black) !important;
  line-height: 46px !important;
}

h2.accent {
  font-family: 'Segoe UI Semibold' !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  color: var(--color-text-accent) !important;
}

h3 {
  font-family: 'Segoe UI Semibold' !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: var(--color-text-primary) !important;
  line-height: 32px !important;
}

h4 {
  font-family: 'Segoe UI Semibold' !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: var(--color-text-accent) !important;
  line-height: 32px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

h1 {
  margin-left: 0px;
  margin-right: 0px;
}

a {
  color: var(--color-text-accent);
}

a:not(.btn) {
  text-decoration: underline;
}

[role='navigation'] a,
[role='contentinfo'] a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-text-accent);
  text-decoration: underline;
}

a:not(.btn):hover {
  text-decoration: underline !important;
}

/* ===================================================================
   2. GENERAL & BODY STYLES
   =================================================================== */
body {
  padding-top: 0px;
  margin: 0;
  height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
  display: flex;
  color: var(--color-text-primary);
  box-sizing: border-box;
}

#mainContent {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 57px);
  flex-grow: 1;
  overflow-y: auto;
}

#mainContent>.page-copy {
  flex-grow: 1;
}

.page-copy,
.footer {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ===================================================================
   3. LAYOUT & STRUCTURE (Sections, Containers, Wrappers)
   =================================================================== */

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding-top: 48px;
  padding-bottom: 32px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.section-title.center {
  text-align: center;
}

.section-desc {
  max-width: 600px;
  margin-bottom: 24px;
}

.home-exclusive-benefits-section-desc {
  text-align: center;
  margin-bottom: 24px;
}

/* ===================================================================
   4. HEADER & NAVIGATION (Navbar, Brand, Links, Menus)
   =================================================================== */
.navbar {
  height: 57px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
  position: relative;
}

.navbar.static-top {
  position: sticky;
  top: 0;
  z-index: 10;
  flex-shrink: 0;
}

.static-top {
  border-width: 0;
  margin-bottom: 0;
}

.navbar>.container,
.navbar-brand.navbar-header,
.navbar-brand.navbar-header>a,
.navbar-brand.navbar-header>a>.d-flex.align-items-center {
  height: 100%;
}

.navbar-brand.navbar-header>a {
  display: flex;
  align-items: center;
}

.navbar-brand {
  line-height: 37px;
  padding: 8px;
}

.navbar-brand a {
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 5px 2px;
}

.navbar-brand a:hover {
  text-decoration: none !important;
}

.navbar-brand a:focus {
  border-color: var(--color-black) !important;
  border-style: dashed !important;
  outline: none;
}

.navbar .navbar-brand img {
  height: 23px;
  vertical-align: middle;
}

.navbar-brand .siteTitle,
.navbar-brand .web-title span,
.custom-sitetitle {
  margin-top: 0;
  margin-bottom: 0;
  text-wrap: wrap;
}

.web-title:hover span {
  text-decoration: none !important;
  padding-bottom: 2px;
  border-bottom: 2px solid;
}

.logo-separator-vertical {
  border-left: 2px solid var(--color-black);
  height: 30px;
  margin: 0 25px;
}

.static-top .navbar-brand {
  position: relative;
}

.static-top.navbar-dark {
  background-color: var(--color-white);
  border-color: transparent;
  -webkit-box-shadow: var(--shadow-lg);
  -moz-box-shadow: var(--shadow-lg);
  box-shadow: var(--shadow-lg);
}

.static-top.navbar-dark .navbar-brand {
  color: var(--color-white);
}

.static-top.navbar-dark .navbar-brand a {
  color: var(--color-black);
  text-decoration: none;
}

.static-top.navbar-dark .divider-vertical {
  border-right-color: var(--color-white);
  border-left-color: var(--color-text-primary);
}

.navbar-collapse,
.navbar .nav-item,
.navbar .nav-link {
  display: flex;
  align-items: center;
}

.navbar-nav.weblinks,
.navbar .nav-item,
.navbar .nav-link {
  margin: 0;
  padding: 0;
}

.static-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
}

#navbar .navbar-nav {
  height: 100%;
  align-items: flex-start;
}

.navbar-nav>li>a {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  line-height: normal !important;
}

.navbar-dark .navbar-nav>li>a:hover {
  color: var(--color-white);
  background-color: var(--color-text-accent);
}

.navbar-dark .navbar-nav>li>a:focus {
  color: var(--color-white);
  background-color: var(--color-text-accent);
  border: 1px dashed var(--color-black) !important;
  outline: 1px dashed var(--color-white);
}

.static-top.navbar .menu-bar>.navbar-nav>.divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid var(--color-white);
  border-left: 1px solid var(--color-text-footer);
}

.static-top.navbar>.container>.row>div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>.dropdown>a .nav>.dropdown>a:hover,
.nav>.dropdown>a:focus {
  background-color: var(--color-bg-off-white);
}

.nav .show.dropdown-menu {
  background-color: var(--color-white);
}

.nav .show.dropdown-menu>li>a {
  color: var(--color-text-primary);
}

.nav .show.dropdown-menu>.active>a,
.nav .show.dropdown-menu>.active>a:hover,
.nav .show.dropdown-menu>.active>a:focus,
.nav .show.dropdown-menu>li>a:hover,
.nav .show.dropdown-menu>li>a:focus {
  background-color: var(--color-bg-off-white);
  color: var(--color-text-primary);
}

.nav-item .dropdown-toggle::after {
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}

.navbar-dark .navbar-toggler {
  border: 1px solid var(--color-text-accent);
}

.navbar-dark .navbar-toggler:hover {
  background-color: var(--color-text-accent);
}

.navbar-dark .navbar-toggler:focus {
  border: 1px solid var(--color-black);
  background-color: var(--color-text-accent);
}

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: var(--color-text-accent);
}

.navbar-dark .navbar-nav .show.dropdown-menu>li>a {
  color: var(--color-white);
}

.navbar-dark .navbar-nav>.dropdown>a.show .navbar-dark .navbar-nav>.dropdown>a.show:hover,
.navbar-dark .navbar-nav>.dropdown>a.show:focus {
  background-color: var(--color-text-accent);
  color: var(--color-white);
}

.navbar-dark .navbar-nav .show.dropdown-menu>li>a:hover,
.navbar-dark .navbar-nav .show.dropdown-menu>li>a:focus .navbar-dark .navbar-nav .show.dropdown-menu>.active>a,
.navbar-dark .navbar-nav .show.dropdown-menu>.active>a:hover,
.navbar-dark .navbar-nav .show.dropdown-menu>.active>a:focus {
  background-color: var(--color-white);
  color: var(--color-text-accent);
}

#navbar .dropdown-menu {
  margin-top: 0px;
}

#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px;
}

#navbar .dropdown-search #q {
  min-width: 200px;
}

.dropdown-search.dropdown-menu>li:hover {
  background-color: transparent;
}

/* ===================================================================
   5. FOOTER
   =================================================================== */
footer {
  position: relative;
  color: var(--color-text-primary);
  margin-top: 0px;
}

footer .footer-bottom {
  width: 100%;
  min-height: 69px;
  background-color: var(--border-color-extra-light);
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

footer .footer-bottom p {
  margin: 0;
  color: var(--color-white);
}

footer .footer-bottom h4 {
  margin-top: 0;
  color: var(--color-white);
}

footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
}

footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
  font-size: 15px;
  color: var(--color-white);
}

body>.footer {
  display: none !important;
}

/* ===================================================================
   6. COMPONENTS (Buttons, Breadcrumbs, Pagination, Cards, etc.)
   =================================================================== */

/* --- Buttons --- */

.cta-button {
  display: inline-block;
  padding: 12px 32px;
  background-color: var(--color-cta-blue);
  color: var(--color-white) !important;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: 'Segoe UI Semibold' !important;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.cta-button:hover {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

.cta-button:focus {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  border: 2px dashed var(--color-white);
  outline: none;
  box-shadow: var(--shadow-focus-ring);
}

/* --- Breadcrumbs --- */
.breadcrumb>li a {
  color: var(--color-text-accent);
  padding: 2px 4px;
}

.breadcrumb>li a:hover {
  color: var(--color-text-accent);
}

.breadcrumb>.active {
  color: var(--color-black);
  font-weight: bold;
}

/* --- Cards --- */
.card {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
  background-color: transparent;
  border: 0;
}

.feedback-card {
  background-color: var(--color-white);
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
}

.feedback-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 24px;
}

.card-content {
  padding: 4px 24px 24px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-content h3 {
  margin-bottom: 12px;
  text-align: start;
}

.card-content p {
  margin-bottom: 20px;
  text-align: start;
}

.card-content .cta-button {
  margin-top: auto;
  align-self: self-start;
}

.who-card {
  text-align: center;
  padding: 24px;
}

.who-card .image-upload-container {
  margin-bottom: 24px;
}

.who-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.who-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-nav);
  margin-bottom: 16px;
}

.who-card p {
  font-size: 14px;
  color: var(--color-text-nav);
  line-height: 1.5;
}

/* --- Forms & Inputs --- */
.static-top.navbar .form-inline {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.static-top.navbar .form-inline .form-control {
  font-size: 1em;
}

.help-block.error,
label.col-form-label.required:before {
  color: var(--color-error);
}

.help-block {
  color: var(--color-black);
}

.image-upload-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* ===================================================================
   7. PAGE-SPECIFIC SECTIONS & STYLES
   =================================================================== */

/* --- Home Page --- */
.home-section {
  display: flex;
  align-items: center;
  background-image: linear-gradient(135deg, rgb(230, 243, 255) 0%, rgb(204, 231, 255) 100%);
  padding: 48px 0 56px 0;
  min-height: 440px;
}

.home-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
}

.home-content {
  flex-basis: 55%;
  padding-right: 24px;
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.home-content h1 {
  font-size: 56px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 24px;
  line-height: 1.1;
  text-align: left;
}

.home-content p {
  font-size: 22px;
  color: var(--color-text-nav);
  margin-bottom: 32px;
  line-height: 1.5;
  text-align: left;
  max-width: 700px;
}

.home-image {
  flex-basis: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 45%;
  min-width: 0px;
  overflow: visible;
  height: 100%;
}

#homeImagePreview {
  width: 100%;
  max-width: 480px;
  height: 420px;
  object-fit: cover;
  object-position: right top;
  border-bottom-left-radius: 80px;
  background-color: transparent;
}

.home-exclusive-benefits-section {
  padding-top: 48px;
  padding-bottom: 32px;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
}

.home-exclusive-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.home-exclusive-benefits-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-nav);
  margin: 24px 0 24px;
}

.home-exclusive-benefits-list-subsection {
  margin: 32px 0;
  padding: 32px 24px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}

.home-exclusive-benefits-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-exclusive-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 20px 18px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease;
}

.home-exclusive-benefits-list-icon {
  margin-top: 2px;
  flex-shrink: 0;
}

.home-benefits-section {
  padding: 80px 0;
}

.home-benefits-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-nav);
  margin-bottom: 60px;
}

.home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.home-benefits-item {
  text-align: center;
  padding: 32px;
}

.home-benefits-icon {
  font-size: 48px;
  margin-bottom: 24px;
}

.home-benefits-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-nav);
  margin-bottom: 16px;
  line-height: 1.3;
}

.home-benefits-item p {
  font-size: 16px;
  color: var(--color-text-nav);
  line-height: 1.5;
}

.who-section {
  padding: 80px 0;
}

.who-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-nav);
  margin-bottom: 60px;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* --- FAQ Section --- */
.faq-section {
  padding: 80px 0;
}

.faq-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-nav);
  margin-bottom: 60px;
}

.faq-list {
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color-extra-light);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-nav);
  margin-bottom: 12px;
}

.faq-item p {
  font-size: 16px;
  color: var(--color-text-nav);
  line-height: 1.5;
}

/* --- Feedback / Resource / Community Sections --- */

/* --- Community Page --- */
.community-section {
  padding: 48px 0 32px 0;
}

.community-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.community-title {
  font-size: 56px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 24px;
  line-height: 1.1;
}

.community-program-benefits-section {
  padding: 48px 0 32px 0;
  box-shadow: var(--shadow-md);
}

.community-program-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.community-program-benefits-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-nav);
  margin-bottom: 60px;
}

.community-program-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.community-program-benefits-card {
  background-color: var(--color-white);
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}

.community-program-benefits-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.community-program-benefits-content {
  padding: 20px;
}

.community-program-benefits-subtitle {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.community-program-details-section {
  padding: 32px 28px 60px 28px;
}

.community-program-details-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.community-program-details-title {
  color: var(--color-text-accent);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.community-benefits-section {
  padding-top: 48px;
  padding-bottom: 32px;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
}

.community-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.community-benefits-join-title,
.community-benefits-questions-title,
.community-benefits-voice-title {
  margin-bottom: 40px 0 24px;
}

.community-benefits-join-subsection,
.community-benefits-questions-subsection,
.community-benefits-voice-subsection {
  margin: 32px 0;
  padding: 32px 24px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}

.community-benefits-join-list {
  list-style: none;
  padding-left: 0;
}

.community-benefits-join-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.community-benefits-join-list li:last-child {
  margin-bottom: 0;
}

.community-benefits-join-step-number {
  background: var(--color-text-accent);
  color: var(--color-white);
  font-weight: 700;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.community-benefits-voice-list {
  line-height: 1.7;
  padding-left: 18px;
  font-size: 1.08rem;
  list-style: disc;
}

.community-benefits-voice-list li {
  margin-bottom: 18px;
}

.community-benefits-questions-subsection p {
  font-size: 1.08rem;
  color: var(--color-text-primary);
  margin: 0;
}

.feedback-section {
  padding: 60px 0;
}

.feedback-section h2 {
  text-align: center;
  margin-bottom: 48px;
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.resource-section {
  padding: 48px 20px;
}

.resource-content-box {
  max-width: 1200px;
  margin: 48px auto;
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  padding: 36px 28px;
}

.resource-title {
  margin-top: -8px;
  margin-bottom: 18px;
}

.resource-subtitle {
  color: var(--color-text-accent) !important;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 8px;
}

.community-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* ===================================================================
   8. UTILITY & HELPER CLASSES
   =================================================================== */

.sectionFixedStyle {
  color: var(--color-black);
}

.white-bg {
  background-color: var(--color-white) !important;
}

.blue-bg {
  background-color: var(--color-bg-blue) !important;
}

.grey-bg {
  background-color: var(--color-bg-grey) !important;
}

.off-white-bg {
  background-color: var(--color-bg-off-white) !important;
}

.hero-gradient-bg {
  background-color: var(--color-bg-blue);
  background-image: var(--color-bg-hero-gradient) !important;
}

.skip-to-content,
.hide-section,
.divider-vertical {
  display: none !important;
}

/* ===================================================================
   9. ACCESSIBILITY
   =================================================================== */
.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: var(--color-white);
  border-radius: 2px;
  background: #742774;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-family: Segoe UI;
  font-size: 14px;
}

.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  color: var(--color-white);
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

/* ===================================================================
   10. RESPONSIVE MEDIA QUERIES
   =================================================================== */

/* --- Desktop Header Alignment (1200px and up) --- */
@media (min-width: 1200px) {
  .navbar .custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .navbar .navbar-collapse {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
  }

  .navbar .cta-button {
    margin-left: 50px;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
}

/* --- Tablet & Mobile Header (Below 1200px) --- */
@media (max-width: 1199.98px) {

  /* Layout */
  .navbar .custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  button.navbar-toggler {
    margin-right: 0;
  }

  li.nav-item .cta-button {
    margin-left: 0 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
  }

  .navbar .navbar-brand {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
  }

  .navbar-toggler.custom-navbar-toggler {
    display: block;
    background-color: var(--color-bg-off-white) !important;
    border: 1px solid var(--border-color-light) !important;
    padding: 0.2rem 0.5rem;
  }

  /* Hamburger Icon */
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 1.2em;
    height: 1.2em;
  }

  /* Dropdown Menu */
  .navbar-collapse {
    background-color: var(--color-white);
    padding: 1rem;
    border-radius: 6px;
    box-shadow: var(--shadow-lg);
    margin-top: 2px;
  }

  /* Aligns nav links to the left within the mobile dropdown menu. */
  .navbar .nav-link {
    justify-content: flex-start !important;
  }

  #navbar.show {
    max-height: calc(100vh - 77px) !important;
    overflow-y: auto !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: var(--color-text-nav);
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 16px 20px !important;
  }
}

/* --- General Mobile Styles (Below 768px) --- */
@media (max-width: 767px) {

  #privateModeText {
    /* Stacks the "private site" and "signed in as" sections vertically */
    flex-direction: column !important;

    /* Allows the banner to grow taller to fit the content */
    height: auto !important;

    /* Makes the banner push other content down instead of overlapping it */
    position: static !important;

    width: 100% !important;
  }

  /* Stacks grid items vertically on mobile. */
  .community-program-benefits-grid,
  .home-benefits-grid,
  .who-grid,
  .feedback-grid {
    grid-template-columns: 1fr !important;
  }

  /* Centers home content and hides the image on mobile. */
  .home-container {
    justify-content: center;
    text-align: center;
  }

  .home-content {
    flex-basis: 100%;
    padding-right: 0;
  }

  .home-content h1 {
    font-size: 36px;
  }

  .home-content p {
    font-size: 18px;
  }

  .home-image {
    display: none !important;
  }
}

/* --- Small Screen Adjustments (Below 420px) --- */
@media (max-width: 419.98px) {

  .navbar .navbar-brand {
    padding: 0 !important;
    margin-right: 0 !important;
  }

  .navbar .custom-container {
    padding: 0 5px !important;
  }
}


/* ===================================================================
   11. Custom Iframe Styles
   =================================================================== */

.full-width-iframe-container {
  width: 100%;
}

.full-width-iframe-element {
  width: 100%;
  max-width: 100%;
  height: 3750px;
  /* <-- You can easily change the height here */
  border: none;
  display: block;
  /* Prevents extra space below the iframe */
}

/* ===================================================================
   12. Final In-Line Styles
   =================================================================== */


/* Header.html */

.navbar-flex-container {
  flex-wrap: wrap;
}

/* Logo height fix */
.site-header-logo {
  height: 23px;
}

/* Layout Fixes for CSP Compliance */

/* 1. Row Wrapper */
.section-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

/* 2. Inner Container */
.container-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* 3. Column Alignment */
.column-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eip-hide-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  min-height: auto;
  padding: 8px;
}

.eip-container {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.eip-column-block-layout {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}

.eip-section-block-layout {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  margin: 0px;
  min-height: 15px;
}

.community-section-block-layout {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  margin: 0px;
}

/* Footer Copyright Text */
.footer-copyright-text {
  text-align: center;
  margin: 0;
}