/*-------------------------------------------

outside_director

-------------------------------------------*/
.pageHeader {
  padding: 30px 20px;
  background: #bee6d1;
}
.pageHeaderLead {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
	line-height: 1.6;
}
.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;
	font-weight: 400;
}
.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) {
  .pageHeaderLead {
    font-size: 26px;
  }
  .mvOfficers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 10px 20px;
  }
  .mvOfficerText {
    flex: 0 0 33.33%;
    width: 33.33%;
    font-size: 14px;
    text-align: center;
  }
  .mvOfficerText .spOnly {
    display: none;
  }
  .mvOfficerText .lineWrap {
    display: block;
  }
}
@media print, (min-width: 897px) {
  .pageHeader {
    padding: 50px 5% 40px 5%;
    font-size: 18px;
  }
  .pageHeaderLead {
    font-size: 30px;
  }
  .mv {
    position: relative;
    margin-bottom: 80px;
  }
  .mvOfficers {
    padding: 20px 10% 30px;
  }
  .mvOfficerText strong {
    font-size: 22px;
  }
  .mvOfficerText .lineWrap {
    display: block;
  }
  .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: 5.5em;
	}
}
