/* hsl(220, 10%, 90%); */
/* Line height * font size + padding top and bottom */
/* /file/site/style/ob.2016.navbar.less:L3 */
.partner-nav {
  align-items: center;
  background-color: #00722a;
  background-color: var(--brand-primary);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  height: 3.286rem;
  justify-content: flex-start;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1050;
}
/* /file/site/style/ob.2016.navbar.less:L18 */
.partner-nav__logo {
  margin-left: 1rem;
  max-height: 1.5rem;
}
/* /file/site/style/ob.2016.navbar.less:L23 */
.partner-nav__dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #eeeeee;
  cursor: pointer;
  outline: none;
  padding: 1rem;
}
/* /file/site/style/ob.2016.navbar.less:L31 */
.partner-nav__dropdown-toggle:hover,
.partner-nav__dropdown-toggle:focus {
  background-color: #80bd26;
  background-color: var(--brand-light);
}
/* /file/site/style/ob.2016.navbar.less:L36 */
.partner-nav__dropdown-toggle:focus-within {
  background-color: #80bd26;
  background-color: var(--brand-light);
}
/* /file/site/style/ob.2016.navbar.less:L43 */
.partner-breadcrumb {
  display: none;
  list-style-type: none;
  margin: 0;
  margin-left: 1rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .partner-breadcrumb {
    display: flex;
  }
}
/* /file/site/style/ob.2016.navbar.less:L54 */
/* /file/site/style/ob.2016.navbar.less:L55 */
/* /file/site/style/ob.2016.navbar.less:L56 */
.partner-breadcrumb__item:hover .partner-breadcrumb__item-link,
.partner-breadcrumb__item:focus .partner-breadcrumb__item-link {
  background: #80bd26;
  background: var(--brand-light);
  text-decoration: none;
  color: white;
}
/* /file/site/style/ob.2016.navbar.less:L62 */
.partner-breadcrumb__item:hover .partner-breadcrumb__item-link::before,
.partner-breadcrumb__item:focus .partner-breadcrumb__item-link::before {
  content: ' ';
  border: solid 1.643rem;
  border-right: 0;
  border-color: transparent #00722a;
  border-color: transparent var(--brand-primary);
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -1px;
}
/* /file/site/style/ob.2016.navbar.less:L76 */
.partner-breadcrumb__item:hover .partner-breadcrumb__item-link--active,
.partner-breadcrumb__item:focus .partner-breadcrumb__item-link--active {
  background: #00511e;
  background: var(--navbar-dark);
}
/* /file/site/style/ob.2016.navbar.less:L83 */
.partner-breadcrumb__item:hover + .partner-breadcrumb__item .partner-breadcrumb__item-link::before,
.partner-breadcrumb__item:focus + .partner-breadcrumb__item .partner-breadcrumb__item-link::before {
  border-color: transparent #80bd26;
  border-color: transparent var(--brand-light);
}
/* /file/site/style/ob.2016.navbar.less:L89 */
.partner-breadcrumb__item:focus-within + .partner-breadcrumb__item .partner-breadcrumb__item-link::before {
  border-color: transparent #80bd26;
  border-color: transparent var(--brand-light);
}
/* /file/site/style/ob.2016.navbar.less:L95 */
.partner-breadcrumb__item-link {
  color: white;
  cursor: pointer;
  padding: 1rem 1rem 1rem 2.3rem;
  position: relative;
}
/* /file/site/style/ob.2016.navbar.less:L102 */
.partner-breadcrumb__item-link--active {
  margin-right: 20px;
  overflow: visible;
  background: #00511e;
  background: var(--navbar-dark);
  color: white !important;
}
/* /file/site/style/ob.2016.navbar.less:L109 */
.partner-breadcrumb__item-link--active::before {
  content: ' ';
  border: solid 1.643rem;
  border-right: 0;
  border-color: transparent #00722a;
  border-color: transparent var(--brand-primary);
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -1px;
}
/* /file/site/style/ob.2016.navbar.less:L123 */
.partner-breadcrumb__item-link--active::after {
  content: ' ';
  border: solid 1.643rem;
  border-right: 0;
  border-color: transparent #00511e;
  border-color: transparent var(--navbar-dark);
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: calc(-1.63rem);
}
