.eventsContainer .noEvents { text-align: center; font-size: 38px;padding: 100px 0; }
.eventsContainer h3 {
	color: #6f6f6f;	
}

.eventsContainer .dateInfo {
	margin-bottom: 65px;
}

.eventsContainer .pagingContainerFooter {
	padding: 30px 0;
}

/*Events select and form styling*/

.eventsFormContainer select,
.eventsFormContainer .form-basic input[type=text] {
    color: #40b0c3;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}
.eventsContainer.eventDetails .meta {
    font-family: "Lato", sans-serif;
    color: #606060;
}
.eventsContainer.eventDetails span.date {
    font-weight: 700;
}

.eventsFormContainer form.form-basic select {
	background-image: url("/includes/public/img/listing/downarrow.png");
	background-size: 14px 8px;
}



/*** Mobile ***/
@media only screen and (max-width: 641px) {
}