/*
	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 {
	--text-container-width: var(--width-comfortable);
	--letter-spacing: var(--tracking-wide);
	--title-text-size: var(--text-2xl);
	--btn-text-size: var(--text-base);
	--text-size: var(--text-base);

	position: relative;
	margin-bottom: var(--space-10);
}

.core-hero-slideshow .slider-cont .accent-cont {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 25%;
	pointer-events: none;
	z-index: 1 ;
}

@media (min-width: 40em) {
	.core-hero-slideshow .slider-cont .accent-cont {
		height: 60%;
	}
}

@media (min-width: 40em) {
	.core-hero-slideshow .slider-cont .accent-cont {
		height: 70%;
	}
}

@media (min-width: 90em) {
	.core-hero-slideshow .slider-cont .accent-cont {
		height: 85%;
	}
}

.core-hero-slideshow.blue .slider-cont .accent-cont {
	background: url('/includes/public/assets/shared/rebrand/blue-wave.svg') center / cover no-repeat;
}

.core-hero-slideshow.green .slider-cont .accent-cont {
	background: url('/includes/public/assets/shared/rebrand/green-wave.svg') center / cover no-repeat;
}

.core-hero-slideshow .slider-cont .accent-cont svg,
.core-hero-slideshow .slider-cont .accent {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.core-hero-slideshow .slider-cont .accent {
	top: 0;
}

.core-hero-slideshow.blue .slider-cont .accent {
	background: url('/includes/public/assets/shared/rebrand/hero-blue.png') center / cover no-repeat;
}

.core-hero-slideshow .slide .img-cont::after {
	content: "";
	background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	height: 100%;
	width: 100%;
}

.core-hero-slideshow .slide.overlap-image .content-section {
	left: auto;
	right: var(--space-8);
	bottom: var(--space-12);
	padding: var(--space-8) var(--space-5);
}

.core-hero-slideshow .slide.overlap-image .slide-title {
	font-family: var(--font-futura);
	font-size: 22px;
	line-height: 1;
}

.core-hero-slideshow .slide.overlap-image .slide-title a {
	font-size: 22px;
	color: var(--white);
	font-family: inherit;
}

.core-hero-slideshow .slide.overlap-image p {
	font-size: 14px;
	color: var(--white);
}
.core-hero-slideshow p a:hover {
	text-decoration: underline;
}

.core-hero-slideshow .read-more {
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
	pointer-events: all;
}

.core-hero-slideshow .read-more:hover {
	text-decoration: underline;
}

.core-hero-slideshow .glide__arrows .glide__arrow--left {
	background: url("/includes/public/assets/shared/arrow-l.svg");
	border-radius: 0px;
}

.core-hero-slideshow .glide__arrows .glide__arrow--right {
	background: url("/includes/public/assets/shared/arrow-r.svg");
	border-radius: 0px;
}

.core-hero-slideshow .glide__arrows .glide__arrow i {
	display: none;
}

.core-hero-slideshow .arrows-cont .glide__arrows {
	bottom: 50%;
	justify-content: space-between;
	padding: 0px 20px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
}

.core-hero-slideshow  .glide__bullets .glide__bullet--active {
	background: var(--blue-007);
}

.core-hero-slideshow .glide__bullets {
	display: flex;
	justify-content: center;
	gap: 18px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.core-hero-slideshow .glide__bullet {
	border-radius: var(--rounded-circle);
	background: var(--white);
	border: 2px solid var(--blue-007);
	display: block;
	height: 18px;
	width: 18px;
	padding: 0;
}

@media (min-width: 32.5em) {
	.core-hero-slideshow .slide.overlap-image .content-section {
		bottom: var(--space-20);
	}

	.core-hero-slideshow .glide__bullets {
		bottom: 70px;
	}
}

@media screen and (min-width:40em) {
	.core-hero-slideshow .slide.overlap-image .content-section {
		left: var(--space-12);
		right: var(--space-12);
	}
	
	.core-hero-slideshow .arrows-cont .glide__arrows {
		padding: 0px 40px;
	}
}
@media (min-width: 920px) and (max-width: 1024px) {
	.core-hero-slideshow .slide.overlap-image .content-section {
		transform: translateY(-30px);
	}
}
@media screen and (min-width:64em) {
	.core-hero-slideshow .slide-title {
		max-width: 100%;
		margin-bottom: 7px;
	}
	.core-hero-slideshow .slide.overlap-image .content-section {
		right: 0;
		bottom: 110px;
		padding: var(--space-8) var(--space-5) var(--space-8) var(--space-16);
	}
	.core-hero-slideshow .slide.overlap-image .slide-title a {
		font-size: 24px;
		color: var(--white);
	}
	.core-hero-slideshow .slide.overlap-image p {
		font-size: 18px;
		color: var(--white);
		line-height: 1.3;
	}
}

@media (min-width: 90em) {
	.core-hero-slideshow .slide.overlap-image .content-section {
		bottom: 165px;
	}

	.core-hero-slideshow .glide__bullets {
		bottom: 115px;
	}
}