@charset "UTF-8";
.hidden {
  display: none !important;
  visibility: hidden; }

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /**
	 * Extends the .visuallyhidden class to allow the element
	 * to be focusable when navigated to via the keyboard:
	 * https://www.drupal.org/node/897638
	 */ }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.with-arrow:after {
  content: "»";
  font-weight: 700;
  font-size: 130%;
  color: var(--wp--preset--color--green);
  line-height: 1;
  margin-left: 0.3em;
  transition: all 0.3s ease; }

.with-arrow:hover:after {
  margin-left: 0.6em;
  color: var(--wp--preset--color--purple); }

.open-button {
  border-radius: 3px;
  background: rgba(var(--wp--preset--color--white), 0.2);
  border: 2px solid var(--wp--preset--color--purple) !important;
  font-weight: 600;
  padding: 0.4rem 0.5rem !important;
  display: inline-block; }

.ek-related {
  border-top: 2px solid var(--wp--preset--color--slate);
  position: relative;
  margin-top: 7rem;
  margin-bottom: 4.6rem; }
  .ek-related:before {
    content: '';
    height: 2px;
    width: 17.5%;
    background: var(--wp--preset--color--amethyst);
    position: absolute;
    top: -2px; }
  .ek-related > h3 {
    font-size: 2.4rem;
    color: var(--wp--preset--color--offblack);
    font-weight: 600;
    margin-bottom: 3rem;
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto; }
  .ek-related h4 {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: var(--wp--preset--color--black); }
  .ek-related ul {
    padding-left: 0;
    margin-bottom: 3.2rem; }
  .ek-related li {
    margin-bottom: 1.6rem; }
  .ek-related a:not(.open-button) {
    border-bottom: none !important; }
  .ek-related a.open-button {
    margin-bottom: 3.6rem; }

.related-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto; }
  .related-container > div {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  @media (max-width: 799px) {
    .related-container {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem; }
      .related-container > div {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

/*# sourceMappingURL=maps/block-related.css.map */
