/* CUSTOM EDITS */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
    margin-bottom: 50px;
}

.index-actionplanandtoolkits .swiper-slide {text-decoration: none;}
.index-actionplanandtoolkits .swiper-slide:hover p,
.index-actionplanandtoolkits .swiper-slide:hover .blogpreview--readmore {color: var(--mainblue);}

.quoteblock .swiper-slide {
    border-top: 1px solid var(--mainblue);
    border-bottom: 1px solid var(--mainblue);
    padding: 50px 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
}

.swiper-slide .blogpreview--title {}

.swiper-slide .blogpreview--title p {
    font-size: 24px;
    margin-top: 20px;
    text-align: left;
    color: #414F58;
    text-decoration: none;
}

.swiper-slide .blogpreview--readmore {
    margin-top: 10px;
    text-align: left;
    color: #AAAAAA;
    font-size: 14px;
}

.swiper-pagination {
  position: relative !important;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  padding-top: 0;
}

.swiper-button-prev {
  top: 95.25% !important;
  position: absolute;
  left: calc(50% - 150px) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='30' viewBox='0 0 33 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.83398' y='13.5342' width='20' height='2' transform='rotate(45 1.83398 13.5342)' fill='white'/%3E%3Crect x='2.33203' y='13.9805' width='30.6675' height='2' fill='white'/%3E%3Crect x='15.9766' y='2.2207' width='20' height='2' transform='rotate(135 15.9766 2.2207)' fill='white'/%3E%3C/svg%3E%0A") !important;
}

.swiper-button-next {
  top: 95.25% !important;
  position: absolute;
  right: calc(50% - 150px) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='30' viewBox='0 0 33 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='31.165' y='16.3633' width='20' height='2' transform='rotate(-135 31.165 16.3633)' fill='white'/%3E%3Crect x='30.667' y='15.917' width='30.6675' height='2' transform='rotate(-180 30.667 15.917)' fill='white'/%3E%3Crect x='17.0225' y='27.6768' width='20' height='2' transform='rotate(-45 17.0225 27.6768)' fill='white'/%3E%3C/svg%3E") !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {display: none !important;}


.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: var(--swiper-pagination-bullet-inactive-color, #FFF) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--mainblue) !important;
}


