#mcxInvitationModal {
    z-index: 999;
    width: 147px;
    height: 0px;
    top: 50%;
    right: 0px;
    overflow: hidden;
    text-align: center;
    border: 0;
    font-size: 100%!important;
    font: inherit;
    vertical-align: baseline;
    cursor: default;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif!important;
    text-indent: 0;
    float: none!important;
    text-shadow: none;
    line-height: 1;
    display: block;
}
#mcxFloating {
    position: absolute;
    right: 0px;
    display: inline-block;
    background: rgba(0,0,0,0);
}
.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    clear: both;
}
#mcxInfo2 {
    width: 90px;
    height: 45px;
    position: fixed;
    top: 40%;
    right: 0;
    transform: rotate(270deg);
}
#mcxYesButton {
    width: 147px;
    background-color: #84b135;
    padding: 20px 0px 15px;
    border: 1px solid #84b135;
    border-radius: 20px 20px 0px 0px;
    cursor: pointer;
}
#mcxYes {
    width: 95%;
    height: 100%;
    color: #ffffff;
}
#mcxYes, #mcxYes:hover, #mcxYes:active {
    background: none;
    border: 0px;
}
#mcxNo {
    width: 0px;
    height: 0px;
    background: none;
    border: 0px;
	padding: 6px;
}
#mcxYes:hover, #mcxNo:hover {
    cursor: pointer;
}
#mcx-icon img {
    width: 100%;
    height: auto;
	display: none;
}
#mcx-icon {
    width: 16px;
    height: auto;
    float: left;
    margin-left: 20px;
}
#mcx-textg {
    text-align: left;
    padding-left: 46px;
}

#mcx-text {
    font-size: 2em;
}

#mcxSurveyDialog {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 375px;
    height: 100%;
}
#mcxSurveyWrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    background: #f3f3f3;
    -webkit-box-shadow: 0px -1px 14px 0px rgba(207,207,207,0.5);
    -moz-box-shadow: 0px -1px 14px 0px rgba(207,207,207,0.5);
    box-shadow: 0px -1px 14px 0px rgba(207,207,207,0.5);
    overflow: hidden;
    width: 375px;
    height: 100%;
    background-color: #84b135;
    z-index: 9999;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 1s;
}
#mcxSurveyClose {
    width: 100%;
    position: absolute;/*z-index: 99;*/
    text-align: center;
    padding: 10px 0px;
    color: #84b135;
    cursor: pointer;
    background-image: url('https://junipernetworks.allegiancetech.com/surveys/images/MRVCXM/Preview/close2.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
    height: 0px;
    background-color: #ffffff;
    background-position: top right;
}
#mcxSurveyWrapper iframe {
    float: left;
    width: 100%;
    height: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width:0) and (max-width :768px) {
    #mcxInvitationModal {
        height: 59px;
        bottom: 0px;
        top: auto;
    }
    #mcxInfo2 {
        bottom: 20px;
        top: auto;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width:0) and (max-width : 480px) {
    html, body {
        width: 100%;
        height: 100%;
    }
    #mcxYes {
        width: 100%;
        height: 100%;
    }
    #mcxYes, #mcxYes:hover, #mcxYes:active {
        background: none;
        border: 0px;
    }
    #mcxSurveyWrapper {
        width: 280px !important;
        margin-top: 0%; /*set to a negative number 1/2 of your height*/
        margin-left: 15px; /*set to a negative number 1/2 of your width*/
        top: 0%;
        left: 0%;
        padding: 3px;
        height: 100% !important;
    }
    #mcxSurveyWrapper iframe {
        float: left;
        width: 100%;
        height: 93% !important;
    }
    textarea {
        width: 93%;
    }
    @media only screen and (min-width:0) and (max-device-width : 414px) {
        #mcxSurveyWrapper {
            width: 280px !important;
            margin-top: 0%;
            margin-left: 17px;
            top: 0%;
            left: 0%;
            padding: 3px;
        }
        #mcxSurveyWrapper iframe {
            float: left;
            width: 100%;
            height: 93% !important;
        }
        }
        
        @media only screen and (min-width:0) and (max-device-width : 375px) {
        #mcxSurveyWrapper {
            width: 280px !important;
            margin-top: 0%;
            margin-left: 2px;
            top: 0%;
            left: 0%;
            padding: 3px;
        }
        #mcxSurveyWrapper iframe {
            float: left;
            width: 100%;
            height: 93% !important;
        }
        }
        
        @media only screen and (min-width:0) and (max-device-width : 320px) {
        #mcxSurveyWrapper {
            width: 280px !important;
            margin-top: 0%;
            margin-left: 0%;
            top: 0%;
            left: 0%;
            padding: 3px;
        }
        #mcxSurveyWrapper iframe {
            float: left;
            width: 100%;
            height: 93% !important;
        }
        }
}