/*Margin and Style For Button Pop-up Cases on Mobile*/
/*@media (max-width: 991px) {*/
/*	.csm-form-mailing .btn-wrap {*/
/*		margin-top: 51px;*/
/*	}*/
/*}*/
@media (max-width: 400px){
	.dr-email-error {
		white-space: break-spaces;
	}
}
/*Make 'Contact Us' Button Tappable on Mobile*/
@media (max-width: 479px) {

	#menu-and-button .contact-us-button .btn {
			white-space: break-spaces;
			line-height: 1;
	}
}

@media (max-width: 700px) {
	.rw-wrap-leed .rw-wrap-leed__form .quform-element-row-size-fixed.quform-2-columns > .quform-element-column { width: 100% !important;	}
	/* .rw-wrap-leed .rw-wrap-leed__form .quform-button-submit.quform-button-submit-5_2 { margin: 25px auto 0; } */
}

.section-modal-form{
	padding: 70px 60px 60px;
}

.close-mp{
	right: -30px;
}

@media screen and (max-width: 880px) {
	.section-modal-form, .absolute-mf {
		width: 300px;
		padding: 0px;
	}
	.relative-modal-form {
		position: relative;
		padding: 50px 25px;
	}
	.close-mp {
		top: -2px;
		right: 15px;
		font-size: 35px;
	}
}