.enews-banner {
	position: relative;
	z-index: 3;
	color: #46348a;
	background-color: #fff;
}

.enews-banner > .inner {
	margin: 0 auto;
	padding: 35px 20px;
	max-width: 1140px;
	text-align: center;
}

@media (min-width: 40em) {
	.enews-banner > .inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}	
}

.enews-banner * { color: inherit; }

.enews-banner .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: inherit;
}

.enews-banner .title span {
	display: block;
	color: #616161;
}

@media (min-width: 40em) {
	.enews-banner .title {
		margin-right: 40px;
		font-size: 16px;
		letter-spacing: 0;
		text-transform: initial;
	}

	.enews-banner .title span {
		display: inline;
		color: inherit;
	}
}

@media (min-width: 40em) {
	.enews-banner .form {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	
	.enews-banner .field-group {
		display: flex;
		align-items: center;
		justify-content: space-around;
		margin-right: 20px;
	}
}

.enews-banner .form .submit {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	padding: 0;
	text-align: center;
	border: none;
	background: transparent;
}

.enews-banner .form .submit span {
	position: relative;
	z-index: 2;
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	background-color: #46348a;
	cursor: pointer;
}

.enews-banner .form .field-label {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (min-width: 40em) {
	.enews-banner .form .field-label {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

.enews-banner .form .field-input {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px 20px;
	max-width: 300px;
	height: auto;
	color: #8B8B8B;
	text-align: center;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border: none;
	border-radius: 4px;
    box-shadow: none;
    background-color: #E6E6E6;
}

@media (min-width: 40em) {
	.enews-banner .form .field-input {
		margin-bottom: 0;
		width: 100vw;
		max-width: 200px;
		text-align: left;
	}
}