h1 {
  color: #ef1209 !important;
  font-family: Helvetica, Arial !important;
  font-size: 1.875rem !important;
  font-weight: bold !important;
}

h2 {
  color: #ef1209 !important;
  font-family: Helvetica, Arial;
  font-size: 1.75rem !important;
}

h2 .entry-title {
  font-size: 1.75rem !important;
}

h3 {
  color: #ef1209;
  font-family: Helvetica, Arial;
  font-size: 1.25rem !important;
}

h4 {
  color: #ef1209;
  font-family: Helvetica, Arial;
  font-size: 1.125rem !important;
}

h4 strong {
  color: #000;
}

.dealer-locator .breadcrumbs {
  margin-left: 6rem;
}

.dealer-locator article p {
  margin-left: 6rem;
}

.page-header-title {
  margin-left: 6rem;
}

.category-redirect {
  background: url(../../img/red-gf-arrow.png) no-repeat right #eeeeee;
  background-position-x: 95%;
  width: 260px;
  height: 50px;
  overflow: hidden;
}

.category-redirect .dropdown-toggle {
  color: #222;
}

#dealerlocator {
  border-radius: 0px;
  width: 260px;
  height: 50px;
  margin-right: 30px;
  font-size: 1.125rem;
  padding-left: 30px;
  background: transparent;
  line-height: 1;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  -webkit-appearance: none;
  color: #000;
}

#dealerlocator:hover {
  color: #ef1209;
}

#dealerlocator option {
  color: #000;
}

ul.legenda li {
  line-height: 18px;
  float: left;
  width: auto;
  margin-right: 1rem;
}

ul.legenda {
  margin: 0;
  padding: 0 0 1em 0;
  list-style: none;
}

.dealerlocator-label {
  margin-bottom: 1.5rem;
}

#map {
  margin-top: 2rem !important;
}

@media screen and (max-width: 480px) {
  .page-header-title {
    margin-left: 1rem;
  }
  .dealer-locator .breadcrumbs {
    margin-left: 1rem;
  }
  .dealer-locator article p {
    margin-left: 1rem;
  }
}
/*# sourceMappingURL=dealerLocator.css.map */