:root {
  --darker-grey: #333;
  --dark-blue: #1565c0;
  --grey-mid: #a8a8a8;
  --blue: #2196f3;
  --light-grey: #f1f1f1;
  --dark-grey: #5d5d5d;
  --grey: #dbdbdb;
  --green: #4caf50;
  --crimson: #d32f2f;
  --black: black;
  --white: white;
  --slate-grey: #607d8b;
  --pink: #d81b60;
  --purple: #673ab7;
  --indigo: #3f51b5;
  --cyan: #00bcd4;
  --teal: #00bfa5;
  --lime: #cddc39;
  --gold: #ffc107;
  --orange: #f45a1e;
  --brown: #795548;
  --jh-green: #078b44;
  --jh-orange: #ff9c3d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--darker-grey);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 22px;
}

a {
  color: #078b44;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #3333338f;
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #078b44;
  border-radius: 33px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button-primary:hover {
  background-color: var(--dark-blue);
}

.button-primary.w--current {
  background-color: #2e80b6;
}

.button-primary.white {
  color: var(--darker-grey);
  background-color: #fff;
}

.button-primary.white:hover {
  background-color: #ffffffc4;
}

.button-primary.full-width {
  width: 100%;
  display: block;
}

.button-primary.tab {
  background-color: var(--grey-mid);
  margin-left: 8px;
  margin-right: 8px;
}

.button-primary.tab:hover {
  background-color: #7e7e7e;
}

.button-primary.tab.w--current {
  background-color: var(--blue);
}

.button-primary.tab.w--current:hover {
  background-color: var(--dark-blue);
}

.button-primary.with-field {
  float: left;
  width: 22%;
  margin-left: 2%;
}

.button-primary.medium {
  border-radius: 5px;
}

.button-primary.medium:hover {
  background-color: #00ac4f;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: var(--blue);
}

.navigation-link.white {
  color: #4a4a4a;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  transition: opacity .2s ease-in-out;
}

.navigation-link.white:hover {
  opacity: .7;
}

.navigation-link.white.w--current {
  color: #078b44;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #fff;
  align-items: center;
  height: 105px;
  display: flex;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  flex: 1;
  height: auto;
  margin-top: -10px;
  margin-left: 15px;
}

.brand-link.left-spacing.w--current {
  flex: 1;
  height: auto;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.section.backgroundwash {
  background-image: radial-gradient(circle, #ffffffb3, #ffffff63), linear-gradient(#ffffffb3, #ffffffb3), url('../images/CrestonBackground05x.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section.compact {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.slider-container {
  align-items: center;
  height: 100%;
  display: flex;
}

.slide {
  background-color: var(--grey-mid);
  background-image: url('../images/iStock-182357289-1600w.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 60px 85px;
}

.slide.two {
  background-color: var(--grey);
}

.header-section {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 104px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 11px;
}

.cta-section {
  background-color: var(--grey);
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.centered-accented {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  margin-top: 0;
  margin-right: 13px;
  display: inline-block;
}

.align-right {
  text-align: right;
}

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000040, #00000040), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  padding: 117px 20px;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  opacity: 0;
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  color: #fff6f6;
  margin-bottom: 5px;
  font-weight: 300;
}

.button-secondary {
  color: #ff9c3d;
  border: 2px solid #ff9c3d;
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.button-secondary:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.button-secondary.white {
  color: #fff;
  border-color: #fff;
}

.button-secondary.white:hover {
  color: #ffffffb8;
  border-color: #ffffffa3;
}

.button-secondary.medium {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
}

.button-secondary.medium:hover {
  color: #fff;
  background-color: #ff9c3d;
  border-color: #ff9c3d;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.section-subheading.center {
  text-align: center;
  font-weight: 300;
}

.section-title-group {
  margin-bottom: 36px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  border-style: none;
  border-radius: 3px;
  min-height: 41px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px #00000017;
}

.form-field:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  float: left;
  width: 75%;
  margin-bottom: 0;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-button {
  background-color: var(--blue);
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  background-color: var(--dark-blue);
  opacity: 1;
}

.social-button.border {
  background-color: #0000;
  border: 1px solid #0000005c;
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: var(--grey);
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  background-color: #333;
}

.footer.centered-accented {
  background-color: var(--light-grey);
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: var(--blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: var(--dark-blue);
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.sidemenu-link:hover {
  color: var(--darker-grey);
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: var(--grey-mid);
  margin-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.footer-link-wrapper {
  justify-content: center;
  display: flex;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-wrapper {
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 31px;
}

.success-message {
  margin-bottom: 0;
}

.error-wrapper {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 5px;
}

.error-message {
  margin-bottom: 0;
}

.rich-text h1, .rich-text h3, .rich-text h5, .rich-text h4, .rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-column, .waterfall-image-column {
  text-align: center;
}

.contentrow {
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.contentrow.first {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.contentcolumn-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.green {
  opacity: 1;
  color: #078b44;
  margin-bottom: 10px;
  padding-top: 1px;
}

.orange {
  color: #ff9c3d;
}

.mask {
  flex: 1;
}

.herogroup {
  background-color: #0009;
  border-radius: 5px;
  width: 40%;
  height: auto;
  padding: 50px;
}

.row-2 {
  align-items: center;
  display: flex;
}

.footerlegal {
  color: var(--grey-mid);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.backtotop {
  opacity: .5;
  transition: opacity .2s ease-in-out;
}

.backtotop:hover {
  opacity: 1;
}

.image {
  margin-top: 0;
}

.pageheader {
  background-image: url('../images/image_header_trees.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 200px;
}

.pageheader.header-contactus {
  background-image: url('../images/image_cedarforest.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-medium {
  font-size: 17px;
  line-height: 24px;
}

.content_image {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 10px 15px #0003;
}

.map {
  height: 300px;
}

.productblock {
  flex: 1;
  align-items: center;
  width: 33%;
  height: 250px;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.productblock._1 {
  background-image: none;
  background-size: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.productblock._2 {
  background-image: url('../images/DFL1x62btr.jpg');
  background-position: 50%;
  background-size: cover;
}

.productblock._3 {
  background-image: url('../images/Combfaced2.JPG');
  background-position: 50%;
  background-size: cover;
}

.productblock._4 {
  background-image: url('../images/DFL2x42btr.jpg');
  background-position: 50% 100%;
}

.productblock._5 {
  background-image: url('../images/DFL2x12L3.jpg');
}

.productblock._6 {
  background-image: url('../images/ESLP1x6pattern.jpg');
  background-position: 50% 100%;
}

.productcontainer {
  flex-flow: row;
  display: flex;
}

.productdescription {
  background-image: linear-gradient(to top, #000000e6, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: 45% 0 0;
}

.light {
  color: #fff;
  margin-bottom: 0;
}

.grid {
  grid-template-rows: auto auto auto;
}

.product_image {
  width: 100%;
}

._w-lightbox-caption {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}

.div-block {
  justify-content: center;
  display: flex;
}

.container {
  background-image: url('../images/Screenshot-2024-12-13-at-10.16.06-AM.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: block;
}

.rich-text-block {
  text-align: left;
}

.container-2 {
  text-align: center;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: var(--blue);
  }

  .hamburger-button.w--open {
    background-color: var(--darker-grey);
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

  .slide {
    padding: 50px;
  }

  .section-subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .form-wrapper.squeezed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .content-column {
    padding-top: 0;
  }

  .icon {
    color: #4a4a4a;
  }

  .contentrow {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .herogroup {
    width: 50%;
  }

  .paragraph-medium {
    font-size: 15px;
    line-height: 20px;
  }

  .productblock {
    overflow: hidden;
  }

  .productdescription {
    margin-bottom: 0;
    padding-top: 39px;
  }

  .product_image {
    height: 100%;
  }

  ._w-lightbox-caption {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }

  .navigation-bar.dark {
    height: 60px;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .brand-link.left-spacing.w--current {
    height: 40px;
    margin-top: -10px;
  }

  .section {
    padding: 10px 20px;
  }

  .hero-slider {
    height: 250px;
  }

  .slider-container {
    align-items: flex-end;
  }

  .slide {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .hero-subheading {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .section-subheading {
    font-size: 16px;
    line-height: 22px;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.accent {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-link-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

  .contentrow {
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contentrow.first {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contentcolumn-padding {
    padding-top: 20px;
  }

  .green {
    text-align: left;
  }

  .orange {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .herogroup {
    text-align: center;
    background-color: #0000;
    background-image: linear-gradient(181deg, #0000, #00000036 20%, #000000a1 53%);
    border-radius: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 60px 0 20px;
  }

  .row-2 {
    flex-direction: column;
  }

  .image {
    width: auto;
    height: 50px;
    margin-top: 0;
  }

  .image-2 {
    height: 210px;
  }

  .column.contentcolumn-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-medium {
    text-align: left;
  }

  .content_image {
    margin-bottom: 15px;
  }

  .column-2 {
    order: 1;
  }

  .map {
    height: 200px;
  }

  .column-3 {
    order: -1;
  }

  .productblock {
    width: 100%;
    height: 250px;
  }

  .productblock._1 {
    background-position: 0 0;
    height: 180px;
  }

  .productblock._2, .productblock._3, .productblock._4, .productblock._5, .productblock._6 {
    height: 180px;
  }

  .productcontainer {
    flex-direction: row;
    display: block;
  }

  .light {
    font-size: 16px;
  }

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .product_image {
    width: auto;
    height: auto;
  }

  ._w-lightbox-caption {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  p {
    text-align: center;
    margin-bottom: 10px;
  }

  .button-primary.tab {
    margin-bottom: 9px;
  }

  .navigation-link.white {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .navigation-link.white.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamburger-button.white.w--open {
    background-color: #fff;
  }

  .navigation-menu {
    border-top: 1px solid var(--light-grey);
    background-color: #fff;
    padding-top: 5px;
    box-shadow: 0 11px 15px #0003;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-slider {
    align-items: center;
    height: 220px;
  }

  .slider-container {
    align-items: flex-end;
  }

  .slide {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subheading {
    margin-bottom: 0;
    font-size: 16px;
  }

  .button-secondary.medium {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .section-subheading {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .footer.accent {
    margin-top: 30px;
  }

  .footer-link-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .grid-fours {
    width: 50%;
  }

  .icon {
    color: #078b44;
  }

  .contentrow {
    padding-left: 0;
    padding-right: 0;
  }

  .contentcolumn-padding {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .green {
    text-align: left;
  }

  .orange {
    margin-bottom: 5px;
  }

  .herogroup {
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    height: 50px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .column.contentcolumn-padding {
    padding-bottom: 0;
  }

  .pageheader {
    height: 100px;
  }

  .paragraph-medium {
    font-size: 14px;
  }

  .productblock {
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    width: auto;
    height: 300px;
    margin-bottom: 5px;
    display: flex;
    overflow: visible;
  }

  .productblock._1, .productblock._2, .productblock._3, .productblock._4, .productblock._5, .productblock._6 {
    width: 100%;
  }

  .productblock.alignbottom {
    overflow: hidden;
  }

  .productcontainer {
    flex-flow: column;
    justify-content: flex-start;
    height: auto;
    display: flex;
  }

  .productdescription {
    background-image: linear-gradient(to bottom, var(--black), var(--black)), linear-gradient(to top, #000000e6, transparent);
    width: 100%;
    padding-top: 25px;
    display: block;
    position: absolute;
    inset: auto 0 0;
  }

  .product_image {
    width: 100%;
  }

  .paragraph {
    text-align: left;
  }

  ._w-lightbox-caption {
    font-size: 14px;
  }
}


