/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Header Slideshow family. This enables the ability to
	a family of widgets in a single update without touching the structure of the widget and without needing
	to duplicate efforts across several widget-specific CSS files.
*/

.core-hero-slideshow {
	padding-top: 0;
	margin-bottom: 2px;
}

.core-hero-slideshow .slide .img-cont::after {
	background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

.core-hero-slideshow .slide-info {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 14px;
}

.core-hero-slideshow .slide-number {
	font-size: 13px;
	font-weight: normal;
	text-shadow: 0.908px 1.782px 6px rgba(0, 0, 0, 0.75);
	margin-bottom: 3px;
	color: var(--white);
}

.core-hero-slideshow .content-section {
	width: 100%;
	max-width: unset;
	padding: 26.5px 13px;
	bottom: 0;
	left: 0;
}

.core-hero-slideshow .slide .content-section .slide-title {
	width: 100%;
	margin-bottom: 6px;
	font-size: 36px;
	line-height: 1.2;
	text-shadow: 0.908px 1.782px 40px rgba(0, 0, 0, 0.75);
}

.core-hero-slideshow .slide .content-section .description {
	font-size: var(--text-base);
	line-height: 1.27;
	margin-bottom: 2px;
	margin-left: 1px;
}

.core-hero-slideshow .slide .content-section > :is(.slide-title, .description) {
	color: var(--white);
}

.core-hero-slideshow .arrows .arrow-cont {
	position: static;
}

.core-hero-slideshow .slick-dots {
	display: flex !important;
	background-color: rgba(255,255,255,.4);
	flex-wrap: nowrap;
	align-items: center;
	border-radius:  7px;
	width: 77px;
	bottom: 0;
	height: 5px;
}

.core-hero-slideshow .slide:only-child .slide-info :is(.slide-number, .slick-dots) {
	display: none !important;
}

.core-hero-slideshow .slick-dots li {
	width: 100%;
	height: 5px;
	margin: 0;
	border-radius: 7px;
}

.core-hero-slideshow .slick-dots li button {
	height: 5px;
	width: 100%;
	flex-grow:  1;
	border-radius: 7px;
	margin: 0;
	padding:  0 0 !important;
}

.core-hero-slideshow .slick-dots li button::before {
	display: none;
}

.core-hero-slideshow .slick-dots li.slick-active button {
	width: 100%;
}

.core-hero-slideshow .slick-dots li:first-child button {
	background-color: var(--white);
	transition: transform .4s ease;
}

.core-hero-slideshow .arrows .arrow-cont {
	display: flex;
	padding: 0 0;
	justify-content: flex-start;
	margin-bottom: 8px;
}

.core-hero-slideshow .arrow-cont .custom-arrow {
	width: 47px;
	height: 47px;
}

.core-hero-slideshow .arrow-cont .custom-arrow:after {
	background-size: 16px;
}

.core-hero-slideshow .shared-play-button {
	left: unset;
	transform: unset;
	top: 20px;
	right: 20px;
}

.core-hero-slideshow .play-video.hide-mobile {
	pointer-events: none;
}

.core-hero-slideshow .play-video.hide-mobile .shared-play-button {
	display: none;
}

.core-hero-slideshow .slick-dotted.slick-slider {
	margin-bottom: 0;
}

@media (min-width: 25em) {
	.core-hero-slideshow .shared-play-button {
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
	}
}

@media (min-width: 40em) {
	.core-hero-slideshow .slide .content-section .slide-title,
	.core-hero-slideshow .slide .content-section .description {
		width: 70%;
		max-width: 615px;
		padding-right: 13px; /* to match the hero video */
	}

	.core-hero-slideshow {
		margin-bottom: 7px;
	}

	.core-hero-slideshow .arrows .arrow-cont {
		position: absolute;
		bottom: 10px;
		left: initial;
		right: 40px;
		gap: 13px;
	}

	.core-hero-slideshow .play-video.hide-mobile {
		pointer-events: all;
	}

	.core-hero-slideshow .shared-play-button {
		left: unset;
		transform: unset;
		top: 20px;
		right: 20px;
	}

	.core-hero-slideshow .play-video.hide-mobile .shared-play-button {
		display: block;
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	.core-hero-slideshow .content-section {
		padding: 18px 13px;
	}

	.core-hero-slideshow .slide .content-section .slide-title {
		font-size: 28px;
	}

	.core-hero-slideshow .featured {
		margin: 0 auto 6px 0;
	}
}

@media (min-width: 64em) {
	.core-hero-slideshow .play-video .shared-play-button {
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
	}

	.core-hero-slideshow .slide-number {
		font-size: 15px;
	}

	.core-hero-slideshow .slide .content-section .slide-title {
		margin-bottom: 6px;
		font-size: 45px;
		line-height: 1.1;
		text-shadow: none;
	}

	.core-hero-slideshow .slide .content-section .description {
		line-height: 1.42;
		margin-left: 1px;
		margin-bottom: 12px;
	}

	.core-hero-slideshow .slide-info {
		margin-bottom: 18px;
	}

	.core-hero-slideshow .arrows .arrow-cont {
		right: 69px;
		bottom: 42px
	}

	.core-hero-slideshow .content-section {
		padding: 49px 26px;
	}

	.core-hero-slideshow .slick-dots {
		width: 96px;
	}

	.core-hero-slideshow .arrow-cont .custom-arrow {
		width: 61px;
		height: 61px;
	}

	.core-hero-slideshow .arrow-cont .custom-arrow:after {
		background-size: 22px;
	}
}

.core-hero-slideshow .featured {
	display: inline-flex;
	margin: 0 auto 12px 0;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 15px 4px;
}

@media (min-width: 70em) {
	.core-hero-slideshow .shared-play-button {
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
	}
}

/* Logo Container Overlay */
.core-hero-slideshow .logo-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 40%;
}
.core-hero-slideshow .logo-container img {
	width: auto;
	margin: 0 auto;
}

@media only screen and (min-width: 40.063em) {
	.core-hero-slideshow .logo-container {
		width: 20%;
	}
}

/* desktop */
@media only screen and (min-width: 64.063em) {
	.core-hero-slideshow .logo-container img {
		margin: 0 auto;
	}
}
