.slide-show{
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
}

.slide-show .videolink{
	display: block;
	position: relative;
}

.slide-show .videolink i{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 45%;
	top: 43%;
	color: rgba(255,255,255,.5);
	z-index: 11;
}

.slide-show.interior{
	padding-bottom: 0px;
	float: left;
	position: relative;
	z-index: 1002;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	background-color: #fff;
}

.slide-show ul{
	margin: 0px;
}

.slide-show .slide:not(:first-child) { display: none; }

.slide-show .slide.slick-slide { display: block; }

.slide-show ul li .slide-image-wrapper .slide-img{
	width: 100%;
	height: 100%;
}

.slide-show .arrows .arrow{
	position: absolute;
	bottom: 29%;
	z-index: 100;
	cursor: pointer;
	height: 67px;
	width: 39px;
}

.slide-show .arrows .arrow.prev-arrow {
	left: 45px;
}

.slide-show .arrows img {
	width: 32px;
}

.slide-show .arrows .arrow.next-arrow {
	right: 43px;
}

.slide-show .content-wrapper{
	position: relative;
}
.slide-show .content-wrapper .content{
	position: absolute;
	bottom: 20px;
	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,
.slide-show .content .header h3.title a{
	font-family: var(--font-body-bold);
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
	line-height: 56px;
}

.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;
}

.slide-show .slide-image-wrapper {
	position: relative;
	left: -50%;
	margin-left: 50%;
	min-width: 100%;
	text-align: center;
	top: 0;
	width: 100%;
}

.slide-show .image-wrapper {
	transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
   opacity: 1;
}

.slide-show .slide-image-wrapper iframe {
	position: absolute;
	width: 100%;
	min-width: auto;
	height: 100%;
	margin-top: 0px;
	top: 0;
	left: 0;
	z-index: -1;
}

.slide-show .play-button {
	display: none;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-31%, -50%);
	z-index: 1001;
}

.slide-show .play-button:hover .fa {
	color: #ED1C24;
}

.slide-show .play-button .fa {
	font-size: 100px;
	color: #FFF;
}

.video-controls {
	display: block;
	position: absolute;
	bottom: 25px;
	left: 25px;
	cursor: pointer;
	z-index: 11;
	font-size: 30px;
	color: #FFF;
}

.custom_header_slideshow_homepage .bar {
	display: none;
}

.custom_header_slideshow_homepage.hide-content .content-wrapper {
	display: none;
}

.slide-show .video-mute {
	display: inline-block;
	margin: 0px 25px 0 10px;
	width: 35px;
}

.slide-show .video-pause {
	display: inline-block;
}

.slide-show.hasVideo .arrows .arrow {
	bottom: calc(50% - 20px);
}

.video-controls i:hover {
	color: #ED1C24;
}
@media only screen and (max-width: 1041px) {
	.slide-show .play-button {
		display: inline-block;
	}
}
@media only screen and (max-width: 64em) {
	.video-controls {
		display: none;
	}

	.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;
	}

}

/*BEGIN LGBT specific styles */

.custom_header_slideshow_homepage .rainbow-bar {
	display: none;
}

.custom_header_slideshow_homepage.lgbt .rainbow-bar {
	display: flex;
}

.custom_header_slideshow_homepage.lgbt {
	margin-bottom: 75px;
}

.custom_header_slideshow_homepage.lgbt .slide-show {
	padding-bottom: 0px;
}

.custom_header_slideshow_homepage.lgbt .content .header h3.title,
.custom_header_slideshow_homepage.lgbt .content .header h3.title a {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 7px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.7);
}

.custom_header_slideshow_homepage.lgbt .slide-show .content .text .data {
	font-size: 19px;
	line-height: 19px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.7);
}

.custom_header_slideshow_homepage.lgbt .slide-show .arrows .arrow {
	bottom: calc(50% - 33px);
}

@media only screen and (max-width: 64.063em) {
	.custom_header_slideshow_homepage.lgbt {
		margin-bottom: 30px;
	}

	.custom_header_slideshow_homepage.lgbt .slide-show .arrows .arrow {
		bottom: calc(50% - 30px);
	}

	.custom_header_slideshow_homepage.lgbt .arrows .arrow .arrow-img {
		width: 30px;
		height: 51px;
	}

	.custom_header_slideshow_homepage.lgbt .content .header h3.title {
		margin-bottom: 5px;
	}

	.custom_header_slideshow_homepage.lgbt .slide-show .content-wrapper .content {
		bottom: 15px;
	}

	.custom_header_slideshow_homepage.lgbt .slide-show .content .text {
		padding: 5px 20px;
	}
}

@media only screen and (max-width: 40.063em) {
	.custom_header_slideshow_homepage.lgbt .slide-show .content .text {
		display: block;
	}
}
