body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: #212121;
}

p {
  line-height: 1.4;
  font-size: 1.3rem;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

/* map with dropdown */
.choose-variable {
  background-color: #fff;
  width: 100%;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
  margin: 20px 0 45px 0;
  border-bottom: 4px solid #b56969;
}

.choose-variable select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 6px 10px 10px;
  outline: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 400px) {
  .choose-variable select {
    width: 95%;
  }
}

.choose-variable select::-ms-expand {
  display: none;
}

.choose-variable select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select-arrow {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 2rem;
  height: 2rem;
  color: #212121;
  font-size: 1.4rem;
  z-index: 1;
  pointer-events: none;
}

.select-arrow:after {
  content: '\2193';
  font-size: 2rem;
}

.cta {
  font-size: 1.2rem;
  font-weight: 800;
}

.map {
  width: 100%;
  height: 400px;
  margin: 0px 0 15px 0;
  padding-bottom: 15px;
}
