.header-container-wrapper {
  border-bottom: 0;
  width: 100%;
}
.pnlHeader {
  width: 100%;
  transition: top 0.3s;
}
#pnlNav {
  padding: 10px 20px;
  background-color: #3F3F3F;
  font-size: 0.8em;
  width: 100%;
}
#pnlNav .btns {
  background-color: #005290 !important;
  color: #fff !important;  
  padding: 10px 0;
  border-radius: 50px;
  font-family: 'Avenir Heavy', arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  width: 180px;
  height: 44px;
  text-align: center;
  margin-left: 8px;
}
#pnlNav .btns:hover {
  text-decoration: none;
  background-color: #1B1B5E !important;
  color: #fff;
}
#pnlNav img {
  width: 200px;
  margin: 10px 0;
}
.pnlNavDesktop { 
  display: block;   
  float: right;
  margin-right: 0px !important;
}
.pnlNavDesktop li {
  display: inline-block;
  font-family: 'Avenir Heavy', arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.6em;
}
.pnlNavDesktop li a {
  color: #ffffff;
  padding: 10px 35px;
  text-decoration: none;
  display: inline-block;
}
.pnlNavDesktop li.active a {
  color: #B3292D;
}
.pnlNavDesktop li a:hover {
  border-bottom: 3px solid #ffffff; 
}
.pnlNavDesktop ul {
  text-align: inherit;
  float: right; 
  margin-bottom: 0px;
}
.pnlNavDesktop ul li {
  float: left;
  display: block;
  list-style-type: none;
  position: relative;
}
.pnlNavMobile { 
  display: none !important;
  float: right;
}
.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;
  height: 29px;
  width: 40px;
  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);
  top: 1px !important;
}
.pnlNavMobile .button_container.active .middle {
  opacity: 0;
}
.pnlNavMobile .button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
.pnlNavMobile .button_container span {
  background-color: #ffffff;
  height: 5.8px;
  width: 40px;
  position: absolute;
  transition: all .35s ease;
  cursor: pointer;
  display: inline-block;
}
.pnlNavMobile .button_container span:nth-of-type(2) {
  top: 11px;
}
.pnlNavMobile .button_container span:nth-of-type(3) {
  top: 22px;
}
.pnlNavMobile .navbar-header {
  float: right;
}
.pnlNavMobile .open {
  opacity: 1 !important;
  visibility: visible !important;
  height: 124px !important;
  box-shadow:inset 0 5px 5px rgb(221, 221, 221);
}
.pnlNavMobile .overlay {
  position: fixed;
  background-color: #F5F5F5;
  top: 123px;
  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 .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%;
  min-height: 44px;
  position: relative;
  font-size: 18px;
  color: #54565B;
  font-family: 'Avenir Heavy', arial, 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: 'Roboto', sans-serif;
  font-weight: 900;
}

/** HD Devices Layout Sizes -------------------------------------------------------------------------*/
@media only screen and (min-width: 1440px) and (max-width: 2559px) {
  #pnlConnect .txt {
    padding: 5px 0 0 0;
  }
}

/** Large Devices Layout Sizes -----------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  
}

/** Small Device Layout Sizes ---------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #pnlConnect {
    padding: 12px 8px;
  }
  #pnlConnect .txt {
    padding: 5px 0 0 0;
  }
  #pnlNav {
    padding: 14px 10px;
  }
  #pnlNav .btns {
    height: 48px;
  }
  .pnlNavDesktop li a {
    padding: 10px 18px;
  }
}

/* Extra Small Device Layout Sizes 
---------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #pnlConnect {
    padding: 10px 0px 12px;
  }
  #pnlConnect .social img {
    height: 20px;
  }
  #pnlConnect .txt {
    padding: 5px 0 0 0;
  }  
  #pnlNav {
    padding: 20px;
  }
  #pnlNav .btns {
    padding: 15px 0 8px;
  }
  .pnlNavDesktop {
    display: none !important;
  }
  .pnlNavMobile {
    display: block !important;
  }
  .pnlNavMobile .overlay {
    z-index: 1;
  }
}