
:root .skipnav {
    display: block;
}
.skipnav {
    position: absolute;
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.skipnav a {
    width: 26em;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    padding: 5px;
    position: absolute;
    left: 1000em;
    top: 0;
    font-weight: bold;
}
.skipnav a:visited {
    color: #fff;
}
.skipnav a:focus, .skipnav a:active {
    width: 16em;
    color: #fff;
    background-color:#000;
    left: -17em;
    padding:5px;
    /*	border-radius: 15px;
        border:4px solid yellow;*/
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.skiptarget {
    width: 1px;
    height: 1px;
    overflow: hidden;
    float: right;
}

.ico-ac-bright-colors,
.ico-ac-dark-colors,
.ico-ac-decrease-fonts,
.ico-ac-grayscale,
.ico-ac-increase-fonts,
.ico-ac-keyboard,
.ico-ac-original-colors,
.ico-ac-underline-links,
.ico-ac-statement,
.ico-ac-x {
    max-width: 100%;
    background-size: 100%;
    display: block;
    margin: auto;
    background-image: url("../images/acc-responsive.png")
}

.ico-ac-bright-colors {
    background-position: 0 0%;
    background-size: 100%
}

.ico-ac-dark-colors {
    background-position: 0 12.559242%;
    background-size: 100%
}

.ico-ac-decrease-fonts {
    background-position: 0 25.118483%;
    background-size: 100%
}

.ico-ac-grayscale {
    background-position: 0 37.677725%;
    background-size: 100%
}

.ico-ac-increase-fonts {
    background-position: 0 50.236967%;
    background-size: 100%
}

.ico-ac-keyboard {
    background-position: 0 62.796209%;
    background-size: 100%
}

.ico-ac-original-colors {
    background-position: 0 75.35545%;
    background-size: 100%
}

.ico-ac-underline-links {
    background-position: 0 87.914692%;
    background-size: 100%
}

.ico-ac-statement {
    background-position: 0 95.067265%;
    background-size: 276.190476%
}

.ico-ac-x {
    background-position: 0 100%;
    background-size: 276.190476%
}

.mod_baccess > h3{
    display: none;
}
#b-acc-toolbarWrap {
    direction: rtl;
    width: 350px;
    height: 100%;
    color:#019cdc;
    font-size: 0.9rem;
    font-family: inherit, Arial, Roboto, serif;
    position: fixed;
    top: 0;
    bottom: 0;
    border: 0;
    z-index: 999;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar, .b-acc-toolbarWrap1 div.b-acc_hide_toolbar {
    position: absolute;
    padding: 6px;
    background-color: #2f709a;
    color: white;
    cursor: pointer
}

.b-acc-toolbarWrap-top{
    position: fixed;
    left: 0;
    width: 0;
    top: 0;
    z-index: 25;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.b-acc-toolbarWrap-top.openme-toolbar{
    width: 350px;
}
.b-acc-toolbarWrap-top div.b-acc_hide_toolbar{
    left: 100%;
    z-index: 25;
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar.b-acc-icon-small {
    width: 38px;
    height: 38px;
    background-position: center 5px;
    font-size: 12px
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar.b-acc-icon-medium, .b-acc-toolbarWrap1 div.b-acc_hide_toolbar.b-acc-icon-medium{
    width: 54px;
    height:60px;
    background-position: center 7px
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar.b-acc-icon-large {
    width: 65px;
    height: 65px;
    background-position: center 10px;
    font-size: 16px
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar.no-fa, .b-acc-toolbarWrap1 div.b-acc_hide_toolbar.no-fa{
    background-image: url("../images/universal-access.png");
    background-size: 60%;
    background-repeat: no-repeat;
    padding: 0 0 10px 0
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar.no-fa span, .b-acc-toolbarWrap1 div.b-acc_hide_toolbar.no-fa span{
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#b-acc-toolbarWrap.right {
    right: 0
}

#b-acc-toolbarWrap.right.close-toolbar {
    right: -350px
}

#b-acc-toolbarWrap.right div.b-acc_hide_toolbar {
    right: 100%
}

#b-acc-toolbarWrap.left {
    left: 0
}

#b-acc-toolbarWrap.left.close-toolbar {
    left: -350px
}

#b-acc-toolbarWrap.left div.b-acc_hide_toolbar, .b-acc-toolbarWrap1.left div.b-acc_hide_toolbar{
    left: 100%
}

@media only screen and (max-width: 767px) {
    #b-acc-toolbarWrap {
        width: 250px
    }
    #b-acc-toolbarWrap.right.close-toolbar {
        right: -250px
    }
    #b-acc-toolbarWrap.left.close-toolbar {
        left: -250px
    }
}

#b-acc_toolbar {
    border:1px solid #17374c
}

#b-acc_toolbar>h3 {
    color: #fff !important;
    background-color: #17374c !important;
    line-height: 63px;
    font-size: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center
}

@media only screen and (max-width: 767px) {
    #b-acc_toolbar>h3 {
        font-size: 21px;
        line-height: 45px
    }
}

#b-acc_toolbar>h3 .b-acc-close {
    position: absolute;
    left: 25px;
    top: calc( 50% - 10px)
}

#b-acc_toolbar .acc-wrapper {
    padding: 10px 20px 30px;
    background-color: #fff
}

#b-acc_toolbar .acc-wrapper:after,
#b-acc_toolbar .acc-wrapper:before {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width: 767px) {
    #b-acc_toolbar .acc-wrapper {
        padding: 7px
    }
}

#b-acc_toolbar .acc-wrapper>div {
    border-bottom: 1px solid #d1d2d3
}

#b-acc_toolbar .acc-wrapper>div:after,
#b-acc_toolbar .acc-wrapper>div:before {
    content: '';
    display: table;
    clear: both
}

#b-acc_toolbar .acc-wrapper>div button {
    float: right;
    width: 50%;
    text-align: center;
    color:black;
    height: 97px;
    margin-bottom: 7px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    background-color: transparent;
    border: 0;
    padding: 20px 0
}

#b-acc_toolbar .acc-wrapper>div button:nth-child(odd) {
    border-left: 1px solid #d1d2d3
}

#b-acc_toolbar .acc-wrapper>div button.b-acc-font-reset {
    height: auto;
    padding: 6px;
    margin-bottom: 0;
    line-height: 1.5;
    border-top: 1px solid #d1d2d3
}

#b-acc_toolbar .acc-wrapper>div button[class*="font-reset"] {
    width: 100%;
    border-left: 0
}

#b-acc_toolbar .acc-wrapper>div button:hover {
    background: rgba(209, 210, 211, 0.5) !important;
    font-weight: bold
}

@media only screen and (max-width: 767px) {
    #b-acc_toolbar .acc-wrapper>div button {
        height: auto;
        padding: 2px;
        font-size: 13px
    }
    #b-acc_toolbar .acc-wrapper>div button img {
        max-width: 35%
    }
}

#b-acc_toolbar .acc-wrapper>div#b-acc-contrast {
    margin-top: 7px;
    margin-bottom: 7px
}

#b-acc_toolbar .acc-wrapper>div#b-acc-contrast>div:nth-child(1) {
    border-bottom: 1px solid #d1d2d3;
    margin-bottom: 7px
}

#b-acc_toolbar .acc-wrapper>div#b-acc-contrast>div:nth-child(1):after,
#b-acc_toolbar .acc-wrapper>div#b-acc-contrast>div:nth-child(1):before {
    content: '';
    display: table;
    clear: both
}

#b-acc_toolbar .acc-wrapper>div#b-acc-statement button {
    width: 100%;
    border-left: 0;
    height: auto;
    margin-bottom: 0;
    padding: 10px 0
}
#b-acc_toolbar .acc-wrapper>div#b-acc-statement .statement-link{
    width: 100%;
    border-left: 0;
    height: auto;
    margin-bottom: 0;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #000;
}
#b-acc_toolbar .acc-wrapper>div#b-acc-statement button .ico-ac-statement,
#b-acc_toolbar .acc-wrapper>div#b-acc-statement .statement-link .ico-ac-statement {
    display: inline-block;
    vertical-align: middle
}

#b-acc_toolbar .acc-wrapper>div:last-child {
    border-bottom: 0
}

.b-acc-in-process {
    text-align: center;
    margin-top: 10px
}

.b-acc-in-process div {
    background-color:#019cdc !important;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .b-acc-in-process div {
        padding: 3px
    }
}

body.b-acc-dark {
    background: #171717 !important;
    color: #fff !important
}

body.b-acc-dark #b-acc_toolbar button.b-acc-dark-btn {
    background-color: #fe0 !important;
    color: #171717 !important
}

/*body.b-acc-bright,
body.b-acc-bright *:not([class^="ico-ac-"]):not(#b-acc-toolbarWrap) {
    /!*background: #fff !important;*!/
    background-color:#fff !important;
    color: #171717 !important
}*/
body.b-acc-bright,
.b-acc-bright *:not([class^="ico-ac-"]):not(#b-acc-toolbarWrap):not(#map_cont):not(.b-acc-nocontrast){
    /*background: #fff !important;*/
    background-color:#fff !important;
    color:#171717 !important
}
body.b-acc-bright #b-acc_toolbar button.b-acc-bright-btn {
    background-color: #fe0 !important;
    color: #171717 !important
}

body.b-acc-dark,
body.b-acc-dark *:not([class^="ico-ac-"]):not(#b-acc-toolbarWrap) {
    color: #fe0 !important;
    background-color: #171717 !important;
    border-color: #fe0 !important
}

body.b-acc-dark .panel,
body.b-acc-dark .jumbotron,
body.b-acc-dark .container .jumbotron,
body.b-acc-dark .container-fluid .jumbotron {
    background-color: rgba(255, 255, 255, 0.1)
}

body.b-acc-dark .panel-default {
    border-color: rgba(255, 255, 255, 0.2)
}

body.b-acc-dark #b-acc_toolbar button.b-acc-dark-btn {
    background-color: #fe0 !important;
    color: #171717 !important
}

body.b-acc-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

body.b-acc-grayscale #b-acc_toolbar button.b-acc-grayscale {
    background-color: #3d3d3d !important;
    color: #fff !important
}

body.b-acc-keyboard a:focus,
body.b-acc-keyboard button:focus,
body.b-acc-keyboard input:focus,
body.b-acc-keyboard select:focus {
    background: #fff899 !important;
    outline: 4px solid blue !important;
    outline: 4px solid -webkit-focus-ring-color !important;
    color: #171717 !important;
    font-weight: bold;
    outline-offset: 1px !important
}

body.b-acc-keyboard #b-acc_toolbar button.b-acc-keyboard {
    background-color: #fe0 !important;
    color: #171717 !important
}

body.b-acc-underline a,
body.b-acc-underline a:hover,
body.b-acc-underline a:focus {
    text-decoration: underline !important
}

body.b-acc-underline #b-acc_toolbar button.b-acc-toggle-underline {
    background-color: #fe0 !important;
    color: #171717 !important
}

.messagepop {
    direction: rtl;
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    cursor: default;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    /*text-align: left;*/
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    z-index: 999;
    padding: 15px;
    padding-top: 55px;
    max-width: 820px;
}

.messagepop a.close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #171717;
    background: #d1d2d3;
    padding: 5px;
    opacity: 1;
    text-shadow: none;
    display: inline-block;
    float: none
}
.messagepop a.close.close-bot{
    position: static;
    display: block;
    width: 45px;
    margin-top: 15px;
}