:root {
  --sticky-ad-top-offset: 5.625rem;
}
.news {
  --sticky-ad-top-offset: 10.625rem;
}
.msnbc,
.today {
  --sticky-ad-top-offset: 8.75rem;
}
.ad.ad--sticky {
  position: sticky;
  top: 5.625rem;
  top: var(--sticky-ad-top-offset);
  width: 100%;
}
div[data-mps-slot^="interstitial"] {
  height: 0;
}
@media only screen and (max-width: 757px) {
  div[data-mps-slot^="boxinline"] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 20rem;
  }
  div[data-mps-slot^="boxinline"] > div {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
.ad--text-alignment {
  text-align: center;
}
@media only screen and (min-width: 758px) {
  .ad--text-alignment {
    text-align: left;
  }
}
.ad--centered {
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 758px) {
  .ad--centered {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 100vw;
  }
}
.boxinlineAd--50 {
  min-height: 50px;
}
.boxinlineAd--250 {
  min-height: 250px;
}
@media only screen and (min-width: 1000px) {
  .boxinlineAd {
    min-height: 0;
  }
}
.boxinlineAd.bottomLineBoxLineAd {
  margin: 0 20px 20px;
}
@media only screen and (max-width: 757px) {
  .boxinlineAd.bottomLineBoxLineAd {
    border-bottom: 1px solid var(--grey-50);
  }
}
.box-inline-border {
  padding: 0 20px 20px;
}
@media only screen and (min-width: 758px) {
  .box-inline-border {
    display: none;
  }
}
.ad--preview > div > div:empty {
  border: 2px solid var(--grey-50);
  font-family: sans-serif;
  height: 200px;
  margin: 0 auto;
  position: relative;
  width: 250px;
}
.ad--preview > div > div:empty:before {
  color: var(--grey-50);
  content: "[Ad Placeholder]";
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translateX(-50%);
}
.alert-banner {
  --alert-banner--background-color: #ffb4b4;
  --alert-banner--text-leading: var(--leading-100);
  --alert-banner--text-font-family: var(--default-headline-font-family);
  --alert-banner--font-size-s: var(--text-24);
  --alert-banner--font-size-l: var(--text-32);
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .alert-banner {
    background-color: var(--alert-banner-background-color);
    color: #911010;
    display: block !important;
    font-family: var(--alert-banner-text-font-family);
    font-size: var(--alert-banner-font-size-s);
    line-height: var(--alert-banner-text-leading);
    overflow: hidden;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    position: relative;
    text-align: center;
    width: 100vw;
    z-index: 11;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 757px),
  only screen and (-ms-high-contrast: none) and (max-width: 757px) {
  .alert-banner {
    text-align: left;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .alert-banner__close-button {
    background: none;
    border: none;
    border-radius: none;
    color: var(--msnbc-alt-red-70);
    cursor: pointer;
    padding: 0.5rem 2.5rem 1.25rem 1.25rem;
    position: absolute;
    right: var(--space-12);
    top: var(--space-12);
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 757px),
  only screen and (-ms-high-contrast: none) and (max-width: 757px) {
  .alert-banner__close-button {
    padding: 1.5rem 0.5rem 1.25rem 1.25rem;
  }
}
@keyframes styles_live-dot-blink__tromO {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__gJic9 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__xqeTZ {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__8a47z {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_marqueeBreaking__FnPNK {
  --marquee--background-color: var(--red-50);
  --marquee--color: var(--white);
  --marquee--line-height: var(--leading-100);
  --marquee--font-family: var(--default-headline-font-family);
  --marquee--font-weight: inherit;
  --marquee--font-size: var(--text-24);
  --marquee--min-height: auto;
  --marquee--padding: var(--space-20);
  --marquee--text-transform: none;
  --marquee--inner--max-width: auto;
  --marquee--icon--font-size: var(--text-16);
  --marquee--icon--margin-left: var(--space-12);
  --marquee--close-button--display: block;
  --marquee--close-button-svg--height: var(--space-16);
  --marquee--close-button-svg--width: var(--space-16);
  --marquee--close-button-svg--stroke-color: var(--white);
  --marquee--close-button-svg--stroke-width: 1;
}
@media only screen and (min-width: 758px) {
  .styles_marqueeBreaking__FnPNK {
    --marquee-padding: var(--space-24) var(--space-20);
    --marquee--close-button--display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .styles_marqueeBreaking__FnPNK {
    --marquee--font-size: var(--text-32);
    --marquee--icon--font-size: var(--text-24);
  }
}
body.msnbc .styles_marqueeBreaking__FnPNK,
body.news .styles_marqueeBreaking__FnPNK,
body.today .styles_marqueeBreaking__FnPNK {
  --marquee--font-size: var(--text-20);
  --marquee--min-height: var(--space-64);
  --marquee--padding: var(--space-16) var(--space-20) var(--space-16)
    var(--space-12);
  --marquee--inner--max-width: 1280px;
  --marquee--icon--font-size: var(--text-12);
  --marquee--icon--margin-left: var(--space-4);
  --marquee--close-button-svg--height: var(--space-20);
  --marquee--close-button-svg--width: var(--space-20);
  --marquee--close-button-svg--stroke-width: 2;
}
@media only screen and (min-width: 758px) {
  body.msnbc .styles_marqueeBreaking__FnPNK,
  body.news .styles_marqueeBreaking__FnPNK,
  body.today .styles_marqueeBreaking__FnPNK {
    --marquee--min-height: auto;
    --marquee--padding: 14px 16px;
    --marquee--icon--margin-left: var(--space-8);
  }
}
body.today .styles_marqueeBreaking__FnPNK {
  --marquee--font-family: var(--secondary-font);
  --marquee--font-size: var(--text-18);
  --marquee--line-height: var(--text-18);
  --marquee--font-weight: 700;
  --marquee--padding: 18px 16px;
  --marquee--text-transform: uppercase;
  --marquee--background-color: var(--accent-yellow-light);
  --marquee--color: var(--grey-70);
  --marquee--close-button-svg--stroke-color: var(--grey-70);
}
body.today .styles_marqueeBreaking__FnPNK.styles_breakingNews__afpf_ {
  --marquee--background-color: var(--grey-60);
  --marquee--color: var(--white);
  --marquee--close-button-svg--stroke-color: var(--white);
}
body.sponsoredcontent .styles_marqueeBreaking__FnPNK {
  --marquee--font-family: var(--publico-hed);
}
body.deportes .styles_marqueeBreaking__FnPNK,
body.entrenenimiento .styles_marqueeBreaking__FnPNK,
body.noticias .styles_marqueeBreaking__FnPNK,
body.shows .styles_marqueeBreaking__FnPNK,
body.telemundo .styles_marqueeBreaking__FnPNK {
  --marquee--background-color: #fa3a3a;
}
@media only screen and (min-width: 758px) {
  body.deportes .styles_marqueeBreaking__FnPNK,
  body.entrenenimiento .styles_marqueeBreaking__FnPNK,
  body.noticias .styles_marqueeBreaking__FnPNK,
  body.shows .styles_marqueeBreaking__FnPNK,
  body.telemundo .styles_marqueeBreaking__FnPNK {
    --marquee--padding: var(--space-24) var(--space-20);
  }
}
.styles_marqueeBreaking__FnPNK {
  background-color: var(--marquee--background-color);
  color: var(--marquee--color);
  font-family: var(--marquee--font-family);
  font-size: var(--marquee--font-size);
  font-weight: var(--marquee--font-weight);
  line-height: var(--marquee--line-height);
  min-height: var(--marquee--min-height);
  padding: var(--marquee--padding);
  position: relative;
  text-transform: var(--marquee--text-transform);
  z-index: 10000;
}
@media print {
  .styles_marqueeBreaking__FnPNK {
    display: none;
  }
}
.styles_hidden__5wUJ_ {
  display: none;
}
.styles_inner__fsC7r {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: var(--marquee--inner--max-width);
  width: 100%;
}
.styles_content__roMbE {
  margin: 0 var(--space-20) 0 0;
}
.styles_icon__29grN {
  color: currentColor;
  display: inline-block;
  font-size: var(--marquee--icon--font-size);
  margin-left: var(--marquee--icon--margin-left);
}
.styles_icon__29grN.styles_icon__29grN:before {
  vertical-align: unset;
}
.styles_closeButton__JIMyk {
  background: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  display: var(--marquee--close-button--display);
  flex: 0 1;
  margin-left: auto;
  padding: 0;
}
.styles_closeButton__JIMyk svg {
  height: var(--marquee--close-button-svg--height);
  width: var(--marquee--close-button-svg--width);
  stroke: var(--marquee--close-button-svg--stroke-color);
  stroke-width: var(--marquee--close-button-svg--stroke-width);
}
@keyframes styles_live-dot-blink__PQt90 {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__XenEd {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__Dm2pI {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__f3QJF {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_badgeLabel__BbOrc {
  align-items: center;
  background-color: #ebebeb;
  border-radius: 3px;
  color: #3061ff;
  display: inline;
  flex-direction: row;
  font-family: var(--founders-mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 100%;
  margin-right: 6px;
  padding: 3px 5px;
}
.styles_icon__tCG_L {
  flex-shrink: 0;
  margin-right: 3.5px;
}
.styles_playmakerBadgeLabel__HPAw_ {
  align-items: center;
  background-color: var(--grey-20);
  border-radius: 3px;
  bottom: 3px;
  color: #3061ff;
  display: inline-flex;
  flex-direction: row;
  font-family: var(--founders-mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 100%;
  margin-right: 6px;
  padding: 3px;
  position: relative;
}
.styles_blackBadge__IN6Qp {
  color: #000;
}
.styles_redBadge__nZ_Bx {
  background-color: #cb1111;
  color: #fff;
}
.styles_yellowBadge__Sphah {
  background-color: #fdb913;
  color: #000;
}
.styles_sportsBadge__Qc_Ql {
  display: inline-block;
  height: 19.7px;
}
.styles_sportsBadge__Qc_Ql .styles_icon__tCG_L {
  vertical-align: middle;
}
.styles_watchBadge__09Hwa {
  color: #3061ff;
  position: relative;
  top: 2px;
}
.styles_watchBadge__09Hwa img {
  margin-bottom: -2px;
}
.styles_inlineBlinkingDot__tDlFD {
  animation: styles_live-dot-blink__PQt90 1.5s ease-in-out infinite;
  background-color: var(--live-dot--background-color);
  border-radius: 50%;
  display: inline-block;
  height: 4px;
  margin-right: 3px;
  vertical-align: middle;
  width: 4px;
}
.styles_iconPosition__D7Cxr {
  bottom: 4px;
  margin-bottom: -5px;
}
@keyframes styles_live-dot-blink__A4RKq {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__eqGaJ {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__U9b_9 {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__fYQws {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_marqueeEmbed__eVzLu {
  background-color: var(--white);
  height: 134px;
  line-height: 0;
  position: relative;
  z-index: 10000;
}
@media (min-width: 758px) {
  .styles_marqueeEmbed__eVzLu {
    height: 110px;
  }
}
.program-guide__embed {
  margin: 20px 0;
}
@media only screen and (min-width: 1000px) {
  .program-guide__embed {
    margin: 30px 0;
  }
}
.tve-notice__label {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .tve-notice__label {
    width: 70%;
  }
}
@keyframes styles_live-dot-blink__mvDMP {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__aOAWD {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__3xZWa {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__zrgWZ {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_quickLinks__qK_Tl {
  --scroll-shadow-width: 72;
  --bg-rgb: 16, 32, 57;
  background: #102039;
  background: rgb(var(--bg-rgb));
  color: var(--white);
  display: flex;
  font-size: var(--text-18);
  justify-content: center;
  padding: 0 10px;
  transform: translate(0);
  transition: transform 0.2s;
}
@media (min-width: 758px) {
  .styles_quickLinks__qK_Tl {
    padding: 0 16px;
  }
}
@media (max-width: 1180px) {
  .styles_quickLinks__qK_Tl {
    justify-content: start;
  }
}
.styles_quickLinks__qK_Tl .styles_shadow__7lRSo:after,
.styles_quickLinks__qK_Tl .styles_shadow__7lRSo:before {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(1px * var(--scroll-shadow-width));
}
.styles_quickLinks__qK_Tl .styles_shadow__7lRSo:before {
  background: linear-gradient(
    270deg,
    rgba(var(--bg-rgb), 0) 0,
    rgba(var(--bg-rgb), 1) 100%
  );
  left: 0;
  opacity: clamp(0, var(--overscroll-left) / var(--scroll-shadow-width), 1);
}
.styles_quickLinks__qK_Tl .styles_shadow__7lRSo:after {
  background: linear-gradient(
    90deg,
    rgba(var(--bg-rgb), 0) 0,
    rgba(var(--bg-rgb), 1) 100%
  );
  opacity: clamp(0, var(--overscroll-right) / var(--scroll-shadow-width), 1);
  right: 0;
}
.styles_quickLinks__qK_Tl .styles_scrollContainer__wf_Z8 {
  border-top: 1px solid #fff3;
  flex: 0 1 1280px;
  overflow: hidden;
}
@media (min-width: 758px) {
  .styles_quickLinks__qK_Tl .styles_scrollContainer__wf_Z8 {
    position: relative;
    text-align: center;
  }
}
.styles_quickLinks__qK_Tl ul {
  display: inline-flex;
  list-style-type: none;
  max-width: 100%;
  overflow: show;
  overflow-x: auto;
  padding: 0;
  -ms-overlow-style: none;
  scrollbar-width: none;
}
.styles_quickLinks__qK_Tl ul ::-webkit-scrollbar {
  display: none;
}
.styles_quickLinks__qK_Tl a {
  align-items: center;
  display: flex;
  gap: 6px;
  line-height: 1em;
  padding: 0.65em 10px;
}
@media (max-width: 432px) {
  .styles_quickLinks__qK_Tl a {
    padding: 14px 10px;
  }
}
.styles_quickLinks__qK_Tl a .badge-label {
  margin: 0;
}
.styles_quickLinks__qK_Tl a:hover {
  opacity: 0.7;
}
.styles_quickLinks__qK_Tl li:first-child a {
  padding-left: 0;
}
.light.styles_quickLinks__qK_Tl {
  --bg-rgb: 255, 255, 255;
  box-shadow: 0 0 4px 0 #0000004d;
  color: var(--gray-100);
  transform: translateY(-100%);
}
.styles_caption__gDkUa {
  font-family: var(--founders-cond);
  white-space: nowrap;
}
@media (min-width: 759px) {
  .styles_tipLine__6xhVT {
    display: none;
  }
}
.tve__provider-select {
  --tve-provider-select-action-color: var(--default-color);
  --tve-provider-select-action-hover: var(--default-color);
  --tve-provider-select-action-active: var(--default-color);
}
body.msnbc .tve__provider-select {
  --tve-provider-select-action-color: var(--yellow-40);
  --tve-provider-select-action-hover: var(--yellow-20);
  --tve-provider-select-action-active: var(--yellow-10);
}
.tve__provider-select__back-button,
.tve__provider-select__search-form,
.tve__provider-select__search-results,
.tve__provider-select__select {
  width: 100%;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__back-button,
  .tve__provider-select__search-form,
  .tve__provider-select__search-results,
  .tve__provider-select__select {
    margin: 0 auto;
    width: 612px;
  }
}
@media only screen and (min-width: 1000px) {
  .tve__provider-select__back-button,
  .tve__provider-select__search-form,
  .tve__provider-select__search-results,
  .tve__provider-select__select {
    width: 660px;
  }
}
@media only screen and (min-width: 1240px) {
  .tve__provider-select__back-button,
  .tve__provider-select__search-form,
  .tve__provider-select__search-results,
  .tve__provider-select__select {
    width: 700px;
  }
}
.tve__provider-select {
  background: rgba(var(--grey-70-rgb), 0.99);
  color: var(--white);
  font-family: var(--publico-txt);
  font-size: 1.125rem;
  height: 100vh;
  left: 0;
  overflow: scroll;
  padding: 1.25rem 1.25rem 18.75rem;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100vw;
  -moz-osx-font-smoothing: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}
@supports (backdrop-filter: blur()) {
  .tve__provider-select {
    backdrop-filter: blur(50px);
    background: rgba(var(--grey-70-rgb), 0.92);
  }
}
@media only screen and (min-width: 1000px) {
  .tve__provider-select {
    display: flex;
    flex-flow: column nowrap;
    padding: 1.25rem;
  }
}
.tve__provider-select__heading-h1,
.tve__provider-select__heading-h3 {
  line-height: 100%;
  margin: 0;
  padding: 0;
}
.tve__provider-select__heading-h1 {
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__heading-h1 {
    font-size: 2rem;
    margin-top: 1.25rem;
  }
}
.tve__provider-select__heading-h3 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__heading-h3 {
    font-size: 2rem;
  }
}
.tve__provider-select__heading-h3__text {
  margin: 0 auto;
}
.tve__provider-select__description {
  line-height: 125%;
  margin: 0.75rem 1.5rem 1.5rem;
  padding: 0;
}
.tve__provider-select__search-text {
  line-height: 125%;
  margin: 2rem auto 1.5rem;
  padding: 0;
  width: 300px;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__search-text {
    width: auto;
  }
}
.tve__provider-select__button {
  background: #0000;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
}
.tve__provider-select__button__full-list {
  color: var(--tve-provider-select-action-color);
}
.tve__provider-select__button__full-list:hover {
  color: var(--tve-provider-select-action-hover);
}
.tve__provider-select__button__full-list:active {
  color: var(--tve-provider-select-action-active);
}
.tve__provider-select__button__close {
  color: var(--white);
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__button__close {
    right: 40px;
    top: 40px;
  }
}
.tve__provider-select__button__close:hover {
  opacity: var(--default-hover-opacity);
}
.tve__provider-select__button__close:active {
  opacity: var(--default-active-opacity);
}
.tve__provider-select iframe {
  min-height: 400px;
}
@media only screen and (max-width: 757px) {
  .tve__provider-select iframe {
    width: 100% !important;
  }
}
.tve__provider-select__search-form {
  position: relative;
}
.tve__provider-select__search-form__input-text {
  appearance: none;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
}
.tve__provider-select__search-form__input-text__search {
  background: #0000;
  border-bottom: 1px solid var(--white);
  border-radius: 0;
  color: var(--white);
  font-family: var(--founders-cond);
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.25rem;
  padding: 0 0 0.75rem;
  width: 100%;
}
.tve__provider-select__search-form__search-icon {
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.tve__provider-select__search-form__button {
  color: var(--white);
}
.tve__provider-select__search-form__button:hover {
  opacity: var(--default-hover-opacity);
}
.tve__provider-select__search-form__button:active {
  opacity: var(--default-active-opacity);
}
.tve__provider-select__search-results {
  max-height: 21rem;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tve__provider-select__search-results::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .tve__provider-select__search-results {
    min-height: 21rem;
  }
}
.tve__provider-select__search-results--fill {
  max-height: unset;
}
.tve__provider-select__search-results__button {
  background-color: var(--white);
  border-bottom: 1px solid var(--grey-40);
  color: var(--black);
  display: block;
  font-family: var(--founders-cond);
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.25rem;
  text-align: left;
  width: 100%;
}
.tve__provider-select__search-results__button:hover {
  background-color: var(--grey-20);
}
.tve__provider-select__search-results__button:active {
  background-color: var(--white);
}
.tve__provider-select__map {
  background-color: rgba(var(--black-rgb), 0.7);
  font-family: var(--founders-cond);
  font-size: 1rem;
  margin: 0 auto 1.5rem;
  max-width: 23.4375rem;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__map {
    width: 23.4375rem;
  }
}
.tve__provider-select__map__item {
  border-bottom: 3px solid var(--grey-50);
  display: inline-block;
  padding: 0.625rem 0.375rem;
  width: 33.3%;
}
.tve__provider-select__map__item--active {
  border-bottom-color: var(--tve-provider-select-action-color);
}
.tve__provider-select__featured-grid {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .tve__provider-select__featured-grid {
    display: block;
  }
}
.tve__provider-select__featured-grid__provider {
  background-color: #181818;
  float: left;
  margin: 0 0.1875rem 0.1875rem 0;
}
@media only screen and (max-width: 757px) {
  .tve__provider-select__featured-grid__provider:nth-of-type(3n + 1) {
    clear: left;
  }
  .tve__provider-select__featured-grid__provider:nth-of-type(3n + 3) {
    margin: 0;
  }
}
@media only screen and (max-width: 375px) {
  .tve__provider-select__featured-grid__provider {
    height: 4.375rem;
    width: calc(33% - 2px);
  }
}
@media only screen and (min-width: 376px) and (max-width: 757px) {
  .tve__provider-select__featured-grid__provider {
    height: 4.375rem;
    width: 6.875rem;
  }
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__featured-grid__provider {
    height: 4.3125rem;
    width: 7.5625rem;
  }
  .tve__provider-select__featured-grid__provider:nth-of-type(5n + 1) {
    clear: left;
  }
  .tve__provider-select__featured-grid__provider:nth-of-type(5n + 5) {
    margin: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .tve__provider-select__featured-grid__provider {
    height: 4.625rem;
    width: 8.125rem;
  }
}
@media only screen and (min-width: 1240px) {
  .tve__provider-select__featured-grid__provider {
    height: 4.9375rem;
    width: 8.625rem;
  }
}
.tve__provider-select__featured-grid__provider__hide-mobile {
  display: none;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__featured-grid__provider__hide-mobile {
    display: block;
  }
}
.tve__provider-select__featured-grid__button__provider {
  background-color: var(--black);
  height: 100%;
  padding: 0.625rem;
  width: 100%;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__featured-grid__button__provider {
    padding: 0.75rem;
  }
}
@media only screen and (min-width: 1240px) {
  .tve__provider-select__featured-grid__button__provider {
    padding: 0.875rem;
  }
}
.tve__provider-select__featured-grid__button__provider:hover {
  background-color: var(--grey-60);
}
.tve__provider-select__featured-grid__button__provider:active {
  background-color: var(--grey-50);
}
.tve__provider-select__featured-grid__button__provider > img {
  height: auto;
  max-width: 100%;
  pointer-events: none;
}
.tve__provider-select__select {
  position: relative;
}
.tve__provider-select__select select {
  appearance: none;
  background: var(--white);
  border: 1px solid var(--grey-50);
  border-radius: 0;
  box-shadow: none !important;
  font-family: var(--founders-mono);
  letter-spacing: -0.04em;
  padding: 0.5rem;
  width: 100%;
}
.tve__provider-select__select__down {
  color: var(--black);
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.tve__provider-select__back-button {
  align-items: center;
  border-bottom: 1px solid var(--grey-60);
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1.25rem;
  min-height: 3.125rem;
  padding: 0 0 0.75rem;
}
@media only screen and (min-width: 758px) {
  .tve__provider-select__back-button {
    margin-bottom: 2.5rem;
    padding-right: 5rem;
  }
}
.tve__provider-select__back-button__button {
  align-items: center;
  background-color: var(--tve-provider-select-action-color);
  color: var(--black);
  display: flex;
  font-family: var(--founders-cond);
  font-size: 1rem;
  justify-content: space-between;
  padding: 0.625rem 0.5rem;
  text-transform: uppercase;
}
.tve__provider-select__back-button__button :first-child {
  font-size: 0.875rem;
  margin: 0.125rem 0.25rem 0 0;
}
.tve__provider-select__back-button__button:hover {
  background-color: var(--tve-provider-select-action-hover);
}
.tve__provider-select__back-button__button:active {
  background-color: var(--tve-provider-select-action-active);
}
.tve__provider-select__back-button__text {
  flex: 1 1;
  margin: 0;
  padding: 0;
}
.tve__provider-select__loader-icon {
  font-family: var(--founders-mono);
  font-size: 1rem;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 6rem 0;
  position: relative;
}
.tve__provider-select__loader-icon .icon {
  animation: dotFlashing 1s linear infinite alternate;
  animation-delay: 0.5s;
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 1rem;
}
.tve__provider-select__loader-icon .icon:first-of-type {
  animation-delay: 0s;
}
.tve__provider-select__loader-icon .icon:last-of-type {
  animation-delay: 1s;
  margin-right: 0;
}
@keyframes dotFlashing {
  0% {
    opacity: 1;
  }
  50%,
  to {
    opacity: 0.3;
  }
}
.mini-player {
  --miniplayer__default__medium-bp--max-width: 25rem;
  --miniplayer__default__headline--font-size: var(--text-18);
  --miniplayer__default__headline--color: var(--grey-40);
  --miniplayer__default__action--background-color: var(--default-color);
  --miniplayer__default__action--color: var(--white);
  --miniplayer__default__logo--fill: var(--grey-40);
  --miniplayer__default__logo-alt--fill: var(--grey-40);
  --miniplayer__default__logo--font-size: 0.75rem;
  --miniplayer__default__logo--margin-bottom: 0.3125rem;
  --miniplayer__default__signin--font-size: var(--text-18);
  --miniplayer__light--background-color: var(--grey-20);
  --miniplayer__light--margin-bottom: 1.875rem;
  --miniplayer__light__headline--color: var(--black);
  --miniplayer__light__logo--fill: var(--black);
  --miniplayer__light__logo--margin-bottom: 0.75rem;
}
body.msnbc .mini-player {
  --miniplayer__default__medium-bp--max-width: auto;
  --miniplayer__default__headline--font-size: var(--text-16);
  --miniplayer__default__headline--color: var(--white);
  --miniplayer__default__action--background-color: var(--yellow-40);
  --miniplayer__default__action--color: var(--black);
  --miniplayer__default__logo--margin-bottom: 0.5rem;
  --miniplayer__default__signin--font-size: var(--text-16);
}
body.today .mini-player {
  --miniplayer__default__logo--fill: var(--white);
  --miniplayer__default__logo-alt--fill: var(--orange-30);
}
.mini-tease-local {
  --miniplayer__local__width: auto;
  --miniplayer__local__logo__height: 0.75rem;
  --miniplayer__local__margin: 0rem 2rem 0rem 0rem;
  --miniplayer__local__live__margin: -0.125rem 0.125rem 0rem 0rem;
  --miniplayer__local__dot__color: var(--breaking-red);
  --miniplayer__local__dot__color--light: var(--breaking-red);
  --miniplayer__local__dot__color--transparentLight: var(--breaking-red);
  --miniplayer__local__default__logo--fill: var(--white);
  --miniplayer__local__default__logo--fill--light: var(--grey-70);
  --miniplayer__local__default__logo--fill--light--hover: var(--default-color);
  --miniplayer__local__default__logo--fill--transparentLight: var(--grey-70);
  --miniplayer__local__default__logo--fill--transparentLight--hover: var(
    --default-color
  );
}
@media only screen and (min-width: 758px) {
  .mini-tease-local {
    --miniplayer__local__width: auto;
  }
}
body.msnbc .mini-tease-local {
  --miniplayer__local__width: 3.5rem;
  --miniplayer__local__live__margin: 0.0625rem 0.125rem 0rem 0rem;
}
body.today .mini-tease-local {
  --miniplayer__local__width: 6.25rem;
  --miniplayer__local__live__margin: 0rem 0.25rem 0rem 0rem;
  --miniplayer__local__dot__color: var(--white);
  --miniplayer__local__default__logo--fill--light--hover: var(--orange-30);
  --miniplayer__local__default__logo--fill--transparentLight--hover: var(
    --orange-30
  );
}
body.news .mini-tease-local {
  --miniplayer__local__live__margin: 0rem 0.1875rem 0rem 0rem;
}
body.noticias .mini-tease-local,
body.telemundo .mini-tease-local {
  --miniplayer__local__width: 3.125rem;
  --miniplayer__local__live__margin: 0.0625rem 0.125rem 0rem 0rem;
}
.mini-tease-local {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  text-transform: uppercase;
  width: unset;
}
.hfsh .mini-tease-local {
  font-size: 1.125rem;
  line-height: 60px;
}
.mini-tease-local--live:before {
  animation: live-dot-blink 1.5s ease-in-out infinite;
  background-color: var(--miniplayer__local__dot__color);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  margin: var(--miniplayer__local__live__margin);
  width: 0.5rem;
}
.mini-tease-local__link {
  display: block;
  flex: 1 1;
  line-height: 0;
  margin: var(--miniplayer__local__margin);
  width: var(--miniplayer__local__width);
}
.mini-tease-local__logo {
  color: var(--miniplayer__local__default__logo--fill);
  display: inline-block;
}
.mini-tease-local__logo:hover {
  opacity: 0.7;
}
.light .mini-tease-local--live:before {
  background-color: var(--miniplayer__local__dot__color--light);
}
.light .mini-tease-local__logo {
  color: var(--miniplayer__local__default__logo--fill--light);
}
.light .mini-tease-local__logo:hover {
  color: var(--miniplayer__local__default__logo--fill--light--hover);
  opacity: 1;
}
.transparentLight .mini-tease-local--live:before {
  background-color: var(--miniplayer__local__dot__color--transparentLight);
}
.transparentLight svg.mini-tease-local__logo {
  color: var(--miniplayer__local__default__logo--fill--transparentLight);
}
.transparentLight svg.mini-tease-local__logo:hover {
  color: var(--miniplayer__local__default__logo--fill--transparentLight--hover);
  opacity: 1;
}
div.mini-player {
  font-family: var(--founders-cond);
  height: 80px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 758px) {
  div.mini-player {
    max-width: var(--miniplayer__default__medium-bp--max-width);
    width: unset;
  }
}
div.mini-player .mini-player__button {
  background: #0000;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  font: inherit;
  margin: 0;
  outline: inherit;
  padding: 0;
  text-align: unset;
  width: 100%;
}
div.mini-player .mini-player__tease {
  display: block;
  flex-shrink: 0;
  height: 5rem;
  position: relative;
  width: 8.875rem;
}
div.mini-player .mini-player__content {
  margin: 0.9375rem 0.9375rem 0;
  width: 12.5rem;
}
@media only screen and (min-width: 758px) {
  div.mini-player .mini-player__content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  div.mini-player .mini-player__content {
    width: 17.5rem;
  }
}
div.mini-player .mini-player__logo {
  font-size: 12px;
}
div.mini-player .mini-player__logo svg {
  display: inline-block;
}
div.mini-player .mini-player__logo-text {
  height: 12px;
  margin-bottom: var(--miniplayer__default__logo--margin-bottom);
  width: 97px;
}
div.mini-player .mini-player__logo-icon {
  color: var(--miniplayer__default__logo-alt--fill);
  height: 10px;
  margin-bottom: 7px;
  width: 22px;
}
div.mini-player .mini-player__logo-today {
  color: var(--miniplayer__default__logo--fill);
}
div.mini-player .mini-player__logo-allday {
  color: var(--miniplayer__default__logo-alt--fill);
}
div.mini-player .mini-player__headline {
  color: var(--miniplayer__default__headline--color);
  font-size: var(--miniplayer__default__headline--font-size);
  margin: -4px 0 0;
  overflow: hidden;
}
div.mini-player .mini-player__live-flag:before {
  animation: live-dot-blink 1.5s ease-in-out infinite;
  background-color: #fa3a3a;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-bottom: 2px;
  margin-right: 5px;
  width: 8px;
}
div.mini-player .mini-player__typeicon.typeicon {
  background: var(--miniplayer__default__action--background-color);
  color: var(--miniplayer__default__action--color);
}
div.mini-player .mini-player__typeicon.typeicon:before {
  font-size: 0.5rem;
}
div.mini-player .mini-player__sign-in {
  height: 1rem;
  position: absolute;
  right: 0.9375rem;
  top: 0.625rem;
  width: 3.875rem;
}
@media only screen and (min-width: 758px) {
  div.mini-player .mini-player__sign-in {
    right: 0;
  }
}
div.mini-player .mini-player__sign-in-button {
  align-items: flex-end;
  background: #0000;
  border: none;
  color: var(--miniplayer__default__action--background-color);
  display: flex;
  flex-flow: row nowrap;
  font-size: 0;
  height: 100%;
  outline: none;
  width: 100%;
}
div.mini-player .mini-player__sign-in-button:focus {
  outline: 0;
}
div.mini-player .mini-player__sign-in-button:hover {
  opacity: var(--opacity-70);
}
div.mini-player .mini-player__sign-in-button:active {
  opacity: var(--opacity-50);
}
div.mini-player .mini-player__sign-in-button .icon-lock,
div.mini-player .mini-player__sign-in-button-text {
  font-size: var(--miniplayer__default__signin--font-size);
}
div.mini-player .mini-player__sign-in-button-text {
  margin: 0 0 -0.125rem 0.1875rem;
  text-transform: uppercase;
}
div.mini-player img {
  display: block;
}
div.mini-player.mini-player--light {
  background-color: var(--miniplayer__light--background-color);
  margin-bottom: var(--miniplayer__light--margin-bottom);
}
div.mini-player.mini-player--light .mini-player__content {
  width: auto;
}
div.mini-player.mini-player--light .mini-player__logo {
  fill: var(--miniplayer__light__logo--fill);
  margin-bottom: var(--miniplayer__light__logo--margin-bottom);
}
div.mini-player.mini-player--light .mini-player__headline {
  color: var(--miniplayer__light__headline--color);
}
div.mini-player .mini-player__button:hover .mini-player__content {
  opacity: var(--opacity-70);
}
div.mini-player .mini-player__button:active .mini-player__content {
  opacity: var(--opacity-50);
}
.ad-sponsor {
  display: none;
  height: 100%;
  visibility: hidden;
}
@media only screen and (min-width: 1000px) {
  .ad-sponsor {
    visibility: visible;
  }
  .ad-sponsor--displayed,
  .hfsh .ad-sponsor--displayed {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: var(--space-24);
  }
}
.ad-sponsor__label,
.hfsh .ad-sponsor__label {
  color: var(--white);
  display: block;
  font-size: var(--text-10);
  margin-right: var(--space-8);
  opacity: var(--opacity-70);
  text-transform: uppercase;
}
.hfsh.active .ad-sponsor__label,
.hfsh.light .ad-sponsor__label,
.hfsh.menu-open .ad-sponsor__label {
  color: var(--black);
}
.ad-sponsor__utility {
  display: inline-block;
  line-height: 1;
}
.hfsh.menu-open .ad-sponsor {
  display: none;
}
.styles_mockLoginLogoutButton__ZW_n4 {
  position: sticky;
  top: 60px;
  z-index: 10000;
}
@keyframes styles_live-dot-blink__Bm2Wm {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__nrTjS {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__9ir98 {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__jsuhq {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_modalHeader__GNHmh {
  display: flex;
}
.styles_modalHeader__GNHmh .styles_logo__VE1u8 {
  flex: 1 1 auto;
  padding: 1.5rem;
  text-align: center;
}
.styles_modalHeader__GNHmh .styles_placeholder__Yp6RW {
  flex: 0 0 4rem;
}
.styles_modalHeader__GNHmh button {
  background: #0000;
  border: none;
  font-size: 2rem;
  height: 4rem;
  width: 4rem;
}
.styles_description__ShED_ {
  padding-left: 0.5rem;
}
.styles_description__ShED_,
.styles_list__jdrI9 {
  font-family: var(--founders-cond);
  font-size: 1em;
}
.styles_list__jdrI9 {
  margin: 0.5rem;
}
.styles_list__jdrI9 svg {
  position: relative;
  top: 2px;
}
@keyframes styles_live-dot-blink___h7CX {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__EJDmj {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__90zU0 {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__JwWUA {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_signupForm__SPtZB {
  margin: auto;
  max-width: 360px;
  padding: 0 1rem 1rem;
}
.styles_signupForm__SPtZB a {
  font-weight: 700;
}
.styles_signupForm__SPtZB h1 {
  font-family: var(--founders-cond);
  font-size: 1.6rem;
  margin: 1rem 0 0.3rem;
  text-align: center;
}
.styles_signupForm__SPtZB label {
  display: block;
  font-family: var(--founders-cond);
}
.styles_signupForm__SPtZB input[type="checkbox"] + label {
  display: inline;
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 0.8em;
}
.styles_signupForm__SPtZB button,
.styles_signupForm__SPtZB input {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: var(--founders-cond);
  padding: 0.6rem;
  width: 100%;
}
.styles_signupForm__SPtZB button[aria-invalid="true"],
.styles_signupForm__SPtZB input[aria-invalid="true"] {
  border-color: #800;
  color: #800;
}
.styles_signupForm__SPtZB input[type="checkbox"] {
  margin: 0.1rem 0.5rem;
  width: auto;
}
.styles_signupForm__SPtZB button[type="submit"],
.styles_signupForm__SPtZB input[type="submit"] {
  background: var(--black);
  border: none;
  color: var(--white);
  padding: 0.8rem 1em;
}
.styles_signupForm__SPtZB button[type="submit"][disabled],
.styles_signupForm__SPtZB input[type="submit"][disabled] {
  background: #ccc;
}
.styles_signupForm__SPtZB .styles_checkbox__L47E6 {
  align-items: flex-start;
  display: flex;
  margin: 0 0 1rem;
}
.styles_signupForm__SPtZB .styles_validationError__j8j09 {
  color: #800;
  font-size: 0.8em;
  margin: 0.2em;
  min-height: 1rem;
}
.styles_signupForm__SPtZB footer {
  margin-top: 2rem;
}
.styles_signupForm__SPtZB footer p {
  font-family: var(--founders-cond);
  font-size: 0.8em;
  margin: 0.5em 0;
  text-align: center;
}
.styles_signupForm__SPtZB footer a {
  color: #25396e;
}
.styles_instructions__VMSln {
  font-family: var(--founders-cond);
  font-size: 1em;
  margin: 0.2rem 0 1rem;
  text-align: center;
  text-wrap: balance;
}
@keyframes styles_live-dot-blink__FO25h {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__S1BB7 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__RkK8u {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__vYUjc {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_flex__FRtAL {
  display: flex;
  gap: 10px;
}
.styles_group__DcXbT {
  align-items: center;
  display: flex;
}
.styles_group__DcXbT:has(:disabled) {
  opacity: 0.3;
}
.styles_slot__XcIZ_ {
  --border: 1rem;
  --accent-foreground: var(--default-color);
  align-items: center;
  border-bottom: 1rem solid;
  border-bottom: 1px solid var(--border);
  border-right: 1rem solid;
  border-right: 1px solid var(--border);
  border-top: 1rem solid;
  border-top: 1px solid var(--border);
  display: flex;
  font-size: 2rem;
  height: 3rem;
  justify-content: center;
  outline: 1px solid var(--accent-foreground);
  outline-color: rgba(var(--accent-foreground), 0.2);
  outline-offset: 0;
  position: relative;
  transition: outline-color 0.3s, outline-width 0.3s;
  width: 3rem;
}
.styles_slot__XcIZ_.styles_isActive__BIfd1 {
  outline-color: var(--accent-foreground);
  outline-width: 4px;
}
.styles_group__DcXbT:focus-within .styles_element__FVDlC,
.styles_group__DcXbT:hover .styles_element__FVDlC {
  border-color: rgba(var(--accent-foreground), 0.2);
}
.styles_group__DcXbT:has(input[data-input-otp-placeholder-shown])
  .styles_innerSlot__atozZ {
  opacity: 0.2;
}
@keyframes styles_live-dot-blink__Ab_Qm {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__2emok {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__U6tXw {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__JLvgx {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_verifyCodeForm__tk5GQ {
  margin: auto;
  max-width: 360px;
  padding: 0 1rem 1rem;
}
.styles_verifyCodeForm__tk5GQ a {
  font-weight: 700;
}
.styles_verifyCodeForm__tk5GQ h1 {
  font-family: var(--founders-cond);
  font-size: 1.6rem;
  margin: 1rem 0 0.3rem;
  text-align: center;
}
.styles_verifyCodeForm__tk5GQ label {
  display: block;
  font-family: var(--founders-cond);
}
.styles_verifyCodeForm__tk5GQ input[type="checkbox"] + label {
  display: inline;
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 0.8em;
}
.styles_verifyCodeForm__tk5GQ button,
.styles_verifyCodeForm__tk5GQ input {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: var(--founders-cond);
  padding: 0.6rem;
  width: 100%;
}
.styles_verifyCodeForm__tk5GQ button[aria-invalid="true"],
.styles_verifyCodeForm__tk5GQ input[aria-invalid="true"] {
  border-color: #800;
  color: #800;
}
.styles_verifyCodeForm__tk5GQ input[type="checkbox"] {
  margin: 0.1rem 0.5rem;
  width: auto;
}
.styles_verifyCodeForm__tk5GQ button[type="submit"],
.styles_verifyCodeForm__tk5GQ input[type="submit"] {
  background: var(--black);
  border: none;
  color: var(--white);
  padding: 0.8rem 1em;
}
.styles_verifyCodeForm__tk5GQ button[type="submit"][disabled],
.styles_verifyCodeForm__tk5GQ input[type="submit"][disabled] {
  background: #ccc;
}
.styles_verifyCodeForm__tk5GQ button,
.styles_verifyCodeForm__tk5GQ input[type="submit"] {
  margin: 1rem 0;
}
.styles_verifyCodeForm__tk5GQ .styles_resend__m8OFt {
  background: #0000;
  color: var(--black);
  margin-top: 0;
}
.styles_verifyCodeForm__tk5GQ .styles_checkbox__y__Il {
  align-items: flex-start;
  display: flex;
  margin: 0 0 1rem;
}
.styles_verifyCodeForm__tk5GQ .styles_validationError__kylOk {
  color: #800;
  font-size: 0.8em;
  margin: 0.2em;
  min-height: 1rem;
}
.styles_verifyCodeForm__tk5GQ footer {
  margin-top: 2rem;
}
.styles_verifyCodeForm__tk5GQ footer p {
  font-family: var(--founders-cond);
  font-size: 0.8em;
  margin: 0.5em 0;
  text-align: center;
}
.styles_verifyCodeForm__tk5GQ footer a {
  color: #25396e;
}
.styles_instructions__s2pEj {
  font-family: var(--founders-cond);
  font-size: 1em;
  margin: 0.2rem 0 1rem;
  text-align: center;
  text-wrap: balance;
}
@keyframes styles_live-dot-blink__LTO6w {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__TFgAB {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__6eF2M {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__IEcbV {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_modal__y4cZG {
  border: none;
  box-shadow: 5px 5px 15px 5px #0000001a;
  max-width: 100vw;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0;
  width: 600px;
}
.styles_modal__y4cZG::backdrop {
  background: #00000080;
}
@media (max-width: 432px) {
  .styles_modal__y4cZG {
    min-height: 100vh;
  }
}
html:has(dialog.styles_modal__y4cZG) {
  overflow: hidden;
}
@keyframes styles_live-dot-blink__NJnc_ {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__0gSOg {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__sFhU5 {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in___3gnD {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_verticalLogo__wzrdz {
  display: flex;
  font-family: var(--founders-cond);
  font-weight: 400;
  height: auto;
  padding-left: 0;
  padding-right: 1rem;
  position: relative;
}
.styles_vertical__avZVQ {
  flex-shrink: 0;
}
.styles_logo__Q9_VY {
  display: block;
  font-size: 1.25rem;
  line-height: 100%;
  margin-top: 1.25rem;
}
.styles_white__e_EP0 .styles_logo__Q9_VY {
  color: var(--white);
}
.styles_black__qgN1K .styles_logo__Q9_VY {
  color: var(--black);
}
.styles_hasTagline__LuH_4 .styles_logo__Q9_VY {
  margin-top: 0.875rem;
}
@media only screen and (min-width: 758px) {
  .styles_logo__Q9_VY {
    font-size: 1.875rem;
    margin-top: 1.5625rem;
    transition: color 0.5s;
  }
  .styles_active__KBbIv .styles_logo__Q9_VY {
    color: var(--black);
    transition: color 0.5s 1s;
  }
  .styles_hasTagline__LuH_4 .styles_logo__Q9_VY {
    margin-top: 1.0625rem;
  }
}
.styles_tagline__zhG_C {
  display: block;
  padding-left: 0.375rem;
  padding-top: 0.125rem;
  white-space: nowrap;
}
.think .styles_tagline__zhG_C {
  color: #ff5042;
}
.styles_white__e_EP0 .styles_tagline__zhG_C {
  color: var(--white);
}
.think .styles_black__qgN1K .styles_tagline__zhG_C {
  color: #ff5042;
}
@media only screen and (min-width: 758px) {
  .styles_tagline__zhG_C {
    padding-left: 0.625rem;
    transition: color 0.5s;
  }
  .styles_active__KBbIv .styles_tagline__zhG_C {
    transition: color 0.5s 1s;
  }
  .think .styles_active__KBbIv .styles_tagline__zhG_C {
    color: #ff5042;
  }
}
.styles_peacock__HznfY {
  flex-basis: 2.125rem;
  flex-shrink: 0;
  height: 1.25rem;
  margin: 1.25rem 0.4375rem 0;
}
.styles_white__e_EP0 .styles_peacock__HznfY {
  fill: var(--white);
}
.styles_black__qgN1K .styles_peacock__HznfY {
  fill: var(--black);
}
.styles_hasTagline__LuH_4 .styles_peacock__HznfY {
  margin-top: 0.875rem;
}
@media only screen and (min-width: 758px) {
  .styles_peacock__HznfY {
    flex-basis: 3.125rem;
    height: 1.875rem;
    margin: 1.5625rem 0.625rem 0;
    transition: margin-right 0.5s ease, fill 0.5s;
  }
  .styles_fill__SVHQX .styles_peacock__HznfY {
    fill: var(--default-color);
    transition: margin-right 0.5s ease, fill 0.5s 1s;
  }
  .styles_scrolled__mbhYj .styles_peacock__HznfY {
    margin-left: 0;
    margin-right: -1.25rem;
  }
  .styles_hasTagline__LuH_4 .styles_peacock__HznfY {
    margin-top: 1.0625rem;
  }
  .styles_active__KBbIv .styles_peacock__HznfY {
    fill: var(--default-color);
    transition: margin-right 0.5s ease, fill 0.5s 1s;
  }
  .msnbc .styles_active__KBbIv .styles_peacock__HznfY,
  .news .styles_active__KBbIv .styles_peacock__HznfY {
    fill: var(--black);
  }
}
.styles_peacock__HznfY .styles_feather__qhwqj {
  transform-box: fill-box;
  transition: transform 0.5s, opacity 0.5s;
}
.styles_peacock__HznfY .styles_feather__qhwqj:nth-child(7) {
  transform-origin: -12% 107%;
}
.styles_peacock__HznfY .styles_feather__qhwqj:nth-child(6) {
  transform-origin: -12% 114%;
}
.styles_peacock__HznfY .styles_feather__qhwqj:nth-child(5) {
  transform-origin: 19% 121%;
}
.styles_peacock__HznfY .styles_feather__qhwqj:nth-child(4) {
  transform-origin: 98% 105%;
}
.styles_peacock__HznfY .styles_feather__qhwqj:nth-child(3) {
  transform-origin: 117% 100%;
}
.styles_peacock__HznfY .styles_feather__qhwqj:nth-child(2) {
  transform-origin: 100% 100%;
  transition: transform 0.5s, opacity 0.5s;
}
@media only screen and (min-width: 758px) {
  .styles_scrolled__mbhYj
    .styles_peacock__HznfY
    .styles_feather__qhwqj:nth-child(7) {
    opacity: 0;
    transform: rotate(-145deg);
  }
  .styles_scrolled__mbhYj
    .styles_peacock__HznfY
    .styles_feather__qhwqj:nth-child(6) {
    opacity: 0;
    transform: rotate(-110deg);
  }
  .styles_scrolled__mbhYj
    .styles_peacock__HznfY
    .styles_feather__qhwqj:nth-child(5) {
    opacity: 0;
    transform: rotate(-81deg);
  }
  .styles_scrolled__mbhYj
    .styles_peacock__HznfY
    .styles_feather__qhwqj:nth-child(4) {
    opacity: 0;
    transform: rotate(-67deg);
  }
  .styles_scrolled__mbhYj
    .styles_peacock__HznfY
    .styles_feather__qhwqj:nth-child(3) {
    opacity: 0;
    transform: rotate(-34deg);
  }
  .styles_scrolled__mbhYj
    .styles_peacock__HznfY
    .styles_feather__qhwqj:nth-child(2) {
    transform: scale(2);
    transition: transform 0.5s 1s, opacity 0.5s 1s;
  }
  .styles_scrolled__mbhYj
    .styles_peacock__HznfY
    .styles_feather__qhwqj:first-child {
    transform-origin: -12% 107%;
  }
}
@keyframes styles_live-dot-blink__c3OES {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__Q0Ah3 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__LaznI {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__ENkqn {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_container__URaCc {
  font-family: var(--founders-cond);
  font-weight: 400;
  line-height: inherit;
  padding-left: 0;
  padding-right: 1.875rem;
  position: relative;
}
.styles_logo__cMXll {
  color: var(--black);
  font-size: 1.8125rem;
  line-height: 2.4;
  margin: 0 1.25rem;
  padding-right: 1.5625rem;
}
.styles_logo__cMXll img {
  height: 30px;
}
@media only screen and (min-width: 758px) {
  .styles_logo__cMXll {
    font-size: 2.5625rem;
    line-height: 2.2;
  }
  .styles_logo__cMXll img {
    height: auto;
  }
}
@keyframes styles_live-dot-blink__otSDD {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__jjc1z {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__jTEHo {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__jMD3f {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_noticiasLogo__eYoNb {
  align-items: center;
  display: flex;
  line-height: inherit;
  padding-left: 0;
  padding-right: 1.875rem;
  position: relative;
}
.styles_logo__qZ28J {
  font-size: 1.25rem;
  line-height: 100%;
  line-height: inherit;
}
.styles_white__wpTWN .styles_logo__qZ28J {
  color: var(--white);
}
.styles_black__A9PRj .styles_logo__qZ28J {
  color: var(--black);
}
@media only screen and (min-width: 758px) {
  .styles_logo__qZ28J {
    font-size: 1.875rem;
    transition: color 0.5s;
  }
  .styles_active__DfhPC .styles_logo__qZ28J {
    color: var(--black);
    transition: color 0.5s 1s;
  }
}
.styles_logo__NJz9Y {
  height: calc(100% - 40px);
  margin: 20px;
  width: auto;
}
.styles_logo__NJz9Y.white {
  fill: #fff;
}
@keyframes styles_live-dot-blink___yROJ {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__fS_if {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__SjmcN {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__1tTVX {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_todayLogo__YCiE8 {
  align-items: center;
  display: flex;
  line-height: inherit;
  padding-left: 0;
  padding-right: 1.875rem;
  position: relative;
}
.styles_logo__bGGcL {
  font-size: 1.25rem;
  line-height: 1.25rem;
  line-height: inherit;
}
.styles_white__7Lz0q .styles_logo__bGGcL {
  color: var(--white);
}
.styles_black__wYiBX .styles_logo__bGGcL {
  color: var(--black);
}
@media only screen and (min-width: 758px) {
  .styles_logo__bGGcL {
    font-size: 1.875rem;
    line-height: 1.875rem;
    transition: color 0.5s;
  }
  .styles_active__9eqy7 .styles_logo__bGGcL {
    color: var(--black);
    transition: color 0.5s 1s;
  }
}
.styles_sunrise__vDUOK {
  height: 1.25rem;
  margin: 1.25rem 0.4375rem;
  width: 2.125rem;
}
.styles_white__7Lz0q .styles_sunrise__vDUOK {
  fill: var(--white);
}
.styles_black__wYiBX .styles_sunrise__vDUOK {
  fill: var(--orange-30);
}
@media only screen and (min-width: 758px) {
  .styles_sunrise__vDUOK {
    height: 1.875rem;
    margin: 1.5625rem 0.625rem;
    transition: margin-right 0.5s ease, fill 0.5s;
    width: 3.125rem;
  }
  .styles_active__9eqy7 .styles_sunrise__vDUOK {
    fill: var(--default-color);
    transition: margin-right 0.5s ease, fill 0.5s 1s;
  }
}
@keyframes styles_live-dot-blink__sMA0Q {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__gIkfD {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__d6fx8 {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__88nb7 {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.today .styles_override__KIRC4.light.active.scrolled .headline-title-text {
  color: #380538;
}
#hfs-header.layout-header .init,
#hfs-header.layout-header .stuck {
  position: sticky;
}
@media only screen and (max-width: 757px) {
  #hfs-header.layout-header:has(.styles_hideMobileNav__vEgmN) {
    max-height: 0;
    overflow: hidden;
  }
}
#hfs-header.layout-header .init:has(.hamburger[aria-expanded="true"]),
#hfs-header.layout-header .stuck:has(.hamburger[aria-expanded="true"]) {
  position: absolute;
  top: 0 !important;
}
.hfsh .styles_electionsNav__zVmgS {
  padding-bottom: 32px;
  pointer-events: auto;
  transition: margin 0s 0.25s;
}
.hfsh:not(.menu-open) .styles_electionsNav__zVmgS {
  transition: none;
}
@keyframes styles_live-dot-blink__gzah2 {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__e7Veo {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in___NogR {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__rpFcM {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.skip-link {
  --skip-link-overlay-default-background-color: var(--default-color);
  --skip-link-overlay-default-border-color: var(--default-color);
  --skip-link-button-default-background-color: var(--default-neutral);
  --skip-link-button-default-text-color: var(--default-text-color);
  --skip-link-button-font-family: var(--founders-cond);
  --skip-link-overlay-height: 3.75rem;
  align-items: center;
  background-color: var(--skip-link-overlay-default-background-color);
  border: 2px solid var(--skip-link-overlay-default-border-color);
  box-sizing: border-box;
  display: flex;
  height: 3.75rem;
  height: var(--skip-link-overlay-height);
  justify-content: center;
  left: -100vw;
  position: absolute;
  top: -100vh;
  width: 100%;
}
.skip-link:focus-within {
  inset: 0;
  z-index: 0;
  z-index: var(--skip-link-overlay-z-index, 0);
}
body.msnbc .skip-link {
  --skip-link-overlay-default-background-color: var(--blue-10);
  --skip-link-overlay-default-border-color: var(--blue-20);
  --skip-link-button-default-background-color: var(--blue-40);
  --skip-link-button-default-text-color: var(--white);
}
body.news .skip-link {
  --skip-link-overlay-default-background-color: var(--blue-20);
  --skip-link-overlay-default-border-color: var(--blue-30);
  --skip-link-button-default-background-color: var(--blue-40);
  --skip-link-button-default-text-color: var(--white);
}
body.today .skip-link {
  --skip-link-overlay-default-background-color: var(--orange-10);
  --skip-link-overlay-default-border-color: var(--orange-20);
  --skip-link-button-default-background-color: var(--orange-30);
  --skip-link-button-default-text-color: var(--white);
  --skip-link-button-font-family: var(--secondary-font);
  --skip-link-overlay-height: 5.875rem;
  --skip-link-button-icon-margin-bottom: 3px;
}
@media only screen and (min-width: 758px) {
  body.today .skip-link {
    --skip-link-overlay-height: 3.75rem;
  }
}
body.telemundo .skip-link {
  --skip-link-overlay-default-background-color: var(--neutral-10);
  --skip-link-overlay-default-border-color: var(--blue-10);
  --skip-link-button-default-background-color: var(--red-50);
  --skip-link-button-default-text-color: var(--white);
  --skip-link-overlay-height: 3.75rem;
}
@media only screen and (min-width: 758px) {
  body.telemundo .skip-link {
    --skip-link-overlay-height: 8rem;
  }
}
body.noticias .skip-link {
  --skip-link-overlay-default-background-color: var(--neutral-10);
  --skip-link-overlay-default-border-color: var(--blue-10);
  --skip-link-button-default-background-color: var(--red-50);
  --skip-link-button-default-text-color: var(--white);
  --skip-link-overlay-height: 3.75rem;
}
@media only screen and (min-width: 758px) {
  body.noticias .skip-link {
    --skip-link-overlay-height: 8rem;
  }
}
body.think .skip-link {
  --skip-link-overlay-default-background-color: var(--red-10);
  --skip-link-overlay-default-border-color: var(--red-60);
  --skip-link-button-default-background-color: var(--red-70);
  --skip-link-overlay-height: 3.75rem;
  --skip-link-button-default-text-color: var(--white);
}
@media only screen and (min-width: 758px) {
  body.think .skip-link {
    --skip-link-overlay-height: 8rem;
  }
}
body.better .skip-link {
  --skip-link-overlay-default-background-color: var(--teal-60);
  --skip-link-overlay-default-border-color: var(--teal-70);
  --skip-link-overlay-height: 3.75rem;
}
@media only screen and (min-width: 758px) {
  body.better .skip-link {
    --skip-link-overlay-height: 8rem;
  }
}
.styles_skip-link__9o_iX.byline {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .styles_skip-link__9o_iX.byline {
    display: flex;
  }
}
body.select .styles_skip-link__9o_iX.byline {
  --skip-link-overlay-height: 3.5rem;
}
.styles_skip-link__button__b44YU {
  align-items: center;
  background-color: var(--skip-link-button-default-background-color);
  border: none;
  color: var(--skip-link-button-default-text-color);
  display: flex;
  font-family: var(--skip-link-button-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1rem;
  outline: none;
  text-align: center;
  text-transform: uppercase;
}
.styles_skip-link__button__b44YU:focus {
  outline: 3px solid #0db14b;
  outline-offset: 3px;
}
.styles_skip-link__button--fixed__a4zQk {
  width: 200px;
}
.styles_skip-link__button--auto__5MKnF {
  padding: 0 20px;
}
.styles_skip-link__button-icon__E_6Qp {
  margin-bottom: 0;
  margin-bottom: var(--skip-link-button-icon-margin-bottom, 0);
  margin-left: 4px;
}
.styles_skip-link__button-icon__E_6Qp > path {
  fill: var(--skip-link-button-default-text-color);
}
@keyframes styles_live-dot-blink__c1I2w {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__ZYPKO {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__wXRCP {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__zVc4t {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_trendingNavContainer__Mn6Ge {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: unset;
}
@media only screen and (min-width: 758px) {
  .styles_trendingNavContainer__Mn6Ge {
    position: relative;
  }
}
.styles_trendingNavContainer__Mn6Ge button.styles_trendingNavButton__nA_iJ {
  background-color: #0000;
  border-bottom: 0.1875rem solid;
  border-color: #0000;
  cursor: pointer;
  min-height: 1.25rem;
  min-width: 1.25rem;
  padding-top: 0.375rem;
  text-align: center;
}
.styles_trendingNavContainer__Mn6Ge
  button.styles_trendingNavButton__nA_iJ.styles_open__jn0x_ {
  border-color: #ff503c;
}
.styles_trendingNavContainer__Mn6Ge button.styles_trendingNavButton__nA_iJ svg {
  fill: #2a2a2a;
  transition: fill 0.125s;
}
.styles_trendingNavContainer__Mn6Ge
  button.styles_trendingNavButton__nA_iJ.styles_darkTheme__Skjey
  svg {
  fill: #ebebeb;
}
.styles_trendingNavContainer__Mn6Ge
  button.styles_trendingNavButton__nA_iJ:hover
  svg {
  fill: #ff503c;
}
.styles_trendingNavContainer__Mn6Ge nav.styles_trendingNav__D31JC {
  align-items: flex-start;
  background-color: var(--neutral-orange);
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  left: 0.625rem;
  max-height: calc(100vh - 3.125rem);
  overflow-y: scroll;
  padding-bottom: 3.125rem;
  position: absolute;
  top: 3.125rem;
  width: calc(100vw - 1.25rem);
  z-index: 99999;
}
@media only screen and (min-width: 758px) {
  .styles_trendingNavContainer__Mn6Ge nav.styles_trendingNav__D31JC {
    left: -12.8125rem;
    top: 3.125rem;
    width: 22.1875rem;
  }
}
@media only screen and (min-width: 1240px) {
  .styles_trendingNavContainer__Mn6Ge nav.styles_trendingNav__D31JC {
    left: -10.625rem;
  }
}
.styles_trendingNavContainer__Mn6Ge header.styles_trendingHeader__q5aRl {
  align-items: center;
  background-color: #0000;
  display: flex;
  height: 1.25rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
  padding-right: 1.75rem;
  width: 100%;
}
.styles_trendingNavContainer__Mn6Ge
  header.styles_trendingHeader__q5aRl
  button.styles_closeButton__gviDA {
  background-color: #0000;
  max-height: 1.25rem;
  max-width: 1.25rem;
}
.styles_trendingNavContainer__Mn6Ge
  header.styles_trendingHeader__q5aRl
  button.styles_closeButton__gviDA
  svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke: var(--black);
  stroke-width: 0.125rem;
}
.styles_trendingNavContainer__Mn6Ge div.styles_sectionsContainer__JFzvn {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  height: 100%;
  padding: 0 2.75rem 0 2.5rem;
  width: 100%;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  section.styles_trendingSection__kUB0U {
  display: block;
  width: 100%;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  section.styles_trendingSection__kUB0U
  h4.styles_trendingSectionTitle__hyOO8 {
  margin-top: 1.5625rem;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  section.styles_trendingSection__kUB0U:first-child
  h4.styles_trendingSectionTitle__hyOO8 {
  margin-top: 0;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  div.styles_trendingOption__HRM9G {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  line-height: 1.5;
  margin-top: 0.9375rem;
  position: relative;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  div.styles_trendingOption__HRM9G
  div.styles_bookmarkContainer__VUm96 {
  display: inline-block;
  min-width: 1.875rem;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  div.styles_trendingOption__HRM9G
  div.styles_bookmarkContainer__VUm96
  .styles_trendingOptionSave__PUhHW {
  justify-content: flex-start;
  margin-left: -14px;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  div.styles_trendingOption__HRM9G
  div.styles_bookmarkContainer__VUm96
  .styles_trendingOptionSave__PUhHW
  button {
  margin-top: 0.25rem;
  max-height: 1.25rem;
  max-width: 1.25rem;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  div.styles_trendingOption__HRM9G
  .styles_linkContainer__e06Qj {
  color: #2a2a2a;
  -webkit-text-decoration: underline 0.125rem;
  text-decoration: underline 0.125rem;
  text-decoration-color: #0000;
  transition: color 0.125s, text-decoration-color 0.125s;
}
.styles_trendingNavContainer__Mn6Ge
  div.styles_sectionsContainer__JFzvn
  div.styles_trendingOption__HRM9G
  .styles_linkContainer__e06Qj:hover {
  text-decoration-color: var(--accent-orange);
  text-underline-offset: 0.25rem;
}
.layout-header {
  --layout-header-default-background-color: var(--default-color);
  --layout-header-z-index: 1200000;
  --skip-link-overlay-z-index: calc(var(--layout-header-z-index) + 1);
  --main-nav-height: 60px;
  --election-nav-height: 42px;
  --default-local-insert-flex: initial;
}
body.msnbc .layout-header {
  --default-local-insert-flex: 0 0 var(--default-local-insert-flex-basis);
}
body.news .layout-header {
  --layout-header-default-background-color: #102039;
}
body.news .layout-header,
body.today .layout-header {
  --default-local-insert-flex: 0 0 var(--default-local-insert-flex-basis);
}
body.telemundo .layout-header {
  --main-nav-height: 80px;
}
body.noticias .layout-header {
  --layout-header-default-background-color: var(--blue-60);
  --main-nav-height: 80px;
}
body.select .layout-header {
  --main-nav-height: 80px;
}
.layout-header {
  transition: transform 0.25s ease, top 0.25s ease;
}
.layout-header .hfsh {
  z-index: var(--layout-header-z-index);
}
.layout-header .hfsh.search-open {
  z-index: 20000000;
}
@media only screen and (min-width: 758px) {
  .layout-header .hfsh.has-local-insert .local-insert {
    align-items: center;
    display: flex;
    flex: var(--default-local-insert-flex);
    justify-content: flex-end;
  }
}
.layout-header .hfsh.scrolled > .local {
  margin-bottom: 0;
}
.layout-header__default-navbar {
  background-color: var(--layout-header-default-background-color);
  height: 60px;
  height: var(--navbar-mobile-height);
  line-height: 60px;
  line-height: var(--navbar-mobile-height);
}
@media only screen and (min-width: 758px) {
  .layout-header__default-navbar {
    height: 80px;
    height: var(--navbar-default-height);
    line-height: 80px;
    line-height: var(--navbar-default-height);
  }
}
.layout-header__default-logo:after {
  background-color: var(--layout-header-default-background-color);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.deportes
  .layout-header.show-elections-nav#hfs-header
  .hfsh.init
  + .hfsh-spacer,
.entretenimiento
  .layout-header.show-elections-nav#hfs-header
  .hfsh.init
  + .hfsh-spacer,
.noticias
  .layout-header.show-elections-nav#hfs-header
  .hfsh.init
  + .hfsh-spacer,
.shows .layout-header.show-elections-nav#hfs-header .hfsh.init + .hfsh-spacer,
.telemundo
  .layout-header.show-elections-nav#hfs-header
  .hfsh.init
  + .hfsh-spacer {
  height: calc(var(--main-nav-height));
  height: calc(var(--main-nav-height) + var(--election-nav-height, 0));
}
.layout-header.show-elections-nav#hfs-header,
.layout-header.show-elections-nav#hfs-header .hfsh.init.small + .hfsh-spacer {
  height: calc(var(--main-nav-height) - 5px);
  height: calc(var(--main-nav-height) + var(--election-nav-height, 0) - 5px);
}
.layout-header.show-elections-nav#hfs-header {
  background-color: var(--layout-header-default-background-color);
}
body:has(div#electionsNav) .layout-header .hfsh.scrolled > .local {
  box-shadow: none;
}
#hfs-header.notSticky {
  min-height: 60px;
  position: relative;
}
#hfs-header,
#hfs-header.notSticky .hfsh {
  position: relative;
}
#hfs-header:has(.quick-links) .mobilenav {
  display: none;
}
@media only screen and (max-width: 757px) {
  #hfs-header:has(.quick-links) .hfsh.init.has-mobilenav-insert + .hfsh-spacer {
    height: var(--main-nav-height);
  }
}
@keyframes styles_live-dot-blink__YoLp3 {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes styles_fade-in__jVPwF {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes styles_expand-in__ZeU9d {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes styles_chatblog-expand-in__7PnZa {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.styles_footerDefault__EJq4Z {
  background: var(--grey-70);
  clear: both;
  padding: 6.25rem 0 3.125rem;
  position: relative;
}
.news .styles_footerDefault__EJq4Z {
  background-color: var(--blue-70);
}
.msnbc .styles_footerDefault__EJq4Z {
  background-color: var(--default-color);
}
@media only screen and (min-width: 758px) {
  .styles_footerDefault__EJq4Z {
    padding: 3.4375rem 2.5rem 2.5rem 18.5%;
  }
}
@media only screen and (min-width: 1000px) {
  .styles_footerDefault__EJq4Z {
    padding-left: 8.75rem;
    padding-right: calc(50vw - 460px);
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 1240px) {
  .styles_footerDefault__EJq4Z {
    padding-right: 25px;
  }
}
.styles_row__N7zca {
  display: block;
  padding: 0 1.25rem;
  position: relative;
}
@media only screen and (min-width: 758px) {
  .styles_row__N7zca {
    padding: 0;
  }
}
.styles_backdropLogo__g11EP {
  color: var(--white);
  left: 1.25rem;
  position: absolute;
  top: 2.375rem;
}
.styles_backdropLogo__g11EP:before {
  font-size: 1.4375rem;
}
@media only screen and (min-width: 1000px) {
  .styles_backdropLogo__g11EP {
    left: 1.25rem;
    top: 2.25rem;
  }
}
.styles_copyright__uok1U {
  color: var(--grey-50);
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.msnbc .styles_copyright__uok1U,
.today .styles_copyright__uok1U {
  color: var(--white);
  opacity: 0.5;
}
:root {
  --news-alt-red-10: #ffb4b4;
  --news-red-30: #fa3a3a;
  --think-red-40: #ff5042;
  --navbar-mobile-height: 60px;
  --navbar-default-height: 80px;
  --breaking-red: #cb1111;
  --noticias-red-50: #c31010;
  --default-gradient-value-1-rgb: 0, 34, 115;
  --default-gradient-value-2-rgb: 1, 96, 250;
  --founders-loading: "Arial Narrow", Arial, serif;
  --publico-loading: Georgia, Times New Roman, Times, Baskerville, serif;
  --lato-loading: "Arial Narrow", Arial, serif;
  --oswald-font-family: Oswald, var(--founders-cond);
}
@keyframes live-dot-blink {
  0%,
  to {
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes expand-in {
  0% {
    max-height: 0;
  }
  to {
    max-height: 100px;
  }
}
@keyframes chatblog-expand-in {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
:root {
  --twelve-col-percentage: 8.3333333333%;
  --package-spacing: 3rem;
  --outer-gutter: 20px;
  --bp-m-width: 758px;
  --bp-l-width: 1000px;
  --bp-x-width: 1240px;
  --grid-container-m: calc(100% - var(--outer-gutter) * 2);
  --grid-container-l: calc(var(--bp-l-width) - var(--outer-gutter) * 2);
  --grid-container-x: calc(var(--bp-x-width) - var(--outer-gutter) * 2);
  --inner-gutter-s: 2vw;
  --inner-gutter-m: 4vw;
  --inner-gutter-l: 40px;
  --inner-gutter-x: 40px;
}
@media screen and (min-width: 1000px) {
  :root {
    --outer-gutter: 40px;
  }
}
.header-and-footer--banner-ad {
  --header-and-footer-ad-container-display: none;
  --header-and-footer-background-color: #2a2a2a;
  --header-and-footer-ad-container-padding: 0.625rem;
  --header-and-footer-ad-container-min-height: calc(
    3.125rem + var(--header-and-footer-ad-container-padding) * 2
  );
}
@media only screen and (min-width: 758px) {
  .header-and-footer--banner-ad {
    --header-and-footer-ad-container-min-height: calc(
      5.625rem + var(--header-and-footer-ad-container-padding) * 2
    );
    --header-and-footer-ad-container-padding: 1rem;
    --header-and-footer-ad-container-display: flex;
  }
}
@media only screen and (min-width: 1000px) {
  .header-and-footer--banner-ad {
    --header-and-footer-ad-container-min-height: calc(
      15.625rem + var(--header-and-footer-ad-container-padding) * 2
    );
  }
}
body.today .header-and-footer--banner-ad {
  --header-and-footer-background-color: #ebebeb;
}
body.deportes .header-and-footer--banner-ad,
body.entretenimiento .header-and-footer--banner-ad,
body.noticias .header-and-footer--banner-ad,
body.shows .header-and-footer--banner-ad,
body.telemundo .header-and-footer--banner-ad {
  --header-and-footer-ad-container-display: flex;
}
.landing-header-footer-banner-ad {
  --landing-topbanner-background-color-loading: #f2f2f2;
  --landing-topbanner-background-color-loaded: #fff;
}
.ad-placeholder {
  --advertisement-text-color: #999;
  --advertisement-top: 40%;
  --advertisement-left: 50%;
  --advertisement-transform: translate(-50%, -50%);
  --advertisement-font-size: 12px;
  --advertisement-font-family: Arial, Helvetica, sans-serif;
}
.header-and-footer--banner-ad {
  align-items: center;
  backface-visibility: initial;
  background: var(--header-and-footer-background-color);
  display: var(--header-and-footer-ad-container-display);
  justify-content: center;
  min-height: var(--header-and-footer-ad-container-min-height);
  opacity: 1;
  padding: var(--header-and-footer-ad-container-padding);
  position: relative;
  text-align: center;
  top: 0;
  z-index: 99999;
}
.header-and-footer--banner-ad.header-and-footer--static {
  z-index: 99999;
}
.landing-header-footer-banner-ad {
  background: var(--landing-topbanner-background-color-loading);
  min-height: 122px;
  padding-bottom: 20px;
  padding-top: 16px;
}
.landing-header-footer-banner-ad.header-and-footer--static {
  background: var(--landing-topbanner-background-color-loaded);
  border-bottom: none;
  padding-bottom: 20px;
  padding-top: 16px;
  z-index: 999;
}
.landing-slide-animation {
  animation: slideUp 0.75s cubic-bezier(0.8, 0, 0.58, 1) 10s 1 normal forwards
    paused;
  position: sticky;
  top: 60px;
  width: 100%;
  z-index: 999;
}
.landing-slide-animation.landing-animation-scrolled {
  border-bottom: 1px solid #ebebeb !important;
  padding-bottom: 16px;
  padding-top: 16px;
}
.landing-slide-animation.animation-delay {
  animation-delay: 3.75s;
  animation-play-state: running;
  background: var(--landing-topbanner-background-color-loaded);
}
.landing-slide-animation.hide-animation {
  animation-play-state: paused;
  background-color: #fff;
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
    z-index: 2;
  }
}
.ad-placeholder {
  color: var(--advertisement-text-color);
  font-family: var(--advertisement-font-family);
  font-size: var(--advertisement-font-size);
  left: var(--advertisement-left);
  position: absolute;
  top: var(--advertisement-top);
  transform: var(--advertisement-transform);
  z-index: -1;
}
.navs-container {
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 1000;
}
.navs-container #hfs-header .hfsh.init + .hfsh-spacer {
  display: none;
}
.navs-container:has(.hamburger[aria-expanded="true"])
  #hfs-header
  .hfsh.init
  + .hfsh-spacer {
  display: block;
}
/*# sourceMappingURL=13f38cc8d8d0f5f6.css.map*/
