.navLogo {
  margin: 12px 22px 0 0;
}

.bp-mobile .navLogo {
  margin: 8px 0 0 10px;
}

.bp-tablet .navLogo {
  margin: 13px 0 0 10px;
}

.navLogo__link:focus-visible .navLogo__icon {
  border-radius: 6px;
  filter: none;
  outline: 2px solid #0037ae;
  outline-offset: 2px;
}

.navigation--dark .navLogo__link:focus-visible .navLogo__icon {
  outline: 2px solid #fff;
}

.navLogo__icon.home {
  height: 46px;
  width: 116px;
}

.bp-mobile .navLogo__icon.home {
  height: 38px;
  width: 108px;
}

.navigation--dark .navLogo__icon.home {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/logo_dark.svg);
  filter: none;
}

.navigation__hulu {
  align-items: center;
  display: flex;
  margin: auto;
  min-height: 32px;
}

.navigation__hulu__text {
  color: var(--color-white);
  font: var(--text-label-lg);
  font-weight: 700;
  letter-spacing: var(--text-label-letterSpacing-lg);
  padding-right: 4px;
  color: #fff !important;
}

.navigation__hulu__logo {
  width: 33px;
}

.navigation__hulu__link {
  background-color: #000e2c;
  border-radius: 6px;
  color: #000;
  display: flex;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .navigation__hulu__link {
    margin-left: 12px;
  }
  .navigation__menu {
    display: none;
  }
}

.navigation--dark .navigation__hulu__link {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.navigation__hulu__link:hover {
  background-color: #001c57;
}

.navigation--dark .navigation__hulu__link:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.navigation__hulu__link:active {
  background-color: #002983;
}

.navigation--dark .navigation__hulu__link:active {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.navigation__hulu__link:focus-visible {
  background-color: #001c57;
  outline: 2px solid #001c57;
  outline-offset: 2px;
}

.navigation--dark .navigation__hulu__link:focus-visible {
  background-color: hsla(0, 0%, 100%, 0.15);
  outline: 2px solid #fff;
}

.navigation__separator {
  border-left: 1px solid;
  height: 24px;
  margin: auto 40px;
  width: 0;
}

.navigation--dark .navigation__separator {
  color: #fff;
}

.navigation__separator.mobileNav__hulu {
  display: none;
}

.navigation__hulu.mobileNav__hulu {
  margin: 14px 0 15px;
  min-height: 48px;
  width: 100%;
}

.navigation__hulu.mobileNav__hulu .navigation__hulu__link {
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.footer {
  line-height: 1.75;
}

.footer.footer--shell {
  color: #999;
  font-size: 12px;
  font-weight: 300;
  margin: 40px 0 10px;
  padding: 20px;
}

.footer.footer--shell .footer__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.bp-tabletPlus .footer.footer--shell .footer__container {
  flex-direction: row;
  max-width: 635px;
}

.bp-desktopPlus .footer.footer--shell .footer__container {
  max-width: 100%;
}

.footer.footer--shell .footer__link {
  color: #6c6e6f;
  margin: 5px 8px 0 0;
}

.footer.footer--shell .footer__link--9 {
  border-right: none;
}

.footer.footer--shell .footer__copyright {
  line-height: 1.75;
  text-align: center;
  width: 100%;
}

.footer.footer--nav {
  background: #f2f2f2;
  color: #aaa;
  font: var(--text-label-sm);
  letter-spacing: var(--text-label-letterSpacing-sm);
  margin: 8px -8px 0;
  padding: 20px 10px 25px;
  width: 27.5rem;
}

.footer.footer--nav .footer__container {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  margin-left: 12px;
}

.footer.footer--nav .footer__link--track {
  border-right: 1px solid #999;
}

.footer.footer--nav .footer__link {
  color: #656c7a;
  font-weight: 400;
  margin: 0 8px 0 0;
}

.footer.footer--nav .footer__link--9 {
  border-right: none;
}

.footer.footer--nav .footer__link:focus-visible {
  border-radius: 4px;
  outline: 2px solid #141618;
}

.footer.footer--nav .footer__copyright {
  color: #656c7a;
  font: var(--text-label-sm);
  letter-spacing: var(--text-label-letterSpacing-sm);
  margin-top: 20px;
  width: 100%;
}

.footer.footer--nav.mobile {
  background: none;
  padding: 15px 10px;
  width: auto;
}

.footer.footer--nav.mobile .footer__copyright {
  height: 200px;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__link:focus-visible {
  outline: 2px solid #141618;
}

.footer__link:first-of-type {
  font-weight: 700;
}

.footer__link h4 {
  display: inline;
}

.footer.footer--sticky {
  background-color: #fff;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  z-index: 1000;
}

.footer.show-sticky {
  transform: translateY(0);
  transition: all 0.3s ease-out;
}

.search {
  color: #141618;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  letter-spacing: 1px;
}

.search--active {
  display: block;
  position: relative;
  transition: width 0.25s ease-in-out;
  width: 100%;
}

.bp-desktopPlus .search--active {
  width: 300px;
}

.search--default {
  display: block;
  display: none;
  position: relative;
  transition: width 0.25s ease-in-out;
  width: 0;
}

.search__input {
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4);
  color: #656c7a;
  font: var(--text-label-sm);
  height: 40px;
  letter-spacing: var(--text-label-letterSpacing-sm);
  margin: 0;
  outline: none;
  padding: 0 40px 0 10px;
  position: absolute;
  width: 100%;
}

.bp-mobileTablet .search__input {
  -webkit-appearance: none;
}

.bp-desktopPlus .search__input {
  width: 300px;
}

.search__icon__container {
  align-content: center;
  border-radius: 50%;
  margin-right: 5px;
  padding: 10px 11px;
}

.search__icon__container:hover {
  background-color: #cedeff;
  cursor: pointer;
  filter: none;
}

.navigation--dark .search__icon__container:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.search__icon__container:hover .search__trigger--default {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/search2_focus.svg);
  filter: none;
}

.navigation--dark .search__icon__container:hover .search__trigger--default {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/search2_dark.svg);
}

.search__icon__container:hover .search__trigger--active {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/close_focus.svg);
  filter: none;
}

.navigation--dark .search__icon__container:hover .search__trigger--active {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/close_dark.svg);
}

.search__icon__container:focus-visible {
  background-color: #cedeff;
  outline: 2px solid #0037ae;
  outline-offset: 2px;
}

.navigation--dark .search__icon__container:focus-visible {
  background-color: hsla(0, 0%, 100%, 0.15);
  outline: 2px solid #fff;
}

.search__icon__container:focus-visible .search__trigger--default {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/search2_focus.svg);
  filter: none;
}

.navigation--dark
  .search__icon__container:focus-visible
  .search__trigger--default {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/search2_dark.svg);
}

.search__icon__container:focus-visible .search__trigger--active {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/close_focus.svg);
  filter: none;
}

.navigation--dark
  .search__icon__container:focus-visible
  .search__trigger--active {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/close_dark.svg);
}

.search__trigger {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  filter: brightness(0.1);
  position: relative;
}

.search__trigger--active {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/close.svg);
  height: 19px;
  width: 19px;
}

.navigation--dark .search__trigger--active {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/close_dark.svg);
  filter: none;
  opacity: 1;
}

.search__trigger--default {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/search2.svg);
  height: 19px;
  width: 19px;
}

.navigation--dark .search__trigger--default {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/search2_dark.svg);
  filter: none;
}

.search__input__submit {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 11;
}

.search__input__submit:focus-visible {
  border-radius: 4px;
  outline: 2px solid #0037ae;
}

.search__input__submit--active {
  right: 0;
}

.search__input__icon {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/search2.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 19px;
  position: absolute;
  width: 19px;
  z-index: 10;
}

.search__input__icon--active {
  display: block;
  right: 12px;
  top: 10px;
}

.mobileNav_buttonContainer {
  height: 20px;
  margin-right: 24px;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .mobileNav_buttonContainer {
    margin-right: 16px;
  }
}

.mobileNav_buttonContainer .mobileNav {
  padding: 18px;
}

.mobileNav_buttonContainer .mobileNav .mobileNav__burger {
  margin-left: -10px;
  margin-top: 0;
}

.mobileNav_buttonContainer .mobileNav .mobileNav__burger--active {
  margin-left: -11px;
}

.mobileNav {
  display: none;
  margin-top: 8px;
  outline: 0;
  padding-top: 10px;
  position: relative;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .mobileNav {
    display: block;
    margin-top: 18px;
  }
  .navigation__hulu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mobileNav {
    margin-top: 8px;
  }
}

.bp-tabletPlus .mobileNav {
  margin-top: 17px;
}

.bp-desktopPlus .mobileNav {
  display: none;
}

.mobileNav:hover {
  cursor: pointer;
}

.mobileNav:focus-visible {
  background-color: #cedeff;
  border-radius: 50%;
  outline: 2px solid #0037ae;
}

.navigation--dark .mobileNav:focus-visible {
  background-color: hsla(0, 0%, 100%, 0.15);
  outline: 2px solid #fff;
}

.navigation--dark .mobileNav:focus-visible .mobileNav__burger,
.navigation--dark .mobileNav:focus-visible .mobileNav__burger:after,
.navigation--dark .mobileNav:focus-visible .mobileNav__burger:before {
  background-color: #fff;
}

.mobileNav:focus-visible .mobileNav__burger,
.mobileNav:focus-visible .mobileNav__burger:after,
.mobileNav:focus-visible .mobileNav__burger:before {
  background-color: #0037ae;
}

.mobileNav__burger,
.mobileNav__burger:after,
.mobileNav__burger:before {
  background-color: #000;
  border-radius: 1px;
  height: 2px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 20px;
}

.navigation--dark .mobileNav__burger,
.navigation--dark .mobileNav__burger:after,
.navigation--dark .mobileNav__burger:before {
  background-color: #fff;
}

.mobileNav__burger:after,
.mobileNav__burger:before {
  content: "";
  display: block;
}

.mobileNav__burger:before {
  top: -6px;
}

.mobileNav__burger:after {
  bottom: -6px;
}

.mobileNav__burger--active {
  transform: rotate(45deg);
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 23px;
}

.mobileNav__burger--active:before {
  opacity: 0;
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.15s;
}

.mobileNav__burger--active:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  width: 23px;
}

.mobileNav__menu {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 0;
  position: fixed;
  top: 54px;
  transition: transform 0.28s, left 0.28s;
  width: 100vw;
  z-index: 80;
}

.mobileNav__menu--inactive {
  transform: translate3d(-100vw, 0, 0);
  visibility: hidden;
}

.mobileNav__menu--active {
  transform: translateZ(0);
}

.bp-tabletPlus .mobileNav__menu {
  top: 72px;
}

.mobileNav__menu--amp {
  border: none;
  padding: 0 15px;
  width: 83vw;
}

.mobileNav__container {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 0 20px;
}

.mobileNav__container > form {
  padding-top: 30px;
}

.mobileNav__container--amp {
  overflow-y: hidden;
  padding: 0;
}

.mobileNav__section {
  border-bottom: 0.5px solid #cbced4;
  padding: 15px 0;
}

.mobileNav__link:focus-visible .mobileNav__text--heading {
  border-radius: 0.1px;
  color: #656c7a;
  outline: 2px solid #141618;
  outline-offset: 5px;
}

.mobileNav__text {
  color: #000;
  font: var(--text-label-lg);
  font-weight: 400;
  margin-left: 3px;
}

.mobileNav__text,
.mobileNav__text--heading {
  letter-spacing: var(--text-label-letterSpacing-lg);
}

.mobileNav__text--heading {
  font: var(--text-label-lg);
  font-weight: 700;
}

.mobileNav__section__sub {
  display: flex;
  flex-flow: row wrap;
  padding-right: 15px;
  padding-top: 15px;
  transition: max-height 10s ease-in;
}

.mobileNav__section__subitem {
  padding-bottom: 15px;
  width: 50%;
}

.mobileNav__section__subitem:last-child {
  padding-bottom: 0;
}

.mobileNav__section__subitem .AnchorLink:focus-visible .mobileNav__text {
  border-radius: 2px;
  color: #656c7a;
  outline: 2px solid #141618;
  outline-offset: 1px;
  width: -moz-fit-content;
  width: fit-content;
}

.mobileNav__section__sub--hide {
  display: none;
}

.mobileNav__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-right: 6px;
}

.mobileNav__header:focus-visible {
  border-radius: 0.1px;
  outline: 2px solid #141618;
  outline-offset: 5px;
}

.mobileNav__header:focus-visible .mobileNav__text {
  color: #656c7a;
}

.mobileNav__arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.mobileNav__arrow--up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.mobileNav__arrow--down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.profile__list {
  display: inline-block;
  margin: 20px 0 0 -4px;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
}

.profile__list__heading {
  border-bottom: 1px solid #999;
  font-weight: 700;
  margin-bottom: 17px;
  margin-top: 3px;
  overflow: hidden;
  padding-bottom: 6px;
  text-overflow: ellipsis;
}

.profile__list__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.profile__list__item__actionable {
  cursor: pointer;
  padding-bottom: 15px;
}

.profile__list__item__actionable:hover {
  text-decoration: underline;
}

.subNav {
  background-color: #fff;
  border: 0.5px solid var(--color-gray30, #cbced4);
  border-radius: 6px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  font-family: Post-Grotesk, -apple-system, BlinkMacSystemFont, avenir next,
    avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial,
    sans-serif;
  height: auto;
  left: auto;
  margin: 44px 0 0;
  max-height: 0;
  opacity: 0;
  padding: 8px;
  position: absolute;
  text-align: left;
  top: 0;
  transform: translateY(1.125rem);
  transform-origin: top;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 80;
}

.bp-mobileTablet .subNav {
  margin: 3.375rem 0 0;
}

.subNav.shows {
  width: 12.5rem;
}

.subNav.shows .subNav__caret:not(.login) {
  left: 2.125rem;
}

.subNav.login.active {
  margin: 54px 0 0;
  width: 220px;
}

.bp-tablet .subNav.login.active {
  right: 5px;
}

.bp-mobile .subNav.login.active {
  left: auto !important;
  right: 0 !important;
  top: -18px;
  width: 100%;
}

.bp-tablet .subNav.login.active .subNav__caret {
  right: 42px;
}

.bp-mobile .subNav.login.active .subNav__caret {
  right: 46px;
}

.subNav.login.active .profile__list {
  margin: 0;
  padding-left: 0;
}

.subNav.login.active .profile__list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bp-mobile .subNav.login.active .profile__list__item:last-child {
  padding-bottom: 5px;
}

.subNav.sections {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 0;
  width: 27.5rem;
}

.subNav.sections .subNav__item {
  width: 50%;
}

.subNav.sections .subNav__caret {
  left: 1.1875rem;
}

.subNav.notifications {
  border-radius: 8px;
  box-shadow: 0 8px 10px 0 #00000008;
  flex-direction: row;
  justify-content: center;
  margin-left: -12rem;
  min-height: 48px;
  padding: 16px;
  top: -15px;
  width: 15rem;
}

.subNav.notifications .subNav__caret {
  right: 3.0625rem;
}

.bp-mobile .subNav.notifications .subNav__caret.loggedIn {
  right: 5.6rem;
}

.bp-mobile .subNav.notifications .subNav__caret.loggedOut {
  right: 7.5rem;
}

@media screen and (max-width: 767px) {
  .subNav.notifications {
    min-height: 56px;
  }
}

@media screen and (max-width: 375px) {
  .subNav.notifications {
    left: 0 !important;
    margin-left: 0;
    width: 100%;
  }

  .subNav.notifications.active {
    margin-top: 3rem;
  }
}

.subNav.active {
  max-height: 430px;
  opacity: 1;
  transform-origin: top;
}

.bp-mobile .subNav.active {
  max-height: 800px;
}

.subNav .mobileOnly {
  display: none;
}

.bp-mobile .subNav .mobileOnly {
  display: block;
}

.subNav .subNav__link .subNav__text {
  border-radius: 6px;
  color: #141618;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 16px;
  padding: 12px 8px;
}

.subNav .subNav__link:hover .subNav__text {
  background-color: #e5eeff;
  color: #0037ae;
}

.subNav .subNav__link:active .subNav__text {
  background-color: #cedeff;
  color: #002983;
}

.subNav .subNav__link:focus-visible .subNav__text {
  background-color: #e5eeff;
  color: #0037ae;
  outline: 2px solid #002983;
}

.bp-mobile .subNav .subNav__link {
  margin: auto;
}

.bp-mobile .subNav .subNav__link .subNav__text {
  font-size: 1.125rem;
}

.subNav__caret {
  background: #fff;
  border-bottom: 2px solid #fff;
  margin-top: -1.4rem;
  position: absolute;
}

.subNav__caret:after,
.subNav__caret:before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.subNav__caret:before {
  border-color: hsla(0, 0%, 73%, 0) hsla(0, 0%, 73%, 0) #bbb;
  border-width: 15px;
}

.subNav__caret:after {
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
  border-width: 12px;
  margin-left: 3px;
}

.subNav .footer--nav {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

html.oneid-lightbox-open {
  overflow: unset !important;
}

.login__button {
  border-radius: 6px;
  cursor: pointer;
}

.login__button.Button--unstyled {
  color: #141618;
  font-family: Post-Grotesk;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 16px;
  padding: 12px;
}

.navigation--dark .login__button {
  color: #fff;
}

.login__button:hover {
  background-color: #cedeff;
  color: #0037ae;
}

.navigation--dark .login__button:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}

.login__button:focus-visible {
  background-color: #cedeff;
  color: #0037ae;
  outline: 2px solid #0037ae;
  outline-offset: 2px;
}

.navigation--dark .login__button:focus-visible {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
  outline: 2px solid #fff;
}

.login__button--block_element {
  margin-left: 22px;
  white-space: nowrap;
}

.login__button--not_block_element {
  display: inline;
  margin: auto;
}

.login__button--placeholder {
  cursor: not-allowed;
}

.popover__interest-switch {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  top: 10px;
  width: 60px;
}

.popover__interest-switch.popover__interest--manage_interests {
  top: 0;
}

.popover__interest-switch > .checkbox {
  display: none;
}

.popover__interest-switch > .off_text {
  content: "Off";
  right: 9px;
  top: 8px;
}

.popover__interest-switch > .off_text:before {
  content: "On";
  visibility: hidden;
}

.popover__interest-switch > .on_text {
  left: 9px;
  opacity: 0;
  top: 8px;
}

.popover__interest-switch > .off_text,
.popover__interest-switch > .on_text {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in;
}

.popover__interest-switch > .--braze-on.on_text {
  opacity: 1;
}

.popover__interest-switch > .--braze-on.off_text {
  opacity: 0;
}

.popover__interest-switch>.--braze-on: before:not(.--manage_interests) {
  background-color: #f9ab18 !important;
}

.popover__interest-switch>.--braze-on: before {
  transform: translateX(26px);
}

.popover__interest-switch > .--braze-off.on_text {
  opacity: 0;
}

.popover__interest-switch > .--braze-off.off_text {
  opacity: 1;
}

.popover__interest-switch>.--braze-off: before {
  background-color: #c4c4c4;
}

.popover__interest-switch > .interest-slider {
  background-color: #fafafa;
  border: 2px solid #d8d8d8;
  border-radius: 34px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.popover__interest-switch > .interest-slider--manage_interests {
  border: 1px solid #d8d8d8;
}

.popover__interest-switch > .interest-slider--manage_interests.--braze-on {
  background-color: #f9ab18;
}

.popover__interest-switch>.interest-slider--manage_interests.--braze-on: before {
  transform: translateX(33px);
}

.popover__interest-switch > .interest-slider--manage_interests:before {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  bottom: 1px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.16),
    0 3px 7px 0 hsla(0, 0%, 100%, 0.15);
  height: 26px;
  left: 0;
  width: 26px;
}

.popover__interest-switch>.interest-slider--popover-toggle.--braze-on: before {
  background-color: #f9ab18;
}

.popover__interest-switch > .interest-slider--popover-toggle:before {
  background-color: #c4c4c4;
  bottom: 3px;
  height: 20px;
  left: 4px;
  width: 20px;
}

.popover__interest-switch > .interest-slider:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  transition: 0.4s;
}

.notify {
  color: #999;
  font-size: 14px;
}

.notify__button__wrapper {
  margin: 0;
  padding: 0;
}

.notify__button {
  cursor: pointer;
}

.notify__button--active {
  background: #f4f4f4;
  border: 1px solid #rgb(224, 224, 224);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: inline-block;
  height: 28px;
  margin: 0 15px;
  padding: 5px;
  text-align: center;
  width: 51px;
}

.popover {
  background: #fff;
  border-top: 2px solid #f9ab18;
  box-shadow: 0 6px 24px -5px rgba(0, 0, 0, 0.75);
  color: #000;
  display: none;
  height: auto;
  line-height: 16px;
  padding: 20px 20px 25px;
  position: absolute;
  right: -28px;
  text-align: left;
  top: 48px;
  transition: all 0.2s ease-in;
  width: 460px;
  z-index: -100000;
}

.bp-tablet .popover {
  right: 16px;
  top: 72px;
}

.bp-mobile .popover {
  width: 100%;
}

.bp-mobile .popover.loggedIn {
  right: 0;
  top: 54px;
}

.bp-tablet .popover.loggedOut {
  right: 44px;
}

.bp-mobile .popover.loggedOut {
  right: 0;
  top: 54px;
  width: 100%;
}

.popover--active {
  display: block;
  font-size: 21px;
  font-weight: 400;
  z-index: 999;
}

.popover--inactive {
  display: none;
}

.popover__popOverActive {
  display: block;
}

.popover__interest-label {
  color: #f9ab18;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.popover__msg-wrapper {
  padding: 15px 0;
}

.popover__interest-popover-msg {
  display: flex;
  flex-wrap: nowrap;
  font-size: 21px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1.19;
}

.popover__interest-turnon-noti {
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 1.29;
}

.popover__caret {
  background: #fff;
  border-bottom: 2px solid #fff;
  margin-top: -20px;
  position: absolute;
  right: 75px;
}

.bp-mobile .loggedOut .popover__caret {
  right: 118px;
}

.bp-mobile .loggedIn .popover__caret {
  right: 90px;
}

.popover__caret:after,
.popover__caret:before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.popover__caret:before {
  border-color: hsla(0, 0%, 73%, 0) hsla(0, 0%, 73%, 0) #f9ab18;
  border-width: 15px;
}

.popover__caret:after {
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
  border-width: 12px;
  margin-left: 3px;
}

.popover__interest-close {
  background: #c5c5c5;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 27px;
  top: 18px;
  width: 18px;
  z-index: 1;
}

.popover__interest-close:after,
.popover__interest-close:before {
  background-color: #fff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  left: 5px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.popover__interest-close:after {
  margin-top: 0;
  transform: rotate(-45deg);
}

.popover__interest-close:before {
  margin-top: 0;
  transform: rotate(45deg);
}

.navMenu__link {
  border-radius: 6px;
  display: inline-block;
  margin: 0 8px;
  white-space: nowrap;
}

.navMenu__link.notifications__button {
  background-color: transparent;
  border: unset;
}

.navMenu__link:hover {
  background-color: #cedeff;
  cursor: pointer;
}

.navMenu__link:hover .navMenu__dropdownLink > .navMenu__dropdownLink__icon,
.navMenu__link:hover .navMenu__text,
.navMenu__link:hover.notifications__button svg {
  color: #0037ae;
}

.navigation--dark .navMenu__link:hover.notifications__button svg {
  color: #fff;
}

.navigation--dark .navMenu__link:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.navigation--dark
  .navMenu__link:hover
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon,
.navigation--dark .navMenu__link:hover .navMenu__text {
  color: #fff;
}

.navMenu__link:hover .navMenu__icon.sections {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/more_focus.svg);
  filter: none;
}

.navigation--dark .navMenu__link:hover .navMenu__icon.sections {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/more_dark.svg);
}

.navMenu__link:hover .navMenu__icon.notifications {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/notifications_focus.svg);
  filter: none;
}

.navigation--dark .navMenu__link:hover .navMenu__icon.notifications {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/notifications_dark.svg);
}

.navMenu__link:focus-visible {
  background-color: #cedeff;
  outline: 2px solid #0037ae;
  outline-offset: 2px;
}

.navMenu__link:focus-visible .navMenu__text {
  color: #0037ae;
}

.navMenu__link:focus-visible
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon {
  color: #0037ae;
}

.navMenu__link:focus-visible.notifications__button svg {
  color: #0037ae;
}

.navigation--dark .navMenu__link:focus-visible.notifications__button svg {
  color: #fff;
}

.navigation--dark .navMenu__link:focus-visible {
  background-color: hsla(0, 0%, 100%, 0.15);
  outline: 2px solid #fff;
}

.navigation--dark .navMenu__link:focus-visible .navMenu__text {
  color: #fff;
}

.navigation--dark
  .navMenu__link:focus-visible
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon {
  color: #fff;
}

.navMenu__link:focus-visible .navMenu__icon.sections {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/more_focus.svg);
  filter: none;
}

.navigation--dark .navMenu__link:focus-visible .navMenu__icon.sections {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/more_dark.svg);
}

.navMenu__link.navMenu__link--expanded {
  background-color: #e5eeff;
}

.navMenu__link.navMenu__link--expanded
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon,
.navMenu__link.navMenu__link--expanded .navMenu__text,
.navMenu__link.navMenu__link--expanded.notifications__button svg {
  color: #0045da;
}

.navigation--dark
  .navMenu__link.navMenu__link--expanded.notifications__button
  svg {
  color: #fff;
}

.navigation--dark .navMenu__link.navMenu__link--expanded {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.navigation--dark
  .navMenu__link.navMenu__link--expanded
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon,
.navigation--dark .navMenu__link.navMenu__link--expanded .navMenu__text {
  color: #fff;
}

.navMenu__link.navMenu__link--expanded .navMenu__icon.sections {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/more_focus.svg);
  filter: none;
}

.navigation--dark
  .navMenu__link.navMenu__link--expanded
  .navMenu__icon.sections {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/more_dark.svg);
}

.navMenu__link.navMenu__link--expanded:hover {
  background-color: #cedeff;
}

.navMenu__link.navMenu__link--expanded:hover
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon,
.navMenu__link.navMenu__link--expanded:hover .navMenu__text {
  color: #0037ae;
}

.navigation--dark .navMenu__link.navMenu__link--expanded:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.navigation--dark
  .navMenu__link.navMenu__link--expanded:hover
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon,
.navigation--dark .navMenu__link.navMenu__link--expanded:hover .navMenu__text {
  color: #fff;
}

.navMenu__link.navMenu__link--expanded:focus-visible {
  background-color: #cedeff;
  outline: 2px solid #0037ae;
  outline-offset: 2px;
}

.navMenu__link.navMenu__link--expanded:focus-visible .navMenu__text {
  color: #0037ae;
}

.navMenu__link.navMenu__link--expanded:focus-visible
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon {
  color: #0037ae;
}

.navigation--dark .navMenu__link.navMenu__link--expanded:focus-visible {
  background-color: hsla(0, 0%, 100%, 0.15);
  outline: 2px solid #fff;
}

.navigation--dark
  .navMenu__link.navMenu__link--expanded:focus-visible
  .navMenu__text {
  color: #fff;
}

.navigation--dark
  .navMenu__link.navMenu__link--expanded:focus-visible
  .navMenu__dropdownLink
  > .navMenu__dropdownLink__icon {
  color: #fff;
}

.navMenu__link.navMenu__link--active {
  background-color: var(--color-blue10);
}

.navMenu__link.navMenu__link--active .navMenu__text {
  color: var(--color-blue60);
}

.navMenu__link.navMenu__link--active:hover {
  background-color: var(--color-blue20);
}

.navMenu__link.navMenu__link--active:hover .navMenu__text {
  color: var(--color-blue70);
}

.navMenu__link.navMenu__link--active:focus-visible {
  background-color: var(--color-blue20);
  outline: 2px solid var(--color-blue70);
  outline-offset: 2px;
}

.navMenu__link.navMenu__link--active:focus-visible .navMenu__text {
  color: var(--color-blue70);
}

.navMenu__link.sections {
  border-radius: 50%;
  padding: 5px 8px;
}

.navMenu__link.notifications {
  border-radius: 50%;
  padding: 8px 11px;
}

.navMenu__link.notifications svg.notifications {
  pointer-events: none;
}

.navigation--dark .navMenu__link.notifications {
  color: #fff;
}

.bp-mobileTablet .navMenu__link {
  margin: 0 0 0 22px;
}

.navMenu__link.login {
  margin-right: 0;
}

@media only screen and (max-width: 1275px) {
  .navMenu__link.hideOnSmallDesktop {
    display: none;
  }
}

.navMenu__link .navMenu__dropdownLink {
  display: flex;
}

.navMenu__link .navMenu__dropdownLink .navMenu__text {
  padding-right: 3px;
}

.navMenu__link .navMenu__dropdownLink .navMenu__dropdownLink__icon {
  align-items: center;
  color: #141618;
  display: flex;
  justify-content: center;
  padding-right: 9px;
}

.navigation--dark
  .navMenu__link
  .navMenu__dropdownLink
  .navMenu__dropdownLink__icon {
  color: #fff;
}

.navMenu__logo {
  margin-top: 6px;
  width: 116px;
}

.navMenu__icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  filter: brightness(0.1);
  position: relative;
  top: 2px;
}

.navMenu__icon.sections {
  background-image: url(../images/more.svg);
  height: 24px;
  width: 24px;
}

.navigation--dark .navMenu__icon.sections {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/more_dark.svg);
  filter: none;
}

.navMenu__icon.search {
  background-image: url(../images/search2.svg);
  height: 18px;
  width: 18px;
}

.navigation--dark .navMenu__icon.search {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/search2_dark.svg);
  filter: none;
}

.navMenu__icon.notifications {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/notifications.svg);
  height: 20px;
  width: 20px;
}

.navigation--dark .navMenu__icon.notifications {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/notifications_dark.svg);
  filter: none;
}

.navMenu__icon.login {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/login.svg);
  height: 23px;
  width: 23px;
}

.navigation--dark .navMenu__icon.login {
  background-image: url(https://s.abcnews.com/assets/dtci/icomoon/svg/login_dark.svg);
  filter: none;
}

.navMenu__text {
  color: #141618;
  font: var(--text-label-lg);
  font-weight: 700;
  letter-spacing: var(--text-label-letterSpacing-lg);
  padding: 12px;
}

#notifications .navMenu__text,
#search .navMenu__text,
#sections .navMenu__text {
  color: transparent;
  font-size: 0;
  letter-spacing: unset;
}

.bp-mobile .navMenu__text {
  font-size: 0.875rem;
}

.navigation--dark .navMenu__text {
  color: #fff;
}

.navMenu#notifications {
  position: relative;
}

.bp-mobileTablet .navMenu#notifications {
  position: unset;
}

.CarouselSlide.ElectionsSubNav__CountdownSlide {
  cursor: default;
}

.Countdown__Wrapper {
  align-items: center;
  color: #002d6c;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 5px;
  height: 100%;
  justify-content: flex-end;
  margin-left: auto;
  pointer-events: none;
  text-transform: uppercase;
  transition: 1s ease;
  white-space: nowrap;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.Countdown__Wrapper--animating {
  animation: fadeOut 0.4s forwards;
  animation-delay: 0.6s;
}

.Countdown__Wrapper .Countdown {
  align-items: center;
  background-image: linear-gradient(0deg, #002d6c, #001636);
  border-radius: 2px;
  color: #fff;
  display: flex;
  height: 1.125rem;
  justify-content: center;
  min-width: 1.563rem;
  overflow: hidden;
  padding: 0.25rem;
  position: relative;
}

.Countdown__Wrapper .Countdown__Label {
  line-height: 1rem;
}

@keyframes condenseDisplay {
  0% {
    max-width: 100%;
    opacity: 1;
  }

  40% {
    max-width: 100%;
    opacity: 0;
  }

  to {
    max-width: 0;
    opacity: 0;
  }
}

.Countdown__Wrapper .Countdown__Display {
  align-items: center;
  display: flex;
  gap: 5px;
  max-width: 100%;
  opacity: 1;
}

.Countdown__Wrapper .Countdown__Display--animating {
  animation: condenseDisplay 0.6s forwards;
}

.Countdown__Wrapper .Countdown__Current {
  transform: translateY(0);
}

.Countdown__Wrapper .Countdown__Incoming {
  position: absolute;
  transform: translateY(100%);
}

.Countdown__Wrapper .Countdown--animating .Countdown__Current,
.Countdown__Wrapper .Countdown--animating .Countdown__Incoming {
  transition: transform 0.4s ease;
}

.Countdown__Wrapper .Countdown--animating .Countdown__Current {
  transform: translateY(-100%);
}

.Countdown__Wrapper .Countdown--animating .Countdown__Incoming {
  transform: translateY(0);
}

.Countdown__Wrapper--takeover {
  color: #fff;
}

.Countdown__Wrapper--takeover .Countdown {
  background-image: linear-gradient(0deg, #fff, #f2f2f2);
  color: #002d6c;
}

.ElectionsSubNav__DropdownTooltip--state-results .StateResults__Heading {
  align-items: flex-end;
  border-bottom: 1px solid #cecfcf;
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  margin: 0.625rem 1rem 0;
  padding-bottom: 0.5rem;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Heading--lastUpdated {
  color: #6c6e6f;
}

.bp-mobile
  .ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Heading {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  margin: 0 1rem;
  padding-bottom: 0.5rem;
}

.bp-mobile
  .ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Heading--label {
  font-size: 0.875rem;
  font-weight: 700;
}

.ElectionsSubNav__DropdownTooltip--state-results .StateResults__Wrapper {
  display: grid;
  gap: 0 1rem;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Wrapper--twoCol {
  gap: 0;
  grid-template-columns: 1fr 1fr;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Wrapper--oneCol {
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Wrapper
  > .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Wrapper
  > .StateResults__NoLink {
  border-top: 1px solid #cecfcf;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Wrapper
  > .StateResults__Link:first-child,
.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Wrapper
  > .StateResults__NoLink:first-child {
  border-color: transparent;
}

.ElectionsSubNav__DropdownTooltip--state-results .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--state-results .StateResults__NoLink {
  margin: 0 1rem;
  padding: 0.5rem 0;
}

.ElectionsSubNav__DropdownTooltip--state-results .StateResults__Link.col-top,
.ElectionsSubNav__DropdownTooltip--state-results .StateResults__NoLink.col-top {
  border-color: transparent;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Link
  .StateResult__Inner,
.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__NoLink
  .StateResult__Inner {
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  display: flex;
  flex: 1;
  font-size: 1rem;
  height: 3rem;
  justify-content: space-between;
  padding: 0.25rem;
  transition: background-color 0.1s ease;
}

.ElectionsSubNav__DropdownTooltip--state-results .StateResults__Link {
  color: #0045da;
}

@media (hover: hover) {
  .ElectionsSubNav__DropdownTooltip--state-results
    .StateResults__Link:hover
    .StateResult__Inner {
    background-color: #eef5ff;
  }
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Link:focus
  .StateResult__Inner,
.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults__Link:focus-visible
  .StateResult__Inner {
  background-color: #deecff;
  border: 1px solid #002150;
}

.ElectionsSubNav__DropdownTooltip--state-results .StateResults__NoLink {
  color: #6c6e6f;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results {
  color: #6c6e6f;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  gap: 0.25rem;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results--democrats,
.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results--republicans {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-content: flex-end;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results--democrats
  .icon__svg,
.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results--democrats
  img,
.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results--republicans
  .icon__svg,
.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results--republicans
  img {
  height: 1rem;
  width: 1rem;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results--democrats
  .icon__svg {
  fill: #217bb0;
}

.ElectionsSubNav__DropdownTooltip--state-results
  .StateResults
  .StateResult__Results--republicans
  .icon__svg {
  fill: #cd3232;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results .StateResults__Wrapper,
.ElectionsSubNav__DropdownTooltip--primary-archive .StateResults__Wrapper {
  display: grid;
  gap: 0;
  grid-auto-flow: column;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--fiveCol,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--fiveCol {
  grid-template-columns: repeat(5, 1fr);
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--fiveCol
  .StateResults__Column:not(:first-child)
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--fiveCol
  .StateResults__Column:not(:first-child)
  .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--fiveCol
  .StateResults__Column:not(:first-child)
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--fiveCol
  .StateResults__Column:not(:first-child)
  .StateResults__NoLink {
  border-left: 1px solid #cecfcf40;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--twoCol,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--twoCol {
  grid-template-columns: repeat(2, 1fr);
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--oneCol,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--oneCol {
  grid-template-columns: 1fr;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--oneCol
  .StateResults__Link:not(:last-child),
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--oneCol
  .StateResults__NoLink:not(:last-child),
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--oneCol
  .StateResults__Link:not(:last-child),
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--oneCol
  .StateResults__NoLink:not(:last-child) {
  border-bottom: 1px solid #cecfcf40;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--oneCol
  .StateResults__Column:not(:last-child)
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--oneCol
  .StateResults__Column:not(:last-child)
  .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--twoCol
  .StateResults__Column:not(:last-child)
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--twoCol
  .StateResults__Column:not(:last-child)
  .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--oneCol
  .StateResults__Column:not(:last-child)
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--oneCol
  .StateResults__Column:not(:last-child)
  .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--twoCol
  .StateResults__Column:not(:last-child)
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--twoCol
  .StateResults__Column:not(:last-child)
  .StateResults__NoLink {
  border-right: 1px solid #cecfcf40;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--oneCol
  .StateResults__Column
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--oneCol
  .StateResults__Column
  .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--twoCol
  .StateResults__Column
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper--twoCol
  .StateResults__Column
  .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--oneCol
  .StateResults__Column
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--oneCol
  .StateResults__Column
  .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--twoCol
  .StateResults__Column
  .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper--twoCol
  .StateResults__Column
  .StateResults__NoLink {
  height: 3rem;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper
  > .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper
  > .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper
  > .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper
  > .StateResults__NoLink {
  border-top: 1px solid #cecfcf;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper
  > .StateResults__Link:first-child,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Wrapper
  > .StateResults__NoLink:first-child,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper
  > .StateResults__Link:first-child,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Wrapper
  > .StateResults__NoLink:first-child {
  border-color: transparent;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--nat-state-results .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--primary-archive .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--primary-archive .StateResults__NoLink {
  align-items: center;
  display: flex;
  height: 3.25rem;
  letter-spacing: -0.32px;
  margin: 0.2rem 0;
  padding: 0 0.5rem;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Link
  .StateResult__Inner,
.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__NoLink
  .StateResult__Inner,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Link
  .StateResult__Inner,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__NoLink
  .StateResult__Inner {
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  display: flex;
  flex: 1;
  font-size: 1rem;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 0.5rem;
  transition: background-color 0.1s ease;
  width: 100%;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results .StateResults__WithPolls,
.ElectionsSubNav__DropdownTooltip--primary-archive .StateResults__WithPolls {
  justify-content: space-between;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__WithPolls
  .StateResult__Name,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__WithPolls
  .StateResult__Name {
  font-size: 1rem;
  font-weight: 500;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__WithPolls
  .StateResult__PollTime,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__WithPolls
  .StateResult__PollTime {
  color: #656c7a;
  font-size: 0.75rem;
  letter-spacing: -0.24px;
  line-height: 0.75rem;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__WithPolls
  .StateResult__PollStatus,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__WithPolls
  .StateResult__PollStatus {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__WithPolls
  .StateResult__PollStatus
  svg,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__WithPolls
  .StateResult__PollStatus
  svg {
  height: 0.75rem;
  width: 0.75rem;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__WithPolls
  .StateResult__PollStatus--open,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__WithPolls
  .StateResult__PollStatus--open {
  stroke: #0d830f;
  stroke-width: 2px;
  color: #0d830f;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__WithPolls
  .StateResult__PollStatus--pending,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__WithPolls
  .StateResult__PollStatus--pending {
  color: #f6a919;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results .StateResults__Link,
.ElectionsSubNav__DropdownTooltip--primary-archive .StateResults__Link {
  color: #0045da;
}

@media (hover: hover) {
  .ElectionsSubNav__DropdownTooltip--nat-state-results
    .StateResults__Link:hover
    .StateResult__Inner,
  .ElectionsSubNav__DropdownTooltip--primary-archive
    .StateResults__Link:hover
    .StateResult__Inner {
    background-color: #cedeff;
    color: #0045da;
  }
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults__Link:focus-visible
  .StateResult__Inner,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults__Link:focus-visible
  .StateResult__Inner {
  background-color: #cedeff;
  border: 2px solid #0037ae;
  color: #0045da;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results .StateResults__NoLink,
.ElectionsSubNav__DropdownTooltip--primary-archive .StateResults__NoLink {
  color: #6c6e6f;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results
  .StateResults
  .StateResult__Results,
.ElectionsSubNav__DropdownTooltip--primary-archive
  .StateResults
  .StateResult__Results {
  color: #6c6e6f;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  gap: 0.25rem;
}

.PrimarySchedule {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .PrimarySchedule {
    height: auto;
    padding: 0 1rem;
  }
}

.PrimarySchedule__Wrapper {
  align-items: flex-start;
  display: flex;
  flex-flow: column wrap;
  height: inherit;
  width: 100%;
}

.PrimarySchedule__Link,
.PrimarySchedule__NoLink {
  border-bottom: 1px solid #cecfcf;
  margin: 0 1rem;
}

.PrimarySchedule__Link.col-bottom,
.PrimarySchedule__NoLink.col-bottom {
  border-bottom: 0;
}

.PrimarySchedule__Link.cols-1,
.PrimarySchedule__NoLink.cols-1 {
  margin: 0 1rem;
  width: calc(100% - 2rem);
}

.PrimarySchedule__Link.cols-1:last-child,
.PrimarySchedule__NoLink.cols-1:last-child {
  border-bottom: 0;
}

.PrimarySchedule__Link.cols-2,
.PrimarySchedule__NoLink.cols-2 {
  margin: 0 1rem;
  width: calc(50% - 2rem);
}

.PrimarySchedule__Link.cols-2:last-child,
.PrimarySchedule__NoLink.cols-2:last-child {
  border-bottom: 0;
}

.PrimarySchedule__Link .PrimarySchedule__InnerWrapper,
.PrimarySchedule__NoLink .PrimarySchedule__InnerWrapper {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0.5rem 0;
  width: 100%;
}

.PrimarySchedule__Link .date,
.PrimarySchedule__NoLink .date {
  color: #6c6e6f;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.PrimarySchedule__Link .states,
.PrimarySchedule__NoLink .states {
  color: #6c6e6f;
  font-size: clamp(10px, 0.75rem, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.PrimarySchedule__Link:focus-visible > .PrimarySchedule__InnerWrapper,
.PrimarySchedule__Link:focus-within > .PrimarySchedule__InnerWrapper,
.PrimarySchedule__Link:focus > .PrimarySchedule__InnerWrapper {
  background-color: #deecff;
  border: 1px solid #002150;
}

@media (hover: hover) {
  .PrimarySchedule__Link .PrimarySchedule__InnerWrapper:hover {
    background-color: #eef5ff;
    cursor: pointer;
  }
}

.PrimarySchedule__Link .date {
  color: #002d6c;
}

.Polls {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 0.75rem;
  line-height: 1.5rem;
  min-height: 230px;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .Polls {
    padding: 1rem 0 2rem;
    width: 100%;
  }
}

.Polls__Wrapper {
  display: grid;
  gap: 10px 40px;
  grid-auto-flow: column;
}

@media screen and (max-width: 767px) {
  .Polls__Wrapper {
    gap: 24px;
    grid-auto-flow: row;
    grid-template-rows: 1fr;
    height: unset;
    width: 100%;
  }
}

.Polls__Explainer {
  font-size: 0.75rem;
  font-weight: 400;
}

.Polls__Link,
.Polls__NoLink {
  align-items: center;
  border: 1px solid transparent;
  display: flex;
  height: 2.25rem;
  letter-spacing: -0.32px;
  padding: 0 0.5rem;
  white-space: nowrap;
}

.Polls__Link {
  border-radius: 6px;
  color: #0045da;
}

@media (hover: hover) {
  .Polls__Link:hover {
    background-color: #cedeff;
    color: #0045da;
  }

  .Polls__Link:focus,
  .Polls__Link:focus-visible {
    background-color: #cedeff;
  }

  .Polls__Link:focus,
  .Polls__Link:focus-visible {
    outline: 2px solid #0037ae !important;
    outline-offset: 2px;
  }
}

.Polls__Link:focus,
.Polls__Link:focus-visible {
  background-color: #cedeff;
  color: #0045da;
  outline: 2px solid #0037ae !important;
  outline-offset: 2px;
}

.Polls__NoLink {
  color: #6c6e6f;
}

.ElectionsSubNav__DropdownTooltip--nat-ee-polls .Polls {
  gap: 1rem;
  width: 100%;
}

.ElectionsSubNav__DropdownTooltip--nat-ee-polls .Polls__Wrapper {
  gap: 0;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .ElectionsSubNav__DropdownTooltip--nat-ee-polls .Polls__Wrapper {
    gap: 1rem;
  }
}

.ElectionsSubNav__DropdownTooltip--nat-ee-polls .Polls__Header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.ElectionsSubNav__DropdownTooltip--nat-ee-polls .Polls__NationalLink {
  border-bottom: 1px solid #cecfcf;
  padding: 0.5rem 0;
  width: 100%;
}

.ElectionsSubNav__DropdownTooltip--nat-ee-polls
  .Polls
  .Polls__Column
  .Polls__Link {
  color: #0045da;
}

.ElectionsSubNav__DropdownTooltip--nat-ee-polls
  .Polls
  .Polls__Column:not(:last-child) {
  border-right: 1px solid #cecfcf40;
  padding-right: 1.5rem;
}

.ElectionsSubNav__DropdownTooltip--nat-ee-polls
  .Polls
  .Polls__Column:not(:first-child) {
  padding-left: 1.5rem;
}

body.noscroll {
  overflow: hidden;
}

.ElectionsSubNav__Wrapper {
  border-top: 1px solid #cecfcf;
  overflow: hidden;
  position: relative;
}

.ElectionsSubNav__Wrapper:has(+ .ElectionsSubNav__DropdownTooltip) {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.03);
}

.ElectionsSubNav__Wrapper + .ElectionsSubNav__DropdownTooltip {
  z-index: -1;
}

.ElectionsSubNav__Inner {
  align-items: center;
  display: flex;
  gap: 1.05rem;
  height: 3rem;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .ElectionsSubNav__Inner {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
  .ElectionsSubNav__Inner {
    max-width: 944px;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1439px) {
  .ElectionsSubNav__Inner {
    max-width: 1136px;
  }
}

@media screen and (min-width: 1440px) {
  .ElectionsSubNav__Inner {
    max-width: 1400px;
    padding: 0 2.5rem;
  }
}

.ElectionsSubNav__Inner > .AnchorLink {
  align-items: center;
  display: flex;
}

.ElectionsSubNav__Logo {
  height: 1rem;
  min-width: 15.938rem;
  width: 15.938rem;
}

.ElectionsSubNav__Logo--compact {
  height: 2rem;
  min-width: 5.75rem;
  width: 5.75rem;
}

.ElectionsSubNav__NavItemContainer {
  height: 3rem;
  overflow: hidden;
}

.ElectionsSubNav__NavItemContainer .Carousel__Wrapper .Carousel__Inner {
  height: 3rem;
}

.ElectionsSubNav__NavItemContainer .Carousel__Wrapper .CarouselSlide {
  align-items: center;
  display: flex;
  height: 100%;
}

.ElectionsSubNav__NavItemContainer
  .Carousel__Wrapper
  .CarouselSlide:first-of-type
  .ElectionsSubNav__Link {
  margin-left: 0.25rem;
}

.ElectionsSubNav__NavItemContainer .Carousel__Wrapper .CarouselArrow {
  box-shadow: none;
}

.ElectionsSubNav__NavItemContainer .Carousel__Wrapper .CarouselArrow--left {
  background: linear-gradient(
    -90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.27) 5.13%,
    hsla(0, 0%, 100%, 0.54) 9.68%,
    hsla(0, 0%, 100%, 0.74) 14.81%,
    #fff 36.46%
  );
  left: 0;
}

.ElectionsSubNav__NavItemContainer .Carousel__Wrapper .CarouselArrow--right {
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.27) 5.13%,
    hsla(0, 0%, 100%, 0.54) 9.68%,
    hsla(0, 0%, 100%, 0.74) 14.81%,
    #fff 36.46%
  );
  right: 0;
}

.ElectionsSubNav__NavItem {
  align-items: center;
  color: #002d6c;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}

.ElectionsSubNav__Dropdown,
.ElectionsSubNav__Link.AnchorLink {
  align-items: center;
  border-radius: 6px;
  color: #000;
  display: flex;
  height: 2rem;
  justify-content: center;
  padding: 0 0.5rem;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .ElectionsSubNav__Dropdown:hover,
  .ElectionsSubNav__Link.AnchorLink:hover {
    background-color: var(--color-blue20);
    color: var(--color-blue70);
  }

  .ElectionsSubNav__Dropdown:hover svg,
  .ElectionsSubNav__Link.AnchorLink:hover svg {
    stroke: var(--color-blue70);
  }
}

.ElectionsSubNav__Dropdown.ElectionsSubNav__Link--active,
.ElectionsSubNav__Link.AnchorLink.ElectionsSubNav__Link--active {
  background-color: var(--color-blue10);
  color: var(--color-blue60);
}

.ElectionsSubNav__Dropdown.ElectionsSubNav__Link--active svg,
.ElectionsSubNav__Link.AnchorLink.ElectionsSubNav__Link--active svg {
  stroke: var(--color-blue60);
}

.ElectionsSubNav__Dropdown.ElectionsSubNav__Link--active:active,
.ElectionsSubNav__Dropdown.ElectionsSubNav__Link--active:focus-within,
.ElectionsSubNav__Dropdown.ElectionsSubNav__Link--active:hover,
.ElectionsSubNav__Link.AnchorLink.ElectionsSubNav__Link--active:active,
.ElectionsSubNav__Link.AnchorLink.ElectionsSubNav__Link--active:focus-within,
.ElectionsSubNav__Link.AnchorLink.ElectionsSubNav__Link--active:hover {
  background-color: var(--color-blue20);
  color: var(--color-blue70);
}

.ElectionsSubNav__Dropdown.ElectionsSubNav__Link--active:active svg,
.ElectionsSubNav__Dropdown.ElectionsSubNav__Link--active:focus-within svg,
.ElectionsSubNav__Dropdown.ElectionsSubNav__Link--active:hover svg,
.ElectionsSubNav__Link.AnchorLink.ElectionsSubNav__Link--active:active svg,
.ElectionsSubNav__Link.AnchorLink.ElectionsSubNav__Link--active:focus-within
  svg,
.ElectionsSubNav__Link.AnchorLink.ElectionsSubNav__Link--active:hover svg {
  stroke: var(--color-blue70);
}

.ElectionsSubNav__Dropdown:active,
.ElectionsSubNav__Dropdown:focus-within,
.ElectionsSubNav__Link.AnchorLink:active,
.ElectionsSubNav__Link.AnchorLink:focus-within {
  background-color: var(--color-blue20);
  color: var(--color-blue70);
}

.ElectionsSubNav__Dropdown:active svg,
.ElectionsSubNav__Dropdown:focus-within svg,
.ElectionsSubNav__Link.AnchorLink:active svg,
.ElectionsSubNav__Link.AnchorLink:focus-within svg {
  stroke: var(--color-blue70);
}

.ElectionsSubNav__Dropdown:focus-within,
.ElectionsSubNav__Link.AnchorLink:focus-within {
  outline: 2px solid var(--color-blue70);
  outline-offset: 2px;
}

.ElectionsSubNav__Dropdown {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.ElectionsSubNav__Dropdown:focus-visible {
  background-color: #cedeff;
  outline: 2px solid #0037ae;
}

.ElectionsSubNav__Dropdown svg {
  stroke: #000;
  transform: rotate(0deg);
  transition: transform 133ms ease;
}

.ElectionsSubNav__Dropdown svg.icon__svg {
  height: 1.25rem;
  pointer-events: none;
  width: 1.25rem;
}

.ElectionsSubNav__Dropdown--active svg {
  transform: rotate(-180deg);
}

.ElectionsSubNav__Dropdown--active {
  background-color: var(--color-blue10);
  color: var(--color-blue60);
}

.ElectionsSubNav__Dropdown--active svg {
  stroke: var(--color-blue60);
}

.ElectionsSubNav__Dropdown--active:active,
.ElectionsSubNav__Dropdown--active:focus-within,
.ElectionsSubNav__Dropdown--active:hover {
  background-color: var(--color-blue20);
  color: var(--color-blue70);
}

.ElectionsSubNav__Dropdown--active:active svg,
.ElectionsSubNav__Dropdown--active:focus-within svg,
.ElectionsSubNav__Dropdown--active:hover svg {
  stroke: var(--color-blue70);
}

.ElectionsSubNav__Dropdown--active-link {
  padding-bottom: 5px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .ElectionsSubNav__Dropdown--active-link {
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ElectionsSubNav__DropdownTooltip {
  animation: opacity 133ms ease 67ms forwards;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  -webkit-clip-path: inset(0 -20px -20px -20px);
  clip-path: inset(0 -20px -20px -20px);
  height: 666px;
  max-height: calc(100dvh - var(--subnavDropdownTop, 121px));
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  width: 600px;
}

.bp-mobile .ElectionsSubNav__DropdownTooltip {
  height: calc(100dvh - var(--subnavDropdownTop, 103px));
  width: 100%;
}

.bp-mobile
  .ElectionsSubNav__DropdownTooltip
  .StateResults__Wrapper
  .StateResults__WithPolls
  .StateResult__Inner {
  gap: 0.25rem;
}

.bp-mobile
  .ElectionsSubNav__DropdownTooltip
  .StateResults__Wrapper
  .StateResults__WithPolls
  .StateResult__Inner
  .StateResult__Left {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.bp-mobile
  .ElectionsSubNav__DropdownTooltip
  .StateResults__Wrapper
  .StateResults__WithPolls
  .StateResult__Inner
  .StateResult__Left
  .StateResult__PollTime {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results,
.ElectionsSubNav__DropdownTooltip--primary-archive,
.ElectionsSubNav__DropdownTooltip--state-results {
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 1rem;
  width: 1189px;
}

.bp-mobile .ElectionsSubNav__DropdownTooltip--nat-state-results,
.bp-mobile .ElectionsSubNav__DropdownTooltip--primary-archive,
.bp-mobile .ElectionsSubNav__DropdownTooltip--state-results {
  padding: 1rem 0;
}

.ElectionsSubNav__DropdownTooltip--nat-state-results,
.ElectionsSubNav__DropdownTooltip--primary-archive {
  height: unset;
  max-height: calc(100dvh - var(--subnavDropdownTop, 121px));
  max-width: 100%;
  min-width: min(77.5rem, 100%);
  padding: 2rem;
}

.bp-mobile .ElectionsSubNav__DropdownTooltip--nat-state-results,
.bp-mobile .ElectionsSubNav__DropdownTooltip--primary-archive {
  animation: opacity 133ms ease forwards;
  left: 0;
  min-width: min(43.5rem, 100%);
  width: 100%;
}

.bp-tablet .ElectionsSubNav__DropdownTooltip--nat-state-results,
.bp-tablet .ElectionsSubNav__DropdownTooltip--primary-archive {
  max-height: min(520px, calc(100dvh - var(--subnavDropdownTop, 121px)));
  min-width: min(43.5rem, 100%);
  padding: 0;
  width: unset;
}

.ElectionsSubNav__DropdownTooltip--primary-schedule {
  height: 645px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0;
  width: 750px;
}

.bp-mobile .ElectionsSubNav__DropdownTooltip--primary-schedule {
  padding: 1rem 0 2rem;
}

.ElectionsSubNav__DropdownTooltip--ee-polls,
.ElectionsSubNav__DropdownTooltip--nat-ee-polls {
  height: auto;
  max-height: calc(100dvh - var(--subnavDropdownTop, 121px));
  max-width: 1042px;
  min-width: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
  width: auto;
}

.bp-mobile .ElectionsSubNav__DropdownTooltip--ee-polls,
.bp-mobile .ElectionsSubNav__DropdownTooltip--nat-ee-polls {
  max-height: calc(100dvh - var(--subnavDropdownTop, 103px));
  padding: 0 1rem;
}

.ElectionsSubNav__DropdownTooltip--nat-ee-polls {
  max-width: 100%;
  padding: 1rem 2rem 2rem;
}

.StickyAd-debug {
  z-index: 20;
}

.navigation {
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}

.navigation__container {
  height: 72px;
}

.bp-mobile .navigation__container {
  height: 54px;
}

.bp-tabletPlus .navigation__container {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .navigation__menu {
    padding: 0 12px 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .navigation__menu {
    padding: 0 10px 0 16px;
  }
}

.bp-mobileTablet .navigation__menu .navigation__group.navigation__group--main {
  display: none;
}

.navigation__menu .navigation__group .login__button--block_element:active {
  border: none;
}

.bp-desktopPlus .navigation__menu #search {
  margin-left: 22px;
}

.navigation.navigation--has-takeOver {
  background-color: transparent;
  box-shadow: none;
}

.page-distroLiveBlog .navigation {
  z-index: 1000001;
}

.Ad {
  position: relative;
}

.Ad--label > div:not(:empty):before {
  color: #656c7a;
  content: "Advertisement";
  display: block;
  font: 400 12px/12px Post-Grotesk, -apple-system, BlinkMacSystemFont,
    avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto,
    segoe ui, arial, sans-serif;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
  position: relative;
}

.search-title {
  color: #303030;
  font-family: "SansSerifFont", -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 18px;
  font-weight: 400;
  height: 30px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 10px;
  width: 260px;
}

.terms {
  background-color: #007aff;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 24px 30px;
  text-align: center;
  width: 100%;
}

.terms > p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.hideTerms {
  display: none;
}

.terms-alert-fixed {
  bottom: 0;
  position: fixed;
  z-index: 9999999;
}

.terms-alert-button {
  background: #fff;
  border: 1px solid rgba(0, 102, 204, 0.48);
  border-radius: 50px;
  color: rgba(0, 102, 204, 0.88);
  margin: 10px;
}

.terms-alert-close {
  fill: #fff;
  margin: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.terms-alert-close:hover {
  cursor: pointer;
}

#terms-link {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .terms p {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90%;
  }
}

@media (prefers-color-scheme: dark) {
  body.page-fantasyMap {
    background-color: #000;
    color: #fff;
  }
}

.TakeOverPage body.page-fantasyMap {
  background-color: #000;
  color: #fff;
}

body.page-home
  .MediaPlaceholder--live
  .MediaPlaceholder__Button
  .icon__svg
  use {
  fill: #fff;
}

.StickyAdWrapper {
  background: #f4f5f6;
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.StickyAdWrapper > div {
  min-height: 90px;
}

@media only screen and (max-width: 747px) {
  .StickyAdWrapper > div {
    min-height: 50px;
  }
}

.StickyAdWrapper div[data-box-type^="fitt-adbox"] {
  margin-bottom: 0;
}

.StickyAdUnStuck {
  top: -2000px;
}

.page-distroLiveBlog .taboola > .trc_related_container,
.page-prism-story .taboola > .trc_related_container {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .page-distroLiveBlog .taboola > .trc_related_container,
  .page-prism-story .taboola > .trc_related_container {
    margin-top: 24px;
  }
}

.page-distroLiveBlog .taboola > .trc_related_container .logoDiv,
.page-distroLiveBlog .taboola > .trc_related_container .trc-widget-footer,
.page-distroLiveBlog .taboola > .trc_related_container .trc_rbox_header,
.page-prism-story .taboola > .trc_related_container .logoDiv,
.page-prism-story .taboola > .trc_related_container .trc-widget-footer,
.page-prism-story .taboola > .trc_related_container .trc_rbox_header {
  display: none;
}

body,
html {
  height: 100%;
  min-height: 100%;
  touch-action: pan-y;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: SansSerifFont, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
  padding: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

li,
ul {
  margin: 0;
  padding: 0;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  outline: 0;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: SansSerifFont, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.cn {
  clear: none;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dit {
  display: inline-table;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
}

.dt-row {
  display: table-row;
}

.dt-row-group {
  display: table-row-group;
}

.dt-column {
  display: table-column;
}

.dt-column-group {
  display: table-column-group;
}

.tl {
  text-align: left;
}

.tar {
  text-align: right;
}

.tc {
  text-align: center;
}

.navigation {
  background-color: #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.03);
  left: 0;
  position: sticky;
  right: 0;
  top: 106px;
  z-index: 90;
}

@media only screen and (max-width: 747px) {
  .navigation {
    top: 66px;
  }
}

.navigation--topzero {
  top: 0;
}

.navigation--dark {
  position: relative;
  top: 0;
}

.navigation__container {
  align-items: center;
  height: 54px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .navigation__container {
    height: 72px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1440px) {
  .navigation__container {
    width: 1304px;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  .navigation__container {
    width: 1136px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .navigation__container {
    width: 944px;
  }
}

.navigation__menu {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}

.navigation__menu .navigation__spacer {
  flex-grow: 1;
  flex-shrink: 1;
}

.navigation__menu .navigation__group {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-evenly;
}

@media only screen and (max-width: 1023px) {
  .navigation__menu .navigation__group.navigation__group--main {
    display: none;
  }
}

.navigation__menu .navigation__group a.navButton__link {
  vertical-align: middle;
}

.navLogo {
  margin: 10px 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .navLogo {
    margin: 12px 0 0 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .navLogo {
    margin: 12px 22px 0 0;
  }
}

.navLogo__icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0.1);
}

.navLogo__icon.home {
  background-image: url(../images/logo.svg);
  height: 38px;
  width: 108px;
}

@media only screen and (min-width: 768px) {
  .navLogo__icon.home {
    height: 46px;
    width: 116px;
  }
}

.navLogo__text {
  color: transparent;
  font-size: 0;
  letter-spacing: unset;
}

.error__container {
  display: grid;
  padding: 100px 40px 10px;
}

@media only screen and (min-width: 768px) {
  .error__container {
    padding: 140px 50px 10px;
  }
}

.error__container p {
  line-height: 1.375;
  margin: 25px 0;
  padding: 0;
}

.error__container h2 {
  border-bottom: 2px solid #eee;
  font-size: 27px;
  letter-spacing: 0.5px;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.error__container .warning {
  color: #f7b81b;
}

.error__container .statuscode {
  font-size: 14px;
  margin-top: 20px;
}
