<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #fff;
}

/* Header */
.app-header {
    background-color: #4f5d6b;
}

#site-logo {
    background: transparent url('images/logo-fw-full@2x.png') no-repeat 50% 50%;    
    background-size: 165px 24px;
    width: 165px;
    height: 24px;
}

#main-navigation {
    background-color: #83a359;    
}

/* Page Layout */
#main-content-hdr {
    background-color: #83a359;
    color: #fff;
}

.main-content-error-title,
.main-content-error-text {
    color: #ffffff;
}

/* Buttons and Text */
.oversize-button, .medium-button {
    color: #35461B;
    background: #83a359 url(images/glass.png) repeat-x 50% 50%;
    border: 1px solid #83a359;
}

.button-theme-subtle {
    background-color: hsla(86, 35%, 41%, 1.0);
    color: hsla(360, 100%, 100%, 1);
}

.button-theme-subtle:hover,
.button-theme-subtle:focus {
    background-color: hsla(86, 41%, 37%, 1.0);
}

.button-theme-subtle:focus {
    box-shadow: 0 0 0 3px hsla(86, 41%, 27%, 1.0);
}

.bg-dark {
    color: #fff;
}

/* Map Page */
.jw-legends, .jw-legends button, .jw-legend-toggle.ui-state-default span {
    background-color: #0b2846 !important;
}

.obs-legend li span.vs-icon div {
    height: 29px !important;
}

/* LIVE WIND and Wind List */
.brand-logo {
    position: absolute;
    background-image: url(images/logo-white@2x.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 153px 25px;
    width: 153px;
    height: 25px;
    right: 10px;
    top: 5px;
    z-index: 998;
}

/* Settings Page */
.settings #main-content-right {
    color: #fff;
}

/* Pro Forecasts */
.pro-fx-list li {
    color: #333;
}

/* Manage Favorites */
.manageFavoritesInfo p {
    color: #fff;
}

/* Favorites */
#profileError {
    color: #fff;
}

/* Flowview Config */
#fv-config {
    color: #fff;
}

/* Footer */
footer {
    background-color: #051323;
}

footer .copyright-text {
    background: transparent url(images/logo-white@2x.png) no-repeat 0 0;
    background-size: 153px 25px;
    padding: 0 0 0 163px;
    line-height: 35px;
}

/* Windlist Upsell */
.jw-spot-list-upsell-content {
    background-color: #83a359;
}

.jw-spot-list-upsell-testimonial {
    color: #ffffff;
}

.jw-spot-list-upsell-name {
    color: #e2e2e2;
}

.jw-spot-list-upsell-button {
    background-color: #0A7FB9;
    color: #ffffff;
}

@media screen and (max-width: 768px) {        
    footer .copyright-text {
        background: transparent url(https://cdn-consumer.weatherflow.com/images/brand-logos/fw-logo_white_h_40@2x.png) no-repeat 50% 0;
        background-size: 224px 40px;
        padding: 45px 0 0 0;
        min-width: 224px;
        line-height: normal;
    }
}
</pre></body></html>