.notes {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
}

@media (max-width: 599px) {
  .notes {
    text-align: left;
  }
}

/* list */
.list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ececec;
}
@media (max-width: 599px) {
  .list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.list dt, .list dd {
  margin: 0;
  padding: 1.5rem 0;
  border-top: solid 1px #ececec;
}
@media (max-width: 599px) {
  .list dt {
    width: 100%;
    padding: 1rem 0 0.2rem;
    text-align: left;
  }
  .list dd {
    width: 100%;
    padding: 0.2rem 0 1rem;
    border-top: 0 none;
    text-align: left;
  }
}
.list ul {
  display: block;
  margin-left: 0;
  padding-left: 1.5rem;
}
.annotation {
  margin-left: 2rem;
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.flex-column .annotation {
  margin-left: 0;
}


/**/
.form-group {
  margin: 2rem 0;
}
label {
  display: block;
  margin: 0;
  padding: 0.3rem 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #666;
}
.required {
  color: red;
}
input {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.5rem 1rem;
  vertical-align: top;
  font-weight: 300;
  border: solid 1px #999;
  border-radius: 0.5rem;
  transition: 0.3s;
}
input::placeholder {
  color: #ccc;
}
input:focus {
  outline: none;
  border: solid 1px #ef821a;
  box-shadow: 0 0 5px 1px rgba(239, 130, 26, .5);
}
input:focus::placeholder {
  color: transparent;
}
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  margin: 0.5rem 3rem 0.5rem 0;
}
.wpcf7-radio .wpcf7-list-item input, .wpcf7-radio .wpcf7-list-item label {
  display: inline;
  margin-right: 0.5rem;
  width: auto;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 300;
}
.edu-bg select {
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-weight: 300 !important;
  border: solid 1px #999;
  border-radius: 0.5rem;
}
.address-group {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.address-group input {
  display: block;
  width: 100%;
  height: auto;
  margin: 0.5rem 0;
  vertical-align: top;
  font-weight: 300 !important;
}
.address-group select {
  padding: 0.5rem;
  font-weight: 300 !important;
  border: solid 1px #999;
  border-radius: 0.5rem;
}
textarea {
  display: inline-block;
  width: 100%;
  height: 10rem;
  padding: 0.5rem 1rem;
  font-weight: 300;
  border: solid 1px #999;
  border-radius: 0.5rem;
  transition: 0.3s;
}
textarea::placeholder {
  color: #ccc;
}
textarea:focus {
  outline: none;
  border: solid 1px #ef821a;
  box-shadow: 0 0 5px 1px rgba(239, 130, 26, .5);
}
textarea:focus::placeholder {
  color: transparent;
}

.em {
  font-weight: 500;
}

.verifi {
  text-align: center;
}

@media (max-width: 599px) {
  .verifi p {
    text-align: left;
  }
}

.verifi button {
  margin: 1rem 0 3rem;
  width: 50%;
  height: 3rem;
  background-color: #ef821a;
  color: #fff;
  border: 0 none;
  border-radius: 1.5rem;
}

