@media screen {

	/*Styles for Bi-Co Header*/
	
	div#siteHeader h1 {
	position: absolute;
	left: 33px;
	top: 90px !important;
}
	div#siteHeader h1 a {
		text-indent: -9999px;
		background: transparent url(/includes/images/bico_bmc_logo.png) no-repeat top left !important;
		display: block;
		width: 340px !important;
		height: 38px !important;
	}
		
		img#haverford-logo {
			position:absolute;
			left:385px;
			top:91px !important;
		}
		
		
/*Styles for Tri-Co Header*/				

    div#siteHeader h1#brynmawr {
		position: absolute;
		left: 33px;
		top: 90px !important;
	}
		div#siteHeader h1#brynmawr a {
			text-indent: -9999px;
			background: transparent url(/includes/images/trico_bmc_logo.png) no-repeat top left !important;
			display: block;
			width: 281px !important;
			height: 38px !important;
		}
		
	div#siteHeader h1#haverford {
			position: absolute;
			left: 323px;
			top: 90px !important;
	}	

	div#siteHeader h1#haverford a {
		text-indent: -9999px;
		background: transparent url(/includes/images/trico_haverford_logo.png) no-repeat top left !important;
		display: block;
		width: 293px !important;
		height: 39px !important;
	}		

	div#siteHeader h1#swarthmore {
			position: absolute;
			left: 622px;
			top: 92px !important;
	}	

	div#siteHeader h1#swarthmore a {
		text-indent: -9999px;
		background: transparent url(/includes/images/trico_swarthmore_logo.png) no-repeat top left !important;
		display: block;
		width: 359px !important;
		height: 34px !important;
	}
}

/*mobile/small screen styles*/
@media only screen and (max-width: 480px) {
		/*Styles for Bi-Co Header*/

div#siteHeader {
	border-left:8px solid #f5ec7d;
}
		div#siteHeader h1 {
		left:0px !important;
		top: 0px !important;
	}
		div#siteHeader h1 a {
			text-indent: -500px;
			background-size:97%;
			background-position:4px 10px !important;
			border:0;
			display: block;
			width:150px !important;
		}

			img#haverford-logo {
				left:0px !important;
				top:42px !important;
				width: 150px !important;
			}
			
	.width-480 ul#utilityNavigation li#search, .width-480 ul#utilityNavigation li#search.mobileVisible {
			display:none !important;
			visibility:hidden !important;
		}
		
		
		
/*Styles for Tri-Co Header*/				

    div#siteHeader h1#brynmawr {
		left: 0 !important;
		top: 0px !important;
	}
	
		div#siteHeader h1#brynmawr a, div#siteHeader h1#haverford a, div#siteHeader h1#swarthmore a {
			text-indent: -500px;
			display: block;
			width:150px !important;
			height:28px !important;
		}
		
		div#siteHeader h1#brynmawr a {
			background: transparent url(/includes/images/trico_bmc_logo.png) no-repeat top left !important;
			background-position:4px 2px !important;
		}
		
	div#siteHeader h1#haverford {
		left:0px !important;
		top:26px !important;
	}	

	div#siteHeader h1#haverford a {
		background: transparent url(/includes/images/trico_haverford_logo.png) no-repeat top left !important;
	}		

	div#siteHeader h1#swarthmore {
			left: 4px !important;
			top: 52px !important;
	}	

	div#siteHeader h1#swarthmore a {
		background: transparent url(/includes/images/trico_swarthmore_logo.png) no-repeat top left !important;
	}
		
		
}
