/*--- News CSS --- */ 
/* News ALL */ 

h2 > button {
  padding: 0 !important;
  white-space: normal !important;
}

h2 .news-date {
  color: #006298;
  font-size: .75rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

#news-accordion h2 span {
  color: #006298;
}

h2 span.news-headline {
  font-size: 1.625rem !important;
  font-weight: 600 !important;
}

.news-intro {
  margin: 2.5rem 0rem;
}

p.news-intro {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.news-snippet {
  line-height: 1.75rem;
  margin-bottom: 1.75rem;
}


.news-feed .accordion button {
  padding: .5rem 0rem !important;
  color: #006298;
}
.news-feed .accordion button:focus,
.news-feed .accordion button:active,
.news-feed .accordion button:hover {
  outline: none;
  text-decoration: none !important;
}
.news-feed .accordion button:focus .news-headline,
.news-feed .accordion button:active .news-headline,
.news-feed .accordion button:hover .news-headline {
  text-decoration: none !important;
  padding-bottom: 1px;
  border-bottom: solid #006298 1px;
}

.cards-news > .clipper-cards a:focus, .cards-news > .clipper-cards a:hover {
    text-decoration: none;
    box-shadow: 0 0 0px 1px #369ece;
    border-radius: 4px;
}

#news-toggle.collapsed .hide-news,
#news-toggle .show-news {
  display: none;
}

#news-toggle.collapsed .show-news,
#news-toggle .hide-news {
  display: inline;
}

.cards-news > .clipper-cards a {
  height: 100%;
}

.cards-news > .clipper-cards a:focus,
.cards-news > .clipper-cards a:hover {
  text-decoration: none;
  color: #006298;
}

.cards-news > .clipper-cards .card-text a:focus,
.cards-news > .clipper-cards .card-text a:hover {
  text-decoration: none;
  box-shadow: 0 0 0pt 1pt #369ece;
  border-radius: 4px;
}


a.update-profile-link {
  color: #006298!important;
  letter-spacing: 0.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  text-decoration: none;
}

a.update-profile-link:hover  {
  color: #006298;
  border-bottom: 1px solid #369ece;
  padding-bottom: 2px;
  text-decoration: none;
}

/* End ALL */ 

@media (max-width: 767px) {

  h2 .news-date {
    font-size: 0.75rem !important;
  }

  h2 span.news-headline {
    font-size: 1.25rem !important;
  }

  .cards-news img.card-img-top {
    margin-top: 2rem;
  }

  .cards-news .card-body {
    padding: .5rem 1.25rem 1.75rem;
  }

  .cards-news .card-body h3 {
    font-size: 1.5rem!important;
    font-weight: 700!important;
    margin: 0rem 0rem 0.5rem!important;
  }

}

/* End XS */ 

/* ---------------------- Tablet styles (MD)  ---------------------- */
@media (min-width: 768px) {

  .cards-news img.card-img-top {
    margin-top: 2rem;
  }

}

/* End SM */

/* ----------- Desktops and laptops (LG) ----------- */
@media (min-width: 992px) {

  .cards-news img.card-img-top {
    margin-top: 3rem;
  }
  

}

/* End MD */

/* ----------- Large Desktops (XL) ----------- */

@media (min-width: 1200px) {


}
