/* compiled from less file*/
.header + * {
  margin-top: 140px;
  padding-top: 10px;
  -webkit-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
.header + .home {
  padding-top: 0;
}
.header .header-inner {
  padding: 0;
  letter-spacing: 0.07em;
  height: 65px;
  margin-bottom: 20px;
  position: relative;
}
.header .top-banner > div:not(:first-of-type) {
  display: none;
}
.header .bar {
  display: none;
}
.header .logo {
  height: 25px;
  width: 436px;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../css/images/OC-desktoplogo.png) no-repeat 0 0;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}
.header .header-promo {
  text-align: center;
  float: none;
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}
.header .nav-utilities {
  position: absolute;
  float: none;
  top: 90%;
  padding: 0;
  z-index: 1;
}
.header .nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: none;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.header .nav > ul {
  float: none !important;
  width: auto;
  left: auto;
  margin: 0;
}
.header .nav > ul:after {
  content: none;
}
.header .nav > ul > li {
  float: left;
}
.header .nav > ul > li .dropdown {
  margin-top: 5px;
  padding-right: 25px;
  padding-left: 25px;
}
.header .nav > ul > li > a {
  margin-bottom: 0;
  padding: 0;
}
.header .navigation-text {
  font-size: 12px;
  padding: 0;
}
.header .nav-utilities ul li {
  padding-left: 15px;
}
.header .nav-utilities .text-search,
.header .nav-utilities #headerAccountLink {
  font-size: 12px;
  color: #7f7f7f;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.header .top-banner > button {
  display: none !important;
}
.header-sticky .header-promo {
  display: block;
}
.header-sticky .bar {
  float: none;
  margin-top: -42px;
  margin-bottom: 0;
}
.header-sticky .header-inner {
  height: 60px;
  margin: 0;
}
.header-sticky .logo {
  height: 16px;
  width: 258px;
}
.header-sticky .nav-utilities {
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-sticky .nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  padding-left: 25px;
}
.header-sticky .nav > ul > li {
  padding: 0;
  margin-right: 11px;
}
.header-sticky .nav > ul > li .dropdown {
  margin-top: 15px;
}
.header-sticky .navigation-text {
  font-size: 12px;
  color: #000;
}
.header-sticky .nav-inverse > ul > li > a .navigation-text {
  color: #ffffff;
}
.header-sticky .nav-utilities .text-search,
.header-sticky .nav-utilities #headerAccountLink {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .header-sticky .nav > ul > li:hover .dropdown {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header {
    min-height: 70px;
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
  }
  .header + * {
    margin-top: 123px;
  }
  .header.has-sale-banner .header-promo {
    border-bottom: none;
  }
  .header .header-inner {
    height: 70px;
    margin: 0;
  }
  .header .header-body {
    padding: 0;
  }
  .header .header-body .nav {
    display: none;
  }
  .header .top-banner span:first-child {
    display: block;
  }
  .header .btn-menu {
    top: 50%;
    left: 15px;
    width: 23px;
    height: 21px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .logo {
    width: 100%;
    max-width: 242px;
    height: 26px;
    background-size: contain;
    background: url(../css/images/OC-mobilelogo.png) no-repeat 0 0;
  }
  .header .nav-utilities,
  .header.header-sticky .nav-utilities {
    position: absolute;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
  }
  .header .nav-utilities ul li {
    margin-left: 0;
  }
  .header .nav-utilities .text-search {
    display: none;
  }
  .header-inverse .logo {
    background-size: contain;
  }
  .nav-wrapper {
    padding: 0;
  }
  .nav-wrapper .nav {
    padding: 30px 7px 25px 17px;
  }
  .nav-wrapper .nav-secondary {
    padding: 25px 7px 25px 27px;
  }
}
@media (max-width: 767px) {
  .header + .home {
    padding-top: 10px;
  }
}
@media (max-width: 444px) {
  .header .logo {
    width: 100%;
    max-width: 180px;
    height: 22px;
    background-size: contain;
  }
}
/* compiled from less file*/
/*# sourceMappingURL=navbar-redesign.css.map */