@charset "UTF-8";

/* Layout Small Screens */

.page { height: auto; margin-bottom: 0px; background-color: #fff; }

#topbanner a { width: 550px; height: 56px; }

#ur-logo a { top: 0; left: 0; width: 150px; height: 35px; }

header { margin-bottom: 0; }

article, aside { width: 95%; padding: 20px 10px 20px 20px; }
aside.home-sidebar { background: none; }

.quick_links { font-size: 1.2em; }
.quick_links p { line-height: 1.4em; padding: 0 10px 20px 0; margin: 0; border-bottom: none; }
.quick_links a { background: url("/college/assets/img/cta_arrow.png") no-repeat scroll left 5px transparent; padding-left: 12px; }
.quick_links a:hover { background-position: left -45px; }

nav {
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #021E47;
}

nav a {
	color: #9B9890;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #9B9890;
	background: url(/college/assets/img/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

nav a:visited { color: #9B9890; }

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }

#ur_search { position: static; margin: 40px 0 0 38px; }
#ur_search .search_box { width: 150px; }
#ur_links { display: none; }

#slider_container { display: none; }

.related { display: none; }

.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-bottom: 1px solid #ccc;
}
.promo_container .promo .content { padding: 0px 20px 5px 20px; }

footer { border-top: 1px solid #9B9890; position: static; }
footer .float-right { float: none; margin: 0 0 20px 0; }

body { background-image: none; background-color: #021e47; }

.ofc_contact { float: none; clear: both; }

@media screen and (max-width:250px) {
	#ur_search .search_box { width: 100px; }
}