.contentRender_name_plugins_collections_template_custom_marquee {
	border-bottom: 1px solid transparent;
}

.custom-marquee {
	--lc-logo: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/lakecharles-redesign/lc_logo_3e931cd4-ceac-44be-bd07-73c4af1624a4.png);
	--starburst: url(/includes/public/assets/shared/starburst.svg);
	--starburst-corner: url(/includes/public/assets/shared/starburst_tan.svg);
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	margin-bottom: 31px;
}
.custom-marquee,
.custom-marquee .img-cont {
	position: relative;
}

.custom-marquee .slide {
	position: relative;
}

.custom-marquee .slide.promoted {
	padding-top: 36px;
	width: 100%;
	margin-bottom: 16px;
}

.custom-marquee .promoted:before {
	--size: 190px;
	content: '';
	background-image: var(--starburst);
	position: absolute;
	top: 0;
	right: calc(17 / 69 * 100% - 110px);
	width: var(--size);
	height: var(--size);
	pointer-events: none;
}

.custom-marquee .promoted:after {
	content: '';
	background-image: var(--lc-logo);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 60px;
	right: calc(17 / 69 * 100% - 58px);
	width: 96px;
	height: 100%;
	pointer-events: none;
}

.custom-marquee.hide-logo .promoted:before,
.custom-marquee.hide-logo .promoted:after {
	content: none;
}

.custom-marquee .promoted-inner {
	width: calc(52 / 69 * 100%);
	position: relative;
}

.custom-marquee .promoted-content-section {
	position: absolute;
	right: 25px;
	bottom: 25px;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.custom-marquee .widget-title {
	font-family: var(--font-display);
	font-weight: var(--font-weight-heavy);
	font-size: 60px;
	font-size: max(35px, min(calc(35px + 25 * (100vw - 300px)/ 75), 60px));
	color: var(--yellow);
	line-height: 0.9;
	text-transform: uppercase;
	width: min-content;
	transform: translateX(92px);
}

.custom-marquee .widget-view-all {
	color: white;
	text-transform: uppercase;
	font-family: var(--font-display);
	font-size: 14px;
	letter-spacing: .08em;
	border: 2px solid var(--yellow);
	transition: color .3s ease, background-color .3s ease;
	font-weight: var(--font-weight-heavy);
	padding: 3px 14px 2px;
	margin-top: 7px;
}

.custom-marquee .slide .widget-view-all:hover {
	background-color: var(--yellow);
	color: var(--blue);
	text-decoration: none;
}

.custom-marquee .unpromoted:before {
	--size: 64px;
	content: '';
	background-image: var(--starburst-corner);
	position: absolute;
	top: -40px;
	right: -36px;
	width: var(--size);
	height: var(--size);
	transform: rotate(38deg);
	pointer-events: none;
}
.custom-marquee .unpromoted:nth-child(3) {
	margin-bottom: 27px;
}

.custom-marquee .unpromoted:nth-child(3) .img-cont:before {
	--size: 64px;
	content: '';
	background-image: var(--starburst-corner);
	position: absolute;
	width: var(--size);
	height: var(--size);
	top: calc(100% - 23px);
	right: unset;
	left: -40px;
	transform: rotate(228deg);
	z-index: -1;
	pointer-events: none;
}

.custom-marquee .unpromoted:nth-child(3):before {
	content: none;
	top: unset;
	right: unset;
	left: -40px;
	bottom: 8px;
	transform: rotate(228deg);
}

.custom-marquee .unpromoted:nth-child(4) {
	margin-bottom: 0px;
}

.custom-marquee .unpromoted:nth-child(4):before {
	top: -42px;
	right: -41px;
	transform: rotate(41deg)
}

.custom-marquee .slide {
	margin-bottom: 20px;
}

.custom-marquee .slide .inner {
	position: relative;
}

.custom-marquee .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.custom-marquee .promoted .img-cont:after {
	background: radial-gradient(circle at bottom right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 35%)
}

.custom-marquee .img-cont img {
	display: block;
	width: 100%;
}

.custom-marquee .content-section .time-to-read {
	font-size: 13px;
	background-color: rgba(65,101,129, .7);
	color: var(--white);
	display: inline-block;
	padding: 3px 7px 2px;
	margin-bottom: 13.5px;
}

.custom-marquee h4,
.custom-marquee h4 a {
	font-family: var(--font-body);
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	pointer-events: all;
}

.custom-marquee h4 {
	margin-bottom: 0;
}

.custom-marquee h4 a:hover {
	font-weight: normal;
}

.custom-marquee .inner:hover h4 a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}

.custom-marquee .footer {
	display: flex;
	justify-content: end;
	padding-right: 3px;
}

.custom-marquee .slide .circle-arrow:after {
	color: var(--blue)
}

.custom-marquee .content-section {
	padding: 17px 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}

.custom-marquee .content-section p:not(.time-to-read) {
	display: none;
	color: var(--white);
}

.custom-marquee .circle-arrow-link {
	height: 49px;
	justify-content: end;
}

.custom-marquee .slide .circle-arrow-link {
	padding-right: 0;
}

.custom-marquee .content-section .read-more {
	position: relative;
	/* IE, requires any display property other than inline to work
	 with pointer events all here */
	font-size: 12px;
	pointer-events: all;
	transition: opacity .1s;
}

.custom-marquee .slide  a:hover {
	text-decoration: none;
}

@media (min-width: 40em) {
	.panel-two-col .custom-marquee {
		margin-bottom: 0;
	}

	.custom-marquee .cols {
		display: grid;
		grid-template-columns:  626fr 486fr;
		column-gap: 22px;
		padding-top: var(--decoration-offset);
	}

	.custom-marquee .cols .slide:nth-child(2) {
		margin-top: 165px;
		margin-bottom: 35px
	}

	.custom-marquee .cols .slide:nth-child(3) {
		margin-top: -184px;
		margin-bottom: 0;
	}

	.custom-marquee .unpromoted:nth-child(3):before {
		bottom: max(calc(45px - 40 * (100vw - 640px) / 384), 5px);
		bottom: unset;
		top: calc(100% - 200px);
	}
}

@media (min-width: 64em) {
	.custom-marquee {
		--decoration-offset: 68px;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 61px;
		padding-right: 60px;
		margin-bottom: 53px;
	}

	.custom-marquee .promoted-inner {
		width: calc(244 / 313 * 100%);
		position: relative;
	}

	.custom-marquee .promoted-content-section {
		right: 29px;
		bottom: 31px;
	}

	.custom-marquee .widget-title {
		font-size: min(calc(80px + 30 * (100vw - 1024px) / 276), 110px);
		margin-bottom: min(calc(10px + 20 * (100vw - 1024px) / 276), 30px);
		transform: translateX(min(calc(92px + 52 * (100vw - 1024px) / 276), 144px));
	}

	.custom-marquee .widget-view-all {
		font-size: 18px;
		letter-spacing: .08em;
		border-width: 3px;
		padding: 10px 17px 9px;
		margin-top: 0;
	}

	.custom-marquee .cols {
		display: grid;
		grid-template-columns:  626fr 486fr;
		column-gap: 46px;
		padding-top: var(--decoration-offset);
	}

	.custom-marquee .cols .slide {
		width: 100%;
	}

	.custom-marquee .promoted:before {
		--size: 356px;
		top: calc(var(--decoration-offset) * -1);
		right: calc(138/626 * 100% - 206/626 * 100%);
	}

	.custom-marquee .promoted:after {
		top: 44px;
		right: calc(138/626 * 100% - 206/626 * 100% + 95px);
		width: 182px;
	}

	.custom-marquee .unpromoted:before {
		--size: 125px;
		top: -84px;
		right: -80px;
	}

	.custom-marquee .unpromoted:nth-child(3) .img-cont:before {
		left: -75px;
		--size: 125px;
		top: calc(100% - 37px);
		transform: rotate(207deg)
	}

	.custom-marquee .unpromoted:nth-child(4):before {
		top: -80px;
		right: -80px;
		transform: rotate(41deg)
	}
	
	.custom-marquee .unpromoted:nth-child(3) {
		margin-bottom: 0px;
	}
	
	.custom-marquee .cols .slide:nth-child(2) {
		margin-top: 255px;
		margin-bottom: 75px
	}

	.custom-marquee .cols .slide:nth-child(3) {
		margin-top: -314px;
	}

	.custom-marquee .slide.promoted {
		padding-top: 0;
		width: 100%;
	}

	.custom-marquee .slide:not(:first-child) .img-cont::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60%;
		background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
		pointer-events: none;
	}

	.custom-marquee .content-section {
		padding: 24px 31px;
		position: absolute;
		left: 0;
		z-index: 10;
		pointer-events: none;
	}

	.custom-marquee .cols .slide:is(:nth-child(3), :nth-child(4)) .content-section {
		padding: 28px 28px;
		max-width: 580px;
	}

	.custom-marquee .cols .slide:nth-child(3) .content-section h4 {
		margin-bottom: 12px;
	}

	.custom-marquee .cols .slide:nth-child(3) .content-section .time-to-read {
		margin-bottom: 11px;
	}

	.custom-marquee .cols .slide:last-child .shared-play-button {
		left: unset;
		transform: unset;
		right: 15px;
		top: 15px;
	}

	.custom-marquee .content-section .time-to-read {
		font-size: 14px;
		padding: 2px 13px 3px;
	}

	.custom-marquee h4 {
		margin-bottom: 11px;
	}
	
	.custom-marquee :is(h4, h4 a) {
		font-size: 40px;
		line-height: 1.15em;
	}

	.custom-marquee .content-section p:not(.time-to-read) {
		display: block;
		font-size: 19px;
		line-height: 1.37em;
	}

	.custom-marquee .circle-arrow-link {
		height: 56px;
	}

	.custom-marquee .slide:nth-child(4) .circle-arrow-link {
		height: 59px;
	}

	.custom-marquee .slide .circle-arrow-link .read-more {
		font-size: 16px;
	}
}