#menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  font-size: 1.5em;
  margin-top: 82px; /* 82px to account for navbar */
  height: calc(100% - 82px); /* -82px so content doesnt get hidden */
  overflow-y: scroll;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 9999;
  padding-bottom: 35px;
}

.menuLink {
  display: flex;
  justify-content: center;
  padding-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
  color: #303030;
  text-decoration: none;
}

.linkSelected, .menuLink:hover {
  color: #38accd !important;
}

.subSection,
.menuLink.menuLink-life-insurance {
  border-top: 0.5px solid rgba(151, 151, 151, 0.62);
  padding: 46px 0px;
  margin: 0 20px;
}
.sprint1LinkRemove{
  border-top: 0.5px solid rgba(151, 151, 151, 0.62);
  padding: 46px 0px;
  margin: 0 20px;
}

.chevron {
  padding: 10px;
}

.disableBodyScroll {
  height: 100%;
  overflow: hidden;
   position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}

.hide {
  display: none;
}

@media only screen and (min-width: 1025px) {
  #more {
    display: none;
  }
}
