 #gard-map {
    height: 600px;
    margin-bottom: 20px;
    width: 100%;
  }

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

  .marker {
    display: none;
  }

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

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

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

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

  #mapModal p.phone {
    margin-top: 10px;
  }

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

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

  #mapModal .gmaps {
    font-size: 12px;
    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;
    margin: -15px 0 0 0;
    padding: 0;
  }

  ul.locations li {
    cursor: pointer;
  }

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