:root {
  --primary-2026: #0b254b;
  --danger-2026: #d11f38;
  --light-2026: #F4F0E7;
  --dark-2026: #10192a;}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;}

.off-content {
  margin: 0 auto;
  text-align: center;}

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Caslon Display", serif;}

.text-secondary-2026 {
  color: var(--secondary-2026) !important;}

.bg-secondary-2026 {
  background-color: var(--secondary-2026) !important;}

.text-danger-2026 {
  color: var(--danger-2026) !important;}

.bg-danger-2026 {
  background-color: var(--danger-2026) !important;}

.bg-primary-2026 {
  background-color: var(--primary-2026) !important;}

.navbar-toggler {
  z-index: 999;}

.bg-light-2026 {
  background-color: var(--light-2026) !important;}

.positioner {
  padding-top: 120px !important;}

.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;}

#site-page-content {
  margin-top: 94px;}

.redesign .navbar-brand {
  position: relative;
  background-image: none !important;
  overflow: visible;
  transform-origin: left center;
  transition: width 1.8s cubic-bezier(0.22, 1, 0.36, 1),
    height 1.8s cubic-bezier(0.22, 1, 0.36, 1),
    flex-basis 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: width,
    height;}

.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #132854;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}

.redesign .navbar-brand::before,
.redesign .navbar-brand::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transform-origin: center center;
  will-change: opacity,
    transform;}

.is-active .line {
  background-color: #ffffff;}

.redesign .navbar-brand::before {
  width: 100%;
  height: 100%;
  background-image: url("https://mr.cdn.ignitecdn.com/client_assets/wethepeopleconvention_org/media/picture/6aac/425c/aafc/0734/ddf4/20af/original_wtpc-logo.png?1789674077");
  opacity: 1;
  transform: translate(-50%, -50%)
    scale(1);
  transition: opacity 0.9s ease-in-out,
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);}

.hamburger:hover {
  cursor: pointer;}

.redesign .navbar-brand::after {
  width: 40px;
  height: 56px;
  background-image: url("https://mr.cdn.ignitecdn.com/client_assets/wethepeopleconvention_org/media/picture/6aac/471d/52e7/3286/35f4/2105/original_Basic_Logo.png?1789675295");
  opacity: 0;
  transform: translate(-50%, -50%)
    scale(0.3);
  transition: opacity 1.1s ease-in-out,
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}

.redesign.logo-scrolled .navbar-brand {
  width: 40px !important;
  height: 50px !important;
  flex-basis: 40px !important;}

.redesign div#navbarNav {
  border-top: 0;
  margin: 0;}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);}

.menu-list-main {
  justify-content: flex-end;}

nav#header {
  color: var(--default_nav);
  transition: background-color 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);}

.bg-glass {
  background-color: rgb(0 0 0 / 85%) !important;}

.redesign a.navbar-brand {
  width: 300px;
  height: 70px;}

.navbar-nav .nav-link {
  font-size: 14px !important;
  font-weight: 700;
  margin: 0px 10px;}

.redesign #navbarNavMain a.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0 !important;
  border-right: 1.5px solid #e51b2b !important;
  border-bottom: 1.5px solid #e51b2b !important;
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: 5px;}

.redesign .donate-nav {
  color: #fff !important;
  padding: 10px 18px !important;
  background: var(--danger-2026);}

.redesign .dropdown-menu .nav-link {
  border-bottom: 1px solid lightgrey;}

.redesign a.nav-link {
  text-transform: none;}

.redesign .dropdown-menu {
  width: 255px;
  margin-top: 3px;
  border-radius: 0;
  border-top: 0;
  padding-bottom: 0;}

.redesign .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--danger-2026);}

#hero-2026 {
  position: relative;
  overflow: hidden;
  background-color: #071a36;
  color: #fff;}

#hero-2026 .container {
  position: relative;
  z-index: 1;}

.hero-photo {
  height: 505px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 28px;}

.hero-photo .hero-seal {
  width: 210px;
  background: rgba(7, 26, 54, 0.52);
  backdrop-filter: blur(5px);}

.hero-seal {
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: rgba(255, 255, 255, 0.85);}

.hero-seal:before, .hero-seal:after {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;}

.hero-photo .hero-seal span {
  font-size: 60px;}

.hero-seal span {
  font-size: 92px;
  z-index: 1;
  font-family: "Libre Caslon Display", serif;}

.hero-seal small {
  letter-spacing: 3px;
  z-index: 1;
  font-weight: 500;
  margin-top: -15px;}

.hero-seal b {
  color: #ff6b7b;
  margin-top: 15px;
  z-index: 1;}

#hero-2026 .title {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
  color: #9fa1c9;}

#hero-2026 .headline {
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 400;
  line-height: 70px;}

#hero-2026 .description {
  font-size: 20px;
  line-height: 1.6;}

#hero-2026 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
  border: 1px solid transparent;}

#hero-2026 .cta-2 {
  border-color: rgba(255, 255, 255, 0.35);}

#hero-2026 .cta-1 {
  background: var(--danger-2026);}

.redesign .positioner .navbar-nav .nav-link {
  color: #ffffff !important;}

#below-hero {
  background: var(--primary-2026);
  color: #fff;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);}

#below-hero .below-hero-item {
  border: 1px solid rgba(255,255,255,.18);
  position: relative;
  transition: transform .25s ease, background .25s ease;}

#below-hero .below-hero-item > a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 220px;
  padding: 28px 48px 28px 24px;
  color: #fff;
  text-decoration: none;}

#below-hero .below-hero-item:hover {
  background: var(--danger-2026);
  transform: translateY(-8px);
  z-index: 5;}

#below-hero .quick-icon {
  width: 43px;
  height: 43px;
  min-width: 43px;
  border: 1px solid rgba(255,255,255,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: border-color .25s ease;}

#below-hero .quick-icon img,
#below-hero .quick-icon svg {
  width: 18px;
  height: 18px;
  object-fit: contain;}

#below-hero .quick-content {
  flex: 1;
  min-width: 0;}

#below-hero small {
  display: block;
  margin-bottom: 8px;
  color: #aebbd2;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: color .25s ease;}

#below-hero strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: "Libre Caslon Display", serif;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 400;
  transition: color .25s ease;}

#below-hero p {
  margin: 0;
  max-width: 220px;
  color: #d3dbea;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  transition: color .25s ease;}

#below-hero .quick-arrow {
  position: absolute;
  top: 31px;
  right: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  transition: transform .25s ease, color .25s ease;}

#below-hero .below-hero-item:hover small,
#below-hero .below-hero-item:hover strong,
#below-hero .below-hero-item:hover p,
#below-hero .below-hero-item:hover .quick-arrow {
  color: #fff;}

#below-hero .below-hero-item:hover .quick-icon {
  border-color: rgba(255,255,255,.6);}

#below-hero .below-hero-item:hover .quick-arrow {
  transform: translateX(4px);}

nav.redesign {
  background: var(--light-2026) !important;}

.text-primary-2026 {
  color: var(--primary-2026) !important;}

#mission {
  background: var(--light-2026);}

#mission .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-2026);}

.mission h2 {
  font-size: 54px;
  margin: 15px 0;
  font-weight: 400;
  line-height: 1.03;}

.mission .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;}

.mission .btn:hover {
  border: 1px solid;}

.mission blockquote {
  margin: 0;
  padding-left: 40px;
  border-left: 3px solid var(--danger-2026);
  font: 25px / 1.65 "Libre Caslon Display", serif;
  color: #28364e;}

.bg-dark-2026 {
  background-color: var(--dark-2026) !important;}

.text-dark-2026 {
  color: var(--dark-2026) !important;}

#media.podcast {
  background: var(--primary-2026);
  color: #fff;}

#media .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;}

#media .eyebrow {
  color: #9fa1c9;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;}

#media .podcast-heading h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1.05;
  font-weight: 400;}

#media .podcast-heading .text-link {
  margin-bottom: 7px;
  color: #9fa1c9;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;}

#media .podcast-heading .text-link:hover {
  color: #fff;}

.broadcast-content > small {
  letter-spacing: 0.15em;
  font-weight: 700;}

.broadcast-content h3 {
  font-size: 44px;
  line-height: 1.08;}

.broadcast-content p {
  color: #4d5b70;}

#media .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
  border: 1px solid transparent;}

#media .podcast-image {
  position: relative;
  overflow: hidden;}

#media .podcast-image img {
  width: 100%;
  display: block;}

#media .podcast-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(
    to top,
    rgba(17, 31, 66, .72) 0%,
    rgba(17, 31, 66, .38) 45%,
    rgba(17, 31, 66, 0) 100%
  );
  pointer-events: none;}

#media .watch-label {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;}

#media .podcast-video {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;}

#media .podcast-video iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  border: 0;}

#media .watch-label {
  z-index: 3;
  bottom: 30px;}

#media .podcast-video.video-active::after,
#media .podcast-video.video-active .watch-label {
  opacity: 0;
  visibility: hidden;}

#give .eyebrow {
  color: #9fa1c9;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;}

#give .headline {
  font-size: 50px;
  line-height: 1.05;}

#give .description {
  font-size: 16px;
  font-weight: 400;}

#give .amounts button, #give .mini-amounts button {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(90, 0, 12, 0.12);
  color: white;
  text-align: left;
  padding: 18px;
  cursor: pointer;
  width: 100%;
  height: 100%;}

#give .amounts b {
  font-size: 27px;
  display: block;}

#give .amounts span, #donate-link {
  font-size: 13px;}

#give .amounts button:hover, #give .amounts button.active {
  background: #ffffff;
  color: var(--dark);}

#give .amounts label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;}

#give .amounts span {
  font-size: 13px;}

#give .money {
  background: #ffffff;
  color: var(--dark);
  padding: 10px;}

#give .money input {
  width: 85px;
  border: 0;
  outline: 0;}

#latest-news-2026 .view-all-news {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;}

#latest-news-2026 .news-eyebrow {
  color: #9fa1c9;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;}

#latest-news-2026 .news-heading {
  margin: 0;
  font-size: 50px;
  line-height: 1.05;
  font-weight: 400;}

#latest-news-2026 .lead-story {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 590px;
  overflow: hidden;
  text-decoration: none;
  transition: transform .25s ease;}

#latest-news-2026 .lead-story > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;}

#latest-news-2026 .lead-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(7, 26, 54, 1) 0%,
    rgba(7, 26, 54, .9) 24%,
    rgba(7, 26, 54, .48) 55%,
    rgba(7, 26, 54, .05) 80%
  );}

#latest-news-2026 .lead-story:hover {
  transform: translateY(-6px);}

#latest-news-2026 .tag {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 28px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;}

#latest-news-2026 .lead-story-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 44px;}

#latest-news-2026 time {
  display: block;
  margin-bottom: 15px;
  color: #c5ccda;
  font-size: 12px;
  line-height: 1.4;}

#latest-news-2026 .lead-story h3 {
  max-width: 570px;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 400;}

#latest-news-2026 .lead-story p {
  max-width: 570px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;}

#latest-news-2026 .lead-story b {
  font-size: 14px;
  font-weight: 700;}

#latest-news-2026 .news-card {
  display: block;
  height: 100%;
  background: #15345e;
  text-decoration: none;
  overflow: hidden;
  transition: background .25s ease, transform .25s ease;}

#latest-news-2026 .news-card:hover {
  background: #1b406e;
  transform: translateY(-6px);}

#latest-news-2026 .news-card-image {
  height: 135px;
  overflow: hidden;}

#latest-news-2026 .news-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;}

#latest-news-2026 .news-card h3 {
  font-size: 23px;
  line-height: 1.18;
  font-weight: 400;}

#latest-news-2026 .news-card span {
  margin-top: auto;
  color: #ff7180;
  font-size: 12px;
  font-weight: 500;}

#latest-news-2026 .wide-card {
  min-height: 260px;}

#latest-news-2026 .wide-card .news-card-image {
  height: 100%;
  min-height: 260px;}

#latest-news-2026 .wide-card h3 {
  font-size: 27px;
  line-height: 1.25;}

#petitions .cta-1 {
  background: var(--danger-2026);}

#petitions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
  border: 1px solid transparent;}

#petitions .cta-2 {
  border-color: rgba(255, 255, 255, 0.35);}

#petitions .headline {
  font-size: 58px;
  font-weight: 400;
  line-height: 1.05;}

#petitions .title {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
  color: #9fa1c9;}

#petitions .description {
  font-size: 18px;
  line-height: 1.6;}

#petitions aside {
  background: rgba(244, 240, 231, 0.96);
  color: var(--dark-2026);
  padding: 36px;
  border-top: 5px solid var(--danger-2026);}

#petitions aside span {
  color: var(--danger-2026);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;}

#petitions aside h3 {
  font-size: 37px;
  line-height: 1.1;}

#petitions .petition-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;}

#petitions .card-btn {
  font-size: 16px;}

#action .eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;}

#action h2 {
  font-size: 50px;
  line-height: 1.08;
  font-weight: 400;}

#action p {
  font-size: 18px;
  line-height: 1.7;}

#newsletter-form-2026 {
  background: #fff;
  border-top: 5px solid var(--danger-2026);
  box-shadow: 0 20px 55px rgba(7, 26, 54, .10);}

#newsletter-form-2026 label {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;}

#newsletter-form-2026 .form-inner {
  padding: 38px;}

#newsletter-form-2026 .form-control {
  width: 100%;
  background: #f8f6f0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  font-size: 16px;
  padding: 10px;
  box-shadow: none;}

#newsletter-form-2026 .form-disclaimer {
  color: #647086;
  margin-top: 12px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;}

#newsletter-form-2026 .btn {
  padding: 11px 0px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;}

nav.redesign {
  box-shadow: 0 1px 0 rgba(7, 26, 54, 0.16) !important;}

#footer-2026 {
  background: #041127;
  color: #d9dfeb;}

#footer-2026 .footer-logo {
  width: 300px;
  height: auto;}

#footer-2026 .navbar-nav .nav-link {
  margin: 0px 0px 10px 0px;
  text-transform: none;
  font-size: 14px !important;
  font-family: 'DM Sans';
  Font-weight: 300;
  padding: 0;}

#footer-2026 .networks a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px;
  font-size: 18px;
  margin-right: 5px;}

#footer-2026 .social-note {
  margin-top: 25px;
  display: block;
  color: #8e9bb0;
  line-height: 1.4;
  font-size: 13px;}

#footer-2026 .paid-box {
  border: 1px solid white;
  padding: 12px 18px;
  margin: 22px auto 0;
  max-width: 900px;
  color: white;}

#footer-2026 .footer-divider {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 45px;}

label.error {
  color: #ffffff;
  background: #bf1f2e;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  font-size: 15px;}

input.error {
  margin-bottom: 0px !important;}

#header .navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0;}

#header .navbar-toggler:focus,
#header .navbar-toggler:focus-visible,
#header .navbar-toggler:active {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;}

.article-page-2026 .article-head {
  background: #041a38;
  color: #fff;
  padding: 85px 0 80px;}

.article-page-2026 .back-news {
  display: block;
  margin-bottom: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;}

.article-page-2026 .article-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  background: var(--danger-2026);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;}

.article-page-2026 .article-head h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 58px;
  line-height: 1.03;
  font-weight: 400;}

.article-page-2026 .article-description {
  max-width: 700px;
  margin: 0 0 24px;
  color: #c8d2e3;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;}

.article-page-2026 .article-head time {
  color: #fff;
  font-size: 13px;
  font-weight: 500;}

.article-page-2026 .article-donation {
  padding: 34px 30px 30px;
  background: var(--danger-2026);
  color: #fff;}

.article-page-2026 .donation-eyebrow {
  display: block;
  margin-bottom: 25px;
  color: #9fb6ea;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;}

.article-page-2026 .article-donation h3 {
  font-size: 34px;
  line-height: 1.05;
  font-weight: 400;}

.article-page-2026 .donation-intro {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;}

.article-page-2026 .donation-option {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(90, 0, 12, 0.12);
  color: white;
  text-align: left;
  padding: 12px;
  font-size: 16px;
  width: 100%;
  justify-content: space-between;
  display: flex;}

.article-page-2026 .donate-now {
  display: flex;
  justify-content: center;
  padding: 16px;
  background: #fff;
  color: #17233b;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;}

.sticky-2 {
  position: sticky;
  top: 120px;}

.article-page-2026 .donation-option.active {
  background: #fff;
  color: #20252c;
  border-color: #fff;}

.article-page-2026 .donation-option.active b,
.article-page-2026 .donation-option.active span {
  color: #20252c;}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;}

.redesign .donate-nav:hover {
  color: #ffffff !important;}

.redesign .positioner .dropdown-menu {
  margin: auto;
  background: var(--dark-2026);
  width: 100%;
  text-align: center;}

html,
body {
  min-height: 100%;}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;}

#footer-2026 {
  margin-top: auto;}

#hero-2026 .hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  filter: sepia(60%) hue-rotate( 210deg) saturate(176%);}

#hero-2026 .hero-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none !important;
  max-height: none !important;
  border: 0;
  pointer-events: none;}

#hero-2026 .hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(45deg, rgb(9 37 76) 0%, rgb(9 37 76 / 68%) 100%);     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
  pointer-events: none;}

#hero-2026 #heroCarousel {
  position: relative;
  z-index: 2;}

#hero-2026 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;}

#hero-2026 .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .85s ease-in-out !important;}

#hero-2026 .carousel-item.active,
#hero-2026 .carousel-item-next,
#hero-2026 .carousel-item-prev {
  display: block;}

#hero-2026 .carousel-item-next:not(.carousel-item-start),
#hero-2026 .active.carousel-item-end {
  transform: translateX(100%);}

#hero-2026 .carousel-item-prev:not(.carousel-item-end),
#hero-2026 .active.carousel-item-start {
  transform: translateX(-100%);}

#hero-2026 .carousel-indicators {
  bottom: 18px;
  margin-bottom: 0;
  z-index: 6;}

#hero-2026 .carousel-indicators button {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  opacity: .45;
  transition: opacity .25s ease, transform .25s ease;}

#hero-2026 .carousel-indicators button.active {
  opacity: 1;
  transform: scale(1.25);}

#hero-2026 .carousel-control-prev,
#hero-2026 .carousel-control-next {
  width: 55px;
  z-index: 6;
  opacity: .8;}

#hero-2026 .carousel-control-prev:hover,
#hero-2026 .carousel-control-next:hover {
  opacity: 1;}

#hero-2026 .carousel-control-prev i,
#hero-2026 .carousel-control-next i {
  color: #fff;
  font-size: 28px;}

#hero-2026 .carousel-item > .container {
  padding-bottom: 45px;}

#hero-2026 .carousel-item.hero-measure {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  width: 100% !important;}

#action .legal-txt {
  font-size: 12px;}

#action form.send-onesignal {
  padding: 38px;
  background: #ffffff;
  border-top: 5px solid var(--danger-2026);
  box-shadow: 0 20px 55px rgba(7, 26, 54, .10);}

#action .form-control {
  width: 100%;
  background: #f8f6f0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  font-size: 16px;
  padding: 10px;
  box-shadow: none;}

#action .btn {
  width: 100%;
  background: var(--danger-2026) !important;
  color: #ffffff !important;
  padding: 11px 0px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  border-color: transparent !important;}

.redesign.fixed-top {
  position: fixed;
  top: 50px;}

nav.redesign li {
  margin: auto;}

.redesign.logo-scrolled .navbar-brand::before {
  opacity: 0;
  transform: translate(-50%, -50%)
    scale(0.28);
  transition: opacity 1.3s ease-in-out,
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);}

.redesign.logo-scrolled .navbar-brand::after {
  opacity: 1;
  transform: translate(-50%, -50%)
    scale(1);
  transition: opacity 1.3s ease-in-out,
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);}

@media (max-width: 10000px) {
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);  }

}

@media (max-width: 10000px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;  }

}

@media only screen and (max-width: 1199px) {
  div#navbarNavMain {
    display: none !important;  }

}

@media (max-width: 991.98px) {
  #hero-2026 .actions {
    display: flex;
    width: 100%;
    gap: 12px;  }

  #hero-2026 .actions .btn {
    flex: 1;
    width: 100%;  }

  #hero-2026 .hero-photo {
    width: 100%;
    margin-top: 40px;  }

}

@media (max-width: 767.98px) {
  #hero-2026 .actions {
    flex-direction: column;  }

  #hero-2026 .actions .btn {
    width: 100%;
    flex: none;  }

}

@media (min-width: 99px) and (max-width: 1199px) {
  #media .episode-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;  }

  #media .episode-actions .share-episode {
    margin-left: 0 !important;  }

}

@media (min-width: 562px) and (max-width: 992px) {
  #media .episode-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;  }

}

@media (max-width: 561px) {
  #media .episode-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;  }

  #media .episode-actions .share-episode {
    margin-left: 0 !important;  }

}

@media (max-width: 767px) {
  #media .section-head {
    display: block;  }

  #media .podcast-heading .text-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;  }

}

@media (max-width: 1199px) {
  #petitions .actions .btn {
    width: 100%;  }

}

@media (max-width: 991px) {
  #petitions .actions .btn {
    flex: 1;  }

}

@media (max-width: 767px) {
  #petitions .actions .btn {
    flex: none;  }

}

@media (max-width: 767.98px) {
  .redesign a.navbar-brand {
    width: 250px;
    height: 60px;  }

}

@media (max-width: 767px) {
  #hero-2026 .headline {
    line-height: 55px;
    font-size: 60px;  }

}
