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

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

/* 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;}

#logo-custom .store-logo-module img {
    padding: 7px;
    margin: 2px;
    max-height: 100px;
}

/* Dealer address in footer */
.dealer-address:hover {
    color: #eee !important;
}

.Marketing_HomePageContent h1 {
    text-align: center;

}

.Marketing_HomePageContent p {
    text-align: center;
    font-size: 20px;
}
/* Vin reminder in checkout cart */
.collect-vin-form-module {
    background-color: #f0ad4e;
    border: 2px solid #cfcfcf;
    margin-bottom: 20px;
    padding: 1em;
}
/* VIN Display - Mobile */
@media (max-width: 767px) {
.cart-page-layout .cart-subtotal-row .collect-vin-form-module {
    display: block!important; } }


.oem-vehicle-picker-module #vehicle-data-lists {
    background-color: white; padding: 10%;
}
<script defer="true" src="https://api.captivated.works/widget.js?id=90792182-ea3a-11ef-b07d-f3fb6af3ee94"></script>
}