/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 26 2023 | 14:16:20 */
.et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 390px !important;
}
@media (min-width: 1930px) {
  .et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container {
    height: 633px !important;
  }
}
@media (max-width: 980px) {
  .et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container {
    height: auto !important;
  }
}
.et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post {
  height: calc(25% - 15px);
  margin: 0 !important;
  display: flex;
}
@media (max-width: 980px) {
  .et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post {
    height: auto !important;
    margin-bottom: 1rem !important;
  }
}
.et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url {
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
}
.et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url .bv-img-wrapper {
  height: 100%;
  /* flex: 1; */
  flex: 1 0 auto;
  aspect-ratio: 1.88;
}
@media (max-width: 980px) {
  .et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url .bv-img-wrapper {
    max-width: 50% !important;
  }
}
@media (min-width: 981px) {
  .et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url .bv-img-wrapper {
    max-width: 155px;
  }
}
@media (min-width: 1921px) {
  .et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url .bv-img-wrapper {
    max-width: 269px;
  }
}
.et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url .bv-img-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url .article-contents {
  position: relative;
  bottom: 0;
  padding: 1px 0 1.2rem 1.2rem !important;
  right: initial;
  flex: 0 1 auto;
}
.et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url .article-contents .published {
  margin-bottom: 1.2em !important;
  color: var(--bv-dark-blue) !important;
  font-size: var(--font-xs-small) !important;
  font-weight: 800 !important;
  display: block;
  text-transform: uppercase;
}
.et-db #et-boc .et-l .bv-news-single.bv-patched .et_pb_ajax_pagination_container article.et_pb_post.post a.entry-featured-image-url .article-contents h2.entry-title span {
  font-size: var(--font-smaller) !important;
  display: block !important;
  max-height: 2.25em;
  line-height: 1.1em !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--bv-light-blue) !important;
}
