.topnav.bordered::after {
  display: block;
  content: "";
  max-width: 960px;
  height: 4px;
  background-color: #0B2F50;
  margin: 0 auto;
}

.topnav {
  position: relative;
  z-index: 10;
}

.topnav-navbar {
  padding: 0;
  background-color: transparent;
}

.topnav-navbar .navbar-text {
  color: #1f4c63;
  font-family: "Proxima Nova Alt";
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}

.topnav-navbar .navbar-icon {
  width: 18px;
  height: 18px;
  margin: 0.53125rem 0.25rem;
  background-repeat: no-repeat;
}

.topnav-nav {
  min-height: 35px;
  padding-top: 1.5625rem;
  margin: auto auto 4rem;
  max-width: 656.6px;
}

.topnav-col {
  width: 16%;
}

.topnav-nav .nav-item {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}

.topnav-nav .nav-item > .nav-link {
  display: block;
  color: #ffffff;
  font-family: "Poppins Medium";
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
}

.topnav-nav .nav-item::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  background-color: #0d13d7;
  border-radius: 5px;
  transition: opacity 300ms, transform 300ms;
  transform: scale(0);
  transform-origin: center;
}

.topnav-nav .nav-item.selected::after,
.topnav-nav .nav-item:hover::after {
  transform: scale(1);
}

.topnav-nav .nav-item > .nav-link.selected {
  cursor: default;
}

.topnav-nav .login-item {
  margin: 0;
}

.topnav-nav .login-item::after {
  width: 93px;
  margin-left: 16px;
  background-color: #000000;
}

.topnav-nav .login-item > .nav-link {
  padding: 0 1rem;
  background-color: #ffffff;
  color: #000000;
  border-radius: 25px;
}

.topnav-toggle {
  display: block;
  width: 40px;
  height: 30px;
  padding: 2.5px 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
  box-sizing: content-box;
}

.topnav-menu {
  position: absolute;
  top: 35px;
  left: 0;
  display: none;
  width: 100%;
  z-index: 1002;
  background-color: #1c1a3c;
}

.topnav-menu > .topnav-nav {
  padding: 0 1rem;
}

.topnav-menu > .topnav-nav .nav-item > .nav-link,
.topnav-menu > .topnav-nav .nav-item > .nav-label {
  text-align: left;
}

.topnav-menu > .topnav-nav .nav-item > .nav-menu > .menu-nav {
  list-style: none;
}

.topnav-menu > .topnav-nav .nav-item > .nav-menu > .menu-nav > .menu-bow {
  margin-right: -5px;
  margin-left: -5px;
}

.topnav-menu > .topnav-nav .nav-item > .nav-menu > .menu-nav .menu-bol {
  padding-right: 5px;
  padding-left: 5px;
}

.topnav-menu > .topnav-nav .nav-item > .nav-menu .nav-item .nav-link {
  margin-bottom: 0.625rem;
  padding: 0 0.625rem;
  background-color: #242244;
  color: #ffffff !important;
  font-size: 22px;
  line-height: 29px;
}

.topnav-menu > .topnav-nav .nav-item > .nav-menu .nav-item .nav-link:hover {
  background-color: #333d8d;
}

@media (min-width: 992px) {
  .topnav-nav {
    max-width: none;
    margin-right: -1rem;
    margin-bottom: 0;
  }
}