/*
 * Widget Header Slideshow
 */

a.videolink{
	width: 100%;
	display: inline;
}
i.fa.fa-play-circle.fa-4x {
	font-size: 5em;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.widget-header-slideshow {position: relative; margin-bottom: 22px;}
.widget-header-slideshow .slider {margin-bottom: 0;}
.widget-header-slideshow .image {width: 100%;}
.widget-header-slideshow .item {height: auto;}
.widget-header-slideshow .item .content {
	position: absolute;
	bottom: 38px;
	width: 270px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	z-index: 3;
}
.widget-header-slideshow .item .title {
	font-size: 20px;
	line-height: 22px;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 700;
	margin-bottom: 13px;
}
.widget-header-slideshow .item .text {
	font-size: 16px;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 400;
	margin-bottom: 21px;
	line-height: 19px;
}
.widget-header-slideshow .item .button {
	width: 100%;
	margin-bottom: 0;
}
.bmp_brand .widget-header-slideshow .item .button {
	background-color: var(--bmp-microsite-fuchsia);
}
.widget-header-slideshow .gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 225px;
	background-image: url("/includes/public/assets/images/gradient-header-slideshow.png");
	background-repeat: repeat-x;
}
.widget-header-slideshow .arrows {
	position: absolute;
	bottom: 138px;
	width: 100%;
	height: 0;
}
.widget-header-slideshow .arrow {
	height: 32px;
	width: 22px;
	background-image: url("/includes/public/assets/images/slider-arrows-white.png");
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 2px 0;
	cursor: pointer;
	background-size: auto 29px;
}
.widget-header-slideshow .prev {}
.widget-header-slideshow .next {
	float: right;
	background-position: -43px 0px;
}
@media only screen and (min-width: 40.063em){ 
	/* > 641px  */ 
	.widget-header-slideshow .arrows {bottom: 55%;}
	.widget-header-slideshow .arrow {
		background-size: auto auto;
		height: 37px;
		width: 27px;
		background-position: 6px 0;
	}
	.widget-header-slideshow .next {background-position: -57px 0px;}
	.widget-header-slideshow .item .button {width: auto;}
	.widget-header-slideshow .item .content {
		width: 435px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	.widget-header-slideshow .item .title {
		font-size: 30px;
		line-height: 32px;
	}
	.widget-header-slideshow .item .text {
		font-size: 18px;
		line-height: 21px;
	}
	.widget-header-slideshow .item .content {
		width: 540px;
		bottom: 30px;
	}
	.widget-header-slideshow .arrows {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 64.063em) {
	.widget-header-slideshow .arrow {
		opacity: .8
	}
}
.header-slideshow-container .widget-header-slideshow .item:not(:first-child) {
	display: none;
}
.header-slideshow-container .slick-initialized .slick-slide {
	display: block !important;
}