﻿

@media only screen and (max-width: 800px) {
    #MfpEmbed_Popup {
        width: 100% !important;
        height: 100vh !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 30px !important;
        transform: translate(0,0) !important;
    }

    #mfpembed_iconDiv {
        top: 40px !important;
        right: 40px !important;
        border: none !important;
    }
}

@media only screen and (min-width: 800px) {
    #MfpEmbed_Popup {
        width: 800px;
        position: fixed !important;
        top: 30px !important;
        bottom: 30px !important;
        transform: translate(0,0) !important;
        /*1/2 of form width*/
        margin-left: -400px;
    }

    #mfpembed_iconDiv {
        width: 28px !important;
        height: 21px !important;
        border: none !important;
        right: -10px !important;
        top: 5px !important;
        border-radius: !important;
    }



    .hide-scroll {
        display: inline-block;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}

.CTABanner {
    color: white !important;
    cursor: pointer;
}

    .CTABanner.lefty:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: -40px;
        top: 0;
        border-bottom: 68px solid transparent;
        border-left: 40px solid #E5233F;
    }

    .CTABanner.lefty {
        float: left;
    }

.standard-web-form {
    display: none;
}



#MfpEmbed_CrossButton {
    width: auto !important;
    height: auto !important;
}
