  #accessibility-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width:300px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
	display:none;
  }

  #accessibility-toolbar button {
    margin: 2px;
    padding: 5px 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius:5px;
    border:2px solid #000;
  }

  .high-contrast main *, .dark-to-light.navbar-scrolled {
    background-color: black !important;
    color: yellow !important;
  }

  .high-contrast figure, .dark-mode figure {
	display:none;
   }

  .dark-mode main *, .dark-to-light.navbar-scrolled {
    background-color: #121212 !important;
    color: #f1f1f1 !important;
  }

  #wcag { 
	display:non;
	width:50px;
	position:fixed;
	left:80px;
	bottom:13px;
	cursor:pointer;
	z-index:90;
  }
  #wcag:hover #accessibility-toolbar {
	display:block;
 }
 .st4 {
	fill:#fff;	
 }
 .st18 {fill:#0056a7;}
