 .slicknav_menu
        {
            display: none;
        }
        .mobile-layout-sidenav 
        {
            display: none;
        }
        .header.mobile-only
        {
            display:none;
        }
        .fsocial.mobile-only
        {
            display:none;
        }
        .mobile-only 
        {
            display:none;
        }
   @media only screen and (max-width: 600px)
        {
            html, body
            {
                width: 100%;
                min-width: 360px;
                min-height: auto;
            }
            #globalnav
            {
                display: none;
            }
            .header
            {
                display: none;
            }
            #crumbs, .crumbs-right
            {
                display: none;
            }
            .section
            {
                width: 100%;
            }
            .left-content
            {
                width: 100%;
                padding-left: 20px;
                box-sizing: border-box;
                ms-box-sizing: border-box;
                webkit-box-sizing: border-box;
                moz-box-sizing: border-box;    
            }
            .section div.right
            {
                display: none;
            }
            .fsocial 
            {
                display: none;                
            }
            #footer > div
            {
            }
            #footer > div 
            {
                width:100% !important;
            }
            #footer #fooSecond 
            {
                padding-left:20px;
            }
            #footer #fooFourth 
            {
                border-right-style: none;
            }
            #footer p 
            {
                padding-left:20px;
                padding-right:20px;
            }
            div#wrapper 
            {
                width:100%;
                min-width:auto;
            }
            .slicknav_menu
            {
                display: block;
            }
            .mobile-layout-sidenav 
            {
                display: block;                
            }
            .mobile-sidenav 
            {
                padding-bottom:20px;
                padding-left:20px;
            }
            .mobile-sidenav ul 
            {
                list-style: none inside;
            }
            .mobile-sidenav ul li a
            {
                color:White;                
            }
            .header.mobile-only
            {
                display:block;
                height:0px;
                margin-top:0px;
                width:100%;
            }
            .header.mobile-only h1 
            {
                margin-bottom:0px;
                margin-left:30px;
            }
            .mobile-only 
            {
                display:block;
            }
            h1.pagetitle a 
            {
                font-size:18pt;
            }
            .fsocial.mobile-only
            {
                display:block;
                float:none;
                margin-left:20px;
                margin-bottom:20px;
            }
			
			.right {
	float: left !important;
	
}

#footer p.right{
	text-align:left;
	}
	#footer p{
		margin-top:0px;
		}
		
        }