/* The UH Division of Research footer.css file is a modified version of the University of Houston footer styles.
The original footer styles was Created Summer 2016 by UH Web Marketing Team (see UH headers-footers.css) */

/*
 * Table of Contents:
 * ------------------
 * Site Footer
 *   -- Newsletter Sign-up
 * Global Footer
 *
 */


/* ---------- Site Footer ----------- */
.uh-footer .site-footer {
    background-color: #00866c;
    /*background-color: #C8102E;*/
    color: white;
    font-size: 20px;
    line-height: 1.3125em;
    line-height: calc(1.5em - 3px);
    padding: calc(1.5em - 3px) 0;
}

/*.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;
    color: #fff9d9;
}

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

.uh-footer .site-footer .footer-logo img {
    min-width: 300px;
	margin-left: -30px;
    margin-bottom: 30px;
}

footer-logo.dor {
    padding-top: 20px;
}

.footer-quick-links a:hover {
    color: #fff9d9;
    text-decoration: none;
}


@media (max-width: 990px){
    .uh-footer .site-footer .footer-logo img {
        min-width: 250px;
		margin-left: -15px;
        margin-bottom: 15px;
    }

    .footer-quick-links.item.col-md-4 {
        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 */


/* Right Column Text */
.right-column-text {
    max-width: 400px;
}

.right-column-text p {
    color: #fff;
}



/* ---------- Global Footer ----------- */
.uh-footer .global-footer {
    background-color: #54585a;
    color: white;
    padding: 1em 0;
    line-height: 1.5;
    min-height: 100px;
    display: flex;
    align-items: center;
    position: relative;
}

.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: #fff;
    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;
}

@media (max-width: 990px){

    .uh-footer .global-footer {
        padding: 1em .7em;
    }

}

