.ccl-widget.featured-blog-and-side-by-side.core-styles {
	position: relative;
	margin-bottom: 18px;
}

/* Header Styling */
.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header {
	padding: 0;
	padding-left: 13px;
	margin-bottom: -5px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header .widget-header-inner {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: none;
	padding-bottom: 0;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header .widget-header-inner .widget-subtitle {
	font-family: var(--font-alt);
	font-size: 23px;
	line-height: 26px;
	font-weight: 100;
	letter-spacing: 0;
	color: var(--lighter-gray);
	margin: 0;
	margin-bottom: 2px;
	margin-right: 2px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header .widget-header-inner .widget-title {
	font-family: var(--font-heading);
	font-size: 34px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0.01em;
	color: var(--darker-blue);
	text-transform: uppercase;
	margin: 0;
}

/* Standout Dark Background */
.ccl-widget.featured-blog-and-side-by-side.core-styles .standout {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .standout::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 219px;
	height: 100%;
	background-color: var(--dark-pink);
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .standout::after {
	content: '';
	position: absolute;
	bottom: -110px;
	left: 11px;
	z-index: -1;
	height: 195px;
	width: 195px;
	background: url(/includes/public/assets/shared/white_circle-featured_blog_section.svg);
	background-repeat: no-repeat;
	pointer-events: none;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .standout .widget-standout-title {
	font-family: var(--font-heading);
	font-size: 34px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: var(--white);
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 13px;
	margin: 0;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides { position: relative; }

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides::after {
	content: '';
	position: absolute;
	bottom: 19%;
	right: -102px;
	z-index: -1;
	height: 190px;
	width: 190px;
	background: url(/includes/public/assets/shared/faded_blue-circle-featured_blog_section.svg);
	background-repeat: no-repeat;
	pointer-events: none;
}

/* Featured Slide Styling */
.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide { margin-bottom: 12px; }

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide > .inner {
	position: relative;
	overflow: hidden;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .img-cont .featured-cont {
	position: absolute;
	top: -36px;
	right: 10px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	width: 76px;
	background-color: var(--dark-pink);
	border-radius: var(--rounded-full);
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .img-cont .featured {
	font-family: var(--font-display);
	font-size: 10px;
	font-weight: 700;
	font-style: italic;
	line-height: 10.21px;
	letter-spacing: 0.04em;
	color: var(--white);
	text-transform: uppercase;
	text-align: center;
	margin-top: 28px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .img-cont::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-blue);
	opacity: 0.6;
	pointer-events: none;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .content-section {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 10px 15px 14px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-title,
.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-title a {
	max-width: 80%;
	font-family: var(--font-display);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.025em;
	color: var(--white);
	text-decoration: none;
	margin-bottom: 2px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-footer { margin: 0;}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide p { display: none; }

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-footer .read-more {
	position: relative;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	line-height: 19.6px;
	letter-spacing: 0.04em;
	color: var(--white);
	text-transform: uppercase;
	background-color: transparent;
	background: transparent;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-left: 1px;
	border-radius: initial;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-footer .read-more i {
	position: relative;
	top: 2px;
	left: 2px;
	display: inline-block;
	font-size: 16.21px;
	letter-spacing: 0;
	background-color: var(--dark-pink);
	background-image: linear-gradient(to top, var(--orange), var(--dark-pink));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	margin-left: -2px;
}

/* Side-by-Side Styling */
.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side {
	max-width: 1179px;
	padding: 0 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side > .inner {
	display: grid;
	grid-template-columns: 0.53fr 1fr;
	background-color: var(--white);
	padding: 5px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .img-cont {
	position: relative;
	height: 100%;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .img-cont img {
	height: 100%;
	object-fit: cover;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .content-section {
	background-color: var(--white);
	padding: 10px 10px;
	padding-top: 9px;
	padding-left: 17px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .category {
	font-family: var(--font-display);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: var(--darker-gray);
	text-transform: uppercase;
	margin-bottom: 5px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-title,
.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-title a {
	font-family: var(--font-display);
	font-size: 14px;
	font-weight: 900;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: var(--charcoal);
	text-decoration: none;
	margin-bottom: 2px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side p { display: none; }

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-footer { margin: 0; }

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-footer .read-more {
	position: relative;
	font-family: var(--font-body);
	font-size: 10px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.03em;
	color: var(--light-charcoal);
	text-transform: uppercase;
	background-color: transparent;
	background: transparent;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-left: -1px;
	border-radius: initial;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-footer .read-more i {
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 14.21px;
	letter-spacing: 0;
	background-color: var(--dark-pink);
	background-image: linear-gradient(to top, var(--orange), var(--dark-pink));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	margin-left: -2px;
}

/* CTA Styling */
.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont {
	position: relative;
	text-align: center;
	margin-bottom: 18px;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont .widget-view-all {
	position: relative;
	z-index: 1;
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 400;
	line-height: 47px;
	letter-spacing: 0px;
	background-image: -webkit-linear-gradient(140deg, rgb(214,26,105) 0%, rgb(243,101,74) 99%);
    background-image: -ms-linear-gradient( 140deg, rgb(214,26,105) 0%, rgb(243,101,74) 99%);
	background-image: -moz-linear-gradient( 140deg, rgb(214,26,105) 0%, rgb(243,101,74) 99%);
	color: var(--white);
	padding: 14px 20px 14px 28px;
	opacity: 1;
	transition: ease all 0.6s;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont .widget-view-all::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 97%;
	background-image: -webkit-linear-gradient(140deg, rgb(214,26,105) 93%, rgb(243,101,74) 99%);
    background-image: -ms-linear-gradient( 140deg, rgb(214,26,105) 93%, rgb(243,101,74) 99%);
	background-image: -moz-linear-gradient( 140deg, rgb(214,26,105) 93%, rgb(243,101,74) 99%);
	border-radius: 8px;
	transition: ease all 0.6s;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont .widget-view-all span {
	position: relative;
	z-index: 2;
}

.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont .widget-view-all i {
	opacity: 0;
	transform: translateX(-7px);
	transition: ease all 0.6s;
}

@media (min-width: 40em) {
	/* Heading - Tablet */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header .widget-header-inner .widget-subtitle {
		font-size: 30px;
		line-height: 34px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header .widget-header-inner .widget-title {
		font-size: 50px;
		line-height: 55px;
	}

	/* Standout Dark Background - Tablet */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .standout::before { width: 330px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .standout::after {
		bottom: -163px;
		height: 305px;
		width: 305px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .standout .widget-standout-title {
		font-size: 50px;
		line-height: 55px;
	}

	/* Slides - Tablet */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides::before {
		content: "";
		position: absolute;
		top: -125px;
		right: -60px;
		z-index: -1;
		width: 300px;
		height: 300px;
		background-image: url(/includes/public/assets/shared/gradient_circle-featured_blog_section.svg);
		background-repeat: no-repeat;
		pointer-events: none;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides::after {
		bottom: 11%;
		right: -163px;
		height: 300px;
		width: 300px;
	}

	/* Featured-Slide - Tablet */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .content-section { max-width: 60%; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-title,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-title a {
		max-width: 100%;
		font-size: 26px;
		line-height: 30px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide p {
		display: block;
		font-family: var(--font-body);
		font-size: 17px;
		font-weight: 300;
		line-height: 25px;
		letter-spacing: 0.03em;
		color: var(--white);
		margin-bottom: 7px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-footer .read-more { font-size: 14px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-footer .read-more i { top: 1px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .img-cont .featured-cont {
		top: -50px;
		right: 40px;
		z-index: 1;
		height: 100px;
		width: 100px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .img-cont .featured {
		font-size: 13px;
		line-height: 16.21px;
		margin-top: 42px;
	}

	/* Side-by-Side Styling - Tablet */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .content-section {
		display: flex;
		align-items: center;
		padding: 30px 40px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .category { font-size: 11px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-title,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-title a {
		max-width: 85%;
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side p {
		max-width: 75%;
		display: block;
		font-family: var(--font-body);
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: var(--light-charcoal);
		margin-bottom: 5px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-footer .read-more {
		font-size: 12px;
	}

	/* Reverse order of content and image for second side-by-side */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side:nth-child(3) > .inner { grid-template-columns: 1fr 0.53fr; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side:nth-child(3) .slide-top { order: 2; }
}

@media (min-width: 64em) {
	.ccl-widget.featured-blog-and-side-by-side.core-styles { margin-bottom: 70px; padding-top: 40px; }
	/* Heading - Desktop */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header {
		margin-left: 69px;
		margin-bottom: -7px;
	}
	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header .widget-header-inner .widget-subtitle {
		font-size: 45px;
		line-height: 50px;
		padding-left: 6px;
		margin-bottom: 14px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-header .widget-header-inner .widget-title {
		font-size: 85px;
		line-height: 100px;
		letter-spacing: 0.018em;
	}

	/* Slides - Desktop */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides::before {
		top: -222px;
		right: 87px;
		width: 455px;
		height: 455px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides::after {
		bottom: auto;
		top: calc(250px + (478 - 257) * ((100vw - 1024px) / (1440 - 1024)));
		right: 45px;
		height: 541px;
		width: 541px;
	}

	/* Standout Dark Background - Desktop */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .standout { padding-bottom: 112px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .standout::before { width: 802px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .standout::after {
		bottom: -352px;
		left: 58px;
		height: 690px;
		width: 684px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .standout .widget-standout-title {
		font-size: 85px;
		line-height: 93px;
		letter-spacing: 0.018em;
		padding-top: 20px;
		margin-left: 69px;
	}

	/* Featured-Slide - Desktop */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide{ margin-bottom: 75px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .content-section {
		padding-left: 83px;
		margin-bottom: 52px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-title,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-title a {
		max-width: 536px;
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 0.036em;
		margin-bottom: 6px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide p {
		max-width: 704px;
		margin-bottom: 11px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-footer .read-more {
		font-size: 17px;
		letter-spacing: 0.045em;
		margin-left: 2px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .slide-footer .read-more i {
		font-size: 24.21px;
		top: 4px;
		left: 3px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .img-cont .featured-cont {
		top: -90px;
		right: 218px;
		height: 193px;
		width: 193px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .img-cont .featured {
		font-size: 22px;
		line-height: 26px;
		margin-top: 79px;
	}

	/* Side-by-Side Stylings - Desktop */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side { margin-bottom: 50px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side > .inner {
		grid-template-columns: 0.835fr 1fr;
		padding: 0;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .img-cont { overflow: hidden; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .img-cont img {
		transform: scale(1);
		transition: ease-in-out all 0.8s;
	}

	@media (hover:hover) {
		.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side:hover .img-cont img {
			transform: scale(1.1);
			transition: ease-in-out all 0.8s;
		}
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .content-section { padding: 30px 71px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .content-section > .inner { margin-top: 14px; }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .category {
		font-size: 14px;
		margin-bottom: 5px;
		margin-left: 1.5px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-title,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-title a {
		max-width: 367px;
		font-size: 26px;
		line-height: 33px;
		letter-spacing: 0.025em;
		margin-bottom: 10px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side p {
		max-width: 100%;
		font-size: 17px;
		line-height: 29px;
		margin-bottom: 13px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-footer .read-more {
		font-size: 14.74px;
		font-weight: 700;
		letter-spacing: 0.045em;
		margin-left: 0.5px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side .slide-footer .read-more i {
		top: 3px;
		left: 5px;
		font-size: 21.21px;
		transition: ease-in-out all 0.8s;
	}

	@media (hover:hover) {
		.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side:hover .slide-footer .read-more i {
			transform: translateX(5px);
			transition: ease-in-out all 0.8s;
		}
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side:nth-child(3) > .inner { grid-template-columns: 1fr 0.835fr; }

	/* CTA Styling - Desktop */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont {
		position: absolute;
		left: 60.58%;
		bottom: 30px;
		text-align: center;
		margin-bottom: 18px;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont .widget-view-all {
		font-size: 19px;
		font-weight: 400;
		line-height: 69.57px;
		letter-spacing: 0.02em;
		padding: 24px 35px 19px 50px;
	}

	@media (hover:hover) {
		.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont .widget-view-all:hover::before  {
			opacity: 1;
			transition: ease all 0.6s;
		}

		.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont .widget-view-all:hover i {
			opacity: 1;
			transform: translateX(2px);
			transition: ease all 0.6s;
		}
	}

	/* Intersect Observation */
	/* --Fade Out-- */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-subtitle.fadeOut {
		transform: translateY(-40px);
        opacity: 0 !important;
	}
    .ccl-widget.featured-blog-and-side-by-side.core-styles .widget-title.fadeOut,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-standout-title.fadeOut {
        transform: translateX(-75px);
        opacity: 0 !important;
    }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide.fadeOut .img-cont::after {
		opacity: 0 !important;
	}
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .content-section.fadeOut,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side.fadeOut {
		transform: translateY(75px);
        opacity: 0 !important;
	}
	.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont.fadeOut {
		transform: translateX(-75px);
        opacity: 0 !important;
	}

	/* --Fade In-- */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-subtitle.fadeIn {
		transform: translateY(0);
        transition: transform cubic-bezier(0.45, 0, 0.55, 1) 0.8s, opacity cubic-bezier(0.45, 0, 0.55, 1) 0.8s;
        opacity: 1 !important;
	}
    .ccl-widget.featured-blog-and-side-by-side.core-styles .widget-title.fadeIn,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-standout-title.fadeIn {
		transform: translateX(0);
        transition: transform cubic-bezier(0.45, 0, 0.55, 1) 0.8s, opacity cubic-bezier(0.45, 0, 0.55, 1) 0.8s;
        opacity: 1 !important;
    }

	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide.fadeIn .img-cont::after {
		opacity: 0.6 !important;
		transition: opacity cubic-bezier(0.45, 0, 0.55, 1) .8s;
	}
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .featured-slide .content-section.fadeIn,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side.fadeIn {
		transform: translateY(0);
		transition: transform cubic-bezier(0.45, 0, 0.55, 1) 0.8s, opacity cubic-bezier(0.45, 0, 0.55, 1) 0.8s;
        opacity: 1 !important;
	}

	.ccl-widget.featured-blog-and-side-by-side.core-styles .view-all-cont.fadeIn {
		transform: translateX(0);
		transition: transform cubic-bezier(0.45, 0, 0.55, 1) 0.8s, opacity cubic-bezier(0.45, 0, 0.55, 1) 0.8s;
        opacity: 1 !important;
	}

	/* --Delays-- */
	.ccl-widget.featured-blog-and-side-by-side.core-styles .widget-title.fadeIn,
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides .side-by-side:nth-child(2).fadeIn { transition-delay: 0.2s; }
    .ccl-widget.featured-blog-and-side-by-side.core-styles .widget-standout-title.fadeIn { transition-delay: 0.4s; }
}

@media (min-width: 1440px) {
	.ccl-widget.featured-blog-and-side-by-side.core-styles .slides::after { top: calc(469px + (727 - 478) * ((100vw - 1440px) / (1920 - 1440))); }
}
