form.maForm {
    padding: 20px 23px 0;
    font-family: "Open Sans", Arial, sans-serif;
    color: #666666;
}

.maFormElement, .maFormComboContainer {
    padding: 1em 0;
}

.maFormElement.maFormFieldTypeStandardHidden {
    padding: 0;
}

.maFormSubscriptionUnsubscribeAll {
    padding-top: 1em;
}

.maFormSubscriptionSelect {
    color: #0078e7;
}

.formRequiredLabel, .maFormSubscriptionSelect:active {
    color: #e72c29;
}

form.maForm label {
    font-weight: 600;
}

form.maForm label.formSubscriptionLabel, .maFormSubscriptionSelectLabel, form.maForm label.formCheckboxLabel, form.maForm label.formRadioLabel, form.maForm .formGdprNotice {
    display: block;
    font-weight: normal;
}

.maFormComboContainer {
    overflow: auto;
}

form.maForm input {
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form.maForm input, form.maForm select, form.maForm textarea {
    font-weight: normal;
    height: 37px;
    width: 100%;
    margin-top: 3px;
    background-color: #fafafa;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

form.maForm input[type="checkbox"] {
    width: 1em;
    height: 1em;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

form.maForm input[type="radio"] {
    height: 15px;
    width: inherit;
}

form.maForm input[type="checkbox"] {

}

form.maForm textarea {
    min-height: 100px;
}

form.maForm button {
    font-size: 16px;
    text-shadow: none;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    border: none;
    background-color: #0057E9;
    background-image: none;
    width: 100%;
    border-radius: 3px;
}

form.maForm button:hover {
    border-width: 2px;
    background-color: #026ed3;
}

.maFormComboHalf {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.maFormComboContainer .maFormComboHalf:last-child {
    margin-right: 0;
}

@media (max-width: 480px) {
    .maFormComboHalf {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 7px;
    }
    .maFormComboHalf:first-of-type {
        margin-top: 0;
    }
}

form.maForm .formRequiredError, form.maForm .formEmailError, form.maForm .formValidationError {
    background: url("/source/c7dc537ff2cdd30dc4b957ca0dc54090/form-error.png") no-repeat right top #FEECEC;
}

form.maForm span.formRequiredLabel, form.maForm .formRequiredOptionListError  {
    color: red;
    padding-left: 5px;
}

form.maForm .formRequiredOptionListError {
    font-size: 0.75em;
    font-style: italic;
    font-weight: lighter;
}