.new .news_listing__entry {
  /*   min-height:550px; */
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  min-width: 250px;
  border-radius:10px;
}
.blp-heading-h3 a{
  color:#17161a;
}
.news_listing__wrapper .heading{
  padding:50px 0
}
.entry__byline--row .comment svg{
  width:14px;
  fill:var(--svg-color);
  display:block;
}
.news_listing__header {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.news_listing__wrapper


.news_listing__featured_image {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.slick-prev, .slick-next{
  width:20px;
  height:20px;
}
.blog-index__post-meta .button{ 
  padding: 12px 20px; 
  font-size:14px; 
  text-transform:uppercase;
  background:transparent;
  border:1px solid var(--primary_color);
  color:#435469
}

.blog-index__post-meta{text-align:left;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news_listing__featured_image {
    display: block;
    height: auto;
  }

  .news_listing__featured_image-wrapper {
    height: 100%;
  }
}

.new .news_listing__content {
  padding: 20px 0px;
}

.news_listing__content h5 {
  margin: 0;
}

.news_listing__content a {
  text-decoration: none;
}

.news_listing__blog-tags a.tag{
  color:#d90a2c;
  font-size: 14px;
}
/* .news_listing__content a{
color:#ffffff
} */
.blog-index__post-meta a{
  font-weight: 600;
  /*   color:#f4bc01; */
  transition: .3s;
}
.blog-index__post-meta a i{
  font-size: 15px;
  font-weight: 600;
  transition: .5s;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  color: #f4bc01;
}
.blog-index__post-meta a:hover i{
  padding-left:8px;
  letter-spacing: .5px;
  font-weight: bold;
}
.new .news_listing__content .entry__summary {

  padding-top:15px;
}
.new .news_listing__content .entry__summary p{
  font-size:14px
}
.new .news_listing__header,
.new .news_listing__body {
  padding: 2rem;
}

.new .news_listing__body {
  display: flex;
}

.new .entry__byline--row {
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: space-between;
}

.new .entry__icon > svg {
  margin-right: 0.5rem;
  width: 1rem;
}

/* Carousel (tiny slider) */

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  left: 0;
  position: relative;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-nav {
  margin: 20px 0;
  text-align: center;
}

.tns-nav > [aria-controls] {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
}

.tns-nav .tns-nav-active {
  background-color: #ff5e14;
}

.new .news_listing__wrapper .tns-outer {
  padding: 0 !important;
}

.new .news_listing__wrapper .tns-outer [hidden] {
  display: none !important;
}

.new .news_listing__wrapper .tns-outer [aria-controls],
.new .news_listing__wrapper .tns-outer [data-action] {
  cursor: pointer;
}

.new .news_listing__wrapper .tns-slider {
  transition: all 0s;
}

.new .news_listing__wrapper .tns-slider > .tns-item {
  box-sizing: border-box;
}

.new .news_listing__wrapper .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.new .news_listing__wrapper .tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.new .news_listing__wrapper .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.new .news_listing__wrapper .tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.new .news_listing__wrapper .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.new .news_listing__wrapper .tns-no-calc {
  left: 0;
  position: relative;
}

.new .news_listing__wrapper .tns-gallery {
  left: 0;
  position: relative;
}

.new .news_listing__wrapper .tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.new .news_listing__wrapper .tns-lazy-img.loaded {
  opacity: 1;
}

.new .news_listing__wrapper .tns-ah {
  transition: height 0s;
}

.new .news_listing__wrapper .tns-ovh {
  overflow: hidden;
}

.new .news_listing__wrapper .tns-hdx {
  overflow-x: hidden;
}

.new .news_listing__wrapper .tns-hdy {
  overflow-y: hidden;
}

.new .news_listing__wrapper .tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.new .news_listing__wrapper .tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.new .news_listing__wrapper .tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.new .news_listing__wrapper .tns-normal,
.new .news_listing__wrapper .tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.new .news_listing__wrapper .tns-nav {
  margin: 20px 0;
  text-align: center;
}

.new .news_listing__wrapper .tns-nav > [aria-controls] {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
}

.new .news_listing__wrapper .tns-nav .tns-nav-active {
  background-color: #ff5e14;
}
.new .slider {
  width: 100%;
  margin: 0px auto;
}

.new .slick-slide {
  margin: 0px 20px;
}
.new .slick-dots li button:before {
  color: #ffffff !important;
  opacity: 0.5;
}
.new .slick-dots li.slick-active button:before {
  color: #ffffff !important;
  opacity: 1;
}
.new .slick-slide img {
  width: 100%;
  border-radius:10px;
}

.new .slick-prev:before,
.new .slick-next:before {
  color: #000000;
}


.new .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.new .slick-active {
  opacity: 1;
}

.new .slick-current {
  opacity: 1;
}
.new .slick-slide.slick-active:focus {
  outline: none;
}

.new .centers.slick-slider .slick-track, 
.new .centers .slick-list, 
.new .centers.slick-initialized .slick-slide{
  display:flex
}
.new .news_listing__entry-wrapper {  
  display: flex;
  flex-wrap: wrap;
}
.news_listing__featured_image-wrapper .post-type svg{width:20px;display:block;fill:#6e7b83}
.news_listing__featured_image-wrapper{position:relative}
.news_listing__featured_image-wrapper .post-type {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width:767px){

  .news_listing__wrapper .heading{padding:20px 0 }
  .news_listing__wrapper{
    position:relative;
    overflow:hidden;  

  }
}

.blp-heading-h3 { font-size: 18px; margin-bottom: 6px; }