@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:1279px) {
header, footer, .mainContent {
	width: 90%;
}

.resultsGalleryCell, .agentRosterCell	{
	width:50%;	
}




}

@media only screen and (min-width:1024px) {
.mobile-nav {
	display: none;
}
}