.navbar-header {
  margin-top: 15px;
}
.stickyNav .navbar-header {
  margin-top: 5px;
}
.t3-off-canvas-header {
  background: #001d73 !important;
}
.t3-off-canvas-header button {
  opacity: 0.6 !important;
}
.t3-off-canvas-header button:hover {
  opacity: 0.7 !important;
}
.t3-off-canvas-body .search {
  position: relative;
}
.t3-off-canvas-body .search input {
  position: relative;
  width: 100%;
}
.t3-off-canvas-body .search button {
  color: rgba(255, 255, 255, 0);
  height: 35px;
  outline: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.t3-off-canvas-body .search button:before {
  color: #ffffff;
  content: "\f002";
  font-family: FontAwesome;
}
.t3-off-canvas-body ul li {
  float: left;
  width: 100%;
  
}
.t3-off-canvas-body ul li a {
  background: none !important;
  color: #333333 !important;
}
.t3-off-canvas-body ul li.current.active a,
.t3-off-canvas-body ul li a:hover {
  background: none !important;
  color: #001d73 !important;
  text-decoration: underline !important;
}
.t3-off-canvas-body ul li .dropdown-menu {
  background: #ffffff;
  opacity: 1 !important;
}
.t3-off-canvas-body ul li .dropdown-menu .mega-dropdown-inner {
  margin-top: 0 !important;
}