.email-signup-container {	padding: 0;
}
#signup-email-content {	margin-top: 47px;	padding: 10px 20px;
}
.email-signup-container h2 { font-size: 20px; color: #000; font-weight: normal; line-height: 110%;
}
@media only screen and (max-width: 767px) {	#signup-email-content {	margin-top: 25px;	padding: 0px 0px;	}
}
#emailSignupForm label {	width: 100%;	display: inline-block;	margin-right: 20px;	margin-bottom: 30px;
}
#emailSignupForm label span {	float: left;	font-size: 11px;	color: #333;	text-transform: uppercase;	margin-bottom: 2px;	display: inline-block;
}
#emailSignupForm input[type="text"] {	width: 100%;	height: 35px;	line-height: 100%;	border: 1px solid #ccc;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	font-size: 14px;	padding-left: 10px;
}
#emailSignupForm .select2-container {	width: 100%;
}
#emailSignupForm .select2-container .select2-choice {	height: 25px;	border-color: #ccc;
}
#emailSignupForm .select2-container .select2-choice > .select2-chosen {	height: 25px;	margin-bottom: 0;	line-height: 25px;
}
#email-signup-submit {	width: 60%;	height: 35px;	line-height: 35px;	margin-top: 0;	font-weight: bold;
}
p.signup-disclaimer {	margin: 0;	font-size: 11px;	color: #000;	font-style: italic;
}
#emailSignupForm label span.error-container {	float: right;
}
.parsley-error-list {	margin: 0;	padding: 0;
}
.parsley-error-list li {	color: #cb1424;	font-size: 10px;	text-transform: uppercase;	margin: 0 5px 0 0;
}
#emailSignupForm #PreferenceEC {	width: 0;	float: left;	margin-left: 10px;
}
#email_signup_message_container {	color: #cb1424;	font-size: 14px;	margin-bottom: 10px;
}
.signup-email-header-img img{ width: 100%;
}
@media only screen and (max-width: 767px) {	#email-signup-submit {	width: 60%;	height: 35px;	line-height: 35px;	margin-top: 0;	font-weight: bold;	}	#emailSignupForm label span, p.signup-disclaimer {	font-size: 12px;	}
}