/* Intro */
#home-intro {
	padding-top: 3%;
}

#home-intro h1 {
	margin-bottom: 20px;
}

#home-intro .subtitle {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	margin: 0 auto;
	max-width: 780px;
}

/* Choose the tool you need */
#home-products {
	background: #f7f8f9;
}

#home-products .features {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1280px;
	justify-content: center;
}

#home-products .feature-column {
	flex-basis: 25%;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 40px auto 40px;
	text-align: center;
}

#home-products .feature-column p {
	margin: 0 auto 20px;
	max-width: 400px;
}

#home-products h2 {
	font-size: 46px;
	font-size: 4.6rem;
}

#home-products .feature-column h3 {
	font-size: 20px;
	font-size: 2.2rem;
	margin-top: 8px;
}

#home-products .feature-icon {
	color: #0066cc;
	font-size: 36px;
	font-size: 3.6rem;
}

/* Why Genesis */
#home-why-sp {
	margin-bottom: 100px;
}

#home-why-sp .copy {
	max-width: 700px;
	margin: 50px auto 100px;
}

#home-why-sp .stats {
	max-width: 1150px;
	margin: 0 auto;
}

#home-why-sp .stats .stat {
	float: left;
	padding: 0 80px;
	position: relative;
	width: 33.3%;
}

#home-why-sp .stats .stat-center {
	margin-top: 45px;
}

#home-why-sp .stats .stat object {
	position: absolute;
	left: 25px;
	top: -90px;
	width: 320px;
}

#home-why-sp .stats .number {
	display: block;
	font-size: 42px;
}

#home-why-sp .stats small {
	font-weight: 500;
}

/* Testimonials */

#home-testimonials .testimonial {
	padding: 80px 0;
	margin: 0 auto;
	max-width: 900px;
	clear: both;
	
}

#home-testimonials .photo {
	float: left;
	height: 200px;
	width: 200px;
}

#home-testimonials .quote {
	float: right;
	margin: 0;
	padding-top: 25px;
	width: 580px;
}

#home-testimonials blockquote {
	margin: 0;
	position: relative;
}

#home-testimonials blockquote:before {
	content: '\201C';
	color: #CFD8DC;
	background: none;
	font-size: 110px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -65px;
	top: -45px;
}

#home-testimonials blockquote p,
#home-testimonials blockquote footer {
	color: #263238;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: left;
}

#home-testimonials blockquote footer {
	line-height: 1.2;
	font-size: 16px;
	font-weight: 500;
}

#home-testimonials blockquote footer strong {
	display: block;
}

#home-testimonials .testimonial:nth-of-type(3) .photo,
#home-testimonials .testimonial:nth-of-type(5) .photo {
	float: right;
}

#home-testimonials .testimonial:nth-of-type(3) .quote,
#home-testimonials .testimonial:nth-of-type(5) .quote {
	float: left;
}

/* CTA */
#home-cta {
	margin-top: -100px;
}

#home-cta h2 {
	font-size: 56px;
	font-size: 5.6rem;
}

#home-cta .columns {
	display: flex;
	justify-content: space-around;
}

#home-cta .column {
	flex-basis: 40%;
}

#home-cta .button {
	margin-top: 20px;
	margin-bottom: 3px;
	width: 175px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	#home-why-sp .stats .stat {
		padding: 0 50px;
	}

	#home-why-sp .stats .stat object {
		left: 0px;
		z-index: -1;
	}

	#home-products .features {
		max-width: 900px;
	}

	#home-products .feature-column {
		flex-basis: 50%;
	}

}

@media only screen and (max-width: 1023px) {

	#home-why-sp .stats .stat {
		padding: 0 30px;
	}

	#home-why-sp .stats .stat object {
		top: -77px;
		left: 50%;
		margin-left: -155px;
		max-width: none;
		width: 300px;
	}

	#home-cta {
		margin-top: 0;
	}

	#home-cta .column {
		flex-basis: 50%;
	}

	#home-testimonials .quote {
		padding: 0 50px;
	}

}

@media only screen and (max-width: 860px) {

	#home-testimonials .quote {
		width: 480px;
	}

	#home-why-sp .stats .stat {
		padding: 0 20px;
	}

	#home-cta .columns {
		display: block;
	}

	#home-cta .column {
		text-align: center;
	}

	#home-cta .column img {
		margin: 40px 0;
	}
}

@media only screen and (max-width: 767px) {


	#home-intro .subtitle {
		width: 100%;
	}

	#home-why-sp {
		margin-bottom: 0;
	}

	#home-why-sp .stats .stat object {
		display: none;
	}

	#home-why-sp .stats .stat {
		float: none;
		margin: 10px 0;
		width: 100%;
	}

	#home-why-sp .copy {
		margin-bottom: 20px;
	}

	.section .left,
	.section .right {
		float: none;
		text-align: center;
		width: 100% !important;
	}

	#home-testimonials .testimonial {
		padding: 40px 0;
	}

	#home-testimonials .photo,
	#home-testimonials .quote {
		float: none;
		text-align: center;
		width: 100%;
	}

	#home-testimonials blockquote p,
	#home-testimonials blockquote footer {
		text-align: center;
	}

	#home-testimonials .photo {
		height: 170px;
	}

	#home-testimonials .photo img {
		width: 130px;
	}

	#home-products .features {
		display: block;
	}

	#home-products .feature-column {
		margin-top: 80px;
	}

}

@media only screen and (max-width: 599px) {

	#home-why-sp .copy {
		margin-top: 20px;
	}

	#home-testimonials .photo {
		height: 130px;
	}

	#home-testimonials .photo img {
		width: 100px;
	}

	#home-testimonials .quote {
		padding: 0;
	}

}
