.flexbox .fx-item.fi-20-map, .flexbox .fx-item.fi-80-map {
  width: 100%;
}

#DealerMapTopHat {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 50px;
  padding-top: 20px;
  margin-top: -4rem;
}

@media only screen and (max-width: 767px) {
  #DealerMapTopHat {
    background-size: cover;
    background-attachment: fixed;
  }
}

#DealerMapTopHat #dealer-map-header {
  padding-bottom: .33rem;
}

#DealerMapTopHat #dealer-map-header .dealer-mobile-graphic {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #e57e3d;
  background: -webkit-linear-gradient(#f16b16, #e57e3d);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f16b16, #e57e3d);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f16b16, #e57e3d);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f16b16, #e57e3d);
  /* Standard syntax */
  border: solid 1px #ddd;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  #DealerMapTopHat #dealer-map-header .dealer-mobile-graphic {
    display: none;
  }
}

#DealerMapTopHat #dealer-map-header .dealer-mobile-graphic .take-me-to-dealer-network {
  display: block;
  width: 100%;
  height: auto;
  margin: 8px 0 0 0;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #8A3700;
  background: #fff;
}

#DealerMapTopHat ul#companyUl {
  overflow: auto;
  height: 360px;
  border: solid 1px #ddd;
  list-style-type: none;
  margin-top: 6px;
}

#DealerMapTopHat ul#companyUl li {
  font-size: .95rem;
  padding: .23rem 0 .23rem .33rem;
}

.list-by {
  clear: both;
  padding-top: .65rem;
}

.list-by ul {
  list-style-type: none;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-by li {
  width: 14rem;
}

.h-404px {
  height: 404px;
}

.mrg-t-xxxl {
  margin-top: 3.63rem;
}

@media only screen and (min-width: 767px) {
  .flexbox .fx-item.fi-80-map {
    width: 75%;
  }
  .flexbox .fx-item.fi-20-map {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .flexbox .fx-item.fi-80-map {
    width: 80%;
  }
  .flexbox .fx-item.fi-20-map {
    width: 20%;
  }
}
