  .site-header .slick-track {
  min-height: 450px;
}

.site-header .slick-track img {
  float: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.site-title a {
  border-bottom: 1px solid #f6b000;
}

.president__bio {
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (max-width: 769px) {
  .president__bio {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem 0;
  }
}

@media (max-width: 1024px) {
  .president__bio {
    margin: 0 2rem;
    margin-bottom: 4rem;
  }
}

.president__bio__headline {
  position: relative;
  grid-column: -1 / 1;
}

.president__bio__headline h2 {
  color: #013c65;
  margin: 0 auto;
  max-width: max-content;
  background: white;
  position: relative;
  padding: 0 1rem;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 600 !important;
}

.president__bio__headline:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f6b000;
  z-index: 0;
}

.president__bio__copy {
  grid-column: auto / span 8;
}

.president__bio__headshot, .president__bio__photos {
  grid-column: auto / span 4;
}

.president__bio__button-group {
  grid-column: -1 / 1;
}

.president__bio__button-group a {
  display: block;
  width: 100%;
  padding: .5rem 1rem;
  background: #013c65;
  color: #ffffff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
}

.president__bio__button-group a:hover {
  background: #f6b000;
  color: #013c65;
}
