#Menu {
  box-shadow: 0 0 10px -1px #000;
}
#Menu > nav {
  background-color: #222;
  margin-bottom: 0;
  position: relative;
}
#Menu > nav::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#Menu > nav .nav {
  border: 0;
}
#Menu > nav .nav .nav-item {
  background-color: rgba(0, 0, 0, 0);
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 10px 25px;
  white-space: nowrap;
}
#Menu > nav .nav .nav-item.active {
  background-image: linear-gradient(141deg, #6cb3eb, #3d9be5) !important;
  box-shadow: inset 0 -10px 50px -25px rgba(0, 0, 0, 0.85);
}
#Menu > nav .nav .nav-item:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#Menu > nav .nav .nav-item .Text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#Menu > nav .nav .nav-item .Icon {
  font-size: 16px;
  margin-right: 8px;
}
#Menu > nav .nav .nav-item:last-of-type {
  position: absolute;
  right: 0;
}
#Menu .tab-content {
  background-color: #333;
  position: relative;
}
#Menu .tab-content::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#Menu .tab-content .Anchor {
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 5px 25px;
  text-decoration: none;
  text-shadow: 0 1px 1px black;
  white-space: nowrap;
}
#Menu .tab-content .Anchor .Text {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#Menu .tab-content .Anchor .Icon {
  font-size: 14px;
  margin-right: 8px;
}
#Menu .tab-content .Anchor:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#Menu .tab-content .Anchor.active {
  background-image: linear-gradient(141deg, #6cb3eb, #3d9be5);
  box-shadow: inset 0 -10px 50px -25px rgba(0, 0, 0, 0.85);
}
#Menu .tab-content .tab-pane:last-of-type {
  text-align: right;
}

html.mobile #Menu {
  max-height: 100%;
  max-width: 90%;
  min-width: 300px;
  position: absolute;
  right: 0;
  width: 40%;
  z-index: 100;
}
html.mobile #Menu > nav .nav .nav-item {
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 100%;
}
html.mobile #Menu > nav .nav .nav-item:last-of-type {
  position: static;
  right: auto;
}
html.mobile #Menu > nav .nav .nav-item.active {
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  box-shadow: none !important;
}
html.mobile #Menu .tab-content {
  background-color: #555;
  width: 100%;
}
html.mobile #Menu .tab-content .Anchor {
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);
  padding-left: 40px;
  width: 100%;
}
html.mobile #Menu .tab-content .Anchor.active {
  background-image: none;
  box-shadow: none;
}

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