.three_card {
	position: relative;
	overflow: hidden;
	font-size: 1rem;
	margin: clamp(3.75rem, 1.25rem + 5.2083vw, 7.5rem) 0 clamp(3.75rem, -1.25rem + 10.4167vw, 11.25rem);
}

.three_card .bknd_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.three_card .container {
	position: relative;
	z-index: 10;
	width: 1064px;
	max-width: calc(100% - 8.5rem);
	margin: auto;
}

@media (max-width: 767px) {
	.three_card .container {
		max-width: 100%;
	}
}

.three_card .top_copy .copy {
	margin: 20px 0;
}

.three_card .cards.slick-slider {
	display: block;
}

.three_card .cards .t_card {
	overflow: hidden;
	padding: 0 4px;
	text-align: center;
}

.three_card .cards .t_card a {
	display: inline-block;
	border: none;
	color: inherit;
	text-decoration: none;
}

.three_card .cards .t_card img {
	display: inline-block;
}

@media (max-width: 1040px) {

	.three_card .cards .t_card img {
		height: auto;
	}
}

@media (max-width: 767px) {

	.three_card .cards .t_card {
		padding: 0 10px;
	}
}

@media (max-width: 500px) {

	.three_card .slick-slide {
		text-align: center;
	}

}

.three_card .cards .t_card .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 690px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 54%;
}

.three_card .cards .t_card .content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 325px;
	padding: 35px 5%;
	margin: auto 0 0 0;
}

.three_card .cards .t_card .cta {
	display: block;
	width: 100%;
	max-width: 152px;
	margin: auto;
}

.three_card .cards .t_card .caption {
	margin-top: 1em;
	font-family: var(--headline_font);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--wp--preset--color--blue);
	font-size: 1.25rem;
	line-height: 1.2;
	transition: color .3s ease-in-out;
}

@supports (font-variation-settings: normal) {
	.three_card .cards .t_card .caption{
		font-optical-sizing: auto;
    font-weight: 644;
    font-variation-settings: "wdth" 113, "YTLC" 500;
	}
}

.three_card .cards .t_card a:hover .caption {
	color: var(--wp--preset--color--citrus);
}

.three_card .cards .card_logo {
	width: 100%;
	height: 45%;
	max-width: 270px;
	object-fit: contain;
}

.three_card .cards .cta_row {
	width: 100%;
	margin: auto 0 0;
	padding-top: 20px;
}

.three_card .cards .cta_row .alt_book {
	margin-top: 0.75em;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
}

@media (max-width: 900px) {

	.three_card .cards {
		grid-template-columns: 1fr;
	}

	.three_card .cards .t_card {
		max-width: 100%;
	}
}

@media (max-width: 767px) {

	.three_card.no_slider .cards {
		width: 400px;
		max-width: 100%;
		margin: auto;
		padding: 40px 0 0;
		grid-gap: 0;
	}

	.three_card.no_slider .cards .t_card {
		width: 100%;
		margin-bottom: 50px;
	}

	.three_card .cards .t_card .inner {
		height: 675px;
	}

	.three_card .top_copy {
		flex-direction: column;
		padding: 0 30px 20px;
		margin-bottom: 0;
		text-align: center;
	}

	.three_card .slick-track,
	.three_card .slick-list,
	.three_card .slick-slider,
	.three_card .slick-slide {
		height: auto;
	}

	.three_card.has_slider {
		padding-bottom: 115px;
	}

	.three_card.has_slider .cards {
		padding: 0;
	}

	.three_card.has_slider .container {
		width: 550px;
		max-width: 100%;
		padding: 0;
	}

	.three_card .slick-slide * {
		display: inline-block;
		text-align: center;
	}

	.three_card.has_slider .slick-slide {
		margin: 0 20px;
	}

	.three_card .slick-slider.cards .t_card {
		width: auto;
	}

	.three_card .cards .card_logo {
		margin-bottom: 15px;
	}

	.three_card .slick-slider.cards .slick-dots {
		bottom: -65px;
	}
}

.three_card .card_slider_ctrls {
	margin-top: 30px;
}

.three_card .card_slider_ctrls button {
	font-size: 3.5rem;
}

@media (max-width: 767px) {

	.three_card .card_slider_ctrls {
		margin-top: 15px;
	}
}

.card_slider:not(.slick-initialized) .desktop_only.lt_arrow,
.card_slider:not(.slick-initialized) .desktop_only.rt_arrow {
	display: none;
}

/* =-=-=-=- admin =-=-=-=-=-=- */

#editor .three_card,
#editor .three_card .cta {
	font-size: 1rem;
}

#editor .three_card .cards .t_card a {
	pointer-events: none;
}

#editor .three_card .cards .t_card {
	width: 100%;
}

#editor .three_card .cards .t_card .inner {
	width: auto;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-- */