.custom-carousel {
	padding-bottom: 3em;
}

.custom-carousel .quote-container {
	margin-right: 4vw;
}

@media (min-width: 992px) {
	.custom-carousel {
		/* Styles for large screens go here */
	}
	
	.custom-carousel .quote-container {}
	
	.custom-carousel .quoter-container {}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.custom-carousel {
		/* Styles for mid-sized screens go here */
	}
	
	.custom-carousel .quote-container {}
}

.custom-carousel .carousel-indicators {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: left;
	margin: 0 6em;
	padding: 3em 0 0 0;
}

.custom-carousel .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #809ea3;
	position: relative;
	margin: 0 20px;
}

.custom-carousel .carousel-indicators .active {
	background-color: var(--color-petrol);
	border: 0px solid var(--color-petrol);
}

.custom-carousel .carousel-indicators li.active:after {
	border-radius: 50%;
	padding: 10px;
	border: 1px solid var(--color-petrol);
	position: absolute;
	content: "";
	top: -8px;
	left: -8px;
	bottom: -8px;
	right: -8px;
}

/*  QUOTES  */
figure.quote {
	border-left: 2px solid var(--color-green-light);
	padding: 0.5rem 2em;
	margin: 0;
	color: var(--color-petrol);
}

figure.quote blockquote {
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin: 0 0 2em;
	text-indent: -12px;
	quotes: auto;
}

figure.quote blockquote p {
	display: inline;
}

figure.quote blockquote p:nth-last-child(n + 2)::after {
	content: "\A \A";
	display: block;
	margin: 0 0 2em 0;
}

figure.quote blockquote:before {
	content: open-quote;
	font-size: 1.2em;
	text-indent: 5px;
	display: inline;
	position: relative;
	left: 3px;
}

figure.quote blockquote:after {
	content: close-quote;
	font-size: 1.2em;
	position: relative;
	left: -3px;
}


body:lang(nl) figure.quote blockquote {
	quotes: "“" "”" "“" "”";
}

/*
:lang(en) figure.quote blockquote {
quotes: "“" "”" "‘" "’";
}
*/

figure.quote div.quote-attribution-author {
	font-size: 0.75em;
}

figure.quote div.quote-attribution-institution {
	font-size: 0.75em;
	color: var(--color-petrol-50);
}

/* QUOTE YELLOW CALLOUT */
section.brand-color-background-yellow figure.quote,
section.brand-color-background-yellow-light figure.quote {
	border: none;
	padding: 5.5em 7em 4em;
}



section.brand-color-background-yellow figure.quote div.quote-eyebrow,
section.brand-color-background-yellow-light figure.quote div.quote-eyebrow {
	color: var(--color-petrol-70);
	font-size: 0.875em;
	margin: 2em 0;
}

section.brand-color-background-yellow figure.quote blockquote,
section.brand-color-background-yellow-light figure.quote blockquote {
	font-size: 2em;
	line-height: 1.5em;
	text-indent: -0.875em;
}

figure.quote blockquote p:nth-last-child(n + 2)::after {
	margin: 0 0 0.75em 0;
}

section.brand-color-background-yellow figure.quote blockquote:before,
section.brand-color-background-yellow-light figure.quote blockquote:before {
	font-size: 1.2em;
	text-indent: 5px;
	display: inline;
	position: relative;
	left: 5px;
	color: var(--color-petrol-70);
}

section.brand-color-background-yellow figure.quote blockquote:after,
section.brand-color-background-yellow-light figure.quote blockquote:after {
	font-size: 1.2em;
	position: relative;
	left: -5px;
	color: var(--color-petrol-70);
}

section.brand-color-background-yellow figure.quote div.quote-photo,
section.brand-color-background-yellow-light figure.quote div.quote-photo {
	margin: 3em 0 2em 0;
}

section.brand-color-background-yellow figure.quote div.quote-photo img,
section.brand-color-background-yellow-light figure.quote div.quote-photo img {
	width: 128px;
	height: 128px;
	border-radius: 100%;
}

section.brand-color-background-yellow figure.quote div.quote-attribution-author,
section.brand-color-background-yellow-light figure.quote div.quote-attribution-author {
	font-size: 1rem;
	color: var(--color-petrol);
	margin-bottom: 1rem;
}

section.brand-color-background-yellow figure.quote div.quote-attribution-title,
section.brand-color-background-yellow figure.quote div.quote-attribution-institution,
section.brand-color-background-yellow-light figure.quote div.quote-attribution-title,
section.brand-color-background-yellow-light figure.quote div.quote-attribution-institution {
	font-size: 0.875em;
	color: var(--color-petrol);
}

.quote-caption-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.quote-caption-container img {
	margin-right: 40px;
	height: 128px;
	width: 128px;
}

.carousel-inner {
	display: flex;
	align-items: center;
}

html[lang="ar"] .carousel-item.active {
	margin-inline-start: 0;
	margin-inline-end: -100%;
}

.carousel-item {
	flex-wrap: wrap;
	align-items: center;
}

.custom-carousel .carousel-item.active,
.custom-carousel .carousel-item-next,
.custom-carousel .carousel-item-prev {
	display: flex;
}

@media(max-width: 1000px) {
	
	section.brand-color-background-yellow figure.quote,
	section.brand-color-background-yellow-light figure.quote {
		padding: 3rem 1.5rem
	}
	
	.custom-carousel .carousel-indicators {
		justify-content: center;
	}
	
	section.brand-color-background-yellow figure.quote blockquote,
	section.brand-color-background-yellow-light figure.quote blockquote {
		font-size: 1.5rem;
	}
}