/*
	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.
*/

.ccl-widget.core-hero-slideshow.hero-slideshow { margin-bottom: var(--space-5); }

.ccl-widget.core-hero-slideshow.hero-slideshow .slide .content-section {
	width: calc(100% - 72px);
	padding: var(--space-4);
	padding-right: 0;
	bottom: var(--space-12);
}

.ccl-widget.core-hero-slideshow.hero-slideshow .slide .slide-title,
.ccl-widget.core-hero-slideshow.hero-slideshow .slide .slide-title a {
	width: 100%;
	font-family: var(--font-display);
	font-size: 1.625rem;
	font-weight: 700;
	line-height: var(--leading-none);
	letter-spacing: var(--tracking-normal);
	color: var(--white);
	text-transform: uppercase;
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
	margin-bottom: var(--space-1);
}

.ccl-widget.core-hero-slideshow.hero-slideshow .slide .description {
	max-width: 500px;
	font-family: var(--font-body);
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: calc(16 / 13);
	letter-spacing: var(--tracking-normal);
	color: var(--white);
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
	padding-bottom: 0;
}

.ccl-widget.core-hero-slideshow.hero-slideshow .slide .slide-footer { bottom: var(--space-5); }

.ccl-widget.core-hero-slideshow.hero-slideshow .slide .slide-footer a {
	font-size: 1.0625rem;
	color: var(--white);
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.75);
	padding: 0;
	margin-left: var(--space-5);
}

.core-hero-slideshow .arrows-cont .glide__arrows {
	left: unset;
	right: var(--space-4);
	bottom: var(--space-4);
	grid-template-columns: 1fr;
	gap: var(--space-2);
	padding: 0;
}

.core-hero-slideshow .arrows-cont .glide__arrows .glide__arrow {
	height: var(--space-12);
	width: var(--space-12);
}

.core-hero-slideshow .arrows-cont .glide__arrows .glide__arrow i { font-size: 1.5625rem; }

.core-hero-slideshow .arrows-cont .glide__arrows .glide__arrow--left i::before { content: '\f060'; }

.core-hero-slideshow .arrows-cont .glide__arrows .glide__arrow--right i::before { content: '\f061'; }

@media (min-width: 40em) {
	.ccl-widget.core-hero-slideshow.hero-slideshow .slide .content-section { left: 0; }
}

@media (min-width: 64em) {
	.ccl-widget.core-hero-slideshow.hero-slideshow .slide .slide-title,
	.ccl-widget.core-hero-slideshow.hero-slideshow .slide .slide-title a { font-size: var(--text-3xl-2); }

	.ccl-widget.core-hero-slideshow.hero-slideshow .slide .description {
		font-size: var(--text-base);
		line-height: calc(26 / 16);
	}
}

@media (min-width: 90em) {
	.ccl-widget.core-hero-slideshow.hero-slideshow .slide .content-section {
		left: 44px;
		bottom: 104px;
	}

	.ccl-widget.core-hero-slideshow.hero-slideshow .slide .slide-footer { bottom: var(--space-16); }

	.ccl-widget.core-hero-slideshow.hero-slideshow .slide .slide-footer a { margin-left: 60px; }

	.core-hero-slideshow .arrows-cont .glide__arrows {
		right: var(--space-10);
		bottom: var(--space-12);
	}
}