  .news-story--hero-area {
  margin-top: var(--spacing--2xlarge);
}
.news-story--hero-area h1 {
  font-weight: bold;
  margin-bottom: 0;
}
.news-story--hero-area ol + h1 {
  margin-top: var(--spacing--small);
}
.news-story--hero-area .featured-image {
  margin-top: var(--spacing--2xlarge);
  margin-right: 0;
  margin-left: 0;
}
.news-story--hero-area .featured-image figcaption {
  font-style: italic;
}

.news-story__intro-text {
  margin-top: var(--spacing--2xlarge);
  margin-bottom: 0;
}

.news-story--content-area .wysiwyg {
  margin-top: var(--spacing--xlarge);
}
.news-story--content-area .story__featured-person {
  margin-top: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .news-story--content-area .story__featured-person {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 75em) {
  .news-story--content-area .story__featured-person {
    margin-top: 60px;
  }
}
.news-story--content-area .medium-3 + .medium-8.medium-offset-1 {
  margin-left: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .news-story--content-area .obj-right,
  .news-story--content-area .align-right {
    margin-right: -100px;
  }
}

.news-story__info:not(:first-child) {
  margin-top: var(--spacing--large);
}
.news-story__info {
  margin-bottom: var(--spacing--xlarge);
  clear: both;
}
.news-story__info .eyebrow,
.news-story__info .overline {
  color: var(--accent-green);
  font-weight: bold;
  letter-spacing: 1.4px;
}
.news-story__info dl + dl {
  margin-top: var(--spacing--xsmall);
}
.news-story__info dd {
  margin-left: 0;
  margin-top: var(--spacing--2xsmall);
}
.news-story__info .name,
.news-story__info .date {
  font-family: var(--sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.news-story__info .pronouns {
  margin-top: 4px;
  font-family: var(--sans-serif);
  font-size: 14px !important;
  font-weight: 400;
}

.news-story--article {
  padding-top: var(--spacing--large);
}
@media print, screen and (min-width: 48.0625em) {
  .news-story--article__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.news-story--article__text {
  width: 100%;
}
.news-story--article__text h2 {
  margin-top: 0;
}
@media print, screen and (max-width: 40em) {
  .news-story--article__text h2 {
    margin-top: 15px;
  }
}
.news-story--article__text h2 .link-arrow::after {
  color: var(--brand--bright-blue);
}
.news-story--article__text .news-story--article__summary,
.news-story--article__text .news-story__info,
.news-story--article__text .news-story__info .tags {
  margin-top: 20px;
}
.news-story--article__text .news-story__info * {
  font-size: 14px;
}
.news-story--article__text .news-story__info dd {
  display: inline;
}
.news-story--article__text .news-story__info dd div {
  display: inline-block;
}
.news-story--article__text .news-story__info .pronouns::before {
  content: "\0020\0020\2014\0020\0020";
}
.news-story--article__photo {
  width: 164px;
}
.news-story--article__photo a {
  display: block;
}
@media print, screen and (min-width: 48.0625em) {
  .news-story--article__photo {
    min-width: 12.5em;
    margin-left: 60px;
  }
}
.news-story--article__border hr {
  margin-bottom: 0;
  margin-top: var(--spacing--large);
}
.news-story--article:last-of-type .cell.news-story--article__border {
  display: none;
}

.page--news article.news--detail:last-child {
  padding-bottom: var(--spacing--xlarge);
}

@media print, screen and (min-width: 48.0625em) {
  .news__featured-image figcaption {
    margin-left: 8.33333%;
  }
}

.listing .form-item + .form-item.form-item-department {
  margin-left: 0;
}
/* Card Story Styles */
.card--story h2,
.card--story h3 {
  margin: 0;
}

.card--story .subject-info,
.card--story p,
.card--story .tags {
  margin-top: var(--spacing--2xsmall);
  display: block;
  margin-bottom: 0;
}

.card--story .btn {
  margin-top: var(--spacing--xsmall);
  margin-bottom: 0;
}

.card--story .quote {
  font-weight: 500;
  font-style: italic;
}

/* Subject Info */
.subject-info:not(:first-child) {
  margin-top: var(--spacing--small);
}
.subject-info span {
  display: block;
}
.subject-info span:not(:first-child) {
  margin-top: var(--spacing--3xsmall);
}
.subject-info__name {
  font-weight: 600;
}
.subject-info__meta {
  color: var(--gray--medium);
}

/* Card Listing Story (medium and up) */
@media print, screen and (min-width: 48.0625em) {
  .card--listing--story {
    margin: 0 var(--spacing--small) 0 0;
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
  }
}

/* Featured Person (small down) */
@media print, screen and (max-width: 40em) {
  .story__featured-person {
    position: relative;
    background-color: var(--gray--bg);
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .story__featured-person::after {
    content: "";
    display: block;
    background-color: var(--gray--bg);
    position: absolute;
    z-index: -1;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px;
  }
}

/* Featured Person Figure and Caption */
.story__featured-person figure {
  margin: 0;
  max-width: 260px;
}
.story__featured-person figcaption {
  font-size: 14px;
  font-style: italic;
}

/* Featured Person Bio */
.story__featured-person__bio p {
  margin-top: var(--spacing--small);
  font-family: var(--sans-serif);
  font-size: 18px;
  font-weight: 200;
  line-height: 1.7;
}

/* Featured Person Figure + dl */
.story__featured-person figure + dl {
  margin-top: var(--spacing--small);
}
