/*
    ==== CSS Document ====

    Client: TJ's Plumbing & Heating
    Author: Jackrabbit Design
    Date Created: Dec 1, 2010

*/
/*	======================================
	1. html/body styler
	====================================== */
	html { overflow-y: scroll; }
	html, body { font: 11px/16px Arial, Helvetica, "Helvetica Neue", sans-serif; color: #5c5c5c; }
   /* != CLEAR ELEMENTS */ .clear{clear: both;} .394:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;} .clearfix{display:inline-table;} * html .clearfix{height:1%;}/* Hides from IE-mac \*/ .clearfix{display:block;}/* Hides from IE-mac \*/ * html .clearfix{zoom:1;}/* IE6 */ *:first-child+html .clearfix{zoom:1;}/* IE7 */
    #no_ie6 { width: 100%; height: 40px; overflow: hidden; border-bottom: 2px solid #000; }
/*background: #F6F7F6 url(../images/bg_body.gif) repeat-x left top;
*//*	======================================
	2. Reset Styler
	====================================== */
	* { margin: 0; padding: 0; }
	ul, li { list-style: none; }
	img { border: none; display: block; }
	a { text-decoration: none; }
	a span { cursor: pointer; }
	a, input { outline: none; }
	.clear { clear: both; }

/*	======================================
	3. Heading Typo Styler
	====================================== */
	h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal; }
	/*h2, h3, h4, h5, h6 { clear:both; }*/

	h1 { font: 30px/32px "DejaVuSerifCondensedBold", Arial, Helvetica, sans-serif; color: #334a7a; text-shadow: 0 1px 0 #fff; }
	h2 { font: 22px/24px "DejaVuSerifCondensedBold", Arial, Helvetica, sans-serif; color: #337D57; text-shadow: 0 1px 0 #fff; }
	h3 { font: 15px/18px "DejaVuSerifCondensedBold", Arial, Helvetica, sans-serif; color: #334a7a; text-shadow: 0 1px 0 #fff; }
	h4 { font: bold 12px/16px Arial, Helvetica, sans-serif; color: #334a7a; text-shadow: 0 1px 0 #fff; }
	h5 { font: bold 12px/16px Arial, Helvetica, sans-serif; color: #337d57; text-shadow: 0 1px 0 #fff; }
	h6 { font: bold 12px/16px Arial, Helvetica, sans-serif; color: #444; text-shadow: 0 1px 0 #fff; }


/*	======================================
	4. Anchor States Styler
	====================================== */
	a { text-decoration: none; }
	a:link { color: #005dab; }
	a:visited { color: #005dab; }
	a:hover { color: #005dab; }
	a:active { color: #005dab; }

	/*== Common Links Styler ==*/
	.link-common { display: inline-block; height: 18px; background: url(../images/bg_commonlink.png) no-repeat right -22px; padding-right: 10px; font: bold 10px Arial, Helvetica, "Helvetica Neue", sans-serif; text-transform: uppercase; text-shadow: 0 1px 0 #f5f5f5; }
	.link-common span { display: inline-block; height: 18px; line-height: 18px; cursor: pointer; background: url(../images/bg_commonlink.png) no-repeat left top; padding-left: 10px; }
    .link-common:hover { background-position: right bottom; }
    .link-common:hover span { background-position: left -44px; }


/*	======================================
	5. Layout Styler
	====================================== */
	.wrapper { max-width: 961px; margin: 0 auto; width: auto;}

	/*== Header ==*/
	#header {  }
	#header .header-top { min-height: 35px; font: bold 11px/33px Verdana, Geneva, sans-serif; color: #f6f7f6; border-bottom: 1px solid #f6f7f6;
		background: rgb(37,95,65); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NWY0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzdkNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(37,95,65,1) 0%, rgba(51,125,87,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,95,65,1)), color-stop(100%,rgba(51,125,87,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(37,95,65,1) 0%,rgba(51,125,87,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(37,95,65,1) 0%,rgba(51,125,87,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(37,95,65,1) 0%,rgba(51,125,87,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(37,95,65,1) 0%,rgba(51,125,87,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255f41', endColorstr='#337d57',GradientType=0 ); /* IE6-8 */
	}
	#header .header-top .info { float: right; }
	#header .header-top .contact a { color: #f6f7f6; }
	#header .header-top .contact a:hover { text-decoration: underline; }
	#header .careers-btn-wrap { position: relative; top: -5px; }
	#header .careers-btn-wrap .contact { display: inline-block; font: bold 11px/33px Verdana, Geneva, sans-serif; padding-right: 15px; }

	#header .header-basic {  padding: 0 0 20px; height: 125px; /* height: 90px; */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.17) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.17)), color-stop(51%,rgba(0,0,0,0)), color-stop(98%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 98%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

	}
	   #brand { width: 257px; height: 148px; float: left; padding-top:0; }
	   /* OLDER #brand a { width: 257px; height: 57px; display: block; text-indent: -9999px; background: url(../images/logo.gif) no-repeat left top; } */
	   /* OLD #brand a { width: 290px; height: 57px; display: block; text-indent: -9999px; background: url(../images/logo-new.png) no-repeat left top; }*/
	   #brand a { width: 283px; height: 148px; display: block; text-indent: -9999px; background: url(../images/tjs_logo_new.png) no-repeat left top; position: relative; z-index: 10; top: -25px; }


		.hb-right { float: right; padding-top: 10px; }
		.hb-right .social-links { float: right; }
		.hb-right .social-links li { display: inline; float: left; margin-left: 5px; }
		.hb-right .social-links li a,
		.hb-right .social-links li span { width: 24px; height: 25px; display: block; float: left; text-indent: -9999px; background: url(../images/icons_social.png) no-repeat left bottom; }
		.hb-right .social-links li a.fb { background-position: -66px bottom; }
		.hb-right .social-links li a.tweet { background-position: left bottom; }
		.hb-right .social-links li span.st_sharethis_custom { background-position: -99px bottom; }
		.hb-right .social-links li a.fb:hover { background-position: -66px top; }
		.hb-right .social-links li a.tweet:hover { background-position: left top; }
		.hb-right .social-links li span.st_sharethis_custom:hover { background-position: -99px top; }
		.hb-right .social-links li a.yelp { background-position: -133px bottom; }
		.hb-right .social-links li a.yelp:hover { background-position: -133px top; }

	/** Global Nav Styler **/
	nav.mobile{display: none;}
	nav.desktop #nav { width: 100%; position: relative; z-index: 597; clear: right; }
	nav.desktop #nav li { vertical-align: middle; zoom: 1; }
	nav.desktop #nav li.hover,
	nav.desktop #nav li:hover { position: relative; z-index: 599; cursor: default; }
	nav.desktop #nav ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; }
	nav.desktop #nav ul li {float: none;}
	nav.desktop #nav ul ul {top: -4px;left: 100%;}
	nav.desktop #nav li:hover > ul {visibility: visible;}


	nav.desktop #nav { float: right; margin-top: 15px; }
	nav.desktop #nav li { float: left; display: inline; margin-left: 12px; }
	nav.desktop #nav li a { height: 33px; display: inline-block; font: 14px/20px "DejaVuSansCondensedBold", Arial, Helvetica, sans-serif; color: #757575; padding-right: 6px; }
	nav.desktop #nav li a span { height: 33px; line-height: 33px; display: inline-block; padding: 0 7px 0 13px; }
	nav.desktop #nav li.current-menu-item a,
	nav.desktop #nav li.current-menu-ancestor a { color: #327C56; }
	nav.desktop #nav li a:hover,
	nav.desktop #nav li.hover a,
	nav.desktop #nav li:hover a { color: #fff; background: url(../images/bg_nav.png) no-repeat right -43px; text-shadow: 0 -1px 0 #285F42; }
	nav.desktop #nav li a:hover span,
	nav.desktop #nav li.hover a span,
	nav.desktop #nav li:hover a span { background: url(../images/bg_nav.png) no-repeat left top; }
	nav.desktop #nav ul { width: 161px; background: url(../images/bg_nav.png) no-repeat right bottom; padding: 0 0 10px; margin-top: -1px; }
	nav.desktop #nav li.right ul { right: 0; left: auto; }
	nav.desktop #nav li.right ul ul,
	nav.desktop #nav li.toleft ul ul { right: 100%; left: auto; }
	nav.desktop #nav ul li { display: block; padding: 0 13px; }
	nav.desktop #nav ul li.top { background: url(../images/bg_nav.png) no-repeat left -88px; height: 4px; margin: -4px 0 5px; }
	nav.desktop #nav li.right ul li.top { background: url(../images/bg_nav.png) no-repeat left -98px; height: 4px; margin: -4px 0 5px; }
	nav.desktop #nav ul ul li.top,
	nav.desktop #nav li.right ul ul li.top,
	nav.desktop #nav li.toleft ul ul li.top { background: url(../images/bg_nav.png) no-repeat left -110px; height: 4px; margin: -4px 0 5px; }
	nav.desktop #nav ul li a { display: block; height: auto; border-top: 1px solid #418461; border-bottom: 1px solid #2D6A4A; padding: 0 2px; }
	nav.desktop #nav ul li.first > a { border-top: none; }
	nav.desktop #nav ul li.last > a { border-bottom: none; }
	nav.desktop #nav ul li a:hover { background: #388b5d; }

	    /*= Fix =*/
	nav.desktop #nav li li { margin-left: 0; }
	nav.desktop #nav li li a,
	nav.desktop #nav li.current-menu-item li a { background: none; font: 11px/16px Arial, Helvetica, sans-serif; color: #eee; }
	nav.desktop #nav li li a:hover,
	nav.desktop #nav li.current-menu-item li a:hover { background: #388b5d; }

	   nav.desktop #nav li.hover li a,
	   nav.desktop #nav li:hover li a,
	   nav.desktop #nav li.hover li a span,
	   nav.desktop #nav li:hover li a span { background: none; padding: 5px 0; }
	   nav.desktop #nav li.hover li a span,
	   nav.desktop #nav li:hover li a span { padding: 0; height: auto; line-height: 16px; }
	   nav.desktop #nav li.hover li a:hover,
	   nav.desktop #nav li:hover li a:hover { background: #388b5d; }


	.mobile-menu-button {cursor: pointer; top: 16px; position: relative; padding-left: 1.25em; background: #377b58; border: 1px solid #16422a; box-shadow: inset 1px 1px 0px #448662; color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 10px 10px 10px 35px; font:16px "DejaVuSansCondensedBold", Arial, Helvetica, sans-serif; border-radius: 5px;}
	.mobile-menu-button:hover{background: #374d7d; border: 1px solid #153259; box-shadow: inset 1px 1px 0px #475e98;}
	.mobile-menu-button:focus{ outline: none; box-shadow: none;}
	.mobile-menu-button:before { content: ""; position: absolute; left: 10px; top: 14px; width: 1em; height: 0.15em; background: #fff; box-shadow:  0 0.25em 0 0 #fff, 0 0.5em 0 0 #fff;}

    /* OLD #container { background: #eeeeee; padding-top: 7px; border: 1px solid #ABABAB; text-shadow: 0 1px 0 #fff; border-radius: 5px;}*/
    #container { background: #eeeeee; padding-top: 15px; border: 1px solid #ABABAB; text-shadow: 0 1px 0 #fff; border-radius: 5px; position: relative; top: -35px; }
    #container .content { background:#eeeeee;}




    /*== Banner Pane ==*/
    .banner-pane { padding: 15px 19px; }
    .banner-pane .banner { max-width: 923px; height: 324px; position: relative; width: 100%;}
    .banner-pane .banner img{width: 100%;}
    .banner-pane .banner .content-wrapper {
		max-width: 430px;
		margin-left: 25px;
		margin-top: -15%;
	}
	@media screen and (max-width: 900px) {
		.banner-pane .banner {
			height: auto;
		}
		.banner-pane .banner .content-wrapper {
			margin-top: 20px;
			margin-left: 0px;
			max-width: none;
		}
		.banner-pane .banner .content-wrapper ul {
			margin-left: 10px;
		}
	}
	/* overwriting the media.css call on this weird p tag */
	@media screen and (max-width: 800px) {
		.banner-pane .banner .content-wrapper p {
			background: transparent;
			padding: 0;
		}
	}
	.banner-pane .banner .content-wrapper >* {
		text-shadow: none !important;
		color: #000;
	}
	.banner-pane .banner .content-wrapper h2 {
		margin-bottom: 5px;
	}
	.banner-pane .banner .content-wrapper p {
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	.banner-pane .banner .content-wrapper ul {
		column-count: 2;
		list-style: disc;
	}
	.banner-pane .banner .content-wrapper ul li {
		list-style: disc;
		font-size: 14px;
		line-height: 1.3;
	}
    /*.banner-pane .banner .corners { width: 4px; height: 4px; position: absolute; background: url(../images/corners_banner.png) no-repeat left top; }
    .banner-pane .banner .corner-tl { background-position: left top; left: 0; top: 0; }
    .banner-pane .banner .corner-tr { background-position: right top; right: 0; top: 0; }
    .banner-pane .banner .corner-bl { background-position: left bottom; left: 0; bottom: 0; }
    .banner-pane .banner .corner-br { background-position: right bottom; right: 0; bottom: 0; }*/

    .banner-pane .banner-nav { height: 44px; margin-top: 8px;  padding-right: 10px; }
    .banner-pane .banner-nav ul { height: 44px; border-radius: 5px;/*background: url(../images/curves_bannernav.gif) no-repeat left top;*/ padding: 0 0 0 10px;  background: rgb(37,95,65); / background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NWY0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzdkNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  rgba(37,95,65,1) 0%, rgba(51,125,87,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,95,65,1)), color-stop(100%,rgba(51,125,87,1))); background: -webkit-linear-gradient(top,  rgba(37,95,65,1) 0%,rgba(51,125,87,1) 100%);  background: -o-linear-gradient(top,  rgba(37,95,65,1) 0%,rgba(51,125,87,1) 100%);  background: -ms-linear-gradient(top,  rgba(37,95,65,1) 0%,rgba(51,125,87,1) 100%);  background: linear-gradient(to bottom,  rgba(37,95,65,1) 0%,rgba(51,125,87,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255f41', endColorstr='#337d57',GradientType=0 ); }
    .banner-pane .banner-nav ul li { display: inline-block; float: left; padding: 0 15px; margin: 1px 0 2px; border-left: 1px solid #448E67; border-right: 1px solid #1B472F; }
    .banner-pane .banner-nav ul li a { display: inline-block; height: 29px; margin-top: -12px; padding-top: 24px; position: relative; z-index: 5; font: 12px/19px "DejaVuSansCondensedBold", Arial, Helvetica, sans-serif; color: #eee; text-shadow: 0 -1px 0 #1d4e35; }
    .banner-pane .banner-nav ul li.first { padding-left: 5px; /*padding-right: 90px;*/ border-left: none; }
    .banner-pane .banner-nav ul li.last { border-right: none; }
    .banner-pane .banner-nav ul li.first a { /*font-size: 16px;*/ color: #fff; position: relative;}
    .banner-pane .banner-nav ul li.first a span { display: inline-block; padding-left: 15px; font-size: 12px; color: #d0d0d0; }
    .banner-pane .banner-nav ul li:hover a:before,
    .banner-pane .banner-nav ul li.selected a:before{height: 15px; width: 15px; content: ''; border-radius: 100%; background: #fff; position: absolute;; top: 5px; left:50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -web-kit-transform: translateX(-50%); box-shadow: 0px 1px 0px #000;}
    /*.banner-pane .banner-nav ul li.selected a { background: url(../images/bullet_bannernav.png) no-repeat center top; } */

    .banner-pane .banner-nav ul li.first a:hover,
    .banner-pane .banner-nav ul li.first a { /*background-position: 35px top;*/ }

    /*== Home Content ==*/
    .home-content { padding: 15px 20px 30px 20px; overflow: hidden; }
    .home-content .hc-left { max-width: 430px; width: 46.637744034707%; float: left; }
    .home-content .hc-right { max-width: 455px; width: 49.349240780911%; float: right; }

    .home-content .header { padding-bottom: 3px; border-bottom: 1px solid #BBBBBB; }
    .home-content h2 { font: 22px/24px "DejaVuSerifCondensedBold", Arial, Helvetica, sans-serif; text-shadow: 0 1px 0 #fff; }
    .home-content h2 small { display: block; font: 10px "DejaVuSansCondensedBold", Arial, Helvetica, sans-serif;; color: #8b8b8b; }
    .home-content .hc-left h2 { color: #337d57; }

    .home-content .hc-left ul { overflow: hidden; border-top: 1px solid #fff; padding: 15px 0; margin: 0; }
        .home-content .hc-left ul li { width: 40.697674418605%; float: left; margin-right: 4.651162790698%; font-size: 11px; line-height: 17px; color: #444; text-shadow: 0 1px 0 #fff; word-wrap: break-word; }
        .home-content .hc-left ul li:first-child { margin-right: 13.953488372093%; }
        .home-content .hc-left ul li small { font-size: 10px; display: block; }
        .home-content .hc-left ul li strong { font-size: 14px; display: block; padding-bottom: 3px; }
        .home-content .hc-left ul li .link,
        .home-content .hc-left ul li .meta { display: block; margin: 7px 0; }

    .home-content .hc-left .twitter-feed { margin-top: 30px; }
        .home-content .hc-left .twitter-feed .header { overflow: hidden; }
        .home-content .hc-left .twitter-feed .header h2 { float: left; }
        .home-content .hc-left .twitter-feed .header .link-common { float: right; margin-top: 15px; }
        .home-content .hc-left .twitter-feed .link a:hover { text-decoration: underline; }

    .home-content .hc-right .manufacturer { position: relative; padding: 15px 20px; margin-bottom: 20px; background: url(../images/bg_noise.png) repeat left top; border: 1px solid #B5B5B5; border-bottom-color: #fff; border-left-color: #CACACA; }
        .home-content .hc-right .manufacturer .corners { width: 5px; height: 5px; position: absolute; background: url(../images/corners_sidebar.gif) no-repeat left top; }
        .home-content .hc-right .manufacturer .corner-tl { left: -1px; top: -1px; background-position: left top; }
        .home-content .hc-right .manufacturer .corner-bl { left: -1px; bottom: -1px; background-position: left bottom; }

        .home-content .hc-right .manufacturer .header {}
        .home-content .hc-right .manufacturer .header h2 { color: #005dab; text-shadow: 0 1px 0 #eee; }
        .home-content .hc-right .manufacturer .slider { overflow: hidden; padding: 15px 0; border-top: 1px solid #eee; }
        .home-content .hc-right .manufacturer .slider .prev { width: 28px; height: 28px; display: block; float: left; margin-top: 12px; background: url(../images/arrows_manufacturer.png) no-repeat left top; text-indent: -9999px; }
        .home-content .hc-right .manufacturer .slider .next { width: 28px; height: 28px; display: block; margin-top: 12px; float: right; background: url(../images/arrows_manufacturer.png) no-repeat left bottom; text-indent: -9999px; }
        .home-content .hc-right .manufacturer .slider .slides { width: 355px; height: 52px; float: left; overflow: hidden; }
        .home-content .hc-right .manufacturer .slider .slides .slide { width: 355px; height: 52px; background: transparent !important; }
        .home-content .hc-right .manufacturer .slider .slides .slide a { width: 150px; height: 52px; float: left; margin: 0 13px; background-position: center center; background-repeat: no-repeat; }

	.home-content.above{ padding-bottom: 15px; }
	.home-content.below { padding-top: 0; padding-bottom: 40px; }
	.home-content .featured-resources { background-color: #007D55; border: 1px solid #004328; border-radius: 5px; display: flex; justify-content: space-between; padding: 15px; position: relative; }
	.home-content .featured-resources:after { content: ''; position: absolute; width: 1px; height: 86%; background-color: #379275; top: 10px; left: 50%; }
	.home-content .featured-resources .r-container { display: flex; width: 48%; position: relative; }
	.home-content .featured-resources .r-container div { width: 50%; text-align: center; }
	.home-content .featured-resources .r-container div img { display: inline-block; width: 199px; height: 112px; }
	.home-content .featured-resources .r-container div h3 { text-align: center; color: #FFF; font: bold 17px/21px Verdana, Geneva, sans-serif; text-shadow: none; letter-spacing: 0.8px; margin: 15px 0 15px; }
	.home-content .featured-resources .r-container div a.link-common { font: normal 10px Arial, Helvetica, "Helvetica Neue", sans-serif; text-shadow: none; background-image: none; background-color: #04593E; border: 1px solid #004625; border-radius: 9px; color: #FFF; }
	.home-content .featured-resources .r-container div a.link-common:hover { background-color: #007D55; }
	.home-content .featured-resources .r-container div a.link-common:visted { color: #000; }
	.home-content .featured-resources .r-container div a span { display: block; background-image: none; }
	.home-content .featured-resources .r-container .r-text {  }
	.home-content .featured-resources .r-container.solo {
		width: 96%;
	}
	.home-content .featured-resources.solo:after {
		display: none !important;
	}

    .boxes { overflow: hidden; padding-bottom:30px; box-sizing:border-box; }
    .boxes .box-schedule { max-width: 209px; width: 45.934065934066%; min-height: 211px; float: left; margin-right: 4.395604395604%;/* background: url(../images/box_schedule.gif) no-repeat left top;*/ background: #374d7d; border: 1px solid #153259; box-shadow: inset 1px 1px 0px #475e98; border-radius: 5px;}
    .boxes .box-schedule h3 { font: 18px/22px "DejaVuSansCondensedBold", Arial, Helvetica, sans-serif; text-shadow: 0 -1px 0 #011b55; color: #f6f7f6; padding: 15px; border-bottom: 2px dotted #f6f7f6; margin: 0 3px;   }
    .boxes .box-schedule h3 span { display: block; font-size: 12px; line-height: 16px; padding-top: 5px; }
    /*.boxes .box-schedule a { width: 180px; height: 50px; display: block; text-indent: -9999px; background: url(../images/bttn_pickadate.gif) no-repeat left top; margin: 12px 0 0 15px; }
    .boxes .box-schedule a:hover { background-position: left bottom; }*/

    .boxes .box-schedule a { display: inline-block; font-size: 18px;   padding: 20px 10px; background: #2c446f; border-radius: 5px; box-shadow: 0px 2px 1px rgba(0,0,0,.32); color: #fff; text-shadow: none; position: relative;   font-family: DejaVuSansCondensedBold; margin: 12px 0 0 12px;   line-height: 20px;}
    .boxes .box-schedule a:hover {  box-shadow: none; top: 2px; }

    #lb-body { background: #fff !important; }
    #schedule { background: url(../images/bg_noise.png) repeat left top; padding: 20px; }

    .boxes .box-diduknow { max-width: 184px; width:40.43956043956%; min-height: 181px; float: left; padding: 15px 10px 15px 15px;/* background: url(../images/box_diduknow.gif) no-repeat left top;*/ background: #377b58; border-radius: 5px; border: 1px solid #16422a; }
    .boxes .box-diduknow h3 { font: 26px/28px "DejaVuSansCondensedBold", Arial, Helvetica, sans-serif; color: #f6f7f6; text-shadow: 0 -1px 0 #183f29; /*background: url(../images/icon_diduknow.png) no-repeat right top;*/ padding-right: 60px; }
    .boxes .box-diduknow p { font: 14px/22px "DejaVuSerifItalic", Arial, Helvetica, sans-serif; color: #eee; text-shadow: 0 -1px 0 #183f29; padding-top: 10px; }
    .boxes .box-diduknow p a { color: #fff; font: 12px/13px "DejaVuSansCondensedBold",Arial,Helvetica,sans-serif; }
    .boxes .box-diduknow p a:hover { text-decoration: underline; }

	.boxes .box-better { box-sizing:border-box; width:98%; margin-top:30px; min-height: 100px; padding: 40px; background: #ffffff; border-radius: 5px; border: 1px solid #c5c5c5; }
	.boxes .box-better img {float:left; max-width: 126px;}
	.boxes .box-better p {float:right; width:45%; line-height:22px; font-family:"DejaVuSerifBold"; color:#377b58; font-size:14px;}

    .boxes .box-blog h3 { padding-right: 0; background: none; font-size: 22px; }

    /** Climate Reality Project **/
    .climate-box { margin: 30px 15px 0 0; background: url(../images/curves_climatebox.gif) no-repeat right bottom; padding-bottom: 6px; }
    .climate-box .cb-inner { overflow: hidden; background: #505050 url(../images/curves_climatebox.gif) no-repeat left top; padding: 20px 20px 14px; }
    .climate-box .cb-inner .cbi-data { width: 565px; float: left; }
    	.cbi-data h2 { color: #fff; text-shadow: none; font-family: "DejaVuSansCondensed"; }
    	.cbi-data .cbid-holder { overflow: hidden; text-shadow: none; margin-top: 20px; }
    		.cbid-holder .cbid-copy { width: 255px; float: left; }
    		.cbid-holder .cbid-copy p { font: 14px/22px "DejaVuSerifBook"; color: #eee; text-shadow: none; }

    		.cbid-holder .cbid-countdown { width: 273px; float: right; }
    		.cbid-holder .cbid-countdown .countdown { width: 273px; height: 48px; background: url(../images/bg_countdown.png) no-repeat left top; padding: 1px 0; }
    		.cbid-holder .cbid-countdown p { text-align: right; color: #eee; font-size: 12px; padding-top: 15px; }
    		.cbid-holder .cbid-countdown p a { color: #eee; text-decoration: underline; }
    		.cbid-holder .cbid-countdown p a:hover { text-decoration: none; }
    			.countdown .countdown_section { float: left; text-align: center; border-right: 1px solid #474747; border-left: 1px solid #292929; padding: 5px 14px; font: 10px "DejaVuSansCondensed"; text-transform: uppercase; color: #6A6A6A; }
    			.countdown .countdown_section .countdown_amount { font: 20px "DejaVuSansCondensedBold"; color: #fff; text-shadow: 0 1px 0 #000; }
    			.countdown .first { border-left: none; }
    			.countdown .last { border-right: none; }

    .climate-box .cb-inner .cbi-video { width: 275px; float: right; }

    /*== TJ's Blurb Content ==*/
    .blurb-tjs { overflow: hidden; background: url(../images/bg_noise.png) repeat left top; border: 1px solid #ABABAB; border-bottom: none; }
    .blurb-tjs h2 { font: 22px/24px "DejaVuSerifCondensedBold", Arial, Helvetica, sans-serif; text-shadow: 0 1px 0 #f5f5f5; }
        .blurb-tjs .about-tjs { width: 300px; height: auto; float: left; padding: 20px 305px 15px 35px; background-repeat: no-repeat; background-position: 82% 20px; border-right: 1px solid #ABABAB; }
        .blurb-tjs .about-tjs h2 { color: #337d57; border-bottom: 1px solid #bbb; padding-bottom: 5px; }
        .blurb-tjs .about-tjs h2 a { margin: -5px 0 0 10px; }
        .blurb-tjs .about-tjs p { border-top: 1px solid #EAEAEA; padding-top: 20px; font-size: 13px; line-height: 22px; color: #444; text-shadow: 0 1px 0 #eee; }

        .blurb-tjs .testimonials { width: 280px; height: 220px; float: left; padding: 30px 15px 15px 20px; border-left: 1px solid #e5e5e5; }
        .blurb-tjs .testimonials .header { overflow: hidden; border-bottom: 1px solid #bbb; padding-bottom: 5px; }
        .blurb-tjs .testimonials .header a { width: 28px; height: 28px; display: block; text-indent: -9999px; background: url(../images/arrows_slider.png) no-repeat left top; }
        .blurb-tjs .testimonials .header .prev { float: left; background-position: left top; }
        .blurb-tjs .testimonials .header .next { float: right; background-position: left bottom; }
        .blurb-tjs .testimonials .header h2 { width: 200px; float: left; padding: 3px 0 0 10px; color: #005dab; }

        .blurb-tjs .testimonials .slider { width: 280px; height: 200px; border-top: 1px solid #EAEAEA; }
        .blurb-tjs .testimonials .slider .slide { width: 242px; padding: 15px 0 10px 38px; background: transparent !important; }
        .blurb-tjs .testimonials blockquote { font: 13px/23px "DejaVuSerifBoldItalic", Arial, Helvetica, sans-serif; text-shadow: 0 1px 0 #f5f5f5; }
        .blurb-tjs .testimonials blockquote cite { display: block; padding: 10px 0 0; font: 11px/14px "DejaVuSansCondensedBold", Arial, Helvetica, "Helvetica Neue", sans-serif; color: #005dab; }
        .blurb-tjs .testimonials .more { margin-top: 20px; }

    /*== Three Column Layout ==*/
    hr { border: none; clear: both; border-top: 1px solid #bbb; border-bottom: 1px solid #fff; margin: 10px 0; }

	.three-column { padding: 10px 0 40px 20px; overflow: hidden; width: 100%; box-sizing: border-box;}

	.three-column .col-lt { max-width: 165px; width: 17.205422314911%; float: left; margin: 20px 4.171011470282% 0 1.564129301356%; }
	.three-column .col-mid { max-width: 410px; width: 42.752867570386%; float: left; margin: 12px 0 0; }
	.three-column .col-mid.wide { max-width: 685px; width: 100%; float: left; margin: 12px 0 0; }
	.two-column .col-mid { max-width: 615px; width: 64.129301355579%; float: left; margin: 20px 0 0 1.564129301356%; }
	.three-column .col-rt { max-width: 270px; width: 28.1543274244%; float: right; margin: 4px 0 0; }
	.two-column .col-rt { max- width: 270px; width: 28.1543274244%; float: right; margin: 4px 0 0; }

    .mobile-menu-wrapper{display: none;}

    .three-column .col-mid.wide ul { margin: 0; }
    .three-column .col-mid.wide ul li { list-style-type: none; margin: 0; display: flex; justify-content: space-between; }
    .three-column .col-mid.wide ul li:before { content: none; }
    .three-column .col-mid.wide ul li div { width: 21%; padding-top: 5px; }
    .three-column .col-mid.wide ul li div img { width: 100%; height: auto; border: 0 }
    .three-column .col-mid.wide ul li p { width: 72%; line-height: 1.5; color: #757575; }
	
	.three-column .col-mid.wide .mid-headline { margin-bottom: 15px; }

    .three-column .col-mid.wide .platform_reviews { background: #fff; padding: 30px 30px 10px; border-radius: 5px; border: 1px solid #C0C0C0; margin: 10px 0 30px; }
    .three-column .col-mid.wide .platform_reviews h3 { display: block; margin-bottom: 20px; }
    .three-column .col-mid.wide .platform_reviews ul { margin: 0; display: flex; justify-content: space-between; }
    .three-column .col-mid.wide .platform_reviews ul li { margin: 0; width: 19%; list-style-type: none; padding: 1%; }
    .three-column .col-mid.wide .platform_reviews ul li:before { content: none; }
    .three-column .col-mid.wide .platform_reviews ul li a img { width: 100%; height: auto; display: block; border: 0; }

/*
	.three-column .col-lt { max-width: 165px; width: 17.205422314911%; float: left; margin: 20px 40px 0 15px; }
	.three-column .col-mid { max-width: 410px; width: 42.752867570386%; float: left; margin: 12px 0 0; }
	.two-column .col-mid { max-width: 615px; width: 64.129301355579%; float: left; margin: 20px 0 0 15px; }
	.three-column .col-rt { max-width: 270px; width: 28.1543274244%; float: right; margin: 4px 0 0; }
	.two-column .col-rt { max- width: 270px; width: 28.1543274244%; float: right; margin: 4px 0 0; }
*/
        /*== Sublinks Styler ==*/
        .sub-links
        .sub-links ul {}
        .sub-links ul ul { margin: 5px 0 5px 5px; }
        .sub-links ul li {}
        .sub-links ul ul li { list-style: disc; margin: 3px 0 3px 9px; }
        .sub-links ul li a { display: block; padding-right: 30px; line-height: 20px; font-size: 12px; text-shadow: 0 1px 0 #fff; }
        .sub-links ul ul li a { font-size: 11px; line-height: 16px; padding-right: 0; }
        .sub-links ul li a:hover,
        .sub-links ul li.selected a,
        .sub-links ul li.current-cat a,
        .sub-links ul li.current_page_item a,
        .sub-links ul li.current_page_ancestor a { background: url(../images/arrow_encircled.png) no-repeat right center; color: #337d57; }
        .sub-links ul ul li a:hover,
        .sub-links ul ul li.current_page_item a { background: none; }
        .sub-links ul li.current_page_item li a,
        .sub-links ul li.current_page_ancestor li a { background: none; color: #005DAB; }
        .sub-links ul li.current_page_item li a:hover,
        .sub-links ul li.current_page_ancestor li a:hover,
        .sub-links ul li.current_page_ancestor li.current_page_item a { color: #337d57; }

        .three-column .col-mid h1 span { display: block; font: 12px/14px Arial, Helvetica, "Helvetica Neue", sans-serif; color: #337D57; margin-top: 15px; }
        .three-column .col-mid h1 small { display: block; font: 11px/13px Arial, Helvetica, "Helvetica Neue", sans-serif; color: #337D57; margin-top: 3px; }
        .three-column .col-mid h1 a { color: #334A7A; }
        .three-column .col-mid h2,
        .three-column .col-mid h3,
        .three-column .col-mid h4,
        .three-column .col-mid h5,
        .three-column .col-mid h6 { padding: 5px 0 0; margin: 5px 0 0; }
        .three-column .col-mid p { font-size: 12px; line-height: 23px; padding: 3px 0 5px; margin: 3px 0 5px; }
        .three-column .col-mid ul,
        .three-column .col-mid ol { margin: 0 0 15px 25px; }
        .three-column .col-mid ul li,
        .three-column .col-mid ol li { /*background: url(../images/bullet_lists.gif) no-repeat left 6px; padding-left: 13px;*/ list-style: disc inside; margin: 3px 0 9px; font-size: 12px; }
        .three-column .col-mid ol li { background: none; list-style: inherit; list-style-position: inside; padding-left: 0; }
        .three-column .col-mid img { padding: 6px; border: 1px solid #D9D9D9; background: #fff; margin-bottom: 30px; }
        .three-column .col-mid .blog-title span { display: block; font: 11px/13px Arial, Helvetica, "Helvetica Neue", sans-serif; color: #337D57; margin-top: 3px; }
        .three-column .col-mid .blog-title a { color: #334A7A; }

        .three-column .col-rt .curved-box { position: relative; padding: 15px 20px 15px 20px; margin-bottom: 20px; background:#d9d9d9; border: 1px solid #B5B5B5; border-bottom-color: #fff; border-left-color: #CACACA; border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
/*
        .three-column .col-rt .curved-box .corners { width: 5px; height: 5px; position: absolute; background: url(../images/corners_sidebar.gif) no-repeat left top; }
        .three-column .col-rt .curved-box .corner-tl { left: -1px; top: -1px; background-position: left top; }
        .three-column .col-rt .curved-box .corner-bl { left: -1px; bottom: -1px; background-position: left bottom; }
*/

        .three-column .col-mid .proj-photos { margin:20px 0 0; }
        .three-column .col-mid .proj-photos li { display:inline-block; *zoom:1; *display:inline; margin:0 5px 5px 0;  }
        .three-column .col-mid .proj-photos li a {}
        .three-column .col-mid .proj-photos li a img { padding:0px; border:none; margin-bottom:0px; }

        .postnav { color: #005DAB; overflow: hidden; clear: both; }
        .postnav .prev { float: left; }
        .postnav .next { float: right; }

        /*== Latest News Styler ==*/
        .latest-news ul { margin: 10px 30px 20px 0; }
        .latest-news ul li small { font-size: 10px; display: block; }
        .latest-news ul li strong { font-size: 14px; display: block; padding-bottom: 3px; }
        .latest-news ul li .link { display: block; margin: 7px 0; }

        .col-rt .boxes .box-schedule,
        .col-rt .boxes .box-diduknow { margin: 10px 0; float: none; width: auto; }

        .col-rt .sub-links { margin: 10px 0; }
        .col-rt .sub-links ul { margin-right: 30px; }
        .col-rt .sub-links ul li.prev-years a { color: #5c5c5c; text-decoration: underline; }
        .col-rt .sub-links ul li.prev-years a:hover { background: none; text-decoration: none; }

        .col-rt form.search { margin: 10px 0 30px; }
        .col-rt form.search p { overflow: hidden; }
/*         .col-rt form.search p .txt { width: 188px; height: 34px; padding: 5px 10px; float: left; background: url(../images/bg_search.gif) no-repeat left top; border: none; font: 16px/34px "DejaVuSansCondensedBold", Arial, Helvetica, "Helvetica Neue", sans-serif; color: #fff; } */
		.col-rt form.search p .txt{max-width: 178px; width: 80%; padding: 5px 10px; box-sizing: border-box; background: #377B58 none repeat scroll 0% 0%; border: 1px solid #16422A; box-shadow: 1px 1px 0px #448662 inset; color: #FFF; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 10px; font: 16px "DejaVuSansCondensedBold",Arial,Helvetica,sans-serif; border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-right: 0; float: left;}

        .col-rt form.search p button { width: 20%; max-width: 40px; height: 41px; float: left; display: block; background: #377B58 none repeat scroll 0% 0%; border: none; border: 1px solid #16422A; box-shadow: 1px 1px 0px #448662 inset; cursor: pointer; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 10px ; font: 16px "DejaVuSansCondensedBold",Arial,Helvetica,sans-serif; border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-left: 0; color: #fff;}

        .col-rt form.search p button:hover { background-position: left bottom; }
        .mobile-contact{display: none;}
        .noteworthy-list { overflow: hidden; }
        .noteworthy-list h3 span { display: block; font: 11px/13px Arial, Helvetica, "Helvetica Neue", sans-serif; color: #337D57; }
        .noteworthy-list h3 a { color: #334A7A; }

        /** Projects Photos List **/
        .projects-list {}
        .projects-list h3 a { color: #334A7A; }
        	/* project photos styler */
        	#project-photos { margin: 0; }
        	#project-photos li { overflow: hidden; list-style: none; list-style-position: outside; }
        	#project-photos li div { width: 165px; float: left; margin-right: 30px; }
        	#project-photos li img { margin-bottom: 10px; }
        	#project-photos li h4 { margin: 0; padding: 0; }
        	#project-photos li p { line-height: 18px; }

        /*== Wordpress Classes ==*/
        .alignleft { float: left; margin: 0 15px 15px 0; }
        .alignright { float: right; margin: 0 0 15px 15px; }
        .aligncenter { margin: 0; }

        div.wp-caption { margin-top: 10px; }
        div.wp-caption img,
        .three-column .col-mid .wp-caption img { margin-bottom: 0; }
        p.wp-caption-text { margin: 0; padding: 0; color: #334A7A; font-size: 11px; text-align: center; }

        /*== Gravity Form ==*/
        img.ui-datepicker-trigger { display:inline !important; }
        .gform_wrapper { margin: 0 !important; }
        .three-column .col-mid .gform_fields li { background: none; padding-left: 0; list-style: none outside; }
        /*#gform_wrapper_11 { display: block !important; }*/
		.gfield_html { line-height: 21px !important; padding: 3px 0 5px; }
		.gform_wrapper .gfield_time_hour i { float: none !important; }
		.ginput_container.ginput_container_date { display: flex; }
		.ginput_container.ginput_container_date img.ui-datepicker-trigger { margin: 0 !important; width: auto !important; height: auto !important; }

/*	======================================
	6. Footer Styler
	====================================== */
    #footer {}
    #footer .green-bar { background: #377C58; border-top: 1px solid #1B472F; border-bottom: 1px solid #1B472F; }
    #footer .green-bar .gb-content { border-top: 1px solid #5E967A; font: 20px/34px "DejaVuSerifCondensed", Arial, Helvetica, "Helvetica Neue", sans-serif; color: #f6f7f6; padding: 8px 0 5px;}
    #footer .green-bar .gb-content .call-us,
    #footer .green-bar .gb-content .social-media { float: left; margin-left: 35px; }
    #footer .green-bar .gb-content .call-us a { color: #fff; }
/*
    #footer .green-bar .gb-content div a { background: url(../images/bttn_sendemail.gif) no-repeat left top; width: 201px; height: 38px; display: inline-block; background:
    text-indent: -9999px; color: #f6f7f6; margin-left: 5px; }
*/

	#footer .green-bar .gb-content div a.footer-button { position: relative;  width: 180px; font-size: 22px; text-transform: lowercase;height: 18px; display: inline-block; padding: 10px 15px; border: 1px solid #19472e; color: #f6f7f6; margin-left: 5px; border-radius: 5px;line-height: 18px;}
	#footer .green-bar .gb-content div a.footer-button:hover{background: #3c9266;}
	#footer .green-bar .gb-content div a.footer-button span:hover{border-color: #6caf8e;}
	#footer .green-bar .gb-content div a.footer-button span{border: 1px solid #5c9679; position: absolute; height: 96%; width: 99%; top: 0; left: 0; border-radius: 5px;}

    #footer .green-bar .gb-content .social-media { float: right; margin: 6px 35px 0; }
    #footer .green-bar .gb-content .social-media a { width: 24px; height: 25px; display: block; float: left; margin-left: 10px; text-indent: -9999px; background: url(../images/icons_social.png) no-repeat left bottom; }
    #footer .green-bar .gb-content .social-media a.twitter { }
    #footer .green-bar .gb-content .social-media a.angies-list { background-position: -33px bottom; }
    #footer .green-bar .gb-content .social-media a:hover { background-position: left top; }
    #footer .green-bar .gb-content .social-media a.angies-list:hover { background-position: -33px top; }
    #footer .green-bar .gb-content div a:hover { background-position: left bottom; }
	#footer .green-bar .gb-content .social-media a.yelp{ background-position: -133px bottom; }
	#footer .green-bar .gb-content .social-media a.yelp:hover{ background-position: -133px top; }
    #footer .green-bar .gb-content .logo-green { width: 172px; height: 40px; float: right; margin-right: 20px; text-indent: -9999px; background: url(../images/logo_greenbar.gif) no-repeat left top; }
    .fb_iframe_widget { margin-left: 10px !important; }
    .button_count a.connect_widget_like_button { padding: 4px !important; height: 25px !important; }
    .fb_edge_widget_with_comment span.fb_edge_comment_widget { left: auto !important; right: 0 !important; }
    .connect_comment_widget .nub { left: auto !important; right: 0 !important; display: none !important; }
    .facebook-button { width: 85px; float: left; margin-top: 3px; }
    .google-button { width: 67px; float: left; }

    #footer .footer-nav { background: #394E7C url(../images/curve_footer.gif) no-repeat left bottom; border-top: 1px solid #465D91; padding: 25px 30px 30px 35px; }
        .footer-nav ul { overflow: hidden; }
        .footer-nav ul li { display: inline; float: left; margin-right: 34px; line-height: 19px; }
        .footer-nav ul li a { color: #E1E1E1; font-size: 11px; }
        .footer-nav ul li a:hover { color: #fff; }
        .footer-nav ul ul { padding: 0; }
        .footer-nav ul ul li { display: block; float: none; margin-right: 0; }
        .footer-nav ul ul li a { color: #B9B9B9; font-size: 10px; }

    #footer .footer-logo { overflow: hidden; margin: 10px 0; }
	    .footer-logo a { width: 167px; height: 33px; float: right; display: block; text-indent: -9999px; background: url(../images/tjs_logo_footer.png) no-repeat left top; }
		.footer-bbb {float:right; margin-top:-2px; margin-right:20px;}
    #footer .legal { overflow: hidden; padding: 2px 35px 20px; }
    #footer .copyrite { float: left; color: #8b8b8b; font-size: 9px; font-weight: bold; }
    #footer .design { float: right; color: #8b8b8b; font-size: 9px; font-weight: bold; }
    #footer .design a:hover { text-decoration: underline; }

    #footer .ftr-bottom { overflow: hidden; padding: 20px 0 0; }
    #footer .ftr-bottom .search { float: left; }
    #footer .ftr-bottom .search p { overflow: hidden; }
    #footer .ftr-bottom .search input[type="text"] { width: 200px; height: 24px; float: left; line-height: 24px; background: #fff; border: none; padding: 3px 10px; }
    #footer .ftr-bottom .search input::-webkit-input-placeholder { color: #394e7c; }
	#footer .ftr-bottom .search input:-moz-placeholder { color: #394e7c; }
	#footer .ftr-bottom .search .button-search { height: 30px; /* line-height: 30px; */ background: #ddd; padding: 3px 10px; border: none; float: right; color: #377C58; text-transform: uppercase; text-shadow: 0 1px 0 #eee; }
    #footer .ftr-bottom .footer-logo { float: right; margin: 0; }


    #footer .green-bar .gb-content .social-media a.houzz{background: url(../images/houzz_logo.png) no-repeat 4px 0; text-indent: -9999px; display: inline-block; }

/*	======================================
	7. Colorbox Styler
	====================================== */
	#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
	#cboxOverlay{position:fixed; width:100%; height:100%;}
	#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
	#cboxContent{position:relative; overflow:visible;}
	#cboxLoadedContent{overflow:auto;}
	#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
	#cboxTitle{margin:0;}
	#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

	/*
	    ColorBox example user style
	    The following rules are ordered and tabbed in a way that represents the
	    order/nesting of the generated HTML, so that the structure easier to understand.
	*/
	#cboxOverlay{background:#000;}

	#colorbox{}
	    #cboxContent{margin-top:32px; background:#fff; padding:10px;}
	        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	        #cboxLoadingOverlay{background:#fff;}
	        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
	        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
	        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; /* background:url(images/controls.png) no-repeat 0 0; */}
	        #cboxPrevious{background-position:0px 0px; right:44px;}
	        #cboxPrevious.hover{background-position:0px -25px;}
	        #cboxNext{background-position:-25px 0px; right:22px;}
	        #cboxNext.hover{background-position:-25px -25px;}
	        #cboxClose{background-position:-50px 0px; right:0;}
	        #cboxClose.hover{background-position:-50px -25px;}
	        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
	        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
	        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
	        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
	        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

	        #cboxClose { width: 77px; background: #fff; top: -20px; right: 24px; text-indent: 0; text-align: center; padding: 5px 0; font-size: 16px; text-transform: uppercase; -moz-border-top-right-radius: 3px; }
	        #cboxClose:hover {}

	.proj #colorbox { overflow: visible; }
	.proj #colorbox #cboxWrapper { overflow:visible; }
    .proj #colorbox #cboxContent { padding: 10px 10px 20px; }
    .proj #colorbox #cboxTitle { position:relative; top:1px; text-align:center;  }
    .proj #colorbox #cboxNext,.proj #colorbox #cboxPrevious { position:absolute; z-index:9999; text-indent:0; height:100px; width:50px; background:url('../images/lb-arrows.png') no-repeat; top:50%; margin-top:-50px; text-indent: -9999px; }
    .proj #colorbox #cboxNext { background-position:right center; right:-50px;  }
    .proj #colorbox #cboxPrevious { background-position:left center; left:-50px; }

    #field_11_6 #extensions_message{ 
        display: block;
        margin: 9px 0;
        font-size: 11px;
    }

/*	======================================
	8. Font Face Styler
	====================================== */
	@font-face {
		font-family: 'DejaVuSansBook';
		src: url('../fonts/DejaVuSans-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSans-webfont.woff') format('woff'), url('../fonts/DejaVuSans-webfont.ttf') format('truetype'), url('../fonts/DejaVuSans-webfont.svg#webfontDSbtRiqx') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSansOblique';
		src: url('../fonts/DejaVuSans-Oblique-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSans-Oblique-webfont.woff') format('woff'), url('../fonts/DejaVuSans-Oblique-webfont.ttf') format('truetype'), url('../fonts/DejaVuSans-Oblique-webfont.svg#webfontSTz989i1') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSansBold';
		src: url('../fonts/DejaVuSans-Bold-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSans-Bold-webfont.woff') format('woff'), url('../fonts/DejaVuSans-Bold-webfont.ttf') format('truetype'), url('../fonts/DejaVuSans-Bold-webfont.svg#webfontM0CxjJgd') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSansBoldOblique';
		src: url('../fonts/DejaVuSans-BoldOblique-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSans-BoldOblique-webfont.woff') format('woff'), url('../fonts/DejaVuSans-BoldOblique-webfont.ttf') format('truetype'), url('../fonts/DejaVuSans-BoldOblique-webfont.svg#webfontExxrg6Cg') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSansCondensed';
		src: url('../fonts/DejaVuSansCondensed-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSansCondensed-webfont.woff') format('woff'), url('../fonts/DejaVuSansCondensed-webfont.ttf') format('truetype'), url('../fonts/DejaVuSansCondensed-webfont.svg#webfont6cdtbCKn') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSansCondensedOblique';
		src: url('../fonts/DejaVuSansCondensed-Oblique-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSansCondensed-Oblique-webfont.woff') format('woff'), url('../fonts/DejaVuSansCondensed-Oblique-webfont.ttf') format('truetype'), url('../fonts/DejaVuSansCondensed-Oblique-webfont.svg#webfontpcZFp8Ie') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSansCondensedBold';
		src: url('../fonts/DejaVuSansCondensed-Bold-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSansCondensed-Bold-webfont.woff') format('woff'), url('../fonts/DejaVuSansCondensed-Bold-webfont.ttf') format('truetype'), url('../fonts/DejaVuSansCondensed-Bold-webfont.svg#webfontF8m4EZVn') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSansCondensedBoldObliqu';
		src: url('../fonts/DejaVuSansCondensed-BoldOblique-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSansCondensed-BoldOblique-webfont.woff') format('woff'), url('../fonts/DejaVuSansCondensed-BoldOblique-webfont.ttf') format('truetype'), url('../fonts/DejaVuSansCondensed-BoldOblique-webfont.svg#webfontJ4a7jp8r') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSerifBook';
		src: url('../fonts/DejaVuSerif-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSerif-webfont.woff') format('woff'), url('../fonts/DejaVuSerif-webfont.ttf') format('truetype'), url('../fonts/DejaVuSerif-webfont.svg#webfontCFu7RF0I') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSerifItalic';
		src: url('../fonts/DejaVuSerif-Italic-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSerif-Italic-webfont.woff') format('woff'), url('../fonts/DejaVuSerif-Italic-webfont.ttf') format('truetype'), url('../fonts/DejaVuSerif-Italic-webfont.svg#webfontaLa5SnEz') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSerifBold';
		src: url('../fonts/DejaVuSerif-Bold-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSerif-Bold-webfont.woff') format('woff'), url('../fonts/DejaVuSerif-Bold-webfont.ttf') format('truetype'), url('../fonts/DejaVuSerif-Bold-webfont.svg#webfontghjTfi8K') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSerifBoldItalic';
		src: url('../fonts/DejaVuSerif-BoldItalic-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSerif-BoldItalic-webfont.woff') format('woff'), url('../fonts/DejaVuSerif-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/DejaVuSerif-BoldItalic-webfont.svg#webfontQAewh7pf') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSerifCondensed';
		src: url('../fonts/DejaVuSerifCondensed-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSerifCondensed-webfont.woff') format('woff'), url('../fonts/DejaVuSerifCondensed-webfont.ttf') format('truetype'), url('../fonts/DejaVuSerifCondensed-webfont.svg#webfont8lcfJXWm') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSerifCondensedItalic';
		src: url('../fonts/DejaVuSerifCondensed-Italic-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSerifCondensed-Italic-webfont.woff') format('woff'), url('../fonts/DejaVuSerifCondensed-Italic-webfont.ttf') format('truetype'), url('../fonts/DejaVuSerifCondensed-Italic-webfont.svg#webfontlqoFimKm') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSerifCondensedBold';
		src: url('../fonts/DejaVuSerifCondensed-Bold-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSerifCondensed-Bold-webfont.woff') format('woff'), url('../fonts/DejaVuSerifCondensed-Bold-webfont.ttf') format('truetype'), url('../fonts/DejaVuSerifCondensed-Bold-webfont.svg#webfontPy4O4mGP') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'DejaVuSerifCondensedBoldItali';
		src: url('../fonts/DejaVuSerifCondensed-BoldItalic-webfont.eot');
		src: local('☺'), url('../fonts/DejaVuSerifCondensed-BoldItalic-webfont.woff') format('woff'), url('../fonts/DejaVuSerifCondensed-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/DejaVuSerifCondensed-BoldItalic-webfont.svg#webfontMhrc3pX0') format('svg');
		font-weight: normal;
		font-style: normal;
	}

/*	======================================
	9. Search Result Page
	====================================== */
	.search-result-page {}
	.search-result-page .col-mid { width: 610px; }
		.search-results { padding: 15px 0; }
		.search-results .result-list { }
		.search-results .result-list h3 { padding-bottom: 8px; }
		.search-results .result-list h3 .type { font-size: 11px; display: block; color: #999; }
		.search-results .result-list .button-link { display: inline-block; margin: 5px 0; }
		.search-results .result-list a:hover { text-decoration: underline; }




/*--------------------------------------------------------------------------------------
 *
 * Homepage Template Styles
 *
 *--------------------------------------------------------------------------------------*/

.home-template .boxes { width:455px; }
.home-template #footer{ width:961px; margin:0 auto; }
.home-template .template-box h2{ padding:0 0 20px 0; border-bottom:1px solid #ddd; margin: 0 0 20px 0; font-weight:normal !important;}
.home-template .template-box p{ font-size:12px; line-height:23px; }
.home-template .template-box h3{ padding:25px 0 10px; }
.home-template .template-box ul{ padding:15px 0px 0px 20px; border:none !important;}
.home-template .template-box ul li { list-style-type:disc; float:none; width:400px; margin:3px 0 9px; font-size:12px; color:#5C5C5C; }
.home-template .template-box ul li:first-child {margin-right:20px !important;}
.home-template .banner img {z-index:-1;}
.home-template .banner p{margin:0 0 0 15px; position: absolute; bottom: 20px; padding:10px; background:rgba(0,0,0,0.6);}
.home-template .banner p a {color:#599E7A !important;}
.home-template .banner p a:hover {color:#fff !important;}


/*New Contact Form*/
.contact-us-new_wrapper .contact-us-new .ginput_complex .ginput_left{min-height: 50px;}
.contact-us-new_wrapper .contact-us-new .ginput_complex .ginput_right{min-height: 50px;}


#slideshow2 { width: 100%; max-width: 100%;}
#slideshow2 .slide { width: 100%; display:none; max-width: 100%;}
#slideshow2 .slide .blog-title { margin: 10px 0; }
#slideshow2 .slide .link { display: inline-block; margin: 10px 0; }
#slideshow2 .slide img { width: 100%; max-width:100%; height:auto; box-sizing:border-box; margin: 10px 0;  }
#slideshow2 .slide-controls { overflow: hidden;}
#slideshow2 .prev { width: 28px; height: 28px; display: block; float: left; margin: 12px 0 0 0; background: url(../images/arrows_manufacturer.png) no-repeat left top; text-indent: -9999px; }
#slideshow2 .next { width: 28px; height: 28px; display: block;  margin: 12px 0 0 0; float: right; background: url(../images/arrows_manufacturer.png) no-repeat left bottom; text-indent: -9999px; }
#slideshow2 .caption { padding:0 40px; }


#gform_submit_button_11 {
	border: none;
	padding: 15px 18px;
	background-color: #2c446f;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	position: relative;
	box-shadow: 0px 2px 1px rgba(0,0,0,.32);
	cursor: pointer;
}

#gform_submit_button_11:hover {
	box-shadow: none;
	top: 2px;
}