#accessibleMenu {
    position: fixed;
    right: 0px;
    top: 15px;
    max-height: calc(100vh - 15px);
    /* overflow-y: scroll; */
    z-index: 1000;
    width: 270px;
    display: none;
    background-color: #fff;
    border-top: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#accessibleMenu div {
    text-align: center;
    width: 100%;
    font-weight: 700;
}
#accessibleMenu button {
    border-radius: 5px;
    width: 70px;
    float: right;
    font-size: 16px;
    color: #000;
    line-height: initial;
    height: 100px;
    border: 0;
    margin: 6px;
    background: #d2d1d0;
    border-radius: 10px;
    border: 1px solid #d2d1d0;
    cursor: pointer;
}
#accessibleMenu em {
    font-size: 30px;
}
#accessibleIcon {
    line-height: initial;
    position: fixed;
    left: 0px;
    top: 200px;
    width: 30px;
    height: 30px;
    background: var(--nutral);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    box-shadow: rgba(0,0,0,.35) -1px 1px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid black;
    border-left: 0;
}
#accessibleIcon button {
    background: 0 0;
    border: 0;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
em.fa.fa-wheelchair {
    font-size: 16px;
}
em.fa.fa-close {
    text-shadow: 1px 1px #ffffff;
}
.grayscale{
	filter: grayscale(100%);
}
.cursor{
	cursor:url(../images/backgrounds/cursor.ico),default;
}
.border,.border h5{
	background:#fff700!important;border:1px solid #000;color:#000!important;
	color: #000;
}
a.border,a.border span,a.border h5,a.border .mega-menu.desktopTopFixed a.border .menu-list-items .menu-links>li>a,a.border.mega-menu .menu-links>li>a{
	color: #000!important;
}
p.alt{background:#00f;position:absolute;opacity:1;color:#000;top:5px;right:5px;padding-right:5px;padding-left:5px;font-size:14px;font-weight:700;border:2px solid #000;border-radius:5px;line-height:22px;background-color:#fff;transition:all .3s ease;transition-delay:.3s}
.blink_me_stop{
    animation: none;
}
#accessibleIcon button#hide_accessiblility_button  {
    color: var(--nutral);
    width: unset;
    padding: 0;
}
#hide_accessiblility_button {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 20px;
    cursor: pointer;
}

.fa-eye-slash:before{content:'\f070'}
.fa-eyedropper:before{content:'\f1fb'}
.fa-mouse-pointer:before{content:'\f245'}
.fa-bolt:before{content:"\f0e7"}
.fa-ccw:before{content:'\e811'}
.fa-search-plus:before{content: "\f00e"}
.fa-undo:before{content: "\f0e2"}
.fa-times-circle:before{content: "\f057"}
.fa-wheelchair:before{content:'\f193'}