/*
Theme Name: Photosynthesis
Theme URI: https://ornl.gov
Author: DJ Edwardson
Description: Responsive Wordpress Theme developed at Oak Ridge National Laboratory
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: photosynthesis

Features fluid text, a hero slicer, and custom logo. Uses ACF blocks and the Classic Editor.

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,600;0,700;0,800;1,100;1,200;1,400;1,600;1,700;1,800&display=swap");
:root {
  --recess: clamp(2.2rem, 13vw, 10rem);
  --buffer: 60px;
  --rotate: -59deg;
  --transition-one: ease-in-out;
  --highlight-bgrd: rgba(33, 33, 33, 0.75);
  --glow1: rgba(79, 147, 239, 0.7);
  --glow2: rgba(170, 198, 235, 0.7);
  --glow3: rgba(0, 47, 109, 0.7);
  --glow4: rgba(78, 105, 142, 0.7);
  --light-color: rgb(237, 237, 237);
  --dark-color: #333333;
  --slicer-height: 500px;
  --mobile-recess: 100px;
  --border-radius: 10px;
  --gutter: 1.5rem;
}

/* media queries */
.body-text p,
li,
figcaption {
  text-wrap: pretty;
  max-width: 75ch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  line-height: 1.25;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.25rem;
}

.body-text h2 {
  font-size: 1.65rem;
  line-height: 1.25;
}

p {
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: #78004a;
}

a {
  color: #78004a;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #283a9d;
}

a.button {
  color: var(--light-color);
}

/* underline hover */
.page-container a:not([class]) {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}

.page-container a:not([class]):hover,
.page-container a:not([class]):focus {
  background-size: 100% 2px;
  background-image: linear-gradient(currentColor, currentColor);
}

p img.alignright.size-medium {
  margin: 0.5rem -150px 0.5rem 1rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption a:hover, .wp-caption a:focus {
  background-size: 0% 2px;
}

.wp-caption-text {
  font-style: italic;
  margin: 0.25rem;
}

.top-banner {
  margin: var(--gutter) 0;
  border-radius: var(--border-radius);
  background: linear-gradient(to right, #00454d 0%, #449836 100%);
  background-image: url(images/ORNL-background.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
}

.top-banner h1 {
  margin: 3.5rem 0 3.5rem 2.5rem;
  color: var(--light-color);
  font-size: 2.5rem;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.alignright {
  float: right;
  margin: 0.5rem 0 0.5rem 1rem;
}

.alignleft {
  float: left;
  margin: 0.5rem 1rem 0.5rem 0;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
}

.content-summary {
  margin-bottom: var --gutter;
}

.content-summary h2 {
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
}

.content-summary date {
  font-style: italic;
}

.content-summary p {
  margin-top: 0.2rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wiggle {
  0% {
    transform: scale(0.975) rotate(-0.25deg);
  }
  50% {
    transform: scale(1.015) rotate(0.25deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

/* Header */
.top-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0;
}

.top-branding img {
  max-height: 64px;
}

.top-branding .site-title {
  font-size: clamp(1.5rem, 2rem, 2.2vw);
}

.top-branding a {
  color: #333333;
}

.top-branding a:hover {
  color: #333333;
}

.top-branding .second-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.top-branding .second-logo p {
  line-height: 1.2;
  margin: 0;
}

.top-branding .second-logo span {
  font-size: 0.8rem;
  display: block;
  max-width: 25ch;
}

.menu {
  background-image: linear-gradient(to right, #449836 0%, #1e9146 100%);
  border-radius: 0.5rem;
  text-transform: uppercase;
  box-shadow: inset 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
  z-index: 20;
  position: relative;
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.menu a:focus, .menu a:focus-within {
  outline: none;
}

.menu > ol {
  display: flex;
  padding: 0;
}

.menu > ol > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 45rem) {
  .menu > ol {
    justify-content: space-around;
    padding: 0;
  }
  .menu > ol > li {
    flex: 1 1 0;
  }
  .menu > ol > li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    margin-right: -50%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    z-index: 0;
    transition: 350ms var(--transition-one) all;
    pointer-events: none;
  }
  .menu > ol > li:first-child:nth-last-child(1) ~ li:last-child:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(2) ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:after {
    right: 450%;
  }
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:after {
    right: 550%;
  }
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:after {
    right: 650%;
  }
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:after {
    right: 750%;
  }
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:after {
    right: 850%;
  }
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:after {
    right: 950%;
  }
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:after {
    right: 1050%;
  }
  .menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(2):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(2):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(2):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(2):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(2) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.666667);
  }
  .menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(3):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.666667);
  }
  .menu > ol > li:first-child:nth-last-child(3):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(3):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(3):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.333333);
  }
  .menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(3):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.333333);
  }
  .menu > ol > li:first-child:nth-last-child(3):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(3):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(3):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(3) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.75);
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.75);
  }
  .menu > ol > li:first-child:nth-last-child(4):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(4):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(4):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(4):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(4):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(4):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover > ol a, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus > ol a, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.25);
  }
  .menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(4):nth-child(3):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:nth-child(3):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.25);
  }
  .menu > ol > li:first-child:nth-last-child(4):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(4):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(4):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(4) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.8);
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.8);
  }
  .menu > ol > li:first-child:nth-last-child(5):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(5):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(5):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.6);
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.6);
  }
  .menu > ol > li:first-child:nth-last-child(5):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(5):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(5):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover > ol a, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus > ol a, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.4);
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(3):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(3):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.4);
  }
  .menu > ol > li:first-child:nth-last-child(5):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(5):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(5):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover > ol a, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus > ol a, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.2);
  }
  .menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(5):nth-child(4):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:nth-child(4):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.2);
  }
  .menu > ol > li:first-child:nth-last-child(5):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(5):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(5):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(5) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.833333);
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.833333);
  }
  .menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.666667);
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.666667);
  }
  .menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(3):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(3):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.333333);
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(4):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(4):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.333333);
  }
  .menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus > ol a, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.166667);
  }
  .menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(6):nth-child(5):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:nth-child(5):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.166667);
  }
  .menu > ol > li:first-child:nth-last-child(6):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(6):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(6) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.857143);
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.857143);
  }
  .menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.714286);
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.714286);
  }
  .menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.571429);
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(3):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(3):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.571429);
  }
  .menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.428571);
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(4):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(4):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.428571);
  }
  .menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.285714);
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(5):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(5):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.285714);
  }
  .menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus > ol a, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.142857);
  }
  .menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(7):nth-child(6):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:nth-child(6):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.142857);
  }
  .menu > ol > li:first-child:nth-last-child(7):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(7):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(7) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 750%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.875);
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.875);
  }
  .menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.75);
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.75);
  }
  .menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.625);
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(3):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(3):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.625);
  }
  .menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(4):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(4):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.375);
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(5):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(5):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.375);
  }
  .menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.25);
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(6):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(6):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.25);
  }
  .menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus > ol a, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.125);
  }
  .menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(8):nth-child(7):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:nth-child(7):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.125);
  }
  .menu > ol > li:first-child:nth-last-child(8):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(8):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(8) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 850%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.888889);
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.888889);
  }
  .menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 750%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.777778);
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.777778);
  }
  .menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.666667);
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(3):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(3):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.666667);
  }
  .menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.555556);
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(4):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(4):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.555556);
  }
  .menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.444444);
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(5):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(5):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.444444);
  }
  .menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.333333);
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(6):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(6):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.333333);
  }
  .menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.222222);
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(7):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(7):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.222222);
  }
  .menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus > ol a, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.111111);
  }
  .menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(9):nth-child(8):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:nth-child(8):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.111111);
  }
  .menu > ol > li:first-child:nth-last-child(9):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(9):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(9) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 950%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.9);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.9);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 850%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.8);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.8);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 750%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.7);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(3):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(3):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.7);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.6);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(4):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(4):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.6);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(5):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(5):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.5);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.4);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(6):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(6):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.4);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.3);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(7):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(7):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.3);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.2);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(8):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(8):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.2);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus > ol a, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.1);
  }
  .menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(10):nth-child(9):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:nth-child(9):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.1);
  }
  .menu > ol > li:first-child:nth-last-child(10):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(10):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(10) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within ~ li:last-child:after {
    right: 1050%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.909091);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(1):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(1):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.909091);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within ~ li:last-child:after {
    right: 950%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.818182);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(2):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(2):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.818182);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within ~ li:last-child:after {
    right: 850%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.727273);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(3):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(3):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.727273);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within ~ li:last-child:after {
    right: 750%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.636364);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(4):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(4):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.636364);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within ~ li:last-child:after {
    right: 650%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.545455);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(5):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(5):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.545455);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within ~ li:last-child:after {
    right: 550%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.454545);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(6):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(6):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.454545);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within ~ li:last-child:after {
    right: 450%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.363636);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(7):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(7):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.363636);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within ~ li:last-child:after {
    right: 350%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.272727);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(8):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(8):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.272727);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within ~ li:last-child:after {
    right: 250%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.181818);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(9):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(9):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.181818);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus ~ li:last-child:after, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus ~ li:last-child:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within ~ li:last-child:after {
    right: 150%;
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus > ol a, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ol a,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ol a {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(20, 131, 20, 0.0909091);
  }
  .menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):hover > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus > ol a:focus-within, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within > ol a:hover, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within > ol a:focus, .menu > ol > li:first-child:nth-last-child(11):nth-child(10):focus-within > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):hover > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus > ol a:focus-within,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ol a:hover,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ol a:focus,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:nth-child(10):focus-within > ol a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(16, 100, 16, 0.0909091);
  }
  .menu > ol > li:first-child:nth-last-child(11):last-child:hover:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus:after, .menu > ol > li:first-child:nth-last-child(11):last-child:focus-within:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:hover:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus:after,
  .menu > ol > li:first-child:nth-last-child(11) ~ li:last-child:focus-within:after {
    right: 50%;
  }
  .menu > ol > li:first-child > a {
    opacity: 1;
  }
  .menu > ol > li > a {
    padding: 2rem 0;
    font-size: clamp(1rem, 1.75vw, 1.25rem);
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    opacity: 1;
    transition: 250ms ease all;
  }
  .menu > ol > li > ol {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    padding: 0;
    list-style-type: none;
  }
  .menu > ol > li > ol > li {
    margin-top: 0.5rem;
    transition: 250ms var(--transition-one) transform;
    transform: scale(0);
  }
  .menu > ol > li > ol > li > a {
    display: block;
    text-align: center;
    border-radius: 0.2rem;
    padding: 1rem 0.5rem;
    font-size: clamp(1rem, 1.3vw, 1.1rem);
    background: #1e9146;
    color: white;
    transition: 250ms ease all;
  }
  .menu > ol > li > ol > li > a:hover, .menu > ol > li > ol > li > a:focus, .menu > ol > li > ol > li > a:focus-within {
    box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1);
    color: white;
  }
  .menu > ol > li:hover > a, .menu > ol > li:focus > a, .menu > ol > li:focus-within > a {
    opacity: 1 !important;
    text-shadow: 0 0 2px var(--light-color), 0 0 2px var(--glow2), 0 0 2px var(--glow2);
  }
  .menu > ol > li:hover > ol, .menu > ol > li:focus > ol, .menu > ol > li:focus-within > ol {
    visibility: visible;
  }
  .menu > ol > li:hover > ol > li, .menu > ol > li:focus > ol > li, .menu > ol > li:focus-within > ol > li {
    transform: scale(1);
  }
  .menu > ol > li:hover > ol > li:first-child, .menu > ol > li:focus > ol > li:first-child, .menu > ol > li:focus-within > ol > li:first-child {
    transition-delay: 150ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(1), .menu > ol > li:focus > ol > li:nth-child(1), .menu > ol > li:focus-within > ol > li:nth-child(1) {
    transition-delay: 150ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(2), .menu > ol > li:focus > ol > li:nth-child(2), .menu > ol > li:focus-within > ol > li:nth-child(2) {
    transition-delay: 300ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(3), .menu > ol > li:focus > ol > li:nth-child(3), .menu > ol > li:focus-within > ol > li:nth-child(3) {
    transition-delay: 450ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(4), .menu > ol > li:focus > ol > li:nth-child(4), .menu > ol > li:focus-within > ol > li:nth-child(4) {
    transition-delay: 600ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(5), .menu > ol > li:focus > ol > li:nth-child(5), .menu > ol > li:focus-within > ol > li:nth-child(5) {
    transition-delay: 750ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(6), .menu > ol > li:focus > ol > li:nth-child(6), .menu > ol > li:focus-within > ol > li:nth-child(6) {
    transition-delay: 900ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(7), .menu > ol > li:focus > ol > li:nth-child(7), .menu > ol > li:focus-within > ol > li:nth-child(7) {
    transition-delay: 1050ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(8), .menu > ol > li:focus > ol > li:nth-child(8), .menu > ol > li:focus-within > ol > li:nth-child(8) {
    transition-delay: 1200ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(9), .menu > ol > li:focus > ol > li:nth-child(9), .menu > ol > li:focus-within > ol > li:nth-child(9) {
    transition-delay: 1350ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(10), .menu > ol > li:focus > ol > li:nth-child(10), .menu > ol > li:focus-within > ol > li:nth-child(10) {
    transition-delay: 1500ms;
  }
  .menu > ol > li:hover > ol > li:nth-child(11), .menu > ol > li:focus > ol > li:nth-child(11), .menu > ol > li:focus-within > ol > li:nth-child(11) {
    transition-delay: 1650ms;
  }
}

@media (max-width: 45rem) {
  .menu {
    background-image: linear-gradient(to bottom, #449836 0%, #1e9146 100%);
  }
  .menu a {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }
  .menu > ol {
    flex-direction: column;
  }
  .menu > ol > li {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .menu > ol > li > a:nth-last-child(2) {
    position: relative;
  }
  .menu > ol > li > a:nth-last-child(2):after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    right: 1.5rem;
    border-top: 0.5rem solid #fff;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    transition: 250ms ease all;
  }
  .menu > ol > li:focus-within:nth-last-child(2):after, .menu > ol > li:focus:nth-last-child(2):after,
  .menu > ol > li > a:hover:nth-last-child(2):after,
  .menu > ol > li > a:focus-within:nth-last-child(2):after,
  .menu > ol > li > a:focus:nth-last-child(2):after {
    transform: rotate(180deg);
  }
  .menu > ol > li:focus-within + ol, .menu > ol > li:focus + ol,
  .menu > ol > li > a:hover + ol,
  .menu > ol > li > a:focus-within + ol,
  .menu > ol > li > a:focus + ol {
    max-height: 12rem;
  }
  .menu > ol > li > ol {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    max-height: 0;
    transition: 250ms ease all;
    list-style-type: none;
    padding: 0;
  }
  .menu > ol > li > ol > li a {
    display: block;
    font-size: 1.2rem;
  }
}

@media (max-width: 630px) {
  .branding {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding-bottom: 1.85rem;
  }
}

/* Containers */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-container {
  max-width: clamp(769px, 75vw, 960px);
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.page-container::before, .page-container::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 97px;
  border-radius: calc(var(--gutter)/2);
  background: #e8f8de;
  background-image: url(images/poplar-overlay.png);
  top: 0;
}

.page-container::before {
  left: -6.65rem;
  background-position: 33% 50px;
}

.page-container::after {
  right: -6.65rem;
  background-position: 50% -50px;
}

.body-text {
  background: linear-gradient(90deg, #eaeaea, #e2e2e221);
  padding: 0.5rem 1.5rem 1.5rem;
  border-radius: var(--border-radius);
  margin: var(--gutter) 0;
  display: flow-root;
}

.body-text img {
  border-radius: 10px;
}

.body-text .full-size, .body-text .alignnone {
  max-width: 75ch;
}

@media (max-width: 1199px) {
  .page-container::before, .page-container::after {
    width: 8vw;
  }
  .page-container::before {
    left: -8.65vw;
  }
  .page-container::after {
    right: -8.65vw;
  }
}

@media (max-width: 992px) {
  .page-container {
    max-width: 960px;
  }
  .page-container::before, .page-container::after {
    display: none;
  }
}

/* Search */
.search-box {
  margin: var(--gutter) 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.search-field {
  line-height: 1.5;
  font-size: 1.1rem;
  border-radius: 10px;
  border: solid 1px rgba(0, 120, 51, 0.55);
  border: none;
  min-width: 15vw;
  height: 2.85rem;
  padding: 0.5rem;
}

.search-wrapper {
  min-width: 375px;
}

.search-results {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: 1fr 1fr 1fr;
}

.search-zero {
  margin-bottom: var(--gutter);
}

.search-zero span {
  font-size: 1.35rem;
}

@media (max-width: 992px) {
  .search-results {
    grid-template-columns: 1fr 1fr;
  }
  .search-box {
    flex-direction: column;
    gap: var(--gutter);
    margin-bottom: var(--gutter);
  }
  .search-box h2 {
    margin: 0;
  }
}

@media (max-width: 630px) {
  .search-results {
    grid-template-columns: 1fr;
  }
}

/* Slicer */
.hero-slices {
  position: relative;
  margin: var(--gutter) 0;
}

.drawer {
  position: relative;
  border-radius: var(--border-radius);
  background: #007833;
  background-image: url(images/wooden-bgrd.jpg);
  background-size: cover;
  background-position: center center;
  height: var(--slicer-height);
  overflow: hidden;
}

.welcome {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 35ch;
  text-align: left;
  color: white;
  color: var(--light-color);
  font-weight: 600;
  z-index: 4;
}

.welcome span {
  font-size: 3rem;
  text-align: left;
  line-height: 1;
}

.slanted {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  width: 100%;
  height: var(--slicer-height);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.75s var(--transition-one);
}

.slanted h2 {
  position: absolute;
  color: var(--light-color);
  font-weight: 600;
  bottom: 0rem;
  left: 5.25rem;
  transform-origin: 0% 0%;
  transform: rotate(var(--rotate));
  margin: 0;
  font-size: clamp(2.2rem, 3.25vw, 2.8rem);
  z-index: 25;
  transition: all 0.75s var(--transition-one);
}

.slanted.slanted-expand {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 10;
}

.slanted-expand h2 {
  transform: rotate(0deg);
  bottom: 1rem;
}

.slanted-expand .info-box {
  animation: fade-reveal 1s forwards;
  animation-delay: 0.5s;
  display: block;
}

.slanted-expand .close-x {
  opacity: 1.0;
  z-index: 25;
}

.slanted:hover .overlay {
  opacity: 0;
}

.slanted:hover h2 {
  text-shadow: 0px 3px 6px var(--dark-color);
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 100%;
  width: 100%;
  z-index: 20;
  transition: all 0.3s var(--transition-one);
}

.off-1 {
  left: calc(var(--recess) + var(--buffer));
  z-index: 1;
}

.off-2 {
  left: calc((var(--recess)*2) + var(--buffer));
  z-index: 2;
}

.off-3 {
  left: calc((var(--recess)*3) + var(--buffer));
  z-index: 3;
}

.off-4 {
  left: calc((var(--recess)*4) + var(--buffer));
  z-index: 4;
}

.info-box {
  position: absolute;
  width: clamp(40%, 500px, 10vw);
  opacity: 0;
  z-index: 25;
  padding: 0 1.5rem;
  border-radius: var(--border-radius);
  left: 5.3rem;
  bottom: 5.5rem;
  color: var(--light-color);
  background-color: var(--highlight-bgrd);
  transition: all 0.3s var(--transition-one);
  display: none;
}

.info-box .info-link {
  text-align: right;
  text-transform: uppercase;
  font-size: 125%;
}

.info-box .info-link a {
  position: relative;
  color: var(--light-color);
}

.info-box .info-link a:hover {
  color: var(--light-color);
}

.info-box .info-link a::after {
  content: ' >>';
  letter-spacing: -2px;
  color: var(--light-color);
}

.close-x {
  color: white;
  font-size: 2rem;
  position: absolute;
  right: 2.15rem;
  top: 1.5rem;
  text-shadow: 1px 1px 7px #525252;
  opacity: 0;
  transition: all 0.3s var(--transition-one);
  z-index: -1;
}

@keyframes fade-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}

@media (max-width: 1199px) {
  .slanted {
    clip-path: none;
  }
  .slanted.slanted-expand h2 {
    transform: rotate(0deg);
  }
  .slanted h2 {
    transform: rotate(-90deg);
    left: 2.75rem;
  }
  .slanted .info-box {
    left: 2.75rem;
  }
}

@media (max-width: 767px) {
  .off-1 {
    left: 0;
    top: var(--mobile-recess);
  }
  .off-2 {
    left: 0;
    top: calc(var(--mobile-recess)*2);
  }
  .off-3 {
    left: 0;
    top: calc(var(--mobile-recess)*3);
  }
  .off-4 {
    left: 0;
    top: calc(var(--mobile-recess)*4);
  }
  .slanted.slanted-expand {
    top: 0;
  }
  .slanted.slanted-expand .info-box {
    width: 80%;
    top: 6rem;
    bottom: auto;
  }
  .slanted h2 {
    left: 1.75rem;
    top: 1.3rem;
    transform: rotate(0deg);
  }
  .overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  }
  .welcome {
    width: auto;
    top: 1.75rem;
    left: 2rem;
  }
  .welcome span {
    font-size: 2.5rem;
  }
}

@media (max-width: 630px) {
  .welcome {
    top: 2.5rem;
    left: 1.5rem;
  }
  .welcome span {
    font-size: 2rem;
  }
  .slanted h2 {
    font-size: 2rem;
    top: 1.5rem;
    opacity: 1.0;
  }
  .slanted.slanted-expand .info-box {
    width: 90%;
    left: 0rem;
  }
}

/* Call to Action */
.cta {
  margin-bottom: var(--gutter);
  border-radius: var(--border-radius);
  background: linear-gradient(to right, #00454d 0%, #449836 100%);
  position: relative;
  padding: 2rem;
  height: clamp(120px, 10vw, 200px);
  z-index: 4 .cta;
}

.cta ::after {
  content: "\2b";
  color: #333333;
  position: absolute;
  border-radius: 50%;
  background: var(--light-color);
  box-shadow: 0px 3px 6px var(--dark-color);
  height: 2rem;
  width: 2rem;
  right: 5px;
  line-height: 1;
  top: 5px;
  font-size: 2rem;
  text-align: center;
  transition: all 0.3s var(--transition-one);
  opacity: 0;
  animation: none;
}

.cta:hover {
  cursor: pointer;
  box-shadow: -2px 0px 12px 2px rgba(34, 126, 183, 0.3);
}

.cta:hover::after {
  opacity: 1;
  animation: pulse 1.25s infinite;
}

.cta .cta-text {
  position: relative;
  z-index: 2;
}

.cta h2 {
  color: var(--light-color);
  font-size: 2.5rem;
  margin: 0;
}

.cta .cta-link {
  color: var(--light-color);
  font-size: 1.75rem;
  margin: 0;
}

.cta .cta-link a {
  position: relative;
  color: var(--light-color);
}

.cta .cta-link a:hover {
  color: var(--light-color);
}

.cta .cta-link a::after {
  content: ' >>';
  letter-spacing: -2px;
  color: var(--light-color);
}

.cta .cta-photo {
  position: absolute;
  right: 1rem;
  bottom: 0;
  z-index: 1;
}

.cta .cta-photo img {
  height: clamp(185px, 18vw, 275px);
}

@media (max-width: 767px) {
  .cta-photo {
    mix-blend-mode: darken;
  }
}

/* Video Spotlight */
.popup-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 80px 0;
}

.video-overview {
  background: linear-gradient(to right, #00454d 0%, #449836 100%);
  padding: 40px;
  color: #ffffff;
  max-width: 400px;
  border-radius: var(--border-radius);
}

.video-overview h2 {
  color: #ffffff;
}

.play-video {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.play-video a {
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  margin: 10px 20px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}

.play-video a .fa {
  margin-left: 10px;
}

.play-video a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(currentColor, currentColor);
}

/* Info Grid */
.info-grid {
  margin-bottom: var(--gutter);
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(1fr, 4);
  grid-template-rows: repeat(1fr, 4);
}

.info-grid .info-item {
  background: #e8f8de;
  border-radius: var(--border-radius);
  color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s var(--transition-one);
  position: relative;
}

.info-grid .info-item::after {
  content: "\2b";
  color: #333333;
  position: absolute;
  border-radius: 50%;
  background: var(--light-color);
  box-shadow: 0px 3px 6px var(--dark-color);
  height: 2rem;
  width: 2rem;
  right: 5px;
  line-height: 1;
  top: 5px;
  font-size: 2rem;
  text-align: center;
  transition: all 0.3s var(--transition-one);
  opacity: 0;
  animation: none;
}

.info-grid .info-item:hover {
  cursor: pointer;
  box-shadow: -2px 0px 12px 2px rgba(34, 126, 183, 0.3);
}

.info-grid .info-item:hover::after {
  opacity: 1;
  animation: pulse 1.25s infinite;
}

.info-grid .info-item:hover.no-link::after {
  opacity: 0;
  animation: none;
}

.info-grid .info-item.no-link:hover {
  cursor: auto;
  box-shadow: none;
}

.info-grid .info-item > * {
  flex: 1;
  padding: 1rem;
}

.info-grid .info-item:nth-of-type(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.info-grid .info-item:nth-of-type(2) {
  grid-area: 1 / 2 / 3 / 4;
}

.info-grid .info-item:nth-of-type(3) {
  grid-area: 1 / 4 / 3 / 5;
}

.info-grid .info-item:nth-of-type(4) {
  grid-area: 2 / 1 / 5 / 2;
}

.info-grid .info-item:nth-of-type(5) {
  grid-area: 3 / 2 / 5/ 5;
}

.info-grid .info-item h3 {
  margin: 0;
  text-align: center;
  padding: 0 1rem;
  text-wrap: balance;
  line-height: 1.2;
  font-size: 1.5rem;
}

.info-grid .info-item summary {
  background: linear-gradient(to right, #449836 0%, #1e9146 100%);
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.info-grid .info-graphic,
.info-grid .half-graphic,
.info-grid .full-graphic {
  min-height: 17.5vw;
  min-width: 3vw;
  height: 100%;
}

.info-grid .full-graphic::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(3, 70, 77, 0.7) 0%, transparent 100%);
  z-index: 1;
  border-radius: var(--border-radius);
  transition: all 0.3s var(--transition-one);
}

.info-grid .full-graphic h3 {
  color: var(--light-color);
  z-index: 2;
}

.info-grid .info-title {
  text-align: center;
  color: var(--light-color);
  background: linear-gradient(to right, #1e9146 0%, #449836 100%);
}

.info-grid .info-title h2 {
  font-size: 2.5rem;
}

.info-grid .info-item-header {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-grid .info-item-header.header-large h3 {
  font-size: 2rem;
}

.info-grid .info-overlay {
  background-image: url(images/poplar-wide-overlay.png);
}

@media (max-width: 992px) {
  .info-grid {
    display: grid;
    grid-template-columns: repeat(1fr, 3);
    grid-template-rows: repeat(1fr, 6);
  }
  .info-grid .info-item:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .info-grid .info-item:nth-of-type(2) {
    grid-area: 1 / 2 / 3 / 4;
  }
  .info-grid .info-item:nth-of-type(3) {
    grid-area: 2 / 1 / 5 / 2;
  }
  .info-grid .info-item:nth-of-type(4) {
    grid-area: 3 / 2 / 5 / 4;
  }
  .info-grid .info-item:nth-of-type(5) {
    grid-area: 5 / 1 / 7 / 4;
  }
}

@media (max-width: 767px) {
  .info-grid {
    display: grid;
    grid-template-columns: repeat(1fr, 2);
    grid-template-rows: repeat(1fr, 5);
  }
  .info-grid .info-item:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .info-grid .info-item:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 3;
  }
  .info-grid .info-item:nth-of-type(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .info-grid .info-item:nth-of-type(4) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .info-grid .info-item:nth-of-type(5) {
    grid-area: 4 / 1 / 6 / 3;
  }
}

/* News Grid */
.news-grid {
  margin-bottom: var(--gutter);
  display: grid;
  gap: var(--gutter);
  grid-template-columns: 1fr 1fr;
}

.news-grid .news-item {
  background: #e8f8de;
  border-radius: var(--border-radius);
  color: var(--dark-color);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s var(--transition-one);
  position: relative;
}

.news-grid .news-item::after {
  content: "\2b";
  color: #333333;
  position: absolute;
  border-radius: 50%;
  background: var(--light-color);
  box-shadow: 0px 3px 6px var(--dark-color);
  height: 2rem;
  width: 2rem;
  right: 5px;
  line-height: 1;
  top: 5px;
  font-size: 2rem;
  text-align: center;
  transition: all 0.3s var(--transition-one);
  opacity: 0;
  animation: none;
}

.news-grid .news-item:hover {
  cursor: pointer;
  box-shadow: -2px 0px 12px 2px rgba(34, 126, 183, 0.3);
}

.news-grid .news-item:hover::after {
  opacity: 1;
  animation: pulse 1.25s infinite;
}

.news-grid .news-item > * {
  flex: 1;
  padding: 1rem;
}

.news-grid .news-item h3 {
  margin: 0;
  text-align: center;
  padding: 0 1rem;
  text-wrap: balance;
  line-height: 1.2;
}

.news-grid .news-item summary {
  background: linear-gradient(to right, #449836 0%, #1e9146 100%);
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.news-grid .news-graphic,
.news-grid .half-graphic,
.news-grid .full-graphic {
  min-height: 10vw;
  min-width: 3vw;
  height: 100%;
}

.news-grid .full-graphic::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(3, 70, 77, 0.77);
  z-index: 1;
  border-radius: var(--border-radius);
  transition: all 0.3s var(--transition-one);
}

.news-grid .full-graphic h3 {
  color: var(--light-color);
  z-index: 2;
}

.news-grid .news-title {
  text-align: center;
  color: var(--light-color);
  background: linear-gradient(to right, #1e9146 0%, #449836 100%);
}

.news-grid .news-title h2 {
  font-size: 2.5rem;
}

.news-grid .news-item-header {
  background-image: url(images/poplar-wide-overlay.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-grid .news-item-header.header-large h3 {
  font-size: 2rem;
}

@media (max-width: 992px) {
  .news-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Data Grid */
.data-grid-section {
  margin-bottom: var(--gutter);
  padding: 1.5rem;
  border-radius: var(--border-radius);
  background: linear-gradient(90deg, #eaeaea, #e2e2e221);
}

.data-grid-section h2 {
  margin: 0 0 var(--gutter);
}

.data-grid {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  margin-bottom: var(--gutter);
}

.icon-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.icon-column img {
  border-radius: var(--border-radius);
  border: 3px solid #007833;
}

.center-column {
  padding: 0 1rem;
  display: grid;
  font-weight: 400;
}

.center-column .top-row-data,
.center-column .bottom-row-data {
  display: flex;
  color: white;
}

.center-column .top-row-data img,
.center-column .bottom-row-data img {
  max-height: 200px;
}

.center-column .top-row-data .data-item {
  background: #a8b27f;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  border: 1px solid white;
  overflow: hidden;
}

.center-column .middle-row-data {
  color: #333333;
  background: #e8f8de;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-column .bottom-row-data .data-item {
  background: #007833;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  border: 1px solid white;
  overflow: hidden;
}

.center-column .data-item {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .data-grid {
    grid-template-columns: 1fr;
  }
  .icon-column {
    display: none;
  }
}

/* Infographic */
.infographic-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
}

.info-image p {
  margin-top: 25px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.stat-block {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  background: linear-gradient(to right, #d6e2cd 0%, #0f993f 100%);
  padding: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.stat-block .nav-row {
  margin-bottom: 1.5rem;
}

.stat-block .info-row {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--light-color);
  margin-bottom: 15px;
  display: grid;
  grid-column-gap: 5px;
}

.stat-block .info-row .metric {
  color: #e8f8de;
  font-weight: 600;
}

.stat-block .info-row .text {
  font-weight: 700;
}

.stat-block .info-row span {
  text-transform: uppercase;
  line-height: 1.1;
}

.stat-block .info-row .main-stat {
  flex-basis: 100%;
}

.stat-block .info-row .main-stat .metric {
  font-size: 7rem;
}

.stat-block .info-row .main-stat .text {
  font-size: 1.65rem;
  text-align: right;
}

.stat-block .info-row .h-stat {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.stat-block .info-row .h-stat .text {
  text-align: right;
}

.stat-block .info-row .v-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat-block .info-row .minor-stat .metric {
  font-size: 2.25rem;
  margin-bottom: 5px;
}

.stat-block .info-row .normal-stat .metric {
  font-size: 5rem;
}

.stat-block .minor-stat {
  padding: 10px 0;
}

.stat-block .info-row-1 {
  grid-template-columns: 3fr 1fr 1fr;
}

.stat-block .info-row-1 .text {
  color: var(light-color);
  font-size: 1rem;
}

.stat-block .info-row-1 div {
  flex: 0 1 0;
}

.stat-block .info-row-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.stat-block .info-row-2 .text {
  font-size: 1rem;
}

.stat-block .info-row-3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: var(--gutter);
}

.stat-block .info-row-3 .info-icon {
  display: flex;
  align-items: center;
}

.stat-block .info-row-3 img {
  max-width: 100%;
}

.stat-table {
  font-size: 1.1rem;
  color: #333333;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.stat-table .table-row {
  padding: 4px 8px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 25px;
}

.stat-table .table-row span:nth-child(2) {
  text-align: right;
}

.stat-table .table-row:first-child {
  font-weight: 600;
  text-transform: uppercase;
}

.stat-table .table-row:nth-child(even) {
  background-color: white;
}

.stat-table .table-row:nth-child(odd) {
  background-color: #e8f8de;
}

.supplemental {
  margin-top: 30px;
}

.supplemental p {
  font-size: 1.1rem;
}

@media (max-width: 992px) {
  .infographic-wrapper {
    display: flex;
    flex-direction: column;
  }
  .info-image img {
    margin: 0 auto;
    display: block;
  }
  .stat-table .table-row {
    display: flex;
    justify-content: space-between;
  }
  .stat-table .table-row span:first-child {
    text-align: left;
    flex-basis: 75%;
  }
  .stat-table .table-row:first-child span {
    flex-basis: 50%;
  }
  .stat-block .nav-row {
    text-align: center;
  }
  .stat-block .info-row {
    display: flex;
    flex-direction: column;
  }
  .stat-block .info-row .h-stat {
    display: grid;
    text-align: center;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .stat-block .info-row .h-stat .text {
    grid-area: 2 / 1 / 3 / 2;
    text-align: center;
  }
  .stat-block .info-row .h-stat .metric {
    grid-area: 1 / 1 / 2 / 2;
  }
  .stat-block .info-row-3 {
    grid-template-columns: 1fr;
  }
  .stat-block .info-row-3 .info-icon {
    justify-content: center;
  }
  .stat-block .info-row-3 .info-icon img {
    max-width: 200px;
  }
}

/* Team Listing */
.team-listing {
  margin-bottom: var(--gutter);
  background: linear-gradient(90deg, #eaeaea, #e2e2e221);
  padding: 1.5rem;
  border-radius: var(--border-radius);
}

.team-listing h2 {
  margin-top: 0;
}

.team-list {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-image {
  border-radius: var(--border-radius);
  width: 100%;
}

.team-member h3 {
  margin-bottom: 0;
  display: inline-block;
}

@media (max-width: 992px) {
  .team-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .team-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 630px) {
  .team-list {
    grid-template-columns: 1fr;
  }
}

/* Gallery */
.gallery-wrapper {
  margin-bottom: var(--gutter);
  background: linear-gradient(90deg, #eaeaea, #e2e2e221);
  padding: 1.5rem;
  border-radius: var(--border-radius);
}

.gallery-wrapper h2 {
  margin-top: 0;
}

.justified-gallery > .jg-entry-visible > img {
  border-radius: 5px;
}

/* Interactive Image */
.interactive-image {
  margin-bottom: var(--gutter);
  border-radius: var(--border-radius);
  background: linear-gradient(to right, #00454d 0%, #449836 100%);
  position: relative;
  overflow: hidden;
}

.interactive-image h2 {
  line-height: 1;
  color: #ffffff;
  margin: 0 0 1rem;
  position: relative;
}

.interactive-image::before {
  width: 35%;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: visible;
  border-top: 1026px solid #449836;
  border-bottom: 0px solid #1e9146;
  border-left: 0px solid transparent;
  border-right: 260px solid transparent;
  content: "";
}

.instructions {
  position: relative;
  color: #ffffff;
}

.features-section {
  padding: 3rem;
}

.feature-frame {
  position: relative;
  display: inline-block;
}

.feature-frame img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
}

.feature-frame .box {
  width: 6%;
  height: 6%;
  background-image: url(../images/map-pin-interactive.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.box:hover > .pin-text {
  display: block;
}

.pin-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 95%;
  white-space: nowrap;
  display: none;
}

.pin-text h3 {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  background: rgba(0, 128, 0, 0.6);
  border-radius: 5px;
  margin: 0;
  padding: 6px 8px 8px;
}

@media (max-width: 767px) {
  .feature-frame .box {
    width: 10%;
    height: 10%;
  }
}

/* Accordion */
ul.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion > li {
  background: white;
  border-radius: var(--border-radius);
  margin-bottom: 10px;
  list-style: none;
  min-width: 100%;
}

.accordion {
  position: relative;
}

.accordion .active a.opener {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.accordion .publication-list {
  list-style: none;
  padding: 0;
}

.accordion .publication-title {
  margin: 0 0 0.25rem;
}

.accordion .publication {
  margin-bottom: 1.5rem;
}

.accordion .publication:last-of-type {
  margin-bottom: 0;
}

.accordion .active a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: -11px 0 0;
}

.accordion .opener {
  display: block;
  position: relative;
  border: none;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 15px 12px 15px;
  color: #e8f8de;
  border-radius: var(--border-radius);
  background: linear-gradient(to right, #3d8931 0%, rgba(19, 168, 0, 0.5) 100%);
}

.accordion .opener:before {
  content: "\f078";
  font-family: FontAwesome;
  color: #e8f8de;
  position: absolute;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  right: 15px;
  top: 50%;
  margin: -13px 0 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

.accordion-item:last-of-type {
  margin-bottom: 1rem;
}

#pre-header {
  background-color: #008556 !important;
}

.accordion .opener:hover {
  text-decoration: none;
  color: white;
}

.accordion .opener:hover:before,
.accordion .active .opener,
.accordion .active .opener:before {
  color: white;
}

.accordion .slide {
  font-size: 16px;
  line-height: 23px;
  padding: 30px;
}

.accordion h2 {
  margin: 0 0 0.25rem;
}

.accordion p {
  margin: 0 0 0.5rem;
}

.accordion .list-box {
  margin: 0 0 1.5rem;
}

.accordion .list-box li {
  margin: 0 0 0.1rem;
}

/* Media Cards */
.media-cards {
  display: flex;
  gap: var(--gutter);
  margin-bottom: var(--gutter);
  flex-wrap: wrap;
}

.media-cards > * {
  flex: 1;
}

.media-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--border-radius);
  position: relative;
  flex: 1;
  transition: all 0.3s var(--transition-one);
  cursor: pointer;
  min-width: 150px;
}

.media-card::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(3, 70, 77, 0.77);
  z-index: 1;
  border-radius: var(--border-radius);
  transition: all 0.3s var(--transition-one);
}

.media-card::after {
  content: "\2b";
  color: #333333;
  position: absolute;
  border-radius: 50%;
  background: var(--light-color);
  box-shadow: 0px 3px 6px var(--dark-color);
  height: 2rem;
  width: 2rem;
  right: 5px;
  line-height: 1;
  z-index: 9;
  top: 5px;
  font-size: 2rem;
  text-align: center;
  transition: all 0.3s var(--transition-one);
  opacity: 0;
  animation: none;
}

.media-card:hover {
  box-shadow: -2px 0px 12px 2px rgba(34, 126, 183, 0.3);
}

.media-card:hover::before {
  background: linear-gradient(to top, rgba(3, 70, 77, 0.7) 0%, transparent 100%);
}

.media-card:hover::after {
  opacity: 1;
  animation: pulse 1.25s infinite;
}

.media-card h3 {
  color: var(--light-color);
  font-size: 1.5rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .media-cards {
    flex-direction: column;
  }
  .media-card {
    min-height: 25vw;
  }
  .media-card h3 {
    font-size: 2rem;
  }
}

/* Wide Links */
.wide-links {
  display: grid;
  grid-row-gap: var(--gutter);
  margin-bottom: var(--gutter);
}

.wide-link {
  background: linear-gradient(90deg, #eaeaea, #e2e2e221);
  border-radius: var(--border-radius);
  color: var(--light-color);
}

.wide-link .link-banner {
  padding: 0.5rem 2rem;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.wide-link .link-banner h2 {
  margin: 0.5rem 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
  width: fit-content;
}

.wide-link .link-banner:hover h2 {
  background-size: 100% 2px;
  background-image: linear-gradient(currentColor, currentColor);
}

.wide-link .link-description {
  color: var(--dark-color);
  padding: 1rem 2rem;
}

.wide-link .link-description p {
  margin: 0;
}

/* Button Row */
.button-section {
  margin-bottom: var(--gutter);
}

.button-section h2 {
  margin: 0 0 1.5rem;
}

.button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  gap: 1rem;
}

.button-row.left {
  justify-content: flex-start;
}

.button-row.center {
  justify-content: center;
}

.button-row.right {
  justify-content: flex-end;
}

.button-wrapper {
  max-height: 100%;
  display: contents;
}

.button {
  background: #007833;
  padding: 0.5rem 1.5rem;
  color: white;
  height: 100%;
  border: 1px solid #007833;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  align-items: center;
  border-radius: var(--border-radius);
  text-align: center;
  transition: all 0.5s var(--transition-one);
}

.button:hover {
  background: #42892e;
  color: white;
}

.button:visited {
  color: white;
}

.button {
  color: white;
}

.button.white:visited {
  color: #007833;
}

.button:active {
  color: white;
}

.button:hover {
  color: white;
}

.button.white {
  background: white;
  color: #007833;
  border: 2px solid white;
}

.button.white:hover {
  border: 2px solid white;
  color: white;
  background: #42892e;
}

a.mainButton {
  background-color: #007833;
  color: white;
  transition: background 0.3s var(--transition-one);
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 1.5rem;
}

a.mainButton:hover {
  background-color: #42892e;
  text-decoration: none;
  color: white;
}

.centered-btn {
  text-align: center;
  margin: 20px auto;
  display: block;
}

/* Footer */
footer {
  margin-bottom: var(--gutter);
}

.footer-wrapper {
  background: linear-gradient(to right, #00454d 0%, #449836 100%);
  color: var(--light-color);
}

.ornl-sponsor {
  color: var(--light-color);
  font-style: italic;
  text-align: center;
  text-wrap: balance;
  padding: 0.5rem 0;
  background: url(images/internal-gradient-strip.jpg);
  background-size: contain;
  background-position: center center;
}

.ornl-sponsor p {
  margin: 0;
}

.footer-content {
  border-radius: 10px;
  margin: 1rem 0;
  overflow: hidden;
}

.footer-wrapper {
  gap: 1.5rem;
  padding: 1.5rem 3rem;
  background: linear-gradient(to right, #00454d 0%, #449836 100%);
  color: var(--light-color);
  display: flex;
  justify-content: space-between;
}

.footer-wrapper img {
  height: 60px;
}

.footer-wrapper .mandatory-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-wrapper .mandatory-links a {
  color: var(--light-color);
}

.footer-wrapper .mandatory-links a:hover {
  color: #a8b27f;
}

@media (max-width: 1199px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
