.half-and-half-form--border .half-and-half-form-flex {
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	padding: 30px 0;
}

:is(.masthead, .full-width-cta, .full-width-image-text) + .half-and-half-form {
	margin-top: var(--section-padding);
	padding-top: 0;
}

.half-and-half-form__image {
	margin: 0 0 25px;

	img {
		height: 100%;
		object-fit: cover;
		height: auto;
		width: 100%;
	}
}

@media (min-width: 600px) {
	.half-and-half-form__image {
		img {
			min-height: 323px;
			width: auto;
		}
	}
}

.half-and-half-form--homepage .half-and-half-form-flex {
	border-bottom: var(--border);
	padding-bottom: 40px;
}

.half-and-half-form__content__wrapper {
	text-align: center;
}

.half-and-half-form__content__wrapper .contact-form {
	margin-top: 32px;

	& .col-xxs-12.col-sm-6 {
		z-index: 1;
	}
}

.half-and-half-form--innerpage .form-col-btn {
	text-align: left;
}

.half-and-half-form--innerpage .form-col {
	margin-bottom: 25px;
}

.half-and-half-form--innerpage .half-and-half-form__content__wrapper {
	text-align: left;
}

.half-and-half-form--innerpage .half-and-half-form__image {
	height: 298px;
	overflow: hidden;
	margin: 0 0 30px;
}

.half-and-half-form--right .half-and-half-form__image {
	height: 344px;
}

.half-and-half-form--border
	+ .half-and-half-form--border
	.half-and-half-form-flex {
	border-top: none;
}

.half-and-half-form--border + .half-and-half-form--border {
	margin-top: 0;
}

.half-and-half-form--innerpage .half-and-half-form__content-heading h2 {
	font-size: 35px;
	margin: 0 0 30px;
}

.half-and-half-form:has(+ .full-width-cta),
.half-and-half-form:has(+ .full-width-image-text) {
	margin-bottom: var(--section-padding);
}

@media (min-width: 768px) {
	.half-and-half-form__content__wrapper h2 {
		font-size: 50px;
		margin: 0 0 30px;
	}

	.half-and-half-form--border .half-and-half-form-flex {
		padding: 50px 0;
	}

	.half-and-half-form__content__wrapper .contact-form {
		margin-top: 40px;
	}

	.half-and-half-form--innerpage .half-and-half-form__image {
		height: 598px;
		margin: 0 0 50px;
	}

	.half-and-half-form--right .half-and-half-form__image {
		height: 663px;
	}

	.half-and-half-form--innerpage .half-and-half-form__content-heading h2 {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	.half-and-half-form--border {
		padding: 0;
	}

	.half-and-half-form--innerpage {
		margin-top: 0;
	}

	.half-and-half-form--homepage .half-and-half-form-flex {
		padding-bottom: 0;
	}

	.half-and-half-form__image {
		margin: 0;
		position: relative;
		height: auto;
		width: calc(50% - 16px);
	}

	.half-and-half-form__content {
		width: calc(50% + 16px);
		padding-left: 26px;
	}

	.half-and-half-form--innerpage .half-form-full-width {
		width: calc(70%);
		margin: 0 auto;
		padding-top: 100px;
		padding-bottom: 100px;

		& .half-and-half-form__content__wrapper {
			padding: 0;
		}
	}

	.half-and-half-form-flex {
		display: flex;
		justify-content: space-between;
	}

	.half-and-half-form__content__wrapper {
		padding: 96px 0 111px;
		text-align: left;
	}

	.half-and-half-form__image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: right;
		object-position: right;
	}

	.half-and-half-form--innerpage .half-and-half-form__image img {
		-o-object-position: right;
		object-position: right;
	}

	.half-and-half-form__content__wrapper .contact-form .form-col-btn {
		text-align: left;
	}

	.half-and-half-form--border .half-and-half-form-flex {
		padding: 0;
	}

	.half-and-half-form__content__wrapper h2 {
		font-size: 70px;
		margin: 0 0 30px;
	}

	.half-and-half-form-flex.row-reverse {
		flex-direction: row-reverse;
	}

	.half-and-half-form--innerpage
		.half-and-half-form-flex
		.half-and-half-form__content {
		padding-left: 32px;
	}

	.half-and-half-form--innerpage
		.half-and-half-form-flex.row-reverse
		.half-and-half-form__content {
		padding-left: 0;
		padding-right: 32px;
	}

	.half-and-half-form--innerpage .half-and-half-form__image {
		height: auto;
		margin: 0;
	}

	.half-and-half-form--right .half-and-half-form__image {
		height: auto;
	}

	.half-and-half-form--border + .half-and-half-form--border {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.half-and-half-form--border
		+ .half-and-half-form--border
		.half-and-half-form-flex {
		border-top: 1px solid #b3b3b3;
	}

	.half-and-half-form--innerpage .half-and-half-form__content-heading h2 {
		font-size: 70px;
	}
}

@media (min-width: 1800px) {
	.half-and-half-form__image {
		width: 50%;
	}

	.half-and-half-form__content {
		width: 50%;
		padding-left: 32px;
	}

	.half-and-half-form__content__wrapper {
		padding: 134px 0 146px;
	}

	.half-and-half-form--innerpage .half-and-half-form__image {
		width: calc(50% - 12px);
	}

	.half-and-half-form--innerpage .half-and-half-form__content {
		width: calc(50% + 18px);
	}

	.half-and-half-form--innerpage .half-and-half-form__content__wrapper {
		padding: 200px 0 164px;
	}

	.half-and-half-form--right .half-and-half-form__content__wrapper {
		padding-top: 125px;
		padding-bottom: 125px;
	}
}
