  .body .content-wrapper {
  margin-top: 24px;
  margin-bottom: 60px;
}
.stumo.archives h1 {
  color: #0367AC;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
}
.stumo.issue article.feature-figure {
  /*border-right: 1px solid #979797;*/
}
.stumo.issue .row.feature aside.first {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}
.stumo.issue .logo-container {
  height: 24px;
}
.stumo.issue .seal {
  margin-top: -15px;
  width: 150px;
}
.stumo.issue .logo-the-student {
  position: absolute;
  top: 60px;
  right: 96px;
  margin-right: 50%;
}
.stumo.issue .logo-the-student-movement {
  display: none;
}
.stumo.issue .logo-movement {
  position: absolute;
  top: 64px;
  left: 96px;
  margin-left: 50%;
}
.stumo.issue .title-row {
  height: 60px;
}
.stumo.issue .feature-figure > h3 {
  color: #000;
}
.stumo h2,
.stumo h4,
.stumo h5,
.stumo h6,
.stumo h3,
.stumo h1,
.stumo p.teaser,
.stumo aside h2,
.stumo aside h4.title,
.stumo article p {
  font-family: "IBM Plex Serif";
  color: #000;
}
.stumo h3 {
  color: #3a7baa;
  margin: 8px 0;
  text-transform: uppercase;
}
.stumo h1 {
  color: #000;
  margin: 8px 0;
}
.stumo h2 {
  font-size: 32px;
  color: #000;
  /* font-weight: 300;*/
  padding-bottom: 16px;
  border-bottom: 1px solid #979797;
}
.stumo p.teaser {
  font-family: "IBM Sans Serif";
}
.stumo .author {
  font-weight: bold;
  font-size: 14px;
}
.stumo .author .author-date {
  color: #3a7baa;
}
.stumo p.disclaimer {
  font-size: 14px;
  font-family: "IBM Plex Sans";
}
.stumo hr.short {
  width: 50%;
}
.stumo figure figcaption {
  color: #9B9B9B;
  font-size: 12px;
}
.stumo article figure figcaption {
  margin-top: 16px;
  font-size: 14px;
}
.stumo article a.btn {
  margin-bottom: 16px;
}
.stumo aside figure figcaption {
  margin-top: 8px;
}
.stumo figure.member {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.stumo figure.member img {
  margin-right: 16px;
  border-radius: 60px;
  width: 60px;
}
.stumo figure.member span.member-title {
  display: block;
  font-weight: 400;
  padding-top: 4px;
}
.stumo p.share {
  display: flex;
  justify-content: flex-end;
  line-height: 2.3;
  color: #9B9B9B;
  font-weight: bold;
}
.stumo a.fa5.fab.no-label {
  font-size: 36px;
  padding-left: 8px;
  color: #9B9B9B;
}
.stumo a.fa5.fab.no-label:hover {
  color: #3a7baa;
  text-decoration: none;
}
.stumo .fa5.no-label > em {
  font-size: 0px;
}
@media only screen and (max-width: 991px) {
  .stumo.issue .seal {
    width: 140px;
  }
  .stumo.issue .logo-the-student {
    right: 80px;
    width: 230px;
  }
  .stumo.issue .logo-movement {
    left: 80px;
    width: 230px;
  }
  .stumo.issue .row.feature aside.first {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .stumo.issue .row.feature article.feature-figure {
    border-right: 1px solid #979797;
  }
}
@media only screen and (max-width: 768px) {
  .stumo.article .head {
    text-align: center;
  }
  .stumo.article .head img {
    margin: 0 auto;
    padding-top: 16px;
    float: none !important;
  }
  .stumo.issue .logo-container {
    height: auto;
  }
  .stumo.issue .seal {
    width: 21%;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .stumo.issue .logo-the-student {
    right: 12%;
    width: 33%;
    top: 50%;
  }
  .stumo.issue .logo-movement {
    left: 12%;
    width: 33%;
    top: 51%;
  }
  .stumo.issue .date {
    text-align: center;
  }
  .stumo.issue .volume {
    text-align: left;
  }
  .stumo.issue .issue-top {
    text-align: right;
  }
  .stumo.issue .title-row,
  .stumo.issue .title-row-bottom-border {
    display: none;
  }
  .stumo.issue .row.feature article.feature-figure {
    border-right-width: 0px;
  }
}
