/*
 * Media queries
 */
/*
 * Fonts
 */
/*
 * Colors
 */
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
:root {
  --foreground: #333;
  --secondary: #787878;
  --background: white;
  --shaded: #efefef;
  --outline: var(--background);
  --accent: var(--secondary);
  --accent-fade: rgba(136, 136, 136, 0.3);
  --dem: #217BAE;
  --gop: #C72021;
  --dem-fade: rgba(33, 123, 174, 0.3);
  --gop-fade: rgba(199, 32, 33, 0.3);
  --link: #217BAE;
  --link-secondary: var(--foreground);
  --font-size: 14px;
  --side-margin: 15px;
  --divider: #999;
  --divider-minor: #dadada;
  --background-faded: rgba(255, 255, 255, 0);
}
@media (min-width: 691px) {
  :root {
    --side-margin: 20px;
  }
}
body.dark {
  --foreground: white;
  --secondary: #aaa;
  --background: #333;
  --shaded: #222;
  --outline: var(--background);
  --link: var(--foreground);
  --link-secondary: #ccc;
  --divider: #787878;
  --divider-minor: #555;
  --background-faded: rgba(51, 15, 51, 0);
  --dem-fade: rgba(33, 123, 174, 0.4);
}
body.social {
  --font-size: 17px;
}
html,
body {
  background: transparent;
  color: var(--foreground);
}
[hidden] {
  display: none !important;
}
* {
  -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: 14px/1.4 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
a,
a:visited {
  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;
}
h4 {
  font-size: 0.9rem;
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #767676;
  font-weight: 500;
  line-height: 1.4;
}
/* NPR standard partials */
google-ad .message {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  display: flex;
  padding: 12px 4px;
  justify-content: space-between;
  font-size: 12px;
  color: var(--secondary);
}
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;
}
nav.elections .results-logo {
  display: flex;
}
@media (max-width: 690px) {
  nav.elections .results-logo {
    padding-right: 16px;
  }
}
nav.elections .results-logo hr {
  margin: 0 20px;
  border: none;
  border-left: 1px solid #ccc;
}
@media (max-width: 690px) {
  nav.elections .results-logo hr {
    margin: 0 16px;
    display: none;
  }
}
nav.elections .results-logo .elections-logo {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-weight: bold;
  text-transform: none;
  color: #000;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1;
  margin-top: 1px;
  letter-spacing: 0.01em;
}
nav.elections .results-logo img {
  height: 15px;
  display: block;
  margin-right: 20px;
}
@media (min-width: 691px) {
  nav.elections .results-logo img {
    height: 20px;
  }
}
nav.elections .results-logo .short {
  display: none;
}
@media (max-width: 980px) {
  nav.elections .results-logo .short {
    display: block;
  }
  nav.elections .results-logo .full {
    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, #C72021, #217BAE);
  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: 691px) {
  nav.elections img {
    height: 18px;
  }
}
nav.elections a,
nav.elections a:link,
nav.elections a:visited {
  color: #454545;
  text-decoration: none;
}
nav.elections a:hover,
nav.elections a:active {
  opacity: 0.6;
}
nav.elections .election {
  border-left: 1px solid #ccc;
  padding-left: var(--side-margin);
}
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: #C72021;
  white-space: nowrap;
}
nav.elections .donate:hover {
  opacity: 0.6;
}
@media (max-width: 690px) {
  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;
}
.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: #555;
  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;
  }
}
#scroll-to-top {
  background-color: white;
  border: none;
  border-right: none;
  border-radius: 30px 0 0 30px;
  bottom: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-weight: bold;
  height: 60px;
  padding: 5px 35px;
  position: fixed;
  right: -200px;
  transition: right 250ms;
  z-index: 1000;
}
#scroll-to-top:hover {
  box-shadow: 0px 0px 4px 0px #000;
}
.calendar__hed {
  font-size: 2.3em;
  font-weight: bold;
  color: var(--foreground);
  margin: 0 0 1em 0;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .calendar__hed {
    font-size: 2.3em;
  }
}
.calendar__square {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}
.cl-month .calendar__square {
  top: 1px;
}
.legend-item {
  white-space: nowrap;
}
.legend-item:not(:last-child) {
  margin-right: 10px;
}
.legend-item .calendar__square {
  top: 5px;
}
.calendar__square--demgop {
  width: 10px;
  height: 10px;
  border-top: 10px solid #C72021;
  border-right: 10px solid #C72021;
  border-bottom: 10px solid #217BAE;
  border-left: 10px solid #217BAE;
}
.calendar__square--tricolor {
  width: 10px;
  height: 10px;
  border-top: 10px solid #C72021;
  border-right: 10px solid #F1A513;
  border-bottom: 10px solid #F1A513;
  border-left: 10px solid #217BAE;
}
.calendar__square--demstate {
  width: 10px;
  height: 10px;
  border-top: 10px solid #217BAE;
  border-right: 10px solid #F1A513;
  border-bottom: 10px solid #F1A513;
  border-left: 10px solid #217BAE;
}
.calendar__square--gopstate {
  width: 10px;
  height: 10px;
  border-top: 10px solid #C72021;
  border-right: 10px solid #F1A513;
  border-bottom: 10px solid #F1A513;
  border-left: 10px solid #C72021;
}
.calendar__square--specialstate {
  width: 10px;
  height: 10px;
  border-top: 10px solid #F1A513;
  border-right: 10px solid #fadca3;
  border-bottom: 10px solid #fadca3;
  border-left: 10px solid #F1A513;
}
.calendar__square--gop {
  background: #C72021;
}
.calendar__square--dem {
  background: #217BAE;
}
.calendar__square--yellow {
  background: #F1A513;
}
.calendar__square--gray {
  background: #787878;
}
.calendar__square--general {
  background: #787878;
}
.calendar__square--special {
  background: #fadca3;
}
.calendar__square--state {
  background: #F1A513;
}
@media (max-width: 849px) {
  .cl__date-border {
    border-top: 1px solid #ccc;
    height: 0px;
    margin-top: 22px;
    margin-bottom: 16px;
    position: relative;
    display: none;
  }
  .index-0 .cl__date-border:not(.hidden) {
    display: block;
  }
}
.cl__date {
  font-size: 14px;
  opacity: 0;
  top: -10px;
  white-space: nowrap;
}
@media (max-width: 849px) {
  .cl__date {
    background: #fff;
    position: absolute;
    padding-right: 5px;
  }
}
@media (min-width: 850px) {
  .cl__date {
    width: 120px;
  }
}
.index-0 .cl__date {
  opacity: 1;
}
.index-0 .cl__date.hidden {
  opacity: 0;
}
@media (min-width: 850px) {
  .cl__date--mobile-only {
    visibility: hidden;
  }
}
.cl__square {
  flex-shrink: 0;
}
.cl__day-label {
  line-height: 1;
}
@media (max-width: 849px) {
  .cl__day-label {
    margin: 18px 6px 6px 0;
  }
}
@media (min-width: 850px) {
  .cl__day-label {
    margin: 10px 6px 2px 0;
  }
}
.cl__month {
  margin-top: 1.5em;
}
.cl__event-row {
  margin: 6px 0;
}
@media (min-width: 850px) {
  .cl__event-row {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cl__non-label-row {
  justify-content: space-between;
  position: relative;
}
.horizontal-line {
  position: absolute;
  border-top: 1px dotted #ccc;
  top: 12px;
  right: 0;
  width: calc(100% - 120px);
  z-index: -1;
}
@media (max-width: 849px) {
  .horizontal-line {
    display: none;
  }
}
@media (min-width: 850px) {
  .cl__event-row__left-side {
    display: flex;
  }
}
.cl__event-row__mobile-row {
  display: flex;
}
.cl__title {
  background-color: #fff;
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.cl__title--bold {
  font-weight: bold;
}
.cl__desc {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 849px) {
  .cl__desc {
    margin-left: 25px;
  }
}
@media (min-width: 850px) {
  .cl__desc {
    padding-left: 145px;
    order: 2;
    width: 100%;
  }
}
.cl__desc.shown {
  margin-top: 4px;
  margin-bottom: 4px;
}
.cl__links {
  background-color: #fff;
  color: var(--secondary);
  font-size: 14px;
  margin-left: 25px;
  padding-left: 5px;
}
.cl__links a[href]:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.cl__links a:not([href]) {
  color: var(--secondary);
  cursor: arrow;
}
@media (max-width: 849px) {
  .cl__links {
    margin-bottom: 14px;
  }
}
.future .cl__coverage-link {
  display: none;
}
@media (min-width: 850px) {
  .cl__label-row .cl__coverage-link {
    margin-top: 7px;
  }
}
.future .cl__results-label {
  display: none;
}
#jump-to-past {
  background: none;
  border: none;
  color: var(--link);
  cursor: pointer;
  border-radius: 4px;
  display: none;
  float: right;
  font-size: 14px;
  margin-top: -3px;
  padding: 4px 0 4px 10px;
}
#jump-to-past:hover {
  text-decoration: underline;
}
#jump-to-past.show {
  display: block;
}
#past-months {
  display: none;
  margin-top: 55px;
}
#past-months > h2 {
  font-size: 1.9em;
}
#past-months.show {
  display: block;
}
main.calendar {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  max-width: 980px;
  margin: auto;
  padding-top: 44px;
  padding-bottom: 44px;
}
main.calendar h2 {
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid #303030;
}
main.calendar a,
main.calendar a:link,
main.calendar a:visited {
  color: var(--link);
  text-decoration: none;
}
@media (max-width: 1010px) {
  main.calendar {
    max-width: 1010px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
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.state-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 22px 3px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 691px) {
  footer .npr ul li {
    display: inline-block;
  }
}
footer .state-nav {
  column-count: 5;
  margin: 20px 0 0 0;
}
@media (max-width: 800px) {
  footer .state-nav {
    column-count: 3;
  }
}
@media (max-width: 690px) {
  footer .state-nav {
    column-count: 2;
  }
}
@media (max-width: 450px) {
  footer .state-nav {
    font-size: 0.9em;
  }
}
footer .state-nav a {
  line-height: 1.8;
}
footer .more-2026 {
  column-count: 3;
  margin: 20px 0 33px 0;
}
@media (max-width: 690px) {
  footer .more-2026 {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  footer .more-2026 {
    column-count: 2;
  }
}
@media (max-width: 450px) {
  footer .more-2026 {
    font-size: 0.9em;
  }
}
footer .more-2026 a {
  line-height: 1.8;
}
footer .credits {
  font-size: 0.9em;
  color: #ccc;
}
footer .credits p.credit-text {
  margin: 0;
}
@media (max-width: 690px) {
  footer .credits p.credit-text {
    margin: 0 0 2px 0;
  }
}
footer .credits p {
  line-height: 1.6;
}
.cg__wrapper {
  position: relative;
}
.cg__viewport {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
}
.cg__viewport::-webkit-scrollbar {
  display: none;
}
.cg__button {
  background: white url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNy41IDcuOTkzMUwxIDE0Ljk4NjIiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center center;
  border-radius: 40px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  position: absolute;
  top: calc(50% - 40px / 2);
  transition: box-shadow 0.25s ease;
  width: 40px;
  z-index: 1;
}
.cg__button.hidden {
  visibility: hidden;
}
.cg__button.shown {
  visibility: shown;
}
@media (hover: hover) {
  .cg__button:hover {
    box-shadow: 0px 0px 4px 0px #000;
  }
}
#cg__prev-button {
  left: 10px;
  transform: rotate(180deg);
}
@media (min-width: 1025px) {
  #cg__prev-button {
    left: -55px;
  }
}
#cg__next-button {
  right: 10px;
}
@media (min-width: 1025px) {
  #cg__next-button {
    right: -55px;
  }
}
.cg__flexbox {
  display: flex;
  width: 1960px;
}
.cg__month-hed {
  border-bottom: 1px solid #303030;
  font-weight: normal;
  margin-bottom: 10px;
}
.cg__month-container {
  margin-right: 20px;
  position: relative;
  scroll-snap-align: center;
}
.cg__month-container:last-child {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .cg__month-container {
    scroll-snap-align: start;
  }
}
.cg__month-with-events:hover {
  cursor: pointer;
}
.cg__month-with-events:hover .cg__month-hed {
  font-weight: bold;
}
.cg__month-with-events:hover .cg__month-hed::after {
  content: "\2193";
  float: right;
}
.cg__month-rectangle {
  display: flex;
  flex-wrap: wrap;
  width: 165px;
}
.cg__square {
  height: 20px;
  margin-bottom: 4px;
  margin-right: 4px;
  width: 20px;
}
.cg__square:nth-child(7n) {
  margin-right: 0;
}
.cg__square.today {
  outline: 2px solid #303030;
  outline-offset: -2px;
}
.cg__square--not-a-day {
  border: 1px solid #f0f0f0;
}
.cg__square--regular-day {
  background-color: #ccc;
}
main.customizer {
  max-width: 1000px;
  margin: auto;
}
main.customizer .embeds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 691px) {
  main.customizer .embeds {
    flex-wrap: nowrap;
  }
}
main.customizer .embeds > div {
  width: 100%;
}
@media (min-width: 691px) {
  main.customizer .embeds > div {
    width: 48%;
  }
}
main.customizer .embeds label {
  display: block;
  margin-bottom: 3px;
}
main.customizer textarea {
  width: 100%;
  height: 200px;
}
main.customizer form[data-type="page"] .embed-only {
  display: none;
}
