/* TOC STYLES */
.header_nav .link {
font-family: 'Roboto Condensed', sans-serif;
color:#fff;
}

.header_nav .link:hover{
	color:#FFD87F;
}

@-moz-document url-prefix() {
  .header_nav .link {
   padding:10px;
  }
}

.tcimage{
width:275px;
padding-right:20px;
}

.top-links .link a{
	color:#333;
	font-size:12px;
	font-weight:600;
}

.top-links .link a:hover{
	color:#777;
}

.home-link{
	display: none;
}

.footer-phone{
	position: absolute;
	top:5px;
}
.top-links .linkbox a{
	color:#333333;
	margin-right:10px;
	font-size:12px;
	background: #FFD87F;
	font-weight:500;
	text-transform: uppercase;
	font-family: 'Cantata One', serif;
}

.logo-text h1{
	font-family: 'Cantata One', serif;
	color:#fff;
	font-weight:400;
	font-size:40px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top:20px;
}

.top-links .linkbox a:hover{
	background:#003459;
	color:#fff;
}

.hub-images{
	margin:0 auto;
	display:block;
}

.hub-images .left{
	float:left;
	text-align:center
}

.logo-hub{
	color:#F95951;
	font-weight:600;
	font-size:29px;
}
.hub-image{
	width:90%;
	margin-bottom:70px;
	box-shadow: 5px 5px 5px #ccc;
			-moz-box-shadow: 5px 5px 5px #ccc;
			-webkit-box-shadow: 5px 5px 5px #ccc;
			-khtml-box-shadow: 5px 5px 5px #ccc;
	transition: transform .5s;
}

.hub-image:hover{
	 transform: scale(1.1);
}

.footer-hub{
	position:absolute;
}
.section-mobile{
	display: none;
}

.sticky-nav{
	position:fixed;
	z-index:999;
	background:#fff;
	width:100%;
	top:0px;
}

#map_canvas, #map_results_UI_results_wrapper, #map_results_UI_results_1,#map_results_UI_results_2,#map_results_UI_results_3, #map_results_UI_results_4,#map_results_UI_results_5,#map_results_UI_results_6,#map_results_UI_results_7,#map_results_UI_results_8,#map_results_UI_results_9,#map_results_UI_results_10,#map_results_UI_results_11,#map_results_UI_results_12,#map_results_UI_results_13,#map_results_UI_results_14,#map_results_UI_results_15,#map_results_UI_results_16,#map_results_UI_results_17,#map_results_UI_results_18,#map_results_UI_results_19,#map_results_UI_results_20,#map_results_UI_results_21,#map_results_UI_results_22,#map_results_UI_results_23,#map_results_UI_results_24,#map_results_UI_results_25{
	width:100% !important;
}

@media (max-width: 991px) {
	.header_nav .link:hover{
	background: #003459;
}

.mobile-quicklinks{
	color:#003459;
	font-weight:500;
}
	.section-mobile{
	display: block;
}
	
	.quicklinks2{
		text-align: center;
		background:#eee;
		padding:10px;
	}
	
	.quicklinks2 a{
		color:#333;
		padding: 0px 10px;
		font-size:16px;
		white-space: nowrap;
		border-right:1px solid #777;
	}
	
	.quicklinks2 a.current_page{
		color:#000;
		text-decoration: underline;
	}
	
	.quicklinks2 a:hover{
		color:#000;

	}
	
	    .footer img{
	    float:none;
    }
	.ets_tables{
	width:100% !important;
}
	.sticky-nav{
		position:inherit;
	}
	
	#map_canvas, #map_results_UI_results_wrapper{
		width:100% !important;
	}
	
	.module-sm h2{
		font-size:23px;
		text-align: center;
	}
.footer-logo{
	display:none;
}
	
	.header2{
		border-bottom:none;
	}
	
	.col-sm-2{
		width:20%;
	}
	
	.col-sm-7{
		width:55%;
	}
	
	.logo{
		margin-top:6px;
	}
	
	.home-link{
		display:none;
	}
.hub-images{
	padding-top:50px;
}

.logo-hub{
	padding-top:30px;
	font-size:21px;
}
}

#filtersubmit {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #7B7B7B;
    cursor:pointer;
    width: 0;
}

.header_nav_main .current_section{
	border-bottom:3px solid #F95951;
}

.quicklinks .current_page{
	font-weight:700 !important;
}

.quicklinks h2{
	color:#51636E;
	text-transform: uppercase;
	font-family: 'Cantata One', serif;
	font-weight:200;
}

.footer{
	color:#fff;
	background:#003459;
	z-index:998;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol ol {
    list-style-type: upper-roman;
}

.search-form{
	position:absolute;
	right:173px;
	background-color:#fff;
	min-width:240px;
	z-index:99;
	padding:15px;
	border:1px solid #eee;
	visibility:hidden;
	opacity:0;
}


/* GOOGLE SEARCH STYLES */

.hcHead2{
	margin-top:10px;
	border-top:1px solid #eee;
	padding-top:5px;
	font-size:16px;
}

.hcSnippet{
	font-size:13px;
}
.hcFileForm{
	font-weight:600;
	font-size:13px;
	font-style:italic;
}


a.pdf:before{
	content: url('../../images/logos/pdf-icon.png');
}

#txtSearchTerm2{
	width:50%;
	margin-bottom:20px;
}

.hcSnippet br {
  display: none;
}

@media (max-width: 991px) {
	#txtSearchTerm2{
		margin-top:50px;
		width:75%;
	}
}

/* END GOOGLE SEARCH STYLES */


.search:hover .search-form{
	visibility:visible;
	margin-top:0px;
	opacity:1;
}


.search-form .form-control{
	padding-top:12px;
	padding-bottom:12px;
	height:44px;
	width:auto;
	float:left;
}

.input-group-btn{
	float:left;
}
.search-form .btn-color{
	background:#F95951;
}

.top_image img{
	width:100%;
}


.flex-caption {
    top:300px;
    color: white;
    font-size: 20px;
    line-height: 20px;
    left:0;
    padding:0 20px;
    position:absolute;
    right:0;
    text-transform: uppercase;
    z-index:1;
}

.flexslider-news .flex-control-nav{
	display:none;
}

.flex-box{
	padding:50px;
	background:white;
}

.link4{
	padding:15px 37px !important;
	border:1px solid #F95951;
	margin-top:21px;
	margin-right:10px;
	text-decoration:none !important;
	font-size:20px;
	color:#fff !important;
}

.link4:hover{
		background-color:#F95951;
	color:#fff !important;
		-webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}


/* DROPDOWN NAV STYLES */
.inner-nav .sub-menu li a {
	font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    color: #FFF;
    font-weight:400;
    white-space: normal;
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
    background-color: #003459;
    position: absolute;
    min-width: 220px;
    left: 0px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    top: 90%;
    text-align: left;
    box-shadow: 0 14px 32px 4px rgba(0, 0, 0, .1);
}


/**/

/* MAIN STYLES */

.header-main .current_section .header_link{
	border-bottom:3px solid #111;
}

.nav-brand{
	float:left;
	color:#fff;
	font-weight:400;
	font-size:20px;
	margin:0px;
	text-transform: uppercase;
	margin-top:-3px;
	font-family: 'Cantata One', serif;
}


.ets-logo{
	margin:3px 5px;
}

.page_text a{
	font-weight:400;
	text-decoration: underline;
	color:#295388;
}
.page_text a:hover{
	color:#353D41;
}

.text-overlay{
	position: absolute;
	margin:auto;
	left:0;
	right:0;
	top:100px;
	z-index: 9;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	color:#51636E;
}

h4, .h4{
	font-size:20px;
}

.quicklinks .link{
	color:#51636E;
	font-weight:300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size:17px;
}

.quicklinks .link:hover{
	font-weight:700;
}

.page_text{
	color:#484848;
	padding-bottom:50px;
	font-family: 'Open Sans', sans-serif;
}

.text-overlay h1{
	color:#fff;
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}

.footer-main{
	position: relative;
	border-top:1px solid #707070;
}

.page-content h2{
	color:#333333;
	font-weight: 300;
	font-size:28px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.quicklinks img{
	margin: auto;
	display: block;
}

.main-content .flexslider{
	min-height: 250px;
	height:250px;
}
/*------------------------------------------------------------------
[Directory Style]
*/

.energyStarBox{
	height:121px;
}

.energyStarBox img{
	width:102px !important;
	float:left !important;
}

.energyValue span{
	font-size:14px !important;
	margin-top:-29px !important;
	float:left;
	margin-left:3px;
}

.energyValue{
	display:table !important;
	font-size:58px !important;
	margin:0 auto !important;
	top:0px !important;
}


@media (max-width: 1380px) {
.header.header-light .inner-nav > ul > li > a{
	letter-spacing:0px;
	font-size:13px;
}
.header_nav .link{
	padding:0px 5px;
}
}

@media (max-width: 1080px) {
.header.header-light .inner-nav > ul > li > a{
	font-size:12px;
	}
.header_nav .link{
	padding:0px 0px;
}
}

@media (max-width: 991px) {
	
	.header.header-light .inner-nav > ul > li > a{
		font-size:15px;
	}
	.header2{
		display: none;
	}
	.footer-address{
		float:none;
		margin:0px;
	}
	
	.footer{
		text-align: center;
	}
	
	.social-icons > li{
		margin:0px 9px;
	}
			.header2{
			padding-top:0px;
			padding-bottom:13px;
		}
	.header2 .col-sm-4{
		width:100%;
		-webkit-flex:100%;
		max-width:100%;
	}
	
		    .logo-text img{
	    width:200px;
	    margin-top:-65px;
	    position: relative;
	    z-index:99;
    }

		h4, .h4{
		font-size:18px;
		margin-top:20px;
		border-top:1px solid #eee;
		padding-top:20px;
	}
	.quicklinks{
		display: none;
	}
	.top_image{
	
	}
	}
	
	@media (max-width: 767px) {
		    .footer-phone{
	    position: relative;
	    border:none;
    }
    .icon-search img{
	    margin-top:10px;
    }
		}
	
	@media (max-width: 575px) {
		.text-overlay h1{
			font-size:30px;
		}
		
		
		}