.pull-left-xs {
    float: left;
}

.pull-right-xs {
    float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .pull-left-sm {
        float: left;
    }

    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pull-left-md {
        float: left;
    }

    .pull-right-md {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pull-left-lg {
        float: left;
    }

    .pull-right-lg {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-left-xl {
        float: left;
    }

    .pull-right-xl {
        float: right;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.row.equal-height>[class^="col"] {
    display: -ms-flexbox;
    display: flex;
}

.slick-carousel-wrapper {
    padding: 0.625rem 0;
}

.slick-carousel-wrapper .slick-slide {
    height: auto;
    margin-right: 14px;
}

.slick-carousel-wrapper .slick-slide .slick-active {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.experience-slides .slick-next,
.experience-slides .slick-prev {
    font-family: nike-glyphs;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 41%;
    z-index: 1;
}

.experience-slides .slick-prev {
    left: 66px;
}

.experience-slides .slick-next {
    right: 84px;
}

.experience-slides .slick-prev:hover,
.experience-slides .slick-prev:focus,
.experience-slides .slick-next:hover,
.experience-slides .slick-next:focus {
    background: #fff;
    color: transparent;
}

.experience-slides .slick-next:before,
.experience-slides .slick-prev:before {
    font-size: 1.4rem;
    margin-top: 7px;
    font-weight: bold;
}

.experience-slides .slick-prev:before {
    margin-right: 5px;
}

.experience-slides .slick-next:before {
    margin-left: 2px;
}

.slick-dots {
    display: none !important;
}

.carousel-title {
    padding-left: 48px;
    color: #000000;
    font-weight: 500;
}

@media (max-width: 600px) {
    .carousel-title {
        padding-left: 30px;
        color: #000000;
        font-weight: 500;
    }

    .slick-slide img {
        width: 100% !important;
        object-fit: cover !important;
        height: 330px !important;
    }

    .slick-list {
        padding: 0 !important;
        max-height: 435px !important;
    }

    .slick-carousel-wrapper .slick-slide {
        height: auto;
        margin-right: 0 !important;
    }

    .slick-carousel-wrapper .slick-slide.slick-cloned:last-child {
        display: none !important;
    }

    .slick-carousel-wrapper .slick-slide.slick-current.slick-active.slick-center {
        /*width: 7.5% !important;*/
    }
}

@media (max-width: 960px) {

    .slick-next,
    .slick-prev {
        display: none !important;
    }
}