.section > .name_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px auto;
  width: 980px;
  left: 0;
  right: 0;
}

.section > .name_nav > a {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.section > .name_nav > a > p {
  width: 100%;
  padding: 20px 0;
}

.section > .name_nav > a > p:hover {
  background: #f0f0f0;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content + .content {
  margin: 160px auto;
}

.profile {
  margin: 10px 10px 10px 25px;
}

.profile > * {
  margin: 10px 0 0 0;
}

.profile_img {
  width: 164px;
  height: 164px;
}

.profile_paragraph {
  display: inline;
  width: auto;
}

.profile_paragraph > p {
  line-height: 2em;
}

.profile_name {
  height: 40px;
  margin: 0 0 10px 0;
}

.profile_name + .title {
  margin: 0 0 40px 0;
}

.biography, .biography + p {
  margin: 30px 0 0 0;
}

.biography li {
  line-height: 30px;
  padding: 0 0 0 10px;
}

.biography li + p {
  margin: 30px 0 0 0;
}

.biography.award {
  margin: 4px 0 0 0;
}

@media screen and (max-width: 768px) {
  .section:last-of-type {
    padding: 0 10% 160px 10%;
  }
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile {
    margin: 0;
  }
  .profile_name {
    height: 30px;
    margin: 0 0 10px 0;
  }
  .profile_img {
    width: 164px;
    height: 164px;
    margin: 0 0 50px 0;
  }
}
/*# sourceMappingURL=officer.css.map */