
.flex-caption {
font-size: 24px !important;
background: rgba(0,0,0,.7) !important;
}
 
/*** Show the Mobile Menu edit html item ***/
.cke_editable .VendorCode{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: url('https://s3.amazonaws.com/dom-cms/Site/eeecd8f1-9112-4bde-b76e-c06fedee5fd1/images/main.jpg') no-repeat center 0 #fff; font-family: "Trebuchet MS", Arial, sans-serif;}
#SiteContainer{max-width:1000px; width:94%; margin: 0 auto 20px; background-color:#fff;}
section{margin: 0 20px;}
.container{padding:0;}
.row{max-width:none}
h1{font-size: 30px; font-size:3rem; padding-top:10px; color:#06396E; text-shadow:0 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:14px; font-size:1.4rem}
p{font-size: 14px; font-size:1.4rem; line-height: 1.4; text-align:justify; color:#333;}
a, a:visited{color:#C00; text-decoration:none}
a:hover{color:#F00}
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; 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}
.largeText{font-size:20px; font-size:2rem}
.normalList li{font-size:14px; font-size:1.4rem; margin-left:30px; margin-bottom:8px;}
ul.normalList li{list-style:disc}
ol.normalList li{list-style:decimal}
.normalList ul.normalList li{font-size:12px; font-size:1.2rem; list-style:disc}
.nice.button{color:#fff}
#InvTitleArea{display:none}
.headerText{margin-left:0px !important;}

/* ===== HEADER ===== */

header {
  background: #ccc; /* Old browsers */
  background: -moz-linear-gradient(top,  #d1d1d1 0%, #8c8c8c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(100%,#8c8c8c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d1d1d1 0%,#8c8c8c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d1d1d1 0%,#8c8c8c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d1d1d1 0%,#8c8c8c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d1d1d1 0%,#8c8c8c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
  padding: 0;
}
.dealerLogo{margin: 20px 0 0 20px}
.hdrContact {margin: 10px 10px 0;}
.makeLogo{margin-left:20px}
.makeLogo img {
  box-shadow: 0 2px 8px rgba(0,0,0,.5);
  margin-top: 8px;
  text-align:center;
}
.hdrContact h2 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #069;
  text-shadow: 0 1px 0px #fff;
}
.hdrContact strong {font-size: 22px;}
.hdrContact span, .hdrContact a {color: #000;}
.socials li {display: inline-block; margin: 8px 0 6px 4px;}
.socials {margin: 0;}
.headerText > h1 {
    margin: 0;
    padding: 0;
}


/* ===== NAVIGATION ===== */
/* CHANGE COLORS HERE */
.nav {
	background: #333;
	background: -moz-linear-gradient(top,  #666666 0%, #151515 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#151515));
	background: -webkit-linear-gradient(top,  #666666 0%,#151515 100%);
	background: -o-linear-gradient(top,  #666666 0%,#151515 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#151515 100%);
	background: linear-gradient(to bottom,  #666666 0%,#151515 100%);
	border-bottom: 3px solid #069;
  border-bottom: 1px solid #666;
}
#nav-container > li a {color: #FFF;}
#nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {
	background:#fff; 
	color: #C00;
}
#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 {
	background:#fff; 
   color: #242424;
}
#nav-container li ul li a:hover {
	background: #eaeaea; /* Old browsers */
	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: #C00;
}

/* NAV STRUCTURE AND LAYOUT */
#nav-container .flyoutNav{display:none}
.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;
     font-size:12px;
     font-size:1.2rem;
}
.ie7 #SiteContainer .nav .columns{position:absolute}
.ie7 #nav-container li{vertical-align:top}
.ie7 .nav{height:30px}
.ie7 #nav-container li {
     zoom: 1;
     display: block;
	  float:left;
}
.ie7 nav .row .columns{z-index:5}
#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}


/* ===== INVENTORY LISTINGS ===== */
x.MPGblock {display:none;}

/* ===== INVENTORY DETAILS ===== */
x.MPGWrap {display:none;}
#ProfileShortfrm > label {text-shadow:none !Important; color:#000 !Important;}
   
     
.invProfileCTA5.has-flyout.show-on-phones.button.green.small {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}    

.invResultsItemFooter .nav-bar > li > a.main {
    color:#000;
}

.cke_editable .edittext.hide {display: block !important; background: #666; color: #fff; padding: 10px 0; margin: 20px;}

/* FOOTER */
.footer {
	border-top: 3px solid #069;
	background: #454545;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #454545 0%, #242424 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#242424));
	background: -webkit-linear-gradient(top,  #454545 0%,#242424 100%);
	background: -o-linear-gradient(top,  #454545 0%,#242424 100%);
	background: -ms-linear-gradient(top,  #454545 0%,#242424 100%);
	background: linear-gradient(top,  #454545 0%,#242424 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#242424',GradientType=0 );
}
.footer h4{color:#fff; font-size:14px; font-size:1.4rem; line-height:1.5}

/* ===== DOMINION LOGO ===== */
span.ddsLogoProvider {
  float: right;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 5px;
  margin-right: 10%;
  width: 71px;
  height: 21px;
  background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-dk.png) no-repeat 0 0;
}
div.ddsLogoProvider, .ddsLogoProvider a {
  text-align: right;
  margin: 10px;
  color: #666;
  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{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;
}
/* ===== 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;}

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

a.TestDrive{color:white; font-size:2em;}
#locationicon{  
  margin: 5px Auto 5px;}
#recallbanner{
 background-color: gray;
 
 }
#recallbanner.side{
 background-color: gray;
  width: 95%;
  margin-left: 7%;
}
#recallbanner p{
     font-size: 2em;
  color: #fff;
  font-weight: 700;
  padding-left: 5%;
  text-align: center;
  padding-right: 5%;
padding-left:5%;}
#recallbanner h1{
  color:#fff;
    margin-top: 10px;
  padding-top: 0px;
padding-left:5%;
text-shadow:1px 1px #000;}
.sidetext p{font-size:1.2em;}
.sidetext h4{font-size:1.4em;}
.sidetext {font-size:1.2em; 
  margin-left:7%;}




/* ===== MEDIA QUERIES START ===== */

@media only screen and (min-width: 900px){
.four.addressStuff.columns {
    margin-left: 0;
    width: 34% !important;
}
}


@media only screen and (max-width: 900px){
  #SiteContainer{width:100%;}
  
}

@media only screen and (max-width: 800px){
  .dealerLogo {
    xwidth: 50%;
    text-align: center;
    margin: 14px 0;
  }
  .makeLogo {
    position: relative;
    margin: 0 0 20px;
    text-align: center;
  }
  .hdrContact {
    float: none;
    text-align: center;
    clear: both;
  }
  .hdrContact h2 {
    background: white;
    border: 1px solid #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .hdrContact h2 {font-size: 12px;  padding: 10px 0;}
	.phone-four{width:100%; margin:0}
	.phone-three{width:75%; margin:0}
	.phone-two{width:50%; margin:0}	
	.phone-one{width:25%; margin:0}
	footer .phone-four{text-align:center}
	#nav-container .flyoutNav{display:block}
	nav{position:absolute; top: 2px; left:-268px}
	.nav{height:auto; border:none}
	.sideShowing #SiteContainer {
		left: 266px;
		position: relative;
	}
  #sideBoxALL{display:none;}
  #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: 24%;
	  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: 750px){
  .hdrContact h2 {font-size: 16px;  padding: 10px;}
}

@media only screen and (max-width: 580px){
  .mobileQuickMenu li {width:24%}
  li.phone{display:inline-block !important}
  x.hdrContact h2 br{display:none}
  .hdrContact h2 a{ margin-bottom: 4px}
}

@media only screen and (max-width: 460px){
  .makeLogo, .dealerLogo {float: none;width: 100%; text-align:center;}
  .makeLogo {margin: 0;}
}
@media only screen and (max-width: 360px) {
	.mobileQuickMenu a span { display: none; }
	.mobileQuickMenu img { float: none; }
}


