<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 1rem;
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.userforms {
    display: none;
}

#bgl {
    position: absolute;
    top: 75px;
    left: 0;
    z-index: -100;
    width: 250px;
    overflow: hidden;
}

#bgr {
    position: absolute;
    top: 75px;
    right: 0;
    mix-blend-mode: multiply;
    z-index: -90;
    visibility: hidden;
}

.main-custom {
    margin-top: 100px;
    height: 100%;
    margin-bottom: 250px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ewfooter-link {
    color: #f7f7f7 !important;
    display: block;
/*    padding: 0 1rem;*/
/*    color: #0d6efd;*/
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  
}


li.nav-item.fnav {
    height: 20px !important;
    line-height: 10px !important;
        background-color: #323232;
        margin-left: -10px;
        padding-left: 15px;
        padding-top: 5px;
        z-index: 1;
}


#EPSTicker {
    margin:auto;
    height: 40px;
}

.calmenu {
    margin-left: -30px;
}

#lcmenu .lcarrow {
    fill: #f7f7f7;
}
.lcpie {
    fill-opacity: .8;
    stroke-width: 0;
}
#menuplays {
    width: 15px;
    height: 15px;
}

.none {
    padding-top: 1rem;
    color: #323232;
    font-family: "Arial Black", "Arial Bold";
    font-weight: bold;
    font-stretch: ultra-expanded;
    font-size: 4rem;
}


#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ddb785;
    padding: 10px;
    font-size: 1.125rem;
    color: #323232;
    font-weight: bold;
    z-index: 100;
    border: 2px solid #323232;
    height: 400px;
}
#ewcookie {
    fill: #323232;
    width: 100px;
    height: 100px;
}
#cookieConsent button {
    display: block;
    margin: auto;
}

#cookieConsent a {
    color: #323232;
    font-weight: bold;
}

.btn-ew {
    background-color: #323232;
    color: #ddb785;
    font-size: 1.5rem;
    padding: 1rem 2rem 1rem 2rem;
    margin-top: 2rem;
}
.btn-ew:hover {
    color: #f7f7f7;
}

.btn-ew-sm {
    display: inline-block !important;
    background-color: #323232;
    color: #ddb785;
    font-size: 1rem;
    padding: .5rem 1rem .5rem 1rem;
    margin-top: 1rem;
}

    .btn-ew-sm:hover {
        color: #f7f7f7;
    }

    .btn-ew-sm.nopush {
        color: #414141;
    }


    .btn-ew-stk {
        background-color: #323232;
        color: #ddb785;
        font-size: 1rem;
        padding: .5rem 1rem .5rem 1rem;
        margin-top: 1rem;
    }

    .btn-ew-stk:hover {
        color: #f7f7f7;
    }

#loggedin {
    display: none;
}
#notloggedin {
    display: block;
}



.sortbutton {
    cursor: pointer;
}




/* Colors
-------------------------------------------------- */
.btn-primary {
    color: #fff;
    background-color: #7095f7;
    border-color: #1861ac;
}

.btn-gold {
    color: #323232;
    background-color: #ddb785;
    border-color: #e1d2c0;
}
    .btn-gold:hover {
        background-color: #e1d2c0;
    }

.ewbtn {
    background-color: #323232;
    color: #f7f7f7;
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
}
    .ewbtn:hover {
        color: #ddb;
    }
    .ewbtn:disabled {
        color: #777777;
    }
        .ewbtn:disabled:hover {
            color: #777777;
        }

.smallewbtn {
    background-color: #323232;
    color: #f7f7f7;
    font-size: 12px;
    padding: 0 5px 0 5px;
    border:none;
}

.scoresvg {
    fill: #ddb785;
}

ewtext-black {
    color: #000;
}

.ewtext-dark {
    color: #323232;
}

.ewtext-light {
    color: #f7f7f7;
}

.ewtext-gold {
    color: #ddb785;
}

.ewtext-blue {
    color: #7095f7;
}

.ewtext-red {
    color: #e57e76;
}

.ewtext-green {
    color: #bfddb1;
}

.ewtext-darkred {
    color: #cd5959;
}

.ewtext-darkgreen {
    color: #79cc79;
}

.ewbg-dark {
    background-color: #323232;
}

.ewbg-blue {
    background-color: #7792b0;
}

.ewbg-light {
    background-color: #f7f7f7;
}
.ewbg-darkshade {
    background-color: #3a3a3a;
}
.ewbg-darkershade {
    background-color: #2a2a2a;
}

.ewbg-gold {
    background-color: #ddb785;
}
.ewbg-sofgtold {
    background-color: #e1d2c0;
}

.ewbg-red {
    background-color: #e57e76;
}

.ewbg-green {
    background-color: #bfddb1;
}

.ewbg-darkred {
    background-color: #cd5959;
}

.ewbg-darkgreen {
    background-color: #79cc79;
}

.ewbg-shadeblue {
    background-color: #5f6b6f;
}

.ewbg-shade {
    background-color: #969696;
}

.ewfill-light {
    fill: #f7f7f7;
}
.ewfill-gold {
    fill: #ddb785;
}
.ewfill-green {
    fill: #bfddb1;
}
.ewfill-red {
    fill: #e57e76;
}
.ewfill-darkgreen {
    fill: #79cc79;
}
.ewfill-darkred {
    fill: #cd5959;
}
.ewfill-blue {
    fill: #7792b0;
}

.ewst-gold {
    stroke: #ddb785;
}
.ewst-red {
    stroke: #e57e76;
}

.ewst-green {
    stroke: #bfddb1;
}

.ewst-darkred {
    stroke: #cd5959;
}

.ewst-darkgreen {
    stroke: #79cc79;
}
.ewst-blue {
    stroke: #7792b0;
}



/* 
-------------------------------------------------- 
    End Colors
*/
/* Header
-------------------------------------------------- */
.epsinput {
    background-color: #ddb785;
    border: 0;
    width: 75px;
    height: 25px;
    margin-top: 25px;
    margin-left: 50px;
}

    .epsinput::-webkit-input-placeholder { /* WebKit browsers */
        text-transform: none;
    }

    .epsinput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        text-transform: none;
    }

    .epsinput::-moz-placeholder { /* Mozilla Firefox 19+ */
        text-transform: none;
    }

    .epsinput:-ms-input-placeholder { /* Internet Explorer 10+ */
        text-transform: none;
    }

    .epsinput::placeholder { /* Recent browsers */
        text-transform: none;
    }

.ewlogo-svg {
    color: #ddb785;
    shape-rendering: optimizeQuality;
    
}

.social-icon {
    color: #ddb785;
}

.ewlogo-svg:hover {
    color: #d9e6d1;
}


/* 
-------------------------------------------------- 
    End Header
*/



/* Footer
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    overflow-x: hidden;
    /*    Vertically center the text there*/
}
.ewfooter {
    background-image: url("/img/footerbg.png");
    background-repeat: no-repeat;
    background-color: #323232;
    height: 250px;
    overflow-x: hidden;
}

    .ewfooter a {
        color: #f7f7f7;
    }
        .ewfooter a:hover {
            color: #ddb785;
            text-decoration: none;
        }

.ewfooter-link {
    color: #f7f7f7 !important;
}
    .ewfooter-link:hover {
        color: #ddb785 !important;
        text-decoration: none;
    }

.navbar-footer-custom {
    background-color: none;
    font-weight: bold;
    font-size: small;
}

#media {
    position: absolute;
    width: 75%;
    left: 15px;
    bottom: 65px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.ewfooterlogo-svg {
    color: #f7f7f7;
}
    .ewfooterlogo-svg:hover {
        color: #ddb785;
    }

#copyright {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #f7f7f7;
    width: 100%;
    font-size: 8px;
}


/* 
-------------------------------------------------- 
    End Footer
*/





/* Navigation
-------------------------------------------------- */


.nav-title {
    font-family: arial,helvetica;
    font-size: x-large;
    text-align: left;
    font-weight: normal;

}

.navbar-nav &gt; li {
    padding-right: 10px;
}

.navbar-custom {
    background-color: #323232;
    font-weight: bold;
    font-size: small;
    text-rendering: optimizeLegibility;
}
    .navbar-custom .navbar-nav .nav-link {
        color: #ddb785;
    }
        .navbar-custom .navbar-nav .nav-link:hover {
            color: #ddb785;
        }

    .navbar-custom .dropdown-menu {
        background-color: #323232;
        color: #f7f7f7;
    }

    .navbar-custom .dropdown-item {
        color: #ddb785;
    }
        .navbar-custom .dropdown-item:hover,
        .navbar-custom .dropdown-item:focus {
            color: #323232;
            background-color: #ddb785;
        }

.nav-desc {
 
    font-size: small;
    text-align: left;
    font-weight: 100;
    margin: 10px;
}
.menuheader {
    margin: 15px 0 15px 50px;
    font-size:large;
}

.social-icon:hover {
    color: #b7dd85;
}

.nav-icon {
    color: #323232;
    margin: 0 auto;
    display: block;
}

.nav-iconcol {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    color: #f7f7f7;
}


.navbar-custom .dropdown-menu {
    background-color: #323232;
    color: #f7f7f7;
}

.navbar-custom .dropdown-item {
    color: #D1AF86;
}

    .navbar-custom .dropdown-item:hover,
    .navbar-custom .dropdown-item:focus {
        color: #323232;
        background-color: #ddb785;
    }

.dropdown-toggle::after {
    content: none;
}


/* Signin
-------------------------------------------------- */

#signin {
    margin-bottom: 50px;
}

.ewbtn {
    background-color: #000;
    color: #FFF;
    border-radius: 20px;
}
    .ewbtn:hover {
        color: #D8A158;
    }

.ewinput {
    background-color: #323232;
    border-bottom: 1px solid #FFF;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

    .ewinput:focus {
        background-color: #323232;
        border-bottom: 1px solid #FFF;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }


.loginwith {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}

.signin {
    font-weight: normal;
    text-align: center;
    font-size: 20px;
}

    .signin label {
        display: block;
        text-align: left;
        font-size: 14px;
        padding-left: 15px;
    }

#loginerror {
    color: #e57e76;
}

.sociallogin {
    cursor: pointer;

    padding-top: 10px;
}

    .sociallogin svg {
        display: block;
        fill: #ddb785;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

#googl-login:hover .googleblue {
    fill: #4285f4;
}

#googl-login:hover .googlegreen {
    fill: #34A853;
}

#googl-login:hover .googleorange {
    fill: #FBBC05;
}

#googl-login:hover .googlered {
    fill: #EA4335;
}

#fb-login:hover .login-icon {
    fill: #1877f2;
}

#twtr-login:hover .login-icon {
    fill: #1d9bf0;
}

#aapl-login:hover .login-icon {
    fill: #f7f7f7;
}


/* 
-------------------------------------------------- 
    End Signin
*/

/* Ticker Search
-------------------------------------------------- */

#ticklist {
    position: absolute;
    width:350px;
    z-index:101;
    
}

.tsrow {
    height: 50px;
    width: 100%;
    background: #f7f7f7;
    cursor: pointer;
}

    .tsrow:nth-of-type(odd) {
        background: #e3e3e3;
    }
    .tsrow:hover {
        background: #323232;
        color: #ddb785;
    }

.tsicon {
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.tsticker {
    font-family: "Arial Black", "Arial Bold";
    font-weight: bold;
    font-stretch: ultra-expanded;
    height: 50px;
}
.tsname {
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tsdivider {
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    color: #969696;
    font-weight: 100;
    font-stretch: extra-condensed;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #323232;
    width: 100%;
    background: #f7f7f7;
    padding-top:15px;
}






/* 
-------------------------------------------------- 
    End Ticker Search
*/
/* Calendar Navigation
-------------------------------------------------- */
.gotocal {
    height: 50px;
    width: 100px;
    margin: 0 0 10px 20px;
    padding: 12px;
    float: left;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255,255,255,.2);
}
    .gotocal a {
        color: #fff !important;
        text-decoration: none;
    }

    .gotocal:hover {
        background-color: #ddb785;
        color: #323232;
    }
        .gotocal:hover a {
            color: #323232 !important;
        }


#Cal1, #Cal2 {
    float: left;
    margin-left: 35px;
    width: 150px;
}

#days {
    float: left;
    width: 400px;
}
#days ul {
/*    width:400px;*/
}
    #days ul li {
        display: inline-block;
        height: 150px;
        width: 20%;
        padding: .0625em;
    }

.allbmo, .allamc {
    font-family: Arial;
    font-size: 8px;
    white-space: nowrap;
}

.today {
    color: #ddb785;
}
    .today a {
        text-decoration: none;
        color: #ddb785;
        font-family: Arial-Black, AvenirNext-Heavy, 'Arial Black', 'Arial Bold', Verdana;
    }

.nottoday {
    cursor: pointer;
}
    .nottoday:hover, .nottoday:hover a {
        color: #323232;
        background-color: #ddb785;
        cursor: pointer
    }

.day {
    font-family: AvenirNext-Heavy, "Arial Black", Arial-BoldMT, sans-serif;
    text-align: center;
    background-color: rgba(255,255,255,.2);
    font-size: 2.625em;
    padding-top: .25em;
    padding-bottom: .25em;
}

.dayofweek {
    font-family: "Arial Black", Arial-BoldMT, sans-serif;
    text-align: center;
    font-size: .75em;
}

.weekhead {
    list-style-type: none;
    display: block;
    font-family: Arial,ArialMT;
    font-weight: bold;
    width: 100%;
    font-size: .75em;
    margin: 0;
    padding: 0;
}

    .weekhead li {
        display: inline-block;
        text-align: center;
        width: 20%;
        margin: 0;
        padding: 0;
    }

.week {
    list-style-type: none;
    display: block;
    font-family: Arial,ArialMT;
    width: 100%;
    font-size: .75em;
    margin: 0;
    padding: 0;
}

    .week li {
        display: inline-block;
        text-align: center;
        width: 20%;
        margin: 0;
        padding: 0;
    }

    .week:hover {
        background-color: #000;
    }

.past {
    color: #AAA;
}

.upcoming a {
    text-decoration: none;
    color: #FFF;
}
.upcoming:hover, .today:hover, .upcoming:hover a, .today:hover a, .viewing:hover, .viewing:hover a {
    color: #323232;
    background-color: #ddb785;
    cursor: pointer
}

.viewing {
    font-family: Arial-Black, AvenirNext-Heavy, 'Arial Black', 'Arial Bold', Verdana;
    background-color: #000;
}
    .viewing a {
        text-decoration: none;
        color: #ddb785;
    }




.monthselect h1 {
    font-family: AvenirNext-Heavy, "Arial Black", Arial-BoldMT, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: .875em;
}

.month {
    display: none;
}



/* 
-------------------------------------------------- 
    End Calendar Navigation
*/

/* 
-------------------------------------------------- 
    End Header
*/



/* Title Bars
-------------------------------------------------- */

#titlebox {
    border: 1px solid #323232;
    color: #000;
    height: 100px;
    width: 100%;
}

#titlename {
    text-align: left;
}

#titlectrls {
}


/* 
-------------------------------------------------- 
    End Title Bars
*/

.grwthno {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.legenditem {
    font: bold 12px sans-serif;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #323232;
    }

    .errortext {
        color: #ddb785;
    }

    .navbar-custom {
        border-bottom: 1px solid rgba(221, 183, 133, 0.25);
    }

    .showlist {
        color: #ddb785;
    }

    .none {
        color: #ddb785;    
    }

    #bgl img {
        object-fit: cover;
        filter: brightness(.196);
    }

    .scorenum, .needle, .dot {
        fill: #ddb785;
    }
    .grwthno {
        fill: #323232;
    }

    .tradermenu {
        background-color: #414141;
    }
    .navbar-custom .dropdown-menu {
        background-color: #414141;
        color: #f7f7f7;
    }
    .dlsvgbtn {
        fill: #ddb785;
        fill-opacity: .67;
        cursor: pointer;
    }
    .stockschartbg {
        fill: #323232;
    }
    .indexchart {
        fill: #323232;
    }
    .stratline {
        stroke: #f7f7f7;
        stroke-width: 2;
    }

    .chartcopy, .charttitle, .indtitle, .legenditem {
        fill: #f7f7f7;
    }

    .tsrow {
        background: #323232;
        color: #ddb785;
    }

        .tsrow:nth-of-type(odd) {
            background: #414141;
        }

        .tsrow:hover {
            background: #ddb785;
            color: #323232;
        }

    .btn-ew-sm {
        background-color: #414141;

    }
        .btn-ew-sm.nopush {
            color: #323232;
        }

    .btn-ew-stk {
        background-color: #ddb785;
        color: #323232;
  
    }

        .btn-ew-stk:hover {
            color: #f7f7f7;
        }



}


@media (prefers-color-scheme: light) {

    .grwthno {
        fill: #f7f7f7;
    }

    .dlsvgbtn {
        fill: #323232;
        fill-opacity: .67;
        cursor: pointer;
    }
    .showlist {
        color: #323232;
    }
    .chartcopy, .charttitle, .indtitle, .legenditem {
        fill: #323232;
    }
}



@media (min-width: 576px) {

    #bgl {
        width: 576px;
    }

    .navbar-footer-custom {
/*        margin-left: 250px;
        padding-right: -250px;*/
    }
    #media {
        width: 75%;
        left: 75px;
        bottom: 65px;
    }
    #copyright {
        left: 100px;
        font-size: 10px;
    }

    #titlebox {
        width: 90%;
    }

    #cookieConsent {
        height: 350px;

    }
}



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    #bgl {
        width: 600px;
    }

    #bgr {
        width: 600px;
        visibility: visible;
    }
    .investormenu, .tradermenu, .accountmenu {
        min-width: 425px;
        min-height: 335px;
    }

    #media {
        width: 60%;
        left: 200px;
        bottom: 65px;
    }

    #copyright {
        font-size: 12px;
    }

    #titlebox {
        width: 75%;
    }

/*    #cookieConsent {
        width: 450px;
        margin-left: -225px;
        border-radius: 50%;
        padding: 50px;
    }*/
    .ewfooter-link {
        color: #f7f7f7 !important;
        display: block;
        padding: .5rem .4rem;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }

    li.nav-item.fnav {
        height: 20px !important;
        line-height: 10px !important;
        background-color: transparent;
        padding-left: 20px;
        padding-top: 5px;
        z-index: 1;
    }

}

@media (min-width: 992px) {

    .calmenu {
        height: 350px;
        margin-left: 0;
    }
    .gotocal {
        width: 95px;
        margin-left: 15px;
        margin-top: 18px;
        height: 95px;
        line-height: 55px;
    }
    #days {
        width: 470px;
    }
    .allbmo, .allamc {
        font-size: 10px;
    }
    #Cal1, #Cal2 {
        width: 225px;
        padding-left: 25px;
    }

    #media {
        width: 70%;
        bottom: 50px;
    }


    #cookieConsent {

        padding: 10px;
        font-size: 1.125rem;
        border: 2px solid #323232;
        height: 150px;
    }

    #ewcookie {
        width: 100px;
        height: 100px;
    }

    .btn-ew {
        font-size: 1.5rem;
        padding: 1rem 2rem 1rem 2rem;
    }


    .ewfooter-link {
        color: #f7f7f7 !important;
        display: block;
        padding: .5rem 1rem;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }



}

@media (min-width: 1200px) {

    .calmenu {
        height: 200px;
    }
    .gotocal {
        width: 75px;
        margin-left: 5px;
        height: 95px;
        line-height: 50px;
        font-size: 12px;
    }
/*    #days {
        width: 470px;
    }*/
    #Cal1, #Cal2 {
        width: 200px;
        padding-left: 25px;
    }

    #media {
        width: 900px;
        bottom: 30px;
    }

}

@media (min-width: 1500px) {

    .calmenu {
        height: 200px;
    }
    .gotocal {
        width: 95px;
        margin-left: 5px;
        height: 95px;
        line-height: 50px;
        font-size: 16px;
    }
    #days {
        width: 555px;
    }

    .allbmo, .allamc {
        font-size: 12px;
    }
    #Cal1, #Cal2 {
        width: 225px;
        padding-left: 25px;
    }

  
}


@media (min-width: 1800px) {



    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

</pre></body></html>