
.news-page-sub-header {
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  /* Dark Blue 1 */
  color: #00253D;
}
.card-body-container{
    background: #f7f7f7;
    border: 1px solid rgba(59,59,59,0.15);
}
.card-content-container{
    border-left: 1px solid rgba(59,59,59,0.15);
}
@media (min-width: 575px) {
  .news-page-sub-header{
    font-style: normal;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 3.5rem;
    color: #00253D;
  }
}

.featured-article img{
    width:100%;
}
#views-exposed-form-featured-article-news .fieldgroup {
  margin-top: 2.2rem;
  margin-bottom: 0;
}
#views-exposed-form-featured-article-news .fieldgroup .custom-radio .custom-control-label::before {
    display:none;
}
@media (min-width: 575px) {
  #views-exposed-form-featured-article-news .fieldgroup{
    margin-top: 6.5rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 575px) {
  .path-news .learn-more-block{
    display: none;
  }
  .pager__button--next.right, .pager__button--next.left {
    display: none;
  }
  .custom-control{
      width:50%;
      padding-bottom:30px;
      padding-left:0;
  }
  #views-exposed-form-featured-article-news .fieldset-wrapper .form-radios{
      flex-wrap:wrap;
      text-align:center;
  }
}

