/* Flexnav Base Styles */

@media only screen  and (max-width:999px) {
	
	.mobile-icon {
    float: right;
}
	
.menu-button.mobile span {
            padding-right: 0;
        font-weight: 600;

}

    #site-header {
        
    }

        .menu-button {
        font-size: 18px;
        line-height: 45px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        margin: 0px auto 0;
        float: none;
        width: 100%;
        display: table;
        color: #004a7f;
        font-weight: 500;
        font-size: 22px;
        padding: 10px;
        border-top: 1px solid #004a7f;
        margin-top: 20px;
    }


   

    .menu-button:after {
        content: '';
        margin: 0;
        padding: 0;
        width: 15px;
        height: 12px;
        /*background: url(images/mobile_nav_bt.png) 0 0 no-repeat;*/
        position: absolute;
        top: 11px;
        right: 12px;
        display: none;
    }

    .menu-button:hover:after {
        /*background: url(images/mobile_nav_bt.png) 0 -50px no-repeat;*/
    }

    .mob_menu #header_phone {
        overflow: hidden;
        text-align: center;
        color: #313131;
        line-height: 37px;
    }

    .mobile_menu_box {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        position: relative;
        top: -2px;
        display: block !important;
    }

    .flexnav {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
        -webkit-transform-style: preserve-3d;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        max-height: 0;
        position: absolute;
        left: 0;
        z-index: 999;
    }

    .flexnav ul {
        margin: 0 0 0 0;
        padding: 0;
        /* float: left; */
        width: 100%;
        position: relative;
        list-style: none;
        list-style-type: none;
    }

    .flexnav .menu-header > ul {
        margin: 2px 0 0 0;
    }

    .flexnav.opacity {
        opacity: 0;
    }

    .flexnav.flexnav-show {
        max-height: 70vh;
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 1000000;
        top: 180px;
        overflow-y: auto;
    }

    .flexnav.one-page {
        position: fixed;
        top: 50px;
        right: 5%;
        max-width: 200px;
    }

    .flexnav li {
        font-size: 100%;
        position: relative;
        overflow: hidden;
        vertical-align: top;
        list-style-type: none;
    }

    .flexnav li a {
        position: relative;
        display: block;
        padding: .96em 4em .96em .96em;
        z-index: 2;
        font-size: 15px;
        line-height: 15px;
        /* overflow: hidden; */
        color: #fff;
        background: #004a7f;
        text-decoration: none;
        border-bottom: 1px solid #64d2cf;
    }

    .flexnav li ul {
        width: 100%;
    }

    .flexnav li ul li {
        font-size: 100%;
        position: relative;
        /* overflow: hidden; */
    }

    .flexnav li ul.flexnav-show li {
        /* overflow: visible; */
    }

    .flexnav li ul li a {
        display: block;
        background: #004a7f;
        padding: 0.96em 5em 0.96em 1.96em;
        font-size: 13px;
        border-bottom: 1px solid #64d2cf;
    }

    .flexnav ul li ul li > a {
        background: #004a7f;
        padding: 0.96em 5em 0.96em 1.96em;
        border-bottom: 1px solid #64d2cf;
    }

    .flexnav ul li ul li ul li a {
        background: #004a7f;
        padding: 0.96em 5em 0.96em 3.5em;
    }

    .flexnav .touch-button {
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        width: 50px;
        height: 45px;
        display: inline-block;
        background: #abd9e9;
        background: rgba(0, 0, 0, 0.15);
        text-align: center;
        border-left: 1px solid #64d2cf;
    }

    .flexnav li ul li .touch-button {
        height: 40px;
    }

    .flexnav .touch-button:hover {
        cursor: pointer;
    }

    .flexnav .touch-button .navicon {
        position: relative;
        top: 1.1em;
        font-size: 12px;
        color: #fff;
        font-style: normal;
    }

    .menu-button.one-page {
        position: fixed;
        top: 0;
        right: 5%;
        padding-right: 45px;
    }

    .menu-button .touch-button {
        background: transparent;
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: none;
        text-align: center;
    }

    .menu-button .touch-button .navicon {
        font-size: 16px;
        position: relative;
        top: 1em;
        color: #666;
    }
	
ul ul ul.sub-menu
{
    display: block !important;
}

.treatment-drop span.touch-button {
    display: none !important;
}	
	
	
}
 