/* CSS Variables */
:root {
	--BackgroundColor: #ffffffcf;
	--SecondaryBGColor: #FFFFFF;
  
	--primary-clr: #0D232A;
	--secondary-clr: #3f87b6;
	--secondary-clr-light: #4d96c6;
	--accent-clr: #7B7B7B;
  
	--text-clr: #000000;
  
	
	--ff-primary: 'Montserrat', sans-serif !important;
	--ff-secondary: Helvetica, Arial, sans-serif !important;
  
	--fs-16px: 1rem;
	--fs-18px: 1.125rem;
	--fs-22px: 1.4rem;
	--fs-24px: 1.5rem;
	--fs-27px: 1.7rem;
  
	--fw-n: 300;
	--fw-m: 600;
	--fw-b: 800;
  
	--shadow: 0 0 1em rgba(0,0,0, .25);
  
  }


/* TOC STYLES */
.header_nav .link {
	font-family: var(--ff-primary);
}

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

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

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

.footer-main{
	border-top:1px solid #eee;
}

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

.quicklinks_trigger{
	font-size:12px;
	color:#ddd;
	padding-right:10px !important;
	margin-top:3px;
	cursor: pointer;
}

.quicklinks_trigger:hover{

}

.quicklinks_menu .link {
	text-align:left;
	display:block !important;
	float:none;
	border-top:none;
}
.quicklinks_menu .link:hover {
	background:#fff;
	color:#ce000c;
	border:none;
}

.quicklinks_menu{
	background-color: #231F20;
    min-width: 130px;
    position: absolute;
    z-index: 99;
    display:none;
    margin-top:3px;
}
.quicklinks_menu li{
	padding:7px;
	float:none !important;
	text-align:center;
	display:block !important;
}

.quicklinks_menu li:hover{
	background:#000;
}

.quicklinks_menu a{
	text-decoration:none;
	padding-right:0px !important;
	color:#fff;
}

.quicklinks_menu span{
color:#fff;
padding:10px;
text-align:center;
text-decoration: none;
}



.quicklinks_trigger2{
	cursor: pointer;
	display: inline-block;
}

.quicklinks_trigger2:hover{

}

.quicklinks_menu2 .link {
	text-align:left;
	display:block !important;
	float:none;
	border-top:none;
}
.quicklinks_menu2 .link:hover {
	background:#fff;
	color:#ce000c;
	border:none;
}

.quicklinks_menu2{
	background-color: rgba(35, 31, 32, .5);
	border:1px solid #fff;
    min-width: 172px;
    position: absolute;
    z-index: 99;
    display:none;
    margin-top:14px;
}
.quicklinks_menu2 li{
	padding:7px;
	float:none !important;
	text-align:center;
}

.quicklinks_menu2 li:hover{
	background:#C5A901;
}

.quicklinks_menu2 a{
	color:#fff;
	text-decoration:none;
	padding-right:0px !important;
}

.quicklinks_menu2 span{
color:#fff;
padding:10px;
text-align:center;
text-decoration: none;
}



.exit a{
	color:#555;
	font-weight:bolder;
	font-size:20px;
}

.dropdown{
	float:right;
	list-style-type:none;
	position:relative;
}
.dropdown2{
	float:none;
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu{
	background:#EA6952;
	border-radius: 0px;
	left:0px;
	top:29px;
}

.dropdown-menu2{
	left:0;
	right:0;
	background:#fff;
}

.dropdown-menu2 li{
	padding:5px;
	color:#EA6952;
	margin-bottom:0px !important;
	line-height:.2 !important;
}

.dropdown-menu a{
	padding:5px 18px;
	display:block;
	color:#fff;
	line-height:20px;
}

.dropdown-menu a:hover{
	background:#fff;
	color:#EA6952;
}

.dropdown-menu2 a{
	color:#EA6952;
}
.top-image{
	height:370px;
}
.top-image .flexslider{
	border:none;
	z-index:0;
	height:400px;
	min-height:auto;
}
.top-image .slide-background{
	height:400px;
}
.top-links a.linkbox{
	border: 1px solid #ffffffab;
	border-radius: 6px;
		color:#fff;
	padding:5px 15px;
	font-size:13px;
	font-weight:400;
}

.top-links a.linkbox:hover{
	background:#C5A901;
}

.top-links a.link{
	color:#fff;
	padding:5px 15px;
	font-size:13px;
	font-weight:400;
	/* margin-right:30px; */ 
}

.top-links a.link:hover{
	opacity:.7;
}


.fa-search{
	color:#fff;
	font-size:16px;

}
.top-links a.linkbox2{
	color:#575757;
	margin-right:10px;
}

.top-links a.linkbox2:hover{
	opacity:.7;
}

.top-links a.linkbox:hover{
	background: rgba(0,0,0,.3);
	color:#fff;

}

.top-links li{
	display: inline-block;
}

.top-header{
	border-bottom:1px solid #707070;
}

.text-overlay{
	position: absolute;
	top:34%;
	z-index:97;
	margin:auto;
	left:0;
	right:0;
	text-align: center;
	width:100%;
	color:#fff;
	line-height:20px;
	font-size:18px;
}

.icons{

}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nomargin{
	margin:0 !important;
	font-weight:600;
	line-height:1;
	padding-top:9px;
	font-size:14px;
	color:#000;
}

.icon-box{
	padding:25px;
	margin:10px;
	background-color: transparent;
	display:block;
	min-height:135px;
	min-width:145px;
	border-radius: 15px;
	border:1px solid #383838;
}

.icon-box img{
	width:50px;
}
.icon-box:hover{
	background: rgba(255,255,255,.7);
}


.icons .fa{
	color:#fff;
	font-size:18px;
	display:inline;
}

.mobile{
	display:none;
}
.icons .mobile.fa{
	display:none;
}

.text-overlay h1{
	font-size:65px;
	color:#383838;
	font-weight:500;
	letter-spacing: 2px;
	font-family: var(--ff-primary);
}


.text-overlay h2{
	font-size:25px;
	color:#383838;
	font-family: var(--ff-primary);
	font-weight:400;
	margin-top:0px;
}

.toc-text{
	font-size:20px;
	color:#fff;
	font-family: var(--ff-primary);
	font-weight:500;
	width:60%;
	margin: 30px auto 40px auto;
	
}

.footer h2{
	font-size:23px;
	font-family: var(--ff-primary);
	color:#fff;
	display: inline-block;
	vertical-align: bottom;
	margin-top:14px;
}

.logo{
	margin: auto;
	width:325px;
	padding:10px 0px 10px 0px;
	float:left;
}

.social-icons .fa{
	color:#848484;
	margin-top: 20px;
}

.inner-header .fa{
	color:#fff;
}

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

.page-content{
	padding:0px 43px;
	color:#fff;
}


.logo-main{
	text-align: right;
	position: absolute;
	left:20px;
	z-index:9;
	top:132px;
}

.logo-main h1{
	font-size:65px;
	color:#383838;
	font-weight:500;
	letter-spacing: 2px;
	font-family: var(--ff-primary);
}


.logo-main h2{
	font-size:26px;
	color:#383838;
	font-family: var(--ff-primary);
	font-weight:400;
	margin-top:-16px;
}

.page-content h2{
	font-weight: 600;
	color:#000000;
	font-size:24px;
	margin-bottom:30px;
}

.page-content h1{
	font-family: var(--ff-primary);
	color:#607FA8;
	z-index:99;
	font-weight: 100;
	margin-bottom:-10px;
}

.right-img img{
	float:right;
	margin-top:20px;
}

.towers-footer-logo{
	float:left;
	width:29px;
	margin-top:5px;
	margin-right:15px;
}

.footer .pull-right a{
	float:right;
}

.ets-footer-logo{
	width:55px;
	margin-right:10px;
	margin-top:8px;
	padding-bottom:5px;
	display: inline-block;
	vertical-align: top;
}

.leed-footer-logo{
	margin-right:10px;
	margin-top:5px;
	display: inline-block;
	width:65px;
}

.engergystar-footer-logo{
	margin-right:10px;
	margin-top:5px;
	display: inline-block;
	width:45px;
}

.lv-logo{
	width:100px;
	padding:10px 0px;
}

.lv-logo2{
	width:575px;
	margin-bottom:40px;
}

.es-footer-logo{
	width:44px;
	float:right;
	margin-right:10px;
	margin-top:7px;
}

.hcp-footer-logo{
		width:150px;
	float:right;
	margin-top:10px;
	padding-bottom:5px;
}

.icons .col-lg-2{
	float:left;
}

.dropdown-toggle::after{
	display: none;
}

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

.logo-hub{
	color:#337AB7;
	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);
}

.top-image h1 {
	position: absolute;
	left: 35px;
	/* top: 337px; */
	top: 332px;
	color: #ffffff;
	text-transform: uppercase;
	z-index: 70;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 40px;
	letter-spacing: 2px;
	margin: 0 auto;
	padding-left: 15px;
	/* top: 92px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	left: 0; */
}

@media (max-width: 1199px) {
	.top-image h1 {
		left: 0px;
	}
}


.footer-hub{
	position:absolute;
}


@media (max-width: 1075px) {
	.top-links a.link{
		padding:5px 10px;
	}
}

@media (max-width: 991px) {
	.quicklinks_trigger2{
		display: block;
	}
	
	.quicklinks_menu2{
		width:100%;
	}
	.text-overlay img{
	display: block;
	margin: auto;
	width:65%;
}

.toc-btn{
	display: block;
	width:80%;
	margin:auto;
	margin-top:25px;
}

	.page-content h1{
		text-align: center;
		font-size:27px;
	}
	
	.page-content{
		padding:0px 15px;
	}

	.page-content h2{
		font-size:20px;
	}
	.nmobile{
		display:none;
	}
	.top-image h1{
		/* position: absolute;
		top: 150px;
		color: #ffffff;
		text-transform: uppercase;
		z-index: 70;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: 100;
		font-size: 35px;
		letter-spacing: 5px;
		margin: 0 auto;
		text-align: center; */
		top: 150px;
		width: 100%;
		text-align: center;
		font-size: 40px;
		left: 0;
		/*width: 100%;
		text-align: center;
		font-size: 40px;
		left: 0;
		transform: translate(-50%, -50%);
		position: fixed;
		top: 35%;
		left: 50%;*/
	}
	.overlay {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 3;
		background: linear-gradient(#1f1f1f, #050505) !important;
		opacity: 0.4;
	}
	.page-content h2{
		text-align: center;
	}

	.quicklinks .link{
		display:inline;
		padding:0px 10px;
		border-right:1px solid #eee;
	}
	.header .inner-nav > ul > li.sub-menu-open > a,
.header .extra-nav > ul > li.sub-menu-open > a,
.header.header-light.header-small .inner-nav > ul > li.sub-menu-open > a,
.header.header-light.header-small .extra-nav > ul > li.sub-menu-open > a {

}
	.inner-brand{
		position: absolute;
		right:20px;
		top:6px;
		z-index:999;

	}
	.text-overlay h2{

	}
	
	
	.fa-search{
		font-size:20px
	}
	
	.toc-text{
		display: none;
	}
	
	.header2{
		z-index: 9999;
	}

	#map_canvas, #map_results_UI_results_wrapper{
		width:100% !important;
	}

.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 #337AB7;
}

.section-nav .current_page, .section-nav .link:hover{
	color: #000000 !important;
    font-weight: 800 !important;
    font-size: 16.4px !important;
}

.copyright_wrapper_hide {
	display: none;
}

.grayline{
	background: #eee;
	height:0px;
	width:100%;
	position: absolute;
	top:10px;
}

.footer{
	color:#FFFFFF;
	background:#000000bd;
}

.footer__main {
	color:#FFFFFF;
	background:#000000;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.footer__main a {
	color: #fff;
}

.footer__main:hover {
	color: #b2b2b2;
}

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


.row-top{
	border-bottom:1px solid #ddd;
}

.headshot{
	border-left:1px solid #ddd;
}

.headshot:first-child{
	border-left:none;
}

.container-headshots{
border:1px solid #ddd;
}
.team-container{
	font-size:14px;
	line-height:21px;
}

.team-container h3{
	font-size:17px;
	line-height:5px;
}

.team-container a{
	font-size:13px;
}

.team-container .text-center{
	margin-bottom:25px;
}

.team-container img{
	border-radius: 5px;
}
/* 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;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
	background: linear-gradient(#d0d0d0, #292929);
    opacity: 0.3;
}



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

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

.hcSnippet br {
	display: none;
}

.mobile-icon, .mobile-hr{
	display:none;
}

@media (max-width: 991px) {
	
	.inner-nav .sub-menu, .inner-nav .mega-menu{
		background-color:#525252 !important;
	}
	.mobile-icon{
		display:block;
	}
	.icons .mobile.fa{
		display:inline;
	}

	.icon1{
		display: block;
	}
	.mobile-hr{
	display: block;
	background:#fff;
	width:80%;
	margin-bottom:15px;
	margin-top:25px;
	}
	.header2{
		padding-top:3px;
		display: none;
	}

	.icons .icon{
		background: transparent;
		border:1px solid #fff;
		text-align:center;
		margin-top:2%;
		width:80%;
		margin-left:0px;
		margin-right:0px;
		border-radius:15px;
	}

	.right-img{
		display:none;
	}

	.icons{
		margin:auto;
		left:0;
		padding-right: 25px;
		padding-left:25px;
		top:0%;
	}

	.col-lg-8 h2{
		text-align:center;
	}

	.icons .col-lg-2{
		width:50%;
	}

	.icon-box{
		min-height:auto;
		min-width:auto;
		padding:15px 0px;
		margin:5px;
	}

		.pull-right{
		float:none;
		right:0px;
	}

	#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:#337AB7;
}


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

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

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

.flex-viewport{
    position: fixed;
    width: 100%;
    height: 100%;
}

.flexslider .slides,
.flexslider .slides > li
{
    height: 100%;
}

.flexslider .slides > li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-nav {
	padding-top: 60px;
}

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

.link4:hover{
		background-color:#337AB7;
	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: var(--ff-primary);
    position: relative;
    display: block;
    padding: 5px 15px;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 13px;
    color: #181818;
    text-align:left;
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
    background-color: #ffffffbd;
    position: absolute;
    min-width: 390px;
    opacity: 0;
    max-height:100vh;
    overflow:auto;
    margin-top:0px;
    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 #C5A901;
	color:#C5A901 !important;
}


.page_text a{
	color:#000000;
	font-weight: 700;
}

.page_text a:hover {
	color:#757575;
	font-weight: 700;
}

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

h4, .h4{
	font-size:25px;
	color:#047C8C;
}

.section-nav h1{
	color:#C5A901;
	font-size:24px;
	margin-bottom:20px;
}

.section-nav .link{
	display: block;
	color:#6A6A6A;
	font-weight: 600;
	font-size:16px;
	line-height:28px;
	margin-bottom:10px;
}

.section-nav .link:hover{
	color:#607FA8;
}

.quicklinks .link{
	color:#707070;
	font-size:18px;
	font-weight: 500;
	line-height:20px;
	margin-bottom:10px;
}

.page_text{
	color:#6A6A6A;
	font-size:16px;
	margin-top:-10px;
	padding-bottom:50px;
}

/*------------------------------------------------------------------
[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: 991px) {
	.lv-logo{
		width: 100px;
    	padding: 15px 0px;
		position: absolute;
		/* left:10px;
		top:0px; */
	}
	.logo-main{
		margin: 0px auto;
		left:0;
		right:0;
		text-align: center;
		top:100px;
	}
	.logo-main h2{
		margin-top:-12px;
		text-align: center;
	}
	.section-nav {
		padding-top: 20px;
		background: #0000001a;
		margin: -10px 0px 10px 0px;
		padding-bottom: 20px;
		text-align: center;
	}
	.section-nav h1{
		text-align: center;
	}
	.section-nav .link{
		display: inline;
		padding-right:20px;
	}
	.inner-nav > ul > .menu-item-has-children > .sub-menu, .inner-nav > ul > .menu-item-has-children > .mega-menu{
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, .1) !important;
	}
.text-overlay h1{
	font-size:35px;
}
	.mobile{
		display:block;
	}
	.text-overlay{
		width:100%;
		top:150px;
	}
	.logo{
		float:none;
		width:200px;
	}
	.inner-nav .sub-menu li a{
		text-align: left;
	}
		    .inner-nav ul > li a,
    .inner-nav .sub-menu li a {
        position: relative;
        display: block;
        text-transform: uppercase;
        letter-spacing: .5px;
        line-height: 22px;
        font-weight: 600;
        font-size: 13px;
        color: #fff;
        text-align: left;
        padding: 8px 0;
        white-space: normal;
    }

    .inner-nav .sub-menu li a:hover{
	    background: transparent;
	    opacity:1;
    }
		h4, .h4{
		font-size:23px;
		margin-top:20px;
		border-top:1px solid #eee;
		padding-top:20px;
	}
	.icon-color{
		background-color:#fff !important;
		border:none !important;
	}

	.icon-color:hover{
		background-color:#fff;
	}
	
	.footer-address{
		display: block;
		text-align: left;
		margin-left:0px;
	}
	.footer h2{
		display: block;
		text-align: left;
	}

	}
	@media (max-width: 767px) {
		.towers-footer-logo, .ets-footer-logo, .hcp-footer-logo, .es-footer-logo, .leed-footer-logo{
			display:none;
		}
		
		.social-icons .fa{
			margin-top:0px;
		}

		.pull-left{
			float:none;
		}

		.footer-address, .footer-social-icons{
			margin:0px;
			float:none;
			padding:0px;
			text-align: left;
			margin-top: 12px;
		}
		
		.footer h2{
			text-align: center;
			margin-top:5px;
		}
		.hcp-footer-logo{
			float:none;
			margin-top:0px;
			width:180px;
		}

		.social-icons > li{
			margin: 0px 15px 0px 0;
		}
		}
