:root {
  --con-color-main: rgb(52, 172, 161);
  --con-color-back: rgb(52, 172, 161);
  --con-color-alt: rgb(19, 104, 97);
  --con-color-gradient: linear-gradient(
    135deg,
    rgb(52, 172, 161) 6%,
    rgb(124, 201, 194) 72%,
    rgb(52, 172, 161) 100%
  );
  --color-main-accent-link: rgb(52, 172, 161);
}

/* Typography */
p {
  margin-bottom: 1.25rem;

  &.small {
    font-size: 13px;
    opacity: 0.5;
  }

  &.cost {
    font-size: 2rem !important;
  }
}

h2,
h3 {
  text-transform: none !important;
  line-height: 1.2;

  &.small {
    font-size: 16px !important;
    margin: 0;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    letter-spacing: 0.06rem;
    text-transform: uppercase !important;
    color: rgba(1, 1, 1, 0.4) !important;
    margin-bottom: 1.5rem;
  }
}

/* Layout Components */
.day {
  margin-bottom: 0 !important;
}

.flexAligner {
  display: flex;
  align-items: center;
  height: 100%;
}

.condate {
  font-family: Vollkorn, times, serif !important;
  color: var(--con-color-main);
}

/* Prices Section */
.pricesParent {
  border-radius: 0.25rem;
  box-shadow: 0 0 2rem 0.5rem rgba(0, 0, 0, 0.125);
  background-color: transparent;
}
.prices {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  row-gap: 1rem;
  column-gap: 2rem;

  > div {
    display: grid;
    padding: 1.5rem;
    grid-template-rows: auto auto auto 1fr;
    background-size: cover;
  }

  div .purchase-block {
    align-self: end;
  }

  .button {
    background-image: var(--con-color-gradient);
    background-size: 100% 100%;
    background-position: left center;
    color: #fff;
    outline: 0px solid transparent;
  }

  .level {
    .button:hover {
      outline: 4px solid rgba(52, 172, 161, 0.3);
      background-size: 200% 100%;
      background-image: var(--con-color-gradient);
      color: #fff;
      background-color: var(--con-color-alt);
    }

    div:not(.purchase-block),
    h3 {
      margin-bottom: 0.5rem;
      text-transform: none !important;
    }

    p:last-of-type {
      margin-bottom: 0;
    }
  }

  @media screen and (min-width: 40em) {
    grid-template-columns: repeat(var(--reg-type-count), 1fr);
    column-gap: 1.9875rem;
  }
}

/* More Info Section */
#moreinfo {
  margin-bottom: 2rem;

  p:not(.small),
  ul {
    font-size: 1.25rem;
  }

  p:not(.small) {
    font-size: 1.25rem;
  }

  p + h3 {
    margin-top: 2rem;
  }

  @media screen and (min-width: 40em) {
    margin-bottom: 0rem;
  }
}

/* Schedule Section */
section.schedule {
  h3.small {
    margin: 0.5rem 0 1rem 0 !important;
  }
}

/* Hero Container */
.hero_container {
  background-size: cover;
}

.hero_back {
  .hero_content_container {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Date Components */
.day-number {
  font-size: 4em;
  display: inline-block;
  margin-right: 15px;
}

.date-right {
  display: inline-block;
}

.day-name {
  font-size: 1.6em;
}

.month {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.6em;
  letter-spacing: 2px;
  margin-top: 2px;
}

/* Timeline Component */
.timeline {
  h3 {
    text-transform: capitalize !important;

    + p {
      margin-top: 0.5em;
      margin-bottom: 0;
    }

    &,
    &.small {
      font-size: 16px !important;
      margin: 0;
      line-height: 1.4 !important;
      font-weight: 500 !important;
      letter-spacing: 0.06rem;
      text-transform: uppercase !important;
    }
  }

  ul {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding: 1em 0 0 0em;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1;

    li {
      padding: 1em 0;

      &:hover .bullet {
        border: 2px solid var(--color-main-accent-link);
        background: var(--color-main-accent-link);
      }
    }

    &::before {
      content: " ";
      height: 100%;
      width: 1px;
      background-color: #c9c9c9;
      position: absolute;
      top: 0;
      left: 0.5em;
      z-index: -1;
    }

    @media screen and (max-width: 39.9875em) {
      margin-bottom: 1rem;
    }
  }

  li div {
    display: inline-block;
    vertical-align: top;
  }

  .bullet {
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    margin-right: 1em;
    margin-top: 1.8em;
    border: 2px solid var(--color-main-accent-link);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .time {
    width: 8em;
    font-size: 16px;
    padding-top: 0.25em;
    padding-right: 1em;
    color: rgba(1, 1, 1, 0.4);
  }

  .desc {
    width: calc(100% - 3em);
  }

  p {
    font-size: 14px;
    line-height: 1.4;

    + p {
      margin-top: 1.25rem;
      margin-bottom: 0;
    }
  }

  .people img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}

/* Responsive Utilities */
@media screen and (max-width: 39.9875em) {
  .smBottomMarg {
    margin-bottom: 2rem;
  }
}
