.wk-organisations .tall-text {
  height: 200px;
}

.wk-organisations--nav {
  margin-top: 10px;
}

.wk-organisations--nav a {
  background-color: #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
  color: #666;
  display: inline-block;
  padding: 10px 15px 8px;
  text-decoration: none;
}

.wk-organisations--nav a.is-active {
  background-color: #fff;
  border-bottom: 2px solid #fff;
  color: #0074a4;
  font-weight: bold;
}

.wk-organisations--sub-nav {
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}

.wk-organisations--sub-nav.is-empty {
  padding-top: 10px;
}

.wk-organisations--sub-nav a {
  color: #666;
  display: inline-block;
  padding: 15px 15px 15px;
  text-decoration: none;
}

.wk-organisations--sub-nav a.is-active {
  color: #0074a4;
  font-weight: bold;
}

.x-stats-box {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-bottom-color: #e0e0e0;
  border-radius: 3px;
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 260px;
}

.x-stats-box .chart {
  margin: 30px auto;
  position: relative;
}

.x-stats-box .caption {
  left: 0;
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 1;
}

.x-stats-box .caption .value {
  font-weight: bold;
  font-size: 28px;
}

.x-stats-box .caption .label {
  margin-top: 5px;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
}

.x-stats-box .title {
  font-weight: bold;
  font-size: 16px;
  padding-top: 20px;
}

.x-stats-box .footer {
  background-color: #f9f9f9;
  padding: 25px 0;
  overflow: hidden;
}

.x-stats-box .stat {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.x-stats-box .stat:first-child {
  border-right: 1px solid #f0f0f0;
}

.x-stats-box .stat .value {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.invitation-emails {
  display: none;
}

.emails-is-visible .invitation-emails {
  display: block;
}

.invitation-emails-link {
  align-items: center;
  display: flex;
}

.invitation-emails-link .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0073aa;
  margin-left: 5px;
  transform: rotate(0);
  transition-duration: 0.25s;
  transition-property: all;
  will-change: transform;
}

.emails-is-visible .invitation-emails-link .caret {
  transform: rotate(180deg);
}

.email-sent-at {
  padding-left: 15px;
}

.lms .form-titlebar {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 15px;
  padding-bottom: 30px;
}

.lms .form-footer {
  align-items: center;
  border-top: 1px solid #f0f0f0;
  display: flex;
  margin: 0 15px;
  padding: 15px 0;
  gap: 15px;
}

.lms .inside {
  padding: 0 15px;
}