.page-user-profile .section {
  margin-top: 72px;
}
.page-user-profile .section h2 {
  margin-top: 0;
}
.page-user-profile .section:first-child {
  margin-top: 0;
}
.page-user-profile .governance-member-container {
  font-size: 1.4rem;
  font-family: "Fira Sans";
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #002067;
  margin-bottom: 16px;
}
.page-user-profile .profil-container {
  position: relative;
  width: 100%;
  background-color: #F7F8FA;
  border-bottom-right-radius: 40px;
  box-shadow: 0px 3px 6px rgba(121, 121, 121, 0.1843137255);
  padding: 20px 24px 40px 24px;
}
.page-user-profile .profil-container .title,
.page-user-profile .profil-container .content {
  display: inline-block;
  vertical-align: middle;
}
.page-user-profile .profil-container .title {
  font-weight: bold;
}
.page-user-profile .button-container {
  position: absolute;
  top: 8px;
  right: 8px;
}
.page-user-profile .button-container ul,
.page-user-profile .button-container li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-user-profile .button-container ul a,
.page-user-profile .button-container li a {
  position: relative;
  display: block;
  width: 41px;
  height: 41px;
  margin: 0;
  padding: 0;
  color: transparent !important;
  background-color: transparent !important;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
  color: #002067 !important;
  overflow: visible;
  text-indent: 0;
  width: 280px;
  line-height: 3;
  padding: 0 !important;
}
.page-user-profile .button-container ul a a,
.page-user-profile .button-container li a a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.page-user-profile .button-container ul a::selection,
.page-user-profile .button-container li a::selection {
  background: transparent;
}
.page-user-profile .button-container ul a::-moz-selection,
.page-user-profile .button-container li a::-moz-selection {
  background: transparent;
}
.page-user-profile .button-container ul a:active, .page-user-profile .button-container ul a:focus,
.page-user-profile .button-container li a:active,
.page-user-profile .button-container li a:focus {
  outline-color: transparent;
}
.page-user-profile .button-container ul a:before, .page-user-profile .button-container ul a:after,
.page-user-profile .button-container li a:before,
.page-user-profile .button-container li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  text-indent: 0;
  font-weight: 400 !important;
  color: #002067;
  border: 1px solid #002067;
  transform: translateX(-50%) translateY(-50%);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
  pointer-events: none;
}
.page-user-profile .button-container ul a:before,
.page-user-profile .button-container li a:before {
  border: 1px solid #002067;
  border-radius: 100%;
  background-color: transparent;
}
.page-user-profile .button-container ul a:after,
.page-user-profile .button-container li a:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 16px;
  height: auto;
  border: 1px solid transparent;
  text-align: center;
}
.page-user-profile .button-container ul a:hover a:before,
.page-user-profile .button-container li a:hover a:before {
  background-color: #002067;
}
.page-user-profile .button-container ul a:hover a:after,
.page-user-profile .button-container li a:hover a:after {
  color: #fff;
}
.page-user-profile .button-container ul a:before, .page-user-profile .button-container ul a:after,
.page-user-profile .button-container li a:before,
.page-user-profile .button-container li a:after {
  left: 100%;
  transform: translateX(-100%) translateY(-50%);
}
.page-user-profile .button-container ul a:after,
.page-user-profile .button-container li a:after {
  content: "\e90e";
}
.page-user-profile .member-files-section > h2,
.page-user-profile .member-files-section .links {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.page-user-profile .member-files-section .links {
  list-style: none;
  margin-left: 16px;
}