#gard-map {
  border: 1px solid #D8DBB2;
  height: 720px;
  margin-bottom: 20px;
  width: 100%;
}

#gard-map.single-map {
  height: 200px;
  margin: -50px 0 0 0;
  width: 350px;
}

.single-map-wrapper {
  clear: both;
  float: right;
}

.single-map-wrapper .gmaps {
  font-size: 14px;
  margin: 0 0 40px;
  padding: 0;
  text-align: right;
}

@media (max-width: 1023px) {
  .single-map-wrapper {
    display: block;
    float: none;
    width: 100%;
  }

  #gard-map.single-map {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #gard-map {
    height: 860px;
  }
}

.marker {
  display: none;
}

#mapModal {
  margin-top: 12%;
  text-align: left;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  padding-bottom: 60px;
  width: 75%;
}

#mapModal div {
  margin-top: -10px;
}

#mapModal h3,
#mapModal h4{
  margin: 0 0 10px 0;
  padding: 5px 0;
}

#mapModal p{
  line-height: 150%;
  margin: 0;
}

#mapModal p.phone {
  font-weight: 600;
  margin: 10px 0;
}

#mapModal p.kiosk { /* kiosk */
  font-size: 13px;
  padding-top: 5px;
}

#mapModal p.kiosk img { /* kiosk icon */
  border: 0;
  margin: 0 3px 3px 0;
}

#mapModal .more-info {
  font-size: 13px;
  margin-top: 5px;
}

#mapModal .gmaps {
  font-size: 13px;
  position: absolute;
  bottom: 20px;
}

.remodal-wrapper {
  position: relative !important;
}

.remodal-overlay{
  background: none !important;
  height: 0;
  width: 0;
}

button.remodal-close {
  border: 0;
  box-shadow: none;
  left: inherit;
  right: 0;
}

button.remodal-close:hover {
  background: transparent;
  box-shadow: none;
}

/* feedback area for zipcode search */
.map-feedback {
  line-height: 0%;
  margin-top: -10px;
  text-align: center;
}

/* Legend */
.map-legend {
  padding-top: 15px;
}

.map-legend span {
  display: inline;
  margin: 0 15px 0 0;
}

.map-legend > img {
  border: 0;
  margin: 0 5px 0 0;
}

/* disable scroll locking */
html.remodal-is-locked {
  overflow: visible !important
}

body {
  padding-right: 0 !important;
}

ul.locations {
  list-style: none;
  padding: 0;
}

ul.locations li {
  cursor: pointer;
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
}

ul.locations li a {
  font-size: 1rem;
  font-weight: 500;
}

ul.locations li img { /* kiosk icons */
  border: none;
  display:inline;
  margin: 0 0 4px 8px !important;
}

.map-locations h3 {
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #555 !important;
}
