/* =========================================================
   Site Overrides
   =========================================================
   Reserved for manual site-specific CSS overrides.

   This file intentionally loads last.
   Keep empty unless a site needs a targeted fix that does not belong
   in oc-ui.css, oc-components.css, tokens.css, or theme-generated.css.
   ========================================================= */

/* Judge Hilary Unger page package — append to /UserFiles/css/site-overrides.css */
.oc-unger {
  --unger-navy: var(--oc-heading-primary, var(--oc-primary, #02528a));
  --unger-navy-deep: color-mix(in srgb, var(--unger-navy) 72%, #061f3f);
  --unger-blue: var(--oc-heading-secondary, var(--oc-secondary, #488aba));
  --unger-blue-bright: color-mix(in srgb, var(--unger-blue) 78%, #fff);
  --unger-ink: var(--oc-text, #203247);
  --unger-muted: #5d6b79;
  --unger-surface: var(--oc-surface, #f4f8fb);
  --unger-line: color-mix(in srgb, var(--unger-navy) 14%, transparent);
  color: var(--unger-ink);
}

.site-main:has(.oc-unger) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:has(.oc-unger) {
  overflow-x: clip;
}

.oc-unger *,
.oc-unger *::before,
.oc-unger *::after {
  box-sizing: border-box;
}

.oc-unger h1,
.oc-unger h2,
.oc-unger h3,
.oc-unger h4,
.oc-unger p,
.oc-unger figure {
  margin-top: 0;
}

.oc-unger h1,
.oc-unger h2,
.oc-unger h3,
.oc-unger h4 {
  color: var(--unger-navy);
  font-family: var(--oc-font-heading, inherit);
  text-wrap: balance;
}

.oc-unger p,
.oc-unger li {
  line-height: 1.72;
}

.oc-unger a:not(.oc-unger-button) {
  color: var(--unger-navy);
  font-weight: 700;
  text-underline-offset: .2em;
}

.oc-unger a:not(.oc-unger-button):hover,
.oc-unger a:not(.oc-unger-button):focus-visible {
  color: var(--unger-blue);
}

.oc-unger-shell,
.oc-unger-reading,
.oc-unger-photo-story {
  width: min(1180px, calc(100% - 2.5rem));
  margin-right: auto;
  margin-left: auto;
}

.oc-unger-reading {
  max-width: 880px;
}

.oc-unger-section,
.oc-unger-logo-section {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.oc-unger-section--tint,
.oc-unger-logo-section--tint {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .18)),
    var(--unger-surface);
}

.oc-unger-section h2,
.oc-unger-section-heading h2,
.oc-unger-logo-section h2 {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.oc-unger-section-heading {
  max-width: 850px;
  margin-bottom: clamp(2rem, 5vw, 3.75rem);
}

.oc-unger-lead {
  font-size: clamp(1.08rem, 2vw, 1.24rem);
  font-weight: 600;
  line-height: 1.72;
}

/* The shared split-intro component is supplied by oc-components.css. */
.oc-unger .oc-split-intro__heading h2,
.oc-unger .oc-split-intro__heading h1 {
  margin: 0;
  color: var(--unger-navy);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1;
}

.oc-unger .oc-split-intro--divided {
  border-color: var(--unger-line);
}

/* Home: the site slider remains the hero, so this begins as page content. */
.oc-unger-home-intro {
  align-items: start;
  padding-top: clamp(3.25rem, 7vw, 6.5rem);
}

.oc-unger-home-intro .oc-split-intro__heading {
  position: sticky;
  top: 2rem;
}

.oc-unger-home-intro .oc-split-intro__heading h1 {
  position: relative;
  padding-top: 1.35rem;
}

.oc-unger-home-intro .oc-split-intro__heading h1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: .35rem;
  border-radius: 999px;
  background: var(--unger-blue);
  content: "";
}

.oc-unger-home-intro .oc-split-intro__heading h3 {
  margin: 1.75rem 0 1rem;
  color: var(--unger-blue);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 800;
  line-height: 1.35;
}

.oc-unger-home-intro .oc-split-intro__heading h2 {
  color: var(--unger-ink);
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.35;
}

.oc-unger-home-intro__portrait {
  float: left;
  width: min(42%, 15rem);
  margin: .25rem clamp(1.25rem, 3vw, 2rem) 1rem 0;
  padding: .55rem;
  border: 1px solid var(--unger-line);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 1.15rem 2.5rem rgba(4, 46, 81, .14);
}

.oc-unger-home-intro__portrait img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .85rem;
}

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

.oc-unger-principles article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--unger-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .75rem 2rem rgba(4, 46, 81, .075);
}

.oc-unger-principles article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .38rem;
  height: 100%;
  background: var(--unger-blue);
  content: "";
}

.oc-unger-principles p {
  margin: 0;
}

.oc-unger-principles strong {
  display: block;
  margin-bottom: .55rem;
  color: var(--unger-navy);
  font-size: 1.08rem;
}

.oc-unger-election {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, .11) 0 8rem, transparent 8.1rem),
    linear-gradient(135deg, var(--unger-navy-deep), var(--unger-navy));
  color: #fff;
}

.oc-unger-election::before {
  position: absolute;
  z-index: -1;
  right: -5rem;
  bottom: -9rem;
  width: 21rem;
  height: 21rem;
  border: 1.5rem solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.oc-unger-election h2 {
  max-width: 18ch;
  margin: 0 0 1.75rem;
  color: #fff;
  font-size: clamp(2.25rem, 5.5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .98;
}

.oc-unger-election p {
  max-width: 780px;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.oc-unger-election a {
  color: #fff !important;
}

.oc-unger-two-up {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 6rem);
}

.oc-unger-get-involved {
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.oc-unger-action {
  margin: 2rem 0;
}

.oc-unger-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: .85rem 1.65rem !important;
  border: 2px solid var(--unger-navy) !important;
  border-radius: 999px !important;
  background: var(--unger-navy) !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 800;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.oc-unger-button:hover,
.oc-unger-button:focus-visible {
  border-color: var(--unger-blue) !important;
  background: var(--unger-blue) !important;
  transform: translateY(-2px);
}

.oc-unger-hero-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  margin-left: auto;
  padding: .85rem 1.5rem;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: var(--unger-navy) !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.oc-unger-hero-button:hover,
.oc-unger-hero-button:focus-visible {
  background: transparent;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Home community and endorsement callout. */
.oc-unger-community {
  background: var(--unger-surface);
}

.oc-unger-community__card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 6rem);
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4.75rem);
  border-radius: clamp(1rem, 3vw, 1.75rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .055), transparent 55%),
    var(--unger-navy-deep);
  color: #fff;
  box-shadow: 0 1.5rem 3.5rem rgba(4, 46, 81, .18);
}

.oc-unger-community__card::after {
  position: absolute;
  z-index: -1;
  right: -7rem;
  bottom: -9rem;
  width: 20rem;
  height: 20rem;
  border: 2rem solid rgba(255, 255, 255, .055);
  border-radius: 50%;
  content: "";
}

.oc-unger-community .oc-unger-community__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4rem);
}

.oc-unger-community__copy {
  padding-left: clamp(1.25rem, 3vw, 2rem);
  border-left: .25rem solid var(--unger-blue-bright);
}

.oc-unger-community__copy p {
  color: rgba(255, 255, 255, .84);
}

.oc-unger-community__copy p:last-child {
  margin-bottom: 0;
  color: #fff;
}

.oc-unger-community__copy strong,
.oc-unger-community__copy a {
  color: #fff !important;
}

/* Shared campaign form treatment. */
.oc-unger-form-section {
  width: min(1180px, calc(100% - 2.5rem));
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(5rem, 10vw, 8rem);
  scroll-margin-top: 2rem;
}

.oc-unger-form-section .oc-form-section__heading {
  max-width: 780px;
  margin-bottom: 2.25rem;
}

.oc-unger-form-section h2 {
  margin-bottom: 1rem;
  color: var(--unger-navy);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
}

.oc-unger-form-section .oc-form-card {
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid var(--unger-line);
  border-top: .4rem solid var(--unger-blue);
  border-radius: 1rem;
  background: var(--unger-surface);
  box-shadow: 0 1rem 2.5rem rgba(4, 46, 81, .09);
}

.oc-unger-form-section .form-label {
  color: var(--unger-navy);
  font-weight: 750;
}

.oc-unger-form-section .form-control,
.oc-unger-form-section .form-select {
  min-height: 3.25rem;
  border: 1px solid var(--unger-line);
  border-radius: .55rem;
  background: #fff;
}

.oc-unger-form-section textarea.form-control {
  min-height: 11rem;
}

.oc-unger-form-section .form-control:focus,
.oc-unger-form-section .form-select:focus {
  border-color: var(--unger-blue);
  box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--unger-blue) 20%, transparent);
}

.oc-unger-form-section .btn-primary {
  min-width: 14rem;
  margin-top: 1rem;
  padding: .85rem 1.5rem;
  border-color: var(--unger-navy) !important;
  background: var(--unger-navy) !important;
  font-weight: 800;
}

.oc-unger-form-section .btn-primary:hover,
.oc-unger-form-section .btn-primary:focus-visible {
  border-color: var(--unger-blue) !important;
  background: var(--unger-blue) !important;
}

/* Compact interior-page heroes. */
.oc-unger-mini-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: clamp(3rem, 6vw, 4.75rem) 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 3rem 3rem,
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 3rem 3rem,
    linear-gradient(135deg, var(--unger-navy-deep), var(--unger-navy));
  color: #fff;
}

.oc-unger-mini-hero::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -4rem;
  width: 17rem;
  height: 17rem;
  border: 2rem solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.oc-unger-mini-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.oc-unger-mini-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 5.5vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .98;
}

.oc-unger-mini-hero__copy > p:last-child {
  max-width: 720px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.55;
}

.oc-unger-mini-hero--portrait {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.oc-unger-mini-hero--portrait h1 {
  max-width: 22ch;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.oc-unger-mini-hero figure {
  flex: 0 0 clamp(8rem, 15vw, 10.5rem);
  margin: 0;
  padding: .4rem;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
}

.oc-unger-mini-hero figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

/* About page. */
.oc-unger-detail-card,
.oc-unger-table-card,
.oc-unger-programs article {
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border: 1px solid var(--unger-line);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 1rem 2.75rem rgba(4, 46, 81, .08);
}

.oc-unger-detail-card {
  max-width: 920px;
}

.oc-unger-detail-card h3,
.oc-unger-table-card h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
}

.oc-unger-check-list,
.oc-unger-number-list {
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.oc-unger-check-list li,
.oc-unger-number-list li {
  position: relative;
  padding: .65rem 0 .65rem 2rem;
}

.oc-unger-check-list li + li,
.oc-unger-number-list li + li {
  border-top: 1px solid var(--unger-line);
}

.oc-unger-check-list li::before {
  position: absolute;
  top: 1rem;
  left: .15rem;
  width: .75rem;
  height: .4rem;
  border-bottom: .15rem solid var(--unger-blue);
  border-left: .15rem solid var(--unger-blue);
  content: "";
  transform: rotate(-45deg);
}

.oc-unger-number-list {
  counter-reset: unger-item;
}

.oc-unger-number-list li {
  counter-increment: unger-item;
}

.oc-unger-number-list li::before {
  position: absolute;
  top: .72rem;
  left: 0;
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--unger-navy);
  color: #fff;
  content: counter(unger-item);
  font-size: .72rem;
  font-weight: 800;
}

.oc-unger-photo-story {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: stretch;
  overflow: hidden;
  margin-top: clamp(4rem, 8vw, 7rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
  border-radius: 1.25rem;
  background: var(--unger-navy);
  box-shadow: 0 1.5rem 3.5rem rgba(4, 46, 81, .18);
}

.oc-unger-photo-story__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.oc-unger-photo-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
}

.oc-unger-photo-story__copy h2 {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.05;
}

.oc-unger-photo-story__copy p:last-child {
  margin-bottom: 0;
}

.oc-unger-timeline {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 960px;
}

.oc-unger-timeline::before {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: .4rem;
  width: .18rem;
  border-radius: 999px;
  background: var(--unger-blue);
  content: "";
}

.oc-unger-timeline article {
  position: relative;
  padding: 0 0 clamp(3rem, 6vw, 4.5rem) clamp(2.5rem, 6vw, 5rem);
}

.oc-unger-timeline article:last-child {
  padding-bottom: 0;
}

.oc-unger-timeline article::before {
  position: absolute;
  top: .5rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: .22rem solid #fff;
  border-radius: 50%;
  background: var(--unger-blue);
  box-shadow: 0 0 0 .12rem var(--unger-blue);
  content: "";
}

.oc-unger-timeline h2,
.oc-unger-programs h2 {
  margin-bottom: 1.15rem;
  font-size: clamp(1.7rem, 3.5vw, 2.65rem);
}

.oc-unger-timeline h4 {
  margin: 1.75rem 0 .5rem;
  font-size: 1.2rem;
}

.oc-unger-table-card {
  overflow: hidden;
}

.oc-unger-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.oc-unger-table-scroll:focus-visible {
  outline: 3px solid var(--unger-blue);
  outline-offset: 4px;
}

.oc-unger-table-card table {
  width: 100%;
  min-width: 600px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.oc-unger-table-card th,
.oc-unger-table-card td {
  padding: 1rem 1.15rem;
  border: 1px solid var(--unger-line);
  text-align: left;
  vertical-align: top;
}

.oc-unger-table-card th {
  background: var(--unger-navy);
  color: #fff;
  font-size: .78rem;
  letter-spacing: .06em;
}

.oc-unger-table-card tbody tr:nth-child(even) {
  background: var(--unger-surface);
}

.oc-unger-table-card td:first-child {
  color: var(--unger-navy);
  font-weight: 800;
}

.oc-unger-table-card td p {
  margin: 0;
}

.oc-unger-programs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.oc-unger-programs article {
  border-top: .4rem solid var(--unger-blue);
}

.oc-unger-right-choice {
  padding-bottom: clamp(5rem, 10vw, 9rem);
  background: linear-gradient(180deg, #fff, var(--unger-surface));
}

.oc-unger-closing-copy {
  max-width: 850px;
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding-left: clamp(1.25rem, 3vw, 2rem);
  border-left: .35rem solid var(--unger-blue);
}

/* Endorsement logo wall. */
.oc-unger--endorsements .oc-unger-mini-hero h1 {
  font-size: clamp(2.75rem, 7vw, 5.5rem);
}

.oc-unger-logo-section {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.oc-unger-logo-section h2 {
  position: relative;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: 1rem;
  text-decoration: none;
}

.oc-unger-logo-section h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: .3rem;
  border-radius: 999px;
  background: var(--unger-blue);
  content: "";
}

.oc-unger-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin: 0;
}

.oc-unger-logo-card,
.oc-unger-logo-grid > .oc-gallery-item {
  display: grid;
  min-width: 0;
  min-height: clamp(16rem, 26vw, 21rem);
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  place-items: center;
  border: 1px solid var(--unger-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .85rem 2.3rem rgba(4, 46, 81, .08);
}

.oc-unger-logo-card--wide,
.oc-unger-logo-card--panoramic {
  grid-column: span 2;
}

.oc-unger-logo-card--panoramic {
  min-height: clamp(15rem, 23vw, 18rem);
}

.oc-unger-logo-card img,
.oc-unger-logo-grid > .oc-gallery-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 18rem;
  object-fit: contain;
}

.oc-unger-logo-card--wide img,
.oc-unger-logo-card--panoramic img {
  width: 100%;
}

/* Volunteer page. */
.oc-unger--volunteer .oc-unger-mini-hero h1 {
  max-width: 1000px;
  font-size: clamp(2.5rem, 6vw, 5.25rem);
}

.oc-unger-action-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto clamp(1rem, 3vw, 2rem);
}

.oc-unger-action-cards article {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 15rem;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-top: .4rem solid var(--unger-blue);
  border-radius: 1rem;
  background: var(--unger-navy-deep);
  color: #fff;
  box-shadow: 0 1rem 2.5rem rgba(4, 46, 81, .13);
}

.oc-unger-action-cards article::after {
  position: absolute;
  z-index: -1;
  right: -.6rem;
  bottom: -1.5rem;
  color: rgba(255, 255, 255, .055);
  content: attr(data-number);
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.oc-unger-action-cards span {
  display: block;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  color: var(--unger-blue-bright);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.oc-unger-action-cards h2 {
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 800;
}

.oc-unger-action-cards p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
}

.oc-unger--volunteer .oc-unger-form-section {
  padding-top: clamp(4rem, 8vw, 6.5rem);
}

/* Donate page. */
.oc-unger--donate .oc-unger-mini-hero h1 {
  max-width: 1000px;
  font-size: clamp(2.5rem, 6vw, 5.25rem);
}

.oc-unger--donate .oc-unger-mini-hero h1 u {
  text-decoration-color: var(--unger-blue-bright);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

.oc-unger-donate-intro {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.oc-unger-donate-copy {
  max-width: 900px;
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 5vw, 4rem);
  border-left: .4rem solid var(--unger-blue);
  background: linear-gradient(135deg, var(--unger-surface), #fff);
  box-shadow: 0 1rem 2.75rem rgba(4, 46, 81, .08);
}

.oc-unger-donate-copy p:last-child {
  margin: 2rem 0 0;
  color: var(--unger-navy);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
}

.oc-unger-donation-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(5rem, 10vw, 8rem);
  background: var(--unger-surface);
}

.oc-unger-donation-frame {
  min-height: 42rem;
  overflow: hidden;
  padding: clamp(.5rem, 2vw, 1.25rem);
  border: 1px solid var(--unger-line);
  border-top: .4rem solid var(--unger-blue);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1.25rem 3rem rgba(4, 46, 81, .1);
}

.oc-unger-donation-frame iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 42rem;
  border: 0;
}

/*
 * The editor rebuilds gallery items with only .oc-gallery-item.
 * Position-based spans retain the existing mosaic after logos are added,
 * removed, or reordered through the CMS gallery dialog.
 */
#oc-unger-logo-grid-2026 > .oc-gallery-item:nth-child(2),
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(2),
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(3),
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(7),
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(10),
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(11),
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(12),
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(13) {
  grid-column: span 2;
}

#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(7),
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(12) {
  min-height: clamp(15rem, 23vw, 18rem);
}

#oc-unger-logo-grid-2026 > .oc-gallery-item:nth-child(2) img,
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(2) img,
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(3) img,
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(7) img,
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(10) img,
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(11) img,
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(12) img,
#oc-unger-logo-grid-2022 > .oc-gallery-item:nth-child(13) img {
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .oc-unger-principles article,
  .oc-unger-logo-card,
  .oc-unger-logo-grid > .oc-gallery-item,
  .oc-unger-programs article {
    transition: transform .22s ease, box-shadow .22s ease;
  }

  .oc-unger-principles article:hover,
  .oc-unger-logo-card:hover,
  .oc-unger-logo-grid > .oc-gallery-item:hover,
  .oc-unger-programs article:hover {
    transform: translateY(-.25rem);
    box-shadow: 0 1.2rem 2.8rem rgba(4, 46, 81, .13);
  }
}

@media (max-width: 991.98px) {
  .oc-unger-home-intro .oc-split-intro__heading {
    position: static;
  }

  .oc-unger-photo-story {
    grid-template-columns: 1fr;
  }

  .oc-unger-photo-story__image img {
    max-height: 30rem;
  }

  .oc-unger-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oc-unger-logo-card--wide,
  .oc-unger-logo-card--panoramic {
    grid-column: span 2;
  }
}

@media (max-width: 767.98px) {
  .oc-unger-section,
  .oc-unger-logo-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .oc-unger-home-intro__portrait {
    float: none;
    width: min(75%, 17rem);
    margin: 0 auto 1.75rem;
  }

  .oc-unger-principles,
  .oc-unger-two-up,
  .oc-unger-programs,
  .oc-unger-community__card,
  .oc-unger-action-cards {
    grid-template-columns: 1fr;
  }

  .oc-unger--endorsements .oc-unger-mini-hero__inner {
    flex-wrap: wrap;
  }

  .oc-unger-hero-button {
    margin-left: 0;
  }

  .oc-unger-community__copy {
    padding-top: 1.5rem;
    padding-left: 0;
    border-top: .25rem solid var(--unger-blue-bright);
    border-left: 0;
  }

  .oc-unger-mini-hero__inner {
    gap: 1rem;
  }

  .oc-unger-mini-hero--portrait .oc-unger-mini-hero__inner {
    align-items: flex-start;
  }

  .oc-unger-mini-hero--portrait figure {
    flex-basis: 7rem;
  }

  .oc-unger-photo-story {
    width: calc(100% - 2rem);
  }

  .oc-unger-photo-story__image img {
    min-height: 240px;
  }

  .oc-unger-table-card {
    margin-right: -.75rem;
    margin-left: -.75rem;
    border-radius: .85rem;
  }

  .oc-unger-logo-grid {
    grid-template-columns: 1fr;
  }

  .oc-unger-logo-card,
  .oc-unger-logo-card--wide,
  .oc-unger-logo-card--panoramic,
  #oc-unger-logo-grid-2026 > .oc-gallery-item,
  #oc-unger-logo-grid-2022 > .oc-gallery-item {
    grid-column: auto !important;
    min-height: 15rem;
  }

  .oc-unger-donation-frame {
    padding: .35rem;
    border-radius: .75rem;
  }
}

@media (max-width: 479.98px) {
  .oc-unger-mini-hero--portrait .oc-unger-mini-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .oc-unger-mini-hero--portrait figure {
    width: 6.5rem;
    grid-row: 1;
  }

  .oc-unger-mini-hero--portrait h1 {
    font-size: 2.15rem;
  }
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .oc-unger {
    --unger-navy-deep: #062f55;
    --unger-blue-bright: #83b3d5;
    --unger-line: rgba(2, 82, 138, .14);
  }
}





.display-1,.display-2,.display-3,.display-4,.display-5,.display-6{font-weight:300;line-height:1.2}
.display-1{font-size:2.75rem}
.display-2{font-size:2.4rem}
.display-3{font-size:2rem}
.display-4{font-size:1.75rem}
.display-5{font-size:1.5rem}
.display-6{font-size:1.25rem}
.lead{font-size:1.2rem; font-weight:400;line-height:normal}
@media (max-width:768px){.display-1{font-size:2.2rem}.display-2{font-size:2rem}.display-3{font-size:1.8rem}.display-4{font-size:1.6rem}.display-5{font-size:1.4rem}.display-6{font-size:1.2rem}lead{font-size:1.1rem}}