.heroContentBox {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	padding:90px;
	color:#fff;
}

.heroContentBox .wrapper {
	display:flex;
}

.heroContentBox.customModuleEmpty .wrapper {
	display:block;
}

.heroContentBox .leftContent {
	max-width: 50vw;
}

.heroContentBox .rightContent {
	flex-grow: 1;
	max-width: 350px;
	align-content: end;
	padding-left: 45px;
}

.heroContentBox .rightContent img {
	margin-bottom: 0;
	position: relative;
	z-index: 3;
}

.heroContentBox h2, .heroContentBox h3 {
	color:#fff;
	text-align: left;
	text-transform: uppercase;
}

.heroContentBox h2 {
	font-size: 1.75em;
	font-weight: 300;
	margin: 0 0 5px;
	position: relative;
	display: inline-block;
}

.heroContentBox h2::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 0;
	border: 2px solid #A90509;
	width: 100%;
	color:#fff;
}

.heroContentBox h3 {	
		font-size: 3.75em;
		font-weight: 700;
		margin: 30px 0 0;
		color: #fff;
		line-height: 1em;
}

.heroContentBox h4 {
	font-size: 3.75em;
	font-weight: 400;
	margin: 0;
	color: #fff;
	line-height: 1em;
}

.heroContentBox .content {
	margin-top: 15px;
	white-space: pre-line;
}

@media all and (max-width: 980px) {
	.heroContentBox {
		padding: 60px 30px 90px;
	}
}

@media all and (max-width: 800px) {
	.heroContentBox {
		padding: 60px 30px 190px;
	}
	
	.heroContentBox .wrapper {
		flex-direction: column;
	}
	
	.heroContentBox .leftContent {
		max-width: none;
	}
	
	.heroContentBox .rightContent {
		max-width: 200px;
		margin: 0 0 0 auto;
		padding: 15px 0 0 0;
	}
}

@media all and (max-width: 640px) {
	.heroContentBox h2 {
		font-size: 1.5em;
	}

	.heroContentBox h3 {
		font-size: 2.5em;
	}
	
	.heroContentBox h4 {
		font-size: 2em;
	}
	
	.heroContentBox .rightContent {
		
	}	
}