@import url("/iv.css?v=20260721s");

/* State Navigate civic route-planner homepage. All redesign selectors are scoped. */
.iv-page {
  --iv-max: 1380px;
  margin: 0 !important;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  visibility: visible !important;
}
/* Keep display titles in the civic sans face even when legacy styles assign
   JetBrains Mono directly to nested spans. */
.iv-page h1,
.iv-page h1 * {
  font-family: var(--iv-font-sans) !important;
}

/* Data / news experience switch and newsroom. */
.iv-page [data-experience-panel][hidden] {
  display: none !important;
}

.iv-page .iv-experience-switch {
  padding: 14px 0 0;
  background: var(--iv-page-bg);
}

.iv-page .iv-experience-switch-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--iv-page-text);
}

.iv-page .iv-experience-switch button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 62px;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-sans);
  text-align: left;
}

.iv-page .iv-experience-switch button + button {
  border-left: 2px solid var(--iv-page-text);
}

.iv-page .iv-experience-switch button[aria-selected="true"] {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-experience-switch button:focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 3px;
}

.iv-page .iv-experience-switch strong,
.iv-page .iv-experience-switch small {
  display: block;
}

.iv-page .iv-experience-switch strong {
  font-size: 18px;
  line-height: 1.1;
}

.iv-page .iv-experience-switch small {
  margin-top: 2px;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.iv-page .iv-experience-icon {
  font-family: var(--iv-font-mono);
  font-size: 25px;
  line-height: 1;
}

.iv-page .iv-news-view {
  min-height: 80vh;
  padding: 64px 0 96px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-news-header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: end;
  padding-bottom: 32px;
}

.iv-page .iv-news-header h1 {
  max-width: 750px;
  margin: 0;
  font-size: clamp(39.1px, 3.57vw, 57.8px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.iv-page .iv-news-header > div > p {
  max-width: 630px;
  margin: 24px 0 0;
  color: var(--iv-neutral);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.35;
}

.iv-page .iv-news-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr);
  gap: 12px;
  align-items: stretch;
}

.iv-page .iv-news-filters label {
  display: block;
  margin: 0;
}

.iv-page .iv-news-filters input,
.iv-page .iv-news-filters select {
  display: block;
  width: 100%;
  height: 58px;
  min-height: 58px;
  margin: 0;
  padding: 0 18px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: 15px;
}

.iv-page .iv-news-filters input:focus,
.iv-page .iv-news-filters select:focus {
  outline: 3px solid var(--iv-orange);
  outline-offset: 2px;
}

.iv-page .iv-newsroom-explorer {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: end;
  gap: clamp(48px, 7vw, 112px);
  width: 100vw;
  margin: 54px 0 0 calc(50% - 50vw);
  padding: clamp(46px, 5vw, 72px) max(36px, calc((100vw - var(--iv-max)) / 2));
  border-top: 1.5px solid var(--iv-page-text);
  border-bottom: 1.5px solid var(--iv-page-text);
  background: var(--iv-strong-bg);
  color: var(--iv-strong-text);
}

.iv-page .iv-newsroom-explorer-heading {
  max-width: 820px;
  margin: 0;
}

.iv-page .iv-newsroom-explorer-heading > p:first-child {
  margin: 0 0 16px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.iv-page .iv-newsroom-explorer-heading h2 {
  margin: 0;
  color: var(--iv-strong-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(40.8px, 4.76vw, 69.7px);
  font-weight: 680;
  letter-spacing: -.055em;
  line-height: .94;
}

.iv-page .iv-newsroom-explorer-heading > p:last-child {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--iv-strong-muted);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  line-height: 1.55;
}

.iv-page .iv-newsroom-route-form {
  min-width: 0;
  margin: 0;
}

.iv-page .iv-newsroom-route-form > label {
  display: block;
  margin: 0 0 10px;
  color: var(--iv-strong-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.iv-page .iv-newsroom-route-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  height: 58px;
}

.iv-page .iv-newsroom-route-form select,
.iv-page .iv-newsroom-route-form button {
  box-sizing: border-box;
  display: block;
  height: 58px !important;
  min-height: 58px;
  max-height: 58px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 1.5px solid var(--iv-strong-text);
  border-radius: 0;
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 750;
}

.iv-page .iv-newsroom-route-form select {
  width: 100%;
  min-width: 0;
  padding: 0 42px 0 16px;
  background: var(--iv-strong-bg);
  color: var(--iv-strong-text);
}

.iv-page .iv-newsroom-route-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  margin-left: -1.5px;
  padding: 0 18px !important;
  line-height: 1;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  cursor: pointer;
  text-transform: uppercase;
}

.iv-page .iv-newsroom-route-form button span { margin-left: 8px; }

.iv-page .iv-newsroom-route-form :is(select, button):focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--iv-orange);
  outline-offset: 3px;
}

.iv-page .iv-newsroom-route-form button:hover {
  border-color: var(--iv-strong-text);
  background: var(--iv-strong-text);
}

.iv-page .iv-news-lead {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(320px, 0.75fr);
  gap: 34px;
  padding: 34px 0;
  border-top: 2px solid var(--iv-page-text);
  border-bottom: 2px solid var(--iv-page-text);
}

.iv-page .iv-featured-story {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 34px;
  padding-right: 34px;
  border-right: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-featured-image {
  display: block;
  min-height: 390px;
  overflow: hidden;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-neutral-2);
}

.iv-page .iv-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.iv-page .iv-featured-image:hover img {
  transform: scale(1.015);
}

.iv-page .iv-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 0 10px;
}

.iv-page .iv-featured-copy > p:first-child,
.iv-page .iv-latest-rail > h2,
.iv-page .iv-story-archive-heading h2,
.iv-page .iv-story-table-head {
  margin: 0;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.iv-page .iv-featured-copy h2 {
  margin: 18px 0 12px;
  font-size: clamp(28.9px, 2.64vw, 45.9px);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.iv-page .iv-featured-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.iv-page .iv-featured-copy > p:not(:first-child) {
  margin: 0;
  color: var(--iv-neutral);
  font-size: 17px;
  line-height: 1.45;
}

.iv-page .iv-news-action {
  display: inline-flex;
  justify-content: space-between;
  gap: 34px;
  margin-top: auto;
  padding: 14px 18px;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.iv-page .iv-latest-rail {
  display: flex;
  flex-direction: column;
}

.iv-page .iv-latest-rail > h2 {
  margin: 18px 0 2px;
}

.iv-page .iv-latest-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--iv-rule);
}

.iv-page .iv-latest-item img {
  width: 120px;
  height: 82px;
  border: 1px solid var(--iv-page-text);
  object-fit: cover;
}

.iv-page .iv-latest-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.iv-page .iv-latest-item h3 a,
.iv-page .iv-latest-item > div > a {
  color: inherit;
  text-decoration: none;
}

.iv-page .iv-latest-item time,
.iv-page .iv-latest-item small {
  display: block;
  font-family: var(--iv-font-mono);
  font-size: 12px;
}

.iv-page .iv-latest-item > div > a {
  display: inline-block;
  margin-top: 9px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
}

.iv-page .iv-story-archive {
  padding-top: 28px;
}

.iv-page .iv-story-archive-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.iv-page .iv-story-archive-heading p {
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

.iv-page .iv-story-table-head,
.iv-page .iv-story-row {
  display: grid;
  grid-template-columns: minmax(320px, 1.65fr) 130px 140px minmax(150px, 0.6fr) 28px;
  gap: 20px;
  align-items: center;
}

.iv-page .iv-story-table-head {
  padding: 0 0 10px 140px;
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-story-row {
  position: relative;
  min-height: 112px;
  padding: 14px 0;
  border-bottom: 1px solid var(--iv-rule);
  color: inherit;
  text-decoration: none;
}

.iv-page .iv-story-row:hover {
  background: var(--iv-hover-orange-bg);
}

.iv-page .iv-story-primary {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.iv-page .iv-story-primary img,
.iv-page .iv-story-image-placeholder {
  width: 120px;
  height: 78px;
  border: 1px solid var(--iv-page-text);
  object-fit: cover;
}

.iv-page .iv-story-image-placeholder {
  display: grid;
  place-items: center;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-weight: 800;
}

.iv-page .iv-story-primary h3 {
  margin: 0 0 6px;
  font-size: 18px;
  letter-spacing: -0.018em;
  line-height: 1.12;
}

.iv-page .iv-story-primary p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--iv-neutral);
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.iv-page .iv-story-row time,
.iv-page .iv-story-meta {
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.35;
}

.iv-page .iv-story-arrow {
  color: var(--iv-accent-text);
  font-size: 24px;
}

.iv-page .iv-news-more {
  display: block;
  min-width: 240px;
  margin: 30px auto 0;
  padding: 14px 22px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
}

.iv-page .iv-news-empty {
  margin: 24px 0 0;
  padding: 70px 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1050px) {
  .iv-page .iv-news-header,
  .iv-page .iv-news-lead,
  .iv-page .iv-featured-story {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-news-header {
    gap: 32px;
  }

  .iv-page .iv-newsroom-explorer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 36px;
  }

  .iv-page .iv-newsroom-route-form { width: min(100%, 680px); }

  .iv-page .iv-featured-story {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1.5px solid var(--iv-page-text);
  }

  .iv-page .iv-news-action {
    margin-top: 28px;
  }

  .iv-page .iv-story-table-head {
    display: none;
  }

  .iv-page .iv-story-row {
    grid-template-columns: minmax(0, 1fr) 120px 28px;
  }

  .iv-page .iv-story-row > .iv-story-meta:nth-of-type(2) {
    display: none;
  }
}

@media (max-width: 700px) {


  .iv-page .iv-experience-switch {
    padding-top: 8px;
  }

  .iv-page .iv-experience-switch button {
    min-height: 58px;
    padding: 8px 10px;
  }

  .iv-page .iv-experience-switch small,
  .iv-page .iv-experience-icon {
    display: none;
  }

  .iv-page .iv-news-view {
    padding: 42px 0 68px;
  }

  .iv-page .iv-news-filters {
    grid-template-columns: 1fr 1fr;
  }

  .iv-page .iv-newsroom-explorer {
    margin: 40px 0 0 calc(50% - 50vw);
    padding: 38px 16px 44px;
  }

  .iv-page .iv-newsroom-explorer-heading h2 { font-size: clamp(37.4px, 11.05vw, 52.7px); }

  .iv-page .iv-newsroom-route-form select,
  .iv-page .iv-newsroom-route-form button {
    height: 54px !important;
    min-height: 54px;
    max-height: 54px;
  }

  .iv-page .iv-newsroom-route-form > div { height: 54px; }

  .iv-page .iv-newsroom-route-form button {
    min-width: 82px;
    padding-inline: 13px;
  }

  .iv-page .iv-news-search {
    grid-column: 1 / -1;
  }

  .iv-page .iv-featured-image,
  .iv-page .iv-featured-image img {
    min-height: 230px;
  }

  .iv-page .iv-story-row {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 12px;
  }

  .iv-page .iv-story-primary {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .iv-page .iv-story-primary img,
  .iv-page .iv-story-image-placeholder {
    width: 92px;
    height: 70px;
  }

  .iv-page .iv-story-row > time,
  .iv-page .iv-story-row > .iv-story-meta {
    display: none;
  }
}

.iv-page * {
  box-sizing: border-box;
}

.iv-page .iv-home {
  overflow: clip;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-shell {
  width: min(calc(100% - 72px), var(--iv-max));
  margin: 0 auto;
}

.iv-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border: 2px solid var(--iv-ink);
  background: var(--iv-paper);
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
}

.iv-page .iv-home h1,
.iv-page .iv-home h2,
.iv-page .iv-home h3,
.iv-page .iv-home p {
  margin-top: 0;
}

.iv-page .iv-home a {
  color: inherit;
}

.iv-page .iv-home a:focus-visible,
.iv-page .iv-home button:focus-visible,
.iv-page .iv-home input:focus-visible,
.iv-page .iv-home select:focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 4px;
}

.iv-page .iv-hero {
  position: relative;
  min-height: 640px;
  padding: clamp(48px, 5vw, 72px) 0 32px;
  border-bottom: 2px solid var(--iv-page-text);
}

#state-title{
  max-width: 1000px;
  color: var(--iv-ink);
  font-family: var(--iv-font-sans);
  font-size: clamp(42.5px, 5.53vw, 70px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.iv-page .iv-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1040px;
}

.iv-page .iv-hero-copy h1 {
  max-width: 1020px;
  margin-bottom: 22px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(51px, 6.12vw, 70px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.iv-page .iv-hero-copy h1 span {
  color: var(--iv-accent-text);
}

.iv-page .iv-hero-copy > p {
  max-width: 720px;
  margin-bottom: 0;
  font-family: var(--iv-font-mono);
  font-size: clamp(16px, 1.6vw, 23px);
  line-height: 1.5;
}

.iv-page .iv-route-planner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(270px, 390px) minmax(620px, 1fr);
  gap: 34px 54px;
  align-items: start;
  margin-top: clamp(42px, 5vw, 62px);
}

.iv-page .iv-state-control label,
.iv-page .iv-topic-route legend,
.iv-page .iv-state-browser > label,
.iv-page .iv-small-heading {
  display: block;
  margin: 0 0 12px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top:6px !important
}

.iv-page .iv-state-control select,
.iv-page .iv-state-browser input {
  width: min(100%, 280px);
  height: 44px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  box-shadow: none;
}

.iv-page .iv-state-control select {
  padding: 0 38px 0 12px;
}

.iv-page .iv-state-route-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  width: min(100%, 390px);
}

.iv-page .iv-state-route-controls select {
  width: 100%;
  min-width: 0;
  height: 44px !important;
  margin: 0 !important;
}

.iv-page .iv-state-route-controls .iv-state-go {
  width: auto;
  min-width: 88px;
  min-height: 44px;
  height: 44px;
  margin-left: -1.5px;
  padding: 0 16px;
  border: 1.5px solid var(--iv-page-text);
  gap: 10px;
  text-transform: uppercase;
}

.iv-page .iv-topic-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(94px, 1fr));
  gap: 20px;
  min-width: 0;
  margin: 0;
  padding: 37px 0 0;
  border: 0;
}

.iv-page .iv-topic-route legend {
  position: absolute;
  top: 0;
  left: 0;
}

.iv-page .iv-route-line {
  position: absolute;
  top: 60px;
  left: 8%;
  right: -6%;
  height: 4px;
  border-radius: 999px;
  background: var(--iv-page-text);
}

.iv-page .iv-route-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -9px;
  width: 22px;
  height: 22px;
  border-right: 4px solid var(--iv-page-text);
  border-bottom: 4px solid var(--iv-page-text);
  transform: rotate(-45deg);
}

.iv-page .iv-topic-stop {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  text-align: center;
}

.iv-page .iv-stop-dot {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  border: 3px solid var(--iv-page-text);
  border-radius: 50%;
  background: var(--iv-page-bg);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.iv-page .iv-topic-stop:hover .iv-stop-dot {
  transform: translateY(-3px);
}

.iv-page .iv-topic-stop:focus-visible .iv-stop-dot {
  outline: 3px solid var(--iv-blue);
  outline-offset: 4px;
}

.iv-page .iv-route-planner.has-state-choice .iv-topic-stop[aria-pressed="true"] .iv-stop-dot {
  border-color: var(--iv-page-text);
  background: var(--iv-orange);
  box-shadow: inset 0 0 0 6px var(--iv-page-bg);
}

.iv-page .iv-topic-stop strong {
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.iv-page .iv-topic-stop small {
  max-width: 140px;
  margin-top: 6px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-sans);
  font-size: 12px;
  line-height: 1.35;
}

.iv-page .iv-topic-elections strong { color: var(--iv-accent-text); }
.iv-page .iv-topic-districts strong { color: var(--iv-blue); }
.iv-page .iv-topic-money strong { color: var(--iv-green); }
.iv-page .iv-topic-people strong { color: var(--iv-red); }
.iv-page .iv-topic-votes strong { color: var(--iv-purple); }

.iv-page .iv-route-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  grid-column: 1 / -1;
}

.iv-page .iv-route-actions p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  line-height: 1.45;
}

.iv-page .iv-primary-action,
.iv-page .iv-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 60px;
  border: 0;
  border-radius: 0px;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.iv-page .iv-primary-action {
  min-width: 250px;
  padding: 0 24px;
}

.iv-page .iv-primary-action:hover,
.iv-page .iv-secondary-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 var(--iv-dark-wash);
}

.iv-page .iv-dispatch {
  border-bottom: 2px solid var(--iv-page-text);
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-page .iv-section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
}

.iv-page .iv-section-bar h2,
.iv-page .iv-section-bar a {
  margin: 0;
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-page .iv-section-bar a {
  text-decoration: none;
}

.iv-page .iv-section-bar a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.iv-page .iv-launch-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0 0 28px;
  list-style: none;
}

.iv-page .iv-launch-item {
  position: relative;
  min-width: 0;
  border-top: 2px solid currentColor;
  border-right: 1px solid var(--iv-light-rule);
}

.iv-page .iv-launch-item:last-child {
  border-right: 0;
}

.iv-page .iv-launch-item::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--iv-page-text);
  border-radius: 50%;
  background: var(--iv-blue);
  box-shadow: 0 0 0 2px currentColor;
}

.iv-page .iv-launch-item:nth-child(4)::before,
.iv-page .iv-launch-item:nth-child(5)::before {
  background: var(--iv-green);
}

.iv-page .iv-launch-item[data-favored-party]::before {
  background: var(--iv-launch-marker-color, var(--iv-data-blue));
  box-shadow: 0 0 0 2px var(--iv-launch-party-color, currentColor);
}

.iv-page .iv-launch-item.iv-candidate-change-light {
  animation: iv-candidate-change-light 850ms ease-out both;
}

.iv-page .iv-launch-item.iv-candidate-change-dark {
  animation: iv-candidate-change-dark 850ms ease-out both;
}

@keyframes iv-candidate-change-light {
  from { background: var(--iv-change-flash-bg); }
  to { background: transparent; }
}

@keyframes iv-candidate-change-dark {
  from { background: var(--iv-shadow-strong); }
  to { background: transparent; }
}

/* Homepage newsroom supplied by the immutable S3 publishing release. */
.iv-page .iv-home-newsroom {
  padding: clamp(72px, 8vw, 124px) 0;
  background: var(--iv-cream, #f7f2e8);
  border-top: 1px solid var(--iv-line, #c9c0b1);
  color:var(--iv-uni-black);
}

.iv-page .iv-home-newsroom-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  margin-bottom: clamp(25px, 3vw, 50px);
}

.iv-page .iv-home-newsroom-heading > div > p,
.iv-page .iv-home-news-grid article > p:first-child {
  margin: 0 0 14px;
  color: var(--iv-rust, #9b4f2f);
  font: 700 12px/1.4 "JetBrains Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.iv-page .iv-home-newsroom-heading h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(35px, 4.7vw, 60px);
  line-height: .94;
  font-weight: 500;
  letter-spacing:-0.055em;
  color:var(--iv-uni-black)
}

#iv-home-states-select{
  margin: 0;
  max-width: 760px;
  font-size: clamp(35px, 5.5vw, 60px);
  line-height: .94;
  font-weight: 500;
  letter-spacing:-0.055em;
  padding:clamp(30px, 4vw, 40px) 0;
}

#iv-home-states-select span{
  color:var(--iv-orange)
}

.iv-page .iv-home-newsroom-heading > p {
  margin: 30px 0 0;
  color: var(--iv-uni-black);
  font-family: var(--iv-font-mono);
  font-size: clamp(15px, 1.35vw, 19px);
  letter-spacing: -.03em;
  line-height: 1.65;
}

.iv-page .iv-home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--iv-uni-black);
}

.iv-page .iv-home-news-grid article {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 32px;
  border-right: 1px solid var(--iv-uni-black);
  border-bottom: 1px solid var(--iv-uni-black);
}

.iv-page .iv-home-news-grid article.is-lead {
  grid-column: span 2;
}

.iv-page .iv-home-news-grid article:nth-child(3) {
  border-right: 0;
}

.iv-page .iv-home-news-grid article h3 {
  margin: 0 0 18px;
  font-size: clamp(25px, 2.6vw, 42px);
  line-height: 1.05;
}

.iv-page .iv-home-news-grid article:not(.is-lead) h3 {
  font-size: clamp(23px, 2vw, 31px);
}

.iv-page .iv-home-news-grid article h3 a {
  color: var(--iv-uni-black);
  text-decoration: none;
}

.iv-page .iv-home-news-grid article > p:not(:first-child) {
  margin: 0 0 26px;
  color: var(--iv-uni-black);
  font-size: 17px;
  line-height: 1.55;
}

.iv-page .iv-home-news-action {
  margin-top: auto;
  color: var(--iv-rust, #9b4f2f);
  font: 700 13px/1.4 "JetBrains Mono", monospace;
  text-decoration: none;
  text-transform: uppercase;
}

.iv-page .iv-home-news-grid a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.iv-page .iv-home-news-grid a:focus-visible {
  outline: 3px solid var(--iv-rust, #9b4f2f);
  outline-offset: 4px;
}

.iv-page .iv-home-news-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 32px 0;
  color: var(--iv-uni-black)
}

@media (max-width: 820px) {
  .iv-page .iv-home-newsroom-heading,
  .iv-page .iv-home-news-grid {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-home-news-grid article,
  .iv-page .iv-home-news-grid article.is-lead {
    grid-column: auto;
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }
}

/* State newsroom pages generated at states/{state}/news.html. */
.iv-state-newsroom #iv-main {
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-state-newsroom .section-nav .news_link[aria-current="page"] {
  border-bottom-color: var(--iv-orange);
  color: var(--iv-ink);
  font-weight: 800;
}

.iv-state-newsroom.iv-district-summary .section-nav.computer .district_summary_link {
  border-bottom-color: transparent;
  color: var(--iv-neutral);
  font-weight: 400;
}

.iv-state-newsroom.iv-district-summary .section-nav.computer .news_link[aria-current="page"] {
  border-bottom-color: var(--iv-orange);
  color: var(--iv-ink);
  font-weight: 800;
}

@media (min-width: 800px) {
  .iv-state-newsroom .section-nav.phone {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .iv-state-newsroom .section-nav.computer {
    display: none !important;
  }

  .iv-state-newsroom .section-nav.phone {
    display: flex !important;
  }
}

.iv-state-newsroom .iv-state-news-hero {
  padding: 40px 0 36px;
  border-bottom: 2px solid var(--iv-page-text);
}

.iv-state-newsroom .iv-state-news-kicker,
.iv-page .iv-state-news-search label,
.iv-state-newsroom .iv-feed-meta,
.iv-state-newsroom .iv-feed-byline,
.iv-state-newsroom .iv-news-status,
.iv-state-newsroom .iv-exclusive-topic,
.iv-state-newsroom .iv-exclusive-number,
.iv-state-newsroom .iv-bias-column-head span {
  font-family: var(--iv-font-mono);
}

.iv-state-newsroom .iv-state-news-kicker {
  margin: 0 0 22px;
  color: var(--iv-accent-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.iv-state-newsroom .iv-state-news-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 80px;
  align-items: end;
}

.iv-state-newsroom .iv-state-news-hero h1 {
  margin: 0;
  font-size: clamp(49.3px, 5.95vw, 70px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.86;
  align-self:baseline
}

.iv-state-newsroom .iv-state-news-hero h1 span {
  color: var(--iv-accent-text);
}

.iv-state-newsroom .iv-state-news-hero-grid > div > p {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--iv-neutral);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.35;
  font-family: JetBrains Mono;
  letter-spacing: -0.03em;
}

.iv-page .iv-state-news-search label {
  display: block;
  margin-bottom: 9px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.iv-page .iv-state-news-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.iv-page .iv-state-news-search input,
.iv-page .iv-state-news-search button {
  min-height: 54px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
}

.iv-page .iv-state-news-search input {
  min-width: 0;
  padding: 0 16px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font: inherit;
}

.iv-page .iv-state-news-search button {
  margin-left: -1.5px;
  padding: 0 18px;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
}

.iv-page .iv-state-news-search input:focus,
.iv-page .iv-state-news-search button:focus-visible,
.iv-state-newsroom .iv-exclusive-story a:focus-visible,
.iv-state-newsroom .iv-feed-story a:focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 3px;
}

.iv-state-newsroom .iv-state-exclusives {
  padding: clamp(58px, 7vw, 92px) 0 clamp(64px, 8vw, 104px);
}

.iv-state-newsroom .iv-state-exclusives .iv-section-bar {
  min-height: 0;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 28px;
}

.iv-state-newsroom .iv-state-exclusives .iv-section-bar h2 {
  max-width: 760px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(37.4px, 4.25vw, 64.6px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-transform: none;
}

.iv-state-newsroom .iv-exclusive-description {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  line-height: 1.5;
}

.iv-state-newsroom .iv-exclusives-more {
  margin: 0;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--iv-accent-text);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-state-newsroom .iv-exclusives-more:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.iv-state-newsroom .iv-exclusives-more:focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 4px;
}

.iv-state-newsroom .iv-exclusive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1.5px solid var(--iv-page-text);
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-state-newsroom .iv-exclusive-story {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 24px 28px 26px;
}

.iv-state-newsroom .iv-exclusive-story + .iv-exclusive-story {
  border-left: 1px solid var(--iv-rule);
}

.iv-state-newsroom .iv-exclusive-story:nth-child(3n + 1) {
  border-left: 0;
}

.iv-state-newsroom .iv-exclusive-story:nth-child(n + 4) {
  border-top: 1px solid var(--iv-rule);
}

.iv-state-newsroom .iv-exclusive-story[data-exclusive-extra][hidden] {
  display: none;
}

.iv-state-newsroom .iv-exclusive-number {
  color: var(--iv-accent-text);
  font-size: 11px;
  font-weight: 800;
}

.iv-state-newsroom .iv-exclusive-topic {
  margin: 70px 0 14px;
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.iv-state-newsroom .iv-exclusive-story h3 {
  margin: 0;
  font-size: clamp(25px, 2vw, 34px);
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.iv-state-newsroom .iv-exclusive-story h3 a,
.iv-state-newsroom .iv-exclusive-action {
  color: inherit;
  text-decoration: none;
}

.iv-state-newsroom .iv-exclusive-action {
  display: inline-block;
  margin-top: auto;
  padding-top: 28px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
}

.iv-state-newsroom .iv-balanced-feed {
  padding: 70px 0 96px;
  background: var(--iv-balanced-feed-bg);
  border-top: 1.5px solid var(--iv-page-text);
}

.iv-state-newsroom .iv-balanced-feed-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.iv-state-newsroom .iv-balanced-feed-heading h2 {
  margin: 0;
  max-width: 760px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(37.4px, 4.25vw, 64.6px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.iv-state-newsroom .iv-balanced-feed-heading h2 .iv-news-desktop-copy {
  display: block;
  font-family: IBM Plex Sans;
}

.iv-state-newsroom .iv-balanced-feed-heading h2 .iv-news-mobile-copy {
  display: none;
}

.iv-state-newsroom .iv-balanced-feed-heading > p {
  margin: 0;
  color: var(--iv-neutral);
  font-size: 15px;
  line-height: 1.55;
}

.iv-state-newsroom .iv-news-mobile-copy,
.iv-state-newsroom .iv-mobile-feed,
.iv-state-newsroom .iv-feed-lean {
  display: none;
}

.iv-state-newsroom .iv-bias-key {
  display: flex;
  gap: 9px;
  margin: 34px 0 14px;
}

.iv-state-newsroom .iv-bias-key span {
  padding: 7px 10px;
  border: 1px solid currentColor;
  color: var(--iv-bias-color);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.iv-state-newsroom .iv-news-status {
  margin: 0 0 28px;
  color: var(--iv-neutral);
  font-size: 11px;
}

.iv-state-newsroom .iv-bias-feeds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--iv-page-text);
}

.iv-state-newsroom .iv-bias-column {
  min-width: 0;
}

.iv-state-newsroom .iv-bias-column + .iv-bias-column {
  border-left: 1px solid var(--iv-rule);
}

.iv-state-newsroom .iv-bias-column-head {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border-bottom: 5px solid var(--iv-bias-color);
}

.iv-state-newsroom .iv-bias-column-head h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-family: JetBrains Mono;
}

.iv-state-newsroom .iv-bias-column-head span {
  color: var(--iv-neutral);
  font-size: 11px;
}

.iv-state-newsroom .iv-feed-story {
  min-height: 260px;
  padding: 24px 22px;
  border-bottom: 1px solid var(--iv-rule);
}

.iv-state-newsroom .iv-feed-meta,
.iv-state-newsroom .iv-feed-byline {
  margin: 0;
  color: var(--iv-neutral);
  font-size: 11px;
  line-height: 1.4;
}

.iv-state-newsroom .iv-feed-meta {
  color: var(--iv-bias-color);
  font-weight: 800;
}

.iv-state-newsroom .iv-feed-story h4 {
  margin: 15px 0 12px;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.iv-state-newsroom .iv-feed-story h4 a {
  color: inherit;
  text-decoration: none;
}

.iv-state-newsroom .iv-feed-story h4 a:hover,
.iv-state-newsroom .iv-exclusive-story h3 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--iv-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.iv-state-newsroom .iv-feed-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 18px;
  color: var(--iv-neutral);
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.iv-state-newsroom .iv-news-loading {
  grid-column: 1 / -1;
  padding: 50px 0;
  color: var(--iv-neutral);
}

@media (max-width: 1050px) {
  .iv-state-newsroom .iv-state-news-hero-grid,
  .iv-state-newsroom .iv-balanced-feed-heading {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .iv-state-newsroom .iv-state-news-hero-grid > div {
    max-width: 720px;
  }

  .iv-state-newsroom .iv-exclusive-grid {
    grid-template-columns: 1fr;
  }

  .iv-state-newsroom .iv-exclusive-story {
    min-height: 230px;
  }

  .iv-state-newsroom .iv-exclusive-story + .iv-exclusive-story {
    border-top: 1px solid var(--iv-rule);
    border-left: 0;
  }

  .iv-state-newsroom .iv-exclusive-topic {
    margin-top: 36px;
  }
}

@media (max-width: 760px) {
  .iv-state-newsroom .iv-state-news-hero {
    padding: 46px 0 40px;
  }

  .iv-state-newsroom .iv-state-news-hero h1 {
    font-size: clamp(42.5px, 13.6vw, 66.3px);
  }

  .iv-page .iv-state-news-search > div {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-news-search button {
    margin: -1.5px 0 0;
  }

  .iv-state-newsroom .iv-state-exclusives {
    padding: 46px 0 58px;
  }

  .iv-state-newsroom .iv-state-exclusives .iv-section-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }

  .iv-state-newsroom .iv-balanced-feed {
    padding: 52px 0 70px;
  }

  .iv-state-newsroom .iv-bias-key {
    flex-wrap: wrap;
  }

  .iv-state-newsroom .iv-balanced-feed-heading h2 .iv-news-desktop-copy,
  .iv-state-newsroom .iv-bias-feeds {
    display: none;
  }

  .iv-state-newsroom .iv-balanced-feed-heading h2 .iv-news-mobile-copy {
    display: block;
  }

  .iv-state-newsroom .iv-mobile-feed {
    display: block;
    border-top: 2px solid var(--iv-page-text);
  }

  .iv-state-newsroom .iv-mobile-feed .iv-feed-story {
    position: relative;
    min-height: 0;
    padding: 22px 18px;
    border-left: 5px solid var(--iv-bias-color);
  }

  .iv-state-newsroom .iv-mobile-feed .iv-feed-lean {
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid currentColor;
    color: var(--iv-bias-color);
    font-family: var(--iv-font-mono);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .iv-state-newsroom .iv-mobile-feed .iv-feed-meta {
    margin-top: 10px;
    color: var(--iv-neutral);
  }

  .iv-state-newsroom .iv-feed-story {
    min-height: 0;
  }
}

.iv-page .iv-launch-live::before {
  background: var(--iv-orange);
}

.iv-page .iv-launch-item a {
  display: flex;
  flex-direction: column;
  min-height: 118px;
  padding: 22px 22px 0;
  color: inherit;
  text-decoration: none;
}

.iv-page .iv-launch-item a:hover strong {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.iv-page .iv-launch-item strong {
  max-width: 190px;
  margin-top: 12px;
  color: inherit;
  font-family: var(--iv-font-sans);
  font-size: 20px;
  line-height: 1.05;
}

.iv-page .iv-launch-item small,
.iv-page .iv-launch-date,
.iv-page .iv-launch-status {
  margin-top: 8px;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.3;
}

.iv-page .iv-launch-date {
  margin-top: 0;
  color: var(--iv-page-bg);
  text-transform: uppercase;
}

.iv-page .iv-surface-dark .iv-launch-date {
  color: var(--iv-strong-muted);
}

.iv-page .iv-launch-status {
  align-self: flex-start;
  margin-top: 0;
  padding: 3px 6px;
  border: 1px solid var(--iv-orange);
  border-radius: 3px;
  color: var(--iv-page-bg);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.iv-page .iv-state-explorer,
.iv-page .iv-topic-depth,
.iv-page .iv-data-tools {
  padding: clamp(80px, 9vw, 132px) 0;
}

.iv-page .iv-state-explorer:focus {
  outline: 0;
}

.iv-page .iv-section-heading {
  max-width: 940px;
  margin-bottom: 54px;
}

.iv-page .iv-section-heading h2 {
  margin-bottom: 18px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(39.1px, 5.1vw, 70px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.iv-page .iv-section-heading > p,
.iv-page .iv-section-heading > div > p {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.5;
}

.iv-page .iv-state-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(54px, 7vw, 110px);
}

.iv-page .iv-state-browser {
  min-width: 0;
}

.iv-page .iv-state-browser input {
  padding: 0 12px;
}

.iv-page .iv-small-heading {
  margin-top: 34px;
}

.iv-page .iv-state-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.iv-page .iv-state-list button {
  position: relative;
  min-height: 44px;
  padding: 8px 4px 8px 20px;
  border: 0;
  border-bottom: 1px solid var(--iv-rule);
  background: transparent;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.iv-page .iv-state-list button::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--iv-orange);
  transform: translateY(-50%);
}

.iv-page .iv-state-list button:hover,
.iv-page .iv-state-list button[aria-current="true"] {
  color: var(--iv-accent-text);
  font-weight: 800;
}

.iv-page .iv-state-list button[hidden] {
  display: none;
}

.iv-page .iv-state-detail {
  position: relative;
  min-width: 0;
  padding-left: clamp(32px, 4vw, 64px);
  border-left: 1px solid var(--iv-rule);
  scroll-margin-top: 88px;
}

.iv-page .iv-state-detail:focus {
  outline: 0;
}

.iv-page .iv-state-detail::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 5px;
  height: 112px;
  background: var(--iv-orange);
  transform-origin: top;
  animation: iv-route-grow 550ms ease both;
}

.iv-page .iv-state-detail-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.iv-page .iv-state-detail-heading > p {
  min-width: 48px;
  margin: 8px 0 0;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 17px;
  font-weight: 800;
}

.iv-page .iv-state-detail h3 {
  margin: 0;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.iv-page .iv-state-detail-heading div p {
  margin: 10px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-state-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.iv-page .iv-state-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  border-bottom: 1px solid var(--iv-rule);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  text-decoration: none;
}

.iv-page .iv-state-links a:hover span:first-child {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.iv-page .iv-state-links a.is-route-match {
  color: var(--iv-accent-text);
  font-weight: 800;
}

.iv-page .iv-state-links a[data-link-topic="news"] {
  grid-column: 1 / -1;
  color: var(--iv-accent-text);
  font-weight: 800;
}

.iv-page .iv-state-links em {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 4px;
  border: 1px solid var(--iv-orange);
  border-radius: 2px;
  color: var(--iv-accent-text);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.iv-page .iv-secondary-action {
  min-width: 230px;
  margin-top: 32px;
  padding: 0 20px;
}

.iv-page .iv-home :is(a.iv-primary-action, a.iv-secondary-action) {
  color: var(--iv-on-accent);
}

.iv-page .iv-topic-depth {
  border-top: 2px solid var(--iv-page-text);
  background: var(--iv-topic-depth-bg);
}

.iv-page .iv-surface-dark {
  border-top: 2px solid var(--iv-light);
  background: var(--iv-strong-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-surface-dark .iv-tool-links a,
.iv-page .iv-surface-dark .iv-tool-links a strong,
.iv-page .iv-surface-dark .iv-section-bar h2,
.iv-page .iv-surface-dark .iv-section-bar a,
.iv-page .iv-surface-dark .iv-launch-item {
  color: var(--iv-page-text);
}

.iv-page .iv-surface-dark .iv-tool-links .iv-topic-money strong {
  color: var(--iv-green);
}

.iv-page #state-finance-section {
  padding-bottom: clamp(42px, 5vw, 70px);
  background: var(--iv-neutral);
  --iv-finance-text: var(--iv-paper);
  --iv-finance-muted: color-mix(in srgb, var(--iv-paper) 84%, var(--iv-neutral));
  /* Use the darker-theme mint green on the light neutral surface. */
  --iv-finance-money: #7FC0A8;
  color: var(--iv-finance-text);
  border-bottom: 2px solid var(--iv-ink);
}

.iv-page #state-finance-section .iv-section-heading h2,
.iv-page #state-finance-section .iv-section-heading > p,
.iv-page #state-finance-section .iv-section-heading > div > p,
.iv-page #state-finance-section .iv-tool-links a,
.iv-page #state-finance-section .iv-tool-links a strong,
.iv-page #state-finance-section .iv-section-bar h2,
.iv-page #state-finance-section .iv-section-bar a,
.iv-page #state-finance-section .iv-launch-item,
.iv-page #state-finance-section .iv-launch-item strong {
  color: var(--iv-finance-text);
}

.iv-page #state-finance-section .iv-section-heading > p,
.iv-page #state-finance-section .iv-section-heading > div > p,
.iv-page #state-finance-section .iv-tool-links span,
.iv-page #state-finance-section .iv-launch-item small,
.iv-page #state-finance-section .iv-launch-date,
.iv-page #state-finance-section .iv-launch-status {
  color: var(--iv-finance-muted);
}

.iv-page #state-finance-section .iv-tool-links .iv-topic-money strong {
  color: var(--iv-finance-money);
}

.iv-page #state-finance-section .iv-section-bar a {
  color: var(--iv-finance-text);
}

.iv-page #state-finance-section .iv-launch-list {
  padding-bottom: 0;
}

.iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
  padding: 28px 0;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon strong {
  color: var(--iv-finance-money);
  font-family: var(--iv-font-sans);
  font-size: clamp(28px, 3.6vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon span {
  max-width: 460px;
  color: var(--iv-finance-muted);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.iv-page .iv-surface-muted {
  border-top: 2px solid var(--iv-page-text);
  background: var(--iv-surface-muted-bg);
}

[data-theme="dark"] .iv-page .iv-surface-dark {
  background: var(--iv-strong-bg);
}

[data-theme="dark"] .iv-page #state-finance-section {
  background: var(--iv-neutral);
  --iv-finance-text: var(--iv-dark);
  --iv-finance-muted: color-mix(in srgb, var(--iv-dark) 84%, var(--iv-neutral));
  /* Use the lighter-theme forest green on the dark neutral surface. */
  --iv-finance-money: #2E7D66;
  color: var(--iv-finance-text);
}

.iv-page .iv-section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  max-width: none;
}

.iv-page .iv-route-summary {
  flex: 0 0 auto;
  padding-bottom: 8px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-route-summary-floating {
  position: fixed;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 9999;
  display: block;
  width: max-content;
  margin: 0;
  padding: 12px 14px;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  box-shadow: 5px 5px 0 var(--iv-orange);
  pointer-events: none;
}

.iv-page .iv-route-summary-floating[hidden] {
  display: none;
}


.iv-page .iv-topic-panels {
  border-top: 2px solid var(--iv-page-text);
}

.iv-page .iv-topic-panel {
  border-bottom: 1px solid var(--iv-page-text);
}

.iv-page .iv-topic-panel-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 82px;
  padding: 12px 4px;
  border: 0;
  background: transparent;
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(21px, 2.4vw, 34px);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.iv-page .iv-topic-panel-toggle b {
  display: inline-block;
  width: 52px;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 16px;
}

.iv-page .iv-topic-panel:nth-child(1) .iv-topic-panel-toggle b { color: var(--iv-accent-text); }

.iv-page .iv-topic-panel-toggle > span:last-child {
  transition: transform 180ms ease;
}

.iv-page .iv-topic-panel.is-active .iv-topic-panel-toggle > span:last-child {
  transform: rotate(180deg);
}

.iv-page .iv-topic-panel-content {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  padding: 4px 4px 36px 56px;
}

.iv-page.iv-js .iv-topic-panel-content {
  display: none;
}

.iv-page.iv-js .iv-topic-panel.is-active .iv-topic-panel-content {
  display: grid;
}

.iv-page .iv-topic-panel-content > p {
  margin-bottom: 0;
  color: var(--iv-neutral);
  font-size: 17px;
  line-height: 1.5;
}

.iv-page .iv-topic-panel-content nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.iv-page .iv-topic-panel-content nav.is-single {
  grid-template-columns: minmax(220px, 0.7fr);
}

.iv-page .iv-topic-panel-content.is-empty {
  grid-template-columns: 1fr;
}

.iv-page .iv-topic-panel-content nav a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.iv-page .iv-topic-panel-content nav a:hover {
  color: var(--iv-accent-text);
}

.iv-page .iv-atlas {
  padding: clamp(62px, 7vw, 94px) 0;
  background: var(--iv-dark);
  color: var(--iv-light);
}

.iv-page .iv-atlas-layout {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.iv-page .iv-atlas h2 {
  margin-bottom: 10px;
  color: var(--iv-light);
  font-family: var(--iv-font-sans);
  font-size: clamp(40.8px, 4.25vw, 64.6px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.iv-page .iv-atlas h2 span {
  display: block;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.iv-page .iv-atlas p {
  max-width: 280px;
  margin-bottom: 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-atlas-layout > a {
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding-left: 34px;
  border-left: 1px solid var(--iv-light-rule);
  color: var(--iv-light);
  text-decoration: none;
}

.iv-page .iv-atlas-layout > a strong {
  margin-bottom: 28px;
  color: var(--iv-strong-text);
  font-family: var(--iv-font-sans);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.iv-page .iv-atlas-layout > a span {
  max-width: 370px;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  line-height: 1.5;
}

.iv-page .iv-atlas-layout > a:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.iv-page .iv-tool-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid var(--iv-page-text);
  border-bottom: 2px solid var(--iv-page-text);
}

.iv-page .iv-tool-links a {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 28px;
  border-right: 1px solid var(--iv-rule);
  text-decoration: none;
}

.iv-page .iv-tool-links a:last-child {
  border-right: 0;
}

.iv-page .iv-tool-links strong {
  font-family: var(--iv-font-sans);
  font-size: clamp(24px, 2.8vw, 38px);
  letter-spacing: -0.035em;
}

.iv-page .iv-tool-links span {
  margin-top: auto;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-tool-links a:hover strong {
  color: var(--iv-accent-text);
}

.iv-page .iv-interactive-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  padding-top: 18px;
  border-top: 2px solid var(--iv-page-text);
}

.iv-page .iv-interactive-cards.is-scrollable {
  grid-template-columns: none;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 96px) / 5);
  padding-bottom: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.iv-page .iv-interactive-cards.is-scrollable::-webkit-scrollbar {
  display: none;
}

.iv-page .iv-interactive-card {
  display: flex;
  min-height: 176px;
  padding: 18px;
  border: 2px solid var(--iv-page-text);
  border-radius: 2px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  box-shadow: 10px 10px 0 var(--iv-page-text);
  flex-direction: column;
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
  scroll-snap-align: start;
}

.iv-page .iv-interactive-card:hover,
.iv-page .iv-interactive-card:focus-visible {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
  box-shadow: 12px 12px 0 var(--iv-orange);
  transform: translate(-2px, -2px);
}

.iv-page .iv-interactive-card-meta,
.iv-page .iv-interactive-card-cta {
  color: inherit;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iv-page .iv-interactive-card strong {
  margin-top: 16px;
  color: inherit;
  font-family: var(--iv-font-sans);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.iv-page .iv-interactive-card-description {
  margin-top: 8px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.45;
}

.iv-page .iv-interactive-card:hover .iv-interactive-card-description,
.iv-page .iv-interactive-card:focus-visible .iv-interactive-card-description {
  color: inherit;
}

.iv-page .iv-interactive-card-cta {
  margin-top: auto;
  padding-top: 16px;
  color: var(--iv-accent-text);
}

.iv-page #state-interactives-section .iv-section-heading {
  margin-bottom: 28px;
}

.iv-page .iv-interactive-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: -10px 0 14px;
}

.iv-page .iv-interactive-controls[hidden] {
  display: none;
}

.iv-page .iv-interactive-controls button {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
  font-family: var(--iv-font-mono);
  font-size: 18px;
}

.iv-page .iv-interactive-controls button:hover:not(:disabled),
.iv-page .iv-interactive-controls button:focus-visible {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-interactive-controls button:disabled {
  cursor: default;
  opacity: 0.32;
}

.iv-page .iv-footer {
  padding: clamp(70px, 8vw, 112px) 0 28px;
  background: var(--iv-dark);
  color: var(--iv-light);
  font-family: var(--iv-font-sans);
}

.iv-page .iv-footer a {
  color: inherit;
}

.iv-page .iv-footer a:focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 4px;
}

.iv-page .iv-footer-lead {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr) auto;
  gap: clamp(38px, 6vw, 88px);
  align-items: end;
}

.iv-page .iv-footer-logo {
  display: inline-block;
  color: var(--iv-light);
  font-family:  var(--iv-font-mono);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-decoration: none;
  white-space: nowrap;
}

.iv-page .iv-footer-logo:hover {
  color: var(--iv-orange-2);
}

.iv-page .iv-footer-lead > p {
  max-width: 600px;
  margin: 0;
  color: var(--iv-light);
  font-size: clamp(25px, 3.1vw, 44px);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.iv-page .iv-footer-actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.iv-page .iv-footer-actions a {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 0;
  border-bottom: 1px solid var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.iv-page .iv-footer-actions a:first-child {
  color: var(--iv-orange-2);
}

.iv-page .iv-latest-rail .iv-footer-actions a:first-child {
  color: var(--iv-accent-text);
}

.iv-page .iv-footer-actions a:hover,
.iv-page .iv-footer-directory a:hover,
.iv-page .iv-footer-legal a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.iv-page .iv-footer-rule {
  position: relative;
  height: 28px;
  margin: clamp(48px, 6vw, 78px) 0 42px;
}

.iv-page .iv-footer-rule::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--iv-light-muted);
}

.iv-page .iv-footer-rule::after,
.iv-page .iv-footer-rule span {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid var(--iv-light);
  border-radius: 50%;
  background: var(--iv-orange-2);
  transform: translateY(-50%);
}

.iv-page .iv-footer-rule::after {
  left: 0;
}

.iv-page .iv-footer-rule span {
  right: 0;
  background: var(--iv-green);
}

.iv-page .iv-footer-directory {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr 1.3fr;
  gap: clamp(30px, 5vw, 76px);
}

.iv-page .iv-footer-directory nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.iv-page .iv-footer-directory h2 {
  margin: 0 0 9px;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.iv-page .iv-footer-directory nav a,
.iv-page .iv-footer-note > a {
  font-family: var(--iv-font-mono);
  font-size: 13px;
  text-decoration: none;
}

.iv-page .iv-footer-note {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.iv-page .iv-footer-note p {
  margin: 0 0 28px;
  color: var(--iv-light);
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.iv-page .iv-footer-note > a {
  color: var(--iv-orange-2);
}

.iv-page .iv-footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(54px, 7vw, 88px);
  padding-top: 22px;
  border-top: 1px solid var(--iv-light-rule);
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

.iv-page .iv-footer-legal p {
  margin: 0;
}



.iv-page .iv-news-lead .iv-state-news-search {
  width: min(100%, 620px);
  margin-left: auto;
}

#mapSVG{
  margin-bottom:10px !important;
  margin-top:10px !important;
}

.iv-page #state-map-link .state-map-preloaded {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 600px;
  margin: 10px auto;
}

.iv-page #state-map-link .state-map-fallback-text {
  fill: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

@keyframes iv-route-grow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@media (max-width: 1100px) {
  .iv-page .iv-interactive-cards:not(.is-scrollable) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-page .iv-shell {
    width: min(calc(100% - 44px), var(--iv-max));
  }









  .iv-page .iv-route-planner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .iv-page .iv-state-control {
    max-width: 460px;
  }

  .iv-page .iv-route-actions {
    grid-column: auto;
  }

  .iv-page .iv-state-layout {
    gap: 50px;
  }

  .iv-page .iv-launch-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .iv-page .iv-launch-item:nth-child(3) {
    border-right: 0;
  }

  .iv-page .iv-launch-item:nth-child(n + 4) {
    margin-top: 28px;
  }

  .iv-page .iv-atlas-layout {
    grid-template-columns: 0.7fr 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .iv-page .iv-interactive-cards {
    grid-template-columns: none;
    grid-template-rows: repeat(2, minmax(150px, auto));
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 280px);
    gap: 20px;
    padding: 18px 10px 12px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .iv-page .iv-interactive-cards.is-scrollable {
    grid-template-rows: repeat(2, minmax(150px, auto));
    grid-auto-columns: min(78vw, 280px);
  }

  .iv-page .iv-interactive-cards::-webkit-scrollbar {
    display: none;
  }

  .iv-page .iv-interactive-card {
    min-height: 160px;
    box-shadow: 8px 8px 0 var(--iv-page-text);
  }

  .iv-page .iv-shell {
    width: min(calc(100% - 32px), var(--iv-max));
  }









  .iv-page .iv-home {
    background: var(--iv-page-bg);
  }

  .iv-page .iv-hero {
    min-height: auto;
    padding: 58px 0 44px;
  }

  .iv-page .iv-hero-copy h1 {
    font-size: clamp(44.2px, 12.75vw, 70px);
  }

  .iv-page .iv-route-planner {
    margin-top: 52px;
  }

  .iv-page .iv-topic-route {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 0 44px;
  }

  .iv-page .iv-topic-route legend {
    position: static;
    margin-left: -44px;
  }

  .iv-page .iv-route-line {
    top: 43px;
    bottom: 26px;
    left: 22px;
    right: auto;
    width: 3px;
    height: auto;
  }

  .iv-page .iv-route-line::after {
    right: -9px;
    top: auto;
    bottom: 0;
    transform: rotate(45deg);
  }

  .iv-page .iv-topic-stop {
    flex-direction: row;
    align-items: center;
    min-height: 62px;
    gap: 14px;
    text-align: left;
  }

  .iv-page .iv-stop-dot {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .iv-page .iv-topic-stop small {
    max-width: none;
    margin: 0 0 0 auto;
    text-align: right;
  }

  .iv-page .iv-route-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .iv-page .iv-primary-action {
    width: 100%;
  }

  .iv-page .iv-section-bar {
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
  }

  .iv-page .iv-section-bar a {
    font-size: 11px;
  }

  .iv-page .iv-launch-list {
    display: flex;
    gap: 0;
    margin-right: -16px;
    padding-bottom: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .iv-page .iv-launch-item {
    flex: 0 0 min(78vw, 290px);
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  .iv-page #state-finance-leaders .iv-launch-item a {
    min-height: 60px;
    padding: 9px 14px 8px;
  }

  .iv-page #state-finance-leaders .iv-launch-item strong {
    margin-top: 3px;
    font-size: 17px;
  }

  .iv-page #state-finance-leaders .iv-launch-date,
  .iv-page #state-finance-leaders .iv-launch-item small {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
  }

  .iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon {
    display: block;
    min-height: 0;
    padding: 22px 0;
  }

  .iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon strong,
  .iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon span {
    display: block;
    text-align: left;
  }

  .iv-page #state-finance-section.is-coming-soon .iv-finance-coming-soon span {
    margin-top: 10px;
  }

  .iv-page .iv-state-layout {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-detail {
    padding: 38px 0 0;
    border-top: 1px solid var(--iv-rule);
    border-left: 0;
  }

  .iv-page .iv-state-detail::before {
    top: -2px;
    left: 0;
    width: 112px;
    height: 5px;
    transform-origin: left;
    animation-name: iv-route-grow-horizontal;
  }

  .iv-page .iv-state-links {
    gap: 0 22px;
  }

  .iv-page .iv-section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .iv-page .iv-topic-panel-content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 4px;
  }

  .iv-page .iv-topic-panel-content nav {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-atlas-layout {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-atlas-layout > a {
    min-height: 140px;
    padding: 30px 0 0;
    border-top: 1px solid var(--iv-light-rule);
    border-left: 0;
  }

  .iv-page .iv-atlas-layout > a strong {
    margin-bottom: 18px;
  }

  .iv-page .iv-tool-links {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-tool-links a {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid var(--iv-rule);
  }

  .iv-page .iv-tool-links a:last-child {
    border-bottom: 0;
  }

  .iv-page .iv-footer-lead {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .iv-page .iv-footer-actions {
    width: 100%;
  }

  .iv-page .iv-footer-directory {
    grid-template-columns: 1fr 1fr;
  }

  .iv-page .iv-footer-note {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .iv-page #state-map-link .state-map-preloaded {
    height: min(600px, calc(100vw - 32px));
  }
}

@keyframes iv-route-grow-horizontal {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 520px) {










  .iv-page .iv-hero-copy h1 {
    font-size: clamp(40.8px, 13.6vw, 57.8px);
    line-height: 0.94;
  }

  .iv-page .iv-hero-copy > p {
    font-size: 14px;
  }

  .iv-page .iv-topic-stop small {
    display: none;
  }

  .iv-page .iv-state-list,
  .iv-page .iv-state-links {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-detail-heading > p {
    display: none;
  }

  .iv-page .iv-state-detail h3 {
    font-size: 50px;
  }

  .iv-page .iv-state-explorer,
  .iv-page .iv-topic-depth,
  .iv-page .iv-data-tools {
    padding: 72px 0;
  }

  .iv-page .iv-section-heading h2 {
    font-size: 40.8px;
  }

  .iv-page .iv-topic-panel-toggle {
    font-size: 20px;
  }

  .iv-page .iv-topic-panel-toggle b {
    width: 42px;
  }

  .iv-page .iv-footer-directory {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iv-page *,
  .iv-page *::before,
  .iv-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Virginia Chaz concept: top forecast rail, district CTA, and supporter wheel. */
 .iv-results-head h3 {
  color: var(--iv-ink);
  font-size: 14px;
  letter-spacing: .075em;
}

 .iv-rail {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

 .iv-forecast,
 .iv-news {
  min-width: 0;
}

 .iv-rail-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 11px;
  border-bottom: 2px solid var(--iv-ink);
}

 .iv-rail-heading h2,
 .iv-rail-heading a,
 .iv-news > h2 {
  margin: 0;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

 .iv-rail-heading a {
  color: var(--iv-accent-text);
  font-size: 11px;
}

 .iv-forecast-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--iv-rule);
  color: var(--iv-ink);
  text-decoration: none;
}

 .iv-forecast-row[hidden] {
  display: none;
}

 .iv-forecast-row > span,
 .iv-forecast-row small {
  font-family: var(--iv-font-mono);
}

 .iv-forecast-row > span {
  font-size: 12px;
  font-weight: 800;
}

 .iv-forecast-row strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  font-size: 22px;
  letter-spacing: -.03em;
}

 .iv-forecast-row strong[data-party="D"] { color: var(--iv-blue); }
 .iv-forecast-row strong[data-party="R"] { color: var(--iv-red); }

 .iv-forecast-row small {
  overflow: hidden;
  color: var(--iv-neutral);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

 .iv-forecast-row:hover > span,
 .iv-forecast-row:hover strong {
  color: var(--iv-accent-text);
}

 .iv-news {
  padding-top: 4px;
  border-top: 4px solid var(--iv-orange);
}

 .iv-news > h2 {
  margin: 0 0 4px;
  padding-top: 13px;
}

 #state-finder-controls > div {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

 .iv-district-destination {
  display: block;
  min-width: 190px;
}

 .iv-district-select,
 .iv-district-result {
  min-height: 54px;
  width: 100%;
  max-width: 240px;
  margin: 0 -1.5px 0 0;
  padding: 0 38px 0 14px;
  border: 1.5px solid var(--iv-dark);
  border-radius: 0;
  background: var(--iv-dark);
  color: var(--iv-light);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

 .iv-district-result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

#state-district-result{
  background: var(--iv-ink);
  color: var(--iv-paper) !important;
}

 .iv-district-select[hidden],
 .iv-district-result[hidden] { display: none; }
 .iv-district-select:hover,
 .iv-district-select:focus-visible { border-color: var(--iv-orange); }
 .iv-district-result:hover,
 .iv-district-result:focus-visible { background: var(--iv-orange); color: var(--iv-on-accent) !important; }

 .iv-donor {
  padding: clamp(72px, 8vw, 112px) 0;
  border-top: 2px solid var(--iv-light);
  background: var(--iv-strong-bg);
  color: var(--iv-light);
}

 .iv-donor-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--iv-light-rule);
}

 .iv-donor-heading p,
 .iv-donor-heading h2,
 .iv-donor-content p,
 .iv-donor-content blockquote,
 .iv-donor-footer p,
 .iv-donor-footer a {
  color: inherit;
}

 .iv-donor-heading p {
  margin: 0 0 10px;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

 .iv-donor-heading h2 {
  margin: 0;
  font-size: clamp(35.7px, 4.68vw, 64.6px);
  letter-spacing: -.055em;
  line-height: .96;
}

 .iv-donor-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

 .iv-donor-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--iv-light-muted);
  border-radius: 50%;
  background: transparent;
  color: var(--iv-light);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 16px;
}

 .iv-donor-controls button:hover { border-color: var(--iv-orange); color: var(--iv-accent-text); }
 .iv-donor-controls span { min-width: 54px; color: var(--iv-light-muted); font-family: var(--iv-font-mono); font-size: 11px; text-align: center; }

 .iv-donor-content {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  min-height: 300px;
  padding: 44px 0;
}

 .iv-donor-content img {
  width: 190px;
  height: 190px;
  border: 4px solid var(--iv-light);
  border-radius: 50%;
  object-fit: cover;
}

 .iv-donor-content blockquote {
  max-width: 980px;
  margin: 0 0 28px;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.16;
}

 .iv-donor-content #iv-donor-name {
  margin: 0;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 800;
}

 .iv-donor-content #iv-donor-title-line {
  margin: 6px 0 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

 .iv-donor-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--iv-light-rule);
}

 .iv-donor-footer a {
  flex: 0 0 auto;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

 .iv-donor-footer p {
  max-width: 760px;
  margin: 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
}

@media (max-width: 760px) {
   .iv-rail { gap: 28px; }
   #state-finder-controls > div { grid-template-columns: 1fr; }
   .iv-district-destination { width: 100%; min-width: 0; }
   .iv-district-select,
   .iv-district-result { width: 100%; max-width: none; margin: 0; }
   .iv-donor-heading,
   .iv-donor-footer { align-items: flex-start; flex-direction: column; }
   .iv-donor-content { grid-template-columns: 1fr; min-height: 0; }
   .iv-donor-content img { width: 150px; height: 150px; }
   .iv-donor-footer p { text-align: left; }
}

/* State-first homepage experience. The existing civic palette, type, header,
   footer, and control geometry remain the visual foundation. */
.iv-page .iv-state-first-home {
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-desk-hero {
  padding: clamp(30px, 2.8vw, 40px) 0 clamp(60px, 7vw, 96px);
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-desk-hero-layout {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(680px, 1.72fr);
  grid-template-areas:
    "copy map"
    "live map";
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
}



.iv-page .iv-desk-copy {
  grid-area: copy;
  min-width: 0;
}

.iv-page .iv-desk-copy h1 {
  max-width: 460px;
  margin: 0;
  font-size: clamp(55px, 4.7vw, 70px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .94;
}

.iv-page .iv-desk-copy h1 span,
.iv-page .iv-reporting-header h2 span,
.iv-page .iv-cross-state h2 span {
  color: var(--iv-orange);
}

/* Square punctuation blocks used only on the homepage's display headings. */
.iv-page .iv-heading-block {
  display: inline-block;
  width: .17em;
  height: .17em;
  margin-left: .07em;
  background: currentColor;
  vertical-align: baseline;
  color:var(--iv-orange)
}

.iv-page .iv-desk-copy > p {
  max-width: 430px;
  margin: 30px 0 0;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: clamp(15px, 1.35vw, 19px);
  letter-spacing: -.03em;
  line-height: 1.65;
}

.iv-page .iv-intro-live {
  grid-area: live;
  max-width: 430px;
  margin-top: 0;
}

.iv-page .iv-intro-live h2 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
}

.iv-page .iv-home-map {
  grid-area: map;
  min-width: 0;
  padding: clamp(18px, 2vw, 26px);
  background: var(--iv-page-bg);
}

.iv-page .iv-home-map > h2 {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 12px;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
}

.iv-page .iv-home-map #svg_outer {
  width: 100%;
  text-align: center;
}

.iv-page .iv-home-map #svg_1 {
  width: 100%;
  line-height: 0;
}

.iv-page .iv-home-map #mapSVG {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto !important;
  overflow: visible;
}
.iv-page .iv-home-map #mapSVG text{
  font-family: var(--iv-font-mono);
  font-size:15px;
  font-weight:800
}

.iv-page .iv-home-map .iv-map-state {
  outline: none;
}

.iv-page .iv-home-map .iv-map-state > .iv-map-tile {
  transition: stroke-width 120ms ease, filter 120ms ease;
}

.iv-page .iv-home-map .iv-map-state.is-live {
  cursor: pointer;
}

.iv-page .iv-home-map .iv-map-state.is-live:hover > .iv-map-tile {
  filter: brightness(.94);
  stroke-width: 2.5;
}

.iv-page .iv-home-map .iv-map-state.is-live:focus-visible > .iv-map-tile {
  stroke: var(--iv-blue);
  stroke-width: 3;
}

.iv-home-map-tooltip {
  position: fixed;
  z-index: 9999;
  width: min(260px, calc(100vw - 20px));
  padding: 10px 12px;
  border: 1px solid var(--brand_black);
  border-radius: 6px;
  background: var(--brand_white);
  box-shadow: 0 6px 18px var(--iv-shadow);
  color: var(--brand_black);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.45;
  pointer-events: none;
}

.iv-home-map-tooltip[hidden] {
  display: none;
}

.iv-home-map-tooltip strong {
  font-weight: 800;
}

.iv-home-map-tooltip .iv-map-tooltip-state {
  display: block;
  margin-bottom: 5px;
  color: var(--iv-accent-text);
}

.iv-page .iv-district-finder {
  padding: clamp(56px, 6vw, 88px) 0;
  border-bottom: 1.5px solid var(--iv-page-text);
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-district-finder-layout {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.iv-page .iv-district-finder-copy {
  padding-left: 24px;
  border-left: 6px solid var(--iv-orange);
}

.iv-page .iv-district-finder-copy h2 {
  max-width: 520px;
  margin: 0;
  font-family: var(--iv-font-sans);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
  
}

.iv-page .iv-district-finder-copy h2 span {
  color: var(--iv-orange);
}

.iv-page .iv-district-finder-copy p {
  max-width: 440px;
  margin: 24px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  line-height: 1.55;
}

.iv-page .iv-district-finder-form {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(150px, .62fr) minmax(150px, .62fr) auto;
  gap: 14px;
  padding: 24px;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-panel-bg);
}

.iv-page .iv-district-finder-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.iv-page .iv-district-finder-form label > span {
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
}

.iv-page .iv-district-finder-form input,
.iv-page .iv-district-finder-form select,
.iv-page .iv-district-finder-form button {
  width: 100%;
  min-height: 54px;
  margin: 0;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  font-family: var(--iv-font-mono);
  font-size: 14px;
}

.iv-page .iv-district-finder-form input,
.iv-page .iv-district-finder-form select {
  padding: 0 14px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page .iv-district-finder-form button {
  align-self: end;
  min-width: 148px;
  padding: 0 18px;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
}

.iv-page .iv-district-finder-form button:hover {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-page .iv-district-finder-form button:disabled {
  cursor: wait;
  opacity: .7;
}

.iv-page .iv-district-finder-form :is(input, select, button, a):focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 3px;
}

.iv-page .iv-district-finder-status,
.iv-page .iv-district-finder-result,
.iv-page .iv-district-finder-noscript {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--iv-font-mono);
  font-size: 12px;
  line-height: 1.45;
}

.iv-page .iv-district-finder-status {
  color: var(--iv-neutral);
}

.iv-page .iv-district-finder-result,
.iv-page .iv-district-finder-noscript {
  width: fit-content;
  color: var(--iv-accent-text);
  font-weight: 800;
  text-decoration: none;
}

.iv-page .iv-district-finder-result:hover,
.iv-page .iv-district-finder-noscript:hover {
  color: var(--iv-page-text);
}

.iv-page .iv-state-workspace-row {
  margin-top: clamp(30px, 3vw, 44px);
  scroll-margin-top: 104px;
}

.iv-page #iv-state-entry-form {
  scroll-margin-top: 104px;
}

.iv-page .iv-state-workspace {
  width: 100%;
  min-width: 0;
  border: 1.5px solid var(--iv-page-text);
  background: var(--iv-page-bg);
}

.iv-page .iv-supporters {
  padding: clamp(72px, 8vw, 112px) 0;
  border-bottom: 1.5px solid var(--iv-light);
  background: var(--iv-strong-bg);
  color: var(--iv-light);
}

.iv-page .iv-supporters-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--iv-light-rule);
}

.iv-page .iv-supporters-heading p {
  margin: 0 0 10px;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.iv-page .iv-supporters-heading h2 {
  margin: 0;
  color: var(--iv-light);
  font-size: clamp(36px, 4.7vw, 65px);
  letter-spacing: -.055em;
  line-height: .96;
}

.iv-page .iv-supporters-heading h2 span {
  color: var(--iv-orange-2);
}

.iv-page .iv-supporters-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.iv-page .iv-supporters-controls button {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--iv-light-muted);
  border-radius: 50%;
  background: transparent;
  color: var(--iv-light);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 16px;
}

.iv-page .iv-supporters-controls button:hover {
  border-color: var(--iv-orange-2);
  color: var(--iv-orange-2);
}

.iv-page .iv-supporters-controls button:focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 3px;
}

.iv-page .iv-supporters-controls span {
  min-width: 54px;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  text-align: center;
}

.iv-page .iv-supporter-story {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  min-height: 300px;
  padding: 44px 0;
}

.iv-page .iv-supporter-story img {
  width: 190px;
  height: 190px;
  border: 4px solid var(--iv-light);
  border-radius: 50%;
  background: var(--iv-light);
  object-fit: cover;
}

.iv-page .iv-supporter-story blockquote {
  max-width: 980px;
  margin: 0 0 28px;
  color: var(--iv-light);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.16;
}

.iv-page .iv-supporter-story #iv-supporter-name {
  margin: 0;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 800;
}

.iv-page .iv-supporter-story #iv-supporter-title {
  margin: 6px 0 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

.iv-page .iv-supporters-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--iv-light-rule);
}

.iv-page .iv-supporters-footer a {
  flex: 0 0 auto;
  color: var(--iv-orange-2);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.iv-page .iv-supporters-footer a:hover {
  color: var(--iv-light);
}

.iv-page .iv-supporters-footer a:focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 4px;
}

.iv-page .iv-supporters-footer p {
  max-width: 760px;
  margin: 0;
  color: var(--iv-light-muted);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.45;
  text-align: right;
}

.iv-page .iv-state-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .42fr);
  gap: 14px 18px;
  padding: 24px 26px 22px;
}

.iv-page .iv-state-entry > label {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .025em;
}

.iv-page .iv-state-entry select,
.iv-page #iv-state-submit {
  width: 100%;
  min-height: 58px;
  margin: 0;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  font-family: var(--iv-font-mono);
  font-size: 15px;
  font-weight: 700;
}

.iv-page .iv-state-entry select {
  padding: 0 16px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
}

.iv-page #iv-state-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  cursor: pointer;
  text-decoration: none;
}

.iv-page #iv-state-submit:hover {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-page #iv-state-coverage {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .02em;
}

.iv-page .iv-state-desk {
  scroll-margin-top: 20px;
  border-top: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-state-desk:focus {
  outline: 3px solid var(--iv-blue);
  outline-offset: 5px;
}

.iv-page .iv-state-desk:focus:not(:focus-visible) {
  outline: none;
}

.iv-page .iv-desk-context {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 58px;
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-page #iv-desk-state-abbr {
  display: grid;
  place-items: center;
  min-width: 54px;
  margin: 0;
  border-right: 1.5px solid var(--iv-page-text);
  background: var(--iv-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono);
  font-size: 16px;
  font-weight: 800;
}

.iv-page .iv-desk-context > div {
  display: flex;
  align-items: baseline;
  gap: 24px;
  min-width: 0;
  padding: 16px 22px;
}

.iv-page .iv-desk-context h2 {
  margin: 0;
  font-family: var(--iv-font-sans);
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1;
}

.iv-page #iv-desk-route-count {
  margin: 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.iv-page .iv-desk-body {
  padding: 22px 26px 26px;
}

.iv-page #iv-desk-prompt {
  margin: 0 0 14px;
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.iv-page .iv-desk-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1.5px solid var(--iv-page-text);
  border-bottom: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-desk-topics button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "index arrow"
    "label arrow";
  gap: 8px 12px;
  align-items: center;
  min-height: 82px;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--iv-page-text);
  cursor: pointer;
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.iv-page .iv-desk-topics button:not(:nth-child(3n + 1)) {
  border-left: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-desk-topics button:nth-child(n + 4) {
  border-top: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-desk-topics button > span:nth-child(2) {
  grid-area: label;
}

.iv-page .iv-desk-topics button > span:last-child {
  grid-area: arrow;
  align-self: center;
}

.iv-page .iv-desk-topics button:hover:not(:disabled) {
  background: var(--iv-panel-bg);
  color:var(--iv-ink)
}

.iv-page .iv-desk-topics button[aria-pressed="true"] {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-desk-topics button:disabled {
  cursor: not-allowed;
  opacity: .38;
}

.iv-page .iv-topic-index {
  grid-area: index;
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 800;
}

.iv-page .iv-desk-topics button[aria-pressed="true"] .iv-topic-index {
  color: var(--iv-on-accent);
}

.iv-page .iv-desk-results-layout {
  display: block;
  margin-top: 24px;
}

.iv-page .iv-focused-route h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.iv-page .iv-focused-route h3 span {
  color: var(--iv-accent-text);
}

.iv-page .iv-focused-route h3 i {
  padding: 0 7px;
  font-style: normal;
}

.iv-page .iv-focused-routes {
  display: grid;
  grid-template-columns: repeat(var(--iv-route-columns, 1), minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--iv-page-text);
}

.iv-page .iv-focused-routes > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 14px 18px 14px 20px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-sans);
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
}

.iv-page .iv-focused-routes > a + a {
  border-top: 0;
}

.iv-page .iv-focused-routes > a:hover {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-page .iv-focused-routes > a.is-featured {
  border-left: 7px solid var(--iv-orange);
  padding-left: 13px;
}

.iv-page .iv-focused-routes em {
  margin-right: 10px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.iv-page .iv-route-empty {
  margin: 0;
  padding: 22px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  line-height: 1.5;
}

.iv-page .iv-state-now-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iv-page .iv-state-now-list li {
  border-bottom: 1px solid var(--iv-rule);
}

.iv-page .iv-state-now-list a {
  display: block;
  padding: 13px 0;
  color: var(--iv-page-text);
  text-decoration: none;
}

.iv-page .iv-state-now-list a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.iv-page .iv-state-now-list time,
.iv-page .iv-state-now-list strong {
  display: block;
  font-family: var(--iv-font-mono);
}

.iv-page .iv-state-now-list time {
  margin-bottom: 5px;
  color: var(--iv-accent-text);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.iv-page .iv-state-now-list strong {
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.iv-page .iv-noscript-states {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  border: 1px solid var(--iv-page-text);
  background: var(--iv-page-text);
}

.iv-page .iv-noscript-states h2 {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  background: var(--iv-page-bg);
}

.iv-page .iv-noscript-states a {
  padding: 12px;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

.iv-page .iv-state-reporting {
  padding: clamp(58px, 6vw, 88px) 0;
  background: var(--iv-page-bg);
}

.iv-page .iv-reporting-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .75fr);
  gap: 50px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--iv-page-text);
}

.iv-page .iv-reporting-header h2,
.iv-page .iv-cross-state h2 {
  margin: 0;
  font-family: var(--iv-font-sans);
  font-size: clamp(36px, 3.6vw, 52px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
}

.iv-page #iv-news-count {
  margin: 12px 0 0;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 650;
}

.iv-page .iv-state-news-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) minmax(150px, .7fr);
  gap: 10px;
}

.iv-page .iv-state-news-filters label {
  margin: 0;
}

.iv-page .iv-state-news-filters input,
.iv-page .iv-state-news-filters select {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0 14px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: var(--iv-page-bg);
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 12px;
}

.iv-page .iv-state-story-list {
  border-right: 1.5px solid var(--iv-page-text);
  border-bottom: 1.5px solid var(--iv-page-text);
  border-left: 1.5px solid var(--iv-page-text);
}

.iv-page .iv-state-story-list > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 24px;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 16px 20px;
  color: var(--iv-page-text);
  text-decoration: none;
}

.iv-page .iv-state-story-list > a + a {
  border-top: 1px solid var(--iv-page-text);
}

.iv-page .iv-state-story-list > a:hover {
  background: var(--iv-panel-bg);
}

.iv-page .iv-state-story-list > a > span:first-child,
.iv-page .iv-state-story-list small,
.iv-page .iv-state-story-list strong,
.iv-page .iv-state-story-list em {
  display: block;
}

.iv-page .iv-state-story-list small {
  margin-bottom: 7px;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.iv-page .iv-state-story-list strong {
  font-family: var(--iv-font-sans);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.iv-page .iv-state-story-list em {
  margin-top: 5px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}

.iv-page .iv-state-story-list time {
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  text-align: right;
}

.iv-page .iv-reporting-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding-top: 18px;
}

.iv-page .iv-reporting-actions button,
.iv-page .iv-reporting-actions a {
  min-height: 44px;
  padding: 12px 16px;
  border: 1.5px solid var(--iv-page-text);
  border-radius: 0;
  background: transparent;
  color: var(--iv-page-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.iv-page .iv-reporting-actions a {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-reporting-actions :is(button, a):hover {
  background: var(--iv-page-text);
  color: var(--iv-page-bg);
}

.iv-page .iv-resource-ways {
  padding: clamp(52px, 6vw, 84px) 0;
  background: var(--iv-neutral-2);
  color: var(--iv-ink);
}

.iv-page .iv-resource-ways-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.iv-page .iv-resource-panel {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--iv-ink);
}

.iv-page .iv-cross-state h2 {
  color: var(--iv-ink);
}

.iv-page .iv-cross-state-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid var(--iv-ink);
  border-left: 1px solid var(--iv-ink);
}

.iv-page .iv-cross-state-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 20px 24px;
  border-right: 1px solid var(--iv-ink);
  border-bottom: 1px solid var(--iv-ink);
  color: var(--iv-ink);
  text-decoration: none;
}

.iv-page .iv-cross-state-links a:hover {
  background: var(--iv-orange);
  color: var(--iv-on-accent);
}

.iv-page .iv-cross-state-links strong,
.iv-page .iv-cross-state-links small {
  display: block;
}

.iv-page .iv-cross-state-links strong {
  font-family: var(--iv-font-sans);
  font-size: 18px;
}

.iv-page .iv-cross-state-links small {
  margin-top: 6px;
  font-family: var(--iv-font-mono);
  font-size: 13px;
}

@media (max-width: 1100px) {
  .iv-page .iv-desk-hero-layout {
    grid-template-columns: minmax(250px, .62fr) minmax(580px, 1.6fr);
    gap: 40px;
  }

  .iv-page .iv-desk-copy h1 {
    font-size: clamp(56px, 6vw, 72px);
  }

  .iv-page .iv-district-finder-layout,
  .iv-page .iv-resource-ways-grid {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-district-finder-layout {
    gap: 32px;
  }

  .iv-page .iv-state-entry {
    grid-template-columns: minmax(0, 1fr) minmax(170px, .46fr);
  }
}

@media (max-width: 920px) {
  .iv-page .iv-desk-hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "map"
      "live";
    gap: 36px;
  }

  .iv-page .iv-intro-live {
    width: min(100%, 760px);
    max-width: none;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .iv-page .iv-home-map {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .iv-page .iv-reporting-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .iv-page .iv-state-news-filters {
    max-width: 620px;
  }
}

@media (max-width: 700px) {
  .iv-page .iv-shell {
    width: min(calc(100% - 30px), var(--iv-max));
  }

  .iv-page .iv-desk-hero {
    padding: 42px 0 60px;
  }

  .iv-page .iv-desk-copy h1 {
    max-width: 360px;
    font-size: clamp(52px, 15vw, 68px);
  }

  .iv-page .iv-desk-copy > p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
  }

  .iv-page .iv-intro-live {
    margin-top: 0;
  }

  .iv-page .iv-home-map {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    padding: 8px 0;
  }

  .iv-page .iv-home-map #mapSVG {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
  }

  .iv-page .iv-district-finder {
    padding: 56px 0;
  }

  .iv-page .iv-district-finder-copy {
    padding-left: 18px;
    border-left-width: 5px;
  }

  .iv-page .iv-district-finder-copy h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .iv-page .iv-district-finder-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .iv-page .iv-district-finder-form button {
    min-width: 0;
  }

  .iv-page .iv-supporters {
    padding: 30px 0;
  }

  .iv-page .iv-supporters-heading,
  .iv-page .iv-supporters-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .iv-page .iv-supporters-heading {
    gap: 24px;
  }

  .iv-page .iv-supporters-heading h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .iv-page .iv-supporter-story {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 38px 0;
  }

  .iv-page .iv-supporter-story img {
    width: 150px;
    height: 150px;
  }

  .iv-page .iv-supporter-story blockquote {
    margin-bottom: 22px;
    font-size: clamp(22px, 6.4vw, 30px);
  }

  .iv-page .iv-supporters-footer p {
    text-align: left;
  }

  .iv-page .iv-state-workspace-row {
    margin-top: 38px;
  }

  .iv-page .iv-state-entry {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .iv-page .iv-state-entry > label,
  .iv-page #iv-state-coverage {
    grid-column: auto;
  }

  .iv-page .iv-state-entry select,
  .iv-page #iv-state-submit {
    min-height: 56px;
    font-size: 16px;
  }

  .iv-page .iv-desk-context {
    grid-template-columns: 50px minmax(0, 1fr) auto;
  }

  .iv-page .iv-desk-context > div {
    display: block;
    padding: 13px 14px;
  }

  .iv-page .iv-desk-context h2 {
    font-size: 17px;
  }

  .iv-page #iv-desk-route-count {
    margin-top: 5px;
    font-size: 11px;
  }

  .iv-page .iv-desk-body {
    padding: 20px;
  }

  .iv-page #iv-desk-prompt {
    font-family: var(--iv-font-sans);
    font-size: 24px;
    letter-spacing: -.035em;
  }

  .iv-page .iv-desk-topics {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-desk-topics button:nth-child(even) {
    border-left: 0;
  }

  .iv-page .iv-desk-topics button:not(:nth-child(3n + 1)) {
    border-left: 0;
  }

  .iv-page .iv-desk-topics button:nth-child(n + 2) {
    border-top: 1.5px solid var(--iv-page-text);
  }

  .iv-page .iv-desk-topics button {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "index label arrow";
    gap: 8px 12px;
    min-height: 50px;
    padding: 11px 14px;
  }

  .iv-page .iv-desk-topics .iv-topic-index {
    min-width: 20px;
    font-size: 10px;
    white-space: nowrap;
  }

  .iv-page .iv-focused-routes > a {
    font-size: 14px;
  }

  .iv-page .iv-focused-routes {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-reporting-header h2,
  .iv-page .iv-cross-state h2 {
    font-size: 38px;
  }

  .iv-page .iv-state-news-filters {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-state-news-filters input,
  .iv-page .iv-state-news-filters select {
    min-height: 48px;
    font-size: 16px;
  }

  .iv-page .iv-state-story-list > a {
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 12px;
    padding: 16px;
  }

  .iv-page .iv-state-story-list time {
    display: none;
  }

  .iv-page .iv-state-story-list strong {
    font-size: 16px;
  }

  .iv-page .iv-state-story-list em {
    display: none;
  }

  .iv-page .iv-reporting-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .iv-page .iv-reporting-actions button,
  .iv-page .iv-reporting-actions a {
    width: 100%;
    text-align: center;
  }

  .iv-page .iv-cross-state-links {
    grid-template-columns: 1fr;
  }

  .iv-page .iv-resource-ways {
    padding: 20px 0;
  }

  .iv-page .iv-resource-panel {
    padding: 22px;
  }

  .iv-page .iv-cross-state-links a {
    min-height: 78px;
  }

  .iv-page .iv-civic-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .iv-page .iv-state-first-home *,
  .iv-page .iv-state-first-home *::before,
  .iv-page .iv-state-first-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
