.news-banner,
.news-and-media .banner-big {
  background-color: rgba(33, 30, 79, 1) !important;
}

.news-and-media .banner-big .meta-box-wrapper {
  background-color: none !important;
}

.news-banner {
  padding-top: 255px;
  padding-bottom: 80px;
}
.news-banner .frame h1,
.news-banner .frame p {
  color: #fff !important;
}

.news-banner .frame h1 {
  margin-bottom: 22px;
}

.news-banner .frame p {
  margin-bottom: 0 !important;
  font-family: 'Libre Baskerville' !important;
  font-size: 18px;
  line-height: 30px;
}
.featured-news .frame {
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .featured-news .frame {
    max-width: 996px;
  }
}
.featured-news-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featured-news-post {
  position: relative;
  width: 48%;
  margin-top: 59px;
}
.featured-news-post:first-of-type {
  margin-top: 0 !important;
}
.featured-news-post h2 {
  font-family: 'ProximaNova-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-top: 9px;
  color: #1a144c;
}

.featured-news-post:first-of-type h2.first-ft {
  font-family: Libre Baskerville;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 31px;
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.featured-news-post:first-of-type {
  width: 100%;
}
.featured-news-post:first-of-type::before {
  background-color: rgba(33, 30, 79, 1);
  content: ' ';
  position: absolute;
  top: -5px;
  left: -50vw;
  width: 150vw;
  height: 50%;
  z-index: 1;
}

.featured-news-post .secondary-link {
  color: #1a144c !important;
  font-family: 'ProximaNova-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-top: 9px;
  display: block;
}
.featured-news-post .secondary-link .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 24px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
  transition: all 0.3s ease-in-out;
}
.featured-news-post .secondary-link:hover .readMore {
  background-image: url(imgs/arrow-active-orange.svg);
}
.featured-news-post:first-of-type .news-img {
  max-height: 531px !important;
}
.featured-news-post:first-of-type .news-img img {
  height: 100%;
  max-height: 532px !important;
  z-index: 2;
  position: relative;
}
.featured-news-post .news-img img {
  object-fit: cover;
  object-position: center;
  transition: 0.3s all;
  width: 100%;
  height: 100%;
  max-height: 281px;
}
.news-img {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.news-img:hover img {
  transform: scale(1.1);
}

.featured-news-post .news-teaser-meta {
  font-family: 'ProximaNova-Bold';
  font-size: 13px;
  color: #71c0c5;
  line-height: 1.1;
  margin-bottom: 0px;
  margin-top: 19px;
}

@media (max-width: 900px) {
  .featured-news-post {
    width: 100%;
  }
}
.featured-news {
  position: relative;
}
@media (max-width: 768px) {
  .news-banner {
    padding-top: 150px;
  }
  .featured-news .frame {
    max-width: 100%;
  }
  .featured-news-post:first-of-type::before {
    background-color: rgba(33, 30, 79, 1);

    height: 10%;
    z-index: 1;
  }
  .featured-news-post:first-of-type {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .featured-news-post:first-of-type .news-img {
    width: 100vw;
  }
  .featured-news-post:first-of-type .ft-title,
  .featured-news-post:first-of-type .link-dark,
  .featured-news-post:first-of-type .news-teaser-meta,
  .featured-news-post {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
