.dealer-static-content {
  padding-top: 0;
}

.dealer-header {
  height: 112px;
  background: #fff;
}

.dealer-header * {
  width: 100%;
  height: 100%;
}

.dealer-header img {
  object-fit: contain;
}

@media screen and (max-width: 576px) {
  .dealer-header {
    height: 60px;
  }
}

#mainFooter .promo-panel {
  display: none;
}

.store-name-id {
  padding: 10px 0;
}

#mainFooter .store-name-id h2 {
  font-size: 1.25rem;
}

.dealer-ctas-list .dealer-ctas-list-item {
  width: 25%;
}

.dealership-description {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.dealership-description>p {
  font-family: Arial, Helvetica, sans-serif;
}

.dealership-description>p+p {
  margin-top: 10px;
}

.dealer-static-content .large-12.columns {
  padding: 20px;
}

#mainFooter .polaris-footer-dealer-info {
  background: #000;
}

/* #mainFooter .polaris-footer-legal {
  background: #000;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  text-align: center;
} */

@media screen and (max-width : 767px) {
  .dealer-ctas-list .dealer-ctas-list-item {
    width: 50%;
  }
}