/*
	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 {
	margin-bottom: 60px;
}

.core-hero-slideshow .slide .slide-title {
	font-family: var(--font-display-futura);
	font-weight: 500;
	font-size: 23px;
    line-height: 27px;
	letter-spacing: 0.5px;
    color: white;
    margin-bottom: var(--space-1);
	width: 100%;
}

.core-hero-slideshow .slide p {
	font-family: var(--font-display);
	font-weight: 300;
    margin: 0;
    display: inline;
	font-size: var(--text-base);
    line-height: 24px;
    color: white;
}

.core-hero-slideshow .slide .link-btn {
	position: relative;
	left: initial;
    bottom: initial;
	font-size: var(--text-base);
    line-height: 24px;
    padding: 0;
	background-color: transparent;
    font-family: var(--font-display);
    font-weight: 500;
	color: white;
    text-decoration: underline;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0;
}

.core-hero-slideshow .arrows .arrow-cont {
	bottom: initial;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 13px;
}

.core-hero-slideshow.ccl-widget .arrow-cont .custom-arrow {
	background-color: transparent;
	top: 50%;
	box-shadow: 0px 0px 0px;
}

.core-hero-slideshow.ccl-widget .arrow-cont .custom-arrow img {
	width: 30px;
}

.core-hero-slideshow.ccl-widget .arrow-cont .custom-arrow.next {
	margin-left: auto;
	transform: rotate(180deg) !important;
}

.core-hero-slideshow .content-section {
	left: 0;
	bottom: 0;
	padding: 16px;
	max-width: 690px;
}

.core-hero-slideshow .slide .img-cont::after {
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.54) 0%, rgba(0,0,0,0) 100%);
    top: initial;
	bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    height: 75%;
    width: 100%;
}

@media (min-width: 64em) {
	.core-hero-slideshow {
		margin-bottom: 66px;
	}

	.core-hero-slideshow .slide .slide-title {
		font-size: 36px;
		line-height: 43px;
		font-weight: 600;
	}

	.core-hero-slideshow .slide p,
	.core-hero-slideshow .slide .link-btn {
		font-size: 19px;
		line-height: 29px;
	}

	.core-hero-slideshow.ccl-widget .arrow-cont .custom-arrow img {
		width: auto;
	}

	.core-hero-slideshow .content-section {
		padding: 0 16px 40px 60px;
	}

	.core-hero-slideshow .arrows .arrow-cont {
		padding: 0 30px;
	}
}

@media (hover: hover) {
	.core-hero-slideshow .slide .link-btn:hover {
		text-decoration: underline !important;
	}

	.core-hero-slideshow .slide-title:hover {
		text-decoration: none;
	}
}
