<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.header-wrapper										{ padding:20px 0px 0px 0px; font-family:'Roboto Slab', serif; font-weight:400; }
.header-wrapper .header-logo						{ display:block; float:left; max-width:140px; }
.header-wrapper .header-logo img					{ width:100%; max-width:553px; max-height:615px; }
.header-wrapper .header-right						{ float:right; text-align:right; font-size:1.2em; margin:5px 0px 0px 0px; }
.header-wrapper .office-finder						{ display:inline-block; vertical-align:middle; position:relative; }
.header-wrapper .office-finder .trigger				{ display:block; text-transform:uppercase; padding:10px; }
.header-wrapper .office-finder .trigger span		{ display:inline-block; vertical-align:middle; font-size:1.6em; padding:0px 10px 0px 0px; }
.header-wrapper .office-finder ul					{ display:none; position:absolute; list-style:none; margin:0px; padding:0px; left:0; right:0; z-index:9998; }
.header-wrapper .office-finder ul li				{ display:block; }
.header-wrapper .office-finder ul li a				{ display:block; padding:10px; }
.header-wrapper .social								{ display:inline-block; vertical-align:middle; padding:0px 10px; margin:0px 10px; }
.header-wrapper .social a							{ display:inline-block; vertical-align:middle; font-size:1.6em; padding:0px 5px; margin:0px 5px; }
.header-wrapper .ValuationBtn,
.header-wrapper .login-link							{ display:inline-block; vertical-align:middle; text-transform:uppercase; padding:10px; }
.header-wrapper .ValuationBtn { padding:12px 10px; }
.header-wrapper .login-link span					{ display:inline-block; padding:0px 5px; }
.header-wrapper .navigation-wrapper					{ display:block; float:right; margin:60px 0px 0px 0px; }

.header-wrapper										{ background:#FFFFFF; color:#0B172B; }
.header-wrapper .office-finder						{ color:#0B172B; background:#FFFFFF; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; transition:all .2s linear; cursor:pointer; }
.header-wrapper .office-finder:hover				{ color:#B8993F; background:#0B172B; }
.header-wrapper .office-finder .trigger span,
.header-wrapper .office-finder .trigger:hover span	{ color:#B8993F; }
.header-wrapper .office-finder .trigger.active { color:#B8993F; background:#0B172B; }
.header-wrapper .office-finder ul					{ background:#0B172B; }
.header-wrapper .office-finder ul li a				{ background:#0B172B; color:#B8993F; }
.header-wrapper .office-finder ul li a.selected,
.header-wrapper .office-finder ul li a:hover		{ background:#B8993F; color:#0B172B; }
.header-wrapper .social								{ border-left:2px solid #B8993F; border-right:2px solid #B8993F; }
.header-wrapper .social a							{ color:#0B172B; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; transition:all .2s linear; cursor:pointer; }
.header-wrapper .social a:hover						{ color:#B8993F; }
.header-wrapper .ValuationBtn,
.header-wrapper .login-link							{ border:2px solid #0B172B; background:#FFFFFF; color:#0B172B; }
.header-wrapper .ValuationBtn:hover,
.header-wrapper .login-link:hover					{ border:2px solid #0B172B; background:#0B172B; color:#B8993F; }



/** VALUATION BUTTON **/
.header-wrapper .HeaderValuation {
	display:inline-block;
	vertical-align:middle;
	padding:12px 10px 11px 10px;
	border:2px solid #0B172B;
	color:#0B172B;
	text-transform:uppercase;
}
.header-wrapper .HeaderValuation:hover {
	background:#0B172B;
	color:#B8993F;
}



/** RENTALS **/
.rent-wrapper .header-wrapper .office-finder:hover				{ color:#FFFFFF; background:#B8993F; }
.rent-wrapper .header-wrapper .office-finder .trigger span	{ color:#B8993F; }
.rent-wrapper .header-wrapper .office-finder .trigger:hover span	{ color:#FFFFFF; }
.rent-wrapper .header-wrapper .office-finder ul li a				{ background:#B8993F; color:#FFFFFF; }
.rent-wrapper .header-wrapper .office-finder ul li a:hover		{ background:#C6AF69; color:#FFFFFF; }
.rent-wrapper .header-wrapper .social								{ border-left:2px solid #B8993F; border-right:2px solid #B8993F; }
.rent-wrapper .header-wrapper .social a							{ color:#0B172B; -webkit-transition:all .2s linear; -moz-transition:all .2s linear; transition:all .2s linear; cursor:pointer; }
.rent-wrapper .header-wrapper .social a:hover						{ color:#B8993F; }
.rent-wrapper .header-wrapper .login-link							{ border:2px solid #0B172B; background:#FFFFFF; color:#0B172B; }
.rent-wrapper .header-wrapper .login-link:hover					{ border:2px solid #0B172B; background:#0B172B; color:#B8993F; }




/** RESPONISVE **/
@media screen and (max-width:960px){
	.header-wrapper .social { display:none; }
}
@media screen and (max-width:840px){
	.header-wrapper									{ padding:20px 0px; }
	.header-wrapper .login-link						{ display:none; }
	.header-wrapper .office-finder					{ border:2px solid #0B172B; }
	.header-wrapper .office-finder:hover			{ border:2px solid #0B172B; }
}
@media screen and (max-width:580px){
	.header-wrapper .ValuationBtn,
	.header-wrapper .office-finder {
		display:block;
		margin:0px 0px 10px 0px;
	}
	.header-wrapper .navigation-wrapper {
		margin-top:0px;
	}
}
/* @media screen and (max-width:390px){
	.header-wrapper .ValuationBtn,
	.header-wrapper .office-finder {
		display:none;
	}
} */
</pre></body></html>