.swiper-pagination-bullet:focus-visible {
    outline: 1px solid var(--primary-1);
}
.large-featuted-story__row:hover .large-featuted-story__image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.large-featuted-story__date .tag-text {
  border: 0
}
.large-featuted-story__image {
  height: 23.2rem;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.news-story-card .news-story-card__date{
    font-family: 'proxima-nova';
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.75);
    line-height: var(--tag-line-height);
    letter-spacing: var(--tag-letter-spacing);
}
.news-story-card .news-story-card__category{
border: solid 1px var(--primary-1);
    text-decoration: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    color: var(--primary-1);
    background-color: var(--secondary-1);
    border-radius: var(--radius-sm);
}
@media (max-width:767.98px) {
  .large-featuted-story .container-fluid {
    padding: 0
  }
}
@media (min-width:768px) {
  .large-featuted-story__image {
    height: 51.4rem
  }
}
@media (min-width:992px) {
  .large-featuted-story__image {
    height: 100%
  }
}
.news-listings--no-image .news-story-card__image img{
display:none;
}

.news-listings .swiper {
    padding: 4px 4px;
}
.news-listings .swiper-slide {
  height: auto
}
.news-listings .swiper-slide .news-story-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--base-5);
    border-radius: var(--radius-sm);
    border: 1px solid var(--base-3);
}
.news-listings .swiper-slide .news-story-card__details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.news-story-card__image img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
.news-story-card:hover .news-story-card__image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
@media (max-width:767.98px) {
  .news-listings .swiper {
    overflow: visible;
    overflow-y: hidden;
    /*-webkit-clip-path: polygon(0 1%,1000% 1px,1000% 100.34%,0 100%);
    clip-path: polygon(0 1%,1000% 1px,1000% 100.34%,0 100%);*/
    -ms-overflow-style: none;
    scrollbar-width: none
  }
  .news-listings .swiper::-webkit-scrollbar {
    display: none
  }
  .news-listings .container-fluid {
    padding-right: 0
  }
  .news-listings__section-title {
    margin-bottom: var(--sm-3) !important;
  }
  .news-listings .swiper-slide .news-story-card{
  	margin-bottom: 2px;
  }
}