.hs-form{
    margin: 0px auto 10px;
}
.hs-form fieldset{
    border: none;
    max-width: 100% !important;
}
.hs-form-field {
    padding-bottom: 15px;
}
.hs-form legend {
  font-size: 1em;
  margin-bottom: 5px;
  color: #8a97a0;
  border-bottom: 0px;
}
.hs-form label {
    margin-bottom: 0px;
}
.hs-form span {
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 17px;
    display: inline-block;
    font-weight: bold; margin-bottom: 10px;
}
.hs-form .inputs-list li span {font-weight: 500; margin-bottom: 0px;}
.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}
.hs-form fieldset.form-columns-1 li .hs-input {
    width: auto !important;
}
.hs-form .inputs-list {
    padding-left: 0px !important;
}
.hs-form .inputs-list li {
    list-style: none  !important;
    margin-bottom: 0px;
}
.hs-form input[type="text"],
.hs-form input[type="date"],
.hs-form input[type="datetime"],
.hs-form input[type="email"],
.hs-form input[type="number"],
.hs-form input[type="search"],
.hs-form input[type="time"],
.hs-form input[type="url"],
.hs-form input[type="tel"],
.hs-form textarea,
.hs-form select {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    /*background: rgba(255,255,255,.1);*/
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0px 0px 5px;
    outline: 0;
    padding: 7px 7px 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e5edf0;
    color:#515a59;
    /*-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;*/
    /*box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;*/
    border-bottom: 3px solid #e5edf0;
    box-shadow: none;
}
.hs-form input[type="radio"] {
    margin-right: 15px;
}
.hs-form textarea {
    min-height: 160px;
}
.hs-form input[type="text"]:focus,
.hs-form input[type="date"]:focus,
.hs-form input[type="datetime"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="number"]:focus,
.hs-form input[type="search"]:focus,
.hs-form input[type="time"]:focus,
.hs-form input[type="url"]:focus,
.hs-form input[type="tel"]:focus,
.hs-form textarea:focus,
.hs-form select:focus{
    border-bottom: 3px solid #00adef;
    box-shadow: none;
    outline: none;
}
.hs-form select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.hs-form .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}
.hs-button-reset,
.hs-form .hs-button {
    border: none;
    font-family: 'Open Sans';
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0
}

.base-hs-button-styles,
.hs-form .hs-button {
    /*    text-decoration: none;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        padding: 7px 18px 7px;
        position: relative;
        text-align: center*/
}

.base-hs-button-styles:hover,
.hs-form .hs-button:hover {
    text-decoration: none
}
.hs-form .hs-button
{
  margin: 0;
  font-size: 2.0rem;
  padding: 1.5rem 2.5rem;
  display: block;
  background-color: #ed6822;
  border: 1px solid transparent;
  color: #ffffff;
  min-width: 220px;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hs-form .hs-button:hover {
    background-color: #ffffff;
    color: #ed6822;
    border-color: #ed6822;
}

.hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
    /*border: none !important;*/
    outline: none !important;
    box-shadow: none !important;
}
.hs-form ul.hs-error-msgs{
    padding-left: 0px;
    min-height: 15px;
}
.hs-form ul.hs-error-msgs li {
    list-style: none;
    font-size: 12px;
    color: #BD3034;
}
.hs-form .hs-form-required {
    display: none !important;
}
.hs-button-back {
    display: table;
    margin-top: 15px !important;
    color: #e34d01 !important;
    border-bottom: 2px solid #e34d01 !important;
}
.hs-form .hs-button-back:hover{
    background: #9f9f9f !important;
    color: #ffffff !important;
    border-bottom: 2px solid #9f9f9f !important;
}
#hsForm_6ec89138-98c4-482c-a3a2-0627e5a5bf03 label{
    display: block;
    margin-bottom:5px !important;
}

#hsForm_6ec89138-98c4-482c-a3a2-0627e5a5bf03 h3:nth-child(n+2){
    padding-bottom: 0px !important;
    padding-top: 15px !important;
}
#hsForm_6ec89138-98c4-482c-a3a2-0627e5a5bf03 .hs-form-field label:first-child {margin-top:-10px;display:block;}
#hsForm_6ec89138-98c4-482c-a3a2-0627e5a5bf03 .hs-form-radio-display {margin-top:0px !important;}
#hsForm_6ec89138-98c4-482c-a3a2-0627e5a5bf03 .hs-richtext h3{
    padding-bottom: 0px !important;
    padding-top: 15px  !important;
}

#hsForm_6dd515e7-44a9-4d17-b71c-79ddeddf72ee .hs-form-field label:first-child {margin-top:-10px;display:block;}
#hsForm_6dd515e7-44a9-4d17-b71c-79ddeddf72ee .hs-form-radio-display {margin-top:0px !important;}
#hsForm_6dd515e7-44a9-4d17-b71c-79ddeddf72ee .hs-richtext h3{
    padding-bottom: 10px !important;
    padding-top: 15px  !important;
}
#hsForm_6dd515e7-44a9-4d17-b71c-79ddeddf72ee .hs-richtext p{
    padding-bottom: 0px !important;
}
.hs-form .hs-form-required {
    display: none !important;
}

#hsForm_6ec89138-98c4-482c-a3a2-0627e5a5bf03 .hs-form-field label:first-child {margin-top:-10px;display:block;}
#hsForm_6ec89138-98c4-482c-a3a2-0627e5a5bf03 .hs-form-radio-display {margin-top:0px !important;}
#hsForm_6ec89138-98c4-482c-a3a2-0627e5a5bf03 .hs-richtext h3{
    padding-bottom: 0px !important;
    padding-top: 15px  !important;
}

#hsForm_6dd515e7-44a9-4d17-b71c-79ddeddf72ee .hs-form-field label:first-child {margin-top:-10px;display:block;}
#hsForm_6dd515e7-44a9-4d17-b71c-79ddeddf72ee .hs-form-radio-display {margin-top:0px !important;}
#hsForm_6dd515e7-44a9-4d17-b71c-79ddeddf72ee .hs-richtext h3{
    padding-bottom: 10px !important;
    padding-top: 15px  !important;
}
#hsForm_6dd515e7-44a9-4d17-b71c-79ddeddf72ee .hs-richtext p{
    padding-bottom: 0px !important;
}
