.table table th {
  width: 20em;
}
@media screen and (max-width: 768px) {
  .table table th {
    width: 100%;
  }
}
.table table ul {
  margin-bottom: 0;
}
.table table.docs a {
  font-weight: 700;
}

.note {
  padding-top: 1em;
}

.this_map {
  position: relative;
  width: 100%;
  padding-top: 26.3157894737%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .this_map {
    padding-top: 57.1428571429%;
  }
}
.this_map .google-map {
  position: absolute;
  inset: 0;
}
.this_map .google-map iframe {
  width: 100%;
  height: 100%;
}

.application-form-dl {
  border: 2px solid #EBEBEB;
  padding: 1em 2em;
}

/*# sourceMappingURL=020200_page.css.map */
