/*
	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.
*/
.hero-slideshow-primary {
	--font-title: var(--font-heading-posterama);
	--font-subtitle: var(--font-heading-railroad);
	--color-base: var(--white);
	--color-accent: var(--green);
	margin-bottom: var(--space-3);
}

.hero-slideshow-primary .wave-holder {
	position: absolute;
	width: 100%;
	min-height: 110px;
	bottom: -1px;
	z-index: 1;
	pointer-events: none;
}
@media (min-width: 1024px) {
	.hero-slideshow-primary .wave-holder {
		min-height: 200px;
	}
}
.hero-slideshow-primary .wave-holder img {
    position: absolute;
    bottom: -1px;
}
.hero-slideshow-primary .wave-holder .blue-wave {
	bottom: 14px;
}

.core-hero-slideshow.hero-slideshow-primary .slide .img-cont::after {
	display: none;
}

.hero-slideshow-primary .hero-title-wrap {
	position: absolute;
	left: 0;
	top: 40%;
	right: 0;
	width: 100%;
	max-width: 275px;
	z-index: 2;
	transform: translateY(-24%);
	margin: 0 auto;
}

.hero-slideshow-primary .hero-title-inner {
	position: relative;
}

.hero-slideshow-primary .hero-title {
	font-family: var(--font-title);
	text-align: center;
	color: var(--color-base);
}

.hero-slideshow-primary .hero-title .hero-title-top {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.hero-slideshow-primary .hero-title .hero-title-bottom {
	font-family: var(--font-subtitle);
	font-size: 60px;
	line-height: 1;
	letter-spacing: 1px;
}
 
.hero-slideshow-primary .hero-title-inner::after {
	content: '';
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35px;
	max-width: 270px;
	width: 100%;
	border-radius: 3px;
	background-image: url(/includes/public/assets/shared/splash_texture2.svg);
	background-color: var(--color-accent);
	background-size: 110%;
	z-index: -1;
}

.hero-slideshow-primary .content-section .slide-title {
	display: none;
}

.hero-slideshow-primary .slide .shared-play-button {
	top: 80%;
    left: 60px;
}

.hero-slideshow-primary .slide .img-cont:hover .shared-play-button {
	background: var(--color-accent);
	background-color: var(--color-accent);
}

.hero-slideshow-primary .arrows .arrow-cont {
	position: absolute;
	bottom: 0;
	bottom: -5px;
	right: 0;
	left: initial;
	pointer-events: all;
	z-index: 2222;
}
@media (min-width: 640px) {
	.hero-slideshow-primary .arrows .arrow-cont {
		bottom: 18px;
	}
}

.hero-slideshow-primary .arrows .arrow-cont .custom-arrow {
	background-color: var(--color-accent);
	box-shadow: none;
	color: var(--color-base);
	height: 32px;
	width: 32px;
}

.hero-slideshow-primary .arrows .arrow-cont .custom-arrow .arrow-inner {
	font-size: 16px;
}

@media (min-width: 40em) {

	.hero-slideshow-primary::after {
		height: 60px;
	}

	.hero-slideshow-primary .hero-title-wrap {
		max-width: 550px;
		transform: translateY(-31%);
	}

	.hero-slideshow-primary .hero-title .hero-title-top {
		font-size: 70px;
		line-height: 1.4;
	}

	.hero-slideshow-primary .hero-title .hero-title-bottom {
		font-size: 120px;
	}

	.hero-slideshow-primary .hero-title-inner::after {
		height: 80px;
		max-width: 558px;
	}
}

@media (min-width: 64em) {
	.hero-slideshow-primary .arrows .arrow-cont {
		bottom: 160px;
		right: 50px;
		gap: 30px;
	}

	.hero-slideshow-primary .arrows .arrow-cont .custom-arrow {
		height: 40px;
		width: 40px;
	}

	.hero-slideshow-primary .arrows .arrow-cont .custom-arrow .arrow-inner {
		font-size: 20px;
	}
}

@media (min-width: 90em) {
	.hero-slideshow-primary .arrows .arrow-cont {
		bottom: 200px;
	}

	.hero-slideshow-primary .wave-holder .blue-wave {
		bottom: 20px;
	}

	.hero-slideshow-primary::before {
		height: 150px;
		background: linear-gradient(180deg, rgba(86, 161, 213, 0.9) , rgba(0,0,0,0) 100%);
	}

	.hero-slideshow-primary .hero-title-wrap {
		max-width: 550px;
	}

	.hero-slideshow-primary::after {
		height: 135px;
	}
}

@media (min-width: 110em) {
	.hero-slideshow-primary .arrows .arrow-cont {
		bottom: 220px;
	}
}