.management {
  float: left;
  background: #1A5998;
  height: 554px;
  width: 340px;
  position: relative;
}

.management-image {
  overflow: hidden;
  background: no-repeat center top;
  background-size: auto 100%;
}

.management-image img {
  display: block;
  opacity: 0;
}

.management-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.management-container:before,
.management-container:after {
  background: #1A5998;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.management-container:before {
  top: 0;
  height: 20px;
}

.management-container:after {
  bottom: 0;
  height: 80px;
}

.management-inner {
  color: #fff;
  min-height: 214px;
  max-height: 554px;
  overflow-y: auto;
  padding: 30px 28px 80px 28px;
}

.management-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 1em;
}

.management-role {
  font-size: 14px;
  line-height: 20px;
}

.management-content {
  display: none;
  font-size: 14px;
  line-height: 1.4285714286;
  padding-top: 2em;
}

.management-button {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
}

.management-button button {
  background: url(../images/management-more.svg?#open) no-repeat;
  background: cover;
  border: 0;
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
}

.management--active .management-button button {
  background-image: url(../images/management-more.svg?#close);
}

.management-container {
  background-color: #1A5998;
}

.management-container:before {
  background: linear-gradient(#1A5998 40%, rgba(0, 0, 0, 0) 100%);
}

.management-container:after {
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, #1A5998 40%);
}

#goto-entity {
  background-color: #BCE0FD;
  border-bottom: 1px solid #ccc;
}

.entity {
  margin: 0 auto;
  max-width: 780px;
}

.entity-inner {
  display: table;
  height: 355px;
  text-align: left;
  width: 100%;
}

.entity-title {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.entity-image {
  display: table-cell;
  vertical-align: bottom;
  width: 230px;
}

.entity-title {
  color: #005595;
  font-size: 1em;
}

.entity-fullname {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 1.65px;
  line-height: 1.2;
  margin-right: 0.5em;
}

.entity-credentials {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.65px;
  white-space: nowrap;
}

.entity-image img {
  display: block;
}