.jdw-newsletter-signup__embed {
	width: 100%;
}

.jdw-newsletter-signup__local {
	width: 100%;
	height: 250px;
	margin-top: 0;
}

.jdw-newsletter-signup__frame {
	display: block;
	width: 100%;
	height: 250px;
	border: 0;
}

.newsletterSignup .jdw-newsletter-signup__local form {
	display: flex;
	flex-wrap: wrap;
}

.newsletterSignup .jdw-newsletter-signup__local .form-field {
	flex: 1 1 auto;
	margin-bottom: 30px;
	padding-right: 30px;
}

.newsletterSignup .jdw-newsletter-signup__local .field-label {
	display: block;
	margin: 35px 0 5px;
	color: #00205b;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

.newsletterSignup .jdw-newsletter-signup__local input.text {
	display: inline-block;
	width: 100%;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #00205b;
	background: #ffffff;
	color: #002058;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.newsletterSignup .jdw-newsletter-signup__local .submit {
	flex: 0 0 200px;
	max-width: 200px;
	margin: 0;
	padding-top: 7px;
}

.newsletterSignup .jdw-newsletter-signup__local .submit input {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px solid #c8102e;
	background: #c8102e;
	color: #ffffff;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.newsletterSignup .jdw-newsletter-signup__local .local-embedded-form__feedback {
	display: none;
	margin: 0;
	color: #00205b;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.newsletterSignup .jdw-newsletter-signup__local.is-submitted .local-embedded-form__feedback {
	display: block;
	flex: 1 1 100%;
	margin-top: 12px;
}

@media (min-width: 400px) {
	.jdw-newsletter-signup__frame {
		height: 230px;
	}

	.jdw-newsletter-signup__local {
		height: 230px;
	}
}

@media (min-width: 601px) and (max-width: 767px) {
	.newsletterSignup.e-con {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.newsletterSignup .jdw-newsletter-signup__local .form-field:first-of-type {
		flex: 1 1 100%;
		min-width: 100%;
		padding-right: 0;
	}
}

@media (min-width: 828px) {
	.jdw-newsletter-signup__frame {
		height: 135px;
	}

	.jdw-newsletter-signup__local {
		height: 135px;
	}
}
