#url_acs_trigger {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 20px;
}

#url_acs_trigger .icon {
  background-color: #01519B;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin: 0 auto 0 0;
  width: 46px;
  height: 46px;
  padding: 8px;
  cursor: pointer;
}

#url_acs_trigger .icon img {
  width: 100%;
  display: block;
}

#url_acs_wrapper {
  position: fixed;
  z-index: 1000;
  display: inline-block;
  max-width: 310px;
  left: 0;
  bottom: 86px;
  background-color: #FFFFFF;
  border-radius: 0 20px 20px 0;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  font-size: 19px;
  font-weight: 500;
  -webkit-box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.25);
}

#url_acs_wrapper.active {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

#url_acs_wrapper .actions, #url_acs_wrapper .other {
  padding: 4px 8px;
}

#url_acs_wrapper .actions > div, #url_acs_wrapper .other > div {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  border-radius: 9px;
  cursor: pointer;
}

#url_acs_wrapper .actions > div > div, #url_acs_wrapper .other > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#url_acs_wrapper .actions > div > div.icon, #url_acs_wrapper .other > div > div.icon {
  margin: 0 0 0 8px;
}

#url_acs_wrapper .actions > div > div.icon img, #url_acs_wrapper .other > div > div.icon img {
  display: block;
  width: 26px;
}

#url_acs_wrapper .other {
  border-top: 1px solid #d3d3d3;
}

body.accessibility-bw #url_acs_wrapper .actions > div[data-action="bw"] {
  background-color: #E3E3E3;
}

body.accessibility-bw > *:not(.url_acs) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.accessibility-inv #url_acs_wrapper .actions > div[data-action="inv"] {
  background-color: #E3E3E3;
}

body.accessibility-inv > *:not(.url_acs) {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}

body.accessibility-links #url_acs_wrapper .actions > div[data-action="links"] {
  background-color: #E3E3E3;
}

body.accessibility-links a {
  border: 3px solid #000 !important;
}

body.accessibility-links button, body.accessibility-links input[type="submit"] {
  text-decoration: underline !important;
}

body.accessibility-size-bigger #url_acs_wrapper .actions > div[data-action="plus"] {
  background-color: #E3E3E3;
}

body.accessibility-size-smaller #url_acs_wrapper .actions > div[data-action="minus"] {
  background-color: #E3E3E3;
}

#url_acs_access-keys > a {
  position: absolute;
  top: -100px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-weight: 700;
  height: auto;
  left: 1rem;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  -webkit-transition: top .75s ease-out;
  transition: top .75s ease-out;
}

#url_acs_access-keys > a:focus {
  color: #21759b;
  top: 1rem;
  -webkit-transition: top 0s;
  transition: top 0s;
}
/*# sourceMappingURL=upnext-accessibility.css.map */