.newsletter-strip-wrap {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 80px;
	padding-bottom: 90px;
}

.newsletter-strip-inner {
	background-color: #252522;
}

.newsletter-strip-columns {
	display: flex;
	padding: 45px 30px;
	color: #fff;
	justify-content: space-between;
	max-width: 885px;
	margin: 0 auto;
}

.newsletter-strip-column:first-child {
	padding-right: 60px;
	max-width: 100%;
    width: 410px;
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.newsletter-strip-column:last-child {
	max-width: 100%;
    width: 360px;
	display: flex;
	flex-direction: column;
}

.newsletter-strip-copy {
	margin-bottom: 20px;
}

.newsletter-strip-column .fui-type-email-address,
.newsletter-strip-column .fui-field:not(.fui-type-hidden-field) {
	margin-bottom: 0;
}

.newsletter-strip-column .fui-btn-container.fui-btn-left {
	padding: 0;
}

.newsletter-strip-title {
	font-family: 'Proxima';
	font-weight: 900;
	font-size: 55px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 15px;
}

.newsletter-strip-subtitle {
	font-family: 'Proxima';
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
}

.form-image-subtitle.newsletter-strip-subtitle {
	margin-bottom: 15px;
}

.newsletter-strip-form {
	margin-top: auto;
	position: relative;
}

.newsletter-strip-form .fui-form-container {
	position: relative;
}

.newsletter-strip-form .fui-btn {
	text-indent: -9999px;
	width: 30px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 12px;
	background-image: url('../../../images/svg/newsletter-arrow.svg');
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
}

.newsletter-strip-form .fui-btn:hover,
.newsletter-strip-form .fui-btn:focus {
	background-color: transparent;
}

.newsletter-strip-form .fui-input,
.newsletter-strip-form .fui-input::placeholder {
	font-size: 16px;
  	line-height: 1;
}

.newsletter-strip-form .fui-input {
	background-color: white;
	color: var(--grey-medium);
	border: 0;
	padding: 10px 15px;
	height: auto;
	border-radius: 0;
  	color: var(--grey-medium);
  	width: 100%;
}

@media only screen and (max-width: 768px) {

	.newsletter-strip-inner {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-left: 0;
		margin-right: -25px;
		padding-right: 25px;
	}

	.newsletter-strip-columns {
		flex-direction: column;
		padding: 30px;
		margin-right: -25px;
	}

	.newsletter-strip-column:first-child {
		padding-right: 0;
	}

	.newsletter-strip-title {
		font-size: 32px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.newsletter-strip-subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.newsletter-strip-copy {
		margin-bottom: 0;
	}

	.newsletter-strip-form .fui-input {
		padding: 10px;
	}

	.newsletter-strip-form .fui-btn {
		width: 25px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 935px) {
	.newsletter-strip-title {
		font-size: 50px;
	}
}

.newsletter-strip-inner-left, .newsletter-strip-inner-right {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.newsletter-strip-inner-left {
	background-color: #fff;
	left: 0;
}

.newsletter-strip-inner-right {
	background-color: #D8D9D8;
	right: 0;
}

.form-image-title.newsletter-strip-title {
	font-size: 46px;
	line-height: 50px;
}

.form-image-subtitle.newsletter-strip-subtitle {
	font-size: 22px;
	line-height: 26px;
}

.form-image-wrap .newsletter-strip-column:first-child {
	width: 64%;
	padding-right: 30px;
}

.form-image-wrap .newsletter-strip-column:last-child {
	width: 36%;
}

@media only screen and (max-width: 768px) {
	.form-image-wrap .newsletter-strip-column:first-child,
	.form-image-wrap .newsletter-strip-column:last-child {
		width: 100%;
	}

	.form-image-wrap .newsletter-strip-column:first-child {
		margin-bottom: 20px;
	}
}

.form-image-wrap .newsletter-strip-columns {
	padding: 20px 30px;
	max-width: none;
}

.form-image-wrap .newsletter-strip-inner {
	background-color: #4B4B4B;
}

.form-image-wrap {
	position: relative;
}

.form-image-wrap::before {
	content: '';
	position: absolute;
	width: 50vw;
	left: 50vw;
	height: 100%;
	z-index: -1;
	top: 0;
	background-color: #d8d9d8;

}

.form-image-wrap .fui-form-container {
	max-width: 60%;
}