<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* TABLETS: 768px */
/* ================================================================================ */
@media handheld, only screen and (max-width: 768px) {
    .ad-pushdown, .no-touch-view {
        display: none; }

    header .control-wrap {
        display: block;
        clear: both;
        border-bottom: 1px solid #000; }
    header .control-wrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
    header .top-layer .logo, header .top-layer .search-bar, header .top-layer .trigger-main-nav {
        border-bottom: none; }
    header .top-layer .socials-container {
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px; }
    header .toggle-search {
        display: none; } 

    #right-rail {
        margin: 0 auto;
    }

    #right-rail .ad.napco-ad iframe, .doubleclick iframe {
        width: 100%
    }

    .row {
        /* fixes sidescroll issue */
        margin: 0;
    }

    #NAPCO-prestitial-modal, #NAPCO-prestitial-control, #NAPCO-prestitial-modal-ad, #pres_wrapper, #offer, #NAPCO-prestitial-bg {
        /* cause the prestitional looks terrible on mobile */
        display: none !important;
    }

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