section.bbvr-header-section {
    background-color: #6c6d70;
    border-bottom: 8px solid #ffffff;
}
section.bbvr-header-section .bbvr-logo img {
    width: 298px;
    height: auto;
}
section.bbvr-header-section .bbvr-logo {
    text-align: right;
    padding-top: 320px;
    display: block;
    margin-bottom: 8px;
}
.bbvr-header-bottom {
    display: block;
    height: 40px;
    background-color: #6c6d70;
}
section.bbvr-content-section {
    padding-top: 50px;
    /*padding-bottom: 12px;*/
    font-family: Calibri, sans-serif;
    font-weight: lighter;
    letter-spacing: 0.98px;
    font-size: 17px;
    line-height: 26px;
    color: #6c6d70;
}
section.bbvr-content-section p, ul {
    margin-bottom: 23px;
}
section.bbvr-content-section h3 {
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 32px;
    text-transform: uppercase;
    letter-spacing: 0.02px;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 38px;
}
footer {
    border-top: 8px solid #6c6d70;
    padding-top: 54px;
    padding-bottom: 112px;
}
.footer-link {
    text-decoration: none;
    color: #6c6d70;
    display: block;
    margin-bottom: 8px;
}
.footer-link:hover {
    color: #5d5e61;
}

.footer-link span {
    display: inline-block;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    margin-left: 10px;

}
.footer-link .pre-link {
    font-weight: 700;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    width: 33px;
    text-align: center;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 770px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 770px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 770px;
    }
}

