

/**************************************************** menuCoWorkerTemplate ***************************/
/**
 * style for section Header with chunk menuCoWorkerTemplate
 */



.header-wrapper *, .header-wrapper ::after, .header-wrapper ::before{
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .header-wrapper .container {
      width: 1160px;
  }
}

.header-wrapper .header-wrapper-inner {
    padding: 21px 0 22px;
    background-color:#ffffff;
}

.header-wrapper .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.header-wrapper .header-wrapper-inner .navbar-header {
    margin-left: 0;
    float: none;
}

.header-wrapper button, .header-wrapper input, .header-wrapper select, .header-wrapper textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.header-wrapper .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #003472;
    font-size: 34px;
    line-height: 47px;
    padding: 3px 13px;
    margin: 0;
}

#logo {
    display: inline-block;
    margin: 0;
}
#logo .logo {
}
#logo .logo img {
  max-height: 80px;
}
.header-wrapper .nav-header-links {
    float: right;
    padding-top: 13px;
}

.header-wrapper ol,.header-wrapper ul {
    margin-top: 0;
    margin-bottom: 20px;
}

.header-wrapper .nav {
  margin-bottom: 0px;
}

.header-wrapper .nav-header-links .nav-link {
    float: left;
    margin-right: 40px;
}

.header-wrapper .nav > li > a {
    padding: 10px 15px;
}

/** top menus **/
.header-wrapper .nav-header-links .nav-link > li .btn-primary {
  color: #e7ecef;
  background-color: #003472;
  font-family: "Khand";
  padding-left: 13px;
  padding-right: 13px;
  text-transform: uppercase;
  transition: all .3s ease;
  margin: 0;
  font-weight: normal;
  font-size: calc(.8 * 25px);
}

.header-wrapper .nav-pills > li > a {
    border-radius: 0;
}

.header-wrapper .nav-header-links .nav-link > li .btn-primary:hover {
  background-color: #e7ecef;
  border-color: #003472;
  color:  #003472;
}

.header-wrapper .babelLink {
  margin-left:35px;
}

/** main menus
menuTextFont:Khand
menuBackgroundColor:003472
**/
#body #menu {
    background-color: #003472;
    font-family: "Khand";
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    position: relative;
    z-index: 6;
}
#body #menu li > a {
  color: #e7ecef;
  font-family: "Khand";
  font-size:20px;
  letter-spacing:0px;
  text-transform: capitalize;
  transition: background-color .3s ease;
}

#body #menu li > a:hover {
 color: #e7ecef;
 background-color: #003472
}
#body #menu li > a:focus {
 color: #e7ecef ;
 background-color: #003473
}
#body #menu .active > a, #menu .active > a:hover, #menu .active > a:focus {
 color: #e7ecef ;
 background-color: #003473
}


#body #menu .nav > li {
    vertical-align: top;
}

#body #menu .nav > li.socialFB {
  width:0.01%;
}

#body #menu .nav > li > a {
    padding: calc(20px * 1.36) 9px calc(75px - 1px - 20px - 20px * 1.36);
}

#body #menu .nav > li.home-sticky {
    display: none;
}

#body #menu .menu-sub-nav2 {

    width: 100%;
    min-width: 180px;
    color: #e7ecef;
    background: #003472;
    border: 1px solid #e7ecef;
    border-top: none;
    padding: 0px;
    margin: 0;
    border-radius:0px;
}

#body #menu .menu-sub-nav2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.15);
}

#body #menu .menu-sub-nav2 ul > li {
    padding: calc(20px *0.8 * 0.75) 0 calc(20px * 0.8 * 0.65);
    margin: 0;
    list-style-type: none;
    text-align: center;
}

#body #menu .menu-sub-nav2 ul > li > a {
    font-size: calc(20px * 0.8);
    line-height: 1.08;
    padding: 10px 3px;
    color: #e7ecef;
    text-transform: capitalize;
}
#body #menu .menu-sub-nav2 ul > li.active > a {
  color: #e7ecef;
  background: #003473;
  box-decoration-break: clone;
  display: inline-block;
}

#body #menu .menu-sub-nav2 ul > li:focus,
#body #menu .menu-sub-nav2 ul > li:hover {
    background: #003472;
}
#body #menu .menu-sub-nav2 ul > li > a:focus,
#body #menu .menu-sub-nav2 ul > li > a:hover {
  background: none;
  text-decoration: none;
}

#body .navbar-fixed-top #menu .nav > li.home-sticky {
    display: table-cell;
    overflow: hidden;
}
#body .navbar-fixed-top .navbar-header {
  display:none;
}

#body .navbar-fixed-top .header-wrapper .header-wrapper-inner {
  padding:0px;
}

#body .navbar-fixed-top #menu .nav > li.home-sticky > a {
  line-height: 1;
  padding: 0;
  text-align: left;
}
#body .navbar-fixed-top #menu .nav > li.home-sticky > a .logo {
    background-color: #fff;
    width: 325px;
    text-align: center;
}
#body .navbar-fixed-top #menu .nav > li > a {
    color: #003472;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}

#body .navbar-fixed-top #menu .nav > li > a:hover {
  color: #e7ecef;
  background-color: #003472;
}
#body .navbar-fixed-top #menu .nav > li.active > a {
  color: #e7ecef ;
  background-color: #003473
}

#body .navbar-fixed-top #menu .nav > li.active > a:hover {
  color: #e7ecef;
  background-color: #003473;
}

#body .navbar-fixed-top #menu .nav > li.home-sticky > a .logo img {
  max-height: 75px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  #body #topmenu {
        margin-top: 55px;
  }
  .header-wrapper .header-wrapper-inner {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
      padding: 0;
      width: 100%;
  }
  .header-wrapper .header-wrapper-inner .navbar-header {
      height: 57px;
      border-bottom: 1px solid #003472;
  }
  #logo .logo {
      margin-left: 5px;
  }
  #logo .logo img {
    max-height: 44px;
  }
  .header-wrapper .nav-header-links {
      padding-top: 0;
      padding-right: 0;
  }
  .header-wrapper .nav-header-links .nav-small > li {
      display: inline-block;
      margin: 0;
  }
  .header-wrapper .nav-header-links .nav-small > li > .btn {
    font-size: 20px;
    margin-top: 14px;
    padding: 5px 5px 1px;
    font-weight: 500;
  }
  #body #menu {
      background: #fff;
      border-top: 0;
      padding: 57px 0 0;
      position: fixed;
      z-index: 8;
      top: 0;
      left: 0;
      height: 100%;
      overflow: hidden auto;
      width: 100%;
  }
  #body #menu .nav {
      margin: 0 -6px;
      width: auto;
  }
  #body #menu .nav > li {
    clear: both;
  }
  #body #menu .nav > li > a {
      color: #003472;
      font-size: calc(20px * 0.9);
      padding: 10px 9px 5px;
      line-height: 1.08;
      min-height: 1px;
      margin-bottom: 10px;
  }
  #body #menu .nav > li.navtop-smallmenu > a {
      color: #e7ecef;
  }
  #body #menu .menu-sub-nav2 {
    position: inherit;
    display:block;
  }
  #body .navbar-fixed-top {
  display: none;
  }
}

@media (max-width: 991px) {
  #menu {
      padding-left: 0;
      padding-right: 0;
  }
  .header-wrapper .container {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px)
{

  #body #menu ul.nav.navtop-smallmenu {
      display:none;
  }
  #body .navbar-fixed-top #menu  {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    border-bottom: 2px solid #003472;
    max-height: 85px;
  }
}