/**
 * TODO
 */

.bg-black {
    background-color: #000 !important;
    color: #fff !important;
}


/* ---------- Site Footer ----------- */
.uh-footer .global-footer {
    background-color: #000;
    color: white;
    font-size: .875rem;
    padding: 1em 0;
    line-height: 1.5;
    min-height: 100px;
    display: flex;
    align-items: center;
    position: relative;
}

/*.uh-footer .site-footer .item {
    margin-bottom: 40px;
}*/

.uh-footer .site-footer h1, .uh-footer .site-footer h2, .uh-footer .site-footer h3 {
    font-family: 'League Gothic';
    margin-top: 0;
}

.uh-footer .site-footer h2 {
    font-size: 2rem;
    text-transform: uppercase;
}

/*.uh-footer .site-footer .footer-logo img {
    min-width: 285px;
    margin-bottom: 30px;
}*/


/* Newsletter Sign-up */
#newsletter #email {
    color: #000;
    margin-bottom: 10px;
}

#newsletter #submit {
    background: #fff9da;
    color: #000;
}

#newsletter #submit:hover {
    background: #f5ecbe;
    color: #000;
}

#newsletter input {
    padding: 10px;
    width: 90%;
    max-width: 250px;
    border: none;
    border-radius: 5px;
}
/* Newsletter Sign-up End */

/* ---------- Global Footer ----------- */
.uh-footer .global-footer {
    background-color: #000;
    color: white;
    font-size: .875rem;
    padding: 1em 0;
    line-height: 1.5;
}

.uh-footer .global-footer .copyright {
    display: inline;
    margin: 0 .5em 0 0;
}

.uh-footer .global-footer .nav-required {
    display: inline;
}

.uh-footer .global-footer .nav-required li {
    display: inline-block;
    margin-right: .5em;
}

.uh-footer a, .uh-footer a:visited {
    color: #FFF9D9;
    text-decoration: none;
}

.uh-footer .global-footer .nav-item-highlighted a, .uh-footer .global-footer .nav-item-highlighted a:visited {
    color: #F6BE00;
    text-decoration: none;
}

.uh-footer .global-footer a:hover, .uh-footer .global-footer a:focus, .uh-footer .global-footer a:visited:hover {
    color: white;
    text-decoration: none;
}



