.form-item-field-dealer-location-administrative-area {
  display: none;
}

.dealer-search-form {
  overflow: auto;
}

.dealer-search-form .form-submit {
  float: left;
  margin-right: 20px;
}

.exposed-search-by-current-location {
  float: left;
}

.exposed-search-by-current-location .current-location--notification {
  display: none;
}

.exposed-search-by-current-location.processing .current-location--notification {
  display: block;
}

.exposed-search-by-current-location.processing .current-location--get-cta {
  display: none;
}

.find-dealer-button {
  margin: 10px 0;
}

.dealer-current-location {
  display: block;
  width: 100%;
}

.dealer-links {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.dealer-links a {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: bold;
}

.dealer-links a:hover {
  color: #8b2530;
}

.dealer-links a .icon {
  color: #8b2530;
  font-weight: bold;
  margin-left: 3px;
}
