/* --------------------------- */
/* -- Featured Capabilities -- */
@media (min-width: 900px) {
  .page-about {
    display: flex;
  }
  .page-about .l-container {
    max-width: 620px;
  }
}

.page-about-content {
  background-color: #86BC25;
  color: #FFF;
  padding: 20px 0;
}
.page-about-content h2 {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
}
.page-about-content p {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}
@media (min-width: 900px) {
  .page-about-content {
    width: 50%;
    text-align: right;
    padding: 0px;
  }
  .content-sticky {
    padding: 75px 0 25px 0;
  }
  .page-about-content .l-container {
    margin: 0 0 0 auto;
    text-align: left;
  }
  .page-about-content h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    padding-right: 80px;
  }
  .page-about-content p {
    font-size: 14px;
    line-height: 19px;
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  .page-about-content h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 64px;
  }
}


.page-about-products {
  padding: 20px 0;
  position: relative;
  background: #FFF;
}
.page-about-products h4 {
  color: #97999B;
  font-size: 12px;
  line-height: 14.4px;
  margin: 0 0 5px;
  padding-left: 100px;
}
@media (min-width: 900px) {
  .page-about-products {
    width: 50%;
    padding: 0 0 40px 0;
  }
  .page-about-products .l-container {
    margin: 0 auto 0 0;
    padding-left: 100px;
  }
  .page-about-products h4 {
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    margin-top: 40px;
  }
}

.page-featured-product {
  margin: 0 -20px 30px;
  padding: 0 20px 30px 120px;
  border-bottom: 1px solid #C3C3C2;
  min-height: 150px;
}
.page-featured-product:last-of-type {
  border-bottom: none;
}
.page-featured-product h3 {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 300;
  margin: 0 0 8px;
}
.page-featured-product h3 strong {
  color: #23B52C;
}
.page-featured-product__logo {
  width: auto;
  height: 18px !important;
}
.page-featured-product__icon {
  width: 88px;
  height: auto;
  border-radius: 50%;
  border: 4px solid #FFF;
  overflow: hidden;
  position: absolute;
  top: initial;
  left: 0;
  margin-left: 20px;
  background: #FFF;
}
.page-featured-product p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 8px;
  /*min-height: 88px;*/
}
.page-featured-product a {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 800;
  color: #000;
}
.page-featured-product a:after {
  content: " >";
}
@media (min-width: 900px) {
  .page-featured-product {
    margin: 0 0 30px;
    padding: 0 0 30px;
    min-height: 215px;
  }
  .page-featured-product h3 {
    font-size: 24px;
    line-height: 33px;
  }
  .page-featured-product__logo {
    height: 28px !important;
  }
  .page-featured-product__title {
    height: 60px !important;
    padding-right: 10px;
  }
  .page-featured-product__icon {
    width: 140px;
    margin-left: -70px;
  }
  .page-featured-product p,
  .page-featured-product a {
    font-size: 14px;
    line-height: 19px;
  }
  .page-featured-product p {
    /*min-height: 115px;*/
  }
}

.page-about-products .page-additional-header {
  padding: 0;
}
.page-additional-product {
  padding: 10px 0;
  border-bottom: 1px solid #C3C3C2;
  display: flex;
  align-items: baseline;
}
.page-additional-product:last-of-type {
  padding-bottom: 0;
  border: none;
}
.page-additional-product h3 {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 300;
  margin: 0;
  flex-grow: 1;
}
.page-additional-product h3 strong {
  color: #23B52C;
}
.page-additional-product a {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 800;
  color: #000;
  min-width: 92px;
}
.page-additional-product a:after {
  content: " >";
}
@media (min-width: 900px) {
  .page-additional-product {
    padding: 20px 0;
  }
  .page-additional-product h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .page-additional-product a {
    font-size: 14px;
    line-height: 19px;
  }
}

/* Product Nav */
.page-featured-nav {
    z-index: 10;
    position: relative;
}
.page-featured-nav-desktop {
        display: none;
    }
.page-featured-nav-mobile {
        display: block;
        text-align: center;
        padding: 10px;
        color: #fff;
        background-color: #86BC25;
        margin: 0 -20px;
        font-size: 18px;
        font-weight: bold;
        display: none;
    }
.page-featured-nav.sticky .page-featured-nav-mobile {
    display: block;
}
@media (min-width: 768px) {
    .page-featured-nav {
        margin-top: -2px;
    }
}
@media (min-width: 900px) {
    .page-featured-nav {
        padding: 10px;
        background-color: #fff;
        border-bottom:  solid 1px #eee;
    }
    .page-featured-nav-desktop {
        display: block;
    }
    .page-featured-nav-mobile {
        display: none;
    }
    .page-featured-nav.sticky .page-featured-nav-mobile {
        display: none;
    }
    .page-featured-nav-item {
        display: inline-block;
        width: 12px;
        height: 12px;
        line-height: 12px;
        background-color: #999;
        border-radius: 50%;
        margin: 4px;
    }
    .page-featured-nav-item.active {
        background-color: #86BC25;
    }
}

/* Tooltip CSS - Used by bootstrap tooltip js existing in site */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

