.c-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.c-backdrop.is-loaded {
  opacity: 1;
  transition: opacity 0.25s ease-out 0s;
}
.c-backdrop img,
.c-backdrop video {
  display: block;
  width: 100%;
}
.c-backdrop video {
  -o-object-fit: cover;
     object-fit: cover;
}

.has-backdrop {
  position: relative;
  overflow: hidden;
}

.c-backdrop--anchor-top:after,
.c-backdrop--anchor-bottom:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-backdrop--anchor-top.c-backdrop--shadow-black:after {
  background: linear-gradient(to bottom, rgba(36, 36, 36, 0.8), transparent);
}

.c-backdrop--anchor-bottom.c-backdrop--shadow-black:after {
  background: linear-gradient(to top, rgba(36, 36, 36, 0.8), transparent);
}

.c-backdrop--anchor-top.c-backdrop--shadow-white:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.83), transparent);
}

.c-backdrop--anchor-bottom.c-backdrop--shadow-white:after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.83), transparent);
}

.c-backdrop__content {
  background-size: cover;
  background-position: 50%;
}
.c-backdrop--background .c-backdrop__content {
  width: 100%;
  height: 100%;
}
.c-backdrop--shadow .c-backdrop__content {
  filter: brightness(0.5);
}
.c-backdrop[data-backdrop-focus*=top] > .c-backdrop__content {
  background-position-y: 0%;
}
.c-backdrop[data-backdrop-focus*=bottom] > .c-backdrop__content {
  background-position-y: 100%;
}
.c-backdrop[data-backdrop-focus*=left] > .c-backdrop__content {
  background-position-x: 0%;
}
.c-backdrop[data-backdrop-focus*=right] > .c-backdrop__content {
  background-position-x: 100%;
}

.c-block-placeholder {
  box-shadow: 0 3px 5px #ccc;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
  background: #eee;
  color: #aaa;
}

input.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  position: relative;
  line-height: normal;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  text-align: auto;
  text-decoration: none;
}
input.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input.button:hover, input.button:focus, input.button:active {
  text-decoration: none;
}
input.button:disabled, input.button.is-disabled {
  cursor: default;
}

.wp-block-button.is-style- a,
input.button,
.button {
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #7a9f0d;
  border-radius: 10px;
  padding: 1.15em 1.65em;
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.0625rem;
  border: 0.35em solid #7a9f0d;
  padding: calc(1.15em - 0.35em) calc(1.65em - 0.35em);
}
.no-touchevents .wp-block-button.is-style- a:hover,
.no-touchevents input.button:hover,
.no-touchevents .button:hover {
  color: #7a9f0d;
  text-decoration: underline;
  background-color: #fff;
  border-color: #7a9f0d;
  color: #7a9f0d;
}
.wp-block-button.is-style- a:disabled, .wp-block-button.is-style- a.is-disabled,
input.button:disabled,
input.button.is-disabled,
.button:disabled,
.button.is-disabled {
  cursor: default;
}

.button__icon ~ .button__label {
  margin-left: 1em;
}

.button__icon svg {
  width: 1em;
  height: 1em;
}
.button--hero .button__icon svg {
  width: 2em;
  height: 2em;
}

.wp-block-button__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  position: relative;
  line-height: normal;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  text-align: auto;
  text-decoration: none;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  appearance: none;
  color: #fff;
  background-color: #7a9f0d;
  border-radius: 10px;
  padding: 1.15em 1.65em;
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.0625rem;
  border: 0.35em solid #7a9f0d;
  padding: calc(1.15em - 0.35em) calc(1.65em - 0.35em);
}
.wp-block-button__link::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  text-decoration: none;
}
.wp-block-button__link:disabled, .wp-block-button__link.is-disabled {
  cursor: default;
}
.no-touchevents .wp-block-button__link:hover {
  color: #7a9f0d;
  text-decoration: underline;
  background-color: #fff;
  border-color: #7a9f0d;
  color: #7a9f0d;
}
.wp-block-button__link:disabled, .wp-block-button__link.is-disabled {
  cursor: default;
}

.wp-block-button.is-style-white a,
input.button--white,
.button--white {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-white a:hover,
.no-touchevents input.button--white:hover,
.no-touchevents .button--white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.wp-block-button.is-style-black a,
input.button--black,
.button--black {
  color: #fff;
  border-color: #202020;
  background-color: #202020;
}
.no-touchevents .wp-block-button.is-style-black a:hover,
.no-touchevents input.button--black:hover,
.no-touchevents .button--black:hover {
  color: #202020;
  background-color: #fff;
  border-color: #202020;
}

.wp-block-button.is-style-grey a,
input.button--grey,
.button--grey {
  color: #fff;
  border-color: #999;
  background-color: #999;
}
.no-touchevents .wp-block-button.is-style-grey a:hover,
.no-touchevents input.button--grey:hover,
.no-touchevents .button--grey:hover {
  color: #999;
  background-color: #fff;
  border-color: #999;
}

.wp-block-button.is-style-red a,
input.button--red,
.button--red {
  color: #fff;
  border-color: #eb5164;
  background-color: #eb5164;
}
.no-touchevents .wp-block-button.is-style-red a:hover,
.no-touchevents input.button--red:hover,
.no-touchevents .button--red:hover {
  color: #eb5164;
  background-color: #fff;
  border-color: #eb5164;
}

.wp-block-button.is-style-orange a,
input.button--orange,
.button--orange {
  color: #fff;
  border-color: #f28c50;
  background-color: #f28c50;
}
.no-touchevents .wp-block-button.is-style-orange a:hover,
.no-touchevents input.button--orange:hover,
.no-touchevents .button--orange:hover {
  color: #f28c50;
  background-color: #fff;
  border-color: #f28c50;
}

.wp-block-button.is-style-yellow a,
input.button--yellow,
.button--yellow {
  color: #fff;
  border-color: #edc200;
  background-color: #edc200;
}
.no-touchevents .wp-block-button.is-style-yellow a:hover,
.no-touchevents input.button--yellow:hover,
.no-touchevents .button--yellow:hover {
  color: #edc200;
  background-color: #fff;
  border-color: #edc200;
}

.wp-block-button.is-style-green a,
input.button--green,
.button--green {
  color: #fff;
  border-color: #7a9f0d;
  background-color: #7a9f0d;
}
.no-touchevents .wp-block-button.is-style-green a:hover,
.no-touchevents input.button--green:hover,
.no-touchevents .button--green:hover {
  color: #7a9f0d;
  background-color: #fff;
  border-color: #7a9f0d;
}

.wp-block-button.is-style-blue a,
input.button--blue,
.button--blue {
  color: #fff;
  border-color: #075f7b;
  background-color: #075f7b;
}
.no-touchevents .wp-block-button.is-style-blue a:hover,
.no-touchevents input.button--blue:hover,
.no-touchevents .button--blue:hover {
  color: #075f7b;
  background-color: #fff;
  border-color: #075f7b;
}

.wp-block-button.is-style-purple a,
input.button--purple,
.button--purple {
  color: #fff;
  border-color: #9781ea;
  background-color: #9781ea;
}
.no-touchevents .wp-block-button.is-style-purple a:hover,
.no-touchevents input.button--purple:hover,
.no-touchevents .button--purple:hover {
  color: #9781ea;
  background-color: #fff;
  border-color: #9781ea;
}

.wp-block-button.is-style-pink a,
input.button--pink,
.button--pink {
  color: #fff;
  border-color: #cf649a;
  background-color: #cf649a;
}
.no-touchevents .wp-block-button.is-style-pink a:hover,
.no-touchevents input.button--pink:hover,
.no-touchevents .button--pink:hover {
  color: #cf649a;
  background-color: #fff;
  border-color: #cf649a;
}

.wp-block-button.is-style-shadow a,
input.button--shadow,
.button--shadow {
  color: #fff;
  border-color: rgba(104, 104, 104, 0.23);
  background-color: rgba(104, 104, 104, 0.23);
}
.no-touchevents .wp-block-button.is-style-shadow a:hover,
.no-touchevents input.button--shadow:hover,
.no-touchevents .button--shadow:hover {
  color: rgba(104, 104, 104, 0.23);
  background-color: #fff;
  border-color: rgba(104, 104, 104, 0.23);
}

.wp-block-button.is-style-admin-red a,
input.button--admin-red,
.button--admin-red {
  color: #fff;
  border-color: #dc3545;
  background-color: #dc3545;
}
.no-touchevents .wp-block-button.is-style-admin-red a:hover,
.no-touchevents input.button--admin-red:hover,
.no-touchevents .button--admin-red:hover {
  color: #dc3545;
  background-color: #fff;
  border-color: #dc3545;
}

.wp-block-button.is-style-admin-yellow a,
input.button--admin-yellow,
.button--admin-yellow {
  color: #fff;
  border-color: #ffc107;
  background-color: #ffc107;
}
.no-touchevents .wp-block-button.is-style-admin-yellow a:hover,
.no-touchevents input.button--admin-yellow:hover,
.no-touchevents .button--admin-yellow:hover {
  color: #ffc107;
  background-color: #fff;
  border-color: #ffc107;
}

.wp-block-button.is-style-admin-green a,
input.button--admin-green,
.button--admin-green {
  color: #fff;
  border-color: #28a745;
  background-color: #28a745;
}
.no-touchevents .wp-block-button.is-style-admin-green a:hover,
.no-touchevents input.button--admin-green:hover,
.no-touchevents .button--admin-green:hover {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745;
}

.wp-block-button.is-style-admin-blue a,
input.button--admin-blue,
.button--admin-blue {
  color: #fff;
  border-color: #3696e4;
  background-color: #3696e4;
}
.no-touchevents .wp-block-button.is-style-admin-blue a:hover,
.no-touchevents input.button--admin-blue:hover,
.no-touchevents .button--admin-blue:hover {
  color: #3696e4;
  background-color: #fff;
  border-color: #3696e4;
}

.wp-block-button.is-style-white-outline a,
input.button--white-outline,
.button--white-outline {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-white-outline a:hover,
.no-touchevents input.button--white-outline:hover,
.no-touchevents .button--white-outline:hover {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

.wp-block-button.is-style-black-outline a,
input.button--black-outline,
.button--black-outline {
  color: #202020;
  border-color: #202020;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-black-outline a:hover,
.no-touchevents input.button--black-outline:hover,
.no-touchevents .button--black-outline:hover {
  color: #fff;
  border-color: #202020;
  background-color: #202020;
}

.wp-block-button.is-style-grey-outline a,
input.button--grey-outline,
.button--grey-outline {
  color: #999;
  border-color: #999;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-grey-outline a:hover,
.no-touchevents input.button--grey-outline:hover,
.no-touchevents .button--grey-outline:hover {
  color: #fff;
  border-color: #999;
  background-color: #999;
}

.wp-block-button.is-style-red-outline a,
input.button--red-outline,
.button--red-outline {
  color: #eb5164;
  border-color: #eb5164;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-red-outline a:hover,
.no-touchevents input.button--red-outline:hover,
.no-touchevents .button--red-outline:hover {
  color: #fff;
  border-color: #eb5164;
  background-color: #eb5164;
}

.wp-block-button.is-style-orange-outline a,
input.button--orange-outline,
.button--orange-outline {
  color: #f28c50;
  border-color: #f28c50;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-orange-outline a:hover,
.no-touchevents input.button--orange-outline:hover,
.no-touchevents .button--orange-outline:hover {
  color: #fff;
  border-color: #f28c50;
  background-color: #f28c50;
}

.wp-block-button.is-style-yellow-outline a,
input.button--yellow-outline,
.button--yellow-outline {
  color: #edc200;
  border-color: #edc200;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-yellow-outline a:hover,
.no-touchevents input.button--yellow-outline:hover,
.no-touchevents .button--yellow-outline:hover {
  color: #fff;
  border-color: #edc200;
  background-color: #edc200;
}

.wp-block-button.is-style-green-outline a,
input.button--green-outline,
.button--green-outline {
  color: #7a9f0d;
  border-color: #7a9f0d;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-green-outline a:hover,
.no-touchevents input.button--green-outline:hover,
.no-touchevents .button--green-outline:hover {
  color: #fff;
  border-color: #7a9f0d;
  background-color: #7a9f0d;
}

.wp-block-button.is-style-blue-outline a,
input.button--blue-outline,
.button--blue-outline {
  color: #075f7b;
  border-color: #075f7b;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-blue-outline a:hover,
.no-touchevents input.button--blue-outline:hover,
.no-touchevents .button--blue-outline:hover {
  color: #fff;
  border-color: #075f7b;
  background-color: #075f7b;
}

.wp-block-button.is-style-purple-outline a,
input.button--purple-outline,
.button--purple-outline {
  color: #9781ea;
  border-color: #9781ea;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-purple-outline a:hover,
.no-touchevents input.button--purple-outline:hover,
.no-touchevents .button--purple-outline:hover {
  color: #fff;
  border-color: #9781ea;
  background-color: #9781ea;
}

.wp-block-button.is-style-pink-outline a,
input.button--pink-outline,
.button--pink-outline {
  color: #cf649a;
  border-color: #cf649a;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-pink-outline a:hover,
.no-touchevents input.button--pink-outline:hover,
.no-touchevents .button--pink-outline:hover {
  color: #fff;
  border-color: #cf649a;
  background-color: #cf649a;
}

.wp-block-button.is-style-shadow-outline a,
input.button--shadow-outline,
.button--shadow-outline {
  color: rgba(104, 104, 104, 0.23);
  border-color: rgba(104, 104, 104, 0.23);
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-shadow-outline a:hover,
.no-touchevents input.button--shadow-outline:hover,
.no-touchevents .button--shadow-outline:hover {
  color: #fff;
  border-color: rgba(104, 104, 104, 0.23);
  background-color: rgba(104, 104, 104, 0.23);
}

.wp-block-button.is-style-admin-red-outline a,
input.button--admin-red-outline,
.button--admin-red-outline {
  color: #dc3545;
  border-color: #dc3545;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-admin-red-outline a:hover,
.no-touchevents input.button--admin-red-outline:hover,
.no-touchevents .button--admin-red-outline:hover {
  color: #fff;
  border-color: #dc3545;
  background-color: #dc3545;
}

.wp-block-button.is-style-admin-yellow-outline a,
input.button--admin-yellow-outline,
.button--admin-yellow-outline {
  color: #ffc107;
  border-color: #ffc107;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-admin-yellow-outline a:hover,
.no-touchevents input.button--admin-yellow-outline:hover,
.no-touchevents .button--admin-yellow-outline:hover {
  color: #fff;
  border-color: #ffc107;
  background-color: #ffc107;
}

.wp-block-button.is-style-admin-green-outline a,
input.button--admin-green-outline,
.button--admin-green-outline {
  color: #28a745;
  border-color: #28a745;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-admin-green-outline a:hover,
.no-touchevents input.button--admin-green-outline:hover,
.no-touchevents .button--admin-green-outline:hover {
  color: #fff;
  border-color: #28a745;
  background-color: #28a745;
}

.wp-block-button.is-style-admin-blue-outline a,
input.button--admin-blue-outline,
.button--admin-blue-outline {
  color: #3696e4;
  border-color: #3696e4;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-admin-blue-outline a:hover,
.no-touchevents input.button--admin-blue-outline:hover,
.no-touchevents .button--admin-blue-outline:hover {
  color: #fff;
  border-color: #3696e4;
  background-color: #3696e4;
}

.wp-block-button.is-style-primary a,
input.button--primary,
.button--primary {
  color: #fff;
  border-color: #7a9f0d;
  background-color: #7a9f0d;
}
.no-touchevents .wp-block-button.is-style-primary a:hover,
.no-touchevents input.button--primary:hover,
.no-touchevents .button--primary:hover {
  color: #7a9f0d;
  background-color: #fff;
  border-color: #7a9f0d;
}

.wp-block-button.is-style-basic a,
input.button--basic,
.button--basic {
  color: #7a9f0d;
  border-color: #7a9f0d;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-basic a:hover,
.no-touchevents input.button--basic:hover,
.no-touchevents .button--basic:hover {
  color: #fff;
  border-color: #7a9f0d;
  background-color: #7a9f0d;
}

.wp-block-button.is-style-info a,
input.button--info,
.button--info {
  color: #075f7b;
  border-color: #075f7b;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-info a:hover,
.no-touchevents input.button--info:hover,
.no-touchevents .button--info:hover {
  color: #fff;
  border-color: #075f7b;
  background-color: #075f7b;
}

.wp-block-button.is-style-cancel a,
input.button--cancel,
.button--cancel {
  color: #dc3545;
  border-color: #dc3545;
  background-color: #fff;
}
.no-touchevents .wp-block-button.is-style-cancel a:hover,
.no-touchevents input.button--cancel:hover,
.no-touchevents .button--cancel:hover {
  color: #fff;
  border-color: #dc3545;
  background-color: #dc3545;
}

.wp-block-button.is-style-hero a,
input.button--hero,
.button--hero {
  font-size: 1.125rem;
  padding: calc(1em - 0.35em) calc(1.6em - 0.35em);
}
@media (min-width: 660px) {
  .wp-block-button.is-style-hero a,
input.button--hero,
.button--hero {
    font-size: 1.25rem;
    padding: calc(1.1em - 0.35em) calc(1.8em - 0.35em);
  }
}
@media (min-width: 920px) {
  .wp-block-button.is-style-hero a,
input.button--hero,
.button--hero {
    font-size: 1.5rem;
    padding: calc(1.2em - 0.35em) calc(2.1em - 0.35em);
  }
}

.wp-block-button.is-style-large a,
input.button--large,
.button--large {
  font-size: 16px;
  padding: 1.1em 2em;
}

.wp-block-button.is-style-small a,
input.button--small,
.button--small {
  font-size: 14px;
  padding: 0.6em 0.9em;
}

.c-blog-category-menu__small .c-menu-root {
  display: none;
}

.l-container {
  position: relative;
  width: 100%;
}
.l-container.alignfull {
  width: calc(100vw - var(--scrollbar-width));
  margin-left: calc((100vw - 100% - var(--scrollbar-width)) / -2);
}
.l-container.debug {
  outline: 2px dotted red;
  outline-offset: -2px;
}

.l-container--gutters {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 480px) {
  .l-container--gutters {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 920px) {
  .l-container--gutters {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.l-container__shrinkwrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.l-contianer.debug .l-container__shrinkwrap {
  outline: 2px solid red;
  outline-offset: -2px;
}

.l-container__shrinkwrap--small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.c-drawer {
  transition: visibility 0s linear 0.2s, transform 0.2s ease-out 0s;
  position: absolute;
  width: 100%;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(104, 104, 104, 0.23);
  background-color: #202020;
  color: #fff;
  visibility: hidden;
  overflow-y: auto;
}
.c-drawer.is-active {
  visibility: visible;
  transition: visibility 0s linear 0s, transform 0.2s ease-out 0s;
}

.c-drawer--attach-top {
  top: 0;
}

.c-drawer--attach-bottom {
  bottom: 0;
}

.c-drawer--open-in.c-drawer--attach-top {
  transform: translateY(-100%);
}
.c-drawer--open-in.c-drawer--attach-top.is-active {
  transform: translateY(0);
}
.c-drawer--open-in.c-drawer--attach-bottom {
  transform: translateY(100%);
}
.c-drawer--open-in.c-drawer--attach-bottom.is-active {
  transform: translateY(0);
}

.c-drawer--open-out {
  z-index: -1;
}
.c-drawer--open-out.c-drawer--attach-top.is-active {
  transform: translateY(-100%);
}
.c-drawer--open-out.c-drawer--attach-bottom.is-active {
  transform: translateY(100%);
}

.c-drawer--gutters {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 480px) {
  .c-drawer--gutters {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 920px) {
  .c-drawer--gutters {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.c-drawer--keep-open {
  z-index: 0;
}

.c-faq-list {
  background-color: #eff3e4;
}
@media (min-width: 660px) {
  .c-faq-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}

.c-faq-list__item {
  margin-bottom: 2em;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.c-faq-list__question {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.25em;
}

.c-faq-list__answer {
  margin-left: 0;
}

.c-feature-card {
  display: block;
  color: #fff;
  height: 400px;
}
.c-feature-card.has-backdrop {
  position: relative;
}

.c-feature-card__title {
  position: relative;
  z-index: 1;
}

.c-feature-teaser {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 659px) {
  .c-feature-teaser {
    margin-top: 64px;
  }
}
@media (min-width: 660px) {
  .c-feature-teaser {
    display: flex;
    justify-content: space-between;
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
.c-feature-teaser a {
  text-decoration: none;
}

.c-feature-teaser--text-left {
  color: #2d8100;
}

.c-feature-teaser--text-right {
  color: #075f7b;
}

.c-feature-teaser__segment {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 659px) {
  .c-feature-teaser__segment {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.c-feature-teaser__text {
  max-width: 386px;
  flex-basis: 386px;
}

.c-feature-teaser__text-inner {
  color: inherit;
  border-top: 4px solid currentColor;
}
.no-touchevents .c-feature-teaser__text-inner:hover {
  color: inherit;
}
.no-touchevents .c-feature-teaser__text-inner:hover svg {
  transform: translateX(6px);
}
.c-feature-teaser__text-inner > * {
  margin-top: 1em;
}
.c-feature-teaser__text-inner svg {
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  width: 50px;
  height: 50px;
  stroke-width: 6px;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.c-feature-teaser__title {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.42;
  color: inherit;
}

.c-feature-teaser__body {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}

.c-feature-teaser__image {
  max-width: 458px;
  flex-basis: 458px;
}
@media (min-width: 660px) {
  .c-feature-teaser--text-left .c-feature-teaser__image {
    margin-left: 64px;
  }
}
@media (min-width: 660px) {
  .c-feature-teaser--text-right .c-feature-teaser__image {
    order: -1;
    margin-right: 64px;
  }
}

.c-feature-teaser__image-inner {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
}

@-webkit-keyframes file-card-slidein {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes file-card-slidein {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-file-card {
  padding: 32px;
  border-radius: 0.5em;
  background-color: #e4ecef;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-animation-timing-function: cubic-bezier(0.59, 1.75, 0.63, 0.85);
          animation-timing-function: cubic-bezier(0.59, 1.75, 0.63, 0.85);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: file-card-slidein;
          animation-name: file-card-slidein;
  margin-bottom: 1em;
}
.c-resource-list.is-initialized .c-file-card {
  opacity: 0;
  margin-bottom: 0;
}
.l-grid__item:nth-child(1) .c-file-card {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.l-grid__item:nth-child(2) .c-file-card {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.l-grid__item:nth-child(3) .c-file-card {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.l-grid__item:nth-child(4) .c-file-card {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.l-grid__item:nth-child(5) .c-file-card {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.c-file-card__title {
  display: block;
}

.c-file-card__description {
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 1em;
}

.c-footer {
  position: relative;
  overflow: hidden;
  font-size: 0.9em;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #202020;
  background-image: url(/wp-content/themes/tread/build/images/backgrounds/rubber-dark.jpg);
  margin-bottom: -1px;
}
@media (min-width: 660px) {
  .c-footer {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}
.c-footer .block__title {
  font-weight: normal;
  margin-top: 0;
  font-size: 1em;
  color: inherit;
}
.c-footer a {
  color: inherit;
}
.c-footer a:focus {
  outline-color: currentColor;
}
.c-footer .c-menu-root--list[data-menu=primary] {
  font-weight: 700;
}
.c-footer .c-menu-root--list .c-menu__item {
  margin-bottom: 0.75em;
}
.c-footer .c-menu-root--list a {
  font-weight: inherit;
}

@media (min-width: 660px) {
  .c-footer__inner {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 660px) {
  .c-footer__section {
    flex: 0 1 20%;
  }
}
@media (max-width: 659px) {
  .c-footer__section {
    margin-top: 32px;
  }
}
@media (min-width: 660px) {
  .c-footer__section + .c-footer__section {
    margin-left: 16px;
  }
}
@media (min-width: 920px) {
  .c-footer__section + .c-footer__section {
    margin-left: 32px;
  }
}
@media (max-width: 659px) {
  .c-footer__section:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 660px) {
  .c-footer__section:last-of-type {
    margin-left: auto;
  }
}

.c-footer__logo {
  width: 178px;
}

.c-footer__social-links {
  display: flex;
  list-style: none;
  margin: 2em 0;
  padding: 0;
  color: white;
}
.c-footer__social-links li {
  margin: 0;
}
.c-footer__social-links li + li {
  margin-left: 1em;
}
.c-footer__social-links svg {
  color: currentColor;
}

.c-get-recyclepedia-app img {
  display: block;
}
.c-get-recyclepedia-app svg {
  max-height: 60px;
}

.c-get-recyclepedia-app__heading {
  font-size: 18px;
  font-weight: 600;
}

.c-get-recyclepedia-app__content {
  display: flex;
  align-items: center;
}

.c-get-recyclepedia-app__links {
  display: flex;
  flex-direction: column;
  flex: 0 1 65%;
  padding: 10px 0;
}
.c-get-recyclepedia-app__links > * + * {
  margin-top: 10px;
}

.c-header {
  position: relative;
  width: 100vw;
  max-width: 100%;
  color: #fff;
  z-index: 10;
}

.c-header--fixed {
  position: fixed;
}

.c-header--front-page {
  position: absolute;
}

.c-header__toolbar {
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  background-color: #202020;
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 480px) {
  .c-header__toolbar {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 920px) {
  .c-header__toolbar {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.c-header__toolbar.is-active {
  display: block;
}

.c-header__primary-wrapper {
  transition-property: background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  position: relative;
  background-color: #7a9f0d;
}
.c-header--fixed .c-header__primary-wrapper {
  z-index: 11;
}
.c-header--front-page .c-header__primary-wrapper {
  background-color: transparent;
}
.c-header.is-mobile-open .c-header__primary-wrapper {
  background-color: #fcfcfc;
  box-shadow: none;
}

.c-header__primary {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-header__brand {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  margin-right: auto;
}

.c-header__menus {
  display: flex;
  flex: 0 1 auto;
  align-items: flex-end;
  flex-direction: column;
}

.c-header__menu {
  flex: 1 1 auto;
}
@media (max-width: 1099px) {
  .c-header__menu {
    display: none;
  }
}

.c-header__menu-primary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-header__drawers {
  z-index: 10;
}

.c-header__logo {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  max-width: 180px;
  position: relative;
}
@media (max-width: 1279px) {
  .c-header__logo {
    max-width: 130px;
  }
}
@media (max-width: 1099px) {
  .c-header__logo {
    max-width: 180px;
  }
}

.c-header__logo-asset {
  transition: 0.1s ease-in-out opacity;
}

.c-header.is-drawer-open .c-header__logo-asset--header {
  opacity: 0;
}

.c-header__logo-asset--drawer {
  opacity: 0;
  position: absolute;
}
.c-header.is-drawer-open .c-header__logo-asset--drawer {
  opacity: 1;
}

.c-header__actions {
  display: flex;
  flex: 0 1 auto;
}
@media (min-width: 920px) {
  .c-header__actions {
    margin-left: 8px;
  }
}
@media (min-width: 1280px) {
  .c-header__actions {
    margin-left: 16px;
  }
}

@media (min-width: 1100px) {
  .c-header-action.c-header__hamburger {
    display: none;
  }
}

.header-drawer__mobile .c-search-bar {
  margin-top: 24px;
}

.c-header-account {
  transition-property: max-height;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  position: relative;
  font-size: 0.8em;
  background-size: cover;
  background-position: 50%;
  background-color: #7a9f0d;
  color: #fff;
  max-height: 44px;
  z-index: 12;
}
.c-header.headroom--unpinned .c-header-account {
  max-height: 4px;
  overflow: hidden;
}
.c-header-account.is-hidden {
  overflow: hidden;
}
.c-header-account a:focus {
  outline-color: currentColor;
}

.c-header-account__content {
  padding-left: 16px;
  padding-right: 16px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease-out 0s, visibility 0s linear 0s;
}
@media (min-width: 480px) {
  .c-header-account__content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 920px) {
  .c-header-account__content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.c-header-account.is-hidden .c-header-account__content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-out 0s, visibility 0s linear 0.1s;
}

.c-header-action {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  position: relative;
  line-height: normal;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  text-align: auto;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  position: relative;
  height: 100%;
  border: none;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
}
.c-header-action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.c-header-action:hover, .c-header-action:focus, .c-header-action:active {
  text-decoration: none;
}
.c-header-action:disabled, .c-header-action.is-disabled {
  cursor: default;
}
.no-touchevents .c-header-action:hover {
  color: #fff;
  background-color: #7a9f0d;
}

@media (max-width: 919px) {
  .c-header-action--large {
    display: none;
  }
}

@media (min-width: 920px) {
  .c-header-action--small {
    display: none;
  }
}

.c-header-action__open {
  display: none;
}
.c-header.is-mobile-open .c-header-action__open {
  display: initial;
}

.c-header.is-mobile-open .c-header-action__closed {
  display: none;
}

.c-header-action__icon svg {
  display: inline-block;
  vertical-align: middle;
}

.c-header-action__prefix,
.c-header-action__suffix {
  font-size: 0.8em;
}

.c-header-action__prefix {
  margin-right: 2px;
}

.c-header-action__suffix {
  margin-left: 2px;
}

.heading-one {
  margin: 1.25em 0 0.5em;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
  color: #000;
  font-size: 2.25rem;
  line-height: 1.33;
}
@media (min-width: 660px) {
  .heading-one {
    font-size: 3.375rem;
  }
}
@media (min-width: 920px) {
  .heading-one {
    font-size: 3.75rem;
  }
}

.heading-two {
  margin: 1.25em 0 0.5em;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
  color: #000;
  font-size: 1.75rem;
  letter-spacing: -0.4px;
}
@media (min-width: 660px) {
  .heading-two {
    font-size: 2.1875rem;
  }
}

.heading-three {
  margin: 1.25em 0 0.5em;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: -0.4px;
}
@media (min-width: 660px) {
  .heading-three {
    font-size: 2rem;
  }
}

.heading-four {
  margin: 1.25em 0 0.5em;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: -0.3px;
}
@media (min-width: 660px) {
  .heading-four {
    font-size: 1.75rem;
  }
}

.heading-five {
  margin: 1.25em 0 0.5em;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: -0.3px;
}
@media (min-width: 660px) {
  .heading-five {
    font-size: 1.75rem;
  }
}

.heading-six {
  margin: 1.25em 0 0.5em;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: -0.3px;
}
@media (min-width: 660px) {
  .heading-six {
    font-size: 1.75rem;
  }
}

.c-hero-cta {
  display: flex;
  justify-content: center;
}

.c-hero-cta__content {
  transform: translateY(-50%);
}

.c-hero {
  min-height: 520px;
  max-height: 80vh;
  position: relative;
  background-color: #202020;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 660px) {
  .c-hero {
    min-height: 450px;
  }
}

.c-hero--slide {
  height: calc(60vw + 150px);
}
@media (min-width: 660px) {
  .c-hero--slide {
    height: calc(50vw + 150px);
    min-height: 600px;
  }
}

@media (min-width: 660px) {
  .c-hero--backdrop-indent .c-backdrop {
    margin-left: calc(220px + ((100% - 1280px) / 2));
    max-width: calc(2000px - 220px - ((2000px - 1280px) / 2));
  }
}

.c-hero__inner {
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
  color: #fff;
  max-width: 600px;
  transition-duration: 0.25s;
}
@media (min-width: 660px) {
  .c-hero__inner {
    padding-top: 2em;
    padding-bottom: 1.5em;
  }
}
.c-hero__inner.has-backdrop {
  min-height: 210px;
}
@media (min-width: 480px) {
  .c-hero__inner.has-backdrop {
    min-height: 300px;
  }
}
@media (min-width: 660px) {
  .c-hero__inner.has-backdrop {
    min-height: 400px;
  }
}
@media (min-width: 920px) {
  .c-hero__inner.has-backdrop {
    min-height: 500px;
  }
}
.c-hero--content-position-float .c-hero__inner.has-backdrop {
  min-height: 240px;
}
@media (min-width: 480px) {
  .c-hero--content-position-float .c-hero__inner.has-backdrop {
    min-height: 300px;
  }
}
@media (min-width: 660px) {
  .c-hero--content-position-float .c-hero__inner.has-backdrop {
    min-height: 375px;
  }
}
@media (min-width: 920px) {
  .c-hero--content-position-float .c-hero__inner.has-backdrop {
    min-height: 450px;
  }
}
@media (min-width: 660px) {
  .c-hero--content-position-corner .c-hero__inner {
    align-items: flex-start;
  }
}
.c-hero--slide .c-hero__inner {
  margin-bottom: 96px;
}
@media (min-width: 660px) {
  .c-hero--slide .c-hero__inner {
    margin-bottom: 128px;
  }
}
.no-touchevents a.c-hero--slide:hover .c-hero__inner {
  transform: translateX(6px);
}

.c-hero__primary {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
  z-index: 1;
}
@media (min-width: 660px) {
  .c-hero--content-position-corner .c-hero__primary {
    margin-top: 48px;
  }
}
@media (min-width: 920px) {
  .c-hero--content-position-corner .c-hero__primary {
    margin-top: 64px;
  }
}

.c-hero__primary-inner {
  color: #fff;
}
.c-hero__primary-inner > * {
  color: inherit;
  margin: 0;
}
.c-hero__primary-inner > * + * {
  margin-top: 1em;
}
@media (min-width: 920px) {
  .c-hero__primary-inner > * + * {
    margin-top: 1.5em;
  }
}

.l-grid {
  display: grid;
}
.l-grid[data-grid-gap=sm] {
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media (max-width: 479px) {
  .l-grid[data-grid-gap*="xs:sm"] {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
@media (min-width: 480px) and (max-width: 659px) {
  .l-grid[data-grid-gap*="sm:sm"] {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
@media (min-width: 660px) and (max-width: 919px) {
  .l-grid[data-grid-gap*="md:sm"] {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid[data-grid-gap*="lg:sm"] {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .l-grid[data-grid-gap*="xl:sm"] {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
.l-grid[data-grid-gap=md] {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
}
@media (max-width: 479px) {
  .l-grid[data-grid-gap*="xs:md"] {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 480px) and (max-width: 659px) {
  .l-grid[data-grid-gap*="sm:md"] {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 660px) and (max-width: 919px) {
  .l-grid[data-grid-gap*="md:md"] {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid[data-grid-gap*="lg:md"] {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 1280px) {
  .l-grid[data-grid-gap*="xl:md"] {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
.l-grid[data-grid-gap=lg] {
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 48px;
}
@media (max-width: 479px) {
  .l-grid[data-grid-gap*="xs:lg"] {
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 48px;
  }
}
@media (min-width: 480px) and (max-width: 659px) {
  .l-grid[data-grid-gap*="sm:lg"] {
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 48px;
  }
}
@media (min-width: 660px) and (max-width: 919px) {
  .l-grid[data-grid-gap*="md:lg"] {
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 48px;
  }
}
@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid[data-grid-gap*="lg:lg"] {
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 48px;
  }
}
@media (min-width: 1280px) {
  .l-grid[data-grid-gap*="xl:lg"] {
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 48px;
  }
}

.l-grid--center {
  justify-content: center;
}

.l-grid--align-center .l-grid__item, .l-grid--align-end .l-grid__item {
  display: flex;
}
.l-grid--align-center .l-grid__item {
  align-items: center;
}
.l-grid--align-end .l-grid__item {
  align-items: flex-end;
}

.l-grid-xs--two {
  /* autoprefixer grid: autoplace */
}
@media (max-width: 479px) {
  .l-grid-xs--two {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .l-grid-xs--two .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xs--three {
  /* autoprefixer grid: autoplace */
}
@media (max-width: 479px) {
  .l-grid-xs--three {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .l-grid-xs--three .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xs--four {
  /* autoprefixer grid: autoplace */
}
@media (max-width: 479px) {
  .l-grid-xs--four {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .l-grid-xs--four .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xs--five {
  /* autoprefixer grid: autoplace */
}
@media (max-width: 479px) {
  .l-grid-xs--five {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-xs--five .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xs--six {
  /* autoprefixer grid: autoplace */
}
@media (max-width: 479px) {
  .l-grid-xs--six {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-xs--six .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-sm--two {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 480px) and (max-width: 659px) {
  .l-grid-sm--two {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .l-grid-sm--two .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-sm--three {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 480px) and (max-width: 659px) {
  .l-grid-sm--three {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .l-grid-sm--three .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-sm--four {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 480px) and (max-width: 659px) {
  .l-grid-sm--four {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .l-grid-sm--four .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-sm--five {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 480px) and (max-width: 659px) {
  .l-grid-sm--five {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-sm--five .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-sm--six {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 480px) and (max-width: 659px) {
  .l-grid-sm--six {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-sm--six .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-md--two {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 660px) and (max-width: 919px) {
  .l-grid-md--two {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .l-grid-md--two .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-md--three {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 660px) and (max-width: 919px) {
  .l-grid-md--three {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .l-grid-md--three .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-md--four {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 660px) and (max-width: 919px) {
  .l-grid-md--four {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .l-grid-md--four .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-md--five {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 660px) and (max-width: 919px) {
  .l-grid-md--five {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-md--five .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-md--six {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 660px) and (max-width: 919px) {
  .l-grid-md--six {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-md--six .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-lg--two {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid-lg--two {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .l-grid-lg--two .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-lg--three {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid-lg--three {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .l-grid-lg--three .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-lg--four {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid-lg--four {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .l-grid-lg--four .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-lg--five {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid-lg--five {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-lg--five .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-lg--six {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid-lg--six {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-lg--six .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xl--two {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 1280px) {
  .l-grid-xl--two {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .l-grid-xl--two .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xl--three {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 1280px) {
  .l-grid-xl--three {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .l-grid-xl--three .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xl--four {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 1280px) {
  .l-grid-xl--four {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .l-grid-xl--four .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xl--five {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 1280px) {
  .l-grid-xl--five {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-xl--five .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

.l-grid-xl--six {
  /* autoprefixer grid: autoplace */
}
@media (min-width: 1280px) {
  .l-grid-xl--six {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .l-grid-xl--six .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  .l-grid-xs--30-70 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .l-grid-xs--30-70 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-xs--30-70 .layout__region--70 {
    margin-left: 40px;
  }
}

@media (min-width: 480px) and (max-width: 659px) {
  .l-grid-sm--30-70 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .l-grid-sm--30-70 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-sm--30-70 .layout__region--70 {
    margin-left: 40px;
  }
}

@media (min-width: 660px) and (max-width: 919px) {
  .l-grid-md--30-70 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .l-grid-md--30-70 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-md--30-70 .layout__region--70 {
    margin-left: 40px;
  }
}

@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid-lg--30-70 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .l-grid-lg--30-70 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-lg--30-70 .layout__region--70 {
    margin-left: 40px;
  }
}

@media (min-width: 1280px) {
  .l-grid-xl--30-70 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .l-grid-xl--30-70 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-xl--30-70 .layout__region--70 {
    margin-left: 40px;
  }
}

@media (max-width: 479px) {
  .l-grid-xs--70-30 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
  .l-grid-xs--70-30 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-xs--70-30 .layout__region--70 {
    margin-right: 40px;
  }
}

@media (min-width: 480px) and (max-width: 659px) {
  .l-grid-sm--70-30 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
  .l-grid-sm--70-30 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-sm--70-30 .layout__region--70 {
    margin-right: 40px;
  }
}

@media (min-width: 660px) and (max-width: 919px) {
  .l-grid-md--70-30 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
  .l-grid-md--70-30 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-md--70-30 .layout__region--70 {
    margin-right: 40px;
  }
}

@media (min-width: 920px) and (max-width: 1279px) {
  .l-grid-lg--70-30 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
  .l-grid-lg--70-30 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-lg--70-30 .layout__region--70 {
    margin-right: 40px;
  }
}

@media (min-width: 1280px) {
  .l-grid-xl--70-30 {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
  .l-grid-xl--70-30 .l-grid__item + .l-grid__item {
    margin-top: 0;
  }
  .cssgridlegacy .l-grid-xl--70-30 .layout__region--70 {
    margin-right: 40px;
  }
}

.c-menu {
  position: relative;
  padding: 0;
  list-style: none;
}

.c-menu__item {
  position: relative;
}
.c-menu-root--list .c-menu__item {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
@media (min-width: 660px) {
  .c-menu-root--list .c-menu__item {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.c-menu-root--footer .c-menu__item {
  padding-right: 16px;
}
@media (max-width: 659px) {
  .c-menu-root--footer .c-menu__item {
    width: 50%;
    float: left;
  }
}

.c-menu-root--bar {
  display: flex;
}

@media (min-width: 660px) {
  .c-menu-root--directory {
    display: flex;
    align-items: flex-start;
  }
}

.c-menu-root--bar .c-menu-root__item {
  margin-left: 0.4em;
  margin-right: 0.4em;
}
@media (min-width: 660px) {
  .c-menu-root--bar .c-menu-root__item {
    margin-left: 0.8em;
    margin-right: 0.8em;
  }
}
.c-menu-root--directory .c-menu-root__item {
  flex: 0 1 100%;
}
.l-region--footer-primary .c-menu-root--directory .c-menu-root__item {
  margin-bottom: 12px;
}
.l-region--footer-legal .c-menu-root--directory .c-menu-root__item {
  flex: none;
}
.l-region--footer-legal .c-menu-root--directory .c-menu-root__item a {
  text-decoration: none;
  text-transform: none;
}
.c-menu-branch--accordion {
  border-top: 1px solid #323232;
  margin-top: -1px;
}
.c-menu-branch--accordion.is-open {
  border-radius: 3px;
}

.c-menu-branch--accordion .c-menu-branch__root {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  text-decoration: none;
}
.c-menu-root--main .c-menu-branch--accordion .c-menu-branch__root {
  font-weight: bold;
}
.c-menu-branch--directory .c-menu-branch__root {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.c-header__primary .c-menu-branch--dropdown .c-menu-branch__root {
  padding-top: 0.65em;
  padding-bottom: 0.65em;
}
.l-region--mobile-menu .c-menu-branch__root {
  font-size: 1.2em;
}
.c-header .c-header-account .c-menu-branch__root {
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

.c-menu-branch__toggle {
  display: none;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.c-menu-branch--dropdown .c-menu-branch__toggle {
  vertical-align: middle;
  padding: 0 0.2em;
}
.touchevents .c-menu-branch__toggle {
  display: initial;
}
.c-menu-branch--accordion .c-menu-branch__toggle {
  display: initial;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0;
}
.c-menu-branch__toggle .icon {
  width: 24px;
  height: auto;
}
.c-menu-branch--dropdown .c-menu-branch__toggle .icon {
  width: 1.5em;
}

.c-menu-branch.is-open .c-menu-branch__toggle-show {
  display: none;
}

.c-menu-branch__toggle-hide {
  display: none;
}
.c-menu-branch.is-open .c-menu-branch__toggle-hide {
  display: block;
}

.touchevents .c-menu-branch__indicator {
  display: initial;
}
.c-menu-branch__indicator .icon {
  display: block;
}
.c-menu-branch--accordion .c-menu-branch__indicator {
  display: initial;
}

.c-menu-branch.is-open .c-menu-branch__indicator-show {
  display: none;
}

.c-menu-branch__indicator-hide {
  display: none;
}
.c-menu-branch.is-open .c-menu-branch__indicator-hide {
  display: block;
}

.c-menu-branch--accordion .c-menu-branch__submenu {
  height: 0;
  overflow: hidden;
  padding-left: 16px;
}
.c-menu-branch--accordion.is-open .c-menu-branch__submenu {
  height: auto;
}
.c-menu-branch--directory .c-menu-branch__submenu {
  font-size: 0.8em;
  margin-top: 16px;
}
.c-menu-branch--dropdown .c-menu-branch__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #202020;
  padding: 16px 24px;
  border-radius: 5px;
  min-width: 230px;
  font-size: 0.9em;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(6px);
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s, visibility 0s linear 0.15s, box-shadow 0.1s ease-out 0s;
}
.c-menu-branch--dropdown .c-menu-branch__submenu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10px solid #202020;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.no-js .c-menu-branch--dropdown:hover .c-menu-branch__submenu, .c-menu-branch--dropdown.is-open .c-menu-branch__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s, visibility 0s linear 0s, box-shadow 0.1s ease-out 0.1s;
}
.c-menu-branch--directory .c-menu-branch__submenu .c-menu__item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-menu-branch--dropdown .c-menu-branch__submenu .c-menu__item {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.c-menu-link {
  transition-property: border;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  color: inherit;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.no-touchevents .c-menu-link:hover {
  color: inherit;
  text-decoration: underline;
}
.c-menu-root--accordion .c-menu-link {
  padding: 0.8em 16px;
}

.c-menu-link--crumb {
  color: inherit;
  text-decoration: underline;
}
.c-menu-root--secondary-navigation .c-menu-link--crumb {
  font-weight: normal;
}

.c-menu-link--current {
  text-decoration: underline;
}

.c-header__primary [data-menu=primary] {
  font-weight: 600;
}

.c-header__primary [data-menu=secondary] {
  font-size: 0.8em;
  font-weight: 600;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.c-header__primary [data-menu=secondary] .c-menu-branch--dropdown .c-menu-branch__submenu {
  min-width: 200px;
}
.c-header__primary [data-menu=secondary] .c-menu-link--level-0 {
  color: #202020;
}
.c-header--front-page .c-header__primary [data-menu=secondary] .c-menu-link--level-0 {
  color: #ebebeb;
}

.c-menu-branch--dropdown .c-menu--level-2 .c-menu__item {
  font-size: 0.9em;
  margin-left: 1em;
}

.c-header .hide-in-header {
  display: none;
}

.c-footer .hide-in-footer {
  display: none;
}

.c-mini-bio {
  background-color: #fcfcfc;
  border-radius: 5px;
}

.c-mini-bio__title {
  margin-top: 1em;
  font-weight: bold;
}

.c-mini-bio__subtitle {
  font-size: 0.8em;
}

.c-page {
  position: relative;
}

.c-page:not(.c-page--no-header):after {
  z-index: 100;
  content: "";
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(32, 32, 32, 0.5);
  transition: opacity 0.2s ease-out 0.1s, visibility 0s linear 0.3s;
}
.c-page:not(.c-page--no-header).is-suspended {
  height: 100%;
}
.c-page:not(.c-page--no-header).is-suspended.is-faded:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out 0s, visibility 0s linear 0s;
}

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.c-post-teaser__thumbnail {
  border-radius: 1em;
  overflow: hidden;
}
.c-post-teaser__thumbnail img {
  width: 100%;
}

.c-post-teaser__title {
  display: inline-block;
  margin-top: 0.5em;
  font-weight: bold;
  color: inherit;
  font-size: 1.25rem;
}
.article-body .c-post-teaser__title {
  text-decoration: none;
}

.c-post-teaser__meta {
  font-size: 0.875em;
  margin-top: 0.5em;
}

.c-post-teaser__body {
  margin-top: 1em;
  font-size: 0.875em;
}
.c-post-teaser__body .read-more {
  display: block;
  margin-top: 1em;
  font-weight: bold;
  text-decoration: underline;
  color: inherit;
}

/* stylint-disable declaration-no-important */
.wp-block-pullquote {
  margin-top: 4em;
  margin-bottom: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
  border: none;
  font-weight: 700;
  font-style: normal;
  background-image: url(/wp-content/themes/tread/build/components/pullquote/images/pullquote-border.svg), url(/wp-content/themes/tread/build/components/pullquote/images/pullquote-border.svg) !important;
  background-position: top 0 left 0, bottom 0 left 0 !important;
  background-size: 100% 12px, 100% 12px !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 660px) {
  .wp-block-pullquote {
    margin-top: 5em;
    margin-bottom: 5em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.wp-block-pullquote blockquote {
  margin: 0 auto;
  max-width: 800px;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media (min-width: 660px) {
  .wp-block-pullquote blockquote {
    font-size: 2.25rem;
  }
}
.wp-block-pullquote blockquote p {
  margin: 0;
}
.wp-block-pullquote cite {
  font-size: 0.65em;
}
.wp-block-pullquote p {
  font-size: inherit;
}

.c-retailer-hub-accordion {
  display: grid;
  transition: grid-template 0.2s ease-in-out;
  transition: grid-template 0.2s ease-in-out, -ms-grid-template 0.2s ease-in-out;
  grid-template-rows: 0fr;
}
.c-retailer-hub-accordion.is-open {
  grid-template-rows: 1fr;
}
@media (min-width: 660px) {
  .c-retailer-hub-accordion {
    grid-template-rows: 1fr;
    transition-duration: 0s;
  }
}

.c-retailer-hub-accordion__inner {
  overflow: hidden;
}

.block-retailer-hub-intro {
  padding-top: 70px;
  padding-bottom: 90px;
}

.c-retailer-hub-intro .heading-one {
  margin-top: 0;
}

.c-retailer-hub-intro__links {
  display: none;
  margin-top: 20px;
  gap: 16px 20px;
}
@media (min-width: 480px) {
  .c-retailer-hub-intro__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 660px) {
  .c-retailer-hub-intro__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 920px) {
  .c-retailer-hub-intro__links {
    gap: 32px 40px;
  }
}

.c-retailer-hub-intro__link {
  transition-property: background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  aspect-ratio: 1/1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}
@media (min-width: 920px) {
  .c-retailer-hub-intro__link {
    padding: 0 3rem;
    font-size: 20px;
  }
}
.c-retailer-hub-intro__link span {
  z-index: 1;
}
.c-retailer-hub-intro__link:before {
  transition-property: transform, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  content: "";
  border-radius: 1000px;
  background-color: #7a9f0d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transition-timing-function: cubic-bezier(0.4, 0, 0.3, 1.6);
}
.no-touchevents .c-retailer-hub-intro__link:hover {
  color: #fff;
}
.no-touchevents .c-retailer-hub-intro__link:hover:before {
  transform: scale(0.95);
  background-color: #68870b;
}

.c-retailer-hub-section {
  padding: 2rem 0;
}
@media (min-width: 660px) {
  .c-retailer-hub-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
    padding: 4rem 0;
  }
}
@media (min-width: 660px) {
  .c-retailer-hub-section h1:first-child, .c-retailer-hub-section h2:first-child, .c-retailer-hub-section h3:first-child {
    margin-top: 0;
  }
}
.block-retailer-hub-section + .block-retailer-hub-section .c-retailer-hub-section {
  border-top: 1px solid #202020;
}
@media (min-width: 660px) {
  .c-retailer-hub-section .c-retailer-hub-toggle {
    display: none;
  }
}

.c-retailer-hub-section__header {
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  color: #7a9f0d;
}

.c-retailer-hub-section__heading {
  margin: 0;
  color: inherit;
}

.c-retailer-hub-section__illustration {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 660px) {
  .c-retailer-hub-section__illustration--small {
    display: none;
  }
}

@media (max-width: 659px) {
  .c-retailer-hub-section__illustration--large {
    display: none;
  }
}

.block-retailer-hub-steps {
  padding-top: 42px;
  padding-bottom: 60px;
}
@media (min-width: 660px) {
  .block-retailer-hub-steps {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 660px) {
  .c-retailer-hub-steps .c-retailer-hub-toggle {
    display: none;
  }
}
.c-retailer-hub-steps .c-social-links {
  color: #7a9f0d;
}

.c-retailer-hub-steps__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3vw;
  color: #7a9f0d;
}

.c-retailer-hub-steps__heading {
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  color: inherit;
}
@media (min-width: 660px) {
  .c-retailer-hub-steps__heading {
    font-size: 60px;
    line-height: 80px;
  }
}

.c-retailer-hub-steps__zigzag {
  height: 16px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: transparent;
  background-image: url(/wp-content/themes/tread/build/components/retailer-hub-steps/retail-hub-steps-zigzag.png);
  background-repeat: repeat-x;
  background-position: left;
  background-size: auto 100%;
  border: 0;
}
@media (max-width: 659px) {
  .c-retailer-hub-steps__zigzag {
    display: none;
  }
}

.c-retailer-hub-steps__intro-content {
  margin: 2rem 0;
  font-size: 20px;
  line-height: 1.7;
}

.c-retailer-hub-steps__items {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 30px;
}
@media (min-width: 660px) {
  .c-retailer-hub-steps__items {
    gap: 2rem;
    margin-top: 38px;
  }
}

.c-retailer-hub-steps__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}
@media (min-width: 660px) {
  .c-retailer-hub-steps__item {
    flex-direction: row;
    gap: 2rem;
  }
}

.c-retailer-hub-steps__item-marker {
  width: 58px;
  height: 58px;
  aspect-ratio: 1/1;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.64;
}
.c-retailer-hub-steps__item-marker:after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  width: 92%;
  height: 92%;
  border-radius: 100%;
  background-color: #7a9f0d;
  opacity: 0.2;
  transform: translate(7px, 7px);
}

.c-retailer-hub-steps__item-marker-value {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 4px solid #7a9f0d;
  color: #7a9f0d;
  position: relative;
  z-index: 1;
}

.c-retailer-hub-steps__item-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 1.7;
}
@media (min-width: 660px) {
  .c-retailer-hub-steps__item-title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: -0.18px;
  }
}

.c-retailer-hub-steps__item-content {
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 660px) {
  .c-retailer-hub-steps__item-content {
    font-size: 20px;
    line-height: 1.7;
  }
}

.c-retailer-hub-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  position: relative;
  line-height: normal;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  text-align: auto;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  position: relative;
  height: 100%;
  border: none;
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  color: inherit;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  padding: 8px 8px;
}
.c-retailer-hub-toggle::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.c-retailer-hub-toggle:hover, .c-retailer-hub-toggle:focus, .c-retailer-hub-toggle:active {
  text-decoration: none;
}
.c-retailer-hub-toggle:disabled, .c-retailer-hub-toggle.is-disabled {
  cursor: default;
}
@media (min-width: 660px) {
  .c-retailer-hub-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 920px) {
  .c-retailer-hub-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.no-touchevents .c-retailer-hub-toggle:hover {
  color: #fff;
  background-color: #7a9f0d;
}

@media (max-width: 919px) {
  .c-retailer-hub-toggle--large {
    display: none;
  }
}

@media (min-width: 920px) {
  .c-retailer-hub-toggle--small {
    display: none;
  }
}

.c-retailer-hub-toggle__open {
  display: none;
}
.c-retailer-hub-toggle.is-target-open .c-retailer-hub-toggle__open {
  display: initial;
}

.c-retailer-hub-toggle.is-target-open .c-retailer-hub-toggle__closed {
  display: none;
}

.c-retailer-hub-toggle__icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.c-retailer-hub-toggle__prefix,
.c-retailer-hub-toggle__suffix {
  font-size: 0.8em;
}

.c-retailer-hub-toggle__prefix {
  margin-right: 2px;
}

.c-retailer-hub-toggle__suffix {
  margin-left: 2px;
}

#retailer-hub-feedback-form h3 {
  font-size: 20px;
  line-height: 1.7;
}
#retailer-hub-feedback-form .wpcf7-textarea {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#retailer-hub-feedback-form .wpcf7-form-control.wpcf7-radio {
  display: block;
  margin-bottom: 30px;
}
#retailer-hub-feedback-form .wpcf7-form-control input {
  display: none;
}
#retailer-hub-feedback-form .wpcf7-form-control .wpcf7-list-item.first {
  margin-left: 0;
}
#retailer-hub-feedback-form .wpcf7-form-control .wpcf7-list-item-label {
  display: flex;
  gap: 0.25em;
  align-items: center;
  background-color: #999;
  color: #fff;
  padding: 0.2em calc(0.4em + 1em + 0.25em) 0.2em 0.4em;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
#retailer-hub-feedback-form .wpcf7-form-control .wpcf7-list-item-label::before {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/tread/build/images/icons/check/circled-white.svg);
  background-size: cover;
  width: 1em;
  height: 1em;
  opacity: 0;
}
#retailer-hub-feedback-form .wpcf7-form-control .wpcf7-list-item-label::after {
  display: none;
}
#retailer-hub-feedback-form .wpcf7-form-control input:checked ~ .wpcf7-list-item-label {
  background-color: #7a9f0d;
}
#retailer-hub-feedback-form .wpcf7-form-control input:checked ~ .wpcf7-list-item-label::before {
  opacity: 1;
}

.block-retailer-hub-steps ~ .c-resource-list .c-resource-list__filters,
.block-retailer-hub-steps ~ .c-resource-list .c-resource-list__group-description {
  display: none !important;
}

.c-search-bar {
  position: relative;
  display: flex;
  flex: 0 1 auto;
}
.c-search-bar form {
  width: 100%;
}
.c-search-bar.is-disabled {
  filter: blur(1px);
}

.c-search-bar__input {
  padding: 14px 40px 14px 16px;
  border: 1px solid #c2c2c2;
  text-overflow: ellipsis;
}

.c-search-bar__submit {
  transition-property: background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 4px;
  width: auto;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
}
.no-touchevents .c-search-bar__submit:hover {
  background-color: #fcfcfc;
}

.c-social-links {
  display: flex;
  list-style: none;
  padding: 0;
}
.c-social-links li {
  margin: 0;
}
.c-social-links li + li {
  margin-left: 1em;
}
.c-social-links a {
  color: inherit;
}
.c-social-links svg {
  color: currentColor;
}

.c-term-nav {
  display: flex;
}
@media (max-width: 659px) {
  .c-term-nav {
    flex-direction: column;
  }
}
@media (min-width: 660px) {
  .c-term-nav {
    justify-content: flex-end;
  }
}

@media (min-width: 660px) {
  .c-term-nav__link {
    flex: 0 1 auto;
  }
}
@media (max-width: 659px) {
  a + .c-term-nav__link {
    margin-top: 0.5em;
  }
}
@media (min-width: 660px) {
  a + .c-term-nav__link {
    margin-left: 1em;
  }
}

.c-tread-divider,
.wp-block-separator {
  border: none;
  height: 4px !important;
  margin-top: 4em;
  margin-bottom: 3em;
  background-color: #202020;
  margin-left: auto !important;
  margin-right: auto !important;
  opacity: 1 !important;
  max-width: 100% !important;
}
@media (max-width: 659px) {
  .c-tread-divider,
.wp-block-separator {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
.c-tread-divider.is-style-big-zag,
.wp-block-separator.is-style-big-zag {
  height: 54px !important;
  margin-top: 5em;
  margin-bottom: 3em;
  background-color: transparent !important;
  background-image: url(/wp-content/themes/tread/build/components/tread-divider/tread-divider-texture.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}
.c-tread-divider.is-style-thin,
.wp-block-separator.is-style-thin {
  height: 1px !important;
}
