/* small */
@media all {
	.content .panel_bottom {
		background-color: #fff;
	}
	.content .intro_content {
		height: 375px; /* necessary to position the lower elements below the header image */
		padding-top: 120px;
	}
			.content .intro_content .contentRender h1 {
				font-weight: bold;
				font-size: 18px;
				line-height: 20px;
				color: #fff;
				font-family: Oswald, sans-serif;
				text-transform: uppercase;
			}
			.content .intro_content .contentRender h2 {
				font-weight: lighter;
				font-size: 18px;
				line-height: 20px;
				color: #fff;
				font-family: Oswald, sans-serif;
				text-transform: uppercase;
			}
			.content .intro_content .contentRender p {
				font-size: 14px;
				font-weight: lighter;
				color: #fff;
				font-family: Oswald, sans-serif; 
			}
		.content .panel_bottom {
			padding-left: 0 !important;
			padding-right: 0 !important;
			padding-bottom: 60px;
		}
	/* begin: selects, inputs, datepickers */
	select, input[type="text"], textarea {
		font-family: Oswald, sans-serif;
		font-weight: 300;
		font-size: 14px;
		display: inline-block;
		padding: 0.2rem;
		height: 37px;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		padding: 5px;
		margin: 0;
	}
	select {
		background-image: url(/includes/public/assets/images/selectArrow.png);
		background-position: 95% 50%;
		background-repeat: no-repeat;
	}
	.eventsFilterSortby select {
		display: inline-block;
		width: 100px;
		height: 30px;
		padding: 0.2rem;
		background-color: #fff;
		color: rgb(0,161,186);
		background-image: url(/includes/public/assets/images/selectArrow.png);
		background-repeat: no-repeat;
		background-position: 95% 50%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-color: rgb(0, 161, 186);
		padding: 5px;
		margin-left: 8px;
	}
	.eventsFilterSortby option {
		background-color: transparent !important;
		color: rgb(0,161,186);
		margin: 0;
		padding-top: 2px;
		padding-bottom: 2px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		font-family: Oswald, sans-serif;
		font-weight: 300;
		font-size: 14px;
		-webkit-appearance: none;
		-moz-appearance: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-webkit-padding-end: 20px;
		-moz-padding-end: 20px;
		-webkit-padding-start: 2px;
		-moz-padding-start: 2px;
	}

	input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, 
	input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, 
	input[type="color"]:focus , textarea:focus {
		background-color: transparent;
	}
	/* end: selects, inputs, datepickers */

	.small-text-right {
		background: transparent;
	}
	img.eventImage {
		width: 100%;
		margin-top: 5px;
	}
	.eventsContainer {
		color: rgb(24,32,42);
		margin-bottom: 40px;
	}
		.eventsContainer select,
		.eventsContainer select:focus,
		.eventsContainer select:hover,
		.eventsContainer input[type="text"],
		.eventsContainer input[type="text"]:focus,
		.eventsContainer input[type="text"]:hover {
			display: inline-block;
			padding: 0.2rem;
			height: 35px;
			cursor: pointer;
			font-family: Oswald, sans-serif;
			font-weight: 300;
			font-size: 14px;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			box-shadow: none;
			padding: 5px;
			background-color: #fff;
		}
		.eventsContainer option {
			background-color: #fff;
		}
		.eventsContainer h1,
		.eventsContainer h2, 
		.eventsContainer h3, 
		.eventsContainer h4, 
		.eventsContainer h5, 
		.eventsContainer h6, 
		.eventsContainer p, 
		.eventsContainer label {
			font-family: Oswald, sans-serif;
		}
		.eventsContainer .items h1, 
		.eventsContainer .items h2, 
		.eventsContainer .items h3, 
		.eventsContainer .items h4, 
		.eventsContainer .items h5, 
		.eventsContainer .items h6, 
		.eventsContainer .items p, 
		.eventsContainer .items label{
			color: rgb(24,32,42);
		}
		.eventsContainer select:hover {
			background-color: #fff;
			border-color: rgb(48, 185, 216);
		}
		.eventsContainer .eventsFormContainer.hidden {
			display: none;
		}
		.eventsContainer .items {
			padding-top: 10px;
		}
		.eventsContainer .noResults {
			font-size: 20px;
			text-align: center;
		}
		.eventsContainer .dataField input {
			background-image: url(/includes/public/assets/images/iconCalBlack.png);
			background-repeat: no-repeat;
			background-position: 95% center;
			background-color: rgb(0, 110, 135);
		}
		.eventsContainer a {
			color: #008CBA;
			line-height: 22px;
		}
		.eventsContainer a:hover, .detailPanes a:hover, .eventsFilterPagination, .eventsList .contactInfo .readMore:hover, .detailPanes p {
			color: rgb(24,32,42);
		}
		.eventsContainer .gMapHolder {
			height: 400px;
			margin-bottom: 15px;
		}
		.eventsContainer .rssLink {
			float: right;
			font-size: 22px;
		}
		.eventsContainer .eventsPrintLink {
			font-size: 22px;
		}
	.eventOverview {
		padding-left: 10px;
	}
		.eventOverview .columns {
			padding-right: .2rem;
		}
		.eventOverview .infoBox {
			height: 60px;
			line-height: 14px;
			padding: 12px;
			background-color: rgb(24,32,42);
			color: #fff;
		}
		.eventOverview .infoBox a {
			color: #fff;
			line-height: 14px;
		}
		.eventOverview .infoBox a:hover {
			color: rgb(0, 161, 168);
		}
		.eventOverview .itemDesc {
			padding-left: 10px !important;
		}
		/*.eventOverview .itemDesc .dateRange {
			font-weight: bold;
		}*/
		.eventsContainer .eventsFormContainer {
			left: 0;
		}
			.eventsFormContainer .eventsSearchForm {
				z-index: 9;
				position: relative;
				display: inline-block;
				font-family: Oswald, sans-serif;
			}
			.eventsSearchForm .row {
			}
			.eventsSearchForm .row:first-child {
				padding-top: 0;
			}
				.eventsSearchForm .row .columns.small-5, .eventsSearchForm .row .columns.small-10 {
					margin-right: 10px;
				}
			.eventsSearchForm .title .top, .eventsSearchForm .title .bottom {
				font-size: 22px;
				line-height: 24px;
				text-transform: uppercase;
				color: #fff;
				font-family: Oswald, sans-serif;
			}
			.eventsSearchForm .title .top {
				font-style: italic;
				font-weight: 300;
				padding: 10px 0 0 12px;
			}
			.eventsSearchForm .title .bottom {
				font-style: normal;
				font-weight: 200;
				padding: 2px 0 10px 12px;
			}
			.eventsSearchForm input.datepicker {
				background-image: url(/includes/public/assets/images/iconCalBlack.png);
				background-repeat: no-repeat;
				background-position: 95% center;
				background-color: #fff;
			}
			.eventsSearchForm label {
				color: rgb(24,32,42);
				text-transform: uppercase;
			}
			.eventsSearchForm .filterLabel {
				padding-top: 10px;
			}
			.eventsSearchForm input[type="text"],
			.eventsSearchForm input[type="text"]:focus,
			.eventsSearchForm input[type="text"]:hover,
			.eventsSearchForm select,
			.eventsSearchForm select:focus,
			.eventsSearchForm select:hover {
				color: rgb(24,32,42);
				background-color: transparent;
				border-color: rgb(48, 185, 216);
			}
			.eventsSearchForm select,
			.eventsSearchForm select:focus,
			.eventsSearchForm select:hover {
				background-image: url(/includes/public/assets/images/selectArrow.png);
				background-repeat: no-repeat;
				background-position: 95% 50%;
			}
			.eventsSearchForm input[type="text"].keyword {
				cursor: text;
			}
			.eventsSearchForm ul.timeWindow {
				margin: 15px 0;
				padding: 0;
				text-align: center;
				list-style: none;
			}
				.eventsSearchForm ul.timeWindow li {
					display: inline-block;
					margin-right: 20px;
					text-transform: uppercase;
					font-family: Oswald, sans-serif; 
					font-weight: 300;
					font-size: 14px;
				}
				.eventsSearchForm ul.timeWindow li:last-child {
					margin-right: 0;
				}
				.eventsSearchForm ul.timeWindow li > a {
					font-size: 24px;
				}
				.eventsSearchForm ul.timeWindow li > a.active {
					font-size: 26px;
					color: #fff;
					font-family: Oswald, sans-serif; 
					font-weight: 300;
				}
			.eventsSearchForm .searchbutton {
				text-align: right;
				max-width: 80px;
			}
				.eventsSearchForm .searchbutton input.submitSearch[type="submit"] {
					background-color: rgb(48, 185, 216);
					background-image: url(/includes/public/assets/images/pointRight.png);
					background-position: 15px center;
					background-repeat: no-repeat;
					border: medium none;
					font-size: 0;
					font-style: italic;
					font-weight: 100;
					height: 35px;
					letter-spacing: 1px;
					margin: 21px 0 0 0;
					padding: 9px 6px 6px 15px;
					text-transform: uppercase;
					width: 35px;
				}
	.refreshButton {
		display: block;
		height: 25px;
		width: 25px;
		background-color: rgba(0, 0, 0, 0);
		background-image: url(/includes/public/assets/images/arrowRefreshBlack.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.moreArrow {
		float: right;
		padding-right: 25px;
		background-image: url(/includes/public/assets/images/blueThinArrow.png);
		background-repeat: no-repeat;
		width: 14px;
		height: 12px;
	}
	.linkArrow {
		background-color: rgba(0, 0, 0, 0);
		background-image: url(/includes/public/assets/images/pointRight.png);
		background-position: right center;
		background-repeat: no-repeat;
		display: inline-block;
		height: 13px;
		position: relative;
		top: 2px;
		width: 8px;
	}
	.eventsFilterMap {}
		.eventsFilterMap .showGMap span {
			text-transform: uppercase;
			font-size: 15px;
			font-weight: bold;
			background: url(/includes/public/assets/images/mapPin.png) no-repeat;
			padding-left: 30px;
			padding-top: 3px;
			margin-top: 4px;
			color: #000;
			cursor: pointer;
			height: 33px;
			display: inline-block;
		}
		.eventsFilterMap .showGMap .isOpen {
			display: none;
		}
	.eventsFilterPageSize {
		/*margin-top:-30px;*/
		padding-left: 15px;
		float:left !important;
	}
		.eventsFilterPageSize label {
			display: inline-block;
			font-size: 13px;
			font-weight: 300;
			padding-right: 10px;
			cursor: default;
			margin: 15px 0 0 10px;
		}
		.eventsFilterPageSize select,
		.eventsFilterPageSize select:focus,
		.eventsFilterPageSize select:hover {
			width: 65px;
			height: 30px;
			color: rgb(0,161,186);
			background-color: transparent;
			background-image: url(/includes/public/assets/images/selectArrow.png);
			background-repeat: no-repeat;
			background-position: 90% 50%;
			border-color: rgb(0, 161, 186);
		}
	.eventsFilterSortby {
	}
		.eventsFilterSortby label {
			display: inline-block;
			font-size: 13px;
			font-weight: 300;
			padding-right: 3px;
			cursor: default;
			margin: 15px 0 0 10px;
		}
		.eventsFilterSortby select,
		.eventsFilterSortby select:focus,
		.eventsFilterSortby select:hover {
			width: 100px;
			height: 30px;
			color: rgb(0,161,186);
			background-color: transparent;
			background-image: url(/includes/public/assets/images/selectArrow.png);
			background-repeat: no-repeat;
			background-position: 95% 50%;
			border-color: rgb(0, 161, 186);
		}
	.eventsFilterPagination {
	}
		.eventsFilterPagination.results {
			margin: 0 10px;
		}
		.eventsFilterPagination .pagingButtons {
			padding-left: 10px;
		}
	.eventsList {
	}
		.eventsList > h2 {
			margin-left: 10px;
		}
		.eventsList .eventItem {
			border-bottom: 1px solid rgb(221,221,221);
			padding: 9px 0;
		}
		.eventsList .eventItem.featured {
		}
		.eventsList .eventItem span.star {
			float: right;
			background: url(/includes/public/assets/images/blueStar.png) no-repeat;
			width: 24px;
			height: 24px;
		}
		.eventsList .eventItem h3 > a {
			color: rgb(24,32,42);
			font-size: 14px;
			font-weight: 300;
			line-height: 15px;
			padding-right: 10px;
		}
		.eventsList .eventItem h3 > a:hover {
			color: rgb(0, 161, 168);
		}
		.eventsList h3 {
			color: rgb(0,144,166);
			font-size: 16px;
			line-height: 18px;
			padding-bottom: 7px;
		}
		.eventsList .contactInfo {
			font-size: 11px;
		}
		.eventsList .readMore {
			font-size: 11px;
		}
		.eventsList .readMore:after {
			content: '';
		}
		.eventsList .eventItem .detailButton {
			display: none;
			font-weight: 500;
		}
		.eventsList .eventItem .admission {
			color: rgb(0, 144, 166);
			font-size: 14px;
			line-height: 16px;
			margin: 5px 0;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.eventsList .eventItem ul {
			list-style: none;
			padding: 0;
			margin: 0px 0px 10px 0px;
			font-size: 14px;
			line-height: normal;
		}
			.eventsList .eventItem ul li {
				color: rgb(24,32,42);
				font-size: 11px;
				line-height: 12px;
			}
				.eventsList .eventItem ul li a {
					line-height: 12px;
					font-weight: 500;
				}
				.eventsList .eventItem .contactInfo .dates, .eventsList .eventItem .contactInfo .description, .eventsList .eventItem .contactInfo .location {
					display: none;
				}
	.eventsList .eventItemButtons {}
		.eventsList .eventItemButtons > div { display: inline-block; }
		.eventsList .eventItemButtons a {
			background: #fff;
			color: #000;
			border-radius: 4px;
			background-repeat: no-repeat;
			display: inline-block;
			text-transform: uppercase;
			font-size: 14px;
			padding: 7px 7px 7px 30px;
			margin-bottom: 10px;
		}
		.eventsList .eventItemButtons a.eventMapButton {
			background-image: url(/includes/public/assets/images/mapPinWhite.png);
			background-position: 7px 7px;
		}
		.eventsList .eventItemButtons a.eventBookButton {
			background-image: url(/includes/public/assets/images/plusWhite.png);
			background-position: 7px 8px;
		}
		.eventsList .eventItemButtons a.tripAdd,
		.eventsList .eventItemButtons a.tripView {
			background-image: url(/includes/public/assets/images/checkWhite.png);
			background-position: 9px 8px;
		}
		.eventsList .eventItemButtons a.tripRemove {
			padding-left: 7px;
		}

	.gMapContainer {
		margin: 40px 0;
	}

	.gMapHolder,
	.gMap {
		height: 400px;
	}

	ul#gMapTabs {
		margin: 0;
		list-style: none;
	}
		ul#gMapTabs li {
			display: inline-block;
			margin-left: 5px;
			padding-right: 6px;
			border-right: 1px solid #ff0;
		}
		ul#gMapTabs li:first-child {
			margin-left: 0;
		}
		ul#gMapTabs li:last-child {
			border-right: none;
		}
			ul#gMapTabs li > a {
				text-transform: uppercase;
				font-size: 14px;
				font-weight: bold;
			}
			ul#gMapTabs li > a.current {
				color: #000;
			}

	.infoWindow {}
		.infoWindow h5 {
			color: #000;
			font-size: 20px;
			font-weight: bold;
			font-family: Oswald, sans-serif; 
		}
		.infoWindow ul.contactInfo,
		.infoWindow ul.eventActions {
			list-style: none;
			margin: 0;
			padding: 0;
			font-family: Oswald, sans-serif; 
		}
		.infoWindow ul.eventActions {
			margin-top: 5px;
		}
		.infoWindow ul.contactInfo li,
		.infoWindow ul.eventActions li > a {
			font-size: 16px;
			font-family: Oswald, sans-serif; 
			line-height: normal;
		}
		.infoWindow .contactInfo .location {
			padding-top: 10px;
		}

	.fitlerOptions {}
		.filterOptions .nextLink {
			float: right;
		}
}
/* medium */
@media only screen and (min-width: 40.063em) {
	.content .intro_content {
		height: 600px; /* necessary to position the lower elements below the header image */
		padding-top: 105px;
	}
		.content .intro_content .contentRender {
			padding-left: 30px;
		}
			.content .intro_content .contentRender h1 {
				font-size: 30px;
				line-height: 34px;
				font-weight: lighter;
				color: #fff;
				text-transform: none;
			}
			.content .intro_content .contentRender h2 {
				font-weight: lighter;
				font-size: 18px;
				line-height: 20px;
				color: #fff;
				font-family: Oswald, sans-serif;
				text-transform: none;
			}
			.content .intro_content .contentRender p {
				width: 60%;
			}
	.small-text-right {
		background: transparent;
	}
	.eventsContainer {
		color: rgb(24,32,42);
		margin-bottom: 40px;
	}
		.eventsContainer select,
		.eventsContainer select:focus,
		.eventsContainer select:hover,
		.eventsContainer input[type="text"],
		.eventsContainer input[type="text"]:focus,
		.eventsContainer input[type="text"]:hover {
			display: inline-block;
			padding: 0.2rem;
			height: 35px;
			cursor: pointer;
			font-family: Oswald, sans-serif; 
			font-weight: 300;
			font-size: 14px;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			box-shadow: none;
			padding: 5px;
		}
		.eventsContainer .items {
		}
		.eventsContainer h1, .eventsContainer h2, .eventsContainer h3, .eventsContainer h4, .eventsContainer h5, .eventsContainer h6, .eventsContainer p {
			color: rgb(24,32,42);
		}
		.eventsContainer a {
			color: rgb(0,161,168);
			line-height: 22px;
		}
		.eventsContainer a:hover, .detailPanes a:hover, .detailPanes p {
			color: rgb(24,32,42);
		}
		.eventsContainer .gMapHolder {
			height: 400px;
			margin-bottom: 15px;
		}
		.eventsContainer .rssLink {
			float: right;
			font-size: 22px;
		}
		.eventsContainer .eventsPrintLink {
			font-size: 22px;
		}
			.eventsContainer .eventsList {
			}
				.eventsList > h2 {
					margin-left: 15px;
				}
				.eventsList .infoBox {
					height: 60px;
					font-size: 14px;
					line-height: 14px;
					padding: 12px;
					background-color: rgb(24,32,42);
					color: #fff;
				}
				.eventsList .eventItem .admission {
					display: block;
					border-bottom: 1px solid rgb(0, 144, 166);
					margin: 0 0 16px 0;
					padding: 0 0 16px 0;
					color: rgb(0,144,166);
					font-size: 22px;
					line-height: 24px;
					max-width: 80%;
					text-overflow: unset;
					white-space: normal;
				}
				.eventsList .eventItem ul {
					list-style: none;
					padding: 0;
					margin: 0px 0px 10px 0px;
					font-size: 14px;
					line-height: normal;
				}
					.eventsList .eventItem ul li {
						color: rgb(24,32,42);
						font-size: 14px;
						line-height: 14px;
						padding-top: 5px;
					}
						.eventsList .eventItem .contactInfo .dates, .eventsList .eventItem .contactInfo .location {
							display: block;
						}
						.eventsList .eventItem .contactInfo .location a {
							color: rgb(24, 32, 42);
						}
							.eventsList .eventItem .contactInfo .location a:hover {
								color: rgb(0, 161, 168)
							}
						.eventsList .eventItem .contactInfo .description {
							display: block;
							color: rgb(24, 32, 42);
							padding-top: 15px;
							font-size: 14px;
							line-height: 16px;
						}
						.eventsList .eventItem .contactInfo .description p {
							color: #fff;
						}
					.eventsList .eventItem .detailButton {
						display: block;
						width: 125px;
						height: 35px;
						background-color: rgb(24,32,42);
						color: #fff;
						line-height: 18px;
						margin-top: 5px;
						padding: 8px 1px 8px 6px;
						font-size: 14px;
						font-style: italic;
						text-transform: uppercase;
					}
					.eventsList .detailButton:hover {
						background-color: #323A44;
					}
		.eventsContainer .eventsFormContainer {
			text-align: center;
		}
			.eventsFormContainer .eventsSearchForm {
				text-align: left;
				padding: 0;
			}
				.eventsSearchForm .row {
					padding-bottom: 10px;
				}
				.eventsSearchForm .row:first-child {
					padding-bottom: 0;
				}
					.eventsSearchForm .row .columns.small-5 {
						margin-right: 0;
					}
					.eventsSearchForm .row .columns.large-5 {
						margin-right: 10px;
					}
				.eventsSearchForm .title .top, .eventsSearchForm .title .bottom {
					font-size: 22px;
					line-height: 24px;
					text-transform: uppercase;
				}
				.eventsSearchForm .title .top {
					font-style: italic;
					font-weight: 300;
					padding: 10px 0 0 12px;
				}
				.eventsSearchForm .title .bottom {
					font-style: normal;
					font-weight: 200;
					padding: 2px 0 10px 12px;
				}
				.eventsSearchForm input[type="text"].keyword {
					margin-top: 0;
					cursor: text;
				}
				.eventsSearchForm .searchbutton {
					text-align: center;
				}
					.eventsSearchForm .searchbutton input.submitSearch[type="submit"] {
						background-position: 70px center;
						font-size: 13px;
						padding: 6px 12px 6px 2px;
						width: 85px;
					}

	.eventsFilterMap {}
		.eventsFilterMap .showGMap span {
			text-transform: uppercase;
			font-size: 15px;
			font-weight: bold;
			background: url(/includes/public/assets/images/mapPin.png) no-repeat;
			padding-left: 30px;
			padding-top: 3px;
			margin-top: 4px;
			color: #000;
			cursor: pointer;
			height: 33px;
			display: inline-block;
		}
		.eventsFilterMap .showGMap .isOpen {
			display: none;
		}
	.eventsFilterPageSize {
		float:right !important;
	}
		.eventsFilterPageSize select,
		.eventsFilterPageSize select:focus,
		.eventsFilterPageSize select:hover {
			width: 65px;
			height: 30px;
			color: rgb(0,161,186);
			background-color: transparent;
			background-image: url(/includes/public/assets/images/selectArrow.png);
			background-repeat: no-repeat;
			background-position: 90% 50%;
			border-color: rgb(0, 161, 186);
		}

	.eventsFilterSortby {
		padding:0 !important;
	}
		.eventsFilterSortby select,
		.eventsFilterSortby select:focus,
		.eventsFilterSortby select:hover {
			width: 100px;
			height: 30px;
			color: rgb(0,161,186);
			background-color: transparent;
			background-image: url(/includes/public/assets/images/selectArrow.png);
			background-repeat: no-repeat;
			background-position: 95% 50%;
			border-color: rgb(0, 161, 186);
		}
	.eventsFilterPagination {
		display: block;
		margin-top: 15px;
	}
		.eventsFilterPagination.results {
		    margin: 15px 0 0 0;
		}
		.eventsFilterPagination .pageSelect {
			float:right;
		}
		.eventsFilterPagination .filterShowing {
			margin-left: 10px;
			float: left;
			width: 100%;
		}
		.eventsFilterPagination a,
		.eventsFilterPagination span {
			display: inline-block;
			margin-right: 2px;
			height: 14px;
			font-size: 13px;
			font-family: Oswald, sans-serif; 
			font-weight: 300;
		}
		.eventsFilterPagination.bottom {
			margin-top: 15px;
		}
		.eventsFilterPagination .pagingButtons .pagingFilter {
			margin: 0 auto;
			text-align: center;
		}
		.eventsFilterPagination .pagingButtons .pagingFilter a {
			color: rgb(0,127,153);
		}
		.eventsFilterPagination .pagingButtons .pagingFilter a:last-of-type {
			margin-right: 0;
		}
		.eventsFilterPagination .pagingButtons .pagingFilter a.disabled {
			cursor: default;
			color: rgb(24,32,42);
		}
		.eventsFilterPagination .pagingButtons .pagingFilter a.previousEnd.disabled,
		.eventsFilterPagination .pagingButtons .pagingFilter a.nextEnd.disabled {
			display: none;
		}
		.pagingButtons .pagingFilter a:hover {
			color: rgb(24,32,42);
		}
	.eventsList {
	}
		.eventsList .eventItem {
			border-bottom: 1px solid rgb(221,221,221);
			padding: 35px 0;
			margin: 0 10px;
		}
		.eventsList .eventItem.featured {
		}
		.eventsList .eventItem span.star {
			float: right;
			background: url(/includes/public/assets/images/blueStar.png) no-repeat;
			width: 24px;
			height: 24px;
		}

		.eventsList .eventItem h3 > a {
			color: rgb(24,32,42);
			font-size: 22px;
		}
		.eventsList .eventItem h3 > a:hover {
			color: rgb(0, 161, 168);
		}
		.eventsList h3 {
			color: rgb(0,144,166);
			font-size: 30px;
			line-height: 20px;
		}
		.eventsList .contactInfo {
			font-size: 15px;
		}
		.eventsList .readMore {
			color: rgb(0, 161, 168);
			font-size: 13px;
		}
		.eventsList .readMore:before {
			content: 'Read More';
		}
			.moreArrow {
				display: inline-block;
				float: none;
				padding: 0;
				background-image: url(/includes/public/assets/images/rightArrowBlue.png);
				background-position: center bottom;
				background-repeat: no-repeat;
				background-color: transparent;
			}

	.eventsList .eventItemButtons {}
		.eventsList .eventItemButtons > div { display: inline-block; }
		.eventsList .eventItemButtons a {
			background: #fff;
			color: #000;
			border-radius: 4px;
			background-repeat: no-repeat;
			display: inline-block;
			text-transform: uppercase;
			font-size: 14px;
			padding: 7px 7px 7px 30px;
			margin-bottom: 10px;
		}
		.eventsList .eventItemButtons a.eventMapButton {
			background-image: url(/includes/public/assets/images/mapPinWhite.png);
			background-position: 7px 7px;
		}
		.eventsList .eventItemButtons a.eventBookButton {
			background-image: url(/includes/public/assets/images/plusWhite.png);
			background-position: 7px 8px;
		}
		.eventsList .eventItemButtons a.tripAdd,
		.eventsList .eventItemButtons a.tripView {
			background-image: url(/includes/public/assets/images/checkWhite.png);
			background-position: 9px 8px;
		}
		.eventsList .eventItemButtons a.tripRemove {
			padding-left: 7px;
		}
		.eventsList .eventItem .admissionInfo {
			padding-left: 10px !important;
		}
	.event-gallery .slick-slider {
		overflow: hidden;
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
		.event-gallery .slick-track > div.slick-slide {
			display: inline-block;
		}
		.event-gallery .slick-track img {
			width: 100%;
		}
		.event-gallery > a.slick-arrow {
			background-image: url(/includes/public/assets/images/pointLeft.png);
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
			display: inline-block;
			height: 54px;
			width: 30px;
			position: absolute;
			top: 30%;
			z-index: 900;
		}
			.event-gallery > a.slick-arrow.prev {
				left: -10px;
			}
			.event-gallery > a.slick-arrow.next {
				right: -10px;
				transform: rotate(180deg);
			}
	.gMapContainer {
		margin: 40px 0;
	}

	.gMapHolder,
	.gMap {
		height: 400px;
	}

	ul#gMapTabs {
		margin: 0;
		list-style: none;
	}
		ul#gMapTabs li {
			display: inline-block;
			margin-left: 5px;
			padding-right: 6px;
			border-right: 1px solid #ff0;
		}
		ul#gMapTabs li:first-child {
			margin-left: 0;
		}
		ul#gMapTabs li:last-child {
			border-right: none;
		}
			ul#gMapTabs li > a {
				text-transform: uppercase;
				font-size: 14px;
				font-weight: bold;
			}
			ul#gMapTabs li > a.current {
				color: #000;
			}

	.infoWindow {}
		.infoWindow h5 {
			color: #000;
			font-size: 20px;
			font-weight: bold;
			font-family: Oswald, sans-serif; 
		}
		.infoWindow ul.contactInfo,
		.infoWindow ul.eventActions {
			list-style: none;
			margin: 0;
			padding: 0;
			font-family: Oswald, sans-serif; 
		}
		.infoWindow ul.eventActions {
			margin-top: 5px;
		}
		.infoWindow ul.contactInfo li,
		.infoWindow ul.eventActions li > a {
			font-size: 16px;
			font-family: Oswald, sans-serif; 
			line-height: normal;
		}
		.infoWindow .contactInfo .location {
			padding-top: 10px;
		}

	.fitlerOptions {}
		.filterOptions .nextLink {
			float: right;
		}
}
/* large */
@media only screen and (min-width: 64.063em) {
	.eventsList .infoBox {
		font-size: 16px;
		line-height: 18px;
	}
	.eventsList .eventItem .detailButton {
		padding: 7px 8px 8px 12px;
		width: 155px;
		line-height: 20px;
		font-size: 16px;
	}
	.eventsSearchForm .searchbutton {
		max-width: 140px;
	}
		.eventsSearchForm .searchbutton input.submitSearch[type="submit"] {
			background-position: 91px center;
			font-size: 16px;
			padding: 6px 12px 6px 2px;
			width: 110px;
		}
	.eventsFilterSortby {
		font-size: 16px;
		/*left: -15px;*/
		margin: 0;
	}
	.eventOverview .imageSlider {
		width:300px;
	}	
}

/* print styles */
#printableEvents {
	max-width: 720px;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
	#printableEvents .intro {}
		#printableEvents .intro .letterhead {}
			#printableEvents .intro .letterhead .logo {
				float: left;
			}
			#printableEvents .intro .letterhead .logo > img {
				padding: 0 20px 20px 0;
			}
			#printableEvents .intro .letterhead .address {
				float: right;
				text-align: right;
			}
			#printableEvents .intro .letterhead .address strong {
				color: #408dc4;
			}
			#printableEvents .intro .letterhead .address a {
				color: #5b3627;
				text-decoration: none;
				font-weight: bold;
				font-style: italic;
			}

		#printableEvents .intro .greeting {
			clear: both;
		}
		#printableEvents .intro .actions {
			padding: 10px 0;
			float: right;
		}
		#printableEvents .intro .actions a.print-button {
			background-color: #408dc4;
			color: #000;
			height: 36px;
			padding: 10px 15px;
			line-height: normal;
			vertical-align: middle;
			border-radius: 5px;
			margin: 7px 0px;
			text-decoration: none;
			text-align: right;
		}

	#printableEvents .content {
		clear: both;
		margin-top: 25px;
	}
		#printableEvents .content > h1 {
			font-size: 20px;
			margin: 10px 0 0 0;
			color: #408dc4;
			font-weight: normal;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#printableEvents .content > h2 {
			font-weight: bold;
			color: #5b3627;
			margin: 0;
		}
		#printableEvents .content .special-events {}
			#printableEvents .content .special-events .loading {}
		
	#printableEvents .date-group {}
		#printableEvents .date-group > h3 {
			text-align: center;
			padding-bottom: 5px;
			border-bottom: 1px dashed #408dc4;
			color: #408dc4;
			width: 50%;
			margin: 25px auto 10px;
			font-weight: normal;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#printableEvents .date-group .columns {}
			#printableEvents .date-group .columns ul {
				margin: 0;
				padding: 0;
				display: inline-block;
				width: 229px;
				vertical-align: top;
			}
				#printableEvents .date-group .columns ul li {
					display: inline-block;
					margin: 0 10px 15px 0;
					list-style: none;
					padding: 0;
					font-size: 13px;
				}
				#printableEvents .date-group .columns ul li span.event-title {
					font-weight: bold;
				}

@media only print {
	#printableEvents {
		
	}
	#printableEvents .intro .letterhead .address a {
		color: #000;
	}
	#printableEvents .intro .letterhead .address strong {
		color: #000;
	}
	#printableEvents .content > h1 {
		color: #000;
	}
	#printableEvents .content > h2 {
		color: #000;
	}
	#printableEvents .date-group > h3 {
		color: #000;
		border-bottom: 1px dashed #000;
	}
	#printableEvents .intro .actions a.print-button {
		display: none;
	}
	#printableEvents .date-group .columns ul li span.event-title {
		color: #000;
	}
	.eventsList .eventOverview div:first-of-type{
		width: 40%;
	}
	.eventsList .eventOverview div:last-of-type{
		width: 60%;
	}
	.eventsContainer > div:not(.items){
		display:none;
	}
	.eventsContainer .items > div:not(.eventsList){
		display:none;
	}
}