/* CSS Variables */
:root {
	--BackgroundColor: #ffffffcf;
	--SecondaryBGColor: #FFFFFF;
  
	--primary-clr: #075392;
	--secondary-clr: #006DB6;
	--secondary-clr-light: #4d96c6;
	--accent-clr: #7B7B7B;
	--navtt-clr: #FFFFFF;
	--navfooter-clr: #FFFFFF !important;
	--bd-clr: 1px solid #707070;

	--bd-clr-secondary: rgba(255, 255, 255, .05);
  
	--text-clr: #000000;

  
	
	--ff-primary: 'Roboto', sans-serif !important;
	--ff-secondary: Helvetica, Arial, sans-serif !important;

	--tt-transform: uppercase;
  
	--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: var(--SecondaryBGColor);
}

.header-logo {
	padding-top: 25px;
  	width: 210px;
}

.top-links .link a{
	color: var(--navtt-clr);
	font-size:.8rem;
	font-weight:500;
}

.top-links .link a:hover{
	color: var(--secondary-clr);
}

.building-access-form-wrapper{
	margin: 0 auto;
}

.logo{
	margin: auto;
	width: 80%;
}

.col-logos img{
	margin: 15px 10px;
}

.logo__swoosh {
	background-position: right bottom;
	opacity: 1;
	width: 2000px;
	position: absolute;
	background-repeat: no-repeat;
	right: 0px;
	bottom: 60px;
	z-index: 99999;
}

.logo__swoosh-footer {
  opacity: 1;
  position: absolute;
  background-repeat: no-repeat;
  right: 0px;
  bottom: -70px;
  z-index: 99999;
}

@media (max-width: 1100px) {
	.logo__swoosh .logo__swoosh-footer {
		opacity: .5;
	}
}

@media (max-width: 991px) {
	.logo__swoosh .logo__swoosh-footer {
		display: none;
	}

	.icon-search {
		border-right: 1px solid #ffffff;
		padding:4px 14px;
	}
	
	.link-home {
		padding-left: 14px;
	}
}

.social-icons .fa{
	color: var(--SecondaryBGColor);
}

.inner-header .fa{
	color: var(--SecondaryBGColor);
}

.top-links .linkbox a{
	background: var(--accent-clr);
	color: var(--SecondaryBGColor);
}

.top-links .linkbox a:hover{
	background: var(--secondary-clr);
	color: var(--navtt-clr);
}

.hub-images{
	margin:0 auto;
	display:block;
}
.footer-logo{
	margin: 0px 15px;
}

.footer-logo-601{
	width: 193px;
}

.footer-logo-jll{
	width:130px;
}

.footer-logo-telos{
	width:100px;
	margin: 18px 0px;
}

.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) {
	
	
	#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 .header_link{
	border-bottom:3px solid #436a81;
}

.quicklinks .current_page .quicklinks .link:hover{
	color:#EA6752 !important;
}

.footer{
	color: var(--navtt-clr);
	background: var(--primary-clr);
}

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

@keyframes fadeInText {
    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-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;
		}
	}



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

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

.team-container img{
	border-radius: 5px;
}

.footer-main{
	border-top:1px solid #7B7B7B;
}
/* 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) {
	.col-lg-8 h2{
		text-align:center;
	}
	
		.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;
}

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

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

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

.social li{
	    display: inline-block;
    text-align: center;
    padding:5px;
}

.fa-search{
	color:var(--navtt-clr);
	margin-top:26px;
	font-size:18px;
}

.overlay-icons{
	position: absolute;
	bottom:119px;
	left:10px;
	z-index: 999;
}

.module-sm2 .overlay-icons{
	bottom: 5px;
    left: 20px;
}

.overlay-icons img{
	margin: 0px 5px;
}

.fa:hover{
	color: var(--secondary-clr);
}

/* DROPDOWN NAV STYLES */
.inner-nav .sub-menu li a {
	font-family: var(--ff-primary);
    position: relative;
    display: block;
    padding: 7px 20px;
    letter-spacing: .4px;
    font-weight: 500;
    font-size: .8rem;
    color: #293238;
	white-space: initial;
	line-height: initial;
}

.inner-nav .sub-menu,
.inner-nav .mega-menu {
    background-color: #fff;
    position: absolute;
    min-width: 220px;
    left: -20px;
    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 #337AB7;
}


.page_text a{
	color:#436a81 !important;
	
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: var(--secondary-clr);
}

h4, .h4, h3, .h3 {
	font-size: 25px;
	color: var(--secondary-clr);
}

.quicklinks .link{
	color:#293238;
}

.quicklinks .link:hover, .quicklinks .current_page {
	color: var(--secondary-clr);
}

.page_text{
	color:#293238;
	padding-bottom:30px;
}

/*------------------------------------------------------------------
[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) {
	.footer-logo-telos{
		width: 80px;
    margin: 0px 0px;
	}
	
	.footer .col{
		width:100%;
		min-width: 100%;
		text-align: center;
	}
	.module-sm2 .overlay-icons{
	display: none;
}

.quicklinks .link{
	display: inline-block;
	padding:0px 10px;
}
.overlay-icons{
	bottom:114%;
}
	.search{
		/* position: absolute; */
		top:29%;
		z-index:99;
	}
	
	.fa-search{
		margin-top:0px;
	}
	
	.text-right{
		text-align: center !important;
	}
	
	.quicklinks_link{
	position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: .6px;
    line-height: 24px;
    font-weight: 600;
    color: #fff !important;
    padding: 8px 0;
    font-size: .8rem;
	}

	
	.quicklinks.border-left{
		padding:0px;
		padding-bottom:20px;
	}
	.header2{
		padding:0px;
	}
	.logo{
		width: 100%;
    	position: relative;
    	z-index: 999;
    	margin: auto;
    	max-width: 210px;
	}
	
	.inner-nav .sub-menu,
.inner-nav .mega-menu{
	background:#293238;
}
	
		    .inner-nav ul > li a,
    .inner-nav .sub-menu li a {
        position: relative;
        display: block;
        text-transform: uppercase;
        letter-spacing: .6px;
        line-height: 24px;
        font-weight: 600;
        font-size: 12px;
        color: #fff !important;
        padding: 8px 0;
    }
    
    .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;
	}
	}
@media (max-width: 991px) {	
	
	.col-logos img{
		margin: 5px 10px;
    width: 8%;
	}

	.header-logo {
		padding-top: 11px;
		width: 180px;
		max-width: 200px;
		margin-top: 29px;
		text-align: center;
	}
	
	.footer-address{
		margin: 0px;
	}
	.footer col{
		width:100%;
		min-width:100%;
		text-align: center;
	}
		.text-logo{
		display:none;
	}
		.footer-social-icons{
		float:none;
		margin-top: 0px;
		margin-left:0px;
	}
	
	.footer-address{
		float:none;
		padding:0px;
		display:inherit;
		font-size:12px;
		margin: 0px;
	}
	}
	
@media (max-width: 767px) {	
	
	.header_nav .link{
		padding:2px 6px;
	}
		.nav-toogle > a{
			top:14px;
		}
		.footer-logo{
		margin-top:0px;
		width:20%;
		padding-bottom:5px;
	}
	}