.anchorMenu {
  margin-top: 0;
  padding-top: 1.5em;
}
.anchorMenu a {
  border-bottom-color: transparent;
  color: #2B5F46;
}
.anchorMenu a:focus,
.anchorMenu a:hover {
  border-color: #2B5F46;
}
.anchorMenu ul {
  color: #2B5F46;
  list-style: inside disc;
  margin-left: 0;
}
.anchorMenu li {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 0.889em;
  text-indent: -0.889em;
}
.anchorMenu li:before {
  content: none;
}
@media screen and (min-width: 50em) {
  .anchorMenu.sticky {
    bottom: 0;
    margin-left: -30px;
    overflow-y: auto;
    margin-left: 0;
    position: fixed;
    top: 0;
    width: 33.333%;
    height: fit-content;
  }
  .anchorMenu.sticky ul {
    background-color: #f5f7f4;
    background-color: rgba(245, 247, 244, 0.9);
  }
}
.backToAnchorMenu {
  border-bottom: 0;
  float: right;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  height: 1em;
  margin-top: -0.25em;
  overflow: hidden;
  padding: 0 .5em;
}
@media screen and (min-width: 50em) {
  .backToAnchorMenu {
    display: none;
  }
}
