#pagearea {
    overflow: unset;
}

section > div {
    padding-top: 0;
}

#article-flexible-header {
  padding: 6em 0 0;
}
#article-flexible-header.background {
    padding: 6em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#article-flexible-header.spaced {
    padding: 16em 0 11em;
}
#article-flexible-header.spaced h1 {
    font-size: 5.25em;
}
#article-flexible-header.Dark {
    background-color: #222;
    color: #fff;
    padding: 6em 0;
}
#article-flexible-header.Dark p#date {
    color: rgba(255, 255, 255, 0.6);
}
#article-flexible-header.Dark.spaced {
    padding: 16em 0;
}
#article-flexible-header.Accent {
    background-color: var(--accent1);
    color: #fff;
    padding: 6em 0;
}
#article-flexible-header.Accent p#date {
    color: rgba(0, 0, 0, 0.6);
}
#article-flexible-header.Accent #article-share-buttons a {
    color: #222;
}
#article-flexible-header.Accent hgroup p {
    color: #222;
}
#article-flexible-header.Accent.spaced {
    padding: 16em 0;
}
#article-flexible-header > div > div {
    width: 100%;
}
#article-flexible-header.centered > div > div {
    text-align: center;
}
#article-flexible-header p#date {
  color: rgba(34, 34, 34, 0.6);
  font-size: 0.95em;
  margin-bottom: 0.25em;
}

#article-flexible-header hgroup {
  margin-bottom: 1.5em;
  width: 80%;
}
#article-flexible-header.centered hgroup {
  margin: 0 auto 1.5em;
}
#article-flexible-header h1 {
  font-size: 4.5em;
  line-height: 1.2;
  margin-bottom: 0;
}
#article-flexible-header hgroup p {
    margin-top: 0.5em;
    font-weight: 600;
}

#article-flexible-header.centered #article-share-buttons {
    justify-content: center;
}

#article-flexible-content {
  width: 100%;
}
#article-flexible-content .grid-section {
    display: flex;
    flex-direction: column;
    gap: 4em;
    margin-top: 4em;
}
#article-flexible-content .row {
    display: flex;
    gap: 4em;
}
#article-flexible-content .col-md-12 {
    width: 100%;
}
#article-flexible-content .col-md-10 {
    width: 80%;
    margin: 0 auto;
}
#article-flexible-content .col-md-6 {
    width: 50%;
    margin: 0 auto;
}
#article-flexible-content .row .column > div > h3:first-child {
    margin-top: 0;
}
#article-flexible-content h2 {
  margin: 1.5em 0 0.75em;
}
#article-flexible-content h3 {
  font-size: 2.2em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
#article-flexible-content h4 {
  font-size: 1.5em;
  margin-top: 2em;
}
#article-flexible-content p, #article-flexible-content ul {
  line-height: 1.4;
  font-size: 1.3em;
}
#article-flexible-content ul {
    margin-top: 1em;
}
#article-flexible-content img {
  width: 100%;
}
#article-flexible-content iframe {
  width: 100%;
  height: 24em;
}
#article-flexible-content strong {
  font-size: 1.2em;
}
#article-flexible-content strong:only-child {
  display: block;
  margin-top: 2em;
}
#article-flexible-content button {
  display: inline-block;
}

#article-flexible-content .row .col-md-6:has(> div:only-child > img:only-child) > div {
    position: sticky;
    top: 14em;
}

@media only screen and (max-width: 960px) {
  #article-flexible-header > div > div, #article-flexible-content {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 640px) {
  #article-flexible-header > div > div, #article-flexible-content {
    font-size: inherit;
  }
  #article-flexible-header h1 {
    text-align: left;
  }
  #article-flexible-header > div {
    padding: 0 2em;
  }
  #article-flexible-content .row {
      flex-direction: column;
  }
  #article-flexible-content .col-md-6 {
      width: 100%;
  }
  #article-flexible-content .col-md-10 {
      width: 100%;
  }
}