#mcxInvitationModal {
    background: rgba(0, 0, 0, .3);
    z-index: 99999;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    overflow: hidden;
    text-align: center;
    border: 0;
    vertical-align: baseline;
    cursor: default;
    margin: 0;
    padding: 0;
    font: 400 15px / 135% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #242526;
    text-indent: 0;
    float: none!important;
    text-shadow: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

#mcxInvitationModal a {
    color: #005F83;
    text-decoration: none;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px !important;
    border-bottom: 2px solid transparent;
    transition: border-bottom .3s linear;
}

#mcxInvitationModal a:hover {
    color: #005F83;
    text-decoration: none;
    border-bottom: 2px solid #005F83;
}

#mcxFloating {
    position: relative;
    margin-top: 13%;
    display: inline-block;
    margin-left: auto!important;
    margin-right: auto!important;
    zoom: 1;
    background: rgba(0, 0, 0, .45);
    padding: .5em !important;
}

#mcxCenter {
    display: block;
    background-color: #fff;
    padding: 0!important;
    position: relative;
    min-width: 300px;
    max-width: 600px;
    max-height: 800px;
}

#mcxContainer {
    display: block;
    background-color: #fff;
    padding: 0!important;
    position: relative;
}

mcxInfo1 {
    display: inline-block;
    white-space: nowrap;
    zoom: 1;
}

mcxInfo2 {
    display: inline-block;
    white-space: nowrap;
    zoom: 1;
    margin-left: 0px;
}

#mcxLogos {
    overflow: hidden;
    height: 27.8vw;
    max-height: 151px;
    display: block;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #DDE1E5;
}

#mcxMaritz {
    position: absolute;
    width: 28vw;
    max-width: 114px;
    height: auto;
    margin: 0 5% 20px 0;
    right: 0;
    bottom: 0;
}

#mcxXcel {
    float: left !important;
    width: 80%;
    max-width: 420px;
}

#mcxHeading {
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    padding: 0 5% 30px;
    margin: 0;
}

#mcxText1 {
    font-size: 14px;
    line-height: 135%;
    padding: 0 5% 20px;
    margin: 0;
}

#mcxText2 {
    font-weight: 700;
    padding: 0 5% 20px;
    margin: 0;
}

#mcxText3 {
    font-size: 13px !important;
    color: #555 !important;
    padding: 0 5% 25px;
    margin: 0;
}

#mcxText4 {
    padding: 0 5% 15px;
    margin: 0;
}

#mcxButtons {
    margin-top: 5px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#mcxNo {
    background-color: #fff;
    border: 1px solid #92959B;
    box-shadow: none;
    border-radius: 4px;
    font: bold 14px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #57595D;
    height: 38px;
    transition: background-color .3s linear, border .3s linear, color .3s linear;
    padding: 0 15px;
    cursor: pointer;
}

#mcxNo:hover {
    background-color: #92959B;
    border: 1px solid #92959B;
    box-shadow: none;
    color: #fff;
}

#mcxYes {
    background-color: #DA1020;
    border: 1px solid #DA1020;
    box-shadow: none;
    border-radius: 4px;
    font: bold 14px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #fff;
    height: 38px;
    transition: background-color .3s linear;
    padding: 0 15px;
    cursor: pointer;
}

#mcxYes:hover {
    background-color: #AE0C19;
    border: 1px solid #AE0C19;
    box-shadow: none;
}