﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

:root {
    --opensans-regular: 'Open Sans', sans-serif;
    --opensans-semibold: 'Open Sans', sans-serif;
}

#nav-left-side {
    margin-right: 15px;
}

#nav-left-side {
    margin-right: 15px;
}

@media only screen and (width: 768px) {
    #new-container-right {
        width: 575px;
        float: left;
    }

    div#wrapper {
        width: 768px;
        margin-top: 0px;
    }

    #additional-info-footer {
        width: 768px;
    }

    footer {
        width: 768px;
    }
}

@media only screen and (width: 800px) {
    #new-container-right {
        width: 610px;
        float: left;
    }

    div#wrapper {
        width: 800px;
        margin-top: 0px;
    }

    header {
        width: 800px;
        margin-top: 0px;
    }

    div#login-bar {
        width: 800px;
    }

    #weekly-email-alerts {
        width: 250px;
    }
}

@media only screen and (width: 834px) {
    #new-container-right {
        width: 640px;
        float: left;
    }

    div#wrapper {
        width: 834px;
        margin-top: 0px;
    }

    header {
        width: 834px;
        margin-top: 0px;
    }

    header.county-auction, footer.county-auction-footer .footer-content, #footer-txt.footer-txt-county-auction {
        width: 834px;
    }

    div#login-bar {
        width: 834px;
    }

    #weekly-email-alerts {
        width: 250px;
    }

    #additional-info-footer {
        width: 834px;
    }

    footer {
        width: 834px;
    }
}

@media only screen and (width: 900px) {
    #new-container-right {
        width: 706px;
        float: left;
    }

    div#wrapper {
        width: 900px;
        margin-top: 0px;
    }

    header {
        width: 900px;
        margin-top: 0px;
    }

    div#login-bar {
        width: 900px;
    }

    #weekly-email-alerts {
        width: 250px;
    }
}

@media only screen and (width: 1024px) {
    #new-container-right {
        width: 820px;
        float: left;
    }

    header {
        width: 1024px;
        margin-top: 0px;
    }

    div#login-bar {
        width: 1024px;
    }

    div#wrapper {
        width: 1024px;
        margin-top: 0px;
    }
}

@media only screen and (width: 1112px) {
    #new-container-right {
        width: 905px;
        float: left;
    }

    div#wrapper {
        width: 1112px;
    }

    header {
        width: 1112px;
        margin-top: 0px;
    }

    header.county-auction, footer.county-auction-footer .footer-content, #footer-txt.footer-txt-county-auction {
        width: 1112px;
    }

    div#login-bar {
        width: 1112px;
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1279px) {
    #new-container-right {
        width: 890px;
        float: left;
    }
}

@media only screen and (width: 1194px) {
    #new-container-right {
        width: 905px;
        float: left;
    }

    div#wrapper {
        width: 1194px;
    }

    header {
        width: 1194px;
        margin-top: 0px;
    }

    div#login-bar {
        width: 1194px;
    }
}

#nav-left-side ul li.subnav-active a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    line-height: 14px;
    font-family: 'Open Sans'; font-weight: 600;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 8px;
    background-color: #c17019;
}

#nav-left-side ul li {
    list-style-type: none;
    padding-left: 0px;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #ddd;
    min-height: 30px;
}

#nav-left-side ul li a {
    color: #606060;
    text-decoration: none;
    font-size: 12px;
    display: block;
    line-height: 14px;
    font-family: 'Open Sans'; font-weight: 600;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 8px;
}

#nav-left-side {
    margin-top: 0px !important;
}

#nav-left-side ul li.nav-active a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    line-height: 14px;
    font-family: 'Open Sans'; font-weight: 600;
    padding-left: 10px;
    padding-top: 8px;
    padding-right: 8px;
    background-color: #f78f1f;
}