.node-teaser--person.node-teaser--vertical .node-teaser__no-headshot-image::after, .node-teaser--person.node-teaser--vertical .node-teaser__heading a::after {
  display: inline-block;
  font-family: "newpoint-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.node-teaser--person.node-teaser--vertical .node-teaser__heading a::after {
  content: "\ea11";
}

.node-teaser--person.node-teaser--vertical .node-teaser__no-headshot-image::after {
  content: "\ea0e";
}

.node-teaser--person.node-teaser--vertical .node-teaser__heading a::after {
  font-size: var(--animated-right-arrow-font-size, 0.65em);
  margin-left: var(--animated-right-arrow-margin-left, 1em);
  transition: all 200ms ease-in-out;
}
.node-teaser--person.node-teaser--vertical .node-teaser__heading a:hover::after {
  font-size: var(--animated-right-arrow-font-size-hover, var(--animated-right-arrow-font-size, 0.85em));
  margin-left: var(--animated-right-arrow-margin-left-hover, var(--animated-right-arrow-margin-left, 1.25em));
}

.node-teaser--person.node-teaser--vertical .node-teaser__heading a {
  --cta-display: inline-flex;
  align-items: center;
}

.node-teaser--person.node-teaser--vertical .node-teaser__heading a {
  --a-color: var(--cta-color, #262626);
  --a-display: var(--cta-display);
}

.node-teaser--person.node-teaser--vertical .node-teaser__heading {
  color: var(--heading-color, var(--text-color, #003595));
  line-height: var(--heading-line-height, 1);
  margin-bottom: var(--heading-margin-bottom, 0);
}

.node-teaser--person.node-teaser--vertical .node-teaser__heading {
  font-weight: 700;
  font-size: var(--h4-font-size, 1.333rem);
}

.node-teaser--person.node-teaser--vertical {
  display: -ms-grid;
  display: grid;
  gap: 30px;
      grid-template-areas: "ntCONT" "ntHEAD";
}
.node-teaser--person.node-teaser--vertical .node-teaser__header {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: ntHEAD;
  color: #595A5C;
}
.node-teaser--person.node-teaser--vertical .node-teaser__header > * + * {
  margin-top: 0.7em;
}
.node-teaser--person.node-teaser--vertical .node-teaser__image {
  --img-width: 100%;
}
.node-teaser--person.node-teaser--vertical .node-teaser__content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: ntCONT;
}

.node-teaser--person.node-teaser--vertical .node-teaser__heading {
  --heading-font-weight: 400;
}
.node-teaser--person.node-teaser--vertical .node-teaser__heading a {
  --cta-color: var(--component-heading-color);
}
.node-teaser--person.node-teaser--vertical .node-teaser__job-title {
  color: var(--component-body-color);
  font-weight: 700;
}
.node-teaser--person.node-teaser--vertical .node-teaser__no-headshot-image {
  aspect-ratio: 1/1;
  background: #E6E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.node-teaser--person.node-teaser--vertical .node-teaser__no-headshot-image::after {
  font-size: 8.6342798484rem;
  color: #595A5C;
}
