.testimonial-wide {
	max-width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
}

.testimonials-title {
}

.testimonial-wide .testimonials-title {
	text-align: center;
	font-size: 36px;
	color: #20264e;
	margin-bottom: 30px;
}

.testimonial-tall.side-bar .testimonials-title {
	font-size: 26px;
	color: #20264e;
	margin-bottom: 20px;
}

.testimonials-wrap {
	overflow: hidden;
	position: relative;
}

.testimonial-wide-v2 .testimonials-wrap {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.testimonial-tall.side-bar .testimonials-wrap {
	text-align: right;
}

.testimonial-wide.sliding .testimonial-left,
.testimonial-wide.sliding .testimonial-right {
	position: absolute;
	top: calc(50% - .5em);
	z-index: 1;
}

.testimonial-wide-v2 .testimonial-left,
.testimonial-wide-v2 .testimonial-right {
	display: none;
}

.testimonial-tall.sliding .testimonial-left,
.testimonial-tall.sliding .testimonial-right {
	color: #8888b3;
	z-index: 1;
}

.testimonial-wide.sliding .testimonial-left { left: 0; }

.testimonial-wide.sliding .testimonial-right { right: 0; }

.testimonials-slider {
	position: relative;
}

.testimonial-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
}

.testimonial-wide .testimonial-wrapper {
	width: calc(100% - 40px);
	padding: 0 20px;
}

.testimonial {
	white-space: normal;
}

.testimonial-wide .testimonial-content {
	display: grid;
	grid-template-columns: min-content auto;
}

.testimonial-wide-v2 .testimonial-content {
	display: grid;
	grid-template-columns: 13% auto;
	margin-right: 13%;
	font-weight: bold;
}

.testimonial-wide .testimonial-text,
.testimonial-tall .testimonial-text {
	text-align: center;
	font-size: 21px;
	color: #444;
}

.testimonial-wide-v2 .testimonial-text {
	color: #0faae0;
	font-size: 32px;
}

.testimonial-wide-v2 .testimonial-text:before {
	content: '"';
}
.testimonial-wide-v2 .testimonial-text:after {
	content: '"';
}

.testimonial-wide-v2 .testimonial-quotes {
	color: #0faae0;
	font-size: 88px;
	line-height: 102px;
}

.testimonial-wide-v2 .testimonial-title {
	font-size: 24px;
	margin-top: 20px;
	color: white;
}

.testimonial-wide .testimonial-title {
	text-align: center;
	margin-top: 10px;
}

.testimonial-wide .testimonial-image {
	padding-left: 10px;
}

.testimonial-wide .testimonial-image img {
	padding-right: 40px;
	width: 130px!important;
	max-width: 130px!important;
}

.testimonial-tall.side-bar .testimonial-content > div + div {
	margin-top: 10px;
}

.testimonial-tall.side-bar .testimonial-image {
	text-align: center;
}

.testimonial-tall.side-bar {
	padding-bottom: 25px;
}