/* ==========================================================================
HOMEPAGE NEWS
========================================================================== */
/* Full section wrap */
.homeNews {
  background: #006894;
  margin: 0 auto 4rem;
  padding: 1rem 0 3rem;
}
@media (min-width: 768px) {
  .homeNews {
    margin: 0 -999rem 4rem -999rem;
    padding: 1rem 999rem 3rem;
  }
}
/* Section heading */
.homeNews__heading {
  padding-top: 0;
  font-family: "Merriweather", serif !important;
  font-weight: 700 !important;
  font-family: "Merriweather", serif !important;
  font-weight: 700 !important;
  letter-spacing: -1.5px;
  letter-spacing: -0.09375rem;
  white-space: nowrap;
  font-size: 3.75rem !important;
  line-height: 0.66667 !important;
  width: 180px;
  margin: 2rem auto;
  color: #fff;
}
@media (min-width: 576px) {
  .homeNews__heading {
    font-size: 4.6875rem !important;
    line-height: 0.66667 !important;
    width: 230px;
  }
}
@media (min-width: 768px) {
  .homeNews__heading {
    font-size: 5.625rem !important;
    line-height: 0.68889 !important;
    width: 280px;
    margin: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .homeNews__heading {
    font-size: 6.5625rem !important;
    line-height: 0.68571 !important;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .homeNews__heading {
    font-size: 7.5rem !important;
    line-height: 0.68333 !important;
  }
}
/* News feed */
.newsfeed {
  grid-gap: 2.5rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .newsfeed {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  /* Deploy grid display at 768px instead of 1024px */
  .newsfeed.cwf-grid.cwf-grid--3-columns {
    --cwf-grid--columns: 3;
    --cwf-grid--grid-template-columns: repeat(var(--cwf-grid--columns), 1fr);
  }
}
/* Button to view more news */
.moreNews {
  grid-gap: 2.5rem;
}
.moreNews .t4_button {
  font-size: 1.3rem;
  line-height: 1.95;
}
.moreNews p.t4_button {
  grid-column: 2;
  text-align: center;
  --cwf-button--background-color: var(--cwf-color--white);
  --cwf-button--border-color: #00a5eb;
  --cwf-button--color: var(--cwf-color--black);
  --cwf-button--active--background-color: #004f70;
  --cwf-button--active--color: #fff;
  --cwf-button--hover-focus--background-color: #00a5eb;
  --cwf-button--hover-focus--color: #333;
}
/* --------------------------------------------------------------------------
Articles in CHS News Item Content Type
-------------------------------------------------------------------------- */
/* Image */
.newsfeed__img {
  display: block;
}
.newsfeed__img img {
  width: 100% !important;
  display: block;
  height: auto;
}
/* Date */
.newsfeed__date {
  font-size: 0.875rem;
  color: var(--cwf-color--white);
  font-weight: 800;
  margin: 0.5rem auto;
  padding-top: 0;
}
/* Headline */
.newsfeed__headline {
  font-size: 1.2rem;
  line-height: 1.3;
  padding-top: 0;
}
.newsfeed__headline a {
  font-weight: 500;
  color: var(--cwf-color--gold);
}
.newsfeed__headline a:hover,
.newsfeed__headline a:focus {
  color: var(--cwf-color--white);
}
/* Teaser text */
.newsfeed__teaser {
  display: -webkit-box;
  color: var(--cwf-color--white);
  font-size: 1rem;
  line-height: 1.5rem;
  max-height: 6.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/* --------------------------------------------------------------------------
Articles in CHS - News Room Import Item Content Type
-------------------------------------------------------------------------- */
/* Image */
.newsHF__img {
  display: block;
}
.newsHF__img img {
  width: 100% !important;
  display: block;
  height: auto;
}
/* Date */
.newsHF__date {
  font-size: 0.875rem;
  color: var(--cwf-color--white);
  font-weight: 800;
  margin: 0.5rem auto;
  padding-top: 0;
}
/* Headline */
.newsHF__title {
  font-size: 1.2rem;
  line-height: 1.3;
  padding-top: 0;
}
.newsHF__title a {
  font-weight: 500;
  color: var(--cwf-color--gold);
}
.newsHF__title a:hover,
.newsHF__title a:focus {
  color: var(--cwf-color--white);
}
/* Teaser text */
.newsHF__descrip {
  display: -webkit-box;
  color: var(--cwf-color--white);
  font-size: 1rem;
  line-height: 1.5rem;
  max-height: 6.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
