/* -----------------------------------------------
----- AC LANDING PAGE
------------------------------------------------- */

.landing-hero {
	background-position: left center;
	position: relative;
    height: 550px;
    background-size: cover;
}
.landing-cta h1 {
    font-size: 110px;
    color: #41525c;
}
.features-section {
    padding: 60px 0;
}
.feature {
    padding: 10px 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #e3e3e3;
}
.feature:last-child {
    padding: 10px 0;
    margin: 0;
    border-bottom: none;
}
.bottom-cta-section {
    background: #5F90CE;
    padding: 50px 0;
}
.bottom-cta-section h2, .bottom-cta-section h4 {
    color: #fff;
}
form#gform_16 {
    border-radius: 8px;
}

@media (max-width:768px) {
	.landing-hero {
		background-position: left center;
		position: relative;
		height: 500px;
	}
	.landing-hero:before {
	    content: "";
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.53);
	}
	.landing-cta h1 {
    font-size: 85px;
    color: #41525c;
	}
	.flex-middle {
    display: table;
    align-items: center;
	}
}


/* Heating Campaign Landing Page */
.landing-hero.heat:before {
	display: none;
}
.page-template-heating-campaign-landing .services-section .lead {
	font-size: 18px;
}
.page-template-heating-campaign-landing .bottom-cta-section {
    background: #ce5f5f;
    padding: 50px 0;
}
.page-template-heating-campaign-landing .bottom-cta-section p {
	color: white;
	font-size: 18px;
}
.page-template-heating-campaign-landing .bottom-cta-section h3 {
	color: white;
}
.page-template-heating-campaign-landing form {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(10, 10, 10, 0.41);
}
.page-template-heating-campaign-landing .bottom-cta-section h2 {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}

.video-section > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.video-section {
    position: relative;
}
.video-section:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(53, 63, 70, 0.8);
}
.video-section > .container p {
	color: #fff;
}
