/* Jplatform : replace tab-focus by a custom one (See jalios-bootstrap-override.less) */
/*
.jalios-tab-focus() {
  // WebKit-specific. Other browsers will keep their default outline style.
  // (Initially tried to also force default via `outline: initial`,
  // but that seems to erroneously remove the outline in Firefox altogether.)
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 5px;
}*/
/* ------------------------------------------ */
/*  LESS AUTOMATICALLY GENERATED              */
/* ------------------------------------------ */
.a11y-nav {
  position: absolute;
  top: -20em;
  width: 100%;
  z-index: 10300;
  font-size: 25px;
}
.a11y-nav a {
  background-color: white;
  font-weight: 700;
  left: 0;
  padding: 14px;
  position: absolute;
  right: 0;
  text-align: center;
  color: #005db4;
  height: 64px;
}
.a11y-nav a:focus {
  box-shadow: 3px 3px 5px #eee;
  text-decoration: none;
  top: 20em;
}
