/*
Theme Name: HeatSmart
Theme URI: 
Author: the HeatSmart team
Author URI: 
Description: 
Version: 1.1
License: 
License URI: 
Tags:  
Text Domain: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
html .mceContentBody {
	font-size: 100%;
	max-width: 100%;
}
@font-face {
						font-family: 'AvantGardeBold';
						src: url('fonts/avantgardebold.eot');
						src: url('fonts/avantgardebold.eot?#iefix') format('embedded-opentype'),
								 url('fonts/avantgardebold.woff') format('woff'),
								 url('fonts/avantgardebold.ttf') format('truetype'),
								 url('fonts/avantgardebold.svg#avantgardebold') format('svg');
						font-weight: normal;
						font-style: normal;
				}
@font-face {
						font-family: 'AvantGarde-Book';
						src: url('fonts/avantgardebook.eot');
						src: url('fonts/avantgardebook.eot?#iefix') format('embedded-opentype'),
								 url('fonts/avantgardebook.woff') format('woff'),
								 url('fonts/avantgardebook.ttf') format('truetype'),
								 url('fonts/avantgardebook.svg#avantgardebook') format('svg');
						font-weight: normal;
						font-style: normal;
				}
@font-face {
					font-family: 'AvantGardeITCbyBT-DemiOblique';
					src: url('fonts/avantgardedemiobliquebt.eot');
					src: url('fonts/avantgardedemiobliquebt.eot?#iefix') format('embedded-opentype'),
							 url('fonts/avantgardedemiobliquebt.woff') format('woff'),
							 url('fonts/avantgardedemiobliquebt.ttf') format('truetype'),
							 url('fonts/avantgardedemiobliquebt.svg#avantgardedemiobliquebt') format('svg');
					font-weight: normal;
					font-style: normal;
			}
@font-face {
						font-family: 'AvantGardeMdBTMedium';
						src: url('fonts/avantgardemdbtmedium.eot');
						src: url('fonts/avantgardemdbtmedium.eot?#iefix') format('embedded-opentype'),
								 url('fonts/avantgardemdbtmedium.woff') format('woff'),
								 url('fonts/avantgardemdbtmedium.ttf') format('truetype'),
								 url('fonts/avantgardemdbtmedium.svg#avantgardemdbtmedium') format('svg');
						font-weight: normal;
						font-style: normal;
				}
@font-face {
				font-family: 'AvenirLTStd-Light';
				src: url('fonts/avenirltstd35light5169.eot');
				src: url('fonts/avenirltstd35light5169.eot?#iefix') format('embedded-opentype'),
						 url('fonts/avenirltstd35light5169.woff') format('woff'),
						 url('fonts/avenirltstd35light5169.ttf') format('truetype'),
						 url('fonts/avenirltstd35light5169.svg#avenirltstd35light5169') format('svg');
				font-weight: normal;
				font-style: normal;
		}
body {
	color: #010101;
	background:#ffffff;
	font-family: 'AvantGarde-Book';
	font-weight: 400;
	font-size:15px;
	line-height: 25px;
	vertical-align: baseline;
}
.maintmessage {
margin:0 auto;text-align:center;width:70%;color:#fff;
}
@media only screen and (max-width: 768px){
	.maintmessage {
	clear:both;margin:0 auto;text-align:center;width:70%;color:#fff;
	}
	.logo.maint {text-align:center;clear:both;margin-left:auto;margin-right:auto;float:none;}
}
/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:normal;
	margin:0;
	padding: 0;
}
h1 {
	font-family: 'AvantGarde-Book';
	font-size: 23px;
	line-height:26px;
	color: #32523d;
	font-weight:normal;
	padding-bottom:28px;
}
h2 {
	font-family: 'AvantGardeBold';
	font-size: 22px;
	line-height:30px;
	color: #32523d;
	font-weight:normal;
}
h3 {
	font-family: 'AvantGarde-Book';
	font-size: 20px;
	line-height:32px;
	color: #de5a11;
	font-weight:normal;
	padding-bottom:10px;
	
}
h4 {
	font-family: 'AvantGarde-Book';
	font-size: 18px;
	line-height:20px;
	color: #32523d;
	
	
}
h5 {
	font-family: 'AvantGarde-Book';
	font-size: 14px;
	line-height:16px;
	color: #32523d;
	
	
}
h6 {
	font-family: 'AvantGarde-Book';
	font-size: 12px;
	line-height:14px;
	color: #32523d;
	
	
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b,
strong {
	color: #de5a11;
	font-family: "AvantGardeBold";
	letter-spacing: 1px;
	font-size:15px;
}
cite {
	border: 0;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
mark,
ins {
	background: #fff9c0;
	border: 0;
	color: inherit;
	text-decoration: none;
}
p {
	
	margin: 0 0 20px 0;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin: 0 0 24px;
}
blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin: 0 0 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 24px;
}
ul,
ol {
	
	margin: 0 0 24px 2px;
	padding-left: 0;
}
ol {
	list-style: decimal inside;
}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}
del {
	color: #767676;
}
hr {
	border-top: 2px dotted #000;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 0;
}
.accordion-title {
	background-image: url("/wp-content/uploads/2015/01/down-green.png");
    background-repeat: no-repeat;
	background-position:bottom left;
	}
 h3.accordion-title {
	font-family: "AvantGardeBold";
	color:#32523d;
	display:block;
	width:90%;
	background-color:#fff;
	padding:8px 15px 4px 33px;
	border-bottom:4px solid #de5a11;
}
 h3.accordion-title strong {
	 	color:#32523d;
	font-family: "AvantGarde-Book";
	float:right;

}

.accordion-content {
	width:90%;
	background-color:#F8FCF4;
	padding:14px;	
}
 h4.accordion-title {
	 background-image:none;
	font-family: "AvantGarde-Book";
	color:#F46A24;
	display:block;
	width:100%;
	text-align:right;
	background-color:#fff;
	padding:0 35px 4px 0;
	margin-top:-20px;

}

.blogaccord .accordion-content {
	width:100%;
	background-color:#Fff;
	padding:5px 0 0 5px;	
}
/*
 h3.accordion-title {
	 color:#de5a11;
	display:block;
	background-color:#D4D9D6;
	padding:8px 15px;
	border-bottom:2px solid #32523d;
}
.accordion-content {
	background-color:#F8FCF4;
	padding:14px;	
}

*/

/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */
a {
	color: #de5a11;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}
a:visited {
	color: #de5a11;
	text-decoration: none;
}
a:focus {
	outline:none;
	text-decoration: none;
}
a:active,
a:hover {
	color: #f9b51b;
	outline: 0;
	text-decoration: none;
}
.widget_text a h3 {font-family: 'AvantGardeBold';
font-size: 20px;
line-height: 24px;
color: #32523d;
font-weight: normal;
padding-bottom:0;
padding-top:0;
margin-top:0;}
.widget_text a h3, .widget_text a:visited h3  {color:#32523d}
.widget_text a:hover h3 {color:#de5a11}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {  display:inline-block;
  text-align:center;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-top:3px solid #F7812C; 
  border-left:none; border-right:none;
  border-bottom:3px solid #32523D;
  font-family: 'AvenirLTStd-Light';
text-transform:uppercase;
  color: #ffffff;
  font-size: 20px!important;
  background: #F7812C;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin:15px auto;}
  
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #e87625;
  border-bottom:3px solid #32523D; 
  border-left:none; border-right:none;
  border-top:3px solid #e87625;
       -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
 }
/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */
.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}
.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}
blockquote.alignleft,
blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
blockquote.alignleft p,
blockquote.alignright p {
	margin-bottom: 17px;
}
/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */
.mceItemTable {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}
.mceItemTable th,
.mceItemTable caption {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: baseline;
}
.mceItemTable td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 8px;
	vertical-align: baseline;
}
/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	max-width: 474px;
	padding: 0;
	text-align: left;
}
.html5-captions .wp-caption {
	padding: 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
.html5-captions .wp-caption.alignleft {
	margin-right: 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
.wp-caption.alignright img,
.wp-caption.alignright .wp-caption-dd {
	padding-left: 10px;
}
.html5-captions .wp-caption.alignright {
	margin-left: 24px;
}
.html5-captions .wp-caption.alignright img,
.html5-captions .wp-caption.alignright .wp-caption-dd {
	padding: 0;
}
.wp-caption.aligncenter {
	margin: 7px 0;
}
.wp-caption-dt {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: left;
}
.mceTemp + ul,
.mceTemp + ol {
	list-style-position: inside;
}
/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: auto;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 14px);
	max-width:         calc(50% - 14px);
	width: auto;
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 11px);
	max-width:         calc(33.3% - 11px);
	width: auto;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 9px);
	max-width:         calc(25% - 9px);
	width: auto;
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 8px);
	max-width:         calc(20% - 8px);
	width: auto;
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 7px);
	max-width:         calc(16.7% - 7px);
	width: auto;
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 7px);
	max-width:         calc(14.28% - 7px);
	width: auto;
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 6px);
	max-width:         calc(12.5% - 6px);
	width: auto;
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 6px);
	max-width:         calc(11.1% - 6px);
	width: auto;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
	margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
}
.gallery .gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery .gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */
.mejs-mediaelement,
.mejs-container .mejs-controls {
	background: #000;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
.mejs-overlay-loading {
	background: transparent;
}
/**
 * 10.0 RTL
 * ----------------------------------------------------------------------------
 */
html .mceContentBody.rtl {
	direction: rtl;
	unicode-bidi: embed;
}
.rtl ol,
.rtl ul {
	margin-left: 0;
	margin-right: 24px;
}
.rtl .wp-caption,
.rtl tr th {
	text-align: right;
}
.rtl td {
	text-align: right;
}
/*==================================Bootstrap style for ie=======================*/
body {
	width: 100%;
}
.ie7 .row {
	float: left;
	width: 100%;
	
}
.ie7 .col-sm-1 {
	width: 6.33333%;
}
.ie7 .col-sm-2 {
	width: 6.33333%;
}
.ie7 .col-sm-3 {
	width: 22%;
}
.ie7 .col-sm-4 {
	width: 31.3333%;
	float: left;
}
.ie7 .col-sm-5 {
	width: 36%;
}
.ie7 .col-sm-6 {
	width: 47%;
}
.ie7 .col-sm-7 {
	width: 57%;
}
.ie7 .col-sm-8 {
	width: 64.6667%;
}
.ie7 .col-sm-9 {
	width: 73%;
}
.ie7 .col-sm-10 {
	width: 73%;
}
.ie7 .col-sm-11 {
	width:89.6667%
}
.ie7 .col-sm-12 {
	width: 98%;
	
}
.ie7 .col-sm-1, .ie7 .col-sm-2, .ie7 .col-sm-3, .ie7 .col-sm-4, .ie7 .col-sm-5, .ie7 .col-sm-6, .ie7 .col-sm-7, .ie7 .col-sm-8, .ie7 .col-sm-9, .ie7 .col-sm-10, .ie7 .col-sm-11 {
	float: left;
}
.ie7 .col-sm-1, .ie7 .col-sm-2, .ie7 .col-sm-3, .ie7 .col-sm-4, .ie7 .col-sm-5, .ie7 .col-sm-6, .ie7 .col-sm-7, .ie7 .col-sm-8, .ie7 .col-sm-9, .ie7 .col-sm-10, .ie7 .col-sm-11, .ie7 .col-sm-12{
	min-height: 1px;
	padding-left: 1%;
	padding-right: 1%;
}
/******************************* custom styles *********************************/
/*.wrapper {
	margin: 0 auto;
	max-width: 960px;
}
*/
.header-container {
	float: left;
	width: 100%;
	background: #32523d;
	padding: 22px 0 20px 0;
}
.content-container {
	float: left;
	width: 100%;
}
.footer-container {
	float: left;
	width: 100%;
}
.header-inner {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	width: 19%;
}
/*==== GRP Menu =====*/
.main-menu {
	float: left;
	width:81%;
	padding: 48px 0 0 8px;
}
.main-menu ul {
	float: left;
	list-style: none;
	margin: 0;
}

.main-menu ul li{
	float: left;
	width: auto;
	position: relative;
		padding: 0 10px;
}

.main-menu ul li a {
	float: left;
	font-family: 'AvantGardeBold';
	font-size: 12px;
	line-height:12px;
    padding: 3px 0 9px 0; 
	color: #ffffff;
	border-top: 4px solid #32523d;
	text-transform: uppercase;
    text-decoration: none;
    width: 100%;
}
.main-menu ul li a:hover,
.main-menu ul li a:focus,
.main-menu ul li a:active,
.main-menu .current_page_item a,
.main-menu .current-page-ancestor a{
	border-top: 4px solid #bc581a;
}
.main-menu ul li ul {
	width: 190px;
	float: left;
	position: absolute;
	left: 0;
	top: 20px;
	border-right: 0;
	background:#32523D;
	display: none;
	z-index: 100;
	padding: 20px 0 0 0;
	text-align: center;
}
.main-menu ul > li:hover > ul {
	display: block;
}
/* .item-with-ul:hover > a {
	background: #4870a1;
	color: #ffffff;
} */

.main-menu ul li ul li{
	float: left;
	width: 100%;
	text-align:left;
}

.main-menu ul li ul li a{
	float: left;
	width: 100%;
	color: #ffffff;
	padding: 3px 10px 22px 0;
}
.main-menu ul li ul li a,
.main-menu ul li ul li a,
.main-menu ul li ul li a
{
	border-top: 4px solid #32523d;
}
.main-menu ul li ul li .lvtwo a:hover,
.main-menu ul li ul li .lvtwo a:focus,
.main-menu ul li ul li .lvtwo a:active
{
	border-top: 4px solid #bc581a;
}
.main-menu .lvtwo a
{
	border-top: 4px solid #32523d;
}
.main-menu .lvtwo.current_page_item a
{
	border-top: 4px solid #bc581a;
}
.main-menu ul li ul ul {
    left: 200px;
    top: 0;
    display: none;
}

.main-menu-menu-container > ul > li:hover > ul > li:hover > ul {
    display: block;
}
/*.child-link{
	color: #ffffff;
	position:relative;
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.child-link > a:after {
	font-family: 'FontAwesome';
	content:"\f0da";
	font-size: 18px;
	position: absolute;
	right: 14px;
}*/


/* ============ original slicemate menu =======================================
.main-menu {
	float: left;
	width:81%;
	padding: 54px 0 0 8px;
}
.main-menu ul {
	float: left;
	list-style: none;
	margin: 0;
}
.main-menu ul li{
	float: left;
	padding: 0 10px;
}
.main-menu ul li a{
	float: left;
	font-family: 'AvantGardeBold';
	font-size: 12px;
	line-height:12px;
	padding-top:3px;
	color: #ffffff;
	border-top: 4px solid #32523d;
	text-transform: uppercase;
	
}
.main-menu ul li:hover a,.main-menu ul li.current-menu-item a {
	border-top: 4px solid #bc581a;
}
.main-menu ul  ul{
	display: none;
	position: absolute; top:75px;
}
.main-menu ul li:hover > ul {
		display: block;
		z-index:999;
	}
.main-menu ul ul li {
	z-index:999;
		float: none; 
		clear:both;
		position: relative;
		margin:10px ;
		background-color:#32523D
		border-top:none;
	}
.main-menu ul li a:hover > ul li a, .main-menu ul li.current-menu-item a ul li{
		border-top:none;
} */
/*------tan-----------------*/
/* Home content  */
.content-top {
	float: left;
	width: 100%;
}
.top-outer {
	float: left;
	width: 100%;

	padding: 20px 0 0;
}
.top-outer p {
	font-size:22px;
	line-height: 37px;
	color: #32523d;
	font-family:"AvantGarde-Book";
	}
	.top-outer p strong{
	font-size:22px;
	line-height: 37px;
	color: #de5a11;
	font-family:"AvantGardebold";
	}
.top-outer h2 { 
	font-size:22px;
	line-height: 37px;
	color: #32523d;
	font-family:"AvantGardeBold";
}
.top-outer p span {
	color: #de5a11;
	font-family: "AvantGardeBold";
	letter-spacing: 1px;
}
.content-middle {
	float: left;
	width: 100%;
	margin: 1px 0 23px; 
}
.middle-left {
	float: left;
	width: 100%;
}
.middle-right {
	float: left;
	width: 100%;
	background: url("http://107.20.173.90/~heatsmart/wp-content/uploads/2014/12/bulb-bg.png") no-repeat left top #305139;
	color: #fefffe;
	padding: 40px 36px 32px 39px;
}
.middle-right .green-copy a:link{float:none;}

@media only screen and (min-width : 1200px) {
.middle-right {min-height:399px;}
}
.middle-right h2 {
	font-size:20px;
	color: #fefffe;	
	margin-bottom: 12px;
	word-spacing: 1px;
	float: left;
	width: 100%;
}
.middle-right p {
	line-height: 21px;
	margin-bottom: 14px;
	float: left;
	width: 100%;
	
}
.middle-right p:first-child {
	height: 161px;
	overflow: hidden;
}
.middle-right a:link, .middle-right a:visited, .middle-right a:active {
	color: #f9b51b;
	margin-bottom: 14px;
	font: 16px / 23px 'AvantGardeITCbyBT-DemiOblique';
	text-decoration: underline;	
	float: left;
	width: 100%;	
}
.middle-right > a:hover {
	color: #ba8307;
}
.middle-right .social-media {
	float: left;
	width: 100%;
	margin-top:20px;
	border-top: 3px solid #ffffff;
}
.middle-right .social-media ul{
	float: left;
	width: 100%;
	margin: 9px 0 0;
	font-size: 0;
}
.middle-right .social-media ul li{
	list-style: none;
	display: inline-block;
	padding: 0 24px 0 39px;
}
.middle-right .social-media ul li a {
	margin-bottom: 0;
}
.middle-right .social-media ul li a:hover{
	-khtml-opacity : 0.5;
	  -moz-opacity : 0.5;
	    -ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	        filter : alpha(opacity=20);
	  	   opacity : 0.5;
}
.middle-right .social-media ul li a img{
	vertical-align: middle;
}


.excerpt-content .social-media ul{
	float: left;
	width: 100%;
	margin: 18px 0 0;
	font-size: 0;
}
.excerpt-content .social-media ul li {
	list-style: none;
	display: inline-block;
	padding: 0 55px 0 0;
}
.excerpt-content .social-media ul li a {
	margin-bottom: 0;
}
.excerpt-content .social-media il li a:hover {
	-khtml-opacity : 0.5;
	  -moz-opacity : 0.5;
	    -ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	        filter : alpha(opacity=20);
	  	   opacity : 0.5;
}
@media only screen and (min-width : 700px) and (max-width: 968px){
		.excerpt-content .social-media  ul li a img (	max-width:33%;)
}
.excerpt-content .social-media  ul li a img {
	vertical-align: middle;

}


.content-bottom {
	float: left;
	width: 100%;
}
.bottom-left {
	float: left;
	width: 100%;
}
.bottom-left ul {
	float: left;
	width: 100%;	
	margin: 20px 0 27px;
}
.bottom-left ul li {
	float: left;
	list-style: none;
	border-left: 3px solid #de5a11;
	padding: 0 59px 0 10px;
	width: 33.2%;
	margin-bottom: 0;
}
.whoweare-content ul {padding-left:18px;}
@media only screen and (min-width : 1000px) {
.bottom-left ul li{min-height:158px;}
}
.bottom-left ul li:first-child {
	margin-left: 2px; 
}
.bottom-left ul li h3 {
	margin-bottom: 10px;
}
.bottom-left ul li .textwidget {
	color: #666666;
	line-height: 23px;
	margin-bottom: 0;
	font-size: 14px;
}
.bottom-right {
	float: left;
	width: 100%;	
	margin: 25px 0 20px 34px;	
}
.bottom-right a:hover {
	-khtml-opacity : 0.5;
	  -moz-opacity : 0.5;
	    -ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	        filter : alpha(opacity=50);
	  	   opacity : 0.5;	
}
.bottom-right .right-para {
	float: left;
	color: #de5a11;
	font: 16px/20px 'AvantGardeITCbyBT-DemiOblique';
	background: url("images/news-media-reel.png") no-repeat left top;
	padding: 45px 30px 65px 168px;
	width: 85%;
}
.bottom-right .right-para span{
	color:#666666
}
/*----------------------------*/
.content-outer{
	float:left;
	width:97%;
	padding: 40px 0 35px 0;
	border-bottom:6px solid #c8c8c7;
}
.image-section{
	width:43%;
	float:left;
}
.image-div{
	width:100%;
	float:left;
}
.excerpt-section{
	float: left;
    padding-top:20px;
    width: 100%;
}
.excerpt-content{
	width:54%;
	float: left;
	padding-left:2px;
}
.excerpt-content p{
	font-family: 'AvenirLTStd-Light';
	font-size: 19px;
	line-height:28px;
	color: #32523d;
	text-align:right;
}
.excerpt-image{
	float: right;
    padding:3px 2px 0 0;
    width: 43%;
    text-align: right;
	
}
.whoweare-content{
	float: left;
	width:57%;
	padding-left:24px;
}
.footer-container {
	width: 100%;
	float: left;
	background: #666666;
	padding: 10px 0 20px 0;
}
.footer-container .footer-menu {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer-menu nav{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer-menu nav ul{ 
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer-menu nav ul li{
	width: auto;
	float: left;
	list-style-type: none;
	padding:0 19px 0 0;
	margin: 0;
}
.footer-menu nav ul li a{
	width: 100%;
	float: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: auto;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.footer-menu nav ul li a:hover{
	color: #f46a24;
}
.footer-container .footer-right-menu {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
}
.footer-right-menu nav{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
}
.footer-right-menu nav ul{
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}
.footer-right-menu nav ul li{
	width: auto;
	float: left;
	list-style-type: none;
	padding:0 0 0 19px;
	margin: 0;
}
.footer-right-menu nav ul li a{
	width: 100%;
	float: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: auto;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.footer-right-menu nav ul li a:hover{
	color: #f46a24;
}
.footer-container .copyright-box {
	width: 100%;
	float: left;	
	margin: 1px 0 0;
	padding: 0;
}
.copyright-box p{
	width: 100%;
	float: left;
	text-align: left;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	letter-spacing: -0.3px;
	
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	
}
.nav-previous span {
	color: #f46a24;
}
.nav-next span {
	color: #f46a24 !important;
}
.post-navigation .nav-next {
	background: none !important;
}