.t3-header {
  background: transparent;
}
.t3-header .container-inner {
  max-width: 1230px;
  margin: 0 auto;
}
.t3-header.has-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: -91px;
  position: relative;
  z-index: 1;
}
.t3-header.has-hero .logo {
  padding-right: 15px;
  height: 90px;
  line-height: 90px;
}
@media (max-width: 991px) {
  .t3-header.has-hero .logo {
    height: 60px;
    line-height: 60px;
  }
}
.t3-header.has-hero .logo a {
  color: #ffffff;
}
.t3-header.has-hero .headright {
  display: flex;
  height: 90px;
}
@media (max-width: 991px) {
  .t3-header.has-hero .headright {
    height: 60px;
  }
}
.t3-header.has-hero .navbar-default .navbar-nav > li > a,
.t3-header.has-hero .navbar-default .navbar-nav > li > span {
  color: #ffffff;
  margin-left: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
@media (max-width: 991px) {
  .t3-header.has-hero .navbar-default .navbar-nav > li > a,
  .t3-header.has-hero .navbar-default .navbar-nav > li > span {
    color: #aaaaaa;
    padding-left: 0;
    padding-right: 0;
  }
}
.t3-header.has-hero .navbar-default .navbar-nav > li > a:before,
.t3-header.has-hero .navbar-default .navbar-nav > li > span:before {
  background: #ffffff;
  bottom: -1px;
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  transition: 400ms all;
}
.t3-header.has-hero .navbar-default .navbar-nav > li > a:hover:before,
.t3-header.has-hero .navbar-default .navbar-nav > li > span:hover:before {
  width: 100%;
}
@media (max-width: 991px) {
  .t3-header.has-hero .navbar-default .navbar-nav > li.active > a,
  .t3-header.has-hero .navbar-default .navbar-nav > li.open > a,
  .t3-header.has-hero .navbar-default .navbar-nav > li.active > span,
  .t3-header.has-hero .navbar-default .navbar-nav > li.open > span {
    color: #21c674;
  }
}
.t3-header.has-hero .navbar-default .navbar-nav > li.active > a:before,
.t3-header.has-hero .navbar-default .navbar-nav > li.open > a:before,
.t3-header.has-hero .navbar-default .navbar-nav > li.active > span:before,
.t3-header.has-hero .navbar-default .navbar-nav > li.open > span:before {
  width: 100%;
}
.t3-header.has-hero .head-search {
  margin-left: 6px;
}
@media (max-width: 991px) {
  .t3-header.has-hero .head-search {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    height: 60px;
    width: 60px;
  }
}
.t3-header.has-hero .head-search .form-search .search-query {
  background-image: url('../../../templates/ja_morgan/images/ico/search-inverse.png');
  background-color: transparent;
  border: none;
}
.t3-header.has-hero .head-search .form-search .search-query:focus {
  background-color: #ffffff;
  background-image: url('../../../templates/ja_morgan/images/ico/search.png');
}
@media (max-width: 991px) {
  .t3-header.has-hero .navbar-navigation button {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .t3-header.has-hero .navbar-navigation .navbar-toggle {
    background: transparent;
    margin: 0 -15px 0 0;
    color: #ffffff;
  }
}
.t3-header.has-hero .navbar-navigation .off-canvas-toggle {
  background: transparent;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .t3-header.has-hero .navbar-navigation .off-canvas-toggle {
    margin: 0;
  }
}
.t3-footnav p {
  color: #aaaaaa;
}