@import url(http://fonts.googleapis.com/css?family=Jacques+Francois);
h1, .specialFont{font-family: 'Jacques Francois', serif; font-weight:normal}

/* ===== COMMON PAGE ELEMENTS ===== */

body{background:#007cc3; font-family: "Univers", Arial, sans-serif;}
#SiteContainer{width:96%; max-width:1200px; margin: 0 auto 20px; background-color:#fff; box-shadow:0 8px 20px rgba(0,0,0,.75);}
section{margin: 0 20px;}
.container{padding:0;}
.row{max-width:none}
h1{font-size: 30px; font-size:3rem; padding-top:10px; color:#000;}
h2{font-size:20px; font-size:2rem}
h3{font-size:18px; font-size:1.8rem}
h4{font-size:14px; font-size:1.4rem}
p{font-size: 14px; font-size:1.4rem; line-height: 1.4; text-align:justify; color:#333;}
section a, section a:visited{color:#06C; text-decoration:underline}
img{vertical-align:top}
.backpageImg{border:1px solid #333; margin-bottom: 40px; box-shadow:0 4px 8px rgba(0,0,0,.5);}
.aside{background:#ccc; border:1px solid #999; box-shadow: 0 2px 6px rgba(0,0,0,.5); margin: 0 4% 20px; padding: 10px}
.centered{margin:0 auto}
.clearBoth{clear:both}
.leftMargin{margin-left: 30px}
.rightMargin{margin-right: 30px}
.allCaps{text-transform:uppercase}
.smallText{font-size:12px; font-size:1.2rem}
.roundBtnSubtle{border-radius: 5px}
.roundBtn{border-radius: 10px}
.largeText{font-size:20px; font-size:2rem}
.normalList li{list-style:disc; font-size:14px; font-size:1.4rem; margin-left:30px; margin-bottom:0;}
ol.normalList li{list-style:decimal}
#InvContainer h6{font-size:12px; font-size:1.2rem; font-weight:bold; font-style:normal;}
#InvTitleArea{display:none}
.hondaBlue, a.hondaBlue, a.hondaBlue:visited, a:hover{color:#007cc3}

/* ===== HEADER ===== */
header{
  padding:10px;
  background: #eaeaea; /* Old browsers */
  background: -moz-linear-gradient(left,  #cccccc 0%, #eaeaea 50%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cccccc), color-stop(50%,#eaeaea), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #cccccc 0%,#eaeaea 50%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #cccccc 0%,#eaeaea 50%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #cccccc 0%,#eaeaea 50%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(to right,  #cccccc 0%,#eaeaea 50%,#cccccc 100%); /* W3C */
}
header h2{font-size:30px; font-size:3rem}
header .mapLink{font-size:16px; font-size:1.6rem; color: #242424}
.makeLogo{margin-top:10px; margin-bottom: 10px}

/* ===== NAVIGATION ===== */
/* CHANGE COLORS HERE */
.nav {
   background: #333;
   background: -moz-linear-gradient(top,  #999 0%, #333 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#333));
   background: -webkit-linear-gradient(top,  #999 0%,#333 100%);
   background: -o-linear-gradient(top,  #999 0%,#333 100%);
   background: -ms-linear-gradient(top,  #999 0%,#333 100%);
   background: linear-gradient(to bottom,  #999 0%,#333 100%);
   border-top: 1px solid #333;
   border-bottom: 1px solid #000;
}
#nav-container > li a {color: #FFF;}
#nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {
   background:#fff;
   color: #007cc3;
}
#nav-container li ul {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
#nav-container li ul li {border-bottom: 1px solid #ccc;}
#nav-container li ul li a {
   color: #242424;
   background: #eaeaea; /* Old browsers */
   background: -moz-linear-gradient(top,  #e2e2e2 0%, #cccccc 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #e2e2e2 0%,#cccccc 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #e2e2e2 0%,#cccccc 100%); /* W3C */
}
#nav-container li ul li a:hover {
   background:#fff;
   background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
   color: #007cc3;
}
/* NAV STRUCTURE AND LAYOUT */
#nav-container .flyoutNav{
    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;
}
#nav-container, #nav-container ul {
     margin: 0 auto;
     z-index: 100;
     position: relative;
     font-weight: bold;
     line-height: 2;
}
#nav-container a {
     display: block;
     padding: 0 15px;
}
#nav-container li {
     display: inline-block;
     position: relative;
     margin: 0;
}
#nav-container > li a{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.5; 
}
#nav-container li ul {
     z-index: 5;
     line-height: normal;
     position: absolute;
     width: 200px;
     display: none;
     margin: 0 0 0 -1px;
     box-shadow: 0 4px 12px rgba(0,0,0,.5);
}
#nav-container li ul li {width: 100%;}
#nav-container li ul li:last-child { border-bottom: none; }
#nav-container li ul li a {
     font-weight:normal;
     text-align: left;
     padding-left: 8px;
     font-size: 14px;
     font-size: 1.4rem;
     text-decoration: none;
     line-height:2;
}
/* 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; }
.mobileQuickMenu { display: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}


/* ===== FOOTER ===== */
footer{background: #333; color: #fff; padding: 15px 10px; margin-top: 10px}
footer h4, footer a, footer a:visited {
    color: #fff;
    font-style: normal;
}

/*==============
  FORM STYLES  
==============*/

/* ===== COLORS ===== */
.formContainer form{
  background: #eaeaea; /* also color of even rows */
  border: 1px solid #bbb;
}
form li {border-bottom: 1px solid #ccc;}
form li:nth-child(2n+1) {background: #FFF;}
form > ul li:last-child{background:none}
input[type="submit"] {background: #1B5E93; color: #fff;}
label + input[data-val="true"], label + textarea[data-val="true"] {border: 1px solid #C00; /* Border on required fields */}
.field-validation-error { /* Validation error msgs */
  background: #ffebf0;
  color: #C00;
  border-color:#f99;
}
form li ul {
   border: 1px solid #ccc;
   margin: 0 10px;
}
/* ===== STRUCTURE ===== */
.formContainer form {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    margin: 0 auto 20px;
    max-width: 600px;
    width: 96%;
    padding:0;
}

/* Put the input fields on the same line as their labels */
form label {
    font-weight: normal;
    line-height: 24px;
    display: inline;
     font-family: inherit;
}
form li {
    clear: left;
    height: auto;
    overflow:hidden;
    margin: 0;
    padding: 6px;
}
form li:last-child{border-bottom:none}
input, select{float:right;}

/* 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%;
    font-family: inherit;
}
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 {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    line-height: 2;
    border-style: solid;
    border-width:1px;
}

/* 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}
.InvContainer .button.green label {text-shadow: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  
==============*/


/*===== SPECIALS RESET =====*/
.InvSpecialFlag h3, .InvSpecialPrice, .InvSpecialName a{font-family: inherit}
.InvSpecialFlag h3 {border: none; background:#242424;}
.InvSpecialPrice, .InvSpecialName a {color: #000;}

/* ===== DOMINION LOGO ===== */
span.ddsLogoProvider {
    background: url("https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    margin-left: 5px;
    margin-right: 4%;
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: 71px;
}
div.ddsLogoProvider, .ddsLogoProvider a {
    color: #FFFFFF;
    font-size: 1rem;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}

/* ===== MEDIA QUERIES ===== */
@media only screen and (max-width: 890px){
  body{background: #333}
  #SiteContainer{width:100%; box-shadow:none}
  #nav-container a {padding: 0 10px}
}
@media only screen and (max-width: 768px){
  p{font-size:1.6rem}
  .row .columns{width:100%; margin: 0}
  #nav-container .flyoutNav{display:block}
   .sideShowing #SiteContainer {
      left: 266px;
      position: relative;
   }
   nav{position:absolute; top: 2px; left:-268px}
   .nav{height:auto; border:none}
  #nav-container {
    height: auto;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 2px;
    width: 262px;
    z-index: 55;
    background:#333;
  }
  #nav-container li{display: block; border-bottom: 1px solid #151515}
  #nav-container > li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
  }
  #nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {
    background: none;
    text-decoration: none;
    color: #fff;
  }
  #nav-container li ul {
    position: relative;
    width: 96%;
    margin: 0 auto;
    box-shadow: none;
  }
  #nav-container li ul li {border-color: #333;}
  #nav-container li ul li  a{font-size:16px; font-size:1.6rem;}
  #nav-container li ul ul{display:none}
   /* Navigation Quick Bar */
  .mobileQuickMenu {
        text-align:center;
      display:block;
      margin: 0 auto;
      padding: 2px 0;
      background: #000;
   }
  .mobileQuickMenu li {
     display: inline-block;
     width: 32.66667%;
     margin:0;
     background: #ccc;
  }
  .mobileQuickMenu a {
     background: #e2e2e2; /* Old browsers */
     background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE10+ */
     background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* W3C */
     font-size: 1.4rem;
     line-height: 2;
     text-align: center;
     display: block;
     margin: 1px;
     color: #666;
     font-weight: bold;
     padding: 2px 4px;
  }
  .mobileQuickMenu a span {
     color: inherit;
     font-size: inherit;
  }
  .mobileQuickMenu img { float: left; }
  li.phoneIcon{display:none}

  header {padding: 30px 0; border-bottom: 1px solid #666;}
  .dealerLogo.columns {width: 45% !important; left: 0; float: left}
  .makeLogo.columns {width: 22% !important; right: 0; margin-top: 6px; float: left}
  .hdrContact.columns {width: 32% !important; float: right !important; margin-right: 1%;}
  .hdrContact p {margin: 0;}

  .formcontainer form{box-shadow:none;margin-left:0}
  form input{display:block;float:none;width:100%}
  label + select{float:none}

  footer .eight.columns, footer .phone-two.columns{text-align: center; font-size: 1.4rem; margin-bottom: 10px;}
  footer .phone-two a::after {content: " |";}
}
@media only screen and (max-width: 650px){
  header{padding:15px 0 0}
  .dealerLogo.columns, .hdrContact h2 {width: 60% !important;}
  .makeLogo.columns, .hdrContact p {width: 40% !important;}
  .hdrContact.columns {width: 100% !important; float: none !important;}
  .hdrContact h2 {
    float: left;
    margin-top: 20px;
    text-align: center;
  }
  .hdrContact p {
    float: right;
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
  }
  
  footer .mapLink{display:block}
}
@media only screen and (max-width: 520px){
  header .phone, header .mapLink{
    background: url('') no-repeat 6px center #fff;   
    padding: 4px 10px 2px 40px;
    border-radius: 6px;
    display: block;
    border: 1px solid #999;   
    margin: 0 10%;
  }
  header .phone{background-image: url('https://s3.amazonaws.com/dom-cms/Site/ef57e369-f582-40d2-9f6e-033b5d5474b5/icons/icon-phone.png')}
  header .mapLink{background-image: url('https://s3.amazonaws.com/dom-cms/Site/ef57e369-f582-40d2-9f6e-033b5d5474b5/icons/icon-directions.png')}
  .makeLogo img{width:60%}
  .hdrContact h2, .hdrContact p{width: 100% !important}
  .hdrContact p{margin:0 auto 20px}

  .hide-on-phones{display:none}
  li.phoneIcon{display:inline-block}
  .mobileQuickMenu li{width:24%}

  .formContainer form {box-shadow: none; margin: 0 auto 20px;  width: 100%;}
  input[type="submit"]{width:90%; margin: 10px auto 0;}
}
@media only screen and (max-width: 450px){
  footer .mapLink span{display:block}
}
@media only screen and (max-width: 360px){
  header .phone, header .mapLink{margin: 0 5%}
  .dealerLogo.columns, .makeLogo.columns{width: 100% !important; text-align: center}
  .makeLogo img{width: 30%}
  .mobileQuickMenu li{width:23%}
  .mobileQuickMenu a span { display: none; }
  .mobileQuickMenu img { float: none; }
}
