.life-at-king {
  width: 100vw;
  background-color: #f4f4f2;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .life-at-king {
    padding: 60px 30px;
  }
}
.life-at-king__boundary {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.life-at-king__header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  max-width: 660px;
}
@media (min-width: 768px) {
  .life-at-king__header {
    padding: 0;
  }
}
@media (min-width: 900px) {
  .life-at-king__header {
    max-width: 800px;
  }
}
.life-at-king__title {
  display: block;
  font-family: "weiss";
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: normal;
  margin: 1em 0;
  margin-bottom: 0.6875rem;
  margin-top: 0;
  color: #c8102e;
}
@media only screen and (min-width: 900px) {
  .life-at-king__title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.life-at-king__intro {
  font-family: "legacy-book";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #02132b;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 900px) {
  .life-at-king__intro {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .life-at-king__intro {
    margin-bottom: 3.75rem;
  }
}
.life-at-king__stories {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .life-at-king__stories {
    max-width: 1300px;
  }
}
.life-at-king__featured {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: flex-end;
  padding: 2.5rem 1.25rem;
  min-height: calc(100vw - 40px);
}
@media (min-width: 768px) {
  .life-at-king__featured {
    min-height: 660px;
  }
}
@media (min-width: 900px) {
  .life-at-king__featured {
    padding: 4.375rem;
  }
}
.life-at-king__featured::after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  position: absolute;
}
@media (min-width: 900px) {
  .life-at-king__featured {
    width: 50%;
  }
}
.life-at-king__featured-boundary {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.life-at-king__featured-title {
  display: block;
  font-family: "weiss-bold";
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 1.875rem 0 1.1875rem 0;
  color: #ffffff;
  margin-bottom: 0.6875rem;
}
@media only screen and (min-width: 900px) {
  .life-at-king__featured-title {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.life-at-king__featured-excerpt {
  font-family: "legacy-book";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #02132b;
  color: #ffffff;
}
@media only screen and (min-width: 900px) {
  .life-at-king__featured-excerpt {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.life-at-king__featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.life-at-king__featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.life-at-king__featured-link {
  font-family: "legacy-book";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: -15px;
  margin-bottom: 2.875rem;
}
@media only screen and (min-width: 900px) {
  .life-at-king__featured-link {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.life-at-king__featured-link::after {
  background-image: url("../DocumentDefault/Assets/chevron-white.svg");
  width: 6px;
  height: 11px;
  display: inline-block;
  content: " ";
  position: absolute;
  top: 2px;
  right: -18px;
}
.life-at-king__featured-link::before {
  opacity: 0;
  width: 100%;
  height: 1px;
  display: block;
  content: " ";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: opacity 0.2s ease-in-out;
}
.life-at-king__featured-link:hover::before {
  opacity: 1;
}
.life-at-king__featured-link:hover {
  color: #fff;
}
.life-at-king__featured-rule {
  background-color: #c8102e;
  width: 45px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  transition: width 0.2s ease-in-out;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.life-at-king__featured-readmore {
  position: relative;
  background-color: #c8102e;
  color: #ffffff;
  width: 100%;
  height: 60px;
  display: flex;
  margin: 0 auto;
  padding-top: 29px;
  padding-bottom: 25px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: 360px;
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
}
.life-at-king__featured-readmore:hover .life-at-king__featured-readmore__label::before, .life-at-king__featured-readmore:focus .life-at-king__featured-readmore__label::before, .life-at-king__featured-readmore:active .life-at-king__featured-readmore__label::before {
  left: 0;
  right: 0;
}
@media only screen and (min-width: 900px) {
  .life-at-king__featured-readmore {
    max-width: 360px;
    width: auto;
  }
}
.life-at-king__featured-readmore__label {
  font-family: "legacy-bold";
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.life-at-king__featured-readmore__label::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: -2px;
  background: #ffffff;
  height: 5px;
  transition-property: left, right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
@media (min-width: 900px) {
  .life-at-king__featured-readmore {
    position: relative;
    bottom: initial;
  }
}
.life-at-king__teasers {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
  padding: 8.75rem 1.25rem 2.5rem 1.25rem;
}
@media (min-width: 900px) {
  .life-at-king__teasers {
    padding: 4.375rem;
    width: 50%;
  }
}
.life-at-king__teasers-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.life-at-king__teasers-title {
  display: block;
  font-family: "legacy-medium";
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: normal;
  margin: 1em 0;
  font-size: 1.25rem;
  color: #02132b;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media only screen and (min-width: 900px) {
  .life-at-king__teasers-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.life-at-king__teasers-teaser {
  width: 100%;
}
.life-at-king__teasers-teaser::after {
  content: " ";
  pointer-events: none;
  border: none;
  width: 54px;
  height: 8px;
  margin: 0 auto 1.0625rem auto;
  display: none;
  background-image: url("../DocumentDefault/Assets/dots.svg");
}
@media (min-width: 900px) {
  .life-at-king__teasers-teaser::after {
    display: block;
  }
}
.life-at-king__teasers-teaser:last-of-type::after {
  display: none;
}
.life-at-king__teasers-link {
  font-family: "legacy-book";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #4A4A4A;
  position: relative;
  margin-left: -15px;
  margin-bottom: 1.625rem;
}
@media only screen and (min-width: 900px) {
  .life-at-king__teasers-link {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.life-at-king__teasers-link::after {
  background-image: url("../DocumentDefault/Assets/chevron.svg");
  width: 6px;
  height: 11px;
  display: inline-block;
  content: " ";
  position: absolute;
  top: 2px;
  right: -18px;
}
.life-at-king__teasers-link::before {
  opacity: 0;
  width: 100%;
  height: 1px;
  display: block;
  content: " ";
  background-color: #4A4A4A;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: opacity 0.2s ease-in-out;
}
.life-at-king__teasers-link:hover::before {
  opacity: 1;
}
.life-at-king__teasers-teaser:hover .life-at-king__teasers-link::before {
  opacity: 1;
}

.life-at-king__teasers-readmore {
  position: relative;
  background-color: #c8102e;
  color: #ffffff;
  width: 100%;
  height: 60px;
  display: flex;
  margin: 0 auto;
  padding-top: 29px;
  padding-bottom: 25px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-top: 0.6875rem;
  max-width: 360px;
}
.life-at-king__teasers-readmore:hover .life-at-king__teasers-readmore__label::before, .life-at-king__teasers-readmore:focus .life-at-king__teasers-readmore__label::before, .life-at-king__teasers-readmore:active .life-at-king__teasers-readmore__label::before {
  left: 0;
  right: 0;
}
@media only screen and (min-width: 900px) {
  .life-at-king__teasers-readmore {
    max-width: 360px;
    width: auto;
  }
}
.life-at-king__teasers-readmore__label {
  font-family: "legacy-bold";
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.life-at-king__teasers-readmore__label::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: -2px;
  background: #ffffff;
  height: 5px;
  transition-property: left, right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}