
/* new navigation */
.logoholder {
  display: flex;
  justify-content: space-between;
}

.topNavigation {
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
}

.topNavigation nav {
  margin-top: 15px;
}

.topNavigation nav>a:link, .topNavigation nav>a:visited {
  text-decoration: none;
  color: #000;
  padding-left:95px;
}

/* new navigation */

#leadership{
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 0 10px;
}

.leadership-child {
  margin-right: 0;
}
  #about{
    width: 376px;
    height:auto;
    text-align: left;
    padding-right: 20px
  }

  #about > h1{
    text-align: center;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }

  #about > p {
    padding-top: 15px;
    font-family: "museo-sans", sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    text-decoration: none;
  }

  #leadership-group {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    column-gap: 35px;
  }

  .headshot {
    width: 155px;
    height: auto;
  }
  img.headshot {
    width: 155px;
    height: 155px;
    max-width: 155px;
    max-height: 155px;
    padding-bottom: 10px;
  }

  .leader-box {
    margin-bottom:15px;
  }

.leadership-card {
  display: flex;
  position: relative;
  top: 20px;
  padding:50px;
}

.leader-image {
  margin: 15px 10px;
  text-align: left;
}

.leader-image img{
  padding-bottom: 15px;
  max-width: 231px;
}

.leader-image p {
  text-align: left;
    padding-top: 15px;
    font-family: "museo-sans", sans-serif;
    font-size: 12px;
    line-height: 2px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    text-decoration: none;
}

p.personBox {
  text-align: left;
  font-weight: 700!important;
  font-family: "museo-sans", sans-serif;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  color: rgba(51,51,51,1);
  text-decoration: none;
}
p.personBoxTitle {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  font-family: "museo-sans", sans-serif;
  line-height: 2px;
  font-weight: 500;
  color: rgba(51,51,51,1);
  text-decoration: none;
}

p.leadershipStrong {
  font-weight: 700;
}

.leadership-content {
  margin: 0 25px 0 25px;
}

.leadership-content p {
  text-align: left;
  padding-top: 15px;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(51,51,51,1);
  text-decoration: none;
}

  /* The Modal (background) */
.modal {
  display: none;
  position: absolute;
  top: 69px;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-top:100px;
  padding: 0;
  width: 90%;
  max-width: 900px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: -18px;
  right: -10px;
  font-size: 35px;
  font-weight: bold;
  background-color: #000;
  border-radius: 50%;
  width: 36px;
    height: 37px;
  border: 2px solid #fff;
  color: #fff;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

button {
  border-radius: 50%;
  padding: 0.5em;
  width: 30px;
  height: 30px;
  border: 2px solid blue;
  color: blue;
  position: relative;
}
button:hover {
  border: 2px solid blue;
  background-color: yellow;
  color: #ffffff;
}

button::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: blue;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}
button::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: blue;
  height: 2px;
  top:12px;
  left: 5px;
  right: 5px;
  transform: rotate(45deg);
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}