@media screen and (max-width: 1200px) {
  .menu-toggle {
    display: block !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 22px;
    width: 20px;
    height: 20px;
    background-color: transparent;
  }
  .menu-toggle svg {
    width: 100%;
    height: auto;
    color: #008963;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    background-color: transparent;
  }
  html.menu-open .menu-toggle {
    background-color: #2B6051;
    width: 35px;
    height: 35px;
  }
  html.menu-open .menu-toggle svg {
    width: 12px;
    height: 12px;
    color: #FFF;
  }
  html.menu-open .menu-toggle:hover, html.menu-open .menu-toggle:focus {
    background-color: #2B6051;
  }
}

/*# sourceMappingURL=style.css.map */
