/* Styles for the email opt-in modal */

#email_signup_main_modal label  { font-size: 80%; }
.email_banner_img img { margin: 0 auto; }
.faux_disability { color: #999; }
#email_signup_main_modal .close-reveal-modal { display: inline-block; color: #a68544; font-size: 0.8625rem; line-height: 1.4rem; font-weight: normal; top: 0; left: 0; position: relative; }

@media only screen and (max-width: 40em) {
	#email_signup_main_modal {
	    min-height: 80vh;
	    left: 10vw;
	    width: 80%;
	}
}