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

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

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


.promotional-banner-text {
	color: #fff;
	font-size: 16px !important;
}
.promotional-banner-wrap .promotional-banner-text {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    text-shadow: 2px 2px 2px #000;
}
.animated {
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {transform: scale(1);}
  15% {transform: scale(1.1);}
  45% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 3s;
}
.page-builder-layout-section.text-color-dark.padding-0.full-content {
    background-color: #0f7fde;
}
.promotional-banner-wrap {
    background-color: #c30000!important;
}
.featured-products-module .product-wrapper-link .product-details-link {
    background-color: #1c69d3;
    color: #fff;
}

.store-logo-module .store-logo-link img {
    max-height: 65px!important;
}
.links-list-module .links-list {
    font-size: 15px!important;
}


.second-nav {
    padding: 0 0 0 5%;
    margin: 0 0 0 0;
}
#mobile-header-custom .mobile-logo-col {width: 50% !important;}
#mobile-drop-downs .menu-row.slider-tab.open {
    padding-bottom: 232px; }

#vehicle-data-lists {background-color: white; padding: 5%;
}