/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.profile-header-about-wrapper {
  position: relative;
  background: #f1f2f2 url("https://oercommons.org/static/newdesign/images/groups/bg-oer-washed-logo.jpg?1859dd3633d4") no-repeat left top;
  background-size: 100% 100%;
  z-index: 4; }

.profile-header-about {
  padding-bottom: 30px;
  display: flex;
  box-sizing: border-box;
  min-height: 324px;
  position: relative;
  z-index: 1; }
  .profile-header-about.container::before, .profile-header-about.container::after {
    display: none; }
  @media only screen and (max-width: 767px) {
    .profile-header-about {
      flex-wrap: wrap; } }
.profile-header-logo-wrapper {
  margin-right: 30px;
  padding-top: 30px;
  width: 202px; }
  html[dir="rtl"] .profile-header-logo-wrapper {
    margin-right: 0;
    margin-left: 30px; }
  .profile-header-logo-wrapper .link-manage-group-container {
    margin: 1em 0 0 0;
    text-align: center; }

.profile-header-logo {
  width: 100%;
  height: 202px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .profile-header-logo .circle-image img {
    width: 202px;
    height: 202px;
    padding: 5px;
    border: 1px solid #82899d;
    border-radius: 50%; }

.profile-header-info {
  padding-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #474f60;
  z-index: 1; }

.profile-header-info h1 {
  margin: 0 0 15px 0;
  font-family: "Arvo", serif;
  font-size: 31px;
  font-weight: normal;
  color: #474f60; }

.profile-header-info .btn-info.disabled {
  color: #085b9b; }

.profile-header-info .alert-info {
  background-color: #d6dee0;
  color: #215064;
  border-color: #d6dee0;
  width: 90px;
  padding: 10px 15px; }

.profile-header-info-description {
  margin-bottom: 15px; }

.profile-header-info-counters {
  margin-top: 10px;
  margin-bottom: 15px; }
  .profile-header-info-counters .counter, .profile-header-info-counters .separator {
    font-weight: 600;
    font-size: 18px; }
  .profile-header-info-counters .separator {
    margin: 0 .25em; }
  .profile-header-info-counters .fa {
    margin-right: .25em;
    font-size: 18px; }
    html[dir="rtl"] .profile-header-info-counters .fa {
      margin-right: 0;
      margin-left: 0.25em; }

.profile-header-dropdown {
  display: inline-block; }

.profile-header-button {
  font-size: 16px;
  color: #ffffff; }
  .profile-header-button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .profile-header-button.btn .fa {
    margin-right: 0; }

.profile-header-dropdown .profile-header-dropdown-toggle .fa-chevron-up {
  display: none; }

.profile-header-dropdown.open .profile-header-dropdown-toggle .fa-chevron-up {
  display: inline-block; }

.profile-header-dropdown.open .profile-header-dropdown-toggle .fa-chevron-down {
  display: none; }

.profile-header-dropdown-menu {
  width: 100%;
  padding: 0; }
  .profile-header-dropdown-menu > li {
    border-bottom: 1px #d6dee0 dashed;
    position: relative; }
    .profile-header-dropdown-menu > li:last-child {
      border-bottom: none; }
  .profile-header-dropdown-menu > li > a, .profile-header-dropdown-menu > li > form > button {
    padding: 8px 12px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 15px;
    color: #085b9b; }
    html[dir="rtl"] .profile-header-dropdown-menu > li > a, html[dir="rtl"] .profile-header-dropdown-menu > li > form > button {
      text-align: right; }
    .profile-header-dropdown-menu > li > a:hover, .profile-header-dropdown-menu > li > a:focus, .profile-header-dropdown-menu > li > form > button:hover, .profile-header-dropdown-menu > li > form > button:focus {
      color: #085b9b;
      background-color: #f1f2f2; }

.profile-header-dropdown-menu-tooltip {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 18px;
  color: #d6dee0;
  cursor: default; }
  html[dir="rtl"] .profile-header-dropdown-menu-tooltip {
    right: auto;
    left: 12px; }
  .profile-header-dropdown-menu-tooltip a {
    color: #085b9b;
    cursor: pointer; }
  .profile-header-dropdown-menu-tooltip:hover::after {
    content: "";
    display: block;
    width: 30px;
    height: 100px;
    position: absolute;
    top: -40px;
    right: -30px; }
    html[dir="rtl"] .profile-header-dropdown-menu-tooltip:hover::after {
      right: auto;
      left: -30px; }

.profile-header-dropdown .tooltip-inner {
  padding: 6px 12px;
  width: 300px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal; }

.profile-header-navigation {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  background: #f1f2f2;
  z-index: 4; }
  .profile-header-navigation ul {
    margin: 0;
    display: flex;
    align-items: baseline; }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
      .profile-header-navigation ul {
        flex-wrap: wrap; } }
  .profile-header-navigation ul li {
    border: 1px solid transparent;
    border-bottom-width: 0;
    white-space: nowrap; }
    .profile-header-navigation ul li.selected {
      border-color: #d6dee0; }
    @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 767px) {
      .profile-header-navigation ul li {
        border-bottom-width: 1px; } }
    .profile-header-navigation ul li.control-panel {
      display: none; }
    .profile-header-navigation ul li a {
      padding: 10px 20px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .profile-header-navigation ul li a {
          padding: 10px 8px; } }
      .profile-header-navigation ul li a:hover, .profile-header-navigation ul li a:focus {
        color: #474f60; }
    .profile-header-navigation ul li.selected a {
      color: #474f60; }
  .profile-header-navigation.affix {
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.profile-header-in-content {
  margin: 0 0 20px;
  font-family: "Arvo", serif;
  font-size: 21px;
  line-height: 1.5; }

.profile-header-action-wrapper {
  display: flex; }
  .profile-header-action-wrapper .profile-header-leave-button {
    margin-left: 20px; }
    .profile-header-action-wrapper .profile-header-leave-button a {
      font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .profile-header-action-wrapper {
      flex-direction: column; }
      .profile-header-action-wrapper .profile-header-leave-button {
        margin-left: 0;
        margin-top: 15px; } }
/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.group-button-pin {
  margin: 0;
  padding: 0 10px;
  background: none;
  border: none;
  font-size: 20px;
  color: #82899d; }
  .group-button-pin:hover {
    color: #474f60; }
  .group-button-pin .fa {
    position: relative;
    left: -2px;
    transform: rotateZ(90deg); }
  .group-button-pin.mod-pinned {
    color: #474f60; }
    .group-button-pin.mod-pinned:hover {
      color: #82899d; }
    .group-button-pin.mod-pinned .fa {
      left: 0;
      transform: none; }
