.pillar-navbar-module.sticky {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 99;
}

.pillar-navbar-module{
  position: relative;
  {#background-color: #fff;#}
  z-index: 999;
  padding: 8px 0 6px 0;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1); 
}

.pillar-navbar-module .slice-dropdown {
  display: flex;
  justify-content: center;
}

.pillar-navbar-module .dropdown-toggle::after{
  border: none;
}

.pillar-navbar-module .dropdown-item.active, 
.pillar-navbar-module .dropdown-item:active{
   color: #303B4D!important; 
}

.pillar-navbar-module .slice-dropdown .dropdown {
  width: 100%;
}

.pillar-navbar-module .slice-dropdown .dropdown .btn {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent !important;
  text-transform: none;
  font-size: 16px;
  {#color: #317DC1;#}
  font-weight: 600;
  padding: 15px 20px;
  box-shadow: none !important;
  {#border: 2px solid #317DC1;#}
  white-space: normal;
}

.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  border-radius: 0;
  margin: 1px 0 0;
  border: 1px solid #eee !important;
  box-shadow: none !important;
  padding: 0 !important;
  max-height: 400px;
  overflow-y: scroll;
  transform: translate3d(0px, 81px, 0px)!important;
}

.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li a {
  display: block;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  color: #aaa;
  font-weight: 600;
  background-color: #fff !important;
  font-family: "Montserrat", sans-serif;
  word-wrap: break-word;
}

.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li a:hover {
  color: #317DC1;
  text-decoration: none;
}

.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li.active a {
  color: #317DC1;
}

.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu:last-child {
  border: none;
}

@media (min-width: 768px) {
  .pillar-navbar-module.sticky {
    top: 67px;
  }
  .pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu {
    transform: translate3d(0px, 57px, 0px)!important;
  }
} 

@media (min-width: 992px) {
  .pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu {
    transform: translate3d(0px, 71px, 0px)!important;
  }
  .pillar-navbar-module .slice-dropdown .dropdown {
    width: auto;
    min-width: 600px;
  }
  .pillar-navbar-module .slice-dropdown .dropdown .btn {
    padding: 20px;
    font-size: 18px;
  }
  .pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li a {
    padding: 15px;
    font-size: 15px;
  }
}