/* New Layout */
.capitalize {
  text-transform: capitalize;
}
.v-breadcrumbs {
  font-size: 13px;
  padding: 0
}
.v-breadcrumbs a {
  color: #000
}
.v-breadcrumbs a:hover {
  text-decoration: underline
}
.border-top {
  border-top: 1px solid #e8e8e8;
}
.border-right {
  border-right: 1px solid #e8e8e8;
}
.border-bottom {
  border-bottom: 1px solid #e8e8e8;
}
.border-left {
  border-left: 1px solid #e8e8e8;
}
.newsList main, .newsDetails main {
  font-family: "Noto Serif", serif;
}
.newsList hr {
  margin: 20px 0 0;
  display: block;
}
.newsList main a, .newsDetails main a {
  color: #000;
}
.newsList h5, .newsDetails h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px;
}
.newsList p, .newsDetails p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.70);
  margin: 0;
}
.newsList .v-img {
  height: 100%;
  width: 30%;
  margin: 0;
}
.newsList .category {
  display: inline-block;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 12px;
  background: #000;
  color: #FFF;
  margin: 0 10px 5px 0;
  border-radius: 3px;
}

.topNewsBar {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 20px 0;
}
.topNewsBar h5 {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 5px;
}
.topNewsBar p {
  color: rgba(0, 0, 0, 0.80);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin: 0;
}

/* featured */
.featured .v-img {
  width: 50%;
  height: 100%;
  margin: 0 0 0 10px;
}
.newsList .small h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}
.newsList .small p {
  font-size: 14px;
  line-height: 20px;
}

.newsList .secondaryRight .v-img {
  height: 100px;
  margin: 0 0 0 10px;
}
.newsList .secondaryRight p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 0;
}
.newsList .fullwidth .v-img {
  width: 100%;
  height: 120px;
  margin: 0 0 10px;
}

.newsList .categories {
  margin: 16px 0 0;
}
.newsList .categories a {
  display: inline-block;
  margin: 0 0 0 16px;
  text-decoration: underline;
}

/* News Details */
.newsDetails article img {
  margin: 10px 0;
}
.newsDetails article h1 {
  font-size: 38px;
  line-height: 46px;
  margin: 0 0 16px;
}
.newsDetails article .meta {
  margin: 0 0 16px;
}
.newsDetails article .meta p {
  font-size: 14px;
  margin: 0 10px 0 0;
}
.newsDetails article p {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.70);
  margin: 0 0 16px;
}
.newsDetails .cards {
  position: sticky;
  top: 80px;
}
.newsDetails .cards .card {
  padding: 0 0 8px;
  margin: 0 0 8px;
}
.newsDetails .cards .card img {
  width: 100%;
  height: 100px;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.newsDetails .cards .card h5 {
  font-size: 16px;
  line-height: 20px;
}
.newsDetails .cards .card p {
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (max-width:991px) {
  .topNewsBar {
    margin: 20px 0 0;
  }
  .featured a.d-flex {
    flex-direction: column-reverse;
  }
  .featured .v-img {
    width: 100%;
    height: 200px;
    margin: 0 0 10px;
  }
  .newsList .categories {
    font-size: 12px;
  }
}