@media (max-width: 768px) { /* Cleans up the promo page on mobile */
.promo-box { display: -webkit-box; }
.promo-button-wrapper, .promo-info { display: none; }
}

/*--- OEM INTERACTIVE ---*/
/* OEMI Blurbs*/
#trust-badges-custom .trust-blurbs {
    width: 60%;
    margin: 0 auto; }
#trust-badges-custom .trust-blurbs h4 {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14pt;
    color: #000;
    font-weight: 700; }
#trust-badges-custom .trust-blurbs p {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 10pt;
    color: #000;
    font-weight: 400; }

/* OEMI Guarantee*/
#pricing-banner-custom {
    background-position: center;
    background-attachment: fixed; }
#pricing-banner-custom .wholesale-blurb {
    padding: 80px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    max-width: 750px;
    margin: 0 auto; }
#pricing-banner-custom .wholesale-blurb h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 40pt;
    color: #fff;
    font-weight: 700; }
#pricing-banner-custom .wholesale-blurb p {
    font-family: "Open Sans", sans-serif;
    font-size: 14pt;
    color: #fff;
    font-weight: 400; }
#page-home h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin: 0; }

#header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li:hover > a, #header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li.infinite-dropdown-title:hover, #header-secondary-wrap .header-secondary .garage-component.svg-icons:hover .garage-text { /* Changes the hover color of header links */
    color: #bbb;
}