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

.couponPrint a {color: #000;}
.html_item ul{list-style:none;}
	body {
		background-color:#004080;
		color: #101010;
	}
	
	a, a:visited { color: #004080; }
	
	#main { margin-bottom: 10px; }
	
	.container { padding-bottom: 10px; }
	
	h2, h3 {
		border-bottom: 2px solid #1081be;
		padding-bottom: 4px;
		color: #454545;
	}
	
	h2 { font-size: 24px; }
	
	h3 { font-size:18px; }
	
	h2 span, h3 span {
		background: transparent url('../images/header-title-border-right.png') bottom right no-repeat;
		padding-bottom: 30px;
	
	}
	
	#HdrDealerInfo,	#HdrDealerInfo a { 
		color: #e0e0e0; 
		text-align: right;
	}
	
	#HdrDealerInfo span {
		font-size: 1.25em;
		display:block;
	}
	
	#HdrDealerInfo .phone-line1 {
		font-size: 1.5em;
		padding: 2px 0 4px;
	}
	
	#HdrPhone {
		border-bottom: 2px solid #2BA6CB;
		margin-bottom: 4px;
		padding-bottom: 6px;
	}
	
	#HdrSocial {
		margin: 4px 0 6px;
	}
	
	#HdrSocial a {
		margin: 0 0 0 6px; 
	}
	#HdrSocial img {
		max-height: 30px;		
	}
	
	#main {
		background-color:#FFFFFF;
	}
	
	#SiteFooter .columns {
		color: #e0e0e0; 
		font-size: .95em;
	}
	#SiteFooter a {
		color: #e0e0e0; 
	}
	
	#SiteFooter h6 {
		border-bottom: 1px dotted #E0E0E0;
    	color: #fff;
		font-size: 1.1em;
		margin-bottom: 3px;
	}
	
	#SiteFooter .mobileBtn {
		color: #FFFFFF;
		font-weight:bold;
		padding: 3px 4px;
	}
	.buttonGroup > div { 
		margin: 8px 0;
	}
	
	.mobileBtn { display: block; background: #666; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 10px; font-size: 1.0rem; padding: 5px; border-radius: 3px; border: 1px solid #333; text-shadow: 1px 1px 0px #000; }
	
	.mobileBtn:visited { color:#eaeaea; }

	.page-image {
		float: right;
	}
#SiteFooter {padding: 0 10px;}

.SpecialFlag {display:none !important;}

#InvContainer .button.green.invProfileCTA5 {
	background-image: none;
	background-color: #a0a0a0;
}
#InvContainer .button.green.invProfileCTA5 label{
	text-shadow: none;
	color: #000;
}

#detailsMonthPay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*hide specials prices and body content
 #InvSpecialBody {display:none;}
 .InvSpecialPrice {display:none;}
*/

/*==============
  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 > 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;
}
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 {
		background-color:#FFFFFF;
		padding: 5px 10px;
	}*/

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


.extraText{font-size:14px;}


		/* -----------------------------------------
	   Media Queries
	----------------------------------------- */
	
	@media only screen and (max-width: 1024px) {		
		/* anything below 1024px */
	
	}
	@media only screen and (min-width: 767px) {	
		
		
	}
	@media only screen and (max-width: 767px) {		
		/* anything below 767px */
		
		#HdrDealerInfo { text-align:center; }
		
		#HdrPhone, #HdrDealerInfo address { padding: 0 10%; }
		
		#HdrDealershipImg { display: none; }
	
		#HdrDealerInfo .phone-line1 {
			font-size: 1.6em;
			padding: 0;
		}
		
		#HdrSocial a { margin: 0 3px; }
		
		.button {
			padding: 8px 4px 6px;
		}
		
		#SiteFooter .columns { margin-top: 8px; }
  .block-grid.mobile > li {
    float: left;
    margin-left: 5px;
    width: 47%;
   }
  #SiteFooter {
    padding: 10px;
   }
		
	}
	@media only screen and (max-width: 480px) {    
		#hpButtons a.button span {
			font-size: .9em;
		}
		
	}