.navbar {
  width: 100%;
  padding: 0 !important;
}
.pnlNav {
  padding: 10px 20px;
  background-color: #fff;
  font-size: 0.8em;
}

.pnlNav .btn {
  background-color: #1d1d69;
  color: #fff !important;  
  padding: 12px 30px;
  border-radius: 50px;
  margin: 0px 0px 0px;
  font-family: 'Avenir Heavy',Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  width: 180px;
  height: 48px;
}

.pnlNav .btn:hover {
  text-decoration: none;
  background-color: #5F6166;
  color: #fff;
}

.pnlNav img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pnlNavDesktop { 
  display: block;   
}

.pnlNavDesktop .dropdown-menu {
  background-image: linear-gradient(to right top, #51bac8, #48b5cd, #44b0d2, #47aad6, #4fa4d8, #4899d5, #468ed1, #4783cc, #3571c2, #2360b8, #134eac, #053ca0);
  color: #fff;
  margin: 9px 0 0 -121px;
  width: 384px;
}

.pnlNavDesktop .up-arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 9px solid #366FBD;
  position: absolute;
  top: -19px;
  left: 171px;
  display: none;
}

.pnlNavDesktop ul.dropdown-menu li {
  float: none;
  text-align: center;
}

.pnlNavDesktop ul.dropdown-menu li a {
  color: #fff !important;
  text-decoration: none !important;
  transition: text-shadow 1s;
  text-align: center;
}

.pnlNavDesktop ul.dropdown-menu li a:hover {
  background: inherit;
  text-shadow: none;
}

.pnlNavDesktop li {
  display: inline-block;
  font-family: 'Avenir Heavy', Helvetica, sans-serif;
  font-size: 18px;
}

.pnlNavDesktop li a {
  color: #54565B;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.pnlNavDesktop li a:hover {
  color: #191A5E; 
}

.pnlNavDesktop ul {
  text-align: inherit;
  padding: 10px 0px;
  float: right; 
  margin-bottom: 0px;
}

.pnlNavDesktop ul li {
  float: left;
  display: block;
  list-style-type: none;
  position: relative;
}

.pnlNavMobile { 
  display: none !important;
}

.pnlNavMobile .navbar-header {
  padding: 13px 15px;
}

.pnlNavMobile .in .pnlNav {
  display: block;
  color: #fff;
  background-color: #1A3666;
}

.pnlNavMobile .in .pnlNav a {
  color: #0E3C8C;
}

.pnlNavMobile .in .pnlNav a:hover {
  color: #FE65AA;
}

.pnlNavMobile .button_container {
  position: relative;
  top: -3px;
  right: -4px;
  height: 50px;
  width: 53px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  float: left;
}

.pnlNavMobile .button_container:hover {
  opacity: .7;
}

.pnlNavMobile .button_container.active {
  background-image: none;
}

.pnlNavMobile .button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background-image: linear-gradient(45deg, #003877 0%, #0055B8 100%);
  top: 11px !important;
}

.pnlNavMobile .button_container.active .middle {
  opacity: 0;
  background-image: linear-gradient(45deg, #003877 0%, #0055B8 100%);
}

.pnlNavMobile .button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background-image: linear-gradient(45deg, #003877 0%, #0055B8 100%);
}

.pnlNavMobile .button_container span {
  background-image: linear-gradient(45deg, #003877 0%, #0055B8 100%);
  border: none;
  height: 4px;
  width: 67%;
  position: absolute;
  top: 13px;
  left: 9px;
  transition: all .35s ease;
  cursor: pointer;
}    

.pnlNavMobile .button_container span:nth-of-type(2) {
  top: 23px;
}

.pnlNavMobile .button_container span:nth-of-type(3) {
  top: 33px;
}

.pnlNavMobile .navbar-header {
  float: right;
}

.pnlNavMobile .navbar-header .icon-bar {
  background-image: linear-gradient(45deg, #003877 0%, #0055B8 100%);
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
}

.pnlNavMobile .navbar-toggle {
  display: block;
  background: #fff;
  background-image: linear-gradient(45deg, #3023AE 0%, #078be8 100%);
  border-radius: 0px;
  border: 1px solid #105DAD;
}

.pnlNavMobile .overlay {
  position: fixed;
  background-color: #f8f8f8;
  top: 50px;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  display: flex;
  margin: auto;
}

.pnlNavMobile .overlay-menu {
  text-align: center;
  margin: auto;
}

.pnlNavMobile .open {
  opacity: 1;
  visibility: visible;
  height: 355px;
}

.pnlNavMobile .overlay .open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

.pnlNavMobile .overlay .open li:nth-of-type(2) {
  animation-delay: .4s;
}

.pnlNavMobile .overlay .open li:nth-of-type(3) {
  animation-delay: .45s;
}

.pnlNavMobile .overlay .open li:nth-of-type(4) {
  animation-delay: .50s;
}

.pnlNavMobile .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%; 
  text-align: center !important;
}

.pnlNavMobile .overlay ul>li>ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%; 
  text-align: center !important;
  margin: 5px 50px 0px;
}

.pnlNavMobile .overlay ul>li>ul>li a {
  display: block;
  position: relative;
  color: #0E3C8C;
  text-decoration: none;
  overflow: hidden;
  font-size: 0.4em;
  cursor: pointer;
  line-height: 1.8em;
}

.pnlNavMobile .overlay li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 44px;
  position: relative;
  font-size: 28px;
  color: #54565B;
  font-family: 'Avenir Heavy',Helvetica,sans-serif;
}

.pnlNavMobile .overlay .child {
  margin-right: 20px;
  cursor: pointer;
}

.pnlNavMobile .overlay li a {
  display: block;
  position: relative;
  color: #54565B;
  text-decoration: none;
  overflow: hidden;  
  cursor: pointer;
}

.pnlNavMobile .overlay li a.active,
.pnlNavMobile .overlay li a:hover,
.pnlNavMobile .overlay .child:hover {
  font-family: 'Avenir Heavy', Helvetica, sans-serif;
  font-weight: 900;
}

.separatorPrimaryNavigation { 
  width: 100%; 
  height: 1px; 
  background: #fff; 
  display: none; 
}

/* Extra Small Device Layout Sizes 
-----------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 766px) {
 
  .pnlNav img {
    margin-top: 10px;
  }
  
}