/* ------------------------------------------ */
/** header **/
/* ------------------------------------------ */


html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

/* ------------------------------------------ */
/* footer */
/* ------------------------------------------ */

.uh-footer {
	z-index: 100;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}

.uh-footer .container{
	max-width: 1400px;
	width: 100%;
}

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

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


.uh-footer .site-footer {
    background-color: #c8102e;
    color: white;
    font-size: 1rem; /* 16px */
    line-height: 1.3125em;
    line-height: calc(1.5em - 3px);
    padding: calc(1.5em - 3px) 0;
}

.uh-footer-slate .site-footer {
    background-color: #54585A;
}

.uh-footer-brick .site-footer {
    background-color: #960C22;
}

.uh-footer .site-footer .container {
    display: block;
    padding: 0 2.5rem;
}

.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 h1 {
    font-size: 2.25rem;
    text-transform: uppercase;
}

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

.uh-footer .site-footer h3 {
    font-size: 1.125rem;
}

.uh-footer .site-footer .contact-block,
.uh-footer .site-footer .footer-links-column {
    margin-bottom: calc(1.5em - 3px);
    padding: 0;
    width: 100%;
}



.uh-footer .site-footer .footer-logo{
    margin: 10px 0 30px;
    max-width: 260px;
}

.uh-footer .site-footer .footer-logo a img{
    display: block;
width: 100%;
}

.uh-footer .site-footer .footer-logo svg {
    display: block;
    fill: white;
}

.uh-footer .site-footer .contact-info {
    line-height: 1.5;
}

.uh-footer .site-footer .footer-links {
    display: block;
    width: 100%;
}

.uh-footer .site-footer .footer-links-list {
    margin: 0 0 calc(1.5em - 3px);
    padding: 0;
    width: 100%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
}

.uh-footer .site-footer .footer-links-list li {
    margin: 0;
    padding: 9px 0 0;
    -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid;
}

.uh-footer .site-footer .social-media-list {
    list-style: none;
    margin-top: 0;
    padding: 9px 0 0;
    width: 100%;
    -webkit-align-content: flex-start;
            align-content: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.uh-footer .site-footer .social-media-list li {
    margin: 0 10px 10px 0;
    padding: 0;
}

.social-media-list a svg {
	fill: #FFF9D9;
	transition: color .25s ease;
	width: 40px;
	height: 40px;
	display: block;
    margin: 0 0;	
    padding: 0 0;
  
}	

.social-media-list svg:hover{
	fill: #FFF;
}	

.gt-widget {
    margin: 10px 0 0 0;
}

.goog-te-gadget,
a.goog-logo-link{
	color: #fff9d9 !important;
}

.goog-te-combo{
	color: #000;
	font-family: Source Sans 3;
    font-weight: 600;
    font-size: 12pt;
    background: #fff9d9;
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
    border: none;
    color: #c8102e;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link{
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
	color: #FFF9D9 !important;
}


@media screen and (max-width: 420px) {
	.uh-footer .site-footer .footer-logo{
	margin: 10px auto 30px;
	}
}	


@media screen and (min-width: 420px) {
    .uh-footer .site-footer .footer-links-list {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}

@media screen and (min-width: 600px) {
    .uh-footer .site-footer .contact-block,
    .uh-footer .site-footer .footer-links-list,
    .uh-footer .site-footer .footer-links-column {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .uh-footer .site-footer .container {
        padding: 0;
        display: -webkit-flex;
        display: flex;
    }
    .uh-footer .site-footer .contact-block {
        width: 33%;
    }
    .uh-footer .site-footer .footer-links {
        width: 67%;
    }
    .uh-footer .site-footer .footer-links-list {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .uh-footer .site-footer .container {
        padding: 0 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    .uh-footer .site-footer .footer-links {
        display: -webkit-flex;
        display: flex;
    }
    .uh-footer .site-footer .footer-links-column {
        margin-bottom: 0;
    }
    .uh-footer .site-footer .footer-links-list {
        width: 67.77777777%;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
    .uh-footer .site-footer .social-media-list {
        width: 33.33333333%;
    }
}

@media screen and (min-width: 1200px) {
    .uh-footer .site-footer .contact-block {
        width: 33.33333333%;
    }
    .uh-footer .site-footer .footer-links {
        width: 67.77777777%;
    }
    .uh-footer .site-footer .footer-links-list {
        width: 75%;
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
    }
    .uh-footer .site-footer .social-media-list {
        width: 25%;
    }
}
  
  
/* ------------------------------------------ */  
/** University Global footer **/ 
/* ------------------------------------------ */


.global-footer{ 
	background-color: #54585A;
    color: white;
    font-size: .875rem;
    padding: 1em 0;
    height: auto;
    line-height: 1.5;
    font-family: 'Source Sans 3';
    }
    
.global-footer .container {
	margin: 0 auto;
	padding-right: 2.5rem;
    padding-left: 2.5rem;
 max-width: 1400px;
    width: 100%;

}  

.global-footer .container a{
	color: #fff9d9;
	text-decoration: none;
	transition: color .25s ease;
}

.global-footer .container a:hover{
	color: white;
}

.global-footer a.copyright {
    display: inline;
    margin: 0 .5em 0 0;
    color: white;
    }

.global-footer .container ul{ 
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
} 

.global-footer .container ul li{ 
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 0;
    list-style: none;
} 


.global-footer .container ul li.nav-item-highlighted a {
	color: #F6BE00;
	transition: color .25s ease;
    color: #fff;
}

.global-footer .container ul li.nav-item-highlighted a:hover {
	color: #F6BE00;
    color: #fff;
}


#uh_logo .prim-logo a img, #uh_logo .prim-logo a svg {
height: 100%;
max-height: 80px;
width: auto;
}

/* ------------------------------------------ */  
/** Dismissible Header Alert  **/ 
/* ------------------------------------------ */

.universal-alert .header-alert .alert{
	margin-bottom: 0;
	border-radius: 0;
	font-size: 1.25rem;
	line-height: 1.5rem;
	vertical-align: middle;
	text-align: center;
	padding: 15px 35px;
}

.universal-alert .header-alert .alert.alert-warning a:hover{
	color: #c8102e;
	text-shadow: none;
}

.universal-alert .header-alert .alert-dismissible .close {
	right: 0px;
    margin-left: 20px;
}

.universal-alert{
	display: none;
}

/* ------------------------------------------ */  
/** COVID-19 Updates link  **/ 
/* ------------------------------------------ */

li.covid-header-link a {
    background: #F6BE00;
    color: black;
    font-weight: bold;
    border-radius: 3px;
}

li.covid-header-link a:visited{
	color: black;
}
}
