@charset "UTF-8";
/* CSS Document */


/* Mobile Hero Banner for list pages */
.mobileHero.hide-for-medium-up { margin-top: 4.5rem;} /*margin-bottom: -4.5rem;*/
.mobile-heading {background: none repeat scroll 0 0 #333; color: #fff; height: auto; padding:20px 0 ;}
.mobile-heading h1{color: #fff;p font-size:27px; margin:0; padding:0;}
.mobile-heading h3{color:#fff; font-size:16px; margin:0; padding:10px 0 0 0;}


/* Medium screens*/
@media only screen and (min-width:40.063em) and (max-width:64em) { 
	#main {
		margin-top: 3rem;
	}
	
	.hero-announcements, .hero-consumer, .hero-business, .hero-collecting {
		margin-top: 72px;
	}

}



/* Small screens*/
@media only screen and (max-width: 40em) {
	#main {
		margin-top: 3rem;
	}
	#leftCol {
		margin-top: 0;
	}
	
	.hero-announcements, .hero-consumer, .hero-business, .hero-collecting {
		margin-left: -300px;
	}
	
}