img.teammember-headshot {
    max-width: 427px;
    width: 100%;
}

footer .footer-bottom-inner .fa-circle-small {
    font-size: 0.7rem;
    margin: 0 3px 0 3px;
}

.faq-style-wrap .panel-title a::before {
    content: "+";
    font-family: "FontAwesome";
  }

  .faq-style-wrap .panel-title a[aria-expanded=true]::before {
    content: "-";
  }

  .post-info ul {
    list-style-type: disc;
    margin-left: 2rem;
  }

  .post-info figure {
    margin-top: 2rem;
  }

  .footnotes {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #40A1A9;
  }
  
  .footnotes ol li {
    padding-left: .5rem;
  }

  .announcement {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(64, 161, 169, 0.2);
  }

  .announcement h2 {
    color: #406CA9;
  }