#case-studies-feed {
    padding-bottom: 140px;
}
#case-studies-feed .item {
	margin-bottom: 16px;
}
#case-studies-feed .item:nth-child(even) {
	transform: translateY(80px);
}
#case-studies-feed .item .card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}
#case-studies-feed .item .link {
	flex: 1;
	white-space: nowrap;
	margin-left: 24px;
}
#case-studies-feed .item .link a {
	color: var(--eerieBlack);
	text-decoration: none;
	font-size: 17px;
}

.filters-wrapper {
    background-color: var(--eerieBlack);
    color: #FFF;
    border-radius: var(--borderRadius);
    padding: 28px 56px;
    margin-bottom: 34px;
}
.filters-form {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.filters-form > li {
    margin-right: 22px;
}
.filters-form > li > a {
    text-decoration: none;
    font-size: 34px;
    opacity: 0.75;
    color: #FFF;
}
.filters-form > li > a:hover {
    opacity: 1;
}
.filters-wrapper .btn.btn-dark {
    border: solid 1px #FFF;
}



#main-header.js-replace-color:not(.sticky) {
    background-color: rgba(0,0,0,0);
}
#case-studies-details #hero-banner {
    position: relative;
}
#case-studies-details #hero-banner.bg-dark {
    background-color: var(--seaSalt) !important;
}
#case-studies-details .hero {
    padding: 280px 0 80px 0;
}
#case-studies-details .hero .term-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
#case-studies-details .hero .term-item {
    border: solid 1px #FFF;
    border-radius: 27px;
    padding: 12px 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#case-studies-details .hero .term-item svg {
    margin-left: 16px;
}
#case-studies-details #see-how-btn .inner {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 136 136' style='enable-background:new 0 0 136 136;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23004695;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='68' cy='68' r='68'/%3E%3Cpath class='st1' d='M58.1,82h27.4L80,87.6H48.4V56l5.5-5.6v27.3l29.4-29.4l4.3,4.1L58.1,82z'/%3E%3C/svg%3E");
    background-size: 136px;
}


#overview {
    padding: 140px 0 0 0;
}
#overview > .container {
    margin-bottom: 50px;
}
#overview .image {
    border-radius: var(--borderRadius);
    overflow: hidden;
}
#overview .how {
    margin-top: 50px;
}
#overview .stats {
    padding-top: 30px;
}
#overview .stat {
    margin-top: 64px;
}
#overview .stat h5.title {
    font-weight: 400;
    color: var(--eerieBlack);
}

#testimonial-carousel {
    margin-bottom: 140px;
}
#testimonial-carousel .icon {
    margin-bottom: 30px;
}
#testimonial-carousel h5 {
    margin-bottom: 24px;
}
#testimonial-carousel .text {
    color: var(--eerieBlack);
}


@media (max-width: 767px) {
    .filters-wrapper {
        padding: 20px 40px;
        display: flex;
        flex-direction: column;
    }
    .filters-wrapper .text-end {
        margin-top: 15px;
        text-align: left !important;
    }

    #case-studies-feed .item:nth-child(2n) {
        transform: none;
    }
    #case-studies-feed .item .card {
        flex-direction: column;
    }
    #case-studies-feed .item .link {
        margin: 20px 0 0 0;
    }

    #case-studies-details .hero {
        padding-top: 150px;
    }
    #case-studies-details .hero .term-list {
        display: none;
    }
}
