/**
 * This file is for the landing hero component styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.c-landing-hero {
  position: relative;
}

.c-landing-hero__img img {
  width: 100%;
  line-height: 0;
  height: 450px;
  object-fit: cover;
}

.c-landing-hero__title-wrap {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 70px;
}
@media (min-width: 57.5em) {
  .c-landing-hero__title-wrap {
    top: 80px;
  }
}

.c-landing-hero__title-width {
  position: absolute;
  background-color: #518325;
  display: inline-block;
  width: 16%;
  left: 0;
  height: 47px;
}
@media (min-width: 57.5em) {
  .c-landing-hero__title-width {
    height: 58px;
  }
}
@media (min-width: 90em) {
  .c-landing-hero__title-width {
    width: 25%;
  }
}
@media (min-width: 100em) {
  .c-landing-hero__title-width {
    width: 25%;
  }
}
@media (min-width: 108.75em) {
  .c-landing-hero__title-width {
    width: 32%;
  }
}

.c-landing-hero__title {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.c-landing-hero__title h1 {
  color: #fff;
  text-align: left;
  margin: 0;
}

.c-landing-hero__title-text {
  background-color: #518325;
  display: inline-block;
  height: 47px;
  padding-right: 26px;
  padding-top: 6px;
}
@media (max-width: 57.49em) {
  .c-landing-hero__title-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 57.5em) and (max-width: 71.24em) {
  .c-landing-hero__title-text {
    padding-left: 14px;
  }
}
@media (min-width: 57.5em) {
  .c-landing-hero__title-text {
    height: 58px;
  }
}

/*# sourceMappingURL=landing-hero-common.css.map */
