/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/* BASE
///////////////////////////////////////////// */
div.ddsLogoProvider{
	background:#002366;
	padding:32px 33px;
}
div.ddsLogoProvider, .ddsLogoProvider a {
	text-align: right;
	margin:0;
	text-decoration: none;
	font-size: 16px;
	color: #fff !important;
	line-height:24px;
}
span.ddsLogoProvider {
	float: right;
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-left: 23px;
	width: 109px;
	height: 29px;
	margin-right:-2px;
	background: url(../../690bcd5d-9925-4f90-8c37-3391e7d25767/images/logo_footer.png) no-repeat 0 0;
}
/*FOR LIGHT VERSION span.ddsLogoProvider { background: url(../../../GlobalImages/dds-logo-lt.png) no-repeat 0 0; }*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
}*/
body {
	background: #000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 300;
}
hr {
    border-color: #000;
}
ul, dl, ol {
	font-size: inherit;
}
#SiteContainer {
	background: #fff;
	max-width: 100%;
	margin: 0 auto;
	padding:0;
}
.container {
	padding: 0;
}
#main {
	padding: 20px;
	min-height:450px;
	max-width:1400px;
	margin:0 auto;
	width:100%;
	box-sizing:border-box;
}
header .address {
	text-align: right;
	padding-bottom: 10px;
	position: relative;
}
.center {
	text-align: center;
}
header {
	border-bottom: 0px solid #002366;
	padding: 0;
}
header .seven.columns a {
    display: inline-block;
    padding: 9px 0 4px 40px;
}
/*---------------------------
         NAVIGATION         
---------------------------*/

/*** Navigation Colors ***/
#nav-container > li > a, .menuModal a, .menuModal strong, .menuModal div, .menuModal span {
	color: #000;
}
.nav {
	background:none;
	border-width: 1px 0;
}
#nav-container a:hover, #nav-container li.sfhover > a, #nav-container li ul li a:hover {
	background: #fff;
	color: #C00;
}
#nav-container ul li a {
	color: #242424;
}
/*** Mobile Menu Colors ***/
.mobileMenu {
	background: #242424;
}  /* Color of menu bar */
.mobileMenu li {
	background: #fff;
}  /* Color of menu buttons */
.mobileMenu a {
	color: #c02;
}  /* Color of menu button text */
/*** Navigation Structure ***/
#nav-container .flyoutNav {
	max-width: 266px;
	display: none;
	background: #000;
	text-align: center;
	border: 1px solid #ccc;
	margin-left: 2px;
}
.nav {
	clear: both;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 100;
	top: 0;
}
#nav-container, #nav-container ul {
	margin: 0 auto;
	z-index: 100;
	position: relative;
	font-weight: bold;
}
#nav-container a {
	display: block;
	padding: 0 12px;
}
#nav-container li {
	display: inline-block;
	position: relative;
	margin: 0;
}
#nav-container > li a {
	font-size: 14px;
	font-weight: bold;
	line-height:1;
}
#nav-container li ul {
	z-index: 5;
	line-height: normal;
	position: absolute;
	width: 250px;
	display: none;
	margin: 0;
	padding:0;
	box-shadow: 0 4px 6px rgba(0,0,0,.5);
	background: #002366 ;
}
#nav-container li:last-child ul{
	left:auto;
	right:0;
}
.topHeader_holder div.nav #nav-container li ul li a {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	color:#fff;
}
.topHeader_holder div.nav #nav-container li ul li a:hover{
	background:#fff;
	color:#002366;
}
.topHeader_holder div.nav #nav-container li ul li a{
}
#nav-container li ul li {
	width: 100%;
}
#nav-container li ul li a {
	font-weight: normal;
	text-align: left;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1.75;
}
/* Positioning for Third-level navigation */
#nav-container li ul ul {
	left: 0px;
	margin: -28px 0 0 170px;
}
#nav-container li:hover ul ul, #nav-container li:hover ul ul ul, #nav-container li:hover ul ul ul ul {
	display: none;
}
#nav-container li:hover ul, #nav-container li li:hover ul, #nav-container li li li:hover ul, #nav-container li li li li:hover ul {
	display: block;
}
/* Int. Explorer 8 fixes */
.oldie #nav-container li ul {
	border: 1px solid #fff;
	border-top: none;
}
.oldie a:link, .oldie a:visited, .oldie a:hover {
	text-decoration: none;
}
/* Int. Explorer 7 fixes */
.ie7 #SiteContainer .nav .columns {
	position: absolute;
}
.ie7 #nav-container {
	margin-left: 15%;
}
.ie7 .nav {
	height: 30px;
}
.ie7 #nav-container li {
	zoom: 1;
	vertical-align: top;
	display: block;
	float: left;
}
.ie7 nav .row .columns {
	z-index: 5;
}
/*** Show the Mobile Menu edit html item ***/
.cke_editable .editMobileMenu.hide {
	display: block !important;
	background: #666;
	color: #fff;
	padding: 10px 0;
	margin: 20px;
}
/*** Mobile Menu Structure ***/
ul.mobileMenu {
	padding: 0 3px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
	margin: 0;
	top: -1px;
	left: 0;
}
.mobileMenu li, .mobileMenu label {
	display: inline-block;
}
.mobileMenu li {
	width: 24%;
	margin: 5px 0;
	border-radius: 3px;
	box-shadow: inset -1px -1px 2px #484848;
	text-align: right;
}
.mobileMenu a {
	display: block;
}
.mobileMenu .menu {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.mobileMenu strong {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	margin-right: 10px;
}
.mobileMenu span {
	height: 20px;
	width: 20px;
	margin: 5px 0 0 5px;
	color: inherit;
	font-size: inherit;
	background: url("../../690bcd5d-9925-4f90-8c37-3391e7d25767/images/menu-icons.png") no-repeat scroll 0 0;
}
.mobileMenu img {
	float: left;
}
.mobileMenu .menu {
	background-position: -110px 0;
	font-size: 1.4rem;
	line-height: 30px;
	margin-right: 10px;
}
.mobileMenu .call {
	background-position: -44px 0;
}
.mobileMenu .map {
	background-position: -22px 0;
}  /* alternative: 0 0 */
.mobileMenu .hours {
	background-position: -66px 0;
}
.mobileMenu .mail {
	background-position: -88px 0;
}
/*** Overlays ***/
.menuModal {
	background: rgba(0,0,0,.9);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	padding: 30px 0 0 0;
	z-index: 11111;
	border-top: 1px solid #999;
	margin-top: 40px;
	overflow-y: auto;
}
.modalClose {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 30px;
	cursor: pointer;
}
.menuModal div {
	margin-bottom: 15px;
}
.menuModal strong {
	font-size: 20px;
	font-size: 2rem;
	display: block;
}
.menuModal, .menuModal a, .menuModal div {
	font-size: 16px;
	font-size: 1.6rem;
}
footer {
	border-top:0;
	padding-top: 0;
}
footer .footer_info.row {
	background-color: #000000;
	padding: 151px 0 140px;
	overflow:hidden;
}
footer .row{
	max-width:100%;
	width:100%;
	box-sizing:border-box;
}
footer .social {
    background: #000;
    padding-bottom: 40px;
}
footer .social a {
    display: inline-block;
    max-width: 50px;
}
.footer_info.row .four.columns {
	/*border-right: 2px solid #333333;*/
	box-sizing: border-box;
	margin: 0;
	max-width: 33.3%;
	padding: 0 30px;
	text-align: center;
/*	width: 100%;*/
}
.footer_info.row .four.columns:first-child {
    width: 23%;
}
.footer_info.row .four.columns:nth-child(2) {
    width: 26%;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
.footer_info.row .four.columns:last-child {
    width: 48%;
    max-width: 100%;
    padding: 0 30px 0 0;
}
.footer_info.row .info_box{
	min-height:252px;
}
.footer_info.row .info_box .img_box {
	display: block;
	margin: 0 auto;
	min-height: 105px;
}
.footer_info.row .info_box.info_box03 .img_box,
.footer_info.row .info_box.info_box02 .img_box {
  min-height: 106px;
}
.footer_info.row .info_box .titel_box  {
	display: block;
	margin:0 0 17px;
}
.footer_info.row .titel_box h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 34px;
  margin: 45px 0;
  text-align: center;
}
.footer_info.row .info_box.info_box02 .titel_box h2{
	letter-spacing:-0.5px;
}
.footer_info.row .info_box.info_box01 .titel_box h2{
	letter-spacing:-1px;
}
.footer_info.row .phone_box .phone_col {
	display: block;
	margin: 0 auto 6px;
	max-width: 301px;
	overflow: hidden;
	text-align: left;
}
.info_box .phone_col .sub_titel{
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -0.1px;
	text-align: left;
	color: #fff;
	font-style:normal;
	display:inline-block;
	vertical-align:top;
	float:left;
	line-height: 36px;
}
.footer_info.row .info_box .address_box {
	padding: 10px 0 0;
}
.info_box .phone_col .number {
	font-size: 21px;
	font-weight: 400;
	letter-spacing:0;
	text-align: right;
	color: #fff;
	font-style:normal;
	display:inline-block !important;
	vertical-align:top;
	text-align:right;
	float:right;
	line-height: 36px;
}
.info_box .phone_col .number.show-on-phones {
	display: none !important;
}
.footer_info.row .info_box .address_box a, .footer_info.row .info_box .address_box {
	font-size: 21px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.3px;
	text-align: center;
	color: #ffffff;
}
.footer_info.row .info_box .address_box a:hover {
	text-decoration: underline;
}
.footer_info.row .info_box .hours_box{
	overflow:hidden;
}
.footer_info.row .info_box .hours_box h4{display:none;}
.footer_info.row .info_box .hours_box span {
	display: block;
	margin:0 auto;
	overflow: hidden;
	max-width: 304px;
}
.footer_info.row .info_box .hours_box em{
	display:inline-block;
	vertical-align:top;
	font-style:normal;
	/*width:50%;*/
	margin:0 -2px;
	line-height: 36px;
}
.footer_info.row .info_box .hours_box em.first{
	text-align:left;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	width: 40%;
	text-transform: uppercase;
}
.footer_info.row .info_box .hours_box em.last{
	text-align:right;
	font-size: 21px;
	font-weight: 400;
	text-align: right;
	color: #fff;
	width: 60%;
	text-transform: uppercase;
}
footer .social_icons.row {
	overflow: hidden;
	text-align: right;
}
.social_icons.row .icons_list {
	list-style: outside none none;
	margin: 0;
	padding:17px 30px 22px;
}
.social_icons.row .icons_list li {
	display: inline-block;
	margin:0 12px 0 27.8px;
	vertical-align: middle;
}
.social_icons.row .icons_list li a {
	color: #000000;
	font-size: 28px;
}
.social_icons.row .icons_list li a:hover {
	color: #000000;
}
footer .hours {
	margin-bottom: 10px;
}
.row {
	margin: 0 auto;
	max-width: 100%;
	min-width: 727px;
	width: 100%;
	box-sizing:border-box;
}
/* LINKS
///////////////////////////////////////////// */

/* TYPOGRAPHY
///////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;

}
footer {
	font-size: 85%;
}
footer h4, footer h5, footer h6 {
	font-style: normal;
}
/*-----------------------------------------------------------
Header Tags - Overwrites Foundation
---------------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: bold;
	font-style: normal;
	color: #000;
}
h5, .h5, h6, .h6 {
	font-weight: normal;
	font-style: italic;
	color: #000;
}
h1, .h1 {
	font-size: 18px;
}
h1 {
	font-size: 26px;
	margin: 0 0 20px;
}
h2, .h2 {
	font-size: 22px;
	margin:0 0 10px;
}
h3, .h3 {
	font-size: 20px;
	margin:0 0 10px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 16px;
}
#main p {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
/*==============
  FORM STYLES   
==============*/

/* ===== COLORS ===== */

input[type="submit"] {
	background: #002366;
	color: #fff;
}
input[type="submit"]:hover {
	background: #000000;
	color: #fff;
}
/*label + input[data-val="true"], label + textarea[data-val="true"] {border: 1px solid #C00; /* Border on required fields */

/* Put the input fields on the same line as their labels */
form label {
	font-weight: normal;
	line-height: 24px;
	display: inline;
}
form li {
	clear: left;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 6px;
}
form li:last-child {
	border-bottom: none
}
input, select {
	display: block;
	float: none;
}
#main #CalcPayment .form, .paymentCalcItem .form {
    border: solid 1px #000;
}
/* Style the submit button */
input[type="submit"] {
	border: none;
	border-radius: 6px;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
	clear: both;
	cursor: pointer;
	font-size: 18px;
	margin: 20px 20% 0;
	padding: 10px 30px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
	width: 60%;
}
label + select, label + input[type="text"], label + input[type="email"], label + input[type="password"], label + input[type="checkbox"] {
	width: 50%;
}
label + textarea {
	width: 100%;
	height: 100px;
}
/* Validation errors */
.field-validation-error {
	border-style: solid;
    border-width: 0;
    clear: both;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    text-align: left;
    width: 100%;
}
/* Reset for Secure Disclaimer */
.formContainer {
	background: none;
	border: none;
}
.formDisclaimer {
	background-color: transparent;
	background-position: 0 0;
	padding: 0;
	text-indent: 20px;
}
/* Reset for map form inputs */
dl.form input {
	float: none;
}
/* Reset for Inv. Listings page */
#InvContainer form, #InvContainer li {
	background: none;
	border: none;
	box-shadow: none;
}
#InvContainer input, #InvContainer select {
	display: block;
	float: none
}
/* Reset for Inv. Details Page form */
#Profilefrm {
	margin: 0;
	float: none;
}
#Profilefrm input {
	display: inline;
}
#Profilefrm li {
	clear: none;
	padding: 0;
}
/*==============
  END OF FORM   
==============*/

/*------------------------------------------
AIS 
------------------------------------------*/

.InvContainer .discountDetails p {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.discountDetailsAPR {
	color: #000000;
	font-weight: bold;
}
p.discountDetailsAPR {
	font-size: 14px;
}
/*==============
  Inventory   
==============*/
/* Remove text shadow on details page form labels */
.InvContainer .button.green label {
	text-shadow: none;
}



/* -----------------------------------------
   Page Name 2
----------------------------------------- */

/* -----------------------------------------
   Btn Style
----------------------------------------- */
.dds-cfs-form-nextButton.form-gotoNextPage {
    background: #002366;
    color: #fff;
    padding: 10px 25px;
    border: none !important;
    font-size: 15px;
    margin: 20px 0 0 20px;
    cursor: pointer;
    cursor: hand;
}

.dds-cfs-form-prevButton.form-gotoPrevPage, .dds-cfs-form-prevButton.form-gotoPrevPageLast {
    background: #ffff;
    color: #002366;
    padding: 10px 25px;
    border: none !important;
    font-size: 15px;
    margin: 20px 0 0 20px;
    cursor: pointer;
    cursor: hand;
    border:1px solid #002366 !important;
}
.dds-cfs-form-prevnext {
    float: right;
}
.footerMap_img.row {
	overflow: hidden;
	width: 100%;
	display: block;
}
.footerMap_img .html_item {
    line-height: 0;
}
.footerMap_img.row img{
	display:block;
	width:100%;
	margin:0;
	max-width:100%;
}
#main .button, .vapr-dealer-wid-pages-page-one button.next-step {
	/*display:inline-block;*/
	vertical-align:top;
	background:#002366;
	color:#fff;
	text-decoration:none;
	border:0;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;

	font-weight: normal;
   padding: 12px 25px;
  box-sizing: border-box;
  margin: 0 0 10px;
  width: 100%;
}
#main .button:hover, .vapr-dealer-wid-pages-page-one button.next-step{
	background:#000000;
	color:#fff;
}
#main .InvSpecialBox {
	float: left;
	margin: 0 2% 15px;
	min-height: 350px;
	width: 45%;
}
#main .InvSpecialPrice {
	font-size:25px;
	line-height: 30px;
	color: #002366;
}
#main .InvSpecialName a {
  color: #000;
  font: bold 1.5em/23px 'Open Sans', sans-serif;
  text-decoration: none;
}
 #main .InvSpecialName a:hover {
 	color: #002366;
 }
#main .InvSpecialVehicleInfo {
  font-family: 'Open Sans', sans-serif;

  font-size: 16px;
  line-height:24px;
}
#main .InvSpecialFlag h3 {
	background: #000000;
	border-bottom: 0 none;
	border-top: 0 none;
	color: #fff;
	display: block;
	font: 18px/30px 'Open Sans', sans-serif;
	height: 30px;
	left: 0;
	margin: 0;
	padding: 3px 6px;
	position: relative;
	text-align: center;
	text-indent: 0;
	text-shadow: 0 0 0;
	top: 0;
}
#main .SpecialsPagination.inline.text-center {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing:border-box;
}
#main .SpecialsPagination .invIcon.tiny {
  background: rgba(0, 0, 0, 0) url("../../72e0bb5f-4434-432c-9e55-5a9c6c3e8f2d/images/invSpritesTiny_New.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  vertical-align: middle;
  width: 11px;
}
#main .SpecialsPagination li a{
	color:#002366;
}
#main .SpecialsPagination li a:hover{
	color:#000000;
}
#main .invIcon.tiny.first {
  background-position: -11px -10px;
}
#main .SpecialsPagination .invIcon.tiny.first {
  background-position: -11px -10px;
}
#main .SpecialsPagination .invIcon.tiny.first:hover {
  background-position: -55px -10px;
}
#main .SpecialsPagination .invIcon.tiny.last {
  background-position: -44px -10px;
}
#main .SpecialsPagination .invIcon.tiny.last:hover {
  background-position: -88px -10px;
}
#main #CalcPayment .frmSubmit a,
#main .paymentCalcItem .frmSubmit a {
	background: #002366 none repeat scroll 0 0;
    border-radius: 0;
    border-top: 0 none;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
}
#main #CalcPayment .frmSubmit a:hover,
#main .paymentCalcItem .frmSubmit a:hover{
	background:#000000;
}
#main .margin-bot {
	margin-bottom: 15px;
}
#main a.small-link {
    font-size: 14px;
}
a, a:visited {
	color: #002366;
}
a:hover {
	color:#000;
}
.contact-social ul li a {
    font-size: 28px;
}
.CopyRight.row p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    margin: 0;
}
.CopyRight.row a{
	color:#fff;
}
.CopyRight.row a:hover{
	text-decoration:underline;
	color:#fff;
}
em{
	font-style: normal;
}
#main .abtus-btns .abtus-btns.button{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#main .finance-hours, #main .finance-number{
	margin-bottom: 20px;
	line-height: 24px;
}
#main .finance-hours span{
	display: block;
}
#main #CalcPayment input, #main .paymentCalcItem input{
display: inline-block;
 }
 #CHRYSLER .nbs-flexisel-container + .nbs-flexisel-nav-left, #CHRYSLER .nbs-flexisel-container + .nbs-flexisel-nav-right {
 	display: none;
 }
 #main .department h3 {
    font-size: 20px;
    color: #002366;
}
#main .department ul dl dd {
    margin-bottom: 10px;
    line-height: 18px;
}
#main .department ul dl {
    border: none;
}
#main .rare-pad {
    padding-top: 8.9%;
}
#main .hours_new {
    line-height: 24px;
}
#main .flex-control-nav li a {
    background: #edf0f5;
}
#main .flex-control-nav li a.active {
    background: #002366;
    cursor: default;
}
#main .flex-control-nav {
    bottom: 25px;
}
.prime-review-list .prime-box {
    border: solid 1px #fff;
}
#main .mlp-filter-accordion {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}
#main .mlp-filter-accordion dt {
    border-bottom: solid 1px #000;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}
#main .mlp-filter-accordion i {
    color: #000;
}
#contactPii_post.button.ui-button.ui-widget.ui-state-default.ui-button-text-only,
#main .dds-cfs-MyPayment-Native-Container .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background-color: #002366 !important;
}
#contactPii_post.ui-button-text-only .ui-button-text {
    padding: 0;
}
.next-button .button.ui-button.ui-widget.ui-corner-all {
    width: 30% !important;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
label {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.side_map .six {
	width: 100%;
}
.html_item ul li {
    line-height: 26px;
}
/* -----------------------------------------
   Media Queries
----------------------------------------- */
@media only screen and (max-width: 1500px) {
.footer_info.row .titel_box h2 {
    font-size: 26px;
}
.footer_info.row .info_box .hours_box em.first, .footer_info.row .info_box .hours_box em.last {
    font-size: 18px;
}
}
@media only screen and (max-width: 1400px) {
#main .rare-pad {
    padding-top: 8.5%;
}
}
@media only screen and (max-width: 1300px) {
	.footer_info.row .titel_box h2{font-size:22px;}
	.info_box .phone_col .sub_titel, .info_box .phone_col .number, .footer_info.row .info_box .address_box a,
	.footer_info.row .info_box .address_box {
		font-size: 18px;
	}
	#main .rare-pad {
	    padding-top: 7%;
	}
}
@media only screen and (max-width: 1200px) {
#main .rare-pad {
    padding-top: 6.4%;
}
}
@media only screen and (max-width: 1100px) {
	/* Slide-out Menu */
	.mobileMenu li {
		background:#166fb3;
		margin:4px 0;
	}
	.mobileMenu li a{
		color:#000;
		background:url(../../690bcd5d-9925-4f90-8c37-3391e7d25767/images/home/menu-hamburger.png) no-repeat 50% 50%;
	}
	.sideShowing #SiteContainer, #nav-container li ul {
		position: relative;
	}
	.sideShowing #SiteContainer {
		left: 266px;
	}
	nav {
		top: 2px;
		left: -268px;
		position: absolute;
		padding: 0;
	}
	.nav {
		height: auto;
		border: none;
	}
	#nav-container {
		height: auto;
		top: -2px;
		left: 0;
		padding: 0;
		text-align: left;
		width: 266px;
		z-index: 55;
		background: #002366;
		position: absolute;
	}
	#nav-container li {
		border-bottom:1px solid #fff
	}
	#nav-container > li a {
		color: #000;
		font-size:1.5rem;
		font-weight: 600;
		line-height: 2;
	}
	#nav-container > li:hover > a,
	#nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {
		color: #fff;
		text-decoration: none;
		background: #000 ;
	}
	#nav-container li ul {
		width: 96%;
		margin: 0 auto;
		box-shadow: none;
	}
	#nav-container li ul li {
		border-color: #333;
		border: 0;
	}
	#nav-container li ul li a {
		font-size: 1.4rem;
	}
	#nav-container a {
		display: block;
		padding: 0px;
	}
	#nav-container li ul {
		width: auto;
		background:#fff;
	}
	#hoursBox {
		text-align: center;
	}
	nav .row .two{display:none;}
	/*#nav-container a:hover{
		border-bottom: 0;
	}*/
	#nav-container > li > a{
		border-bottom:0;
		padding:10px;
	}
	#nav-container li ul li a {
		border-bottom: 0 none;
		padding: 5px 20px;
		text-transform: uppercase;
		color:#000;
	}
	#nav-container li ul li a:hover {
		background: #002366 none repeat scroll 0 0;
		border-bottom: 0 solid #166fb3;
		color: #ffffff;
	}
	.nav{ border:none; overflow:auto; bottom:0;}
	.nav{
		left:-280px;
		position:fixed !important;
		background:#002366;
	}
	.sideShowing .nav {
		left: 0;
		top:0 !important;
		background:##002366;
	}
	.nav{
		padding:68px 0 0;
		width:266px !important;
	}
	#nav-container > li:first-child {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 266px;
		z-index: 999;
	}
	#nav-container {
		bottom: 0;
		display: block;
		left: 0;
		position: static !important;
		top: 0;
	}
	ul.mobileMenu{position:absolute !important;}
	.menuModal div { width: 100%; text-align: center; margin-bottom: 6px;}
	.mobileMenu li {
		background: #777;
		margin: 0 !important;
		border-radius:0;
		
	}
	.mobileMenu {
		background:#fff;
	}
	.mobileMenu li{box-shadow:none;}
	.mobileMenu a {
		cursor: pointer;
		display: block;
		padding: 12px;
		text-align: left;
	}
	.mobileMenu a:hover{color:#fff;}
	ul.mobileMenu {
		background: transparent none repeat scroll 0 0;
    display: block;
    height: 14px;
    left: auto;
    margin: 0;
    padding: 0;
    right: 50%;
    text-align: center;
    top: 30px;
    width: 26px;
    z-index: 999;
	}
	.mobileMenu li, .mobileMenu label {
		display: inline-block;
	}
	.mobileMenu li {
		display:block;
		width: 100%;
		background:transparent;
	}
	.mobileMenu li:hover .flyoutIcon{
		color: #002366;
		background:#fff;
	}
	.mobileMenu a {
		cursor: pointer;
		display: block;
		padding:12px;
		text-align: center;
		color:#fff;
		width:100%;
		box-sizing:border-box;
	}
	ul.mobileMenu .flyoutIcon {
		border-radius: 50%;
		background:#002366;
		display: inline-block;
		height: 40px;
		width: 40px;
		text-align: center;
		margin-top:0;
		color:#fff;
	}
	ul.mobileMenu .flyoutIcon:after {
		content: "";
		font-family: "FontAwesome";
		font-size: 24px;
		line-height: 1.7;
	}
	ul.mobileMenu .flyoutIcon.menu:after {
		content: "\f0c9";
	}
	ul.mobileMenu .flyoutIcon.call:after {
		content: "\f095";
	}
	ul.mobileMenu .flyoutIcon.map:after {
		content: "\f041";
	}
	ul.mobileMenu .flyoutIcon.hours:after {
		content: "\f017";
	}
	ul.mobileMenu .flyoutIcon.mail:after {
		content: "\f095";
	}
	ul.mobileMenu .flyoutTitle {
		font-size: 16px;
		line-height: 20px;
		margin-left: 10px;
		text-transform: none;
		width: 100%;
	}
	/*** Overlays ***/
	.menuModal {
		background: rgba(0,0,0,.9);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		padding: 30px 0 0 0;
		z-index: 11111;
		border-top: 1px solid #999;
		margin-top: 0px;
		overflow-y: auto;
	}
	.modalClose {
		position: absolute;
		top: 10px;
		right: 25px;
		width: 30px;
		cursor: pointer;
	}
	.menuModal div {
		margin-bottom: 15px;
	}
	.menuModal strong {
		font-size: 20px;
		font-size: 2rem;
		display: block;
	}
	.menuModal, .menuModal a, .menuModal div {
		font-size: 16px;
		font-size: 1.6rem;
	}
	ul.mobileMenu .flyoutTitle{
		margin-left:0;
		margin-top:0;
	}
	ul.mobileMenu .flyoutIcon{margin:0 10px 0 0;}
	#nav-container li .flyoutNav {
		border: 0 none;
		font-size: 20px;
		font-weight: 600;
		line-height: 64px;
		margin: 0;
		padding: 0;
		text-transform: capitalize;
		color:#fff;
		background:#002366;
		display:block;
	}
	
	#nav-container li .flyoutNav:hover {
		background: #002366;
		color:#fff;
	}
	.topHeader_holder div.nav #nav-container li a:hover{
		background: #000;
		color:#fff;
	}
	header {
		padding: 0;
	}
	.topHeader_holder div.nav #nav-container li a{
		margin:0;
		display:block;
		padding:10px;
	}
	.topHeader_holder div.nav #nav-container li {
		display: block;
	}
	.topHeader_holder div.nav #nav-container li a.flyoutNav {
		background: #000000;
		margin:0;
    color: #fff;
    font-weight: bold
	}
	.topHeader_holder div.nav #nav-container li a.flyoutNav:hover{
		background: #002366;
	}
	.info_box .phone_col .number,
	.info_box .phone_col .sub_titel{
		font-size:18px;
	}
	.footer_info.row .info_box .address_box a, .footer_info.row .info_box .address_box {
		font-size:18px;
		line-height:24px;
	}
	.footer_info.row .info_box .hours_box em.first{
		font-size:18px;
	}
	.footer_info.row .info_box .hours_box em.last{font-size:18px;}
	#main .InvSpecialBox{min-height:380px;}
	.topHeader_holder div.nav #nav-container > li > a:hover,
	.topHeader_holder div.nav #nav-container > li:hover > a {
		background: #002366;
		color: #ffffff;
	}
	#nav-container li ul {
		background: #000 none repeat scroll 0 0;
	}
	.topHeader_holder div.nav #nav-container li a.flyoutNav{
		font-size: 16px;
		font-weight: bold;
		padding: 7px 7px 8px;
	}
	.footer_info.row .four.columns:first-child, .footer_info.row .four.columns:nth-child(2) {
	    width: 50%;
	    max-width: 100%;
	    border-right: 0;
	}
	.footer_info.row .four.columns:last-child {
	    width: 100%;
	    max-width: 80%;
	    padding: 60px 0 0 0;
	    display: block;
	    margin: 0 auto;
	    float: none;
	    clear: both;
	    overflow: hidden;
	}
}
@media only screen and (max-width: 950px) {
	.footer_info.row .four.columns{padding:0 30px;}
	/*.info_box .phone_col .number,
	.info_box .phone_col .sub_titel{
		font-size:15px;
		
	}*/
	.info_box .phone_col .number{letter-spacing:0.6px;}
	/*.footer_info.row .info_box .address_box a{
		font-size:14px;
		line-height:18px;
	}*/
	/*.footer_info.row .info_box .hours_box em.first{
		font-size:15px;
	}*/
	/*.footer_info.row .info_box .hours_box em.last{
		font-size:15px;
		padding:0 4px 0 0;
		box-sizing:border-box;
	}*/
	.footer_info.row .info_box .hours_box span {
		margin: 0 auto 3px;
	}
	/*.footer_info.row .titel_box h2{
		font-size:20px;
	}*/
	.footer_info.row .info_box.info_box01 .titel_box h2 {
		letter-spacing: -0.5px;
	}
	.footer_info.row .info_box.info_box03 .img_box {
		width: 90px;
	}
/*	.footer_info.row .titel_box h2 {
	  margin: 15px 0;

}*/
	.footer_info.row .info_box.info_box02 .img_box {
		width: 90px;
	}
	.footer_info.row .info_box.info_box03 .img_box,
	.footer_info.row .info_box.info_box02 .img_box {
		min-height: 68px;
	}
	.footer_info.row .info_box .img_box {
		width: 90px;
		min-height:68px;
	}
	.footer_info.row .info_box.info_box02 .titel_box {
		margin: 0 0 3px;
	}
	footer .footer_info.row{padding:106px 0 109px;}
	.footer_info.row .info_box .titel_box{margin:0 0 14px;}
	.footer_info.row .phone_box .phone_col{
		max-width:220px;
		margin:0 auto 3px;
	}
	.footer_info.row .info_box {
		min-height: 160px;
	}
	.footerMap_img.row img.md_img{
		display:block;
		margin:-14px 0 0;
	}
	.social_icons.row .icons_list {
		padding:9px 30px 15px;
		text-align: center;
	}
	.social_icons.row .icons_list li {
		margin:0 24.2px 0 20.2px;
	}
	div.ddsLogoProvider, .ddsLogoProvider a {
		font-size: 12.5px;
	}
	div.ddsLogoProvider {
		padding: 29px 33px 23px;
	}
	.social_icons.row .icons_list li a.linkedin {
		font-size: 30px;
	}
	#main .InvSpecialBox{min-height:400px;}
	.footer_info.row .four.columns:last-child {
    	max-width: 100%;
	}
	.staff .even-grid.block-grid.four-up > li {
	    width: 50%;
	}
	#main .department ul dl.staffMember {
	    min-height: 449px;
	}
}
@media only screen and (max-width: 800px) {
	#main .InvSpecialBox{min-height:420px;}
	span.ddsLogoProvider {
		background-size: 100% auto;
		height: auto;
		width: 60px;
		margin: 3px 13px 0 3px;
	}
	div.ddsLogoProvider, .ddsLogoProvider a {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.2px;
	}
}
@media only screen and (max-width: 767px) {
	/* anything below 767px */
	header .logo, header .address {
		text-align: center;
	}
	/*#nav-container, .nav ul { display: none; }
		#nav-container li, .nav li { display: block; text-align: left; float: none;}
		#nav-container li ul, .nav li ul { position: static; width: auto; }
		#nav-container li ul li a { width: auto; }*/
	.formcontainer form {
		box-shadow: none;
		margin-left: 0;
	}
	form input {
		display: block;
		float: none;
		width: 100%;
	}
	label + select {
		float: none;
	}
	label + select, label + input[type="text"], label + input[type="email"], label + input[type="password"], label + input[type="checkbox"] {
		width: 100%;
	}
	form input {
		display: block;
		float: none;
		width: 50%;
		float: left;
	}
	.row .columns {
		width: 100%;
		margin: 0;
	}
	.row {
		min-width: auto;
	}
	.mobileMenu, #nav-container .flyoutNav, #nav-container li {
		display: block;
	}
	#sideBoxALL, #nav-container li ul ul, .mobileMenu .callBtn/*, header .mapLink*/ {
		display: none;
	}
	.sideShowing #SiteContainer, #nav-container li ul {
		position: relative;
	}
	.sideShowing #SiteContainer {
		left: 266px;
	}
	header .show-on-phones a {
	  display: inline-block;
	  vertical-align: middle;
	}
	header .show-on-phones a.honda_logo {
	  margin: 0 10px 0 0;
	  width: auto;
	}
	#nav-container li {
	  margin: 0;
	}
	#hoursBox {
		text-align: center;
	}
	#CalcPaymentRev select {
		width: 100%;
	}
	#CalcPayment dl.form input {
		float: none;
		margin-left: 5px;
	}
	#CalcPayment .form span.formw .bump, .paymentCalcItem .form span.formw .bump {
		margin-left: 5px;
	}	
	.footer_info.row .four.columns {
		display: block;
		margin: 0 auto 70px;
		max-width: 100%;
		padding: 0 30px;
		width: 100%;
	}
	.footer_info.row .four.columns:last-child {
		margin: 0 auto;
	}
	footer .footer_info.row {
		padding:76px 0 69px;
	}
	.footer_info.row .info_box .img_box {
		min-height: 67px;
	}
	.footer_info.row .info_box.info_box02 .img_box {
		min-height: 68px;
	}
	.footer_info.row .info_box.info_box03 .img_box {
		margin: 1px auto 0;
		min-height: 69px;
		/*width: 50px;*/
	}
	/*.footer_info.row .titel_box h2{
		font-size:20px;
		letter-spacing:-0.5px;
	}*/
	.footer_info.row .info_box.info_box02 .titel_box h2 {
	    margin: 25px 0;
	}
	.footer_info.row .info_box .address_box a br {
	    display: none;
	}
	.footer_info.row .info_box .address_box {
	    padding: 0;
	}
	.footer_info.row .four.columns:last-child {
	    padding: 0;
	}
	.info_box .phone_col .number, .info_box .phone_col .sub_titel, .footer_info.row .info_box .address_box a,
	.footer_info.row .info_box .hours_box em.first, .footer_info.row .info_box .hours_box em.last, .footer_info.row .info_box .address_box {
		font-size: 16px;
	}
	.footer_info.row .info_box02 .titel_box h2,
	.footer_info.row .info_box03 .titel_box h2 {
		letter-spacing: 0;
	}
	.footer_info.row .four.columns {
		margin: 0 auto 68px;
	}
	.footer_info.row .info_box .hours_box span {
		margin: 0 auto 3px;
		max-width: 260px;
	}
	.footer_info.row .info_box.info_box02 .titel_box {
		margin:0 0 5px;
	}
	.info_box .phone_col .number.hide-on-phones {
		display: none !important;
	}
	.info_box .phone_col .number.show-on-phones {
		display: inline-block !important;
		vertical-align:top;
	}
	.info_box .phone_col .number.show-on-phones:hover{text-decoration:underline;}
	#main .InvSpecialBox{min-height:600px;}
	ul.mobileMenu{
		right: 45%;
	}
	#main{
		padding: 30px 20px;
	}
	#main .rare-pad {
	    padding-top: 0;
	}
	.staff .even-grid.block-grid.four-up > li {
		width: 50%;
		float: left;
	}

}
 @media only screen and (max-width: 600px) {
	.mobileMenu .callBtn {
		display: inline-block;
	}
	.mobileMenu .contactBtn, header .phone {
		display: none;
	}
	#main .InvSpecialBox{min-height:620px;}
	ul.mobileMenu{
		right: 35%;
		/*top: 24px;*/
	}
}
 @media only screen and (max-width: 520px) {
header {
    padding: 0;
}
 }
 @media only screen and (max-width: 500px) {
	 .social_icons.row .icons_list {
		padding:50px 10px 0;
		text-align: center;
		margin:0 0 -11px;
	}
	.social_icons.row .icons_list li {
		margin: 0 10px 49px;
		width: 15%;
	}
	.social_icons.row .icons_list li a.linkedin,
	.social_icons.row .icons_list li a {
		font-size: 38px;
	}
	ul.mobileMenu {
    right: 45%;
    /*top: 26px;*/
}
 }
 @media only screen and (max-width: 480px) {
	/* anything below 480px */
	.menuModal div {
		width: 100%;
		text-align: center;
		margin-bottom: 6px;
	}
	.formContainer form {
		box-shadow: none;
		margin: 0 auto 20px;
		width: 100%;
	}
	input[type="submit"] {
		width: 90%;
		margin: 10px auto 0;
	}
	.mobileMenu .menu {
		line-height: 30px;
	}
	.footerMap_img.row img.phn_img{
		display:block;
		margin:-14px 0 0;
	}
	#main .InvSpecialBox {
		min-height: auto;
		width: 100%;
		display: block;
		margin: 0 auto 30px;
	}
	.staff .even-grid.block-grid.four-up > li {
		width: 100%;
		float: none;
	}
	#main .department ul dl.staffMember {
	    min-height: inherit;
	}
}
@media only screen and (max-width: 550px) {
	ul.mobileMenu {
    right: 45%;
    /*top: 20px;*/
}
}
 @media only screen and (max-width: 400px) {
	.mobileMenu li {
		text-align: center;
	}
	.mobileMenu a {
		line-height: 30px;
	}
	.mobileMenu strong {
		display: none;
	}
	.mobileMenu span {
		float: none;
		display: inline-block;
		margin: 5px 0 0
	}
}
@media only screen and (max-width: 360px) {
	.mobileMenu li {
		width:100%;
	}
	.mobileMenu img {
		float: none;
	}
	.social_icons.row .icons_list li {
		margin: 0 10px 49px;
		width:17%;
	}
	div.ddsLogoProvider {
		padding: 29px 10px 23px;
	}
	div.ddsLogoProvider, .ddsLogoProvider a {
		font-size: 12px;
	}
}