/*--- OEM INTERACTIVE ---*/

/* OEMI Blurbs*/
#trust-badges-custom .trust-blurbs {
    width: 100%;
    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;
}

/* Promo Page mobile fixes */
@media (max-width: 768px) {
    .promo-box {
        display: -webkit-box;
    }
    .promo-button-wrapper, .promo-info {
        display: none;
    }
}