<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face 
{
    font-family: "proxima-nova-alt-bold";
    src: url("../fonts/proxima-nova-alt-bold.otf") format("opentype"),
         url("../fonts/proxima-nova-alt-bold.ttf") format("truetype");
    
}

@font-face
{
    font-family: "proxima-nova-light";
    src: url("../fonts/ProximaNova-Light.otf") format("opentype"),
         url("../fonts/proximanova-light-webfont.ttf") format("truetype");
}

.body-content {
    background-color: white;
}

#pageheader {
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: proxima-nova-alt-bold;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#signupcontent {
    padding-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.section-group {
    display: table;
    width: 100%;
}

.col-span_1_of_2 {
    display: table-cell;
    width: 50%;
}

.signupfield, .signupfielduser {
    margin-bottom: 20px;
    background: #f5f7fa none repeat scroll 0 0;
    border: 1px solid #e6e9ed;
    border-radius: 5px;
    box-shadow: 1px 3px 1px 0 #e6e9ed;
    font-family: "proxima-nova-alt-bold";
    font-weight: 400;
    padding: 0 5%;
    width: 80%;
    margin-bottom: 20px;
    height: 3.5em;
}

#PHONE {
    width: 35%;
}

#USERNAME {
    width: 85%;
    text-align: center;
}

#submitsignup {
    text-align: center;
}

.submitorder{
    background: -webkit-linear-gradient(#e9f2ce, #76a528); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9f2ce, #76a528); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9f2ce, #76a528); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9f2ce, #76a528); /* Standard syntax */
    border-radius: 5px;
    color: white;
    border: 2px solid #71a127;
    padding: 15px;
    font-size: large;
    width: 40%;
}

.submitorder:active {
    box-shadow: inset 0 0 0 1px #4f5246,inset 0 5px 10px #2e4010;
}</pre></body></html>