/*-------------------------------------------

outside_director

-------------------------------------------*/
.pageHeader {
  padding: 30px 20px;
  background: #bee6d1;
  text-align: center;
}
.pageHeaderLead {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
}
.mv {
  margin-bottom: 50px;
}
.mvOfficers {
  padding: 10px 20px;
  background: #e2f3eb;
}
.mvOfficerText {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5;
}
.mvOfficerText strong {
  font-size: 20px;
}
.profile {
  width: 80%;
  max-width: 460px;
  margin: 0 auto;
}
.profileText {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #008756;
  font-size: 14px;
}
.profileHeading {
  overflow: hidden;
}
.profileHeading span {
  display: inline-block;
  position: relative;
  color: #008756;
}
.profileHeading span::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: 100vw;
  border-top: 1px solid;
  content: "";
}
.profileName {
  font-size: 20px;
}
.dialog {
  margin-bottom: 25px;
}
.dialog .dialogPerson {
  margin-bottom: 5px;
}
.dialog .dialogPerson span {
  color: #008756;
  font-weight: bold;
}
@media (max-width: 896px) {
  .pageHeader {
    margin-right: -20px;
    margin-left: -20px;
    text-align: left;
  }
  .mv {
    margin-right: -20px;
    margin-left: -20px;
    width: auto;
  }
  .mvOfficers {
    text-align: center;
  }
}
@media (min-width:640px) and (max-width: 896px) {
  .pageHeaderLead {
    font-size: 26px;
  }
  .mvOfficers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
  .mvOfficerText {
    flex: 0 0 33.33%;
    width: 33.33%;
    font-size: 14px;
    text-align: center;
  }
  .mvOfficerText strong {
    margin-top: 8px;
  }
  .mvOfficerText .spOnly {
    display: none;
  }
  .mvOfficerText .lineWrap {
    display: block;
  }
}
@media print, (min-width: 897px) {
  .pageHeader {
    padding: 50px 5% 40px 5%;
    font-size: 18px;
  }
  .pageHeaderLead {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .mv {
    position: relative;
    margin-bottom: 80px;
  }
  .mvOfficers {
    padding: 0;
  }
  .mvOfficerText {
    position: absolute;
    transform: translateX(-50%);
    margin: 0;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
  }
  .mvOfficerText strong {
    display: inline-block;
    margin-top: 8px;
    font-size: 22px;
  }
  .mvOfficerText .lineWrap {
    display: block;
  }
  .mvOfficerText:nth-of-type(1) {
    bottom: 84%;
    left: 16%;
  }
  .mvOfficerText:nth-of-type(2) {
    bottom: 84%;
    left: 54%;
    color: #fff;
  }
  .mvOfficerText:nth-of-type(3) {
    bottom: 84%;
    left: 78%;
  }
  .mvOfficerText:nth-of-type(4) {
    bottom: 12%;
    left: 12%;
  }
  .mvOfficerText:nth-of-type(5) {
    bottom: 12%;
    left: 86%;
  }
  .profile {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: none;
  }
  .profileImage {
    flex: 0 0 40%;
  }
  .profileText {
    box-sizing: border-box;
    flex: 0 0 50%;
    padding-bottom: 0;
    padding-left: 40px;
    border-bottom: none;
  }
  .dialog {
    clear: left;
  }
  .dialog .dialogPerson {
    float: left;
  }
  .dialog .dialogText {
    padding-left: 4em;
  }
}
