/**
 * This file is for the landing hero component styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.c-landing-hero__box {
  margin-bottom: 30px;
}

.is-featured .c-landing-hero__box,
.c-landing-hero__box--featured {
  position: relative;
  z-index: 110;
  margin-top: -60px;
}
@media (min-width: 64em) {
  .is-featured .c-landing-hero__box,
  .c-landing-hero__box--featured {
    margin-top: -80px;
  }
}

.c-event-box {
  max-width: 85%;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-event-box {
    max-width: 1140px;
  }
}
.c-event-box > *,
.c-event-box a {
  color: #fff;
}

.c-event-box__wrap {
  padding: 2px 20px 24px 20px;
}
@media (min-width: 48em) {
  .c-event-box__wrap {
    padding: 14px 30px 30px 42px;
  }
}

.c-event-box__header {
  padding-top: 26px;
}
@media (min-width: 48em) {
  .c-event-box__header {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 47.99em) {
  .c-event-box__type {
    padding-bottom: 10px;
  }
}
@media (min-width: 48em) {
  .c-event-box__type {
    padding: 0 20px 4px 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 47.99em) {
  .c-event-box__date {
    padding-left: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 48em) {
  .c-event-box__date {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 25%;
  }
}
@media (min-width: 64em) {
  .c-event-box__date {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 20%;
  }
}
.c-event-box__date span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.0244444444rem;
  font-weight: 600;
}

.c-event-box__content-title {
  margin-bottom: 30px;
}

.c-event-box__day {
  font-size: 1.9444444444rem;
  line-height: 2.2222222222rem;
  margin-right: 6px;
}

.c-event-box--red {
  background-color: #8d331e;
}

.c-event-box--blue {
  background-color: #355caa;
}

.c-event-box--green {
  background-color: #518325;
}

p.c-event-box__eyebrow {
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.0244444444rem;
  font-weight: 600;
  margin: 0;
  padding: 8px 18px 8px 24px;
}
@media (max-width: 47.99em) {
  p.c-event-box__eyebrow {
    max-width: max-content;
  }
}
@media (min-width: 48em) {
  p.c-event-box__eyebrow {
    font-size: 1rem;
    line-height: 1.5555555556rem;
    padding: 4px 30px 4px 44px;
  }
}

.c-event-box__eyebrow--type {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 47.99em) {
  .c-event-box__eyebrow--type {
    display: block;
  }
}
.c-event-box__eyebrow--community .c-event-box__eyebrow--type:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_people.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
.c-event-box__eyebrow--spotlight .c-event-box__eyebrow--type:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_star.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-event-box__eyebrow--theme-month .c-event-box__eyebrow--type:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_calendar_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-event-box__eyebrow--community {
  background-color: #641300;
}

.c-event-box__eyebrow--spotlight {
  background-color: #002c85;
}

.c-event-box__eyebrow--theme-month {
  background-color: #306205;
}

.c-event-box__eyebrow--title {
  padding-right: 6px;
}
@media (max-width: 47.99em) {
  .c-event-box__eyebrow--title {
    display: block;
  }
}

.c-event-box__content h2.h4-heading {
  font-size: 1.2222222222rem;
  line-height: 1.5555555556rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 57.5em) {
  .c-event-box__content h2.h4-heading {
    font-size: 1.4444444444rem;
    line-height: 1.7777777778rem;
  }
}

/*# sourceMappingURL=landing-hero-event-box.css.map */
