/* styles specific to the leadership page and section */
/*
  Reusable SASS mixins for effects
*/
p.b-title {
  font-weight: 400;
  font-size: 1.3rem; }

.person img {
  max-width: 99%; }

.bio-title h2 {
  margin-bottom: 0.5rem; }

.bio-title p {
  font-size: 1.2rem;
  font-weight: 500; }

#b-buttons {
  height: 80px; }
  #b-buttons .button-primary {
    padding: 10px; }

.bio-content img {
  max-width: 100%; }

#quick-info ul {
  padding-left: 1rem; }

@media (max-width: 992px) {
  #b-buttons .col-4 {
    width: 100% !important; } }

.internal-page .lined-list {
  line-height: 4; }
