.block-layout--testimonial {
	padding: 0;
}

.testimonial--slide .testimonial--slide--container {
	max-width: 1330px;
	margin: 0 auto;
}
.testimonial--slide.has-sidebar .testimonial--slide--text {
	width: calc(100% - 425px);
}
.testimonial--slide.has-background-img .testimonial--slide--details .testimonial--slide--details--source {
	background-color: var(--color--blue-dark-transparent);
}

.testimonial--slide--text {
	align-items: center;
	box-sizing: border-box;
	color: white;
	display: flex;
	min-height: 400px;
	padding: 75px;
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
	width: 100%;
}
	.testimonial--slide--text :first-child {
		margin-top: 0;
	}
	.testimonial--slide--text :last-child {
		margin-bottom: 0;
	}
	.testimonial--slide--text .testimonial--slide-text-container {
		display: block;
		margin: 0 auto;
		max-width: 530px;
	}
	.testimonial--slide--text h4 {
		color: white;
	}

.testimonial--slide--details {
	background-color: var(--color--blue-medium);
	float: left;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 425px;
}
	.testimonial--slide--details .source--container {
		position: relative;
		height: 100%;
		width: 100%;
	}
	.testimonial--slide--details .testimonial--slide--details--source {
		background-color: var(--color--blue-dark-transparent);
		width: 240px;
		padding: 20px;
		min-height: 100px;
		color: white;
		position: absolute;
		bottom: 60px;
		left: 10px;
	}
		.testimonial--slide--details .testimonial--slide--details--source .source--name {
			color: white;
			letter-spacing: 0.1rem;
			text-transform: uppercase;
			font-weight: bold;
			margin-bottom: 10px;
			margin-top: 0;
		}
			.testimonial--slide--details .testimonial--slide--details--source .source--name:after {
				content: "";
				display: block;
				background-color: white;
				width: 30px;
				height: 5px;
				margin-top: 5px;
			}
		.testimonial--slide--details .testimonial--slide--details--source .source--caption {
			margin: 0;
			text-transform: uppercase;
			letter-spacing: 0.1rem;
		}

.testimonial--carousel .swiper-button-prev {
	right: 426px;
}

.testimonial--carousel .swiper-button-next {
	right: 375px;
}

@media (max-width: 768px) {
	.testimonial--slide--details {
		width: 100%;
		position: relative;
		height: 400px;
	}
	.testimonial--slide.has-sidebar .testimonial--slide--text {
		width: 100%;
	}
}

.theme--college-inquiry .block-layout--testimonial {
	background-color: var(--color--purple);
}
.theme--college-inquiry .block-layout--testimonial--details {
	background-color: var(--color--purple);
}

.theme--college-bridge .block-layout--testimonial {
	background-color: var(--color--green);
}
.theme--college-bridge .block-layout--testimonial--details {
	background-color: var(--color--green);
}

.theme--right-to-college .block-layout--testimonial {
	background-color: var(--color--orange);
}
.theme--right-to-college .block-layout--testimonial--details {
	background-color: var(--color--orange);
}

.theme--college-allies .block-layout--testimonial {
	background-color: var(--color--red);
}
.theme--college-allies .block-layout--testimonial--details {
	background-color: var(--color--red);
}

.theme--general .block-layout--testimonial {
	background-color: var(--color--blue);
}
.theme--general .block-layout--testimonial--details {
	background-color: var(--color--blue);
}
