.content-17 {
    overflow: unset;
}
.content-17 .content_box {
    padding-bottom: 198px;
    border-left: 1px solid var(--mid-grey);
    position: relative;
    min-height: 400px
}
.content-17 .content_box:last-of-type {
    border-left: none;
}
.content-17 .content_box div.circle_icon,
.content-17 .content_box div.circle_icon > .inner {
    transition: ease background-color 1s;
}
.content-17 .content_box .text_and_button_container {
    opacity: 0.3;
    transition: ease all 0.5s;
    padding-left: 20.28px;
}
.content-17 .content_box .generic_image {
    display: none;
    width: 100%;
    height: 300px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.content-17 .content_box .list_item_button {
    margin-top: 20px;
}
.content-17 .content_box .list_item_button a.button {
    margin: 0px;
}
.content-17 .custom_padding {
    padding: 165px 0px;
}
.content-17 .content_overflow_holder {
    padding-top: 23px;
}
/*** Inactive State ***/
.content-17 div.circle_icon {
    display: block;
    position: absolute;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: transparent;
    left: -17px;
    top: -5px;
}
.content-17 div.circle_icon > .inner {
    display: block;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--marble);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*** Sticky Circle ***/
.content-17 .mobile_circle {
    display: none;
    position: absolute;
    left: 0;
    top: 278px;
    z-index: 500;
    width: 5000000px;
}
.content-17 .mobile_circle div.circle_icon {
    background-color: var(--flash) !important;

    position: sticky;
    left: 0;
    bottom: 0;
}
.content-17 .mobile_circle div.circle_icon > .inner {
    background-color: var(--flash) !important;
}
.content-17 .sticky_image_outer {
    position: sticky;
    width: 100%;
    top: 200px;
    bottom: 0;
    left: 0;
}
.content-17 .sticky_image_container div.generic_image {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
    transition: 0.8s ease all;
}
.content-17 .sticky_image_container.active div.generic_image {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease all;
    position: relative;
    transition-delay: 0s;
}
/*** Active State ***/
.content-17 .content_box.active .text_and_button_container {
    opacity: 1;
}
.content-17 .content_box.active div.circle_icon {
    background-color: var(--flash);
}
.content-17 .content_box.active div.circle_icon > .inner {
    background-color: var(--flash);
}
.content-17 .image-4by3 {
    padding-bottom: 78.134%;
}

@media(min-width: 1299.98px) {
    .content-17 .image-4by3 {
        padding-bottom: 65vh;
    }
}
/* width */
.content-17 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
.content-17 ::-webkit-scrollbar-track {
    background-color: white;
}
/* Handle */
.content-17 ::-webkit-scrollbar-thumb {
    background: #E6F0FF;
    border-radius: 20px;
}
.content-17 ::-webkit-scrollbar {
    display: none;
}
.content-17 .content_box h3 {
    margin-bottom: 20px;
}
@media(max-width: 1399.98px) {
    .content-17 .sticky_image_outer {
        top: 100px;
    }
    .content-17 .custom_padding {
        padding: 80px 0px;
    }
}
@media(max-width: 1199.98px){
    .content-17 .content_box .text_and_button_container {
        padding-left: 0px;
    }
}
/*** Responsive Manual Slider ***/
@media(max-width: 991.98px) {
    .content-17 .mobile_circle {
        display: block;
    }
    .content-17 .sticky_image_outer {
        display: none;
    }
    .content-17 .content_box .text_and_button_container {
        opacity: 1;
    }
    .content-17 .content_box div.circle_icon {
        background-color: var(--marble);
    }
    /*.content-17 .content_box div.circle_icon > .inner,*/
    /*.content-17 .content_box.active div.circle_icon > .inner {*/
        /*background-color: #d6d4d1;*/
    /*}*/
    .content-17 .container-padding {
        padding-right: 0 !important;
    }
    .content-17 .content_overflow_holder {
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding-bottom: 10px;
        cursor: ew-resize;
    }
    .content-17 .content_box {
        scroll-snap-align: start;
        width: 350px;
        max-width: 350px;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .content-17 .content_box .generic_image {
        display: block;
        /*margin-left: -25px;*/
        /*width: 100%;*/
        width: calc(100% - 25px);
        height: 216px;
        background-position: center;
        background-size: cover;
    }
    .content-17 .content_box div.circle_icon {
        left: 0px;
        top: 278px;
        z-index: 10;
        transition: ease all 0s;
    }
    .content-17 .content_box .words {
        border-top: 1px solid var(--mid-grey);
        padding-top: 30px;
        padding-right: 50px;
        margin-top: 80px;
    }
    .content-17 .content_box:nth-last-of-type(2) .words {
        border-top: none;
    }
    .content-17 .custom_padding {
        padding: 60px 0px;
    }
    .content-17 .content_overflow_holder {
        padding-top: 0px;
    }
}
@media(max-width: 767.98px){
    .content-17 .content_box h3 {
        margin-bottom: 15px;
    }
    .content-17 .custom_padding {
        padding: 45px 0px;
    }
}
@media(max-width: 575px) {
    .content-17 .content_box {
        width: 345px;
        max-width: 345px;
    }
    .content-17 .custom_padding {
        padding: 30px 0px;
    }
    .content-17 .image-4by3 {
        padding-bottom: 62.61%;
    }
    .content-17 .content_box .words {
        margin-top: 20px;
    }
    .content-17 .mobile_circle,
    .content-17 .content_box div.circle_icon {
        top: 218px;
    }
}


/*
Dynamic Padding Bottom, added if it is the last block on page.
To allow animation to happen.
 */
.content-17 .add_dynamic_padding_bottom {
    padding-bottom: 300px;
}
@media(max-width: 1920px) {
    .content-17 .add_dynamic_padding_bottom {
        padding-bottom: 150px;
    }
}
@media(max-width: 1399.98px) {
    .content-17 .add_dynamic_padding_bottom {
        padding-bottom: 100px;
    }
}
@media(max-width: 991.98px) {
    .content-17 .add_dynamic_padding_bottom {
        padding-bottom: 0;
    }
}