/*ddccindyo– adjusting height of footer to account for 3rd party tools*/
.ddc-footer { height: 155px;}

/* michaeljaggers | 09369497 */
.page-header.compact .header-default .vcard .tels .tel[class*=phone1],.page-header.compact .header-default .vcard .tels .tel { font-size: 18px; font-weight: 300; }
.page-header.compact .value-statement { padding-top: 21px; margin-left: 435px; }

/*ddccindyo– prevents stacking in DEAs*/
.wysiwyg-image, .content-default img {display:inline} 

/* owen.perks 09378393 */
.page-header.compact .mycars-default {top: 5px;}
.page-header.compact .header-default .vcard .adr {text-align: right;top: 20px;}
.page-header.compact .header-default .vcard .tels {bottom: 5px}
.page-header.compact .header-default .vcard .adr a {font-size: 18px;}

/* Start 'srp-certified-pre-owned-price-value-retailValue' (do not modify this line) */
/* Modified by cynthiaminer on 09/16/20 08:41 PM EDT */
.srp .inv-type-certified-pre-owned.pricing-detail .retailValue .price-value { text-decoration: line-through; font-size: 15.75px; color: #000000; }
/* End 'srp-certified-pre-owned-price-value-retailValue' (do not modify this line) */

/* Start 'srp-certified-pre-owned-price-value-discount' (do not modify this line) */
/* Modified by cynthiaminer on 09/16/20 08:41 PM EDT */
.srp .inv-type-certified-pre-owned.pricing-detail .discount .price-value { text-decoration: none; font-size: 15.75px; color: #FF0C00; }
/* End 'srp-certified-pre-owned-price-value-discount' (do not modify this line) */

/* Start 'srp-certified-pre-owned-price-value-final-price' (do not modify this line) */
/* Modified by cynthiaminer on 09/16/20 08:42 PM EDT */
.srp .inv-type-certified-pre-owned.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #6CCF4E; }
/* End 'srp-certified-pre-owned-price-value-final-price' (do not modify this line) */

/* Start 'vdp-used-price-value-final-price' (do not modify this line) */
/* Modified by cynthiaminer on 09/16/20 08:43 PM EDT */
.vdp .inv-type-used.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #6ccf4e; }
/* End 'vdp-used-price-value-final-price' (do not modify this line) */

/* Start 'vdp-used-price-value-discount' (do not modify this line) */
/* Modified by cynthiaminer on 09/16/20 08:43 PM EDT */
.vdp .inv-type-used.pricing-detail .discount .price-value { text-decoration: none; font-size: 18px; color: #ff0c00; }
/* End 'vdp-used-price-value-discount' (do not modify this line) */

/* Start 'vdp-used-price-value-retailValue' (do not modify this line) */
/* Modified by cynthiaminer on 09/16/20 08:43 PM EDT */
.vdp .inv-type-used.pricing-detail .retailValue .price-value { text-decoration: line-through; font-size: 18px; color: #000000; }
/* End 'vdp-used-price-value-retailValue' (do not modify this line) */

/* Start 'srp-used-price-value-retailValue' (do not modify this line) */
/* Modified by cynthiaminer on 09/17/20 04:01 PM EDT */
.srp .inv-type-used.pricing-detail .retailValue .price-value { text-decoration: line-through; font-size: 15.75px; color: #000000; }
/* End 'srp-used-price-value-retailValue' (do not modify this line) */

/* Start 'srp-used-price-value-discount' (do not modify this line) */
/* Modified by cynthiaminer on 09/17/20 04:01 PM EDT */
.srp .inv-type-used.pricing-detail .discount .price-value { text-decoration: none; font-size: 15.75px; color: #ff0c00; }
/* End 'srp-used-price-value-discount' (do not modify this line) */

/* Start 'srp-used-price-value-final-price' (do not modify this line) */
/* Modified by cynthiaminer on 09/17/20 04:02 PM EDT */
.srp .inv-type-used.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #6ccf4e; }
/* End 'srp-used-price-value-final-price' (do not modify this line) */

/* Hide the Learn More Link on Vehicle Specials When Disclaimer is added in SCM VG */
.collection-block .btn-no-decoration[data-promo-tracking-description="disclaimer details"] {
    display: none;
}

/**************** ACG Collision Center ***********************/

.acg-button-container {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
justify-content: center;
margin-left: auto;
margin-right: auto;
}

.acg-button-container a {
text-decoration: none !important; 
background-color: #333;
color: white;
padding: 5px 20px;
border-radius: 15px;
min-width: 200px;
margin: 20px;
text-align: center;
}

.acg-text-block-bg-grey {
background-color: #666;
padding: 5px 10px;
max-width: 900px;
color: white;
border-radius: 3px;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 80px;
margin-bottom: 80px;
}

.acg-text-block {
margin-top: 80px;
text-align: center;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

.acg-tel-container {
margin-top: 40px;
}

.acg-tel-link {
text-decoration: none !important; 
background-color: #333;
color: white;
padding: 7px 40px;
border-radius: 15px;
min-width: 200px;
margin-top: 20px;
text-align: center;
}

.acg-tel-link:hover {
color: #ddd
}