#leftcol .active {
    display: none;
}
#leftcol .icon {
    display: none;
}
/* Mobile */
@media only screen and (max-width: 768px){
    #wrapper {
        background-image: none !important;
        display: flex;
        flex-direction: column;
      }
    #pagewidth {
        width: 100%;    
    }
    #header {
        position: relative;
        height: 160px;
        background-color: #FFFFFF;
        background-image: url('../new_images/header_03.png');
        background-repeat: no-repeat;
        background-size: 100% 160px;
        width: 100%;
    }
    #header img{
        height: 80px;
        width: 100%;
        margin-left: 0%;
    }
    #tabs {
        display: table;
        clear: both;
    }
    #tabs li{
        width: 48%;
        padding: 1px;
        align-items: center;
    }
    ol#tabs a{
        width: 90% !important;
        font-size: 14px;
        font-weight: bold;
        margin-left: 5%;
    }
    
    #mainalt {
        background-color: #FFFFFF;
        border-color: none;
        font-size: 12px;
    }

    #twocols {
        width: 100%;
        float: left;
        position: relative;
        background-color: #FFFFFF;  
    }

    #leftcol {
        width: 100%;
        float: left;
        position: relative;
        background: #FFFFFF;
    }
    #mainNav {
        width: 75%;
        float: right;
        margin-right: 15%;
    }

    div#navTabs   {order: 1;}
    div#leftcol  {order: 2;}
    div#twocols {order: 3;}
    div#footer  {order: 1;}

    #footer{
        height: auto;
        margin: 0% !important;
        padding: 0% !important;
    }
    #footer div{
        width: 90% !important;
        text-align: center !important;
    } 
    #copy div{
        font-size: 10px !important;
        margin-left: 15% !important;
    }
    .infoTable {
        width: 100%;
        overflow-x: auto !important;
        display: block;
    }
    .formTable{
        font-size: 10px;
        width: 100%;
        overflow-x: auto !important;
        display: block;
    }
}