#map-gmap {
  height: 100vh;
}

#map-nav {
  margin: 0;
  padding: 0em 1em;

}

#map-gmap [aria-hidden="true"] {
  display: initial;
}

#search-bar {
  max-width: 35vw;
  width: auto;
  padding-top: 3vh;
  padding-bottom: 2vh;
}

#results-example {
  display: flex;
  flex-direction: row;
}

#map-nav ul {
  list-style: none;
  margin: 0;
}

#map-nav ul hr {
  margin: 0.5em 0;
}

#map-nav form {
  margin: 0.5em 0 1em 0;
}

form #keywords {
  width: 100%;
  background-color: #fff;
  border-radius: 0px;
}

.map-download {
  margin-bottom: 1em;
}

#map-nav .icon-example {
  width: 2em;
  max-width: 2em;
  max-height: 6em;
}

#map-nav #results-example p {
  padding-top: 1em;
  padding-left: 1em;
}

#search-bar form .input-groups input {
  padding: 0.5em;
}

#map-nav form .input-groups .btn-append .btn {
  font-size: 15px;
  max-height: 35px;
}

#map-nav form select#jumpMenu,
#category {
  background-color: #eee;
  width: 100%;
}


#map-nav .map-search-results-heading {
  margin: 1em 0 0.5em 0;
  padding: 0;
  width: 100%;
  color: #58585b;
}

@media (min-width: 768px) {
	#map-search-results{
		overflow: scroll;
    	height: 80vh;
  	}
}

#map-markers li {
  padding: 5px 5px 5px 0;
  white-space: nowrap;
}

#map-markers li .marker-icon {
  height: 37px;
  width: 32px;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: top;
}

#map-markers li .marker-title {
  vertical-align: top;
  display: inline-block;
  white-space: normal;
  width: 85%;
}

#map-markers a {
  cursor: pointer;
}

.iWindow {
  width: 390px;
  min-height: 300px;
}

.iWindow ul {
  width: 350px;
  margin: 0;
  padding: 0;
}

.iWindow ul li {
  margin: 10px 0;
  list-style-type: none;
  line-height: 1.4;
}

.iWindow ul strong {
  font-weight: bold;
  color: #000;
}

.iWindow ul img {
  float: right;
  padding: 2px;
  margin: 0px -15px 5px 5px;
}

#legend {
  padding-right: 3vw;
}

#legend-m {
  padding-left: 3vw;
}

#legend h3,
#legend-m h3 {
  padding-bottom: 1em;
}

@media (max-width: 767px) {

  #map-nav,
  #map-gmap {
    float: none;
    width: 100%;
  }

  #map-nav {
    overflow: initial;
    /* border-top: 1px solid #ccc; */
    height: auto;
    text-align: left;
    font-size: 18px;
    order: 1;
  }

  #map-gmap {
    height: 58vh;
    position: relative;
    overflow: hidden;
  }

  .iWindow {
    overflow-x: hidden;
    min-height: 100px;
    width: 390px;
  }

  .iWindow ul {
    margin-right: 0 !important;
  }

  .iWindow ul img {
    display: none;
  }

  #search-bar {
    width: 95%;
    max-width: none;
    padding: 0 0.5em;
  }

  #map-nav form select#jumpMenu,
  #category {
    height: 7vh;
  }
}

@media (max-width: 460px) {
  .iWindow {
    width: 260px;
    height: 240px;
  }

  .iWindow ul {
    width: 250px;
  }
}

#topics_form button {
  padding: 0.4em 2.5em;
  width: 100%;
  margin-top: 1em;
  color: #fff;
}

#map-search button {
  color: #fff;
  padding: 0.55em 1.5em;
}

#construction-zone-swatch {
  border: 1px solid #e29732;
  background-color: #eac589;
  height: 1.6em;
  width: 30px;
  margin-right: 10px;
}

#path-swatch {
  background-color: green;
  height: 1.6em;
  width: 30px;
  border-radius: 1em;
  margin-right: 10px;
  border: 4px solid white;
}

#legend {
  margin-bottom: 1.65em;
  margin-top: 1.65em;
}

#legend .column,
#legend-m .column {
  display: flex;
}

#legend .column.first,
#legend-m .column.first {
  margin-bottom: 1em;
}

.read-more a,
.directions a {
  font-weight: 500;
}

#map-search {
  display: flex;
  border-radius: 3rem;
  padding: .5rem .5rem .5rem 1rem;
  background: var(--color-light);
  border: 2px solid var(--color-blue);
}

#map-search .button-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

#map-search .button-circle::after {
  font-size: 1.5rem;
}

#map-search .search__input {
  flex: 1;
  color: var(--color-dark);
  border: none;
  background: transparent;
}

#category {
  margin-bottom: 1rem;
}

.iWindow h2 {
  font-family: var(--sans-serif);
  font-size: var(--size-step-1);
}

.l-page-sidebar> :nth-child(2) {
  order: -1;
  margin-top: 2rem;
}

@media (min-width: 64em) {
  .l-page-sidebar> :nth-child(2) {
    order: 2;
    margin-top: 0;
  }
}

.mt-1 {
  margin-top: 1rem;
}

.px-1 {
  padding: 0 1rem;
}


#legend {
  display: none;
}


#legend-m {
  display: block;
}

@media (min-width: 64em) {
  #legend-m {
    display: none;
  }

  #legend {
    display: block;
  }
}

.resetLink-con {
  margin: .5rem 1rem 1rem;
  text-align: right;
}

#hidden-markers {
  display: none;
}






