.parent-nav-count-6.navbar-nav{margin-bottom: 100px !important;}
[data-location="vehicle-eprice-button"]{margin-top: 0px !important;}
[data-location="vehicle-eprice-button"] {
  background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%);
  padding: 18px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 12px;
  display: block;
  font-size: 22px !important;
  font-wieight: 100 !important;
  }

[data-location="vehicle-eprice-button"]:hover {
  background-image: linear-gradient(to left, #FF512F 0%, #F09819  100%, #FF512F  100%);
  color: #000;
  text-decoration: none;

  }

a[href^="tel:+18888403576"]{background: rgb(173,216,230,.9); color: #000; font-size: 15px;}
[data-location="vehicle-eprice-button"]{
  animation: jiggle 2.8s infinite ease-in;
width: 100%;

}
@keyframes jiggle {
  45%, 65% {
    transform: scale(1, 1)
  }
  50% {
    transform: scale(.9, 1.2)
  }
  55% {
    transform: scale(0.9, 1.1) translate(0, -5px)
  }
  60% {
    transform: scale(1.0, 1.0) translate(0, -5px)
  }
}
.content-alert-banner-message{background: #009900 !important; font-size: 25px; font-weight: 400; padding: 10px; margin: -10px !important;}
a[href^="/financing/application.htm"]{background: #009900 !important; color: #fff;}
[data-location="vehicle-value-a-trade-button"]{background: black;}
[data-location="vehicle-pre-approval-button"]{background: #009900 !important; font-size: 15px !important; padding-left: 5px !important; padding-right: 5px !important; color: #fff;}
/*ddcrmelasky 08596366*/
body:not(.ddc-composer) [data-name="index-landing-0002-additional-content-wrapper-1"] {margin-top:-120px; background:transparent !important;}
/*DMJ ePrice change
.alias-sitebuilder-new-inventory-index [data-location="vehicle-eprice-button"]{ background: #fc6a03 !important; border-radius: 10px; border: 0; padding-top: 16px; padding-bottom: 16px; padding-right:2px !important; padding-left: 2px !important; font-size: 17px; font-weight: 200; font-face: arial;}
.alias-auto-new-details [data-location="vehicle-eprice-button"]{ background: #fc6a03 !important; border-radius: 10px; border: 0; padding-top: 16px; padding-bottom: 16px; padding-right:2px !important; padding-left: 2px !important; font-size: 17px; font-weight: 200; font-face: arial;} */
/*
.price-btn.cst-btn-1{
  animation: jiggle 3s infinite ease-in; border-radius: 10px;

}
@keyframes jiggle {
  45%, 65% {
    transform: scale(1.0, 1.0)
  }
  50% {
    transform: scale(1.1, 0.9)
  }
  55% {
    transform: scale(0.9, 1.1) translate(0, -5px)
  }
  60% {
    transform: scale(1.0, 1.0) translate(0, -5px)
  }
}
*/
/* Start 'vlp-used-price-label-final-price' (do not modify this line) */
/* Modified by bethblakemore on 03/10/20 01:55 PM CDT */
.vlp .inventoryList .item.inv-type-used .pricing .final-price .label { text-decoration: none; font-size: 11.9px; color: #FF0000; }
/* End 'vlp-used-price-label-final-price' (do not modify this line) */

/* Start 'vlp-used-price-value-final-price' (do not modify this line) */
/* Modified by bethblakemore on 03/10/20 01:55 PM CDT */
.vlp .inventoryList .item.inv-type-used .pricing .final-price .value { text-decoration: none; font-weight: bold; font-size: 16.8px; color: #FF0000; }
/* End 'vlp-used-price-value-final-price' (do not modify this line) */


.index .inventory-featured-default .hproduct .url {color:#fff;}
.index .inventory-featured-default .hproduct .url:hover {color: var(--btn-link-hover-color);}

/*cnconway 08609597*/
.bolo-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr; 
grid-column-gap: 5px;
}
.bolo-item {
border: 1px solid #222;
text-align: center;
background: rgb(55,4,24);
background: linear-gradient(0deg, rgba(55,4,24,1) 0%, rgba(7,185,7,1) 0%, rgba(108,181,10,1) 11%, rgba(150,219,27,1) 88%, rgba(15,217,21,1) 100%);
border-radius:10px;
}

/* michaeljaggers | brought from previous live site */
/*Adds linear gradient othe vehicle CTA 'Save More'*/
.vdp .btn-info {background: linear-gradient(#FFA835,#E86E33) !important; border-color:  #000 !important; color: #000;}

/* dtjosem fix img disp */
.ddc-content.content-default .content img {display:inline-block;}

/* DNA5425966 ddcjoshc */
.inventoryList .pricing .customTestDrive .btn { width: 100%;margin-bottom: 5px;color:#FFF; }
/* M-00216488 billyh */
.cst-equifax-link {position: absolute; top: 80px; right: -15px;}
.cst-equifax-link .cst-equifax-btn:hover {opacity: .8;}
/* M-00226235 chris.diego */
.inventoryList .pricing .customTestDrive .btn {background:white;color:black;text-shadow:none;font-weight:400;letter-spacing:initial;font-size:13px;}
.inventoryList .pricing .customTestDrive .btn:hover {background:black;color:white;}
.inventoryList .inv-type-new .dealerTrackListing {background:#005b00;}
.inventoryList .inv-type-new .dealerTrackListing:hover {background:#c4172c;}
.inventoryList .inv-type-new .financeButtonListing {background:black;}
.inventoryList .inv-type-new .financeButtonListing:hover {background:white;color:black;text-shadow:none;}
/* M-00226522 chris.diego */
.inventoryList .cstRebates {font-size:13px}

/* ddcmhampton 05787813 */
.index .buttonblock-button a {height: 13vw;}
/* wabbey 05800060 */
.cst-btn-0 .price-btn{background:linear-gradient(#FFA835,#E86E33);}

/* Kevin Williams Adding breadcrumb special id */
#bcrumb Ol{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-family:"Roboto";
font-weight:200;
}
#bcrumb Ol li { display: inline;font-family:"Roboto";
font-weight:200; }
#bcrumb Ol li a{
text-decoration: none;
padding: .1em 1em;
color: #000;
font-family:"Roboto";
font-weight:200;
}
#bcrumb Ol li a:hover{
color: #fff;
background-color: #00b4ff;
font-family:"Roboto";
font-weight:200;
}

#Main-header_container {   
border:0px solid #666; 
bottom: 0px; 
height:95px; 
left:0; 
position: fixed; 
z-index: 9999; 
width:100%; }
/* Kevin Williams Adding special button nav id */
.bolo-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr; 
/* grid-template-rows: 300px 175px; */
grid-column-gap: 5px;
/* grid-row-gap: 10px;*/
}
.bolo-item {
border: 1px solid #222;
text-align: center;
background: rgb(55,4,24);
background: linear-gradient(0deg, rgba(55,4,24,1) 0%, rgba(7,185,7,1) 0%, rgba(108,181,10,1) 11%, rgba(150,219,27,1) 88%, rgba(15,217,21,1) 100%);
border-radius:10px;
}
h2 {
margin: 10px 0;
font-family: sans-serif;
font-size: 14px;
}
img {
/*width: 100%;*/
}
.soul-container {
display: grid;
grid-template-columns: 1fr 1fr; 
/* grid-template-rows: 300px 175px; */
/*grid-column-gap: 20px; /
/* grid-row-gap: 20px;*/
}
.soul-item {
/*border: 1px solid #222;*/
}
@media 
only screen and (max-width: 740px),
(min-device-width: 362px) and (max-device-width: 1024px)  {
.bolo-container {
display: grid;
grid-template-columns: 1fr ; 
/* grid-template-rows: 300px 175px; */
grid-column-gap: 10px; 
/* grid-row-gap: 20px;*/
}
.soul-container {
display: grid;
grid-template-columns: 1fr; 
/* grid-template-rows: 300px 175px; */
grid-column-gap: 20px; 
/* grid-row-gap: 20px;*/
}
.soul-item {
/*border: 1px solid #222;*/
text-align: center;
}
}
/* Form Spacing classes ****Only for Desktop CSS**** */
.ddc-span4.name.contact-firstName{
padding: 0px; 
}
.ddc-span4.name.contact-lastName{
padding: 0px; 
}
/* Top Desktop Banner enlarge COVID-19 ****Only for Desktop CSS**** */
.alias-sitebuilder--span-style--color---009900---appointments-available--span--1 [data-widget-id="content1"]{width: 150%;Margin: auto; position: relative; right: 230px;}
/* New Button Styling for COVID-19 Page ****Mobile and Desktop**** */
.Covid19{  
  -webkit-box-shadow: 0 4px 4px #000;
  -moz-box-shadow: 0 4px 4px #000;
  box-shadow: 0 4px 4px #000;
text-decoration: none;
}
.Covid19:hover{  
  -webkit-box-shadow: 0 1px 1px #000;
  -moz-box-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 1px #000;
text-decoration: none;
}

/* 05173583 ddcjareds */
.alias-promotions-listing-service .modal-dialog .modal-header .modal-title { width: 95%; }
.modal-dialog button.close.text-muted.close-modal {opacity: 1; color: #000 !important;}
.modal-dialog .close { font-size: 23px; }


/* Start 'srp-new-price-value-final-price' (do not modify this line) */
/* Modified by ivillapied on 07/15/25 12:55 PM PDT */
.srp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: none; font-weight: bold; font-size: 22.5px; color: #009900; }
/* End 'srp-new-price-value-final-price' (do not modify this line) */

/* Start 'srp-new-price-label-final-price' (do not modify this line) */
/* Modified by ivillapied on 07/15/25 12:56 PM PDT */
.srp .inv-type-new.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #009900; }
/* End 'srp-new-price-label-final-price' (do not modify this line) */

/* Start 'vdp-new-price-value-final-price' (do not modify this line) */
/* Modified by ivillapied on 07/15/25 12:59 PM PDT */
.vdp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 27px; color: #009900; }
/* End 'vdp-new-price-value-final-price' (do not modify this line) */

/* Start 'vdp-new-price-label-final-price' (do not modify this line) */
/* Modified by ivillapied on 07/15/25 12:59 PM PDT */
.vdp .inv-type-new.pricing-detail .final-price .price-label { text-decoration: none; font-weight: 800; font-size: 27px; color: #009900; }
/* End 'vdp-new-price-label-final-price' (do not modify this line) */