/* Start Filtered Slider Style */
/* Style Swiper Container */
.filtered-slider-outer-wrapper {
  margin: 0 auto !important;
  width: 100% !important;
}
.filtered-slider-outer-wrapper .swiper-container {
  overflow: visible;
}
.filtered-slider-outer-wrapper .swiper-container .swiper_wrap {
  height: 100%;
  margin: 0 auto !important;
  position: relative;
}
.filtered-slider-outer-wrapper .swiper-container .swiper_wrap .swiper {
  margin: 0 auto;
  overflow: hidden;
}

/* Style Buttons */
.filtered-slider-outer-wrapper .filter-button {
  cursor: pointer !important;
  display: inline;
}
@media (max-width: 767px) {
  .filtered-slider-outer-wrapper .filter-button {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.filtered-slider-outer-wrapper .filter-button:hover, .filtered-slider-outer-wrapper .filter-button.active, .filtered-slider-outer-wrapper .filter-button:focus {
  outline: none;
} 

/* Style Slides */
#filtered-slider .swiper-slide a {
  text-decoration: none;
}
#filtered-slider .swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: auto !important;
}
#filtered-slider .swiper-slide-inner {
  align-items: stretch;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
}
#filtered-slider .swiper-slide-contents {
  align-items: stretch;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#filtered-slider .swiper-slide-contents .text-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-evenly;
}
#filtered-slider .slide-photo {
  aspect-ratio: 1 / 1 !important;
  background-position: center !important;
  background-size: cover !important;
  height: auto !important;
  width: 100% !important;
}
@supports not (aspect-ratio: 1 / 1) {
  #filtered-slider .slide-photo::before {
    content: '' !important;
    float: left !important;
    padding-top: 100% !important;
  }
  #filtered-slider .slide-photo::after {
    clear: both !important;
    content: '' !important;
    display: block !important;
  }
}
#filtered-slider .text-container .slide-heading {
  margin-top: 0; margin-right: 0; margin-left: 0;
}
#filtered-slider .text-container .slide-subheading {
  margin: 0;
}

/* Style Nav Buttons */
.nav-container {
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  z-index: 40;
}
.swiper-button {
  background-image: none !important;
  z-index: 45;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}

/* Style Pagination */
.swiper-pagination {
  display: block;
  position: absolute;
  bottom: -50px; left: 50%;
  transform: translateX(-50%);
  z-index: 40;
}
.swiper-pagination-bullet {
  z-index: 45;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
/* End Filtered Slider Style */