@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;
}


/* Page Content */

.contact-copy {
	margin-top:30px;
	margin-bottom:60px;

}

.contact-copy h2 {
	margin:0 0 15px 0;
	padding:0;
    font-size: 24px;

}

.contact-copy h3 {
    font-size: 16px;
    font-weight: 400;
}


@media only screen and (max-width: 640px) {

	.contact-copy .contact-right {
		margin-top:20px;
	}



}







