/*
	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.
*/
.core-hero-image.hero-image {
	margin-bottom: var(--space-4);
}
.core-hero-image.hero-image .content-section {
	padding: var(--space-5) var(--space-4) var(--space-4);
	background-color: rgba(67,67,67,0.8);
	max-width: 540px;
}
.core-hero-image.hero-image .slide .slide-title {
	margin-bottom: var(--space-1);
}
.core-hero-image.hero-image .slide p {
	font-size: var(--text-sm);
	line-height: var(--leading-tight);
	font-weight: 400;
}
.core-hero-image.hero-image .read-more {
	display: block;
    font-family: var(--font-display);
    font-size: var(--text-base);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wider);
    font-weight: 600;
    color: var(--text-color);
	margin-top: var(--space-2);
}
.core-hero-image.hero-image .read-more::after {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9375rem;
    margin-left: var(--space-1);
    position: relative;
    top: 1px;
}
@media (min-width: 64em) {
	.core-hero-image.hero-image {
		margin-bottom: var(--space-10);
	}
	.core-hero-image.hero-image .content-section {
		padding: var(--space-4) var(--space-10) var(--space-4) 78px;
	}
}