
/* FEATURED */
section.featured {margin-bottom:  30px;}
.featured-events-holder .seeall-link {
	margin: auto;
}
.template-data-title {
	text-align: center;
	margin-bottom: 25px;
}
.featured h3 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0 55px;
	color: #e75300;
	border-bottom: 2px solid;
	border-color: #325c6b;
	font-size: 54px;
	line-height: 60px;
	display: inline-block;
}
.featured-slide-big {
	position: relative;
	padding-bottom: 50px;
	background: #a4dbdf;
}
.featured-slide-small {
	position: relative;
	padding-right: 30px;
	background: #a4dbdf;
	margin-bottom: 30px;
	height:  inherit;
}
.featured .event-date {
	position: absolute;
	top: 0px;
	left: -4px;
	border-left: 4px solid;
	border-color: #e75300;
	background-image: url(/includes/public/assets/images/bg-tiles-sm-blue.png);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	min-width: 62px;
}
.featured .event-date dt {
	font-family: "voltage",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #325c6b;
	font-size: 36px;
	line-height: 38px;
	padding: 10px;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 0;
}
.featured .event-date dd {
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	font-size: 26px;
	line-height: 28px;
}
.featured .textcont dt {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.featured-slide-small .textcont dt {
	font-size: 26px;
	margin-bottom: 10px;
}
.featured .textcont dt a {
	color: inherit;
}
.featured .textcont dd {
	padding: 0px;
	margin: 0px;
}
.featured .textcont dd.date-range {
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 18px;
}
.featured .textcont dd.location {
	color: #e75300;
	margin-bottom: 10px;
}
.featured .textcont dd.description {
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #2e2a25;
	font-size: 18px;
	line-height: 28px;
}
.featured-slide-big .imgcont {
}
.featured-slide-big .event-date {
}
.featured-slide-big .textcont {
	position: relative;
	padding: 15px 0px 0px 20px;
	background: #a4dbdf;
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-timing-function: ease;
	transition-duration: .5s;
}
.featured-slide-big:hover .textcont {
	transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}
.featured-slide-small .imgcont {
	position:  relative;
	display: inline-block;
}
.featured-slide-small dl.event-date dt {
	font-size: 25px;
	line-height: 25px;
	padding:  5px;
	padding-bottom: 0;
}
.featured-slide-small dl.event-date dd {
	font-size: 18px;
	line-height: 22px;
	margin-bottom:  5px;
	margin-top: -2px;
}
.featured-slide-small .textcont {
	position: absolute;
	top: 0px;
	left: 50%;
	display:  inline-block;
	padding: 12px 30px 0px 10px;
	width: 50%;
	height: 100%;
	background: #a4dbdf;
	transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-timing-function: ease;
	transition-duration: .5s;
}
.featured-slide-small:hover .textcont {
	transform: translateX(-30px);
	-o-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
}
.featured-slide-small dd.description {
	display: none;
}
@media only screen and (max-width: 64em) {
	.template-data-title {
		margin-bottom: 5px;
	}
	.featured h3 {
		font-size: 39px;
		line-height:  41px;
	}
	.featured-slide-big {
		padding-bottom: 0px;
	}
	.featured-slide-small {
		position: relative;
		padding-right: 30px;
		background: #a4dbdf;
		margin-bottom: 30px;
	}
	.featured .event-date {
		position: absolute;
		top: 0px;
		left: -2px;
		border-left: 3px solid;
		border-color: #e75300;
		background-image: url(/includes/public/assets/images/bg-tiles-sm-blue.png);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
		min-width: unset;
	}
	.featured .event-date dt {
		font-size: 23px;
		line-height: 23px;
		padding: 5px;
		margin:  0;
	}
	.featured .event-date dd {
		font-size: 16px;
		line-height: 12px;
	}
	.featured .textcont dt {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 3px;
	}
	.featured .featured-slide-big .textcont dt {
		font-size: 22px;
		margin-bottom: 6px;
	}
	.featured .textcont dd.date-range {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.featured .textcont dd.location {
		font-size: 14px;
		line-height:  17px;
		margin-bottom: 10px;
	}
	.featured .textcont dd.description {
		font-size: 17px;
		line-height: 23px;
	}
	.featured-slide-big .imgcont {
	}
	.featured-slide-big .event-date {
	}
	.featured-slide-big:hover .textcont,
	.featured-slide-small:hover .textcont {
		transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	.featured-slide-big .textcont {
		padding: 9px 10px 23px;
	}
	.featured-slide-small dl.event-date dt {
		font-size: 17px;
		line-height: 18px;
		padding: 3px;
	}
	.featured-slide-small dl.event-date dd {
		font-size: 12px;
		line-height: 13px;
		margin-bottom: 2px;
	}
	.featured-slide-small .imgcont {
		width: 49%;
	}
	.featured-slide-small .textcont {
		padding-right:  10px;
		padding-left: 0;
	}
	.featured-slide-small:hover .textcont {

	}
}
@media only screen and (max-width: 40em) {
	.featured h3 {
		font-size: 39px;
		line-height:  41px;
		padding:  10px;
	}
	.featured-slide-big {
		padding-bottom: 0px;
		margin-bottom:  20px;
	}
	.featured-slide-small {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.featured .event-date {
		position: absolute;
		top: 0px;
		left: -2px;
		border-left: 3px solid;
		border-color: #e75300;
		background-image: url(/includes/public/assets/images/bg-tiles-sm-blue.png);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
	}
	.featured .event-date dt {
		font-size: 23px;
		line-height: 23px;
		padding: 5px;
		margin:  0;
		padding-bottom: 0;
	}
	.featured .event-date dd {
		font-size: 16px;
		line-height: 12px;
		margin-bottom: 8px;
	}
	.featured .textcont dt,
	.featured .featured-slide-big .textcont dt {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 3px;
	}
	.featured .textcont dd.date-range {
		margin-bottom: 5px;
	}
	.featured .textcont dd.location {
		font-size: 14px;
		line-height:  17px;
		margin-bottom: 10px;
	}
	.featured .textcont dd.description {
		display: none;
	}
	.featured-slide-big .imgcont {
	}
	.featured-slide-big .event-date {
	}
	.featured-slide-big:hover .textcont,
	.featured-slide-small:hover .textcont {
		transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	.featured-slide-big .textcont {
		padding: 10px 0px 15px 10px;
	}
	.featured-slide-small dl.event-date dt {
		font-size: 25px;
		line-height: 25px;
		padding: 5px;
	}
	.featured-slide-small dl.event-date dd {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.featured-slide-small .imgcont {
		width: 100%;
	}
	.featured-slide-small .textcont {
		position: relative;
		left:  0px;
		padding: 10px 0px 15px 10px;
		width: 100%;
	}
	.featured-slide-small {
		display: none;
	}
	.featured-slide-small:nth-child(1) {
		display: block;
	}
}