@media only screen and (max-width: 1100px) { }

@media only screen and (max-width: 1025px) { }


@media only screen and (max-width: 768px) {
	
	.newsletter-slim #mc_embed_signup_scroll {
		display: block !important;
	}
	
	.newsletter-slim .mc-col {
		display: block !important;
		padding: 0 !important;
		width: 100% !important;
		margin-bottom: 1em;
		text-align: center;
	}
	
	.mc-field-group.input-group ul li {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {


}
	
@media only screen and (max-width: 480px) {


}