/* currently no rules here, the following rule is just there so the minifier won't choke on an empty result */
/* .page-home #middle{
	margin-top: 0;
} */

.page-home #middle {
	margin-top: 0;
	margin-bottom: 0;
}

/* .page-home h1 {
	text-align: center;
	font-size: 2.4rem;
	margin: 2rem auto;
} */
  
/* .page-home h2 {
	text-align: center;
	font-size: 2rem;
	margin: 2rem auto;
} */



/*  Homepage Features BLOG section, start  */
	.page-home .div-home-blog h2 {
		text-align: center;
		margin-bottom: 2rem;
		font-size: 2.3rem;
		text-transform: uppercase;
	}

	.page-home .div-home-blog p {
		text-transform: uppercase;
		text-align: center;
	}

	.page-home .div-home-blog p.p-blog-title {
		max-width: 296px;
		margin: 0 auto 1rem;
	}
/*  Homepage Features BLOG section, finish  */



/*  Homepage Features PROJECTS section, start  */

.page-home .div-home-projects p {
	text-transform: uppercase;
	text-align: center;
}

.page-home .div-home-projects p.p-projects-title {
	max-width: 296px;
	margin: 0 auto 1rem;
}
/*  Homepage Features PROJECTS section, finish  */



/*  Homepage FULL WIDTH section, start  */
	.div-home-full-width {
		padding: 3rem 1rem;
		background: url(images/bg-div-home-full-width.jpg) center no-repeat;
		background-size: cover;
		display: flex;
		min-height: 550px;
	}

	.cmsDebug .div-home-full-width {
		background-image: url(../../images/bg-div-home-full-width.jpg);
	}

	.div-home-full-width .standard-width {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.page-home .div-home-full-width h2,
	.page-home .div-home-full-width h3,
	.page-home .div-home-full-width p {
		width: 50%;
		color: white;
		text-align: left;
		margin-left: 0;
	}

	.page-home .div-home-full-width h2 {
		font-size: 2.4rem;
	}

	.page-home .div-home-full-width h3 {
		font-size: 1.8rem;
	}

	.page-home .div-home-full-width p {
		font-size: 1.2rem;
	}

	.page-home .div-home-full-width p:last-child {
		margin-top: 2rem;
		margin-bottom: 0;
	}
/*  Homepage FULL WIDTH section, finish  */



/*  Homepage TESTIMONIALS section, start  */
	.div-home-testimonials {
		padding: 1rem 1rem 2rem;
		display: flex;
		flex-direction: column;
		/* background: #5c38a0; */
		/* color: #231f20; */
		/* background: url("images/bg-testim.jpg") center no-repeat;
		background-size: cover; */
	}

	/*
	.cmsDebug .div-home-testimonials {
		background-image: url("../../images/bg-testim.jpg");
	}
	*/


	.page-home .div-home-testimonials h2 {
		text-align: center;
		margin-bottom: 5rem;
		position: relative;
		/* color: #231f20; */
		font-size: 2.2rem;
		text-transform: uppercase;
		font-weight: 500;
	}

	.div-home-testimonials h2::after {
		position: absolute;
		display: block;
		content: "\201C";
		/* content: '\201D'; */
		font-family: "Arial, Helvetica, sans-serif";
		font-size: 300%;
		color: #00884c;
		bottom: 0;
		bottom: -5rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.div-home-testimonials p {
		font-weight: 300;
		text-align: center;
	}

	.div-home-testimonials .testimonial-name {
		font-style: italic;
		text-align: center;
		font-weight: 600;
		font-size: 1.2rem;
	}

	.testimonial-name {
		margin-bottom: 2rem;
	}

	#full-test:nth-of-type(1) {
		border-top: 2px solid #f7f7f7;
		padding-top: 1rem;
	}
/*  Homepage TESTIMONIALS section, finish  */




/*  Homepage CONTACT US section, start  */
	.div-home-contact-us-container {
		padding: 2rem;
		background: #ebebeb;
	}

	.div-home-contact-us-container h2 {
		text-align: center;
		font-weight: 600;
	}

	.home-contact-us label {
		color: black;
	}

	.home-contact-us .fmrequire {
		display: none;
	}

	.home-contact-us form.cms-form #captcha-button-box {
		display: block;
		margin-left: 0;
		text-align: center;
	}

	.home-contact-us form.cms-form #captcha-button-box .cms-button-a {
		margin-bottom: 0;
	}

	.home-contact-us form.cms-form #captcha-image-box {
		margin-left: 0;
	}

	.home-contact-us form.cms-form #form-bottom {
		margin-top: 2rem;
		margin-left: 0;
		display: block;
	}
/*  Homepage CONTACT US section, finish  */






.div-home-main-text {
	padding: 3rem 0;
}

.div-home-main-text h1 {
	font-size: 3rem;
	font-weight: 400;
	color: #222;
	line-height: 1.25em;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.div-home-main-text h2 {
	font-size: 2.25rem;
	font-weight: 600;
	color: #1e2758;
	line-height: 1.25em;
	margin-bottom: 3rem;
}

.div-home-main-text h2 span {
	font-weight: 400;
	display: inline-block;
}

.div-home-main-text p.logos-hockey {
	display: flex;
	justify-content: space-between;
	width: 80%;
}






.div-home-signup {
	padding: 3rem 0;
	background: url(images/spriggs-signup-bg.jpg) center no-repeat;
	background-size: cover;
}
.cmsDebug .div-home-signup {
	background-image: url(../../images/spriggs-signup-bg.jpg);
}

.div-home-signup > .standard-width {
	display: flex;
}

.div-home-signup .column-text {
	flex: 1;
}

.div-home-signup .column-text > div:nth-of-type(3) {
	align-items: flex-end;
}

.div-home-signup h2 {
	font-size: 2.25rem;
	font-weight: 600;
	color: #1e2758;
	line-height: 1.25em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.div-home-signup h2 span {
	font-weight: 400;
}





@media only screen and (max-width: 1185px) {
	.div-home-blog .column-text > div:nth-of-type(3),
	.div-home-projects .column-text > div:nth-of-type(3) {
		display: none;
	}
}

@media only screen and (max-width: 1080px) {
	.div-home-main-text {
		padding: 1.5rem 0;
	}

	.div-home-main-text .column-text {
		display: flex;
		flex-direction: column;
		grid-gap: 1rem 0;
	}
}

@media only screen and (max-width: 899px) {
	.div-home-signup {
		padding: 1.5rem 0;
	}

	.div-home-signup .column-text {
		display: flex;
		flex-direction: column;
		grid-gap: 1rem 0;
	}

	.div-home-signup .column-text > div,
	.div-home-signup .column-text > div:nth-of-type(3) {
		align-items: flex-start;
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {

	.div-home-main-text p.logos-hockey {
		width: 100%;
	}
}

@media only screen and (max-width: 679px) {
	.page-home #middle {
		margin-top: 0;
	}

	.div-home-full-width {
		min-height: auto;
	}

	.page-home .div-home-full-width h2,
	.page-home .div-home-full-width h3,
	.page-home .div-home-full-width p {
		text-align: center;
		width: 90%;
		margin: 1rem auto;
	}

	.div-home-testimonials {
		padding: 0rem 1.5rem 2rem;
	}

	.page-home h1,
	.page-home h2 {
	  margin-bottom: 1rem;
	}
  
	/* .page-home h2 {
	  text-align: left;
	} */
  
	.div-home-blog .column-text > div:nth-of-type(3),
	.div-home-projects .column-text > div:nth-of-type(3) {
	  display: block;
	}
  
	.div-home-contact-us-container {
	  padding-top: 1rem;
	}
  
	.div-home-contact-us-container h2 {
	  text-align: center;
	}


	.div-home-main-text p.logos-hockey {
		display: grid;
    	grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    	grid-gap: 1rem;
		align-items: center;
	}
}