﻿body {
    overflow-x: hidden !important;
}

header {
    height: 130px;
    border-bottom: 13px solid #304867;
    display: block;
    text-align: center;
}

    header img {
        display: block;
        max-height: 65px;
    }

section {
    position: relative;
    color: #575757;
    font-family: "Source Sans Pro";
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
}

.message p {
    margin: 0 auto 24px;
}

footer {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0px;
}

.align-left {
    text-align: left !important;
}

nav {
    max-width: 1170px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-top: 5px;
}

.navbar-default {
    border: none;
    margin-bottom: 10px !important;
    background: none;
}

.navbar-brand {
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}

.footer {
    padding: 10px 0;
    background-color: #304867;
    color: white;
    font-weight: normal;
    background-image: url(https://www.bpginspections.com/assets/images/footer.png);
    background-position: 90% 46%;
    background-repeat: no-repeat;
}

    .footer a {
        color: white;
    }

        .footer a:hover {
            color: white;
            text-decoration: none;
        }

    .footer ul li a {
        color: white;
        font-weight: normal;
        cursor: pointer;
    }

        .footer ul li a:hover {
            color: white;
            font-weight: normal;
            cursor: pointer;
            text-decoration: none;
        }

.copyright {
    color: #f4f4f4;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.footer-items {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.fb-icon {
    height: 28px;
    width: 28px;
    float: right;
    margin-right: 38px;
}

.disclaimer-text {
    color: #f4f4f4;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.bpg-contact {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.bpg-address {
    display: inline-block;
    color: #f4f4f4;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    max-width: 245px;
    line-height: 1.3;
    margin: 0px !important;
}

.chargedCreditCardContainer .modal-dialog {
    width: 420px;
    z-index: 9105 !important;
}

#select_AccessProvider {
    margin-top: 5px;
}

@media (max-width: 767px) {
    footer {
        position: unset !important;
    }

    .fb-icon {
        float: initial !important;
        margin-right: 0px !important;
    }
}