/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider 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.
*/

/*--GENERAL--*/
.core-hero-image.hero-image .banner-content {
	
}
.core-hero-image.hero-image.hero-image .banner-content .title-desc-container {
	width: 100%;
}
.core-hero-image.hero-image .banner-content .banner-title {
	color: var(--white);
	font-weight: 100;
	line-height: 1;
	font-size: 24px;
	pointer-events: all;
	font-family: var(--font-display);
	width: 100%;
	margin-bottom: 3px;
}
.core-hero-image.hero-image .banner-content .banner-description {
	color: var(--white);
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: var(--space-5);
}
.core-hero-image.hero-image .banner-title>a:hover {
	color: inherit;
	text-decoration: none;
}

.core-hero-image.hero-image .read-more:hover {
	text-decoration: none;
}
@media screen and (min-width:40em) {
	
}
@media screen and (min-width:64em) {
	.core-hero-image.hero-image .banner-content {
		bottom: 40px;
	}
	.core-hero-image.hero-image .banner-content .banner-title {
		font-size: 39px;
		margin-bottom: 6px;
		max-width: 100%;
		letter-spacing: 1px;
	}
	.core-hero-image.hero-image .banner-content .banner-description {
	    font-size: 21px;
	    width: 85%;
	}
}