/* CARD SLIDER */
.card-slider-wrapper {
	position: relative;
	padding: 0 0 45px;
	margin: 0 0 30px;
}

.card-slider-wrapper .card-slider .slick-track {
	display: flex;
}

.card-slider-wrapper .card-slider .slick-slide {
	height: auto;
	margin-bottom: 10px;
}

.card-slider-wrapper h2 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	padding: 30px 0 0;
	margin: 0px 60px 20px;
	letter-spacing: 2px;
}
.card-slider figure {
	position: relative;
	padding: 0 10px 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 2px 8px 3px rgba(0,0,0,0.1);
}
.card-slider figure .featured {
	padding: 0 0 10px;
}
.card-slider figure figcaption {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 10px 15px 40px;
}

.card-slider figure figcaption h3 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 10px;
}
.card-slider figure figcaption p {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 5px;
}
.card-slider figure figcaption h3,
.card-slider figure figcaption p {
	color: inherit;
}

.card-slider figure figcaption .description {
	line-height: 1.3;
	font-weight: 400;
}
.card-slider figure figcaption {
	color: #333;
}
.card-slider figure.featured figcaption {
	color: #333;
}

.card-slider figure figcaption .read-more {
	padding-top: 10px;
	font-size: 18px;
}
.card-slider figure .date {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 80px;
	height: 75px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;

}
.card-slider figure .date-bg {
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.card-slider figure .date-container{
	position: relative;
	right: 0;
	top: 0;
	z-index: 3;
	color: #fff;
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin: 2px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
	
}
.card-slider figure .date .month,
.card-slider figure .date .day {
}
.card-slider figure .date .month {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.card-slider figure .date .day {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 900;
	font-size: 28px;
}
.card-slider-wrapper div.card-arrows {
	top: 27px;
	max-width: 1300px;
	width: calc(100% - 60px);
	left: 50%;
	transform: translate(-50%);
}
.card-slider-wrapper .card-arrows svg.arrow {
	fill: #333;
	width: 20px;
	height: 28.4px;
}
.ie-view .sh-check-background:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .3;
	background-image: url(/includes/public/assets/checkmark.svg);
	background-color: rgba(150,150,150, 0.9);
	background-position: 100% 0px;
	background-size: 100%;
	background-repeat: no-repeat;
}
@media screen and (min-width: 40.063em) {
	.card-slider-wrapper {
		position: relative;
		padding: 10px 70px 35px;
		margin: 0 0 40px
	}
	.card-slider-wrapper h2 {
		font-size: 32px;
		line-height: 1;
		text-transform: uppercase;
		color: #333;
		text-align: center;
		margin: 0 0 40px;
		letter-spacing: 2px;
	}
	.card-slider figure {
		margin: 0 0.9375rem;
	}
	.card-slider-wrapper .card-arrows svg.arrow {
		fill: #333;
		width: 40px;
		height: 65px;
	}
	.card-slider figure .date {
		right: 0px;
	}
	.card-slider figure {
		position: relative;
		padding: 0 0px 10px;
	}
	.card-slider figure .featured {
		padding: 0 0 10px;
	}
	.card-slider-wrapper div.card-arrows {
		top: 50%;
		max-width: 1300px;
		width: calc(100% - 60px);
		left: 50%;
		transform: translate(-50%);
	}
}
@media screen and (min-width: 64.063em) {
	.ie-view .sh-check-background:before {
		background-position: 100% -140px;
		background-size: 145%;
	}
}
@media screen and (max-width: 40em) {
	.card-slider figure .date {
	    right: 20px;
	}
	.ie-view .sh-check-background:before {
		background-position: 10% -65px;
		background-size: 120%;
	}
}

