#accessibility-menu {
    position: fixed;
    top: 75px;
    right: -1322px;
    width: 310px;
    z-index: 1000;
    border-left: solid 1px #4d4d4d;
    font-size: 15px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.45);
    color: #043056;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* font-family: Arial, sans-serif; */
}
#accessibility-menu.dir-ltr{direction:ltr;}
#accessibility-menu.position-left{right:auto;left:0;}

#accessibility-menu.active {
    right: 10px;
}
#accessibility-menu h2 {
    font-size: 17px;
    color: #3e4a3a;
    text-align:center;
    padding:10px 0;
    margin:0;
    border-radius: 2px 2px 0 0;
    background-color: #f4f4f4;
    font-weight: 500;
}

#accessibility-menu.active .accessibility-btn {
    /* display:none; */
}
.accessibility-btn-mobile{
    position: absolute;
    top: 0px;
    right: 60px;
    font-size: 25px;
    width: 60px;
    height: 62px;
    text-align: center;
    border-left: solid 1px #e4e4e4;
    padding-top: 15px;
}

/* .accessibility-btn:hover, .accessibility-btn:focus {
    color: white;
} */
.accessibility-close {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 25px;
}

.accessibility-menu-row {
    padding:2px;
}
.accessibility-menu-row.row-last{
    background-color: #f4f4f4;
    padding:2px 0;
}
.accessibility-menu-item {
    float: right;
    width: 33.333%;
}
.accessibility-menu-item1{width:100%;}
.accessibility-menu-item2{width:50%;}
#accessibility-menu.dir-ltr .accessibility-menu-item {
    float: left;
}
.accessibility-menu-item a {
    color: #3e4a3a;
    text-decoration: none;
    height: 100px;
    display: block;
    padding: 20px 10px;
    line-height: 1.5;
    font-size: 12px;
    text-align: center;
    border: solid 1px #dbdbdb;
    margin:2px 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.row-statment .accessibility-menu-item1 a{
    color: #068044;
    padding:10px;
    font-size: 14px;
    display: block;
}
.row-statment .accessibility-menu-item1 a svg{
    vertical-align: middle;
    margin-right: 10px;
}
.row-last .accessibility-menu-item a{
    color: #068044;
    font-weight: bold;
    text-transform: uppercase;
}
.row-last .accessibility-menu-item a svg{
    vertical-align: middle;
    margin-right: 10px;
}
.accessibility-menu-item a .icon{
    display: block;
    margin-bottom: 5px;
}
.accessibility-menu-item2 a {
    padding: 10px 5px;
    height: 40px;
}
.accessibility-menu-item a.active,
.accessibility-menu-item a:hover {
    background-color: #dbdbdb;
}

#mouseWhite .fa,
#mouseWhite .fas {
    color: #6a96bc;
    cursor: auto;
}
.underline{
    text-decoration: underline !important;
}

.mouseWhite {
    cursor: url(Images/arrw.png), auto;
}
.mouseBlack {
    cursor: url(Images/arrb.png), auto;
}
#accessibility-menu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.page-inverted * {
    background: black !important;
    opacity: 1 !important;
}

.page-inverted select,
.page-inverted input,
.page-inverted button,
.page-inverted .btn {
    border: solid 1px white !important;
    color: white !important;
}

page-inverted .fa,
page-inverted .fas {
    color: white !important;
}


.invertedHightLightYellow,
.page-inverted h1,
.page-inverted h2,
.page-inverted h3,
.page-inverted h4,
.page-inverted h5,
.page-inverted h6,
.page-inverted a,
.page-inverted b,
.page-inverted strong {
    color: yellow !important;
}
.page-inverted .fa,
.page-inverted .fas{color:white !important;}
.page-inverted .accessibility-menu-item a.active,
.page-inverted .accessibility-menu-item a:hover {
    background-color: #333 !important;
}


.invertedHightLight,
.page-inverted div,
.page-inverted p,
.page-inverted label,
.page-inverted span,
.page-inverted li {
    color: white !important;
}
.page-inverted-low h2,
.page-inverted a {
    text-decoration: underline !important;
}
.page-inverted-low * {
    background: white !important;
    opacity: 1 !important;
}

.page-inverted-low select,
.page-inverted-low input,
.page-inverted-low button,
.page-inverted-low .btn {
    border: solid 1px black !important;
}

.page-inverted-low .acc-btn,
.page-inverted-low #acc-contrast-low-text {
    display: inline;
}

.page-inverted-low .fa,
.page-inverted-low .fas {
    color: blue !important;
}

.page-inverted-low .btn {
    color: blue !important;
}

.invertedLowBlue ,
.page-inverted-low h1,
.page-inverted-low h2,
.page-inverted-low h3,
.page-inverted-low h4,
.page-inverted-low h5,
.page-inverted-low h6,
.page-inverted-low a,
.page-inverted-low b,
.page-inverted-low strong {
    color: Blue !important;
}
.page-inverted-low .accessibility-menu-item a.active,
.page-inverted-low .accessibility-menu-item a:hover {
    background-color: #ccc !important;
}

.invertedLow,
.page-inverted-low div,
.page-inverted-low p,
.page-inverted-low label,
.page-inverted-low span,
.page-inverted-low li {
    color: Black !important;
}

.page-inverted-low img,
.page-inverted-low-low img {
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}
