﻿
html,
body {
  overflow-x: hidden;
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

a:link {
  text-decoration: none;
}

.leadership-center-banner {
  max-width: 1200px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.leadership-img {
  width: 450px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.featured-img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.leadership-img2 {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  object-fit: cover;
  object-position: top;
}

.leadership-img2:hover {
  opacity: 85%;
}

.leadership-images {
  grid-gap: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.diagram {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.leadership-paragraph {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
  line-height: 1.5rem;
}
.accordion {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-title {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
}

.indented {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  margin-left: 20px;
  font-size: 0.8rem;
}
h6 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
}

.title {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #00264b;
  word-break: keep-all;
  hyphens: none;
}

@media only screen and (max-width: 800px) {
  .leadership-img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .leadership-center-banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .background-color-baner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .leadership-img2 {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: top;
  }
  .leadership-images {
    grid-gap: 100vw;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .accordion {
    margin-bottom: 20px;
  }
  .leadership-paragraph {
    font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
    word-break: keep-all;
    hyphens: none;
    line-height: 1.5rem;
  }
}

