/* FULL WIDTH HERO IMAGEBOX W/VIDEO */
.hero-imagebox {
	position: relative;
	overflow: hidden;
	margin-bottom:  70px;
}
.hero-imagebox figure picture {
	position: relative;
	display:  block;
}
.hero-imagebox figure picture img {
	width: 100%;
}
.hero-imagebox figure .gradient-overlay {
	background-image: url(/includes/public/assets/images/gradient-overlay-bottom-up.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.hero-imagebox figure .sh-play-link {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 97px;
	color:  #fff;
	opacity:  .75;
	z-index:  5;
}
.hero-imagebox figure figcaption {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 422px;
	max-width: 38%;
	padding: 33px 25px 55px;
	background-color: rgba(255,255,255,0.75);
	text-align: center;
}
.hero-imagebox figure figcaption::after {
	content: "";
	top: -15px;
	bottom: -15px;
	left: -15px;
	right: -15px;
	position: absolute;
	border: 1px solid #b99564;
	z-index:  0;
}
.hero-imagebox figure figcaption h3 {
	font-family: "essonnes-display",serif;
	font-style: italic;
	font-weight: 400;
	font-size: 55px;
	line-height: 1;
	color: #000f47;
	margin: 0 0 30px;
	position:  relative;
	z-index:  2;
}
.hero-imagebox figure figcaption .hero-accent {
	margin-bottom: 30px;
}
.hero-imagebox figure figcaption .hero-accent:before {
	content: url(/includes/public/assets/images/caption-accent.png);
	margin-bottom: 30px;
}
.hero-imagebox figure figcaption p {
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.3;
	color: #000f47;
	text-transform: uppercase;
	padding:  0 45px;
	margin-bottom: 30px;
}
.hero-imagebox figure figcaption .sh-more-link {
	width: 81px;
	height: 37px;
	background-color: #b99564;
	font-size: 19px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position:  relative;
	z-index:  2;
}
@media only screen and (max-width: 64em) {
	.hero-imagebox figure figcaption {
		position: relative;
		left: 50%;
		max-width: 100%;
		transform: translateX(-50%);
		width: 600px;
		padding: 33px 25px 5px;
	}
	.hero-imagebox figure figcaption .hero-accent {
		display: none;
	}
}
@media only screen and (max-width: 40em) {
	.hero-imagebox {
		margin-bottom: 50px;
	}
	.hero-imagebox figure figcaption {
		width: calc(100% - 60px);
		padding: 25px 25px 25px;
		bottom: 23px;
	}
	.hero-imagebox figure figcaption h3 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.hero-imagebox figure figcaption p {
		display: none;
	}
	.hero-imagebox figure figcaption .sh-more-link {
		width: 66px;
		height: 30px;
	}
	.hero-imagebox figure .sh-play-link {
		font-size: 64px;
	}
	.hero-imagebox figure figcaption::after {
		top: -13px;
		bottom: -13px;
		left: -13px;
		right: -13px;
	}
}