
/* Branding Styles */
.home-page {
    max-width: 1026px !important;
    margin-top: 20px;
}

.home-left-panel {
    border: 0.75pt solid #01488f;
    border-width: 1px 1px 1px 1px;
    margin-bottom: 10px;
}

    .home-left-panel img {
        width: 100%;
        height: auto;
    }

.home-right-panel {
    background-color: rgb(255, 255, 255);
    border: 0.75pt solid rgb(1, 72, 143);
    height: 100%;
    max-height: 223px;
    text-align: left;
    color: #01488f;
    font: 13px 'Open Sans';
    padding-left: 13px;
    padding-right: 13px;
}

h2.home-page-title {
    font: 18.67px 'Open Sans Condensed Bold';
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

h2.home-footer-link {
    font: 14.67px 'Open Sans Condensed Bold';
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}


.home-footer-panel {
    background-color: rgb(255, 255, 255);
    border: 0.75pt solid rgb(1, 72, 143);
    margin-top: 10px;
    cursor: pointer;
}

    .home-footer-panel .row {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .home-footer-panel img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        border-radius: 5px;
    }

    .home-footer-panel img {
        width: 90%;
        height: auto;
    }
