/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}

@media only screen and (min-width: 850px) {
    #header {
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 10;
        width: 220px !important;
        height: auto !important;
        display: block !important;
        right: auto !important;
        padding-top: 0px;
    }

    #header #masthead {
        background: #360000;
        border-radius: 0px 0px 10px 10px;
    }

    #header .header-bottom-nav.nav-left,
    #header .header-bottom-nav.nav-center,
    #header .header-bottom-nav.nav-right {
        background: #360000 !important;
        display: block !important;
        border-radius: 10px;
        padding: 5px 5px 10px 5px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #header .header-bottom-nav.nav-center {
        text-align: left;
        padding: 10px 15px;
    }

    #header .header-bottom-nav.nav-center a {
        color: #f9f000
    }

    #header .header-bottom-nav.nav-center li.active>a,
    #header .header-bottom-nav.nav-center li:hover>a {
        color: #FFF
    }

    #header .header-bottom-nav.nav-right {
        padding: 15px 5px 5px 5px;
        background-color: #f9f000 !important;
    }

    #header .header-bottom-nav.nav-right .cskh-item {
        color: #360000 !important;
        font-weight: bold;
    }

    #header .header-bottom-nav.nav-left>li {
        min-height: auto;
    }

    #header .header-bottom-nav.nav-center>li {
        border-bottom: 1px dashed #452c2c;
    }

    #header .header-bottom-nav.nav-center>li:last-child {
        border: none !important;
    }

    #header .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    body #wrapper {
        padding-left: 220px !important;
    }

    #header {
        background: #680000;
    }

    #header .flex-row {
        display: block !important;
    }

    #header .header-nav>li {
        margin: 0px !important;
        padding: 0px !important;
        display: block !important;
        width: 100%;
        white-space: nowrap !important;
        min-height: 36px;
    }

    #header .header-nav>li.html_topbar_right {
        margin-bottom: 15px !important;
    }

    #header .header-nav>li>a {
        display: inline-block;
    }

    #header .header-wrapper {
        height: 100% !important;
        position: absolute;
        left: 0px !important;
        top: 0px !important;
        right: 0px !important;
        bottom: 0px !important;
    }

    #header .header-wrapper .nav-dropdown {
        left: 100% !important;
        top: 0px !important;
        background: #680000;
    }

    #header #logo {
        margin: 0px auto !important;
    }

    #header .header-bottom-nav.nav-left .sfcd-date {
        padding: 8px 0px;
        font-weight: bold;
    }

    .sticky-jump .header-wrapper.stuck {
        -webkit-animation: none;
        animation: none;
    }

    .stuck #masthead {
        display: block;
    }

    .header-button-2,
    .header-button-1 {
        width: 49% !important;
    }

    #header .header-bottom-nav.nav-left {
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        padding-top: 10px;
    }
}