.image-text-quote {
	padding: var(--wp--custom--layout--spacing-92) 0 var(--wp--custom--layout--spacing-92) 0 !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}
.image-text-quote.horizontal-padding-0 {
	padding-top: 0 !important;
}
.image-text-quote.horizontal-padding-40 {
	padding-top: var(--wp--custom--layout--spacing-40) !important;
}
.image-text-quote.horizontal-padding-56 {
	padding-top: var(--wp--custom--layout--spacing-56) !important;
}
.image-text-quote.horizontal-padding-64 {
	padding-top: var(--wp--custom--layout--spacing-64) !important;
}
.image-text-quote.horizontal-padding-92 {
	padding-top: var(--wp--custom--layout--spacing-92) !important;
}
.image-text-quote.horizontal-padding-120 {
	padding-top: var(--wp--custom--layout--spacing-120) !important;
}

.image-text-quote.horizontal-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.image-text-quote.horizontal-padding-bottom-40 {
	padding-bottom: var(--wp--custom--layout--spacing-40) !important;
}
.image-text-quote.horizontal-padding-bottom-56 {
	padding-bottom: var(--wp--custom--layout--spacing-56) !important;
}
.image-text-quote.horizontal-padding-bottom-64 {
	padding-bottom: var(--wp--custom--layout--spacing-64) !important;
}
.image-text-quote.horizontal-padding-bottom-92 {
	padding-bottom: var(--wp--custom--layout--spacing-92) !important;
}
.image-text-quote.horizontal-padding-bottom-120 {
	padding-bottom: var(--wp--custom--layout--spacing-120) !important;
}


.image-text-quote.bg-color-sand-beige {
	background: var(--wp--custom--color--sand-beige);
}
.image-text-quote.bg-color-sand{
	background-color: var(--wp--custom--color--sand);
}
.image-text-quote.bg-color-sand-light{
	background-color: var(--wp--custom--color--sand-light);
}
.image-text-quote.bg-color-sand-white{
	background-color: var(--wp--custom--color--sand-white);
}
.image-text-quote.bg-color-turquoise-aqua{
	background-color: var(--wp--custom--color--turquoise-aqua);
}
.image-text-quote.bg-color-turquoise-light{
	background-color: var(--wp--custom--color--turquoise-light);
}
.image-text-quote.bg-color-turquoise-sky{
	background-color: var(--wp--custom--color--turquoise-sky);
}


.image-text-quote-inner {
	display: flex;
	gap: var(--wp--custom--layout--spacing-92);
	align-items: flex-start;
}
.image-text-quote-inner .content {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 20px;
}
.image-text-quote-inner .content h2{
	margin-top:0;
	letter-spacing: -0.4px;
	align-self: flex-start;
	width: 100%;
	margin-bottom: var(--wp--custom--layout--spacing-24);
}
.image-text-quote-inner .content .links a {
	margin: 0 10px 10px 0;
}
.image-text-quote-inner .media {
	width: 100%;
	position: relative;
}
.image-text-quote-inner .media  img {
	width: 100%;
}
.image-text-quote-inner .quote {
	position: absolute;
	bottom: var(--wp--custom--layout--spacing-64);
	left: var(--wp--custom--layout--padding);
}
.image-text-quote-inner .quote .actual-quote{
	color: white;
	font-size: clamp(1.25rem, 1.9vw, 1.5rem);
	line-height: 114%;
	margin-bottom: 10px;
	width: 100%;
	padding-right: var(--wp--custom--layout--spacing-64);
}
.image-text-quote-inner .quote .hipsu {
	margin-bottom: 0;
	font-size: 60px;
	margin-bottom: 0;
	width: 100%;
}

.image-text-quote-inner .quote .label {
	color: #CCCCCC;
}

.image-text-quote-inner .media.image-position-left {
	order:1
}
.image-text-quote-inner .content.image-position-left {
	order:2;
}

.image-text-quote-inner .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}


@media (max-width: 1024px) {
	.image-text-quote-inner {
		flex-wrap: wrap;
	}
	.image-text-quote-inner .content,.image-text-quote-inner .media {
		width: 100%;
	}
	.quote-carousel-with-media .quote-carousel-inner-wrap {
		padding: 32px 20px;
	}
}
@media (max-width: 768px) {

	.image-text-quote-inner {
		gap: 40px;
	}

	.image-text-quote-inner .quote {
		bottom: var(--wp--custom--layout--spacing-24);
		left: var(--wp--custom--layout--spacing-24);
		width: calc(100% - 48px);
	}
	.image-text-quote-inner .quote .actual-quote{
		padding-right: var(--wp--custom--layout--padding);
	}


	.image-text-quote.horizontal-padding-40 {
		padding-top: var(--wp--custom--layout--spacing-32) !important;
	}
	.image-text-quote.horizontal-padding-56 {
		padding-top: var(--wp--custom--layout--spacing-40) !important;
	}
	.image-text-quote.horizontal-padding-64 {
		padding-top: var(--wp--custom--layout--spacing-56) !important;
	}
	.image-text-quote.horizontal-padding-92 {
		padding-top: var(--wp--custom--layout--spacing-64) !important;
	}
	.image-text-quote.horizontal-padding-120 {
		padding-top: var(--wp--custom--layout--spacing-92) !important;
	}

	.image-text-quote.horizontal-padding-bottom-40 {
		padding-bottom: var(--wp--custom--layout--spacing-32) !important;
	}
	.image-text-quote.horizontal-padding-bottom-56 {
		padding-bottom: var(--wp--custom--layout--spacing-40) !important;
	}
	.image-text-quote.horizontal-padding-bottom-64 {
		padding-bottom: var(--wp--custom--layout--spacing-56) !important;
	}
	.image-text-quote.horizontal-padding-bottom-92 {
		padding-bottom: var(--wp--custom--layout--spacing-64) !important;
	}
	.image-text-quote.horizontal-padding-bottom-120 {
		padding-bottom: var(--wp--custom--layout--spacing-92) !important;
	}

}
