/**
 * Show more module
 */
.more {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 46rem;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 670px) {
  .more {
    margin: 2rem auto;
  }
}
.more .wrapper {
  margin: 0;
  padding: 1.25rem 1rem 1rem;
  background: #F6F6F6;
  overflow-x: auto;
  position: relative;
}
@media only screen and (min-width: 670px) {
  .more .wrapper {
    overflow-x: visible;
  }
  .more .wrapper.aligncenter .related__list {
    flex-direction: row;
  }
  .more .wrapper.aligncenter .related__list li {
    margin-left: 1.25rem;
    margin-top: 0.75rem;
  }
  .more .wrapper.alignleft {
    display: block;
    float: left;
    max-width: calc(50% - 1rem);
    margin: 0.25rem 2rem 1.25rem 0;
  }
  .more .wrapper.alignright {
    display: block;
    float: right;
    max-width: calc(50% - 1rem);
    margin: 0.25rem 0 1.25rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .more .wrapper.alignleft {
    margin-left: calc(-25% + 0.5rem);
  }
  .more .wrapper.alignright {
    margin-left: 2rem;
    margin-right: calc(-25% + 0.5rem);
  }
}
.more .wrapper .more__header {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 1200px) {
  .more .wrapper .more__header {
    font-size: 1.3125rem;
  }
}
.more .wrapper .more__initial, .more .wrapper .more__more {
  font-family: "NeueHaasUnica", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
}
.more .wrapper .more__expand {
  display: inline-block;
  padding: 0.6em 1.5em 0.5em;
  letter-spacing: 0;
  color: #828282;
  border: 1px solid #D4D4D4;
  border-radius: 30px;
  font-family: "NeueHaasUnica", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  transition: 0.15s;
  text-decoration: none;
  line-height: normal;
  font-size: 0.9375rem;
  margin-top: 1rem;
  cursor: pointer;
}
.more .wrapper .more__expand:after {
  content: " ";
  display: block;
  clear: both;
}
.more .wrapper .more__expand:hover, .more .wrapper .more__expand:focus {
  background: #D4D4D4;
  color: #100F0F;
}
@media only screen and (min-width: 670px) {
  .more .wrapper .more__expand {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 670px) {
  .more .wrapper .more__expand {
    font-size: 1.0625rem;
  }
}
.more .wrapper .more__expand .icon {
  transform: rotate(45deg);
  margin-right: 0.75em;
  margin-left: -0.25rem;
  margin-top: -0.2em;
}
.more .wrapper .more__expand:after {
  content: "Read more";
  display: inline;
}
.more .wrapper .more__more {
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
}
.more .wrapper.open .more__more {
  max-height: 1000px;
}
.more .wrapper.open .more__expand .icon {
  transform: none;
}
.more .wrapper.open .more__expand:after {
  content: "Read less";
}
.more .wrapper.open.open-onload .more__more {
  max-height: none;
}
.material--dark .more .wrapper {
  background-color: #2c2c2c;
}
.material--dark .more .wrapper .more__expand {
  color: #fff;
}
.material--custom-bg .more .wrapper {
  background-color: rgba(0, 0, 0, 0.25);
}

.wp-block[data-align=left] .block-editor-block-list__block[data-type="acf/show-more"], .wp-block[data-align=right] .block-editor-block-list__block[data-type="acf/show-more"] {
  float: none;
}

/*# sourceMappingURL=show-more.css.map */
