.featured-item-flexgroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
    width: 100%;
    min-height: 24rem;
}

.featured-item>a:focus {
	outline-offset: 2px
}

.featured-item>a:focus .button-cta {
	outline: 0
}

.featured-item {
	height: 100%;
	display: flex;
	width: 100%;
	position: relative;
	margin: 0 auto 4em;
	flex-basis: 100%;
	max-width: 20rem
}

.featured-item>a,
.featured-item>div {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none
}

.featured-item[aria-hidden="true"]>a {
	pointer-events: none
}

.featured-item-content-rows .featured-item {
	max-width: none
}

.featured-item-image {
	overflow: hidden;
	border-radius: .5em;
	position: relative
}

.featured-item-image::before {
	content: '';
	display: block;
	padding-top: 66.666%
}

.featured-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.featured-item-image.force-contain-img img {
	object-fit: contain
}

.featured-item-title {
	font-size: 2em;
	line-height: 1;
	font-weight: bold
}

.featured-item-description>*:first-child {
	margin-top: 1rem
}

.featured-item-description {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	row-gap: 1em;
    text-align: center;
    color: #ffffff;
}

.featured-item-description p {
	width: 100%;
	margin: 0
}

.featured-item-description img {
	max-height: 15em;
	max-width: 15em;
	margin: 0 0 2em 0;
	display: inline-block
}
.featured-item .button-cta {
	margin: auto;
	padding: 10px 20px;
	border-radius: 10px;
	color: #215da1;
    background: #ffffff;
}
.featured-item .button-cta:hover {
    color: #ffffff;
	background: #00367d;
	transform: translateY(-1px);
}

.featured-items .tns-controls button[data-controls="next"],
.featured-items .tns-controls button[data-controls="prev"] {
	margin: -2em -3em -2em;
	top: 50%
}

.featured-items .tns-ovh {
	overflow: visible;
	padding-bottom: 3em
}

.featured-items .tns-outer {
	max-width: 24rem;
	position: relative;
	margin: 0 auto;
	width: calc(100% - 4em)
}

.featured-item-slider .featured-item-flexgroup {
	display: flex;
	margin: 0 auto;
	min-height: 10em
}

.featured-item-slider .featured-item {
	margin: 0;
	flex-basis: auto;
	max-width: none;
	opacity: 0;
	transition: opacity .2s
}

.featured-item-slider .featured-item.tns-slide-active {
	opacity: 1;
	transition: opacity .2s
}
.featured-item-description h2 {
    font-size: 1.5rem;
    font-weight: 300;
}
