/*
	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.
*/

.ccl-widget.core-hero-image {
	max-width: 100%;
}

.ccl-widget.core-hero-image.blog-styles {
	max-width: 100%;
}

.core-hero-image .slide .slide-title {
	font-family: var(--saans-heavy);
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 0;
	line-height: 1.1;
	max-width: 100%;
}

.core-hero-image.blog-styles .slide .slide-title {
	font-size: 30px;
}

.ccl-widget.core-hero-image .title-desc-container {
	max-width: 100%;
}

.ccl-widget.core-hero-image .title-desc-container .line-btn {
	margin-bottom: -22px;
}

.ccl-widget.core-hero-image .title-desc-container .line-btn a,
.ccl-widget.core-hero-image .title-desc-container .subtitle-no-link {
	color: var(--white);
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: var(--saans-heavy);
}

.ccl-widget.core-hero-image.blog-styles .title-desc-container .line-btn a,
.ccl-widget.core-hero-image.blog-styles .title-desc-container .subtitle-no-link {
	font-size: 18px;
}

.ccl-widget.core-hero-image .title-desc-container .line-btn:before, 
.ccl-widget.core-hero-image .title-desc-container .line-btn:after,
.ccl-widget.core-hero-image .title-desc-container .line-btn .arrow {
	background-color: var(--color1);
	height: 4px;
}

.ccl-widget.core-hero-image .content-section {
	padding: 0 0 10px 23px;
	max-width: 277px;
}

.core-hero-image .img-cont:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 40%);
	pointer-events: none;
}

.core-hero-image.hero-imagehide-content .img-cont:after {
	background: transparent;
}

.core-hero-image .slide p {
	font-size: var(--text-base);
	font-weight: normal;
}

@media(hover:hover) {
	.ccl-widget.core-hero-image .slide .slide-title:hover,
	.ccl-widget.core-hero-image .slide .slide-title a:hover {
		text-decoration: none;
	}
}

@media (min-width: 40em) {
	.core-hero-image .slide .slide-title {
		font-size: 30px;
	}

	.ccl-widget.core-hero-image .title-desc-container .line-btn a,
	.ccl-widget.core-hero-image .title-desc-container .subtitle-no-link {
		font-size: 18px;
	}

}

@media(min-width: 64em) {
	.ccl-widget.core-hero-image {
		max-width: 100%;
	}
	.ccl-widget.core-hero-image.blog-styles {
		max-width: 100%;
	}

	.core-hero-image .slide .slide-title {
		font-size: 60px;
	}

	.ccl-widget.core-hero-image .content-section {
		padding: 0 0 45px 60px;
		max-width: 700px;
	}

	.ccl-widget.core-hero-image .title-desc-container .line-btn a,
	.ccl-widget.core-hero-image .title-desc-container .subtitle-no-link {
		font-size: 30px;
	}

	.ccl-widget.core-hero-image .title-desc-container .line-btn,
	.ccl-widget.core-hero-image .title-desc-container .subtitle-no-link {
		margin-bottom: -25px;
	}

	.core-hero-image .img-cont:after {
		background:  radial-gradient(at 0% 95%, rgba(0,0,0,0.4), transparent);
	}
}

/* Hero Image w/ Caption */

.ccl-widget.hero-image-with-caption {
	max-width: 100%;
	left: unset;
}

.ccl-widget.hero-image-with-caption .content-section {
	padding: 0;
	gap: 10px;
	pointer-events: none;
}

.ccl-widget.hero-image-with-caption .content-section a {
	pointer-events: all;	
}

.ccl-widget.hero-image-with-caption .content-section .desktop-description:before {
	content: '';
	width: 31px;
	height: 4px;
	background-color: var(--color1);
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.ccl-widget.hero-image-with-caption .content-section .desktop-description,
.ccl-widget.hero-image-with-caption .content-section .desktop-description:before {
	display: none;
}

.ccl-widget.hero-image-with-caption .mobile-description-container {
	background-color: var(--gray);
	border-top: 11px solid var(--color1);
	padding: 21px 30px;
}

.ccl-widget.hero-image-with-caption .mobile-description-container a {
	color: var(--color1);
	text-decoration: underline;
	font-family: var(--saans-regular);
	font-size: 16px;
	font-weight: normal;
}

.ccl-widget.hero-image-with-caption .content-section .title-cont,
.ccl-widget.hero-image-with-caption .content-section .subtitle-cont {
	padding: 11px 19px;
}

.ccl-widget.hero-image-with-caption .content-section .title-cont {
	background-color: var(--color1);
}

.ccl-widget.hero-image-with-caption .content-section .subtitle-cont {
	background-color: var(--color2);
	margin-bottom: 31px;
}

.ccl-widget.hero-image-with-caption .content-section .slide-title,
.ccl-widget.hero-image-with-caption .content-section .subtitle {
	font-family: var(--saans-heavy);
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--white);
	line-height: var(--leading-none);
}

.ccl-widget.hero-image-with-caption .img-cont .credit-cont {
	position: absolute;
	bottom: 4px;
	right: 11px;
	z-index: 3;
	text-align: right;
}

.ccl-widget.hero-image-with-caption .img-cont .credit-cont .credit {
	font-family: var(--saans-regular);
	color: white;
	font-size: 14px;
}

.ccl-widget.hero-image-with-caption .img-cont .credit-cont i {
	color: white;
	font-size: 14px;
}

.ccl-widget.hero-image-with-caption .slide .img-cont .shared-play-button {
	top: 20%;
	left: unset;
	right: 0;
}

.ccl-widget.hero-image-with-caption .slide .sponsored {
	color: var(--white);
	z-index: 1;
	font-size: 14px;
	font-family: var(--saans-heavy);
	text-transform: uppercase;
	letter-spacing: .05em;
}

@media(hover:hover) {
	.ccl-widget.hero-image-with-caption .content-section .slide-title:hover,
	.ccl-widget.hero-image-with-caption .content-section .slide-title a:hover {
		color: var(--gray-dark);
	}
}

@media(min-width: 40em) {

	.ccl-widget.hero-image-with-caption {
		max-width: 100%
	}

	.ccl-widget.hero-image-with-caption .slide .img-cont.has-credit:before {
		content: '';
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		right: 0;
		background-image: url('../svg/angle-lg-compressed.svg');
		background-size: cover;
		background-repeat: no-repeat;
		pointer-events: none;
		z-index: 2;
	}

	.ccl-widget.hero-image-with-caption .content-section .desktop-description,
	.ccl-widget.hero-image-with-caption .content-section .desktop-description:before {
		display: block;
	}

	.ccl-widget.hero-image-with-caption .content-section .desktop-description:before {
		bottom: -16px;
	}

	.ccl-widget.hero-image-with-caption .content-section .desktop-description a {
		color: var(--white);
		text-decoration: underline;
	}

	.ccl-widget.hero-image-with-caption .mobile-description-container {
		display: none;
	}

	.ccl-widget.hero-image-with-caption .content-section {
		flex-direction: column;
		align-items: flex-start;
	}

	.ccl-widget.hero-image-with-caption .content-section {
		bottom: 27px;
		max-width: 515px;
	}

	.ccl-widget.hero-image-with-caption .content-section .desktop-description {
		position: relative;
		left: 59px;
	}

	.ccl-widget.hero-image-with-caption .content-section .title-cont,
	.ccl-widget.hero-image-with-caption .content-section .subtitle-cont {
		padding: 12px 19px;
	}

	.ccl-widget.hero-image-with-caption .content-section .title-cont {
		margin-bottom: 0;
	}

	.ccl-widget.hero-image-with-caption .content-section .subtitle-cont {
		margin-bottom: 2px;
	}

	.ccl-widget.hero-image-with-caption .img-cont .credit-cont {
		bottom: 25px;
		right: 21px;
	}

	.ccl-widget.hero-image-with-caption .slide .img-cont.is-dtn .credit-cont {
		bottom: 8px;
		right: 8px;
	}

	.ccl-widget.hero-image-with-caption .content-section .desktop-description,
	.ccl-widget.hero-image-with-caption .content-section .desktop-description a {
		line-height: var(--leading-snug);
		font-weight: normal;
	}

	.ccl-widget.hero-image-with-caption .slide .sponsored {
    	font-size: 18px;
    }
}

@media(min-width: 64em) {
	.ccl-widget.hero-image-with-caption {
		max-width: 100%;
	}

	.ccl-widget.hero-image-with-caption .content-section {
		bottom: 76px;
	}

	.ccl-widget.hero-image-with-caption .content-section .slide-title,
	.ccl-widget.hero-image-with-caption .content-section .subtitle {
		font-size: 20px;
	}

	.ccl-widget.hero-image-with-caption .content-section .desktop-description,
	.ccl-widget.hero-image-with-caption .content-section .desktop-description a {
		font-size: 18px;
	}

	.ccl-widget.hero-image-with-caption .img-cont .credit-cont .credit,
	.ccl-widget.hero-image-with-caption .img-cont .credit-cont i {
		font-size: 14px;
	}

	.ccl-widget.hero-image-with-caption .content-section .subtitle-cont {
		margin-bottom: 15px;
	}

	.ccl-widget.hero-image-with-caption .slide .sponsored {
		margin-bottom: -4px;
		font-size: 24px;
	}


	.ccl-widget.hero-image-with-caption .slide .img-cont.is-dtn .credit-cont {
		bottom: 25px;
		right: 21px;
	}
}

@media(min-width: 80em) {
	.ccl-widget.hero-image-with-caption .slide .img-cont:before {
		height: 50%;
	}

	.ccl-widget.hero-image-with-caption .slide .img-cont.is-dtn .credit-cont {
		margin-right: 36px;
	}
}

/*=====================================*/
/*=====----- BLOG HERO IMAGE -----=====*/
/*=====================================*/

.hero-image.blog {
	left: 0;
	max-width: none;
}

.hero-image.blog .img-cont::after {
	background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
}

.hero-image.blog .content-section {
	max-width: 600px;
	padding: 22px 30px;
}

.hero-image.blog .title-desc-container .subtitle-no-link {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.hero-image.blog .title-desc-container .subtitle-no-link::before {
	display: block;
	width: 31px;
	height: 4px;
	margin-right: 16px;
	background-color: var(--color1-alt-1);
	content: '';
}

.sports .hero-image.blog .title-desc-container .subtitle-no-link::before {
	background-color: var(--color2-pale);
}

@media (min-width: 64em) {
	body:not(.sports) .blog-styles .hero-image.blog {
		width: calc(100% - 60px);
		margin-left: auto;
	}

	.hero-image.blog .content-section {
		padding: 38px 58px;
	}
}

/* Hero Image Custom*/

.ccl-widget.hero-image-custom {
	max-width: 100%;
	left: unset;
}
.ccl-widget.hero-image-custom .img-cont:after {
	background: none;
}
.ccl-widget.hero-image-custom .center-image-cont {
	position: absolute;
   	aspect-ratio: 307 / 170;
    top: 50%;
    left: 50%;
	width: 140px;
	height: 78px;
    transform: translate(-50%, -50%);
	transition: width 0.5s, height 0.5s;
}
.ccl-widget.hero-image-custom .vertical-image-cont img{	
	height: 100%;
}
.ccl-widget.hero-image-custom p.vertical-text {
	position: absolute;  
    transform: rotate(-90deg);
    top: 0;
	bottom: 0;
    right: -209px;
    text-transform: uppercase;
	color: #FDF7DD;
	font-family: 'PT Sans Narrow';
	font-weight: 800;
    line-height: 34px;
    letter-spacing: 2.5px;
	text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
	font-size: 24px;
	transition: all 0.5s;
}
.ccl-widget.hero-image-custom .vertical-image-cont {
	position: absolute;
    transition: width 0.5s, height 0.5s;
    top: 0;
	bottom:0;
    right: -20px;
    width: 107px;
	aspect-ratio: 1187 / 3471;
}

@media screen and (min-width: 400px){
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -217px;
	}
}
@media screen and (min-width: 450px){
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -224px;
	}
}
@media screen and (min-width: 475px){
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -234px;
	}
}
@media screen and (min-width: 500px){
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -278px;
		font-size: 31px;
	}
}
@media screen and (min-width: 525px){
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -292px;
	}
}
@media screen and (min-width: 26.5625em){
	.ccl-widget.hero-image-custom .vertical-image-cont {
		position: absolute;
		transition: width 0.5s, height 0.5s;
		top: 0;
		width: 125px;
	}
}
@media screen and (min-width: 30em){
	.ccl-widget.hero-image-custom .vertical-image-cont {
		position: absolute;
		transition: width 0.5s, height 0.5s;
		top: 0;
		right: 0px;
		width: 145px;
	}
}
@media screen and (min-width: 34em){
	.ccl-widget.hero-image-custom .vertical-image-cont {
		position: absolute;
		transition: width 0.5s, height 0.5s;
		top: 0;
		right: -47px;
		width: 168px;
	}
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -267px;
	}
}
@media screen and (min-width: 575px){
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -281px;
	}
}
@media screen and (min-width: 615px){
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -290px;
	}
}
@media(min-width: 40em) {

	.ccl-widget.hero-image-custom .center-image-cont {
		width: 150px;
		height: 84px;
	}
	.ccl-widget.hero-image-custom .vertical-image-cont {
		position: absolute;
		transition: width 0.5s, height 0.5s;
		top: 0;
		right: -30px;
		width: 168px;
	}	
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -158px;
		font-size: 21px;
	}
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text {
		right: 0px;
		top: 53px;
		bottom: unset;
		font-size: 21px;
		width: 161px;
		transition:all 0.5s;
	}
}
@media(min-width: 700px) {
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -172px;
	}
}
@media(min-width: 740px) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text {		
		top: 70px;
	}
}
@media(min-width: 50em) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -214px;
		font-size: 26px;
		bottom: 0;
		top: 0;
		width: unset;
	}

}
@media(min-width: 875px) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -230px;
		font-size: 26px;
	}
}
@media(min-width: 945px) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -275px;
		font-size: 31px;
	}
}
@media(min-width: 64em) {
	.ccl-widget.hero-image-custom .vertical-image-cont {
		position: absolute;
		transition: width 0.5s, height 0.5s;
		top: 0;
		right: 0px;
		width: 202px;
		height: 100%;
		bottom: 0;
	}
	
	.ccl-widget.hero-image-custom .center-image-cont {
		width: 250px;
		height: 140px;
	}
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -325px;
		font-size: 34px;
	}
}
@media(min-width: 75em) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -357px;
		font-size: 38px;
	}

}
@media(min-width: 81.25em) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -419px;
		font-size: 43px;
	}
}
@media(min-width: 87.5em) {
	.ccl-widget.hero-image-custom .vertical-image-cont {
		position: absolute;
		transition: width 0.5s, height 0.5s;
		top: 0;
		right: 0px;
		width: 277px;
	}
	.ccl-widget.hero-image-custom .center-image-cont {
		width: 350px;
		height: 196px;
	}
}

@media(min-width: 100em) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -530px;
		font-size: 52px;
		letter-spacing: 4.5px;
	}
}
@media(min-width: 112.5em) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -575px;
		font-size: 52px;
	}
}
@media(min-width: 125em) {
	.contentRender_name_plugins_common_hero_callout .ccl-widget.hero-image-custom p.vertical-text, 
	.ccl-widget.hero-image-custom p.vertical-text {
		right: -666px;
		font-size: 65px;
	}
}