.contact-index-index h2.legend {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;border-bottom: none;
    letter-spacing: 0;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100% !important;
}
.form-list li {
    margin: 0 0 10px;list-style-type: none;
}
.contact-index-index h2 b {
    font-weight: bold;
}
.field-recaptcha {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.form-list label {
    float: left;
    font-size: 14px;
    position: relative;
    z-index: 0;
    margin: 0;
    color: #555;
    font-weight: normal;
    margin-bottom: 10px;
}
.form-list li.required label em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}
.form-list .input-box {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    clear: both;
}
.form-list input.input-text {
    width: 100%;
    height: 38px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #fff;
}
div.mage-error {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 10px;
    font-size: 11px !important;
    font-weight: bold;
    line-height: 13px;
    position: relative;
    top: 100%;
    text-align: left;
}
.mage-error:before {
    content: "\f176";
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute;
    left: 3px;
    top: 1px;
}

.contact-index-index .container.contact .contact-info i {
    float: left;
    width: 43px;
    height: 43px;
    background-color: #0f806d;
    color: #fff;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.contact-index-index .container.contact .contact-info p {
    margin-left: 55px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
}
.contact-index-index main#maincontent {
    max-width: 1920px !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.container.contact {
    margin-top: 15px;
}
button.action.submit.primary {
    text-transform: uppercase;
    font-weight: bold;
}



