/* .simple-toc {
  margin-bottom: 2rem;
  position: sticky;
  top: 20px;
  z-index: 20;
}

body.admin-bar .simple-toc {
  top: 52px;
} */

/* Make sure TOC displays over other items */
.simple-toc,
.et_pb_section:has(.simple-toc) {
  position: relative;
  z-index: 20;
}

.simple-toc * {
  color: white;
}
.simple-toc__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  border: 1px solid white;
  padding: 1.5rem;
  background: #701d45;
  cursor: pointer;
  text-align: left;
  font-family: "Teodor Medium", Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
}

.simple-toc__trigger::after {
  content: "+";
  font-size: 2rem;
  line-height: 0.5;
  flex-shrink: 0;
}

.simple-toc__trigger.is-open::after {
  content: "−";
}

#simple-toc-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2rem;
}

.simple-toc__panel {
  border: 1px solid white;
  border-top: 0;
  background: #701d45;
  padding: 1rem 1.25rem;
}

.simple-toc__list {
  margin: 0;
  list-style: none;
  list-style-type: none !important;
  padding: 0 !important;
}

.simple-toc__item + .simple-toc__item {
  margin-top: 0.5rem;
}

.simple-toc__link {
  text-decoration: none;
  display: inline-block;
}

.simple-toc__number {
  /* font-weight: 700; */
  display: inline-block;
  margin-right: 0.5rem;
  width: 2rem;
}

/* Optional visual indentation by heading level */
/* .simple-toc__item--h1 {
  margin-left: 0;
}

.simple-toc__item--h2 {
  margin-left: 0.75rem;
}

.simple-toc__item--h3 {
  margin-left: 1.5rem;
}

.simple-toc__item--h4 {
  margin-left: 2.25rem;
} */

/* Helps native anchor behavior too, even outside JS smooth scroll */
.simple-toc-anchor-target {
  scroll-margin-top: 180px;
}

/* Divi New Landing Page Template */
.pb-landing-page-section {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw;
}
.pb-landing-page-section h1 {
  font-family: "Teodor Medium", Helvetica, Arial, Lucida, sans-serif;
}
.pb-landing-page-section h2 {
  font-family: "Teodor Medium", Helvetica, Arial, Lucida, sans-serif;
}
/* .pb-toc .et_pb_section_0 {
  border-color: #007786 #007786 #9cd4ea #007786;
} */
.pb-toc .et_pb_row {
  width: 100% !important;
}
/* .pb-landing-page-section .headshot .et_pb_image_wrap {
  width: 220px !important;
} */
.pb-landing-page-section .headshot .et_pb_blurb_container {
  vertical-align: middle;
}
.what-you-should-know-section {
  padding: 0 4rem;
}
.what-you-should-know-section .et_pb_blurb_description {
  column-count: 2;
  column-gap: 2rem;
}
.what-you-should-know-section .et_pb_blurb_content .et_pb_module_header {
  font-family: "Teodor Medium", Helvetica, Arial, Lucida, sans-serif;
  font-size: 30px;
  font-weight: 400 !important;
}
.pb-toc .et_pb_section_0:after {
  bottom: -7px;
  content: url("/wp-content/uploads/2022/08/White-hero-overlay.svg");
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 1350px) {
  .pb-toc .et_pb_section {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .what-you-should-know-section {
    padding: 0 3rem;
  }
  .what-you-should-know-section .et_pb_blurb_description {
    column-count: 1;
  }
}

@media (max-width: 1350px) {
  .pb-landing-page-section {
    padding: 0 5vw !important;
  }
}
