.top-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 4rem 0;
  width: 100%;
}

.top-banner,
.news-container {
  overflow: auto;
}

.news-top-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: top;
  justify-content: space-between;
}

.news-top-content .secondary-copy {
  font-size: 5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.news-top-content .banner-logo {
  align-self: flex-start;
  max-width: 300px;
  margin-bottom: 2rem;
  padding-left: 0;
}

.news-main-title .main-title {
  line-height: 1.125;
}

.news-main-title .main-title,
.news-main-title .main-subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
}

.news-main-title .main-title {
  font-size: 2.25rem;
  line-height: 1.125;
  font-weight: 700;
}

.news-main-title .main-subtitle {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .news-main-title .main-title {
    font-size: 4rem;
    line-height: 1;
  }
  
  .news-main-title .main-subtitle {
    font-size: 1.25rem;
  }
  
  .news-top-content {
    flex-direction: row;
  }
  
  .news-top-content .secondary-copy {
    font-size: 11vw;
    line-height: 8vw;
    margin-bottom: 1rem;
  }
  
  .news-top-content .banner-logo {
    margin-bottom: 0;
    padding-left: 2rem;
  }
}

@media print {
 .top-banner {
   -webkit-print-color-adjust: exact;
}