.civic-mega-menu {
  display: none;
}

.cmm-li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 12px;
}

.cmm-ul--level-1 {
  display: flex;
}

.menu-item--level-1 {
  position: relative;
}

.cmm-li--level-1:hover>.menu-item--level-1::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -15px;
  right: -15px;
  height: 150%;
}

.cmm-ul:not(.cmm-ul--level-1) {
  display: none;
  flex-direction: column;
}

.menu-item--level-2 {
  font-size: 16px;
}

.cmm-ul--level-3 {
  /* background-color: bisque; */
  background: white;
}

.menu-title--level-2 {
  position: relative;
  font-size: 32px;
  margin-top: 0;
  border-bottom: 2px solid #565659;
}

.menu-item-value--level-2 {
  position: relative;
  font-weight: bold;
}

.cmm-li--level-2:hover .menu-item-value--level-2::after {
  content: '';
  position: absolute;
  left: 100%;
  top: -10px;
  bottom: -10px;
  width: 33vw;
  max-width: 380px;
}

.menu-item--level-3 {
  font-size: 14px;
}

.cmm-ul--level-2 {
  box-shadow: 0 4px 5px rgba(0, 0, 0, .5);
}


@media (min-width:1500px) {
  .main-contents {
    margin-left: 50px;
  }
}