.spec-scroll{
	overflow-y:scroll;
	height:610px;
  }
  .wt-main {
	padding: 50px 0;
  }

	#map {
		height:600px;
		width: 100%;
		margin-top: 10px;
		position: relative;
		height: 600px;
width: 37%;
top: 82px;
flex: 1 1 0%;
padding: 10px;
outline-style: none;
position: fixed;
z-index: 1;
left: 2% ; 
right : 2% ; 

	}


	@media screen and (min-width: 1440px) {
	  #map {


	height: 753px !important;
width: 38%!important;
top: 128px!important;
flex: 1 1 0%!important;
padding: 10px!important;
position: fixed!important;
z-index: 1!important;
left: 44px !important;     }
}



	@media screen and (max-width: 992px) {
	  #map {
width: auto !important;
position: relative !important;
   margin-bottom: 49px !important;
   border: solid 10px white !important;
	  }
}

	#locations {
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
		background-color: #f2f2f2;
	}

	#result {
		margin-top: 10px;
		padding: 10px;
		background-color: #f2f2f2;
	}

	#sortedLocations {
		margin-top: 10px;
		padding: 10px;
		background-color: #ffffff;
	}




	#map-container {
	width: 100%;
	height: 100%;
	position: relative;
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;

  }

  #map-container a {
	text-decoration: none;
	color: #1967d2;
  }

  #map-container button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	font-size: inherit;
	cursor: pointer;
  }

  #gmp-map {
	position: absolute;
	left: 25em;
	top: 0;
	right: 0;
	bottom: 0;
  }

  #locations-panel {
	position: absolute;
	left: 0;
	width: 25em;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	background: white;
	padding: 0.5em;
	box-sizing: border-box;
  }

  @media only screen and (max-width: 876px) {
	#gmp-map {
	  left: 0;
	  bottom: 50%;
	}

	#locations-panel {
	  top: 50%;
	  right: 0;
	  width: unset;
	}
  }

  #locations-panel-list > header {
	padding: 1.4em 1.4em 0 1.4em;
  }

  #locations-panel-list h1.search-title {
	font-size: 1em;
	font-weight: 500;
	margin: 0;
  }

  #locations-panel-list h1.search-title > img {
	vertical-align: bottom;
	margin-top: -1em;
  }

  #locations-panel-list .search-input {
	width: 100%;
	margin-top: 0.8em;
	position: relative;
  }

  #locations-panel-list .search-input input {
	width: 100%;
	border: 1px solid #80868b;
	border-radius: 0.3em;
	height: 2.7em;
	box-sizing: border-box;
	padding: 0 1em 0 2.5em;
	font-size: 0.9em;
  }

  #locations-panel-list .search-input input:focus {
	outline: 2px solid #1e88e5;
  }

  #locations-panel-list .search-input input::placeholder {
	color: #212121;
	opacity: 0.5;
  }

  #locations-panel-list .search-input-overlay {
	position: absolute;
  }

  #locations-panel-list .search-input-overlay.search {
	left: 2px;
	top: 2px;
	bottom: 2px;
	width: 2.4em;
  }

  #locations-panel-list .search-input-overlay.search button {
	width: 100%;
	height: 100%;
	border-radius: 0.2em;
	color: black;
	background: transparent;
  }

  #locations-panel-list .search-input-overlay.search .icon {
	margin-top: 0.15em;
	vertical-align: top;
	width: 0.9em;
  }

  #locations-panel-list .section-name {
	font-weight: 500;
	font-size: 0.9em;
	margin: 1.8em 0 1em 1.5em;
  }

  #locations-panel-list .location-result {
	position: relative;
	padding: 0.8em 3.5em 0.8em 1.4em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	cursor: pointer;
  }

  #locations-panel-list .location-result:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
  }

  #locations-panel-list .location-result:last-of-type {
	border-bottom: none;
  }

  #locations-panel-list .location-result.selected {
	outline: 2px solid #4285f4;
  }

  #locations-panel-list button.select-location {
	margin-bottom: 0.6em;
	text-align: left;
  }

  #locations-panel-list .location-result h2.name {
	font-size: 1em;
	font-weight: 500;
	margin: 0;
  }

  #locations-panel-list .location-result .address {
	color: #757575;
	font-size: 0.9em;
	margin-bottom: 0.5em;
  }

  #locations-panel-list .directions-button {
	position: absolute;
	right: 1.2em;
	top: 2.3em;
  }

  #locations-panel-list .directions-button-background:hover {
	fill: rgba(116,120,127,0.1);
  }

  #locations-panel-list .directions-button-background {
	fill: rgba(255,255,255,0.01);
  }

  #locations-panel-list .location-result .distance {
	position: absolute;
	top: 0.9em;
	right: 0;
	text-align: center;
	font-size: 0.9em;
	width: 5em;
  }

  #locations-panel-list .option-container {
	display: inline-block;
	margin: 0.2em 0;
	position: relative;
	vertical-align: top;
  }

  #locations-panel-list .option-container button:hover,
  #locations-panel-list .option-container a:hover {
	background-color: #f1f3f4;
  }

  #locations-panel-list .option {
	border: 1px solid #e0e0e0;
	border-radius: 1.3em;
	color: #1967d2;
	font-size: 0.9em;
	font-weight: 500;
	padding: 0.6em 0.7em;
  }

  #locations-panel-list .action-button .option {
	align-items: center;
	display: flex;
  }

  #locations-panel-list .action-button .open-icon {
	/* Match link color #1967d2 */
	filter: invert(30%) sepia(67%) saturate(7379%) hue-rotate(209deg) brightness(95%) contrast(80%);
	height: 1.2em;
	margin-right: 0.4em;
  }

  #locations-panel-list .action-button span {
	margin-right: 0.3em;
  }

  #location-results-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
  }

  div.spec-overflow{
	height: 600px;
	overflow-y: scroll;
  }
 
@media(max-width:992px){
#map {
		height: -webkit-fill-available !important;
	   
	}
div.spec-res{
  order: -1;
width: 100%;
height: 400px;
position: relative;
margin-bottom: 25px;
}
.spec-scroll{
height: auto !important;
overflow: hidden;
 }
}


.map-sticky #map {
position: fixed !important;

top: 50px;
width: 38%;
height: 100%;

}
