#arcgis-map {
  position:absolute;
  top: 50px;
  bottom: 0px;
  height: auto;
  left: 0px;
  right: 0px;
  padding: 0;
  margin: 0;
  border: 1px solid #25363d;
  background: #FFFAF1;
}

@media only screen and (max-width: 700px) {
  #arcgis-map {
    position:absolute;
    top: 80px;
    bottom: 0px;
	height: auto;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    border: 1px solid #25363d;
	background: #FFFAF1;
  }
}

/* Search Widget */
#searchDIV{
  position: absolute;
  top: 15px;
  left: 60px;
}