/* Reset/General styles */


[data-category-id="sustainability"] #footer {
  margin-top: 0;
}

#tih-lp {
  --orange: #F4762D;
  --slate: #373836;
  --text-white: #f5f2eb;
  --text-grey: #a7a6a1;
  --underline-light: #ebe9e5;
  --bg-primary: #f5f2eb;
  --bg-secondary: #f5f2eb;
  box-sizing: border-box;
  background-color: var(--bg-primary);
}

#tih-lp article {
  position: relative;
}

#tih-lp *,
#tih-lp *:before,
#tih-lp *:after {
  box-sizing: inherit;
}

#tih-lp h2,
#tih-lp h3,
#tih-lp h4,
#tih-lp h5,
#tih-lp h6,
#tih-lp p,
#tih-lp ol,
#tih-lp ul {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#tih-lp img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

@media (max-width: 640px) {
  #tih-lp .pad-sm {
    margin: auto;
    max-width: 59.2em;
  }
}

/* Section Specific Styles */
/* ========================== */
/* Hero Section */
/* ========================== */

#tih-lp .hero {
  overflow-x: clip;
  /*prevents the "tree-brnach" from overflowing the left side on wide screens */
}

#tih-lp .hero-cont {
  position: absolute;
  top: 0;
}

#tih-lp .hero figure {
  margin-top: 4.3em;
}

#tih-lp .hero .mob-gif {
  width: 56.5em;
  border-top-right-radius: .8em;
  border-bottom-right-radius: .8em;
}

#tih-lp .hero-cont .m-home {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 100%;
  width: 10em;
}

#tih-lp .hero-text {
  margin-top: 8em;
  margin-left: 5.6em;
}

#tih-lp .hero h2 {
  font-size: 5.4em;
  color: var(--text-white);
  font-weight: 525;
  line-height: 1;
}

#tih-lp .hero h2 .header-sm {
  display: flex;
  font-size: .592em;
  align-items: center;
  margin-top: 1.2em;
  font-weight: normal;
}

#tih-lp .hero hr {
  display: inline-flex;
  width: 1.148em;
  color: var(--orange);
  margin-right: 0.3em;
}

#tih-lp .hero .cta {
  display: flex;
  font-size: 1.3em;
  width: auto;
  color: var(--text-white);
  border: .1em solid var(--text-white);
  justify-content: center;
  height: 4.46em;
  align-items: center;
  border-radius: .615em;
  margin-top: 3em;
}

#tih-lp .tree-branch {
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* ========================== */
/* Secondary Section */
/* ========================== */
#tih-lp .secondary {
  margin-top: 8.6em;
  position: relative;
}

#tih-lp .secondary h3 {
  font-size: 4.8em;
  line-height: 1;
}

#tih-lp .secondary p {
  font-size: 1.8em;
  margin-top: 1.2em;
  width: 88.2%;
}

#tih-lp .secondary .down-arrow {
  width: 1.7em;
  margin: 0;
}

#tih-lp .secondary-img {
  width: 60.3em;
  overflow: hidden;
  position: relative;
  height: 43.9em;
  border-top-right-radius: .8em;
  border-bottom-right-radius: .8em;
}

#tih-lp .secondary .lp-cta-primary {
  width: max-content;
  margin-top: 2em;
}


/* ========================== */
/* Accordion Section */
/* ========================== */

#tih-lp .sus-acc {
  margin-top: 8.6em;
  margin-left: 3.4em;
}

#tih-lp .sus-acc ul {
  cursor: pointer;
}

#tih-lp .sus-acc h3 {
  color: var(--orange);
  text-transform: uppercase;
  font-size: 1.8em;
  padding-bottom: 1.1em;
  border-bottom: .1em solid var(--underline-light);
}

#tih-lp .sus-acc h4 {
  font-size: 2.8em;
  border-bottom: .1em solid var(--underline-light);
  max-width: 20.428em;
  display: flex;
  justify-content: space-between;
  transition: all 0.35s ease;
  height: 3em;
  align-content: center;
  align-items: center;
}

#tih-lp .sus-acc h4 svg {
  width: 1em;
  margin-left: auto;
  display: block;
  transition: all 0.35s ease;
}

#tih-lp .sus-acc .tgl-vis > * {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;

}

#tih-lp .sus-acc .active-bold {
  font-weight: bold;
  border-bottom: .1em solid var(--orange);
}


#tih-lp .sus-acc .active-bold svg {
  transform: rotate(-180deg);
}

#tih-lp .sus-acc .sus-content {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}

#tih-lp .sus-acc .active {
  animation: fadeIn 1.3s cubic-bezier(.06, .86, .42, .93) both;
  padding-bottom: 5em;
}

#tih-lp .sus-acc .active .act_two {
  margin-bottom: 1em;
  animation: fadeIn .3s cubic-bezier(.06, .86, .42, .93) both;
  animation-delay: .4s;
}
#tih-lp .sus-acc .active .act_three {
  animation: fadeIn .45s cubic-bezier(.06, .86, .42, .93) both;
  animation-delay: .5s;
}
#tih-lp .sus-acc .active .act_four {
  animation: fadeIn .3s cubic-bezier(.06, .86, .42, .93) both;
  animation-delay: .65s;
}

#tih-lp .sus-acc .active .act_five {
  animation: fadeIn .3s cubic-bezier(.06, .86, .42, .93) both;
  animation-delay: .65s;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


#tih-lp .sus-acc h5 {
  font-size: 3.2em;
  margin-top: 0.9em;
}

#tih-lp .sus-acc .txt-cta {
  display: flex;
  flex-direction: column;
  width: 26em;
}

#tih-lp .sus-acc p {
  font-size: 1.8em;
}

#tih-lp .sus-acc .actions {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-top: auto;
}

#tih-lp .sus-acc a {
  font-size: 1.3em;
  white-space: nowrap;
}

#tih-lp .sus-acc .sus-content .img-cont {
  width: 32em;
}

#tih-lp .sus-acc .sus-content .img-cont img {
  border-top-left-radius: .8em;
  border-bottom-left-radius: .8em;
}

/* ========================== */
/* Programs Section */
/* ========================== */
#tih-lp .programs {
  margin-top: 7em;
}

#tih-lp .programs .txt-cont {
  position: absolute;
  top: 1.9em;
  left: 1em;
}

#tih-lp .programs h3 {
  color: var(--text-white);
  font-size: 5.4em;
  font-weight: bold;
}

#tih-lp .programs .grow-cont-wrapper {
  position: relative;
}

#tih-lp .programs .grow {
  transform-origin: top center;
  position: relative;
}

#tih-lp .programs .grow img {
  max-width: 100%;
  margin: auto;
  border-radius: .8em;
}

#tih-lp .programs .about {
  margin-top: 6.4em;
}

#tih-lp .programs h4 {
  font-size: 4.2em;
  letter-spacing: -.0147em;
}

#tih-lp .programs h4 span {
  color: var(--text-grey);
}

#tih-lp .programs .prog {
  margin-top: 4.8em;
}

#tih-lp .programs .prog .img-cont {
  height: 22.5em;
  display: flex;
  box-shadow: 0px 15.3032px 16.6944px rgba(54, 46, 27, 0.05);
  background: white;
  border-radius: 1em;
}

#tih-lp .programs .prog img,
#tih-lp .programs .prog svg {
  position: relative;
  transition: all 0.25s ease-out;
}
#tih-lp .programs .prog:hover img {
  transform: scale(1.1);
}
#tih-lp .programs .prog:hover svg {
  transform: translateX(3em);
}

#tih-lp .programs .prog .img-cont img {
  width: 80%;
  margin: auto;
}

#tih-lp .programs .info {
  display: flex;
  gap: 6em;
  margin-top: 2em;
}


#tih-lp .programs .info p {
  font-size: 2em;
}

#tih-lp .programs .info svg {
  width: 10em;
}

/* ========================== */
/* Steps Section */
/* ========================== */
#tih-lp .scroll-indicator {
  position: sticky;
  left: 0;
  top: 0;
  height: .5em;
  background: var(--orange);
  min-width: .2em;
  z-index: 1;
}

#tih-lp .step-section {
  margin-top: 16.8em;
}

#tih-lp .step-section .intro {
  margin-top: 6.4em;
}


#tih-lp .step-section .intro h4 {
  font-size: 4.2em;
  letter-spacing: -.0147em;
}

#tih-lp .step-section .intro h4 span {
  color: var(--text-grey);
}

#tih-lp .step-section .intro p {
  font-size: 2.4em;
  width: 13em;
  margin-top: 2em;
}


/* Steps */
#tih-lp .steps .step-cont {
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tih-lp .steps .fade-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tih-lp .step-cont .images {
  width: 55%;
  position: relative;
  margin-left: .5em;
}
#tih-lp .step-cont .prod-img {
  padding: 3em;
}
#tih-lp .step-cont .svg-img {
  animation: rotation 13s infinite linear;
  position: absolute;
  width: 31em;
  left: 0.5em;
  margin: auto;
  top: 0.6em;
}

#tih-lp .step-cont .txt-cont {
  text-align: left;
  width: 45%;
  margin-left: auto;
  position: relative;
  left: 2em;
}


#tih-lp .step-cont p {
  font-size: 2em;
}

#tih-lp .step-cont:nth-child(5) .fed-heading-hollow {
  vertical-align: text-top;
  position: relative;
  top: -.05em;
}

#tih-lp .step-cont .fed-heading-hollow {
  font-size: 3.54em;
  line-height: 1;
}

#tih-lp .step-cont span sup {
  font-size: 2em;
}

/* Rotating SVG text */
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* ================================================ */
/* Desktop Styles */
/* ================================================ */

@media screen and (min-width: 641px) {
  /* Override overflow so position sticky will work */
  [data-category-id="sustainability"] #wrapper {
    overflow: visible;
  }

  /* Rotating SVG text */
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  /* Reset/General styles */

  #tih-lp .pad-lg {
    margin: auto;
    max-width: 161em;
  }

  /* Section Specific Styles */
  /* ========================== */
  /* Hero Section */
  /* ========================== */
  #tih-lp .hero-cont {
    display: flex;
    width: 100%;
  }

  #tih-lp .hero figure {
    margin-left: 6.8em;
  }

  #tih-lp .hero video {
    width: 129.6em;
    border-radius: .8em;
  }

  #tih-lp .hero-cont {
    top: 6%;
  }

  #tih-lp .hero-cont .m-home {
    top: 98%;
    left: 71%;
  }

  #tih-lp .hero-text {
    position: absolute;
    top: 28%;
    left: 62.9%;
  }

  #tih-lp .hero h2 {
    font-size: 7.2em;
  }

  #tih-lp .hero h2 .header-sm {
    font-size: .44em;
    margin-left: 5em;
  }


  #tih-lp .hero .actions {
    width: 21em;
    margin-left: 20em;
    cursor: pointer;
  }

  #tih-lp .hero .cta {
    height: 3.66em;
  }

  #tih-lp .hero .cta:hover {
    color: var(--slate);
    background-color: var(--text-white);
  }

  #tih-lp .tree-branch {
    width: 50%;
    z-index: 3;
  }


  /* ========================== */
  /* Secondary Section */
  /* ========================== */
  #tih-lp .secondary {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5em;
    position: relative;
    z-index: 2;
  }

  #tih-lp .secondary h3 {
    font-size: 5.8em;
  }

  #tih-lp .secondary .down-arrow {
    width: 3.3em;
  }


  #tih-lp .secondary p {
    width: 45.7%;
    margin-top: 2.5em;
  }

  #tih-lp .secondary #par-cont {
    position: relative;
    width: 162em;
    overflow: hidden;
    border-top-right-radius: .8em;
    border-bottom-right-radius: .8em;
    height: 90em;
  }

  #tih-lp .secondary .plx-image {
    position: absolute;
    transform-origin: 50% 50%;
    height: 100%;
    overflow: hidden;
    top: -4%;
  }

  /* ========================== */
  /* Accordion Section */
  /* ========================== */

  #tih-lp .sus-acc {
    position: relative;
    margin-top: 10em;
    padding-bottom: 20em;
    margin-left: 0;
    background: #f8f6f2;
  }

  #tih-lp .sus-acc::before {
    content: '';
    position: absolute;
    top: -25em;
    left: 0;
    width: 100%;
    height: 25em;
    background-color: #f8f6f2;
    z-index: 1;
  }

  #tih-lp .sus-acc ul {
    position: relative;
  }

  #tih-lp .sus-acc h3 {
    max-width: 18.2em;
  }

  #tih-lp .sus-acc h4 {
    padding: 1em 0;
    max-width: 11.7em;
  }

  #tih-lp .sus-acc h4 svg {
    display: none;
  }

  #tih-lp .sus-acc .active {
    position: absolute;
    top: 0;
    right: 0;
    cursor: default;
  }

  #tih-lp .sus-acc .sus-content {
    gap: 6.8em;
    margin-top: 0;
  }

  #tih-lp .sus-acc h5 {
    margin-bottom: .8em;
  }

  #tih-lp .sus-acc .txt-cta {
    width: 36em;
  }

  #tih-lp .sus-acc .actions {
    width: max-content;
    margin-top: 40%;
    gap: 1em;
    flex-direction: row;
  }

  #tih-lp .sus-acc a {
    padding: 0 1em;
    width: auto;
  }

  #tih-lp .sus-acc .sus-content .img-cont {
    width: 74.8em;
  }

  #tih-lp .sus-acc .sus-content .img-cont img {
    border-radius: .8em;
  }

  /* ========================== */
  /* Programs Section */
  /* ========================== */
  #tih-lp .programs .grow {
    position: relative;
    z-index: 2;
  }

  #tih-lp .grow-cont-wrapper::before {
    content: '';
    position: absolute;
    top: -8em;
    left: 0;
    width: 100%;
    height: 30em;
    background-color: #f8f6f2;
    z-index: 1;
  }


  #tih-lp .programs .prog-list {
    position: relative;
    top: -10em;
    z-index: 4;
  }

  #tih-lp .programs .txt-cont {
    position: absolute;
    top: auto;
    bottom: 4.9em;
    left: 10em;
  }

  #tih-lp .programs h3 {
    font-size: 7.2em;
  }

  #tih-lp .programs .pad-lg {
    display: flex;
    gap: 8em;
  }

  #tih-lp .programs .about {
    width: 74em;
  }

  #tih-lp .programs h4 {
    font-size: 4.4em;
  }

  #tih-lp .programs .prog .img-cont {
    height: 32em;
  }

  /* ========================== */
  /* Steps Section */
  /* ========================== */
  #tih-lp .scroll-indicator {
    position: sticky;
    top: 97px;
    left: 0;
    height: .5em;
    background: var(--orange);
    min-width: .2em;
    z-index: 1;
  }

  #tih-lp .step-section {
    margin-top: 16.8em;
  }

  #tih-lp .steps {
    padding-top: 25em;
  }

  #tih-lp .step-section .intro {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 45em;
    left: 50%;
    width: 74em;
    margin-top: 0;
  }


  #tih-lp .step-section .intro h4 {
    font-size: 4.2em;
    letter-spacing: -.0147em;
  }

  #tih-lp .step-section .intro h4 span {
    color: var(--text-grey);
  }


  /* Nav Section */
  #tih-lp .steps nav {
    display: flex;
    position: sticky;
    top: 20em;
    width: max-content;
    padding-left: 8em;
    flex-direction: column;
    align-items: center;
  }

  #tih-lp .steps nav ol {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
    list-style: none;
  }
  #tih-lp .steps nav ol a {
    padding: 1em 0;
    color: #d7d4ce;
    text-decoration: none;
  }
  #tih-lp .steps nav ol li {
    margin: 1em 0;
    transition: linear 0.3s;
  }
  #tih-lp .steps nav ol li:before {
    display: inline-block;
    position: relative;
    width: 1.6em;
    content: "";
    height: 1.6em;
    border-radius: 50%;
    background-color: #d7d4ce;
    transition: linear 0.3s;
  }

  #tih-lp .steps nav ol li:hover {
    cursor: pointer;
  }

  #tih-lp .steps nav ol li.active-dot {
    transition: linear 0.3s;
  }
  #tih-lp .steps nav ol li.active-dot:before {
    background-color: var(--slate);
  }

  #tih-lp .steps nav ol li {
    position: relative;
  }

  #tih-lp .steps nav ol #nav1.active-dot:after,
  #tih-lp .steps nav ol #nav2.active-dot:after,
  #tih-lp .steps nav ol #nav3.active-dot:after,
  #tih-lp .steps nav ol #nav4.active-dot:after,
  #tih-lp .steps nav ol #nav5.active-dot:after,
  #tih-lp .steps nav ol #nav6.active-dot:after,
  #tih-lp .steps nav ol #nav7.active-dot:after {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 42%;
    left: 51%;
    width: 7em;
    width: 7em;
    content: '';
    background-image: url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/dw48c6e6b8/content/seasonal-content/landing-pages/this-is-home/2022/images/GoalOne.svg?$staticlink$");
    height: 7em;
    transition: linear 0.3s;
  }

  #tih-lp .steps nav ol #nav1.active-dot:after {
    top: 37%;
    left: 52%;
    background-image: url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/dw48c6e6b8/content/seasonal-content/landing-pages/this-is-home/2022/images/GoalOne.svg?$staticlink$");
  }

  #tih-lp .steps nav ol #nav2.active-dot:after {
    background-image: url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/dw48c6e6b8/content/seasonal-content/landing-pages/this-is-home/2022/images/GoalTwo.svg?$staticlink$");
  }

  #tih-lp .steps nav ol #nav3.active-dot:after {

    background-image: url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/dw48c6e6b8/content/seasonal-content/landing-pages/this-is-home/2022/images/GoalThree.svg?$staticlink$");
  }

  #tih-lp .steps nav ol #nav4.active-dot:after {
    background-image: url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/dw48c6e6b8/content/seasonal-content/landing-pages/this-is-home/2022/images/GoalFour.svg?$staticlink$");
  }

  #tih-lp .steps nav ol #nav5.active-dot:after {
    background-image: url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/dw48c6e6b8/content/seasonal-content/landing-pages/this-is-home/2022/images/GoalFive.svg?$staticlink$");
  }

  #tih-lp .steps nav ol #nav6.active-dot:after {
    background-image: url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/dw48c6e6b8/content/seasonal-content/landing-pages/this-is-home/2022/images/GoalSix.svg?$staticlink$");
  }

  #tih-lp .steps nav ol #nav7.active-dot:after {
    background-image: url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/dw48c6e6b8/content/seasonal-content/landing-pages/this-is-home/2022/images/GoalSeven.svg?$staticlink$");
  }

  #tih-lp .steps nav .buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    margin-top: 2em;
    cursor: pointer;
  }

  #tih-lp .steps nav i {
    width: 7em;
    cursor: pointer;
  }

  #tih-lp .steps nav i#upBtn {
    transform: rotate(180deg);
  }

  /* Steps */
  #tih-lp .steps .step-cont {
    width: 117em;
    margin-left: 41em;
    height: 80vh;
  }

  #tih-lp .step-cont .images {
    display: flex;
    width: auto;
    margin-right: 7em;
  }

  #tih-lp .step-cont .num-vect {
    width: 17em;
    margin-top: -10em;
    margin-right: 10em;
  }

  #tih-lp .step-cont .svg-img {
    transform: translate(-50%, -50%);
    top: -3.3em;
    left: 23.3em;
    width: 40.7em;
  }

  #tih-lp .step-cont .prod-img {
    padding: 0;
    width: 34em;
  }


  #tih-lp .step-cont .txt-cont {
    width: 44em;
    margin-left: 0;
  }

  #tih-lp .step-cont p {
    font-size: 2.6em;
  }
}


@media (min-width: 1921px) {
  #tih-lp .hero img {
    border-bottom-left-radius: .8em;
    border-bottom-right-radius: .8em;
  }
  #tih-lp .secondary #par-cont {
    border-radius: .8em;
  }
}