@import "accessibility-menu.css";
@import "accessibility-font-size.css";
@import "accessibility-contrast.css";
@import "accessibility-links.css";

.hidden-text {
    position: absolute;
    font-size: 0rem;
    line-height: 0rem;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    left: -10000px; 
    top: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

:focus {
    /*box-shadow: inset 0px 1px 5px 1px rgba(255, 255, 255, 0.3);*/
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
    /*outline: 2px solid rgba(0, 0, 0, .2) !important;*/
    outline: none !important;
    /*outline-offset: 2px !important;*/
    outline-offset: 0 !important;
}
.top-section-wrapper :focus,
#main-menu-weizmann :focus{
    box-shadow: none;
    outline: 2px solid rgba(255, 255, 255, .3) !important;
    outline-offset: 2px !important;
}
#main-menu-weizmann .subscribeTo :focus{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
    outline: none !important;
}
footer :focus {
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 1);
    outline: none !important;
    outline-offset: 0 !important;
}
footer .menu :focus,
footer .footer-contacts-mail :focus,
.links :focus{
    box-shadow: none;
    outline: none !important;
    outline-offset: 0 !important;
}
@media screen and (max-device-width: 480px){
    :focus {
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
    }
    .top-section-wrapper :focus,
    #main-menu-weizmann :focus{
        box-shadow: none;
        outline: 4px solid rgba(255, 255, 255, .5) !important;
        outline-offset: 2px !important;
    }
    .top-section-wrapper :focus{
        outline: 2px solid rgba(0, 0, 0, .3) !important;
        outline-offset: 2px !important;
    }
}