.block.hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #9b67a3;
	text-align: center;
	position: relative;
}
.block.hero .container {
	position: relative;
	z-index: 2;
}
.block.hero	.entry-title {
	margin-top: 0;
	margin-bottom: 0;
}
.block.hero	h3 {
	margin-bottom: .5rem;
}
.block.hero	.hero-copy {
	width: 75%;
}
.block.hero.background_image {
	min-height: 600px;
	display: flex;
	align-items: center;
}
.block.hero.background_color {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.block.hero.background_color h1 {
	text-shadow: none;
	font-weight: normal;
	letter-spacing: .06rem;
}
.block.hero.background_color .row > div:not(.col-sm-10) {
	width: 100%;
}
.block.hero.copy_color-light h1,
.block.hero.copy_color-light h2,
.block.hero.copy_color-light h3,
.block.hero.copy_color-light h4,
.block.hero.copy_color-light h5,
.block.hero.copy_color-light h6,
.block.hero.copy_color-light p,
.block.hero.copy_color-light li,
.block.hero.copy_color-light span,
.block.hero.copy_color-light div {
	color: white;
}

.block.hero .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.3);
	z-index: 1;
}