@charset "UTF-8";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="text"], input[type="button"], input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  vertical-align: middle; }

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

select {
  background: #fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 0 25px 0 8px;
  font-size: 0.875em; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* OPACITY */
.row {
  width: 100%;
  overflow: hidden;
  float: left; }

.wrap {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }

.full, .d1-2, .d1-3, .d1-4, .d1-6, .d2-3, .d3-4, .d5-6 {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  float: left;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0);
  background-clip: padding-box; }

.no-pad {
  padding: 0 !important; }

.no-border {
  border: 0 !important; }

.full {
  width: 100%; }

.d1-2 {
  width: 50%; }

.d1-3 {
  width: 33.3333333333%; }

.d3-3 {
  width: 66.6666666667%; }

.d1-4 {
  width: 25%; }

.d3-4 {
  width: 75%; }

.d1-6 {
  width: 16.6666666667%; }

.d5-6 {
  width: 83.3333333333%; }

.clearfix {
  display: block;
  width: 100%;
  clear: both;
  height: 0;
  padding: 0;
  margin: 0; }

.with-asside {
  padding-right: 210px;
  position: relative; }

.asside {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px; }

.row.grid-test {
  background-color: red; }
  .row.grid-test .wrap {
    background-color: yellow; }
  .row.grid-test .full {
    background-color: blue; }
  .row.grid-test .d1-2 {
    background-color: blue; }
  .row.grid-test .d1-3 {
    background-color: blue; }
  .row.grid-test .d1-4 {
    background-color: blue; }

/*--------------------------------------------------------------------------
*
*	Typography
*
*-------------------------------------------------------------------------*/
body {
  color: #000;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4 {
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0em 0 0.2em;
  line-height: 1.25em; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 22px;
  margin-bottom: 15px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 12px; }

p,
li,
td,
th,
dt,
dd {
  line-height: 1.1em;
  font-size: 16px;
  margin: 0em 0 0.2em 0; }
  p:last-of-type,
  li:last-of-type,
  td:last-of-type,
  th:last-of-type,
  dt:last-of-type,
  dd:last-of-type {
    margin: 0 0 0 0; }

a {
  color: #FFF;
  line-height: 1.1em;
  font-size: 16px; }

a:hover,
a:focus {
  outline: none;
  color: #005580; }

a:hover {
  text-decoration: underline; }

.p9 {
  font-size: 0.9em !important; }

.p8 {
  font-size: 0.8em !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

strong, b {
  font-weight: bold; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

input, textarea, select, button {
  display: block;
  width: 100%;
  max-width: 584px;
  padding: 15px;
  box-sizing: border-box;
  font: 400 18px/1em "Quicksand", Helvetica, Arial, sans-serif;
  border: none;
  background: #FFF;
  margin-bottom: 10px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, button::-webkit-input-placeholder {
    color: #000; }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, button:-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, button::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, button:-ms-input-placeholder {
    color: #000; }

form {
  display: inline-block;
  width: 100%;
  margin: 0 auto; }
  form input[type=checkbox], form input[type=radio] {
    display: none; }
    form input[type=checkbox]:checked + .remember-label::before, form input[type=radio]:checked + .remember-label::before {
      background: #FFF url(../images/tick.png);
      background-size: cover; }
  form .remember-label {
    display: inline-block;
    left: 20px;
    margin: 0 0 15px;
    position: relative;
    width: calc(100% - 20px); }
    form .remember-label::before {
      background: #FFF;
      border: 1px solid #FFF;
      content: "";
      width: 14px;
      height: 14px;
      left: -20px;
      position: absolute; }
    form .remember-label:hover {
      cursor: pointer; }

.select-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px; }
  .select-box button {
    -webkit-appearance: none; }

.feeling-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px; }
  .feeling-box button {
    -webkit-appearance: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("assets/fonts/slick.eot");
        src: slick-font-url("assets/fonts/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("assets/fonts/slick.woff") format("woff"), slick-font-url("assets/fonts/slick.ttf") format("truetype"), slick-font-url("assets/fonts/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
        font-display:fallback;
    }
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*--------------------------------------------------------------------------
*
*   temporary styles
*
*-------------------------------------------------------------------------*/
button.btn-on {
  background: green; }
button.btn-cancel {
  background: red; }
button.btn-save {
  background: green; }

.nav-buttons button {
  display: inline-block;
  width: 100px;
  margin-right: 20px; }

body {
  background: #825cff;
  background: linear-gradient(to bottom, #825cff 0%, #b8a0ff 100%);
  min-height: 100vh; }

a, a:hover, .trans {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease; }

img, svg {
  display: block;
  width: 100%;
  height: auto; }

.narrow {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto; }

.user-log-out {
  float: right; }

.form-nav {
  display: block;
  width: 100px;
  float: left;
  text-align: center;
  color: #000;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  margin-top: 40px; }
  .form-nav.next {
    float: right; }

.add-ex-values {
  cursor: pointer; }

.popup-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #000; }
  .popup-fade .popup-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background: #FFF;
    width: 70%;
    padding: 30px;
    box-sizing: border-box; }

/*--------------------------------------------------------------------------
*
*   Screens
*
*-------------------------------------------------------------------------*/
.screen {
  transform: translateX(105%);
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: yellow;
  overflow: scroll;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .screen.screen-selection-drill {
    transform: translateX(-105%); }
  .screen.active-screen {
    transform: translateX(0); }

.screen-selection-skill .nav-buttons.errors:after {
  content: 'Incorect details';
  color: red;
  display: inline-block;
  font-size: 1.8em;
  width: 100%;
  font-weight: 700; }

/*--------------------------------------------------------------------------
*
*   Header style
*
*-------------------------------------------------------------------------*/
.row-header .wrap .full {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 2rem; }
  .row-header .wrap .full p {
    align-self: center;
    justify-self: right;
    font-size: calc(25px + (46 - 25) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    color: #FFF; }
.row-header .site-logo {
  max-width: 130px; }

.header-user-info h2 {
  display: block;
  float: left;
  width: calc(100% - 80px);
  color: #FFF;
  font-weight: 600; }
.header-user-info .user-log-out {
  width: auto;
  float: right; }

/*--------------------------------------------------------------------------
*
*   Student profile page
*
*-------------------------------------------------------------------------*/
.student-dashboard {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  width: 100%;
  height: 60vh; }
  .student-dashboard .tile {
    background: #FFF;
    padding: 20px; }
    .student-dashboard .tile a, .student-dashboard .tile p {
      color: #000;
      text-decoration: none; }

/*--------------------------------------------------------------------------
*
*   Login/logout/register style
*
*-------------------------------------------------------------------------*/
.form-forgot {
  display: none; }
  .form-forgot .login-submit {
    margin-bottom: 30px;
    display: inline-block; }

/*--------------------------------------------------------------------------
*
*   session register
*
*-------------------------------------------------------------------------*/
.target-times .grid-2, .target-times .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 0; }
.target-times label, .target-times input {
  float: left;
  display: inline-block;
  background: #FFF;
  text-align: center;
  font: 400 18px/1em "Quicksand", Helvetica, Arial, sans-serif;
  padding: 15px;
  margin-bottom: 0;
  border: none; }

.add-exercises {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  margin-bottom: 1rem; }

.task-completed-list li {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px; }
.task-completed-list .details:before {
  content: '+'; }
.task-completed-list .details-list {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.task-completed-list .drill-control {
  padding: 10px 0 20px; }
  .task-completed-list .drill-control a {
    margin-right: 20px; }
.task-completed-list .details-opened .details-list {
  max-height: 100px; }
.task-completed-list .details-opened .details:before {
  content: '-'; }

.add-skill, .add-drill {
  display: none; }

.grid-2, .grid-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  margin-bottom: 20px; }

.grid-3 {
  grid-template-columns: repeat(3, 1fr); }

.screen-drill h2 {
  margin-bottom: 30px; }
.screen-drill .skill-list {
  margin-bottom: 30px; }
  .screen-drill .skill-list .skill-name {
    width: 100%;
    margin-bottom: 5px;
    display: block; }
  .screen-drill .skill-list button {
    margin-right: 3%;
    display: inline-block; }
    .screen-drill .skill-list button.btn-select {
      width: 15%; }
    .screen-drill .skill-list button.btn-value {
      width: 20%;
      height: 48px; }
    .screen-drill .skill-list button.btn-active {
      background: mediumaquamarine; }

.session-summary .summary-wrapper > div {
  margin-bottom: 30px; }

.local {
  bottom: 0 !important; }

/*# sourceMappingURL=1645110402188.css.map */
