.ccl-widget.core-marquee.marquee {
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	overflow: hidden;
}

/* Header */
.ccl-widget.core-marquee.marquee .widget-header {
	margin-bottom: -37px;
	position: relative;
	z-index: 2;
	max-width: 1350px;
}
.ccl-widget.core-marquee.marquee .widget-header .widget-view-all-custom { display: none; }
.ccl-widget.core-marquee.marquee .widget-header .widget-header-inner {
	position: relative;
	border: 0;
}
.ccl-widget.core-marquee.marquee .widget-header .widget-header-inner::before {
	position: absolute;
	content: '';
	left: -8px;
	top: -10px;
	width: 290px;
	height: 70px;
	background: url(/includes/public/assets/shared/marquee/blog-title-brush.svg) no-repeat;
	background-position: left;
	background-size: cover;
	z-index: -1;
}
.ccl-widget.core-marquee.marquee .widget-header .widget-title {
	font-family: var(--font-display);
	font-size: 35px;
	letter-spacing: 0;
	font-weight: bold;
	color: #fbf9f4;
	text-transform: uppercase;
	transform: rotate(-3deg);
	padding-left: var(--space-8);
}

.ccl-widget.core-marquee.marquee .mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}
.ccl-widget.core-marquee.marquee .widget-view-all-custom > i {
	font-size: .8em;
}
.ccl-widget.core-marquee.marquee .widget-view-all-custom {
	font-family: var(--font-body);
	font-size: 17px;
	letter-spacing: .02em;
	font-weight: 900;
	color: var(--dark-blue);
}

/* Slides Generic */
.ccl-widget.core-marquee.marquee .slides {
	gap: var(--space-5);
	max-width: 1350px;
}

.ccl-widget.core-marquee.marquee .slide:not(:nth-child(1)):not(:nth-child(2)) {
	margin-top: 14px;
}

.ccl-widget.core-marquee.marquee .slide .img-cont { overflow: visible; }
.ccl-widget.core-marquee.marquee .slide .img-cont:not(.promoted)::after { content: none; }
.ccl-widget.core-marquee.marquee .slide .img-cont:not(.promoted)::before {
	content: '';
	position: absolute;
	top: calc(-25px - 2%);
	left: -20px;
	width: calc(100% + 40px);
	height: 100%;
	background: url(/includes/public/assets/shared/marquee/blog-post-mobile.svg) top/cover no-repeat;
	z-index: -1;
}

.ccl-widget.core-marquee.marquee .slide .content-section:not(.promoted) {
	position: static;
	padding: 0 var(--space-2);
}

.ccl-widget.core-marquee.marquee .content-section .slide-title,
.ccl-widget.core-marquee.marquee .content-section .slide-title a {
	font-family: var(--font-body);
	font-size: 24px;
	line-height: 27px;
	letter-spacing: 0;
	font-weight: 900;
	color: var(--grey);
	margin-bottom: 6px;
}

@media (hover:hover) {
	.ccl-widget.core-marquee.marquee .content-section .slide-title a:hover {
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-underline-offset: 3px;
	}
	.ccl-widget.core-marquee.marquee .content-section.promoted .slide-title a:hover {
		text-decoration-thickness: 3px;
		text-underline-offset: 5px;
	}
}

.ccl-widget.core-marquee.marquee .content-section > p {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	color: var(--dark-grey);
	margin: 0;
}

/* Promoted Slide */
.ccl-widget.core-marquee.marquee .slide .img-cont.promoted::before {
	content: '';
	position: absolute;
	top: -60px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 90px);
	background: url(/includes/public/assets/shared/marquee/blog-bg-mobile.svg) top/cover no-repeat;
	z-index: -1;
}

.ccl-widget.core-marquee.marquee .content-section.promoted {
	padding: 15px;
}
.ccl-widget.core-marquee.marquee .content-section.promoted .slide-title,
.ccl-widget.core-marquee.marquee .content-section.promoted .slide-title a {
	text-shadow: 0 0 12px rgba(0,0,0,.65);
}
.ccl-widget.core-marquee.marquee .content-section.promoted .slide-title,
.ccl-widget.core-marquee.marquee .content-section.promoted .slide-title a,
.ccl-widget.core-marquee.marquee .content-section.promoted > p {
	color: white;
}

@media (min-width: 980px) {
	.ccl-widget.core-marquee.marquee .widget-header .widget-header-inner { justify-content: flex-start; }
	.ccl-widget.core-marquee.marquee .mobile .widget-view-all-custom { display: none; }
	.ccl-widget.core-marquee.marquee .widget-header .widget-view-all-custom {
		display: inline-block;
		position: relative;
		top: -15px;
		left: 30px;
	}
	.ccl-widget.core-marquee.marquee .slide .content-section:not(.promoted) {
		padding: 0;
		padding-top: var(--space-3);
	}

	.ccl-widget.core-marquee.marquee .slide .img-cont:not(.promoted)::before { content: none; }
	.ccl-widget.core-marquee.marquee .slide .img-cont.promoted::before{
		background: url(/includes/public/assets/shared/marquee/blog-bg.svg) top/cover no-repeat;
		height: 150%;
	}

	.ccl-widget.core-marquee.marquee .content-section.promoted > p {
		max-width: 80%;
	}

	.ccl-widget.core-marquee.marquee .slide:not(:nth-child(1)):not(:nth-child(2)) {
		margin-top: 0;
	}
}

@media (min-width: 1370px) {
	/* Header */
	.ccl-widget.core-marquee.marquee .widget-header {
		padding: 0;
	}

	/* Misc */
	.ccl-widget.core-marquee.marquee .slides { padding: 0; }
	.ccl-widget.core-marquee.marquee .slides { grid-row-gap: 30px; }
	.ccl-widget.core-marquee.marquee .slide .img-cont.promoted::before { content: none; }
	.ccl-widget.core-marquee.marquee { padding-top: 36px; margin-top: 40px; margin-bottom: 40px;}
	.ccl-widget.core-marquee.marquee::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 815px;
		background: url(/includes/public/assets/shared/marquee/blog-bg.svg) top/cover no-repeat;
	}
}

@media (min-width: 1440px) {
	/* Header */
	.ccl-widget.core-marquee.marquee .widget-header .widget-header-inner::before {
		width: 581px;
		height: 140px;
		left: -38px;
		top: 9px;
	}
	.ccl-widget.core-marquee.marquee .widget-header .widget-title {
		font-size: 70.4px;
		position: relative;
		top: 28px;
		left: 12px;
	}
	.ccl-widget.core-marquee.marquee .widget-header .widget-view-all-custom {
		font-size: 21px;
		top: 0;
		left: 80px;
	}

	/* Slides */
	.ccl-widget.core-marquee.marquee .content-section > p {
		font-size: 20px;
		line-height: 30px;
	}
	.ccl-widget.core-marquee.marquee .content-section .slide-title,
	.ccl-widget.core-marquee.marquee .content-section .slide-title a {
		font-size: 31px;
		line-height: 35px;
	}

	/* Promoted */
	.ccl-widget.core-marquee.marquee .content-section.promoted {
		padding: 28px 45px;
		max-width: 1000px;
	}
	.ccl-widget.core-marquee.marquee .content-section.promoted .slide-title,
	.ccl-widget.core-marquee.marquee .content-section.promoted .slide-title a {
		font-size: 53px;
		line-height: 59px;
	}
}
