/* TOC STYLES */

.wrapper4{
	margin: 0 auto;
	width:1000px;
	position:relative;
}

.wrapper3{
	width:100%;
	position:relative;
}

.front_image{
	width:100%;
	height:auto;
}

.front_image img{
	width:100%;
	height:auto;
	min-width:800px;
	
}

.ets_tables{border:solid 1px #fff;}
.ets_tables td{padding:8px;word-break:break-word;border:1px solid #ddd;}
.ets_tables tr{background-color:#eeeeee !important;}
.ets_tables tr:nth-child(even){background-color:#eee!important;}
.ets_tables tr:nth-child(odd){background-color:#fff !important;}

.ets_tables{
	margin-bottom:25px;
    word-wrap: break-word;
}



.maintextbold{
	font-weight:bold;
}

.maintext ul {
	list-style-type:circle;
	margin-left:30px;
}


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;
}

.buttons-hub{
	margin-top:20px;
}


.btn-orange{
	padding:10px 35px;
	background:#C3F73A;
	color:#000000;
	text-transform: lowercase;
	/* font-weight: 700; */
	border:1px solid #fff;
	display:inline;
}

.btn-margin{
	margin-right: 25px;
}

.btn-orange:hover{
	background:#fff;
	color:#000;
}

.overlay{
	 height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
background: rgba(0, 0, 0, 0.5);
}

.logo1, .logo1_home{
	height:165px;
	position:absolute;
	z-index:4;
	top:76px;
}

.logo1 img, .logo1_home img{
	width:55%;
	margin: 0 auto;
	display:block;
}

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

.buttons_wrap{
	position:absolute;
	top:200px;
	z-index:100;
	width:610px;
	left:196px;
	text-align:center;
}

.img-logo{
}

.buttons_wrap p{
	font-weight:300;
	color:#fff;
	font-family: 'Lato', sans-serif;
	letter-spacing:0.8px;
}

.buttons{
	text-align:center;
}

.logos_tocpage img{
	margin:0px 22px;
}

.link2{
	padding:15px 37px !important;
	border:1px solid #fff;
	margin-top:21px;
	margin-right:10px;
	color:#fff !important;
}


.link2, .link1 {
font-family: 'Lato', sans-serif;
text-decoration:none;
font-size:22px;
color:#fff;
display: inline; 
vertical-align:middle;
cursor: pointer;
text-align:left;
font-weight:300;
text-transform:uppercase;
}

.link2:hover{
	background-color:#fff;
	color:#0F6DB4 !important;
	text-decoration: none;
			-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;
}


.top-quicklinks{
	width:100%;
	background:#000000;
	height:30px;
}

.top-quicklinks .left{
	float:left;
}

.top-quicklinks .right{
	float:right;
}

.top-quicklinks a{
	color:#fff;
	text-decoration: none;
	text-transform: capitalize;
	font-size:12px;
	padding-right:10px;
}

.page_content .header-small{
	background: transparent!important;
}

.footer {
	height:auto;
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:100;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	background-color:#151515;
}

.footer-main{
	position:relative !important;
}
/* DROPDOWN NAV STYLES */
.inner-nav .sub-menu li a {
	font-family: 'Lato', sans-serif;
    position: relative;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.inner-nav .sub-menu li a:hover{
	color:#000 !important;
	background:#C3F73A !important;
	
}

.quicklinks_link{
	color:#C3F73A !important;
}


.quicklinks .link:hover, .quicklinks .current_page{
	color:#00A1E4 !important;
}

.quicklinks h3 {
color:#D96D00;
font-size:15px;
font-weight:300;
padding:10px 0 0 30px;
}

.quicklinks{
	background:#F3F3F3;
	border:1px solid #ddd;
	padding:20px;
	width:250px;
}

.subhead_text{
	font-size:18px;
	margin-bottom:30px;
}

.inner-navigation.collapse.show{

}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
    background-color: #fff;
    position: absolute;
    min-width: 200px;
    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 */

.tz-gallery{
	padding:10px;
}
.tz-gallery img, .highlight img{
	border-radius: 0px;
}

.tz-gallery .lightbox img, .highlight .highlight-link img{
	width:100%;
	height:170px;
	margin-bottom:30px;
	transition:0.2s ease-in-out;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.tz-gallery .lightbox img:hover, .highlight .highlight-link img:hover{
	transform:scale(1.05);
	box-shadow:0 8px 15px rgba(0,0,0,0.3);
}

.tz-popup-map{
	padding:10px 100px;
}

.search-mobile{
	display:none;
}

.page_text a{
	color:#C3F73A !important;
}

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

.quicklinks .link{
	color:#777;
}

.page_text{
	color:#888;
}

.header_text{
	font-size:55px;
	margin-bottom:-5px;
}

.header_nav .link {
font-family: 'Lato', sans-serif;
text-decoration:none;
font-size:14px;
padding: 0px 10px 1px 10px; 
display: block; 
vertical-align:middle;
cursor: pointer;
text-align:center;
font-weight:300;
position:relative;
color:#fff;
margin-top:0px;
}

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

@media (max-width: 1270px) {
		.header_nav .link {
	padding: 0px 3px 1px 3px;
	}
	}


@media (max-width: 1150px) {
	.header .inner-nav > ul > li > a{
		font-size:10px;
	}
}

@media (max-width: 1005px) {
	.header .inner-nav > ul > li > a{
		font-size:8px;
	}
}

.header_nav .link:hover, .header-main .current_section{
	background-color:#fff;
}

.inner-nav .mega-menu{
	background-color:#fff;
}

.front_image{
	width:100%;
	height:auto;
}

.front_image img{
	width:100%;
	height:auto;
	min-width:800px;
	
}

.current_section .inner-nav > ul > li > a{
	border-bottom:3px solid #F95951;
}

.page_title {
padding:10px 20px 0px 25px;
font-weight:300;
line-height:15px;
background:#fff;
display:block;
margin-bottom:20px;
position:relative;
text-align: center;
}

.page_title h1{
	text-transform:uppercase;
	color:#000000;
	font-weight:500;
	text-transform: lowercase;
	letter-spacing:1.6px;
	font-size:31px;
	white-space:nowrap;
}

.buttons_wrap h1{
	color:#fff;
	font-weight: 700;
	font-size:2rem;
	margin-bottom: 5px;
	text-shadow: 2px 2px 4px #000000;
}

.page_title h2{
		font-weight:500;
	letter-spacing:1.2px;
	font-size:18px;
	color:#95C31D;
	text-transform: lowercase;
	z-index:3;
	position:relative;
	padding:3px 0px 11px 0px;
	width:30%;
	margin: 0 auto;
	background:#fff;
}

.greyline{
	background:#6A6260;
	height:1px;
	width:100%;
	position:absolute;
	top:78px;
	z-index:1;
}

.line{
	height:1px;
	width:122%;
	background:#00A1E4;
	position:relative;
	bottom:20px;
}

.content {
width:808px;
position:relative;
min-height:400px;
margin:0px 10px 0 27px;
}


.page_content{
	line-height:21px;
font-size:14px;
color:#222;
padding:0px 10px 75px 0px;	
font-weight:300;
}

.content a {
color:#95C31D;
text-decoration:underline;
font-weight:bold;
}

.left_section{
	float:left;
	padding-bottom:100px;
}

/* COLLAPSING MENU */

#menuToggle
{
  display: block;
  position: absolute;
  top: 18px;
  right: -34px;
  
  z-index: 5;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.1s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.1s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.22s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #cdcdcd;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  font-family: 'Lato', sans-serif;
  text-transform:uppercase;
  position: absolute;
  width: 235px;
  height:0px;
  padding-left:0px;
  overflow:hidden;
  margin: 10px 0 0 -158px;
  z-index:1000;
  background: #222222;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
   -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;

}

#menu a{
	    text-decoration:none;
}

#menu li
{
  padding: 9px 5px;
  font-size: 15px;
  color:#fff !important;
  text-align:center;
}

#menu li:hover{
	background:#fff;
	color:#00A1E4 !important;
			-webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -ms-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}

#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
  width:235px;
  height:480px;
  padding-left:0px;
  z-index:1008;
     -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;

}



.footer p {
color:#fff;
font-size:13px;
float:left;
line-height:0px;
margin-top:7px;
letter-spacing:.7px;
}

.footer .orange{
	color:#C3F73A;
}


.inner-nav .sub-menu li a:hover{
	color:#000000;
	background-color:#fff;
}
/*------------------------------------------------------------------
[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;
}

.logo2 {
position:absolute;
top:-88px;
right:-15px;
z-index:100;
}

.navbar-brand{
	display:none;
}

.footer-wrapper{
	position:relative;
	width:1200px;
	margin: 0 auto;
}
.footer .left {
padding:20px 0 0 0;
float:left;
}

.footer .left img {
float:left;
margin-top:-15px;
margin-right:10px;
}

.footer .right{
float:right;
padding:5px 0 0 0;
}

.footer .right img{
	margin-top:7px;
	width:148px;
}

.nav-toogle > a span{
	background:#fff;
	height:3px;
	top:-8px;
	position:relative;
}



@media (max-width: 1300px) {
.footer-wrapper{
	position:relative;
	width:100%;
	margin: 0 auto;
}
}

@media (max-width: 1200px) {
	
	.quicklinks_link{
	background-color:#C3F73A !important;
color:#fff !important;
}
		.logo2{
		right:27px;
	}

	
	.right_section{
		padding-bottom:5px;
	}
}
@media (max-width: 1199px) {
	
	.page_content{
	padding:0px 10px 100px 0px;	
	}
	
		
	.footer{
		height:97px;
		text-align:center;
	}
	
		.footer .left img {
float:none;
margin:0px auto;
display:block;
}


	
	.footer .left, .footer .right, .footer p{
		float:none;
	}
	
	.footer .left{
		padding:10px 0 0 0;
	}
	
	.footer p{
		display:inline;
		font-size:12px;
	}
	
		.left_section{
		display:none;
	}
	
	.right_section{
		float:none;
		}
		
		.quicklinks{
			width:100%;
			}
	
			.quicklinks, .col-lg-3{
		width:100%;
		max-width:100%;
		flex:100%;
	}
	
		.quicklinks{
		margin-bottom:100px;
	}
	.quicklinks .link{
		font-size:17px;
		line-height:33px;
	}
		.right_section{
		position:relative;
		text-align:center;
		float:none;
	}
		.content{
		width:100%;
		min-height:0px;
		margin:20px 10px 20px 19px;
	}
	
	.search{
		float:none;
		margin: 0 auto;
	}
	#admin_search_box{
		top:0px;
		left:-20px;
	}
	
		.logo1_home img{
		display:block;
		margin:0 auto;
	}
	.logo1 img{
	height:auto;
}

.search3{
	top:83px;
	right:75px;
}
}


@media (max-width: 1120px) {
	.buttons_wrap{
		top:206px;
	}
	
	.btn-margin{
		margin-right:0px;
		margin-bottom:20px;
		margin-top:20px;
	}
	
	.btn-orange{
		display:block;
	}
	.btn-group {
		flex-direction: column;
	}
	}

@media (max-width: 991px) {
	
	.logo1_main{
	width:100%;
}

	.slide-background{
		transform:none;
	}
	.top-quicklinks{
		display:none;
	}
	
	
	
	.header .inner-nav > ul > li > a, .header.header-light .inner-nav > ul > li > a, .header.header-small .inner-nav > ul > li > a, .header.header-light.header-small .inner-nav > ul > li > a{
		color:#C3F73A;
	}
	
	.inner-nav ul > li a:hover, .inner-nav ul > li a:focus, .inner-nav .sub-menu li a:hover, .inner-nav .sub-menu li a:focus{
		color:#000 !important;
		background-color:#C3F73A;
		opacity:1.0;
	}
	
	.header_nav .link:hover, .sub-menu-open .header_link{
		background-color:#fff !important;
		color:#C3F73A !important;
	}
	
	.inner-nav .sub-menu li a:hover{
	}
	
	.quicklinks_link{
		color:#fff !important;
	}
	
	.header-main .current_section{
	background-color:#222;
}

.inner-nav .mega-menu{
	background-color:#fff;
}

.inner-nav .sub-menu li a{
	background-color:#fff;
}
	
		.inner-nav > ul > li > a{
		font-size:15px !important;
		line-height:31px;
	}
	
	.logo1_home{
		top:0px;
	}

		.page_title h1{
		font-size:35px;
		white-space:normal;
	}
	
		.search-desktop{
	display:none;
	}
			.logo1 img{
		height:auto;
		margin: 0 auto;
		display:block;
		margin-top:-22px;
	}
	.footer .right{
padding:0px 0 0 0;
}
	
	.logo2{
	display:inline-block;
	position:relative;
	top:0px;
	right:0px;
}

.logo2 img{
	height:50px;
}
			.buttons_wrap{
	width:100% !important;
	left:0px !important;
	top:160px;
}
	
			.search-mobile{
	display:block;
	}
	
		.search, .search2{
		float:none;
		width:auto;
	}
	
	#admin_search_box, #admin_search_box2{
		left:-7px;
		top:0px;
		width:100%;
		height:45px;
		box-sizing: unset;
	}
	
	.searchbox_shell input{
		height:16px;
		width:100% !important;
		padding:7px;
	}
	
	
	.inner-nav .sub-menu li a{
		text-align:center;
		margin-left:-16px;
		font-size:14px;
		background:#fff;
	}
	
	.inner-nav > ul{
	margin-left:0px;
}
	
		.header_nav .link{
		padding:0px 0px;
	}

		h4, .h4{
		font-size:18px;
		margin-top:20px;
		border-top:1px solid #eee;
		padding-top:20px;
	}
	
	.header_text{
	display:none;
}

   .navbar-brand{
	font-family:'Lato', sans-serif;
	float:left !important;
	top:-21px;
	position:relative;
	color:#fff !important;
}

.navbar-brand:hover{
	color:#C3F73A !important;
}


.subhead_text{
		margin-bottom:0px
	}
	
	
	.buttons{
		padding-top:0px;
	}
	
	.logos_tocpage img{
	margin:25px 22px !important;
}

.quicklinks_link{
	color:#000 !important;
}
	}
	
	@media (max-width: 767px) {
		.page_title h2{
			width:100% !important;
		}
		
		.greyline{
			display:none;
		}
		
		.ets_tables td{padding:8px;word-break:unset;border:1px solid #ddd;font-size:13px;}
		
		.ets_tables td a{
			word-break:break-all;
		}
		
			.logo1_home img{
		height:120px;
	}
		
			.link2{
		font-size:16px;
		padding:10px 21px !important;
		display:inline-block;
	}
		
			.buttons_wrap{
	top:127px;
}

.tz-gallery .lightbox img, .highlight .highlight-link img{
	width:100%;
	height:auto;
	margin-bottom:30px;
	transition:0.2s ease-in-out;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);

	}
	
	iframe{
		width:100%;
	}
	@media (max-width: 320px) {
		
		.img-logo{
			width:150px;
		}
	
	.link2{
		font-size:14px;
		padding:5px !important;
	}
}