/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: ;
  font-family: ;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: ;
  border-color: ;
  color: #fff;
  border-radius: 6px;
  
  text-decoration: none;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 3px;
  margin-bottom: 3px;
  vertical-align: top;
  width: 100%;
  padding: 15px;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
  -moz-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
  -o-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
  -ms-transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
  transition: color .5s ease, background-color .5s ease, background-size .5s ease, border-color .5s ease;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 24px;
  font-family: 'Signika Negative';
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  
  color: #fff;
}

.hs-button:active {
  background-color: ;
  border-color: ;
}


.hs-form label {
  color: #654a3d;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color:  !important;
}
.hs-search-module input {
  margin-bottom: 25px;
}
form input,
form select,
form textarea,
.hs-input,
.systems-page input[type="password"]{
  display: inline-block;
  font-weight: normal;
  color: #654a3d;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid;
  padding: 12px 20px;
  outline: none;
  line-height: 20px;
  -webkit-box-shadow: inset 0 0 0 0 rgb(0 0 0 / 0%);
  box-shadow: inset 0 0 0 0 rgb(0 0 0 / 0%);
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 10px;
  background: transparent;
  border-radius: 0;
  border-color: #b8b8b8;
  min-height: 32px;
  color: #654a3d;
}
h3.form-title {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
h3.form-title:empty{
  display:none;
}
h3.form-title:after {
  content: "";
  width: 90px;
  height: 3px;
  background-color: #ee7b27;
  border-color: #ee7b27;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height:unset;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.hs-input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: #654a3d;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 15px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}


form li.hs-form-booleancheckbox {
  color: inherit;
  font-size: 12px;
  position:relative;
}
form .hs-fieldtype-booleancheckbox ul.inputs-list {
  padding: 0;
  margin: 0;
}
form .hs-fieldtype-booleancheckbox ul.inputs-list p {
  line-height: 19px;
  font-size: 12px;
  color: #9A9F9F ;
  font-weight 400;
}
form .hs-input[type=checkbox]{
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 1;
  margin: 1px;
  cursor: pointer;
  opacity: 0;
}
form .hs-form-booleancheckbox-display>span:before{
  border-radius: 0;
  background: #fff;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: #e9e9e9;
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
}
form .hs-form-booleancheckbox-display input[type='checkbox']:checked{
  width: 20px;
  height: 20px;
}
form .hs-form-booleancheckbox-display>span:after{
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ee7b27;
  border-color: #ee7b27;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
form .hs-form-booleancheckbox-display input[type='checkbox']:checked+span:after{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); 
}
form .hs-form-booleancheckbox-display input[type='checkbox']:checked+span{
  margin-left: 28px;
}
form .legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left: 22px
}
form ul.multi-container li {
  display: inline-block;
  color: #3e3f3f;
  width: auto;
  line-height: normal;
  padding: 0;
}

form .hs-input[type=radio] {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: 1px;
  cursor: pointer;
  opacity: 0;
}

form .hs-input[type=radio] + span {
  border-color: #e9e9e9;
  color: #3e3f3f;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  display: inline-block;
}

form .hs-input[type=radio] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: inherit;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}

form .hs-input[type=radio] + span:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #ee7b27;
  border-color: #ee7b27;
  color: #ffffff;
}

form .hs-input[type=radio]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
form .hs-form-booleancheckbox-display input[type='checkbox']:checked+span p {
  color: #3e3f3f;
}
form .hs-form-booleancheckbox-display input[type='checkbox']+span{
  display:inline-block;
}
@media(max-width:767px){
  .body-container-wrapper form{
    margin-bottom:30px;
  }
}
form .hs-fieldtype-booleancheckbox ul.inputs-list p a {
    color: #f07323; 
  text-decoration: underline;
}