@charset "UTF-8";
.top-banner-section {
  background: center top / auto 100% no-repeat url(../img/nc-banner-bg.jpg);
}
.main-section {
  background-color: #f5f5f5;
}
.news-column-wrapper .title a{
  font-size: 36px;
  color: #15499a;
}
.image-news-list .row {
  margin: 5px -8px;
}
.image-news-list .row .col-12 {
  padding: 10px 8px;
}
.image-news-wrapper {
  position: relative;
}
.image-news-wrapper img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.image-news-wrapper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.45);
}
.image-news-wrapper .title a {
  color: #fff;
}
.image-news-wrapper .title a:hover {
  color: #aaa;
}
.notifications {
  background-color: #fff;
  padding: 1.5rem;
}
.notification-list-wrapper {
  padding: 0;
  margin: 20px 0 0 0;
}
.notification-list-wrapper .entry {
  line-height: 36px;
}
.notification-list-wrapper .entry::before {
  content: "\2022";
  color: #b4b4b4;
}
.columns {
  margin-top: 22px;
}
.columns img {
  width: 100%;
}
.reports {
  background-color: #fff;
  padding: 2rem;
}
.reports-list-wrapper .entry {
  border-bottom: 1px dashed #888;
  padding-bottom: 1rem;
}
.reports-list-wrapper .entry .title {
  padding-bottom: 0.5rem;
}
.reports-list-wrapper .entry .title a {
  font-size: 18px;
  color: #15499a;
}
.reports-list-wrapper .entry .desc a {
  color: #888;
}
.reports-list-wrapper .entry + .entry {
  padding-top: 18px;
}
@media only screen and (max-width: 1199px) {
  .image-news-wrapper img {
    height: 232px;
  }
}
@media only screen and (max-width: 991px) {
  .image-news-wrapper img {
    height: 205px;
  }
}
@media only screen and (max-width: 767px) {
  .image-news-wrapper img {
    height: 230px;
  }
}
@media only screen and (max-width: 575px) {
  .reports {
    background-color: #fff;
    padding: 1rem;
  }
}
