/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.title-card{
    background-color: #f5f5f5;
    padding-top: 55px;
}

.title-card-title{
    color: #EB9142;
    font-size: 40px;
    font-family: karla;
    max-width: 461px;
    padding-bottom: 30px;
}

.title-card-subtitle{
    font-family: Montserrat;
    font-weight: bold;
    margin-bottom: 0;
}

.cs-text-block ul{
    margin-left: 0;
    padding: 18px;
}
.cs-text-block li{
    padding-left: 10px;
}
.cs-text-block ul li::marker{
    color: #EB9142;
}

.image-hold{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.case-date{
    color: #69B0BB;
    font-size: 24px;
    font-family: Karla;
    padding-bottom: 28px;
}

.title-card-left{
    background-color: #fff;
    padding: 0;
}

.title-card-right{
    padding: 0;
}

.left-inner{
    padding: 50px;
}

@media (max-width:1199px) {
    .left-inner{
        padding: 40px;
    }
}
@media (max-width:991px) {
    .title-card-title{
        font-size: 30px;
    }
    
}
@media (max-width:767px) {
    .title-card-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .image-hold{
        height: 365px;
    }
  
}
@media (max-width:575px) {
    .left-inner{
        padding: 15px;
    }
    .title-card-title{
        font-size: 30px;
    }
    .title-card-subtitle{
        font-size: 20px;
    }
}

/* ICON REPEATER STLYES */

.icon-strip{
    padding: 60px 0; 
    background-color: #f5f5f5;
}

.icon-text {
    text-align: center;
    max-width: 302px;
}

.icon-text:not(:last-child){
    margin-right: 102px;
}

.icon{
    padding-bottom: 28px;
}

@media (max-width:1199px) {
    .no-flexboxlegacy .icon-text:not(:last-child){
        margin-right: 60px;
    }

}


@media (max-width:991px) {

    .icon-strip-inner{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .icon-text:not(:last-child){
        margin-right: 35px;
    }
}
@media (max-width:767px) {

    .icon-text{
        padding: 0;
    }

    .icon-text:not(:last-child){
        margin-right: 18px;
    }
}
@media (max-width:575px) {

    .icon-strip-inner{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .icon-text:not(:last-child){
        margin-right: 0;
    }
    .icon-text{
        max-width: 330px;
    }
}

/* TEXT_IMAGE STYLES */

.text-image-lr{
    background-color: #fff;
    padding:60px 0;
}

.text-image-image{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.text-image-image-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 556px;
    height: 100%;
    opacity: 0.25;
}
.overlay{
    width: 270px;
    position: absolute;
}
.overlay-1{
    width: 359px;
    position: absolute;
}
.text-image-rl{
    background-color: #f5f5f5;
    padding:60px 0;
}
.text-l{
    padding-right: 60px;

}
.text-r{
    padding-left: 60px;
}

.no-flexboxlegacy .overlay{
    position: relative;
}

.no-flexboxlegacy .overlay-1{
    position: relative;
}

.no-flexboxlegacy .text-image-image-inner{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


@media (max-width:1199px) {
    .text-image-image-inner{
        height: 400px;
        width: 100%;
        position: relative;
    }
    .text-image-image{
        padding: 0;
    }

    .text-image-row{
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .text-l{
        padding-left: 0;
        padding-top: 30px;

    }
    .text-r{
        padding-left: 0;
        padding-top: 30px;
    }
    .no-flexboxlegacy .overlay{
        position: relative;
        right: 50%;
    }
    .no-flexboxlegacy .overlay-1{
        position: relative;
        right: 50%;
    }
    
}


@media (max-width:991px) {
    .text-image-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .text-image-row-1{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .text-image-image-inner {
        height: 400px;
        width: 100%;
        position: relative;
    }
    .text-image-image{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .text-l{
        padding: 0;

    }
    .text-r{
        padding: 0;
    }

}



/* TEXT BLOCK STYLES */

.cs-text-block{
    padding: 60px 0;
}



/* ROLLUP STYLES */

.rollup-entry{
    background-color: #f5f5f5;
    padding-bottom: 75px;

}

.cs-map-link{
    width: 128px;
    margin: 38px auto;
}

.rollup-title{
    color: #008D9C;
    text-align: center;
    padding-bottom: 38px;
}