@charset "UTF-8";
/**************************************************

    CF7SF CSS
    Version: 1.0.1

**************************************************/

.p0 {
  padding: 0 !important;
}
form.cf7sf_form {
  max-width: 785px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.cf7sf {
  max-width: 785px;
  margin: 0 auto;
  font-size: 13px;
  font-family: 'Helvetica', arial, sans-serif;  
  color: #222;
}
.cf7sf .inner {
  padding: 22px 15px 0;

}
.cf7sf * {
  box-sizing: border-box;
}
.cf7sf .logo img {
  display: inline-block;
  vertical-align: middle;
}
.cf7sf h1, .cf7sf h2 {
  font-weight: bold !important;
  letter-spacing: -1px;
  font-size: 26px !important;
}
.cf7sf h3, .cf7sf h6 {
  font-family: 'Helvetica', arial, sans-serif;
  letter-spacing: 0;
}
.cf7sf h3 {
  margin: 0;
  padding: 15px 0 10px;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.5;
}
.cf7sf h4 {
  font-size: 16px !important;
}
.cf7sf h6 {
  font-weight: bold;
  padding: 10px 10px 0;
  margin-bottom: -7px;
}
.cf7sf p {
  padding: 0 0 15px !important;
  line-height: 1.5;
}
.cf7sf .p0 {
  padding: 0 !important;
}
.cf7sf .offset-bottom-padding {
  margin-bottom: -15px !important;
}

.cf7sf hr {
  margin: 22px 0;
  border-top: 1px solid #222;
  clear: both;
}

.formtable {
  border-color: #222 !important;
  margin-bottom: 25px !important;
}
.formtable td {
  border-top-color: #222 !important;
  padding: 10px 12px 20px !important;
}
@media screen and (max-width: 767px) {
.formtable td {
  width: 100%;
  display: block;
}
}

.cf7sf .field-group {
  background-color: #fbfbfb;
  padding: 14px;
  border: 1px solid #333;
  border-radius: 4px;
  margin-bottom: 22px;
}
.cf7sf .field-group.first {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.cf7sf .field-group.middle {
  border-radius: 0;
  margin: -1px 0;
}
.cf7sf .field-group.last {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cf7sf label {
  display: flex;
  align-items: baseline;
  color: #222;
}
.cf7sf label.noflex {
  display: block;
}
.cf7sf label:not(.noflex) .wpcf7-form-control-wrap {
  flex: 2;
  padding-left: 8px;
}
.cf7sf input[type=email], .cf7sf input[type=tel], .cf7sf input[type=date], .cf7sf input[type=number], .cf7sf input[type=text], .cf7sf select, .cf7sf textarea {
  width: 100%;
  border: 0 !important;
  border-radius: 3px;
  padding: 6px !important;
  border: 1px solid #dbdbdb !important;
  /*background-color: #f9f9f9 !important;*/
  color: #222 !important;
}
.cf7sf input:focus, .cf7sf textarea:focus {
  border-color: #666!important;
}
.cf7sf input.addyline1 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cf7sf input.addyline2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
  border-top-color: #dbdbdb!important;
}
.cf7sf textarea {
  border: 1px solid #dbdbdb!important;
  margin-top: 3px;
}

.cf7sf .wpcf7-list-item {
  margin: 5px 8px 5px 2px;
}
.cf7sf .wpcf7-list-item label {
  align-items: flex-start;
}
.cf7sf label input[type=checkbox] {
  flex: 1;
  margin: 3px;
}
.cf7sf .inline-other .wpcf7-form-control-wrap:last-of-type {
  display: inline-block;
}
.cf7sf .wpcf7-submit {
  border: 0;
  background-image: linear-gradient(234deg, rgba(218, 239, 231, 0.15) 0%, #29c4a9 100%);
  background-color: #00A9A7;
  padding: 12px 18px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-width: 666px) {
  .mcenter {
    text-align: center;
  }
  .cf7sf .mp0 {
    padding: 0 !important;
  }
  .cf7sf .mpb-15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 500px) {
  .cf7sf label {
    align-items: center;
  }
  .cf7sf label .label {
    max-width: 100px;
  }
}