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

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

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

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

.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;
}

.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;
}

/* @media (min-width: 992px) {
	
	.alignment-two-column .hero--copy-wrap {
		max-width: 900px;
	}

} */

.hero--section {
	overflow: hidden;
}

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

.hero--image-overlay-blue {
	background: #005677;
	mix-blend-mode: multiply;
}

@media all and (-ms-high-contrast:none) {	
	.hero--image-overlay-blue {
		opacity: .5;
	}
}

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

@media (min-width: 768px) {
	
	.hero--container {
		min-height: 700px;
	}
	
	.limit-to-600px-height .hero--container {
		min-height: 600px;
	}

}

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

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

	.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--copy {
	margin-bottom: 30px;
	font-size: 1.25em;
}

.hero--section.blue-bg-mod {background: #00a1e1; }
.hero--section.blue-arches-bg-mod {
	background: url(../svg/cta--bg.svg);
	background-size: cover;
	background-position: center top;
	color: #fff;
}
.hero--section.blue-dark-bg-mod {background: #005677; }
.hero--section.white-bg-mod {background: #fff; }

.hero--copy,
.hero--copy p:last-child {
	margin-bottom: 0;
}

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

.compact-mod .hero--container {
	min-height: 0;
	padding-top: 60px;
	padding-bottom: 90px;
}