@charset "UTF-8";
/* Theme CSS Document */



/* NAVIGATION 4 */

/* NAV Header */

#navHdr-wrapper {
	background:#eeeeee; 
	min-height: 150px; 
	color: #a1a3a6;
	padding:25px;
}


.top-bar {
	min-height: 30px;
	background:#eeeeee;
	line-height: 60px;
}

.top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    font-weight: 400;
    color:#a1a3a6;
}

.top-bar-section ul li  {
   	border-left: 1px solid #a1a3a6; 
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color:#eeeeee;
    line-height: 30px;
    padding: 0px 10px; 
    transition: background-color 300ms;
}

.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


.top-bar-section .has-dropdown > a:after {
    margin-top: -10px;
    border-color: #a1a3a6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


/* Dealer Info */

#dealerHdr-wrapper {
	background:#ffffff; 
	min-height: 40px; 
	border-bottom: 4px solid #eeefef; 
}


.dealer-info p {
	font-size: 12px; 
	font-weight:600;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}




