.hero-image-wrapper {
	height: 677px;
	margin-bottom: 0;
	background-image: url('/virtual-hearings/images/new-york-court-of-appeals-building.jpg');
    background-position: center center;
    background-size: cover;
}
.hero-image-wrapper-color {
	position: relative;
	float: left;
    width: 100%;
	height: 677px;
    left: 0;
    margin: 0 auto;
	background: linear-gradient(135deg, rgba(18,69,77,0.9), rgba(18,69,77,0.9));
	z-index: 1;
}
.article-body {
	margin: 0 auto;
    padding: 0;
	color: #fff;
	height: 677px;
	float: none;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.article-body p {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}
.article-body a {
	display: inline-block;
    border-bottom: 1px dotted;
    cursor: pointer;
    /*opacity: 0.5;*/
    color: #f2a900;
	text-decoration: none;
	/*transition: all 0.2s ease-in-out;*/
}
.article-body h1 {
	font-size: 48px;
	line-height: 52.8px;
	margin: 0 0 32px 0;
	font-family: 'ProximaNovaExtraBold', Arial, sans-serif;
	font-weight: normal;
}
.article-body h2 {
	color: #f2a900;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.32px;
	margin: 0 0 6px 0;
	font-family: 'Proxima Nova', Arial, sans-serif;
	font-weight: bold;
}
.figure {
	margin: 32px 0;
	text-align: left;
}
.vhc-button-box {
    margin: 32px 0 0 0;
	justify-content: initial;
}
.vhc-button-box a {
	text-decoration: none;
	background-color: #D5820D;
    border: 1px solid #D5820D;
	color: #fff;
	font-family: 'Proxima Nova', Arial, sans-serif;
	font-weight: bold;
}
.vhc-button-box a:hover {
	background-color: #a96609;
    border: 1px solid #a96609;
}

@media screen and (max-width: 767px) {
	.article-body {
		padding: 4rem 8%;
	}
}
@media screen and (max-width: 479px) {
	.hero-image-wrapper {
		height: 800px;
	}
	.hero-image-wrapper-color {
		height: 800px;
	}
	.article-body {
		height: 800px;
	}
}