.circles-categories-wrapper .circles-columns .circles-cta-text {
    color: #fff;
    font-family: Helvetica Neue,helvetica,sans-serif;
    font-weight: 400;
    }


.Product-Page-Policies {
 	font-size: 20px;
 	text-align: center;
    font-weight: bold;
}
.promotional-banner-wrap {
    background-color: #d21010!important;
}
a.promotional-banner-link {
    color: #fff!important;
    text-shadow: 2px 2px 2px #000;
    font-size: 19px;
}

@media (max-width:600px) {
    .promotional-banner-wrap {
        display: block !important;
    }
}
.promo .container-wrap.container-fluid {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.BMW-Mini-Blog-Header {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.BMW-Mini-Blog-SubHeader {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    font-family: times new roman;
    color: #3679D6;
    }

.BMW-Mini-Blog-Content-Header {
   font-size: 24px;
    text-align: left;
}

.BMW-Mini-Blog-Content {
   font-size: 20px;
    text-align: left;
}

/*--- Mobile Logo Fix: make it a bit smaller so it doesn't collapse with nav menu ---*/

#mobile-header .header-center-nav img.image-logo {
    
    padding: 3px 0px 7px 3px;
}
.page-builder-layout-section.text-color-dark.cover.normal-content.mobile-only {
    margin-top: -58px;
}

#mobileBanner {
    padding-top: 15px;
    color: red;
    text-align: center;
    font-size: 15px;
}
#mobile-search {
    margin-top: 59px;
}
    
#vehicle-data-lists {
    background-color: white; padding: 5%;
    }

/* Dropdown Button */
.dropbtn {
  background-color: #383838;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #575656;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Add or remove this to hide or show */
.hide {display:none;}