.resources--container {
	padding: 60px 30px 1px;
}

.resources--buttons {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 0 30px;
}

.resources--buttons li {
	align-self: center;
	margin: 0 15px 15px;
}

@media (min-width: 768px) {
	.resources--buttons {
		flex-direction: row;
		justify-content: center;
	}
}

.resources--list-container {
	padding: 0 15px 30px;
}

.resources--item {
	padding: 0 15px 30px;
}

.resources--card {
	background: var(--theme-dk-blue);
	color: var(--theme-lt-blue);
}

.slick-slide .resources--card {
	flex-grow: 1;
}

@media (min-width: 768px) {
	.stacked-mod .resources--item {
		width: 50%;
	}
}

.resources--card.category-education {
	background: var(--theme-lt-blue);
	color: var(--theme-dk-blue);
}

.resources--card.category-webinar {
	background: var(--theme-lt-blue-bg3);
	color: var(--theme-dk-blue);
}

.resources--card.category-webinar .resources--card-title {
	background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='31' cy='31' r='31' fill='%233CA4D4'/%3E%3Cpath d='M21.3597 19.1352C21.3597 18.3766 22.1713 17.8942 22.8376 18.2567L46.629 31.1993C47.3252 31.578 47.3252 32.5774 46.629 32.9562L22.8376 45.8988C22.1713 46.2612 21.3597 45.7789 21.3597 45.0203L21.3597 19.1352Z' fill='white'/%3E%3C/svg%3E%0A");
	background-position: top right;
	min-height: 31px;
	background-repeat: no-repeat;
	padding-right: 37px;
	background-size: 31px auto;
}

@media (min-width: 992px) {
	.resources--card.category-webinar .resources--card-title {
		padding-right: 62px;
		min-height: 50px;
		background-size: 50px auto;
	}
}

.resources--thumb {
	position: relative;
}

.resources--thumb:before {
	content: "";
	display: block;
	padding-bottom: 56%;
}

.resources--thumb img {
	position: absolute;
	left: 0;
	top: 0;
}

.resources--card-copy {
	padding: 30px;
}

.resources--cta-wrap {
	text-align: center;
	padding: 0 30px 30px;
}

.resources--section .slick-dots {
	position: relative;
}

.resources--section .slick-dots li button:before {
	height: 12px;
	width: 12px;
	background: var(--theme-lt-blue-44);
	border-radius: 50%;
}

.resources--section .slick-dots li.slick-active button:before {
	background: var(--theme-lt-blue);
}

.resources--section .slick-track{
	display: flex !important;
}

.resources--section .slick-slide,
.resources--section .slick-slide .resources--item {
	display: flex !important;
	height: auto;
	min-height: 100%;
	flex-grow: 1;
}