.hero--section {
	position: relative;
	color: #fff;
}

.hero--section.dark-text {
	color: #000;
}

.hero--container {
	position: relative;
	padding: 120px 30px;
}

.alignment-left-center .hero--container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.alignment-right-half .hero--container,
.alignment-center-center .hero--container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.alignment-center-center .hero--copy-wrap {
	align-self: center;
	text-align: center;
}

.alignment-right-half .hero--copy-wrap {
	max-width: 400px;
}

@media (min-width: 768px) {
	.alignment-right-half .hero--copy-wrap {
		margin-left: auto;
		width: 50%;
	}	
}

.hero--copy-two img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 575px) {
	.mobile-no-br br,
	.ctas-icons--section-title br,
	.hero--large-title br {
		display: none;
	}
}

@media (min-width: 992px) {
	
	.narrow-copy .hero--copy-wrap {
		max-width: 50%;
	}
	
	.narrow-copy .hero--copy-wrap .hero--copy-wrap {
		max-width: 30rem;
	}
}

.alignment-two-column  .hero--copy-wrap {
	max-width: none;
}

.hero--section {
	overflow: hidden;
}

.hero--image-overlay-white {
	background-color: rgba(255,255,255,.7);
}



.hero--image .parallax-slider {
	height: 100%;
}

@media (min-width: 768px) {
	
	.height-default-mod .hero--container,
	.hero--container {
		min-height: 700px;
	}

	.height-default-mod .hero--container {
		min-height: 700px;
	}
	
	.height-compact-mod .hero--container {
		min-height: 0;
	}
	.limit-to-600px-height .hero--container {
		min-height: 600px;
	}

}

.hero--image-overlay-grey {
	background: rgba(0,0,0,0.5);
}

@media (min-width: 576px) {
	.hero--container {
		padding: 120px 30px;
	}

	.height-min_height_16_9-mod .hero--container,
	.min-height .hero--container {
		min-height: 46vw;
	}
}

.image-grayscale {
	filter: grayscale(1);
}

.separate-bg-mod .hero--image {
	position: static;
}

@media (min-width: 992px) {
	
	.separate-bg-mod .hero--image {
		position: absolute;
		left: 50%;
	}

	.separate-bg-mod .hero--image img {
		object-fit: contain;
	}
}

.hero--cta-wrap {
	margin-top: 15px;
}