/* Minification failed. Returning unminified contents.
(581,7): run-time error CSS1035: Expected colon, found '{'
 */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    background-color:white;
    color:rgb(30,30,30);

    min-height:600px;
    min-width:600px
}

.header-strip {
    position: fixed;
    left: 0;
    width: 100%;
    min-width: 300px;
}

.header-strip {
    top: 0;
    height: 120px;
}

.xer-logo {
    position: absolute;
    left: 100px;
    top: 20px;
    height: 75px;
    width: 197px;
    border: none;
    cursor:pointer;
}


.spencer-logo {
    position: absolute;
    left: calc(100% - 300px);
    top: 25px;
    height: 60px;
    width: 200px;
    border: none;
    pointer-events: none;
}

.progress {
    position: absolute;
    left: calc(50% - 20px);
    top: 50%;
    height: 40px;
    width: 40px;
    border: none;
    pointer-events: none;
    border:none;
    background:none;
}
.progress-note{
    position:absolute;
    left:0;top:calc(50% - 100px);width:100%;
    text-align:center;
    font-size:35px;
    font-weight:bold;
}
.light-blue{
    color:rgb(0,176,240);
}
@media (max-width:690px) {
    .xer-logo {
        left: 50px;
        top: 20px;
        height: 56px;
        width: 149px;
    }
    .spencer-logo {
        left: calc(100% - 200px);
        width: 150px;
        height: 45px;
    }
}

@media (max-width:500px) {
    .xer-logo {
        left: 20px;
        top: 20px;
        height: 38px;
        width: 99px;
    }

    .spencer-logo {
        left: calc(100% - 120px);
        width: 100px;
        height: 30px;
    }
}

/*  #######################################################################################################*/
/*  -------------------------  pop up - ask type of account						---------------------------*/
/*  #######################################################################################################*/

#setting_up_example_data {
    display: none;
}
#pop_up_ask {
    position:absolute;
    width:600px;height:250px;
    left:calc(50% - 300px);top:calc(50% - 125px);
    border:solid 1px silver;
    border-radius:20px;
    background-color:rgb(0,176,240);
    color:white;
}
.form-row{
    position:relative;
    width:100%;
    height:30px;
}
.trial-type-title{
    position:absolute;
    width:100%;
    text-align:center;
    font-size:30px;
    font-weight:normal;
}
.trial-type-button{
    position:absolute;
    left:calc(50% - 175px);
    width:350px;
    height:100%;
    border-radius:15px;
    border:solid 1px white;
    background-color:rgb(220,220,220);
    font-size:20px;
    color:rgb(51,60,119);
    cursor:pointer;
}
.trial-type-button:hover {
    background-color: rgb(240,240,240);
}
@media (max-width:640px) {
    #pop_up_ask {
        width: 600px;
        left: 20px;
    }
}
@media (max-height:450px) {
    #pop_up_ask {
        top:100px;
    }
}
#bg_subscription_options {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 350px;
    background-color: rgba(250,250,255,0.9);
    z-index: 9999;
}
.buy-now-xer-logo, .buy-now-xer-logo-on-slider {
    position: absolute;
    left: calc(50% - 150px);
    height: auto;
    width: 300px;
    top: 10px;
    top: calc(0% - 75px);
}

.buy-now-xer-logo-on-slider {
    top: calc(0% - 75px);
}
#subscription_options {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgb(0,176,240);
    background-color: rgb(51, 60, 119);
    transition: all .3s ease-out;
    overflow: hidden;
    min-width: 350px;
    pointer-events: none;
    transition: all .3s ease-out;
}
.close-subscription-options{
    position:fixed;
    left:calc(100% - 40px);
    top:5px;
    font-size:40px;
    color:white;
    z-index:999;
    cursor:pointer;
}
.cycle {
    display: none;
}
.selected-cycle{
    display:block;
}
.exit-buy-now {
    position: absolute;
    left: calc(100% - 40px);
    top: 10px;
    width: 40px;
    height: calc(100% - 5px);
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.exit-buy-now:hover {
    color: rgb(220,220,220)
}
.subscription-row {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
}

#packages {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .3s ease-out;
}
.package-backing {
    position: relative;
    float: left;
    width: 220px;
    height: 100%;
    border: solid 2px rgb(0,176,240);
    border: solid 2px rgb(51, 60, 119);
}
.package-title {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    background-color: rgb(51, 60, 119);
    background-color: rgb(0,176,240);
    color: white;
}
.package-sub-title {
    background-color: transparent;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}
.package-value {
    background-color: white;
    text-align: center;
    color: rgb(0,176,240);
    color: rgb(51, 60, 119);
    font-size: 28px;
    font-weight: normal;
    padding-top: 6px;
}
#selectable_div {
    position: absolute;
    z-index: 9999998;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, .7);
    background-color:transparent;
}

.monthly, .annual {
    position: absolute;
    left: 10px;
    width: calc(50% - 15px);
    top: 10px;
    height: 40px;
    background-color: rgb(51, 60, 119);
    background-color: rgb(0,176,240);
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border:none;
}

.monthly:hover, .annual:hover {
    background-color: #151933;
}

.annual {
    left: calc(50% + 5px);
}

.button-cycle-selected {
    background-color: rgb(0,176,240);
    background-color: rgb(51, 60, 119);
    border: solid 1px white;
    cursor:default;
}
.button-cycle-selected:hover {
    background-color: rgb(51, 60, 119);
}

.promo-code-box {
    position: absolute;
    left: calc(50% - 110px);
    width: 220px;
    top: calc(100% - 90px);
    height: 35px;
    font-size: 14px;
    color: rgb(76,146,64);
    background-color: white;
    Border: none;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
}

input::placeholder {
    text-transform: none;
}

.subscribe-button {
    position: absolute;
    left: calc(50% - 65px);
    width: 130px;
    top: calc(100% - 51px);
    background-color: rgb(76,146,64);
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid rgb(108,184,96);
    padding: 0.5em 1em;
}

.subscribe-button:hover {
    background-color: rgb(108,184,96);
}

.pointer-left, .pointer-right {
    position: absolute;
    top: calc(50% - 70px);
    left: calc(0% - 55px);
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-right: 50px solid white;
    border-bottom: 70px solid transparent;
    pointer-events: all;
    cursor:pointer;
}
.pointer-right {
    left: calc(100% + 5px);
    border-right: none;
    border-left: 50px solid white;
}
.pointer-left:hover {
    border-right-color: rgb(150,150,150);
}
.pointer-right:hover {
    border-left-color: rgb(150,150,150);
}


/* ######################################################################## */
.quick-register, .quick-sign-in, .quick-activation, .quick-legal {
    position: absolute;
    left: calc(50% - 250px);
    width: 500px;
    top: calc(50% - 300px);
    height: 600px;
    transition: all .3s ease-out;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, .7);
    background-color: rgb(0,176,240);
    background-color: rgb(51, 60, 119);
    color: white;
    overflow: hidden;
}

.quick-sign-in {
    top: calc(50% - 175px);
    height: 350px;
}
.quick-activation {
    top: calc(50% - 200px);
    height: 400px;
}
.quick-sign-in {
    top: calc(50% - 200px);
    height: 400px;
}
.sign-in-register-title {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    background-color: rgb(220,220,220);
    color: rgb(51,60,119);
}
.quick-reg-sign-in-now, .quick-reg-register {
    position: relative;
    float: right;
    margin-right: 50px;
    /*left: calc(100% - 100px);*/
    width: 100px;
    /*top: 0;*/
    height: 100%;
    background-color: rgb(51, 60, 119);
    background-color: rgb(0,176,240);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    color: white;
}
.quick-reg-register {
    margin-right: 10px;
    background-color:rgb(200,200,200);
    color:rgb(30,30,30);
}
.quick-reg-register:hover {
    background-color: rgb(240,240,240);
}
.quick-reg-sign-in-now:hover {
    background-color: #151933;
}
.quick-reg-forgotten-password, .quick-reg-already-have-account {
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 14px;
    font-weight:normal;
    color: white;
    text-decoration: underline;
    cursor: pointer;
}
.quick-reg-forgotten-password:hover, .quick-reg-already-have-account:hover {
    font-weight: 600;
}
.quick-reg-already-have-account{
    left:0;
}
.quick-activation-progress{
    position:absolute;
    left:calc(50% - 40px);
    top:0;
    width:80px;height:80px;
}
.activation-notification{
    position:absolute;
    left:0;width:100%;
    font-size:16px;
    text-align:center;
    font-weight:normal;
}
.legal-text{
    position:absolute;
    left:20px;width:calc(100% - 40px);
    top:0;height:100%;
    overflow-y:auto;
    border:none;
    background-color:white;
    color:rgb(30,30,30);
    font-size:14px;
    font-weight:normal;
    padding:20px;
}
.decline-legal, .accept-legal {
    position: absolute;
    left:calc(50% - 130px);width:120px;
    top:0;height:100%;
    background-color: rgb(150,150,150);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 22px;
    color: white;
}
.accept-legal {
    left: calc(50% + 10px);
    background-color: rgb(0,176,240);
}
.accept-legal:hover {
    background-color: #006386;
}
.decline-legal:hover {
    background-color: rgb(100,100,100);
}

/* ######################################################################## */

.promo-code-explanation-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 350px;
    background-color: rgba(70,70,70,0.5);
    z-index: 9999;
}
.promo-code-form {
    position: absolute;
    left: calc(50% - 250px);
    width: 500px;
    top: calc(50% - 150px);
    height: 300px;
    background-color: rgb(220,220,220);
    border-radius: 10px;
    border: solid 1px rgb(150,150,150);
}

.promo-code-title {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: rgb(51, 60, 119);
}

.promo-code-description {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    top: 50px;
    height: calc(100% - 150px);
    font-size: 24px;
    border: none;
    border-radius: 5px;
    background-color: rgb(220,220,220);
    color: rgb(30,30,30);
    padding: 5px;
    text-align:center;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.the-page{
    position:absolute;
    height: 100%;width:100%;left:0;top:0;
    margin: 0 auto;
    min-width:600px;
    min-height:400px;
    color:rgb(150,150,150);
}
.register-page {
    position: absolute;
    height: calc(100% - 60px);
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    min-width: 600px;
    min-height: 400px;
    color: rgb(150,150,150);
    overflow-y:auto;
}
.full-width-row
{
    position:relative;
    float:left;
    width:100%;
}

.powered-by {
    display: block;
    pointer-events: none;
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    
    a {
        pointer-events: initial;
    }
    
    img {
        width: 280px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }
}

.sign-in-title-row
{
    height:120px;
}

.header-subscribe, .header-terms, .header-support {
    position: absolute;
    top: calc(50% - 10px);
    width: 100px;
    left: calc(50% - 200px);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0,176,240);
    cursor: pointer;
}
.header-terms {
    left: calc(50% - 110px);
    color: rgb(30,30,30);
}
.header-support {
    left: calc(50% - 30px);
    color: rgb(30,30,30);
}
.header-subscribe:hover, .header-terms:hover, .header-support:hover {
    color:rgb(0,176,240);
}
.header-subscribe:hover{
    font-weight:bold;
}
.title-bar-row {
    height: 50px;
}
.title-bar-label
{
    position:absolute;
    width:100%;top:10px;
    color:white;
    font-size:25px;
    font-weight:normal;
    text-align:center;
}
.input-row
{
    height:40px;
}
.input-row-narrow
{
    height:30px;
}
.center-input-column
{
    position:absolute;
    left:calc(50% - 200px);height:100%;width:400px;top:0;
    font-size:20px;
}
.user-input
{
    position:absolute;
    height:100%;width:100%;
    border:solid 2px silver;
    border-radius:7px;
    font-size:inherit;
    font-weight:normal;
    color:rgb(100,100,100);
    text-indent: 10px;
    text-decoration:none;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.user-input:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 2px solid rgba(81, 203, 238, 1);
}

.input-title-row
{
    height:25px;
}
.input-title{
    color:inherit;/*rgb(150,150,150);*/
    font-size:18px;font-weight:normal;
}
.forgotten-password
{
    position:absolute;
    top:calc(50% - 7px);
    font-size:14px;
    color:blue;
    text-decoration:underline;
    cursor:pointer;
}
.already-have-account {
    position: absolute;
    top: calc(50% - 7px);
    font-size: 16px;
    color: blue;
    cursor: pointer;
}
.already-have-account:hover {
    font-weight:600;
}

.message-info {
    height:auto;
    background-color:rgb(200,200,200);
    color:rgb(30,30,30);
    font-size:18px;
    font-weight:normal;
    border:2px solid silver;
    border-radius:5px;
    padding: 0.5em;
}

.message-info a {
    color: blue;
}

.message-info a:visited {
    color: blue;
}

.sign-in-now, .sign-out-then-in {
    position: absolute;
    left: calc(100% - 150px);
    width: 150px;
    top: 0;
    height: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 22px;
}
.sign-out-then-in {
    left: calc(50% - 75px);
    height:150px;
}
.subscribe-now, .subscribe-now-btn {
    position: absolute;
    width: 100%;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.05em;
}
.subscribe-now-btn {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: solid 2px rgb(150,150,150);
    font-size: 18px;
    background-color: white;
    color: rgb(30,30,30);
    font-weight: normal;
    cursor: pointer;
}
    .subscribe-now-btn:hover {
        background-color: rgb(150,150,150);
        color:white;
    }
    @media (max-width: 900px) {
        .input-row {
            height: 35px;
        }

        .center-input-column {
            left: calc(50% - 150px);
            height: 100%;
            width: 300px;
            top: 0;
            font-size: 18px;
        }

        .sign-in-now {
            left: calc(100% - 100px);
            width: 100px;
            font-size: 18px;
        }

        .header-subscribe, .header-terms, .header-support {
            font-size: 12px;
            left: calc(50% - 140px);
        }

        .header-terms {
            left: calc(50% - 80px);
        }

        .header-support {
            left: calc(50% - 20px);
        }

        .The-logo-Image {
            top: calc(50% - 30px);
            width: 148px;
        }

        .The-logo-Image:hover {
            top: calc(50% - 32px);
            width: 152px;
        }
    }

    @media (max-width: 650px) {
        .title-bar-row {
            height: 40px;
        }

        .title-bar-label {
            top: 7px;
            font-size: 20px;
        }

        .The-logo-Image {
            top: calc(50% - 20px);
            width: 120px;
        }

            .The-logo-Image:hover {
                top: calc(50% - 22px);
                width: 125px;
            }
    }

    #reset_password
{
    position:absolute;
    left:calc(50% - 250px);top:calc(50% - 115px);height:230px;width:500px;
    /*border:solid 6px white;
    border-radius:6px;*/
    background-color:rgb(240,240,255);
}
@media (max-width: 540px) {
    #reset_password{
        left:20px;
    }
}

@media (max-height: 270px) {
    #reset_password{
        top:20px;
    }
}

.form-input-column
{
    position:absolute;
    left:40px;width:calc(100% - 80px);height:100%;top:0;
}

.password-reset-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(220,220,220);
    background-color: rgba(220,220,220,0.7);
}
.password-reset-form {
    position: absolute;
    left:calc(50% - 250px);
    top:calc(50% - 170px);
    width:500px;
    height:350px;
    background-color:rgb(240,240,255);
    color:rgb(70,70,70);
    font-weight:normal;
    border:solid 1px rgb(150,150,150);
}
.close-password-reset-form{
    position:absolute;
    left:calc(100% - 30px);
    top:5px;
    font-size:20px;
    cursor:pointer;
    z-index:1;
}
.close-password-reset-form:hover{
    color:rgb(0,0,0);
}
.password-reset-title, .password-reset-email-address {
    position:absolute;
    top:10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.password-reset-email-address{
    top:40px;
    font-size:22px;
    font-weight:bold;
}
.password-entry-label, .password-confirm-label {
    position: absolute;
    left: 20px;
    top: 90px;
    width: calc(100% - 40px);
}
.password-entry, .password-confirm{
    position: absolute;
    left: 20px;
    height: 25px;
    width: calc(100% - 40px);
    top: 120px;
    border: none;
    background-color: white;
}
.password-confirm-label{
    top:160px;
}
.password-confirm{
    top:185px;
}
.password-reset-button {
    position: absolute;
    left: calc(100% - 200px);
    top: calc(100% - 70px);
    height: 35px;
    width: 180px;
    font-size: 18px;
    color: white;
    background-color: rgb(150,150,150);
    cursor: pointer;
    border: none;
    border-radius: 3px;
}
    .password-reset-button:hover {
        background-color: rgb(100,100,100);
    }
