.testimonial-rotator-banners {
	position: relative;
	display: block;
	padding: 0;
}

.testimonial-rotator-banners.slick-dotted {
	padding-bottom: 30px !important;
}

@media (max-width: 1024px) {
	/*.testimonial-rotator-banners.slick-dotted {
		padding-bottom: 30px !important;
	}*/
	.testimonial-rotator-banners {
		overflow: hidden;
	}
}

.testimonial-rotator {
	position: relative;
	display: block;
}
@media (min-width: 1025px) {
	.testimonial-rotator .dot-nav-wrapper,
	.testimonial-rotator .slick-dots {
/*		display: none !important;*/
	}
}

.testimonial-rotator *[class^='col-'] {
	padding: 0 !important;
}

.testimonial-rotator .testimonial-banner {
	position: relative;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity 800ms var(--ease-out-expo);
	transition: opacity 800ms var(--ease-out-expo);
}

.testimonial-rotator .testimonial-banner.slick-current {
	opacity: 1;
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 30px 80px;
	max-width: 980px;
	text-align: center;
}

@media (max-width: 1024px) {
	.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper {
		padding: 30px 40px;
		margin: 0 auto;
	}
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-image-wrapper {
	position: relative;
	display: block;
	margin: 0 auto 30px;
	width: 84px;
	height: 84px;
	border: 0;
	background: transparent;
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-image-wrapper .testimonial-image-inner:after {
	position: absolute;
	display: inline-block;
	font-family: var(--default-serif);
	color: inherit;
	font-size: 75px;
	padding: 0;
	font-weight: 600;
	content: '“';
	color: var(--tertiary-color);
	pointer-events: none;
	z-index: 100;
	left: -23px;
	top: 0px;
	line-height: 1;
}

@media (max-width: 767px) {
	.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-image-wrapper {
		width: 60px;
		height: 60px;
	}

	.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-image-wrapper .testimonial-image-inner:after {
		left: -20px;
		top: 0px;
		font-size: 55px;
	}
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-image-wrapper img {
	position: relative;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center;';
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-title {
	position: relative;
	display: block;
	margin: 0 auto 18px;
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-content {
	margin: 0 auto !important;
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-content,
.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-content p {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: var(--header-font);
	font-weight: var(--header-font-weight);
	line-height: 1.25;
	padding: var(--header-padding);
	vertical-align: top;
	font-feature-settings: "kern", "liga", "lnum", "zero";
	letter-spacing: var(--header-letter-spacing);
	text-transform: var(--header-text-transform);
	color: var(--secondary-color);
	font-size: clamp(1.35rem, 4vw, 2.3rem);
	text-wrap: balance;
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-content p:before,
.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-content p:after {
	position: relative;
	display: inline;
	font-family: inherit;
	color: inherit;
	font-size: 1.0em;
	padding: 0;
	font-weight: inherit
}
.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-content p:before {
	content: '“';
	padding-right: 2px;
}
.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-content p:after {
	content: '”';
	padding-left: 2px;
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-author {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-weight: 400;
	color: var(--secondary-color);
	padding-top: 24px;
	font-size: 20px;
	font-family: var(--body-font);
	font-feature-settings: "kern", "liga", "lnum", "zero";
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-author-title {
	color: inherit;
	font-weight: 400;
	padding-bottom: 8px;
	-webkit-font-smoothing: auto;
}
.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-author-position {
	font-family: var(--header-font);
	text-transform: uppercase;
	line-height: 1.3 !important;
	font-size: 12px;
	display: block;
	padding: 9px 16px;
	border-radius: 0.4em;
	letter-spacing: 0.06em !important;
	font-weight: 800;
	color: var(--secondary-color);
	background: var(--Light-Blue---20);
}

.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .delimiter {
	padding: 0 5px;
	color: inherit;
	font-weight: 400;
}

@media (max-width: 767px) {
	.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-author {
		display: flex;
		flex-direction: column;
		padding-top: 50px;
	}
	.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .testimonial-author-title {
		font-size: 18px;
		padding-bottom: 6px;
	}
	.testimonial-rotator .testimonial-banner .testimonial-inner-wrapper .delimiter {
		display: none;
	}
}
