.paragraph--bio__image {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

.paragraph--bio__name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #003262;
  margin-bottom: 16px;
}
.paragraph--bio a.paragraph--bio__name {
  display: block;
  color: #1870ce;

  /*text-decoration: underline;*/
  /*text-decoration-style: solid;*/
}

.paragraph--bio__body--collapsible button.button--show-more:hover,
.paragraph--bio__body--collapsible button.button--show-less:hover,
.paragraph--bio a.paragraph--bio__name:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

.paragraph--bio__title,
.paragraph--bio__body p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #002547;
  margin-bottom: 10px;
}

.paragraph--bio__body p a {
  color: #1870ce;
  text-decoration: underline;
  text-decoration-style: solid;
}

.paragraph--bio__body p a:hover {
  color: #3A7A9C;
}

.paragraph--bio__body--collapsible .paragraph--bio__body-wrapper {
  max-height: 110px;
  overflow: hidden;
  margin-bottom: 10px;
}

.paragraph--bio__body .paragraph--bio__body-wrapper p {
  font-size: 14px;
  line-height: 21px;
 font-size: .93rem;
 line-height: 1.4rem;
}

.paragraph--bio__body button {
  background: none;
  color: #3A7A9C;
  font-weight: 700;
  display: none;
  align-items: center;
  border: 0;
  font-size: 15px;
  padding: 0;
  line-height: 30px;
}

.paragraph--bio__body--collapsible button.button--show-more,
.paragraph--bio__body--collapsible button.button--show-less {
  color: #1870ce;
}

.paragraph--bio__body--collapsible button.button--show-more {
  display: inline-flex;
}

.paragraph--bio__body--collapsible.paragraph--bio__body--expanded button.button--show-more {
  display: none;
}

.paragraph--bio__body--collapsible.paragraph--bio__body--expanded button.button--show-less {
  display: inline-flex;
}

.paragraph--bio__body--collapsible.paragraph--bio__body--expanded .paragraph--bio__body-wrapper {
  max-height: 100%;
}

.paragraph--bio__body button svg {
  margin-left: 5px;
}

.paragraph--bio__body-wrapper p {
  font-size: 15px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .paragraph--bio__body--collapsible .paragraph--bio__body-wrapper {
    max-height: 150px;
  }
}

@media (min-width: 992px) {
  .paragraph--bio__body--collapsible .paragraph--bio__body-wrapper {
    max-height: 170px;
  }
}

@media (min-width: 1024px) {
  .paragraph--bio__body--collapsible .paragraph--bio__body-wrapper {
    max-height: 110px;
  }
}
