.customQuote {
	display: block;
	position: relative;
	width: 90%;
	margin: 35px auto 5px;
}
.customQuote .quoteWrapper {
	max-width: 100%;
	padding: 25px 0;
	margin: 0 auto;
	position: relative;
}

.customQuote .quote-icon {
	display: inline-block;
	position: absolute;
	width: 58px;
}
.customQuote .quote-icon.top {
	top: -25px;
	left: 0;
}
.customQuote .quote-icon.bottom {
	bottom: 10px;
	right: 0px;
}
.customQuote.has-author .quote-icon.bottom {
	bottom: 20px;
}

.customQuote .quote {
	padding: 0 20px;
	text-align: left;
	color: var(--navy);
	font-family: var(--font-display);
	font-size: 27px;
	line-height: 1.4;
	font-style: italic;
}

.customQuote .author,
.customQuote .author > a {
	text-align: left;
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 20px;
	color: var(--navy-dark);
	background: var(--robins-egg);
	display: inline-block;
	padding: 3px 10px 3px 10px;
	margin: 15px 0 0 20px;
}
.customQuote .author > a {
	margin: 0;
}

@media only screen and (min-width: 64.063em) {
	.customQuote {
		margin: 5px auto 5px;
	}
	.customQuote .quoteWrapper {
		max-width: 900px;
		padding: 50px 0;
	}

	.customQuote .quote-icon.top {
		top: 20px;
		left: -60px;
	}
	.customQuote .quote-icon.bottom {
		bottom: 20px;
		right: -60px;
	}
	.customQuote.has-author .quote-icon.bottom {
		bottom: 70px;
	}

	.customQuote .quote {
		padding: 0;
		font-size: 38px;
		line-height: 55px;
	}

	.customQuote .author,
	.customQuote .author > a {
		font-size: 18px;
		line-height: 25px;
		margin-left: 0;
		padding: 3px 15px 3px 10px;
	}
	.customQuote .author > a {
		margin: 0;
	}
}
@media only screen and (min-width: 69.063em) {
	.customQuote .quote-icon {
		width: 93px;
	}
	.customQuote .quote-icon.top {
		top: 20px;
		left: -100px;
	}
	.customQuote .quote-icon.bottom {
		bottom: 20px;
		right: -100px;
	}
}