.hndlp-vanity-bar {
    background-color: @white;
}

.hndlp-landing-content-wrapper {
    margin: 10px;
    .hndlp-landing-content {
        width: 50%;
        float: left;
        padding-right: 20px;
        border-right: 2px solid;
    }
    .hndlp-landing-form {
        width: 50%;
        float: left;
        padding-left: 20px;
        .externalforicf {
            iframe {
                min-height: 400px;
                width: 100%;
            }
        }
    }
}

/* SM Styles */

@media (min-width: 768px) and (max-width: 991px) {
    .hndlp-landing-content-wrapper {
        .hndlp-landing-content {
            width: 100%;
            padding-right: 0px;
            padding-bottom: 20px;
            border-right: 0px;
        }
        .hndlp-landing-form {
            width: 100%;
            padding-left: 0px;
            padding-top: 20px;
            border-top: 2px solid;
        }
    }
}

/* XS Styles */

@media (max-width: 767px) {
    .hndlp {
        .ambetter-landing-header {
            background: none;
            margin: 0;
            min-height: 0;
        }
        .ambetter-landing-title {
            margin: 0;
        }
        .ambetter-landing-tagline {
            background: @brand-color;
            margin-top: 0;
            text-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }
    .hndlp-vanity-bar {
        background-color: @dark-grey;
        .language-select {
            color: @white;
        }
    }
    .hndlp-landing-content-wrapper {
        .hndlp-landing-content {
            width: 100%;
            padding-right: 0px;
            padding-bottom: 20px;
            border-right: 0px;
        }
        .hndlp-landing-form {
            width: 100%;
            padding-left: 0px;
            padding-top: 20px;
            border-top: 2px solid;
        }
    }
}