/* Mobile styling first */
.featured-events {
	margin: 0 0 65px 15px;
	background-color: #eeecec;
	padding-bottom: 25px;
}
.featured-events .slick-slider:not(.slick-initialized) .slide:nth-child(n+1) {
	display: none;
}
.featured-events .title-cont h2 {
	font-family: 'Look Script W01 Light';
	font-size: 50px;
	color: #2c3b5d;
}
.featured-events .inner {
	background-color: #fff;
	margin: 0 auto;
	height: 100%;
}
.featured-events .inner > .slide-content {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	overflow: hidden;
	min-height: 150px;
}
.featured-events .slide-content h4,
.featured-events .slide-content h4 a {
	font-family: 'Avenir LT W01_95 Black1475556';
	color: #2c3b5d;
	font-size: 21px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}
.featured-events .slide-content h4:after {
	content: "";
	background-color: #98c11d;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -10px;
	left: 0;
	transform: translateX(0%);
}
.featured-events .slide-content span.date-range {
	display: block;
	margin-bottom: 5px;
	color: #2c3b5d;
	font-family: 'Avenir LT W01_65 Medium1475532';
	font-size: 18px;
}
.featured-events .slide-content span.locale {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 21px;
	color: #2c3b5d;
	font-family: 'Avenir LT W01_65 Medium1475532';
}
.featured-events .slide-content span.locale i {
	color: #5d0f00;
	margin-right: 7px;
}
.featured-events .slider-cont {
	position: relative;
}
.featured-events  .date-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: #fff;
	background-color: transparent;
	padding: 15px 0 0 15px;
	background-repeat: no-repeat;
	min-height: 100px;
	background-size: contain;
}
.featured-events  .slide:nth-of-type(3n+1) .date-block {
	background-image: url('/includes/public/assets/shared/slider-large.png');

}
.featured-events  .slide:nth-of-type(3n+2) .date-block {
	background-image: url('/includes/public/assets/shared/slider-large2.png');
}
.featured-events  .slide:nth-of-type(3n+3) .date-block {
	background-image: url('/includes/public/assets/shared/slider-large3.png');
}
.featured-events .slider-cont .arrow-cont {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: calc(30% - 30px);
	z-index: 3;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
}
.featured-events .slider-cont .arrow-cont .arrow.prev.slick-arrow, 
.featured-events .slider-cont .arrow-cont .arrow.next.slick-arrow {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #98c11d;
	color: white;
	font-size: 20px;
}
.featured-events .slider-cont .slick-slider {
	margin-bottom: 40px;
}
.featured-events .slider-cont .date-block span:first-child {
	font-size: 24px;
	font-family: 'LegacySerifITCW01-BdCn';
	text-transform: uppercase;
}
.featured-events .slider-cont .date-block span:last-child {
	font-size: 32px;
	line-height: 19px;
	font-weight: 900;
	font-family: 'Avenir LT W01_95 Black1475556';
}
.featured-events .slide-content a.read-more {
	font-weight: bold;
	color: #98c11d;
	pointer-events: all;
	font-family: 'Avenir LT W01_95 Black1475556';
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 41px;
	text-align: right;
	margin-right: 15px;
	letter-spacing: 2px;
}
.featured-events .slide-content a.read-more i {
	color: #e88d21;
}
.featured-events .view-all {
	text-align: center;
}
.featured-events .view-all a {
	font-family: 'Avenir LT W01_95 Black1475556';
	color: #2c3b5d;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
}
.featured-events .view-all a i {
	color: #e88d21;
}
.featured-events .slick-slide {
	padding: 0 15px;
	float: none;
}
.featured-events .bottom-content {
	text-align: left;
	padding: 0 25px;
}
.featured-events .slick-track {
	display: flex;
}
/* Tablet 640+ */
@media only screen and (min-width: 40em) {
	.featured-events .slider-cont .arrow-cont {
		width: 99%;
		bottom: 50%;
		left: 50%;
	}
	.featured-events .date-block {
		content: '';
		background-size: contain;
		background-repeat: no-repeat;
	}
	.featured-events .slider-cont .date-block span:last-child {
		font-size: 34px;
	}
	.featured-events .slider-cont .date-block span:first-child {
		font-size: 28px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.featured-events .bottom-content {
		display: flex;
		flex-direction: column;
		width: 350px;
		margin: 0 auto;
	}
	.featured-events .slide.slick-slide {
		margin-right: 20px;
		height: auto;
		
	}
	.featured-events .slider-cont {
		padding-left: 20px;
	}

	.featured-events .inner {
		height: 100%;
	}
}
/* Desktop 1024+ */
@media only screen and (min-width: 64em) {
	.featured-events .inner {
		position: relative;
		min-height: 280px;
		height: 100%;
	}
	.featured-events .slider-cont.offset:before {
		content: '';
		background: linear-gradient(90deg, transparent 25%, rgba(238,236,236,1) 100%);
		width: 37%;
		height: 100%;
		position: absolute;
		z-index: 3;
		right: 0;
		pointer-events: none;
	}
	.featured-events .slider-cont .date-block span:first-child {
		font-size: 34px;
		line-height: 34px;
	}
	.featured-events .slider-cont .date-block span:last-child {
		font-size: 48px;
		line-height: 1;
	}
	.featured-events .date-block {
		flex: 1 1 35%;
		min-height: 176px;
		z-index: 2;
	}
	.featured-events .slide-content h4, 
	.featured-events .slide-content h4 a {
		font-size: 26px;
		margin-top: 12px;
	}
	.featured-events .slide-content span.date-range,
	.featured-events .slide-content span.locale {
		text-align: left;
		font-size: 23px;
		line-height: 25px;
	}
	.featured-events .top-content .title-cont {
		flex: 1 1 55%;
		right: unset;
	}
	.featured-events .top-content {
		display: flex;
	}
	.featured-events .slide-content a.read-more {
		font-size: 18px;
		line-height: 41px;
	}
	.featured-events .title-cont h2 {
		font-size: 85px;
		line-height: 185px;
	}
	.featured-events .slick-arrow.slick-hidden { display: block;}
	.featured-events .slider-cont.offset {
		left: calc(8% + 25px);
		position: relative;
	}
	.featured-events .slider-cont .arrow-cont .arrow.prev.slick-arrow, 
	.featured-events .slider-cont .arrow-cont .arrow.next.slick-arrow{
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	.featured-events {
		margin: 0 0 0 80px;
		padding-bottom: 90px;
	}
	.featured-events .slide.slick-slide {
		margin-right: 20px;
		padding: 0;
	}
	.featured-events .slider-cont .arrow-cont {
		width: 89%;
		bottom: 50%;
		left: 44%;
	}
	.featured-events .view-all {
		text-align: center;
		width: 250px;
		position: relative;
		left: 70%;
		transform: translateX(-70%);
	}
	.featured-events .view-all a {
		font-size: 19px;
		line-height: 41px;
	}
	.featured-events .slide-content h4:after {
		width: 140%;
		left: -137px;
	}
	.featured-events .slider-outter-wrap {
		overflow: hidden;
	}
	.featured-events .title-cont {
		position: relative;
		right: 50px;
	}
}
