/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Feb 03 2020 | 19:05:46 */
/**:focus {
  outline: 2px solid orange !important;
  outline-offset: 3px !important;
}*/
.navigation_skip {
  text-align: center;
  position: absolute;
  top: -10em;
  background: white;
  padding: 1em;
  margin: 1em;
  color: black;
  display: block;
  font-weight: 600;
}
.navigation_skip:focus {
  position: inherit;
  top: auto;
  outline: 2px solid orange;
}
