/* cOLOR */
.wrap__header--inner {
    background: rgb(97, 144, 175);
}
body {
    background: #427793 !important;
}
.logo__title {
    color: rgb(230, 193, 86);
}
.slogan__block {
    background-color: rgb(138, 194, 222);
}
.slideshow__section {
    border-bottom: 12px solid rgb(230, 193, 87);
}
.editable .text-left, .editable__container .text-left {
    color: rgb(230, 193, 87);
}
.wrap__ctaBody .cta_block .cta__description {
    margin: 5px 0;
}
.sidebar-holder {
    background: rgb(153, 209, 227);
}
.wrap__footer {
    background: rgb(98, 146, 176);
}

@media only screen and (max-width: 500px) {
    img.ezimage {
        float: none !important;
    }
    .abtme-img {
    text-align: center;
    }    
}


/* TS-Grace slogan block */
@media (max-width: 1024px) {
    .slideshow__section .slogan__block {
        display: block;
    }
}
@media screen and (max-width: 768px) {
.slider__item.slider__image {
    background-size: contain;
}
.slideshow__section--inner {
    height: 235px;
}
}