﻿#header { background-color: #263a60; }

.resultsblock-title { background: #263a60; }

#logo, #logo_header { display: none; }

#header { display: block; height: 90px; margin-bottom: 5px; padding-top: 5px; }

#header_left {height: 83px; }

#rts {
     height: 83px;
                width: auto;
     background: url("AlderHeyBanner.jpeg") center top no-repeat;
                background-size: contain;
     overflow: hidden;
     display: block;
        margin-left: auto;
        margin-right: auto;
}

#rts span { display: none; }

/* CSS smaller than 435px, all devices */
@media only screen and (max-width: 435px) {

#header { display: block; height: 50px; margin-bottom: 5px; }

}