.articleslider--section {
	padding: 30px 0;
}

.articleslider--container {
	padding: 0 30px;
}

.articleslider--title {
	padding-right: 30px;
	margin-bottom: 15px;
}

.articleslider--counter {
	color: var(--theme-lt-blue);
	font-weight: 100;
	min-width: 60px;
	text-align: center;
	
}

.articleslider--title-wrap {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.articleslider--arrows {
	display: flex;
	align-self: center;
	margin-bottom: 15px;
}

.articleslider--title-wrap button {
	position: static;
	width: 20px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: none !important;
	background-position: center;
	margin-top: -2px;
}

@media (min-width: 992px) {
	.articleslider--title-wrap button {
		margin-top: 2px;
	}
}

.articleslider--title-wrap .slick-next {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='26' viewBox='0 0 20 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 24L16 13L2 2' stroke='%233CA4D4' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.articleslider--title-wrap .slick-prev {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='26' viewBox='0 0 20 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2L4 13L18 24' stroke='%233CA4D4' stroke-width='4'/%3E%3C/svg%3E%0A");
}

.articleslider--card {
	border-radius: 5px;
	padding: 30px;
	min-height: 250px;
	height: 100%;
}

.articleslider--card.category-education {
	background: var(--theme-lt-blue);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.04' height='50' viewBox='0 0 40.04 50'%3E%3Cpath d='M40.04,0H8.54v44.4l12.52-8.73h18.98V0ZM35.64,31.64h-16.26l-6.43,4.52V4.03h22.69v27.61h0ZM4.41,46.92V0H0v50l4.41-3.08Z' style='fill: %23389ed1;'/%3E%3C/svg%3E");
	background-size: auto calc(100% - 60px);
	background-repeat: no-repeat;
	background-position: right 30px top 30px;
}

.articleslider--card.category-news {
	background: var(--theme-dk-blue);
	color: #fff;
}

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

.articleslider--card-title {
	line-height: 1.4;
}

.articleslider--card.category-webinar .articleslider--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;
}

.articleslider--card-image {
	position: relative;
	margin: -30px -30px 30px -30px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.articleslider--card-image:before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}

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

.articleslider--slider {
	margin: 0 -15px;
}

.articleslider--slider .slick-track,
.articleslider--slider .slick-slide,
.articleslider--slider .slick-slide > div {
	display: flex;
}

.articleslider--slide {
	padding: 0 15px;
	height: 100%;
}

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

@media (max-width: 991px) {
	.articleslider--card {
		max-width: 450px;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	
	.articleslider--card {
		position: relative;
		min-height: 320px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.large-mod .articleslider--card-title {
		max-width: 360px;
	}
	
	.articleslider--card-copy {
		width: 50%;
		padding: 45px;
	}
	
	.articleslider--card-image {
		position: relative;
		order: 2;
		width: 50%;
		margin: 0;
		border-radius: 0;
		align-self: center;
	}
	
	.articleslider--card.category-webinar .articleslider--card-title {
		padding-right: 62px;
		min-height: 50px;
		background-size: 50px auto;
	}
	
	.articleslider--card {
		display: flex !important;
		flex-direction: row;
		padding: 0;
	}

	.articleslider--card-image img {
		position: static;
		max-height: 350px;
		object-fit: contain;
	}

	.articleslider--card-image:before {
		content: none;
		display: none;
	}
}