/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Master.css
Created: 5/19/2015
Author: Wesley Carr
Organization:	iMarket Solutions
----------------------------------------------- */

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- UNIVERSAL RESET --------------------------------------------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

fieldset, a img { border: 0 solid transparent; }

body {
  font: 62.5%/1.8em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background: #FFF;
	text-align: left;
	min-width:300px;
}

body.mceContentBody {
	min-width:0;
}

/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- ACCESSIBILITY  --------------------------------------------------------------------------------------------------------------------------------- */

#access_key, .access_key { text-align: center; }
#accessibility {
	position: absolute;
	left: -999em;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- TYPOGRAPHY  --------------------------------------------------------------------------------------------------------------------------------- */

/* all advent pro elements */
h1, h2, h3, h4, h5, h6,
div.cta-button p
{
	font-family: 'Advent Pro', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.15em;
	margin: 1.2em 0 0.7em;
}

h1 {
	font-size: 3em;
	line-height:1;
	margin:.5em 0 1.3em;
}

h2 {
	font-size: 2.5em;
	color:#902826;
}

h3 {
	font-size: 2.1em;
	color:#324B65;
}

h4 {
	font-size: 2em;
	color:#324B65;
}

h5 {
	font-size: 1.4em;
	color:#902826;

}
h6 {
	font-size: 1.4em;
	color:#902826;
}

p {
	font-size: 1.4em;
	line-height:1.5em;
	margin-bottom: 1.3em;
}

address {
	font-size: 1.2em;
	font-style: normal;
	margin-bottom: 1.5em;
}

blockquote {
	margin: 0 .6em;
}

iframe {
	border:none;
	position: relative;
	z-index:1;
}

blockquote p { margin-bottom: 0.75em; }
blockquote .source {
	font-size: 1.3em;
	font-style: italic; }
ul, ol { margin: 0 0 1.8em 3.6em; color:#000000;}
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }
li {
	font-size: 1.4em;
	line-height: 1.5em;
}
li li, li p { font-size: 1em; }
dl { margin: 0 0 1.8em 0; }

dt {
	font-size: 1.2em;
	font-weight: bold;
}

dd {
	font-size: 1.2em;
	margin: 0 0 1.5em 3.6em;
}

dd ul, dd ol { margin-left: 0; }
dd * { font-size: 1em; }
.publication_name { font-style: italic; }
.footnote { font-size: 1.1em; }

.align-center {position:relative;margin:0 auto;}
/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- IMAGES  --------------------------------------------------------------------------------------------------------------------------------- */

.l-half {
  width: 50%;
  float: left;
  position: relative;
}

.l-third {
  width: 33.3333%;
  float: left;
}


a img { border: 0; }
p.last { margin-top: 3em; }

.image-left, .image-right, .image-center {
	font-size: 1.2em;
	line-height: 0;
}

.image-left, .image-right {
	width:50%;
}

.image-left {
	float: left;
	margin: 0;
	padding: 0 2em 0.75em 0;
}

.image-right {
	float: right;
	margin: 0;
	padding: 0 0 0.75em 2em;
}

.image-left img, .image-right img {
	width:100%;
	height: auto;
}


.image-center {
	margin: 0 auto 1.8em auto;
	text-align: center;
}

.image-center .img {
	width:90%;
	height: auto;
	margin: 0 auto;
}

.image-left,
.image-right {
	text-align: center;
}

.fixed-width-house {
  max-height: 309px !important;
  max-width: 450px !important;
}

img[src='assets/images/tip-of-the-week-logojpeg.jpg'] {
	max-width: 200px;
}

img[src='assets/images/tip-bulbjpeg.jpg'] {
	max-width: 110px;
}

img[src='assets/images/CarrierHandshake.png'] {
	max-width: 353px;
}

.caption {
	font-size: 1.3em;
	line-height: 1.6364em;
	text-align: center;
}

/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LINKS  --------------------------------------------------------------------------------------------------------------------------------- */


/* smooth link hovers */
a, button {
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
}

a:link,
a:visited  {
	color: #324b65;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #c0403c;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- TABLES  --------------------------------------------------------------------------------------------------------------------------------- */


table { margin: 0 auto 1.8em auto; }

caption {
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	padding: 0 0 0.6em 0;
	margin: 0 auto;
}

td, th {
  font-size: 1.2em;
  line-height: 1em;
  padding: 0.5em 9px 0.25em;
}

th {
	font-weight: bold;
	border: 0;
}

tfoot td { line-height: 1.5em; }

tfoot ul {
	margin: 0;
	list-style: none;
}

tfoot li { font-size: 1em; }

/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- ERROR AND CONFIRMATION MESSAGES  --------------------------------------------------------------------------------------------------------------------------------- */




/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- SITEWIDE FORMS  --------------------------------------------------------------------------------------------------------------------------------- */

.populate {
	color:#6d6d6d;
}

.populate:focus {
	color:#000000;
}

form fieldset input[type="text"],
form fieldset textarea,
form fieldset select {
  border:1px solid #AEAEAE;
  border-radius: 5px 5px 5px 5px;
  font-family: Arial,Helvetica,sans-serif;
  padding:5px;
}

form fieldset select {
  padding:4px;
}

label,
input[type="radio"],
input[type="checkbox"],
input[type="submit"],
button {
 cursor:pointer;
}

label,
input[type="submit"],
button {
	-webkit-appearance:none;
}

/*this keeps iphones from zooming in on form fields */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select:focus, textarea:focus, input:focus {
		font-size: 16px;
	}
}

/* --- form errors ---- */

/* highlight fields marked as error */
input.error,
select.error,
textarea.error {
	border: 1px solid red !important;
}

/* --- error container styling ---- */

#error-container {
  box-shadow: 0 1px 3px #000000 !important;
  color: #353535 !important;
  height: 50%;
  margin-bottom: 1.8em !important;
  padding: 1.8em 1.8em 2.5em !important;
  position: fixed;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 900 !important;
}

#error-container h3, 
#error-container h2 {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none !important;
  color: #e51937 !important;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
  font-size: 2.4em !important;
  font-style: normal !important;
  font-weight: bold !important;
  margin: 0 !important;
  padding: 0 25px 0 0 !important;
  position: relative !important;
  text-shadow: none;
  text-transform: capitalize;
  top: 0 !important;
  width: 100% !important;
}

#error-container ul {
  display: block !important;
  height: 80% !important;
  margin: 10px !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  text-align: left !important;
}

#error-container li {
	color:#000000 !important;
	min-height: 0 !important;
	list-style-image: none !important;
	font-weight:normal !important;
	padding: 1px 0 !important;
}

#error-container li:before {
  color: #565656 !important;
  content: "\00BB" !important; /* » */
  font-size: 1.3em !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1em !important;
  padding: 0 5px 0 0 !important;
  text-shadow: none !important;
}

/* close error container input */
input.close-modal-popup {
	background: none repeat scroll 0 0 #BC1010;
	border: none !important;
	border-radius: 6px !important;
	box-shadow: 0 1px 1px #999 !important;
	color: #FFFFFF !important;
	cursor: pointer !important;
	font-size: 1.8em !important;
	height: 30px !important;
	margin: 1px 5px !important;
	padding: 0 0 0 1px !important;
	position: absolute !important;
	right: 3px !important;
	top: 3px !important;
	width: 30px !important;
	-webkit-appearance:none;
	 z-index: 100;
}

input.close-modal-popup:hover,
input.close-modal-popup:active {
	background:#676767 !important;
	box-shadow: none !important;
} 

@media all and (max-width: 570px) {	
	#error-container {
		height:75% !important;
		top: 58px !important;
	}
}

@media all and (min-width: 801px) {	
	#error-container {
		width:50% !important;
		border-radius: 0 0 0 7px !important;
	}
}

@media all and (min-width: 1300px) {	
	#error-container {
	  border-radius: 0 0 7px 7px !important;
	  right: 5% !important;
	  width: 30% !important;
	}
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- COLUMN LAYOUTS  --------------------------------------------------------------------------------------------------------------------------------- */

fieldset.onecol ul,
fieldset.twocol ul,
fieldset.threecol ul,
ul.twocol, 
ul.threecol {
  overflow: hidden;
  padding: 0 0 0 1.5em;
}

fieldset.twocol ul li,
ul.twocol li {
	float: left;
	width: 50%;
}

fieldset.threecol ul li,
ul.threecol li {
	float: left;
	width: 33%;
}



/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- UTILITY CLASSES  --------------------------------------------------------------------------------------------------------------------------------- */


.clear { clear: both; }
.clear_right { clear: right; }
.clear_left { clear: left; }

.hide { display: none; }
.show { display: block; }

.align-center {text-align:center;}
.align-right {text-align:right;}
.align-left {text-align:left;}


/* Honeypot Validation */
li.company_name_required {
  display:none;
}

/*Checkmark Bullets */
ul.checkmarks li {
  list-style-image: url("/assets/templates/main/images/bullets/bullet-checkmark.png");
}

ul.twocol.checkmarks, 
ul.threecol.checkmarks {
  padding: 0 0 0 2.5em;
}

/* 'View All' links */
p.view-all a {
	text-decoration:none;
	font-weight:bold;
}
p.view-all a:link, p.view-all a:visited { color:#c0403c; }
p.view-all a:hover, p.view-all a:active { color:#324b65; }

#index #promotions-secondary ul li a:after,
#promotions-secondary ul li p.view-all:after,
p.view-all a:after {
  content: "\00BB";
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  padding: 0 0 0 5px;
}



/* view all buttons */

p.view-all.button {
	text-align: center;
	margin: 25px 0;
}

p.view-all.button a:visited,
p.view-all.button a:link {
	border-radius: 4px;
	background-color: #f7e739;
	width: auto;
	padding: 15px 40px;
	color: #000;
}

p.view-all.button.blue-btn a:visited,
p.view-all.button.blue-btn a:link {
	background-color: #324b65;
	color: #fff
}

input[type="submit"],
button,
p.view-all.button.red-btn a:visited, p.view-all.button.red-btn a:link {
	background-color: #c0403c;
	color: #fff;
	border: 0;
}

input[type="submit"]:hover, input[type="submit"]:active,
button:hover, button:active,
p.view-all.button.red-btn a:hover, p.view-all.button.red-btn a:active,
p.view-all.button.blue-btn a:hover, p.view-all.button.blue-btn a:active {
	background-color: #f7e739;
	color: #544D00
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- SITEWIDE COLORS  --------------------------------------------------------------------------------------------------------------------------------- */



#error-container,
.error-container {
	background: #ffa0a0; 
	border-top:10px solid #D60000;
	color: #353535;
	text-shadow: 0 1px 0 #fff;
}

.confirmation-container {
	background: #abeaab; 
	border-top:10px solid #008000;
	color: #343434;
	text-shadow: 0 1px 0 #fff;
}


/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- RECOMMEND ME DEFAULTS  --------------------------------------------------------------------------------------------------------------------------------- */

#nn-reviews {
  margin: 25px 0;
}

.nn-agg-container {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.nn-agg-container img {
  max-height: 30px;
  max-width: 150px;
  vertical-align: middle;
}

.nn-agg-rating {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  vertical-align: middle;
}

.nn-reviews {
  font-size: 1.4em;
  margin: 7px 0;
}

/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- STAR RATING  --------------------------------------------------------------------------------------------------------------------------------- */

.star-rating, .star-rating span:hover, .star-rating span:active,.star-rating span:focus,.star-rating .current-rating{background: url(/assets/templates/main/images/star.png) left -1000px repeat-x;}
.star-rating {position:relative;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position: left top;}
.star-rating li {display: inline;min-height: 0;padding-bottom: 0;}
.vertical .star-rating li {display: inline;min-height: 0; padding-bottom: 0;}
#main-content form fieldset ul li.current-rating {list-style: none outside none;margin:0px;}
.star-rating span, .star-rating .current-rating {position:absolute;top:0;left:0;text-indent:-1000em;height:25px;line-height:25px;outline:none;overflow:hidden;border: none;}
.star-rating span:hover,.star-rating span:active,.star-rating span:focus{background-position: left bottom;}
.star-rating span.one-star {width:20%;z-index:6;}
.star-rating span.two-stars {width:40%;z-index:5;}
.star-rating span.three-stars {width:60%;z-index:4;}
.star-rating span.four-stars {width:80%;z-index:3;}
.star-rating span.five-stars {width:100%;z-index:2;}
.star-rating .current-rating {z-index:1;background-position: left center;}	

/* for an inline rater */
.inline-rating {display:-moz-inline-block;display:-moz-inline-box;display:inline-block;vertical-align: middle;}

/* smaller star */
.small-star {margin-right: 10px; position: absolute; width: 50px;}
.small-star, .small-star span:hover, .small-star span:active, .small-star span:focus, .small-star .current-rating {background-image: url(/assets/templates/main/images/star_small.png);line-height: 10px;height: 10px;}



/* --- GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS  --------------------------------------------------------------------------------------------------------------------------------- */

#container-all {
	position:relative;
}

.width-limiter {
  max-width:1400px;
  margin:0 auto;
}
.footer-videos {
  margin: 0 auto;
  text-align: center;
}


/* Medium */
@media all and (max-width:800px) {	

	fieldset.threecol ul li,
	ul.threecol li {
		width: 100%
	}
	.l-half{
	  width: 100%;
	}

}

/* Wide * /
@media all and (min-width: 801px) and (min-height:771px) {	
	body {
		border-color:green;
		border-style: solid;
		border-width: 8px 0 0;
	}
}


/* --- END GENERAL UTILITY --------------------------------------------------------------------------------------------------------------------------------- 
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------





/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN MASTHEAD --------------------------------------------------------------------------------------------------------------------------------- */

#masthead {
  height:143px;
  overflow:hidden;
  position:relative;
  width:98%;
}

/* --- MASTHEAD --------------------------------------------------------------------------------------------------------------------------------- */
/* ---- LOGO - PHONE --------------------------------------------------------------------------------------------------------------------------------- */

#logo {
  float: left;
  margin: 0;
  /*max-width: 450px;*/
  max-width: 478px;
  position: relative;
  top: 15px;
  width: auto;
}

#logo img{
	width:100%;
	height:auto;
	display:block;
	max-height: 117px;
}

#phone-container {
  background: transparent url("/assets/templates/main/images/phone.png") no-repeat scroll left center / 85px auto;
  clear: right;
  float: right;
  margin: 10px 0 0;
  padding-left: 90px;
  text-align: left;
  width: 355px;
}

#phone-text {
  color: #902825;
  font-size: 1.6em;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

#phone-number {
  font-size: 4.2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}

#phone-number,
#phone-number span,
#phone-number a,
#phone-number span.gc-cs-link {
  color: #000000;
  text-decoration: none;
}

 /* --- MASTHEAD --------------------------------------------------------------------------------------------------------------------------------- */
/* --- SOCIAL NETWORKING --------------------------------------------------------------------------------------------------------------------------------- */

#container-banner .social-networking {
  position: absolute;
  top: 10px;
  right: 10px;
}

#container-banner .social-networking h2 {
  left: -999em;
  position: absolute;
}

div.social-networking ul {
  display: inline-block;
  list-style-type: none;
  margin: 0 auto;
  overflow: hidden;
}

	.social-networking ul li {
	  float: left;
	  margin-right: 4px;
	  position: relative;
	  padding: 0;
	}

		.social-networking ul li a {
		  display:block;
		  text-indent: -999em;
		  height: 36px;
		  width: 36px;
		}

			.social-networking ul li.btn-facebook {
			  background: url('/assets/templates/main/images/btn-facebook.png') 0 0 no-repeat scroll transparent;
			  background-size: 36px auto;
			}

			.social-networking ul li.btn-twitter {
			  background: url('/assets/templates/main/images/btn-twitter.png') 0 0 no-repeat scroll transparent;
			  background-size: 36px auto;
			}

			.social-networking ul li.btn-youtube {
			  background: url('/assets/templates/main/images/btn-youtube.png') 0 0 no-repeat scroll transparent;
			  background-size: 36px auto;
			}

			.social-networking ul li.btn-gplus {
			  background: url('/assets/templates/main/images/btn-gplus.png') 0 0 no-repeat scroll transparent;
			  background-size: 36px auto;
			}

			.social-networking ul li.btn-yelp {
			  background: url('/assets/templates/main/images/btn-yelp.png') 0 0 no-repeat scroll transparent;
			  background-size: 36px auto;
			}

				.social-networking ul li.btn-facebook:hover,
				.social-networking ul li.btn-twitter:hover,
				.social-networking ul li.btn-youtube:hover,
				.social-networking ul li.btn-gplus:hover,
				.social-networking ul li.btn-yelp:hover {
				  background-position: 0 -36px;
				} 



/* --- MASTHEAD  --------------------------------------------------------------------------------------------------------------------------------- */
/* --- CTA BUTTONS  --------------------------------------------------------------------------------------------------------------------------------- */





#cta-buttons {
  bottom: 10px;
  position: absolute;
  right: 0;
  width: 450px;
  text-align: right;
}

	#cta-buttons .cta-button {
	  display:inline-block;
	  min-height:40px;
	  margin:0;
	  width:49%;
	  text-align:center;
	}

		#cta-buttons .cta-button p {
		  text-transform: uppercase;
		  margin-bottom: 0;
		}

			#cta-buttons .cta-button p a {
			  border-radius: 5px;
			  line-height: 40px;
			  padding-left: 8%;
			  display:block;
		  	text-decoration:none;
	  		background: #30567D url('/assets/templates/main/images/cta-request-estimate.png') no-repeat 1% 0 scroll;
	  		background-size: auto 80px;
	  		min-height: 40px;
			}

				.cta-button p a:link,
				.cta-button p a:visited {
				  color: #FFF;
				}

				#request-estimate-button.cta-button p a { background-image: url('/assets/templates/main/images/cta-request-estimate.png'); }
				#schedule-service-button.cta-button p a { background-image: url('/assets/templates/main/images/cta-schedule-service.png'); }

			#cta-buttons .cta-button p a:hover { 
				background-color: #83c0ff;
				color: #30567D;
				background-position-y: -40px;
			} 


/* --- MASTHEAD --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION  --------------------------------------------------------------------------------------------------------------------------------- */

#masthead { transition: .3s height ease;	 }
#logo{ transition: .3s all ease;	 }
#cta-buttons { 	transition: .3s font-size ease, .3s bottom ease;	 }

/* Social icons / hide 3rd cta button up to 800px */
@media all and (max-width: 800px) {	

	.social-networking {  left:10px;	}
	div.cta-button#send-message-button {  display:none;	}
	#cta-buttons div.cta-button {
	  width:49.5%;
	  margin: 3px 0;
	}
	#cta-buttons {
		bottom:-52px;
		right:auto;
		z-index:850;
	  width:75%;
	}
	#phone-container {
	  width:359px;
	  margin-top:20px;
	  text-align:right;
		background: none;
		padding-left: 0;
		width: auto;
	}	
	#masthead { overflow:visible;	}
	#masthead { height:106px;	}
	#logo {  width: 52%;  max-width: 361px;  top: 8px;	}
	h1 { font-size: 2.5em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.8em; }
	h4 { font-size: 1.5em; }
	h5, h6 { font-size: 1.35em; }

}




/* Small */
@media all and (max-width: 570px) {	
	#masthead .social-networking {
	  box-shadow: 0 -1px 3px #fff;
	  float: none;
	  margin: -10px 0 0 0;
	  overflow: hidden;
	  right: 0;
	  text-align: center;
	  width: auto;
	}

	#masthead .social-networking ul {
	  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	  border-radius: 8px 0 0;
	  display: inline-block;
	  float: none;
	  padding: 7px;
	  position: relative;
	  z-index: 100;
	}
	.social-networking ul li {
	  margin: 0 4px 0 0;
	}
	#masthead {
	  height:auto;
	  padding-bottom:6px;
	}
	#logo {
	  clear:both;
	  float:none;
	  margin:0 auto;
	  max-height: none;
	  top:0;
	  width:90%;
	}
	#phone-container {
	  margin: 0;
	  padding: 0 0 0 3px;
	  position: fixed;
	  top: 3px;
	  z-index: 850;
	  width: auto;
	}
	#phone-text {
	  color: #fff;
	  font-weight: normal;
	  text-align: center;
	  text-transform: none;
	  width: 100%;
	  font-size: 1.2em;
	}
	#phone-number {
	  font-size: 3.1em;
	  letter-spacing: 0;
	}
	#phone-number, #phone-number span, #phone-number a, #phone-number span.gc-cs-link {
	  color: #fff;
	  text-decoration: none;
	}
	#cta-buttons {
	  width: 100%;
	  position:static;
	}
	#cta-buttons .cta-button p a {
	  font-size: 0.8em;
	  padding-left: 20%;
	}

}



/* Super Small Override */
@media all and (max-width: 370px) {	

	#logo { }
	#cta-buttons .cta-button p a {
	  background-size: 0 auto;
	  padding-left: 0;
	}
	#request-estimate-button.cta-button p a {
		background-position-x: -7px;	
	}

}



/* Ridiculously specific cta button rule */
@media all and (min-width: 801px) and (max-width:1000px) {	

	div.cta-button#send-message-button { display:none; }
	#phone-container { margin: 5px 3px 0 0; }
	#cta-buttons div.cta-button {
	  width:49%;
	  margin: 3px -3px 3px 1%;
	}

}



/* --- END MASTHEAD --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/







/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN PRIMARY NAVIGATION --------------------------------------------------------------------------------------------------------------------------------- */

#container-primary-navigation {
	background: #902825;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwMjgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #902825 0%, #ad0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#902825), color-stop(100%,#ad0000));
	background: -webkit-linear-gradient(top,  #902825 0%,#ad0000 100%);
	background: -o-linear-gradient(top,  #902825 0%,#ad0000 100%);
	background: -ms-linear-gradient(top,  #902825 0%,#ad0000 100%);
	background: linear-gradient(to bottom,  #902825 0%,#ad0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902825', endColorstr='#ad0000',GradientType=0 );
}

#primary-navigation {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 800;
  }

#primary-navigation ul {
  display:inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right:solid #982b28 1px;
  border-left:solid #b53b37 1px;
}


#primary-navigation ul li {
  display:inline-block;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 -2.5px 0 0;
  padding: 0;
  position:relative;
  text-align: center;
  vertical-align:top;
    border-left:solid #982b28 1px;
  border-right:solid #b53b37 1px;
}

#primary-navigation > ul > li,
#primary-navigation > ul > li > a {
  height: 50px;
  line-height: 50px;
}

#primary-navigation > ul > li > a {
  display: block;
  line-height: 50px;
  padding:0 15px;
  text-shadow:1px 2px 2px #902825;

}



/* Static */
#primary-navigation li,
#primary-navigation li a:link,
#primary-navigation li a:visited {
	color:#FFFFFF;
	text-decoration: none;
	cursor:pointer;
	-webkit-transition:all .3s;
	transition:all .3s;
}


/* Rollovers */
#primary-navigation li a:hover,
#primary-navigation li a:active,
#primary-navigation li.active > a {
	background: #8f2826;
	color: #f4d93b;
}

/* You Are Here */
#primary-navigation li.current > a:link,
#primary-navigation li.current > a:visited,
#primary-navigation li.current > a:hover,
#primary-navigation li.current > a:active {
	background: #8F2826;
}


/*MegaDropdown */

#primary-navigation ul li.nav-level-1 > ul {
	transition: max-height ease .5s;
}

#primary-navigation ul li.nav-level-1 > ul {
  background: none repeat scroll 0 0 #8f2826;
  border-top: 1px solid #B53B37;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: 300px;
}

#primary-navigation ul li.nav-level-1.center-position > ul {
  left: -35px;
}

#primary-navigation ul li.nav-level-1.right-position > ul {
  left: auto;
  right: 0;
}

#primary-navigation ul li.nav-level-1.active > ul {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 13px #000000;
  display: block;
  height: auto;
  max-height: 10000px;
  opacity: 1;
  padding: 7% 3%;
  text-align: left;
}

#primary-navigation ul li.nav-level-1 ul li,
#primary-navigation ul li.nav-level-1 ul li a {
  border: medium none;
  height: auto;
  display:block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3em;
  text-align: left;
}

#primary-navigation ul li.nav-level-1 ul li a:hover,
#primary-navigation ul li.nav-level-1 ul li a:active {
  background: none;
  color: #F4D93B;
}

/*First Level  */

#primary-navigation ul li.nav-level-1 > ul > li {
  padding:4px 6px;
  display: inline-block;
  font-size: 1em;
  float: left;
  vertical-align: top;
  width: 100%;
}

#primary-navigation ul li.nav-level-1 > ul > li.contains-0 {
  min-height: 0;
}

#primary-navigation ul li.nav-level-1 > ul > li > a {
  height: auto;
}

#primary-navigation ul li.nav-level-1 > ul > li.contains-0 > a {
  border: medium none;
}


/*Second Level  */

#primary-navigation ul li.nav-level-1 > ul > li > ul {
  border-left: 1px dotted #999999;
  margin: 1% 0 0 2%;
  padding: 0 0 0 2%;
  width: 98%;
}

#primary-navigation ul li.nav-level-1 > ul > li > ul > li {
  font-size: 0.95em;
  float:none;
  padding: 0.5% 0;
}

#primary-navigation ul li.nav-level-1 > ul > li > ul > li > a {

}


/*Third Level  */

#primary-navigation ul li.nav-level-1 > ul > li > ul > li > ul {
  border-left: 1px dotted #999999;
  margin: 1% 1% 0;
  padding: 0 2%;
}

#primary-navigation ul li.nav-level-1 > ul > li > ul > li > ul > li {
  font-size: 1em;
  float:none;
  padding: 0.5% 0;
}

#primary-navigation ul li.nav-level-1 > ul > li > ul > li > ul > li > a {

}


/*Expand Navigation Button (repurposed as close megadropdown)  */

.nav-level-1.active > div.expand-nav {
  background: none repeat scroll 0 0 #DADADA;
  border-radius: 30px;
  box-shadow: 1px 2px 2px #000000;
  color: #000000;
  height: 40px;
  position: absolute;
  left: 280px;
  top: 41px;
  width: 40px;
  z-index: 900;
}

.nav-level-1.active.center-position > div.expand-nav {
  left: 245px;
}

.nav-level-1.active.right-position > div.expand-nav {
  left: auto;
  right:-20px;
}

.nav-level-1.active > div.expand-nav:hover,
.nav-level-1.active > div.expand-nav:active {
  background: none repeat scroll 0 0 #333333;
  color: #DADADA;
}

.nav-level-1.active > div.expand-nav span.nav-expand {
  display: block;
  height: 40px;
  line-height: 40px;
}

.nav-level-1.active > div.expand-nav span.nav-expand:after {
  content: 'X';
}


/* --- NAVIGATION --------------------------------------------------------------------------------------------------------------------------------- */
/* --- TOGGLE NAVIGATION --------------------------------------------------------------------------------------------------------------------------------- */

#toggle-navigation {
  height: 0;
  width:0;
}
.no-js #toggle-navigation {
 display:none;
}

.js #toggle-navigation {
  background: url("/assets/templates/main/images/icon-nav-light.png") no-repeat scroll 99.5% center rgba(0, 0, 0, 0);
  background-size: 40px auto;
  cursor:pointer;
  height: 48px;
  left: 9px;
  overflow: hidden;
  padding: 0;
  top: 4px;
  width: 100%;
  min-width:0;
  text-align:left;
}

.js #toggle-navigation a {
  color: #FFFFFF;
  display: block;
  height: 100%;
  line-height: 45px;
  padding: 0 50px 0 5px;
  text-align:right;
  text-decoration: none;
  font-size: 2em;
}

.js .active-navigation #toggle-navigation {
  background-image: none;
  position: relative;
  z-index: 900;
}


.js .active-navigation #toggle-navigation a {
  padding:0 15px;
  font-size:2em;
}


/* --- NAVIGATION --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION  --------------------------------------------------------------------------------------------------------------------------------- */

#primary-navigation,
#primary-navigation ul,
#primary-navigation ul li {
	transition: all ease .3s;
}

/*Mobile/Tablet MegaDropdown */

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

	#container-primary-navigation {
	  padding: 5px 0;
	  position: relative;
	  z-index:800;
	}
	#primary-navigation {
	  border-radius: 4px;
	  margin: 0 2% 0;
	  width: 96%;
	}
	#primary-navigation ul {
	    background: none repeat scroll 0 0 #9E1513;
		border-radius: 0 0 4px 4px;
		display:block;
		max-height:0;
		left: 0;
		position: absolute;
		top: 48px;
		width: 100%;
		border: 0;
	}
	#primary-navigation ul li {
		border:none;
		display:block;
		font-size:0;
		max-height:0;
		line-height:0;
		margin:0;
		overflow:hidden;
		padding:0;
	}

	/* Hide Apex Chat when nav is active */
	.active-navigation #apexchat_invitation_container_minimized_wrapper,
	.active-navigation #apexchat_invitation_container_wrapper {
		display:none !important;
	}

	/* Active Navigation */
	.active-navigation #primary-navigation ul {
	  max-height: 10000%;
	}
	.active-navigation #primary-navigation ul li ul{
	  border-radius:0;
	}
	.active-navigation #primary-navigation ul li {
		border-top:1px solid #B53B37;
		font-size:1.65em;
		line-height:1.1em;
		max-height:100%;
		text-align:left;
	}
	.active-navigation #primary-navigation > ul > li:first-child {
	  border:none;
	}

	.active-navigation #primary-navigation > ul > li, 
	.active-navigation #primary-navigation > ul > li > a {
	  min-height: 50px;
	  height:auto;
	  line-height: 50px;
	  border-right: 0;
	}


	#primary-navigation ul li.nav-level-1 > ul {
	  background: none repeat scroll 0 0 #802220;
	  border:none;
	  left: 0;
	  max-height: 0;
	  opacity: 1;
	  position: static;
	  top: 50px;
	  width: auto !important;
	}
	
	#primary-navigation ul li.nav-level-1 > ul.active {
	  max-height:10000px;
	}

	#primary-navigation ul li.nav-level-1 ul li,
	#primary-navigation ul li.nav-level-1 ul li a {
	  height: auto;
	  display:block;
	  font-weight: normal;
	  line-height: 1.3em;
	  text-align: left;
	  overflow:hidden;
	}

	#primary-navigation ul li.nav-level-1 ul li a:hover,
	#primary-navigation ul li.nav-level-1 ul li a:active {
	  background: none;
	  color: #FFFFFF;
	}


	/*First Level  */
	#primary-navigation ul li.nav-level-1 > ul > li,
	#primary-navigation ul li.nav-level-1 > ul > li.contains-0 {
	  font-size:0.9em;
	  float: left;
	  width: auto;
	  margin: 0;
	  min-height: 0;
	  padding:0;
	  width:50%;
	  border-top:1px solid #A1100F;
	}
	
	#primary-navigation ul li.nav-level-1 > ul > li.active-submenu,
	#primary-navigation ul li.nav-level-1 > ul > li.contains-0.active-submenu {
		width:100%
	}
	
	#primary-navigation ul li.nav-level-1 > ul > li > a {
	  border: none;
	  padding: 1% 80px 1% 23px;
	}

	#primary-navigation ul li.nav-level-1 > ul  li.current > a:link,
	#primary-navigation ul li.nav-level-1 > ul  li.current > a:visited,
	#primary-navigation ul li.nav-level-1 > ul  li.current > a:hover,
	#primary-navigation ul li.nav-level-1 > ul  li.current > a:active {
	  padding-left:29px;
	}

	#primary-navigation ul li.nav-level-1 > ul  li.current > a:before {
	  content: "\25B6"; /* ▶ */
	  font-size: 0.5em;
	  font-style: normal;
	  font-weight: normal;
	  left: 3.5%;
	  position: absolute;
	  padding: 2px 0 0;
	}

	#primary-navigation ul li.nav-level-1 > ul  li.current li > a:before {
	    font-size: 0.7em;
		left:.65%;
	}

	#primary-navigation ul li.nav-level-1 > ul > li.contains-0 > a {
	  border: medium none;
	}


	/*Second Level  */
	#primary-navigation ul li.nav-level-1 > ul > li > ul {
	  background: none repeat scroll 0 0 transparent;
	  border-left: 1px dotted #676767;
	  margin: 0 0 0 8%;
	  width: 92%;
	  max-height: 0;
	  padding:0;
	}

	#primary-navigation ul li.nav-level-1 > ul > li > ul.active {
	  max-height: 5000px;
	  position:static;
	}

	#primary-navigation ul li.nav-level-1 > ul > li > ul > li {
	  border-top: 1px dotted #676767;
	  font-size: 1em;
	  float:none;
	  padding: 0;
	}

	#primary-navigation ul li.nav-level-1 > ul > li > ul > li > a {
	  padding: 1% 80px 1% 4%;
	}


	/*Third Level  */
	#primary-navigation ul li.nav-level-1 > ul > li > ul > li > ul {
	  background: none repeat scroll 0 0 transparent;
	  border-left: 1px dotted #676767;
	  margin: 1% 0 0 3%;
	  max-height: 0;
	  padding: 0;
	}
	
	#primary-navigation ul li.nav-level-1 > ul > li > ul > li > ul.active {
	  max-height: 1000px;
	  position:static;
	}

	#primary-navigation ul li.nav-level-1 > ul > li > ul > li > ul > li {
	  border-top: 1px dotted #676767;
	  font-size: 1em;
	  float:none;
	}

	#primary-navigation ul li.nav-level-1 > ul > li > ul > li > ul > li > a {
	  padding: 1% 0 1% 4%;
	}



	/*Expand Navigation Buttons  */
	div.expand-nav {
	  display: block;
	  height: 50px;
	  margin: 0;
	  padding: 10px 15px 10px 25px;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 70px;
	  z-index: 850;
	}
	
	ul li ul li div.expand-nav {
	  height: 25px;
	  padding: 3px 10px 0 55px;
	  width: 90px;
	}
		
	span.nav-expand {
	  background: none repeat scroll 0 0 #FFFFFF;
	  border-radius: 40px;
	  color: #000000;
	  display: inline-block;
	  height: 30px;
	  line-height: 35px;
	  margin: 0;
	  text-align: center;
	  vertical-align: top;
	  width: 100%;
	}

	ul li ul li span.nav-expand {
	  height: 25px;
	  line-height: 28px;
	}
	
	span.nav-expand:after {
	  content: '+'; 
	}

	div.expand-nav.active > span.nav-expand:after {
	  content: '-'; 
	}
	
	
	/* Show/Hide Nav */
	.active-navigation #container-primary-navigation {
	  left: 0;
	}	


}



/* Super Small */
@media all and (max-width: 450px) {
}

/* Small */
@media all and (max-width: 570px) {	
	.js #toggle-navigation {
	  background-size: 35px auto;
		min-width:300px;
	}
	.js #toggle-navigation a {
		font-size: 2em;
		padding-right:40px;
	}
	.js .active-navigation #toggle-navigation {
	  background: none repeat scroll 0 0 #363636;
	  height: 60px;
	  left: 0;
	  padding:5px 0;
	  position: relative;
	  top: 0;
	  width: 100%;
	  z-index: 900;
	}
	.active-navigation #container-primary-navigation,
	.active-navigation #primary-navigation {
		margin:0;
		padding:0;
		width:100%;
	}
	#primary-navigation ul li.nav-level-1 > ul > li,
	#primary-navigation ul li.nav-level-1 > ul > li.contains-0 {
		width: 100%;
	}

#phone-container {
	background: 0;
}}



/* Wide */
@media all and (min-width: 801px) {	
	.js #toggle-navigation {
	  height: 0;
	  width:0;
	}
	
	/* no close button for no-touch devices */
	.no-touch div.expand-nav,
	.no-touch div.expand-nav span.nav-expand {
	  display:none;
	}

	#primary-navigation ul li.nav-level-1 > a:after {
	  content: '\25bc';
	  font-family: Arial,Helvetica,sans-serif;
	  font-weight: 400;
	  line-height: 1.1em;
	  font-size: 7px;
	  text-align: center;
	  margin-left: 2px;
	}
		#primary-navigation ul li.nav-level-1.active > a:after,
		#primary-navigation ul li.nav-level-1 > a:hover:after {
	  	content: "\25b2";
		}

	#primary-navigation ul li.nav-level-1.contains-0 a:after {
		content:'';
	}
}


/* More space between nav items for wider displays */
@media all and (min-width: 1200px) {	
	#primary-navigation > ul > li > a {
		padding: 0 20px;
	}
}



/* Fix navigation to top for smallest displays */
@media all and (max-width: 570px) {	
	#container-primary-navigation {
	  position:fixed;
	  left:0;
	  top:0;
	  width:100%;
	  -webkit-backface-visibility: hidden;
	}

	.active-navigation #primary-navigation > ul {
	  height: 100%;
	  overflow-y: scroll;
	  position:fixed;
	  padding: 60px 0 0;
	  top: 0;
	}
	
	#container-all  {
	  padding-top:60px;
	}

}

/* Two-Line Text for smaller full nav widths */
@media all and (min-width: 801px) and (max-width:1100px) {

	#primary-navigation > ul > li > a { padding: 0 5px; }
	#primary-navigation li#nav-10 > a,
	#primary-navigation li#nav-8 > a,
	#primary-navigation li#nav-12 > a,
	#primary-navigation li#nav-11 > a {
		line-height: 1.1em;
		padding-top:10px;
		padding-left:0;
		padding-right:0;
		max-width: 104px;
	} 

}



/* --- END PRIMARY NAVIGATION --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/





/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN CONTENT FRAMEWORK --------------------------------------------------------------------------------------------------------------------------------- */

#container-content {
  overflow:hidden;
  background-color:#324b65;
}

#content {
  margin: 0 auto;
  width:96%;
  overflow:hidden;
  background:#ECECEC;
}

#top-content {
	background: #fff;
	float:left;
    position: relative;
	width:70%;
	z-index:700;
}

#sidebar-right {
  float: right;
  padding: 0 2%;
  position: relative;
  width: 30%;
  background-color: #ececec;
}

#sidebar-right:before {
  content: " ";
  height: 100%;
  right: 100%;
  width: 250%;
  position: absolute;
  background-color: #fff;
}

#main-content {
	position: relative;
	float: left;
	background-color: #fff;
	width: 70%;
}

/*.heading-container {
  overflow: hidden;
  padding: 15px 15px 10px 60px;
  position: relative;
}

.heading-container span.heading-icon {
  height: 54px;
  left: 4px;
  position: absolute;
  top: 0;
  width: 54px;
}

.plumber .heading-container span.heading-icon {
    background-image: url('/assets/templates/main/images/icons/h1-icon-plumbing.png');
}
.commercial-plumbing .heading-container span.heading-icon {
    background-image: url('/assets/templates/main/images/icons/h1-icon-commercial-plumbing.png');
}
.drain-sewer .heading-container span.heading-icon {
    background-image: url('/assets/templates/main/images/icons/h1-icon-drain-sewer.png');
}
.water-heater .heading-container span.heading-icon {
    background-image: url('/assets/templates/main/images/icons/h1-icon-water-heaters.png');
}
.water-treatment .heading-container span.heading-icon {
    background-image: url('/assets/templates/main/images/icons/h1-icon-water-treatment.png');
}
*/

/*.heading-container h1 {
  color: #fff;
  font-weight: normal;
  margin: 0;
  text-align: left;
}*/

.automatic-page-image {
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat; 
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: -15px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


.content-spacer {
	padding:30px;
}

#top-content .content-spacer {
	padding-bottom:0;
}

#main-content .content-spacer {
	padding-top:0;
}

#main-content .content-spacer > *:first-child {
  margin-top:0;
}


/* callouts
-------------------------------------------------- */

.callout {
	background-color: #DFEDFC;
	padding: 10px 20px;
	margin: 0 auto 20px;
  border-radius: 12px;
  text-align: center;
  max-width: 700px;
  clear: both;
}

	.callout h2 {
		color: #000;
		font-size: 3em;
		margin-top: 10px;
	}

	.callout a {
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}




/* --- CONTENT FRAMEWORK --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION  --------------------------------------------------------------------------------------------------------------------------------- */


/* Adjust column width for better spacing with smaller width layouts */
@media all and (max-width: 801px) {	

	#content {
		border-radius:0;
		margin:0;
		width:100%;
		box-shadow:none;
	}
	#top-content, #main-content { width:65%; }
	#sidebar-right { width:35%; }
	.automatic-page-image img { top: 0; }

}


/* remove content background, two column layout and put everything in one single column for mobile layout */
@media all and (max-width: 570px) {	

	#content { background: none repeat scroll 0 0 rgba(255, 255, 255, 0); }
	#top-content, #main-content, #sidebar-right { width: 100%; }
	#main-content { background-color: #FFF; }
	.content-spacer { padding: 20px; }
	.automatic-page-image { height: 175px }
	.callout h2 { font-size: 2.1em; margin: 0}

}

	


/* --- END CONTENT FRAMEWORK --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/






/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */

#sidebar-right .secondary-tools-outer {
  background:transparent;
  border-top: 2px solid #CECED0;
  margin: 20px 0;
  padding: 20px 0 0;
}

#sidebar-right .secondary-tools-outer:first-child {
  border: medium none;
}

.secondary-tools h2 {
	margin-top: 0;
}

.secondary-tools h2,
.secondary-tools h2 a:link,
.secondary-tools h2 a:visited {
	color: #324b65;
	text-decoration:none;
}

.secondary-tools h2 a:hover,
.secondary-tools h2 a:active {
	color: #a80d12;
}

.secondary-tools ul {
 list-style-type:none;
 margin:10px 0;
}

.secondary-tools li {
  font-weight: bold;
  padding: 6px 0;
}

.secondary-tools ul li a:link,
.secondary-tools ul li a:visited {
  color: #cd191f;
  text-decoration:none;
}

.secondary-tools ul li a:hover,
.secondary-tools ul li a:active {
  color: #11448d;
}


.secondary-tools form {
  margin:0 0 15px;
}

.secondary-tools form ul {
 list-style-type:none;
 margin:0px;
}

.secondary-tools form fieldset,
.secondary-tools form ul, 
.secondary-tools form ul li {
 display:inline-block;
 text-align:center;
 vertical-align:middle;
}

.secondary-tools form fieldset input[type="text"], 
.secondary-tools form fieldset textarea, 
.secondary-tools form fieldset select {
  font-size:1.2em;
}


.secondary-tools form input[type="submit"],
.secondary-tools form button {
  border-radius:4px;
  font-size:1.2em;
  padding:6px;
  position:relative;
  margin-left:-10px;
}



/*weather icon inline*/
.weather-conditions .icon,
.weather-conditions .conditions {
  display: inline-block;
  margin: 0 2% 0 0;
  vertical-align: middle;
}

/* --- SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */
/* --- PROMOTIONS --------------------------------------------------------------------------------------------------------------------------------- */



#promotions-secondary ul {
	margin: 0;
	overflow: hidden;
}

#promotions-secondary ul li {
  display: block;
  margin: 0 auto 10px;
  width: 98%;
  text-align: center;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

	#promotions-secondary ul li h4 {
		margin: 0 auto 10px;
		width: 94%;
	}

	#promotions-secondary ul li p.view-all {
		text-align: center;
	}


#promotions-secondary ul li > * {
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
  z-index: 10;
}

#promotions-secondary ul li a {
  height:100%;
  position: relative;
  padding: 25px;
}

	#promotions-secondary ul li a:before {
	  border: dashed 2px #999;
		content: '';
		width: 94%;
		height: 90%;
		left: 3%;
		top: 5%;
		position: absolute;
  	border-radius: 12px;
	}

#promotions-secondary ul li a:link,
#promotions-secondary ul li a:visited {
  text-decoration:none;
  display:block;
  background-color:#fff;
}


#promotions-secondary ul li a:link h4,
#promotions-secondary ul li a:visited h4{
	color: #C0403C;
}

#promotions-secondary ul li a:link p.view-all,
#promotions-secondary ul li a:visited p.view-all,
#promotions-secondary ul li a:hover h4,
#promotions-secondary ul li a:active h4{
	color: #48709a;
}

#promotions-secondary ul li a:link p.view-all,
#promotions-secondary ul li a:visited p.view-all {
	color: #48709a;
}

#promotions-secondary ul li a:hover p.view-all,
#promotions-secondary ul li a:active p.view-all {
	color: #C0403C;
}


#promotions-secondary ul li .image {
	width: 70px;
	height: 70px;
	display: block;
	background-image: url(/assets/templates/main/images/icon-promo-default.png);
	background-size:cover;
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin: 0 auto;
}

	/* new promo images added on 9/29/15 by wes
	-------------------------------------------------- */
	/*#promotions-secondary ul li .image.service-style { background-image: url(/assets/templates/main/images/circle-logo.png); }*/
	#promotions-secondary ul li .image.promotions-style-heating { background-image: url(/assets/templates/main/images/icon-promo-heating.png);	}
	#promotions-secondary ul li .image.promotions-style-air-conditioning { background-image: url(/assets/templates/main/images/icon-promo-air-conditioning.png);	}
	#promotions-secondary ul li .image.promotions-style-indoor-air-quality { background-image: url(/assets/templates/main/images/icon-promo-indoor-air-quality.png);	}
	#promotions-secondary ul li .image.promotions-style-ductless-mini-splits { background-image: url(/assets/templates/main/images/icon-promo-ductless.png);	}
	#promotions-secondary ul li .image.promotions-style-commercial-services { background-image: url(/assets/templates/main/images/icon-promo-commercial-services.png);	}


/*Individual Promotions */
.promotions-item-details-wrapper {
  border: 2px dashed #434343;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 20px;
  text-align: center;
}

.promotional-item-details img.promotion-logo {
  height: auto;
  max-height: 170px;
  max-width: 100%;
  width: auto;
}

.promotional-item-details h1 {
  font-size: 3em;
  margin: 20px 0;
}

.promotional-item-details p.promotions-content {
	font-size:1.4em;
	margin: 10px 0 0;
}

.promotional-item-details p.coupon-footer {
	font-size:1.1em;
	margin: 15px 0 0;
}


/* Promotions landing page */
#promotions .promotions-item-details-wrapper {
  border: medium none;
  margin: 0;
  padding: 0;
}

#promotions .promotions-item {
  border: dashed 2px #999;
  border-radius: 10px;
  margin: 0 auto 4%;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 80%;
}


#promotions .promotions-item h2 {
  margin: 0;
}

#promotions .promotions-item h2 a {
  text-decoration:none;
}

#promotions .promotions-item p.view-all {
  bottom: 16px;
  display: block;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}


/* --- SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */
/* --- REVIEWS --------------------------------------------------------------------------------------------------------------------------------- */

#sidebar-right .testimonial {
	position: relative;
  font-size: 1.05em;
  padding: 0 0 23px 16px;
}

#top-content .testimonial,
#main-content .testimonial {
  position: relative;
  font-size: 1.05em;
  padding: 0 0 23px 16px;
}

/*#sidebar-right .testimonial p:not(.source):before,
.testimonial p:not(.source):not(.added-date):before {
  content: "\201C";
  font-size: 45px;
  position: absolute;
  top: 10px;
  color: #324B65;
  left: 0;
}
*/

.testimonial blockquote {
	position: relative;
}

.testimonial blockquote:before {
	content: "\201C";
  font-size: 45px;
  position: absolute;
  top: 10px;
  color: #324B65;
  left: -24px;
}

#testimonials .testimonial .image {
  float: right;
  max-width: 50%;
  padding-bottom: 10px;
  padding-left: 15px;
}

#testimonials .testimonial .image img {
	max-width: 100%;
}



/* --- SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */
/* --- NEWSLETTER SIGNUP --------------------------------------------------------------------------------------------------------------------------------- */




/* --- SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */
/* --- SERVICE AREAS --------------------------------------------------------------------------------------------------------------------------------- */


ul.service-cities li {
	color: #cd191f;
	padding:1px 0;
}

ul.service-cities li a:link,
ul.service-cities li a:visited {
	text-decoration:underline;
}

#service-area-navigation-footer #service-area-list {
  margin: 0 auto 60px;
  max-width: 900px;
  text-align: center;
}

#service-area-navigation-footer #service-area-list h2 {
  color: #000;
  font-size: 2.6em;
  margin: 0 0 25px;
}

#service-area-navigation-footer ul.service-cities li {
  display: inline-block;
  font-size: 1.4em;
  min-width: 200px;
  padding: 3px 0;
  width: 20%;
}


/* --- SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */
/* --- AFFILIATIONS --------------------------------------------------------------------------------------------------------------------------------- */

ul.affiliations {
    list-style-type: none;
    padding: 0;
    text-align:center;
    margin:0 0 20px;
}
ul.affiliations li {
  display: inline-block;
  margin-right: -3px;
  padding: 0 10px;
  vertical-align: middle;
}
ul.affiliations li a {
    color: #000;
    display:block;
    text-decoration: none;
}
ul.affiliations > li > img {
    border: medium none;
    display:block;
    width:100%;
}
ul.affiliations li span {
    left: -999em;
    position: absolute;
}
ul.affiliations li span.visible {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height:1.1em;
  left: auto;
  padding: 5px;
  position: static;
  text-align: center;
}


/* --- SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION  --------------------------------------------------------------------------------------------------------------------------------- */


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

	#sidebar-right .secondary-tools-outer { text-align: center; }
	#main-content .content-spacer > *:first-child { margin-top: 15px; }

}

@media all and (min-width: 801px) {

	#top-content .testimonial,
	#main-content .testimonial {
	  width: 78%;
	}

	#top-content .testimonial:nth-child(even),
	#main-content .testimonial:nth-child(even) {
	  float: left;
	}


	#top-content .testimonial:nth-child(odd),
	#main-content .testimonial:nth-child(odd) {
  	float: right;
	}

}


/* --- END SECONDARY CONTENT --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/





/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN FOOTER --------------------------------------------------------------------------------------------------------------------------------- */

#container-footer {
	background-color: #efefef;
	box-shadow: 0 0px 21px #777;
	padding: 40px 0;
	position: relative;
}

.footer-videos h1 {
	color: #334b66;
}

.footer-videos > div {
	border-radius: 12px;
	display:inline-block;
	text-align: center;
	vertical-align:top;
	width:31%;
	background-color: #fff;
	margin: 0 1%;
	padding: 10px;
}

.footer-videos  p.view-all {
	margin-top: 50px;
}


/* --- FOOTER --------------------------------------------------------------------------------------------------------------------------------- */
/* --- BLOGS (SECONDARY CONTENT) --------------------------------------------------------------------------------------------------------------------------------- */


.blog-date {
	text-transform: uppercase;
}


/* --- FOOTER --------------------------------------------------------------------------------------------------------------------------------- */
/* --- SOCIAL NETWORKING --------------------------------------------------------------------------------------------------------------------------------- */


#footer-information .social-networking {
  float: none;
  margin: -5px 0 25px;
  overflow: hidden;
  position: static;
}


/* --- FOOTER --------------------------------------------------------------------------------------------------------------------------------- */
/* --- PAYMENTS --------------------------------------------------------------------------------------------------------------------------------- */


#payments a img {
	width: 48%;
	display: inline-block;
	margin-right: 1%;
	height: auto;
}

#payments .secondary-tools {
	background-color: #fff;
	border-radius: 13px;
	padding: 11px 8px;
	text-align: center;
	margin: 15px auto;
	border: 3px solid #E6E6E6;
}

#payments .secondary-tools p {
	margin-bottom: 0;
	font-size: 12px;
}

#payments ul {
  margin: 0 ;
}

	#payments ul li {
	  background: none repeat scroll 0 0 transparent;
	  display: inline;
	  list-style-type: none;
	  padding: 0;

	}

		#payments ul li span {
			position:absolute;
			left:-999em;
		}


/* --- FOOTER --------------------------------------------------------------------------------------------------------------------------------- */
/* --- HOURS/ADDRESS  --------------------------------------------------------------------------------------------------------------------------------- */

#hours-address {
  padding:10px 0 0;
}

#hours-address p.hours {
  font-size: 1.4em;
  margin: 0 0 8px;
}

#hours-address p.address {
  margin:0;
}


/* --- FOOTER --------------------------------------------------------------------------------------------------------------------------------- */
/* --- NAVIGATION & COMPANY LINKS --------------------------------------------------------------------------------------------------------------------------------- */

#container-footer-navigation {
	overflow: hidden;
	background-color: #1d2e3e;
}

#footer-navigation {
	text-align:center;
}

	#footer-navigation p {
	  color: #E9ECEF;
	}

	#footer-navigation a:link,
	#footer-navigation a:visited {
	  color: #E9ECEF;
	  text-decoration:none;
	}

	#footer-navigation a:hover,
	#footer-navigation a:active {
	  color: #CECECE;
	}
#footer-navigation p.footer-col {
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
@media all and (max-width: 1060px) {	
	#footer-navigation p.footer-col {
	  display: block;
	  margin: 30px 0;
	  vertical-align: middle;
	}
}

ul#flyup-menu {
  list-style-type: none;
  margin: 0;
}

	ul#flyup-menu li {
	  font-weight:bold;
	  padding: 26px 8px;
	  text-transform: uppercase;
	  display: inline-block;
	  font-size: 1.3em;
	}

p.imarket-link {
  margin: 0 0 15px;
}

	p.imarket-link a {
		position:relative;
		font-size: .9em;
		width: 420px;
		background: transparent url(/assets/templates/main/images/logo-imarket.png) no-repeat 0 50%;
		color: #FFF;
		padding: 2px 0 2px 30px;
		margin:0 auto;
		text-decoration: none;
	}

	p.imarket-link a:hover {
		text-decoration: underline;
	}






/* --- FOOTER --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION  --------------------------------------------------------------------------------------------------------------------------------- */

/* make the 3 column layout into 1 column for widths less than 900px */
@media all and (max-width: 900px) {

	#footer-information .footer-column {
	  border-top: 1px solid rgba(255, 255, 255, 0.5);
	  padding: 2% 1%;
	  width: 100%;
	}

}

/* center things for mobile layout */
@media all and (max-width: 570px) {	

	.footer-videos div {  width: 90%;  text-align: center;  margin: 0 5% 25px; }
	ul#flyup-menu {
		border-bottom: 1px solid #30567D;
		margin-bottom: 10px;
	}
	ul#flyup-menu li { padding:0 }
	ul#flyup-menu li a {
		display:block;
		padding:7px;
	}

}



/* --- END FOOTER --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/





/* --- EMPTY --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION  --------------------------------------------------------------------------------------------------------------------------------- */

/* {
	transition: .3s all ease;	
} */

/* Small */
@media all and (max-width: 570px) {	
}


/* Medium */
@media all and (min-width: 571px) and (max-width:800px), (min-width: 571px) and (max-height:770px) {	
}

/* Wide */
@media all and (min-width: 801px) and (min-height:771px) {	
}




/* Super Small */
@media all and (max-width: 400px) {	
}

/* Small (if using Super Small - replace above example) */
@media all and (min-width: 400px) and (max-width: 570px) {	
}

/* Super Wide */
@media all and (min-width: 960px) {	
}

/* Super Wide - tablet only */
@media all and (min-width: 960px) and (max-height:770px) {	
}

/* CTA BUTTON CHANGES Ticket #217840 */

#cta-buttons {width:350px;}
#cta-buttons div.cta-button {width:98%}
#cta-buttons .cta-button p {font-family: helvetica,arial,serif;padding:0 10px;}
@media all and (max-width: 570px) {	
	#cta-buttons{max-width:350px; width:98%;margin:0 auto;}
	#cta-buttons .cta-button p a {font-size:1em;padding-letf:20px}
}

p.view-all {
	margin-bottom: 0;
	text-align: right;
	font-style: italic;
	line-height: 1.1em;
}/* --- YOUTUBE --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.vid_trigger {overflow:hidden;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;cursor: pointer;display:block;}
.vid_trigger img {visibility:hidden;}
.lightbox {display: none;position: fixed;z-index: 999;width: 100%;height: 100%;text-align: center;top: 0;left: 0;background: rgba(0,0,0,0.8);}
.v_player {position:relative;margin:0 auto;}
.lightbox img,.lightbox iframe {max-width: 90%;max-height: 80%;margin-top: 10%;}
.lightbox-visible {outline: none;display: block;}


/* --- MAINTENANCE PAGES ---------------------------------------------------- */
.maintenance .attention {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

@media all and (max-width: 1024px) {
	.maintenance .attention {
		font-size: 45px;
	}
}
@media all and (max-width: 800px) {
	.maintenance .attention {
		font-size: 40px;
	}
}
@media all and (max-width: 570px) {
	.maintenance .attention {
		font-size: 35px;
	}
}

.maintenance .attention a:link,
.maintenance .attention a:visited {
	color: #000;
	text-decoration: underline;
}
.maintenance .attention a:hover,
.maintenance .attention a:active {
	text-decoration: none;
}