.image-highlight-wrapper-wrap {
	position: relative;
	/*z-index: 1;*/
}
.image-highlight-wrapper {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.image-highlight-wrapper::before {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 720px;
	left: -107px;
	z-index: 9;
	opacity: .9;
}
.image-highlight-wrap {
	padding: 150px 0;
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	z-index:11;
}
.image-highlight-text {
	width: 50%;
	position: relative;
	padding: 0 5% 0 0;
	z-index: 2;
}
.image-highlight-text a.button {
	border: 0px;
}
.image-highlight-text hr,
.image-highlight-text .wp-block-separator {
	border-color: #1a315c;
}
.image-highlight-text h2 {
	padding-top: 0;
}
.image-highlight-wrap figure {
	width: 50%;
	padding: 0;
	margin: 0;
	z-index: 2;
	position: relative;
}
.image-highlight-wrap figure::after {
	content: " ";
	width: 375px;
	height: 375px;
	position: absolute;
	bottom: -40px;
	left: -40px;
	background: url(../../assets/images/pattern-1.png) repeat;
	z-index: 1;
	opacity: .1;
	border: 1px solid #fff;
}
.image-highlight-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}

/* CIRCLE */
.content-blocks .content .wp-block-group__inner-container .image-highlight-circle.bottom,
.content-blocks .content .image-highlight-circle.bottom,
.image-highlight-circle.bottom {
	width: 858px;
	height: 858px;
	bottom: -424px;
	right: -429px;
	position: absolute;
	z-index: 10;
}
.image-highlight-circle.bottom::after {
	content: " ";
	width: 858px;
	height: 858px;
	border-radius: 900px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 2px;
}
.content-blocks .content .wp-block-group__inner-container .top,
.content-blocks .content .image-highlight-circle.top,
.image-highlight-circle.top {
	width: 858px;
	height: 858px;
	bottom: 0;
	right: -429px;
	position: absolute;
	z-index: 1;
}
.image-highlight-circle.top::before {
	content: " ";
	width: 858px;
	height: 858px;
	border-radius: 900px;
	border: 1px solid #fff;
	display: block;
	position: absolute;
	z-index: 999;
	bottom: -429px;
	right: 0;
}

/* ALIGN LEFT */
.image-highlight-wrap.align-left {
	flex-direction: row-reverse;
}
.image-highlight-wrap.align-left figure::after {
	left: auto;
	right: -40px;
}

/* HIGH CONTRAST */
	.high_contrast .image-highlight-wrapper,
	.high_contrast .image-highlight-wrapper::before {
		background: #212121!important;
	}
	.high_contrast .image-highlight-text strong {
		color: #fff!important;
	}

/* RESPONSIVE */
	@media all and (max-width: 1000px) {
		.image-highlight-text {
			width: 60%;
		}
		.image-highlight-wrap figure {
			width: 40%;
		}
		.image-highlight-wrap img {
			height: auto;
			object-fit: contain;
		}
		.image-highlight-wrap figure::after {
			width: 100%;
			height: 215px;
			bottom: auto;
			top: 40px;
			left: -20px;
		}
	}
	@media all and (max-width: 900px) {
		.image-highlight-wrap {
			display: block;
			padding: 75px 0;
		}
		.image-highlight-text {
			width: 100%;
		}
		.image-highlight-wrap figure {
			width: 100%;
			margin: 40px 0 0 0;
		}
		.image-highlight-wrap figure::after {
			width: 100%;
			height: 100%;
			bottom: -20px;
			top: auto;
			left: -20px;
		}
	}




















