*, *:after, *:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
input[type="search"], input[type="text"] {
    -webkit-appearance: none;
    border-radius: 4px;
}
.input input, select, textarea {
    width: 100%!important;
    display: inline-block;
    background-color: white;
    border: 1px solid #c1c7d4;
    border-radius: 4px;
    margin: 0 0 16px;
    margin: 0 0 1rem;
    padding: 7px;
    padding: .4375rem;
    height: 40px;
    height: 2.5rem;
    -webkit-transition: border 0.15s;
    -moz-transition: border 0.15s;
    transition: border 0.15s;
}
html, button, input, select, textarea {
    font-family: "Helvetica Neue","Open Sans",sans-serif;
    color: #484848;
}
button, input {
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
   
}
form {
    display: block;
    margin-top: 0em;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
form.hs-form fieldset {
    max-width: 100%;
}
form.hs-form .hs-field-desc {
    font-size: 80%;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
form .hs-error-msgs {
    margin: 0 0 .5em;
    padding: 0;
    font-style: italic;
    list-style: none;
    color: #f93;
    font-size: 12px;
    font-size: .75rem;
}
