
#MfpEmbed_Iframe {
    width: 100%;
    height: 100%;
    border: none;
    max-width: 100%;
}

#MfpEmbed_Popup_Iframe {
    width: 100%;
    height: 100%;
    background: transparent !important;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}

#MfpEmbed_Button_Iframe {
    width: 100%;
    border: none;
    max-width: 100%;
    max-height: 100vh;
}

#mfpembed_overlayDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 111111111111111;
    background-color: black;
    opacity: 0.6;
    align-items: center;
    justify-content: center;
}

#MfpEmbed_CrossButton {
    font-style: normal;
    margin-left: 4px;
    margin-top: -5px;
    padding-top: 0px;
    padding-left: 1px;
    width: 15px;
}

#MfpEmbed_Popup {
    z-index: 111111111111;
    opacity: 1;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 2px;
    background-color: transparent;
    box-shadow: none;
    transform: translate(-50%, -50%);
    min-height: calc(100% - (1.75rem * 2));
    height: unset !important;
}

#MfpEmbed_Button {
    border-radius: 2px;
    background-color: #008272;
    border: none;
    display: flex;
    color: white;
    font-style: normal;
    font-family: Segoe UI;
    font-size: 16px;
    outline: none;
    padding-right: 15px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#MfpEmbed_Button_Container {
    z-index: 1000001;
    opacity: 1;
    float: right;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    bottom: 0px;
    right: 0px;
    position: fixed;
    margin-right: 48px;
    margin-bottom: 48px;
    border: none;
    transition-property: height;
    transition-timing-function: ease;
    transition-duration: 1s;
}

#MfpEmbed_Button_Container_Collapse {
    z-index: 1000001;
    opacity: 1;
    float: right;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    bottom: 0px;
    right: 0px;
    position: fixed;
    margin-right: 48px;
    margin-bottom: 48px;
    border: none;
    transition-property: height;
    transition-timing-function: ease;
    transition-duration: 1s;
}

#MfpEmbed_Title_text {
    padding-left: 24px;
    padding-bottom: 8px;
    padding-top: 13px;
    font-size: 16px;
    font-family: Segoe UI;
    color: #333333;
    line-height: 21px;
    height: 21px;
}

#MfpEmbed_Icon_Arrow {
    width: 14px;
    height: 14px;
}

#MfpEmbed_Span {
    margin: 10px;
}

#mfpembed_iconDiv {
    width: 26px;
    height: 26px;
    border: 1px solid;
    right: 0px;
    top: 0px;
    position: absolute;
    margin-right: 22px;
    margin-top: 12px;
    font-style: normal;
    border-radius: 100%;
    border-color: #fff;
    background-color: transparent;
    cursor: pointer;
    z-index: 9;
}

#mfpembed_iconDiv:focus {
    outline: #fff solid 0px !important;
    outline-offset: 2px;
    border-radius: 0;
}

#lia-body #MfpEmbed_CrossButton:focus {
    outline: #323130 solid 0px !important;

}

#MfpEmbed_InlineWithCancel {
    position: relative;
}

#MfpEmbed_InlineWithCancel #mfpembed_iconDiv {
    margin-right: 0px;
    margin-top: 0px;
    cursor: pointer;
}

#MfpEmbed_Popup a:focus {
    outline-offset: 3px;
}

.section-next-button:focus {
    outline: 1px auto #2266e3 !important;
    outline-offset: -5px !important;
    border: none !important;
}

@media only screen and (max-width: 580px) {

    #MfpEmbed_Popup {

        width: 400px !important;
        height: 500px !important;

    }

}


@media only screen and (max-width: 480px) {

    #MfpEmbed_Popup {

        width: 340px !important;

        height: 450px !important;

    }

}


@media only screen and (max-width: 360px) {

    #MfpEmbed_Popup {
        height: 400px !important;
        width: 315px !important;

    }
    .office-form-title-box, .office-form-notice-container, .office-form-navigation-container, .office-form-error-message-container, .validation-error-message-label {

        padding-left: 20px;
        padding-right: 0;
    }

}


body {
    font-size: 15px;
}

.forms-pro-compact .small-screen .office-form-bottom-button-div {

    margin: 15px 0px 0px 12px;
    text-align: right;

}

.mobile-view .office-form-button-container, .small-screen .office-form-button-container {

    justify-content: right;

}

.small-screen .office-form-bottom-button-div {
    flex: initial;
    text-align: right;

}




