﻿.contactBannerBG {
    background-image: url(../Images/Contact_Banner_BG.jpg);
    background-size: cover;
    width: 100%;
    height: 210px;
    line-height: 210px;
    overflow: hidden;
}

.contactBannerLogo {
    height: 100%;
    float: right;
    margin-right: 6%;
}

.contactEmailTitle {
    color: #0165b9;
    font-size: 22px;
}

.contactEmailSubTitle {
    color: #555;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.input-lg {
    max-width: inherit;
    margin-bottom: 10px;
}

.contactInfo {
    background: url(../Images/Contact_Separator.png) no-repeat top left;
    height: 315px;
    padding-left: 50px;
    padding-top: 17px;
}

.contactInfoTitle {
    font-size: 20px;
    color: #444;
}

.contactInfoAddr {
    color: #888;
    font-size: 16px;
    margin-bottom: 50px;
}

.contactInfoPhone {
    color: #888;
    font-size: 22px;
    margin-bottom: 50px;
}

.contactInfoEmail {
    font-size: 16px;
}


@media (max-width: 767px) {
    .contactBannerBG {
        height: 147px;
        line-height: 147px;
    }

    .contactBannerTitle {
        width: 105%;
        max-width: 500px;
        max-height: 81px;
        min-width: 335px;
        min-height: 54px;
        position: relative;
        z-index: 2000;
    }

    .contactBannerLogo {
        position: absolute;
        z-index: 1000;
        top: 0px;
        left: 74%;
        margin-right: inherit;
    }

    .contactInfo {
        margin-top: 60px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .contactBannerBG {
        height: 147px;
        line-height: 147px;
    }

    .contactBannerLogo {
        margin-right: 3%;
    }

    .contactBannerTitle {
        max-height: 98px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .contactBannerBG {
        height: 180px;
        line-height: 180px;
    }

    .contactBannerTitle {
        max-height: 118px;
    }
}