.slider-quotes-space {
	position: relative;
	width: 100%;
	height: 440px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-repeat: repeat;
	background-color: #1b365d;
}

.umbrella .slider-quotes-space {
	background-image: url(/assets/images/patterns/pattern-aops.png);
	background-size: 150px;
}

.online .slider-quotes-space {
	background-image: url(/m/online/images/pattern-online-blue.png);
	background-size: 180px;
}

.academy .slider-quotes-space {
	background-image: url(/assets/images/patterns/pattern-academy-blue.png);
	background-size: 200px;
}

.slider-quotes-outer {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1170px;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.slider-quote {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*.slider-quote.show {
  position: relative;
  z-index: 1;
  left: 0;
}*/

.highlight-text {
	/*color: #c5e86c;*/
}

.quote-content {
	position: relative;
	width: 80vw;
	max-width: calc(800px - 120px);
	padding: 0 30px;
	font-weight: 300;
	text-align: center;
}

.quote-content:before {
	content: "“";
	position: absolute;
	color: #c5e86c;
	font-size: 70px;
	left: 0;
	top: -20px;
}
.quote-content:after {
	content: "”";
	position: absolute;
	top: -20px;
	right: 0;
	color: #c5e86c;
	font-size: 70px;
}

.quote-source {
	margin: 24px 12px;
	font-size: 20px;
	color: #c5e86c;
	text-align: center;
}

.quote-source-info {
	display: none;
}

.slider-quote-arrow {
	position: relative;
	width: 1.8rem;
	height: 4.5rem;
	cursor: pointer;
	z-index: 1;
}

.slider-quote-arrow.left {
	left: 0;
	transform: scaleX(-1);
	transform-origin: center;
}

.slider-quote-arrow.right {
	right: 0;
}

.arrow-svg {
	width: auto;
	height: 100%;
	pointer-events: none;
}

.quote-controller {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 24px;
	display: flex;
	justify-content: center;
	height: 35px;
}

.quote-circle {
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 12px 6px;
	cursor: pointer;
}

.quote-circle.selected {
	background-color: #fff;
}

@media (min-width: 1171px) {
	.slide {
		left: calc(50vw - 585px);
	}
}

@media (max-width: 1230px) {
	.slider-quotes-outer {
		padding: 0 30px;
	}
}

@media (max-width: 700px) {
	.quote-content {
		width: 85vw;
		max-width: unset;
		padding: 0 10px;
	}
	.quote-content:before {
		left: -20px;
	}
	.quote-content:after {
		right: -20px;
	}
	.slider-quote-arrow {
		display: none;
	}
}

@media (max-width: 500px) {
	.quote-content:before {
		left: -15px;
	}
	.quote-content:after {
		right: -15px;
	}
}

@media (max-width: 420px) {
	.slider-quotes-outer {
		padding: 0 20px;
	}
}
