.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) {
	.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-overlay-grey {
	background: rgba(0,0,0,0.4);
}

@media (min-width: 768px) {

	.hero--container {
		min-height: 700px;
	}

	.limit-to-600px-height .hero--container {
		min-height: 600px;
	}
}

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

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

.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--small-title {
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .08em;
}

.hero--copy {
	margin-bottom: 30px;
	font-size: 1.25em;
}

.hero--copy-two {
	font-size: 1.25em;
}

.hero--section.blue-bg-mod {background: #63add7; }
.hero--section.blue-gradient-bg-mod {background: linear-gradient(to right, #63add7 0%,#badbed 50%,#63add7 100%);}
.hero--section.blue-dark-bg-mod {background: #000033; }
.hero--section.green-gradient-bg-mod {background: linear-gradient(45deg, #a2c969 0%,#367953 100%);}
.hero--section.white-bg-mod {background: #fff; }

@media (min-width: 992px) {
	.with-supporting-image .hero--container {
		flex-direction: row;
	}

	.with-supporting-image .hero--copy-wrap,
	.with-supporting-image .hero--supporting-image {
		width: 50%;
	}

	.hero--supporting-image img {
		max-width: 100%;
		height: auto;
	}

}
