header {
	height: 80px;
	background-color: #000000;
}

header .logo {
	height: 76px;
	float: left;
}

#client-nav {
	position: absolute;
	top: 30px;
	left: 140px;
	right: 0px;
	height: 40px;
	overflow: hidden;
}

#client-nav ul {
	margin: 0;
	padding: 0;
}

#client-nav ul li {
	float: left;
	margin: 0 1px;
	padding: 0;
	list-style-type: none;
}

#client-nav ul li a {
	color: #fff;
	line-height: 25px;
	transition: color .7s ease 0s;
	display: block;
	padding: 0 6px;
	border-top: 2px solid transparent;
}

#client-nav ul li.current a {
	border-top: 2px solid #fff;
}

#client-nav ul li a:hover {
	color: #ddd;
}

#client-nav .contact{
	float: right;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	margin-right: 20px;
	padding-left: 30px;
	text-align: right;
}

#client-nav .contact span{
	font-size: 12px;
	color: #2478b5;
}

#toolbar {
    background: #000000;
    border-top: none;
    height: 40px;
}

#toolbar.agent {
	height: 35px;
	padding-top: 5px;
}

ul.buttons li {
	border: 0;
	background-color: #fff;
	border-radius: 15px;
	margin: 0px 5px 5px 0;
}

.no-touch ul.buttons li:hover {
    background: #fff;
}

ul.buttons li.locate, ul.buttons li.locate:hover,
ul.buttons li.agt-login, ul.buttons li.agt-login:hover{
	background-color: transparent;	
}

ul.buttons li.agt-login.active:hover{
	background-color: #fff;	
}

ul.buttons li.active {
    background: #fff;
    border-radius: 15px 15px 0 0;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

ul.buttons li a {
	font-variant: none;
	color: #13212a;
	line-height: 30px;
	font-size: 14px;
	background-image: url(/XposurePortalIncludes/img/chevron-down-black-thin.png);
	background-size: 9px;
}

ul.buttons li.active a{
	background-image: url(/XposurePortalIncludes/img/chevron-up-black-thin.png);
}

ul.buttons li.agt-login.active a {
	background-image: url(/XposurePortalIncludes/img/user-black@3x.png);	
}

.dropdown-container {
	top: 34px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
}

#toolbar.agent .dropdown-container {
	top: 38px;	
}

.dropdown-item h2{
	color: #13212a;
}

ul.options li {
	color: #13212a;
	background: #f3f3f3;
}

ul.options li.selected {
	background: #e3a12a;
	color: #fff;	
}	
#search-by-text{
	color: #fff;
	line-height: 30px;
	padding: 0 10px 0 16px;
}

#login p{
	color: #13212a;
}

#login a.forgot {
	color: #aaa;	
}

#login a.forgot:hover {
	color: #333;	
}

#login input {
	border: 1px solid #ddd;	
}

#sidebar-nav {
	background: #e3a12a;
}

.marker {
	background: #a5a5a5;
	border-color: #757575;
}

.marker:after {
	border-color: #757575;
	background: #a5a5a5;
}

.reciprocity-dot{
	background: #a5a5a5;	
}

.marker.group {
	background: #e3a12a;
	border-color: #845a0e;
}

.marker.group:after {
	background: #e3a12a;
	border-color: #845a0e;
}

.marker.group.hover {
	background: #00d21a;
	border-color: #0F7108;
	z-index: 1;
}

.marker.group.hover:after {
	background: #00d21a;
	border-color: #0F7108;
}

.reciprocity-dot.group{
	background: #e3a12a;
}

div.social {
	position: absolute;
	top: 12px;
	right: 20px;
}

div.social img {
	height: 20px;
	margin: 5px;
}

/********** Responsive styles ********/

@media ( max-width : 670px) and (max-aspect-ratio: 13/9) { /* Phone-ish */

	header {
		height: 50px;
		background-position: 0 -19px;
	}
	header .logo {
		height: 43px;
	}
	
	#client-nav {
		top: 12px;
		left: 106px;
		height: 30px;
	}
	
	#client-nav ul li a {
		line-height: 30px;
	}

	/* this is to move the chat buttom above the "next" toolbar button on mobile */
	.intercom-lightweight-app-launcher {
		bottom: 60px !important;
	}
}

@media ( min-width : 1150px){
	header .logo {
		position: absolute;
    	height: 120px;
    	z-index: 2;
    	margin: 0;
    	top: 0;
	}
	
	#client-nav {
		left: 190px;
	}
	
	#toolbar {
   		padding-left: 138px;
	}
	
	#toolbar.comp {
		padding-left: 0px;
	}
	
	#toolbar.agent {
		padding-left: 0px;
	}
}