/* ==========================================================================
HOMEPAGE LISTING
========================================================================== */
/* Full section wrap */
.homeNews {
  background: #006894;
  margin: 0 auto 3rem;
  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);
  }
}
/* 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;
}
/* 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;
}
/* ==========================================================================
ARTICLE LISTING
========================================================================== */
/* News item */
.news-item {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .news-item {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: start;
    gap: 1rem;
  }
}
.news-item:last-of-type {
  margin-bottom: 2rem;
}
/* Image */
p.news-img {
  margin: 0;
  padding-top: 0;
}
.news-img img {
  padding-left: 0.5rem;
  border-left: 10px solid var(--cwf-color--gold);
}
/* Heading / link to fulltext */
.news-info h2 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .news-info h2 {
    padding-top: 0;
  }
}
/* Teaser text */
.news-teaser {
  max-height: 5rem;
  display: -webkit-box;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* ==========================================================================
FULLTEXT
========================================================================== */
/* Image */
figure.news-img-full {
  margin-inline-start: 0;
  margin-inline-end: 0;
  text-align: center;
}
@media (min-width: 768px) {
  figure.news-img-full {
    float: right;
    max-width: 50%;
    /*width: 50%;*/
    margin: 0 0 2rem 2rem;
  }
}
figure.news-img-full img {
  padding-right: 10px;
  border-right: 10px solid var(--cwf-color--gold);
}
/* News date */
p.news-date {
  margin: 0.5rem auto;
  font-weight: 700;
  color: var(--cwf-color--orange);
}
/* News author */
p.news-author {
  margin: 1rem auto;
}
/* News teaser text */
.news-teaser-full {
  border-bottom: 1px solid #ccc;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5;
}
/* News description */
.news-descrip p:last-child {
  margin-bottom: 2rem;
}
/* WYSIWYG heading 2 */
.news-descrip h2 {
  border-left: 8px solid #f8b300;
  padding-left: 0.5rem;
  margin: 2rem auto;
  padding-top: 0;
}
/* Blockquote */
@media (min-width: 768px) {
  .news-descrip blockquote {
    max-width: 33%;
    float: right;
    margin: 1rem 0 1rem 2rem;
  }
}
