/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Home.css
Created: 8/28/2013
Author:  Ben Schiling
Organization:	iMarket Solutions
----------------------------------------------- */

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- BANNER --------------------------------------------------------------------------------------------------------------------------------- */

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf2fa+0,ffffff+100 */
	background: #f5f9fd; /* Old browsers */
}

#home-top-content h1 {
	text-align: center;
}

#home-about-link {
    padding-top: 15px;
    display: block;
    float: right;
    color: #ef5c1b;
    font-size: 15px;
    font-style: italic;
}

#container-banner {
	position: relative; 
}

#banner {
	height:100%;
}

#banner .banner-slide {
	width:100%;
}

#banner .banner-slide a {
	display:block;
	height:100%;
	text-decoration: none; 
	width:100%;
}

#banner .banner-slide img {
	display: block;
	width:100%;
	height: auto;
}

#banner .banner-slide {
	width: 100%;
	background-size: cover;
	background-position: 77% center;
	background-repeat: no-repeat;
	min-height: 618px;
	width: 100%;
}

.banner-text {
	background-color: rgba(0,0,0,.5);
	bottom:0;
	display:block;
	left:0;
	padding: 10px;
	position:absolute;
	width:100%;
}

.banner-text span {
	color: #FFF; 
	display:block;
	line-height:1.1em;
	margin:0 0 0.5em;
}

.banner-text span.banner-text-title {
	font-size:3em;
}

.banner-text span.banner-text-description {
	font-size:1.6em;
}

#banner-cycle-pager {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index:1000;
}

#banner-cycle-pager span {
	background-color: #FFF;
	border-radius:100%;
	cursor: pointer;
	display:inline-block;
	font-size:0; 
	margin:5px;
	height:22px;
	width:22px;
	border:2px solid #FFF;
	transition: all 0.3s ease; 
}

#banner-cycle-pager span.cycle-pager-active {
	background-color: #00cc0d;
}

#banner-cycle-pager span:hover {
	opacity:.8;
}



/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION --------------------------------------------------------------------------------------------------------------------------------- */

@media all and (max-width:1025px) {

} 

@media all and (max-width:800px) {
	#banner {
		background-color: rgba(0,0,0,.5);
	}
	.banner-text {
		background-color: transparent;
	}
	#banner-cycle-pager {
		background-color: rgba(0,0,0,.5);
		position: static;
		text-align: center; 
	}
} 

@media all and (max-width:570px) {
	#banner .banner-slide img {
	  left: -25%;
	  position: relative;
	  width: 150%;
	}
} 

div#home-top-affil {
	text-align: center;
}

div#home-top-affil img {
    width: auto;
    padding: 5px 4%;
    max-width: 40%;
}

#banner .banner-slide > div {
	position: relative;
    top: 280px;
    left: 86px;	
}

#banner .banner-slide div .banner-text {
    background-color: transparent;
    font-family: 'Heebo', sans-serif;
    margin: 0px;
}

#banner .banner-slide div .banner-text .banner-text-title {
	font-size: 78px;
    margin: 0px;
  	text-shadow: 0px 5px 1px rgba(0, 0, 0, 0.76);    
}

#banner .banner-slide div .banner-text .banner-text-description {
	font-size: 60px;
    margin: 0px;
  	text-shadow: 0px 5px 1px rgba(0, 0, 0, 0.76);    
}

#container-mini-form {
	padding: 0px 3%;
	position: relative;
	margin-top: -170px;
}

#mini-form {
    padding: 40px 6%;
}

#mini-form div.mini-form-heading, #mini-form span.mini-form-tagline {
	display: inline;
    width: auto;
}

 #mini-form ul.submit li {
	width: 100%;
}

#mini-form .secondary-tools form fieldset input[type="text"],
#mini-form .secondary-tools form fieldset textarea,
#mini-form .secondary-tools form fieldset select {
	width: 100%;
}

#mini-form .secondary-tools form fieldset:first-of-type ul li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}

#mini-form .secondary-tools form fieldset:first-of-type ul li:nth-of-type(4) {
	margin-right: 0px;
}

#mini-form .secondary-tools form fieldset:first-of-type ul li:last-of-type {
	width:100%;
	margin-right:0px;
	float:none;
} 

#mini-form .mini-form-emergency {
	display: block;
	color: white;
	font-size: 15px;
	font-style: italic;
	margin-top: -80px;
}

#home-promotions-background {
    background: #094a8b;
    background: -moz-linear-gradient(top, #094a8b 0%, #257ace 100%);
    background: -webkit-linear-gradient(top, #094a8b 0%,#257ace 100%);
    background: linear-gradient(to bottom, #094a8b 0%,#257ace 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094a8b', endColorstr='#257ace',GradientType=0 );
    border: 3px solid #094a8b;
    border-right: 0px;
    border-left: 0px;
    margin-top: 45px;
}



#promotions-secondary {
	background: none;
	border-width: 0px;
	margin-top: 0px;
}

div#promotions-secondary .secondary-tools {
    padding: 30px 0px;
}

#promotions-secondary [class*="ims-grid-"] {
    vertical-align: middle;
}

#promotions-secondary .secondary-tools-heading {
	display: inline-block;
}

#promotions-secondary .secondary-tools li {
    padding: 15px 0px 20px 0px;
}

ul.promotions li {
	max-width: 615px;
	margin-bottom: 0px;
	width: 100%;
}

#promotions-secondary .view-all a {
	font-size: 18px;
	padding: 11px;
}

#home-testimonials {
	text-align: center;
	margin-top:100px;
}

#testimonials-secondary {
	background: transparent;
	border:0px;
	margin-bottom: 100px;
}

#testimonials-secondary .secondary-tools-heading {
	display: none;
}

#testimonials-secondary .view-all {
	display: none;
}

#static-reviews {
	text-align: left;
}

div#static-reviews > div {
    width: 45%;
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
    position: relative;
}

div#static-reviews > div > p {
	color: #611460;
	font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 20px;    
}

div#static-reviews > div > p:before {
    content: "“";
    font-size: 180px;
    opacity: 0.3;
    font-family: Heebo, sans-serif;
    position: absolute;
    left: -30px;
    top: 21px;
}

div#static-reviews > div > p:after {
    content: '"';	
}

div#static-reviews > div > span {
    color: #094a8b;
    font-size: 15px;
    float: right;
    display: inline-flex;
}

div#static-reviews > div > span img {
	float: right;
	margin-left: 5px;
}

#static-reviews .view-all a {
    color: white;
    text-transform: uppercase;
    padding: 6px;
    background-color: #094a8b;
    border: 3px solid #0d3053;
    text-align: center;
    width: 222px;
    margin: 20px auto;
    display: block;
    font-family: 'Heebo', sans-serif;
    border-radius: 90px;
    font-weight: bold;
    font-style: normal;
}

#static-reviews .view-all a:hover {
    background-color: #0d3053;
    border: 3px solid #094a8b;
}

#home-service-area-background {
	background-image: url(/assets/templates/main/images/site-specific/bg-service-area.jpg);
	border-top: 3px solid #094a8b;
	border-bottom: 3px solid #094a8b;
	height: 630px;
	position: relative;
	background-position: 40% center;
	margin-bottom: 150px;
}

#service-area-list {
	border: 0px;
	background-color: transparent;
	padding-left: 45%;
    padding-right: 2px;
    text-align: center;
    margin-top: 100px;
}

#service-area-list .secondary-tools:before {
	content: none;
}

#service-area-list h2 {
	color: white;
	font-size: 45px;
	margin-top: -25px;
}

#service-area-list ul {
	text-align: center;
	display: inline;
}

#service-area-list .secondary-tools li {
    display: inline;
}

#service-area-list .secondary-tools ul:first-of-type li:after {
	content: "·";
	color: #7fc62f;
	padding: 0px 10px;
}

#service-area-list .secondary-tools ul li a:link, #service-area-list .secondary-tools ul li a:visited, #service-area-list .secondary-tools li a {
	color: white;
	font-size: 15px;
}

#service-area-list .secondary-tools ul li.read-more a:link, #service-area-list .secondary-tools ul li.read-more a:visited {
	color: #ef5c1b;
}

#service-area-list .secondary-tools ul li a:hover, #service-area-list .secondary-tools ul li a:active, #service-area-list .secondary-tools li a {
	color: #ef5c1b;
}

#home-service-area {
	text-align: center;
}

#service-area-search {
	border-radius: 90px;
	border: 0px;
	max-width: 690px;
	width:60%;
	float: right;
	padding: 20px 0px;
}

div#service-area-search > div > * {
    display: inline-block;
    vertical-align: middle;
}

#service-area-search .secondary-tools-heading {
	padding-right: 20px;
}

#service-area-search .secondary-tools-heading a {
	font-size: 30px;
}

#service-area-search .secondary-tools form {
	width: 235px;
}

#service-area-search .secondary-tools form fieldset input[type="submit"] {
	width: 120px;
}

#home-service-area:after {
    content: ' ';
    background-image: url(/assets/templates/main/images/site-specific/truck-left.png);
    height: 213px;
    width: 356px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -90px;
    left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-size: cover;
}

#home-main-content h1 {
	text-align: center;
}

ul.slick-dots {
	border-bottom: 3px solid #d6e7f9;
}

#home-main-content .width-limiter {
	max-width: 1035px;
}

#home-main-content .slick-dots li button {
    background-color: #eaf2fa;
    border: 0px;
}

#home-main-content .slick-dots li.slick-active button {
    background-color: #d6e7f9;
}

#home-main-content .slick-dots li button:hover, #home-main-content .slick-dots li button:active {
    background-color: #d6e7f9;	
}

#air-conditioning-btn span {
	color: #094a8b;
}

#heating-btn span  {
	color: #ef5c1b;
}

#indoor-air-quality-btn span  {
	color: #611460;
}

#maintenance-program-btn span  {
	color: #0a89ad;
}

#rotating-main-content {
	margin-bottom: 80px;
}


#rotating-main-content .view-all {
	display: block;
	text-align: left;
}

#rotating-main-content .view-all a {
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #094a8b;
    border: 3px solid #0d3053;
    margin: 20px auto;
    display: inline-block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    border-radius: 90px;
    font-style: normal;	
}

#rotating-main-content .view-all a:hover {
    background-color: #0d3053;
    border: 3px solid #094a8b;
}

#rotating-main-content h2 {
	margin: 50px 0px 15px 0px;
}

#rotating-main-content h2 a:link, #rotating-main-content h2 a:visited {
	color: inherit;
	text-decoration: none;
}

#rotating-main-content h2 a:hover, #rotating-main-content h2 a:active {
	color: inherit;
	text-decoration: underline;
}

#rotating-main-content .inner-main-content img {
	float: left; margin-right: 25px;
}


#membership-cta-background {
    background: #094a8b;
    background: -moz-linear-gradient(top, #094a8b 0%, #2578cd 100%);
    background: -webkit-linear-gradient(top, #094a8b 0%,#2578cd 100%);
    background: linear-gradient(to bottom, #094a8b 0%,#2578cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094a8b', endColorstr='#2578cd',GradientType=0 );
    border-top: 3px solid #094a8b;
    border-bottom: 3px solid #094a8b;
}

#membership-cta {
    background: transparent;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#membership-cta > a {
	float: none;
	margin-top:0px;
	vertical-align: middle;
    display: inline-block;
}

#membership-cta > div {
	padding: 35px 120px;
	width: 70%;
	vertical-align: middle;
    display: inline-block;	
}

#membership-cta > div:before {
	top: -13px;
	left: 106px;
}

#home-blog-background {
	background-image: url(/assets/templates/main/images/site-specific/bg-blog.jpg);	
	background-size: cover;
	background-position: center;
}

div#home-blog {
    padding: 105px 0px;
}

#blog-module .secondary-tools-heading {
	margin-bottom: 40px;
}

#blog-module .secondary-tools-heading a {
	color: white;
	font-size: 45px;
	font-family: 'Heebo', sans-serif;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.42);
}

@media all and (max-width: 400px) {
	#blog-module .secondary-tools-heading a {
		font-size: 40px;
	}
}

.blog-post {
    width: 58%;
    background-color: white;
    border-radius: 10px;
    padding: 1px 65px 1px 45px;
}

.blog-post h3 a:link, .blog-post h3 a:visited{
	color: #ef5c1b;
	font-family: 'Heebo', sans-serif;
	font-size: 30px;
	text-underline-position: under;
	line-height: 43px;
}

.blog-post h3 a:hover, .blog-post h3 a:active {
	text-decoration: underline;
	color: #094a8b;
}

.blog-post .view-all a {
	color: white;
	text-transform: uppercase;
	padding: 6px;
	background-color: #094a8b;
	border: 3px solid #0d3053;
	text-align: center;
	width: 222px;
	margin: 20px 0px;
	display:block;
	font-family: 'Heebo', sans-serif;
	border-radius: 90px;
	font-weight: bold;
    font-style: normal;	
}

.blog-post .view-all a:hover {
	background-color: #0d3053;
	border: 3px solid #094a8b;
}

.blog-post .content {
	position: relative;
}
p.blog-date {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.72);
    width: 50px;
    border-radius: 5px;
    position: absolute;
    left: -70px;
    top: 5px;    
}
p.blog-date span {
    display: block;
    width: 50px;
    text-align: center;
    padding: 3px;
    text-transform: uppercase;
}
.blog-date .month {
	color: #c8d6e4;
	background-color:#257ace;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.blog-date .day-of-week {
	color: #257ace;
	background-color: #c8d6e4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

div#container-footer-fullwide {
	margin-top: 0px;
}
@media all and (max-width: 1000px) {
	#banner .banner-slide div .banner-text .banner-text-title {
		font-size: 9.5vw;
	}
	#banner .banner-slide div .banner-text .banner-text-description {
		font-size: 8vw;
	}
	#banner .banner-slide > div {
    	top: 220px;
    	left: 16px;
	}
}
@media all and (max-width: 600px) {
	#membership-cta {
		padding: 20px 0px;
	}
	#membership-cta > div {
		padding: 0px;
		width: 95%;
	}
}

@media all and (max-width: 650px) {
	#container-mini-form {
		padding: 0px;
	}
	#mini-form {
		padding: 30px 10px;
	}
	#mini-form .secondary-tools form fieldset:first-of-type ul li {
		width: 100%;
		margin-right: 0px;
		float: none;
	}
}

@media all and (max-width: 710px) {
	#membership-cta > div {
		padding: 35px 20px 35px 40px;
	}
}

@media all and (max-width: 800px) {
	#home-testimonials {
		margin-top: 50px;
	}
	#rotating-main-content {
		margin-bottom: 0px;
	}	
	#banner .banner-slide > div {
		top:0px;
		left:0px;
	}
	.banner-text {
		position: static;
	}
	#mini-form .mini-form-emergency {
		margin-top: -40px;
		margin-bottom: -20px;
	}
	div#static-reviews > div {
	    width: 95%;
	    margin: 0 auto 70px auto;
	    display: block;
	}
	.blog-post {
		width: 95%;
		margin: 0 auto;
		background-color: rgba(255,255,255,0.8);
	}
	p.blog-date {
		left: -60px;
	}
	div#home-blog {
		padding: 35px 0px 90px;
	}
	#blog-module .secondary-tools-heading {
		display: block;
		width: 95%;
		margin: 0 auto 5px;
	}
	#home-service-area:after {
		content: none;
	}
	#service-area-search {
	    max-width: none;
	    width: 100%;
	    float: none;
	    padding: 0px 0px 5px;
	    position: absolute;
	    bottom: 0px;
	    margin-bottom: 0px;
	    border-radius: 0px;
	}
	#home-service-area-background {
		height:360px;
		margin-bottom: 50px;
	}
	#service-area-list {
		margin-top: 15px;
	}
}
@media all and (max-width: 530px) {
	#banner .banner-slide {
		min-height:420px;
	}
}
@media all and (max-width: 800px) {
	#banner .banner-slide {
		min-height:468px;
	}
	#banner .banner-slide div .banner-text {
		text-align: center;
	}
}
@media all and (max-width: 1300px) {
	p.blog-date {
		left: -60px;
	}
}
@media all and (max-width: 1200px) {
	#service-area-list h2 {
		font-size: 4vw;
	}
}
@media all and (max-width: 1000px) and (min-width: 801px) {
	#home-service-area:after {
		height: 106px;
		width: 178px;
		bottom: -38px;
		background-size: cover;
	}
	#home-service-area-background {
		margin-bottom: 70px;
	}
}
@media all and (max-width: 575px) {
	#service-area-search .secondary-tools-heading a {
		font-size: 25px;
	}
	#service-area-list h2 {
		font-size: 5vw;
	}
	#service-area-list {
		padding-left: 2px;
	}
	#home-service-area-background {
		background-image: none;
		background-color: #1660ab;
	}
	#rotating-main-content .inner-main-content {
    	text-align: center;
	}
	#rotating-main-content .inner-main-content img {
		float: none;
		display: block;
		margin: 10px auto;
	}
	#rotating-main-content h2 {
		margin-top:20px;
	}
	#rotating-main-content .inner-main-content .view-all {
		display: block;
		text-align: center;
	}
}
/* --- END HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#testimonials-secondary.secondary-tools-outer {
  background-position: center center;
}