/** LANDING PAGE CORRECTIONS **/
h1, h2, h3, h4, h5, h6 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}

.span6.widget-span.widget-type-widget_container {
    width: 100% !important;
}

/** FORM CORRECTIONS **/
.hs-form fieldset {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 1em 0 0 0 !important;
}

.hs-form fieldset.form-columns-1 .input {
    margin-right: 0px;
}

.hs-form fieldset.form-columns-1 input[type="text"],
.hs-form fieldset.form-columns-1 input[type="email"],
.hs-form fieldset.form-columns-1 textarea,
.hs-form fieldset.form-columns-1 select {
    width: 97.5% !important;
}

.hs-form fieldset.form-columns-1 input[type="checkbox"],
.hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
}

.hs-form fieldset.form-columns-2 .input {
    margin-right: 0px;
}

.hs-form fieldset.form-columns-2 input {
    width: 95%;
}

.hs-form fieldset.form-columns-3 .input {
    margin-right: 0px;
}

.hs-form fieldset.form-columns-3 input {
    width: 98%;
}

.hs-form fieldset.form-columns-3 select {
    width: 98%;
}

div input,
div select {
    border: 2px solid #e9e9e9;
    background: #fff;
    padding: 0.7em;
    border-radius: 5px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

div.input textarea {
    min-height: 150px;
    border: 2px solid #e9e9e9;
    background: #ffffff;
    padding: 0.5em;
    border-radius: 5px;
    width: 97.5%;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

div input:focus,
div select:focus,
div.input textarea:focus {
    outline: 0;
    background: #ededed;
    border-bottom: 2px solid rgba(238, 46, 36, 0.5);
}

div input[type="file"] {
    border: none;
    padding-left: 0px;
}

div input[type="file"]:focus {
    border: none;
}

div input[type="checkbox"] {
    width: auto;
}

ul.inputs-list {
	list-style: none;
    margin-left: -40px;
}

li.hs-form-checkbox {
    list-style: none;
    width: 25%;
    display: inline-block;
}

li.hs-form-booleancheckbox {
	list-style: none;
	display: inline-block;
}

li.hs-form-checkbox span,
li.hs-form-booleancheckbox span,
li.hs-form-radio span {
    margin-left: 10px;
}

li.hs-form-radio {
    display: inline-block;
    margin-right: 30px;
}

.hs-form-field label {
    text-transform: uppercase;
}

span.hs-form-required {
    color: #ee2e24;
}

legend.hs-field-desc {
    margin: 0px 0 10px 0;
    font-size: 12px;
    color: #696969;
    border-bottom: none;
}

ul.hs-error-msgs {
    list-style: none;
    margin-left: -40px;
    margin-top: 4px;
    font-size: 11px;
    color: #ee2e24;
}

.hs-richtext {
    margin-bottom: 25px;
}

.hs_recaptcha.field.hs-form-field {
    margin: 20px 0 0 0;
}

input.hs-button.primary.large {
    position: relative;
    margin: 20px 0 0 0;
    display: inline-block;
    padding: 0 25px;
    outline: none;
    border: none;
    background: #ee2e24;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 1.1em;
    line-height: 2.8;
	font-weight: bold;
}

input.hs-button.primary.large:hover {
    background: #222222;
}

.submitted-message {
    background: #dff0d8;
    padding: 20px 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.legal-consent-container {
    font-size: .85em;
    margin-top: 10px;
}

/** SINGLE COLUMN CORRECTIONS **/

.field.hs-form-field {
    margin: 1em 0 0 0;
}

.input input,
.input select {
    width: 97.5%;
}


/** MOBILE CORRECTIONS **/

@media (max-width: 400px),
(max-device-width: 480px) and (min-device-width: 320px) {
    .hs-form fieldset.form-columns-1 .hs-input,
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    .hs-form fieldset.form-columns-2 input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input,
    .hs-form fieldset.form-columns-3 select {
        width: 100%;
        margin: 0;
    }
    .input input,
    .input select {
        width: 100%;
    }
    .hs-form-field {
        min-height: 80px;
        height: auto;
    }
    .hs-form fieldset {
        margin: 0;
    }
    li.hs-form-checkbox {
        width: 100%;
    }
}
