@media (max-width: 1280px) {
	#headerRightBox > [onclick^="navOpen("], 
	#headerRightBox > [onclick*=" navOpen("] { display: inline-block; }
}
.event-details {
	text-align: left;
	padding-bottom: 24px;
	border-bottom: 3px double #ccc;
	margin-bottom: 24px;
}
.eventsList .event-details { 
	display: inline-block; 
	vertical-align: top; 
	font-size: 12px;
	border: 0;
	font-size: 0.88em;
	padding: 3px;
	margin-bottom: 12px;
}

.eventsList h2 { font-family: "Oswald"; font-weight: 400; margin-bottom: 12px; }

.eventsList .event-image { 
	display: inline-block;
	vertical-align: top; 
	width: 164px; 
}
.eventsList > p { color: #565656; margin-bottom: 0; }

.event-details span { display: block; }
.event-details span::before { 
	display: inline-block; 
	width:1.75em; 
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal; 
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.event-details-location::before { content: '\e948'; }
.event-details-phone::before 		{ content: '\e958'; }
.event-details-email::before 		{ content: '\ea84'; }
.event-details-website::before 	{ content: '\e9ca'; }
/* Dates can have multiple entries; we only want the label on the first one */
.event-details-dates::before 		{ content: ''; }
.event-details-dates:first-of-type::before { content: '\e953'; }

.event-description-more-link { font-style: italic; }

.event-calendar thead { text-align: center; }

.event-calendar-legend {
	text-align: left;
	border-bottom: 3px double #ccc;
	width: 100%;
	padding: 12px;
	margin-bottom: 24px;
}

.event-add-button {
	display: block;
	border: 1px solid #ccc;
	background-color: #fbfbfb;
	margin-top: 24px;
	padding: 8px;
	text-transform: uppercase;
}
.event-add-button:hover {
	text-decoration: none;
	border-color: #8e8e8e;
	background-color: #ccc;
}

form.add-event { text-align: left; }
.add-event label { display: block;  font-weight: 600; }
.add-event input:not([type="submit"]), textarea { width: 100%; margin-bottom: 12px; }
.add-event .dates { display: inline-block; width: 48.5%; }
.add-event .dates:nth-of-type(2) { text-align: right; }
.add-event .dates input { width: 48%; }
.add-event label > span { color: #c70000; font-size: 0.85em; }

.event-form-field-error { border: 2px solid #bb0204; }

/* EventListings */

.eventsListings { text-align: left; }
.eventListing { border-bottom: 1px solid #efefef; padding: 20px; }
.eventListing .eventListingImage { display: inline-block; vertical-align: top; width: 164px; }

.eventListingDetails { text-align: left; padding-bottom: 24px; border-bottom: 3px double #ccc; margin-bottom: 24px; }
.eventListing .eventListingDetails { display: inline-block; vertical-align: top; font-size: 12px; border: 0; font-size: 0.88em; padding: 3px; margin-bottom: 12px; }

.eventListingDetails span { display: block; }
.eventListingDetails span::before { display: inline-block; width:1.75em; font-family: 'icomoon' !important; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.eventListingDetailsLocation::before { content: '\e948'; }
.eventListingDetailsPhone::before 		{ content: '\e958'; }
.eventListingDetailsEmail::before 		{ content: '\ea84'; }
.eventListingDetailsWebsite::before 	{ content: '\e9ca'; }
/* Dates can have multiple entries; we only want the label on the first one */
.eventListingDate::before 		{ content: ''; }
.eventListingDate:first-of-type::before { content: '\e953'; }
.eventListing > p { color: #565656; margin-bottom: 0; }
.eventListing h2 { font-family: "Oswald"; font-weight: 400; margin-bottom: 12px; }
