.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field {
  display: block;
  margin-bottom: 1em;
  zoom: 1;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field:before {
  content: '';
  display: block;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field:after {
  content: '';
  display: table;
  clear: both;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field label {
  display: block;
  margin-bottom: 5px;
  
  text-align: left;
  color: #ffffff;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field label strong {
  font-size: 20px;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field label.sow-form-field-label-left {
  float: left;
  margin-right: 10px;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field label.sow-form-field-label-right {
  float: right;
  margin-left: 10px;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field .sow-field-container {
  overflow: hidden;
  display: block;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field .sow-field-container textarea:focus,
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field .sow-field-container input:focus,
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field .sow-field-container > :focus {
  outline-style: inset;
  outline-color: #002072;
  outline-width: 1px;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field .sow-text-field {
  height: 50px;
}
@media (min-width: 780px) {
  .so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-datepicker .sow-text-field,
  .so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-location .sow-text-field {
    max-width: none;
  }
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field textarea {
  height: 50px;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field textarea,
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field .sow-text-field {
  display: block;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 21px;
  
  border: 2px solid #002072;
  padding: 10px;
  
  color: #000022;
  font-size: 16px;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-checkboxes ul,
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-radio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-checkboxes ul li,
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-radio ul li {
  margin: 0;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-checkboxes ul label,
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-radio ul label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-checkboxes ul input,
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field.sow-form-field-radio ul input {
  float: left;
  margin-right: 0.5em;
  height: auto;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-form-field .sow-form-field-description {
  font-size: 14px;
  margin-top: 0.2em;
  margin-left: 0.2em;
  color: #ffffff;
  font-style: italic;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-recaptcha {
  margin-bottom: 1em;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-contact-form {
  padding: 10px;
  border: #002072 solid 1px;
  background-color: #002072;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-contact-form .sow-error {
  background: #002072;
  border: 1px solid #002072;
  color: #bf0000;
  border-radius: 2px;
  padding: 5px;
  font-size: 0.8em;
  list-style: none;
  margin: 0 0 10px 0;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-contact-form .sow-error li {
  margin: 0;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-contact-form .sow-submit-styled {
  text-align: center;
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-contact-form .sow-submit-styled .sow-submit {
  color: #002a72;
  background: #68e183;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #26bd47), color-stop(1, #68e183));
  background: -ms-linear-gradient(bottom, #26bd47, #68e183);
  background: -moz-linear-gradient(center bottom, #26bd47 0%, #68e183 100%);
  background: -o-linear-gradient(#68e183, #26bd47);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68e183', endColorstr='#26bd47', GradientType=0);
  border: 2px solid #ffffff;
  border-radius: 20px;
  font-weight: bold;
  font-size: 26px;
  padding: 20px 40px;
  display: inline-block;
  
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}
.so-widget-sow-contact-form-default-93bf704d603c .sow-contact-form .sow-submit-styled .sow-submit:disabled {
  color: #0050d8;
  cursor: not-allowed;
  background: #93e9a6;
  border: 2px solid #ffffff;
}