.page-node-type--video-interview .node,
.page-node-type--text-interview .node,
.page-node-type--video-interview .node p,
.page-node-type--text-interview .node p {
  font-family: Lato;
}
.page-node-type--video-interview h1.node__title,
.page-node-type--text-interview h1.node__title {
  font-family: Jost;
  font-size: 53px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .page-node-type--video-interview h1.node__title,
  .page-node-type--text-interview h1.node__title {
    font-size: 44px;
  }
}
.page-node-type--video-interview .node__container,
.page-node-type--text-interview .node__container {
  margin-top: 60px;
}
.page-node-type--video-interview .field-name-node-title,
.page-node-type--text-interview .field-name-node-title {
  text-align: center;
  border-top: 2px solid #E8E9EA;
}
.page-node-type--video-interview .field-name-node-title h1,
.page-node-type--text-interview .field-name-node-title h1 {
  text-weight: 600;
  font-family: Jost;
  color: #8B8B8B;
  font-size: 24px;
  text-transform: uppercase;
  background-color: white;
  width: max-content;
  margin: -15px auto;
  padding: 0 20px;
  letter-spacing: 1px;
}
#bio .fieldset-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: auto;
  padding: 40px 0 25px;
  border-top: 2px solid #6C734A;
  border-bottom: 0 solid #6C734A;
}
#bio .fieldset-wrapper:empty {
  border-bottom: unset;
}
.page-node-type--video-interview .node__submitted,
.page-node-type--text-interview .node__submitted {
  font-family: Jost;
  font-size: 22px;
}
.page-node-type--video-interview .field-name-field-story-caption,
.page-node-type--text-interview .field-name-field-story-caption {
  font-family: Jost;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  margin: 30px auto;
  line-height: 1.2;
}
@media all and (max-width: 960px) {
  #bio .fieldset-wrapper {
    grid-template-columns: auto;
    grid-template-rows: auto;
    justify-items: center;
  }
  .page-node-type--video-interview .node__submitted,
  .page-node-type--text-interview .node__submitted {
    font-size: 17px;
  }
  .page-node-type--video-interview .field-name-field-story-caption,
  .page-node-type--text-interview .field-name-field-story-caption {
    font-size: 24px;
  }
}
.page-node-type--video-interview hr,
.page-node-type--text-interview hr {
  background-image: url("/themes/custom/inner_compass/images/icons/ruler.png");
  position: relative;
  background-size: cover;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  border: 0;
}
fieldset.form-item legend {
  border-top: unset;
}
#block-tellmystory--2 .field__item,
#block-tellmystory .field__item {
  line-height: 1.5;
  width: 398px;
  height: 224px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 80vw;
}
#block-tellmystory--2 .cta-title,
#block-tellmystory .cta-title {
  font-family: Lato;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  display: block;
}
#block-tellmystory--2 .cta-subtitle,
#block-tellmystory .cta-subtitle {
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  display: block;
}
#block-tellmystory--2 .button,
#block-tellmystory .button {
  color: white;
  height: 50px;
  display: block;
  text-transform: uppercase;
  width: 236px;
  position: relative;
  margin: 10px auto;
  font-weight: bold;
  padding: 0;
  font-family: Jost;
  font-size: 18px;
}
.field-node--field-transcript .field__label {
  font-family: Jost;
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  padding: 1em 0;
}
