div.menu-container:not(.hamburger-menu) ul.menu-list>li {
  position: relative
}

div.menu-container ul.menu-list li {
  margin: 0;
  padding: 0;
}

div.menu-container:not(.hamburger-menu)>button.main-menu-toggle {
  display: none;
}

div.menu-container>button.main-menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
}

div.menu-container:not(.hamburger-menu) ul.menu-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 10px 0;
}

div.menu-container ul.menu-list {
  margin-left: 1em;
  padding: 0;
  list-style: none outside;
  text-align: left;
}

div.menu-container ul.menu-list .menu-item>.menu-item--link {
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  display: flex;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  background: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

div.menu-container .menu-item {
  margin: auto 5px !important;
  background-color: whitesmoke;
  border: 1px solid lightgray;
  border-radius: 8px;
  height: 100%;
}

div.menu-container .menu-item:hover {
  border: 1px solid #848580;
  background-color: #D42039;
}

.menu-list .menu-item--link {
  color: #253B75 !important;
  font-weight: bold;
  padding: 13px 35px !important;
}

div.menu-container .menu-item:hover a {
  color: #FFF !important;
}

@media (min-width: 1705px) {
  div.menu-container .menu-item--link {
    font-size: 20px !important;
  }
}

div.menu-container .menu-item--link {
  white-space: nowrap;
  line-height: unset !important;
}
