﻿#proBanner {
    border-bottom: 8px solid #000099 !important;
}

#navLogo {
    height: 45px !important;
}

.navTitle {
    font-size: 150%;
    margin: auto;
    line-height: 2.2rem;
    font-weight: bold;
}

    .navTitle a {
        color: #000099 !important;
    }

.nav-right {
    color: #000099;
}

    .nav-right p {
        font-size: 12px;
    }

    .nav-right p:first-child {
        padding-top: 5px;
        font-weight: bold;
    }

.footer .footer-wrapper {
    float: right;
}

.info-icon {
    background-color: #007bff !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    padding: 0 !important;
    font-weight: bolder;
    font-size: 13px;
    cursor: pointer;
}


.chk:checked {
    background-color: #1F3BB3 !important;
}

.chk {
    margin-left: 0px !important;
    border-radius: 2px !important;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #1F3BB3 !important;
}

.form-check .form-check-label {
    line-height: 2.1 !important;
}