:root {
  --accent-dark: #4774CC;
  --accent-light: #bccae5;
  --rigorous: #d62021;
  --unbiased: #000005;
  --true: #237bbd;
  --sans: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  --serif: 'NPRSerif', Georgia, "Times New Roman", Times, serif;
  --vh: 1vh;
  --background: #fff;
  --election-highlight: #fff5dd;
  --text-color: #333;
  --text-highlight: #111;
  --text-mid: #666;
  --link-color: #4774CC;
  --sponsorship-background: #f9f9f9;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #202020;
    --election-highlight: #413c31;
    --text-color: #f1f1f1;
    --text-highlight: #f1f1f1;
    --text-mid: #f1f1f1;
    --link-color: #83B6FC;
    --sponsorship-background: #404040;
  }
}
/*
 * Media queries
 */
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background: var(--background, #fff);
  color: var(--text-color, #333);
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 20px;
  color: var(--text-highlight, #333);
}
a,
a:visited {
  color: var(--link-color, #4774CC);
}
a:hover,
a:active,
a:focus {
  color: #bccae5;
}
img:not([alt]) {
  outline: 3px solid red;
}
[aria-hidden] img:not([alt]),
[role="img"] img:not([alt]) {
  outline: none;
}
footer {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  background: #222;
  color: white;
  padding: 40px 15px;
  position: relative;
  z-index: 999;
  justify-content: flex-start;
}
footer.mega-nav {
  background: #454545;
}
body.embedded footer {
  display: none;
}
footer h3 {
  margin: 0 0 6px 0;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
}
footer h3.more-hed {
  border-top: 1px solid #999;
  padding-top: 33px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer a,
footer a:link,
footer a:visited {
  color: white;
  text-decoration: none;
}
footer a:hover,
footer a:link:hover,
footer a:visited:hover {
  color: #aaa;
}
footer .constrained {
  max-width: 980px;
  margin: auto;
}
footer .npr {
  margin-top: 44px;
}
footer .npr ul {
  border-top: 1px solid #555;
  color: #888;
  font-size: 0.8rem;
  padding-top: 11px;
}
footer .npr ul li {
  display: inline-block;
  margin: 0 24px 10px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 601px) {
  footer .npr ul li {
    display: inline-block;
  }
}
footer .npr ul li:last-child {
  color: #ccc;
}
:root {
  --side-margin: 15px;
}
.state-nav {
  column-count: 5;
  margin: 20px 0 33px 0;
}
@media (max-width: 1000px) {
  .state-nav {
    column-count: 3;
  }
}
@media (max-width: 600px) {
  .state-nav {
    column-count: 2;
  }
}
@media (max-width: 400px) {
  .state-nav {
    font-size: 0.9em;
  }
}
.state-nav a {
  line-height: 1.8;
}
.more-2026 {
  column-count: 3;
  margin: 20px 0 0 0;
}
@media (max-width: 600px) {
  .more-2026 {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .more-2026 {
    column-count: 2;
  }
}
@media (max-width: 400px) {
  .more-2026 {
    font-size: 0.9em;
  }
}
.more-2026 a {
  line-height: 1.8;
}
.station-guides {
  margin-top: 30px;
}
.station-guides ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 601px) {
  .station-guides ul {
    column-count: 2;
    column-gap: 10px;
  }
}
.station-guides li {
  margin: 0;
  break-inside: avoid;
  font-size: 16px;
  line-height: 1.4;
}
.credits {
  font-size: 0.9em;
  color: #ccc;
}
.credits p.credit-text {
  margin: 0;
}
@media (max-width: 600px) {
  .credits p.credit-text {
    margin: 0 0 2px 0;
  }
}
.credits p {
  line-height: 1.6;
}
main {
  color: var(--text-color, #111);
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
.intro {
  font-size: 16px;
  max-height: 9999px;
}
.footnote {
  font-size: 16px;
  margin-top: 45px;
}
body:not(.embedded) .embed-only {
  display: none;
}
@media (min-width: 601px) {
  .homePage span.table-text {
    padding: 3px 10px;
  }
  .homePage span.election-day {
    background: var(--election-highlight, #eee);
    padding: 3px 10px;
    margin: 3px 0;
  }
  .homePage div.flexbox > span {
    display: flex;
    align-items: center;
  }
  .homePage .dotted-line.election-day span {
    background: var(--election-highlight, #eee);
  }
  .homePage div.flexbox > span.table__date-col {
    border-radius: 10px 0 0 10px;
  }
  .homePage div.flexbox > span.table__description-col {
    border-radius: 0 10px 10px 0;
  }
  .homePage div.flexbox > span.table__date-col.hidden + span.table__place-col {
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 600px) {
  .homePage div.flexbox > span.table__place-col.election-day {
    flex-basis: 100%;
    border-radius: 10px 10px 0 0;
    background: var(--election-highlight, #eee);
    padding: 4px 0 0 4px;
    margin-bottom: 0px;
  }
  .homePage div.flexbox > span.table__place-col.election-day.dotted-line span {
    background: var(--election-highlight, #eee);
  }
  .homePage div.flexbox > span.table__place-col.election-day.dotted-line::after {
    border-bottom: 0px;
  }
  .homePage div.flexbox > span.table__description-col.election-day {
    border-radius: 0 0 10px 10px;
    background: var(--election-highlight, #eee);
    padding: 0 0 4px 4px;
  }
}
#electionDatebox span {
  flex-basis: 100%;
  padding: 3px 10px;
  border-radius: 10px;
  background: var(--election-highlight, #eee);
}
.global-stickybar {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 0;
  z-index: 1000;
}
.global-stickybar-mount-piano {
  width: 100%;
}
nav.elections {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 13.5px;
}
body.embedded nav.elections {
  display: none;
}
nav.elections .row {
  display: flex;
  padding: 0 var(--side-margin);
  justify-content: space-between;
  position: relative;
}
.embedded nav.elections {
  display: none;
}
nav.elections > hr {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: white;
  background-image: linear-gradient(to right, #d62021, #237bbd);
  border: none;
}
nav.elections ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  width: 100%;
  height: 44px;
}
nav.elections ul.secondary {
  flex: 1;
  justify-content: flex-end;
}
nav.elections ul > li {
  margin: 0;
  padding: 0 var(--side-margin) 0 0;
  line-height: 1;
}
nav.elections img {
  display: block;
  height: 15px;
  width: auto;
}
@media (min-width: 651px) {
  nav.elections img {
    height: 18px;
  }
}
nav.elections a,
nav.elections a:link,
nav.elections a:visited {
  color: var(--text-mid, #454545);
  text-decoration: none;
}
nav.elections a:hover,
nav.elections a:active {
  opacity: 0.6;
}
nav.elections .election {
  display: flex;
}
nav.elections .election .elections-logo {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-weight: bold;
  text-transform: none;
  color: var(--text-highlight, #000);
  font-size: 18px;
  white-space: nowrap;
  line-height: 1;
  margin-top: 1px;
  letter-spacing: 0.01em;
}
nav.elections .election hr {
  margin: 0 0 0 20px;
  border: none;
  border-left: 1px solid #ccc;
}
@media (max-width: 600px) {
  nav.elections .election hr {
    margin: 0 16px;
    display: none;
  }
}
nav.elections .donate {
  padding-right: 0;
}
nav.elections .donate a {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.01em;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 8px 4px 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSAxMEw0LjcwMjUgOS4yODA2NUMxLjg3IDYuNzM1NyAwIDUuMDU3MjIgMCAyLjk5NzI4QzAgMS4zMTg4IDEuMzMxIDAgMy4wMjUgMEMzLjk4MiAwIDQuOTAwNSAwLjQ0MTQxNyA1LjUgMS4xMzg5NkM2LjA5OTUgMC40NDE0MTcgNy4wMTggMCA3Ljk3NSAwQzkuNjY5IDAgMTEgMS4zMTg4IDExIDIuOTk3MjhDMTEgNS4wNTcyMiA5LjEzIDYuNzM1NyA2LjI5NzUgOS4yODYxTDUuNSAxMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-color: #d62021;
  white-space: nowrap;
}
nav.elections .donate:hover {
  opacity: 0.6;
}
@media (max-width: 650px) {
  nav.elections li {
    display: none;
  }
  nav.elections li.npr,
  nav.elections li.election,
  nav.elections li.donate {
    display: block;
  }
}
.ad-wrap {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  visibility: hidden;
  background-color: var(--sponsorship-background, #f9f9f9);
  border-bottom: 2px solid #eee;
}
.ad-wrap.visible {
  visibility: visible;
}
.ad-wrap.hidden {
  display: none;
}
.ad-config-wrap {
  width: 100%;
  display: table;
}
.ad-config {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 500ms ease;
  display: table-cell !important;
  flex-direction: column;
  vertical-align: middle;
  height: 250px;
}
.ad-config > div {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
}
.ad-config.hidden {
  display: none !important;
}
.ad-header {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 12px;
  content: "Sponsor message";
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #777;
  padding: 15px;
}
.ad-footer {
  padding-top: 25px;
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header-illo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 649px) {
  #header-illo {
    margin-top: 30px;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  #header-illo {
    margin-top: 40px;
  }
}
@media (min-width: 900px) {
  #header-illo {
    margin-top: 50px;
  }
}
h1 {
  color: var(--text-highlight, #111);
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 649px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  h1 {
    font-size: 3em;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 4em;
  }
}
h1 span {
  display: none;
}
@media (max-width: 649px) {
  .statepage-hed {
    margin-top: 30px;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  .statepage-hed {
    margin-top: 40px;
  }
}
@media (min-width: 900px) {
  .statepage-hed {
    margin-top: 50px;
  }
}
#homePageHeaderLink {
  color: var(--text-highlight, #111);
}
.byline {
  color: var(--text-mid, #646262);
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.embedded .byline {
  display: none;
}
.bullet {
  color: #646262;
}
@media (min-width: 650px) {
  .br--mobile {
    display: none;
  }
}
@media (max-width: 649px) {
  .bullet--desktop {
    display: none;
  }
}
#state-nav {
  background: #FFDD86;
  border-radius: 20px;
  margin: 10px auto 40px;
  position: relative;
}
@media (max-width: 649px) {
  #state-nav {
    padding: 10px 20px;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  #state-nav {
    padding: 20px;
  }
}
@media (min-width: 900px) {
  #state-nav {
    padding: 30px;
  }
}
#state-nav::after {
  background-color: #111;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  content: "";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 32px;
  top: calc(50% - 0.25em);
  width: 0.8em;
}
@media (max-width: 899px) {
  #state-nav::after {
    right: 22px;
  }
}
@media (min-width: 900px) {
  #state-nav::after {
    right: 32px;
  }
}
label {
  display: block;
  margin-bottom: 8px;
  color: #333;
}
select {
  background-color: transparent;
  -webkit-appearance: none;
  border: none;
  color: rgba(0, 0, 0, 0);
  display: block;
  padding: 5px;
  width: 100%;
}
@media (max-width: 649px) {
  select {
    height: 3em;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  select {
    height: 4.5em;
  }
}
@media (min-width: 900px) {
  select {
    height: 6em;
  }
}
option {
  color: #111;
}
#selected-state {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  text-align: center;
  color: #111;
}
@media (max-width: 649px) {
  #selected-state {
    border-bottom: 4px solid #111;
    bottom: 10px;
    font-size: 2em;
    width: calc(100% - 60px);
  }
  #selected-state.long {
    font-size: 1.65em;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  #selected-state {
    border-bottom: 6px solid #111;
    bottom: 20px;
    font-size: 3em;
    width: calc(100% - 60px);
  }
}
@media (min-width: 900px) {
  #selected-state {
    border-bottom: 8px solid #111;
    bottom: 30px;
    font-size: 4em;
    width: calc(100% - 90px);
  }
}
#selected-state-image {
  height: 0.7em;
}
.subhed {
  font-size: 18px;
}
.subhed--dark {
  color: var(--text-highlight, #111);
}
.subhed--medium {
  color: var(--text-mid, #666);
}
.subhed--line {
  position: relative;
}
.subhed--line span {
  background-color: var(--background, #fff);
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
.subhed--line::after {
  border-bottom: 1px solid #cecece;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.table-text {
  font-size: 16px;
  max-height: 9999px;
}
.table-text .flexbox {
  margin-bottom: 5px;
}
span.table-text {
  color: var(--text-color, #111);
}
.table__date-col {
  padding-right: 5px;
}
@media (max-width: 649px) {
  .table__date-col {
    flex-basis: 100%;
    font-weight: bold;
    margin-bottom: 2px;
  }
}
@media (min-width: 650px) {
  .table__date-col {
    flex-basis: 100px;
  }
}
.table__date-col.hidden {
  visibility: hidden;
}
@media (min-width: 650px) {
  .table__place-col {
    flex-basis: 250px;
  }
}
@media (max-width: 649px) {
  .table__place-col {
    margin-bottom: 3px;
  }
}
@media (max-width: 649px) {
  .table__description-col {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 650px) {
  .table__description-col {
    flex-basis: calc(100% - 350px);
  }
}
@media (max-width: 649px) {
  .mobile-dotted-line {
    position: relative;
  }
  .mobile-dotted-line span {
    background-color: var(--background, #fff);
    padding-right: 5px;
    position: relative;
    z-index: 1;
  }
  .mobile-dotted-line::after {
    border-bottom: 1px dotted #cecece;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: calc(100% - 5px);
  }
}
@media (max-width: 649px) {
  .keylinks-flexbox {
    flex-direction: column;
  }
}
.key-link {
  flex-basis: 50%;
}
.link-icon {
  width: 12px;
}
.deadline-intro {
  color: var(--text-color, #333);
  font-size: 16px;
  max-height: 9999px;
}
.dotted-line {
  position: relative;
}
.dotted-line span {
  background-color: var(--background, #fff);
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
.dotted-line::after {
  border-bottom: 1px dotted #cecece;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: calc(100% - 5px);
}
.upcoming-label {
  font-weight: bold;
}
@media (max-width: 649px) {
  .upcoming-label {
    order: -1;
  }
}
@media (min-width: 650px) {
  .has-upcoming-deadlines .upcoming-label {
    flex-basis: 25%;
  }
}
.upcoming-label.red {
  color: #E02727;
}
.upcoming-label.orange {
  color: #E08B27;
}
.deadline-type {
  padding-right: 5px;
}
@media (max-width: 649px) {
  .deadline-type {
    order: -2;
    margin-bottom: 1px;
  }
  #deadline-container:not(.has-upcoming-deadlines) .deadline-type {
    width: 100%;
  }
}
@media (min-width: 650px) {
  .deadline-type {
    flex-basis: 25%;
  }
}
@media (max-width: 649px) {
  .deadline-description {
    flex-basis: 100%;
    margin-bottom: 12px;
  }
}
@media (min-width: 650px) {
  .deadline-description {
    flex-basis: 75%;
  }
  .has-upcoming-deadlines .deadline-description {
    flex-basis: 50%;
  }
}
.strikethrough {
  color: var(--text-mid, #727171);
  text-decoration: line-through;
}
.hp-deadline-note {
  color: var(--text-color, #333);
  font-size: 16px;
  font-style: italic;
}
.upcoming-label {
  display: none;
  visibility: hidden;
}
.has-upcoming-deadlines .upcoming-label {
  display: inline;
}
#september-header,
#october-header,
#november-header {
  display: none;
}
