#news-events .article-cntr {
  position: relative;
  border-bottom: 1px dotted #EEE;
  margin-bottom: 2rem;
}
#news-events .article-cntr .main-photo-cntr {
  position: relative;
  height: 0;
  padding-top: 71.42%;
  background: #EEE;
  overflow: hidden;
  text-align: center;
}
#news-events .article-cntr .main-photo-cntr > .date {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24, 37, 52, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
  color: #FFF;
  padding: 0.4rem 0.8rem;
  border-bottom-right-radius: 4px;
  z-index: 2;
}
#news-events .article-cntr .main-photo-cntr > .background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}
#news-events .article-cntr:hover .main-photo-cntr > .background {
  transform: scale(110%);
}
#news-events .article-cntr .main-photo-cntr > .no-photo i {
  font-size: 6rem;
  color: #CCC;
}
@media only screen and (max-width: 992px) {
  #news-events .article-cntr .main-photo-cntr {
    margin-bottom: 1rem;
  }
}
#news-events .article-cntr .content {
  position: relative;
  max-height: 14.5rem;
  font-size: 1.3rem;
  line-height: 2.4rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
#news-events .article-cntr .content:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}

#news-event-article .heading-cntr {
  position: relative;
  height: 20rem;
  background: #EEE;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}
#news-event-article .heading-cntr h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 40rem;
  background: rgba(24, 37, 52, 0.9);
  font-size: 2rem;
  font-weight: 600;
  color: #FFF;
  padding: 0.5rem 1rem;
  border-top-right-radius: 4px;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  #news-event-article .heading-cntr h1 {
    padding: 0.5rem 2rem;
  }
}
#news-event-article .thumbnail-cntr {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.42%;
  border: 1px solid #EEE;
  background: #FFF;
  text-align: center;
  margin-bottom: 1rem;
  transition: all 0.4s ease;
  overflow: hidden;
}
#news-event-article .thumbnail-cntr .thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#news-event-article .thumbnail-cntr i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  font-size: 3.5rem;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}/*# sourceMappingURL=news-events.css.map */