.close-acc-page {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1); }

.accessibility-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  border: 20px solid #000;
  background-color: #FFF; }
  .accessibility-popup iframe {
    display: block;
    border: none;
    width: 100%;
    height: 100%; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
