

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .hide-mobile-view{
        display: none;
    }
}
/* @media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) { */
@media only screen and (min-width: 320px) and (max-width: 768px)  {
    #cod-workspace {
        background-color: #FCC223;
        overflow-x: hidden;
        width: 100%;font: 1em sans-serif;
    }
    body #cod-bodyContainer {
        background: no-repeat top/2350px url(../images/system/bg_workspace.jpg);
        min-width: 100vw !important;
    }
    #header {
        display: flex;
        height: auto; width: 100vw;
        margin: 0 auto;
        max-width: 100vw;
        align-items: center;
        justify-content: space-evenly;
            background: #a30e22;
    }
    .topNav{
        padding-top: 0px;

    }
    .header-trio{
        padding: 20px 0px;
    }
    #topTabs {
        /* background: no-repeat left/75vw url(../images/top-tabs.png); */
        background: no-repeat  url(/_web-items/images/system/top-tabs.png);
        min-height: 38px;
        position: relative;
        background-size: 100% auto;
        max-width: 380px;
        width: 77%;

    }
    #topTabs li a.sprite1, #topTabs li a.sprite2, #topTabs li a.sprite3 {
        background: none;
        display: block;
        height: 30px;
        width: 32%;
        text-indent: -9999px;
    }
    #translatorBox {
        top: 1.6em;
        right: 20px;
        width: 90px;
    }
    .goog-te-combo {
        background: none;
        border: 0;
        border-bottom: none;
        border-radius: 0;
        color: #ffffff;
        font-family: Verdana, Geneva, Tahoma, sans-serif !important;
        font-size: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        top: 0;
        right: 0;
    }
    .goog-te-combo:focus, .goog-te-combo:active {
        outline: 0;
    }
    .goog-te-combo option {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    /* .ms-sbplain {
        display: none;
    } */
    .header-trio, .search-overlay {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5vw;
        width: 100%;
    }
    #searchBox {
        display: none;
    }
    .show-mobile {
        display: flex;
        padding: 26px 5vw !important;
    }
    .hide-mobile {
        display: none;
    }
    #searchMobile, #menuMobile, #cancelSearch, #closeNav {
        background: #FFC92F;
        border-radius: 50%;
        padding: 12px;
        text-align: center;
        vertical-align: middle;
    }

    #search-forms-mobile .searchQuery{
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
    }
    /* #cancelSearch{
        min-width: 21px;
    }

    #cancelSearch .close-search{
        font-size: 21px;
    } */

    #aspnetForm, #aspnetFormM {
        display: flex;
    }
    .search-entry label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .search-entry button {
        background-color: transparent;
        border: none;
    }
    .search-entry {
        display: flex;
    }
    .search-input {
        background: none;
        border: none !important;
        border-bottom: 1px solid #e7e7e8 !important;
        margin-right: 1em !important;
        transition: all 300ms ease-in-out;
        width: 15em !important;
        color: #FFC92F !important;
        font-size: 1.4em !important;
    }
    .close-search {
        background-color: #FFC92F;
    }
    .circle-search, .circle-bars, .close-search, .submit-search {
        color: #A30F22;
        font-size: 3vh;
        text-align: center;
        height: 1em;
        width: 1em;
    }
    .submit-search {
        color: #fff;
    }

    .menu-horizontal { display: none;}


    .dark-overlay {
        background-color: #000;
        height: 100%;
        opacity: 0.7;
        position: absolute;
        top: 50px;
        width: 100vw;
        z-index: 1;
    }


    /* Mobile Navigation Menu  */
    .mobile-nav-open {
        z-index: 10;
        background-color: #a30d21;
        display: flex;
        flex-direction: column;
        width: 80%;
        height: 120vh;
        top: 0vw;
        position: absolute;
        right: 0;
        text-decoration: underline;
        overflow-x: hidden; overflow-y: auto;
        padding-top: 18%;
    }

    .bg-blur {
        background-color: rgba(0, 0, 0, .7);
        backdrop-filter: blur(4em);
        height: 129vh; width: 100%;
        overflow-y: scroll;
        position: absolute;
        top: 0;
    }
    .bg-blur-show {
        display: block;
    }

    .nav-head {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .nav-head #logo2 {
        width: 55%;
        margin-left: 5%;
    }
    /* .nav-head #logo2 img{
        max-width: 170px;
        height: auto;
    } */

    .nav-links {
        padding: 10vw;
        margin-bottom: 20%;
    }

    .ind-link {
        margin: 2em auto 1em;
        width: 110%;
        height: 1em;
    }
    .ind-link a {
        color: #ffffff;
        font-size: 1.3em;
    }

    .link-div {
        color: rgba(200, 200, 200, 0.5);
        height: 0em;
        border-style: solid;
        width: 150%;
    }

    #mobileNav hr.link-div{
        border-color: #D18791 !important;
        margin-top: 0px;
    }
}