@charset "UTF-8";
/* CSS Document */



		.logoWrapper {width:100%;max-width:1100px;margin:auto;min-height: 80px;}
		.ulmLogo {width:80px;padding:0 16px 0 0;margin-top:10px;margin-bottom:10px;display: inline-block;float: left;}
		/* secondary header ends */
		
		/* background logo begins will need to relocate bg image */
		.bgWatermark {}
		
		.headlineContainer {width:100%;max-width:1100px;margin:0 auto;padding-top:60px;}
		#headline {font-family: Times,Times New Roman,Palatino,serif;font-weight: normal;margin-left: 0;color: #862633;line-height: 1.2em;display: inline-block;padding-left: 0;padding-top: 10px;box-sizing: border-box;border: 0;}
		.collegeName {display:none;}/*may be temporary, this is the default naming*/

/* local minimenu */

/* mini menu adding from online program css*/
#menuItemsWrapper {max-width:1200px;margin:0 auto;}
#menuItemsWrapper a {text-decoration:none; padding:12px 12px 10px 12px;color: #862633;display:block;margin: 0 20px;}
#menuItemsWrapper a:hover {text-decoration:none; color: #fff; background-color:#57595d;}
		
.onlineMiniMenu {width:100%;min-height:20px;background: #eee;display:block;margin-top:10px;}
.onlineMiniMenu ul {padding:0;margin:0;text-align:center;list-style: none;font-size:1em;}
.onlineMiniMenu ul li {display:inline-block;padding:0;box-sizing: border-box;font-size:1em;font-weight:normal;letter-spacing: 0;line-height: 180%;}





@media screen and (max-width: 992px) {	#menuItemsWrapper a {text-decoration:none; padding:6px 6px 4px 6px;color: #862633;display:block;margin: 0;} }	
@media screen and (max-width: 768px) {  #menuItemsWrapper a {text-decoration:none; padding:6px 6px 4px 6px;color: #862633;display:block;margin: 0;} }	
@media screen and (max-width: 576px) {  .onlineMiniMenu ul {font-size:.88em;}.hideSmallScreen {display:none;} }
@media screen and (max-width: 460px) {}


/* ends media queries */

