/* TOC STYLES */
.header_nav .link {
font-family: proxima-nova, sans-serif;
}

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

.top-links .link a{
	color:#333;
	font-size:13px;
	font-weight:500;
	    padding: 10px 5px;
	    text-transform: uppercase;
}

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

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

.social-icons .fa{
	color:#fff;
}

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

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

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

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

.footer-logo-601{
	width: 270px;
	margin-top:19px;
}

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

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

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

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

.footer{
	color:#fff;
	background: #333;
}

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

.overlay-toc{
	position: absolute;
	left:0;
	right:0;
	text-align: center;
	top: 25%;
    z-index: 999;
}

.overlay-toc .linkbox{
	color:#fff;
	background:#333;
	border:1px solid #fff;
	padding:10px 20px;
	text-transform: uppercase;
	margin: 0px 10px;
}

.overlay-toc .linkbox:hover{
	background: #000;
}

.overlay-toc h1{
	color:#fff;
	font-size: 2.5rem;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	padding-bottom:15px;
	font-weight: 100;
}

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

.retail .maintextbold{
	font-size:1.5rem;
}

.retail h2{
	font-size: 1rem;
    text-align: center;
}

.retail hr{
	margin-top:10px;
	margin-bottom:10px;
}

.retail .col-lg-4{
	border: 1px solid #a5a5a5;
    border-radius: 5px;
	margin: 5px;
    max-width: 32%;
}

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

.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) {
	
	.retail .col-lg-4{
		max-width: 100%;
	}
	.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;
}

.fa-search{
	color:#222;
	margin-top:45px;
	font-size:22px;
}

.fa-instagram{
	font-size: 1.6rem;
    margin: 12px;
}

.widget_nav_menu .fa-instagram:hover{
	color:#eee;
	    text-align: center;
    display: block;
}

.ig-quicklink{
	    text-align: center;
    display: block;
}

.overlay-text{
	position: absolute;
	top:94px;
	left:0;
	right:0;
	z-index: 999;
	text-align: center;
}

.overlay-text h1{
		color:#fff;
	font-size: 2.9rem;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	font-weight: 100;
	    text-shadow: 2px 2px 4px #000000;
	        letter-spacing: .1rem;
}


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

.fa:hover{
	color:#111111;
}

.fa span:hover{
	color:#111111;
}

/* DROPDOWN NAV STYLES */
.inner-nav .sub-menu li a {
	font-family: proxima-nova, sans-serif;
    position: relative;
    display: block;
    padding: 7px 20px;
    letter-spacing: .4px;
    font-weight: 500;
    font-size: .8rem;
    color: #333;
        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: 66%;
    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 #000;
}


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

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

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

.quicklinks .link{
	color:#fff;
	    background: #333;
    text-align: center;
    padding: 5px;
    margin: 5px;
}

.quicklinks .link:hover, .quicklinks .current_page {
	color:#fff;
	background: #000;
}

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


/* classed link styles, links */
.styleone:link {
	text-decoration: none; 
	color: #999 !important; 
}
.styleone:visited {
	text-decoration: none; 
	color: #999 !important; 
}
.styleone:hover {
	text-decoration: none; 
	color: rgb(39, 39, 39) !important; 
}
.styleone:focus {
	text-decoration: none; 
	color: #999 !important; 
}
.styleone:active {
	text-decoration: underline; 
	color: #666 !important; 
}


/*------------------------------------------------------------------
[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: 1199px) {
.top-links .link{
	margin: 0px;
}

}

@media (max-width: 991px) {
	
	.overlay-text h1{
		font-size: 2rem;
		letter-spacing: normal;
	}
	body{
		overflow-x:hidden;
	}
	.ig-quicklink{
		display: none;
	}

.quicklinks .link{
	display: inline-block;
	padding:0px 10px;
}
	.overlay-text{
		top:19%;
	}
	.search{
		position: absolute;
		top:4px;
		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: 500;
    color: #fff !important;
    padding: 8px 0;
    font-size: .9rem;
	}

	
	.quicklinks.border-left{
		padding:0px;
		padding-bottom:20px;
	}
	.header2{
		padding:0px;
	}
	.logo{
		width:100%;
	}
	
	.inner-nav .sub-menu,
.inner-nav .mega-menu{
	background:#333;
}
	
		    .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: 500;
        font-size: 14px;
        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) {	
	
	.header_nav .link{
		padding:4px 0px;
	}
	.overlay-toc h1{
		font-size:2rem;
		top:17%;
	}
	
	.overlay-toc .linkbox{
		    display: block;
    margin: 10px;
	}
		.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: 10px;
	}
	}
	
@media (max-width: 767px) {	
	
	.footer-logo{
		width:100%;
	}
		.nav-toogle > a{
			top:17px;
		}
		.footer-logo{
		margin: 21px 0 0 0;
    width: 70%;
    padding-bottom: 5px;
	}
	}