.message {
  margin-top: 15px;
  color: #558b2f;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}

.message a {
  margin: 0;
}

.link {
  color: #558b2f;
  cursor: pointer;
}

.error {
  color: #d32f2f;
  display: block;
}

.has-error {
  border-color: #d32f2f !important;
  color: #d32f2f !important;
}

.danger {
  background: #d32f2f;
  border-color: #d32f2f;
  color: #fff;
}

.inline {
  display: inline;
}

.gutter {
  height: 15px;
}

.mt-1 {
  margin-top: 15px;
}

.mt-2 {
  margin-top: 30px;
}

.mt-3 {
  margin-top: 45px;
}

.mt-5 {
  margin-top: 75px;
}

.mt-p {
  margin-top: 60px;
}

.mr-1 {
  margin-right: 15px;
}

.mb-3 {
  margin-bottom: 45px;
}

.ml-1 {
  margin-left: 15px;
}

.primary-colour-font {
  color: #558b2f !important;
}

.primary-colour-font > * {
  color: #558b2f !important;
}

.clearfix {
  clear: both;
  width: 100%;
}

.block {
  display: block;
}

.big-font {
  font-size: 1.2em;
  line-height: 1.6em;
}

.small-font {
  font-size: 0.8em;
  line-height: 1.2em;
}

.bold-font {
  font-weight: 700;
}

.bold-font i {
  color: #33691e !important;
}

.light-font {
  font-weight: lighter;
  color: #c5e1a5;
}

.light-font a {
  color: #c5e1a5;
}

.header-font {
  font-family: "Raleway", sans-serif;
}

.body-font {
  font-family: "Roboto Slab", serif;
}

.center-link {
  width: 100%;
  display: block;
  text-align: center;
}

.center-middle {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.center-middle small {
  line-height: 3em;
  font-family: "Raleway", sans-serif;
}

.is-center {
  text-align: center;
}

.help {
  color: #558b2f;
}

.help b,
.help i {
  color: #558b2f;
}

.review-text {
  color: #558b2f;
  text-decoration: none;
  font-style: italic;
}

.hidden {
  display: none;
}

.strike-through {
  text-decoration: line-through;
}

span.count {
  font-weight: 700;
}

.spin {
  -webkit-animation: fa-spin 4s linear infinite;
          animation: fa-spin 4s linear infinite;
}

#help_extra_affirmations,
#toggle_walls {
  color: #558b2f;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: bold;
}

#extra_affirmations,
#walls {
  display: none;
}

.stage {
  color: #fff;
}

.stage.being {
  background: #d32f2f;
}

.stage.doing {
  background: #ff6f00;
}

.stage.thinking {
  background: #fbc02d;
}

.stage.identity {
  background: #558b2f;
}

.stage.skills {
  background: #0d47a1;
}

.stage.integration {
  background: #8e24aa;
}

.stage-text.being {
  color: #d32f2f;
}

.stage-text.doing {
  color: #ff6f00;
}

.stage-text.thinking {
  color: #fbc02d;
}

.stage-text.identity {
  color: #558b2f;
}

.stage-text.skills {
  color: #0d47a1;
}

.stage-text.integration {
  color: #8e24aa;
}

.checkbox.being input[type='checkbox'] + label::before {
  color: #d32f2f;
}

.checkbox.being input[type='checkbox']:checked + label {
  color: #d32f2f;
}

.checkbox.doing input[type='checkbox'] + label::before {
  color: #ff6f00;
}

.checkbox.doing input[type='checkbox']:checked + label {
  color: #ff6f00;
}

.checkbox.thinking input[type='checkbox'] + label::before {
  color: #fbc02d;
}

.checkbox.thinking input[type='checkbox']:checked + label {
  color: #fbc02d;
}

.checkbox.identity input[type='checkbox'] + label::before {
  color: #558b2f;
}

.checkbox.identity input[type='checkbox']:checked + label {
  color: #558b2f;
}

.checkbox.skills input[type='checkbox'] + label::before {
  color: #0d47a1;
}

.checkbox.skills input[type='checkbox']:checked + label {
  color: #0d47a1;
}

.checkbox.integration input[type='checkbox'] + label::before {
  color: #8e24aa;
}

.checkbox.integration input[type='checkbox']:checked + label {
  color: #8e24aa;
}

header {
  margin-bottom: 30px;
}

#app:not(.home) {
  min-width: 960px;
}

main:not(.home) {
  min-width: 960px;
}

main.padded {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 0 30px;
}

main.home {
  max-width: 960px;
}

.wall {
  overflow: hidden;
}

.wall #remove_text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  position: absolute;
  width: 400px;
  top: 38%;
  left: calc(50% - 200px);
  text-align: center;
  z-index: 100000;
  padding: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 1.6em;
  color: #558b2f;
  font-weight: 700;
  background: #c5e1a5;
}

.bucket {
  position: relative;
  height: 100%;
}

.bucket .arrow {
  border-radius: 50%;
  z-index: 999;
  position: absolute;
  width: 45px;
  height: 45px;
  background: #c5e1a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(50% - 22.5px);
  left: 15px;
  cursor: pointer;
}

.bucket .arrow#slideRight {
  left: calc(100% - 60px);
}

.bucket .arrow i {
  color: #558b2f;
}

.draggable {
  margin: 0 !important;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.draggable.ui-draggable-dragging {
  -webkit-box-shadow: 3px 4px 50px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 50px -10px rgba(0, 0, 0, 0.75);
  z-index: 1000;
}

#brick_area .content {
  height: 195px;
  width: 845px;
  margin: 15px auto;
}

#build_area {
  height: 43vh;
  position: relative;
  background: #c5e1a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#build_area .brick {
  width: 206px;
  height: 96px;
  border: solid #c5e1a5 3px;
}

#build_area span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  color: #558b2f;
  font-weight: 700;
}

#build_area .button {
  z-index: 1000;
  width: 200px;
  position: absolute;
  left: calc(100% - 215px);
  bottom: calc(100% - 3em - 15px);
}

#build_area,
#brick_area {
  padding: 15px;
}

.affirmations {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.affirmations li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3em;
}

.affirmations li span {
  width: 45px;
  height: 45px;
  background: #c5e1a5;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.affirmations li:not(.ui-sortable-helper):first-of-type span {
  background: #558b2f;
  color: #fff;
}

.affirmations .placeholder {
  background: #c5e1a5;
  height: 45px;
  width: 45px;
}

.student-title h2 {
  margin: 0;
  display: inline-block;
}

.shared_with {
  font-family: "Roboto Slab", serif;
  font-size: 1.2em;
  line-height: 1.4em;
  display: block;
}

.shared_with i {
  color: #558b2f;
  font-size: 1.2em;
  vertical-align: middle;
  cursor: pointer;
}

.shared_with i:hover {
  color: #33691e;
}

.home .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .feature div:first-of-type {
  margin-left: 0;
}

.home .feature .description {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin: 15px;
}

.home .feature .visual {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 15px;
}

.home .feature .visual .bricks .brick {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0 45px;
  width: 0;
  height: 45px;
}

.home .feature .visual .graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 8em;
}

.home .feature .visual .graph .bar {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.home .feature .visual .graph .bar.being {
  height: 55%;
}

.home .feature .visual .graph .bar.doing {
  height: 87%;
}

.home .feature .visual .graph .bar.thinking {
  height: 50%;
}

.home .feature .visual .graph .bar.identity {
  height: 27%;
}

.home .feature .visual .graph .bar.skills {
  height: 37%;
}

.home .feature .visual .graph .bar.integration {
  height: 17%;
}

.home .feature .visual .graph .bar:not(:last-of-type) {
  margin-right: 15px;
}

.home .feature .visual .rating {
  width: 10px;
  height: 150px;
}

.home .feature .visual .arrow {
  border-width: 75px 0 75px 50px;
}

.home .fade-out {
  position: relative;
}

.home .fade-out img {
  background: white;
}

.home .fade-out .gradient {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
}

.cookie-consent {
  background: #33691e;
  font-family: "Roboto Slab", serif;
  font-size: 1.2em;
  padding: 15px;
  text-align: center;
  color: #c5e1a5;
}

.cookie-consent a {
  color: #c5e1a5;
}

.cookie-consent a:hover {
  color: #c5e1a5;
}

.cookie-consent .action,
.cookie-consent i {
  position: absolute;
  color: #c5e1a5;
  cursor: pointer;
}

.cookie-consent i {
  left: 15px;
  font-size: 1.2em;
}

.cookie-consent span {
  display: inline;
  color: #c5e1a5;
}

.cookie-consent .action {
  right: 15px;
}

.cookie-consent .action .js-cookie-consent-agree {
  color: #c5e1a5;
  font-weight: 700;
}

@media only screen and (min-width: 970px) {
  .tablet-only {
    display: none;
  }

  .not-tablet {
    display: block;
  }

  #app.home .not-mobile {
    display: block;
  }
}

@media only screen and (max-width: 970px) {
  .tablet-only {
    display: block;
  }

  .not-tablet {
    display: none;
  }

  #app.home.not-mobile {
    display: block;
  }
}

@media only screen and (max-width: 970px) {
  .tablet-only {
    display: none;
  }

  .not-tablet {
    display: block;
  }

  #app.home .not-mobile {
    display: none;
  }

  .feature,
  .columns {
    display: block !important;
  }

  .columns > * {
    width: 100% !important;
  }

  .plan {
    display: block !important;
  }

  .plan:last-of-type {
    margin-top: 30px;
  }
}

header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Raleway", sans-serif;
  line-height: 75px;
  border-top: #558b2f solid 8px;
  height: 75px;
  padding-left: 15px;
}

header > * {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

header h1 {
  font-size: 2.5em;
  font-weight: 700;
  color: #33691e;
  margin-right: 15px;
}

header > a {
  padding: 0 20px;
  font-weight: 200;
  font-size: 1.5em;
  text-decoration: none;
  color: #33691e;
}

header > a i {
  color: #558b2f;
}

header > a.right {
  float: right;
}

header > a:hover {
  background-color: #c5e1a5;
}

header > a.active {
  background-color: #558b2f;
  color: #fff;
}

header > a.active i {
  color: #fff;
}

.tabs .header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs .header h2 {
  font-size: 1.5em;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  border: #fff solid 3px;
}

.tabs .header h2.active {
  border: #558b2f solid 3px;
  border-bottom: 0;
  color: #558b2f;
}

.tabs .header h2:hover {
  color: #558b2f;
}

.tabs .header.bottom .active {
  border: #558b2f solid 3px;
  border-top: 0;
  color: #558b2f;
}

.tabs .content {
  margin-top: 15px;
}

.tabs .content p {
  margin-bottom: 15px;
}

.tabs .content .download {
  display: block;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: #558b2f solid 3px;
}

.tabs .content .download > * {
  display: inline-block;
  vertical-align: middle;
}

.tabs .content .download i {
  padding: 15px;
  font-size: 1.5em;
  color: #558b2f;
}

.tabs .content .download h3 {
  margin: 0;
  text-align: left;
  font-weight: 700;
  font-size: 1.1em;
  color: #33691e;
}

.tabs .content .download span {
  color: #558b2f;
}

.tabs .content .download .date {
  float: right;
  padding: 15px;
  font-size: 1.1em;
}

.tabs .content .download:last-of-type {
  border-bottom: 0;
}

.tabs .content .download:hover {
  background: #c5e1a5;
}

.plan {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  border-top: #558b2f solid 3px;
}

.plan span {
  display: block;
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #558b2f;
  font-size: 0.8em;
  font-weight: 700;
}

.plan span.price {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 400;
}

.plan ul {
  margin: 30px 0;
}

.plan ul i {
  color: #558b2f;
  width: 30px;
  text-align: center;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #558b2f solid 3px;
  padding: 7.5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #33691e;
  background: #fff;
  cursor: pointer;
}

.button.primary {
  background: #558b2f;
  color: #fff;
}

.button.inline {
  font-size: 1em;
}

.buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.buttons > * {
  width: 25%;
}

input.button {
  display: block !important;
}

.help_button {
  color: #558b2f;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 50%;
  height: 50px;
  border: solid;
  line-height: 0px;
  font-size: 1.4em;
  width: 50px;
}

.input {
  width: 100%;
}

.input label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  font-size: 0.8em;
  line-height: 1.1em;
  font-family: "Raleway", sans-serif;
  color: #33691e;
  font-weight: 700;
  margin-top: 15px;
}

.input input {
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  border-bottom: #558b2f solid 3px;
}

.input textarea {
  resize: vertical;
  margin-top: 7.5px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: #558b2f solid 3px;
}

.input.radio {
  margin-top: 15px;
}

.input.radio input[type=radio]:not(old) {
  display: none;
}

.input.radio label {
  font-family: "Roboto Slab", serif;
  display: inline-block;
  color: #333;
  font-size: 1em;
  font-weight: 400;
  line-height: .5em;
}

.input.radio label span {
  border-radius: 50%;
  display: inline-block;
  border: solid #558b2f 2px;
  width: 1em;
  height: 1em;
  line-height: inherit;
  vertical-align: middle;
  margin-right: 7.5px;
}

.input.radio label span i {
  border-radius: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  top: 0.15em;
  left: 0.15em;
  position: relative;
}

.input.radio input[type=radio]:not(old):checked + label > span > i {
  background: #33691e;
}

.input.radio p {
  margin-left: 1.5em;
  line-height: 1.3em;
}

input[disabled] {
  cursor: not-allowed;
  background: #c5e1a5 !important;
  color: #fff !important;
  border: solid #c5e1a5 2px;
}

.range {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.range .amount {
  width: 100%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 3em;
  color: #33691e;
}

.range .scale {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.5px;
}

.range .scale span {
  color: #33691e;
  width: 20px;
  text-align: center;
  font-family: "Raleway", sans-serif;
}

.range .description {
  width: 100%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #33691e;
  height: 40px;
}

.range input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.65px 0;
}

.range input[type=range]:focus {
  outline: none;
}

.range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3.7px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #629c44;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

.range input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #33691e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}

.range input[type=range]::-moz-range-track {
  width: 100%;
  height: 3.7px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #629c44;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

.range input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #33691e;
  cursor: pointer;
}

.range input[type=range]::-ms-track {
  width: 100%;
  height: 3.7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range input[type=range]::-ms-fill-lower {
  background: #335123;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

.range input[type=range]::-ms-fill-upper {
  background: #629c44;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

.range input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #33691e;
  cursor: pointer;
  height: 3.7px;
}

.checkbox_wrap {
  display: inline-block;
  float: right;
  font-size: .6em;
}

.checkbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  margin: 15px 0;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox input[type='checkbox'] + label:before {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  padding-right: 4px;
  text-align: center;
  color: #558b2f;
}

.checkbox input[type='checkbox'] + label:before {
  content: "\F0C8";
  font-weight: 100;
}

.checkbox input[type='checkbox']:checked + label:before {
  content: "\F14A";
}

.checkbox input[type='checkbox']:checked + label {
  color: #558b2f;
}

.checkbox input[type='checkbox']:checked + label b {
  color: #558b2f;
}

.checkbox input[type='checkbox']:checked + label span {
  color: #558b2f;
}

.checkbox.strike input[type='checkbox']:checked + label {
  text-decoration: line-through;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.columns > * {
  width: 45%;
}

.columns > *:only-child {
  margin: auto;
}

.columns.pad > * {
  width: auto;
}

.columns.pad > *:not(:last-child) {
  margin-right: 15px;
}

.columns.valign {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search .input {
  width: 60%;
}

.search .input label {
  margin-top: 0;
}

.search .button {
  width: 25%;
  float: right;
  padding: 4px;
}

ul.students .search {
  margin-bottom: 15px;
}

ul.students .search > * {
  display: inline-block;
}

ul.students .search i {
  color: #558b2f;
  font-size: 25px;
  text-align: center;
  width: 40px;
  margin-right: 15px;
}

ul.students li:not(.search) a {
  margin: 55px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  line-height: 2em;
  color: #333;
}

ul.students .student small {
  margin-left: 30px;
  font-size: 0.8em;
  vertical-align: center;
}

.student.title {
  display: block;
}

.student.title h2 {
  display: inline-block;
  margin: 0;
}

.student .actions {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  display: inline-block;
}

.student .actions i {
  color: #558b2f;
  font-size: 1.2em;
  margin-left: 15px;
  cursor: pointer;
}

.student .actions i:hover {
  color: #33691e;
}

.student.plans-title h3 {
  display: inline-block;
  vertical-align: text-top;
}

.student.plans-title .button {
  float: right;
  width: 150px;
  line-height: 1em;
}

.student.plans li {
  font-size: 1.2em;
  line-height: 2.5em;
}

.student.plans li span {
  width: 140px;
  display: inline-block;
  font-family: "Raleway", sans-serif;
}

.v--modal-overlay h3 {
  text-align: center;
  font-weight: 700;
  margin: 15px 0 30px 0;
}

.v--modal-overlay p {
  font-size: 1em;
  font-family: "Roboto Slab", serif;
  line-height: 1.3em;
}

.v--modal-overlay .v--modal-box {
  padding: 30px !important;
}

.v--modal-overlay .buttons > * {
  line-height: 2em;
  width: 40%;
}

.v--modal-overlay[data-modal="new_plan"] .action,
.v--modal-overlay[data-modal="new_plan_open"] .action {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.v--modal-overlay[data-modal="new_plan"] .action .button,
.v--modal-overlay[data-modal="new_plan_open"] .action .button {
  width: 30%;
  line-height: 2em;
  -ms-flex-item-align: center;
      align-self: center;
}

.v--modal-overlay[data-modal="new_plan"] .action p,
.v--modal-overlay[data-modal="new_plan_open"] .action p {
  width: 60%;
  float: right;
  display: block;
}

.v--modal-overlay[data-modal="share"] .button,
.v--modal-overlay[data-modal="share_open"] .button {
  line-height: 2em;
  width: 50%;
  margin: 30px auto 15px auto;
}

.v--modal-overlay[data-modal="share"] .error,
.v--modal-overlay[data-modal="share_open"] .error {
  width: 100%;
  text-align: center;
  font-family: "Roboto Slab", serif;
}

.bricks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bricks .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.brick {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 90px;
  padding: 15px;
  margin-top: 15px;
  font-family: "Raleway", sans-serif;
  font-size: .7em;
  line-height: 1.2em;
  text-align: center;
  background: #c5e1a5;
}

.brick:not(:last-child) {
  margin-right: 15px;
}

.brick.toggleable {
  cursor: pointer;
}

.brick.disabled {
  opacity: 0.5;
}

.brick.disabled:hover {
  opacity: 1;
}

.list {
  list-style: disc;
}

.list li {
  font-family: "Roboto Slab", serif;
  line-height: 1.4em;
}

.behaviour_ratings {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.behaviour_ratings .rating {
  width: 150px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.behaviour_ratings .rating h4,
.behaviour_ratings .rating span {
  color: #fff;
}

.behaviour_ratings .rating h4 {
  font-size: 3em;
  margin: 0 0 15px 0;
}

.behaviour_ratings .rating span {
  font-family: "Raleway", sans-serif;
}

.behaviour_ratings .rating.light {
  background: #c5e1a5;
  padding: 0 50px 0 25px;
}

.behaviour_ratings .rating.light h4,
.behaviour_ratings .rating.light span {
  color: #33691e;
}

.behaviour_ratings .rating.medium {
  background: #558b2f;
  padding: 0 40px 0 25px;
  width: 150px;
}

.behaviour_ratings .rating.medium h4,
.behaviour_ratings .rating.medium span {
  color: #fff;
}

.behaviour_ratings .rating.dark {
  background: #33691e;
  padding: 0 25px 0 50px;
}

.behaviour_ratings .rating.dark h4,
.behaviour_ratings .rating.dark span {
  color: #fff;
}

.behaviour_ratings .arrow {
  border-style: solid;
  border-width: 100px 0 100px 50px;
}

.behaviour_ratings .arrow.dark {
  background: #558b2f;
  border-color: transparent transparent transparent #33691e;
}

.behaviour_ratings .arrow.light {
  background: #c5e1a5;
  border-color: transparent transparent transparent #558b2f;
}

.select {
  position: relative;
}

.select select {
  font-size: 0.9em;
  width: 100%;
  border: solid #558b2f 3px;
  padding: 7.5px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select select option {
  font-size: 1em;
  line-height: 1.5em;
}

.select .default {
  color: #558b2f;
}

.select:after {
  content: "\F0DD";
  font-family: 'Font Awesome 5 Free', serif;
  color: #fff;
  font-weight: 900;
  right: 0.56em;
  font-size: 1.2em;
  top: -0.4em;
  position: absolute;
  pointer-events: none;
}

.select:before {
  content: '';
  right: 0;
  bottom: -15px;
  width: 50px;
  height: calc(100% + 30px - 4px);
  background: #558b2f;
  position: absolute;
  pointer-events: none;
  display: block;
}

.count .select_wrap {
  width: calc(100% - 130px);
  display: inline-block;
}

.count .input {
  width: 80px;
  margin-left: 15px;
  vertical-align: middle;
  display: inline-block;
}

.count .input label {
  margin-top: 0;
}

.behaviour {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.behaviour .category {
  position: relative;
}

.behaviour .category .header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.behaviour .category .arrow {
  position: absolute;
  font-size: 1em;
  color: #558b2f;
  left: -25px;
  top: 1px;
}

.behaviour .category.active ul {
  display: block;
}

.behaviour .category.active .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.behaviour input {
  padding: 7.5px;
}

.behaviour input::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #558b2f;
}

.behaviour input::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  color: #558b2f;
}

.behaviour input::-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #558b2f;
}

.behaviour input::placeholder {
  font-family: "Raleway", sans-serif;
  color: #558b2f;
}

.behaviour ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.behaviour ul li h4 {
  font-size: 1em;
  line-height: 1.2em;
  text-align: left;
  margin: 30px 0 0 0;
  color: #558b2f;
  font-weight: 700;
}

.behaviour ul li span {
  margin: 0;
  color: #558b2f;
  font-size: 0.8em;
}

.behaviour ul li ul {
  display: none;
}

.behaviour ul li ul li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 48px;
  font-size: 24px;
}

.behaviour ul li ul li input {
  border: 0;
  padding: 0;
  outline: none;
  background: inherit;
  color: inherit;
  width: 100%;
  text-align: left;
}

.behaviour ul li ul li:hover input {
  color: #558b2f;
  cursor: pointer;
}

.behaviour ul li.notfound {
  color: #558b2f;
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}

.behaviour ul li.notfound:hover {
  cursor: pointer;
}

table {
  width: 100%;
}

#payment_form {
  max-width: 600px;
  margin: 30px auto 0 auto;
}

#payment_form label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  font-size: 0.8em;
  line-height: 1.1em;
  font-family: "Raleway", sans-serif;
  color: #33691e;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 7.5px;
}

#payment_form #card_element {
  background: #c5e1a5;
  padding: 15px;
  color: #558b2f;
  font-size: 1.3em;
}

#payment_form #card_errors {
  height: 45px;
  color: #33691e;
  text-align: center;
  line-height: 45px;
}

.graph-wrap .graph {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.graph-wrap .graph .bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 20%;
  margin: 0 auto;
}

.graph-wrap .graph .bar .count {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  margin-top: -45px;
  font-family: "Raleway", sans-serif;
  font-size: 1.4em;
}

.graph-wrap .graph .bar:not(:last-child) {
  margin-right: 30px;
}

.graph-wrap .graph .bar:hover {
  cursor: pointer;
}

.graph-wrap .graph .bar.not_active {
  opacity: 0.5;
}

.graph-wrap .content {
  height: 100px;
  padding: 15px;
}

.graph-wrap .content.non_active p {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #558b2f;
  font-weight: 700;
  margin: 15px;
}

.institutions .institution,
.institutions .invoice,
.invoices .institution,
.invoices .invoice {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.institutions .institution small,
.institutions .invoice small,
.invoices .institution small,
.invoices .invoice small {
  font-size: 0.8em;
}

.institutions .institution > span,
.institutions .invoice > span,
.invoices .institution > span,
.invoices .invoice > span {
  font-size: 1.2em;
}

.institutions .institution .right,
.institutions .invoice .right,
.invoices .institution .right,
.invoices .invoice .right {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.institutions .institution .right .count,
.institutions .invoice .right .count,
.invoices .institution .right .count,
.invoices .invoice .right .count {
  width: 1em;
  margin-left: 7.5px;
  text-align: center;
  display: inline-block;
  font-family: "Raleway", sans-serif;
}

.institutions .institution .right i,
.institutions .invoice .right i,
.invoices .institution .right i,
.invoices .invoice .right i {
  margin-left: 15px;
}

.institutions .institution .right > *,
.institutions .invoice .right > *,
.invoices .institution .right > *,
.invoices .invoice .right > * {
  margin-left: 15px;
}

.institutions .institution .right span,
.institutions .invoice .right span,
.invoices .institution .right span,
.invoices .invoice .right span {
  font-family: "Raleway", sans-serif;
}

#subscriptions .line.active input {
  font-style: italic;
}

#subscriptions .line .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  font-family: "Raleway", sans-serif;
  margin-top: 15px;
}

#subscriptions .line .icon i {
  color: #33691e;
  cursor: pointer;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#subscriptions .line .icon i.rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#loading {
  position: absolute;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loading i {
  font-size: 5em;
  color: #558b2f;
}

.strategy-picker {
  padding-left: 30px;
  display: none;
}

.strategy-picker .label {
  margin: -5px 0 -15px -20px;
  display: block;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #33691e;
  font-size: 18px;
  font-weight: 800;
}

html {
  overflow-y: scroll;
}

* {
  line-height: 1.8em;
  font-size: 1.2em;
  font-family: "Roboto Slab", serif;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

body {
  overflow-x: hidden;
  font-family: "Roboto Slab", serif;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.7em;
  font-weight: 700;
}

h2 small {
  font-weight: 400;
  margin-left: 15px;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
}

h4 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-size: 1.8em;
  margin: 30px 0;
}

h5 {
  font-family: "Raleway", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

p {
  margin: 0;
}

a {
  color: #558b2f;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  color: #33691e;
}

b {
  font-weight: 700;
}

em {
  font-style: italic;
}

strong {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.print_frames {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

