.ac-m006-page-section {
  width: 100%;
  background-color: #fff;
  padding: 75px 0 85px 0;
  position: relative;
}

.ac-m006-container {
  max-width: 1349px;
  margin: 0 auto;
}

.ac-m006-tab {
  margin: 0;
  display: inline-block;
  padding: 8px 14px 20px 14px;
  border-bottom: 3px solid #808080;
  border-bottom: 0;
  border-right: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--text-body-font-font-size);
  color: var(--text-body-font-color);
  font-size: var(--text-body-font-size);
}

.ac-m006-tab.active {
  color: #000;
  border-bottom: 3px solid #000;
}

.ac-m006-tab:hover {
  color: #000;
  border-bottom: 3px solid #000;
}

a.ac-m006-tab {
  text-decoration: none;
}

a.ac-m006-tab:hover {
  text-decoration: none !important;
}

.ac-m006-tab-underline {
  border-bottom: 3px solid var(--primary-color);
  height: 1px;
  margin:-3px 0 40px 0;
}

.ac-m006-tab-container h2 {
  font-size: var(--text-h2-size);
  line-height: 1.1em;
  font-family: var(--text-h2-font-family);
  letter-spacing: 1px;  
  color: var(--text-h2-color);
  margin: 0 0 70px 0;
}


.ac-m006-leader-tile {
  width: 32%;
  float: left;
  margin: 0 0 25px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.ac-m006-image-container {
    min-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 0;
  overflow: hidden;
  float:left;
  margin: 0 30px 0 0;
}

.ac-m006-leader-tile:hover .ac-m006-expander {
  color: #000;
  transition: all .3s;
}

.ac-m006-thumbnail-image {
  width: 150px;
  height: 150px;
  border-radius: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.ac-m006-thumbnail-text {
  float: right;
}

.ac-m006-thumbnail-text h5 {
  font-family: var(--text-h5-font-family);
  font-size: var(--text-h5-size);
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  position: relative;
  text-align: left;
  margin: 0;
  color: var(--text-h5-color);
}

.ac-m006-thumbnail-text h6 {
  font-family: var(--text-h6-font-family);
  font-size: var(--text-h6-size);
  font-weight: 400;
  line-height: 22px;
  color: var(--text-h6-color);
  letter-spacing: 0px;
  position: relative;
  text-align: left;
  margin: 0;
}

.ac-m006-expander {
  font-size: 24px;
  line-height: 1;
  color: var(--body-color);
  text-transform: uppercase;
}

.ac-m006-tab-container {
  display: none;
  width: 100%;
  max-width: 1249px;
  margin: 0 auto;
}

.ac-m006-tab-container.active {
  display: block;
}

.ac-m006-bio-popup {
  display:none;
  position: absolute;
  top: 0;
  background-color: var(--body-color);
  padding: 30px 0 80px 0;
}

.ac-m006-bio-popup.active {
  display:block;
}

.ac-m006-close-btn-container {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.ac-m006-close-btn {
  width: 20px;
  height: 20px;
  opacity: .8;
}

.ac-m006-close-btn .close-btn-bar1{
  transform: rotate(315deg) translate(-8px, 4px);
  width: 25px;
  height: 3px;
  background-color: #0064a4;
  margin: 0px 0 -1px -10px;
  transition: 0.4s;
}

.ac-m006-close-btn .close-btn-bar2{
  opacity:0;
  width: 27x;
  height: 3px;
  background-color: #0064a4;
  margin: 8px 0 4px -10px;
  transition: 0.4s;
}

.ac-m006-close-btn .close-btn-bar3{
  width: 24px; 
  height: 3px; 
  background-color: #0064a4; 
  margin: -2px 0 7px -10px; 
  transition: 0.4s; 
  transform: rotate(41deg) translate(-6px, -3px);
}

.ac-m006-close-btn:hover {  
  opacity: 1;
  cursor: pointer;
} 

.ac-m006-close-btn.active {
  display: block;
}

.ac-m006-popup-container {
  width: 100%;
  max-width: 1149px;
}

.ac-m006-bio-headshot {
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 50%;
  margin: 0 70px 0 0;
  background-position: center center;
  background-size: cover;
}

.ac-m006-bio-name-title {
  margin: 0 0 20px;
}

.ac-m006-bio-name-title h3 {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  position: relative;
  text-align: left;
  margin: 0;
  color: var(--body-color);
}

.ac-m006-bio-name-title p {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--body-color);
  letter-spacing: 0px;
  position: relative;
  text-align: left;
  margin: 0;
}
.ac-m006-bio a,
.ac-m006-bio span {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--body-color);
  letter-spacing: 0px;
  position: relative;
  text-decoration: none;
}

.ac-m006-col-right.one-third {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-start;
}

.ac-m006-col-left.one-third {
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.ac-m006-social-media-links svg {
  width: 20px;
  height: 20px;
  fill: #000;
}

/* Popup*/
.modal-background {
  background-color: #000 !important;
  width: 100%;
  height: 0px;
  display: none;
  z-index: 1;
  position: absolute;
  opacity:0;
  transition:opacity 5s linear;
}

.modal-background.active {
  background-color: #000 !important;
  display: block;
  opacity: 0.6 !important;
  transition:opacity 5s linear;
}

.modal-window.active {
  display:block;
  opacity:1;
  transition:opacity 5s linear;
}


.modal-window {
  width: 100%;
  height: 0px;
  display: none;
  z-index: 2;
  position: absolute;
  opacity: 0;
  transition: opacity 0s linear;
}

.modal-content {
  background-color: #fff !important;
  width: 70%;
  height: 60%;
  position: relative;
  margin: 0 auto;
  padding: 40px !important;
}
/* End Popup */
@media screen and (max-width: 968px) {
.ac-m006-leader-tile {
  width: 48%;
  }
}
@media screen and (max-width: 680px) {
.ac-m006-leader-tile {
  width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .ac-m006-container{
    padding: 0 8px;
  }
  .ac-m006-tab-container h2 {
    line-height: 1.1em !important;
  }

  .ac-m006-leader-tile {    
     width: 100% !important;
  }
  
  .ac-m006-image-container {
    min-width: 150px;
    width: 100px !important;
    height: 100px !important;
  }
  
  .ac-m006-thumbnail-image {
    width: 100px !important;
    height: 100px !important;
  }
  
  .ac-m006-thumbnail-text {
    max-width: 60% !important;
  }
  
  .ac-m006-bio-name-title h3 {
    font-size: 34px !important;
  }

  .ac-m006-col-left.one-third {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-content: normal !important;
    justify-content: normal !important;
    align-items: normal !important;
  }
  
  .ac-m006-bio-headshot {
    width: 250px !important;
    height: 250px !important;
    margin: 0 0 50px 0 !important;
  }
}

