.fundslider--copy-wrap {
	padding: 60px 30px;
	max-width: 555px;
}

.fundslider--copy {
	margin-bottom: 30px;
}

.fundslider--list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .09em;
}

.fundslider--item {
	margin-bottom: 5px;
}

.fundslider--link {
	transition: color .3s;
}

a.fundslider--link {
	color: #fff;
	text-underline-offset: 3px;
}

a.fundslider--link:hover {
	color: var(--theme-lt-blue);
}

.fundslider--link.active {
	color: var(--theme-lt-blue);
	text-decoration: underline;
}

.fundslider--slider {
	height: 100%;
}

.fundslider--slider > .fundslider--slide:not(:first-child) {
	display: none;
}

.fundslider--slide {
	position: relative;
	margin-bottom: 0;
	height: 100%;
}

.slick-slider .fundslider--slide {
	display: block !important;
}

.fundslider--section .slick-list {
	height: 100%;
	display: flex;
}

.fundslider--section .slick-track {
	display: flex;
	flex-grow: 1;
}

.fundslider--section .slick-slide > div {
	height: 100%;
}

.fundslider--image {
	position: relative;
	height: 100%;
}

.fundslider--image:before {
	content: "";
	display: block;
	padding-bottom: 79%;
}

.fundslider--image img {
	position: absolute;
	top: 0;
	left: 0;
}

.fundslider--image-caption {
	background: var(--theme-dk-blue-87);
	color: #fff;
	padding: 30px;
	margin-bottom: 0;
}

.fundslider--slide-title {
	margin-bottom: 0;
	max-width: 220px;
}

.fundslider--slide-subtitle {
	font-weight: 300;
	margin-bottom: 10px;
	max-width: 220px;
}

.fundslider--slide-copy {
	font-weight: 400;
	margin-bottom: 0px;
	max-width: 240px;
}

@media (min-width: 600px) {
	.fundslider--image-caption {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -150px;
		width: 300px;
	}
}

@media (min-width: 992px) {
	.fundslider--list {
		display: flex;
		flex-wrap: wrap;
	}
	
	.fundslider--item {
		width: 33%;
	}
}