
@media (max-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .desk{ display: none !important;}
    .tab{ display: none !important;}
    .mob{ display: block !important;}

    header .headerLeft .menuBtnWr{
        display: flex !important;
    }

}

@media (max-width:961px) and (min-width:481px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .desk{ display: none !important;}
    .mob{ display: none !important;} 
    .tab{ display: block !important;}   


    header .headerLeft .menuBtnWr{
        display: flex !important;
    }

}

@media (min-width:961px) { /* big landscape tablets, laptops, and desktops */ 
    .tab{ display: none !important;}
    .mob{ display: none !important;}    
    .desk{ display: block !important;}   

    header .headerLeft .menuBtnWr{
        display: none !important;
    }
}

@media (min-width:1109px){
    header .actionGreenT1{
        margin-left: 0 !important;
    }
}

