.columns--alt {
	padding: 0;
}

.columns--alt-left {
	padding-left: 0;
}

.columns--alt-right {
	padding-right: 0;
}



h2 {
	margin: 20px 0 0 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-family: 'ProximaNovaExtraBold', Arial, sans-serif;
	font-weight: normal;
	color: #007481;
}

h3 {
	margin: 20px 0 0 0;
	display: inline-block;
	width: 100%;
	text-align: left;
}

header {
	font-family: 'Proxima Nova', Arial, sans-serif;
}

hr {
    margin-top: 3em;
}

.article-body {
	padding: 0 8%;
	font-family: 'Proxima Nova', Arial, sans-serif;
	float: left;
	font-size: 1.1em;
	line-height: 1.7em;
}

.article-body .row {
	float: left;
	width: 100%;
}

.nygov-style {
	font-size: 2em;
	color: #000;
}

.nygov-style-2 {
	font-size: 1.5em;
	color: #000;
}

.video-wrapper {
	margin: 1em 0;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 56.25%;
	overflow: hidden;
}

.video-wrapper iframe {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}

iframe.video-screenshot {
	display: inline-block;
	width: 100%;
	max-width: 640px;
	margin: 1em 0;
}

.figure {
	margin: 20px 0;
	text-align: center;
}

.figure-caption {
	font-size: 90%;
	font-style: italic;
	margin: 1em 0 0 0;
}

.hearing-notice {
	max-width: 100%;
	max-height: 600px;
	border: 1px solid #999;
}

.hearing-notice--alt {
	border: 0;
}

.vhc-alert-box {
	margin: 20px 0;
	font-weight: bold;
	border-color: #F2A900;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.vhc-alert-box .fi-alert {
	font-size: 3em;
	padding-right: 15px;
    color: #F2A900;
}

.vhc-alert-box .alert-text {
}

.vhc-button-box {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.vhc-button-box a {
	padding-top: 5px;
    padding-bottom: 5px;
    height: 55px;
	width: auto;
	display: inline-block;
	line-height: 53px;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    background-color: #24387e;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    position: relative;
}

.vhc-button-box a:hover {
	background-color: #1B2A5E;
}

.hero-image-wrapper {
	display: block;
	width: 100%;
	height: 310px; /* was 510px */
	background-color: #eee;
	margin-bottom: 0.9375em;
	overflow: hidden;
}

.hero-headline-wrapper {
	position: relative;
	float: left;
    width: 100%;
	height: 310px; /* was 510px */
    left: 0;
    margin: 0 auto;
	background-color: transparent;
	background: linear-gradient(135deg, #000, transparent);
	background: linear-gradient(135deg, rgba(0,0,0,0.9), transparent);
	z-index: 1;
	text-align: center;
}

.hero-headline {
	display: inline-block;
	width: 85%;
	z-index: 2;
	margin: auto 0;
}

.hero-headline h1 {
	font-size: 48px;
    line-height: 54px;
	color: #fff;
	z-index: 3;
	margin-top: 60px;
    margin-bottom: 0.83em;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-family: 'ProximaNovaExtraBold', Arial, sans-serif;
}

.hero-button {
    display: block;
	text-align: left;
}

.hero-button a {
	padding-top: 5px;
    padding-bottom: 5px;
    height: 55px;
	width: auto;
	display: inline-block;
	line-height: 53px;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
    border: 1px solid;
    border-color: rgba(255,255,255,0.7);
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    position: relative;
}

.hero-button a:hover {
	background-color: rgba(0,0,0,0.8);
}

.hero-image {
	position: relative;
	width: 100%;
    height: 100%;
}

.hero-image-vhc {
	width: 100%;
    height: 100%;
    background: transparent url('/virtual-hearings/images/new-york-court-of-appeals-building.jpg') no-repeat center;
    background-size: 100%;
	position: relative;
}

.vote-image-container {
	display: inline-block;
}

.vote-image-container-image {
	width: 100%;
	max-width: 300px;
}

a.back-link {
	font-size: 0.75em;
	text-decoration: none;
	color: #24387e;
	text-transform: uppercase;
}

a.back-link:hover {
	text-decoration: underline;
}

a.back-link i {
	padding-right: 0.25em;
}

.support-box {
	margin-bottom: 1em;
	padding: 0.5em;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.support-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
}

.support-row-header {
	background-color: #444;
}

.support-row-header .support-cell {
	color: #fff;
}

.support-row--alt {
	background-color: #eee;
}

.support-cell {
	width: 50%;
	padding: 0.5em;
	border: 1px solid #fff;
}

.bigger-text {
	font-size: 125%;
}

.vh-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
}

.vh-footer-item {
	width: 100%;
	text-align: center;
	padding: 0.5em;
}

.vh-footer-item-single {
	width: 100%;
}

/* single-column */

.nygov-style-content {
	width: 100%;
	max-width: 780px;
	padding: 0;
	float: none;
	margin: 0 auto;
	text-align: left;
}

.article-body {
	width: 100%;
}

.vhc-app-promo {
    text-align: center;
    margin: 3em 0;
}

.image-link {
    display: inline-block;
}

@media screen and (max-width: 1023px) {
	.columns--alt-left-medium {
		padding-right: 0;
	}
	
	.columns--alt-right-medium {
		padding-left: 0;
	}
	
	.hero-image-vhc {
		width: 125%;
		height: 125%;
		top: -12.5%;
		left: -12.5%;
	}
	
	.hero-headline {
		width: 100%;
		padding: 0 30px;
	}
	
	.pageBody {
		width: 100%;
		margin: auto;
		padding: 0 0.9375rem;
		min-width: 100%;
	}
	
	#pageContent {
		min-width: 100%;
	}
	
	#mainContentDiv {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.hero-image-wrapper {
		height: 300px;
	}
	
	.hero-headline span {
		font-size: 36px;
		line-height: 40.5px;
	}
	
	.hero-headline h1 {
		margin-top: 30px;
		font-size: 200%;
	}
	
	.hero-button a {
		margin-top: 6px;
		font-size: 70%;
	}
	
	.vhc-button-box a {
		font-size: 70%;
	}
	
	.pageBody {
		width: 100%;
		margin: auto;
		padding: 0 0.9375rem;
		min-width: 100%;
	}
	
	#mainContentDiv {
		width: 100%;
		padding: 0;
	}
	
	#pageContent {
		min-width: 100%;
	}
	
	.support-box {
		padding: 0.25em;
	}
	
	.support-row .support-cell {
		font-size: 0.90em;
		padding: 0.25em;
	}
	
	.vh-footer {
		display: block;
	}
	
	.vh-footer-item {
		width: 100%;
	}
	
	.vh-footer .separator {
		display: none;
	}

	.vh-footer .split {
		display: block;
	}
}
@media screen and (max-width: 639px) {
	.columns--alt, .columns--alt-left, .columns--alt-right {
		padding: 0;
	}
}
@media screen and (max-width: 479px) {
	h2 {
		margin: 20px 0 0 0;
	}
	
	.hero-image-wrapper {
		height: 250px;
	}
	
	.nygov-style {
		font-size: 1.75em;
	}
	
	.nygov-style-2 {
		font-size: 1.25em;
	}
}
@media screen and (max-width: 359px) {
	.hero-image-vhc {
		width: 155%;
		height: 155%;
		top: -27.5%;
		left: -27.5%;
	}
	
	.hero-headline h1 {
		margin-top: 38px;
		line-height: 1.2;
	}
	
	.hero-headline span {
		font-size: 27px;
		line-height: 30.4px;
	}
	
	.vhc-alert-box {
		flex-direction: column;
	}
	
	.vhc-alert-box .fi-alert {
		padding-right: 0;
	}
	
	.vhc-alert-box .alert-text {
		margin-bottom: 0;
		text-align: center;
	}
}
@media screen and (max-width: 299px) {
	.hero-image-vhc {
		width: 200%;
		height: 200%;
		top: -50%;
		left: -50%;
	}
}
.marginLeft5pct{
margin-left: 5%;
}
.pcenter
 {
	text-align: center;
}
.hidden
{
font-size:.25em;
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}