.amalgamated .slider-cont {
	position: relative;
}

.amalgamated .slide > .inner {
	position: relative;
	overflow: hidden;
}

.amalgamated div[data-slides] .slick-list {
	padding: 0 120px 0 50px !important;
}

.amalgamated div[data-slides].items-1 .slick-list {
	padding: 0 !important;
}

@media (min-width: 640px) {
	.amalgamated div[data-slides] .slick-list {
		padding: 0 70px 0 30px !important;
	}

	.amalgamated div[data-slides].items-2 .slick-list,
	.amalgamated div[data-slides].items-3 .slick-list {
		padding: 0 4.5px !important;
	}
	.amalgamated div[data-slides].items-2 .card-slider .slick-list,
	.amalgamated div[data-slides].items-3 .card-slider .slick-list {
		padding: 0 7.5px !important;
	}
}

@media (min-width: 1120px) {
	.amalgamated div[data-slides] .slick-list {
		padding: 0 120px 0 50px !important;
	}

	.amalgamated div[data-slides].items-2 .slick-list,
	.amalgamated div[data-slides].items-3 .slick-list,
	.amalgamated div[data-slides].items-4 .slick-list {
		padding: 0 4.5px !important;
	}
	.amalgamated div[data-slides].items-2 .card-slider .slick-list,
	.amalgamated div[data-slides].items-3 .card-slider .slick-list,
	.amalgamated div[data-slides].items-4 .card-slider .slick-list {
		padding: 0 22.5px !important;
	}
}

@media (min-width: 1300px) {
	.amalgamated div[data-slides].items-2 .slick-list,
	.amalgamated div[data-slides].items-3 .slick-list {
		padding: 0 22.5px !important;
	}
	.amalgamated div[data-slides].items-4 .slick-list,
	.amalgamated div[data-slides].items-5 .slick-list {
		padding: 0 42.5px !important;
	}
	.amalgamated div[data-slides].items-2 .card-slider .slick-list,
	.amalgamated div[data-slides].items-3 .card-slider .slick-list,
	.amalgamated div[data-slides].items-4 .card-slider .slick-list,
	.amalgamated div[data-slides].items-5 .card-slider .slick-list {
		padding: 0 42.5px !important;
	}
}

.amalgamated .imgbox {
	position: relative;
	overflow: hidden;
}

.amalgamated .imgbox img {
	display: block;
	width: 100%;
	height: auto;
}

.amalgamated .imgbox-slider button.qv-link {
	padding: 0 !important;
}

.amalgamated .imgbox .quickview-icon,
.amalgamated .card-slider .imgbox .quickview-icon {
	display: none;
	font-size: 14px;
	color: white;
}

.amalgamated .imgbox .qv-initialized .quickview-icon,
.amalgamated .card-slider .imgbox .qv-initialized .quickview-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}


.amalgamated .arrow-cont {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	width: calc(100% - 120px);
	height: 100%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

@media (min-width: 640px) {
	.amalgamated .arrow-cont {
		width: 100%;
		display: inline-block;
	}

	.amalgamated .arrow-cont.contained {
		width: calc(100% - 180px);
	}
}

@media (min-width: 1120px) {
	.amalgamated .arrow-cont.contained {
		width: calc(100% - 260px);
	}
}

.amalgamated .arrow-cont > .inner {
	position: relative;
	padding-bottom: calc(174 / 260 * 100%);
	width: 100%;
	height: 0;
}

@media (min-width: 640px) {
	.amalgamated .arrow-cont > .inner {
		padding-bottom: 0;
		height: 100%;
	}
}

@media (min-width: 1120px) {
	.amalgamated .arrow-cont.contained > .inner {
		padding-bottom: calc(450 / 1160 * 100%);
	}
}

.amalgamated .arrow-cont .custom-arrow {
	position: absolute;
	top: 50%;
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
	font-size: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	background: #fff;
	transform: translateY(-50%);
	pointer-events: all;
}

@media (min-width: 640px) {
	.amalgamated .arrow-cont .custom-arrow {
		top: 25%;
	}
}

@media (min-width: 1120px) {
	.amalgamated .arrow-cont .custom-arrow {
		top: 50%;
	}
}

.amalgamated .arrow-cont .custom-arrow.prev {
	left: 0;
}

.amalgamated .arrow-cont .custom-arrow.next {
	right: 0;
}

@media (min-width: 1120px) {
	.amalgamated .arrow-cont .custom-arrow.prev {
		left: 19px;
	}

	.amalgamated .arrow-cont .custom-arrow.next {
		right: 19px;
	}

	.amalgamated .slider-cont:hover .arrow-cont {
		opacity: 1;
		transition: opacity 0.6s ease-in-out;
	}
}

.amalgamated .arrow-cont .custom-arrow .arrow-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.amalgamated .arrow-cont .custom-arrow.prev .arrow-inner {
	transform: rotate(180deg);
}

/* Card Slider */
.amalgamated .card-slider .slick-track {
	display: flex;
}

.amalgamated .card-slider .slide {
	background: #fff;
	margin: 0 5px;
	padding: 0;
	height: auto;
	clear: none;
}

.amalgamated .card-slider.items-1 .slide {
	margin: 0 25px;
}

.amalgamated .card-slider .slide > .inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 5px;
}

.amalgamated .card-slider .imgbox {
	width: 100%;
	height: 0;
	padding-bottom: calc(474 / 640 * 100%);
	background-color: #fff;
}

.amalgamated .card-slider .slide .text-cont {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px 5px 5px;
}

.amalgamated .card-slider .text-cont .top-content {
	text-align: center;
	margin: 0 auto;
}

.amalgamated .card-slider .text-cont .date {
	color: var(--Ash);
	font-family: "Post Grotesk", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.0;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.amalgamated .card-slider .text-cont .location {
	color: var(--Ash);
	font-size: 13px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-top: 3px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.amalgamated .card-slider .text-cont h3,
.amalgamated .card-slider .text-cont h3 a {
	color: var(--Ash);
	line-height: 1.3;
	margin-bottom: 20px;
	text-align: center;
}

.amalgamated .card-slider .text-cont .read-more a {
	color: white;
}

.amalgamated .card-slider .text-cont .read-more {
	text-align: center;
	margin: auto auto 0px;
	padding: 0
}

@media (min-width: 1120px) {
	.amalgamated .card-slider .slide {
		margin: 0 22.5px;
	}
}

.amalgamated .cards.arrow-cont {
	top: 45%;
	transform: translate(-50%, -50%);
}

/* Imagebox Slider */
.amalgamated .imgbox-slider .slide {
	margin: 0 4.5px;
	padding: 0;
}

.amalgamated .imgbox-slider.items-1 .slide {
	margin: 0 25px;
}

@media (min-width: 640px) {
	.amalgamated .imgbox-slider .slide {
		margin: 0 7.5px;
	}
}

.amalgamated .imgbox-slider .text-cont:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(32, 35, 32, 0) 0, rgba(32, 35, 32, 0.6) 30px, rgba(32, 35, 32, 0.85) 48px);
	pointer-events: none;
}

.amalgamated .imgbox-slider .text-cont {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 50px 12px 14px 12px;
}

.amalgamated .imgbox-slider .events .text-cont {
	padding-top: 45px;
}

@media (min-width: 64.063em) {
	.amalgamated .imgbox-slider .text-cont:before {
		background: linear-gradient(rgba(32, 35, 32, 0) 0, rgba(32, 35, 32, 0.6) 35px, rgba(32, 35, 32, 0.85) 60px);
	}

	.amalgamated .imgbox-slider .text-cont {
		padding: 70px 20px 20px 20px;
	}

	.amalgamated .imgbox-slider .events .text-cont {
		padding-top: 60px;
	}
}

.amalgamated .imgbox-slider .text-cont a {
	position: relative;
}

.amalgamated .imgbox-slider .text-cont .date {
	display: inline-block;
	padding: 1px 5px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.amalgamated .imgbox-slider .text-cont .date span {
	color: var(--Ash);
	font-family: "Post Grotesk", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.0;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px;
}

.amalgamated .imgbox-slider .text-cont h3,
.amalgamated .imgbox-slider .text-cont h3 a {
	color: #fff;
	font-size: 19px;
	line-height: 1.3;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.amalgamated .imgbox-slider .text-cont .location {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-top: 3px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

@media (min-width: 64.063em) {
	.amalgamated .imgbox-slider .text-cont .location {
		margin-bottom: 8px;
	}
}

.amalgamated .img-box.arrow-cont {
	top: 50%;
	transform: translate(-50%, -50%);
}