.page-id-387 .c-nav,
.page-id-387 .c-header__top,
.page-id-387 .c-header__toggle__icon {
    display: none;
}

body {
    overflow-x: hidden;
}


.page-id-387 .c-header__middle .o-container {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
}

.page-id-387 .gfield_label {
    display: block;
    position: relative;
    top: -30px;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: transparent;
    text-align: left;
}

.page-id-387 .c-hero .gfield_label {
    color: white;
}

.page-id-387 form input {
    height: 45px;
}

.landing-actions {
    text-align: inherit !important;
}

.landing-actions * {
    color: #333;
    text-align: left;
}

.landing-actions .button {
    background-color: #333;
}

.flex-control {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.landing-col {
    width: 100%;
}

.hero__landing_content {
    background-image: none !important;
    position: absolute;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero__landing_content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.hero__landing_content .o-container {
    max-width: 1200px !important;
    width: 100%;
    position: relative;
    z-index: 10;
}

.gform_fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.gfield {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    color: black;
}

.footer_landing__logo {
    margin: 0 auto;
    display: block;
}

.landing-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.page-id-387 .c-hero--page {
    padding: 0 !important;
}

@media screen and (min-width: 1024px) {
    .flex-control {
        flex-flow: row nowrap;
    }

    .col-half {
        width: 48%;
    }

    .gfield--width-half {
        width: 49%;
    }

    .landing-actions {
        padding: 160px 0 !important;
    }

    .hero__landing_content .o-container {
        padding-right: 25%;
    }

    .c-main--bring-max-to-your-campus .o-row {
        display: flex;
        align-items: center;
    }

    .page-id-387 .body-landing .o-row {
        display: flex;

        align-items: top;
    }

    .body-landing {
        padding: 90px 0;
        background-color: #F4F4F4;
    }

    .landing-hero {
        min-height: 800px;
    }
}

@media screen and (max-width: 1023px) {
    .page-id-387 .soliloquy-outer-container {
        display: block !important;
    }

    .soliloquy-image {
        min-width: 1500px;
    }

    .landing-hero {
        min-height: 700px;
    }

}