  /*!
 * 91×ÔÅÄÂÛÌ³ Homepage CSS
 */

/* fonts */
@import url(https://);
@import url(https://);
@import url(https://);


html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
	font-family: 'Roboto Condensed',sans-serif;
}

/*	global defaults */


a {
	color: #036;
	
} 

a:hover {
	text-decoration: none;
	color: #666; }

span#directedit a#de {
	text-decoration: none;
}

/* header */

header {
    background-color: #003366;
    border-bottom: 3px solid #CC0000;
    padding: 15px 0 5px;
}

header a, header a:hover {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

a.header-logo {
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 22px;
	text-transform: uppercase;
}

a.header-logo:hover {
	color: #fff;
	text-decoration: none;
}

.header-links {
    margin-bottom: 5px;
    margin-top: -15px;
    padding: 2px 5px 5px;
}


/* header: search */

#searchNav {
    float: right;
    width: 191px;
}

.searchform {
    background: url("/images/core/search_box_bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 24px;
    margin: 0;
    padding: 0 0 0 3px;
    position: relative;
}

.searchform input {
    border: 0 none;
    color: #3F3C30;
    float: left;
    height: 15px;
    margin: 3px 0 0 6px;
    outline: medium none;
    padding: 0;
    width: 153px;
	font-size: 12px;
}

.searchform input.searchbutton {
    background: url("/images/core/search_button.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 20px;
    left: 170px;
    margin: 1px 0 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 20px;
}

/* footer */

footer {
    background-color: #003366;
    border-top: 2px solid #CC0000;
    clear: both;
    color: #FFFFFF;
    min-height: 90px;
    padding: 20px 0;
    text-align: center;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover {
	color: #ccc;
}

.navbar {
	background: rgba(204, 204, 204, 0.8);
	margin-bottom: 0;
	
}

.nav > li > a, .nav li a {
	color: #333333;
	text-transform: uppercase;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}


.banner-icons { float:right; height: 42px; }

.search-btn-mobile,
.menu-btn-mobile {
	border-radius: 5px;
	background-color: #000;
	border: none;
}

.search-btn-mobile, 
.menu-btn-mobile { 
	-moz-box-sizing: content-box;
    background-color: #003366;
    color: #FFFFFF;
    float: left;
    height: 30px;
    padding: 5px;
    width: 40%;
}


.search-btn-mobile { background-position:9px 9px; margin-right:10px; }
.menu-btn-mobile { position: relative; background-position:10px -30px; }

.menu-btn-mobile:before { 
		position: absolute;
		top: 5px;
		left: 10px;
		font-size: 7px;
		color: #666;
	}
	
/* Search */
#search { 
	display: none;
	width: 100%;
	padding: 10px;
	bottom: -5px;
	position: relative;
	float: left;
}
.glyphicon-search:before {
    color: #FFFFFF;
    padding-right: 5px;
    vertical-align: middle;
}
.search-input { border-radius: 20px; width: 100%; padding-left: 10px;}
.menu-btn, .menu-btn-mobile, .search-btn-mobile {
    background: inherit;
    border: medium none;
    width: 40%;
}
.menu-btn-mobile:before {
    color: #666666;
    font-size: 7px;
    left: 10px;
    position: absolute;
    top: 5px;
}
.banner-icons {
    float: none;
    float: right;
    height: 42px;
	width: 100%;
}  
.banner-icons button span {
    color: #FFFFFF;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.glyphicon-search:before {
    color: #FFFFFF;
    padding-right: 5px;
    vertical-align: middle;
}  
body {
				font-size: 16px;
				}
				
h2.site-badge a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
}
ul.rectangle-tiles {
	list-style: none;
}
ul.rectangle-tiles li a {
	width: 30%; 
	float: left; 
	min-height: 135px; 
	background-color: #036; 
	font-size: 24px; 
	padding: 30px; 
	text-align: center; 
	margin: 10px; 
	color:#fff; 
	text-decoration: none;
}
ul.rectangle-tiles li a:hover {
	background-color: #acacac;
}
ul.sm-rectangle-tiles {
	list-style: none;
}
ul.sm-rectangle-tiles li a {
	width: 15%; 
	float: left; 
	min-height: 125px; 
	background-color: #036; 
	font-size: 22px; 
	padding: 15px; 
	text-align: center; 
	margin: 10px; 
	color:#fff; 
	text-decoration: none;
}

ul.sm-rectangle-tiles li a:hover {
	background-color: #acacac;
}
ul.fact-box-list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.fact-box-list li {
	background-color: #036; 
	color: #fff; 
	height: 100px; 
	text-align:center; 
	margin: 3px;
}
ul.fact-box-list li p:nth-child(1) {
	font-size:48px
}
ul.fact-box-list li p:nth-child(2) {
	margin-top: -10px
}
ol.rectangle-list {
	padding-left: 0;
	counter-reset: li;
}
.rectangle-list li{
	
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    text-decoration: none;
    transition: all .3s ease-out;   
}
.rectangle-list li:hover{
    background: #eee;
}   
.rectangle-list li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #036;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
	color: #eee;
}
.rectangle-list li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}
.rectangle-list li:hover:after{
    left: -.5em;
    border-left-color: #036;             
}   
nav.navbar {		
min-height: 45px;
max-height: 45px;
background-color: #ACACAC;
font-family: 'Roboto Condensed',sans-serif;
font-size: 18px;
border-radius: 0;		
margin-bottom: 0;
color: #036;
}

.nav li a, .nav > li > a {
padding-top: 10px;
color: #036;
font-size: 18px;
font-size: 1.2vw;
}

h1, h2, h3 {
font-family: 'Roboto Condensed', sans-serif;
color: #333;
}
#lastModified {
	background-color: #036;
	text-align: center;
}
#lastModified a {
	color: #666;
	font-size: 10px;
}
footer {
text-align: left;
font-size: 14px;
z-index: 399;
}
footer h3 {
margin-top: 0;
margin-bottom: 10px;
color: #ccc;
}
.campuses, .help-links {
width: 100%;
border: 0;
text-align: left;
}
.campuses li, .help-links li {
border-right: none;
list-style: none;
line-height: 1.5em;
}
.campuses li a, .help-links li a {
text-decoration: none;
}
label {
width: 30%;
}
ul.campuses, ul.help-links {
padding-left: 0;
}
ul.social {
margin-bottom: 0;
}
ul.social li {
padding: 0;
}
ul.social li a {
width: 45px;
height: 45px;
display: block;
}
ul.social li a.facebook {
background-image: url('/images/social/facebook.png');
}
ul.social li a.twitter {
background-image: url('/images/social/twitter.png');
}
ul.social li a.youtube {
background-image: url('/images/social/youtube.png');
}
ul.social li a.instagram {
background-image: url('/images/social/instagram-new-circle.png');
}
ul.social li a.linked-in {
background-image: url('/images/social/linked-in.png');
}
ul.social li a.google-plus {
background-image: url('/images/social/google-plus.png');
}
ul.social li a.flickr {
background-image: url('/images/social/flickr.png');
}
ul.social li a.foursquare {
background-image: url('/images/social/foursquare.png');
}
ul.social li a.pinterest {
background-image: url('/images/social/pinterest.png');
}
ul.social li a.itunes {
background-image: url('/images/social/itunes.png');
}


ul.social li a.snapchat { background-image: url('/images/social/snapchat.png'); }

ul.social li a.vine {
    background-image: url('/images/social/vine.png');
}
a[href$=".pdf"], a[href$=".pdf"]:active {
	background:				url('/images/icon_pdf.png') no-repeat left top;
	margin-left:			3px;
	padding-left:			22px;
}

.customHidden {
	background-color: #036;
}

.close,
button.close {
    z-index: 9999;
    position: relative;	
}

/* Media Queries */

/* min container size */
@media (max-width:320px) {

.container {
    min-width: 320px;
}

}


@media only screen and (max-width: 990px) {

.header-links {
    font-size: 10px;
}

.nav > li > a {
	padding: 10px;
}

	

}

/* just under iPad portrait (tablet) */
@media screen and (max-width: 767px) {
	
nav.navbar {
	background-color: #036;
}
	

.nav > li > a:hover, .nav > li > a:focus {
	border-radius: 5px;
	font-weight: 700;
	background-color: #fff;
	display: block;
}

.banner {
	position: static;
	min-height: 75px;
}
nav.navbar {
	min-height: 1px;
	max-height: 1px;
}
.nav li a, .nav > li > a {
    font-size: 16px;
}
#skid-row input.searchbutton {
    background: url("/images/core/search_button.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 20px;
    left: auto;
    margin: 1px 0 0;
    padding: 0;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 15px;
    width: 20px;
}
}

/* mobile portrait and below - iPhone (vertical) */

@media only screen and (max-width:480px) {

	
/* footer */

footer a {
	text-decoration: none;
	font-size: 16px;
} 

#copyright {
	clear: both;
	padding-top: 20px;
}

}





@media only screen and (min-width: 481px) {
	
.campuses li, .help-links li {
	line-height: 1.25em;
}

.campuses li:last-of-type, .help-links li:last-of-type {
	border-right: none;
}

}


@media screen and (max-width:1200px) {
.nav li a, .nav > li > a {
font-size: 14px;
}	
ul.sm-rectangle-tiles, ul.rectangle-tiles {
    list-style: disc;
}
ul.sm-rectangle-tiles li a, ul.rectangle-tiles li a {
	width: 100%;
	background-color: #fff;
	color: #036;
	font-size: 16px;
	margin: auto;
	min-height: 20px;
	padding: 0;
	text-align: left;
	float: none;
}
ul.sm-rectangle-tiles li a:hover, ul.rectangle-tiles li a:hover {
	background-color: #fff;
}

}
@media screen and (max-width: 767px) {
	
nav.navbar {
	background-color: #036;
}
#generic-navbar-collapse {
	background: none repeat scroll 0 0 rgba(240, 240, 240, 0.85);
    height: auto;
    position: relative;
    z-index: 9999;
	top: 5px;
}

}
@media only screen and (min-width: 2000px) {

	.nav li a, .nav > li > a {
		font-size: 18px;
	}
}
