/** UNI FOOTER STYLES **/
.footer {
    background: #500778;
    font-family: "proxima-nova";
    color: white;
    padding: 4rem 0 2rem;
    overflow: hidden;
    position: relative;
}

.footer .container {
    position: relative;
}

.footer .container .row {
    position: relative;
    z-index: 9;
}

.footer .logo img {
    width: 100%;
    height: auto;
    max-width: 270px;
}

.footer .footer-address {
    padding: 1.6rem 0;
    border-top: 1px solid rgba(198, 218, 231, 0.35);
    border-bottom: 1px solid rgba(198, 218, 231, 0.35);
    margin: 1.6rem 0;
}

.footer .footer-address a {
    color: white;
}

.footer .footer-address p {
    margin: 0;
    padding: 0;
}

.footer-subnav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-subnav ul li {
    margin: 0;
    padding: 0;
    width: 50%;
}

.footer-subnav ul li a {
    color: #ffffff;
    font-family: "proxima-nova";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    padding-bottom: 0.8rem;
    display: inline-block;
    position: relative;
    transition: all 300ms ease-in-out;
}

.footer-subnav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    border-bottom: 1px solid #46a09a;
    bottom: 0.3rem;
    transition: all 300ms ease-in-out;
}

.footer-subnav ul li a:hover {
    text-decoration: none;
}

.footer-subnav ul li a:hover::before {
    width: 100%;
}

#copyright {
    color: #ffffff;
    font-family: "proxima-nova";
    font-size: 1.125rem;
    font-weight: 400;
    padding-top: 0.8rem;
}

.bottom-site-links {
    background: #2e1a47;
    padding: 0.65rem 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.bottom-site-links.short-footer {
    background: #500778;
    padding: 0 0 1.5rem;
}

.bottom-site-links .container {
    max-width: 945px;
    margin: auto;
}

.bottom-site-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.bottom-site-links ul li {
    margin: 0;
    padding: 0 1rem;
    list-style: none;
    text-align: center;
}

.bottom-site-links ul li a {
    color: #ffffff;
    font-family: "proxima-nova";
    font-size: 0.85rem;
    position: relative;
    transition: all 300ms ease-in-out;
    font-weight: bold;
}

.bottom-site-links.short-footer ul li a {
    color: #fff;
}

.bottom-site-links ul li a:hover {
    color: #ffb500;
}

.bottom-site-links.short-footer ul li a:hover {
    color: #e56a55;
}

@media only screen and (min-width: 992px) {

    .footer {
        padding: 6rem 0;
    }

    .footer .footer-address {
        margin: 0;
        border: none;
        border-left: 1px solid rgba(198, 218, 231, 0.35);
        padding: 0 0 0 2rem;
        margin-left: 2rem;
        height: 81px;
    }
}

/** END UNI FOOTER STYLES **/
