@import url(http://fonts.googleapis.com/css?family=Radley);

/*** Show the Mobile Menu edit html item ***/
.editable .editHiddenContent.hide{display:block !important; background: #666; color: #fff; padding: 10px 0; margin: 20px}

/* ===== COMMON PAGE ELEMENTS ===== */
.html_item ul { list-style: none; margin: 0; }
body{background:#ffffff}
#SiteContainer{width:80%; margin: 0 auto 20px;}
section{padding: 20px; background-color:#fff; }
.container{padding:0;}
.row{max-width:none}
h1{font-size: 28px; font-size:2.8rem; padding-top:10px; color:#036; text-shadow:2px 2px 1px rgba(0,0,0,.25)}
h2{font-size:20px; font-size:2rem}
h3{font-size:16px; font-size:1.6rem}
h4{font-size:12px; font-size:1.2rem}
p{font-size: 14px; font-size:1.4rem; line-height: 1.4; text-align:justify; color:#333;}
a, a:visited{color:#06c}
a:hover{color:#009}
a.button { background-color: #999; color: #fff; }
a.button:hover { color: #ff9; }
a.button:visited { color: #d0d0d0; }
p a, p a:visited{text-decoration:underline}
img{vertical-align:top}
.backpageImg{border:1px solid #333; margin-left: 20px; margin-bottom: 40px; box-shadow:0 4px 8px rgba(0,0,0,.5);}
.aside{
  background:#ccc;
  float: right;
  border:1px solid #999;
  box-shadow: 0 2px 6px rgba(0,0,0,.5);
  margin: 0 2% 20px 5%;
  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}
.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}
.specialFont, h1, h2{font-family: 'Arial', sans-serif;}

/* ===== HEADER ===== */
header{
  background: #B6B7BA; /* Old browsers */
  background: -moz-linear-gradient(top,  #676d75 0%, #eff1f3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676d75), color-stop(100%,#eff1f3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #676d75 0%,#eff1f3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #676d75 0%,#eff1f3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #676d75 0%,#eff1f3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #676d75 0%,#eff1f3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676d75', endColorstr='#eff1f3',GradientType=0 ); /* IE6-9 */
}
.mbLogo img {margin: 10% 20%;}
.dealerLogo img {margin: 6% 0 0;}
.hdrContact {
    margin-right: 0px;
    text-align: right;
}
.hdrContact h2, .hdrContact h2 a {
  margin: 10px;
  font-family: arial;
  color:#FFF;
  text-shadow: 0 2px 4px rgba(0,0,0,.8);    
}
.hdrContact p, .socials {margin-right: 10px;}
.hdrContact p {
    text-align: right;
    font-size: 1.8rem;
}
ul.socials{margin:0 10px 0 0;}
header .socials li {
    display: inline-block;
    margin: 0 0 10px 4px;
}

.dealerLogo.five.columns.phone-three {
    margin-top: 20px;
}

/* ===== NAVIGATION ===== */
/* CHANGE COLORS HERE */
.nav, footer {
background: #036; /* Old browsers */
background: -moz-linear-gradient(top,  #001d42 0%, #003d74 90%, #1c4f87 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001d42), color-stop(90%,#003d74), color-stop(100%,#1c4f87)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #001d42 0%,#003d74 90%,#1c4f87 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #001d42 0%,#003d74 90%,#1c4f87 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #001d42 0%,#003d74 90%,#1c4f87 100%); /* IE10+ */
background: linear-gradient(to bottom,  #001d42 0%,#003d74 90%,#1c4f87 100%); /* W3C */
}
#nav-container > li a {color: #FFF;}
#nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {background:#fff; color: #036;}
#nav-container li ul {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
#nav-container li ul li {border-bottom: 1px solid #ccc;}
#nav-container li ul li a {
    color: #242424;
  background:#eaeaea;
	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 */
}
#nav-container li ul li a:hover {
	background:#fff; 
	color: #036;
}
.nav li {
    padding: 0 !important;
}
/* NAV STRUCTURE AND LAYOUT */
#nav-container .flyoutNav{display:none}
.nav{
     clear: both;
     margin: 0 auto;
     text-align: center;
     position: relative;
     z-index: 100;
}
.ie7 #SiteContainer .nav .columns{position:absolute}
#nav-container, #nav-container ul {
     margin: 0 auto;
     z-index: 100;
     position: relative;
     font-weight: bold;
     line-height: 2.5;
}
#nav-container a {
     display: block;
     padding: 0 12px;
}
#nav-container li {
     display: inline-block;
     position: relative;
     margin: 0;
     font-size:12px;
     font-size:1.2rem;
}
.ie7 #nav-container li {
     zoom: 1;
     display: inline;
}
#nav-container > li a{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;  
}
#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}

/* ===== FOOTER ===== */
footer {
    padding: 10px;
  color:#ccc;
}
footer h4 {
    color: #fff;
    font-style: normal;
    font-weight: bold;
}
footer img{max-width:180px; width:100%}
footer a{color:#eaeaea !important;}

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

/* ===== FORM 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 li:last-child{border-top:2px solid #999; background:none}
input[type="submit"] {background: #036; 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 STRUCTURE ===== */
.formContainer form {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    margin: 0 0 20px 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;
}
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%;
}
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}

/* Reset for Inv. Details Page form */
#Profilefrm {margin: 0; float: none;}
#Profilefrm input {display: inline;}
#Profilefrm li {clear: none; padding: 0;}
.InvContainer .button.green label {text-shadow:none;}


.invResultsCarTitleDetails {text-transform:uppercase;}

/*===== END OF FORM STYLE =====*/

h1#InvTitleArea{display:none}

.Price1 .PriceAmount {
    color: #009900;
}

.flexslider .slides img {

   margin: 0 auto;

}

/* ===== MEDIA QUERIES START ===== */
@media only screen and (max-width: 850px){
  #SiteContainer{width:100%;}
}
@media only screen and (max-width: 768px) {
  header{border-bottom: 10px solid #036}
  .hdrContact.columns {width: 100%;}
  .dealerLogo.columns {width: 68%;}
  .mbLogo.columns {width: 25%;}
  .hdrContact.phone-four {float: none; text-align: center; margin: 0;}
  .dealerLogo{text-align:center}
  .dealerLogo img {width: 94%;}
  footer .phone-four{text-align:center}
  footer img{margin-top: 10px}
  #nav-container .flyoutNav{display:block}
  nav{position:absolute; top: 2px; left:-268px}
  .nav{height:auto; border:none}
  .sideShowing #SiteContainer {
    left: 266px;
    position: relative;
  }
  #nav-container {
    height: auto;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 2px;
    width: 262px;
    z-index: 55;
    border: 1px solid #151515;
    background:#333;
  }
  #nav-container li{display: block;}
  #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 ul{display:none}

	/* Navigation Quick Bar */
  .mobileQuickMenu {
  		text-align:center; 
		display:block;
		margin:2px auto;
	}
  .mobileQuickMenu li {
     display: inline-block !important;
     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.phone{display:none !important}
  
   .formContainer form {
    margin-left: 0px;
    box-shadow: none;
  }
  form input {
    float: none;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 580px){
  .mobileQuickMenu li {width:24%}
  li.phone{display:inline-block !important}
  p{font-size:1.6rem}
}
@media only screen and (max-width: 480px){
  .dealerLogo.phone-three.six, .two.columns.mbLogo.phone-one {width: 100% !important; text-align: center; float:none; margin:0}
  .mbLogo img {margin: 10px 0 0;}
  .dealerLogo.five.columns.phone-three {width:91.9% !important;}
}
@media only screen and (max-width: 360px) {
	.mobileQuickMenu a span { display: none; }
	.mobileQuickMenu img { float: none; }
}

#ppHomeSlider {
  background-color: #fff;
}