/* ==========================================================================
HOMEPAGE NEWS
========================================================================== */
/* Full section wrap */
.homeNews {
  margin: 0 auto 4rem;
  padding: 1rem 0 3rem;
}
@media (min-width: 768px) {
  .homeNews {
    border-image: conic-gradient(#006894 0 0) fill 0 / 0 / 0 100vw;
    padding-block: 1.5rem;
  }
}
/* 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: var(--vcu-blue);
}

p.newsfeed__date, p.newsfeed__teaser {
  color: var(--cwf-accent--foreground); 
}

h3.newsfeed__headline > a {
  color: var(--vcu-gold);
}

@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: 4rem !important;
    line-height: 0.68889 !important;
    width: 280px;
    margin: 3rem 2rem;
    color: white;
  }
}
@media (min-width: 992px) {
  .homeNews__heading {
    font-size: 4.5625rem !important;
    line-height: 0.68571 !important;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .homeNews__heading {
    font-size: 5.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;
}

