.wp-block-acf-testimonials-full-width-subsite {
	position: relative;
	margin-top: var(--wp--custom--layout--block-gap);
	background: url(../../assets/images/Goodwin_White_Icon_Light-01.png) calc(100vw - 580px) -220px  no-repeat #003763;
	background-size: 700px;
	color: var(--wp--preset--color--background);
}
.wp-block-acf-testimonials-full-width-subsite:not(.is-style-white-on-gray) {
	margin-bottom: calc( 3 * var(--wp--custom--layout--block-gap) ) !important;
}
.site-id-19 .wp-block-acf-testimonials-full-width-subsite {
	background-color: #03857e;
}
.wp-block-acf-testimonials-full-width-subsite blockquote {
	margin: 0;
	padding: 0;
	font-size: var(--wp--preset--font-size--jumbo);
}
.wp-block-acf-testimonials-full-width-subsite .testimonial__byline {
	margin-top: var(--wp--custom--layout--block-gap-default);
}
.wp-block-acf-testimonials-full-width-subsite .glide__arrows {
	position: absolute;
	left: 50%;
	bottom: calc( -3 * var(--wp--custom--layout--block-gap) );
	z-index: 2;
	transform: translateX(-50%);
}
.wp-block-acf-testimonials-full-width-subsite .glide__index {
	color: var(--wp--preset--color--foreground);
}
@media (min-width: 782px) {
	.wp-block-acf-testimonials-full-width-subsite .glide__arrows {
		bottom: calc( -2.5 * var(--wp--custom--layout--block-gap) );
	}
}

/* WHITE ON GRAY */
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray {
	background:var(--wp--preset--color--light-gray-2);
	position: relative;
	padding-bottom: calc( 1.25 * var(--wp--custom--layout--block-gap-xlarge) );
	color: var(--wp--preset--color--foreground);
}
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .wrap-wide {
	max-width: var(--wp--style--global--content-size);
}
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .glide__slide {
	background: var(--wp--preset--color--background);
	padding: var(--wp--custom--layout--padding-large);
	border-radius: var(--wp--custom--border-radius--xlarge);
	box-shadow: 0px 6px 8px 0px rgba(84, 88, 90, 0.40);
}
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .testimonial-full-width .testimonial__photo {
	align-self: flex-start;
}
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .testimonial__photo img {
	border-radius: 100%;
}
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray h2 {
	font-size: var(--wp--preset--font-size--gigantic);
	margin-top: 0;
}
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray p {
	font-size: var(--wp--preset--font-size--large);
}
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .testimonial-full-width .testimonial__content {
    flex: 1 1 80%;
}
.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .glide__arrows {
	bottom: calc(-1.75 * var(--wp--custom--layout--block-gap));
}
@media (min-width: 782px) {
    .wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .testimonial-full-width .testimonial__photo {
        flex: 0 1 20%;
    }
	.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .testimonial-full-width .testimonial__content {
        max-width: 80%;
        margin: 0 auto;
    }
	.wp-block-acf-testimonials-full-width-subsite.is-style-white-on-gray .glide__arrows {
        bottom: calc(-1.5 * var(--wp--custom--layout--block-gap));
    }
}