header.oaklins-web {
  width: 100%;
  line-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border: 0;
  background: #c1d0e3;
  height: 80px;
	background-color: #3D3935;
  overflow: visible;
}

header.oaklins-web .logo {
  margin-top: 10px;
}

header.oaklins-web .logo a {
  text-decoration: none;
  outline: 0;
  width: 110px;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
}

header.oaklins-web .logo a.no-line {
  width: 108px;
}

header.oaklins-web .logo svg, header.oaklins-web .logo img {
  width: 110px;
  height: auto;
}

header.oaklins-web .logo span {
  text-transform: uppercase;
  font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #6CC24A;
  letter-spacing: 0.36px;
  line-height: 80px;
  display: inline-block;
  position: relative;
  margin-left: 6px;
  top: -8px;
}

header.oaklins-web .menu-contain {
  position: absolute;
  right: 26px;
}

header.oaklins-web hr {
  position: absolute;
  display: block;
  background-color: #6CC24A;
  height: 4px;
  bottom: 0;
  right: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
  transition: ease-in-out .5s;
  margin-right: -27px;
}

header.oaklins-web .main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  height: 80px;
}

header.oaklins-web .main-menu li {
  display: inline-block;
  padding-left: 30px;
  padding-top: 34px;
}

header.oaklins-web .main-menu li:nth-child(1) {
  padding-left: 0;
}

header.oaklins-web .main-menu li a {
  font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 4px solid transparent;
  padding: 0 10px 0 10px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

header.oaklins-web .main-menu li a:hover,
header.oaklins-web .main-menu li a.current-page {
  color: #FFFFFF;
}

header.oaklins-web .main-menu li.highlight a {
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  color: #F68D2E;
  border: 1px solid #F68D2E;
  height: 28px;
  line-height: 28px;
  display: block;
  padding: 0px 14px 0 14px;
  position: relative;
  top: -20px;
  font-weight: normal;
  background: transparent;
  transition: .5s;
}

.windows header.oaklins-web .main-menu li.highlight a {
  line-height: 22px;
}

header.oaklins-web .main-menu li.highlight a:hover {
  color: #ffffff;
  background: #F68D2E;
}

header .hamburger {
  position: absolute;
  top: 24px;
  right: 0;
  width: 24px;
  height: 14px;
  cursor: pointer;
  display: none;
}

header .hamburger .line {
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  transition: .5s;
}

header .hamburger .line:nth-child(1) {
  top: 0;
}

header .hamburger .line:nth-child(2) {
  top: 6px;
}

header .hamburger .line:nth-child(3) {
  top: 12px;
}

header .hamburger.active .line:nth-child(1) {
  opacity: 0;
}

header .hamburger.active .line:nth-child(2) {
  top: 6px;
  height: 1px;
  transform: rotate(45deg);
}

header .hamburger.active .line:nth-child(3) {
	top: 6px;
  left: 0;
  height: 1px;
  transform: rotate(-45deg);
}

header.oaklins-web .logo {
  /* margin-top: 0; */
  flex: 0 1 100%;
  max-width: 100%;
}

.inner {
  margin: auto;
  position: relative;
  padding: 0 36px;
}

.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
.container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1170px;
  margin: auto;
}

.full-width {
  width: 100%;
}

/* pr.co fix */
footer .container,
header .container.full-width {
    max-width: 100%;
}

.container.content-center{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}

.ie header.oaklins-web .main-menu li.highlight {
  margin-top: 0;
  float: right;
}

.ie header.oaklins-web .main-menu li.highlight a {
  top: 6px;
}

/* Enhanced navigation overrides for /dp due to its comprehensive navigation requirements. */
@media screen and (max-width: 1445px) {
  header.oaklins-web.oaklins-site-dp .main-menu li {
    padding-left: 6px;
  }
}

@media screen and (max-width: 1230px) {
  header.oaklins-web.oaklins-site-dp .menu-contain {
    display: none;
  }

  body:has(.oaklins-site-dp) .home .sub-menu.activate.no-delay {
    top: 60px;
  }

  body:has(.oaklins-site-dp) .sub-menu {
    position: fixed;
    width: 50%;
    right: 0;
    top: 60px;
    padding: 70px 30px 0 0px;
    text-align: left;
    display: none;
  }

  body:has(.oaklins-site-dp) .sub-menu.show {
    display: block;
  }

  .home header.oaklins-web.oaklins-site-dp.activate {
    height: 60px;
  }

  header.oaklins-web.oaklins-site-dp {
    height: 60px;
    padding: 0 16px;
    line-height: 60px;
  }
  header.oaklins-site-dp .hamburger {
    display: block;
  }
  header.oaklins-web.oaklins-site-dp .logo {
    margin-top: 0px;
  }
  header.oaklins-site-dp .inner {
    height: 100%;
    padding: 0;
  }

  header.oaklins-web.oaklins-site-dp .main-menu li {
    padding-left: 8px;
  }

  header.oaklins-site-dp svg, header img {
    width: 80px;
    height: 20px;
  }

  header.oaklins-site-dp .hamburger {
    display: block;
  }

  header.oaklins-web.oaklins-site-dp hr {
    display: none;
  }

  header.oaklins-web.oaklins-site-dp .menu-contain {
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 60px);
    background: #F3F2F1;
    display: none;
  }

  header.oaklins-web.oaklins-site-dp .menu-contain.show {
    display: block;
  }

  header.oaklins-web.oaklins-site-dp .menu-contain .main-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    padding: 70px 0 0 30px;
  }

  header.oaklins-web.oaklins-site-dp .main-menu li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    width: calc(50% - 24px);
    text-align: left;

  }

  header.oaklins-web.oaklins-site-dp .main-menu li a {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #3D3935;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 10px;
    height: auto;
  }

  header.oaklins-web.oaklins-site-dp .main-menu li a:hover,
  header.oaklins-web.oaklins-site-dp .main-menu li.current_page_item a {
    border-bottom: 2px solid #6CC24A;
    color: #3D3935;
  }

  header.oaklins-web.oaklins-site-dp .main-menu li.highlight {
    padding: 5px;
    width: 100%;
    height: 58px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  header.oaklins-web.oaklins-site-dp .main-menu li.highlight a {
    color: #FFFFFF;
    background: #F68D2E;
    border: none;
    height: 58px;
    line-height: 58px;
    display: block;
    text-align: center;
    top: unset;
  }

  header.oaklins-web.oaklins-site-dp {
    height: 60px;
    padding: 0 16px;
    line-height: 60px;
  }

  header.oaklins-web.oaklins-site-dp .oaklins-bar {
    height: 60px;
  }

  header.oaklins-site-dp .inner {
    height: 100%;
    /*height: 40px;*/
    padding: 0;
  }

  header.oaklins-web.oaklins-site-dp .logo {
    line-height: 40px;
  }

  header.oaklins-web.oaklins-site-dp .logo {
    margin-top: 0;
  }
}

@media screen and (max-width: 1336px) {

  header.oaklins-web .main-menu li {
    padding-left: 8px;
  }

}

@media screen and (max-width: 1100px) {

  header svg, header img {
    width: 80px;
    height: 20px;
  }

  header .hamburger {
    display: block;
  }

  header.oaklins-web hr {
    display: none;
  }

  header.oaklins-web .menu-contain {
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 60px);
    background: #F3F2F1;
    display: none;
  }

  header.oaklins-web .menu-contain.show {
    display: block;
  }

  header.oaklins-web .menu-contain .main-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    padding: 70px 0 0 30px;
  }

  header.oaklins-web .main-menu li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    width: calc(50% - 24px);
    text-align: left;

  }

  header.oaklins-web .main-menu li a {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #3D3935;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 10px;
    height: auto;
  }

  header.oaklins-web .main-menu li a:hover,
  header.oaklins-web .main-menu li.current_page_item a {
    border-bottom: 2px solid #6CC24A;
    color: #3D3935;
  }

  header.oaklins-web .main-menu li.highlight {
    padding: 5px;
    width: 100%;
    height: 58px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  header.oaklins-web .main-menu li.highlight a {
    color: #FFFFFF;
    background: #F68D2E;
    border: none;
    height: 58px;
    line-height: 58px;
    display: block;
    text-align: center;
    top: unset;
  }

  header.oaklins-web {
    height: 60px;
    padding: 0 16px;
    line-height: 60px;
  }

  header.oaklins-web .oaklins-bar {
    height: 60px;
  }

  header .inner {
    height: 100%;
    /*height: 40px;*/
    padding: 0;
  }

  header.oaklins-web .logo {
    line-height: 40px;
  }

  header.oaklins-web .logo {
    margin-top: 0;
  }

}

@media screen and (max-width: 1020px) {

  header.oaklins-web .logo {
    margin-top: 0;
    flex: 0 1 100%;
    max-width: 100%;
  }

}


@media screen and (max-width: 767px) {

  header.oaklins-web .logo {
    margin-top: 0px;
  }

  .inner {
    padding: 0 15px;
  }

  header.oaklins-web .menu-contain .main-menu {
    padding: 30px 0 0 30px;
  }

  header.oaklins-web .oaklins-bar {
    white-space: nowrap;
  }

  header.oaklins-web .main-menu li.highlight {
    bottom: 0;
  }

}

@media (max-width: 767px) and (max-height: 480px) {
  header.oaklins-web .main-menu li a {
    font-size: 16px;
    padding-bottom: 0;
  }
}

@media (orientation: landscape) and (max-width: 767px) and (max-height: 480px) {
  header.oaklins-web .main-menu ul {
    text-align: left;
    width: 70%;
    line-height: 10px;
    height: auto;
  }

  header.oaklins-web .main-menu li {
    display: inline-block;
    margin-bottom: 10px;
    width: calc(50% - 24px);
    text-align: left;
  }

  header.oaklins-web .main-menu {
    text-align: left;
  }

  header.oaklins-web .main-menu li.highlight {
    padding: 0 5px;
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
  }

  header.oaklins-web .main-menu li.highlight a {
    color: #FFFFFF;
    background: #F68D2E;
    border: none;
    height: 40px;
    line-height: 40px;
  }

  .sub-menu {
    position: absolute !important;
    width: 30% !important;
    text-align: left !important;
  }

  .sub-menu.show {
    display: block;
    line-height: 10px;
  }

  .sub-menu li {
    margin-bottom: 10px;
  }

  .lpicker {
    line-height: 10px;
  }
}

@media screen and (max-width: 480px) {

  header.oaklins-web .logo.long-name .oaklins-bar{
    padding-top: 10px;
  }

  header.oaklins-web .logo.long-name span {
    display: block;
    position: absolute;
    top: 30px;
    left: 110px;
    font-size: 12px;
    line-height: 14px;
    width: 200px;
  }

}
