﻿.newscopy {
  height: 130px;
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-left: 5px;
}
.overflow-gradient {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1000;
  padding: 1rem 0;
  left: 0;
  right: 0;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
}
.overflow-gradient-homepage {
  background: #ffffff;
  background: linear-gradient(0deg, #091e3e 40%, #091e3e 100%);
  position: absolute;
  bottom: 0;
  z-index: 1000;
  padding: 1rem 0;
  left: 0;
  right: 0;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 5px;
}
.featured-news {
  margin-bottom: 2rem;
}
.featured-news-homepage {
  margin-left: 100px;
  margin-right: 100px;
}
.news-article {
  position: relative;
  margin: 0rem 1.5rem 1.5rem 0rem;
}
a.read-more:hover {
  color: #015cf0;
}
hr.news-page-article-separator {
  height: 2px;
  background: black;
}
h4.headline-header {
  font-size: 120%;
  margin-bottom: 2px;
}
p.article-date {
  font-style: italic;
}
a.news-page-category-header {
  background: #5BC0DE;
  background-color: #005BAA;
  border-color: #0079E2;
  color: #FFFFFF;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
  font-size: 24px;
  font-weight: bolder;
}
a.news-page-category-item {
  color: #000000;
}
a.news-page-category-item .active {
  background-color: #7FB3E3;
}
.news-banner-background {
  height: 250px;
}
.news-banner-label {
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
}
.news-article-headline {
  font-size: 200%;
  margin: 0px;
}
.news-article-date {
  font-size: 110%;
  font-style: italic;
  font-weight: bold;
}
.news-banner-background {
  height: 250px;
}
.news-banner-label {
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
}
.news-article-headline {
  font-size: 200%;
  margin: 0px;
  color: #005BAA;
}
.news-article-date {
  font-size: 110%;
  font-style: italic;
  font-weight: bold;
  color: #000000;
}
.news-article-banner {
  margin-top: -6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  margin-bottom: 1rem;
}
.article-banner-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.8rem 0 0.5rem 0;
}
.article-banner-content h1 {
  color: #005BAA;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.1rem;
}
.article-banner-content p {
  font-style: italic;
  font-size: 0.95rem;
  font-weight: bold;
}
.overlay-color {
  background-color: rgba(255, 255, 255, 0.8);
}