@media screen and (max-width: 550px) {
	#microsite-Banner_Logo{
		max-width:100%;
	}
	
	#microsite-Sidebar_Nav{
/*		display:none;	 */
	}

	#microsite-Sidebar_Links{
		display:none;	
	}

	#microsite-Sidebar_Links_Toggle {
		display:inherit;
	}

	#microsite-Contents-Heading {
		margin-bottom:0px;
	}
	
	#microsite-Content{
		padding:0px 0px;
		margin-left: 0px;
		clear: both;
	}
	
	=
	#microsite-Sidebar{
		width:100% !important;	
	}
/* 2016-05-23 DD removed this since it looks weird when the Contents box is collapsed
	#microsite-Files {
		width:100% !important;	
	}
*/
	
	#microsite-Publication-Heading {
		padding:20px 0 40px 0px;
		font-size:26px;
	}
	
	#microsite-Footer_Container {
}

.SubSection_Nav_top {
	padding-right:20px;
}

#microsite-Header {
	padding-bottom:20px;
}

	#microsite-Search{
	float:left;
	}
