/* .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
{ display: block; margin: auto; background: url('../../images/accessibility-icons.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.ico-ac-bright-colors { background-position: -3px -0px; width: 58px; height: 51px; }
.ico-ac-dark-colors { background-position: -3px -54px; width: 58px; height: 51px; }
.ico-ac-decrease-fonts { background-position: -3px -108px; width: 58px; height: 51px; }
.ico-ac-grayscale { background-position: -3px -162px; width: 58px; height: 51px; }
.ico-ac-increase-fonts { background-position: -3px -216px; width: 58px; height: 51px; }
.ico-ac-keyboard { background-position: -3px -270px; width: 58px; height: 51px; }
.ico-ac-original-colors { background-position: -3px -324px; width: 58px; height: 51px; }
.ico-ac-underline-links { background-position: -3px -378px; width: 58px; height: 51px; }
.ico-ac-statement { background-position: -3px -432px; width: 21px; height: 27px; }
.ico-ac-x { background-position: -27px -432px; width: 21px; height: 20px; } */
/* .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('../../assets/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%; } */
#b-acc-toolbarWrap {
  width: 350px;
  height: 100%;
  color: #171717;
  font-size: 0.9rem;
  font-family: inherit, Arial, Roboto, serif;
  position: fixed;
  top: 0;
  bottom: 0;
  border: 0;
  z-index: 9999;
  -webkit-transition: right 400ms ease-out, left 400ms ease-out;
  transition: right 400ms ease-out, left 400ms ease-out;
}
#b-acc-toolbarWrap div.b-acc_hide_toolbar {
  position: absolute;
  padding: 4px 4px 4px 6px;
  border-radius: 5px 0 0 5px;
  font-size: 13px;
  background-color: #171717;
  color: white;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: right 400ms ease-out, left 400ms ease-out, opacity 400ms ease-out;
  transition: right 400ms ease-out, left 400ms ease-out, opacity 400ms ease-out;
}
#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 {
  width: 50px;
  height: 50px;
  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 {
  background-image: url("../../images/universal-access.png");
  background-size: 60%;
  /* background-position: center center;*/
  background-repeat: no-repeat;
  padding: 0 0 10px 0;
}
#b-acc-toolbarWrap div.b-acc_hide_toolbar.no-fa span {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
}
#b-acc-toolbarWrap:not(.close-toolbar) div.b-acc_hide_toolbar {
  opacity: 0;
}
#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 {
  left: 100%;
}
@media only screen and (max-width: 767px) {
  #b-acc-toolbarWrap {
    width: 280px;
    position: absolute;
  }
  #b-acc-toolbarWrap.close-toolbar {
    width: 0;
  }
  #b-acc-toolbarWrap.close-toolbar #b-acc_toolbar {
    display: none;
  }
  #b-acc-toolbarWrap.right.close-toolbar {
    right: 0;
  }
  #b-acc-toolbarWrap.left.close-toolbar {
    left: 0;
  }
}

#b-acc_toolbar {
  border: 1px solid #171717;
}
#b-acc_toolbar > h3 {
  color: #fff !important;
  background-color: #171717 !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: 16px;
    line-height: 35px;
  }
}
#b-acc_toolbar > h3 .b-acc-close {
  position: absolute;
  left: 25px;
  color: white;
  /* top: calc( 50% - 10px );*/
}
#b-acc_toolbar .acc-wrapper {
  padding: 10px 20px 20px;
  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[id^=b-acc-] {
  border-bottom: 1px solid #d1d2d3;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-]:after, #b-acc_toolbar .acc-wrapper > div[id^=b-acc-]:before {
  content: "";
  display: table;
  clear: both;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-] button {
  float: right;
  width: 50%;
  text-align: center;
  color: #171717;
  height: 70px;
  margin-bottom: 7px;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  background-color: transparent;
  border: 0;
  padding: 10px 0;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-] button i.fa {
  /* display: block;*/
  font-size: 200%;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-] button:nth-child(odd) {
  border-left: 1px solid #d1d2d3;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-] 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[id^=b-acc-] button[class*=font-reset] {
  width: 100%;
  border-left: 0;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-] button:hover {
  background: rgba(209, 210, 211, 0.5) !important;
  /* box-shadow: 0 0 5px 0 $gray;*/
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #b-acc_toolbar .acc-wrapper > div[id^=b-acc-] button {
    height: auto;
    padding: 2px;
    font-size: 13px;
  }
  #b-acc_toolbar .acc-wrapper > div[id^=b-acc-] button img {
    max-width: 35%;
  }
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-]#b-acc-contrast {
  margin-top: 7px;
  margin-bottom: 7px;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-]#b-acc-contrast > div:nth-child(1) {
  border-bottom: 1px solid #d1d2d3;
  margin-bottom: 7px;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-]#b-acc-contrast > div:nth-child(1):after, #b-acc_toolbar .acc-wrapper > div[id^=b-acc-]#b-acc-contrast > div:nth-child(1):before {
  content: "";
  display: table;
  clear: both;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-]#b-acc-statement button {
  width: 100%;
  border-left: 0;
  height: auto;
  margin-bottom: 0;
  padding: 10px 0;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-]#b-acc-statement button i.fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 150%;
  margin-right: 5px;
}
#b-acc_toolbar .acc-wrapper > div[id^=b-acc-]:last-child {
  border-bottom: 0;
}
#b-acc_toolbar .acc-wrapper .b-acc-in-process {
  text-align: center;
  margin-top: 10px;
}
#b-acc_toolbar .acc-wrapper .b-acc-in-process button {
  background-color: #171717;
  color: #fff;
  padding: 9px;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  height: auto;
  border: 0;
}
#b-acc_toolbar .acc-wrapper .b-acc-in-process button:hover {
  background-color: #979797;
}
@media only screen and (max-width: 767px) {
  #b-acc_toolbar .acc-wrapper .b-acc-in-process button {
    padding: 3px;
  }
}

body {
  /* &.b-acc-dark {
      background-color: $black !important;
      color: $white !important;

      #b-acc_toolbar button.b-acc-dark-btn {
      	@include active-button;
      }
  } */
  /* &.b-acc-focus {
  	a:focus {

  	}
  } */
}
body.b-acc-bright, body.b-acc-bright *:not([class^=ico-ac-]):not(:focus):not(#b-acc-toolbarWrap):not(.fa):not([class*=".icon-"]):not(.block-content):not(.b-acc-bright-btn):not(.b-acc-button-active) {
  background-color: #fff !important;
  color: #171717 !important;
}
html body.b-acc-bright #b-acc_toolbar button.b-acc-bright-btn {
  background-color: #555 !important;
  color: #fff !important;
}
body.b-acc-dark {
  /* .panel, .jumbotron, .container .jumbotron, .container-fluid .jumbotron {
      background-color: rgba(255, 255, 255, 0.1);
  }

  .panel-default {
      border-color: rgba(255, 255, 255, 0.2);
  } */
}
body.b-acc-dark, body.b-acc-dark *:not([class^=ico-ac-]):not(:focus):not(#b-acc-toolbarWrap):not(.fa):not([class*=".icon-"]):not(.block-content):not(.b-acc-dark-btn):not(.b-acc-button-active) {
  color: #fff !important;
  background-color: #171717 !important;
  border-color: #fff !important;
}
html body.b-acc-dark #b-acc_toolbar button.b-acc-dark-btn {
  background-color: #555 !important;
  color: #fff !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;
  /* box-shadow: 0 0 10px 5px darken($blue, 30%) !important;*/
  outline: 4px solid #2489d4 !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: #555 !important;
  color: #fff !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: #555 !important;
  color: #fff !important;
}

.messagepop {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  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;
}
.messagepop a.close {
  color: #171717;
  /* background: $gray;*/
  padding: 0 5px;
  font-size: 200%;
  opacity: 1;
  text-shadow: none;
  display: inline-block;
  float: right;
}