/* Find a Dealer: blue background + white text on featured2 template pages */
.featured2-template .quick-links li:first-child a {
    background-color: #074990;
    color: #ffffff;
}
.featured2-template .quick-links li:first-child a:hover {
    color: #ffffff;
}
.featured2-template .quick-links li:first-child a span[class*="loop-icon_"] {
    color: #ffffff;
}
