body.single-vh_event #content {
padding-top: 40px;
padding-bottom: 40px;
}

.fox-bottom-content-section {padding-bottom: 80px;}

.vh-events-container {
max-width: 1200px;
margin: 0 auto;
padding: 10px;
}

.vh-event-card:first-child {border-top: none;}

.vh-event-card {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
padding: 40px 0;
}

.vh-event-img-wrapper {
width: 30%;
padding-right: 40px;
}

.vh-event-img-wrapper img {
border-left: 6px solid #f15a29;
width: 100%;
}

.vh-event-info-wrapper {width: 70%;}

.vh-event-name {
font-size: 2.5rem;
line-height: 1.2;
margin-bottom: 15px;
}

.vh-event-name a {
color: #194784;
text-decoration: none;
}

.vh-event-name a:hover {text-decoration: underline;}

.vh-event-deets {
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 15px;
}

.vh-event-excerpt {
font-size: 1.5rem;
line-height: 1.3;
}

.vh-event-link {
font-size: 1.5rem;
line-height: 1.3;
margin: 0;
}

.vh-event-link a {
color: #194784;
text-decoration: none;
}

.vh-event-link a:hover {
color: #194784;
text-decoration: underline;
}
