.mol-header {
  background: #fff url(/static/img/header_background.png) no-repeat bottom center;
  position: relative;
  margin: 0 40px;
}

.mol-header.mol-header-fat {
  padding: 20px;
  margin: 0 auto;
}

.mol-header.mol-header-thin {
  padding: 10px;
}

.mol-logo-fat img {
  height: 90px;
  width: 240px;
}

.mol-logo-thin img {
  height: 60px;
  width: 160px;
}

.mol-slogan {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}

.mol-header-menu {
  position: absolute;
  top: 20px;
  right: 0;
  list-style-type: none;
  text-align: center;
  vertical-align: top;
}

.mol-header-menu li {
  display: inline;
  padding: 8px;
}
/* reset the for dropdown menu */
.mol-header-menu .dropdown-menu li {
  display: inherit;
  padding: 0;
}

.mol-header-menu a, .mol-header-menu a:link, .mol-header-menu a:visited {
  font-size: 16px;
  color: #706f6f;
  margin-bottom: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mol-header-menu a:hover, .mol-header-menu a:focus {
  color: #2c2b2b;
  text-decoration: none;
  background-color: transparent;
  margin-bottom: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mol-header-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mol-header-nav>ul>li {
  border: 0;
  margin: 0 2px -3px 2px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.mol-header-nav>ul>li.mol-blue-tab a {
  background: #062d66;
}

.mol-header-nav>ul>li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #3d3c3c;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1180px) {
  .mol-header-nav>ul>li a {
    font-size: 14px;
  }
}

 @media (max-width: 1110px) {
  .mol-header-nav {
    display: none;
  }
} 

.mol-header-nav>ul>li a:hover,
.mol-header-nav>ul>li.active a,
.mol-header-nav>ul>li.active a:hover {
  color: white;
  background: #8cbf44;
  margin-bottom: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mol-header-nav>ul>li.mol-blue-tab a {
  color: white;
}

.mol-header-nav>ul>li a i {
  color: #23a9d0;
  background-color: white;
  padding: 4px 0 0 2px;
  border-radius: 5em;
  height: 1.25em;
  width: 1.25em;
  margin-right: 4px;
}

.mol-header-nav>ul>li a i.fa-info, .mol-header-nav>ul>li a i.fa-mobile {
  padding-left: 0;
  padding-bottom: 0;
}

header .mol-header-thin-menu {
  padding: 0 5px;
}
