/* Text Image CSS */

.text-image .wrapper{
    float: left;
    width: 100%;
}
.text-image .image-wrapper{
    width: 50%;
    float: left;
    position: relative;
}
.text-image .content-wrapper{
    width: 50%;
    float: left;
}
.text-image h4{
    line-height: 1.35em;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--body);
}
.text-image .brand-icon{
    position: absolute;
    height: 100%;
    width: auto!important;
}
.text-image .brand-icon.pos-left{
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.text-image .brand-icon.pos-right{
    right: 0;
}
.text-image .brand-icon.pos-top{
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.text-image .brand-icon.pos-bottom{
    left: 0;
    width: 100%!important;
    height: auto!important;
    bottom: 0;
}
.text-image.wca-icon .brand-icon{
    position: relative;
}
.text-image.wca-icon.pos-right .brand-icon{
    -webkit-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
    width: 33.33%!important;
    max-width: 250px;
}
.text-image.hero{
	padding-bottom: 250px;
}
.text-image.hero .wp-image{
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 50%;
}
.text-image.hero .curve{
	position: absolute;
	bottom: 0;
}
.text-image.full-size-image .wp-image{
    max-height: 373px;
    width: auto;
}
.text-image .content-wrapper *:last-child{
    margin-bottom: 0;
}
.text-image .image-wrapper{
    margin: 0;
}
.text-image .image-wrapper img{
    width: 100%;
}
.text-image.image-br10 .image-wrapper img{
    border-radius: 10px;
}

.text-image .block-image{
    position: absolute;
    width: calc(50% - 15px);
    top: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.text-image[class*="img-pos-left"] .block-image{
    right: auto;
    left: 0;
}
.text-image.hero.pos-push_right:first-child .wp-image{
    bottom: auto;
    top: 80px;
}
.text-image.pos-edge .row.flex-end{
    min-height: 388px;
    align-items: center;
}
.text-image.pos-edge .content-wrapper{
    text-align: center;
    padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.text-image.pos-edge .brand-icon.a{
    left: 20px;
}
.text-image.pos-edge .brand-icon.c{
    right: 20px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.text-image.pos-edge p{
    font-size: 22px;
    line-height: 1.25em;
}

@media screen and (max-width: 1480px){
    .text-image .content-wrapper{
        padding: 30px;
    }
}

@media screen and (max-width: 1349px){
    .text-image .content-wrapper{
        padding: 20px;
    }
}

@media screen and (max-width: 991px){
    .text-image .content-wrapper{
        padding: 40px 20px;
    }
    .text-image .image-wrapper, .text-image .content-wrapper{
        width: 100%;
    }
    .text-image.pos-right .flex{
        display: flex!important;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 768px){
    .text-image.wca-icon .brand-icon{
        width: 33.33%!important;
        max-width: calc(33.33% - 10px)!important;
    }
    .text-image + .text-image{
        margin-top: 20px;
    }
    .text-image h4{
        font-size: 18px;
    }
    .text-image .content-wrapper{
        padding: 25px 20px 30px;
    }
}
