/* Quotes */
#quotes {
	min-height: 229px;
	border-top: 1px solid #9aa3a7;
	border-bottom: 1px solid #6f909b;
	background-color: #182b35;
	background-image: linear-gradient(to bottom, #182b35 0%, #184d5e 100%);
	text-align: center;
}

#quotes div {
	min-height: inherit;
}

#quotes .carousel-content {
	position: relative;
}

#quotes .carousel-content:before, #quotes .carousel-content:after {
	content: "";
	position: absolute;
	width: 106px;
	height: 133px;
	top: 50%;
	margin-top: -66.5px;
	background-size: contain;
}

#quotes .carousel-content:before {
	left: 212px;
	background: transparent url('../images/icon-quote-orange.svg') no-repeat left top;
}

#quotes .carousel-content:after {
	right: 212px;
	background: transparent url('../images/icon-quote-blue.svg') no-repeat left top;
}

#quotes .carousel-content h4 {
	width: 50%;
	margin: 0 auto;
	font-weight: 500;
	font-size: 1.875rem;
	font-style: italic;
	line-height: 2.5rem;
	color: #fff;
}

#quotes .carousel-content p {
	width: 50%;
	margin: 0 auto;
	margin-top: 15px;
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.875rem;
	color: #fff;
}










/* Responsive tablet */
@media (max-width: 992px) {

	/* Quotes */
	#quotes {
		min-height: 201px;
		border-top: 1px solid #d4d7d9;
		border-bottom: 1px solid #356372;
	}

	#quotes .carousel-content:before, #quotes .carousel-content:after {
		width: 84px;
		height: 106px;
		margin-top: -53px;
	}

	#quotes .carousel-content:before {
		left: 66px;
	}

	#quotes .carousel-content:after {
		right: 66px;
	}

	#quotes .carousel-content h4 {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}

	#quotes .carousel-content p {
		margin-top: 21px;
		line-height: 1.25rem;
	}
}




/* Responsive phone */
@media (max-width: 576px) {

	/* Quotes */
	#quotes {
		
	}
	
	#quotes .carousel-content {
		padding: 1rem 0;
	}

	#quotes .carousel-content:before, #quotes .carousel-content:after {
		width: 60px;
		height: 76px;
		margin-top: -38px;
	}

	#quotes .carousel-content:before {
		left: 0;
	}

	#quotes .carousel-content:after {
		right: 0;
	}

	/*#quotes .carousel-content h4 {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}*/

	#quotes .carousel-content p {
		/*margin-top: 21px;
		line-height: 1.25rem;*/
		font-size: .75rem;
	}
}