.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%;
}

.president__index {
  max-width: 1050px;
  margin: 0 auto;
}

.president__index__bio {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  gap: 1.5rem 3rem;
  margin-bottom: 4rem;
}

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

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

.president__index__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__index__bio__headline:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f6b000;
  z-index: 0;
}

.president__index__bio__info {
  grid-column: auto / span 3;
}

.president__index__bio__info h3 {
  color: #013c65;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-weight: 600 !important;
}

.president__index__bio__info h3:after {
  content: '';
  display: block;
  height: 3px;
  width: 150px;
  background-color: #f6b000;
  margin-top: .5rem;
}

.president__index__bio__image-container {
  grid-column: auto / span 2;
}

.president__index__bio__image-container img {
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: -24px 24px 0px #013c65;
}

.president__index__button-group .button-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 4rem;
}

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

.president__index__button-group .button-group:before {
  display: none;
}

.president__index__button-group .button-group .button-group__single {
  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__index__button-group .button-group .button-group__single p {
  margin: 0;
  color: white;
  font-weight: 500 !important;
  line-height: 24px;
}

.president__index__button-group .button-group .button-group__single span {
  color: #f6b000;
  font-size: .75rem;
  display: block;
  width: 100%;
}

.president__index__button-group .button-group .button-group__single:hover {
  background: #f6b000;
  color: #013c65;
}

.president__index__button-group .button-group .button-group__single:hover span, .president__index__button-group .button-group .button-group__single:hover p {
  color: #013c65;
}

.president__index__contact .contact-box:not(.mce-item-table) {
  padding: 3rem 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 4rem;
  border: 1px solid #f6b000;
}

@media (max-width: 769px) {
  .president__index__contact .contact-box:not(.mce-item-table) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem 0;
  }
}

.president__index__contact .contact-box:not(.mce-item-table) a {
  display: flex;
  justify-content: center;
}

.president__index__contact .contact-box:not(.mce-item-table) a img {
  width: 50px;
  display: block;
  margin-right: .5rem;
}

.president__index__contact .contact-box:not(.mce-item-table) a span {
  color: #013c65;
}

.president__index__contact .contact-box:not(.mce-item-table) a span label {
  color: #000000;
}

.president__index__contact .contact-box:not(.mce-item-table) a:hover span {
  text-decoration: underline;
}

.president__index__initiatives {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  gap: 1.5rem 3rem;
  margin-bottom: 4rem;
}

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

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

.president__index__initiatives__headline h3 {
  color: #013c65;
  margin: 0 auto;
  max-width: max-content;
  background: white;
  position: relative;
  padding: 0 1rem;
  display: block;
  position: relative;
  z-index: 1;
}

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

.president__index__initiatives__copy {
  grid-column: auto / span 1;
}

.president__index__initiatives__copy h6 {
  color: #013c65;
  font-size: 1.15rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: capitalize;
}

.president__index__initiatives__copy p a {
  text-transform: uppercase;
  text-decoration: underline;
}

.president__index__initiatives__image-container {
  grid-column: auto / span 1;
}

.president__index__initiatives > a {
  grid-column: -1 / 1;
  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__index__initiatives > a:hover {
  background: #f6b000;
  color: #013c65;
}

.president__posts {
  background: #013c65;
  padding: 3rem 0;
}

.president__posts__inner {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  gap: 1.5rem 3rem;
}

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

.president__posts__headline {
  grid-column: -1 / 1;
  width: 100%;
  position: relative;
}

.president__posts__headline h3 {
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  max-width: max-content;
  background: #013c65;
  position: relative;
  padding: 0 1rem;
  display: block;
  position: relative;
  z-index: 1;
}

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

.president__posts__list {
  grid-column: auto / span 3;
}

.president__posts__list ul.side-nav {
  margin: 0 0 2rem 0;
}

.president__posts__list ul.side-nav li {
  list-style-type: none;
}

.president__posts__list ul.side-nav li:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #666666;
}

.president__posts__list ul.side-nav li a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  line-height: 1.5;
  font-size: 1rem;
}

.president__posts__list ul.side-nav li a span {
  display: block;
  text-transform: capitalize;
  font-style: italic;
  font-size: .75rem;
  margin: unset;
}

.president__posts__list ul.side-nav li a:hover {
  text-decoration: underline;
}

.president__posts__list > a {
  color: #013c65;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  border-radius: 25px;
  text-decoration: none;
}

.president__posts__list > a:hover {
  background-color: #f6b000;
}

.president__posts__twitter {
  grid-column: auto / span 2;
}

.president__posts__twitter p:empty {
  display: none;
}

.president__posts__twitter p.micro-section {
  padding: 0;
}

.president__strategic-plan {
  position: relative;
  background-color: #333333;
  padding: 3rem 0;
}

.president__strategic-plan .image-container {
  display: block;
  min-height: 100%;
  min-width: 49%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.president__strategic-plan .row a {
  color: #013c65;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  border-radius: 25px;
  text-decoration: none;
}

.president__strategic-plan .row a:hover {
  background-color: #f6b000;
}

.president__strategic-plan .row p, .president__strategic-plan .row div, .president__strategic-plan .row button, .president__strategic-plan .row h2, .president__strategic-plan .row h3, .president__strategic-plan .row h4, .president__strategic-plan .row h5, .president__strategic-plan .row h6 span {
  color: #ffffff;
}

.president__strategic-plan .row div:nth-of-type(2) {
  float: right;
}

.president__strategic-plan .row div:nth-of-type(2) h4 {
  font-size: 2rem;
  font-weight: 600 !important;
  color: #ffffff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  display: block;
}

.president__strategic-plan .row div:nth-of-type(2) h4:after {
  content: '';
  display: block;
  height: 3px;
  width: 150px;
  background-color: #f6b000;
  margin-top: .5rem;
}

.president__strategic-plan .row div:nth-of-type(2) ul li {
  color: #ffffff;
  line-height: 1.5;
}

.president__strategic-plan .row div:nth-of-type(2) ul li:not(:last-child) {
  margin-bottom: .75rem;
}

@media (max-width: 1024px) {
  .president__index {
    margin: 0 3rem;
  }
}

@media (max-width: 768px) {
  .president__index__bio {
    margin-bottom: 2rem;
  }
  .president__index__bio__image-container {
    grid-column: -1 / 1;
  }
  .president__index__bio__image-container img {
    max-height: 250px;
    box-shadow: none;
  }
  .president__index__button-group .button-group {
    margin-bottom: 1rem;
  }
  .president__index__contact .contact-box {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .president__posts__inner {
    margin: 0 3rem;
  }
  .president__strategic-plan {
    padding-top: 0;
  }
  .president__strategic-plan .image-container {
    position: unset;
    min-height: 350px;
    width: 100%;
    margin-bottom: 1rem;
  }
  .president__strategic-plan .row {
    display: block;
    max-width: unset;
    width: 100%;
  }
  .president__strategic-plan .row .columns:first-of-type {
    display: none;
  }
  .president__strategic-plan .row .columns:last-of-type {
    float: none;
    display: block;
    width: 100%;
  }
  .president__index__initiatives__image-container p {
    margin-bottom: 0;
  }
}

/* Reset global styles */
.content.president ul:not(.side-nav):not(.no-bullet) > li:not(.accordion-navigation):not(.tab-title) > a {
  font-weight: 400 !important;
}
