.modal-header-text {margin:0;}
.m-lead-form { padding: 20px; }
.stack_lede-lede {text-align: center;}
.m-modal-bg-image{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: cover;
	background-size: cover;
	pointer-events:none;
}
.m-modal-close {
	margin-right: 5px;
}
.m-lead-form-email-only label{
	display: block;
}
.m-lead-form-email-only .form-group{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;

}
.m-lead-form-email-only input[type="email"]{
	margin-right: 5px;
}