@charset "UTF-8";
@media screen and (max-width: 767px) {
  .grid_item.m-8 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.section + .section {
  margin-top: 15px;
}

.field_label.m-long {
  min-width: 15rem;
}

.text-wrapper {
  margin-top: 20px;
}

.address-list {
  list-style: disc;
}

.address-list-item {
  margin-left: 2.5em;
}

.button-area {
  text-align: center;
}

.button-area:not(:first-child) {
  margin-top: 20px;
}

.button-area:not(:last-child) {
  margin-bottom: 20px;
}

.field-column-left {
  width: 60%;
}

.field-column-right {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .field-column-left {
    width: 100%;
  }
  .field-column-left + .field-column-right {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .field-column-right {
    width: 100%;
  }
  .field-column-left + .field-column-right {
    margin-top: 1.25rem;
  }
}