/* Contact CSS
-------------------------------- */
.contact p,
.contact dt,
.contact dd {
  text-align: left;
}
:placeholder-shown {
  color: #ced4da;
  font-weight: 200;
}
.contact dl {
  margin-bottom: 0;
  padding: 8px 0;
}
.contact dt {
  color: #0f2a4b;
  margin-bottom: 0;
}
.contact dd {
  margin-bottom: 0;
}
.contact dd .back_button {
  border-bottom: 1px solid #333;
}
.contact dd .back_button:hover {
  border-bottom: 1px solid #333;
}
.contact dd .no_margin {
  margin-bottom: 0;
}

.contact input[name="email"] {
  margin-bottom: 8px;
}

.link_underbar {
  text-decoration: underline;
  color: #0f2a4b;
}

@media (min-width: 768px) {
  .not_border_flex_wrap {
    flex-wrap: nowrap !important;
  }
  .contact dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: top;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #acb8c6;
  }
  .contact dl:last-of-type {
    margin-bottom: 20px;
  }
  .contact dt {
    font-size: 20px;
    margin: 0;
    width: 200px;
  }
  .contact dd {
    margin: 0;
    width: 65%;
  }
  .contact .mwform-radio-field.horizontal-item {
    padding-left: 24px;
    padding-right: 32px;
  }
  button[name="submitBack"] {
    margin-right: 24px;
  }
  .annotation {
    font-size: 16px;
    margin-top: 10px;
  }
  .sp_only {
    display: none;
  }
  .part2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contact .form {
    margin-bottom: 25px;
    /*padding: 30px 20px 20px 20px;*/
  }
  .contact dl {
    border-bottom: 1px solid #acb8c6;
  }
  .contact dl:last-of-type {
    margin-bottom: 8px;
  }
  .contact .mwform-radio-field.horizontal-item {
    padding-left: 24px;
    padding-right: 16px;
  }
  .contact .contactButtons button {
    margin-bottom: 20px;
    width: 80%;
  }
  .annotation {
    font-size: 14px;
  }
  .m_float {
    margin: 20px 0;
  }
  .part2 {
    font-size: 25px;
  }
  .line_qr_margin_bottom {
    margin: 0px !important;
  }
}

.not_padding {
  padding-top: 0px !important;
}

.line_qr_margin_bottom {
  margin-bottom: 20px !important;
}

.not_border_flex_wrap {
  border: none !important;
  margin-bottom: 0px !important;
}