@font-face {
  font-family: Roboto-fb;
  size-adjust: 100.06%;
  ascent-override: 93%;
  src: local("Arial");
}
@font-face {
  font-family: "Roboto Condensed-fb";
  size-adjust: 88.91%;
  ascent-override: 110%;
  src: local("Arial");
}
.hero-feed {
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .hero-feed {
    padding-top: 1.5rem;
  }
}
.hero-feed .article-card {
  margin-bottom: 2.5rem;
}
.hero-feed .hero-feed__mini-col .article-card:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hero-feed--hero-breakout,
  .hero-feed--hero-breakout > .col-xs-12:not(.hero-feed__widget) {
    padding-right: 0;
    padding-left: 0;
  }
  .hero-feed--hero-breakout
    .hero-feed__hero-col
    > .article-card
    .article-card__image-link {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.hero-feed--5-card-hero-default .hero-feed__wrapper {
  padding-left: inherit;
  padding-right: inherit;
}
@media only screen and (min-width: 768px) {
  .hero-feed--5-card-hero-default .hero-feed__wrapper {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.hero-feed--5-card-hero-default .hero-feed__wrapper .hero-feed__hero-col {
  padding-left: inherit;
  padding-right: inherit;
}
@media only screen and (min-width: 768px) {
  .hero-feed--5-card-hero-default .hero-feed__wrapper .hero-feed__hero-col {
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .hero-feed--5-card-hero-default .hero-feed__wrapper .hero-feed__mini-col {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.hero-feed--hero-full-width .article-card {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .hero-feed--hero-full-width .article-card {
    padding-bottom: 1rem;
    border-bottom: 1px solid #cacaca;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-feed--hero-full-width .article-card__time {
    display: none;
  }
}
.hero-feed--content-dense .article-card {
  margin-bottom: 1rem;
}
.hero-feed--borders .hero-feed__mini-col .article-card:not(:last-of-type) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cacaca;
}
.hero-feed__column-split2 {
  border-top: 1px solid #cacaca;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .hero-feed__column-split2 .article-card {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cacaca;
  }
}
@media only screen and (min-width: 768px) {
  .hero-feed__column-split2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .hero-feed__column-split2 .article-card {
    flex: 0 0 47%;
  }
  .hero-feed__column-split2 .article-card:first-of-type {
    border-right: 1px solid #cacaca;
    padding-right: 1rem;
  }
  .hero-feed__column-split2 .article-card:last-of-type {
    padding-left: 1rem;
  }
}
.hero-feed--background-image .hero-feed__background-hero {
  margin-bottom: 2.5rem;
  padding: 0;
  position: relative;
  height: var(--hf-background-hero-height, 19.1875rem);
}
@media only screen and (max-width: 767px) {
  .hero-feed--background-image .hero-feed__background-hero {
    height: unset;
    min-height: 21.25rem;
    width: 100vw;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-feed--background-image .hero-feed__background-hero {
    --hf-background-hero-height: 25.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-feed--background-image .hero-feed__background-hero {
    --hf-background-hero-height: 30rem;
  }
}
.hero-feed--background-image .hero-feed__background-picture {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: inherit;
  background-color: #979797;
}
@media only screen and (max-width: 767px) {
  .hero-feed--background-image .hero-feed__background-picture {
    height: 20.125rem;
    margin-bottom: -11.125rem;
  }
}
.hero-feed--background-image .hero-feed__background-picture img {
  height: 100%;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-feed--background-image .hero-feed__background-card {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .hero-feed--background-image .hero-feed__background-card {
    padding: 0;
    position: absolute;
    left: -0.0625rem;
    bottom: -1.5rem;
  }
}
.hero-feed--background-image .hero-feed__background-card .article-card {
  margin: 0;
}
.dark-mode-background.dark-mode-text .hero-feed {
  padding-bottom: 1.5rem;
}
.dark-mode-background.dark-mode-text
  .hero-feed
  .video-playlist__queue-item-btn:active,
.dark-mode-background.dark-mode-text
  .hero-feed
  .video-playlist__queue-item-btn:focus,
.dark-mode-background.dark-mode-text
  .hero-feed
  .video-playlist__queue-item-btn:hover {
  color: inherit;
}
.dark-mode-background.dark-mode-text .hero-feed .article-card {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .dark-mode-background.dark-mode-text
    .hero-feed
    .hero-feed__wrapper
    > .row:last-child
    .article-card {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dark-mode-background.dark-mode-text
    .hero-feed
    .hero-feed--article-divider--sm-down
    .article-card {
    border-bottom: 1px solid #767676;
    padding-bottom: 1.5rem;
  }
}
.title-banner-sponsorship.sponsored-meta--category {
  margin: 0;
  padding: 0 0.75rem;
}
.title-banner-sponsorship.sponsored-meta--category .sponsored-meta-content {
  border: none;
  padding: 0.5rem 0;
}
@media only screen and (min-width: 768px) {
  .title-banner-sponsorship.sponsored-meta--category .sponsored-meta-content {
    min-width: 35.25rem;
    background-color: #fff;
    padding: 0.5rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .title-banner-sponsorship {
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: center;
    width: 100%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .sponsored-meta-spacer {
    padding-top: 1rem;
  }
}
.homepage-takeover {
  padding-top: 1rem;
}
.homepage-takeover .article-card {
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .homepage-takeover .article-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.homepage-takeover .article-card .article-card__excerpt:not(.first) {
  display: none;
}
.homepage-takeover
  .article-card:not(.article-card--regular):first-child
  .article-card__link
  .article-card__headline {
  font-size: 1.5rem;
}
.homepage-takeover .hero-feed__column-split2 .article-card {
  flex: 0 0 50%;
}
@media only screen and (min-width: 768px) {
  .homepage-takeover .hero-feed__column-split2 .article-card {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.homepage-takeover__label--breaking {
  font-size: 1.125rem;
  font-weight: 700;
  color: #d2232a;
  margin-top: 1rem;
}
.homepage-takeover__label--developing {
  font-family: Merriweather, Merriweather-fb, serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background: #2e4ebf;
  padding: 0.25rem 1rem;
  width: 7.5rem;
  margin-top: 1rem;
}
.homepage-takeover .main-section__only-img .article-card__details {
  display: none;
}
@media only screen and (max-width: 767px) {
  .homepage-takeover .main-section__only-img {
    display: none;
  }
}
.homepage-takeover__story-hero-section--block {
  padding: 0.5rem;
}
.homepage-takeover__story-hero-section .article-card__title-link {
  display: block;
  text-decoration: none;
}
.homepage-takeover__story-hero-section .article-card__headline {
  font-size: 1.625rem;
  line-height: 1.1;
  text-align: center;
  padding: 0 1rem 1rem;
}
@media only screen and (min-width: 768px) {
  .homepage-takeover__story-hero-section .article-card__details {
    max-width: 32.5rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-takeover__story-hero-section {
    margin-bottom: 1rem;
  }
  .homepage-takeover__story-hero-section--block {
    padding: 0.5rem;
    border: none;
  }
  .homepage-takeover__story-hero-section .article-card__headline {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1199px) {
  .homepage-takeover__story-hero-section .article-card {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-takeover__story-hero-section {
    margin-bottom: 2rem;
    border: 1px solid #cacaca;
  }
  .homepage-takeover__story-hero-section .article-card__headline {
    font-size: 3.5rem;
    line-height: 1.1;
    padding: 1rem;
  }
  .homepage-takeover__story-hero-section .article-card__image-link,
  .homepage-takeover__story-hero-section .article-card__title-link {
    padding: 0 6.25rem;
  }
}
.homepage-takeover__main-section {
  padding: unset;
}
.homepage-takeover__main-section .main-section__heading {
  padding: 0 0.5rem 0.5rem;
}
.homepage-takeover__main-section
  .homepage-takeover__main-section--block--has-custom-menu {
  padding-top: 0 !important;
}
.homepage-takeover__main-section .main-section__see-more {
  padding: 1rem 0;
}
.homepage-takeover__main-section .main-section__see-more .see-more__link {
  text-decoration: none;
  font-weight: 700;
}
.homepage-takeover__main-section
  .homepage-takeover__breaking
  .article-card:first-child
  .article-card__link
  .article-card__headline {
  color: #d2232a;
}
@media only screen and (min-width: 768px) {
  .homepage-takeover__main-section .main-section__heading {
    padding: 0 1.5rem;
  }
  .homepage-takeover__main-section .main-section__footer {
    padding: 0 1.5rem;
  }
  .homepage-takeover__main-section .main-section__see-more {
    padding: 1.5rem 0;
    border-top: 1px solid #cacaca;
  }
  .homepage-takeover__main-section .homepage-takeover__main-section--block {
    padding: 1.5rem;
  }
  .homepage-takeover__main-section .homepage-takeover__breaking,
  .homepage-takeover__main-section .homepage-takeover__developing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1rem;
  }
  .homepage-takeover__main-section
    .homepage-takeover__breaking
    .article-card__content.first
    .article-card__image-link,
  .homepage-takeover__main-section
    .homepage-takeover__developing
    .article-card__content.first
    .article-card__image-link {
    display: none;
  }
  .homepage-takeover__main-section .first .article-card__meta-bottom {
    display: grid;
    row-gap: 0.25rem;
  }
}
.homepage-takeover__second-section {
  display: block;
}
.homepage-takeover__second-section .homepage-takeover__second-section--block {
  padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .homepage-takeover__second-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding-top: 1rem;
  }
  .homepage-takeover__second-section .article-card:not(:last-child) {
    min-height: 15rem;
  }
  .homepage-takeover__second-section .homepage-takeover__second-section--block {
    padding: 1rem;
  }
  .homepage-takeover__second-section
    .homepage-takeover__second-section--block.first {
    margin-bottom: 0;
  }
  .homepage-takeover__second-section .article-card__meta-bottom {
    display: grid;
    row-gap: 0.25rem;
  }
  .homepage-takeover__second-section .first .article-card__meta-bottom {
    display: grid;
    row-gap: 0.25rem;
  }
}
.homepage-takeover__third-section {
  padding: unset;
}
.homepage-takeover__third-section
  .article-card__content:not(.first)
  .article-card__image-link {
  display: none;
}
.homepage-takeover__third-section--block {
  padding: 0.5rem;
}
.homepage-takeover__third-section--widget {
  padding: unset;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homepage-takeover__third-section {
    padding-top: 1rem;
  }
  .homepage-takeover__third-section--widget {
    padding: 0 0 0 0.75rem;
  }
  .homepage-takeover__third-section
    .article-card:first-child
    .article-card__content:not([class*="col-"]) {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto;
    grid-gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-takeover__third-section--block {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-takeover__main-section,
  .homepage-takeover__second-section--block,
  .homepage-takeover__third-section--block {
    border: 1px solid #cacaca;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-takeover__main-section
    .article-card__content.first
    .article-card__image-link,
  .homepage-takeover__story-hero-section
    .article-card__content.first
    .article-card__image-link,
  .homepage-takeover__third-section
    .article-card__content.first
    .article-card__image-link {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
  .homepage-takeover__main-section .article-card__image-link {
    margin-top: 1rem;
  }
  .homepage-takeover__main-section .hero-feed__column-split2 {
    border-top: none;
  }
  .homepage-takeover__main-section .main-section__see-more {
    border-bottom: 1px solid #cacaca;
  }
}
.big-news-story {
  padding-top: 1rem;
}
.big-news-story__hero-section .article-card__title-link {
  display: block;
  text-decoration: none;
}
.big-news-story__hero-section .article-card__headline {
  font-size: 1.625rem;
  line-height: 1.1;
  text-align: center;
  padding: 0 1rem 1rem;
}
@media only screen and (min-width: 768px) {
  .big-news-story__hero-section .article-card__details {
    max-width: 32.5rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .big-news-story__hero-section .article-card__headline {
    font-size: 2.875rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1200px) {
  .big-news-story__hero-section {
    margin-bottom: 2rem;
  }
  .big-news-story__hero-section .article-card__headline {
    font-size: 3.5rem;
    line-height: 1.1;
    padding: 1rem;
  }
  .big-news-story__hero-section .article-card__image-link,
  .big-news-story__hero-section .article-card__title-link {
    padding: 0 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .big-news-story__hero-section
    .article-card__content.first
    .article-card__image-link {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.breadcrumbs {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #005a8c;
  line-height: 1.2188;
  text-transform: capitalize;
  text-decoration: none;
}
.breadcrumbs__items {
  list-style: none;
  margin: 0;
  margin-bottom: 0.25rem;
  padding-left: 0;
}
.breadcrumbs__items .breadcrumbs__item,
.breadcrumbs__items .breadcrumbs__item-link {
  display: inline-block;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 1ch;
}
.breadcrumbs__item-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.breadcrumbs__item-link,
.breadcrumbs__item-link:visited {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #005a8c;
  line-height: 1.2188;
  text-transform: capitalize;
  text-decoration: none;
}
.breadcrumbs__item-link:active,
.breadcrumbs__item-link:focus,
.breadcrumbs__item-link:hover {
  text-decoration: underline;
}
.epaper-widget {
  padding: 1rem;
  z-index: 0;
  border: 1px solid #cacaca;
  border-radius: 0.1875rem;
}
.epaper-widget .epaper-widget__link {
  display: block;
  text-decoration: none;
}
.epaper-widget .epaper-widget__link .epaper-widget__image-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .epaper-widget .epaper-widget__link .epaper-widget__image-wrapper {
    margin: 0 auto;
    max-width: 15.625rem;
  }
}
.epaper-widget .epaper-widget__link .epaper-widget__image {
  height: 18.75rem;
  width: 100%;
  -o-object-position: left top;
  object-position: left top;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .epaper-widget .epaper-widget__link .epaper-widget__image {
    max-width: 15.625rem;
  }
}
.epaper-widget .epaper-widget__link .epaper-widget__image-overlay {
  position: absolute;
  background: linear-gradient(
    0deg,
    #fff 0,
    #fff 25%,
    rgba(255, 255, 255, 0) 100%
  );
  bottom: 0;
  width: 100%;
  height: 30%;
}
.trending-topics {
  margin-top: 1.5rem;
  padding-bottom: 0.875rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 0.0625rem solid #191919;
  position: relative;
  overflow-x: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .trending-topics {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .trending-topics {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .trending-topics {
    margin-top: 1rem;
  }
}
.trending-topics__header {
  text-transform: uppercase;
  white-space: normal;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #cacaca;
}
@media only screen and (min-width: 768px) {
  .trending-topics__header {
    white-space: nowrap;
  }
}
.trending-topics__list {
  display: flex;
  height: inherit;
  min-height: inherit;
  align-items: center;
  gap: 1.4375rem;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .trending-topics__list {
    gap: 2.563rem;
  }
}
.trending-topics__list a {
  text-decoration: none;
}
.trending-topics__border {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  border-bottom: 0.0625rem solid #191919;
  padding-top: 0.21875rem;
}
@media only screen and (max-width: 1023px) {
  .col--full,
  .row--full {
    padding: 0;
    width: 100%;
  }
}
.top-news {
  margin-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: scroll;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .top-news {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .top-news {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .top-news {
    margin-top: 0.75rem;
  }
}
.top-news__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 18.75rem);
  grid-template-rows: auto;
}
@media only screen and (min-width: 768px) {
  .top-news__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-news__list .top-news__list-item {
  display: inline-block;
}
.top-news__list .top-news__list-item:not(:first-of-type) {
  margin-left: 0.5rem;
}
.top-news__list .top-news__list-item:not(:last-of-type) {
  padding-right: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .top-news__list .top-news__list-item:not(:first-of-type) {
    margin-left: 0.75rem;
  }
  .top-news__list .top-news__list-item:not(:last-of-type) {
    padding-right: 0.75rem;
  }
}
.top-news__list .top-news__list-item.border--right {
  border-right: 0.0625rem solid #cacaca;
}
.top-news__list .top-news__list-item .article-card {
  width: 100%;
  height: 100%;
}
.top-news--decorated {
  border-bottom: 0.0625rem solid #191919;
  padding-bottom: 1rem;
  position: relative;
}
.top-news--decorated::after,
.top-news--decorated::before {
  content: "";
  display: block;
  height: 0.0625rem;
  width: 100%;
  background: #191919;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
.top-news--decorated::before {
  bottom: 0.21875rem;
}
@media only screen and (max-width: 767px) {
  .top-news--decorated::after,
  .top-news--decorated::before {
    content: "";
    display: block;
    height: 0.0625rem;
    width: 100%;
    background: #191919;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
  }
  .top-news--decorated::before {
    bottom: 0.21875rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .top-news--decorated::after,
  .top-news--decorated::before {
    width: 75.9375rem;
  }
}
.elections {
  overflow: hidden;
  height: auto;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .elections {
    padding-top: 1.5rem;
  }
}
.top-trending {
  margin: auto;
  width: auto;
  max-width: 100%;
}
.top-trending .list-widget-trending .list-widget__content li {
  overflow: hidden;
  width: 18.5rem;
  margin: 1rem 0 0;
  border-bottom: 1px solid #cacaca;
  padding-right: 0.5rem;
}
.top-trending .list-widget-trending .list-widget__content li:not(:last-child) {
  padding-bottom: 0.75rem;
}
.top-trending
  .list-widget-trending
  .list-widget__content
  li:not(:last-child)
  .article-card {
  border-right: 1px solid #cacaca;
}
.top-trending .list-widget-trending .list-widget__content li .article-card {
  padding-right: 0.5rem;
}
.top-trending
  .list-widget-trending
  .list-widget__content
  li
  .article-card__headline {
  min-height: 3.75rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.top-trending
  .list-widget-trending
  .list-widget__content
  li
  .article-card__image {
  width: 4.625rem;
}
.top-trending
  .list-widget-trending
  .list-widget__content
  li
  .article-card-top-trending__label {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #de2f27;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
}
.top-trending
  .list-widget-trending
  .list-widget__content
  li
  .article-card-top-trending__label
  .top-trending__icon {
  padding-left: 0.25rem;
}
.video-playlist__title {
  margin-top: inherit;
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.222;
  text-transform: uppercase;
}
.video-playlist__queue-title {
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.222;
  text-transform: uppercase;
}
.video-playlist__queue-title,
.video-playlist__title {
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #cacaca;
}
.lead-video__title {
  margin-top: 0.5rem;
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.222;
}
@supports (-webkit-line-clamp: 3) {
  .lead-video__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@supports not (-webkit-line-clamp: 3) {
  .lead-video__title {
    overflow: hidden;
    position: relative;
    line-height: 1.222;
    max-height: 3.666em;
  }
}
.video-playlist__meta {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #555;
  line-height: 1.2188;
}
.video-playlist__meta p {
  display: inline-block;
}
.video-playlist__meta p:first-child {
  margin-right: 0.25rem;
}
.video-playlist__meta .video-playlist__meta-description {
  text-overflow: ellipsis;
  margin-top: 0.25rem;
  line-height: 1.4;
}
@supports (-webkit-line-clamp: 4) {
  .video-playlist__meta .video-playlist__meta-description-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@supports not (-webkit-line-clamp: 4) {
  .video-playlist__meta .video-playlist__meta-description-clamp {
    overflow: hidden;
    position: relative;
    line-height: 1.4;
    max-height: 5.6em;
  }
}
.video-playlist__meta .read-more {
  text-decoration: underline;
  padding: 0;
  min-height: 1.5rem;
  font-weight: 400;
  color: #000;
}
.video-playlist__meta .read-more:focus,
.video-playlist__meta .read-more:hover {
  color: #005a8c;
  outline-style: none;
}
@media only screen and (max-width: 767px) {
  @supports (-webkit-line-clamp: 5) {
    .video-playlist__meta .video-playlist__meta-description-clamp {
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
    }
  }
  @supports not (-webkit-line-clamp: 5) {
    .video-playlist__meta .video-playlist__meta-description-clamp {
      overflow: hidden;
      position: relative;
      line-height: 1.4;
      max-height: 7em;
    }
  }
}
@supports (-webkit-line-clamp: 3) {
  .video-playlist__queue-item-title .title-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@supports not (-webkit-line-clamp: 3) {
  .video-playlist__queue-item-title .title-clamp {
    overflow: hidden;
    position: relative;
    line-height: 1.25;
    max-height: 3.75em;
  }
}
.video-playlist__queue-item-btn {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.25;
  text-decoration: none;
}
.video-playlist__queue-item-btn:active,
.video-playlist__queue-item-btn:focus,
.video-playlist__queue-item-btn:hover {
  color: #005a8c;
  text-decoration: underline;
}
.video-playlist {
  contain: content;
}
.video-playlist .video-playlist__lead-wrapper {
  align-self: flex-start;
  overflow: auto;
}
.video-playlist.video-playlist--widget {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0.1rem;
}
.video-playlist.video-playlist--widget .video-playlist__lead-wrapper,
.video-playlist.video-playlist--widget .video-playlist__queue-wrapper {
  width: 100%;
}
.video-playlist.video-playlist--widget .video-playlist__queue-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.video-playlist.video-playlist--widget
  .video-playlist__queue-wrapper
  .video-playlist__queue {
  flex-grow: 1;
}
.video-playlist.video-playlist--widget
  .video-playlist__queue-wrapper
  .video-playlist__meta {
  display: none;
}
@media only screen and (min-width: 768px) {
  .video-playlist.video-playlist--widget .video-playlist__lead-wrapper {
    width: min(100%, 55vw);
  }
  .video-playlist.video-playlist--widget .video-playlist__queue-wrapper {
    width: min(100%, 30vw);
  }
}
@media only screen and (min-width: 1600px) {
  .video-playlist.video-playlist--widget .video-playlist__lead-wrapper {
    width: clamp(55%, 100%, 35vw);
  }
  .video-playlist.video-playlist--widget .video-playlist__queue-wrapper {
    width: clamp(35%, 100%, 15vw);
  }
}
.video-playlist .lead-video {
  min-height: 12.5rem;
  margin-bottom: 1rem;
}
.video-playlist .lead-video__player-bg {
  position: relative;
}
.video-playlist .lead-video__player-bg::before {
  content: "";
  display: block;
  width: 100%;

}
.video-playlist .lead-video__player-bg iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-playlist .lead-video__player-bg iframe {
  width: 100%;
  height: 100%;
}
.video-playlist .lead-video__player-bg .jwplayer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.video-playlist .video-playlist__carousel .video-playlist__queue {
  scroll-padding: 1.75rem;
}
.video-playlist__carousel-chevron {
  width: 1.75rem;
  height: 100%;
}
.video-playlist__carousel-chevron::after {
  content: " ";
  background: url(https://dcs-static.gprod.postmedia.digital/19.1.4/websites/images/common-icon/icon-arrow-right-black.svg)
    no-repeat center;
  background-color: #cce4f2;
  width: 1.75rem;
  height: 100%;
  display: block;
  background-size: 0.625rem 0.9375rem;
}
.video-playlist__carousel-chevron--left::after {
  transform: rotate(180deg);
}
.video-playlist__queue {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 3;
  scroll-behavior: smooth;
}
.video-playlist__scroll-container--vertical-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 8.5rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1200px) {
  .video-playlist__scroll-container--vertical-scroll {
    height: 13.25rem;
  }
}
.video-playlist__scroll-container--vertical-scroll .video-playlist__queue-item {
  max-width: 94%;
}
.video-playlist__queue-item-btn > div {
  display: grid;
  grid-template-columns: 4.625rem 1fr;
  grid-template-rows: auto;
  grid-gap: 1.5rem;
}
@media only screen and (max-width: 1199px) {
  .video-playlist__queue-item-btn > div {
    grid-template-columns: 5.625rem 1fr;
    grid-gap: 1.5rem;
  }
}
.video-playlist__queue-item-img {
  display: inline-block;
  position: relative;
  height: 3.125rem;
  width: 5.625rem;
}
@media only screen and (min-width: 1024px) {
  .video-playlist__queue-item-img {
    height: 3.5rem;
    width: 6.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .video-playlist__queue-item-img {
    height: 3.75rem;
    width: 4.625rem;
  }
}
.video-playlist__queue-item-img img {
  height: 100%;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-playlist__queue-item-img::after {
  content: "";
  display: block;
  height: 1.375rem;
  width: 2rem;
  background-repeat: no-repeat;
  background-image: url(https://dcs-static.gprod.postmedia.digital/19.1.4/websites/images/common-icon/icon-generic-play.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-playlist__queue-item-img--yt::after {
  background-image: url(https://dcs-static.gprod.postmedia.digital/19.1.4/websites/images/common-icon/icon-yt-play.svg);
}
.video-playlist__queue-item-content {
  text-align: left;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .video-playlist {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .video-playlist.video-playlist--widget
    .video-playlist__queue-item:nth-child(n + 3):not(
      .video-playlist__queue-item--lead
    ) {
    display: none;
  }
  .video-playlist__queue-title {
    max-width: 97%;
  }
}
.weather-widget .more-stories--weather-widget {
  text-align: left;
}
.weather-widget {
  padding: 0 1rem;
}
.weather-widget--default {
  min-height: 14.188rem;
}
.weather-widget--sponsored {
  min-height: 17.31rem;
}
.weather-widget__subheader {
  margin-top: 0.5rem;
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.25;
  text-transform: uppercase;
}
.weather-widget__current-temp {
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.125;
  text-transform: uppercase;
  grid-area: temp;
  justify-self: center;
  align-self: center;
}
.weather-widget__current-info {
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.25;
  grid-area: desc;
}
.weather-widget__meta-high,
.weather-widget__meta-low {
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.33;
}
.weather-widget__current-meta {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #555;
  line-height: 1.285;
  grid-area: meta;
}
.weather-widget__secondary-meta {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #555;
  line-height: 1.285;
  grid-area: secondary-meta;
}
.weather-widget__secondary-date,
.weather-widget__secondary-day {
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.33;
  text-transform: uppercase;
  text-decoration: none;
}
.weather-widget__main-info {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  grid-template-rows: repeat(2, auto);
  grid-gap: 0.2rem;
  grid-template-areas: "temp icon desc" "temp icon meta";
}
.weather-widget__icon {
  grid-area: icon;
  align-self: center;
}
.weather-widget__current-meta sup,
.weather-widget__current-temp sup,
.weather-widget__meta-high sup,
.weather-widget__meta-low sup,
.weather-widget__secondary-meta sup {
  vertical-align: baseline;
  font-size: inherit;
}
.weather-widget__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.weather-widget__secondary-info,
.weather-widget__secondary-title {
  display: none;
}
.weather-widget__secondary-daily {
  text-align: center;
}
.weather-widget__secondary-icon {
  max-width: 3.125rem;
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
  .weather-widget__secondary-info,
  .weather-widget__secondary-title,
  .weather-widget__subheader {
    display: flex;
  }
  .weather-widget__secondary-info {
    flex-basis: 50%;
    justify-content: space-between;
  }
  .weather-widget__secondary-title,
  .weather-widget__today {
    width: 50%;
  }
  .weather-widget__current-info {
    align-self: end;
  }
  .weather-widget__icon,
  .weather-widget__secondary-title {
    align-self: center;
    margin: 0 0.5rem;
  }
  .weather-widget__subheader {
    margin-bottom: 0.5rem;
  }
  .widget-partner--weather-widget {
    max-width: 50%;
  }
  .weather-widget__main-info {
    max-width: 50%;
  }
}
@media only screen and (max-width: 419px) {
  .weather-widget__icon {
    max-width: 3.125rem;
  }
  .weather-widget__main-info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .weather-widget__main-info {
    grid-template-rows: 0.5fr 0.3fr min-content;
    grid-template-columns: 3fr 2fr;
    grid-template-areas: "temp  icon" "desc  icon" "meta  .";
  }
  .weather-widget__current-temp {
    justify-self: left;
  }
  .weather-widget__current-info,
  .weather-widget__current-temp {
    align-self: end;
  }
  .weather-widget__icon {
    justify-self: center;
    min-width: 4.938rem;
  }
}
.iframe-widget iframe {
  width: 100%;
  border: none;
  height: var(--mobileHeight);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .iframe-widget iframe {
    height: var(--tabletHeight);
  }
}
@media only screen and (min-width: 1200px) {
  .iframe-widget iframe {
    height: var(--desktopHeight);
  }
}
@media only screen and (max-width: 767px) {
  .iframe-widget {
    margin-top: 2.5rem;
  }
}
.iframe-widget .widget-title {
  margin-bottom: 0.5rem;
}
.iframe-widget.iframe-widget--ticker {
  margin-top: 0;
}
.iframe-widget.the-funding-portal .widget-title__logo {
  min-width: 0;
}
.iframe-widget.iframe-widget--full-width {
  width: 100%;
}
.members-widget {
  max-width: 21.25rem;
}
@media only screen and (max-width: 767px) {
  .members-widget {
    margin-top: 2.5rem;
  }
}
.members-widget .widget-title {
  margin-bottom: 0.5rem;
}
.members-widget .members-widget__list .member-card {
  position: relative;
  padding: 1.25rem 0;
}
.members-widget .members-widget__list .member-card:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}
.members-widget .members-widget__list .member-card__header {
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .members-widget .members-widget__list .member-card__header {
    flex-direction: row-reverse;
    justify-content: start;
    position: relative;
  }
  .members-widget
    .members-widget__list
    .member-card__header
    .member-card__header-logo-img {
    position: absolute;
    right: 0;
    top: 1.25rem;
    width: 30%;
  }
}
.members-widget .members-widget__list .member-card__title {
  margin-left: 0.625rem;
  font-family: "Roboto Condensed", "Roboto Condensed-fb", Helvetica, Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.166;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .members-widget .members-widget__list .member-card__title {
    margin-left: unset;
    margin-bottom: 0.625rem;
  }
}
.members-widget .members-widget__list .member-card__description {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  line-height: 1.25;
  text-transform: initial;
}
@media only screen and (max-width: 1023px) {
  .members-widget .members-widget__list .member-card__description {
    width: 70%;
  }
}
.my-topics {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .my-topics {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .my-topics > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.my-topics .my-topics-no-recommendations {
  text-align: center;
  font-weight: 700;
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-top: 1.125rem;
}
.my-topics .my-topics-section-title {
  font-size: 1.5rem;
  color: #005a8c;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .my-topics .my-topics-section-title {
    margin-left: 1rem;
  }
}
.my-topics .my-topics-content-wrapper {
  padding: 0 0.75rem;
}
@media only screen and (max-width: 1023px) {
  .my-topics .my-topics-content-wrapper {
    padding: 0;
  }
}
.my-topics .my-topics-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.my-topics .my-topics-navigation .my-topics-title {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.my-topics .my-topics-navigation .my-topics-manage-topics-link {
  color: #005a8c;
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-flex;
}
.my-topics .my-topics-navigation .my-topics-manage-topics-link svg {
  margin-right: 0.5rem;
}
.my-topics .my-topics-content {
  background-color: #cce4f2;
}
@media only screen and (max-width: 767px) {
  .my-topics .my-topics-content {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .my-topics .my-topics-content {
    padding: 1.5rem;
  }
}
.my-topics .my-topics-content .my-topics-description {
  margin-top: 0.5rem;
}
.my-topics .my-topics-content .my-topics-topic-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  gap: 1rem 0.5rem;
  margin-bottom: 0;
}
.my-topics .my-topics-content .my-topics-topic-list .my-topics-topic {
  padding: 0.375rem 1rem;
  background: #fff;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 1023px) {
  .my-topics .my-topics-content .my-topics-topic-list .my-topics-topic {
    border: 1px solid #555;
  }
}
.my-topics .my-topics-content .my-topics-topic-list .my-topics-topic-popover {
  color: #000;
}
.my-topics
  .my-topics-content
  .my-topics-topic-list
  .my-topics-topic-popover
  .my-topics-topic-popover-actions {
  margin-top: 1rem;
}
.my-topics
  .my-topics-content
  .my-topics-topic-list
  .my-topics-topic-popover
  .my-topics-topic-popover-actions
  a {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .my-topics
    .my-topics-content
    .my-topics-topic-list
    .my-topics-topic-popover
    .my-topics-topic-popover-actions
    a {
    display: block;
  }
}
.my-topics .my-topics-recommendation {
  padding-bottom: 1.5625rem;
  padding-top: 1rem;
  border-bottom: 1px solid #aaa;
  font-size: 0.8125rem;
}
.my-topics .my-topics-recommendation:last-child {
  border-bottom: 0;
}
.my-topics .my-topics-recommendation .article-card__headline {
  margin-top: 0.5rem;
}
.my-topics .my-topics-recommendation .article-card__excerpt {
  color: #191919;
}
.my-topics .my-topics-recommendation .my-topics-recommendation-metadata {
  fill: #555;
  color: #555;
}
.my-topics .my-topics-recommendation .my-topics-recommendation-category {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}
.my-topics .my-topics-recommendation .my-topics-recommendation-sponsorship {
  font-size: 0.8125rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  margin-top: 0.5rem;
}
.my-topics .my-topics-recommendation .my-topics-recommendation-sponsorship a {
  text-decoration: none;
}
.my-topics
  .my-topics-recommendation
  .my-topics-recommendation-sponsorship
  .my-topics-recommendation-sponsorship-icon {
  fill: #191919;
}
.my-topics
  .my-topics-recommendation
  .my-topics-recommendation-sponsorship.my-topics-recommendation-sponsorship--link
  .my-topics-recommendation-sponsorship-name {
  color: #005a8c;
}
.my-topics .my-topics-recommendation .my-topics-recommendation-video {
  font-size: 0.8125rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  margin-top: 0.5rem;
}
.my-topics .my-topics-recommendation .article-card__time {
  margin-top: 0.5rem;
}
@supports (-webkit-line-clamp: 3) {
  .my-topics .my-topics-recommendation .article-card__headline-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@supports not (-webkit-line-clamp: 3) {
  .my-topics .my-topics-recommendation .article-card__headline-clamp {
    overflow: hidden;
    position: relative;
    line-height: 1.25;
    max-height: 3.75em;
  }
}
@media only screen and (min-width: 1200px) {
  @supports (-webkit-line-clamp: 2) {
    .my-topics .my-topics-recommendation .article-card__headline-clamp {
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  }
  @supports not (-webkit-line-clamp: 2) {
    .my-topics .my-topics-recommendation .article-card__headline-clamp {
      overflow: hidden;
      position: relative;
      line-height: 1.25;
      max-height: 2.5em;
    }
  }
}
.my-topics .my-topics__carousel {
  height: 8rem;
}
.my-topics .my-topics__carousel .my-topics__carousel__element {
  width: 18.75rem;
  border-right: 1px solid #000;
  padding: 0 1rem;
}
.my-topics .my-topics__carousel .my-topics__carousel__element:last-child {
  border-right: 0;
  padding-right: 0;
}
.my-topics .my-topics__carousel .my-topics__carousel__element:first-child {
  padding-left: 0;
}
.my-topics.my-topics__variant-story .article-card__headline {
  font-size: 1rem !important;
}
.my-topics.my-topics__variant-story .my-topics-recommendation-category {
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-size: 1rem;
}
@supports (-webkit-line-clamp: 3) {
  .my-topics.my-topics__variant-story .article-card__headline-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@supports not (-webkit-line-clamp: 3) {
  .my-topics.my-topics__variant-story .article-card__headline-clamp {
    overflow: hidden;
    position: relative;
    line-height: 1.25;
    max-height: 3.75em;
  }
}
.featured-widget {
  padding: 0 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .featured-widget {
    padding: 1.6875rem 0;
  }
}
.featured-widget .featured-widget__list {
  gap: 0.5rem;
  padding: 0.3125rem 0;
}
@media only screen and (min-width: 1200px) {
  .featured-widget
    .featured-widget__list.featured-widget__list-more_items
    .featured-widget__list-item {
    width: calc(25% - 0.5rem + 0.125rem - 3%);
  }
}
.featured-widget .featured-widget__list .featured-widget__list-item {
  box-sizing: border-box;
  padding: 0 0.25rem;
  width: 15rem;
}
.featured-widget .featured-widget__list .featured-widget__list-item a {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .featured-widget .featured-widget__list .featured-widget__list-item {
    width: calc(25% - 0.5rem + 0.125rem);
  }
}
.featured-widget .featured-widget__list .featured-widget__list-item article {
  border-radius: 0.25rem;
  box-shadow: 0 0 0.3125rem 0 rgba(37, 37, 37, 0.25);
  padding: 0.5rem;
  font-family: Roboto, Roboto-fb, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}
.featured-widget .featured-widget__list .featured-widget__list-item article a {
  display: grid;
  grid-template-columns: 3.125rem auto;
  place-items: center start;
  gap: 0.5rem;
}
.featured-widget
  .featured-widget__list
  .featured-widget__list-item
  article
  a
  picture {
  height: 3.125rem;
  width: 3.125rem;
}
.featured-widget
  .featured-widget__list
  .featured-widget__list-item
  article
  a
  picture
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.featured-widget
  .featured-widget__list
  .featured-widget__list-item
  article
  a
  .featured-widget__list-item__article__title {
  word-break: break-word;
}
@supports (-webkit-line-clamp: 2) {
  .featured-widget
    .featured-widget__list
    .featured-widget__list-item
    article
    a
    .featured-widget__list-item__article__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@supports not (-webkit-line-clamp: 2) {
  .featured-widget
    .featured-widget__list
    .featured-widget__list-item
    article
    a
    .featured-widget__list-item__article__title {
    overflow: hidden;
    position: relative;
    line-height: 1.25;
    max-height: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .related-models-widget {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.related-models-widget a:not(.button) {
  text-decoration: none;
}
.related-models-widget a:not(.button):active,
.related-models-widget a:not(.button):focus,
.related-models-widget a:not(.button):hover {
  color: #191919;
}
.related-models-widget h3.find-card__title,
.related-models-widget p {
  margin-top: 0;
  margin-bottom: 0;
}
.related-models-widget [data-carousel-slide-list] [data-carousel-item] {
  padding-top: 0.875rem;
  min-width: 18.75rem;
}
@media only screen and (min-width: 1200px) {
  .related-models-widget [data-carousel-slide-list] [data-carousel-item] {
    max-width: 24.5rem;
  }
}
.related-models-widget [data-carousel-type] [data-carousel-next] {
  right: -0.25rem;
}
.related-models-widget [data-carousel-next],
.related-models-widget [data-carousel-prev] {
  outline: 0;
}
.related-models-widget [data-carousel-slide-list] {
  margin-left: 0.1875rem;
  margin-right: 0.5rem;
}
.related-models-widget [data-carousel-item]:first-of-type {
  padding-left: 0.125rem;
}
.related-models-widget .find-card__msrp-price {
  font-size: 1rem;
}
.related-models-widget .find-card__brand,
.related-models-widget .find-card__model,
.related-models-widget .find-card__year-brand-model {
  margin: 0;
  line-height: 1.25;
  font-size: 1.25rem;
}
.related-models-widget .find-card__img {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .top-cars-list {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.top-cars-list h2 {
  margin-bottom: 0.75rem;
}
.top-cars-list p {
  margin-bottom: 0.75rem;
}
.top-cars-list [data-carousel-next],
.top-cars-list [data-carousel-prev] {
  top: -1.5rem;
}
.top-cars-list__ol {
  padding-left: 0;
  align-content: space-between;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.top-cars-list__li {
  margin-bottom: 1rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .top-cars-list__li {
    width: calc(33.33% - 1rem);
  }
}
.top-cars-list__li a {
  text-decoration: none;
  font-weight: 700;
}
.top-cars-list__li a:focus,
.top-cars-list__li a:hover {
  color: #005a8c;
}
.top-cars-list__li object {
  border-radius: 0.5rem;
}
.featured-comparisons {
  margin-bottom: 3rem;
}
.featured-comparisons .featured-comparisons__title {
  margin-bottom: 0.5rem;
}
.featured-comparisons .featured-comparisons__ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  list-style: none;
  padding-left: 0;
}
.featured-comparisons .featured-comparisons__li {
  flex-grow: 1;
  width: 100%;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 0.75rem 0;
}
.featured-comparisons .featured-comparisons__li a {
  text-decoration: none;
}
.featured-comparisons .featured-comparisons__li span {
  color: #005a8c;
}
@media only screen and (min-width: 768px) {
  .featured-comparisons .featured-comparisons__li {
    width: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}
@media only screen and (min-width: 768px) {
  .featured-comparisons {
    padding: 0;
  }
}
.featured-comparisons__li:active a,
.featured-comparisons__li:focus a,
.featured-comparisons__li:hover a {
  color: #005a8c;
}
.featured-comparisons__li:active span,
.featured-comparisons__li:focus span,
.featured-comparisons__li:hover span {
  color: #191919;
}
.featured-comparisons__tab-nav {
  display: flex;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #cacaca;
  width: calc(100vw - 1rem);
}
.featured-comparisons__tab-nav .featured-comparisons__tab-titles {
  color: #191919;
}
.featured-comparisons__tab-nav .featured-comparisons__tab-button {
  font-weight: 700;
  font-size: 1rem;
}
.featured-comparisons__tab-nav .featured-comparisons__tab-button:focus,
.featured-comparisons__tab-nav .featured-comparisons__tab-button:hover {
  color: #005a8c;
}
.featured-comparisons__tab-nav [data-carousel-slide-list] {
  padding: 1rem 0 0;
  justify-content: left;
  gap: 2rem;
  margin-bottom: -1rem;
}
@media only screen and (min-width: 768px) {
  .featured-comparisons__tab-nav [data-carousel-slide-list] {
    justify-content: space-between;
  }
}
.featured-comparisons__tab-nav [data-carousel-slide-list] [data-carousel-item] {
  padding: 0 0.5rem;
  line-height: 3;
  border-bottom: none;
}
.featured-comparisons__tab-nav
  [data-carousel-slide-list]
  [data-carousel-item].active {
  border-bottom: 0.375rem solid #005a8c;
}
@media only screen and (min-width: 1200px) {
  .featured-comparisons__tab-nav {
    width: inherit;
  }
}
.text-box-cta {
  background-image: url(https://dcs-static.gprod.postmedia.digital/19.1.4/websites/images/driving/finder_cta_background_mob.jpg);
  background-size: cover;
  padding: 2.5rem 3rem 3rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .text-box-cta {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 2rem 1.5rem 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .text-box-cta {
    background-image: url(https://dcs-static.gprod.postmedia.digital/19.1.4/websites/images/driving/finder_cta_background.jpg);
  }
}
.text-box-cta h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .text-box-cta h2 {
    margin-bottom: 0.5rem;
  }
}
.text-box-cta p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.text-box-cta .text-box-cta__button {
  display: unset;
  padding: 0.5rem 1.5rem;
}
.read-more {
  color: #005a8c;
  text-decoration: none;
  border: none;
  padding: 0;
}
.read-more:focus,
.read-more:hover {
  text-decoration: underline;
}
.multi-product-widget {
  width: 94.25rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .multi-product-widget {
    width: 70.5625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .multi-product-widget {
    width: 43.125rem;
  }
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
  .multi-product-widget {
    width: 21.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
  .multi-product-widget {
    width: 18rem;
  }
}
@media only screen and (max-width: 319px) {
  .multi-product-widget {
    width: 16.125rem;
  }
}
.multi-product-widget .multi-product-widget__carousel {
  height: 27.5rem;
  outline: 0;
}
.multi-product-widget .multi-product-widget__carousel-tall {
  height: 30.75rem;
}
.multi-product-widget .multi-product-widget__no-link {
  text-decoration: none;
}
.multi-product-widget .multi-product-widget__card {
  height: 30.75rem;
  width: 23.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .multi-product-widget .multi-product-widget__card {
    width: 21.25rem;
  }
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
  .multi-product-widget .multi-product-widget__card {
    width: 21.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
  .multi-product-widget .multi-product-widget__card {
    width: 18rem;
  }
}
@media only screen and (max-width: 319px) {
  .multi-product-widget .multi-product-widget__card {
    width: 16.125rem;
  }
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container {
  display: flex;
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container
  .multi-product-widget__card-container-offset {
  width: 0.5rem;
  display: inline-block;
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container
  .multi-product-widget__card-content {
  box-shadow: 0 0 0.5rem 0.0625rem #eee;
  padding: 1rem;
  margin-top: 0.25rem;
  margin-right: 1rem;
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container
  .multi-product-widget__card-content
  .multi-product-widget__card-image-container {
  height: 12.5rem;
  border: 1px solid #e5e5e5;
  position: relative;
  width: 19.75rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .multi-product-widget
    .multi-product-widget__card
    .multi-product-widget__card-container
    .multi-product-widget__card-content
    .multi-product-widget__card-image-container {
    width: 17.875rem;
  }
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
  .multi-product-widget
    .multi-product-widget__card
    .multi-product-widget__card-container
    .multi-product-widget__card-content
    .multi-product-widget__card-image-container {
    width: 18.125rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
  .multi-product-widget
    .multi-product-widget__card
    .multi-product-widget__card-container
    .multi-product-widget__card-content
    .multi-product-widget__card-image-container {
    width: 14.625rem;
  }
}
@media only screen and (max-width: 319px) {
  .multi-product-widget
    .multi-product-widget__card
    .multi-product-widget__card-container
    .multi-product-widget__card-content
    .multi-product-widget__card-image-container {
    width: 12.75rem;
  }
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container
  .multi-product-widget__card-content
  .multi-product-widget__card-image-container
  .multi-product-widget__card-image {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container
  .multi-product-widget__card-content
  .multi-product-widget__card-text {
  display: block;
  height: 8rem;
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container
  .multi-product-widget__card-content
  .multi-product-widget__card-title-clamp {
  word-break: break-word;
}
@supports (-webkit-line-clamp: 2) {
  .multi-product-widget
    .multi-product-widget__card
    .multi-product-widget__card-container
    .multi-product-widget__card-content
    .multi-product-widget__card-title-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@supports not (-webkit-line-clamp: 2) {
  .multi-product-widget
    .multi-product-widget__card
    .multi-product-widget__card-container
    .multi-product-widget__card-content
    .multi-product-widget__card-title-clamp {
    overflow: hidden;
    position: relative;
    line-height: 1.25;
    max-height: 2.5em;
  }
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container
  .multi-product-widget__card-content
  .multi-product-widget__card-title-text {
  color: #005a8c;
  font-weight: 700;
}
.multi-product-widget
  .multi-product-widget__card
  .multi-product-widget__card-container
  .multi-product-widget__card-content
  .multi-product-widget__card-description-clamp {
  word-break: break-word;
}
@supports (-webkit-line-clamp: 4) {
  .multi-product-widget
    .multi-product-widget__card
    .multi-product-widget__card-container
    .multi-product-widget__card-content
    .multi-product-widget__card-description-clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@supports not (-webkit-line-clamp: 4) {
  .multi-product-widget
    .multi-product-widget__card
    .multi-product-widget__card-container
    .multi-product-widget__card-content
    .multi-product-widget__card-description-clamp {
    overflow: hidden;
    position: relative;
    line-height: 1.25;
    max-height: 5em;
  }
}
.cityspark-widget {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cityspark-widget {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-tools {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.shopping-tools h2 {
  margin-bottom: 0.75rem;
}
.shopping-tools p {
  margin-bottom: 0.75rem;
}
.shopping-tools [data-carousel-next],
.shopping-tools [data-carousel-prev] {
  top: -1.5rem;
}
.shopping-tools__ol {
  padding-left: 0;
  align-content: space-between;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.shopping-tools__li {
  margin-bottom: 1rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .shopping-tools__li {
    width: calc(33.33% - 1rem);
  }
}
.shopping-tools__li a {
  text-decoration: none;
  font-weight: 700;
}
.shopping-tools__li a:focus,
.shopping-tools__li a:hover {
  color: #005a8c;
}
h5.article-card__headline,
h6.article-card__headline {
  margin-top: auto;
}
.breadcrumbs {
  margin-top: 0.75rem;
}
.category-title {
  display: inline-flex;
  padding-left: 3.25rem;
  min-height: 2.75rem;
  align-items: center;
}
.category-title__new {
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media only screen and (max-width: 767px) {
  .category-title {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .category-title {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .h1-wrapper .secondary-nav__list {
    min-width: 30vw;
    max-width: 50vw;
  }
}
.related-models-widget {
  margin-bottom: 1rem;
}
.related-models-widget .editors-picks__title {
  margin-bottom: 0.5rem;
}
.related-models-widget .editors-picks__subtitle {
  margin-bottom: 1rem;
}
.top-cars-list {
  margin-bottom: 1rem;
}
.text-box-cta {
  margin-bottom: 3rem;
}
.category__description div {
  line-height: 1.5rem;
}
