@font-face {
    font-family: 'Solis Occasum';
    font-style: normal;
    font-weight: 400;
    src: local('Solis Occasum'), url('/fonts/SolisOccasum.woff') format('woff');
}


.app-daily .glacier-ad,
.app-hourly .glacier-ad,
.app-today .glacier-ad,
.app-today-free .glacier-ad,
.pwa .glacier-ad {
  background: rgba(0, 0, 0, .1);
}

.app-daily .glacier-ad.adhesion,
.app-hourly .glacier-ad.adhesion,
.app-today .glacier-ad.adhesion,
.app-today-free .glacier-ad.adhesion,
.pwa .glacier-ad.adhesion {
  background-color: transparent;
}

.app-hourly .glacier-ad,
.app-today .glacier-ad,
.app-today-free .glacier-ad,
.pwa .glacier-ad,
.three-day .glacier-ad {
  border-radius: 6px;
}

.glacier-ad {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(0deg, #f1f4f8, #f1f4f8), #d9e0e9;
  display: flex;
  flex-shrink: 0;
  height: auto;
  min-height: 250px;
  overflow: hidden;
}

.glacier-ad.config-limited_top {
  height: 50px;
  min-height: 50px;
}

.glacier-ad.adhesion {
  background: #e4eaf2;
  min-height: 50px;
}

.glacier-ad.infeed {
  min-height: 96px;
}

.glacier-ad.interstitial,
.glacier-ad.oop {
  display: block;
  height: 0;
  margin: 0;
  min-height: 0;
}

.tracking-slot {
  height: 0 !important;
}

@-webkit-keyframes shimmer{

    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }

}

@keyframes shimmer{

    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }

}

.full-animation:not(.article, .blog, .live-blog, .video-wall) .blog-list,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .more-cta-links,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-column-1>.more-cta-links,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>.module-title,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>a,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>div:not(.glacier-ad),
.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-hero-content__right,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .recent-location-item,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-centerWell1>div,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-rightRail1>div,
.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-rightRail2>div {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .blog-list,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .more-cta-links,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-column-1>.more-cta-links,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>.module-title,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>a,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>div:not(.glacier-ad),
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-hero-content__right,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .recent-location-item,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-centerWell1>div,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-rightRail1>div,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-rightRail2>div {
  display: block;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
  overflow: hidden;
  position: relative;
}

.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .blog-list:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .more-cta-links:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-column-1>.more-cta-links:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>.module-title:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>a:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-content>div:not(.glacier-ad):after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .page-hero-content__right:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .recent-location-item:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-centerWell1>div:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-rightRail1>div:after,
.ads-not-loaded.full-animation:not(.article, .blog, .live-blog, .video-wall) .zone-rightRail2>div:after {
  animation: shimmer 2s linear infinite reverse;
  background-image: linear-gradient(90deg, #ddd, #eee 5%, #ddd 6%, #ddd 66%, #eee 71%, #ddd 72%, #ddd);
  background-size: 300% 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.content-module {
  margin-bottom: 16px;
border-radius: 6px !important;
}

.module-header {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.module-header.sub {
  color: #878787;
}

.card {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .07);
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.section-header {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.hide-mobile {
  display: none;
}

.show-tablet {
  display: block;
}



.force-margin .full-mobile-width {
  margin-left: 0;
  margin-right: 0;
}

.no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.full-width-component {
  margin-left: -30px;
  margin-right: -30px;
}

.full-width-component .revert-full-width-component {
  margin-left: 30px;
  margin-right: 30px;
}

.in-app .base-footer,
.in-app .basic-header,
.in-app .basic-lite-header,
.in-app .breadcrumbs,
.in-app .crumbs,
.in-app .footer-legalese,
.in-app .glacier-ad,
.in-app .header-placeholder,
.in-app .more-cta-links,
.in-app .neighbors-wrapper,
.in-app .page-column-2,
.in-app .page-hero,
.in-app .severe-alert-banner,
.in-app .subnav,
.in-app .subnav-brand,
.in-app .zone-rightRail1,
.in-app .zone-rightRail2 {
  display: none;
}

.in-app .two-column-page-content .page-column-1 {
  margin-right: 0;
  width: 100%;
}

@-webkit-keyframes blink{


    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: 0
    }

}

@keyframes blink{


    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: 0
    }

}

html.uvinow {
  font-display: auto;
  font-family: Solis, Arial, Helvetica, sans-serif !important;
}

@supports(font:-apple-system-body){

    html.uvinow {
        font: -apple-system-body
    }

}



html.uvinow body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-scroll-chaining: none;
  color: #000;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  overscroll-behavior: none;
}

html.uvinow body,
html.uvinow body.new-ui.conditional-background {
  background-color: #e4eaf2;
}

html.uvinow body.white-background {
  background: #fff !important;
}

html.uvinow body.white-background .page-subnav .subnav .overflow.overflow-left {
  background: linear-gradient(270deg, hsla(0, 0%, 92%, 0), #fff 40%) !important;
}

html.uvinow body.white-background .page-subnav .subnav .overflow.overflow-right {
  background: linear-gradient(90deg, hsla(0, 0%, 92%, 0), #fff 40%) !important;
}

html.uvinow body.white-background .indices-newsfeed .story {
  background: #f1f4f8;
}

html.uvinow input {
  -webkit-appearance: none;
  border-radius: 0;
}

.template-root {
  display: block !important;
  position: relative;
}

img[alt] {
  overflow: hidden;
}

.rfphrase-disabled .current-conditions-legend-wrapper .realfeel-legend .realfeel-overlay-action,
.rfphrase-disabled .current-weather-card .current-weather-extra .label-tooltip,
.rfphrase-disabled .half-day-card .real-feel .label-tooltip,
.rfphrase-disabled .hourly-card-nfl-content .hourly-content-container.top-content-container .label-tooltip,
.rfphrase-disabled .hourly-card-nfl-header .real-feel .label-tooltip,
.rfphrase-disabled .hourly-detailed-card-content .hourly-content-container.top-content-container .label-tooltip,
.rfphrase-disabled .hourly-detailed-card-header .real-feel .label-tooltip {
  display: none;
}

.rfphrase-disabled .realfeel-legend {
  pointer-events: none;
}

.card-module {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  padding: 12px 12px 16px;
}

.card-module.bordered {
  padding: 12px 12px 16px 10px;
}

.horizontal-bar {
  background-color: #000;
  height: 1px;
  opacity: .15;
  width: 100%;
}

.module-title {
color: #000;
font-size: 16px;
font-weight: 500;
line-height: normal;
border-bottom: 1px solid rgba(0, 0, 0, .15);
font-size: 22px;
font-weight: 700;
padding: 16px 12px;
background-color: white;
border-radius: 6px 6px 0  0;
}

.spaced-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.text-label {
  font-size: 16px;
  line-height: 1.25;
}

.text-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

.vertical-bar {
  background-color: #000;
  border-left: 1px solid;
  opacity: .15;
}

.title-bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding: 12px;
}

.nav-red-dot {
  position: relative;
}

.nav-red-dot:after {
  background-color: #cf0a0a;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 4px;
  left: 2px;
  position: relative;
  top: -.5em;
  width: 4px;
}

.nav-red-tropical-image {
  position: relative;
}

.nav-red-tropical-image:after {
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: relative;
  right: 4px;
  top: 5px;
  width: 10px;
}

.nav-red-tropical-image.side-item:after {
  border-bottom: none !important;
}


.nav-red-tropical-image.active.northern:after,
.nav-red-tropical-image.active.southern:after {
  border-bottom: 1px solid #f05514;
}

.two-column-page-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 12px 24px 24px;
  max-width: 960px;
}

.two-column-page-content .page-column-1 {
  margin-right: 24px;
  width: calc(100% - 328px);
}

.two-column-page-content .page-column-2 {
  min-width: 304px;
  width: 304px;
}

.two-column-page-content.single-column .page-column-1 {
  margin-right: 0;
  width: 100%;
}

body.new-ui .map-container.is-fullscreen {
  z-index: 2147483645;
}

.base-footer {
  background: #fff;
}

.base-footer.dark {
  background: #1f1f1f;
}

.base-footer .footer-content {
  padding-bottom: 24px;
}

.base-footer .ad-free {
  display: none;
}

.base-footer.is-en {
  padding-top: 24px;
}

.base-footer.is-en.ad-free {
  padding-top: 0;
}

.base-footer.is-en .footer-legalese {
  border-top: 1px solid #d8d8d8;
}

.base-footer.is-en .footer-legalese.authenticated {
  border: none;
}

.base-footer.is-en .footer-legalese.dark {
  border-top: 1px solid #3c3c3c;
}

.accordion-item-simple-header {
  margin-bottom: -1px;
  padding-left: 12px;
  padding-right: 24px;
  width: 100%;
  z-index: 1;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.accordion-item .accordion-item-content {
  height: 0;
  overflow: hidden;
  transition: height .3s ease-out;
}

.accordion-item-header {
  align-items: center;
  color: #878787;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
}

.accordion-item-header .accordion-item-header-content {
  border-bottom: 1px solid transparent;
  margin-right: auto;
  padding-bottom: 8px;
  padding-top: 8px;
}

.footer-social {
  display: flex;
  padding-left: 12px;
}

.footer-social .social-link {
  margin-right: 16px;
}

.footer-social .social-link:last-child {
  margin-right: 0;
}

.social-icon {
  height: 32px;
  width: 32px;
}

.social-icon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-category-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-category-section .footer-category-section-link {
  color: #000;
  font-size: 14px;
  margin-bottom: 32px;
}

.footer-category-section .footer-category-section-link:last-child {
  margin-bottom: 16px;
}

.footer-category-section .footer-category-section-link.dark {
  color: #ebebeb;
}

.footer-category-section .footer-category-section-link:active {
  color: #ec5f17;
}

.footer-category-section .footer-category-section-link.text {
  pointer-events: none;
}

.footer-content-mobile .footer-content-accordion {
  margin-bottom: 24px;
}

.footer-content-mobile .footer-content-accordion-item {
  margin-bottom: 12px;
}

.footer-category-accordion {
  background: hsla(0, 0%, 92%, .6);
  margin-bottom: 4px;
  padding-left: 13px;
  padding-top: 16px;
}

.footer-category-accordion.dark {
  background: #2a2a2a;
}

.footer-content-tablet {
  display: none;
}

.footer-content-tablet .footer-social-tablet {
  margin-top: 24px;
}

.footer-content-category {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 32px;
}

.footer-content-category .footer-content-category-header {
  color: #878787;
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.wordpress-editor-banner {
  background-color: #fff;
  -webkit-box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, .07);
  box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, .07);
  color: #f05514;
  padding: 7px 16px 15px;
  position: fixed;
  right: -8px;
  text-decoration: none;
  top: 156px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right 8px;
  transform-origin: bottom right 8px;
  -webkit-transition: right .25s;
  transition: right .25s;
  white-space: nowrap;
  z-index: 1;
}

.wordpress-editor-banner span {
  margin-right: 12px;
}

.wordpress-editor-banner:hover {
  right: 0;
}

.wordpress-editor-banner:hover .icon-plus {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.chevron-icon {
  fill: #000;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.chevron-icon.right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: -2px;
  position: relative
}

.chevron-icon.up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.chevron-icon.left {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.breadcrumbs {
-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  overflow-x: auto;
  padding: 15px;
  border-radius: 6px !important;
}

.breadcrumbs.dark {
  background-color: #2a2a2a;
}

.breadcrumbs span {
  color: #878787;
}

.breadcrumbs span,
.breadcrumbs svg {
  fill: #878787;
  margin-right: 3px;
  font-size: 14px;
}

.breadcrumbs span:last-child,
.breadcrumbs svg:last-child {
  margin-right: 0;
}

.breadcrumbs .crumbs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  max-width: 960px;
  min-width: max-content;
  width: 100%;
}

.page-hero {
  position: relative;
}

.page-hero.hero-2 {
  background: url("/img/header-bg.jpg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero:before {
  background: linear-gradient(0deg, hsla(0, 0%, 6%, 0), #111);
  content: "";
  height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-hero .page-hero-content {
  margin: 0 auto;
  padding: 20px 20px 12px;
  z-index: 1;
}

.page-hero .page-hero-content.no-video .page-hero-content__left {
  margin-left: auto;
  margin-right: auto;
}

.page-hero .page-hero-content.no-video .page-hero-content__right {
  display: none;
}

.page-hero .basic-header .alert-banner a.center,
.page-hero .basic-header .header-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.page-hero .featured-search {
  height: 44px;
  margin: auto auto 16px;
  width: 100%;
}

.page-hero .featured-locations__header {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.33;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-hero .featured-locations__locations-wrapper {
  height: 48px;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}

.page-hero .featured-locations__locations {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  padding: 0 20px 30px;
  position: relative;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.page-hero .featured-locations__locations .featured-location:last-child {
  margin-right: 0;
}

.search-overlay-button__content {
  background: none !important;
}

.recent-location-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, .25);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-right: 16px;
  min-width: 280px;
  padding: 8px 12px;
  text-decoration: none;
}

.recent-location-item .recent-location-icon {
  height: 32px;
  margin-right: 12px;
  width: 32px;
}

.recent-location-item .recent-locaton-name-wrapper {
  display: flex;
}

.recent-location-item .recent-location-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  max-width: 150px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.recent-location-item .recent-location-alert:after {
  background: #ba0808;
  border-radius: 50%;
  content: "";
  height: 5px;
  margin-left: 4px;
  position: absolute;
  width: 5px;
}

.recent-location-item .recent-location-admin-name {
  display: none;
  font-size: 12px;
  line-height: 1.33;
  overflow: hidden;
  padding-bottom: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.recent-location-item .recent-location-current-weather-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.recent-location-item .recent-location-current-weather-wrapper .recent-location-temp {
  display: flex;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
}

.recent-location-item .recent-location-current-weather-wrapper .recent-location-temp-unit {
  bottom: -10px;
  font-size: 12px;
  font-weight: 400;
  left: -5px;
  line-height: 1.33;
  opacity: .5;
  position: relative;
}

.recent-location-item .recent-location-real-feel {
  display: none;
  font-size: 12px;
  line-height: 1.33;
}

.featured-search-bar {
  background: hsla(0, 0%, 100%, .95);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  position: relative;
}

.featured-search-bar.active {
  border-radius: 4px 4px 0 0;
}

.featured-search-bar.active .search-results {
  opacity: 1;
  visibility: visible;
}

.featured-search-bar .searchbar-content {
  padding-left: 12px;
  z-index: 1;
}

.featured-search-bar .searchbar-content,
.featured-search-bar .searchbar-content .search-options {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  height: 100%;
}

.featured-search-bar .searchbar-content .search-options {
  border-radius: 0 4px 4px 0;
  width: 165px;
}

.featured-search-bar .searchbar-content .search-options .dropdown-legacy {
  height: 35px;
  padding-top: 10px;
  width: 100%;
}

.featured-search-bar .searchbar-content .search-options .dropdown-legacy .displayed-item span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.featured-search-bar .searchbar-content .search-options .dropdown-legacy .displayed-item .icon-chevron {
  fill: #000;
  position: absolute;
  right: 20px;
  top: 16px;
}

.featured-search-bar .searchbar-content .search-options .dropdown-legacy .items.active {
  margin: 5px 0 0;
}

.featured-search-bar .searchbar-content .search-options .dropdown-legacy .item:not(.active) {
  color: #000;
}

.featured-search-bar .search-form {
  width: 100%;
}

.featured-search-bar .search-form .search-input {
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-right: 12px;
  width: 100%;
}

.featured-search-bar .search-form .search-input::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  opacity: .5;
}

.featured-search-bar .search-form .search-input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  opacity: .5;
}

.featured-search-bar .search-form .search-input:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  opacity: .5;
}

.featured-search-bar .search-form .search-input::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  opacity: .5;
}

.featured-search-bar .search-form .search-input::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  opacity: .5;
}

.featured-search-bar .search-form .search-input:focus {
  outline-width: 0;
}

.featured-search-bar .search-results {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 2px solid #f05514;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}

.featured-search-bar .search-results .current-location-result {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 16px;
}

.featured-search-bar .search-results .search-result.selected {
  color: #f05514;
}

.featured-search-bar .clear-icon {
  fill: #1f1f1f;
  height: 26px;
  opacity: 0;
  padding-right: 16px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 26px;
}

.featured-search-bar .clear-icon.has-content {
  cursor: pointer;
  opacity: 1;
}

.featured-search-bar .current-location-icon {
  margin-right: 12px;
}

.featured-search-bar .search-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 24px;
  margin-right: 12px;
  width: 24px;
}

.search-bar-result {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  padding: 12px;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.search-bar-result__name {
  font-weight: 700;
  margin-bottom: 2px;
}

.search-bar-result__long-name {
  color: #878787;
  font-size: 14px;
}

.search-bar-result:hover {
  background: #ebebeb;
  color: #000;
}

.dropdown-legacy {
  cursor: pointer;
  padding: 0 14px;
  position: relative;
}

.dropdown-legacy .displayed-item span {
  color: #f05514;
  font-size: 12px;
  font-weight: 500;
  padding-right: 8px;
  text-transform: uppercase;
}

.dropdown-legacy .items {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 1;
}

.dropdown-legacy .items.active {
  border-radius: 0 0 4px 4px;
  display: block;
}

.dropdown-legacy .items .item {
  display: block;
  font-size: 12px;
  padding: 7px 16px;
  position: relative;
  width: 125px;
}

.dropdown-legacy .items .item.active {
  padding: 8px 16px;
}

.dropdown-legacy .items .item.active span {
  color: #f05514;
  margin-left: -1px;
  padding: 8px 0;
}

.dropdown-legacy .items .item.active .item-icon {
  fill: #f05514;
  display: revert;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 11px;
  width: 11px;
}

.dropdown-legacy .items .item .item-icon {
  display: none;
}

.base-map-cta {
  background: #fff;
  color: #000;
  display: block;
  overflow: hidden;
  width: 100%;
}

.base-map-cta .cta-title {

  border-bottom: 1px solid rgba(0, 0, 0, .15);
font-size: 22px;
font-weight: 700;
padding: 16px 12px;

}

.base-map-cta .cta-title .cta-title-text {
  font-size: 16px;
  line-height: 20px
}

.base-map-cta .cta-title .cta-see-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.base-map-cta .cta-title .cta-see-more .arrow-icon {
  margin-left: 8px;
}

.base-map-cta img {
  display: block;
  margin-bottom: 8px;
}

.base-map-cta img.load-error {
  max-height: 250px;
}

.base-map-cta.is-en img.load-error {
  display: none;
}

.base-map-cta.is-en img.load-error+.map-error-message {
  display: block;
}

.base-map-cta .map-error-message {
  display: none;
  margin-bottom: 8px;
  padding: 0;
}

.base-map-cta .map-error-message .map-error-message-content {
  border-left: 0;
  border-right: 0;
}

.base-map-cta .map-error-message .error-refresh {
  display: none;
}

.component-image image {
  height: 30px;
  width: 30px;
}

.component-image.responsive-img {
  width: 100%;
  background-color: #87b0c2;
}

.component-image.load-error {
  background-color: #1f1f1f;
  padding: 20px;
}

.background-transparency {
  background-color: #000;
  opacity: .64;
}

.drawer-protection {
  -webkit-box-shadow: 0 -4px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 -4px 30px rgba(0, 0, 0, .1);
}

.drop-shadow {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.map-error-message.hide {
  display: none;
}

.map-error-message .map-error-message-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #ebebeb;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
  padding: 12px;
  width: 100%;
}

.map-error-message .map-error-message-content .error-heading {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  text-align: center;
  text-transform: uppercase;
}

.map-error-message .map-error-message-content .error-thanks {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
}

.map-error-message .map-error-message-content .error-refresh {
  color: #f05514;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}


.nearby-locations .nearby-see-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  margin-left: 4px;
  text-transform: none;
  white-space: nowrap;
}

.nearby-locations .nearby-see-more .arrow-icon {
  margin-left: 8px;
}

.nearby-locations-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
}

.nearby-locations-list .nearby-location {
  margin-bottom: 2px;
}

.weather-card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
  display: flex;
  height: 59px;
  padding: 16px;
}

.weather-card .text {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.weather-card .text.title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 24px;
}

.weather-card .text.temp {
  min-width: 64px;
  text-align: right;
}

.weather-card .icon {
  height: 45px;
  margin-right: 4px;
  width: auto;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
input,
kbd,
label,
legend,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
span,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

canvas,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input::-ms-clear {
  display: none;
}

template {
  display: none;
}

.footer-legalese {
  background: #fff;
  color: #878787;
  font-size: 11px;
  line-height: 1.55;
  padding: 24px 36px 24px 12px;
  text-align: center;
}

.footer-legalese .ccpa-link,
.footer-legalese a {
  color: #878787;
  font-weight: 700;
  text-decoration: none;
}

.footer-legalese .ccpa-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.footer-legalese .ccpa-link .opt-out {
  cursor: pointer;
}

.footer-legalese .ccpa-link .opt-in,
.footer-legalese .ccpa-link .opt-out-transition {
  cursor: default;
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
}

.footer-legalese .ccpa-link .opt-out-transition img {
  height: 12px;
  width: 12px;
}

.footer-legalese .ccpa-link .opt-in,
.footer-legalese .ccpa-link .opt-out,
.footer-legalese .ccpa-link .opt-out-transition {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.footer-legalese .ccpa-link.is-opt-out .opt-out {
  display: none;
}

.footer-legalese .ccpa-link.is-opt-out .opt-in {
  display: inline-block;
  height: auto;
  opacity: 1;
  width: auto;
}

.footer-copyright {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
}

.neighbors-wrapper {
  background: #ebebeb;
  color: #878787;
  padding: 0 12px;
}

.neighbors-wrapper__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 12px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  overflow: hidden;
  white-space: nowrap;
}

.neighbors-wrapper .neighbors-scroll {
  height: 22px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.neighbors-wrapper .neighbors-title {
  font-weight: 700;
  margin-right: 8px;
}

.neighbors-wrapper .neighbor-items {
  display: flex;
  overflow-x: auto;
  padding-bottom: 32px;
  padding-right: 12px;
}

.neighbors-wrapper .neighbor-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.neighbors-wrapper .neighbor-item:not(:last-child) {
  margin-right: 12px;
}

.neighbors-wrapper .neighbor-item:not(:last-child):after {
  content: ";
  margin-left: 2px;
}

.neighbors-wrapper .neighbor-item .neighbor-link {
  color: #878787;
  font-weight: 500;
  line-height: 1.86;
  text-decoration: none;
}

.more-cta-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 4px;
}

.more-cta-links .cta-link,
.more-cta-title {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: #000;
  text-transform: uppercase;
}

.more-cta-links .cta-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 8px 0;
}

.sublink-container .cta-link {
  display: none;
}

.sublink-container.active .cta-link {
  display: block;
}

.more-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 16px;
}

.more-button.show-less .text.sm-text {
  display: none;
}

.more-button.show-less .text.sl-text {
  display: block;
}

.more-button.show-less .icon-chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.more-button .text {
  color: #f05514;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
  text-transform: uppercase;
}

.more-button .text.sl-text {
  display: none;
}

.more-button .arrow {
  fill: #f05514;
}

.content-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 96px;
  overflow: hidden;
  width: 96px;
}

.content-image img {
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
}

.js-content-image.load-error {
  background-color: #1f1f1f;
  max-height: 170px;
  opacity: 1;
  padding: 20px;
}

.component-content-recirc .module-title {
  margin-bottom: 12px;
}

.content-tout,
.tout-ad {
  margin-bottom: 16px;
}

.content-tout:last-child,
.tout-ad:last-child {
  margin-bottom: 0;
}

.content-tout {
  background: #fff;
  display: flex;
  height: 96px;
  position: relative;
}

.content-tout .tout-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 96px;
  width: 96px;
}

.content-tout .tout-play-icon {
  bottom: 8px;
  height: 30px;
  left: 8px;
  position: absolute;
  width: 30px;
}

.content-tout .tout-type {
  color: #f05514;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .79px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.content-tout .tout-body {
  padding: 8px 12px;
  position: relative;
  width: 100%;
}

.content-tout .tout-body .tout-body-link {
  display: block;
  height: 100%;
}

.content-tout .tout-body .tout-body-link .tout-title {
  color: #000;
  font-size: 14px;
  line-height: 1.21;
  margin-bottom: 4px;
  max-height: 3.75em;
  overflow: hidden;
}

.content-tout .tout-body .tout-body-link .tout-meta {
  bottom: 8px;
  color: #000;
  font-size: 12px;
  position: absolute;
}

.content-tout .tout-body .tout-body-link .tout-meta .tout-date {
  display: none;
  text-transform: capitalize;
}

.single-image-newsfeed {
  font-weight: 500;
  padding: 0;
}

.single-image-newsfeed a {
  color: #000;
  display: block;
}

.single-image-newsfeed a:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.single-image-newsfeed .newsfeed-title {
  padding: 12px;
}

.single-image-newsfeed .featured-tout,
.single-image-newsfeed .newsfeed-title {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.single-image-newsfeed .featured-tout h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  padding: 12px 12px 16px;
}

.single-image-newsfeed .featured-tout img {
  display: block;
  width: 100%;
}

.single-image-newsfeed .tout-link {
  margin: 0 12px;
  padding: 12px 0;
}

.single-image-newsfeed .newsfeed-cta {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px;
  text-transform: uppercase;
}

.thumbnail-newsfeed {
  font-weight: 500;
  padding: 0;
}

.thumbnail-newsfeed a {
  color: #000;
}

.thumbnail-newsfeed .newsfeed-body {
  padding: 16px 12px 0;
}

.thumbnail-newsfeed .newsfeed-title {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding: 12px;
}

.thumbnail-newsfeed .newsfeed-cta {
  border-top: 1px solid rgba(0, 0, 0, .15);
  font-weight: 700;
  padding: 12px;
  text-transform: uppercase;
}

.thumbnail-newsfeed .newsfeed-cta,
.thumbnail-newsfeed .tout-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
}

.thumbnail-newsfeed .tout-link {
  margin-bottom: 16px;
}

.thumbnail-newsfeed .tout-link h4 {
  line-height: 1.25;
  margin-right: 16px;
}

.thumbnail-newsfeed .tout-link .content-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 104px;
  width: 104px;
}

.featured-stories {
  background-color: #fff;
  color: #000;
}

.featured-stories a {
  color: #000;
  display: block;
}

.featured-stories .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.featured-stories .featured-story {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f1f4f8;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
}

.featured-stories .featured-story__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.featured-stories .featured-story-info {
  margin: 16px 12px;
  position: relative;
}

.featured-stories .featured-story-info__category {
  color: #666c72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.featured-stories .featured-story-info__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.featured-stories .featured-story-info__time {
  color: #666c72;
  font-size: 12px;
  margin-top: 8px;
}

.featured-stories .secondary-stories {
  margin-bottom: 16px;
}

.featured-stories .secondary-stories .secondary-story {
  background-color: #f1f4f8;
  margin-bottom: 12px;
  padding: 16px;
}

.featured-stories .secondary-stories .secondary-story:last-child {
  margin-bottom: 0;
}

.featured-stories .secondary-stories .secondary-story-content {
  display: flex;
  margin-right: 0;
}

.featured-stories .secondary-stories .secondary-story-content__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.29;
}

.featured-stories .secondary-stories .secondary-story-content__image {
  -ms-flex-negative: 0;
  border-radius: 4px;
  flex-shrink: 0;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 64px;
}

.featured-stories .secondary-stories .secondary-story .secondary-story-time {
  color: #666c72;
  font-size: 12px;
  margin-top: 10px;
}

.featured-stories .stories .story {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.featured-stories .stories .story .story-content {
  margin-right: 16px;
}

.featured-stories .stories .story .story-content__category {
  color: #666c72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.featured-stories .stories .story .story-content__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
}

.featured-stories .stories .story .story-content__time {
  color: #666c72;
  font-size: 12px;
}

.featured-stories .stories .story .story-image {
  border-radius: 6px;
  display: block;
  height: 116px;
  max-width: 116px;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-topic-newsfeed-separator {
  width: auto !important;
}

.featured-topic-newsfeed a {
  color: #000;
  display: block;
}

.featured-topic-newsfeed__title {
  font-size: 22px;
  font-weight: 700;
  padding: 16px 0;
}

.featured-topic-newsfeed .partner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666c72;
  display: flex;
  font-size: 12px;
  font-weight: 400;
}

.featured-topic-newsfeed .partner img {
  margin-left: 12px;
  max-height: 24px;
  max-width: 120px;
}

.featured-topic-newsfeed .featured-tout {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.featured-topic-newsfeed .featured-tout img {
  display: block;
  margin-bottom: 16px;
  max-height: 189px;
  min-height: 189px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.featured-topic-newsfeed .featured-tout h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 16px;
}

.featured-topic-newsfeed .tout-link {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  padding: 16px 0;
}

.featured-topic-newsfeed .newsfeed-cta {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
}

.subtopic-thumbnails {
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.subtopic-thumbnails .newsfeed-body {
  -ms-flex-preferred-size: 116px;
  display: flex;
  flex-basis: 116px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subtopic-thumbnails .newsfeed-body .touts-col {
  width: 100%;
}

.subtopic-thumbnails .title-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}

.subtopic-thumbnails .title-row .module-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
}

.subtopic-thumbnails .title-row .partner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666c72;
  display: flex;
  font-size: 12px;
  font-weight: 400;
}

.subtopic-thumbnails .title-row .partner img {
  margin-left: 12px;
  max-height: 24px;
  max-width: 120px;
}

.subtopic-thumbnails .tout-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.subtopic-thumbnails .tout-link .wrapper {
  height: 116px;
  max-width: calc(100% - 116px);
  padding-right: 16px;
}

.subtopic-thumbnails .tout-link .tout-title {
  color: #000;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
}

.subtopic-thumbnails .tout-link .tout-date {
  color: #666c72;
  font-size: 12px;
}

.subtopic-thumbnails .content-image {
  border-radius: 6px;
  height: 116px;
  width: 116px;
}

.mixed-newsfeed a {
  color: #000;
  display: block;
}

.mixed-newsfeed__title {
  font-size: 22px;
  font-weight: 700;
  padding: 16px 0;
}

.mixed-newsfeed .partner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666c72;
  display: flex;
  font-size: 12px;
  font-weight: 400;
}

.mixed-newsfeed .partner img {
  margin-left: 12px;
  max-height: 24px;
  max-width: 120px;
}

.mixed-newsfeed .mixed-body .featured-story {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f1f4f8;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
}

.mixed-newsfeed .mixed-body .featured-story__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mixed-newsfeed .mixed-body .featured-story-info {
  margin: 16px 12px;
  position: relative;
}

.mixed-newsfeed .mixed-body .featured-story-info__category {
  color: #666c72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.mixed-newsfeed .mixed-body .featured-story-info__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.mixed-newsfeed .mixed-body .featured-story-info__time {
  color: #666c72;
  font-size: 12px;
}

.mixed-newsfeed .mixed-body .middle-touts {
  margin-bottom: 16px;
}

.mixed-newsfeed .mixed-body .middle-touts .middle-tout {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f1f4f8;
  display: flex;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding: 16px;
}

.mixed-newsfeed .mixed-body .middle-touts .middle-tout-content {
  display: flex;
  margin-right: 0;
}

.mixed-newsfeed .mixed-body .middle-touts .middle-tout-content__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.29;
}

.mixed-newsfeed .mixed-body .middle-touts .middle-tout-content__image {
  -ms-flex-negative: 0;
  border-radius: 4px;
  flex-shrink: 0;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 64px;
}

.mixed-newsfeed .mixed-body .middle-touts .middle-tout .tout-time {
  color: #666c72;
  font-size: 12px;
  margin-top: 10px;
}

.mixed-newsfeed .mixed-body .bottom-touts {
  margin-bottom: 24px;
}

.mixed-newsfeed .mixed-body .bottom-touts .bottom-left-touts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}

.mixed-newsfeed .mixed-body .bottom-touts .bottom-left-touts .story {
  background-color: #f1f4f8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mixed-newsfeed .mixed-body .bottom-touts .bottom-left-touts .story:last-child {
  margin-bottom: 0;
}

.mixed-newsfeed .mixed-body .bottom-touts .bottom-left-touts .story-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  padding: 16px;
}

.mixed-newsfeed .mixed-body .bottom-touts .bottom-left-touts .story-info__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.29;
  padding-right: 16px;
}

.mixed-newsfeed .mixed-body .bottom-touts .bottom-left-touts .story-info__time {
  color: #666c72;
  font-size: 12px;
  margin-top: 10px;
}

.mixed-newsfeed .mixed-body .bottom-touts .bottom-left-touts .story .story-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  max-height: 171px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mixed-newsfeed .mixed-body .bottom-right-touts {
  width: 100%;
}

.mixed-newsfeed .mixed-body .bottom-right-touts .overflow-story,
.mixed-newsfeed .mixed-body .bottom-right-touts .story {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-flex: 1;
  display: flex;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.mixed-newsfeed .mixed-body .bottom-right-touts .overflow-story .story-content,
.mixed-newsfeed .mixed-body .bottom-right-touts .story .story-content {
  -ms-flex-line-pack: start;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-content: flex-start;
  display: flex;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 16px;
}

.mixed-newsfeed .mixed-body .bottom-right-touts .overflow-story .story-content__category,
.mixed-newsfeed .mixed-body .bottom-right-touts .story .story-content__category {
  color: #666c72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.mixed-newsfeed .mixed-body .bottom-right-touts .overflow-story .story-content__title,
.mixed-newsfeed .mixed-body .bottom-right-touts .story .story-content__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
}

.mixed-newsfeed .mixed-body .bottom-right-touts .overflow-story .story-content__time,
.mixed-newsfeed .mixed-body .bottom-right-touts .story .story-content__time {
  color: #666c72;
  font-size: 12px;
}

.mixed-newsfeed .mixed-body .bottom-right-touts .overflow-story .story-image,
.mixed-newsfeed .mixed-body .bottom-right-touts .story .story-image {
  border-radius: 6px;
  display: block;
  height: 116px;
  max-width: 116px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mixed-newsfeed .mixed-body .tout-overflow {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mixed-newsfeed .mixed-body .tout-overflow .overflow-story,
.mixed-newsfeed .mixed-body .tout-overflow .story {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%;
}

.mixed-newsfeed .mixed-body .tout-overflow .overflow-story .story-content,
.mixed-newsfeed .mixed-body .tout-overflow .story .story-content {
  -ms-flex-line-pack: start;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-content: flex-start;
  display: flex;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 16px;
}

.mixed-newsfeed .mixed-body .tout-overflow .overflow-story .story-content__category,
.mixed-newsfeed .mixed-body .tout-overflow .story .story-content__category {
  color: #666c72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.mixed-newsfeed .mixed-body .tout-overflow .overflow-story .story-content__title,
.mixed-newsfeed .mixed-body .tout-overflow .story .story-content__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
}

.mixed-newsfeed .mixed-body .tout-overflow .overflow-story .story-content__time,
.mixed-newsfeed .mixed-body .tout-overflow .story .story-content__time {
  color: #666c72;
  font-size: 12px;
}

.mixed-newsfeed .mixed-body .tout-overflow .overflow-story .story-image,
.mixed-newsfeed .mixed-body .tout-overflow .story .story-image {
  border-radius: 6px;
  display: block;
  height: 116px;
  max-width: 116px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mixed-newsfeed .mixed-body .tout-link {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  padding: 16px 0;
}

.mixed-newsfeed .newsfeed-cta {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 0;
}

.mixed-newsfeed .mixed-more-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: -12px;
  padding: 16px;
}

.mixed-newsfeed .mixed-more-button.show-less .text.sm-text {
  display: none;
}

.mixed-newsfeed .mixed-more-button.show-less .text.sl-text {
  display: block;
}

.mixed-newsfeed .mixed-more-button.show-less .icon-chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mixed-newsfeed .mixed-more-button .text {
  font-size: 14px;
  font-weight: 700;
  margin-right: 12px;
}

.mixed-newsfeed .mixed-more-button .text.sl-text {
  display: none;
}

.mixed-newsfeed .mixed-more-button .arrow {
  fill: #000;
}

.indices-newsfeed {
  margin-bottom: 0 !important;
  padding: 16px 0;
}

.indices-newsfeed a {
  color: #000;
  display: block;
}

.indices-newsfeed__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 0 12px;
}

.indices-newsfeed .indices-sm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin-left: 18px;
}

.indices-newsfeed .indices-sm,
.indices-newsfeed .indices-sm .indices-cta-text {
  min-width: max-content;
}

.indices-newsfeed .indices-sm .indices-cta-text {
  margin-right: 8px;
  text-transform: lowercase;
}

.indices-newsfeed .indices-sm .indices-cta-text:first-letter {
  text-transform: uppercase;
}

.indices-newsfeed .partner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666c72;
  display: flex;
  font-size: 12px;
  font-weight: 400;
}

.indices-newsfeed .partner img {
  margin-left: 12px;
  max-height: 24px;
  max-width: 120px;
}

.indices-newsfeed .indices-body {
  display: flex;
  overflow: hidden;
}

.indices-newsfeed .indices-body .indices-touts {
  display: flex;
  overflow-x: auto;
  padding: 0 12px;
}

.indices-newsfeed .indices-body .indices-touts .story {
  -ms-flex-negative: 0;
  background-color: #fff;
  border-radius: 6px;
  flex-shrink: 0;
  margin-right: 20px;
  min-height: 240px;
  position: relative;
  width: 197px;
}

.indices-newsfeed .indices-body .indices-touts .story:last-child {
  margin: 0;
}

.indices-newsfeed .indices-body .indices-touts .story-info {
  padding: 16px;
}

.indices-newsfeed .indices-body .indices-touts .story-info__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  margin-bottom: 16px;
}

.indices-newsfeed .indices-body .indices-touts .story-info__time {
  bottom: 16px;
  color: #666c72;
  font-size: 12px;
  left: 16px;
  line-height: 1.33;
  position: absolute;
}

.indices-newsfeed .indices-body .indices-touts .story .story-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  height: 122px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.home .indices-newsfeed {
  background: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0;
}

.home .indices-newsfeed .indices-newsfeed__title {
  padding: 0 12px;
}

.home .indices-newsfeed .indices-touts {
  margin-left: 0;
  margin-right: 0;
}

.home .indices-newsfeed .indices-touts .story {
  background-color: #f1f4f8;
  margin-right: 16px;
  width: 192px;
}

.home .indices-newsfeed .indices-touts .story:first-child {
  margin-left: 12px;
}

.home .indices-newsfeed .indices-touts .story:last-child {
  margin-right: 12px;
}

.icon-chevron {
  fill: #878787;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.icon-chevron.right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-chevron.up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-chevron.left {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.newsfeed-gallery {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.newsfeed-gallery .gallery-title-large {
  display: none;
}

.newsfeed-gallery .pagination-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  bottom: 32px;
  display: flex;
  justify-content: space-between;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: 2;
}

.newsfeed-gallery .pagination-container .gallery-pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
  max-width: 152px;
  width: 100%;
}

.newsfeed-gallery .pagination-container .gallery-pagination .pagination-slide {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  flex-grow: 1;
  height: 2px;
  margin-right: 5px;
  opacity: .4;
}

.newsfeed-gallery .pagination-container .gallery-pagination .pagination-slide:last-child {
  margin-right: 0;
}

.newsfeed-gallery .pagination-container .gallery-pagination .pagination-slide.is-active {
  opacity: 1;
}

.newsfeed-gallery .gallery-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: hsla(0, 0%, 100%, .15);
  border-radius: 23px;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 44px;
  justify-content: center;
  opacity: .2;
  width: 44px;
}

.newsfeed-gallery .gallery-arrow.prev-gallery {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newsfeed-gallery .gallery-arrow-large {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.newsfeed-gallery .gallery-arrow-large.next-gallery {
  right: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newsfeed-gallery .gallery-arrow-large.prev-gallery {
  left: 4px;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.newsfeed-gallery.has-next .next-gallery,
.newsfeed-gallery.has-prev .prev-gallery {
  display: flex;
  opacity: 1;
}

.gallery-item {
  display: none;
  padding: 32px 12px 88px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.gallery-item.is-active {
  display: block;
}

.gallery-item .gallery-title {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.gallery-item .center-container {
  position: relative;
}

.gallery-item .cover-title-wrap {
  color: #fff;
  padding-top: clamp(0px, 65%, 227px);
  position: relative;
  text-align: center;
  z-index: 1;
}

.gallery-item .cover-title-wrap .gallery-count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: hsla(0, 0%, 100%, .15);
  border-radius: 40px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

.gallery-item .cover-title-wrap .gallery-count svg {
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.gallery-item .cover-title-wrap .cover-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 36px;
  margin-bottom: 8px;
}

.gallery-item .cover-title-wrap .cover-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  opacity: .6;
}

.gallery-item .cover-image {
  aspect-ratio: 1/1;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  left: 50%;
  max-width: 335px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.gallery-item .gallery-background {
  z-index: -1;
}

.gallery-item .gallery-background,
.gallery-item .gallery-background .blur {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gallery-item .gallery-background .blur.dark {
  background: rgba(0, 0, 0, .25);
}

.gallery-item .gallery-background .blur.light {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: hsla(0, 0%, 100%, .1);
}

.gallery-item .gallery-background img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.severe-alert-banner {
  align-items: center;
  background: #cf0a0a;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 30px;
  padding: 6px 12px 6px 8px;
  position: relative;
  width: 100%;
}

.severe-alert-banner.lite {
  background: #f1f4f8;
  border-radius: 4px;
  height: 30px;
  margin-bottom: 0;
}

.severe-alert-banner.lite:after {
  background: none;
}

.severe-alert-banner.lite .severe-alert-banner__type {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
}

.severe-alert-banner.lite .severe-alert-banner__icon {
  height: 16px;
  margin-right: 6px;
  width: 19px;
}

.severe-alert-banner.lite .icon-arrow,
.severe-alert-banner.lite .severe-alert-banner__separator {
  display: none;
}

.severe-alert-banner__icon {
  flex-shrink: 0;
  height: 17px;
  width: 20px;
}

.severe-alert-banner__icon.no-count {
  margin-right: 8px;
}

.severe-alert-banner__count {
  font-size: 12px;
  font-weight: 500;
  margin: 0 4px 4px 2px;
}

.severe-alert-banner__separator {
  background: hsla(0, 0%, 100%, .6);
  height: 100%;
  margin-right: 6px;
  width: 1px;
}

.severe-alert-banner__type {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

.severe-alert-banner .icon-arrow use {
  fill: #fff;
}

.card-display a {
  color: #000;
}

.card-display__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}

.card-display__body {
  background-color: #fff;
  border-radius: 6px;
}

.card-display__featured {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: hsla(0, 0%, 100%, .3);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px 6px 0 0;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  min-height: 300px;
}

.card-display__featured-time,
.card-display__featured-title {
  background-color: rgba(0, 0, 0, .9);
  padding: 16px;
}

.card-display__featured-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-top: auto;
  padding-bottom: 8px;
}

.card-display__featured-time {
  color: hsla(0, 0%, 100%, .6);
  padding-top: 0;
}

.card-display__time {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.card-display__touts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  width: 100%;
}

.card-display__tout,
.card-display__touts {
  display: flex;
}

.card-display__tout {
  gap: 24px;
}

.card-display__tout:last-child {
  margin-bottom: 0;
}

.card-display__tout-meta {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card-display__tout-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 8px;
}

.card-display__tout-thumb {
  border-radius: 6px;
  display: block;
  height: 104px;
  min-height: 104px;
  min-width: 104px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 104px;
}

.card-display__tout-tag,
.card-display__tout-tagline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.card-display__tout-tag {
  background: #f1f4f8;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  line-height: 16px;
  margin-right: 8px;
  padding: 4px 8px;
}

.card-display__tout-tag.video:before {
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  margin: auto;
  width: 0;
}

.card-display__tout-tag.gallery svg {
  height: 16px;
  width: 16px;
}

.card-display__tout-tag.gallery svg path {
  fill: #000;
}

.card-display__tout-time {
  color: rgba(0, 0, 0, .5);
}

.card-display .newsfeed-cta,
.card-display__tout-tag.live-blog {
  display: none;
}

.alert-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252525;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 84px;
  padding-right: 8px;
}

.alert-block.line-red {
  border-left: 8px solid #f05514;
}

.alert-block.color-black {
  color: #000;
}

.alert-block.color-black .icon-chevron {
  fill: #000;
}

.alert-block.bg-white {
  background-color: #fff;
}

.alert-block span {
  padding-right: 8px;
}

.alert-block .icon-chevron {
  fill: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 10px;
  margin-left: auto;
  padding-right: 8px;
  width: 16px;
}

.alert-block .alert-image {
  height: 100%;
  padding-right: 12px;
}

.right-rail-newsfeed .right-rail-article {
  background: #fff;
  color: #000;
  display: block;
  text-decoration: none;
}

.right-rail-newsfeed .right-rail-article:not(:last-child) {
  margin-bottom: 24px;
}

.right-rail-newsfeed .right-rail-article.live-blog {
  padding-bottom: 24px;
}

.right-rail-newsfeed .right-rail-article.live-blog .live-blog__live-blog-header {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 12px;
  text-transform: uppercase;
}

.right-rail-newsfeed .right-rail-article.live-blog .live-blog__live-blog-header .dot {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  background-color: #cf0a0a;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-right: 6px;
  width: 12px;
}

.right-rail-newsfeed .right-rail-article.live-blog .live-blog__live-blog-header .dot.inactive {
  -webkit-animation: none;
  animation: none;
  background-color: #666c72;
}

.right-rail-newsfeed .right-rail-article.live-blog .right-rail-article-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 16px;
}

.right-rail-newsfeed .right-rail-article.live-blog .right-rail-article-image {
  margin-bottom: 16px;
}

.right-rail-newsfeed .right-rail-article.live-blog .right-rail-article-image img {
  padding: 0 12px;
}

.right-rail-newsfeed .right-rail-article.live-blog .right-rail-article-live-blog-entry {
  margin-bottom: 8px;
  padding: 0 12px;
}

.right-rail-newsfeed .right-rail-article.live-blog .right-rail-article-live-blog-entry .right-rail-article-live-blog-entry-label {
  color: #666c72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.33;
  margin-bottom: 4px;
}

.right-rail-newsfeed .right-rail-article.live-blog .right-rail-article-live-blog-entry .right-rail-article-live-blog-entry-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.right-rail-newsfeed .right-rail-article.live-blog .right-rail-article-time {
  color: #666c72;
  font-size: 12px;
  line-height: 1.33;
  padding: 0 12px;
}

.right-rail-newsfeed .right-rail-article-image {
  display: block;
  height: 0;
  margin-bottom: 12px;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.right-rail-newsfeed .right-rail-article-image img {
  width: 100%;
}

.right-rail-newsfeed .right-rail-article-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 12px 8px;
}

.right-rail-newsfeed .right-rail-article-description {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 12px 12px;
}

.right-rail-newsfeed .right-rail-cta-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: space-between;
  padding: 12px 12px 11px;
  width: 100%;
}

.right-rail-newsfeed .right-rail-cta-more {
  color: #f05514;
  font-size: 14px;
  text-transform: uppercase;
}

.right-rail-newsfeed .icon-chevron {
  fill: #f05514;
  height: 9px;
  width: 9px;
}

.thumbnail-right-rail {
  background: #fff;
}

.thumbnail-right-rail .title {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 22px;
  font-weight: 700;
  padding: 16px 12px;
}

.thumbnail-right-rail .right-rail-article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: #000;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 16px 12px;
}

.thumbnail-right-rail .right-rail-article__meta {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 16px;
}

.thumbnail-right-rail .right-rail-article__category {
  color: #666c72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.thumbnail-right-rail .right-rail-article__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 4px;
}

.thumbnail-right-rail .right-rail-article__time {
  color: #666c72;
  font-size: 12px;
}

.thumbnail-right-rail .right-rail-article__thumb {
  -ms-flex-negative: 0;
  border-radius: 6px;
  flex-shrink: 0;
  height: 64px
}

.thumbnail-right-rail .right-rail-article.live-blog {
  background: #f1f4f8;
}

.thumbnail-right-rail .right-rail-article.live-blog .right-rail-article__live-blog-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.thumbnail-right-rail .right-rail-article.live-blog .right-rail-article__live-blog-category .dot {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  background-color: #cf0a0a;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 6px;
  width: 10px;
}

.thumbnail-right-rail .right-rail-article.live-blog .right-rail-article__live-blog-category .dot.inactive {
  -webkit-animation: none;
  animation: none;
  background-color: #666c72;
}

.thumbnail-right-rail .right-rail-article.live-blog .right-rail-article__title {
  margin-bottom: 16px;
}

.thumbnail-right-rail .right-rail-article.live-blog .right-rail-article__live-blog-entry {
  margin-bottom: 8px;
}

.thumbnail-right-rail .right-rail-article.live-blog .right-rail-article__live-blog-entry-label {
  color: #666c72;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .42px;
  line-height: 1.6;
  margin-bottom: 4px;
}

.thumbnail-right-rail .right-rail-article.live-blog .right-rail-article__live-blog-entry-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}

.thumbnail-right-rail .right-rail-article.video .right-rail-article__video-thumb {
  position: relative;
}

.thumbnail-right-rail .right-rail-article.video .right-rail-article__video-thumb .play-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  height: 28px;
  left: 8px;
  position: absolute;
  top: 24px;
  width: 28px;
}

.thumbnail-right-rail .right-rail-article.video .right-rail-article__video-thumb .play-icon__inner {
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
  border-top: 5px solid transparent;
  height: 0;
  margin: auto;
  width: 0;
}

.thumbnail-right-rail .right-rail-article.video .right-rail-article__thumb {
  border-radius: 0;
  height: 58px;
  margin-right: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 104px;
}

.thumbnail-right-rail .right-rail-article.video .right-rail-article__meta {
  margin-right: 0;
}

.thumbnail-right-rail .right-rail-article.video .right-rail-article__title {
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 10px;
}

.thumbnail-right-rail .right-rail-article.video .right-rail-article__video-time {
  background: #f1f4f8;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 8px;
}

.thumbnail-right-rail .cta {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
}

.popular-topics {
  background: #fff;
  padding-bottom: 32px;
}

.popular-topics .title {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 22px;
  font-weight: 700;
  padding: 16px 12px;
}

.popular-topics .topic {
  color: #666c72;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.headline-right-rail {
  background-color: #fff;
}

.headline-right-rail .title {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 22px;
  font-weight: 700;
  padding: 16px 12px;
}

.headline-right-rail .right-rail-article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: #000;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 500;
  line-height: 1.25;
  padding: 16px 12px;
}

.headline-right-rail .cta {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
}

.single-topic-right-rail {
  background: #fff;
}

.single-topic-right-rail .title {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 22px;
  font-weight: 700;
  padding: 16px 12px;
}

.single-topic-right-rail .right-rail-article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: #000;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 16px 12px;
}

.single-topic-right-rail .right-rail-article__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-right: 16px;
}

.single-topic-right-rail .right-rail-article__thumb {
  -ms-flex-negative: 0;
  border-radius: 6px;
  flex-shrink: 0;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 64px;
}

.single-topic-right-rail .right-rail-article .right-rail-article__video-thumb {
  position: relative;
}

.single-topic-right-rail .right-rail-article .right-rail-article__video-thumb .play-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  height: 28px;
  left: 8px;
  position: absolute;
  top: 24px;
  width: 28px;
}

.single-topic-right-rail .right-rail-article .right-rail-article__video-thumb .play-icon__inner {
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
  border-top: 5px solid transparent;
  height: 0;
  margin: auto;
  width: 0;
}

.single-topic-right-rail .right-rail-article .right-rail-article__video-thumb .right-rail-article__thumb {
  border-radius: 0;
  height: 58px;
  margin-right: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 104px;
}

.single-topic-right-rail .right-rail-article .right-rail-article__video-meta {
  margin-right: 0;
}

.single-topic-right-rail .right-rail-article .right-rail-article__video-meta .right-rail-article__title {
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 10px;
}

.single-topic-right-rail .right-rail-article .right-rail-article__video-meta .right-rail-article__video-time {
  background: #f1f4f8;
  border-radius: 8px;
  color: #666c72;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 8px;
}

.single-topic-right-rail .cta {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
}

.featured-article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: hsla(0, 0%, 100%, .3);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.featured-article:before {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 6px;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.featured-article__breaking-news {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding: 8px 16px;
}

.featured-article__breaking-news .breaking-news-icon {
  height: 16px;
  width: 16px;
}

.featured-article__breaking-news .breaking-news-label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 16px;
  text-transform: uppercase;
}

.featured-article__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-top: auto;
  padding: 8px 16px 0;
  z-index: 1;
}

.featured-article__breaking-news+.featured-article__title {
  margin-top: 0;
  padding: 0 16px;
}

.featured-article__details {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-item-align: stretch;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.featured-article__time {
  color: hsla(0, 0%, 100%, .6);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 16px 16px;
}

.featured-article .live-blog-feature__header {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 16px;
  text-transform: uppercase;
  z-index: 1;
}

.featured-article>.live-blog-feature__header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: none;
}

.featured-article .live-blog-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  height: 16px;
  justify-content: center;
  width: 71px;
}

.featured-article .live-blog-wrapper .dot {
  height: 8px;
  width: 8px;
}

.featured-article .live-blog-wrapper .live-blog-label {
  color: #000;
  font-size: 10px;
}

.live-blog-feature {
  background-color: #fff;
  color: #000;
  display: block;
  text-decoration: none;
}

.live-blog-feature__header {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  text-transform: uppercase;
}

.live-blog-feature__header .dot {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
  background-color: #cf0a0a;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-right: 4px;
  width: 12px;
}

.live-blog-feature__header .dot.inactive {
  background-color: #666c72;
}

.live-blog-feature__body {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  display: flex;
  padding: 12px 12px 24px;
}

.live-blog-feature__body .feature-image-mobile {
  margin-bottom: 16px;
  width: 100%;
}

.live-blog-feature__body .feature-image-mobile__live-coverage {
  display: none;
}

.live-blog-feature__body .feature-image-desktop {
  display: none;
}

.live-blog-feature__body .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 16px;
}

.live-blog-feature__body .latest-entry-header {
  color: #666c72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.33;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.live-blog-feature__body .latest-entry-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
}

.live-blog-feature__body .date {
  color: #666c72;
  font-size: 12px;
  line-height: 1.33;
}

.live-blog-feature__cta {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding: 10px 12px;
  text-transform: uppercase;
}

.featured-gallery-wrapper {
  container-type: inline-size;
}

.featured-gallery {
  display: block;
  padding: 32px 16px 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@container (min-width: 320px){

    .featured-gallery {
        padding: 32px 20px 40px
    }

}

@container (min-width: 392px){

    .featured-gallery {
        padding: 16px;
        text-align: left
    }

}

.featured-gallery .gallery-title {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@container (min-width: 392px){

    .featured-gallery .gallery-title {
        position: absolute;
        top: 32px
    }

}

.featured-gallery .center-container {
  position: relative;
}

.featured-gallery .cover-title-wrap {
  color: #fff;
  padding-top: clamp(0px, 65%, 227px);
  position: relative;
  text-align: center;
  z-index: 1;
}

@container (min-width: 392px){

    .featured-gallery .cover-title-wrap {
        padding-top: 0;
        position: absolute;
        text-align: left;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 60%
    }

}

.featured-gallery .cover-title-wrap .gallery-count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: hsla(0, 0%, 100%, .15);
  border-radius: 40px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 8px;
  padding: 4px 8px;
}

.featured-gallery .cover-title-wrap .gallery-count svg {
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.featured-gallery .cover-title-wrap .cover-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 36px;
  margin-bottom: 8px;
}

.featured-gallery .cover-title-wrap .cover-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  opacity: .6;
}

.featured-gallery .cover-image {
  aspect-ratio: 1/1;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  left: 50%;
  max-width: 335px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@container (min-width: 392px){

    .featured-gallery .cover-image {
        margin-left: auto;
        max-width: 338px;
        position: unset;
        -webkit-transform: unset;
        transform: unset
    }

}

.featured-gallery .gallery-background {
  z-index: -1;
}

.featured-gallery .gallery-background,
.featured-gallery .gallery-background .blur {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.featured-gallery .gallery-background .blur.dark {
  background: rgba(0, 0, 0, .25);
}

.featured-gallery .gallery-background .blur.light {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: hsla(0, 0%, 100%, .1);
}

.featured-gallery .gallery-background img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.featured-gallery.rightRail2 {
  padding: 32px 20px 40px;
}

.featured-gallery.rightRail2 .cover-title-wrap .cover-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

@container (min-width: 320px){

    .featured-gallery.rightRail2 .cover-title-wrap .cover-title {
        font-size: 32px;
        font-weight: 500;
        line-height: 36px
    }

}

.featured-gallery.rightRail2 .cover-title-wrap .cover-date {
  opacity: 1;
}


.display-summary-block {
  background: #fff;
  position: relative;
}

.display-summary-block .block-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 0 14px 12px;
}

.display-summary-block .block-title .new-pill {
  background-color: #f05514;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  margin-left: 12px;
  padding: 1px 8px;
}

.display-summary-block .block-content {
  margin-left: 12px;
}

.display-summary-block .block-content .attribution-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-bottom: 24px;
  margin-top: 16px;
}

.display-summary-block .block-content .attribution-block .attribution-icon .logo-background {
  background-color: #eae9e1;
  border-radius: 50%;
  display: flex;
  height: 40px;
  width: 40px;
}

.display-summary-block .block-content .attribution-block .attribution-icon .logo-background .logo {
  margin: auto;
}

.display-summary-block .block-content .attribution-block .attribution-text {
  margin-left: 12px;
}

.display-summary-block .block-content .attribution-block .attribution-text .author {
  font-weight: 400;
}

.display-summary-block .block-content .attribution-block .attribution-text .date {
  color: rgba(0, 0, 0, .5);
}

.display-summary-block .block-content .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

.display-summary-block .block-content .content {
  line-height: 20px;
  margin-right: 12px;
  max-height: 200px;
  overflow: hidden;
  padding-bottom: 20px;
}

.display-summary-block .block-content .content p {
  margin-bottom: 12px;
}

.display-summary-block .read-more {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: linear-gradient(0deg, #fff 54.54%, hsla(0, 0%, 100%, 0));
  bottom: 0;
  cursor: pointer;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 112px;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.display-summary-block .read-more .button {
  bottom: 32px;
  display: flex;
  position: absolute;
}

.basic-lite-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible !important;
  z-index: 2147483640;
}

.basic-lite-header .header-menu {
  height: calc(100vh - 44px);
}

.has-adhesion .basic-lite-header .header-menu {
  height: calc(100vh - 102px);
}

.has-alerts .basic-lite-header .header-menu {
  height: calc(100vh - 76px);
}

.has-alerts.has-adhesion .basic-lite-header .header-menu {
  height: calc(100vh - 134px);
}

.basic-lite-header .adhesion-header {
  background: #e4eaf2;
  height: 58px;
  overflow: hidden;
  padding: 4px 0;
  text-align: center;
}

.basic-lite-header .header-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 27px;
  margin-right: 9px;
  overflow: hidden;
  width: 27px;
}

.basic-lite-header .header-logo svg {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  height: 27px;
  width: 189px;
}

.basic-lite-header .header-partner-logo img {
  display: block;
  height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
}

.basic-lite-header .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1f1f;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  max-width: 960px;
  padding: 0 12px;
}

.basic-lite-header .header-inner.is-hero {
  padding: 0 20px;
}

.basic-lite-header .header-inner.is-hero .header-logo {
  width: auto;
}

.basic-lite-header .header-inner.is-hero .header-logo svg {
  height: 20px;
  width: 140px;
}

.basic-lite-header .header-inner.is-hero.is-at-top {
  background-color: unset;
}

.basic-lite-header .header-inner .header-city-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: flex;
  margin-right: 14px;
  overflow: hidden;
}

.basic-lite-header .header-inner .header-loc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.basic-lite-header .header-inner .header-temp {
  margin: 0 7px;
  white-space: nowrap;
}

.basic-lite-header .header-inner .header-temp .unit {
  font-size: 10px;
  font-weight: 400;
}

.basic-lite-header .header-inner .header-weather-icon {
  height: 27px;
  width: 27px;
}

.basic-lite-header .header-inner .pull-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  gap: 14px;
  margin-left: auto;
}

.basic-lite-header .header-inner .hamburger-button {
  cursor: pointer;
}

.basic-lite-header .header-inner .go-ad-free-button {
  text-wrap: nowrap;
  background-color: #fff;
  border-radius: 100px;
  color: #f05514;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  white-space: nowrap;
}

.basic-lite-header .header-inner .header__account {
  display: flex;
}

.basic-lite-header .header-inner .close-button {
  fill: #fff;
  display: none;
  width: 24px;
}

.basic-lite-header .header-inner .video-wall-icon {
  display: flex;
}

.basic-lite-header .header-inner .video-wall-icon :first-child {
  -ms-flex-item-align: center;
  align-self: center;
}

.basic-lite-header .search-bar {
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  height: 44px;
  margin: 0 13px 19px;
  position: relative;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.basic-lite-header .search-bar .searchbar-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 14px 0 12px;
  z-index: 1;
}

.basic-lite-header .search-bar .searchbar-inner .icon-search {
  height: 24px;
  margin-right: 12px;
  width: 24px;
}

.basic-lite-header .search-bar .searchbar-inner .search-form {
  margin-right: 12px;
  width: 100%;
}

.basic-lite-header .search-bar .searchbar-inner .search-form .search-input {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}

.basic-lite-header.menu-open .hamburger-button,
.basic-lite-header.menu-open .header-city-link {
  display: none;
}

.basic-lite-header.menu-open .header-logo {
  width: auto;
}

.basic-lite-header.menu-open .header-logo svg {
  height: 20px;
  width: 140px;
}

.basic-lite-header.menu-open .close-button {
  display: block;
}

.basic-lite-header.menu-open.is-hero.is-at-top .header-outer {
  background-color: #1f1f1f;
}

.basic-lite-header.menu-open .header-menu {
  display: block;
}

.basic-lite-header .page-sponsor {
  margin-right: 12px;
}

.nav-alert-container {
  background-color: #000;
  display: flex;
  width: 100%;
}

.alert-banner-container {
  -webkit-box-flex: 1;
  background: #1f1f1f;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  position: relative;
  scrollbar-width: none;
  z-index: 1;
}

.alert-banner-container.is-transparent {
  background: none;
}

.alert-banner-container.has-multiple .banner-wrap {
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.alert-banner-container.has-multiple .alert-banner {
  display: inline-flex;
  min-width: 80%;
}

.alert-banner-container.has-multiple .alert-banner:first-child {
  margin-right: 8px;
}

.nav-alert-container.no-banners .afb-nav-container {
  max-width: 100%;
  width: 100%;
}

.alert-banner {
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
}

.alert-banner.alert-banner-breaking,
.alert-banner.alert-banner-unsupported-browser {
  background: linear-gradient(90deg, #e22f0b 0, #f0761c);
}

.alert-banner.alert-banner-breaking .icon-chevron,
.alert-banner.alert-banner-unsupported-browser .icon-chevron {
  fill: #fff;
}

.alert-banner.alert-banner-breaking span,
.alert-banner.alert-banner-unsupported-browser span {
  color: #fff;
}

.alert-banner.alert-banner-weather {
  background: linear-gradient(90deg, #b90000 0, #dc0000);
}

.alert-banner.alert-banner-weather span {
  color: #fff;
}

.alert-banner.alert-banner-weather .icon-chevron {
  fill: #fff;
}

.alert-banner a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: flex;
  height: 100%;
  padding: 0 12px;
  width: 100%;
}

.alert-banner span {
  color: #000;
  margin-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alert-banner .icon-chevron {
  fill: #1f1f1f;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.alert-banner .icon-alert,
.alert-banner .icon-breaking-news,
.alert-banner .icon-heart {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

.afb-nav-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  background: #000;
  color: #fff;
  display: none;
  flex-shrink: 0;
  height: 32px;
  padding: 0 16px;
}

.afb-nav-items ul {
  display: flex;
}

.afb-nav-items ul li {
  display: inline-block;
  padding: 0 5px;
  white-space: nowrap;
}

.afb-nav-items ul li a.afb-white {
  color: #fff;
  font-weight: 600;
}

.afb-nav-items ul li,
.afb-nav-items ul li a {
  color: #8f8f8f;
  -webkit-transition: .2s;
  transition: .2s;
}

.afb-nav-items ul li a:hover {
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.brand-logo img {
  max-height: 43px;
  max-width: 100px;
}


.header-search-bar {
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  height: 44px;
  position: relative;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.header-search-bar.active {
  border-radius: 4px 4px 0 0;
}

.header-search-bar.active .search-bar-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-search-bar.active .search-bar-dropdown .search-results .search-result.selected,
.header-search-bar.active .search-bar-dropdown .search-results .search-result:not(.no-result):hover {
  color: #f05514;
}

.header-search-bar .searchbar-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 14px 0 12px;
  z-index: 1;
}

.header-search-bar .searchbar-inner .icon-search {
  height: 24px;
  margin-right: 12px;
  width: 24px;
}

.header-search-bar .searchbar-inner .search-options {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
}

.header-search-bar .searchbar-inner .search-options .dropdown-legacy {
  width: 120px;
}

.header-search-bar .searchbar-inner .search-options .dropdown-legacy.left-bar:not(.active) {
  border-left: 1px solid hsla(0, 0%, 57%, .1);
}

.header-search-bar .searchbar-inner .search-options .dropdown-legacy .displayed-item span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 0 11px 0 14px;
  text-transform: capitalize;
}

.header-search-bar .searchbar-inner .search-options .dropdown-legacy .displayed-item .icon-chevron {
  fill: #000;
  position: absolute;
  right: 20px;
  top: 8px;
}

.header-search-bar .searchbar-inner .search-options .dropdown-legacy .items.active {
  top: 25px;
}

.header-search-bar .searchbar-inner .search-options .dropdown-legacy .items.active .item {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.header-search-bar .search-form {
  margin-right: 12px;
  width: 100%;
}

.header-search-bar .search-form .search-input {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}

.header-search-bar .search-form .search-input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: .5;
}

.header-search-bar .search-form .search-input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: .5;
}

.header-search-bar .search-form .search-input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: .5;
}

.header-search-bar .search-form .search-input::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: .5;
}

.header-search-bar .search-form .search-input::placeholder {
  color: #000;
  font-size: 16px;
  opacity: .5;
}

.header-search-bar .search-form .search-input:focus {
  outline-width: 0;
}

.header-search-bar .search-bar-dropdown {
  background: #fff;
  border-radius: 0 0 4px 4px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.header-search-bar .search-bar-dropdown .use-current-location {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f4f8;
  cursor: pointer;
  display: flex;
  margin-bottom: 16px;
  padding: 19px 12px;
}

.header-search-bar .search-bar-dropdown .use-current-location.hidden {
  display: none;
}

.header-search-bar .search-bar-dropdown .use-current-location.reduce-margin {
  margin-bottom: 0;
}

.header-search-bar .search-bar-dropdown .use-current-location .icon-gps {
  margin-right: 6px;
}

.header-search-bar .search-bar-dropdown .use-current-location:hover {
  color: #f05514;
}

.header-search-bar .search-bar-dropdown .recent-locations-dropdown .recent-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.33;
  padding: 0 12px 4px;
  text-transform: uppercase;
}

.header-search-bar .search-bar-dropdown .recent-locations-dropdown .recent-location-item {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: #000;
  font-size: 14px;
  padding: 8px 0;
}

.header-search-bar .search-bar-dropdown .recent-locations-dropdown .recent-location-item:hover {
  color: #f05514;
}

.header-search-bar .search-bar-dropdown .recent-locations-dropdown .recent-location-item:last-child {
  border-bottom: none;
}

.header-search-bar .search-bar-dropdown .recent-locations-dropdown .recent-location-item .recent-location-icon,
.header-search-bar .search-bar-dropdown .recent-locations-dropdown .recent-location-item .recent-location-temp,
.header-search-bar .search-bar-dropdown .recent-locations-dropdown.hidden {
  display: none;
}

.header-search-bar .search-bar-dropdown .search-results {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 0 0 4px 4px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 100%;
  z-index: 5;
}

.header-search-bar .search-bar-dropdown .search-results.no-search-result {
  cursor: default;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  text-align: center;
}

.header-search-bar .search-bar-dropdown .search-results.no-search-result.no-result-recent {
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.header-search-bar .search-bar-dropdown .search-results.no-search-result.hidden {
  display: none;
}

.header-search-bar .search-bar-dropdown .search-results.no-search-result .no-result-headline {
  padding-bottom: 16px;
}

.header-search-bar .search-bar-dropdown .search-results.no-search-result .no-result-text {
  color: #666c72;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
}

.header-search-bar .search-bar-dropdown .search-results .search-result {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  cursor: pointer;
  padding: 12px;
}

.header-search-bar .search-bar-dropdown .search-results .search-result:last-child {
  border-bottom: none;
}

.header-search-bar .search-bar-dropdown .search-results .search-result.no-result {
  cursor: default;
}

.header-search-bar .search-bar-dropdown .search-results .search-bar-result {
  color: #000;
  font-size: 18px;
}

.header-search-bar .search-bar-dropdown .search-results .search-bar-result .search-bar-result__name {
  font-weight: 700;
  margin-bottom: 2px;
}

.header-search-bar .search-bar-dropdown .search-results .search-bar-result .search-bar-result__long-name {
  color: #878787;
  font-size: 14px;
}

.header-search-bar .clear-icon {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.header-search-bar .clear-icon.has-content {
  opacity: 1;
}

.header-search-bar .recent-location {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .15);
  color: #000;
  display: flex;
  padding: 17px 12px;
}

.header-search-bar .recent-location:hover .recent-location__title-wrapper {
  color: #f05514;
}

.header-search-bar .recent-location__title-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 8px;
}

.header-search-bar .recent-location__name {
  -webkit-line-clamp: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
}

.header-search-bar .recent-location__admin,
.header-search-bar .recent-location__name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-search-bar .recent-location__admin {
  -webkit-line-clamp: 1;
  color: #666c72;
  font-size: 12px;
  line-height: 1.33;
}

.header-search-bar .recent-location__icon {
  height: 32px;
  margin-right: 8px;
  width: 32px;
}

.header-search-bar .recent-location__temp {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  min-width: 48px;
  text-align: right;
}

.header-search-bar .recent-location-current {
  background-color: #f1f4f8;
  margin-bottom: 16px;
  padding: 16px 12px;
}

.header-search-bar .recent-location-current .recent-location {
  border-top: none;
  padding: 0;
}

.header-search-bar .recent-location-current.reduce-margin {
  margin-bottom: 0;
}

.header-search-bar .recent-location-current.hidden {
  display: none;
}

.header-search-bar .recent-location-current .use-current-location-recent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: flex;
  margin-bottom: 4px;
  padding: 0;
}

.header-search-bar .recent-location-current .use-current-location-recent__update {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  margin-left: auto;
}

.header-search-bar .recent-location-current .use-current-location-recent__update:hover {
  color: #f05514;
  cursor: pointer;
}

.header-search-bar .recent-location-current .use-current-location-recent .icon-gps {
  margin-right: 6px;
}

.header-placeholder {
  height: 44px;
}

.header-placeholder.has-adhesion {
  height: 102px;
}

.header-placeholder.has-alerts {
  height: 76px;
}

.header-placeholder.has-alerts.has-adhesion {
  height: 134px;
}

.basic-header {
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible !important;
  z-index: 2147483646;
}

.basic-header .header-menu {
  height: 100vh;
}

.basic-header .adhesion-header {
  background: #fff;
  height: 58px;
  overflow: hidden;
  padding: 4px 0;
  text-align: center;
}

.basic-header .header-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 27px;
  margin-right: 9px;
  overflow: hidden;
  width: 27px;
}

.basic-header .header-logo svg {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  height: 27px;
  width: 189px;
}

.basic-header .header-partner-logo {
  margin-right: 12px;
}

.basic-header .header-partner-logo img {
  display: block;
  height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
}

.basic-header .header-outer {
  background-color: #1f1f1f;
  height: 50px;
}

.basic-header .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  margin: 0 12px;
  max-width: 960px;
}

.basic-header .header-inner .header-city-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: flex;
  margin-right: 14px;
  overflow: hidden;
}

.basic-header .header-inner .header-loc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.basic-header .header-inner .header-temp {
  margin: 0 7px;
  white-space: nowrap;
}

.basic-header .header-inner .header-temp .unit {
  font-size: 10px;
  font-weight: 400;
}

.basic-header .header-inner .header-weather-icon {
  height: 27px;
  width: 27px;
}

.basic-header .header-inner .pull-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  margin-left: auto;
}

.basic-header .header-inner .hamburger-button {
  cursor: pointer;
}

.basic-header .header-inner .header-search-bar+.hamburger-button {
  margin-left: 19px;
}

.basic-header .header-inner .go-ad-free-button {
  text-wrap: nowrap;
  background-color: #fff;
  border-radius: 100px;
  color: #f05514;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
}

.basic-header .header-inner .header__account {
  display: flex;
  margin: 0 19px;
}

.basic-header .header-inner .close-button {
  fill: #fff;
  display: none;
  width: 24px;
}

.basic-header .header-inner .video-wall-icon {
  display: flex;
  margin-right: 18px;
}

.basic-header .header-inner .video-wall-icon :first-child {
  -ms-flex-item-align: center;
  align-self: center;
}

.basic-header .header-inner .icon-container {
  margin-right: 18px;
}

.basic-header .search-bar {
  margin: 0 13px 0;
}

.basic-header.menu-open .header-menu {
  display: block;
}

.basic-header.menu-open .desktop-close {
  display: none;
}

.basic-header .page-sponsor {
  margin-right: 12px;
}

.basic-header.is-hero .hamburger-button {
  border-radius: 4px;
  padding: 4px;
}

.basic-header.is-hero.is-at-top .header-outer {
  background-color: unset;
}

.header-menu {
  background-color: #1f1f1f;
  border-top: 1px solid hsla(0, 0%, 76%, .2);
  display: none;
  overflow-y: auto;
  padding: 12px 0 90px;
  z-index: 1;
}

.header-menu a {
  color: #fff;
}

.header-menu .settings-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  margin-bottom: 21px;
  padding: 0 13px;
  text-transform: capitalize;
}

.header-menu .settings-link a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.header-menu .settings-link .icon-settings {
  margin-right: 8px;
}

.header-menu .settings-link .close-button {
  cursor: pointer;
}

.header-menu .settings-link__chat {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 76%, .2);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  padding: 4px 16px;
}

.header-menu .settings-link__chat__icon {
  margin-right: 8px;
}

.header-menu .header-loc-weather,
.header-menu .more-cta-title {
  border-bottom: 1px solid hsla(0, 0%, 76%, .2);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.33;
  overflow: hidden;
  padding: 0 13px 12px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-menu .header-link,
.header-menu .more-cta-links .cta-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  color: hsla(0, 0%, 100%, .6);
  display: flex;
  font-weight: 400;
  line-height: 1.13;
  margin: 23px 13px;
  max-height: 18px;
  padding: 0;
  text-transform: capitalize;
}

.header-menu .header-link.active,
.header-menu .more-cta-links .cta-link.active {
  color: #fff;
  font-weight: 500;
}

.header-menu .header-link.hidden,
.header-menu .more-cta-links .cta-link.hidden {
  display: none;
}

.header-menu .header-link:first-of-type,
.header-menu .more-cta-links .cta-link:first-of-type {
  margin-top: 16px;
}

.header-menu .header-link:last-of-type,
.header-menu .more-cta-links .cta-link:last-of-type {
  margin-bottom: 48px;
}

.header-menu .header-link .icon-arrow,
.header-menu .more-cta-links .cta-link .icon-arrow {
  display: none;
}

.header-menu .sublink-container {
  cursor: pointer;
  margin: 24px 13px;
}

.header-menu .sublink-container .sublink-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  color: hsla(0, 0%, 100%, .6);
  display: flex;
  justify-content: space-between;
}

.header-menu .sublink-container .sublink-header .icon-chevron {
  fill: hsla(0, 0%, 100%, .6);
}

.header-menu .sublink-container .cta-link {
  color: #fff;
  display: none;
  font-size: 14px;
  font-weight: 500;
  margin: 24px 0;
}

.header-menu .sublink-container.active .sublink-header {
  color: #fff;
}

.header-menu .sublink-container.active .cta-link {
  display: block;
}

.header-menu .sublink-container.active .icon-chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-menu .page-sponsor {
  margin-right: 12px;
}

.icon-container {
  cursor: pointer;
  display: flex;
}



.subnav-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.subnav {
  overflow: hidden;
  position: relative;
}

.subnav .subnav-items {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 32px;
  padding-left: 12px;
}

.subnav.overflow-left .overflow.overflow-left,
.subnav.overflow-right .overflow.overflow-right {
  display: flex;
}

.subnav .overflow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  height: 100%;
  position: absolute;
  top: -1px;
  width: 50px;
  z-index: 1;
}

.subnav .overflow.overflow-right {
  background: linear-gradient(90deg, hsla(0, 0%, 92%, 0), #e4eaf2 40%);
  right: -1px;
}

.subnav .overflow.overflow-right .arrow {
  margin-left: auto;
  margin-right: 12px;
}

.subnav .overflow.overflow-left {
  background: linear-gradient(270deg, hsla(0, 0%, 92%, 0), #e4eaf2 40%);
  left: -1px;
}

.subnav .overflow.overflow-left .arrow {
  margin-left: 12px;
}

.secondary-nav {
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.secondary-nav.has-tertiary {
  margin-bottom: 12px;
}

.secondary-nav.has-subbrand {
  margin-bottom: 0;
}

.secondary-nav.dark-mode {
  background-color: #1f1f1f;
  border-top: 1px solid hsla(0, 0%, 100%, .15);
  margin: 0;
}

.secondary-nav.dark-mode .overflow.overflow-right {
  background: linear-gradient(90deg, rgba(31, 31, 31, .2), #1f1f1f) !important;
  right: -1px;
}

.secondary-nav.dark-mode .overflow.overflow-left {
  background: linear-gradient(270deg, rgba(31, 31, 31, .2), #1f1f1f) !important;
  left: -1px;
}

.secondary-nav.dark-mode .subnav-items {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.secondary-nav.dark-mode .subnav-item {
  border-bottom: 1px solid #c2c2c2;
  color: #fff;
  font-size: 14px;
  height: 45px;
  opacity: .7;
  padding: 0 16px;
}

.secondary-nav.dark-mode .subnav-item :first-child {
  height: 45px;
  line-height: 45px;
}

.secondary-nav.dark-mode .subnav-item.active {
  color: #fff;
  opacity: 1;
}

.secondary-nav.dark-mode .subnav-item.active :first-child {
  border-bottom: 3px solid #fff;
}

.secondary-nav.dark-mode .subnav-item.filler {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  cursor: default;
  flex-grow: 1;
  padding: 0;
}

.secondary-nav.full-width {
  max-width: none;
}

.secondary-nav .subnav-item:first-of-type {
  padding-left: 0;
}

.secondary-nav .subnav-item {
  border-bottom: 1px solid #c2c2c2;
  color: #666c72;
  font-size: 14px;
  height: 45px;
  padding: 0 16px;
}

.secondary-nav .subnav-item :first-child {
  height: 45px;
  line-height: 45px;
  padding-right: 2px;
}

.secondary-nav .subnav-item.active {
  color: #000;
}

.secondary-nav .subnav-item.active :first-child {
  border-bottom: 1px solid #f05514;
}

.secondary-nav .subnav-item.filler {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  cursor: default;
  flex-grow: 1;
  padding: 0;
}

.tertiary-nav {
  height: 23px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.tertiary-nav .subnav-item {
  color: #666c72;
  font-size: 14px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-right: 24px;
  padding-bottom: 1px;
}

.tertiary-nav .subnav-item.active {
  color: #000;
  font-weight: 500;
  padding-bottom: 0;
}

.tropical-storm-icon {
  height: 10px;
  margin: 0 0 10px 2px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 10px;
}

.subnav-brand {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1f1f;
  border-top: 1px solid hsla(0, 0%, 100%, .15);
  display: flex;
  padding: 0 12px;
}

.subnav-brand .brand-wrapper {
  color: #ebebeb;
  height: 73px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}

.subnav-brand .brand-wrapper .heading-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: baseline;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subnav-brand .brand-wrapper .heading-wrapper .heading {
  font-size: 25px;
  font-weight: 500;
  margin-right: 2px;
}

.subnav-brand .brand-wrapper .heading-wrapper .heading-icon {
  height: 32px;
  margin-right: 11px;
}

.subnav-brand .brand-wrapper .heading-wrapper .subheading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.33;
}

.subnav-brand .brand-wrapper .partner-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subnav-brand .brand-wrapper .partner-wrapper .sponsored-text {
  font-size: 10px;
  white-space: nowrap;
}

.subnav-brand .brand-wrapper .partner-wrapper .subbrand-image {
  max-height: 24px;
  max-width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}

#connatix,
.lifestyle-index-list,
.severe-alert-banner,
.sunrise-sunset,
.thumbnail-right-rail {
  border-radius: 6px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.right-rail-article:last-child {
  border-bottom: none !important;
}

.lbar-enabled.lbar-panel {
  margin-bottom: 0;
  width: 632px;
}

.lbar-enabled.lbar-banner {
  margin: 0 auto;
  width: 960px;
}

.lbar-enabled.lbar-banner.severe-alert-banner {
  margin-bottom: 16px;
}

.three-day .template-root .page-content {
  padding: 0 20px;
}

.lifestyle-index-list .is-widget.unrendered .index-list-card {
  opacity: 1 !important;
}

@-webkit-keyframes shimmer{

    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }

}

@keyframes shimmer{

    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }

}

@-webkit-keyframes blink{


    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: 0
    }

}

@keyframes blink{


    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: 0
    }

}

@supports(font:-apple-system-body){

    html.uvinow {
        font: -apple-system-body
    }

}

.recommended-map-container {
  background: #fff;
  border-radius: 6px;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 20px;
}

.recommended-map-container img {
  display: block;
}

.recommended-map-container img.load-error {
  max-height: 250px;
}

.recommended-map-container .cta-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0;
}

.recommended-map-container .title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 20px 0 12px 20px;
  text-transform: uppercase;
}

.recommended-map-container .base-map-cta {
  background-color: #fff;
}

.recommended-map-container .base-map-cta img {
  margin-bottom: 0;
}

.recommended-map-container .base-map-cta.is-en img.load-error {
  display: none;
}

.recommended-map-container .base-map-cta.is-en img.load-error+.map-error-message {
  display: block;
}

.recommended-map-container .base-map-cta .map-error-message {
  display: none;
  margin-bottom: 8px;
  padding: 0;
}

.recommended-map-container .base-map-cta .map-error-message .map-error-message-content {
  border-left: 0;
  border-right: 0;
}

.recommended-map-container .base-map-cta .map-error-message .error-refresh {
  display: none;
}

.recommended-map-container .recommended-maps {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recommended-map-container .recommended-maps a {
  background: #f1f4f8;
  border-radius: 40px;
}

.recommended-map-container .recommended-maps a:first-child {
  margin-left: 20px;
}

.recommended-map-container .recommended-maps a:last-child {
  margin-right: 20px;
}

.recommended-map-container .recommended-maps__item-name {
  color: #000;
}

.recommended-maps {
  display: flex;
  gap: 6px;
  overflow: scroll;
  scrollbar-width: none;
}

.recommended-maps::-webkit-scrollbar {
  display: none;
}

.recommended-maps__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsla(0, 0%, 100%, .1);
  border-radius: 40px;
  display: flex;
  gap: 12px;
  height: 48px;
  padding: 4px 16px 4px 4px;
}

.recommended-maps__item-image {
  border-radius: 100%;
}

.recommended-maps__item-name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.base-map-cta .cta-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0 12px;
  width: 100%;
}

.base-map-cta .desktop-cta-text {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  display: none;
  font-size: 16px;
  font-weight: 700;
  justify-content: right;
  line-height: 1.5;
  padding: 0 12px;
}

.base-map-cta .cta-more {
  margin-right: 10px;
  padding-bottom: 9px;
  text-transform: uppercase;
}

.cur-con-weather-card {
  color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cur-con-weather-card.card-module {
  padding: 20px;
}

.cur-con-weather-card .title-container {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .5px;
  margin-bottom: 1px;
  padding: 20px 20px 12px;
  text-transform: uppercase;
}

.cur-con-weather-card__title {
  opacity: .6;
}

.cur-con-weather-card__body {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 20px;
}

.cur-con-weather-card__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cur-con-weather-card__panel.right {
  align-items: flex-end;
  justify-content: space-between;
  margin: auto;
}

.cur-con-weather-card__panel.right .bottom {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.cur-con-weather-card__panel.right .bottom .real-feel {
  font-size: 12px;
  line-height: 16px;
}

.cur-con-weather-card .details-container {
  align-self: center;
}

.cur-con-weather-card .detail {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}

.cur-con-weather-card .detail:last-child {
  border-bottom: none;
}

.cur-con-weather-card .detail .label {
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
}

.cur-con-weather-card .detail .value {
  font-size: 18px;
  font-weight: 700;
}

.cur-con-weather-card .forecast-container {
  align-items: center;
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
}

.cur-con-weather-card .forecast-container .weather-icon {
  height: 60px;
  margin-right: 12px;
  width: 60px;
}

.cur-con-weather-card .forecast-container .temp {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -.7px;
}

.cur-con-weather-card .forecast-container .after-temp {
  font-size: 16px;
  line-height: 1.28;
  margin-left: -12px;
  opacity: .4;
}

.cur-con-weather-card .forecast-container .real-feel {
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  margin-top: -12px;
}

.cur-con-weather-card .phrase {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.cur-con-weather-card__cta {
  align-items: center;
  display: flex;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.cur-con-weather-card__cta .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin-right: 6px;
}

.cur-con-weather-card.has-minutecast {
  margin-bottom: 1px;
}

.cur-con-weather-card.has-minutecast .cur-con-weather-card__body {
  border-radius: 0;
}

.minutecast-banner {
  background: linear-gradient(0deg, #f1f4f8, #f1f4f8), #d9e0e9;
  border-radius: 0 0 6px 6px !important;
  display: block;
  padding: 20px;
}

.minutecast-banner__heading {
  color: rgba(0, 0, 0, .6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.minutecast-banner__phrase {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}

.minutecast-banner__chart {
  display: block;
  margin-bottom: 3px;
  max-height: 32px;
}

.minutecast-banner__time {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
}

.minutecast-banner__time__value {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.local-forecast-summary {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.local-forecast-summary h2 {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  color: rgba(0, 0, 0, .6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 1px;
  padding: 20px 20px 12px;
  text-transform: uppercase;
}

.local-forecast-summary p {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  color: #000;
  padding: 20px;
  font-size: initial
}

.today-forecast-card {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

.today-forecast-card .card-header {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  color: rgba(0, 0, 0, .6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 1px;
  padding: 20px 20px 12px;
  text-transform: uppercase;
}

.today-forecast-card .card-header .sub {
  color: #000;
  letter-spacing: .5px;
  line-height: 14px;
}

.today-forecast-card .body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  color: #000;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  gap: 10px;
  padding: 20px;
}

.today-forecast-card .body .body-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
}

.today-forecast-card .body .body-item:nth-child(2) {
  color: #000;
}

.today-forecast-card .body .body-item b {
  white-space: nowrap;
}

.today-forecast-card .body .icon {
  display: block;
  margin-right: 8px;
}

.weather-event-cta-hybrid {
  background: hsla(0, 0%, 100%, .1);
  border-radius: 6px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
}

.weather-event-cta-hybrid.has-snow {
  background: linear-gradient(90deg, #144bed, #2a8fdb);
}

.weather-event-cta-hybrid.has-snow .weather-event-status {
  color: #144bed;
}

.weather-event-cta-hybrid.has-snow.has-ice {
  background: linear-gradient(90deg, #144bed, #b71691), hsla(0, 0%, 100%, .1);
}

.weather-event-cta-hybrid.has-ice {
  background: linear-gradient(90deg, #b71691, #d24fa0);
}

.weather-event-cta-hybrid.has-ice .weather-event-status {
  color: #144bed;
}

.weather-event-cta-hybrid.has-tropical {
  background: linear-gradient(90deg, #5d0404, #ba0808);
}

.weather-event-cta-hybrid.has-tropical .weather-event-status {
  color: #ba0808;
}

.weather-event-cta-hybrid.inline-header {
  padding-top: 0;
}

.weather-event-cta-hybrid.inline-header .weather-event-cta-header {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 6px 6px 0 0;
  margin: 0 -20px 20px;
  padding: 20px 20px 12px;
}

.weather-event-cta-hybrid.inline-header .weather-event-cta-header>span {
  opacity: .6;
}

.weather-event-cta-hybrid .time-range {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.weather-event-cta-hybrid .weather-event-cta-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: hsla(0, 0%, 100%, .6);
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.weather-event-cta-hybrid .weather-event-cta-header,
.weather-event-cta-hybrid .weather-event-cta-header .weather-event-cta-header-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.weather-event-cta-hybrid .weather-event-cta-header .weather-event-status {
  background: #fff;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  margin-right: 8px;
  padding: 1px 8px 0;
  text-transform: uppercase;
}

.weather-event-cta-hybrid .weather-event-cta-header .icon-chevron {
  fill: #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.weather-event-cta-hybrid .weather-event {
  display: flex;
}

.weather-event-cta-hybrid .weather-event .event-icon {
  -webkit-filter: invert(42%) sepia(93%) saturate(12%) hue-rotate(77deg) brightness(119%) contrast(600%);
  filter: invert(42%) sepia(93%) saturate(12%) hue-rotate(77deg) brightness(119%) contrast(600%);
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.weather-event-cta-hybrid .weather-event p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.weather-event-cta-hybrid .weather-event .weather-event-type {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.weather-event-cta-hybrid .weather-event+.weather-event {
  margin-top: 16px;
}

.hourly-list-wrapper {
  border-radius: 6px;
}

.hourly-list-wrapper .hourly-list-header {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  color: rgba(0, 0, 0, .6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 1px;
  padding: 20px 20px 12px;
  text-transform: uppercase;
}

.hourly-list-wrapper .hourly-list {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.hourly-list-wrapper .hourly-list,
.hourly-list-wrapper .hourly-list__arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
}

.hourly-list-wrapper .hourly-list__arrow {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #b7c1cc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 34px;
  z-index: 1;
}

.hourly-list-wrapper .hourly-list__arrow svg.arrow {
  fill: #fff;
  height: 16px;
  width: 16px;
}

.hourly-list-wrapper .hourly-list__arrow.hide {
  cursor: not-allowed;
  opacity: .4;
}

.hourly-list-wrapper .hourly-list__arrow-left {
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hourly-list-wrapper .hourly-list__arrow-right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hourly-list-wrapper .hourly-list__list {
  display: flex;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.hourly-list-wrapper .hourly-list__list-wrapper {
  overflow: hidden;
}

.hourly-list-wrapper .hourly-list__list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  color: #000;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  height: 160px;
  justify-content: space-between;
  margin-right: 8x;
  min-width: 60px;
  padding: 20px 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.hourly-list-wrapper .hourly-list__list__item.hide {
  opacity: 0;
}

.hourly-list-wrapper .hourly-list__list__item-time {
  display: block;
  font-weight: 700;
}

.hourly-list-wrapper .hourly-list__list__item-icon {
  display: block;
  height: 40px;
  width: 40px;
}

.hourly-list-wrapper .hourly-list__list__item-temp {
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.hourly-list-wrapper .hourly-list__list__item-precip {
  color: #000;
  display: flex;
  gap: 4px;
  opacity: .6;
  white-space: nowrap;
  fill: red;
}

.hourly-list-wrapper .hourly-list__list__item-precip img:not([src]) {
  visibility: hidden;
}

.hourly-list-wrapper.no-arrows .hourly-list__list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: -17px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 17px;
}

.hourly-list-wrapper.no-arrows .hourly-list__list__item:first-child {
  margin-left: 10px;
}

.hourly-list-wrapper.no-arrows .hourly-list__list__item:last-child {
  margin-right: 10px;
}

.hourly-list-wrapper.no-arrows .hourly-list__list__item.hide {
  opacity: 1;
}

.daily-list .daily-list-header {
  border-radius: 6px 6px 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 20px 20px 12px;
  text-transform: uppercase;
}

.daily-list .daily-list-header,
.daily-list .daily-list-item {
  background-color: #fff;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 1px;
}

.daily-list .daily-list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 11px 20px;
}

.daily-list .daily-list-item:last-child {
  border-radius: 0 0 6px 6px;
  margin: 0;
}

.daily-list .daily-list-item.has-alerts {
  border-left: 4px solid #ce2027;
  padding-left: 16px;
}

.daily-list .daily-list-item .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  margin-right: 20px;
  min-width: 45px;
  text-align: center;
  white-space: nowrap;
}

.daily-list .daily-list-item .date .day {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.daily-list .daily-list-item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 32px;
  margin-right: 8px;
  width: 32px;
}

.daily-list .daily-list-item .temp-phrase-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  min-width: 98px;
}

.daily-list .daily-list-item .temp {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-flex-negative: 0;
  align-items: baseline;
  display: flex;
  flex-shrink: 0;
}

.daily-list .daily-list-item .temp-hi {
  -ms-flex-negative: 0;
  color: #000;
  flex-shrink: 0;
  font-size: 28px;
  font-weight: 700;
  margin-left: 36px;
}

.daily-list .daily-list-item .temp-lo {
  font-size: 20px;
}

.daily-list .daily-list-item .phrase {
  color: #000;
  display: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.daily-list .daily-list-item .phrase .night {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, .6);
  display: flex;
  font-weight: 400;
}

.daily-list .daily-list-item .phrase .night-icon {
  margin-right: 4px;
}

.daily-list .daily-list-item .precip {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  margin-left: auto;
}

.daily-list .daily-list-item .precip-icon {
  height: 12px;
  margin-right: 4px;
  width: 12px;
  fill: red;
}

.app-today-free .daily-list-header,
.app-today-free .daily-list-item,
.pwa .daily-list-header,
.pwa .daily-list-item {
  background-color: rgba(0, 0, 0, .1);
  color: hsla(0, 0%, 100%, .6);
}

.app-today-free .daily-list-item .date .day,
.app-today-free .daily-list-item .phrase,
.app-today-free .daily-list-item .temp-hi,
.pwa .daily-list-item .date .day,
.pwa .daily-list-item .phrase,
.pwa .daily-list-item .temp-hi {
  color: #fff;
}

.app-today-free .precip-icon path,
.pwa .precip-icon path {
  stroke: #fff;
}

.air-quality-module {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 0 0 6px 6px;
  color: #fff;
  padding: 20px;
}

.air-quality-module__title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 6px 6px 0 0;
  color: hsla(0, 0%, 100%, .6);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .5px;
  margin-bottom: 1px;
  padding: 20px 20px 12px;
  text-transform: uppercase;
}

.air-quality-module__title span {
  color: #000;
  display: none;
}

.air-quality-module__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.air-quality-module__row__1 {
  gap: 8px;
}

.air-quality-module__row__1,
.air-quality-module__row__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: flex;
}

.air-quality-module__row__category {
  border-width: 3px;
  border-right: solid;
  font-size: 18px;
  font-weight: 700;
  height: 37px;
  line-height: 22px;
  padding-right: 8px;
}

.air-quality-module__statement {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.air-quality-module__icon path {
  stroke: #fff;
}

.air-quality-module__see-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 6px;
  color: #fff;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
  padding: 13px 0;
}

.three-day .air-quality-module,
.three-day .air-quality-module__title {
  background-color: #fff;
  color: rgba(0, 0, 0, .6);
}

.three-day .air-quality-module__title span {
  display: block;
}

.three-day .air-quality-module__row__1,
.three-day .air-quality-module__row__category,
.three-day .air-quality-module__statement {
  color: #000;
}

.three-day .air-quality-module__icon path {
  stroke: #000;
}

.three-day .air-quality-module__see-more {
  display: none;
}

.sunrise-sunset__title {
  background-color: #fff;
  color: rgba(0, 0, 0, .6);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 1px;
  padding: 20px 20px 12px;
  text-transform: uppercase;
}

.sunrise-sunset__body {
  background-color: #fff;
  font-size: 1rem;
  padding: 20px;
}

.sunrise-sunset__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sunrise-sunset__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sunrise-sunset__icon {
  margin-right: 10px;
}

.sunrise-sunset__icon.sun-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.sunrise-sunset__times {
  border-left: 1px solid rgba(0, 0, 0, .15);
  margin-left: auto;
  min-width: 120px;
  padding-left: 18px;
  text-align: right;
}

.sunrise-sunset__times-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.sunrise-sunset__times-label {
  font-size: .75rem;
  margin-left: auto;
  opacity: .5;
}

.sunrise-sunset__times-value {
  font-size: 1rem;
  min-width: 68px;
  white-space: nowrap;
}

body.large-font .sunrise-sunset__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.large-font .sunrise-sunset__times {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

body.large-font .sunrise-sunset__times-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.large-font .sunrise-sunset__times-label {
  margin-left: 0;
}

.health-activities {
  margin-bottom: 40px;
}

.health-activities__title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 6px 6px 0 0;
  color: hsla(0, 0%, 100%, .6);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .5px;
  margin-bottom: 1px;
  padding: 20px 20px 12px;
  text-transform: uppercase;
}

.health-activities__title a {
  color: #000;
}

.health-activities__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .05);
  border-radius: 6px;
  border-right: none;
  color: #fff;
  display: none;
  margin-bottom: 12px;
  padding: 12px 13px 12px 16px;
}

.health-activities__item.show {
  display: flex;
}

.health-activities__item__icon {
  margin-right: 8px;
}

.health-activities__item__icon path {
  fill: #fff;
}

.health-activities__item__name {
  font-size: 1rem;
  margin-right: 8px;
  white-space: nowrap;
}

.health-activities__item__side {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.health-activities__item__side.right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-direction: column;
  flex-direction: column;
}

.health-activities__item__category {
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: auto;
  padding-bottom: 7px;
  padding-right: 8px;
  padding-top: 7px;
}

.health-activities__item__category__unsupported {
  display: none;
}

.health-activities__item.unsupported .health-activities__item__icon {
  opacity: .5;
}

.health-activities__item.unsupported .health-activities__item__name {
  color: hsla(0, 0%, 100%, .5);
}

.health-activities__item.unsupported .health-activities__item__category {
  display: none;
}

.health-activities__item.unsupported .health-activities__item__category__unsupported {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-left: auto;
  max-width: 134px;
  text-align: right;
}

.health-activities__copernicus {
  color: #fff;
  font-size: .625rem;
  text-align: center;
}

.health-activities.health-activities-free .health-activities__item {
  border-radius: 0;
  margin-bottom: 1px;
  padding: 12px 20px;
}

.health-activities.health-activities-free .health-activities__item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.health-activities.health-activities-free .health-activities__copernicus {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  padding: 8px 20px;
  text-align: center;
}

.large-font .health-activities__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-style: solid;
  border-right-width: 3px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.large-font .health-activities__item__icon {
  height: 50px;
  width: 50px;
}

.large-font .health-activities__item__category {
  border-right: none !important;
  margin: 0;
}

.section-header__title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.section-header__subtitle {
  color: hsla(0, 0%, 100%, .4);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.three-day .health-activities__title {
  background-color: #fff;
  color: rgba(0, 0, 0, .6);
}

.three-day .health-activities__item {
  background-color: #fff;
  color: #000;
}

.three-day .health-activities__item__icon path {
  fill: #000;
}

@media (min-width:1024px) {
  .glacier-ad.bottom,
      .glacier-ad.top {
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
  }
}

@media (min-width:768px) {
  .module-title {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .module-header {
    font-size: 16px;
  }
}

@media (min-width:768px) {
  .hide-mobile {
    display: block;
  }
}

@media (min-width:1024px) {
  .show-tablet {
    display: none;
  }
}

@media (min-width:768px) {
  .full-mobile-width {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:768px) {
  .left-align-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .left-align-children .full-responsive-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

@media (min-width:768px) {
  .full-width-component {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media (min-width:1024px) {
  .full-width-component {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media (min-width:1440px) {
  .full-width-component {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width:768px) {
  .full-width-component .revert-full-width-component {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media (min-width:1024px) {
  .full-width-component .revert-full-width-component {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media (min-width:1440px) {
  .full-width-component .revert-full-width-component {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (min-width:1024px) {
  #connatix {
    min-height: 425px;
  }
}

@media (min-width:768px) {
  .zone-rightRail1,
      .zone-rightRail2 {
    width: 100%;
  }
}

@media (max-width:371px) {
  .text-label {
    word-break: break-all;
  }
}

@media (min-width:1024px) {
  .two-column-page-content {
    margin: 16px auto 24px;
  }
}

@media (max-width:767px) {
  .two-column-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px;
  }
}

@media (max-width:767px) {
  .two-column-page-content .page-column-1 {
    margin: 0 0 16px;
    width: 100%;
  }
}

@media (max-width:767px) {
  .two-column-page-content .page-column-2 {
    margin: auto;
  }
}

@media (min-width:1024px)and (max-width:1144px) {
  body.new-ui .header-outer,
      body.new-ui .two-column-page-content {
    margin-left: 100px;
    margin-right: 80px;
  }
}

@media (min-width:1024px) {
  body.new-ui .map-container.is-fullscreen {
    left: 80px;
    top: 80px;
  }
}

@media (min-width:768px) {
  .base-footer .footer-content {
    padding: 0 24px;
  }
}

@media (min-width:1024px) {
  .base-footer .footer-content {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
  }
}

@media (min-width:1024px) {
  .base-footer .ad-free {
    display: block;
  }
}

@media (min-width:1024px) {
  .base-footer.is-en {
    padding-top: 40px;
  }
}

@media (min-width:1024px) {
  .base-footer.is-en.ad-free {
    padding-top: 40px;
  }
}

@media (min-width:1024px) {
  .base-footer.is-en .footer-legalese.authenticated {
    border-top: 1px solid #d8d8d8;
  }
}

@media (min-width:1024px)and (max-width:1144px) {
  body.new-ui .base-footer,
      body.new-ui .breadcrumbs,
      body.new-ui .neighbors-wrapper {
    padding-left: 100px;
  }
}

@media (min-width:768px) {
  .footer-category-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width:1024px) {
  .footer-category-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:768px) {
  .footer-category-section .footer-category-section-link {
    font-size: 13px;
    line-height: 2.08;
    margin-bottom: 0;
    margin-right: 24px;
  }
  
  .footer-category-section .footer-category-section-link:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .footer-category-section .footer-category-section-link {
    line-height: 2.15;
    margin-right: auto;
  }
  
  .footer-category-section .footer-category-section-link:hover {
    color: #ec5f17;
  }
}

@media (min-width:768px) {
  .footer-content-mobile {
    display: none;
  }
}

@media (min-width:768px) {
  .footer-social {
    padding-left: 0;
  }
}

@media (min-width:768px) {
  .footer-content-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:1024px) {
  .footer-content-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .footer-content-category {
    margin-bottom: 24px;
  }
}

@media (min-width:1024px) {
  .footer-content-category .footer-content-category-wrapper {
    margin-bottom: 16px;
  }
  
  .footer-content-category .footer-content-category-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .footer-content-category .footer-content-category-header {
    margin-bottom: 8px;
  }
}

@media (min-width:1024px) {
  .breadcrumbs .crumbs {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:768px) {
  .page-hero .page-hero-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-bottom: 56px;
    padding-top: 56px;
  }
}

@media (min-width:1024px) {
  .page-hero .page-hero-content {
    max-width: 1200px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width:768px) {
  .page-hero .page-hero-content__left {
    padding-right: 20px;
    width: 50%;
  }
}

@media (min-width:1024px) {
  .page-hero .page-hero-content__left {
    -ms-flex-preferred-size: 552px;
    flex-basis: 552px;
    max-width: 576px;
  }
}

@media (min-width:768px) {
  .page-hero .page-hero-content__right {
    -ms-flex-preferred-size: 391px;
    -ms-flex-negative: 0;
    flex-basis: 391px;
    flex-shrink: 0;
    width: 50%;
  }
}

@media (min-width:1024px) {
  .page-hero .page-hero-content__right {
    -ms-flex-preferred-size: 408px;
    flex-basis: 408px;
  }
}

@media (min-width:1024px) {
  .page-hero .basic-header .alert-banner a.center,
      .page-hero .basic-header .header-inner {
    padding: 0 32px;
  }
}

@media (min-width:1024px) {
  .page-hero .featured-search {
    margin-bottom: 24px;
  }
}

@media (min-width:1024px) {
  .page-hero .featured-locations__header {
    display: block;
  }
}

@media (min-width:768px) {
  .page-hero .featured-locations__locations-wrapper {
    height: auto;
    margin: 0;
  }
}

@media (max-width:767px) {
  .page-hero .featured-locations__locations-wrapper.stacked {
    height: auto;
    margin: 0;
  }
  
  .page-hero .featured-locations__locations-wrapper.stacked .featured-locations__locations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  
  .page-hero .featured-locations__locations-wrapper.stacked .featured-locations__locations .featured-location {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

@media (min-width:768px) {
  .page-hero .featured-locations__locations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

@media (min-width:1024px) {
  .page-hero .featured-locations__locations {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    overflow: hidden;
  }
  
  .page-hero .featured-locations__locations .featured-location {
    margin-right: 8px;
    width: 33%;
  }
}

@media (min-width:1440px) {
  .page-hero .featured-locations__locations .featured-location {
    margin-right: 20px;
  }
}

@media (min-width:1024px) {
  .home-subnav,
      .home-subnav-placeholder {
    display: none;
  }
}

@media (min-width:768px) {
  .recent-location-item {
    margin-right: 0;
    min-width: auto;
  }
  
  .recent-location-item:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (min-width:1024px) {
  .recent-location-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 133px;
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 172px;
    padding: 16px 12px 16px 16px;
  }
}

@media (min-width:768px) {
  .recent-location-item .recent-location-name {
    max-width: 28vw;
  }
}

@media (min-width:1024px) {
  .recent-location-item .recent-location-name {
    font-size: 18px;
    line-height: 1.22;
    margin-right: 0;
    max-width: 139px;
  }
  
  .recent-location-item .recent-location-name.has-alert {
    max-width: 120px;
  }
}

@media (min-width:1024px) {
  .recent-location-item .recent-location-short-admin-name {
    display: none;
  }
}

@media (min-width:1024px) {
  .recent-location-item .recent-location-admin-name {
    display: block;
  }
}

@media (min-width:1024px) {
  .recent-location-item .recent-location-current-weather-wrapper {
    margin-bottom: 5px;
  }
}

@media (min-width:1024px) {
  .recent-location-item .recent-location-current-weather-wrapper .recent-location-temp {
    display: block;
    font-size: 30px;
    line-height: 1.13;
  }
}

@media (min-width:1024px) {
  .recent-location-item .recent-location-current-weather-wrapper .recent-location-temp-unit {
    bottom: auto;
    left: -13px;
  }
}

@media (min-width:1024px) {
  .recent-location-item .recent-location-real-feel {
    display: block;
  }
}

@media (max-width:767px) {
  .featured-search-bar .searchbar-content .search-options {
    width: 220px;
  }
}

@media (min-width:1024px) {
  .base-map-cta .map-error-message {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .map-error-message {
    height: 420px;
  }
}



@media (min-width:1024px) {
  .nearby-locations-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width:1024px) {
  .nearby-locations-list .nearby-location {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(50% - 2px);
  }
  
  .nearby-locations-list .nearby-location:nth-child(odd) {
    margin-right: 2px;
  }
}

@media (min-width:768px) {
  .footer-legalese {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-top: 32px;
  }
}

@media (min-width:768px) {
  .footer-legalese {
    font-size: 13px;
    line-height: 1.85;
  }
}

@media (min-width:1024px) {
  .footer-legalese {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:768px) {
  .footer-copyright {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .neighbors-wrapper {
    padding-left: 0;
  }
}

@media (min-width:768px) {
  .content-image {
    height: 112px;
    width: 112px;
  }
}

@media (min-width:1024px) {
  .content-image {
    height: 128px;
    width: 171px;
  }
}

@media (min-width:768px) {
  .component-content-recirc .module-title {
    margin-bottom: 8px;
  }
}

@media (min-width:768px) {
  .content-tout {
    height: 112px;
  }
}

@media (min-width:1024px) {
  .content-tout {
    height: 128px;
  }
}

@media (min-width:768px) {
  .content-tout .tout-image {
    height: 112px;
    width: 112px;
  }
}

@media (min-width:1024px) {
  .content-tout .tout-image {
    height: 128px;
    width: 171px;
  }
}

@media (min-width:768px) {
  .content-tout .tout-body {
    padding: 12px;
  }
}

@media (min-width:1024px) {
  .content-tout .tout-body {
    padding: 16px;
  }
}

@media (min-width:375px) {
  .content-tout .tout-body .tout-body-link .tout-title {
    font-size: 15px;
  }
}

@media (min-width:768px) {
  .content-tout .tout-body .tout-body-link .tout-title {
    font-size: 17px;
    line-height: 1.18;
    max-height: 2.5em;
  }
}

@media (min-width:1024px) {
  .content-tout .tout-body .tout-body-link .tout-title {
    font-size: 21px;
    line-height: 1.14;
    max-height: 2.36em;
  }
}

@media (min-width:1024px) {
  .content-tout .tout-body .tout-body-link .tout-meta {
    bottom: 12px;
  }
}

@media (min-width:375px) {
  .content-tout .tout-body .tout-body-link .tout-meta .tout-date {
    display: inline;
  }
}

@media (min-width:1024px) {
  .single-image-newsfeed .featured-tout {
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, .15);
  }
}

@media (min-width:1024px) {
  .single-image-newsfeed .newsfeed-body,
      .single-image-newsfeed .tout-feed {
    display: flex;
  }
  
  .single-image-newsfeed .tout-feed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  
  .single-image-newsfeed .tout-feed .newsfeed-cta {
    margin-top: auto;
  }
}

@media (min-width:1024px) {
  .thumbnail-newsfeed .newsfeed-body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width:1024px) {
  .thumbnail-newsfeed .tout-link {
    width: calc(50% - 6px);
  }
}

@media (min-width:1024px) {
  .thumbnail-newsfeed .tout-link h4 {
    margin-right: 8px;
  }
}

@media (min-width:1024px) {
  .featured-stories {
    margin-bottom: 12px;
  }
}

@media (min-width:1024px) {
  .featured-stories .featured-story {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 260px;
  }
}

@media (min-width:1024px) {
  .featured-stories .featured-story__image {
    max-width: 348px;
    width: auto;
  }
}

@media (min-width:1024px) {
  .featured-stories .featured-story-info {
    margin: 32px 32px 24px;
  }
}

@media (min-width:1024px) {
  .featured-stories .featured-story-info__time {
    bottom: 0;
    position: absolute;
  }
}

@media (min-width:1024px) {
  .featured-stories .secondary-stories {
    display: flex;
    margin-top: 16px;
  }
  
  .featured-stories .secondary-stories :first-child {
    margin-right: 24px;
  }
}

@media (min-width:1024px) {
  .featured-stories .secondary-stories .secondary-story {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width:1024px) {
  .featured-stories .stories {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .featured-stories .stories :first-child {
    margin-bottom: 16px;
    padding-right: 12px;
  }
  
  .featured-stories .stories :nth-child(2) {
    margin-bottom: 16px;
    padding-left: 12px;
  }
  
  .featured-stories .stories :nth-child(3) {
    padding-right: 12px;
  }
  
  .featured-stories .stories :nth-child(4) {
    padding-left: 12px;
  }
}

@media (min-width:1024px) {
  .featured-stories .stories .story {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  
  .featured-stories .stories .story :first-child {
    margin-bottom: 0;
    padding-right: 0;
  }
  
  .featured-stories .stories .story :nth-child(2) {
    margin-bottom: 0;
    padding-left: 0;
  }
  
  .featured-stories .stories .story :nth-child(3) {
    padding-right: 0;
  }
  
  .featured-stories .stories .story :nth-child(4) {
    padding-left: 0;
  }
}

@media (min-width:1024px) {
  .featured-topic-newsfeed {
    margin-bottom: 24px;
  }
}

@media (min-width:1024px) {
  .featured-topic-newsfeed .featured-tout {
    -ms-flex-negative: 0;
    border-bottom: none;
    flex-shrink: 0;
    padding-bottom: 0;
    width: 348px;
  }
}

@media (min-width:1024px) {
  .featured-topic-newsfeed .featured-tout img {
    height: 260px;
    max-height: 260px;
  }
}

@media (min-width:1024px) {
  .featured-topic-newsfeed .featured-tout h4 {
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .featured-topic-newsfeed .tout-link {
    margin: 0 24px;
  }
}

@media (min-width:768px) {
  .featured-topic-newsfeed .newsfeed-cta {
    padding: 12px 0 8px;
  }
}

@media (min-width:1024px) {
  .featured-topic-newsfeed .newsfeed-cta {
    padding: 12px 0 0 24px;
  }
  
  .featured-topic-newsfeed .newsfeed-body,
      .featured-topic-newsfeed .tout-feed {
    display: flex;
  }
  
  .featured-topic-newsfeed .tout-feed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

@media (min-width:1024px) {
  .subtopic-thumbnails .newsfeed-body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .subtopic-thumbnails .newsfeed-body .touts-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 12px);
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .featured-story {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 16px;
    max-height: 260px;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .featured-story__image {
    max-width: 348px;
    width: auto;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .featured-story-info {
    margin: 32px 32px 24px;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .featured-story-info__time {
    bottom: 0;
    position: absolute;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .middle-touts {
    display: flex;
    margin-bottom: 16px;
  }
  
  .mixed-newsfeed .mixed-body .middle-touts :first-child {
    margin-right: 24px;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .middle-touts .middle-tout {
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .bottom-touts {
    display: flex;
  }
  
  .mixed-newsfeed .mixed-body .bottom-touts>.bottom-right-touts {
    padding-left: 24px;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .bottom-touts .bottom-left-touts {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .bottom-right-touts .overflow-story .story-content,
      .mixed-newsfeed .mixed-body .bottom-right-touts .story .story-content {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .bottom-right-touts {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media (min-width:768px) {
  .mixed-newsfeed .mixed-body .tout-overflow>:nth-child(2n) {
    padding-left: 24px;
  }
}

@media (min-width:768px) {
  .mixed-newsfeed .mixed-body .tout-overflow .overflow-story,
      .mixed-newsfeed .mixed-body .tout-overflow .story {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 50%;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    flex-basis: 50%;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .tout-overflow .overflow-story .story-content,
      .mixed-newsfeed .mixed-body .tout-overflow .story .story-content {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .mixed-body .tout-link {
    margin: 0 24px;
  }
}

@media (min-width:768px) {
  .mixed-newsfeed .newsfeed-cta {
    padding: 12px 0 8px;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .newsfeed-cta {
    padding: 12px 0 0 24px;
  }
}

@media (min-width:1024px) {
  .mixed-newsfeed .newsfeed-body,
      .mixed-newsfeed .tout-feed {
    display: flex;
  }
  
  .mixed-newsfeed .tout-feed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

@media (min-width:768px) {
  .indices-newsfeed {
    padding: 0 0 16px;
  }
}

@media (min-width:768px) {
  .indices-newsfeed__title {
    padding: 0;
  }
}

@media (max-width:767px) {
  .indices-newsfeed .indices-body ::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width:767px) {
  .indices-newsfeed .indices-body .indices-touts {
    scrollbar-width: none;
  }
}

@media (min-width:768px) {
  .indices-newsfeed .indices-body .indices-touts {
    padding: 0;
  }
}

@media (min-width:1024px) {
  .indices-newsfeed .indices-body .indices-touts {
    overflow: hidden;
  }
}

@media (min-width:768px) {
  .newsfeed-gallery {
    padding: 16px 12px 24px;
  }
  
  .newsfeed-gallery .gallery-items,
      .newsfeed-gallery .gallery-items-wrap {
    display: flex;
    overflow: visible;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  }
}

@media (min-width:768px) {
  .newsfeed-gallery .gallery-title-large {
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 24px;
  }
}

@media (min-width:768px) {
  .newsfeed-gallery .pagination-container {
    display: none;
  }
}

@media (min-width:768px) {
  .newsfeed-gallery .gallery-arrow {
    display: none;
  }
}

@media (min-width:768px) {
  .gallery-item {
    display: block;
    margin-right: 16px;
    padding: 32px 16px 40px;
    width: 192px;
  }
  
  .gallery-item .gallery-title {
    display: none;
  }
}

@media (min-width:768px) {
  .gallery-item .cover-title-wrap {
    padding-top: 112px;
  }
}

@media (min-width:768px) {
  .gallery-item .cover-title-wrap .cover-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}

@media (min-width:768px) {
  .gallery-item .gallery-background .blur {
    border-radius: 6px;
  }
}

@media (min-width:768px) {
  .gallery-item .gallery-background img {
    border-radius: 6px;
  }
}

@media (min-width:768px) {
  .severe-alert-banner {
    height: 54px;
    padding: 8px 16px 8px 12px;
  }
}

@media (max-width:767px) {
  .severe-alert-banner {
    margin-bottom: 12px;
  }
}

@media (min-width:768px) {
  .severe-alert-banner__icon {
    height: 22px;
    width: 25px;
  }
  
  .severe-alert-banner__icon.no-count {
    margin-right: 12px;
  }
}

@media (min-width:768px) {
  .severe-alert-banner__count {
    font-size: 18px;
    font-weight: 500;
    margin: 0 8px 8px 2px;
  }
}

@media (min-width:768px) {
  .severe-alert-banner__separator {
    margin-right: 12px;
  }
}

@media (min-width:768px) {
  .severe-alert-banner__type {
    font-size: 16px;
    font-weight: 700;
  }
}

@media (min-width:768px) {
  .card-display__body {
    display: flex;
  }
}

@media (min-width:768px) {
  .card-display__featured {
    -ms-flex-negative: 0;
    border-radius: 6px 0 0 6px;
    flex-shrink: 0;
    margin-bottom: 0;
    width: 50%;
  }
  
  .card-display__featured-time {
    border-radius: 0 0 0 6px;
  }
}

@media (min-width:360px) {
  .alert-block {
    font-size: 16px;
  }
}

@media (min-width:1024px) {
  .alert-block {
    font-size: 24px;
    height: 118px;
    padding-right: 12px;
  }
}

@media (min-width:1024px) {
  .alert-block span {
    padding-right: 12px;
  }
}

@media (min-width:1024px) {
  .alert-block .icon-chevron {
    padding-right: 12px;
  }
}

@media (min-width:360px) {
  .alert-block .alert-image {
    font-size: 16px;
    padding-right: 16px;
  }
}

@media (min-width:1024px) {
  .alert-block .alert-image {
    padding-right: 24px;
  }
}

@media (min-width:768px) {
  .thumbnail-right-rail .title {
    padding: 16px;
  }
}

@media (min-width:768px) {
  .thumbnail-right-rail .right-rail-article {
    padding: 16px;
  }
}

@media (min-width:768px) {
  .thumbnail-right-rail .cta {
    padding: 12px 16px;
  }
}

@media (min-width:768px) {
  .popular-topics .title {
    padding: 15px 16px;
  }
}

@media (min-width:768px) {
  .popular-topics .topic {
    padding: 7px 16px;
  }
}

@media (min-width:768px) {
  .headline-right-rail .title {
    padding: 16px;
  }
}

@media (min-width:768px) {
  .headline-right-rail .right-rail-article {
    padding: 16px;
  }
}

@media (min-width:768px) {
  .headline-right-rail .cta {
    padding: 12px 16px;
  }
}

@media (min-width:768px) {
  .single-topic-right-rail .title {
    padding: 16px;
  }
}

@media (min-width:768px) {
  .single-topic-right-rail .right-rail-article {
    padding: 16px;
  }
}

@media (min-width:768px) {
  .single-topic-right-rail .cta {
    padding: 12px 16px;
  }
}

@media (max-width:767px) {
  .featured-article__breaking-news {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}

@media (max-width:767px) {
  .featured-article__title {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}

@media (max-width:767px) {
  .featured-article__details>.live-blog-feature__header {
    display: none;
  }
}

@media (max-width:767px) {
  .featured-article>.live-blog-feature__header {
    display: flex;
  }
  
  .live-blog-feature__header+.featured-article__title {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 8px 16px 12px;
  }
}

@media (min-width:1024px) {
  .live-blog-feature__body-info {
    padding-right: 24px;
  }
}

@media (min-width:1024px) {
  .live-blog-feature__body .feature-image-mobile {
    display: none;
  }
}

@media (min-width:1024px) {
  .live-blog-feature__body .feature-image-desktop {
    display: block;
  }
}

@media (min-width:768px) {
  .featured-gallery.rightRail2 {
    padding: 32px 16px 40px;
  }
}

@media (min-width:1024px) {
  .chat-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    bottom: 16px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    left: auto;
    right: 16px;
  }
  
  .chat-banner .chat-banner-icon {
    -webkit-transition: height .2s, width .2s;
    transition: height .2s, width .2s;
  }
  
  .chat-banner .chat-banner-text {
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
  }
  
  .chat-banner:hover {
    bottom: 14px;
    padding: 2px;
    right: 14px;
  }
  
  .chat-banner:hover .chat-banner-icon {
    height: 26px;
    width: 26px;
  }
  
  .chat-banner:hover .chat-banner-text {
    font-size: 18px;
  }
  
  .chat-banner.show {
    display: flex !important;
  }
}


@media (min-width:1024px) {
  .display-summary-block .read-more {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: normal;
    padding-left: 12px;
  }
}

@media (min-width:1440px) {
  .lang-non-en .alert-banner-container.has-multiple .alert-banner {
    min-width: calc(50% - 4px);
  }
}

@media (min-width:768px) {
  .alert-banner {
    padding: 0 10px;
  }
}

@media (min-width:1024px) {
  .alert-banner {
    padding: 0 20px;
  }
}

@media (min-width:1024px) {
  .alert-banner a.center {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
  }
}

@media (min-width:1024px)and (min-width:1440px) {
  .alert-banner a.center {
    max-width: 1200px;
  }
}

@media (min-width:1024px) {
  .afb-nav-container {
    display: flex;
  }
}

@media (min-width:768px) {
  .header-search-bar {
    height: 34px;
    width: 324px;
  }
}

@media (max-width:767px) {
  .header-search-bar .searchbar-inner .search-options {
    display: none;
  }
}

@media (min-width:768px) {
  .header-search-bar .search-form .search-input {
    font-size: 14px;
  }
}

@media (min-width:768px) {
  .header-search-bar .search-form .search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  
  .header-search-bar .search-form .search-input::-moz-placeholder {
    font-size: 14px;
  }
  
  .header-search-bar .search-form .search-input:-ms-input-placeholder {
    font-size: 14px;
  }
  
  .header-search-bar .search-form .search-input::-ms-input-placeholder {
    font-size: 14px;
  }
  
  .header-search-bar .search-form .search-input::placeholder {
    font-size: 14px;
  }
}

@media (min-width:768px) {
  .header-placeholder {
    height: 62px;
  }
}

@media (min-width:768px) {
  .header-placeholder.has-adhesion {
    height: 120px;
  }
}

@media (min-width:768px) {
  .header-placeholder.has-alerts {
    height: 94px;
  }
}

@media (min-width:1024px) {
  .header-placeholder.has-AFB-menu {
    height: 94px;
  }
}

@media (min-width:768px) {
  .header-placeholder.has-alerts.has-adhesion {
    height: 152px;
  }
}

@media (min-width:768px) {
  .basic-header .alert-banner a.center {
    max-width: 960px;
  }
}

@media (max-width:767px) {
  .basic-header .header-menu {
    height: calc(100vh - 44px);
  }
  
  .has-adhesion .basic-header .header-menu {
    height: calc(100vh - 102px);
  }
  
  .has-alerts .basic-header .header-menu {
    height: calc(100vh - 76px);
  }
  
  .has-alerts.has-adhesion .basic-header .header-menu {
    height: calc(100vh - 134px);
  }
}

@media (min-width:768px) {
  .basic-header .header-logo {
    margin-right: 15px;
    width: auto;
  }
}

@media (min-width:768px) {
  .basic-header .header-logo svg {
    height: 28px;
    width: 168px;
  }
}

@media (min-width:768px) {
  .basic-header .header-outer {
    height: 62px;
  }
}

@media (min-width:768px) {
  .basic-header .header-inner {
    margin: 0 24px;
  }
}

@media (min-width:1024px) {
  .basic-header .header-inner {
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .basic-header .header-inner .header-weather-icon {
    height: 24px;
    width: 24px;
  }
}

@media (min-width:768px) {
  .basic-header .search-bar {
    margin: 0 24px 0 0;
  }
}

@media (max-width:767px) {
  .basic-header.menu-open .hamburger-button,
      .basic-header.menu-open .header-city-link {
    display: none;
  }
  
  .basic-header.menu-open .header-logo {
    width: auto;
  }
  
  .basic-header.menu-open .header-logo svg {
    height: 20px;
    width: 140px;
  }
  
  .basic-header.menu-open .close-button {
    display: block;
  }
  
  .basic-header.menu-open.is-hero.is-at-top .header-outer {
    background-color: #1f1f1f;
  }
}

@media (min-width:768px) {
  .basic-header.menu-open .desktop-close {
    display: block;
  }
}

@media (min-width:1024px) {
  .basic-header .page-sponsor {
    margin-right: 24px;
  }
}

@media (max-width:767px) {
  .basic-header.is-hero .header-logo {
    width: auto;
  }
  
  .basic-header.is-hero .header-logo svg {
    height: 29px;
    width: 140px;
  }
}

@media (min-width:768px) {
  .header-menu {
    background-color: #fff;
    -webkit-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .5);
    color: #000;
    padding: 20px 32px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 370px;
  }
}

@media (min-width:768px) {
  .header-menu a {
    color: #000;
  }
}

@media (min-width:768px) {
  .header-menu .settings-link {
    padding: 0;
  }
}

@media (min-width:768px) {
  .header-menu .settings-link .icon-settings {
    fill: #000;
  }
}

@media (min-width:768px) {
  .header-menu .settings-link__chat {
    background-color: #404040;
    margin-right: 16px;
  }
}

@media (min-width:1024px) {
  .header-menu .settings-link__chat {
    display: none;
  }
}

@media (min-width:768px) {
  .header-menu .header-loc-weather,
      .header-menu .more-cta-title {
    color: #000;
    padding: 0 0 12px;
  }
}

@media (min-width:768px) {
  .header-menu .header-link,
      .header-menu .more-cta-links .cta-link {
    color: rgba(0, 0, 0, .6);
    margin: 23px 0;
  }
}

@media (min-width:768px) {
  .header-menu .header-link.active,
      .header-menu .more-cta-links .cta-link.active {
    color: #000;
  }
}

@media (min-width:768px) {
  .header-menu .sublink-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:768px) {
  .header-menu .sublink-container .sublink-header {
    color: rgba(0, 0, 0, .6);
  }
  
  .header-menu .sublink-container .sublink-header .icon-chevron {
    fill: rgba(0, 0, 0, .6);
  }
}

@media (min-width:768px) {
  .header-menu .sublink-container .cta-link {
    color: #000;
  }
}

@media (min-width:768px) {
  .header-menu .sublink-container.active .sublink-header {
    color: #000;
  }
}

@media (min-width:768px) {
  .subnav .subnav-items {
    padding-left: 0;
  }
}


  .secondary-nav {
    margin: 0 24px 16px;
  }


@media (min-width:1024px) {
  .secondary-nav {
    margin: 0 auto 16px;
  }
}

@media (min-width:768px) {
  .secondary-nav.dark-mode {
    padding: 0 24px;
  }
}

@media (min-width:1024px) {
  .secondary-nav.dark-mode {
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .secondary-nav.dark-mode .subnav-item {
    font-size: 16px;
  }
}

@media (min-width:1024px) {
  .secondary-nav.full-width {
    padding: 0 auto 16px;
  }
}

@media (min-width:768px) {
  .secondary-nav .subnav-item {
    font-size: 16px;
  }
}

@media (min-width:768px) {
  .tertiary-nav {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media (min-width:1024px) {
  .tertiary-nav {
    margin: 0 auto 16px;
  }
}

@media (min-width:768px) {
  .tertiary-nav .subnav-item {
    font-size: 14px;
  }
}

@media (min-width:768px) {
  .subnav-brand {
    padding: 0 24px;
  }
}

@media (min-width:768px) {
  .subnav-brand .brand-wrapper .heading-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .subnav-brand .brand-wrapper .partner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .subnav-brand .brand-wrapper .partner-wrapper .sponsored-text {
    margin-right: 8px;
  }
}

@media (min-width:1024px) {
  .air-quality-module-wrapper,
      .cur-con-weather-card,
      .local-forecast-summary,
      .minutecast-banner,
      .today-forecast-card,
      .weather-event-cta-hybrid {
    border-radius: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  }
  
  .air-quality-module-wrapper:hover,
      .cur-con-weather-card:hover,
      .local-forecast-summary:hover,
      .minutecast-banner:hover,
      .today-forecast-card:hover,
      .weather-event-cta-hybrid:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(128, 154, 188, .09), 0 5px 5px 0 rgba(128, 154, 188, .08), 0 11px 7px 0 rgba(128, 154, 188, .05), 0 20px 8px 0 rgba(128, 154, 188, .01), 0 31px 9px 0 rgba(128, 154, 188, 0);
    box-shadow: 0 1px 3px 0 rgba(128, 154, 188, .09), 0 5px 5px 0 rgba(128, 154, 188, .08), 0 11px 7px 0 rgba(128, 154, 188, .05), 0 20px 8px 0 rgba(128, 154, 188, .01), 0 31px 9px 0 rgba(128, 154, 188, 0);
  }
  
  .daily-list .daily-list-item,
      .health-activities__item,
      .hourly-list__list__item {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  
  .daily-list .daily-list-item:hover,
      .health-activities__item:hover,
      .hourly-list__list__item:hover {
    background-color: #f1f4f8 !important;
  }
}

@media (min-width:1024px) {
  .three-day .template-root .page-content {
    padding: 0;
  }
}

@media (min-width:1024px) {
  .glacier-ad.bottom,
      .glacier-ad.top {
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
  }
}

@media (min-width:768px) {
  .module-title {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .module-header {
    font-size: 16px;
  }
}

@media (min-width:768px) {
  .hide-mobile {
    display: block;
  }
}

@media (min-width:1024px) {
  .show-tablet {
    display: none;
  }
}

@media (min-width:768px) {
  .full-mobile-width {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:768px) {
  .left-align-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .left-align-children .full-responsive-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

@media (min-width:768px) {
  .full-width-component {
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media (min-width:1024px) {
  .full-width-component {
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media (min-width:1440px) {
  .full-width-component {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width:768px) {
  .full-width-component .revert-full-width-component {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media (min-width:1024px) {
  .full-width-component .revert-full-width-component {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media (min-width:1440px) {
  .full-width-component .revert-full-width-component {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (min-width:1024px) {
  #connatix {
    min-height: 425px;
  }
}

@media (min-width:768px) {
  .zone-rightRail1,
      .zone-rightRail2 {
    width: 100%;
  }
}

@media (max-width:371px) {
  .text-label {
    word-break: break-all;
  }
}

@media (min-width:1024px) {
  .two-column-page-content {
    margin: 16px auto 24px;
  }
}

@media (max-width:767px) {
  .two-column-page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px;
  }
}

@media (max-width:767px) {
  .two-column-page-content .page-column-1 {
    margin: 0 0 16px;
    width: 100%;
  }
}

@media (max-width:767px) {
  .two-column-page-content .page-column-2 {
    margin: auto;
  }
}

@media (min-width:1024px)and (max-width:1144px) {
  body.new-ui .header-outer,
      body.new-ui .two-column-page-content {
    margin-left: 100px;
    margin-right: 80px;
  }
}

@media (min-width:1024px) {
  body.new-ui .map-container.is-fullscreen {
    left: 80px;
    top: 80px;
  }
}

@media (min-width:768px) {
  .base-footer .footer-content {
    padding: 0 24px;
  }
}

@media (min-width:1024px) {
  .base-footer .footer-content {
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
  }
}

@media (min-width:1024px) {
  .base-footer .ad-free {
    display: block;
  }
}

@media (min-width:1024px) {
  .base-footer.is-en {
    padding-top: 40px;
  }
}

@media (min-width:1024px) {
  .base-footer.is-en.ad-free {
    padding-top: 40px;
  }
}

@media (min-width:1024px) {
  .base-footer.is-en .footer-legalese.authenticated {
    border-top: 1px solid #d8d8d8;
  }
}

@media (min-width:1024px)and (max-width:1144px) {
  body.new-ui .base-footer,
      body.new-ui .breadcrumbs,
      body.new-ui .neighbors-wrapper {
    padding-left: 100px;
  }
}

@media (min-width:768px) {
  .footer-category-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width:1024px) {
  .footer-category-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:768px) {
  .footer-category-section .footer-category-section-link {
    font-size: 13px;
    line-height: 2.08;
    margin-bottom: 0;
    margin-right: 24px;
  }
  
  .footer-category-section .footer-category-section-link:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .footer-category-section .footer-category-section-link {
    line-height: 2.15;
    margin-right: auto;
  }
  
  .footer-category-section .footer-category-section-link:hover {
    color: #ec5f17;
  }
}

@media (min-width:768px) {
  .footer-content-mobile {
    display: none;
  }
}

@media (min-width:768px) {
  .footer-social {
    padding-left: 0;
  }
}

@media (min-width:768px) {
  .footer-content-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:1024px) {
  .footer-content-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .footer-content-category {
    margin-bottom: 24px;
  }
}

@media (min-width:1024px) {
  .footer-content-category .footer-content-category-wrapper {
    margin-bottom: 16px;
  }
  
  .footer-content-category .footer-content-category-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .footer-content-category .footer-content-category-header {
    margin-bottom: 8px;
  }
}

@media (min-width:1024px) {
  .breadcrumbs .crumbs {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:1024px) {
  .recommended-map-container .base-map-cta .map-error-message {
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .base-map-cta img {
    margin-bottom: 0;
  }
}

@media (min-width:1024px) {
  .base-map-cta .cta-text {
    display: none;
  }
}

@media (min-width:1024px) {
  .base-map-cta .desktop-cta-text {
    display: flex;
  }
}

@media (min-width:1024px) {
  .base-map-cta .cta-more {
    padding-bottom: 0;
  }
}

@media (min-width:1024px) {
  .base-map-cta .map-error-message {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .map-error-message {
    height: 420px;
  }
}

@media (min-width:1024px) {
  .cur-con-weather-card.is-desktop .forecast-container {
    margin-bottom: 17px;
  }
  
  .cur-con-weather-card.is-desktop .forecast-container .weather-icon {
    height: 88px;
    width: 88px;
  }
  
  .cur-con-weather-card.is-desktop .forecast-container .temp {
    font-size: 84px;
  }
  
  .cur-con-weather-card.is-desktop .forecast-container .after-temp {
    font-size: 24px;
    margin-left: -15px;
  }
  
  .cur-con-weather-card.is-desktop .forecast-container .real-feel {
    font-size: 20px;
  }
}

@media (min-width:1024px) {
  .minutecast-banner__chart {
    max-height: 40;
  }
}

@media (min-width:768px) {
  .daily-list .daily-list-item .phrase {
    display: block;
  }
}

@media (min-width:768px) {
  .air-quality-module__statement {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width:768px) {
  .sunrise-sunset__icon {
    margin-right: 16px;
  }
}
