#content 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;
}

#content h3 {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.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-center-box {
    text-align: center;
    padding-top: 30px;
}


.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 .fas.fa-exclamation-triangle {
    font-size: 3em;
    padding-right: 15px;
    color: #F2A900;
}

.vhc-alert-box .alert-text {}

.vote-box img {
    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;
}

.vhc-app-promo {
    text-align: center;
    background-color: #007481;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    color: #ffffff;
    margin: auto;
    width: 100%;
    max-width: 150px;
}

.vhc-app-promo-left {
    text-align: center;
    background-color: #007481;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    color: #ffffff;
    width: 100%;
    max-width: 150px;
}

.vhc-app-promo img, .vhc-app-promo-left img {
    width: 100%;
}

.vhbutton {
    background-color:#F7A800; 
    color:#000000; 
    border: 1px solid #007481;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #007481;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    text-transform: uppercase;
    padding: 18px 20px;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 13px;
    margin: 0 1em 1em 0;
    display: inline-block;
    text-align: center;
    width: auto;
    transition: none;
}

.vhbutton:hover,
.vhbutton:focus {
    background-color: #007481;
    color: #ffffff;
}


/* vhc-note */
.vhc-note {
	border: 1px solid #ffffff;
	border-radius: 1em;/* was 10px */
	background-color: #B52C2C;
	padding: 0 1em;
	font-family: 'Proxima Nova Regular', Arial, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
}


@media only screen and (max-width: 480px){
.vhbutton {
    display: block;
    padding: 25px;
    margin: 0 0 1em 0;
}
}

@media screen and (max-width: 359px) {
    .vhc-alert-box {
        flex-direction: column;
    }
    
    .vhc-alert-box .fas.fa-exclamation-triangle {
        padding-right: 0;
    }
    
    .vhc-alert-box .alert-text {
        margin-bottom: 0;
        text-align: center;
    }
}