a {color: #b03c2f;}
a:hover {opacity: 0.5;}
li {
    margin-bottom: 1.25rem;
}
.zilla-slab-regular {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}

.zilla-slab-medium {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
}

.zilla-slab-bold {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
}
.fallCopy {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
body {background-color: #F4F1EE;margin-top:20px;max-width:950px;margin-left:auto;margin-right:auto;}
img {border-radius: 16px; width:100%;}
.hide {display:none;}
.infoWindowPanel h2 {
    font-size: 21px;
    margin-top: 0;
}
.infoWindowPanel p {
    font-size: 14px;
}
#map > div > div > div > div > div:nth-child(2) {
    z-index: -1 !important;
}
.mapSlider {
max-width:530px;
margin-right:auto;
margin-left:auto;
}
.mapSliderWrapper {
max-width:950px;
height:50px;
}
#map > div:first-child {
    background-color: transparent !important;
}
#map {
border: none;
border-radius: 16px;
background-color:#F4F1EE;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#key {
    width: 150px;
    float: left;
    margin-top: -149px;
    text-align: center;
    background-color: #F4F1EE;
    position: absolute;
    border: none;
}
#key .brown{
background-color:rgba(176,60,47,0.7);
color:#fff;
padding:5px;
}
#key .red{
background-color:rgba(215,121,45,0.7);
color:#fff;
padding:4px;
}
#key .orange {
background-color:rgba(254,181,44,0.7);
color:#fff;
padding:4px;
}
#key .yellow {
background-color:rgba(80,106,72,0.7);
color:#fff;
padding:4px;
}
#map {
height: 530px;
max-width:950px;
width:100%;
}

.range {
  position: relative;
  width: 520px;
  height: 5px;
}

.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
  z-index:10000;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  margin: -10px 0  0;
  border-radius: 50%;
  background: #B03C2F;
  cursor: pointer;
  border: 0 !important;
}
.range input::-moz-range-thumb {
  width: 25px;
  height: 25px;
  margin: -10px 0  0;
  border-radius: 50%;
  background: #B03C2F;
  cursor: pointer;
  border: 0 !important;
}
.range input::-ms-thumb {
  width: 25px;
  height: 25px;
  margin: -10px 0  0;
  border-radius: 50%;
  background: #B03C2F;
  cursor: pointer;
  border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #DF6457;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #DF6457;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #DF6457;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels {
  margin: -10px -41px 0;
  padding: 0;
  list-style: none;
}
.range-labels li {
  position: relative;
  float: left;
  width: 100px;
  text-align: center;
  color: #DF6457;
  font-size: 18px;
  cursor: pointer;
  line-height:20px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.range-labels li::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: #DF6457;
  border-radius: 50%;
}
.range-labels .active {
  color: #B03C2F;
  font-weight: bold;
}
.range-labels .selected::before {
  background: #B03C2F;
}
.range-labels .active.selected::before {
  display: none;
}
@media only screen and (min-width: 1199px) {
	.range-labels li {
		width: 139px;
	}
		
	.range-labels {
		margin: -10px -55px 0;
	}
		
	.range {
		width: 720px;
	}
		
	.mapSlider {
		max-width: 730px;
	}
}
@media only screen and (max-width: 600px) {
	.mapSlider {
		max-width: 290px;
	}
	#map {
	height:480px;
	}
	.range {
		position: relative;
		width: 290px;
		height: 5px;
	}
	.range-labels {
		margin: -10px -21px 0;
	}
	.range-labels li {
		font-size: 14px;
		width: 55px;
	}
	#key {
		width: 110px;
		font-size: 13px;
		margin-top: -129px;
	}
}