#news-container .title {
  font-size: 40px;
  margin: 10px 0;
  padding-top: 130px;
}

#news-container .library {
  padding: 45px 15px 90px;
}

.wrap-containers {
  background-image: url(../assets/NBRP_Press_image_2000x1125.jpg);
  background-size: cover;
}

#news-container .library-title{
  line-height: 1.27;
  letter-spacing: .44px;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px;
  font-weight: bold;
}

#news-container .filters-header, #news-container .newslist-header {
  height: 60px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

#news-container .filters-inner-title {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: .44px;
}

#news-container .filter{
  font-size: 20px;
}

#news-container tr {
  font-size: 18px;
  background-color: transparent;
}

#news-container th {
  font-weight: 300;
  color: #333333;
  width: 145px;
  background-color: transparent;
}
#news-container td {
  background-color: transparent;
  font-weight: 300;
}

#news-container .news-label{
  color: #5386a5;
}

#news-container .d-block.d-sm-none .filters-header {
  cursor: pointer;
  text-align: center;
  background-color: #f1f1f1;
  border-top: 1px solid #ccc;
  padding: 15px;
  font-size: 18px;
}
#news-container .d-block.d-sm-none .filters-header::after {
  content: "";
  background: url(/modules/custom/theme_customization/img/Icons/arrow-down-icon-black.svg) center / contain no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

#news-container .filters-inner-title::after {
  content: "-";
  font-size: 1.5em;
  position: absolute;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  right: 20px;
  line-height: 0.3em;
}