<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =========
   UIT styles for custom color on header and footer 081321 
   ========= */

/* == Set header and footer main background to black == */
 .site-nav {
	 background-color:#000000;
}

.uh-footer .site-footer {
    background-color: #000000;
}

/* == adjust header background to black with menu button hover slate 
       - 8/5/21 - pls ==  */
 .uh-header-secondary .site-nav {
	 background-color: #000000;
}
 .uh-header-secondary-slate .site-name {
	 background-color: #000000;
}
 .uh-header .nav-primary li:hover {
	 background:#54585a;
}
/* end adjust header background to black */






/* =========
   UIT home landing page adjusts
   ========= */


@font-face { 
		font-family: "League Gothic"; 
		font-style: normal; 
		font-weight: bold; 
		src: url("../fonts/leaguegothic-regular-webfont.woff") format("woff"); }

@font-face { 
		font-family: "Milo"; 
		font-style: normal; 
		font-weight: bold; 
		src: url("../fonts/MiloWeb-Bold.woff") format("woff"); }

.chevron-list {
    font-family: "Milo" !important;
}

.chevron-list ul { list-style-type: none; }
.chevron-list li:before {
    content: '\000BB';
    margin-left: -20px;
    margin-right: 10px;
}


 /* - */ </pre></body></html>