/*.pure-js-carousel {
  overflow: hidden;
}*/
.inner-slide .col-6 {
    text-align: right;
    font-weight: 700;
    font-size: 2rem;
    padding-right: 25px;
}
.push-carousel-left {
    margin-top: -55px;
    margin-left: 10%;
    padding-bottom: 45px;
    position: relative;
    min-height: 500px;
}
.slide.active p, .slide.active span.slide-numbers {
    color: #F37949;
}
button.pure-js-carousel-btn.pure-js-carousel-btn-next, .pure-js-carousel-btn-prev {
    display: none;
}
.slide {
    background: #f0f0f0;
    border: 5px solid #fff;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 340px;
    width: 315px;
    cursor: pointer;
}
.arrow-right {
    width: 30px;
    margin-top: 8px;
    margin-left: 8px;
}
.style-border-top {
    background-color: #d45a2a;
    height: 0.3em;
    width: 6em;
}
.pure-js-carousel-slide p {
    color: black;
    font-size: 1.125rem;
    padding: 0 25px;
    line-height: 1.9rem;
}
span.slide-numbers {
    color: black;
}
div#carousel-one-by-one {
    min-height: 460px;
    max-height: 460px;
}
div#carousel-one-by-one, .pure-js-carousel-list {
    padding-top: 20px;
    /*    display: inline-block;*/
    clip-path: inset( -101vw -101vw -101vw 0 );
}
.pure-js-carousel-list:before,
.pure-js-carousel-list:after {
  content: "";
  display: table;
}
.slide {
    transition: ease all .3s;
}
    .slide.active {
        margin-top: -25px;
        background: #212529;
        transition: ease all .3s;
    }

.pure-js-carousel-list {
    display: flex;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
}

.carousel {
    overflow: hidden;
}

.pure-js-carousel-list:before,
.pure-js-carousel-list:after {
    content: "";
    display: table;
}
.pure-js-carousel-list:after {
  clear: both;
}

.pure-js-carousel-slide {
  float: left;
}
.pure-js-carousel-btn {
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 20px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.pure-js-carousel-btn-next {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 3px;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.pure-js-carousel-btn-prev {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pure-js-carousel-dots {
    z-index: 5;
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -15px;
}

.pure-js-carousel-dot {
    display: inline-block;
    margin: 0 5px;
}

.pure-js-carousel-dot-btn {
    background-image: url(../images/icons/CarouselOption.svg);
    background-color: transparent;
    min-width: 26px;
    min-height: 26px;
    background-size: cover;
    border: none;
}

.active .pure-js-carousel-dot-btn {
    background-image: url(../images/icons/CarouselOptionActive.svg);
    background-color: transparent;
    min-width: 26px;
    min-height: 26px;
    border: none;
    background-size: cover;
}
.slide.active .inner-slide:after {
    content: '';
    width: 40px;
    height: 40px;
    background: white;
    position: absolute;
    border-radius: 50%;
    margin-left: -25px;
    transition: .3s ease all;
}
.inner-slide:after {
    content: '';
    width: 30px;
    height: 30px;
    background: white;
    position: absolute;
    border-radius: 50%;
    margin-left: -20px;
    transition: .3s ease all;
}
div#cardcount-0 .inner-slide:after {
    width: 0;
    height: 0;
}
.active .style-border-top {
    background-color: #555;
    height: 0.4em;
    transition: .3s ease all;
}