#content {
    padding: unset;
}

body#login {
    background: unset;
    min-height: unset !important;
    overflow: auto;
}
.zsiq_floatmain {
    display: none !important;
}

.privacypolicy {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

input#privacypolicy {
    height: 24px;
    width: 50px;
    margin: unset;
}

#form-signup {
    font-family: "Open Sans", serif;
    font-size: 14px;
    width: 40%;
    color: #445877;
    margin: 40px 0 40px 0;
}

#form-signup .note {
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #9CA9B9;
}

#form-signup .note.note-danger {
    color: red;
}

#form-signup .label {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #333333;
}

.smart-form fieldset {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 60px 80px;
}

.after-school-section.after-school-section__gray.after-school-section__signup-form {
    padding: 0 20px;
    justify-content: center;
}

.after-school-form__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #445877;
    align-items: center;
    text-align: left;
    gap: 40px;
}

.after-school-form__actions a {
    color: #6485DF;
}

.after-school-form__action-continue {
    background: #2F6DD9;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 4px;
    width: 180px;
    height: 48px;
}

.after-school-form__caption {
    font-family: "Open Sans", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    color: #101B2A;
    text-align: center;
}

.after-school-link {
    color: #1A1A1A;
}

.after-school-link:hover {
    color: #1A1A1A;
}

.after-school-section__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 15px;
}

.after-school-section {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
    gap: 25px;

    font-size: 18px;
}

.generic.after-school-section {
    padding: 50px 0 50px 0;
    justify-content: center;
}

.generic.after-school-section .after-school-section__content {
    max-width: 1224px;
}

.after-school-section__black {
    background-color: #101B2A;
    color: #FFFFFF;
}

.after-school-section__gray {
    background-color: #ECEFF3;
}

.after-school-logo img {
    width: auto;
    height: 40px;
}

.after-school-section__img.after-school-section__description-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.after-school-section__black .after-school-section__img.after-school-section__description-img {
    justify-content: flex-start;
}

.after-school-section__img.after-school-section__description-img img {
    max-height: 380px;
    max-width: 100%;
}
.after-school-section__content {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.after-school-section__img img {
    max-height: 350px;
}

.after-school-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    gap: 50px;
}

.after-school-section__caption {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

.after-school-section__black .after-school-section__caption {
    color: #FFFFFF;
}
.generic .after-school-section__caption,
.generic .after-school-section__text {
    font-family: "Open Sans", serif;
}

.after-school-section__text {
    font-family: "Open Sans", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3em;
}
.after-school-section__black .after-school-section__text {
    color: #FFFFFF;
}

.after-school-section__text p {
    margin-bottom: 32px;
}

.after-school-section__text p:last-child {
    margin-bottom: 32px;
}

.after-school-section__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(13, 19, 26);
    gap: 40px;
}

.after-school-section__programs-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
}

.after-school-section__programs-info .after-school-section__text {
    max-width: 350px;
}

.after-school-section__programs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
}

.after-school-section.after-school-section__contact-us {
    padding: 60px 20px;
    justify-content: space-around;
}

.after-school-section__powered {
    justify-content: center;
}

.after-school-section__program {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.after-school-section__powered-by img {
    margin-bottom: 8px;
}

.after-school-section .after-school-section__header {
    justify-content: space-between;
}

.after-school-section__black .after-school-link {
    color: #FFFFFF;
}

@media (max-width: 1280px) {
    #form-signup {
        width: 40%;
    }

    .smart-form fieldset {
        padding: 40px;
    }

    .after-school-section__text {
        max-width: 300px;
    }

    .after-school-section__content .after-school-section__text {
        max-width: 100%;
    }

    .after-school-section__img img {
        max-height: 300px;
    }

    .after-school-section__description {
        gap: 20px;
    }
    .after-school-section__programs-info .after-school-section__text {
        max-width: 300px;
    }
    .after-school-section,
    .generic.after-school-section{
        padding: 20px 30px;
    }

    .after-school-section.after-school-section__program-kids {
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .after-school-logo img {
        width: 150px;
        height: 25px;
    }

    .after-school-section__programs-info {
        width: auto;
    }

    .after-school-form__caption {
        font-size: 20px;
    }

    .after-school-section__caption {
        line-height: unset;
    }

    .after-school-section {
        flex-direction: column;
        font-size: 16px;
    }

    .after-school-form__actions {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .after-school-links {
        display: none;
    }

    .after-school-section__programs {
        flex-direction: column;
    }

    .after-school-section__text {
        max-width: 400px;
    }

    .after-school-section__content .after-school-section__text {
        max-width: 100%;
    }

    .after-school-section__programs-info .after-school-section__text {
        max-width: 400px;
    }

    .after-school-section__img img {
        max-height: 400px;
    }

    #form-signup {
        width: 60%;
    }

    .smart-form fieldset {
        padding: 20px;
    }

    .after-school-section__img.after-school-section__description-img img {
        max-height: 380px;
        max-width: 100%;
    }
    .after-school-section {
        padding: 20px 60px;
    }
}

@media (max-width: 991px) {
    .after-school-section__content {
        flex-direction: column-reverse;
    }

    .generic .after-school-section__content .after-school-section__text {
        font-size: 16px;
        font-weight: 400;
    }

    .after-school-section__caption {
        font-size: 20px;
    }

    .after-school-section__description {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {

    #form-signup {
        width: 100%;
    }

    .after-school-section__program {
        align-items: center;
    }

    .after-school-section__img.after-school-section__description-img img {
        max-height: 240px;
    }

    .after-school-section__programs img {
        max-height: 330px;
    }

    .after-school-section {
        padding: 20px 40px;
    }
}


