/* page content css */

/* Magnific Popup CSS - use here instead of loading an additonal .css file */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Omnigon Specific */

.mfp-content {
  background-color: #fff;
}

@media screen and (min-width: 40em) {

  .mfp-content {
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
  }  

}

/*--------------------------------
  Layout
----------------------------------*/

.module {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.module p a {
  color: #00b085;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.mb0 {
  margin-bottom: 3px !important;
}

.alt-bg {
  background-color: #c9e8e0;
}

.grey-bg {
  background-color: #ebebeb;
}

.grey-alt-bg {
  background-color: #f4f4f4;
}

.white-bg.full-width-box {
  margin-bottom: 5rem;
}

.white-bg.full-width-box .content {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 40em) {

  .module {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

}

/*--------------------------------
  General
----------------------------------*/

.button.page {
  border-radius: 50px;
  margin: 10px 3px 5px;
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  background: transparent;
  padding: 17px 10px;
  font-size: 14px;
  z-index: 2;
  min-width: 210px;
  font-weight: 500;
}

.button.page:hover,
.button.page:focus {
  border-color: #00b085;
  background-color: #00b085;
  color: #fff;
}

.button.large {
  font-size: 16px;
  padding: 22px 35px;
}
.button.white {
  border-radius: 50px;
    margin: 10px 3px 5px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding: 22px 35px;
    font-size: 16px;
    z-index: 2;
    font-weight: 500;
}

/* Fix formidable select arrow background position (foundation causes the bug) */
.frm_forms select {
  background-position: right 0rem center;
}

@media screen and (min-width: 40em) {

  .button.page {
    padding: 18px 10px;
  }

}

/*--------------------------------
  Typography
----------------------------------*/

h2 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 2rem;
}

h3 {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 40em) {
  h2 {
    font-size: 2.25rem;
  }
}

h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.375rem;
}

body .frm_style_formidable-style.with_frm_style .frm_primary_label {
  font-weight: 600;
  font-size: 14px;
}

.hidden, .screen-reader-text {
  display: none;
}

.module p,
.module ul li {
  font-weight: 500;
  line-height: 1.5;
}

.module ul li {
  margin-bottom: 5px;
}

h2 br {
  display: none;
}

h5 br {
  display: none;
}

@media screen and (min-width: 64em) {

  h2 br {
    display: block;
  }

  h5 br {
    display: block;
  }

}

/*--------------------------------
  Subheader - Expanded
----------------------------------*/

.subheader-expanded .sticky-wrap {
  min-height: 570px;
}

.subheader-expanded .header-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}

.subheader-expanded .header-bottom .subtext {
  line-height: 1.2;
  font-weight: 300;
  font-size: 34px;
  opacity: 1;
  transition: all 0.3s ease;
}

.subheader-expanded .shrink .sticky-header .header-bottom .subtext,
.subheader-expanded .sticky-header.is-stuck .header-bottom .subtext {
  font-size: 38px;
  opacity: 0;
  line-height: 0;
}

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

  .subheader-expanded .header-bottom {
    min-height: 300px;
  }

  .subheader-expanded .sticky-wrap {
    min-height: 300px;
  }

}

@media screen and (min-width: 40em) {

  .subheader-expanded .header-bottom .subtext {
    font-size: 42px;
  }

}

@media screen and (min-width: 64em) {

  .subheader-expanded .header-bottom .subtext {
    font-size: 55px;
  }

}

/*--------------------------------
  Module - Feature Boxes
----------------------------------*/

#feature-boxes .feature-box {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  /* als ff48 fix **/
  display: flex;
}

#feature-boxes .image {
  position: relative;
  transition: all .5s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  /* al's ff48 fix (need to remove height)
  height: 100%;
  */
}

#feature-boxes .feature-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* als chrome 49 fixes */
  display: flex;
  justify-content: center;
  align-items: center;
}

#feature-boxes .feature-box .button {
  position: relative;
  /* als chrome 49 fixes */
  /*
  transform: translateY(-50%);
  top: 50%;
  */
  height: 58px;
  /* end als chrome 49 fixes */
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 20px 35px;
  font-size: 16px;
  z-index: 2;
  font-weight: 700;
  margin: 0;
}

#feature-boxes .feature-box:hover .image {
  transform: scale(1.15);
}

#feature-boxes .feature-box:hover .button {
  background: #00B085;
  border-color: #00B085;
  transition: all 0.3s ease;
}

@media screen and (min-width: 64em) {

  #feature-boxes .feature-box {
    min-height: 325px;
  }

  #feature-boxes .feature-box .button {
    font-size: 20px;
    padding: 25px 40px;
    height: 72px;
  }

}

/*--------------------------------
  Module - Feature Banner
----------------------------------*/

.feature-banner strong {
  font-size: 18px;
  display: block;
  margin-bottom: 20px; 
  color: #00B085;
}

.feature-banner h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 4px;
}

.feature-banner h2 {
  margin-bottom: 15px;
  color: #58595b;
}

.feature-banner h2 br {
  display: none;
}

.feature-banner .button {
  border-radius: 50px;
  margin: 10px 3px 5px;
  border: 1px solid #58595b;
  color: #58595b;
  background: transparent;
  padding: 22px 35px;
  font-size: 16px;
  z-index: 2;
  font-weight: 500;
}

.feature-banner .button:hover {
  background-color: #00B085;
  border-color: #00B085;
  color: #fff;
}

.feature-banner .image {
  position: relative;
  margin-top: 60px;
}

.feature-banner .badge {
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 30px;
  background: transparent url("../../assets/images/hexagon-green.svg") no-repeat scroll 0 0;
  height: 100px;
  line-height: 1.3;
  width: 90px;
  color: #fff;
  min-width: 0;
  opacity: 1;
  font-weight: 700;
  transition: all .25s linear;
  padding: 0;
}

.feature-banner .badge a {
  padding: 1.5rem 0;
  display: block;
  height: 100%;
}

.feature-banner .badge:hover {
  transform: scale(1.05);
}

.feature-banner .badge .text {
  display: inline-block;
  position: relative;
  transform: translateY(-50%);
  top: 50%; 
  color: #fff;
}

/* PRODUCT SLIDER ALTERNATE */
.product-slider.module {
    padding: 0;
}
#product-slider {
    position: relative;
    width: 100%;
}
.product-slider > .grid-container {
    max-width: 1800px;
}
.product-slider .feature-banner.module {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 570px;
    box-sizing: border-box;
    z-index: 1;
    display: block;
}
.product-slider .grid-container {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 0;
}
.product-slider .textblock {
    padding: 40px 30px;
    box-sizing: border-box;
}
.product-slider .feature-banner h3 {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 30px;
}
.product-slider .feature-banner h3 strong {

}
.product-slider .feature-banner  p strong {
    color:#58595b;
}
.feature-banner.color-purple h3 strong {
     color:#7c4199;
}
.feature-banner.color-yellow h3 strong {
     color:#fec232;
}
.product-slider .feature-banner strong {
    display: inline;
    font-size: inherit;
}
.product-slider .feature-banner .image {
    margin: 0;
}

.feature-banner.color-purple .badge {
    background: transparent url("../../assets/images/hexagon-purple.svg") no-repeat scroll 0 0;
}
.feature-banner.color-yellow .badge {
    background: transparent url("../../assets/images/hexagon-yellow.svg") no-repeat scroll 0 0;
}
.product-slider .feature-banner .badge .text {
    padding: 0 5px;
    box-sizing: border-box;
}
.badge-center-left .badge {    right: auto;    left: 30px;  top:calc(50% - 70px); }
.badge-center-right .badge {    right: 30px;    left: auto;  top:calc(50% - 70px); }
.badge-top-center .badge {    right: auto;    left: calc(50% - 70px);    top: 30px; }
.badge-top-right .badge {    right: 20px;     top: 30px; }
.badge-top-left .badge {    right: auto;   left: 30px;   top: 30px; }
.badge-bottom-left .badge {    right: auto;   left: 30px;   top: auto; bottom: 70px; }



.product-slider .prevArrow,
.product-slider .nextArrow {
    display: inline-block;
    color: #ccc;
    font-size: 30px;
    line-height: 10px;
    cursor: pointer;
    width: 15px;
    height: 10px;
    transform: translateY(2px);
    margin: 0 5px;
}
.product-slider .prevArrow:hover,
.product-slider .nextArrow:hover {
    color: #00B085;
}

.product-slider .nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    text-align: center;
    z-index: 20;
}
.product-slider .dot {
    width:10px;
    height: 10px;
    background-color: #CCC;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: background-color 300ms;
    cursor: pointer;
}
.product-slider .dot:hover,
.product-slider .dot.current {
    background-color: #00B085;
}

@media screen and (min-width: 1024px) {
    .full-height-image .image {
        position: relative;
    }
    .full-height-image .image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 570px;
        width: auto;
        max-width: none;
    }
}
@media screen and (max-width: 600px) {
    .product-slider .feature-banner.module {
        height: auto;
        min-height: 580px;
        overflow: hidden;
        position: relative;
        z-index: 10;
        border-bottom: 2px solid #00B085;
    }
    .product-slider .feature-banner.color-purple  {
        border-bottom-color:#7c4199;
    }
    .product-slider .feature-banner.module:last-child {
        border-bottom: none;
    }
    .product-slider .nav {
        display: none;
    }
    .product-slider .textblock {
        padding: 20px 30px 10px;
    }
    .product-slider .feature-banner h3 {
        margin-bottom: 20px;
    }
    .product-slider .feature-banner .button {
        padding: 16px 32px;
    }
    .full-height-image .image {
        position: static;
    }
    .full-height-image .image img {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 290px;
        width: auto;
        max-width: none;
        z-index: 1;
    }
    .product-slider .feature-banner .badge {
        bottom: 120px;
        top: auto;
        z-index: 30;
    }
    
    
}
@media screen and (min-width:601px) {
    #product-slider {
        height: 570px;
        overflow: hidden;
    }
    .product-slider .feature-banner.module {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 500ms ease-out;
        pointer-events: none;
    }
    .product-slider .feature-banner.slide.visible {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }
}
@media screen and (min-width: 64em) {

  .feature-banner strong {
    font-size: 20px;
    letter-spacing: -0.02em;
  }

  .feature-banner h2 {
    font-size: 2.5rem;
  }

  .feature-banner h2 br {
    display: block;
  }

  .feature-banner .image {
    margin-top: 0;
  }

  .feature-banner .badge {
    width: 150px;
    height: 160px;
    font-size: 18px;
  }
    
    
  .product-slider .feature-banner h3 {
        font-size: 32px;
    }    
}

/*--------------------------------
  Module - Banner
----------------------------------*/

.banner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.banner strong {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.banner h2 {
  font-size: 2.25rem;
  margin-bottom: 50px;
  line-height: 1.3;
}

.banner h2 br {
  display: none;
}

.banner .button {
  border-radius: 50px;
  margin: 10px 3px 5px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 22px 35px;
  font-size: 16px;
  z-index: 2;
  font-weight: 500;
}

.banner .button:hover {
  background: #fff;
  border-color: #fff;
  color: #00B085;
}

.home-feature {
  background-position: left center;
}

@media screen and (min-width: 40em) {

  .banner h2 br {
    display: block;
  }

  .home-feature {
    background-position: center;
  }

}

@media screen and (min-width: 64em) {

  .banner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .banner strong {
    font-size: 24px;
  }

  .banner h2 {
    font-size: 4rem;
  }

}

/*--------------------------------
  Module - Contact Banner
----------------------------------*/

#contact-banner {
  padding-top: 2.5rem;
  border-bottom: 6px solid #fff;
}

#contact-banner .large-5 {
  padding-right: 0;
}

#contact-banner h2 {
  margin-bottom: 2.25rem;
  font-size: 1.75rem;
}

#contact-banner .button {
  display: block;
}

@media screen and (min-width: 40em) {

  #contact-banner .large-5 {
    padding-right: 3.5rem;
  }

  #contact-banner h2 {
    font-size: 2.25rem;
  }

  #contact-banner .button {
    display: inline-block;
  }

}

/*--------------------------------
  Module - Contact Form
----------------------------------*/

#contact-section h4 {
  font-weight: 700;
  color: #00B085;
  font-size: 18px;
  margin-bottom: 5px;
}

#contact-section .contact-information {
  margin-bottom: 80px;
}

#contact-section .contact-information p {
  font-size: 16px;
  margin-bottom: 7px;
}

#contact-section .contact-form h4 {
  margin-bottom: 25px;
}

#contact-section #form_contact-form .frm_button_submit {
  border: 1px solid #00B085;
  font-weight: 700;
  font-size: 14px;
  padding: 17px 55px;
  background-color: #00b085;
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
}

#contact-section #form_contact-form .frm_button_submit:hover {
  background-color: #c9e8e0;
  border-color: #c9e8e0;
  color: #4a4a4a;
}

@media screen and (min-width: 64em) {

  #contact-section h4 {
    font-size: 22px;
  }

  #contact-section .contact-information {
    margin-bottom: 0;
  }

  #contact-section .contact-information p {
    font-size: 18px;
  }

  #contact-section #form_contact-form .frm_button_submit {
    font-size: 16px;
  }

}

/*--------------------------------
  Module - Full Width Box
----------------------------------*/

.full-width-box {
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-box .content {
  padding: 3rem 1rem;
}

.full-width-box .image {
  background-position: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}

.full-width-box.alt-bg .image {
  margin-bottom: 0;
}

.full-width-box .image .gap { 
  height: 20rem;
}

.full-width-box .button {
  display: block;
  margin-top: 25px;
}

@media screen and (min-width: 40em) {

  .full-width-box .button {
    display: inline-block;
    margin-top: 10px;
  }

}

@media screen and (min-width: 64em) {

  .full-width-box .image { 
    margin-bottom: 0;
  }

  .full-width-box .content {
    padding: 4rem 5rem 4rem 4rem;
    max-width: 600px;
    padding-left: 0.9375rem;
    float: right;
    width: 100%;
  }

  .full-width-box .image .gap {
    height: 30rem;
  }

}

/*--------------------------------
  Module - Support Banner
----------------------------------*/

#support-banner .background {
  background: url(../images/image-support.jpg) center no-repeat;
  background-size: cover;
}

#support-banner .background .gap,
.support-icon .gap {
  height: 20rem;
  background: url(../images/support-white.svg) center no-repeat;
  background-size: 130px;
}

#support-banner .content {
  background-color: #bae1d7;
}

#support-banner .content .inner {
  padding: 3rem 1rem 3rem 1rem;
}

#support-banner .content .inner .sub {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

#support-banner .content h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}

#support-banner .content p {
  margin-bottom: 2rem;
}

#support-banner .content .button {
  display: block;
}

@media screen and (min-width: 40em) {

  #support-banner .content .inner {
    padding: 3rem 5rem 3rem 1rem;
  }

  #support-banner .content .button {
    display: inline-block;
  }

}

@media screen and (min-width: 64em) {

  #support-banner .background .gap {
    height: 30rem;
  }

  #support-banner .content .inner {
    padding: 3rem 5rem 3rem 3rem;
    max-width: 600px;
    padding-right: 0.9375rem;
    width: 100%;
  }

  #support-banner .background .gap,
  .support-icon .gap {
    background-size: 150px;
  }

}

/*--------------------------------
  Module - Brands
----------------------------------*/

#brand-logos {
  text-align: center;
}

#brand-logos h2 {
  margin-bottom: 70px;
}

#brand-logos img.brand-logo {
  display: inline-block;
  max-width: 150px;
  margin: 0 30px 30px;
}

@media screen and (min-width: 40em) {

  #brand-logos img.brand-logo {
    max-width: 200px;
  }

}

/*--------------------------------
  Module - Accordion
----------------------------------*/

#accordion .accordion {
  background-color: transparent;
}

#accordion .accordion-item {
  margin-bottom: 8px;
  background-color: #fff;
}

#accordion .accordion-item .accordion-title {
  font-size: 16px;
  padding: 1.375rem 2rem 1.375rem 1.25rem;
  color: #00b085;
  font-weight: 600;
  border: 0;
}

#accordion .accordion-title:focus, #accordion .accordion-title:hover {
  background-color: #fff;
}

#accordion .accordion-item .accordion-title:before {
  font-size: 30px;
  margin-top: -1rem;
  color: #4a4a4a;
  font-weight: 400;
}

#accordion .accordion-title:focus:before, #accordion .accordion-title:hover:before {
  color: #00b085;  
}

#accordion .accordion-item .accordion-content {
  padding: 0.5rem 1.25rem 1.25rem 1.25rem;
  border: 0;
  color: #58595b;
  font-size: 13px;
}

#accordion .accordion-item .accordion-content .cell {
  padding-right: 35px;
  margin-bottom: 20px;
}

#accordion .accordion-item .accordion-content .cell a {
  color: #00b085;
  text-decoration: underline;
}

@media screen and (min-width: 64em) {

  #accordion .accordion-item .accordion-title {
    font-size: 20px;
  } 

  #accordion .accordion-item .accordion-title:before { 
    font-size: 40px;
    margin-top: -1.3rem;
  }

  #accordion .accordion-item .accordion-content {
    font-size: 14px;
  }

}

/*--------------------------------
  Page - Product Guides
----------------------------------*/

body.page-template-page-product-guides {
  height: 100%;
}

#product-guide-nav {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

#product-guide-nav h2 {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

#product-guide-nav #ajax-filter strong {
  color: #00b085;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

#product-guide-nav #ajax-filter #category {
  max-width: 450px;
  height: 55px;
}

#product-guides {
  padding: 3rem 0;
}

#product-guides .product-guide {
  margin-bottom: 40px;
}

#product-guides .product-guide a {
  display: block;
}

#product-guides .product-guide a:hover .image-wrapper .overlay {
  opacity: 1;
}

#product-guides .product-guide .image-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}

#product-guides .product-guide .image-wrapper img {
  box-shadow: 2px 0px 12px rgba(0,0,0,0.1);
}

#product-guides .product-guide .image-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(54, 146, 73, 0.65); 
  opacity: 0;
  transition: all .25s ease-out;
}

#product-guides .product-guide .image-wrapper .overlay .button {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  background-color: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 15px 25px;
}

#product-guides .product-guide .category {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}

#product-guides .product-guide h4 {
  color: #4a4a4a;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

.grid-margin-x > .small-12.product-guide {
  width: calc(50% - 1.25rem);
}

@media screen and (min-width: 40em) {

  #product-guides {
    padding: 3rem;
    padding-bottom: 3rem;
  }

  #product-guides .grid-container {
    padding-left: -1.25rem;
    padding-right: -1.25rem;
  }

  #product-guides .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .grid-margin-x > .cell.product-guide {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .grid-margin-x > .small-12.product-guide {
    width: calc(33.333% - 2.5rem);
  }

}

@media screen and (min-width: 64em) {

  #product-guide-nav h2 {
    font-size: 1.625rem;
    margin-bottom: 25px;
  }

  #product-guide-nav #ajax-filter strong {
    font-size: 20px;
  }

  .grid-margin-x > .small-12.product-guide {
    width: calc(20% - 2.5rem);
  } 

}

/*--------------------------------
  Page - Stomal Therapy Nurse
----------------------------------*/

.appointment-form h2 {
  color: #00b085;
  font-weight: 700;
  font-size: 22px;
}

.appointment-form #form_appointment-form {
  max-width: 650px;
  margin: 0 auto;
}

.appointment-form #form_appointment-form label {
  text-align: left;
}

.appointment-form #form_appointment-form .frm_button_submit {
  border: 1px solid #00B085;
  font-weight: 700;
  font-size: 14px;
  padding: 17px 55px;
  background-color: #00b085;
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease
}

.appointment-form #form_appointment-form .frm_button_submit:hover {
  background-color: #c9e8e0;
  border-color: #c9e8e0;
  color: #4a4a4a;
}

.appointment-form #form_appointment-form .frm-g-recaptcha > div {
	margin: 0 auto;
}

@media screen and (min-width: 40em) {

  .appointment-form h2 {
    font-size: 2rem;
  }

}

@media screen and (min-width: 64em) {

  .appointment-form .grid-margin-x > .large-10 {
    width: calc(100% - 1.875rem);
  }

  .appointment-form #form_appointment-form .frm_button_submit {
    font-size: 16px;
  } 

}

/*--------------------------------
  Category Filter
----------------------------------*/

#show-filters {
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 500;
}

#show-filters .menu-icon {
  top: -3px;
  margin-left: 15px;
  height: 22px;
  width: 40px;
}

#show-filters .menu-icon::after {
  background: #4a4a4a;
  height: 3px;
  box-shadow: 0 10px 0 #4a4a4a,0 20px 0 #4a4a4a;
}

#filter-popup {
  padding: 3rem 0;
}

#filter-popup h3 {
  text-align: center;
  color: #00b085;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

#filter-popup .menu li a {
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-weight: 400;
}

.mfp-close-btn-in .mfp-close {
  color: #4a4a4a;
  font-size: 4.5rem;
  font-weight: 300;
  right: 5px;
  top: 5px;
}

/*--------------------------------
  News
----------------------------------*/

#main-posts {
  padding-top: 2.5rem;
}

.type-post {
  padding-bottom: 1rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #e5e6e6;
}

.type-post .featured-image {
  overflow: hidden;
  position: relative;
}

.type-post .featured-image a:hover img {
  transform: scale(1.15); 
}

.type-post .featured-image img {
  transition: all .25s linear;
}

.type-post .content {
  padding-top: 1rem;
}

.type-post .content .post-meta {
  margin-bottom: 15px;
}

.type-post .content .post-meta > div {
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  color: #919396;
}

.type-post .content .post-meta .sep {
  width: 1px;
  height: 12px;
  background: #919396;
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 6px;
}

.type-post .content .categories {
  text-transform: uppercase;
  color: #00b085;
}

.type-post .content h4 {
  font-size: 20px;
  line-height: 1.2;
  padding-right: 40px;
}

.type-post .content h4 a {
  color: #00b085;
  font-weight: 700;
  border-bottom: 0;
}

.type-post .content p {
  line-height: 1.5;
  font-size: 15px;
}

.type-featured .featured-image {
  margin-bottom: 0;
}

/* Type - Featured */

.type-featured .content {
  background-color: #fff;
  width: 90%;
  position: relative;
  padding: 1rem;
  margin: -4.5rem auto 0;
}

.type-featured .content .post-meta {
  margin-bottom: 20px;
}

.type-featured .content h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

/* Post Navigation */

#posts-navigation .page-numbers {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  padding: 0;
  border-radius: 0;
  font-weight: 500;
  color: #4a4a4a;
}

#posts-navigation .page-numbers.current, #posts-navigation .page-numbers:hover {
  color: #fff;
  background-color: #00B085;
  border-color: #00B085;
}

@media screen and (min-width: 40em) {

  .type-featured .content {
    padding: 1.5rem;
  } 

}

/*--------------------------------
  Archive
----------------------------------*/

#archive-top h2 {
  color: #00B085;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (min-width: 40em) {

  #archive-top h2 {
    font-size: 2rem;
  }  

}

/*--------------------------------
  Single Post
----------------------------------*/

.single-post .sticky-wrap {
  min-height: 190px;
}

.single-post .header-bottom,
.single-post .sticky-header.is-stuck .header-bottom {
  line-height: 20px;
  min-height: 20px;
}

.single-post .module {
  padding-top: 2.5rem;
}

.single-post #show-filters {
  margin-bottom: 1rem;
}

.single-post .post-meta {
  margin-bottom: 20px;
}

.single-post .post-meta > div {
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  color: #919396;
}

.single-post .post-meta .sep {
  width: 1px;
  height: 12px;
  background: #919396;
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 6px;
}

.single-post .categories {
  text-transform: uppercase;
  color: #00b085;
}

.single .featured-image {
  margin-bottom: 1.5rem;
}

.single-post h1.entry-title {
  font-weight: 700;
  color: #00b085;
  line-height: 1.1;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.single-post .entry p {
  line-height: 1.6;
  font-size: 15px;
}

.single-post .entry p a {
  color: #00b085;
}

.single-post .entry figure {
  margin-bottom: 2.5rem;
}

.single-post .entry figure img {
  margin-bottom: 1rem;
}

.single-post .entry blockquote {
  border-left: 4px solid #00b085;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 0;
}

.single-post .entry blockquote p {
  font-size: 18px;
}

/* Social Share */

#content-share {
  margin-top: 4rem;
}

#content-share strong {
  color: #4a4a4a;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

#content-share ul {
  display: inline-block;
  margin: 1rem 0 3rem;
  padding: 0;
}

#content-share ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

#content-share ul li.share a {
  text-align: center;
  display: inline-block;
  background: #000;
  font-size: 13px;
  color: #fff;
  width: auto;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  font-weight: 400;
}

#content-share ul li.share a.twitter {
  background: #55acee;
}

#content-share ul li.share a.facebook {
  background: #42599e;
}

#content-share ul li.share a.linkedin {
  background: #0077b5;
}

#content-share ul li.share img {
  width: 15px;
  margin-right: 7px;
}

#content-share ul li.share a.facebook img {
  width: 10px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

#content-share ul li.share a.linkedin img {
  margin-right: 7px;
  position: relative;
  top: -2px;
}

#content-share ul li.share a i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

@media screen and (min-width: 40em) {

  .single-post h1.entry-title {
    font-size: 2.25rem;
  } 

}

@media screen and (min-width: 64em) {

  .single-post .entry p {
    font-size: 16px;
  }

  .single .featured-image {
    margin-bottom: 3rem;
  }

  .single-post .entry blockquote p {
    font-size: 22px;
  }

}

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

  .single-post .sticky-wrap {
    min-height: 120px;
  }

  #category-filter {
    display: none;
  }

}

/*--------------------------------
  Related News
----------------------------------*/

#related-posts h3 {
  border-top: 1px solid #e5e6e6;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 1.125rem;
  font-weight: 700;
}

#related-posts .type-post {
  border-bottom: 0;
}

#related-posts .type-post .featured-image {
  margin-bottom: 0;
}

/*--------------------------------
  Module - Job Positions
----------------------------------*/

#job-positions h4 {
  margin-bottom: 2.5rem;
  color: #00b085;
}

#job-positions .job-position .inner {
  background: #fff;
  padding: 1.5em 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}

#job-positions .job-position .inner .details .name {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

#job-positions .job-position .inner .details .location {
  font-size: 16px;
  display: block;
}

#job-positions .job-position .inner .button-group {
  margin-bottom: 0;
  margin-top: 1rem;
}

#job-positions .job-position .inner .button-group .button {
  margin: 0;
  font-size: 12px;
  min-width: 180px;
  padding: 16px 10px;
}

@media screen and (min-width: 40em) {

  #job-positions .job-position .inner {
    flex-direction: row;
    align-items: center;
  }

  #job-positions .job-position .inner .details {
    width: 70%;
  }

  #job-positions .job-position .inner .details .name,
  #job-positions .job-position .inner .details .location {
    display: inline-block;
  }

  #job-positions .job-position .inner .details .location {
    margin-left: 1rem;
  }

  #job-positions .job-position .inner .button-group {
    width: 30%;
    justify-content: flex-end;
    margin-top: 0;
  }

}

@media screen and (min-width: 64em) {

  #job-positions .job-position .inner .details .name,
  #job-positions .job-position .inner .details .location {
    font-size: 20px;
  }

  #job-positions .job-position .inner .button-group .button {
    font-size: 14px;
    padding: 18px 10px;
    min-width: 210px;
  } 

}

/*--------------------------------
  Module - FAQs
----------------------------------*/

#faqs .accordion {
  background-color: transparent;
}

#faqs .faq-section {
  margin-bottom: 2.5rem;
}

#faqs .section-heading {
  background-color: #00b085;
  padding: 1.375rem 1.25rem 1.375rem 1.25rem;
}

#faqs .section-heading h3 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}

#faqs .accordion-item {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #aaa;
}

#faqs .accordion-item .accordion-title {
  font-size: 16px;
  padding: 1.375rem 2rem 1.375rem 1.25rem;
  color: #4a4a4a;
  font-weight: 600;
  border: 0;
}

#faqs .accordion-title:focus, #faqs .accordion-title:hover {
  background-color: #fff;
}

#faqs .accordion-item.is-active .accordion-title {
	background-color: #fff;
}

#faqs .accordion-item .accordion-title:before {
  font-size: 30px;
  margin-top: -1rem;
  color: #4a4a4a;
  font-weight: 400;
}

#faqs .accordion-title:focus:before, #faqs .accordion-title:hover:before {
  color: #00b085;  
}

#faqs .accordion-item .accordion-content {
  padding: 0.5rem 1.25rem 1.25rem 1.25rem;
  border: 0;
  color: #58595b;
  font-size: 14px;
  background-color: #fff;
}

#faqs .accordion-item .accordion-content .cell {
  padding-right: 35px;
  margin-bottom: 20px;
}

#faqs .accordion-item .accordion-content .cell a {
  color: #00b085;
  text-decoration: underline;
}

@media screen and (min-width: 64em) {

  #faqs .section-heading h3 {
    font-size: 22px;
  }

  #faqs .accordion-item .accordion-title {
    font-size: 20px;
  } 

  #faqs .accordion-item .accordion-title:before { 
    font-size: 40px;
    margin-top: -1.3rem;
  }

  #faqs .accordion-item .accordion-content {
    font-size: 16px;
  }

}

#category-buttons .button {
    margin-right:5px;
    
}
#category-buttons .button:not(.active){
    background-color: #FFF;
    color:#00B085;
}
@media screen and (max-width: 420px) {
    #category-buttons .button {
        display: block;
        width: 100%;
        margin-bottom: 1px;
        border-radius: 0;
    }
    #category-buttons .button:first-child {
        border-radius: 5px 5px 0 0;
    }
    #category-buttons .button:last-child {
        border-radius:  0 0 5px 5px;
    }
}
