/* style */

body#terms_cond #footerwrapper {
    display: none;
}

#top-nav {
    float: right;
    padding: 15px 10px 0 0;
    font-size: 0.8em;
}

a.lightbox, a.lightbox2, a.lightbox3 {
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
}

    a.lightbox:hover, a.lightbox2:hover, a.lightbox3:hover {
        text-decoration: underline;
    }

#top {
    position: fixed;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
}

#content-main {
    margin-top: 50px;
}

#termsbtnSubmit {
    margin-bottom: 50px
}



@font-face {
    font-family: 'Replica';
    src: url('/css/ReplicaProTT-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

div#content {
    width: 70% !important;
    max-width: 1000px;
}

#footerwrapper {
    height: 30px !important;
}

#hugetextreveal {
    padding-top: 0px !important;
}


body {
    background-size: cover !important;
    font-family: 'Replica', Arial;
}

#content button {
    background-color: #DB1F36;
    padding: 10px 100px 10px 100px;
    border-radius: 0;
    margin: 20px;
}


div#content {
    /*height: 450px;*/
}

#content .greeting {
    font-size: 200%;
}

#content .details {
    font-size: 150%;
    padding-bottom: 15px;
    font-family: 'Replica', Arial;
}

a.botlinks {
    FONT-SIZE: 120%;
}
a.forgotpasswordlink {
    FONT-SIZE: 120%;
}
a.createaccountlink {
    FONT-SIZE: 120%;
}



/* STYLING FOR SIMPLE LAYOUT */
body {
    background-color: #b8b8b8;
}

div#header {
    position: fixed;
    height: 94px;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    color: #ffffff;
}

#content input {
    width: 75%;
}

#content .greeting {
    font-size: 200%;
}

div#content {
    width: 400px !important;
    /* height: 500px;*/
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    color: #000000;
    text-shadow: none;
    background: #ffffff;
    padding: 10px 10px 10px 20px;
    font-size: 75%;
}

a.botlinks {
    padding: 0 10px;
    color: #0079a5;
    font-size: 100%;
    text-decoration: none;
}

a.forgotpasswordlink {
    padding: 0 10px;
    color: #0079a5;
    font-size: 100%;
    text-decoration: none;
}

a.createaccountlink {
    padding: 0 10px;
    color: #0079a5;
    font-size: 100%;
    text-decoration: none;
}

div.copyright a.botlinks a.createaccountlink a.forgotpasswordlink {
    font-size: 100%;
    color: #ffffff;
}

div.copyright a.botlinks:hover a.createaccountlink:hover a.forgotpasswordlink:hover {
    color: #b8b8b8;
}

p.btn {
    text-align: center;
    font-size:12px;
}

#content input {
    width: 90%;
    font-size: 1.0em;
    padding: 5px;
}

#content button {
    color: #000000;
    padding: 10px 50px 10px 50px;
    background-color: #fff !important;
    border: solid 1px #000;
    border-radius: 3px !important;
    font-size: 1.2em;
}

    #content button:hover {
        background-color: #e2e2e2 !important;
    }

#footerwrapper {
    text-align: right;
}
