.topbar-navigation-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: absolute;
  transform: translateY(8px);
  left: 0;
  right: 0;
  -webkit-transition: transform 500ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: transform 500ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: transform 500ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
  will-change: transform;
}
.topbar-navigation-menu-wrapper .topbar-navigation-menu {
  visibility: hidden;
}
.topbar-navigation-menu-wrapper.is-expanded {
  transform: translateY(64px);
  z-index: 1038;
  box-shadow: -2px 3px 5px -2px rgba(0, 0, 0, 0.8);
}
.topbar-navigation-menu-wrapper.is-expanded .topbar-navigation-menu {
  visibility: visible;
}
.topbar-navigation-menu-wrapper.is-expanded:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  top: 0;
}
.topbar-navigation-menu-wrapper {
  height: 56px;
}
.topbar-pull-wrapper {
  display: flex;
  position: absolute;
  bottom: -23px;
  width: 56px;
  height: 23px;
  cursor: pointer;
  left: 50%;
  margin-left: -28px;
}
.topbar-pull {
  position: absolute;
  fill: white;
  left: 50%;
  margin-left: -28px;
  -webkit-filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, 0.2));
}
.topbar-pull .topbar-pull-shape {
  fill: white;
}
.topbar-pull > .topbar-pull-handle {
  fill: #666666;
  width: 6px;
  height: 2px;
}
.topbar-navigation-menu {
  background-color: white;
  height: 56px;
  line-height: 56px;
  display: flex;
  width: 1184px;
  align-self: center;
  padding: 0 24px;
}
.topbar-navigation-menu .topbar-navigation-menu-items {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  border: 0 none;
}
.topbar-navigation-menu .topbar-navigation-menu-items > LI {
  float: left;
  position: relative;
}
.topbar-navigation-menu .topbar-navigation-menu-items > LI > A {
  color: #666666;
  font-size: 16px;
  padding: 16px 48px 8px;
  -webkit-transition: color 400ms ease-in;
  -o-transition: color 400ms ease-in;
  transition: color 400ms ease-in;
  will-change: color;
  text-decoration: none;
  position: relative;
  border: 0 none;
}
.topbar-navigation-menu .topbar-navigation-menu-items > LI > A:after {
  content: '';
  transition: opacity 400ms ease-in-out;
  opacity: 0;
  will-change: transform;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #009EF5;
  position: absolute;
  height: 2px;
}
.topbar-navigation-menu .topbar-navigation-menu-items > LI > A:hover {
  color: #009EF5;
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
}
.topbar-navigation-menu .topbar-navigation-menu-items > LI > A:hover:after {
  opacity: 1;
}
.topbar-navigation-menu .topbar-navigation-menu-items > LI.active:is(.dropdown) > A {
  color: #009EF5;
  border-bottom: 1px solid #009EF5;
  cursor: pointer;
}
.topbar-navigation-menu .topbar-navigation-menu-items > LI.active:not(.dropdown) A {
  color: #009EF5;
  border-bottom: 1px solid #009EF5;
}
.topbar-navigation-menu .topbar-navigation-menu-items > LI.active:not(.dropdown) A:hover {
  color: #007dc2;
  border-bottom: 1px solid #007dc2;
}
.topbar-navigation-menu LI.dropdown LI.topbar-cshub-link {
  border-top: 1px solid #ddd;
}
/*# sourceMappingURL=jalios-topbar-navigation-menu.css.map */
