.alternating-highlights {
	margin: 0 auto;
	max-width: 1280px;
}

.alt-highlight-item {
	position: relative;
	margin-bottom: 40px;
	min-height: 300px;
}

.alt-highlight-item .inner {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.alt-highlight-item .image-container {
	position: relative;
	z-index: 1;
}

.alt-highlight-item .content-container {
	padding: 0px 10px;
	color: #fff;
}

.alt-highlight-item .content-container h3 {
	color: inherit;
	font-size: 24px;
	font-family: "Verlag A", "Verlag B", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.4;
	text-transform: uppercase;
}

.alt-highlight-item .content-container .description {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}

.alt-highlight-item .content-container .more-link {
	display: inline-block;
	position: relative;
	padding: 5px 55px 5px 15px;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
}

.alt-highlight-item .content-container .more-link span {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 40px;
	background: rgba(255, 255, 255, 0.1);
}

.alt-highlight-item .content-container .more-link span:after {
	content: "";
	background-image: url(/includes/public/assets/shared/chevron_right-white-18dp.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

@media (min-width: 1024px) {
	.alt-highlight-item {
		padding: 0;
	}
}

@media (min-width: 641px) {
	.alt-highlight-item .inner {
		flex-direction: row;
	}
	.alt-highlight-item .content-container {
		max-width: 340px;
	}
	.alt-highlight-item:nth-child(even) .inner {
		flex-direction: row-reverse;
	}
	.alt-highlight-item:nth-child(even) .image-container {
		padding-left: 50px;
	}
	.alt-highlight-item:nth-child(odd) .image-container {
		padding-right: 50px;
	}
}

/* shape styles */
@supports (-webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0 50%)) or (clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0 50%)) {
	.alt-highlight-item .item-background {
		position: absolute;
		top: 50%;
		height: 340px;
		width: 340px;
		z-index: -1;
		transform: translateY(-45%) scale(0.65);
	}
	
	.alt-highlight-item .item-background .shape-fill {
		position: absolute;
		top: 50%;
		right: 0;
		height: 340px;
		width: 340px;
		transform: translateY(-50%);
		z-index: -1;
	}

	.alt-highlight-item .item-background .shape-wrapper {
		position: absolute;
		height: 340px;
		width: 340px;
		z-index: -2;
	}

	.alt-highlight-item .item-background .shape-wrapper:before {
		content: "";
		position: absolute;
		height: 240px;
		width: auto;
		border-left: 1px solid rgba(171,148,255,0.3);
		z-index: -2;
	}

	.alt-highlight-item .item-background .shape-wrapper:after {
		content: "";
		position: absolute;
		height: 240px;
		width: auto;
		border-right: 1px solid rgba(171,148,255,0.3);
		z-index: -2;
	}

	.alt-highlight-item .item-background .shape {
		height: 100%;
		width: 100%;
		border: 1px solid rgba(171,148,255,0.3);
		z-index: -2;
	}

	.alt-highlight-item:nth-child(even) .item-background {
		right: 0;
		top: calc(50% + -20px);
	}
	
	.alt-highlight-item:nth-child(even) .item-background .shape-fill                  {
		-webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0 50%);
		clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0 50%);
		background: linear-gradient(25deg, rgba(227,6,19,0) 0%, #E30613 70%, #E30613 100%);
	}

	.alt-highlight-item:nth-child(even) .item-background .shape-wrapper {
		top: 0;
		left: 0;
		transform: translate(-50%, 0);
	}

	.alt-highlight-item:nth-child(even) .item-background .shape-wrapper:before {
		top: 0;
		left: 0;
		transform: rotate(45deg) translate(35px, -84px);
	}

	.alt-highlight-item:nth-child(even) .item-background .shape-wrapper:after {
		bottom: 0;
		right: 0;
		transform: rotate(45deg) translate(-35px, 84px);
	}

	.alt-highlight-item:nth-child(even) .item-background .shape {
		-webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0 50%);
		clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 100%, 0 100%, 0 50%);
	}

	.alt-highlight-item:nth-child(even) .item-background .shape-1 {
		transform: rotate(15deg) translate(35px, 55px);
	}
	.alt-highlight-item:nth-child(even) .item-background .shape-2 {
		transform: rotate(5deg) translate(25px, 20px);
	}
	.alt-highlight-item:nth-child(even) .item-background .shape-3 {
		transform: rotate(-5deg) translate(15px, -20px);
	}
	.alt-highlight-item:nth-child(even) .item-background .shape-4 {
		transform: rotate(-15deg) translate(10px, -60px);
	}

	.alt-highlight-item:nth-child(odd) .item-background {
		left: 25%;
	}
	
	.alt-highlight-item:nth-child(odd) .item-background .shape-fill {
		position: absolute;
		top: 50%;
		left: 0;
		height: 340px;
		width: 340px;
		clip-path: polygon(50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%, 0 0);
		transform: translate(-50%, -50%);
		background: linear-gradient(135deg, #0099FF 0%, #0099FF 30%, rgba(0,153,255,0) 100%);
		z-index: 1;
	}

	.alt-highlight-item:nth-child(odd) .item-background .shape-wrapper {
		top: 0px;
		left: 0;
	}
	.alt-highlight-item:nth-child(odd) .item-background .shape-wrapper:before {
		top: 0;
		right: 0;
		transform: rotate(-45deg) translate(-35px, -83px);
	}
	.alt-highlight-item:nth-child(odd) .item-background .shape-wrapper:after {
		bottom: 0;
		left: 0;
		transform: rotate(-45deg) translate(35px, 85px);
	}
	.alt-highlight-item:nth-child(odd) .item-background .shape {
		-webkit-clip-path: polygon(50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%, 0 0);
		clip-path: polygon(50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%, 0 0);
	}
	.alt-highlight-item:nth-child(odd) .item-background .shape-1 {
		transform: rotate(-15deg) translate(calc(-50% - 30px), 10px);
	}
	.alt-highlight-item:nth-child(odd) .item-background .shape-2 {
		transform: rotate(-5deg) translate(75px, -20px);
		transform: rotate(-5deg) translate(calc(-50% - 25px), 5px);
	}
	.alt-highlight-item:nth-child(odd) .item-background .shape-3 {
		transform: rotate(5deg) translate(80px, -70px);
		transform: rotate(5deg) translate(calc(-50% - 15px), -5px);
	}
	.alt-highlight-item:nth-child(odd) .item-background .shape-4 {
		transform: rotate(15deg) translate(80px, -120px);
		transform: rotate(15deg) translate(calc(-50% - 10px), -15px);
	}

	@media (min-width: 1024px) {
		.alt-highlight-item .item-background {
			transform: translateY(-50%) scale(1);
		}
	}
	
	@media (min-width: 641px) {
		.alt-highlight-item:nth-child(even) .item-background {
			right: 15%;
		}
	}
}