.article-page .article-page__main.post-type-person{
  margin-top: 0px !important;
}

.fse-person-topper {
  margin-bottom: 2rem;
  padding: 4rem 0;
  position: relative;
  width: 100%;
}

.fse-person-topper::before {
  background: #f5f3ef;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.fse-person-topper .topper-profilepeopletype__inner {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 8px;
}

.fse-person-topper .topper-profilepeopletype__inner-2 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
  width: 100% !important;
}


.fse-person-topper .topper-profilepeopletype__name {
  margin-bottom: 0px;
}

.fse-person-topper .topper-profilepeopletype__titles {
  line-height: 1.1;
}

.fse-person-topper .topper-profilepeopletype__titles p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  margin-bottom:0.5rem !important;
}

.fse-person-topper__contact {
  line-height: 1.1;
  margin-top: 2.5rem;
}

.fse-person-topper__contact-heading {
  color: inherit;
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  margin-bottom:0.5rem !important;
}

.fse-person-topper__contact p {
  line-height: 1.1;
  margin: 0;
  padding: 0;
  margin-bottom:0.5rem !important;
}

.fse-person-topper__contact p + p {
  margin-top: 0;
}

.fse-person-topper__contact-html {
  margin-top: 0.8rem;
}

.fse-person-topper__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.fse-person-topper__links a {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.topper-profilepeopletype .topper-profilepeopletype__titles a, .topper-profilepeopletype .topper-profilepeopletype__contact a {
  transition: 0.3s ease all !important;
}

.fse-person-topper__icon-link,
.fse-person-topper__pill-link {
  align-items: center;
  background: #1c1c1c;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  justify-content: center;
  min-height: 2rem;
  text-decoration: none;
}

.fse-person-topper__icon-link {
  height: 2rem;
  width: 2rem;
}

.fse-person-topper__icon-link svg {
  color: #fff;
  fill: currentColor;
  height: 1.14rem;
  width: 1.14rem;
}

.fse-person-topper__icon-link .fse-person-topper__icon-svg--substack {
  height: 1rem;
  width: 1rem;
}

.fse-person-topper__pill-link {
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.55rem 1rem 0.5rem;
  text-transform: uppercase;
}

.fse-person-topper__icon-link:hover,
.fse-person-topper__icon-link:focus,
.fse-person-topper__pill-link:hover,
.fse-person-topper__pill-link:focus {
  background: #946e24;
  color: #fff;
}

.post-type-person .article-page__body {
  margin-bottom: 0px !important;
}

.post-type-person .article-page__body .fse-featured-publications {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}

.post-type-person .article-page__body .fse-featured-press {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}


@media (min-width: 768px) {
  .fse-person-topper .topper-profilepeopletype__inner {
    padding: 0 8.75vw;
  }

  .fse-person-topper .topper-profilepeopletype__name {
    font-size: 72px;
  }
}

@media (min-width: 1800px) {
  .fse-person-topper .topper-profilepeopletype__inner {
    padding: 0 158px;
  }
}

@media (max-width: 767px) {
  .fse-person-topper {
    padding: 2.35rem 0;
  }

  .fse-person-topper__contact {
    margin-top: 1.5rem;
  }
}


@media (min-width: 600px) {
    .topper-profilepeopletype--has-image .topper-profilepeopletype__figure {
        width: 30.666667% !important;
    }
  }
