<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        * {
            box-sizing: border-box;
            margin: 0;
        }
        .cookie {
            z-index: 2147483500;
            width: 100vw;
            background-color: #0b539f;
            display: none;
            color: white;
            padding: 30px;
            position: fixed;
            bottom: 0;
            left: 0;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
        }
        .feed-elem {
            width: 80%;
            position: relative;
            display: block;
            left: 10%;
            border-radius: 3px;
            border: solid 1px #ccc;
            padding: 20px;
            margin: 10px 0;
        }
        .splitter-left-seg {
            width: 70%;
            display: inline-block;
            vertical-align:top;
        }
        .splitter-right-seg {
            width: 29%;
            display: inline-block;
            vertical-align:top;
            padding-left: 10px;
        }
        #weather-type {
            width: 100%;
            display: block;
            text-align: center;
            padding: 10px;
        }
        #temp-disp {
            width: 100%;
            display: block;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            font-size: 25px;
        }
        .type-title {
            width: 100%;
            display: block;
            font-size: 11px;
            font-family: 'Lato', sans-serif;
        }
        .feed-elem td {
            vertical-align: top;
            text-align: center;
        }
        #weather-name {
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
        }
        #feels-like {
            width: 100%;
            display: block;
            font-size: 0.8em;
            font-style: italic;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
        }
        .feed-elem td {
            font-family: 'Montserrat', sans-serif;
        }
        .area-name {
            display: block;
            width: 100%;
            font-size: 40px;
            font-family: 'Lato', sans-serif;
            text-align: center;
        }
        #live-news-feed {
            width: 100%;
            display: block;
            font-family: 'Montserrat', sans-serif;
        }
        .feed-single-news img {
            width: 30px;
            height: 30px;
            float: left;
            margin-right: 10px;
        }
        .feed-single-news {
            width: 100%;
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-family: 'Montserrat', sans-serif;
            padding: 5px;
            border-radius: 3px;
        }
        .feed-single-news:hover {
            background-color: #eee;
            cursor: pointer;
        }
        .nav-sidebar {
            width: 30vw;
            z-index: 2147483600;
            position: fixed;
            height: 100vh;
            left: 0;
            bottom: 0;
            background-color: white;
            left: -100%;
            transition: 0.4s ease-out;
            overflow-y: scroll;
        }
        .more-pics a:hover {
            box-shadow: 0 0 5px #0b539f;
        }
        @keyframes zoomerIn {
            0% {
                transform: scale(1.1);
                opacity: 0;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }
        .search-cont {
            width: 100vw;
            height: 100vw;
            z-index: 2147483647;
            background-color: white;
            position: fixed;
            top: 0;
            left: 0;
            padding-top: 10vh;
            animation: 0.2s zoomerIn ease-out;
            animation-iteration-count: 1;
            animation-fill-mode: both;
            display: none;
        }
        .mobile-links-page {
            width: 100%;
            color: white;
        }
        .mobile-links-page a:hover {
            background-color: white;
            color: #0b539f;
        }
        .mobile-links-page a {
            width: 100%;
            display: block;
            color: white;
            padding: 20px 15px;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
            font-size: 25px;
            text-decoration: none;
            border-bottom: solid 2px white;
        }
        .search,.articles,.photos {
            display: none;
        }
        .mobile-links-page a:first-of-type {
            border-top: solid 2px white;
        }
        .last-crawled {
            font-size: 0.8em;
            opacity: 0.7;
            font-style: italic;
        }
        .mobile-links {
            width: 100vw;
            height: 100vh;
            display: none;
            background-color: #0b539f;
            z-index: 2147483630;
            color: white;
            position: fixed;
            top: 0;
            transition: 0.2s;
            right: 0;
        }
        .search-title {
            color: #0b539f;
            font-family: 'Montserrat', sans-serif;
            width: 100vw;
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }
        .search-area {
            margin-top: 40px;
            width: 70%;
            position: relative;
            left: 15%;
            display: block;
            text-align: center;
            justify-content: center;
        }
        .search-area input[type=search] {
            width: 70%;
            display: inline-block;
            font-size: 25px;
            padding: 15px 30px;
            border: none;
            outline: none;
            background-color: #ccc;
            font-family: 'Montserrat', sans-serif;
        }
        .search-area input[type=submit] {
            width: 30%;
            display: inline-block;
            font-size: 25px;
            padding: 15px 30px;
            outline: none;
            border: none;
            background-color: #0b539f;
            color: white;
            cursor: pointer;
            font-family: 'Montserrat', sans-serif;
        }
        .nav-search-results {
            width: 70%;
            position: relative;
            left: 15%;
            display: block;
            height: 50vh;
            overflow-y: scroll;
            background-color: #fafafa;
            margin-top: 30px;
        }
        #wind-dir {
            margin-bottom: 4px;
        }
        .single-nav-result {
            width: 100%;
            display: block;
            padding: 15px 30px;
            font-family: 'Lato', sans-serif;
            font-size: 20px;
            text-align: center;
        }
        .single-nav-result:hover {
            background-color: #ccc;
            cursor: pointer;
        }
        .close-search {
            width: 100%;
            font-size: 70px;
            font-weight: bold;
            font-family: 'Montserrat', sans-serif;
            padding-right: 50px;
            text-align: right;
            display: block;
            position: relative;
            top: -60px;
            cursor: pointer;
        }
        .sec-close-search {
            width: 100%;
            font-size: 40px;
            font-weight: bold;
            font-family: 'Montserrat', sans-serif;
            padding-right: 20px;
            text-align: right;
            display: block;
            cursor: pointer;
        }
        .top-bar {
            width: 100%;
            background-color: #0b539f;
            font-family: 'Lato', sans-serif;
            color: #ccc;
            font-size: 15px;
            padding: 9px 0;
        }
        .trending {
            display: inline-block;
            width: 40%;
        }
        .left-trd {
            display: inline-block;
            padding: 6px 15px;
            border-right: solid 1px white;
        }
        #news-headline {
            display: inline-block;
            padding: 5px 15px;
        }
        @keyframes rollOver {
            0% {
                transform: rotateX(90deg);
                top: -10px;
            }
            5% {
                transform: rotateX(0deg);
                top: 0;
            }
            95% {
                transform: rotateX(0deg);
                top: 0;
            }
            100% {
                transform: rotateX(-90deg);
                top: 10px;
            }
        }
        .single-headline {
            width: 100%;
            color: white;
            text-decoration: none;
            font-size: 12px;
            display: none;
            animation: 7s rollOver;
            animation-fill-mode: both;
            animation-iteration-count: 1;
            animation-timing-function: linear;
            transition: 0.2s;
            transform-origin: bottom left;
            position: relative;
        }
        .right-area {
            display: inline-block;
            width: 55%;
            text-align: right;
        }
        .date {
            display: inline-block;
            padding: 0 15px;
            border-right: solid 1px white;
        }
        .top-links {
            display: inline-block;
            padding-left: 15px;
        }
        .top-links a:link, .top-links a:visited {
            color: white;
            text-decoration: none;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 12px;
            padding: 0 5px;
            display: inline-block;
            transition: 0.2s;
        }
        .top-links a:hover {
            color: #ccc;
        }
        .date svg {
            margin-right: 6px;
        }
        .terminal, .ad-cont {
            display: none !important;
        }
        .nav {
            position: sticky;
            top: 0;
            width: 100%;
            background-color: #0b539f;
            color: white;
            padding: 0 30px;
            z-index: 99999;
            transition: 0.2s;
        }
        .left-logo {
            width: 20%;
            display: inline-block;
            vertical-align: middle;
        }
        .mid-links {
            width: 63%;
            display: inline-block;
            text-align: center;
        }
        .mid-links &gt; a:link, .mid-links &gt; a:visited, .accordion-group &gt; a:link, .accordion-group &gt; a:visited {
            padding: 35px;
            display: inline-block;
            color: white;
            font-family: 'Lato', sans-serif;
            text-decoration: none;
            font-weight: bold;
            cursor: pointer;
            border-bottom: solid 5px #0b539f;
        }
        .accordion-group {
            display: inline-block;
            position: relative;
        }
        @keyframes twistIn {
            0% {
                transform: rotateX(90deg);
            }
            100% {
                transform: rotateX(0deg);
            }
        }
        @keyframes twistOut {
            100% {
                transform: rotateX(90deg);
            }
            0% {
                transform: rotateX(0deg);
            }
        }
        .link-list {
            display: none;
            position: absolute;
            left: 0;
            top: 100%;
            background-color: #0b539f;
            color: white;
            width: auto;
            overflow-x: visible;
            transform-origin: top;
            animation: 0.6s twistIn ease-out;
        }
        .link-list a:link, .link-list a:visited {
            display: block;
            width: 100%;
            text-decoration: none;
            padding: 15px 25px;
            text-align: center;
            color: white;
            font-family: 'Lato', sans-serif;
        }
        .link-list a:hover {
            background-color: #ccc;
        }
        .accordion-group:hover .link-list {
            display: block;
        }
        .mid-links &gt; a:hover {
            border-bottom: solid 5px white;
        }
        .left-logo img {
            width: 100%;
        }
        .top-per-cat {
            width: 100%;
            background-image: url('bg-img.png');
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 100px;
            background-color: #e3e3e3;
        }
        .alert-bar {
            width: 100vw;
            display: block;
            text-align: center;
            background-color: red;
            color: white;
            padding: 10px;
            font-family: 'Montserrat', sans-serif;
        }
        .right-shortcuts {
            display: inline-block;
            color: black;
            width: 15%;
            text-align: right;
        }
        .right-shortcuts svg {
            color: white;
            margin: 0 15px;
            cursor: pointer;
            transition: 0.2s;
        }
        .right-shortcuts svg:hover {
            transform: scale(0.90);
        }
        .mobile-ham {
            display: none;
        }
        .mobile-ham img {
            width: 20%;
            top: 10px;
            position: relative;
            float: right;
        }
        .search,.articles,.shop {
            display: none;
        }
        @media screen and (max-width: 1100px){
            .ad-cont {
                width: 90vw !important;
                bottom: 10px;
                left: 10px;
                border: none;
            }
            .splitter-left-seg, .splitter-right-seg {
                width: 100% !important;
                display: block;
            }
            .nav {
                position: fixed !important;
            }
            .mobile-ham {
                display: inline-block !important;
                max-width: 40%;
            }
            .top-bar,.mid-links,.right-shortcuts {
                display: none !important;
            }
            .footer {
                display: block !important;
            }
            .main-links {
                width: 100%;
                display: block;
                margin: 15px 0 !important;
            }
            .left-logo {
                width: 50% !important;
                margin: 10px;
                position: relative;
                left: 22%;
            }
            
        }
        .ad-cont {
            position: fixed;
            z-index: 9999;
            bottom: 10px;
            right: 10px;
            background-color: white;
            padding: 5px;
            border: solid 3px #ccc;
            width: 500px;
            height: 170px;
            border-radius: 5px;
        }
        .close-dis {
            position: absolute;
            top: -5px;
            right: -5px;
            cursor: pointer;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            padding: 0;
            background-color: #0b539f;
            padding-left: 5px;
            color: white;
            font-weight: bold;
            z-index: 99991;
        }
.pe-optin-1 {
    font-family: 'Open Sans', sans-serif !important;
}</pre></body></html>