html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.error {
  width: 100vw;
  height: 100vh; }
  .error .content {
    max-width: 450px;
    margin: 0 auto;
    padding: 2rem 1rem; }
    .error .content img {
      width: 110px;
      padding-bottom: 2rem; }
    .error .content h2 {
      font-size: 3rem; }
    .error .content h3 {
      font-size: 1.5rem;
      margin-bottom: 3rem; }
    .error .content a {
      color: #F5F3E6; }
  .error p {
    margin-bottom: 4rem; }
  .error .button {
    padding: 1rem 3rem;
    width: 200px;
    color: #F5F3E6;
    font-size: 1rem; }

@font-face {
  font-family: "Neueu Montreal";
  font-weight: normal;
  src: url(https://earth-funerals-static.s3.amazonaws.com/font/NeueMontreal-Regular.woff2);
  font-display: swap; }

@font-face {
  font-family: "Neueu Montreal";
  font-weight: bold;
  src: url(https://earth-funerals-static.s3.amazonaws.com/font/NeueMontreal-Bold.woff2);
  font-display: swap; }

@font-face {
  font-family: "Neueu Montreal";
  font-weight: 300;
  src: url(https://earth-funerals-static.s3.amazonaws.com/font/NeueMontreal-Light.woff2);
  font-display: swap; }

@font-face {
  font-family: "Morion";
  font-display: auto;
  src: url(https://earth-funerals-static.s3.amazonaws.com/font/Morion-Regular.otf);
  font-display: swap; }

label {
  font-size: 16px;
  color: #5F6949; }

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="text"].input,
.input {
  height: 48px;
  width: 100%;
  background: #F5F3E6;
  color: #5F6949;
  border: 0;
  letter-spacing: 0.005em;
  padding: 18px 16px 0 16px;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 1px solid transparent; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="text"].input:hover,
  input[type="text"].input:focus,
  .input:hover,
  .input:focus {
    background: #EFEEDA;
    border-bottom: 1px solid #8FB569;
    outline: 0; }
  input[type="text"]:disabled, input[type="text"]:read-only,
  input[type="password"]:disabled,
  input[type="password"]:read-only,
  input[type="tel"]:disabled,
  input[type="tel"]:read-only,
  input[type="email"]:disabled,
  input[type="email"]:read-only,
  input[type="number"]:disabled,
  input[type="number"]:read-only,
  input[type="text"].input:disabled,
  input[type="text"].input:read-only,
  .input:disabled,
  .input:read-only {
    background: #DDDEDF; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="text"].input::placeholder,
  .input::placeholder {
    color: transparent; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form-field {
  position: relative;
  width: 100%;
  margin-bottom: 12px; }
  .form-field input:focus ~ label,
  .form-field input:not(:placeholder-shown) ~ label,
  .form-field .StripeElement--focus ~ label,
  .form-field .StripeElement--complete ~ label,
  .form-field .StripeElement--invalid ~ label {
    color: #535C5D;
    transform: scale(0.7) translateY(-2px) translateX(8px); }

.form-field--bordered input[type="text"],
.form-field--bordered input[type="password"],
.form-field--bordered input[type="tel"],
.form-field--bordered input[type="email"],
.form-field--bordered input[type="number"],
.form-field--bordered .input {
  background: none;
  padding: 0 12px;
  border: 1px solid #5F6949; }
  .form-field--bordered input[type="text"]::placeholder,
  .form-field--bordered input[type="password"]::placeholder,
  .form-field--bordered input[type="tel"]::placeholder,
  .form-field--bordered input[type="email"]::placeholder,
  .form-field--bordered input[type="number"]::placeholder,
  .form-field--bordered .input::placeholder {
    color: #5F6949; }

.form-field-multiple--inline {
  display: flex;
  gap: 12px;
  position: relative; }
  .form-field-multiple--inline .form-field {
    margin-bottom: 0; }
  .form-field-multiple--inline input:focus ~ label,
  .form-field-multiple--inline input:not(:placeholder-shown) ~ label,
  .form-field-multiple--inline .StripeElement--focus ~ label,
  .form-field-multiple--inline .StripeElement--complete ~ label,
  .form-field-multiple--inline .StripeElement--invalid ~ label {
    color: #535C5D;
    transform: scale(0.7) translateY(-2px) translateX(8px); }

.form-field__error {
  font-size: 12px;
  padding-left: 16px;
  color: #DE622C !important; }

.floatingLabel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 16px;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out; }

.form-field.has-error input {
  border-bottom: 1px solid #DE622C; }

.form-field.has-error label {
  color: #DE622C !important; }

textarea {
  background: none;
  border: 1px solid #5F6949;
  font-family: "Neueu Montreal", Arial, sans-serif;
  font-size: 16px;
  padding: 16px;
  color: #5F6949; }

.submit {
  background-color: #85A763;
  color: #F5F3E6;
  outline: 0;
  border: 0;
  width: 100%;
  padding: 12px;
  height: 52px;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  font-family: 'Neueu Montreal'; }

.submit:disabled {
  cursor: not-allowed;
  opacity: 0.6; }

.footer {
  padding: 6rem 1rem;
  margin: 0 auto 0 auto;
  position: relative;
  background-color: #785835; }
  .footer, .footer p {
    color: #F8F3E9; }
  .footer:before {
    max-width: 1200px;
    content: "";
    position: absolute;
    border-top: #DECAAA 1px solid;
    border-bottom: #DECAAA 1px solid;
    top: 3rem;
    left: 1rem;
    right: 1rem;
    bottom: 3rem;
    margin: 0 auto;
    pointer-events: none; }
  .footer .footer__content {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin: 0 auto; }
    .footer .footer__content--simple {
      grid-template-columns: min-content 0.8fr 1fr;
      align-items: center; }
      .footer .footer__content--simple .footer__contact, .footer .footer__content--simple .footer__company {
        padding-top: 0; }
    @media only screen and (max-width: 900px) {
      .footer .footer__content {
        max-width: 100vw;
        grid-template-columns: 1fr; } }
  .footer .footer__logo .logo {
    max-width: 150px; }
  @media only screen and (max-width: 900px) {
    .footer .footer__logo {
      padding-bottom: 2rem; } }
  .footer .footer__navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem; }
    .footer .footer__navigation a {
      text-decoration: none;
      color: #F8F3E9; }
    @media only screen and (max-width: 900px) {
      .footer .footer__navigation {
        max-width: 100vw;
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (max-width: 300px) {
      .footer .footer__navigation {
        grid-template-columns: 1fr; } }
    .footer .footer__navigation .footer__navigation--column {
      display: grid;
      grid-gap: 1rem; }
    .footer .footer__navigation h3 {
      color: #F8F3E9; }
    .footer .footer__navigation h3 {
      padding-bottom: 2rem;
      margin: 0; }
    .footer .footer__navigation a {
      padding: 0 0; }
  .footer .footer__contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center; }
    .footer .footer__contact--simple {
      grid-template-columns: 1fr; }
    @media only screen and (max-width: 900px) {
      .footer .footer__contact {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 0 1rem; } }
    .footer .footer__contact a {
      text-decoration: none;
      color: #EDE3D3; }
    .footer .footer__contact .footer__contact--phone {
      text-align: center;
      display: grid;
      grid-template-columns: 1fr 1fr 5fr;
      justify-items: center;
      align-items: center; }
      @media only screen and (max-width: 900px) {
        .footer .footer__contact .footer__contact--phone {
          grid-template-columns: min-content min-content max-content;
          grid-gap: 1rem; } }
      @media only screen and (max-width: 300px) {
        .footer .footer__contact .footer__contact--phone {
          grid-template-columns: 1fr; } }
      .footer .footer__contact .footer__contact--phone img {
        vertical-align: middle;
        width: 25px;
        height: 25px; }
      .footer .footer__contact .footer__contact--phone .footer__contact--phone-text {
        font-size: 0.9rem;
        text-transform: uppercase; }
      .footer .footer__contact .footer__contact--phone .footer__contact--phone-number {
        font-family: "Morion", "Times New Roman", serif;
        font-size: 1.5rem; }
    .footer .footer__contact .footer__contact--social {
      padding-left: 2rem; }
      @media only screen and (max-width: 900px) {
        .footer .footer__contact .footer__contact--social {
          justify-self: center;
          padding-left: 0; } }
      .footer .footer__contact .footer__contact--social img {
        width: 30px;
        height: 30px; }
  .footer .footer__company p {
    margin: 15px 0 0 0; }
  .footer .footer__contact, .footer .footer__company {
    padding-top: 5rem; }
  @media only screen and (max-width: 900px) {
    .footer .footer__company {
      padding: 0 1rem;
      font-size: 0.8rem;
      text-align: center; } }
  .footer__companyline {
    font-size: 14px;
    max-width: 1200px;
    margin: 36px auto;
    margin-bottom: -36px;
    display: flex;
    justify-content: space-between;
    align-items: end; }
  .footer__bbb {
    max-width: 120px; }

nav {
  background-color: #F8F3E9;
  position: sticky;
  top: 0;
  left: 0;
  padding: 0 12px 0 0;
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #DECAAA;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  color: #785835;
  text-transform: uppercase;
  z-index: 999; }
  @media only screen and (min-width: 900px) {
    nav {
      padding: 0 24px; } }
  @media only screen and (max-width: 900px) {
    nav {
      grid-template-columns: max-content 1fr max-content; } }
  nav .logo {
    padding-right: 30px;
    position: relative;
    top: 4px; }
    @media only screen and (max-width: 900px) {
      nav .logo {
        display: none; } }
  nav .logo_mobile {
    display: none;
    height: 20px;
    width: 66px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 900px) {
      nav .logo_mobile {
        display: block; } }
  nav .nav_items {
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    align-items: center; }
    @media only screen and (max-width: 900px) {
      nav .nav_items {
        display: none; } }
  nav .nav_mobile_contact_header {
    display: none;
    align-items: center;
    text-decoration: none;
    text-transform: initial;
    color: #785835;
    font-size: 14px; }
    @media only screen and (max-width: 900px) {
      nav .nav_mobile_contact_header {
        display: block; } }
  nav .nav_items__links, nav .nav_items__contact {
    display: flex;
    align-items: center; }
    nav .nav_items__links .nav_link, nav .nav_items__links a, nav .nav_items__contact .nav_link, nav .nav_items__contact a {
      text-decoration: none;
      color: unset; }
      nav .nav_items__links .nav_link:first-child, nav .nav_items__links a:first-child, nav .nav_items__contact .nav_link:first-child, nav .nav_items__contact a:first-child {
        padding-left: 0; }
  nav .nav_link.with_dropdown a {
    font-size: 13px;
    display: block; }
  nav .nav_link.with_dropdown .dropdown_container {
    visibility: hidden;
    opacity: 0;
    display: none;
    position: absolute;
    transition: all 0.5s ease;
    top: 0; }
    nav .nav_link.with_dropdown .dropdown_container .dropdown {
      padding: 12px;
      margin-left: -12px;
      min-width: 150px;
      border: 1px solid #DECAAA;
      background-color: #F8F3E9;
      border-top: none;
      margin-top: 70px; }
  nav .nav_link.with_dropdown:hover > .dropdown_container,
  nav .nav_link.with_dropdown .dropdown_container:hover {
    visibility: visible;
    opacity: 1;
    display: block; }
  nav .nav_link.with_dropdown .dropdown_container li {
    padding: 12px 12px 12px 0;
    width: 100%; }
  nav .nav_items__links {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    grid-gap: 40px;
    padding: 0; }
    @media only screen and (min-width: 900px) and (max-width: 1100px) {
      nav .nav_items__links {
        grid-gap: 1rem; } }
    nav .nav_items__links .nav_link {
      font-size: 13px; }
    nav .nav_items__links a, nav .nav_items__links .nav_link--plans {
      font-size: 11px; }
    nav .nav_items__links .nav_link, nav .nav_items__links a, nav .nav_items__links .nav_link--plans {
      padding: 0;
      letter-spacing: 0.15em; }
  nav .nav_items__contact {
    text-align: center; }
  nav .nav_items__contact--text {
    font-size: 14px;
    letter-spacing: 0.15em;
    margin-right: 16px; }
    @media only screen and (min-width: 900px) and (max-width: 1100px) {
      nav .nav_items__contact--text {
        margin-right: 4px;
        font-size: 13px; } }
    @media only screen and (min-width: 900px) and (max-width: 1000px) {
      nav .nav_items__contact--text {
        margin-right: 0; } }
  nav .nav_items__contact--number {
    font-family: "Morion", "Times New Roman", serif;
    padding-right: 0;
    font-size: 20px; }
    @media only screen and (min-width: 900px) and (max-width: 1100px) {
      nav .nav_items__contact--number {
        font-size: 15px; } }
  nav .nav_mobile_contact {
    display: none;
    align-items: center;
    text-decoration: none;
    text-transform: initial;
    color: #785835;
    font-size: 1.2rem; }
    @media only screen and (min-width: 900px) and (max-width: 1100px) {
      nav .nav_mobile_contact {
        display: none; } }
    nav .nav_mobile_contact img {
      width: 30px;
      height: 30px; }
    nav .nav_mobile_contact h3 {
      font-size: 1.6rem;
      margin-left: 7px; }
  nav .nav_link--plans {
    padding: 0; }
    nav .nav_link--plans .inner_link {
      cursor: pointer;
      padding: 0; }
    nav .nav_link--plans .nav_plans {
      position: absolute;
      background-color: #F1E9DC;
      left: 0;
      top: 70px;
      width: 100vw;
      max-width: 100%;
      padding: 0;
      grid-template-columns: 400px max-content;
      grid-gap: 1rem;
      z-index: -1;
      display: none; }
      nav .nav_link--plans .nav_plans * {
        z-index: -1; }
      nav .nav_link--plans .nav_plans .nav_plans__content {
        padding: 0;
        margin: 2rem 0 2rem 6rem;
        text-transform: initial;
        letter-spacing: initial; }
        nav .nav_link--plans .nav_plans .nav_plans__content h3 {
          font-size: 24px;
          margin-bottom: 24px; }
        nav .nav_link--plans .nav_plans .nav_plans__content a {
          padding: 0;
          font-weight: bold;
          letter-spacing: initial; }
        nav .nav_link--plans .nav_plans .nav_plans__content p, nav .nav_link--plans .nav_plans .nav_plans__content a {
          font-size: 14px; }
      nav .nav_link--plans .nav_plans .nav_plans__links {
        display: grid;
        align-items: center;
        grid-gap: 1rem;
        margin: 2rem 0; }
        nav .nav_link--plans .nav_plans .nav_plans__links a {
          background-color: #F8F4ED;
          border: 1px solid #775F4D;
          width: 220px;
          height: max-content;
          padding: 1rem;
          position: relative; }
          nav .nav_link--plans .nav_plans .nav_plans__links a:before {
            content: "";
            width: 8px;
            height: 8px;
            top: calc(50% - 4px);
            left: calc(100% - 30px);
            border-left: 1px solid #775F4D;
            border-top: 1px solid #775F4D;
            position: absolute;
            transform: rotate(135deg); }
    nav .nav_link--plans.active .nav_plans {
      display: grid; }

#hamburger {
  display: none; }
  @media only screen and (max-width: 900px) {
    #hamburger {
      display: grid; } }
.nav_mobile {
  display: none;
  height: calc(100vh - 70px);
  width: 100%;
  position: fixed;
  right: -100%;
  top: 70px;
  padding: 0;
  transition: right .3s;
  z-index: 9999;
  overflow-y: scroll; }
  .nav_mobile.open {
    right: 0; }
  @media only screen and (max-width: 900px) {
    .nav_mobile {
      display: flex;
      flex-direction: column; } }
  .nav_mobile .nav_mobile__links {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-left: 2rem;
    margin-bottom: 2rem;
    padding-right: 0; }
    .nav_mobile .nav_mobile__links .nav_link, .nav_mobile .nav_mobile__links .nav_plans__link {
      border-bottom: 1px solid #DECAAA;
      padding-bottom: 10px;
      padding-top: 32px;
      width: 100%;
      text-decoration: none;
      text-transform: initial;
      color: #785835;
      font-size: 1.2rem; }
    .nav_mobile .nav_mobile__links .nav_plans__link {
      cursor: pointer; }
      .nav_mobile .nav_mobile__links .nav_plans__link span {
        position: relative;
        padding-left: 30px; }
        .nav_mobile .nav_mobile__links .nav_plans__link span:before {
          content: "";
          width: 8px;
          height: 8px;
          top: calc(50% - 4px);
          left: 2px;
          border-left: 1px solid #775F4D;
          border-top: 1px solid #775F4D;
          position: absolute;
          transform: rotate(135deg);
          transition: transform .1s ease; }
      .nav_mobile .nav_mobile__links .nav_plans__link .nav_plans__link--link, .nav_mobile .nav_mobile__links .nav_plans__link .nav_plans__link--content {
        display: none;
        padding-left: 30px; }
      .nav_mobile .nav_mobile__links .nav_plans__link .nav_plans__link--link:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      .nav_mobile .nav_mobile__links .nav_plans__link .nav_plans__link--content {
        font-size: 0.9rem;
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
        border-top: 1px solid #DECAAA;
        border-bottom: 1px solid #DECAAA;
        cursor: default; }
        .nav_mobile .nav_mobile__links .nav_plans__link .nav_plans__link--content a {
          padding: 0;
          font-weight: bold;
          vertical-align: unset;
          text-decoration: none;
          color: #785835; }
      .nav_mobile .nav_mobile__links .nav_plans__link.active .nav_plans__link--link, .nav_mobile .nav_mobile__links .nav_plans__link.active .nav_plans__link--content {
        display: block; }
      .nav_mobile .nav_mobile__links .nav_plans__link.active span:before {
        transform: rotate(225deg); }
  .nav_mobile .nav_mobile__contact {
    border-top: solid 1px #DECAAA;
    text-transform: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem; }
    .nav_mobile .nav_mobile__contact .nav_mobile__contact--number {
      text-decoration: none;
      color: #785835;
      font-size: 1.5rem; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #785835; }

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 1px;
    background-color: #785835;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 0.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 0.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

.trademark-symbol {
  vertical-align: top;
  font-size: 80%; }

.is-block {
  display: block; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-white {
  color: #fff !important; }

.text-leaf40 {
  color: #F5F3E6 !important; }

.float-right {
  float: right !important; }

.no-border-bottom {
  border-bottom: 0 !important; }

.no-gap {
  grid-gap: 0 !important; }

.font-montreal {
  font-family: "Neueu Montreal", Arial, sans-serif !important; }

.font-morion {
  font-family: "Morion", Times, serif !important; }

.brown {
  background-color: #775F4D; }

.brown_secondary {
  background-color: #785835; }

.brown_tertiary {
  background-color: #513C27; }

.font_brown {
  color: #775F4D; }

.font_brown_secondary {
  color: #785835; }

.font_brown_tertiary {
  color: #513C27; }

.moss {
  background-color: #85A763; }

.font_moss {
  color: #85A763; }

.forest {
  background-color: #5F6949; }

.font_forest {
  color: #5F6949; }

.green_secondary {
  background-color: #D7DEA2; }

.green_tertiary {
  background-color: #BBC86B; }

.green_quaternary {
  background-color: #556631; }

.green_quinary {
  background-color: #354610; }

.green_senary {
  background-color: #F1F7CB; }

.font_green_secondary {
  color: #D7DEA2; }

.font_green_tertiary {
  color: #BBC86B; }

.font_green_quaternary {
  color: #556631; }

.font_green_quinary {
  color: #354610; }

.font_green_senary {
  color: #F1F7CB; }

.leaf {
  background-color: #E5E2C1; }

.leaf40 {
  background-color: #F5F3E6; }

.font_leaf40 {
  color: #F5F3E6; }

.leaf60 {
  background-color: #EFEEDA; }

.font_leaf60 {
  color: #EFEEDA; }

.sand {
  background-color: #EDE3D3; }

.font_sand {
  color: #EDE3D3; }

.sand20 {
  background-color: #FBF9F6; }

.font_sand20 {
  color: #FBF9F6; }

.sand40 {
  background-color: #F8F4ED; }

.font_sand40 {
  color: #F8F4ED; }

.tan_secondary {
  background-color: #F8F3E9; }

.tan_tertiary {
  background-color: #EDE3D3; }

.tan_quaternary {
  background-color: #DECAAA; }

.font_tan_secondary {
  color: #F8F3E9; }

.font_tan_tertiary {
  color: #EDE3D3; }

.font_tan_quaternary {
  color: #DECAAA; }

.slate {
  background-color: #535C5D; }

.font_slate {
  color: #535C5D; }

.slate40 {
  background-color: #BABEBE; }

.font_slate40 {
  color: #BABEBE; }

.blue_secondary {
  background-color: #DBE5E2; }

.font_blue_secondary {
  color: #DBE5E2; }

.blue_tertiary {
  background-color: #3B5255; }

.font_blue_tertiary {
  color: #3B5255; }

.blue_quaternary {
  background-color: #1E3739; }

.font_blue_quaternary {
  color: #1E3739; }

.sun {
  background-color: #F0C250; }

.font_sun {
  color: #F0C250; }

.sun40 {
  background-color: #F9E7B9; }

.font_sun40 {
  color: #F9E7B9; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Morion", Times, serif;
  font-weight: normal;
  line-height: 1; }

em {
  font-style: italic; }

h1, h2 {
  font-size: 32px; }
  @media only screen and (min-width: 900px) {
    h1, h2 {
      font-size: 48px; } }
body {
  font-family: "Neueu Montreal", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.45;
  background-color: #F8F3E9; }

p {
  font-size: 18px;
  line-height: 22px; }
  @media only screen and (max-width: 900px) {
    p {
      font-size: 16px;
      line-height: 1.25; } }
strong, b {
  font-weight: 700; }

.font-morion {
  font-family: "Morion", Times, serif; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges; }

@media only screen and (max-width: 900px) {
  .is-hidden--mobile {
    display: none; } }

@media only screen and (max-width: 1100px) {
  .is-hidden--tablet {
    display: none; } }

@media only screen and (min-width: 1100px) {
  .is-hidden--desktop {
    display: none; } }

#page {
  position: relative; }

@media only screen and (min-width: 900px) {
  #content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    grid-gap: 2rem; } }

@media only screen and (min-width: 1100px) {
  #content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    grid-gap: 6rem; } }

.container {
  width: auto; }
  @media only screen and (min-width: 1100px) {
    .container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto; } }
@media only screen and (min-width: 1100px) {
  .container--1440 {
    max-width: 1440px; } }

.button {
  padding: 15px 30px;
  border: 0;
  text-decoration: none;
  color: #1E3739;
  font-size: 16px;
  text-align: center; }

.padded {
  width: 1200px;
  max-width: calc(100vw - 12rem);
  align-self: center;
  justify-self: center; }
  @media only screen and (max-width: 1100px) {
    .padded {
      margin-left: auto;
      margin-right: auto;
      max-width: calc(100vw - 4rem); } }
  @media only screen and (max-width: 900px) {
    .padded {
      margin-left: auto;
      margin-right: auto;
      max-width: calc(100vw - 2rem); } }
.padded_small {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1374px;
  align-self: center;
  justify-self: center; }
  @media only screen and (max-width: 1500px) {
    .padded_small {
      max-width: calc(100vw - 4rem); } }
  @media only screen and (max-width: 1100px) {
    .padded_small {
      margin-left: 1rem;
      margin-right: 1rem;
      max-width: calc(100vw - 2rem); } }
@media only screen and (max-width: 900px) {
  .mobile-size-limiter--wide-wrapper {
    max-width: 475px; }
  .mobile-size-limiter--narrow-wrapper {
    max-width: 450px; } }

@media only screen and (max-width: 600px) {
  .mobile-size-limiter--wide-wrapper {
    max-width: 100%; }
  .mobile-size-limiter--narrow-wrapper {
    max-width: calc(100% - 2rem); } }

.checked_list {
  padding: 0;
  display: grid;
  grid-gap: 10px;
  text-align: left;
  margin-bottom: 16px; }
  .checked_list li {
    display: grid;
    align-items: center;
    grid-template-columns: max-content 1fr;
    grid-gap: 40px;
    font-size: 18px; }
    .checked_list li img {
      align-self: baseline;
      position: relative;
      top: 4px; }
    @media only screen and (max-width: 1100px) {
      .checked_list li {
        grid-gap: 20px;
        font-size: 16px; }
        .checked_list li img {
          top: 2px; } }
.quote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 900px) {
    .quote {
      grid-template-columns: 1fr; } }
  .quote .quote__image {
    position: relative;
    overflow: hidden; }
    .quote .quote__image .quote__image--leaf {
      mix-blend-mode: multiply;
      transform: rotate(-13deg);
      position: absolute;
      height: 1800px;
      max-width: unset;
      top: -730px;
      left: -8vw; }
  .quote .quote__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem; }
    .quote .quote__content h2 {
      margin: 0; }
    .quote .quote__content p {
      color: #F1F7CB; }
    .quote .quote__content .contentSubHeader {
      display: block;
      max-width: unset;
      font-size: 26px;
      margin-bottom: 12px;
      text-align: left; }

.button_chevron {
  width: 10px;
  height: 10px;
  border: 2px solid #785835;
  border-right: 0;
  border-bottom: 0;
  align-self: center; }
  .button_chevron.left {
    transform: rotate(-45deg);
    border-right: 0;
    border-bottom: 0;
    margin-left: 5px; }
  .button_chevron.right {
    transform: rotate(135deg);
    margin-right: 5px; }

.testimonial_hero {
  background-image: url("https://earth-funerals-static.s3.amazonaws.com/img/testimonial_hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1200px;
  margin: 0 auto;
  padding: 2rem; }
  @media only screen and (max-width: 1300px) {
    .testimonial_hero {
      width: auto;
      margin: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 1100px) {
    .testimonial_hero {
      padding: 4rem 2rem; }
      .testimonial_hero .testimonial_hero__content {
        margin: 0 auto; } }
  .testimonial_hero .testimonial_hero__content {
    width: 380px;
    background-color: #F8F3E9;
    color: #513C27;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    justify-content: space-between; }
    @media only screen and (max-width: 600px) {
      .testimonial_hero .testimonial_hero__content {
        width: auto; } }
    .testimonial_hero .testimonial_hero__content .testimonial_hero__content--quote {
      padding-bottom: 5rem;
      line-height: 1.3;
      font-size: 1.5rem; }
      @media only screen and (max-width: 600px) {
        .testimonial_hero .testimonial_hero__content .testimonial_hero__content--quote {
          font-size: 1rem; } }
    .testimonial_hero .testimonial_hero__content .testimonial_hero__content--source {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 1100px) {
        .testimonial_hero .testimonial_hero__content .testimonial_hero__content--source {
          display: grid;
          grid-template-columns: 1fr 1fr; }
          .testimonial_hero .testimonial_hero__content .testimonial_hero__content--source .testimonial_hero__content--location {
            grid-column-start: 2; }
          .testimonial_hero .testimonial_hero__content .testimonial_hero__content--source h3 {
            margin: 0.2rem 0; } }
      @media only screen and (max-width: 600px) {
        .testimonial_hero .testimonial_hero__content .testimonial_hero__content--source {
          font-size: 0.8rem; } }
      .testimonial_hero .testimonial_hero__content .testimonial_hero__content--source img {
        width: 15px; }

.testimonials {
  background-color: #FBFFE1;
  display: grid;
  grid-template-columns: 1fr;
  padding: 80px; }
  @media only screen and (max-width: 1100px) {
    .testimonials {
      margin: 4rem 0 0 0;
      max-width: 100vw;
      padding: 4rem 1rem; } }
  .testimonials .testimonials__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem; }
    .testimonials .testimonials__header h2 {
      font-size: 2.5rem;
      margin: 0;
      max-width: calc(100vw - 2rem); }
      @media only screen and (max-width: 1100px) {
        .testimonials .testimonials__header h2 {
          text-align: center; } }
    @media only screen and (max-width: 1100px) {
      .testimonials .testimonials__header a {
        display: none; } }
  .testimonials .testimonials__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem; }
    @media only screen and (max-width: 1100px) {
      .testimonials .testimonials__cards {
        overflow-x: scroll; } }
    .testimonials .testimonials__cards .testimonials__cards--card {
      background-color: #F1F7CB;
      padding: 2rem; }
      @media only screen and (max-width: 1100px) {
        .testimonials .testimonials__cards .testimonials__cards--card {
          min-width: 60vw; } }
      .testimonials .testimonials__cards .testimonials__cards--card h3 {
        margin: 0 0 1rem; }
  .testimonials .testimonials__bottom_button {
    margin-top: 3rem;
    justify-self: center; }
    @media only screen and (min-width: 1100px) {
      .testimonials .testimonials__bottom_button {
        display: none; } }
.services_with_cards {
  margin-bottom: 12px;
  max-width: calc(100vw - 32px);
  margin-left: auto;
  margin-right: auto; }
  .services_with_cards .services_with_cards__content {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto; }
    .services_with_cards .services_with_cards__content h2 {
      margin-bottom: 36px; }
  .services_with_cards .services_with_cards__services_wrapper {
    display: flex;
    justify-content: space-between;
    grid-gap: 18px; }
  .services_with_cards .services_with_cards__services_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 24px;
    background-color: #F1E9DC;
    padding: 36px; }
    .services_with_cards .services_with_cards__services_item h3 {
      font-size: 26px; }
  @media only screen and (max-width: 900px) {
    .services_with_cards {
      padding-top: 48px; }
      .services_with_cards .services_with_cards__content h2 {
        margin-bottom: 48px; }
      .services_with_cards .services_with_cards__services_wrapper {
        flex-direction: column;
        grid-gap: 12px; } }
.package {
  background-color: #F1E9DC;
  margin-bottom: 72px; }
  .package .package__content_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    grid-gap: 94px;
    padding-top: 72px; }
  .package__mobile_icon {
    display: none; }
  @media only screen and (max-width: 900px) {
    .package .checked_list--desktop-icon {
      display: none; } }
  @media only screen and (min-width: 900px) {
    .package .checked_list--mobile-icon {
      display: none; } }
  .package .package__content, .package .package__image {
    flex: 1;
    padding-bottom: 72px; }
  .package .package__image img {
    max-height: 400px;
    width: auto; }
  .package .package__content {
    display: flex;
    flex-direction: column; }
    .package .package__content h2, .package .package__content p, .package .package__content h3 {
      color: #775F4D; }
    @media only screen and (max-width: 900px) {
      .package .package__content {
        padding: 36px 48px 48px;
        justify-items: center; }
        .package .package__content ul {
          text-align: left; } }
  .package .package__title, .package .package__subtitle, .package .checked_list {
    margin-bottom: 24px; }
  .package .package__subtitle {
    margin-top: 36px; }
    .package .package__subtitle p {
      font-weight: 700;
      font-size: 16px;
      font-family: Neueu Montreal; }
  .package .button {
    align-self: flex-start; }
  @media only screen and (max-width: 900px) {
    .package {
      margin: 36px auto 0 auto;
      grid-template-columns: 1fr;
      grid-template-rows: unset;
      grid-gap: 0;
      background-color: transparent; }
      .package .package__content_wrapper {
        background-color: #556631;
        padding-top: 0; }
      .package .package__content {
        color: #F8F3E9; } }
    @media only screen and (max-width: 900px) and (max-width: 900px) {
      .package .package__content h2 {
        color: #F1F7CB; }
      .package .package__content p {
        color: #F8F3E9; }
      .package .package__content h3 {
        color: #F8F4ED; } }
  @media only screen and (max-width: 900px) {
      .package__mobile_icon {
        display: block;
        width: 72px;
        margin: 0 auto 24px; }
      .package__image {
        display: none; }
      .package .checked_list img {
        top: 2px; }
      .package .checked_list li {
        font-size: 16px; }
      .package .package__description, .package .package__content {
        grid-row-start: unset;
        grid-row-end: unset; }
      .package .package__title {
        text-align: center; }
      .package .package__subtitle {
        font-weight: 700;
        font-size: 16px;
        position: relative;
        padding-bottom: 24px;
        margin-bottom: 24px; }
        .package .package__subtitle::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 4px;
          width: calc(100% - 8px);
          height: 1px;
          background-color: #BBC86B; } }
@media only screen and (max-width: 1216px) {
  .difference {
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto; } }

.difference h2 {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 900px) {
    .difference h2 {
      text-align: center;
      margin-left: auto;
      max-width: 300px;
      margin-right: auto; } }
.difference .difference__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem; }
  @media only screen and (max-width: 900px) {
    .difference .difference__cards {
      grid-template-columns: 1fr; } }
.difference .difference__card {
  background-color: #556631;
  color: #F8F3E9;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  padding: 2rem; }
  @media only screen and (max-width: 900px) {
    .difference .difference__card {
      padding: 2rem 1.5rem; } }
  .difference .difference__card--title {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 900px) {
      .difference .difference__card--title {
        grid-template-columns: max-content 1fr max-content;
        align-items: center; } }
    .difference .difference__card--title-text {
      font-size: 1.4rem;
      padding: 0;
      margin: 0; }
    .difference .difference__card--title-logo {
      max-width: 40px; }
  @media only screen and (max-width: 900px) {
    .difference .difference__card--text {
      padding-left: calc(40px + 1rem); } }
.above_fold {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 8rem; }
  @media only screen and (max-width: 900px) {
    .above_fold {
      grid-template-columns: 1fr;
      grid-gap: 0;
      text-align: center; } }
  .above_fold h1 {
    font-size: 4rem; }
    @media only screen and (max-width: 1100px) and (min-width: 900px) {
      .above_fold h1 {
        padding-left: 2rem; } }
  .above_fold p {
    color: #F1F7CB; }
  .above_fold .above_fold__content {
    padding: 6rem; }
    @media only screen and (max-width: 1100px) {
      .above_fold .above_fold__content {
        padding: 4rem 1rem 0rem 1rem; } }
  .above_fold .above_fold__content--description {
    font-size: 18px;
    padding: 2rem 20% 2rem 0;
    max-width: 600px; }
    @media only screen and (max-width: 1100px) {
      .above_fold .above_fold__content--description {
        padding-left: 2rem;
        max-width: unset; } }
    @media only screen and (max-width: 900px) {
      .above_fold .above_fold__content--description {
        font-size: 16px;
        padding: 2rem 0; } }
    .above_fold .above_fold__content--description .above_fold__content--description-text {
      margin: 0 auto;
      line-height: 1.45; }
    .above_fold .above_fold__content--description .above_fold__content--description-area {
      font-size: 0.9rem;
      margin-top: 3rem;
      font-style: italic; }
  .above_fold .above_fold__quote {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px; }
    @media only screen and (min-width: 900px) {
      .above_fold .above_fold__quote {
        padding-top: 90px; } }
    .above_fold .above_fold__quote #quote_form_wrapper {
      position: relative; }
    .above_fold .above_fold__quote .contentSubHeader {
      display: block;
      max-width: unset;
      font-size: 26px;
      margin-bottom: 12px;
      text-align: left; }
    .above_fold .above_fold__quote .quoteForm__wrapper__embeddedProgress {
      margin-bottom: 24px; }
    .above_fold .above_fold__quote .mainContent {
      padding: 0; }
    .above_fold .above_fold__quote .questionHeader {
      font-size: 18px; }
    .above_fold .above_fold__quote .contentWrapper {
      padding: 48px 48px 72px; }
    .above_fold .above_fold__quote .errorWrapper {
      width: 100%; }
    .above_fold .above_fold__quote .errorHeader {
      font-size: 26px; }
    .above_fold .above_fold__quote .wrapper {
      margin-bottom: 0; }

.trusted {
  border: 1px solid #DECAAA;
  padding: 3rem;
  max-width: calc(100vw - 12rem);
  margin: 0 auto 6rem;
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 3rem;
  align-items: center; }
  @media only screen and (max-width: 1100px) {
    .trusted {
      margin: 1rem auto;
      padding: 1rem;
      grid-template-columns: 1fr;
      grid-gap: 2rem;
      max-width: calc(100vw - 4rem); } }
  .trusted .trusted__header {
    font-size: 1.5rem;
    align-self: center;
    text-align: center; }
  .trusted .trusted__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .trusted .trusted__logos .trusted__logos--logo {
      max-width: 110px; }
      @media only screen and (max-width: 1100px) {
        .trusted .trusted__logos .trusted__logos--logo {
          max-width: 70px;
          padding: 1rem; } }
.do_something {
  background-image: url("https://earth-funerals-static.s3.amazonaws.com/img/testimonial_hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8rem 0; }
  .do_something .do_something__content {
    background-color: rgba(30, 55, 57, 0.5);
    border: 1px solid #1E3739;
    border-radius: 4px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 4rem 6rem;
    text-align: center; }
    @media only screen and (max-width: 1100px) {
      .do_something .do_something__content {
        width: calc(90% - 3rem);
        padding: 3rem 1rem; } }
    .do_something .do_something__content h2, .do_something .do_something__content p {
      padding: 1.5rem; }
    .do_something .do_something__content h2 {
      margin: 0; }
    .do_something .do_something__content p {
      max-width: 50%; }
    @media only screen and (max-width: 1100px) {
      .do_something .do_something__content h2, .do_something .do_something__content p {
        padding: unset; }
      .do_something .do_something__content p {
        max-width: unset;
        margin: 2rem 0; } }
.process__content {
  text-align: center;
  padding: 6rem 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 900px) {
    .process__content {
      padding: 0;
      margin-top: 5rem;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; } }
  .process__content .process__content--step:not(:last-child) {
    padding-bottom: 50px; }
  @media only screen and (max-width: 900px) {
    .process__content .process__content--step {
      border-left: 1px solid #513C27; } }
  .process__content .process__content--step .step_header {
    padding-left: 10%;
    padding-right: 10%;
    padding: 0 10% 48px 10%;
    margin: 0 auto; }
    @media only screen and (max-width: 900px) {
      .process__content .process__content--step .step_header {
        padding-bottom: 72px; } }
  .process__content .process__content--step .step_content {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (max-width: 900px) {
      .process__content .process__content--step .step_content {
        grid-template-columns: 1fr; } }
    .process__content .process__content--step .step_content .step_content__image {
      padding-right: 2rem;
      padding-bottom: 2rem;
      border-right: solid 1px #513C27; }
      @media only screen and (min-width: 900px) {
        .process__content .process__content--step .step_content .step_content__image:first-of-type {
          padding-top: 2rem; } }
      .process__content .process__content--step .step_content .step_content__image img {
        max-width: 100%;
        width: 100%;
        object-fit: cover; }
      @media only screen and (max-width: 1100px) {
        .process__content .process__content--step .step_content .step_content__image {
          display: flex;
          align-items: center; } }
      @media only screen and (max-width: 900px) {
        .process__content .process__content--step .step_content .step_content__image {
          grid-row: 2;
          border-right: 0;
          justify-self: left;
          padding-left: 4rem;
          padding-right: 0;
          padding-top: 0; } }
    .process__content .process__content--step .step_content .step_content__text {
      padding-left: 8rem;
      text-align: left;
      align-self: center;
      justify-self: left; }
      @media only screen and (max-width: 900px) {
        .process__content .process__content--step .step_content .step_content__text {
          padding-left: 4rem; } }
      .process__content .process__content--step .step_content .step_content__text:first-of-type .step_content__text--header {
        margin-top: 0; }
      .process__content .process__content--step .step_content .step_content__text .step_content__text--header {
        font-size: 25px;
        padding-bottom: 24px; }
      .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight {
        background-color: #EDE3D3;
        text-align: center;
        display: inline-block;
        padding: .5rem 1rem;
        border-radius: 50px;
        position: relative;
        transition: background-color 0.4s;
        margin-bottom: 24px; }
        .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:before {
          background-color: #F0C250;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          top: calc(50% - 4px);
          left: calc(-8rem - 5px); }
        .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:after {
          width: 8rem;
          top: 50%;
          left: -8rem;
          border-bottom: 1px solid #F0C250;
          opacity: 0;
          transition: opacity 0.4s; }
        @media only screen and (max-width: 900px) {
          .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:before {
            left: calc(-4rem - 5px); }
          .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:after {
            width: 4rem;
            left: -4rem; } }
        .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:before, .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight:after {
          position: absolute;
          content: ""; }
        .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight.active {
          background-color: #F0C250; }
          .process__content .process__content--step .step_content .step_content__text .step_content__text--highlight.active:after {
            opacity: 1; }
      .process__content .process__content--step .step_content .step_content__text .step_content__text--text {
        padding-bottom: 2rem; }
  .process__content .process__content--step:last-of-type .step_content .step_content__image:last-of-type {
    padding-bottom: 0; }
    @media only screen and (max-width: 900px) {
      .process__content .process__content--step:last-of-type .step_content .step_content__image:last-of-type {
        grid-row: 4; } }
.title-transparent-bg {
  background: rgba(248, 243, 233, 0.8); }

.image_text_panel {
  display: flex;
  align-items: stretch;
  flex-direction: column; }
  @media only screen and (max-width: 900px) {
    .image_text_panel {
      margin-bottom: 24px;
      max-width: 475px;
      margin-left: auto;
      margin-right: auto; } }
  .image_text_panel .image_text_panel__row {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch; }
    @media only screen and (max-width: 900px) {
      .image_text_panel .image_text_panel__row {
        flex-direction: column; } }
    @media only screen and (min-width: 900px) {
      .image_text_panel .image_text_panel__row--reverse .image_text_panel__text_outer_wrapper {
        order: 1; }
      .image_text_panel .image_text_panel__row--reverse .image_text_panel__image_wrapper {
        order: 2; } }
  .image_text_panel .image_text_panel__col {
    flex: 1;
    display: flex;
    justify-content: center; }
  @media only screen and (max-width: 900px) {
    .image_text_panel .image_text_panel__text_outer_wrapper {
      order: 2; } }
  .image_text_panel .image_text_panel__text_inner_wrapper {
    max-width: 740px;
    padding: 120px 120px 120px 120px;
    margin: 0 auto; }
    @media only screen and (max-width: 1100px) {
      .image_text_panel .image_text_panel__text_inner_wrapper {
        padding: 60px; } }
    @media only screen and (max-width: 900px) {
      .image_text_panel .image_text_panel__text_inner_wrapper {
        padding: 36px 0 48px 0;
        max-width: 90%; } }
    .image_text_panel .image_text_panel__text_inner_wrapper h2 {
      margin-bottom: 36px; }
      @media only screen and (max-width: 900px) {
        .image_text_panel .image_text_panel__text_inner_wrapper h2 {
          margin-bottom: 12px; } }
  @media only screen and (max-width: 900px) {
    .image_text_panel .image_text_panel__image_wrapper {
      order: 1; } }
  .image_text_panel .image_text_panel__image_wrapper img {
    width: 100%;
    object-fit: cover; }
  .image_text_panel .image_text_panel__image_wrapper--80 img {
    width: 80%;
    margin: 0 auto; }

.quote__content--form iframe {
  width: 100%;
  height: 590px;
  position: relative;
  background: transparent !important; }

.login {
  display: grid; }
  @media screen and (min-width: 900px) {
    .login {
      grid-template-columns: 7fr 5fr;
      height: 100%; } }
  .login h1 {
    color: #5F6949;
    font-size: 32px;
    margin-bottom: 24px; }
  .login p {
    color: #5F6949; }
  @media screen and (min-width: 1100px) {
    .login__submit {
      max-width: 228px; } }
  @media screen and (max-width: 900px) {
    .login__submit {
      max-width: 170px; } }
  .login__img {
    left: 0;
    top: 0; }
    @media screen and (max-width: 900px) {
      .login__img {
        position: fixed;
        z-index: -1; } }
    .login__img img {
      object-fit: cover;
      height: calc(100vh - 66px); }
      @media screen and (max-width: 900px) {
        .login__img img {
          height: 100vh; } }
  .login__content {
    padding-left: 26px;
    padding-top: 48px;
    max-width: 396px; }
    @media screen and (max-width: 900px) {
      .login__content {
        width: 100%;
        margin: 0 auto;
        max-width: 80%;
        position: relative;
        top: 260px;
        background: #F5F3E6;
        padding: 45px 16px; } }
    .login__content .errorlist {
      color: #DE622C;
      margin-bottom: 12px; }
  .login__staff_button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer; }

.hero-with-image-on-side {
  display: flex;
  justify-content: center;
  padding-top: 48px;
  margin-bottom: 72px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 900px) {
    .hero-with-image-on-side {
      gap: 100px; } }
  @media only screen and (max-width: 900px) {
    .hero-with-image-on-side {
      align-items: center; } }
  @media only screen and (max-width: 900px) {
    .hero-with-image-on-side .hero-with-image-on-side__title {
      color: #775F4D; } }
  .hero-with-image-on-side .hero-with-image-on-side__content-wrapper {
    flex: 7;
    max-width: 500px;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 1240px) {
      .hero-with-image-on-side .hero-with-image-on-side__content-wrapper {
        padding-left: 40px; } }
  .hero-with-image-on-side .hero-with-image-on-side__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    @media only screen and (min-width: 900px) {
      .hero-with-image-on-side .hero-with-image-on-side__text-wrapper {
        margin-top: 72px; } }
    .hero-with-image-on-side .hero-with-image-on-side__text-wrapper > *:not(:last-child) {
      margin-bottom: 36px; }
      @media only screen and (max-width: 900px) {
        .hero-with-image-on-side .hero-with-image-on-side__text-wrapper > *:not(:last-child) {
          margin-bottom: 24px; } }
    .hero-with-image-on-side .hero-with-image-on-side__text-wrapper h2 {
      font-size: 32px; }
      @media only screen and (min-width: 900px) {
        .hero-with-image-on-side .hero-with-image-on-side__text-wrapper h2 {
          font-size: 48px; } }
    .hero-with-image-on-side .hero-with-image-on-side__text-wrapper h3 {
      font-size: 32px;
      line-height: 34px; }
  .hero-with-image-on-side .hero-with-image-on-side__image-wrapper {
    margin-top: 36px;
    flex: 5; }
    .hero-with-image-on-side .hero-with-image-on-side__image-wrapper img {
      width: 100%;
      object-fit: cover; }
  @media only screen and (max-width: 900px) {
    .hero-with-image-on-side {
      flex-direction: column;
      background-color: #F1E9DC;
      margin-bottom: 0;
      padding: 0 0 48px 0; }
      .hero-with-image-on-side .hero-with-image-on-side__content-wrapper {
        order: 2;
        padding: 0px 16px;
        margin-top: -52px;
        margin-left: auto;
        margin-right: auto; }
      .hero-with-image-on-side .hero-with-image-on-side__text-wrapper {
        background-color: #F8F4ED;
        padding: 36px 36px 24px 36px;
        margin: 0 auto;
        text-align: center; }
        .hero-with-image-on-side .hero-with-image-on-side__text-wrapper .button {
          margin: 0 auto; }
        .hero-with-image-on-side .hero-with-image-on-side__text-wrapper h3 {
          font-size: 16px;
          line-height: 19px; }
      .hero-with-image-on-side .hero-with-image-on-side__image-wrapper {
        margin-top: 0;
        order: 1;
        display: flex; }
        .hero-with-image-on-side .hero-with-image-on-side__image-wrapper img {
          height: 100%; } }
  @media only screen and (min-width: 900px) {
    .hero-with-image-on-side.picture_first {
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 900px) {
    .hero-with-image-on-side.wide_right {
      max-width: unset;
      margin-left: 100px; }
      .hero-with-image-on-side.wide_right .hero-with-image-on-side__content-wrapper {
        margin-top: 0; }
        .hero-with-image-on-side.wide_right .hero-with-image-on-side__content-wrapper .hero-with-image-on-side__text-wrapper {
          background-color: unset; } }
.plan_ahead_cards {
  margin: 72px auto;
  max-width: 1200px; }
  @media only screen and (max-width: 1236px) {
    .plan_ahead_cards {
      padding: 0 1rem; } }
  @media only screen and (max-width: 900px) {
    .plan_ahead_cards--hide-mobile {
      display: none; } }
  .plan_ahead_cards .plan_ahead_cards__section_title {
    margin-bottom: 24px; }
    @media only screen and (min-width: 900px) {
      .plan_ahead_cards .plan_ahead_cards__section_title {
        padding-left: 36px; } }
  .plan_ahead_cards .plan_ahead_cards__section_title, .plan_ahead_cards .plan_ahead_cards__content {
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 900px) {
      .plan_ahead_cards .plan_ahead_cards__section_title, .plan_ahead_cards .plan_ahead_cards__content {
        padding: 0 1rem; } }
  .plan_ahead_cards .plan_ahead_cards__content {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 900px) {
      .plan_ahead_cards .plan_ahead_cards__content {
        flex-direction: column; } }
  .plan_ahead_cards .plan_ahead_cards__steps_wrapper {
    flex: 1;
    padding: 36px 36px 48px 36px; }
    .plan_ahead_cards .plan_ahead_cards__steps_wrapper:not(:last-child) {
      margin-right: 18px; }
      @media only screen and (max-width: 900px) {
        .plan_ahead_cards .plan_ahead_cards__steps_wrapper:not(:last-child) {
          margin-right: 0;
          margin-bottom: 12px; } }
  .plan_ahead_cards .plan_ahead_cards__steps_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .plan_ahead_cards .plan_ahead_cards__steps_item_step_number {
      display: inline-block;
      padding: 8px;
      background-color: #775F4D;
      color: #FBF9F6;
      font-size: 14px;
      letter-spacing: 0.5px;
      margin-bottom: 12px;
      font-weight: 900; }
    .plan_ahead_cards .plan_ahead_cards__steps_item_step_title {
      font-size: 32px;
      margin-bottom: 24px; }
  .plan_ahead_cards .plan_ahead_cards__cta {
    margin-top: 36px;
    display: flex;
    justify-content: center; }
  .plan_ahead_cards.state_member .plan_ahead_cards__steps_item, .plan_ahead_cards.state_member .plan_ahead_cards__section_title {
    color: #775F4D; }
    .plan_ahead_cards.state_member .plan_ahead_cards__steps_item .plan_ahead_cards__steps_item_step_title, .plan_ahead_cards.state_member .plan_ahead_cards__section_title .plan_ahead_cards__steps_item_step_title {
      color: #775F4D; }

.popover {
  position: relative; }
  .popover .popover__icon {
    width: 18px;
    height: 18px; }
  .popover .popover__text {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-out;
    position: absolute;
    right: -8px;
    top: 0px;
    transform: translate(100%, 0);
    padding: 9px 15px;
    width: 260px;
    font-size: 14px;
    z-index: 10; }
  .popover:hover .popover__text {
    opacity: 1;
    visibility: visible; }

.login-field {
  margin: 5px 0px; }

.environmental_table {
  padding: 0 5rem;
  max-width: calc(1200px + 5rem);
  margin: 0 auto 100px auto; }
  .environmental_table h2 {
    font-size: 3rem;
    margin-bottom: 36px;
    color: #5F6949; }
  .environmental_table_container {
    color: #5F6949;
    width: 100%;
    font-size: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 12px; }
    .environmental_table_container .line {
      grid-column: 1/5;
      border-bottom: 1.5px solid #5F6949; }
    .environmental_table_container .line_small {
      grid-column: 1/5;
      border-bottom: 0.5px solid rgba(95, 105, 73, 0.5); }
    .environmental_table_container_col {
      padding: 12px;
      border-left: 1px solid #E5E2C1;
      display: flex;
      align-items: center; }
      .environmental_table_container_col.title_col {
        font-weight: bold;
        border-left: none; }
    .environmental_table_container_row {
      padding: 12px 0; }
    .environmental_table_container .header_col {
      border-left: none;
      padding-bottom: 0; }
      .environmental_table_container .header_col h4 {
        font-size: 24px; }
  @media only screen and (max-width: 900px) {
    .environmental_table {
      padding: 0; }
      .environmental_table h2 {
        padding: 0 12px;
        font-size: 32px; }
      .environmental_table_container {
        font-size: 16px;
        grid-template-columns: repeat(1, 1fr); }
        .environmental_table_container .header_col h4 {
          font-size: 18px; }
        .environmental_table_container .hide_m {
          display: none; } }
  @media only screen and (max-width: 400px) {
    .environmental_table {
      display: none; } }
.nor_impact .environmental_table h2 {
  color: #D6DAD4; }

.nor_impact .environmental_table_container {
  color: #D6DAD4; }
  .nor_impact .environmental_table_container_col:not(.header_col):not(.title_col) {
    border-left: 1px solid rgba(214, 218, 212, 0.25); }
  .nor_impact .environmental_table_container .line {
    grid-column: 1/5;
    border-bottom: 1.5px solid #D6DAD4; }
  .nor_impact .environmental_table_container .line_small {
    grid-column: 1/5;
    border-bottom: 0.5px solid rgba(214, 218, 212, 0.5); }

@media only screen and (max-width: 400px) {
  .nor_impact {
    display: none; } }

.facilities {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 115px;
  margin-bottom: 72px; }
  .facilities p {
    font-size: 18px;
    margin-bottom: 24px; }
  @media only screen and (max-width: 900px) {
    .facilities {
      background-color: #F1E9DC;
      grid-template-columns: 1fr;
      margin-bottom: 36px;
      text-align: center;
      gap: 36px; }
      .facilities .facilities__content {
        grid-row: 1; }
      .facilities .facilities__gallery {
        grid-row: 2;
        padding: 0 1rem;
        margin-bottom: 12px; } }
  @media only screen and (min-width: 900px) {
    .facilities.conservation {
      grid-template-columns: 3fr 4fr; }
      .facilities.conservation .facilities__gallery {
        grid-column: 2/3; }
      .facilities.conservation .facilities__content {
        grid-column: 1/2;
        grid-row: 1; } }
  .facilities.choose .facilities__content a {
    align-self: center; }
  .facilities .facilities__gallery {
    display: flex; }
    .facilities .facilities__gallery img {
      object-fit: cover;
      width: 100%; }
  .facilities .facilities__content {
    color: #513C27;
    padding: 36px 0 1rem 0; }
    .facilities .facilities__content h2, .facilities .facilities__content p {
      color: #513C27; }
    .facilities .facilities__content h2 {
      margin: 0 0 24px; }
    .facilities .facilities__content a {
      align-self: flex-start; }
    @media only screen and (min-width: 900px) {
      .facilities .facilities__content {
        display: flex;
        flex-direction: column; } }
    @media only screen and (max-width: 900px) {
      .facilities .facilities__content {
        padding: 3rem 2rem 0; }
        .facilities .facilities__content h2 {
          margin-bottom: 36px; }
        .facilities .facilities__content p {
          font-size: 18px;
          margin-bottom: 36px;
          padding: 0; }
        .facilities .facilities__content a {
          display: inline-block; } }
sup {
  vertical-align: super;
  font-size: 12px; }

sub {
  vertical-align: sub;
  font-size: 12px; }

.seen_in.seen_in_home {
  margin-bottom: 72px; }
  @media screen and (max-width: 900px) {
    .seen_in.seen_in_home {
      margin-bottom: 48px; } }
.seen_in.seen_in_about {
  margin-bottom: 36px;
  margin-top: 12px; }

.seen_in h6 {
  color: #775F4D;
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px; }

.seen_in_container {
  grid-row-gap: 24px;
  grid-column-gap: 36px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .seen_in_container div {
    text-align: center; }
    @media screen and (max-width: 900px) and (min-width: 600px) {
      .seen_in_container div {
        text-align: right; } }
    @media screen and (min-width: 600px) {
      .seen_in_container div:first-of-type {
        text-align: left; }
      .seen_in_container div:last-of-type {
        text-align: right; } }
  @media screen and (min-width: 600px) and (max-width: 900px) {
    .seen_in_container div:last-of-type {
      text-align: center;
      grid-column: span 2; } }
    .seen_in_container div img {
      height: 35px; }

.memorial_loading_fallback .spinner_container {
  display: flex;
  align-items: center;
  height: 100vh; }

.MemorialFooter {
  position: relative;
  background-image: url("https://earth-funerals-static.s3.amazonaws.com/img/memorials/forest.jpg");
  background-size: cover; }
  .MemorialFooter .MemorialFooter__ContentWrapper {
    padding: 88px 1rem 64px;
    z-index: 1; }
  .MemorialFooter .MemorialFooter__Content {
    max-width: 1168px;
    margin: 0 auto;
    padding: 72px 2rem;
    background-color: #556631;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .MemorialFooter .MemorialFooter__Title, .MemorialFooter .MemorialFooter__Description {
    max-width: 650px;
    margin-bottom: 36px;
    text-align: center; }
    @media only screen and (max-width: 900px) {
      .MemorialFooter .MemorialFooter__Title, .MemorialFooter .MemorialFooter__Description {
        margin-bottom: 24px; } }
  .MemorialFooter .MemorialFooter__Title {
    color: #F8F3E9; }
  .MemorialFooter .MemorialFooter__Description {
    color: #FBF9F6; }

.memorial {
  width: 100%;
  background-color: #F5F3E6; }
  .memorial .memorial__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px; }
  .memorial .memorial__detail {
    padding-top: 48px;
    padding-bottom: 72px;
    position: relative;
    border-bottom: 1px solid #5F6949;
    display: grid;
    grid-template-columns: 1fr 275px;
    grid-gap: 24px; }
    .memorial .memorial__detail--image {
      grid-template-columns: 160px 1fr 275px; }
      @media only screen and (max-width: 900px) {
        .memorial .memorial__detail--image {
          grid-template-columns: 120px 1fr 130px; } }
    @media only screen and (max-width: 1100px) {
      .memorial .memorial__detail {
        padding-top: 36px;
        padding-bottom: 48px; } }
    @media only screen and (max-width: 600px) {
      .memorial .memorial__detail {
        grid-template-columns: 100px 1fr;
        overflow: hidden; }
        .memorial .memorial__detail--image .memorial__detail--content {
          grid-column: 2 / 4; }
        .memorial .memorial__detail--content {
          grid-column: 1 / 3; } }
    .memorial .memorial__detail--portrait {
      border-radius: 50%;
      width: 160px;
      height: 160px;
      object-fit: cover;
      z-index: 1000;
      position: relative;
      cursor: pointer; }
      @media only screen and (max-width: 900px) {
        .memorial .memorial__detail--portrait {
          width: 120px;
          height: 120px; } }
      @media only screen and (max-width: 600px) {
        .memorial .memorial__detail--portrait {
          width: 100px;
          height: 100px; } }
    .memorial .memorial__detail--content {
      z-index: 1000;
      position: relative; }
    .memorial .memorial__detail--buttons {
      align-self: flex-end;
      margin-left: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      z-index: 1; }
      @media only screen and (max-width: 600px) {
        .memorial .memorial__detail--buttons {
          grid-column: span 4;
          width: 100%; }
          .memorial .memorial__detail--buttons > div {
            flex: 1 0 45%; }
          .memorial .memorial__detail--buttons .ShareCurrentPage > div {
            width: 100%; }
            .memorial .memorial__detail--buttons .ShareCurrentPage > div .moss {
              width: 100%;
              text-align: center;
              justify-content: center; } }
      @media only screen and (min-width: 1100px) {
        .memorial .memorial__detail--buttons > .button, .memorial .memorial__detail--buttons .ShareCurrentPage > .button {
          flex-basis: 130px;
          width: 130px; } }
      @media only screen and (max-width: 900px) {
        .memorial .memorial__detail--buttons {
          flex: 1 0 90%;
          justify-content: center;
          margin-top: 12px; }
          .memorial .memorial__detail--buttons .ShareCurrentPage {
            display: flex; }
          .memorial .memorial__detail--buttons .ShareCurrentPage > .button {
            display: flex;
            justify-content: center; }
          .memorial .memorial__detail--buttons > *, .memorial .memorial__detail--buttons .ShareCurrentPage > .button {
            flex-grow: 1; } }
      .memorial .memorial__detail--buttons--subscribe {
        z-index: 1;
        padding: 16px 34px;
        background-color: #F5F3E6;
        border: 1px solid #5F6949;
        cursor: pointer;
        color: #5F6949;
        font-size: 14px;
        text-align: center; }
        @supports (-webkit-touch-callout: none) and (not (translate: none)) {
          .memorial .memorial__detail--buttons--subscribe {
            margin-right: 12px; } }
    .memorial .memorial__detail--subscribe-button {
      z-index: 1;
      border: 1px solid #5F6949;
      color: #5F6949; }
    .memorial .memorial__detail--name {
      margin: 48px 0 12px;
      font-size: 48px;
      color: #5F6949; }
      @media only screen and (max-width: 1100px) {
        .memorial .memorial__detail--name {
          margin-top: 36px; } }
      @media only screen and (max-width: 900px) {
        .memorial .memorial__detail--name {
          margin-top: 24px;
          font-size: 32px; } }
    .memorial .memorial__detail--date {
      font-size: 24px;
      color: #5F6949; }
      @media only screen and (max-width: 900px) {
        .memorial .memorial__detail--date {
          font-size: 18px; } }
    .memorial .memorial__detail--background {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50%;
      overflow: hidden; }
      .memorial .memorial__detail--background--container {
        position: absolute;
        width: 100%;
        overflow: hidden;
        height: 100%;
        top: 0; }
      @media only screen and (max-width: 900px) {
        .memorial .memorial__detail--background {
          display: none; } }
      .memorial .memorial__detail--background img {
        mix-blend-mode: multiply;
        position: absolute;
        height: 280px; }
      .memorial .memorial__detail--background .leaf1 {
        transform: rotate(190deg);
        top: -15%;
        left: 0; }
      .memorial .memorial__detail--background .leaf2 {
        bottom: -50%;
        left: 25%; }
      .memorial .memorial__detail--background .leaf3 {
        top: -50%;
        left: 40%; }
      .memorial .memorial__detail--background .leaf4 {
        transform: rotate(200deg);
        top: -30%;
        left: 70%; }
      @media only screen and (max-width: 1100px) {
        .memorial .memorial__detail--background .leaf1 {
          top: -50%; }
        .memorial .memorial__detail--background .leaf2 {
          bottom: -80%; }
        .memorial .memorial__detail--background .leaf3 {
          top: -90%; }
        .memorial .memorial__detail--background .leaf4 {
          top: 0%; } }
  .memorial .memorial__description {
    padding: 24px 0 36px;
    margin-bottom: 24px;
    font-family: "Morion", Times, serif;
    border-bottom: 1px solid #5F6949;
    white-space: pre-line;
    color: #5F6949; }
    .memorial .memorial__description p {
      margin-bottom: 24px;
      font-size: 18px; }

.memorial__detail--buttons--subscribe--popover {
  padding: 0;
  background: none;
  filter: none; }

.memorial__cards {
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px; }
  @media only screen and (max-width: 900px) {
    .memorial__cards {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 600px) {
    .memorial__cards {
      grid-template-columns: 1fr; } }
  .memorial__cards .memorial__card {
    height: 438px; }

.modalOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
