.contentSlider {
    background-image: url(/Image%20Library/Equity%20by%20Design/blue-pattern-small.png);
    color: #fff;
}

.contentSlider a {
    color: #fff;
}

.contentSlider .slick-dots li button:before {
    background-color: #fff !important;
    opacity: 0.5;
}

.contentSlider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.featureBlock--three img {
    max-width: 75%;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {

    .CLContentDataView .sliderMain .sliderMainImage {
        min-height: 350px;
    }

    .CLContentDataView .sliderMain .sliderMainContent-copy {
        max-width: 100%;
    }

    .CLContentDataView .sliderMain .sliderMainContent-heading {
        font-size: 4vw;
    }

}

@media only screen and (min-width: 640px) {
    .sliderMain-slide .sliderMainContent-inner .sliderMainContent-copy {
        background: rgba(0,0,0,0.5);
    }
    .sliderMain-slide .sliderMainContent-copy .sliderMainContent-heading, .sliderMain-slide .sliderMainContent-copy p {
        color: #fff;
    }
}

.sliderMainImage {
    background-repeat: no-repeat;
    background-position-y: 0 !important;
}