@charset "UTF-8";
/* Theme CSS Document */



/* NAVIGATION 5 */


/* Logo */


#logoHdr-wrapper {
	width: 100%;
	background:#eeeeee; 
	min-height: 150px; 
	padding:25px;

}

/* NAV Header */

#navHdr-wrapper {
	background:#959595; 
	min-height: 60px; 
	color: #fff;
}

.top-bar {
	min-height: 60px;
	background:#959595;
	line-height: 60px;
}

.top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    font-weight: 400;
}

.top-bar-section ul li  {
   	border-right: 1px solid #fff;
}

.top-bar-section ul li:last-child {
   	border-right:none;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background-color:#959595;
    line-height: 60px;
    padding: 0px 34px; 
    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: 7px;
}




/* Dealer Info */

#dealerHdr-wrapper {
	background:#ffffff; 
	min-height: 40px; 
	border-bottom: 4px solid #eeefef; 
}

#logoHdr-wrapper .dealer-name h1 {
	font-size: 30px; 
	padding:0;
	margin-top:30px;

}

.dealer-info p {
	font-size: 12px; 
	font-weight:600;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}



/* TABS */

.tabs dd > a, .tabs .tab-title > a {
    background-color: #eeeeee;
    color: #222222;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    outline: medium none;
    padding:1rem;
    transition: background-color 300ms, color 300ms;

}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
    background-color: #869096;
    color: #ffffff;
}

.tabs dd.active a, .tabs .tab-title.active a {
	background-color:#42474a;
    color: #ffffff;
}

.team-tabs {
	margin-top:15px;
}

.tabs-content .employee-row {
	margin-top:30px;
}

.tabs-content .employee-row p {
	font-size: 13px;
}




