/* TOC STYLES */
.header_nav .link {
font-family: "Yantramanav", Helvetica, Arial, sans-serif;
}

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

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

.nav-icon{
	width:35px;
}

.header-main .link:hover{
	background:transparent;
}

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

.top-links img{
	width:20px;
	margin-right:5px;
	margin-top:-4px;
}

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

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

}

.reservation-btn{
	padding:10px 20px;
	border-radius: 20px;
	background: transparent;
	color:#03607b;
	display: inline-block;
	border:1px solid #111;
	margin:20px 0px;
}

.drk-svg{
	filter: brightness(100%);

}

.reservation-btn:hover{
	background:#03607b;
	color:#fff;
}

.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:#227197;
	border-radius: 0px;
	left:0px;
	top:20px;
}

.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{
	    font-family: "Yantramanav", Helvetica, Arial, sans-serif;
	padding:5px 18px;
	display:block;
	color:#fff;
	line-height:20px;
}

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

.dropdown-menu2 a{
	color:#EA6952;
}
.top-image{
	height:300px;
}
.top-image .flexslider{
	border:none;
	z-index:0;
	height:300px;
	min-height:auto;
}
.top-image .slide-background{
	height:300px;
}
.top-links a.linkbox{
	border: 1px solid #fff;
	border-radius: 3px;
}


.header-logo{
	width:350px;
}
.linkbox{
	    color: #fff;
    padding: 15px 45px;
    border: 1px solid #eee;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    background: #227197;
    margin: 10px;
}

.linkbox:hover{
	background: rgba(0,0,0,.6);
	color:#fff !important;
}

.top-links a.link{
	color:#fff;
	padding:5px 10px;
	font-size:.7rem;
	font-weight:700;
	margin-right:10px;
	text-transform: uppercase;
}

.footer h3{
	color:#227199;
}

.footer ul, .footer li{
	margin: 0px;
}

.capitol-logo{
	margin-top: 8px;
    max-height: 150px;
    margin: 10 auto;
    text-align: center;
    display: block;
}

.gym-photo{
	float:left;
	margin: 20px 25px 5px 0px;
}

.fa-search{
	color: #fff;
    font-size: 18px;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 9999;

}
.top-links a.linkbox2{
	color:#fff;
	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;
	text-transform: uppercase;
	font-size:.8rem;
}

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

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

.front-text{
	width:71%;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight:600;
	font-size:1.4rem;
	line-height:31px;
	margin-bottom:10px;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 1);
}

.icons{

}

.toc-buttons{
	padding:0px 15px;
}

.header-logo-main{
	position: absolute;
	z-index:9;
	left:0px;
	right:0px;
	text-align: center;
	top:86px;
}

.header-logo-main img{
	width:300px;
}


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

.nomargin{
	margin:0 !important;
	font-weight:700;
	text-transform: uppercase;
	line-height:1;
	padding-top:15px;
	font-size:14px;
	color:#fff;
}

.icon-box{
	padding:25px 0px;
	border:1px solid #fff;
	margin:10px;
	background-color: rgba(0, 25, 56, .8);
	display:block;
	min-height:135px;
	min-width:145px;
	border-radius: 3px;
}

.icon-box img{
	width:45px;
}
.icon-box:hover{
	background: rgba(0, 25, 56, 1);
}


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


@keyframes fadeInText {
    from {
        opacity:0;
        transform:translateY(10px);
    }
    to {
        opacity:1;
        transform: translateY(0);
    }
}

@keyframes fadeInText2 {
    from {
        opacity:0;
        transform:translateY(30px);
    }
    to {
        opacity:1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity:0;
        transform:translateY(30px);
    }
    to {
        opacity:1;
        transform: translateY(0);
    }
}

@keyframes fadeIn2 {
    from {
        opacity:0;
        transform:translateY(40px);
    }
    to {
        opacity:1;
        transform: translateY(0);
    }
}


.text-animate3{
	animation: fadeInText 1s;
	 -webkit-animation:fadeInText 1s;
}

.text-animate4{
	animation: fadeInText2 1s;
	 -webkit-animation:fadeInText2 1s;
}

.text-animate {
	animation: fadeIn 3s;
	 -webkit-animation:fadeIn 3s;
}

.text-animate2{
	animation: fadeIn2 4s;
	 -webkit-animation:fadeIn2 4s;
}


@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}


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

.text-overlay h1{
	font-size:50px;
	color:#fff;
	font-weight:200;
	letter-spacing: 2px;
}

.text-overlay h1{
	color:#fff;
	font-weight:200;
	letter-spacing: 2px;
}

.text-overlay h3{
	font-size:31px;
	color:#fff;
	font-weight:400;
}

.logo{
	margin: auto;
	width:200px;
	padding:10px 0px 10px 0px;
}

.logo-toc{
	width:240px;
	padding:32px 0px 10px 0px;
}

.header-main .logo{
	left:25px;
	position: absolute;
	    width: 210px;
    padding: 6px 0px 10px 0px;
}

.social-icons .fa{
	color:#fff;
	padding:0px 5px;
}

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

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

.page-content{
	padding:15px 25px;
}

hr.black{
	margin-top:10px;
	margin-bottom:25px;
	background:#000;
	height:4px;
	width:55px;
	float:left;
}

.page-content h2{
	font-weight: 300;
	color:#227197;
	font-size:2.4rem;
	text-transform: uppercase;
	    padding-bottom: 10px;
    border-bottom: 1px solid #227197;
}

.page-content h1{
	color:#03607b;
	z-index:99;
	font-weight: 100;
	margin-bottom:-10px;
}

.quicklinks h2{
	color:#227197;
	text-transform: uppercase;
	font-weight: 300;
	    font-size: 1.6rem;
    padding-bottom: 20px;
}

.right-img img{
	float:right;
}

.towers-footer-logo{
	float:left;
	width:35px;
	margin-top:10px;
}

.ets-footer-logo{
	width:42px;
	float:right;
	margin-right:10px;
	margin-top:8px;
}

.leed-footer-logo{
	width:45px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}

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

.hcp-footer-logo{
		width:140px;
	float:right;
	margin-top:6px;
	padding-bottom:4px;
}

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

.footer-hub{
	position:absolute;
}

@media (max-width: 991px) {
	
.header-logo-main img{
	width:200px;
}

.quicklinks{
	    padding: 10px 35px;
}

.quicklinks h2{
	padding-bottom: 0px;
}

	.linkbox{
		display: block !important;
		margin: 0 auto;
		margin-top:10px;
	}
	.desktop{
		display: none !important;
	}
.header-main .logo{
	left:0px;
	position: absolute;
	right:0px;
}


	hr.black{
		float:none;
	}
	
	.max-width-photo{
	max-width:inherit;
}
	
	.front-text{
		display: none;
		width:98%;
		font-size:14px;
		line-height:21px;
		margin-bottom:10px;
	}
	.page-content h1{
		text-align: center;
		font-size:27px;
	}

	.nmobile{
		display:none;
	}
	.top-image h1{
		top:92px;
		width:100%;
		text-align: center;
		font-size:45px;
		left:0;
	}
	.page-content h2{
		text-align: center;
	}

	.quicklinks .link{
		display:inline;
		padding:0px 10px;
		border-right:1px solid #000;
	}
	.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 {
    color:#fff;
}
	.inner-brand{
		position: absolute;
		right:20px;
		top:15px;
		z-index:999;

	}
	.text-overlay h2{
		color:#fff;
		font-weight:200;
		letter-spacing: 2px;
		font-size:35px;
	}

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

.footer{
	color:#fff;
	background:#001938;
	padding-bottom:10px;
}

.footer h3{
	font-weight: 300;
	color:#227199;
}

.footer ul, .footer li{
	margin: 0px;
}

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


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: 1300px) {	
	.nav-icon{
	width:20%;
}
.inner-nav > ul > li > a {
	letter-spacing: normal;
	font-weight:400;
}
.header_nav .link{
	width:12%;
}
}
	
	
@media (max-width: 991px) {
	.mobile-icon{
		display:block;
	}
	.icons .mobile.fa{
		display:inline;
	}
	
	.desktop,  .toc-buttons{
		display: none;
	}

	.icon1{
		display: block;
	}
	
	.fa-search{
		color: #fff;
    font-size: 18px;
    position: absolute;
    top: 11px;
    right: 0px;
	}
	.mobile-hr{
	display: block;
	background:#fff;
	width:80%;
	margin-bottom:15px;
	margin-top:25px;
	}
	.header2{
		padding-top:3px;
		height:100px;
	}

	.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{

	}

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

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

	.icon-box{
		margin:5px;
		min-height: auto;
	}

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

.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: "Yantramanav", Helvetica, Arial, sans-serif;
    position: relative;
    display: block;
    padding: 4px 15px;
    letter-spacing: .5px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-align:left;
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
    background-color: #001938;
    position: absolute;
    margin: 0 auto;
    left:0;
    opacity: 0;
    width:fit-content;
    min-width: -webkit-fill-available;
    max-height:100vh;
    overflow:auto;
    margin-top:0px;
    z-index: 1030;
    visibility: hidden;
    top: 94%;
    box-shadow: 0 14px 32px 4px rgba(0, 0, 0, .1);
}

.header-main2 .inner-nav .sub-menu,
.header-main2 .inner-nav .mega-menu {
	top: 95%;
}

.header_nav_main .inner-nav .sub-menu,
.header_nav_main .inner-nav .mega-menu {
	 top: 79%;
}


/**/

/* MAIN STYLES */

.header-main .current_section .header_link:after{
	content: "\25BC";
	color:#000;
	font-size:35px;
}


.page_text a{
	color:#227197;
}

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

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

.quicklinks .link{
	color:#282829;
	font-size:16px;
	font-weight: 300;
	line-height:20px;
	margin-bottom:15px;
	text-transform: uppercase;
}

.pgp-logo{
	width: 126px;
    display: block;
    margin-top: 30px;
}

.page_text{
	color:#393939;
	padding-bottom:100px;
	clear:both;
	/* font-family: 'Martel', serif; */
    font-family: "Yantramanav", Helvetica, Arial, sans-serif;
}

/*------------------------------------------------------------------
[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) {
	
	.header_nav .link{
		width:auto;
	}
	.col-md-6{
		max-width:50%;
	}
	.capitol-logo, .footer-quicklinks{
		display: none;
	}
	
	.footer-address{
		border-left:none;
		border-right:none;
		    border-top: 1px solid #227199;
		    margin: 0px;
    padding: 0px;
	}
	
	.pgp-logo{
		float: right;
		margin-top: 5px;
	}

.inner-nav .sub-menu{
	border-bottom:1px solid #ddd;
}

	.tcimage{
		width:33%;
	}
.inner-nav .sub-menu,
.inner-nav .mega-menu {
	background:#001938;
	width:100%;
}
	.mobile{
		display:block;
	}
	.text-overlay{
		width:100%;
		top:65px;
	}
	.logo{
		float:none;
		width:100px;
		padding:0px;
		margin-top:6px;
	}
	
	.nav-icon{
		width:23px;
		display: block;
		margin: 0 auto;
	}
	
	.inner-nav .sub-menu{
		width:100%;
	}
	.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: 20px;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        text-align: center;
        padding: 6px 0;
        white-space: normal;
    }

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

	.icon-color:hover{
		background-color:#03607b;
	}
	}
	@media (max-width: 767px) {
		
		.header-logo{
			width:230px;
		}
		.icon-box{
			padding:15px 0px;
		}
		.icon-box img{
			width:35px;
		}
		.towers-footer-logo, .ets-footer-logo, .hcp-footer-logo, .es-footer-logo, .leed-footer-logo{
			display:none;
		}

.ets_tables td{
	display: table-row;
	word-break: break-word;
}
.ets_tables tr{
	display: block;
	padding-bottom:10px;
	padding-left:10px;
}
		.footer-address, .footer-social-icons{
			margin:0px;
			float:none;
			padding:0px;
			    text-align: left;
    padding-left: 10px;
		}
		.hcp-footer-logo{
			float:none;
			margin-top:0px;
			width:180px;
		}

		.social-icons > li{
			margin: 0px 15px 0px 0;
		}
		
		.col, .col-md-auto{
			max-width:50%;
		}
		
		.footer-address, .footer-social-icons{
			font-size:12px;
		}
		
		.col-md-auto{
			
		}
		}
