#footer-top-wrap #footer-top-bar #footer-top-row .moduletable {
	height: 280px;
}
.item-page.newletterpage #mc_embed_signup {
	display: block !important;
	position: relative !important;
	background: none !important;
	border: 0 !important;
}
.item-page.newletterpage #mc_embed_signup form {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	margin-left: 0 !important;
	background: none !important;
	border: 0 !important;
}

@media (min-width: 1200px) {
  #footer-top-wrap #footer-top-bar #footer-top-row .moduletable {
		height: 250px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer-top-wrap #footer-top-bar #footer-top-row .moduletable {
		height: 330px;
	}
}
@media (max-width: 767px) {
  #footer-top-wrap #footer-top-bar #footer-top-row .moduletable {
		height: auto;
	}
}