/* =========================================================
   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.
   ========================================================= */


.site-header ul.nav.gap-2 {
  gap: 0 !important;
}


.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}}




/* Gunderson home page â add to /UserFiles/css/site-overrides.css */
.oc-home-gunderson {
  --home-navy: var(--oc-primary, #143a69);
  --home-navy-deep: color-mix(in srgb, var(--home-navy) 78%, #000);
  --home-gold: #977e45;
  --home-gold-light: #d9c58f;
  --home-ink: var(--oc-text, #1f2933);
  --home-surface: #f6f3ec;
  color: var(--home-ink);
}

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

.oc-home-gunderson h1,
.oc-home-gunderson h2,
.oc-home-gunderson h3,
.oc-home-gunderson p {
  margin-top: 0;
}

.oc-home-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(135deg, var(--home-navy-deep), var(--home-navy));
  color: #fff;
}

.oc-home-hero::after {
  position: absolute;
  z-index: -1;
  width: clamp(18rem, 38vw, 34rem);
  height: clamp(18rem, 38vw, 34rem);
  right: -8rem;
  bottom: -15rem;
  border: clamp(2rem, 6vw, 5rem) solid rgba(151,126,69,.34);
  border-radius: 50%;
  content: "";
}

.oc-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, .36fr);
  align-items: end;
  gap: clamp(1rem, 4vw, 4rem);
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4rem, 3vw, 7.5rem) 0 0;
}

.oc-home-hero__copy {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.oc-home-hero__portrait {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0;
  text-align: center;
}

.oc-home-hero__portrait::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -7rem;
  width: clamp(16rem, 28vw, 25rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.055);
  content: "";
  transform: translateX(-50%);
}

.oc-home-hero__portrait img {
  display: block;
  width: auto;
  max-width: 100%;
  height: min(38rem, 60vw);
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 1.5rem 2rem rgba(0,0,0,.3));
}

.oc-home-eyebrow,
.oc-home-kicker {
  margin-bottom: 1rem;
  color: var(--home-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.oc-home-hero .oc-home-eyebrow { color: var(--home-gold-light); }

.oc-home-hero h1 {
  max-width: 780px;
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: clamp(3rem, 8vw, 6.75rem);
  font-weight: 800;
  line-height: .92;
}

.oc-home-hero__lead {
  max-width: 720px;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
  color: rgba(255,255,255,.84);
  font-size: clamp(1.1rem, 2.3vw, 1.45rem);
  line-height: 1.55;
}

.oc-home-credentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 880px;
  border-top: 1px solid rgba(255,255,255,.2);
}

.oc-home-credential {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1.4rem 0 0;
}

.oc-home-credential strong {
  color: var(--home-gold-light);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.oc-home-credential span {
  max-width: 10rem;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  line-height: 1.35;
}

.oc-home-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 2.5rem));
  margin: -1.25rem auto 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(10,29,52,.16);
}

.oc-home-actions a {
  display: flex;
  min-height: 7.5rem;
  flex-direction: column;
  justify-content: center;
  padding: 1.4rem;
  border-right: 1px solid rgba(20,58,105,.12);
  color: var(--home-navy) !important;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.oc-home-actions a:last-child { border-right: 0; }
.oc-home-actions a:hover,
.oc-home-actions a:focus-visible {
  background: var(--home-gold);
  color: #fff !important;
  transform: translateY(-2px);
}
.oc-home-actions span { font-size: 1.06rem; font-weight: 800; }
.oc-home-actions small { margin-top: .25rem; color: inherit; opacity: .72; }

.oc-home-intro,
.oc-home-vision {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.oc-home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.oc-home-intro__copy,
.oc-home-proof__heading,
.oc-home-proof__content {
  min-width: 0;
  width: 100%;
}

.oc-home-intro h2,
.oc-home-proof h2,
.oc-home-intro p,
.oc-home-proof p,
.oc-home-checklist li {
  overflow-wrap: break-word;
}

.oc-home-intro h2,
.oc-home-section-heading h2,
.oc-home-proof h2 {
  margin-bottom: 1.3rem;
  color: var(--home-navy);
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
}

.oc-home-intro__copy > p:not(.oc-home-kicker) { line-height: 1.75; }
.oc-home-intro__lead { font-size: 1.18rem; font-weight: 650; }

.oc-home-button {
  display: inline-block;
  margin-top: .75rem;
  padding: .9rem 1.35rem;
  border: 2px solid var(--home-navy);
  border-radius: var(--oc-button-radius, .5rem);
  background: var(--home-navy);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.oc-home-button:hover,
.oc-home-button:focus-visible { background: var(--home-gold); border-color: var(--home-gold); }

.oc-home-intro__image {
  position: relative;
  margin: 0;
}

.oc-home-intro__image::before {
  position: absolute;
  inset: 1.25rem -1.25rem -1.25rem 1.25rem;
  z-index: -1;
  border: 2px solid var(--home-gold);
  border-radius: 1.25rem;
  content: "";
}

.oc-home-intro__image img {
  display: block;
  width: 100%;
  height: clamp(22rem, 42vw, 34rem);
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 3rem rgba(10,29,52,.18);
}

/* Support CMS output that saves the image directly inside the section. */
.oc-home-intro > img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: clamp(22rem, 42vw, 34rem);
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 3rem rgba(10,29,52,.18);
}

.oc-home-proof {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(4.5rem, 9vw, 7rem) 0;
  background: var(--home-surface);
}

.oc-home-proof__inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 7vw, 6rem);
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.oc-home-proof__heading > p:last-child { max-width: 30rem; font-size: 1.12rem; line-height: 1.65; }
.oc-home-proof__content { display: grid; grid-template-columns: 1fr; align-items: end; gap: 2rem; }
.oc-home-checklist { width: 100%; max-width: 100%; margin: 0; padding: 0; list-style: none; }
.oc-home-checklist li {

position: relative;
  padding: .85rem 0 .85rem 2rem;
  border-bottom: 1px solid rgba(20,58,105,.14);
  font-weight: 700;
}
.oc-home-checklist li::before {
     font: var(--fa-font-solid); position: absolute;
  left: 0;
  color: var(--home-gold);
  content: "\f00c";
  font-weight: 900;
}
.oc-home-vision { padding: clamp(5rem, 10vw, 8rem) 0; }
.oc-home-section-heading { max-width: 760px; margin-bottom: 3rem; }
.oc-home-section-heading > p:last-child { font-size: 1.15rem; }
.oc-home-vision__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.oc-home-vision__grid article {
  position: relative;
  min-height: 14rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(20,58,105,.13);
  border-top: .35rem solid var(--home-gold);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .75rem 2rem rgba(10,29,52,.07);
}
.oc-home-vision__grid article > span {
  position: absolute;
  right: 1.25rem;
  top: .25rem;
  color: rgba(20,58,105,.07);
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
}
.oc-home-vision__grid h3 { position: relative; margin-bottom: .8rem; color: var(--home-navy); font-size: 1.65rem; font-weight: 800; }
.oc-home-vision__grid p { position: relative; margin-bottom: 0; line-height: 1.65; }

.oc-home-commitment {
  display: grid;
  grid-template-columns: .35fr 1.65fr;
  gap: 2rem;
  margin-top: 1.25rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 1rem;
  background: var(--home-navy);
  color: #fff;
}
.oc-home-commitment .oc-home-kicker { margin: .25rem 0 0; color: var(--home-gold-light); }
.oc-home-commitment > p:last-child { margin-bottom: 0; font-size: clamp(1.15rem, 2.5vw, 1.5rem); font-weight: 650; line-height: 1.55; }

@media (max-width: 991.98px) {
  .oc-home-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(11rem, .3fr); }
  .oc-home-hero__portrait img { height: min(31rem, 58vw); }
  .oc-home-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oc-home-actions a:nth-child(2) { border-right: 0; }
  .oc-home-actions a:nth-child(-n+2) { border-bottom: 1px solid rgba(20,58,105,.12); }
  .oc-home-intro { grid-template-columns: 1fr; }
  .oc-home-intro__image,
  .oc-home-intro > img { max-width: 760px; }
  .oc-home-proof__inner { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .oc-home-hero__inner {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
  }
  .oc-home-hero__copy { padding-bottom: 1rem; }
  .oc-home-hero__portrait { justify-self: center; }
  .oc-home-hero__portrait img { height: min(28rem, 105vw); }
  .oc-home-credentials { grid-template-columns: 1fr; }
  .oc-home-credential { border-bottom: 1px solid rgba(255,255,255,.14); padding: 1rem 0; }
  .oc-home-credential:last-child { border-bottom: 0; }
  .oc-home-intro__image::before { inset: .75rem -.5rem -.75rem .5rem; }
  .oc-home-intro > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }
  .oc-home-proof__content { grid-template-columns: 1fr; }
  .oc-home-vision__grid { grid-template-columns: 1fr; }
  .oc-home-commitment { grid-template-columns: 1fr; gap: .75rem; }
}

@media (max-width: 575.98px) {
  .oc-home-actions { grid-template-columns: 1fr; }
  .oc-home-actions a { min-height: 6.25rem; border-right: 0; border-bottom: 1px solid rgba(20,58,105,.12); }
  .oc-home-actions a:nth-child(3) { border-bottom: 1px solid rgba(20,58,105,.12); }
  .oc-home-actions a:last-child { border-bottom: 0; }
  .oc-home-intro__image img { height: 18rem; }
  .oc-home-intro,
  .oc-home-proof__inner { width: min(100% - 2rem, 1180px); }
  .oc-home-intro h2,
  .oc-home-proof h2 { font-size: clamp(2rem, 11vw, 2.75rem); }
}

@media (prefers-reduced-motion: reduce) {
  .oc-home-actions a { transition: none; }
}


/* Gunderson about page add to /UserFiles/css/site-overrides.css */
.oc-about-gunderson {
  --about-navy: var(--oc-primary, #143a69);
  --about-navy-deep: color-mix(in srgb, var(--about-navy) 78%, #000);
  --about-gold: #977e45;
  --about-gold-light: #d9c58f;
  --about-ink: var(--oc-text, #1f2933);
  --about-surface: #f6f3ec;
  color: var(--about-ink);
}

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

.oc-about-gunderson h1,
.oc-about-gunderson h2,
.oc-about-gunderson h3,
.oc-about-gunderson p { margin-top: 0; }

.oc-about-kicker {
  margin-bottom: 1rem;
  color: var(--about-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.oc-about-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(135deg, var(--about-navy-deep), var(--about-navy));
  color: #fff;
}

.oc-about-hero::after {
  position: absolute;
  z-index: -1;
  width: clamp(19rem, 40vw, 37rem);
  height: clamp(19rem, 40vw, 37rem);
  right: -8rem;
  bottom: -17rem;
  border: clamp(2rem, 6vw, 5rem) solid rgba(151,126,69,.32);
  border-radius: 50%;
  content: "";
}

.oc-about-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, .62fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.oc-about-hero__copy { position: relative; z-index: 1; }
.oc-about-hero .oc-about-kicker { color: var(--about-gold-light); }
.oc-about-hero h1 {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: clamp(3.75rem, 9vw, 7rem);
  font-weight: 800;

  line-height: .88;
}
.oc-about-hero__copy > p:last-child {
  max-width: 36rem;
  margin-bottom: 0;
  color: rgba(255,255,255,.83);
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  line-height: 1.5;
}

.oc-about-hero__portrait { position: relative; z-index: 1; margin: 0; }
.oc-about-hero__portrait::before {
  position: absolute;
  z-index: -1;
  inset: 1.25rem -1.25rem -1.25rem 1.25rem;
  border: 2px solid var(--about-gold);
  border-radius: 1.25rem;
  content: "";
}
.oc-about-hero__portrait img {
  display: block;
  width: 100%;
  max-height: 36rem;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 3rem rgba(0,0,0,.32);
}

.oc-about-opening,
.oc-about-story,
.oc-about-qualifications,
.oc-about-closing {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.oc-about-opening {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.oc-about-opening h2,
.oc-about-story h2,
.oc-about-priorities h2,
.oc-about-section-heading h2 {
  margin-bottom: 1.25rem;
  color: var(--about-navy);
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

.oc-about-opening__copy p,
.oc-about-story__copy p { line-height: 1.75; }
.oc-about-lead { font-size: 1.22rem; font-weight: 650; }

.oc-about-story { border-top: 1px solid rgba(20,58,105,.14); }
.oc-about-story__chapter {
  position: relative;
  display: grid;
  grid-template-columns: .1fr .8fr 1.1fr;
  gap: clamp(1.25rem, 4vw, 3.5rem);
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  border-bottom: 1px solid rgba(20,58,105,.14);
}
.oc-about-story__number {
  color: var(--about-gold);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.oc-about-story h2 { font-size: clamp(2rem, 4vw, 3.25rem); }

.oc-about-priorities {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: clamp(4.5rem, 9vw, 7rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background: var(--about-surface);
}
.oc-about-priorities__intro { max-width: 780px; margin-bottom: 3rem; }
.oc-about-priorities__intro > p:last-child { font-size: 1.15rem; line-height: 1.65; }
.oc-about-priorities__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  counter-reset: priority;
  list-style: none;
}
.oc-about-priorities__list li {
  counter-increment: priority;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1rem;
  min-height: 9rem;
  padding: 1.5rem;
  border: 1px solid rgba(20,58,105,.12);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .65rem 1.5rem rgba(10,29,52,.05);
}
.oc-about-priorities__list li::before {
  grid-row: 1 / span 2;
  color: var(--about-gold);
  content: counter(priority, decimal-leading-zero);
  font-weight: 900;
}
.oc-about-priorities__list strong { color: var(--about-navy); font-size: 1.3rem; }
.oc-about-priorities__list span { grid-column: 2; line-height: 1.55; }

.oc-about-qualifications { padding: clamp(5rem, 10vw, 8rem) 0; }
.oc-about-section-heading { max-width: 760px; margin-bottom: 3rem; }
.oc-about-qualifications__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.oc-about-qualifications__grid article {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border-top: .35rem solid var(--about-gold);
  border-radius: 1rem;
  background: var(--about-navy);
  color: #fff;
  box-shadow: 0 .9rem 2rem rgba(10,29,52,.13);
}
.oc-about-qualifications__grid article > span {
  position: absolute;
  right: 1rem;
  top: .35rem;
  color: rgba(255,255,255,.07);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}
.oc-about-qualifications__grid h3 { position: relative; max-width: 14rem; margin-bottom: 1.25rem; color: #fff; font-size: 1.45rem; font-weight: 800; }
.oc-about-qualifications__grid ul { position: relative; margin: 0; padding-left: 1.2rem; }
.oc-about-qualifications__grid li { margin-bottom: .65rem; color: rgba(255,255,255,.85); line-height: 1.5; }

.oc-about-closing {
  margin-bottom: clamp(4rem, 9vw, 7rem);
  padding: clamp(2.5rem, 6vw, 4.5rem);
  border: 1px solid rgba(20,58,105,.12);
  border-radius: 1.25rem;
  background: var(--about-surface);
  text-align: center;
}
.oc-about-closing blockquote { max-width: 900px; margin: 0 auto 2rem; padding: 0; border: 0; }
.oc-about-closing blockquote p { color: var(--about-navy); font-size: clamp(1.65rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.25; }
.oc-about-closing > p { max-width: 680px; margin: 0 auto 2rem; font-size: 1.12rem; line-height: 1.65; }
.oc-about-closing > strong,
.oc-about-closing > span { display: block; }
.oc-about-closing > strong { color: var(--about-navy); font-size: 1.25rem; }
.oc-about-closing > span { margin-top: .35rem; color: var(--about-gold); font-weight: 800; }

@media (max-width: 991.98px) {
  .oc-about-hero__inner { grid-template-columns: 1fr .7fr; }
  .oc-about-opening { grid-template-columns: 1fr; gap: 1rem; }
  .oc-about-story__chapter { grid-template-columns: auto 1fr; }
  .oc-about-story__copy { grid-column: 2; }
}

@media (max-width: 767.98px) {
  .oc-about-hero__inner { grid-template-columns: 1fr; }
  .oc-about-hero__portrait { width: min(100%, 30rem); }
  .oc-about-hero__portrait img { max-height: 32rem; }
  .oc-about-priorities__list,
  .oc-about-qualifications__grid { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .oc-about-story__chapter { grid-template-columns: 1fr; gap: .75rem; }
  .oc-about-story__copy { grid-column: 1; }
  .oc-about-priorities__list li { min-height: 0; }
}


/* Gunderson voting information page ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ add to /UserFiles/css/site-overrides.css */
.oc-vote-gunderson {
  --vote-navy: var(--oc-primary, #143a69);
  --vote-navy-deep: color-mix(in srgb, var(--vote-navy) 78%, #000);
  --vote-gold: #977e45;
  --vote-gold-light: #d9c58f;
  --vote-ink: var(--oc-text, #1f2933);
  --vote-surface: #f6f3ec;
  color: var(--vote-ink);
}

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

.oc-vote-gunderson h1,
.oc-vote-gunderson h2,
.oc-vote-gunderson h3,
.oc-vote-gunderson p { margin-top: 0; }

/* Natural letter spacing is intentional for the condensed heading font. */
.oc-vote-gunderson h1,
.oc-vote-gunderson h2 { letter-spacing: normal; }

.oc-vote-kicker {
  margin-bottom: 1rem;
  color: var(--vote-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.oc-vote-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(135deg, var(--vote-navy-deep), var(--vote-navy));
  color: #fff;
}

.oc-vote-hero::after {
  position: absolute;
  z-index: -1;
  width: clamp(18rem, 38vw, 34rem);
  height: clamp(18rem, 38vw, 34rem);
  right: -8rem;
  bottom: -16rem;
  border: clamp(2rem, 6vw, 5rem) solid rgba(151,126,69,.32);
  border-radius: 50%;
  content: "";
}

.oc-vote-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 8vw, 7rem);
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) 0;
}
.oc-vote-hero .oc-vote-kicker { color: var(--vote-gold-light); }
.oc-vote-hero h1 {
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: clamp(3.75rem, 9vw, 7rem);
  font-weight: 800;
  line-height: .9;
}
.oc-vote-hero__copy > p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.84); font-size: clamp(1.1rem, 2.3vw, 1.4rem); line-height: 1.55; }

.oc-vote-date {
  position: relative;
  z-index: 1;
  display: flex;
  width: clamp(15rem, 24vw, 19rem);
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  box-shadow: 0 1.5rem 3rem rgba(0,0,0,.2);
  text-align: center;
}
.oc-vote-date span { color: var(--vote-gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.oc-vote-date strong { margin: .35rem 0; color: #fff; font-size: clamp(2.7rem, 5vw, 4.2rem); line-height: .95; }
.oc-vote-date small { color: rgba(255,255,255,.78); font-weight: 700; }

.oc-vote-details,
.oc-vote-actions,
.oc-vote-timeline,
.oc-vote-bring,
.oc-vote-closing {
  width: min(1180px, calc(100% - 2.5rem));
  margin-right: auto;
  margin-left: auto;
}
.oc-vote-details { padding: clamp(5rem, 9vw, 7rem) 0 3rem; }
.oc-vote-details__heading { max-width: 760px; }
.oc-vote-details h2,
.oc-vote-section-heading h2,
.oc-vote-bring h2 {
  margin-bottom: 1.5rem;
  color: var(--vote-navy);
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
}
.oc-vote-details__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2.25rem; border-top: 1px solid rgba(20,58,105,.15); border-bottom: 1px solid rgba(20,58,105,.15); }
.oc-vote-details__facts > div { display: flex; min-height: 8.5rem; flex-direction: column; justify-content: center; padding: 1.25rem; border-right: 1px solid rgba(20,58,105,.15); }
.oc-vote-details__facts > div:last-child { border-right: 0; }
.oc-vote-details__facts strong { color: var(--vote-navy); font-size: 1.4rem; }
.oc-vote-details__facts span { margin-top: .3rem; color: var(--oc-muted-text, #5f6873); line-height: 1.45; }
.oc-vote-details__note { max-width: 850px; margin: 1.25rem 0 0; color: var(--oc-muted-text, #5f6873); font-size: .92rem; line-height: 1.55; }

.oc-vote-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding: 1rem 0 clamp(5rem, 10vw, 8rem); }
.oc-vote-actions a {
  position: relative;
  display: flex;
  min-height: 19rem;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border-top: .35rem solid var(--vote-gold);
  border-radius: 1rem;
  background: var(--vote-navy);
  color: #fff !important;
  box-shadow: 0 1rem 2.2rem rgba(10,29,52,.14);
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease;
}
.oc-vote-actions a:hover,
.oc-vote-actions a:focus-visible { background: var(--vote-navy-deep); transform: translateY(-4px); }
.oc-vote-actions a > span { position: absolute; right: 1rem; top: .4rem; color: rgba(255,255,255,.07); font-size: 5rem; font-weight: 900; line-height: 1; }
.oc-vote-actions strong { position: relative; max-width: 13rem; margin-bottom: 1rem; font-size: 1.55rem; line-height: 1.1; }
.oc-vote-actions small { position: relative; color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.55; }
.oc-vote-actions b { position: relative; margin-top: auto; padding-top: 2rem; color: var(--vote-gold-light); font-size: .85rem; }

.oc-vote-timeline {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(4.5rem, 9vw, 7rem) max(1.25rem, calc((100vw - 1180px) / 2));
  background: var(--vote-surface);
}
.oc-vote-section-heading { max-width: 760px; margin-bottom: 3rem; }
.oc-vote-timeline ol { margin: 0; padding: 0; list-style: none; }
.oc-vote-timeline li { display: grid; grid-template-columns: minmax(7rem, .35fr) 1.65fr; gap: clamp(1.25rem, 5vw, 4rem); padding: 1.5rem 0; border-top: 1px solid rgba(20,58,105,.15); }
.oc-vote-timeline li:last-child { border-bottom: 1px solid rgba(20,58,105,.15); }
.oc-vote-timeline time { color: var(--vote-gold); font-size: 1.15rem; font-weight: 900; }
.oc-vote-timeline li div { display: flex; flex-direction: column; }
.oc-vote-timeline li strong { color: var(--vote-navy); font-size: 1.2rem; }
.oc-vote-timeline li span { margin-top: .25rem; line-height: 1.55; }

.oc-vote-bring { padding: clamp(5rem, 10vw, 8rem) 0; }
.oc-vote-bring__intro { max-width: 700px; margin-bottom: 2.5rem; }
.oc-vote-bring__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.oc-vote-bring__grid article { position: relative; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid rgba(20,58,105,.13); border-radius: 1rem; box-shadow: 0 .75rem 2rem rgba(10,29,52,.07); }
.oc-vote-bring__grid article > span { display: grid; width: 3rem; height: 3rem; place-items: center; margin-bottom: 1.25rem; border-radius: 50%; background: var(--vote-gold); color: #fff; font-size: 1.35rem; font-weight: 900; }
.oc-vote-bring__grid h3 { margin-bottom: .8rem; color: var(--vote-navy); font-size: 1.5rem; font-weight: 800; }
.oc-vote-bring__grid p { line-height: 1.65; }
.oc-vote-bring__grid a { color: var(--vote-navy); font-weight: 800; }

.oc-vote-closing { margin-bottom: clamp(4rem, 9vw, 7rem); padding: clamp(2.5rem, 6vw, 4.5rem); border-radius: 1.25rem; background: var(--vote-navy); color: #fff; text-align: center; }
.oc-vote-closing .oc-vote-kicker { color: var(--vote-gold-light); }
.oc-vote-closing blockquote { max-width: 900px; margin: 0 auto; padding: 0; border: 0; }
.oc-vote-closing blockquote p { color: #fff; font-size: clamp(1.45rem, 3.5vw, 2.4rem); font-weight: 750; line-height: 1.35; }
.oc-vote-closing blockquote footer { color: var(--vote-gold-light); font-weight: 800; }

@media (max-width: 991.98px) {
  .oc-vote-actions { grid-template-columns: 1fr; }
  .oc-vote-actions a { min-height: 14rem; }
}

@media (max-width: 767.98px) {
  .oc-vote-hero__inner { grid-template-columns: 1fr; }
  .oc-vote-date { width: min(17rem, 75vw); }
  .oc-vote-details__facts,
  .oc-vote-bring__grid { grid-template-columns: 1fr; }
  .oc-vote-details__facts > div { min-height: 6.5rem; border-right: 0; border-bottom: 1px solid rgba(20,58,105,.15); }
  .oc-vote-details__facts > div:last-child { border-bottom: 0; }
}

@media (max-width: 575.98px) {
  .oc-vote-timeline li { grid-template-columns: 1fr; gap: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .oc-vote-actions a { transition: none; }
}


/* Gunderson endorsements page add to /UserFiles/css/site-overrides.css */
/* Gunderson endorsements page — add to /UserFiles/css/site-overrides.css */
.oc-endorse-gunderson {
  --endorse-navy: var(--oc-primary, #143a69);
  --endorse-navy-deep: color-mix(in srgb, var(--endorse-navy) 78%, #000);
  --endorse-gold: #977e45;
  --endorse-gold-light: #d9c58f;
  --endorse-ink: var(--oc-text, #1f2933);
  --endorse-surface: #f6f3ec;
  color: var(--endorse-ink);
}

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

.oc-endorse-gunderson h1,
.oc-endorse-gunderson h2,
.oc-endorse-gunderson h3,
.oc-endorse-gunderson p { margin-top: 0; }

.oc-endorse-gunderson h1,
.oc-endorse-gunderson h2 { letter-spacing: normal; }

.oc-endorse-kicker {
  margin-bottom: 1rem;
  color: var(--endorse-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.oc-endorse-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(135deg, var(--endorse-navy-deep), var(--endorse-navy));
  color: #fff;
}

.oc-endorse-hero::after {
  position: absolute;
  z-index: -1;
  width: clamp(20rem, 42vw, 38rem);
  height: clamp(20rem, 42vw, 38rem);
  right: -8rem;
  bottom: -18rem;
  border: clamp(2rem, 6vw, 5rem) solid rgba(151,126,69,.32);
  border-radius: 50%;
  content: "";
}

.oc-endorse-hero__inner {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 10vw, 8rem) 0;
}
.oc-endorse-hero .oc-endorse-kicker { color: var(--endorse-gold-light); }
.oc-endorse-hero h1 {
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 800;
  line-height: .88;
}
.oc-endorse-hero__inner > p:not(.oc-endorse-kicker) {
  max-width: 760px;
  margin-bottom: 2rem;
  color: rgba(255,255,255,.84);
  font-size: clamp(1.1rem, 2.3vw, 1.4rem);
  line-height: 1.6;
}

.oc-endorse-button {
  display: inline-block;
  padding: .95rem 1.4rem;
  border: 2px solid var(--endorse-gold);
  border-radius: var(--oc-button-radius, .5rem);
  background: var(--endorse-gold);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.oc-endorse-button:hover,
.oc-endorse-button:focus-visible { border-color: #fff; background: #fff; color: var(--endorse-navy) !important; transform: translateY(-2px); }

.oc-endorse-intro,
.oc-endorse-form-section {
  width: min(1180px, calc(100% - 2.5rem));
  margin-right: auto;
  margin-left: auto;
}
.oc-endorse-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(5rem, 10vw, 8rem) 0;
}
.oc-endorse-intro__copy {
  min-width: 0;
  width: 100%;
}
.oc-endorse-intro h2,
.oc-endorse-intro p {
  overflow-wrap: break-word;
}
.oc-endorse-intro h2,
.oc-endorse-invite h2,
.oc-endorse-form-section h2 {
  margin-bottom: 1.25rem;
  color: var(--endorse-navy);
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
}
.oc-endorse-intro__copy p { line-height: 1.75; }
.oc-endorse-intro__copy > p:not(.oc-endorse-kicker):first-of-type { font-size: 1.15rem; font-weight: 650; }
.oc-endorse-intro__image {
  position: relative;
  margin: 0;
}
.oc-endorse-intro__image::before {
  position: absolute;
  z-index: -1;
  inset: 1rem -1rem -1rem 1rem;
  border: 2px solid var(--endorse-gold);
  border-radius: 1.15rem;
  content: "";
}
.oc-endorse-intro__image img {
  display: block;
  width: 100%;
  height: clamp(21rem, 38vw, 31rem);
  object-fit: cover;
  border-radius: 1.15rem;
  box-shadow: 0 1.25rem 2.75rem rgba(10,29,52,.17);
}

/* Support CMS output that saves the image directly inside the section. */
.oc-endorse-intro > img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: clamp(21rem, 38vw, 31rem);
  object-fit: cover;
  border-radius: 1.15rem;
  box-shadow: 0 1.25rem 2.75rem rgba(10,29,52,.17);
}

.oc-endorse-wall {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background:
    linear-gradient(135deg, rgba(151,126,69,.08), transparent 48%),
    var(--endorse-surface);
}
.oc-endorse-wall__inner { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; }

/* Convert the tool's Bootstrap rows into a masonry-style quote wall. */
.oc-endorse-gunderson .oc-endorsement-list {
  display: block;
  margin: 0;
  column-count: 2;
  column-gap: 1.25rem;
}
.oc-endorse-gunderson .oc-endorsement-list > div {
  display: inline-block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 1.25rem;
  break-inside: avoid;
}
.oc-endorse-gunderson .oc-endorsement-list > div:has(.oc-endorsement-card-featured) {
  display: block;
  column-span: all;
}
.oc-endorse-gunderson .oc-endorsement-card,
.oc-endorse-gunderson .oc-endorsement-card.h-100 { height: auto !important; }
.oc-endorse-gunderson .oc-endorsement-list .oc-endorsement-card-inner {
  min-height: 0;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(20,58,105,.11);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .75rem 1.75rem rgba(10,29,52,.08);
}
.oc-endorse-gunderson .oc-endorsement-list .oc-endorsement-quote-mark {
  margin: 0 0 .75rem;
  color: var(--endorse-gold);
  font-size: 1.7rem;
}
.oc-endorse-gunderson .oc-endorsement-list .oc-endorsement-quote {
  margin: 0;
  color: var(--endorse-ink);
  font-size: 1rem;
  line-height: 1.7;
}
.oc-endorse-gunderson .oc-endorsement-meta {
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(20,58,105,.11);
}
.oc-endorse-gunderson .oc-endorsement-name { color: var(--endorse-navy); font-size: 1.08rem; font-weight: 800; }
.oc-endorse-gunderson .oc-endorsement-organization,
.oc-endorse-gunderson .oc-endorsement-type { margin-top: .25rem; color: var(--oc-muted-text, #66707b); }

/* Featured endorsement becomes a full-width supporter spotlight. */
.oc-endorse-gunderson .oc-endorsement-card-featured .oc-endorsement-card-inner {
  position: relative;
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  border: 0;
  border-left: .45rem solid var(--endorse-gold);
  background: var(--endorse-navy);
  color: #fff;
  box-shadow: 0 1.2rem 2.8rem rgba(10,29,52,.2);
}
.oc-endorse-gunderson .oc-endorsement-card-featured .oc-endorsement-quote-mark { color: var(--endorse-gold-light); }
.oc-endorse-gunderson .oc-endorsement-card-featured .oc-endorsement-quote {
  max-width: 980px;
  color: #fff;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.7;
}
.oc-endorse-gunderson .oc-endorsement-card-featured .oc-endorsement-meta { border-color: rgba(255,255,255,.17); }
.oc-endorse-gunderson .oc-endorsement-card-featured .oc-endorsement-name { color: #fff; }
.oc-endorse-gunderson .oc-endorsement-card-featured .oc-endorsement-organization,
.oc-endorse-gunderson .oc-endorsement-card-featured .oc-endorsement-type { color: rgba(255,255,255,.7); }
.oc-endorse-gunderson .oc-endorsement-badge {
  top: 1.25rem;
  right: 1.25rem;
  background: var(--endorse-gold);
  color: #fff;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oc-endorse-invite {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: clamp(5rem, 10vw, 8rem) auto;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1.25rem;
  background: var(--endorse-navy);
  color: #fff;
}
.oc-endorse-invite .oc-endorse-kicker { color: var(--endorse-gold-light); }
.oc-endorse-invite h2 { color: #fff; }
.oc-endorse-invite__copy > p:last-child { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.8); line-height: 1.65; }
.oc-endorse-button--light { border-color: #fff; background: #fff; color: var(--endorse-navy) !important; white-space: nowrap; }
.oc-endorse-button--light:hover,
.oc-endorse-button--light:focus-visible { border-color: var(--endorse-gold); background: var(--endorse-gold); color: #fff !important; }

.oc-endorse-form-section { padding-bottom: clamp(5rem, 10vw, 8rem); scroll-margin-top: 2rem; }
.oc-endorse-form-section__heading { max-width: 780px; margin-bottom: 2.5rem; }
.oc-endorse-form-section__heading > p:last-child { line-height: 1.65; }
.oc-endorse-form-card {
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgba(20,58,105,.12);
  border-top: .4rem solid var(--endorse-gold);
  border-radius: 1rem;
  background: var(--endorse-surface);
  box-shadow: 0 1rem 2.5rem rgba(10,29,52,.08);
}
.oc-endorse-form-card .endorsement-form-v2 { margin-top: 0 !important; }
.oc-endorse-form-card .form-label { color: var(--endorse-navy); font-weight: 750; }
.oc-endorse-form-card .form-control,
.oc-endorse-form-card .form-select {
  min-height: 3.25rem;
  border: 1px solid rgba(20,58,105,.2);
  border-radius: .55rem;
  background-color: #fff;
}
.oc-endorse-form-card textarea.form-control { min-height: 12rem; }
.oc-endorse-form-card .form-control:focus,
.oc-endorse-form-card .form-select:focus {
  border-color: var(--endorse-gold);
  box-shadow: 0 0 0 .2rem rgba(151,126,69,.18);
}
.oc-endorse-form-card .btn-primary {
  min-width: 14rem;
  margin-top: 1rem;
  padding: .85rem 1.5rem;
  border-color: var(--endorse-navy) !important;
  background: var(--endorse-navy) !important;
  font-weight: 800;
}
.oc-endorse-form-card .btn-primary:hover,
.oc-endorse-form-card .btn-primary:focus-visible { border-color: var(--endorse-gold) !important; background: var(--endorse-gold) !important; }

@media (max-width: 991.98px) {
  .oc-endorse-intro { grid-template-columns: 1fr; gap: 1rem; }
  .oc-endorse-intro__image,
  .oc-endorse-intro > img {
    max-width: 760px;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .oc-endorse-intro > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }
  .oc-endorse-gunderson .oc-endorsement-list { column-count: 1; }
  .oc-endorse-invite { grid-template-columns: 1fr; }
  .oc-endorse-invite .oc-endorse-button { justify-self: start; }
}

@media (max-width: 575.98px) {
  .oc-endorse-intro { width: min(100% - 2rem, 1180px); }
  .oc-endorse-intro h2 { font-size: clamp(2rem, 11vw, 2.75rem); }
  .oc-endorse-gunderson .oc-endorsement-badge { position: static; margin-bottom: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .oc-endorse-button { transition: none; }
}


/* Gunderson volunteer page ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ add to /UserFiles/css/site-overrides.css */
.oc-volunteer-gunderson {
  --volunteer-navy: var(--oc-primary, #143a69);
  --volunteer-navy-deep: color-mix(in srgb, var(--volunteer-navy) 78%, #000);
  --volunteer-gold: #977e45;
  --volunteer-gold-light: #d9c58f;
  --volunteer-ink: var(--oc-text, #1f2933);
  --volunteer-surface: #f6f3ec;
  color: var(--volunteer-ink);
}
.site-main:has(.oc-volunteer-gunderson) { margin-top: 0 !important; padding-top: 0 !important; }
.oc-volunteer-gunderson h1,
.oc-volunteer-gunderson h2,
.oc-volunteer-gunderson h3,
.oc-volunteer-gunderson p { margin-top: 0; }
.oc-volunteer-gunderson h1,
.oc-volunteer-gunderson h2 { letter-spacing: normal; }
.oc-volunteer-kicker {
  margin-bottom: .85rem;
  color: var(--volunteer-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;a
  text-transform: uppercase;
}
.oc-volunteer-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(135deg, var(--volunteer-navy-deep), var(--volunteer-navy));
  color: #fff;
}
.oc-volunteer-hero::after {
  position: absolute;
  z-index: -1;
  width: 28rem;
  height: 28rem;
  right: -8rem;
  bottom: -20rem;
  border: 3.5rem solid rgba(151,126,69,.3);
  border-radius: 50%;
  content: "";
}
.oc-volunteer-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}
.oc-volunteer-hero .oc-volunteer-kicker { color: var(--volunteer-gold-light); }
.oc-volunteer-hero h1 {
  max-width: 800px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(3.25rem, 7.5vw, 6.2rem);
  font-weight: 800;
  line-height: .9;
}
.oc-volunteer-hero__copy > p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.8); font-size: 1.16rem; line-height: 1.55; }
.oc-volunteer-hero__image { position: relative; z-index: 1; margin: 0; }
.oc-volunteer-hero__image img {
  display: block;
  width: 100%;
  max-height: 18rem;
  object-fit: contain;
  filter: drop-shadow(0 1.25rem 1.75rem rgba(0,0,0,.3));
}

.oc-volunteer-intro,
.oc-volunteer-ways,
.oc-volunteer-form-section {
  width: min(1180px, calc(100% - 2.5rem));
  margin-right: auto;
  margin-left: auto;
}
.oc-volunteer-intro {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}
.oc-volunteer-intro h2,
.oc-volunteer-form-section h2 {
  margin-bottom: 1.2rem;
  color: var(--volunteer-navy);
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
}
.oc-volunteer-intro__copy { max-width: 850px; }
.oc-volunteer-intro__copy p { line-height: 1.75; }
.oc-volunteer-intro__copy > p:not(.oc-volunteer-kicker):first-of-type { font-size: 1.15rem; font-weight: 650; }
.oc-volunteer-ways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: clamp(5rem, 10vw, 8rem); }
.oc-volunteer-ways > p {
  position: relative;
  display: flex;
  min-height: 12rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 1.75rem;
  overflow: hidden;
  border-top: .35rem solid var(--volunteer-gold);
  border-radius: 1rem;
  background: var(--volunteer-navy);
  color: #fff;
  box-shadow: 0 .9rem 2rem rgba(10,29,52,.13);
}
.oc-volunteer-ways span { position: absolute; right: .8rem; top: .2rem; color: rgba(255,255,255,.07); font-size: 4.5rem; font-weight: 900; line-height: 1; }
.oc-volunteer-ways strong { position: relative; font-size: 1.35rem; }
.oc-volunteer-ways small { position: relative; margin-top: .35rem; color: rgba(255,255,255,.75); font-size: .92rem; line-height: 1.45; }
.oc-volunteer-form-section { padding-bottom: clamp(5rem, 10vw, 8rem); }
.oc-volunteer-form-section__heading { max-width: 780px; margin-bottom: 2.25rem; }
.oc-volunteer-form-section__heading > p:last-child { line-height: 1.65; }
.oc-volunteer-form-card {
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgba(20,58,105,.12);
  border-top: .4rem solid var(--volunteer-gold);
  border-radius: 1rem;
  background: var(--volunteer-surface);
  box-shadow: 0 1rem 2.5rem rgba(10,29,52,.08);
}
.oc-volunteer-form-card .volunteer-form-v2 { margin-top: 0 !important; }
.oc-volunteer-form-card .form-label { color: var(--volunteer-navy); font-weight: 750; }
.oc-volunteer-form-card .form-control,
.oc-volunteer-form-card .form-select {
  min-height: 3.25rem;
  border: 1px solid rgba(20,58,105,.2);
  border-radius: .55rem;
  background-color: #fff;
}
.oc-volunteer-form-card textarea.form-control { min-height: 11rem; }
.oc-volunteer-form-card .form-control:focus,
.oc-volunteer-form-card .form-select:focus { border-color: var(--volunteer-gold); box-shadow: 0 0 0 .2rem rgba(151,126,69,.18); }
.oc-volunteer-form-card .form-check { padding: .75rem 1rem .75rem 2.2rem; border-radius: .5rem; background: rgba(255,255,255,.65); }
.oc-volunteer-form-card .btn-primary {
  min-width: 15rem;
  margin-top: 1rem;
  padding: .85rem 1.5rem;
  border-color: var(--volunteer-navy) !important;
  background: var(--volunteer-navy) !important;
  font-weight: 800;
}
.oc-volunteer-form-card .btn-primary:hover,
.oc-volunteer-form-card .btn-primary:focus-visible { border-color: var(--volunteer-gold) !important; background: var(--volunteer-gold) !important; }

@media (max-width: 767.98px) {
  .oc-volunteer-hero__inner { grid-template-columns: 1fr; }
  .oc-volunteer-ways { grid-template-columns: 1fr; }
}



/* Gunderson contact page ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ add to /UserFiles/css/site-overrides.css */
.oc-contact-gunderson {
  --contact-navy: var(--oc-primary, #143a69);
  --contact-navy-deep: color-mix(in srgb, var(--contact-navy) 78%, #000);
  --contact-gold: #977e45;
  --contact-gold-light: #d9c58f;
  --contact-ink: var(--oc-text, #1f2933);
  --contact-surface: #f6f3ec;
  color: var(--contact-ink);
}
.site-main:has(.oc-contact-gunderson) { margin-top: 0 !important; padding-top: 0 !important; }
.oc-contact-gunderson h1,
.oc-contact-gunderson h2,
.oc-contact-gunderson p { margin-top: 0; }
.oc-contact-gunderson h1,
.oc-contact-gunderson h2 { letter-spacing: normal; }
.oc-contact-kicker {
  margin-bottom: .85rem;
  color: var(--contact-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.oc-contact-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(135deg, var(--contact-navy-deep), var(--contact-navy));
  color: #fff;
}
.oc-contact-hero::after {
  position: absolute;
  z-index: -1;
  width: 28rem;
  height: 28rem;
  right: -8rem;
  bottom: -20rem;
  border: 3.5rem solid rgba(151,126,69,.3);
  border-radius: 50%;
  content: "";
}
.oc-contact-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .7fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}
.oc-contact-hero .oc-contact-kicker { color: var(--contact-gold-light); }
.oc-contact-hero h1 {
  max-width: 760px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
  font-weight: 800;
  line-height: .9;
}
.oc-contact-hero__copy > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.8); font-size: 1.2rem; }
.oc-contact-direct {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(255,255,255,.18);
  border-left: .35rem solid var(--contact-gold);
  border-radius: 1rem;
  background: rgba(255,255,255,.08);
}
.oc-contact-direct > span { display: block; margin-bottom: .55rem; color: var(--contact-gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.oc-contact-direct > a { color: #fff !important; font-size: clamp(1rem, 2vw, 1rem); font-weight: 800; overflow-wrap: anywhere; }
.oc-contact-social { margin-top: 1.25rem; margin-bottom: 1.25rem; color: #fff; }
.oc-contact-social a { color: #fff !important; }

.oc-contact-intro,
.oc-contact-form-section {
  width: min(1180px, calc(100% - 2.5rem));
  margin-right: auto;
  margin-left: auto;
}
.oc-contact-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}
.oc-contact-intro h2,
.oc-contact-form-section h2 {
  margin-bottom: 1.2rem;
  color: var(--contact-navy);
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
}
.oc-contact-intro__copy p { line-height: 1.75; }
.oc-contact-intro__copy > p:not(.oc-contact-kicker):first-of-type { font-size: 1.15rem; font-weight: 650; }
.oc-contact-intro__image {
  position: relative;
  margin: 0;
}
.oc-contact-intro__image::before {
  position: absolute;
  z-index: -1;
  inset: 1rem -1rem -1rem 1rem;
  border: 2px solid var(--contact-gold);
  border-radius: 1.15rem;
  content: "";
}
.oc-contact-intro__image img {
  display: block;
  width: 100%;
  height: clamp(21rem, 38vw, 31rem);
  object-fit: cover;
  border-radius: 1.15rem;
  box-shadow: 0 1.25rem 2.75rem rgba(10,29,52,.17);
}
.oc-contact-form-section { padding-bottom: clamp(5rem, 10vw, 8rem); }
.oc-contact-form-section__heading { max-width: 780px; margin-bottom: 2.25rem; }
.oc-contact-form-section__heading > p:last-child { line-height: 1.65; }
.oc-contact-form-card {
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgba(20,58,105,.12);
  border-top: .4rem solid var(--contact-gold);
  border-radius: 1rem;
  background: var(--contact-surface);
  box-shadow: 0 1rem 2.5rem rgba(10,29,52,.08);
}
.oc-contact-form-card .contact-form-v2 { margin-top: 0 !important; }
.oc-contact-form-card .form-label { color: var(--contact-navy); font-weight: 750; }
.oc-contact-form-card .form-control,
.oc-contact-form-card .form-select {
  min-height: 3.25rem;
  border: 1px solid rgba(20,58,105,.2);
  border-radius: .55rem;
  background-color: #fff;
}
.oc-contact-form-card textarea.form-control { min-height: 12rem; }
.oc-contact-form-card .form-control:focus,
.oc-contact-form-card .form-select:focus { border-color: var(--contact-gold); box-shadow: 0 0 0 .2rem rgba(151,126,69,.18); }
.oc-contact-form-card .btn-primary {
  min-width: 13rem;
  margin-top: 1rem;
  padding: .85rem 1.5rem;
  border-color: var(--contact-navy) !important;
  background: var(--contact-navy) !important;
  font-weight: 800;
}
.oc-contact-form-card .btn-primary:hover,
.oc-contact-form-card .btn-primary:focus-visible { border-color: var(--contact-gold) !important; background: var(--contact-gold) !important; }

@media (max-width: 767.98px) {
  .oc-contact-hero__inner,
  .oc-contact-intro { grid-template-columns: 1fr; }
  .oc-contact-intro { gap: 1rem; }
  .oc-contact-intro__image { margin-top: 1.5rem; }
}

/* Gunderson merchandise page Ã¢ÂÂ add to /UserFiles/css/site-overrides.css */
.oc-merch-gunderson {
  --merch-navy: var(--oc-primary, #143a69);
  --merch-navy-deep: color-mix(in srgb, var(--merch-navy) 78%, #000);
  --merch-gold: #977e45;
  --merch-gold-light: #d9c58f;
  --merch-ink: var(--oc-text, #1f2933);
  --merch-surface: #f6f3ec;
  color: var(--merch-ink);
}
.site-main:has(.oc-merch-gunderson) { margin-top: 0 !important; padding-top: 0 !important; }
.oc-merch-gunderson h1,
.oc-merch-gunderson h2,
.oc-merch-gunderson p { margin-top: 0; }
.oc-merch-gunderson h1,
.oc-merch-gunderson h2 { letter-spacing: normal; }
.oc-merch-kicker {
  margin-bottom: .85rem;
  color: var(--merch-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.oc-merch-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(135deg, var(--merch-navy-deep), var(--merch-navy));
  color: #fff;
}
.oc-merch-hero::after {
  position: absolute;
  z-index: -1;
  width: 28rem;
  height: 28rem;
  right: -8rem;
  bottom: -20rem;
  border: 3.5rem solid rgba(151,126,69,.3);
  border-radius: 50%;
  content: "";
}
.oc-merch-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}
.oc-merch-hero .oc-merch-kicker { color: var(--merch-gold-light); }
.oc-merch-hero h1 {
  max-width: 820px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(3.25rem, 7.5vw, 6.2rem);
  font-weight: 800;
  line-height: .9;
}
.oc-merch-hero__copy > p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.8); font-size: 1.16rem; line-height: 1.55; }
.oc-merch-hero__image { position: relative; z-index: 1; margin: 0; }
.oc-merch-hero__image img {
  display: block;
  width: 100%;
  max-height: 18rem;
  object-fit: contain;
  filter: drop-shadow(0 1.25rem 1.75rem rgba(0,0,0,.3));
}

.oc-merch-intro,
.oc-merch-products,
.oc-merch-availability {
  width: min(1180px, calc(100% - 2.5rem));
  margin-right: auto;
  margin-left: auto;
}
.oc-merch-intro { padding: clamp(4.5rem, 9vw, 7rem) 0; }
.oc-merch-intro__copy { max-width: 850px; }
.oc-merch-intro h2,
.oc-merch-product h2,
.oc-merch-availability h2 {
  margin-bottom: 1.2rem;
  color: var(--merch-navy);
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
}
.oc-merch-intro__copy > p:not(.oc-merch-kicker) { line-height: 1.75; }
.oc-merch-intro__copy > p:not(.oc-merch-kicker):first-of-type { font-size: 1.15rem; font-weight: 650; }

.oc-merch-products { border-top: 1px solid rgba(20,58,105,.14); }
.oc-merch-product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  border-bottom: 1px solid rgba(20,58,105,.14);
}
.oc-merch-product--reverse .oc-merch-product__image { grid-column: 2; }
.oc-merch-product--reverse .oc-merch-product__details { grid-column: 1; grid-row: 1; }
.oc-merch-product__image { position: relative; margin: 0; padding: clamp(1rem, 3vw, 2rem); border-radius: 1.15rem; background: var(--merch-surface); }
.oc-merch-product__image img { display: block; width: 100%; height: clamp(18rem, 34vw, 28rem); object-fit: contain; }
.oc-merch-product__details { position: relative; }
.oc-merch-product__number { margin-bottom: 1rem; color: var(--merch-gold); font-size: .85rem; font-weight: 900; letter-spacing: .12em; }
.oc-merch-product__details > p:last-child { line-height: 1.7; }
.oc-merch-price { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1.25rem; padding: .65rem .85rem; border-radius: .55rem; background: var(--merch-surface); color: var(--merch-navy); font-weight: 700; }
.oc-merch-price strong { color: var(--merch-gold); font-size: 1.25rem; }
.oc-merch-options { margin: 0; padding: 0; list-style: none; }
.oc-merch-options li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(20,58,105,.12); }
.oc-merch-options li:first-child { border-top: 1px solid rgba(20,58,105,.12); }
.oc-merch-options span { display: flex; flex-direction: column; }
.oc-merch-options strong { color: var(--merch-navy); }
.oc-merch-options small { margin-top: .2rem; color: var(--oc-muted-text, #66707b); line-height: 1.4; }
.oc-merch-options b { flex: 0 0 auto; color: var(--merch-gold); font-size: 1.15rem; }

.oc-merch-availability {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  margin-top: clamp(5rem, 10vw, 8rem);
  margin-bottom: clamp(5rem, 10vw, 8rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1.25rem;
  background: var(--merch-navy);
  color: #fff;
}
.oc-merch-availability .oc-merch-kicker { color: var(--merch-gold-light); }
.oc-merch-availability h2 { color: #fff; }
.oc-merch-availability div > p:last-child { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.8); line-height: 1.65; }
.oc-merch-availability > a {
  display: inline-block;
  padding: .95rem 1.4rem;
  border: 2px solid #fff;
  border-radius: var(--oc-button-radius, .5rem);
  background: #fff;
  color: var(--merch-navy) !important;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}
.oc-merch-availability > a:hover,
.oc-merch-availability > a:focus-visible { border-color: var(--merch-gold); background: var(--merch-gold); color: #fff !important; }

@media (max-width: 767.98px) {
  .oc-merch-hero__inner,
  .oc-merch-product,
  .oc-merch-availability { grid-template-columns: 1fr; }
  .oc-merch-product--reverse .oc-merch-product__image,
  .oc-merch-product--reverse .oc-merch-product__details { grid-column: 1; }
  .oc-merch-product--reverse .oc-merch-product__image { grid-row: 1; }
  .oc-merch-product--reverse .oc-merch-product__details { grid-row: 2; }
  .oc-merch-availability > a { justify-self: start; }
}
