/* 
* -------------------------------------
* ---------/ WCAG OFFCANVAS /----------
* -------------------------------------
*/

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.m-0 {
  margin:0 !important;
}

.p-0 {
  padding: 0 !important;
}

.text-center {
  text-align: center !important;
}

#wcagmenu {
  display: flex;
  flex-direction: row;
  position: fixed;
  right: calc(100% - 56px);
  top: 30%;
  z-index: 9999;
  transition: right 0.4s ease-in;
}
@media (max-width: 1200px) {
  #wcagmenu {
    align-items: end;
    top: initial;
    bottom: 80px;
  }
}
#wcagmenu.wcagmenu--open {
  right: calc(100% - 316px);
  transition: right 0.4s ease-in;
}
#wcagmenu #wcagmenu-button {
  width: 56px;
  height: 56px;
  background: #1e7ab9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid white;
  box-shadow: -6px 0px 0px -3px #1a608f;
  border-left: none;
  background: #1a608f;
}
#wcagmenu #wcagmenu-button:hover {
  cursor: pointer !important;
}
#wcagmenu #wcagmenu-links {
  display: flex;
  width: 260px;
  height: 100%;
  border: 3px solid white;
  border-left: none;
}
#wcagmenu #wcagmenu-links ul {
  padding: 0;
  width: 100%;
  margin: 0;
  background: linear-gradient(to left, #1e7ab9, #1a608f);
  background: #1a608f;
}
#wcagmenu #wcagmenu-links ul li {
  list-style-type: none;
  display: flex;
  width: 100%;
  padding: 7px 0 7px 8px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s linear;
  max-width: 252px;
}
#wcagmenu #wcagmenu-links ul li.active {
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.2s linear;
}
#wcagmenu #wcagmenu-links ul li:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.2s linear;
}
#wcagmenu #wcagmenu-links ul li button {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  background: none;
  color: white;
  width: 100%;
}
#wcagmenu #wcagmenu-links ul li button img {
  padding-right: 16px;
}
#wcagmenu #wcagmenu-links ul li button span {
  display: flex;
  width: 100%;
}

#wcagmenu *:hover {
  cursor: pointer !important;
}

#wcagmenu-links button span {
  padding-left: 12px;
}

/* loading overlay */
#loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#loading-overlay div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
}



html.wcaggreyscale {
  filter: grayscale(1) contrast(1.4);
}
html.wcaggreyscale .maincontent a {
  color: white !important;
}

body.wcagcontrast #page {
    background: black;
    background-image: none !important;
}

body.wcagcontrast #page * {
    color: white !important;
}

body.wcagcontrast #page a {
    color: #BE0000 !important;
    background: white;
    padding: 3px 8px;
}

body.wcagcontrast #footer {
  background:white !important;
}

body.wcagcontrast #footer ul li,
body.wcagcontrast #footer a {
    color: #BE0000 !important;
    background: white !important;
    padding: 3px 8px !important;
    font-size:2rem;
    font-weight:bold;
}

body.wcagcontrast #header {
  background: white !important;
}

body.wcagcontrast #header * {
  color: black !important;
}

body.wcagcontrast #page .locations * {
    color: black !important;
}

body.wcagcontrast #page .locations a {
  background: none !important;
  font-weight:bold;
  padding:0 !important;
}

body.noimages img:not(#menubtn-container img),
body.noimages video {
  display: none !important;
}

body.biggerFonts {
  font-size: 20px;
  line-height: 1.45;
}

body.biggerFonts .sidebar ul li {
  font-size: 20px;
}

body.biggerFonts ul#navmenu-h {
  font-size:18px;
}

body.biggerFonts ul#navmenu-h li:hover li a, body.biggerFonts ul#navmenu-h li.iehover li a {
  font-size: 16px;
}

*:focus-visible {
    outline: 8px solid #00ff24 !important;
}
#select-facility:focus {
  outline: 8px solid #00ff24 !important;
}