/* FEATURED SLIDER */
section.featured-slider-wrapper {
	position: relative;
	background-color: #e4f7fc;
	margin: 0;
	padding: 60px 0px 68px;
}
.featured-slider-wrapper .feat-header {
	display: block;
	margin: 0 30px 20px;
	position: relative;
}
.featured-slider-wrapper .feat-header h2 {
	font-family: 'NeutrafaceText-BoldItalic', sans-serif;
	font-size: 40px;
	line-height: 1;
	color: #3e6980;
	text-transform: none;
	margin-right: 20px;
	display:  inline;
}
section.featured-slider-wrapper .featured-slider {
	padding:  0px 30px;
}
.featured-slider figure {
	position: relative;
	margin-right: 30px;
	left:  40px;
}
.featured-slider figcaption {
	position: relative;
	background-color: #fff;
}
.featured-slider figcaption div.feat-next-date {
	position: absolute;
	bottom: 100%;
	left: 0px;
	background-color: #f04839;
	height: 60px;
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.featured-slider figcaption div.feat-next-date p.month {
	font-family: 'NeutrafaceText-Bold', sans-serif;
	font-size: 15px;
	line-height: 1;
	color: #fff;
}
.featured-slider figcaption div.feat-next-date p.day {
	font-family: 'NeutrafaceText-Bold', sans-serif;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}
.featured-slider figure picture img {
	width: 100%;
}
.featured-slider figcaption {
	padding: 17px 30px;
	text-align: center;
	height:  153px;
}
.featured-slider figcaption h3 {
	font-family: 'NeutrafaceText-Bold', sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #f04839;
}
.featured-slider figcaption .feat-date-range p {
	font-family: 'NeutrafaceText-Book', sans-serif;
	color: #262626;
}
.feat-arrows {
	display: inline-flex;
	width: 90px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 40px;
	right: -21px;
}
.feat-arrows .slick-arrow {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: #3cc3e9;
	color: #fff;
	font-size: 32px;
	width:40px;
	height:40px;
	padding:0px;
	cursor: pointer;
	transition-property: background-color, color;
	transition-timing-function: ease-in-out;
	transition-duration: .2s;
}
.feat-arrows .slick-arrow:hover {
	background-color: #fff;
	color: #3cc3e9;
}
.feat-header .sh-more-link {
	font-family: "NeutrafaceText-Bold", sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #3cc3e9;
	padding: 13px 15px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 40em) {
	section.featured-slider-wrapper {
		padding-top: 32px;
	}
	.featured-slider-wrapper .feat-header h2 {
		font-size:  30px;
		display: block;
		text-align: center;
		margin:  0;
		margin-bottom: 16px;
	}
	.feat-arrows .slick-arrow {
		width: 28px;
		height: 30px;
		font-size: 27px;
	}
	.featured-slider-wrapper .feat-header {
		text-align: center;
		margin-bottom: 22px;
	}
	.feat-arrows {
		display: inline-flex;
		width: 90px;
		justify-content: flex-start;
		align-items: center;
		margin-top: 0px;
		position:  relative;
		top: -1px;
	}
	.featured-slider figcaption h3 {
		font-size: 18px;
		margin-bottom:  5px;
	}
	.featured-slider figcaption .feat-date-range p {
		font-family: 'NeutrafaceText-Book', sans-serif;
		color: #262626;
	}
	.feat-arrows .slick-arrow {
		margin-right: 5px;
	}
	.feat-header .sh-more-link {
		position: relative;
		transform: none;
		bottom: 5px;
		padding: 10px 15px;
	}
	.featured-slider figcaption div.feat-next-date {
		height: 48px;
		width: 50px;
	}
	.featured-slider figcaption div.feat-next-date p.month {
		font-size: 13px;
	}
	.featured-slider figcaption div.feat-next-date p.day {
		font-size: 26px;
	}
	.featured-slider figure {
		margin-right: 20px;
		left:  70px;
	}
}
