
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}
	

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	.department img {width: 174px; height: auto;}
	/*img.bottomsocial {width: 31%; height: auto;}*/
     a img.bottomsocial {width: 18%;margin-right: 2px;}
	.flex-caption h2 {	font-size: 270%;line-height: 110%;}
	.flex-caption a.goto {font-size: 190%;}
	nav a:link, #nav a:link, nav a, #nav a, #nav a:visited, nav a:visited {background-color:#444;margin: 0;padding: 6px 6px 5px 6px; word-spacing: -2px;}
	nav a:hover, #nav a:hover {background-color:#f47b20;color: #fff;}
	#twitterholder {background-size: 80%;}
	#mental h1,
	#health h1,
	#medical h1{float: left; font-size: 340%;line-height: 20%;margin-left: 10px;}
	#news{max-height: 256px;}
	
	}
	

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}
	
	

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.department img {width: 130px; height: auto;}
	nav, #department_nav {display: none ! important;}
	.flex-caption h2 {	font-size: 160%;line-height: 110%;}
	.flex-caption a.goto {font-size: 110%;padding: 10px 18px 8px 15px;}
	#main{padding: 0;box-shadow:1px 1px 38px rgba(0, 0, 0, 0.4);margin-bottom: 10px;}
	#socialContent {margin-top: 16px;}
	#promos {margin-top: 28px;}
	#promos img {width: 208px;}	
	h2.pagename_small {display: block;}
	input#q {float:left;padding: 7px;width:88%;opacity:.8;}
	#search_holder {float: left;display: block;margin:10px auto ! important;width: 100%;}
	img.welllogo {float: none;display: block;margin:0 auto ! important;}
	#twitterholder {min-height: 135px;margin-top: 0px;}
	#mental header h1,
	#health header h1,
	#medical header h1{font-size: 290% ! important;line-height: 100%;float: none;text-align: center ! important;}	
	.choosepic {padding-top: 10px;}	
	#main, #connect{display: none;}	
	#news, #events {min-height: 100px; max-height: 500px;}
	
	}
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	nav, #department_nav {display: none ! important;}
	#department_footer span.department {font-size: 13px ! important;}
	#socialContent,.tophalf {display: none;}
	#main {display: none;}	
	input#q {float:left;padding: 7px;width:86%;opacity:.8;}
	#search_holder {float: left;display: block;margin:10px auto ! important;width: 100%;}
	img.welllogo {float: none;display: block;margin:0 auto ! important;}
	h2.pagename_small {display: block;}
	#mental header h1,
	#health header h1,
	#medical header h1{font-size: 290% ! important;line-height: 100%;float: none;text-align: center ! important;}
	#department_footer.superContent .footer_grid a {line-height: 180% ! important;}
	.bwicons img {width: 25%; height: auto;}
	
	}