#footertopcontent {
	 display: none;
}
 #pagefooter {
	 display: none;
}

@media screen and (min-width: 585px) {
 .column-emergency {
	 width:30%;
	 float:left;
	 padding:12px;
}
 .row:after {
	 content: "";
	 display: table;
	 clear: both;
}
}