/* fdbarfety 10746392 */
.ddc-footer {height: 428px;}
.index .ddc-footer {margin-top: 65px;}
.srp .ddc-footer {height: 424px;}

/* jwjakec - centers the icon on service page */
.transition-property-background-color.transition-timing-function-standard.transition-duration-lg.cta-foreground {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* jwjakec - centers the text on service page */
.ws-content-cta .cta-content>* {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* jwjakec - makes CTA Finance button white */
a.btn.financenow {
  background-color: #ffffff !important;
  color: #111111 !important;
  border: none !important;
  padding: 14px 32px !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* jwjakec - makes CTA service button black */
a.btn.scheduleservice {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 14px 32px !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* jwjakec - takes some width off logo container */
.text-primary-200.pt-0.pl-xl-7.ml-xl-5.d-table.fn.n.h1 {
    max-width: 190px;
    white-space: normal;
}

/* Start 'srp-new-price-value-discount' (do not modify this line) */
/* Modified by ddcdlantman on 06/23/26 04:56 PM EDT */
.srp .inv-type-new.pricing-detail .discount .price-value { text-decoration: none; font-weight: normal; font-size: 13px; color: #000000; }
/* End 'srp-new-price-value-discount' (do not modify this line) */

/* Start 'vdp-new-price-value-discount' (do not modify this line) */
/* Modified by ddcdlantman on 06/23/26 04:57 PM EDT */
.vdp .inv-type-new.pricing-detail .discount .price-value { text-decoration: none; font-weight: normal; font-size: 14px; color: #000000; }
/* End 'vdp-new-price-value-discount' (do not modify this line) */

/*Gopher: Adding Content Freeze Banner*/
@keyframes pulse {0%{background-color: darkred;} 100% {background-color: orangered;}}
.ddc-composer::before {content:"ATTENTION: A NEW WEBSITE IS BEING BUILT! Any website edits made today on the current site will not carry over to the new, upgraded site. Please contact your Performance Manager for assistance or with questions."; font-size: 24px; font-weight: 900; text-align: center; color: #fff; display: block; padding: 20px 25px; background-color: darkred; animation: pulse 1250ms ease-in-out alternate infinite; text-shadow: 0 0 3px rgba(0,0,0,.55); border-bottom: 1px solid black;}
.v9-oem-mazda-0001-v1 .ddc-composer .page-header.header-compact,.v9-oem-mazda-0001-v1 .ddc-composer .navbar.header-compact {position: static;}
.v9-global-0011-v2 .ddc-composer .page-header.value-statement-header .vs-header-container.persistent-contact {position: absolute;}