﻿#banner {
    background: #0039a6; /* #fff;*/
    color: #363639;
    border-bottom: 30px solid #0039a6; /* #005dab; */
    position: relative;
    min-height: 160px;
}

#banner #top {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#banner h1 {
    background: #005dab;
    color: #fff;
    text-align: center;
    margin-bottom: -1.25em;
    margin-top: 0;
    padding: .25em -.25em;
    border: none;
}

.imageContainer img {
    max-width: 100%;
    height: auto;
    padding-top: 1.25em;
    padding-bottom: 1em;
}

header.appTitle #banner {
    border-bottom: none;
    min-height: 130px;
}

.bannerPhone {
    float: right;
    font-size: 1em;
    margin-top: 100px;
    margin-right: 2em;
    font-weight: bold;
}

@media screen and (max-width: 950px) {
    #banner h1 {
        margin-bottom: .25em;
        margin-left: -5%;
        margin-right: -5%;
    }
}

@media screen and (max-width: 850px) {
    .bannerPhone {
        float: none;
        margin: .5em 2em .5em;
    }
}

@media screen and (max-width: 767px) {
    #banner {
        border-bottom: none;
    }

    #banner h1 {
        clear: right;
    }

}

@media print {
    #banner
    {
        display: none;
    }
}