
.casesnewsettled__container {
    display: flex;
    flex-wrap: wrap;
}

.casesnewsettled {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.casesnewsettled__image-container {
    width: 100%;
    height: 200px;
    margin-bottom: 19px;
    overflow: hidden;
}

.casesnewsettled__image {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #EEE;
    width: 100%;
    height: 200px;
    background-size: cover;
    display: block;
}

.casesnewsettled:hover .casesnewsettled__image { -webkit-transform: scale(1.05); transform: scale(1.05); }

.casesnewsettled__title {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    margin: 8px 0 12px;
}

.casesnewsettled__type {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway';
}

.casesnewsettled__blurb {
    font-size: 15px;
    color: #545459;
    padding-top:4px;
}

.casesnewsettled__link {
    margin-top: 15px;
    display: block;
    color: #0471DF;
}

    .casesnewsettled__link:hover {
        color: #97B813;
    }

.casesnewsettled__date {
    font-size: 13px;
    color: #6B6B6B;
    font-weight: 600;
    padding-bottom: 8px;
}

.sat-paging { display: block; text-align: center; }

.sat-paging-echo { display: inline-block; padding: 0 10px; font-size: 18px; line-height: 36px; font-family: Arial; }

.sat-paging-prev, .sat-paging-next { display: inline-block; font-size: 0; line-height: 36px; }

    .sat-paging-prev:before, .sat-paging-next:before { content: "\f053"; display: inline-block; width: 36px; height: 36px; border-radius: 50%; font-size: 22px; line-height: 36px; text-align: center; background: #7B9612; color: #FFFFFF; font-weight: bold; font-family: 'Font Awesome 5 Free'; }

    .sat-paging-next:before { content: "\f054"; }

.sat-paging-disabled:before { background: #636569; }

.caseCTA { display: none; background:#000; flex-direction: column; padding: 20px; border: solid 1px #000; margin-top: 20px; margin-bottom: 40px; text-align: center; gap: 20px; order: -1; }
.caseCTA--mobile { display: flex; }
h3.caseCTA__heading { font-size: 23px; }

.case-side { margin-bottom: 30px; }

@media only screen and (min-width:768px) {
    .casesnewsettled {
        flex-basis: 50%;
        width: 50%;
        padding: 0 20px 20px;
        position: relative;
    }

        .casesnewsettled:after {
            content: " ";
            width: 1px;
            background: #EEE;
            height: calc(100% - 20px);
            position: absolute;
            top: 0;
            right: 0;
        }

        .casesnewsettled:nth-child(2n):after {
            content: none;
        }

    .casesnewsettled__container {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:1024px) {
    .caseCTA { margin-top: 90px; }
    .caseCTA--mobile { display: none !important; }
    .caseCTA { display: flex; }
}

@media only screen and (min-width:1200px) {
    .casesnewsettled {
        flex-basis: 33.333%;
        width: 33.333%;
    }

        .casesnewsettled:nth-child(2n):after {
            content: " ";
        }

        .casesnewsettled:nth-child(3n):after {
            content: none;
        }
}

