/* Footer */
/* Basic Footer */
footer {
    background-color: #072146;
    color: #bdbdbd;
    font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    padding: 4.8125em 0;
    -webkit-font-smoothing: antialiased;
}

footer ul li:before {
    content: '';
    margin: 0;
    padding: 0;
}

footer a {
    color: #5bbeff;
    border-bottom: none;
    /* font-size: 1.2rem; */
    font-size: 0.75rem;
    padding-bottom: 1.5px;
    transition: all 100ms linear 0s;
    hyphens: unset;
    font-family: "BentonSansBBVA Book", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    -webkit-hyphens: none;
    -webkit-hyphens: unset;
    -webkit-hyphenate-character: unset;
    -moz-hyphens: unset;
    hyphens: unset;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #fff;
    border-bottom: none;
}

footer #logo img {
    height: 40px;
}

footer .logo img {
    display: block;
    position: relative;
    width: 156px;
    height: 21px;
}

footer .tagline-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1rem 0;
}

footer nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1.3em;
}

footer nav>ul li {
    line-height: 1;
    margin-left: 0;
    padding: 0 2rem;
}

footer nav>ul li:first-child {
    border-left: none;
    padding-left: 0;
    min-width: 60px;
}

footer .disclosure {
    color: #bdbdbd;
    font-family: "Benton Sans Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
}

