.ci-featured-content {
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}
.ci-featured-content.frame-fp-block:not(.background-color) {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.ci-featured-content.frame-fp-block:not(.background-color) .section-title {
	color: #454545;
}
.ci-featured-content.frame-fp-block:not(.background-color) .card-content-inner h2 a strong {
	color: #000000;
	font-weight: 400;
}
.ci-featured-content.background-color .section-title {
	color: #ffffff;
}
.ci-featured-content.frame-fp-block .img + .wrapper > * {
	max-width: none;
}
.ci-featured-content .cards-wrp {
	margin: 0 auto;
}
.ci-featured-content .cards-wrp:not(:last-child) {
	margin-bottom: 20px;
}
.ci-featured-content.background-color .card-content-inner h2 {
	color: #ffffff;
	font-weight: 400;
}
.ci-featured-content.background-color .card-content-inner h2 a:hover {
	color: #ffffff;
}
.ci-featured-content .card-content-inner h2 a {
	color: #000000;
}

.ci-featured-content.background-color .card-content-inner a {
	color: #ffffff;
}
.ci-featured-content .cards-wrp .ci-grid:nth-child(n+2) {
	margin-top: 30px;
}
.ci-featured-content .ci-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	padding: 0;
	list-style: none;
	align-items: center;
}
.ci-featured-content .ci-grid .ci-width-1-3 {
	width: calc(100% * 1 / 3.001);
	padding-left: 30px;
	margin: 0;
	box-sizing: border-box;
}
.ci-featured-content .ci-grid .ci-width-2-3 {
	width: calc(100% * 2 / 3.001);
	padding-left: 30px;
	margin: 0;
	box-sizing: border-box;
}
/*.ci-featured-content .ci-grid .ci-width-1-3:nth-child(n+4) {
	margin-top: 40px;
}*/
.ci-featured-content .ci-grid .ci-width-1-3 .article {
	color: #ffffff;
	position: relative;
	text-decoration: none;
	transition: all .3s ease;
}
.ci-featured-content .ci-grid .ci-width-1-3 .article:hover img {
	transform: scale(1.2);
	transition: all .3s ease;
}
.ci-featured-content .ci-grid .ci-width-1-3 .article:hover h4 {
	text-decoration: underline;
	transition: all .3s ease;
}
.ci-featured-content .ci-grid .ci-width-1-3 .card {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 71.25%;
	overflow: hidden;
}
.ci-featured-content .ci-grid .ci-width-1-3 .card-content {
	position: relative;
	z-index: 10;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.ci-featured-content .ci-grid .ci-width-1-3 .card-content-inner {
	padding: 30px;
}
.ci-featured-content .ci-grid .ci-width-1-3 .card-content-inner h4 {
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	transition: all .3s ease;
}
.ci-featured-content .ci-grid .ci-width-1-3 .card-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}
.ci-featured-content .ci-grid .ci-width-1-3 .card-img:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, #262626 19.55%, rgba(217, 217, 217, 0) 95.2%);
	mix-blend-mode: multiply;
}
.ci-featured-content .ci-wrapper {
	padding: 30px 0;
}
.ci-featured-content.background-color .ci-wrapper {
	padding-right: 30px;
	padding-left: 30px;
}
@media(max-width: 1439px){
	.ci-featured-content .ci-grid .ci-width-1-3 {
		width: 33.33%;
		max-width: 100%;

	}
	.ci-featured-content .ci-grid .ci-width-2-3 {
		width: 66.66%;
		max-width: 100%;

	}
	.ci-featured-content .ci-grid .ci-width-1-3:first-child {
		margin-top: 0;
	}
	.ci-featured-content .ci-grid .ci-width-1-3:nth-child(2) {
		margin-top: 0;
	}
	.ci-featured-content .wrapper:before {
		display: none !important;
	}
}

@media (max-width: 1460px) {
	.article-body > .ci-featured-content.full {
		margin-right: -70px;
	}
}


@media(max-width: 1024px){
	.ci-featured-content .cards-wrp .ci-grid .ci-width-1-3 {
		margin-top: 0;
	}
	.ci-featured-content .cards-wrp:not(:last-child) {
		margin-bottom: 20px;
	}
	.ci-featured-content .ci-grid .ci-width-1-3 {
		width: 100%;
		max-width: 100%;
	}
	.ci-featured-content .cards-wrp {
		padding: 20px;
		background: #f2f2f2;
	}
	.ci-featured-content .ci-grid .ci-width-2-3 {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
	}
	.ci-featured-content .ci-grid .ci-width-1-3 {
		margin-top: 0;
	}
	.ci-featured-content .ci-grid .ci-width-1-3 .card {
		display: none;
	}
}