.index div[data-name="content-cta-row-1"]{position:static!important;}

/* M-00539927 dmonte */
html[lang="en-CA"] .ddc-footer .d-flex.flex-column::after,
html[lang="en-US"] .ddc-footer .d-flex.flex-column::after {
    content: "";
    background: url("//pictures.dealer.com/a/audiyork/0249/42c3abd6e23fd59a98c382d55b00fbd3x.jpg") center bottom no-repeat;
    background-size: contain;
    height: 75px;
    margin: 10px auto 10px;
    width: 276px;
}

html[lang="fr-CA"] .ddc-footer .d-flex.flex-column::after {
    content: "";
    background: url("//pictures.dealer.com/a/audiyork/0249/42c3abd6e23fd59a98c382d55b00fbd3x.jpg") center bottom no-repeat;
    background-size: contain;
    height: 115px;
    margin: 10px auto 10px;
    width: 420px;
}
/* jbeaudin 03070031 hyperlink hover */
 
.staffList .selected dd a, .staffList dd {
background-color: #fff !important;
}
.staffList .selected dd a, .staffList dd a:hover {
background-color: #eb0d3f !important;
color: #ffffff !important;
}