.email-signup {
	background: #2D7E8B;
	padding-top: 60px;
	padding-bottom: 60px;
}
.email-signup h4 {
	margin-bottom: 20px;
	color: white;
	text-transform: uppercase;
}
.email-signup p.help-text {
	color: white;
	margin-bottom: 20px;
	font-size: 16px;
}
.email-signup .form-group {
	margin-left: 15px;
	position: relative;
}
.email-signup form > .form-group:first-child {
	margin-left: 0;
}
.email-signup .form-group input[type="text"] {
	font-size: 16px;
	padding: 11px !important;
	width: 190px;
	height: auto;
}
.email-signup .form-group input[name="emailSignupEmailAddress"] {
	width: 300px;
}
.email-signup .btn.btn-default {
	background: transparent;
	border: 2px solid white !important;
	padding: 10px;
}
.email-signup .help-block {
	color: white;
	position: absolute;
	top: 100%;
}

.email-signup .signup-success h3 {
	color: white;
	font-size: 32px;
	margin-bottom: 15px;
}
.email-signup .signup-success p,
.email-signup .signup-error p,
.email-signup .signup-error .signup-error-message {
	color: white;
	font-size: 16px;
}

@media (max-width: 767px) {
	.email-signup .form-group input[type="text"] {
		width: 300px;
	}
	.email-signup .form-group {
		margin-left: 0;
	}
	.email-signup .form-control {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.email-signup .help-block {
		position: relative;
		top: auto;
		max-width: 320px;
		margin: 0 auto;
		text-align: center !important;
	}
}