@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
/* CSS Document */

.hs-form-wrap { font-family: 'Lato', sans-serif; }

.hs-form-wrap .hs-input {
    height: 55px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    font-size: 16px;
 font-family:;
    color: #444444;
    font-family: 'Lato', sans-serif;
    text-indent: 15px;
    padding: 0;
}

.hs-form-wrap input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error {
    border-color: rgba(246, 75, 127, 0.5);
    box-shadow: 0 0 3px rgba(246, 75, 127, 0.5);
}

.hs-form-wrap input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error:focus {
    border-color: #F64B7F;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(246, 75, 127, 0.5);
}

.hs-form-wrap input.hs-input:focus, textarea.hs-input:focus {
    border-color: rgba(0, 161, 223, 0.5);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(0, 161, 223, 0.5);
}

 .hs-form-wrap .hs-form.stacked label {
    padding-left: 15px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.hs-form-wrap .hs-form fieldset.form-columns-1 .hs-input {
 width: 100%  margin: 0 auto;
    font-size: 16px;
    height: 55px;
    vertical-align: middle;
    line-height: 50px;
}

.hs-form-wrap .hs-form fieldset.form-columns-1 .hs-input:focus { border-color: rgba(0, 161, 223, 0.5); }

.hs-form-wrap .hs-form .hs-form-required { color: #00A1DF; }

.hs-form-wrap .hs-form .hs-button {
    padding: 0;
    width: 180px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #fff;
    background-color: #00A1DF;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    background-image: none;
    text-decoration: none;
    text-shadow: none;
}

.hs-form-wrap .hs-form .hs-button:hover, .hs-form-wrap .hs-form .hs-button:active, hs-form-wrap .hs-form .hs-button:focus {
    background-color: #00B09A;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.hs-form-wrap .hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
    background-color: #00B09A;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}