.air-alerts-page {
    background: #f6f8fa;
    color: #3f4850;
    padding-bottom: 3em;
}

.air-alerts-page > * > .inner {
    margin: 0 auto;
    max-width: 68em;
    padding: 0 2.5em;
    width: 100%;
}

#wrapper > .air-alerts-page > .air-alerts-main > .inner {
    padding-top: 1.6em;
}

.air-alerts-main,
.air-alerts-form-section {
    background: #f6f8fa;
    padding: 0.65em 0 !important;
}

.air-alerts-main .row,
.air-alerts-form-section .row {
    margin-left: 0;
    margin-right: 0;
}

.air-alerts-hero,
.air-alerts-card {
    background: #ffffff;
    border: 1px solid rgba(44, 62, 72, 0.12);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(31, 48, 58, 0.07);
}

.air-alerts-hero {
    margin-bottom: 0.35em;
    overflow: hidden;
    padding: 1.7em 1.9em;
    position: relative;
}

.air-alerts-hero:before {
    background: #2c7a65;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
}

.air-alerts-hero h1 {
    color: #22282d;
    font-size: 2.65em;
    line-height: 1.05;
    margin: 0 0 0.25em;
}

.air-alerts-hero p {
    color: #5c6670;
    font-size: 1.08em;
    line-height: 1.55;
    margin: 0;
    max-width: 45em;
}

.air-alerts-card {
    padding: 1.75em 1.9em;
}

.air-alerts-field {
    margin: 0 0 1.05em;
}

.air-alerts-field label {
    color: #252c32;
    display: block;
    font-size: 0.98em;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0 0 0.4em;
    text-transform: none;
}

.air-alerts-field input[type="email"],
.air-alerts-field input[type="text"],
.air-alerts-field select,
.air-alerts-card .form-control {
    background: #ffffff;
    border: 1px solid rgba(44, 62, 72, 0.18);
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    color: #3f4850;
    min-height: 2.75em;
    padding: 0.55em 0.75em;
    width: 100%;
}

.air-alerts-field input:focus,
.air-alerts-field select:focus,
.air-alerts-card .select2-container-active .select2-choice,
.air-alerts-card .select2-container-active .select2-choices {
    border-color: #2c7a65 !important;
    box-shadow: 0 0 0 3px rgba(44, 122, 101, 0.14) !important;
    outline: none;
}

.air-alerts-card .select2-container,
.air-alerts-card .select2-container-multi {
    width: 100% !important;
}

.air-alerts-card .select2-container .select2-choice,
.air-alerts-card .select2-container-multi .select2-choices {
    background: #ffffff;
    border: 1px solid rgba(44, 62, 72, 0.18);
    border-radius: 6px;
    box-shadow: none;
    min-height: 2.75em;
}

.air-alerts-card .select2-container .select2-choice {
    line-height: 2.75em;
    padding-left: 0.75em;
}

.air-alerts-card .select2-container-multi .select2-choices {
    padding: 0.24em 0.35em;
}

.air-alerts-card .select2-container-multi .select2-choices .select2-search-field input {
    min-height: 2em;
    padding: 0.25em;
}

.air-alerts-card .select2-container-multi .select2-choices .select2-search-choice {
    background: #e6f3ef;
    border: 1px solid rgba(44, 122, 101, 0.25);
    border-radius: 999px;
    box-shadow: none;
    color: #1f6f5c;
    font-weight: 800;
    line-height: 1.2;
    margin: 0.18em 0.25em 0.18em 0;
    padding: 0.42em 0.75em 0.42em 1.65em;
}

.air-alerts-section-title {
    align-items: center;
    color: #22282d;
    display: flex;
    font-size: 1.45em;
    gap: 0.65em;
    line-height: 1.2;
    margin: 1.65em 0 0.85em;
}

.air-alerts-section-title:before {
    background: #2c7a65;
    border-radius: 999px;
    content: "";
    height: 0.22em;
    width: 1.55em;
}

.air-alerts-check-field {
    background: #f8fafb;
    border: 1px solid rgba(44, 62, 72, 0.1);
    border-radius: 8px;
    padding: 0.9em 1em;
}

.air-alerts-check-field input[type="checkbox"] {
    margin-right: 0.45em;
}

.air-alerts-check-field span,
.air-alerts-check-field label + label {
    color: #3f4850;
    font-weight: 700;
}

.air-alerts-privacy {
    background: #edf6f3;
    border: 1px solid rgba(44, 122, 101, 0.16);
    border-radius: 8px;
    color: #3f4850;
    font-weight: 700;
    line-height: 1.55;
    margin: 1.15em 0 0;
    padding: 1em 1.1em;
}

.air-alerts-recaptcha {
    margin-top: 1em;
    overflow-x: auto;
}

.air-alerts-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.15em;
}

.air-alerts-submit {
    background: #2c7a65 !important;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: 0;
    min-height: 2.75em;
    padding: 0.75em 1.35em !important;
}

.air-alerts-submit:hover,
.air-alerts-submit:focus {
    background: #1f6f5c !important;
}

.air-alerts-card .errorMessage {
    color: #b42318;
    font-weight: 700;
    margin-top: 0.35em;
}

@media screen and (max-width: 736px) {
    .air-alerts-page > * > .inner {
        padding: 0 1em;
    }

    #wrapper > .air-alerts-page > .air-alerts-main > .inner {
        padding-top: 1em;
    }

    .air-alerts-main,
    .air-alerts-form-section {
        padding: 0.45em 0 !important;
    }

    .air-alerts-hero,
    .air-alerts-card {
        padding: 1.25em;
    }

    .air-alerts-hero h1 {
        font-size: 2.05em;
    }

    .air-alerts-actions {
        display: block;
    }

    .air-alerts-submit {
        width: 100%;
    }
}
