.salient-news-filter-wrap {display:flex;flex-wrap:wrap;}
.salient-news-filter-wrap .filter-sidebar {flex-basis:25%}
.salient-news-filter-wrap .nectar-post-grid  {flex-basis:75%}
.salient-news-filter-wrap .span_4 {width:31%}

.news-item {
    margin-bottom: 40px;
}

.news-item .img_wrap {height:200px;display:flex;justify-content:center;align-items:center;overflow:hidden}
.main-content .row .col.news-item img {
    width: auto;
    height: 100%;
    max-width:unset;
    min-width:100%;
    display: block;
}
.news-meta {
    margin-top: 15px;
}

.news-item .img_wrap:before {
    content:"";
    padding: 15px 10px 27px 9px;
    position: absolute;
    top: 0;
    right: 20px;
    text-align: center;
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    min-width: 100px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
}
.news-item.industry-insights .img_wrap:before {
    content:"Insights";
    background:#ba0c2f;
}

.news-item.news .img_wrap:before, .news-item.markets .img_wrap:before {
    content:"News";
    background:#02253c;
}

.news-item.company-news .img_wrap:before {
    content:"News";
    background:#02253c;
}

.news-item h3 {font-size:23px!important;line-height: 1.4em !important;}
.news-item p, .news-item a {color:#000!important}

.nectar-post-grid .meta-date {display:block;margin-top:30px}

.salient-news-loadmore-wrap {
    flex-basis: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
}
.salient-news-loadmore-wrap .load-more {
    text-transform: uppercase !important;
    letter-spacing: 2.5px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 40px;
    color: #000;
    line-height: 31px;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: transparent;
    display: inline-block;
    position: relative;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.salient-news-loadmore-wrap .load-more:hover {
    background:#ba0c2f;
    color:#fff;
}


#blog-cat-filter .category-option {
  margin-bottom: 10px;
  display:flex;
}

#blog-cat-filter > .category-option:last-child {display:none;}

#blog-cat-filter .category-option.subcategory label {
    padding-left: 20px; 
}

#blog-cat-filter label {
  cursor: pointer;
  display: block;
  padding: 0 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
    font-size: 19px!important;
    font-family: 'muli';
    font-weight: 600!important;
    line-height: 22px;
    text-transform:none;
    letter-spacing:normal
}

#blog-cat-filter input {appearance: auto;}

#blog-cat-filter input[type="radio"]:checked {
    accent-color:#ba0c2f;
}

.hover-circle {
  position: fixed;
  pointer-events: none;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #ba0c2f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  z-index: 9999;
}

@media screen and (max-width:767px) {
    .salient-news-filter-wrap .nectar-post-grid {flex-basis:100%;}
    .salient-news-filter-wrap .span_4 {width:100%}
    .news-item .img_wrap {height:230px;}
}

@media screen and (min-width:768px) {
aside.filter-sidebar {
    position: sticky;
    top: 100px; /* adjust so it clears your header/nav */
    align-self: flex-start; /* if inside a flex/grid layout */
    height: fit-content;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
.salient-news-filter-wrap .span_4 {width:100%}
.salient-news-filter-wrap .filter-sidebar {flex-basis:40%}
.salient-news-filter-wrap .nectar-post-grid  {flex-basis:60%}
}

