.slide-show{
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
}

.slide-show.interior{
	padding-bottom: 0px;
	float: left;
	position: relative;
	z-index: 1002;
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin-bottom: 10px;
}
.slide-show .videolink{
	display: block;
	position: relative;
}
.slide-show .videolink i{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 43%;
	color: rgba(255,255,255,.5);
	z-index: 11;
	text-align: center;
}
.slide-show ul{
	margin: 0px;
}
.slide-show ul li{
	margin-top: -25px;
}

.slide-show ul li .slide-image-wrapper .slide-img{
	width: 100%;
}

.slide-show .arrows .arrow{
	position: absolute;
	bottom: 28%;
	z-index: 100;
	cursor: pointer;
	height: 67px;
	width: 39px;
}

.slide-show .arrows .arrow.prev-arrow {
	left: 60px;
}

.slide-show .arrows .arrow.next-arrow {
	right: 60px;
}

.slide-show .content-wrapper{
	position: relative;
}

.slide-show .content-wrapper .content{
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.slide-show .fade{
	width: 100%;
	min-height: 300px;
	position: absolute;
	bottom: 0px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}

.slide-show .content .header h3.title{
	font-family: var(--font-body-bold);
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
}

.slide-show .content .text .data {
	font-family: var(--font-body-reg);
	font-size: 20px;
	color: #fff;
}
.slide-show .content .text .data .slide-link{
	font-family: var(--font-body-reg);
	font-size: 20px;
	color: #eb2823;
}

.slide-show .content .text .data .slide-link:hover{
	text-decoration: none;
}

.slide-show.interior .title-wrapper{
	position: relative;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.slide-show.interior .slide-img{
	width: 100%;
}

.slide-show.interior .content-wrapper{
	position: absolute;
	bottom: 0px;
	width: 100%;
	max-width: 100%;
	z-index: 10;
}
.slide-show.interior .title-wrapper{
	bottom: 20px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	max-width: 73rem;
}

@media only screen and (max-width: 64em) {
	.slide-show .content .header h3.title {
		font-size: 36px;
	}

	.slide-show .content .text .data {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.slide-show .content .text .data .slide-link {
		font-size: 16px;
	}

	.slide-show .arrows .arrow .arrow-img{
		width: 39px;
		height: 67px;
	}

	.slide-show .arrows .arrow.next-arrow {
		right: 30px;
	}

	.slide-show .arrows .arrow.prev-arrow {
		left: 30px;
	}

	.slide-show .fade {
		min-height: 150px;
	}

}

@media only screen and (max-width: 40.063em) {
	.slide-show.interior .content-wrapper .content {
		bottom: 10px;
	}

	.slide-show .content .text {
		display: none;
	}

	.slide-show.interior .content .text {
		display: inline-block;
	}

	.slide-show .arrows .arrow {
		bottom: 33%;
	}

	.slide-show .arrows .arrow.prev-arrow {
		left: 10px;
	}

	.slide-show .arrows .arrow.next-arrow {
		right: 10px;
	}

	.slide-show .content .header {
		padding: 0px 0.9375rem;
	}

	.slide-show .content .header h3.title {
		line-height: 40px;
	}

	.slide-show .content-wrapper .content {
		bottom: 5px;
	}
}
