@charset "utf-8";
/* CSS Document */

#content .sidebar .schools {
	background:#26b4e9;
	padding: 15px 20px;
	margin-bottom:20px;
}

#content .sidebar .schools .title {
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	font-family: 'Anivers Bold';
	margin: 0 0 5px 0;
}


#content .schools select {
	background: transparent;
	height:30px;
	line-height:30px;
	width:100%;
	border:none;
	font-size:13px;
	-webkit-appearance: none;
	padding: 0 0 0 10px;
	background: #ffffff url(/images/site/selectDropdown.jpg) center right no-repeat;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

select::-ms-expand {
    display: none;
}

/*-------------------------------------------------------------------------------------*/
/*MEDIA QUERIES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media(max-width:991px){
#content .sidebarTop .schools {width:100%; float:none; display:inline-block; padding-right:10px;}
}
