.overview.quotes {
	margin-bottom: 20px;
	padding-top: 15px;
}
.overview.quotes h2 {
	color: #3e3f44;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.3px;
    font-size: 42px;
}
.overview.quotes .slick-list {
	height: auto;
	padding: 0 45px !important;
}
.overview.quotes .slick-prev, .overview.quotes .slick-next {
	position: absolute;
	top: 53%;

	display: block;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 1px solid #666;
	cursor: pointer;

	line-height: 0;
	font-size: 0;

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}
.overview.quotes .slick-prev:hover {
	border-color: #3E3F44;
	background-image: url(/static/img/arrow-left-black.svg);
}
.overview.quotes .slick-next:hover {
	border-color: #3E3F44;
	background-image: url(/static/img/arrow-right-black.svg);
}
.overview.quotes .slick-prev {
	left: 5%;
	z-index: 1;
	background-image: url(/static/img/arrow-left-gray.svg);
}
.overview.quotes .slick-next {
	right: 5%;
	background-image: url(/static/img/arrow-right-gray.svg);
}

.overview.quotes .quote {
	padding-top: 40px;
}

.overview.quotes h2 {
	margin-bottom: 15px;
}
.overview.quotes .quote-text {
	font-size: 24px;
}
.overview.quotes .center .button {
	font-family: 'Source Sans Pro';
	cursor: pointer;
	font-size: 20px;
	display: inline-block;
	padding: 14px 55px 14px 25px !important;
	border: 1px solid #3E3F44;
	color: #3E3F44;
	background-color: transparent;
}
.overview.quotes .center .button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #0092c6;
	transition: .2s;
}
.overview.quotes .center .button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/static/img/arrow-right-black.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	transition-duration: .2s;
}
.overview.quotes .center .button span {
	position: relative;
}
.overview.quotes .center .button:hover {
	color: #FFF;
	border-color: #0092c6;
	transition: .2s;
}
.overview.quotes .center .button:hover:before {
	width: 100%;
}
.overview.quotes .center .button:hover:after {
	background-image: url(/static/img/arrow-right-white.svg);
}
@media screen and (max-width: 1024px) {
	.overview.quotes .slick-prev {
		left: 2.5%;
	}
	.overview.quotes .slick-next {
		right: 2.5%;
	}
}
@media screen and (max-width: 767px) {
	.overview.quotes .quote {
		padding-top: 20px;
	}
	.overview.quotes .quote .quote-text {
		font-size: 22px;
	}
	.overview.quotes .quote .author {
		font-size: 15px;
	}
}
@media screen and (max-width: 500px) {
	.overview.quotes .slick-list {
		padding: 0 !important;
	}
	.overview.quotes .quote .container {
		width: 75%;
	}
	.overview.quotes .quote {
		width: auto;
	}
	.overview.quotes .quote .quote-text {
		font-size: 14px;
		line-height: 21px;
	}
	.overview.quotes .quote .author {
		line-height: 21px;
		font-size: 13px;

		max-width: 58%;
		max-width: 75%;
		margin: 0 auto;
	}
	.overview.quotes .slick-prev {
		left: 5px;
	}
	.overview.quotes .slick-next {
		right: 5px;
	}
}
@media screen and (max-width: 480px) {
	.overview.quotes h2 {
		font-size: 5.5vw !important;
	}
}
