/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .REAL_HOMES_page_top_bottom_padding_nil .cere-map-replaced {
    margin-top: 7rem;
 }

.rh_wrap > .rh_banner:empty {
    background-color : #00233C;
}

.rh_banner.cere-empty-banner-default {
    height: 8rem;
}

.rh_banner.cere-empty-banner-tight {
    height: 4rem;
}

@media only screen and (min-width: 1380px) {
    .rh_banner.cere-empty-banner-default {
        height: 14rem;
    }
    .rh_banner.cere-empty-banner-tight {
        height: 10rem;
    }    
 }
