.grid-item { 
	width: 234px; 
	margin-bottom: 42px;

}
.grid-item--width2 { 
	width: 468px; 
}

.eventInfoPanel {
 	background-color: #fff;
 	padding:20px;
}

.eventTitle {
	color: #333 !important;
    font-family: 'Gotham SSm 8r','Gotham SSm A','Gotham SSm B';
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.eventDate, .eventTime, .eventLocation, .eventRoom {
	color: #8d8d8d !important;
	line-height: 18px;
	margin:0;
	font-family: 'Gotham SSm 8r','Gotham SSm A','Gotham SSm B';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.eventTitle a {
	color: #333;
}

.eventImage {
    margin-bottom:-.8rem;
}