/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
TYPOGRAPHY
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* Base */
/* Primary */
/* Secondary */
/* Greys */
/* ===================================
   CORE
   =================================== */
.block.block-news-overview {
  background: #ffffff;
}
.block.block-news-overview .featured-story {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #D50032;
}
.block.block-news-overview .featured-story .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .block.block-news-overview .featured-story .row {
    flex-direction: column;
  }
}
.block.block-news-overview .featured-story .col {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-height: 300px;
  overflow: hidden;
}
.block.block-news-overview .featured-story .col h2 {
  color: #ffffff;
}
.block.block-news-overview .featured-story .col p {
  color: #ffffff;
}
.block.block-news-overview .featured-story .col .btn {
  background: #080F0F !important;
}
.block.block-news-overview .featured-story .col.image a {
  width: 100%;
}
.block.block-news-overview .featured-story .col.image img {
  width: 100%;
  height: 100%;
}
.block.block-news-overview .featured-story .col.video iframe {
  height: 100%;
  width: 100%;
  min-height: 315px;
}
.block.block-news-overview .featured-story .col.copy .copy-inner {
  padding: 2rem;
}
.block.block-news-overview .news-feed {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.block.block-news-overview .news-feed .grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block.block-news-overview .news-feed .grid .grid-item {
  width: calc(33.3333333333% - 6.6666666667px);
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .block.block-news-overview .news-feed .grid .grid-item {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.block-news-overview .news-feed .grid .grid-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.block-news-overview .news-feed .grid .grid-item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.block-news-overview .news-feed .grid .grid-item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media only screen and (min-width: 1200px) {
  .block.block-news-overview .news-feed .grid .grid-item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
.block.block-news-overview .news-feed .grid .grid-item .card {
  background-color: #f2f2f2;
  padding: 10px;
  border: none;
  background: none;
  border-radius: 0px !important;
  text-align: start;
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.block.block-news-overview .news-feed .grid .grid-item .card .card-image {
  margin-top: 1rem;
}
.block.block-news-overview .news-feed .grid .grid-item .card .title {
  color: #080F0F;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: clamp(1.5em, 2vw, 1.75em);
  font-weight: 700;
  text-decoration: none;
  padding-top: 1rem;
}
.block.block-news-overview .news-feed .grid .grid-item .card .date {
  color: #A8ACAF;
  font-size: clamp(0.875rem, 1vw, 1.125rem);
  line-height: clamp(1.5em, 2vw, 1.75em);
}
.block.block-news-overview .news-feed .grid .grid-item .card.no_image {
  border-bottom: solid 1px #A8ACAF;
}
.block.block-news-overview .news-feed .grid .grid-item .card:hover {
  border-bottom: none;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
.block.block-news-overview .news-feed .grid .grid-item .card:hover .title {
  color: #D50032;
}/*# sourceMappingURL=news-overview.css.map */