
/*For pages with hero image at the top */
#desktop-banner, #mobile-banner{
	padding-bottom:16px;
}
/* horizontal*/
@media screen and (min-width: 1100px) {
	#desktop-banner { display:block; }
	#mobile-banner { display:none; }	
}
/* odd override where both images appear */
@media screen and (max-width: 1099px) {
	#mobile-banner {
		display:none;
	}
}
/* different image for mobile */
@media screen and (max-width: 767px) { 
	#desktop-banner { display:none; }
	#mobile-banner { display:block; }
}


/* For pages with right column alert blocks and buttons */		
.alert-block{
	border:none;
}	
div.strategic-plan-button h5{
	margin-top:-4.5em;
	font-size:1em;
}	
@media screen and (min-width: 767px) and (max-width: 1099px) {
	.alert-block h3{
		font-size:0.9em !important;
	}		
	div.strategic-plan-button h5{
		font-size:0.8em;
	}
}

/*Side nav */
#nav-collapse-side #strategic-plan-icon {
	width:156px;
	padding-left:5px;
}