/* FONTS */
@font-face {
    font-family: 'PP Mori';
    src: url('../fonts/PPMori-Extralight.eot');
    src: url('../fonts/PPMori-Extralight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPMori-Extralight.woff2') format('woff2'),
        url('../fonts/PPMori-Extralight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Mori';
    src: url('../fonts/PPMori-Regular.eot');
    src: url('../fonts/PPMori-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPMori-Regular.woff2') format('woff2'),
        url('../fonts/PPMori-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Mori';
    src: url('../fonts/PPMori-SemiBold.eot');
    src: url('../fonts/PPMori-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPMori-SemiBold.woff2') format('woff2'),
        url('../fonts/PPMori-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* REBOOT */
*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:'PP Mori',Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}

/* COLORS */
:root {
  --blue: #242858;
  --green: #aac810;
  --grey: #717171;
  --red: #d93b3b;
  --lightgrey: #e3d3d3;
  --navgrey: #f4f4f4;
  --boxgrey: #f2f2f2;
  --success: #f2f7da;
  --neutral: #c6c7ce;
  --error: #e2cac9;
}

/* PRELOADS */
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../svg/icon-user-over.svg) url(../img/gradient-carousel.jpg);
}

/* BASE */
html,
body {
  font-family: 'PP Mori', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  color: var(--blue);
  text-align: left;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: auto;
  padding: 0;
  margin: 0;
}

@media (max-width: 1279px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 15px;
  }
}

html,
button,
input,
textarea {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

a,
a:visited {
  color: inherit;
  outline: none;
}

a:hover,
a:focus {
  color: inherit;
  outline: none;
}

a:focus {
  opacity: 0.6;
}

a:hover {
  color: inherit;
}

input,
button,
textarea {
  outline: none !important;
}

button {
  cursor: pointer;
  outline: none !important;
}

.bg-cover {
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  -ms-behavior: url(backgroundsize.min.htc);
}



/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.375;
  padding: 0;
  margin: 0; 
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.375;
  padding: 0 0 1.375em 0;
  margin: 0;
}

ul.list {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.375;
  list-style-type: none;
  padding: 0 0 1.375em 0;
  margin: 0;
}

ul.list li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0;
}

ul.list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\2014';
  color: var(--green);
}

ul.datalist {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.375;
  list-style-type: none;
  padding: 0 0 1.375em 0;
  margin: 0;
}

ul.datalist li {
  position: relative;
  padding: 0 0 0 6em;
  margin: 0;
}

ul.datalist li span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 6em;
  color: var(--grey);
}



/* BUTTONS */
ul.buttons {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px -10px 0;
  overflow: hidden;
}

ul.buttons li {
  display: inline-block;
  padding: 0 10px 10px 0;
  margin: 0;
}

.button {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none !important;
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 1.5em;
  padding: 1em 2em;
}

.button:hover,
.button:focus {
  opacity: 0.6;
}

.send-button,
.green-button {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  padding: 1em 3em;
}

.green-button:hover,
.green-button:focus,
.green-button:visited {
  color: #fff;
}

/* FORMS */
.form-row {
  height: auto;
  padding: 0;
  margin: -10px -5px;
  overflow: hidden;
}

.form-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: auto;
  padding: 10px 5px;
  margin: 0;
}

.form-col-100 {
  width: 100%;
}

.form-col-50 {
  width: 50%;
}

.form-col-35 {
  width: 35%;
}

.form-col-65 {
  width: 65%;
}

@media (max-width: 767px) {
  .form-col-50 {
    width: 100%;
  }
}

.form-button {
  padding: 25px 0 0 0;
}

.form-item label { 
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--grey);
  display: block;
}

.form-item input {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.375;
  padding: 10px;
  background: #fff;
  color: var(--blue);
  border: 1px solid var(--lightgrey);
  border-radius: 5px;
}

.form-item input.not-valid {
  border: 1px solid var(--red);
}

.form-item input:focus {
  border: 1px solid var(--green);
}

.form-item p {
  font-size: 0.75em;
  line-height: 1.375;
  padding: 10px 0 0 0;
  margin: 0;
  color: var(--grey);
}

.form-item p.form-error {
  color: var(--red);
}

.form-item p a {
  color: var(--blue);
}

/* CHECKBOXES */
.form-legal {
  padding: 25px 0 0 0;  
}

.legal-check {
  width: 100%;
  height: auto;
  min-height: 1.75em;
  padding: 0 0 0 1.75em;
  margin: 0;
  position: relative;
}

.legal-check label {
  display: block;
  width: 100%;
  height: auto;
}

.legal-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}

.legal-check .check {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid var(--blue);
  cursor: pointer;
}

.legal-check .check:after {
  content: '';
  position: absolute;
  display: none;
  left: 0.4125em;
  top: -0.25em;
  width: 0.6em;
  height: 1.2em;
  border: solid var(--green);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: inherit;
}

.legal-check input:checked~.check:after {
  display: block;
}

.legal-check input:focus~.check {
  border: 1px solid var(--green);
}

.legal-check span.labeltext {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  padding: 0 0 0.25em 0;
  color: var(--blue);
}

.legal-check span.labeltext a {
  color: inherit;
  text-decoration: underline;
}


/* LOGIN */
.login-row {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 60%;
  background: #fff;
}

@media (max-width: 1550px) {
  .login-row {
    padding: 0 0 0 55%;
  }
}

@media (max-width: 1023px) {
  .login-row {
    padding: 0;
  }
}

.login-col {
  display: flex;
  position: relative;
  align-items: center;
  height: auto;
  padding: 50px 75px;
}

.login-col-form,
.register-col {
  background: #fff;
}

.login-col-intro {
  position: fixed;
  left: 0;
  top: 0;
  width: 60%;
  height: 100vh;
  background-color: var(--blue);
  color: #fff;
  z-index: 250;
}

@media (max-width: 1550px) {
  .login-col-intro{
    width: 55%;
  }
}

@media (min-width: 1720px) {
  .login-col {
    padding: 75px 100px;
  }
}

@media (min-width: 1960px) {
  .login-col {
    padding: 75px 150px;
  }
}

@media (max-width: 1023px) {
  .login-row {
    display: block;
    width: 100%;
  }
  
  .login-col {
    display: block;
    width: 100%;
    min-height: 50vh;
    padding: 50px 50px 100px 50px;
  }
  
  .login-col-intro {
    position: relative;
    height: auto;
    padding: 50px 50px 75px 50px;
  }
}

@media (max-width: 767px) {
  .login-col {
    padding: 50px 25px 100px 25px;
  }
  
  .login-col-intro {
    padding: 50px 25px 75px 25px;
  }
}

.login-content {
  width: 100%;
  height: auto;
}

.login-logo {
  padding: 0 0 25px 0;
}

.login-logo img {
  display: block;
  width: 8em;
  height: auto;
}

@media (max-width: 1023px) {
  .login-logo {
    padding: 0 0 25px 0;
  }
  
  .login-logo img {
    width: 7em;
  }
}

@media (max-width: 767px) {  
  .login-logo img {
    width: 6em;
  }
}

.login-content h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.375;
  padding: 0 0 50px 0;
  margin: 0;
}

.register-col .login-content h1 {
  padding: 0 0 25px 0;
}

.no-account {
  padding: 75px 0 0 0;
}

@media (max-width: 1439px) {
  .login-content h1 {
    font-size: 1.75em;
  }
}

@media (max-width: 767px) {
  .login-content h1 {
    font-size: 1.5em;
    padding: 0 0 25px 0;
  }
  
  .no-account {
    padding: 50px 0 0 0;
  }
}

.no-account h2 {
  font-size: 1.375em;
  font-weight: 400;
  padding: 0 0 25px 0;
  margin: 0;
}

@media (max-width: 767px) {
  .no-account h2 {
    font-size: 1.25em;
  }
}

.login-intro {
  width: 100%;
  height: auto;
}

@media (min-width: 1023px) {
  .login-intro {
    padding: 25px 0;
  }
}

.mindsetters-icon {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 25px;
  height: auto;
  z-index: 25;
}

.mindsetters-icon img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  #loginscreen .mindsetters-icon {
    display: none;
  }
}

.login-intro h2 {
  font-size: 3.575em;
  font-weight: 400;
  line-height: 1.125;
  padding: 0 0 25px 0;
  margin: 0;
}

@media (max-width: 1439px) {
  .login-intro h2 {
    font-size: 3em;
  }
}

@media (max-width: 1279px) {
  .login-intro h2 {
    font-size: 2.5em;
  }
}

@media (max-width: 1099px) {
  .login-intro h2 {
    font-size: 2.25em;
  }
}

@media (max-width: 1025px) {
  .login-intro h2 {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .login-intro h2 {
    font-size: 1.75em;
  }
}

.intro-text {
  max-width: 850px;
  margin: 0 0 -1.375em 0;
}

.intro-button {
  padding: 50px 0 0 0;
}

.intro-button .button {
  color: #fff;
  border-color: #fff;
  padding: 1.25em 3em;
  border-radius: 1.75em;
}

@media (min-width: 1024px) and (max-height: 540px) {
  .login-intro {
    padding: 0 0 50px 0;
  }
  
  .login-intro h2 {
    font-size: 2.25em;
  }
  
  .login-intro p {
    font-size: 0.85em;
  }
  
  .intro-button {
    padding: 25px 0 0 0;
  }
}


@media (min-width: 1024px) and (max-height: 490px) {
  .login-intro {
    padding: 0 0 50px 0;
  }
  
  .login-intro h2 {
    font-size: 1.75em;
  }
  
  .login-intro p {
    font-size: 0.75em;
  }
  
  .intro-button {
    padding: 25px 0 0 0;
  }
}

.login-intro-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 25px 25px 25px;
  overflow: hidden;
}

.login-intro-nav ul {
  font-size: 0.75em;
  line-height: 25px;
  font-weight: 400;
  color: #fff:
  list-style-type: none;
  padding: 0;
  margin: 0 -10px 0 0;
  overflow: hidden;
}

.login-intro-nav li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0;
}


/* SUBPAGE */
.subpage {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 75px 0 0 0;
}

/* SUBPAGE NAV */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  padding: 25px 25px 25px 75px;
  line-height: 25px;
  background: var(--navgrey);
  color: var(--blue);
  z-index: 250;
}

#nav ul.nav {
  font-size: 0.75em;
  line-height: 25px;
  font-weight: 400;
  color: var(--blue):
  list-style-type: none;
  padding: 0;
  margin: 0 -10px 0 0;
  overflow: hidden;
}

#nav ul.nav li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0;
}

#nav ul.nav li a {
  color: var(--blue);
  text-decoration: none;
}

#nav ul.nav li.active a {
  opacity: 0.7;
}

#nav a.login,
#nav a.logout {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  height: 25px;
  font-size: 0.75em;
  line-height: 25px;
  text-decoration: none;
  padding: 0 40px 0 0;
  background: url(../svg/icon-logout.svg) center right no-repeat;
  background-size: 20px 20px;
  z-index: 25;
}

#nav a.login {
  background: url(../svg/icon-login.svg) center right no-repeat;
  background-size: 20px 20px;
}

@media (min-width: 1025px) {
  #nav ul.nav li a:hover,
  #nav a.login:hover, 
  #nav a.logout:hover {
    text-decoration: underline;
  }
}

#hamburger {
  display: none;
}

@media (max-width: 767px) {
  #nav:before {
    content: '';
    display: block;
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--navgrey);
    z-index: 20;
  }
  #nav ul.nav {
    position: absolute;
    left: 0;
    top: -20em;
    width: 100%;
    height: auto;
    padding: 25px;
    z-index: 10;
    background: var(--navgrey);
    font-size: 1em;
    border-top: 1px solid var(--blue);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.125);
    -webkit-transition: 0.25s ease top;
    -moz-transition: 0.25s ease top;
    -o-transition: 0.25s ease top;
    transition: 0.25s ease top;
  }
  
  .nav-shown #nav ul.nav {
    top: 75px;
    -webkit-transition: 0.25s ease top;
    -moz-transition: 0.25s ease top;
    -o-transition: 0.25s ease top;
    transition: 0.25s ease top;
  }
  
  #nav ul.nav li {
    display: block;
    padding: 5px 0;
    margin: 0;
    text-align: center;
  }
  
  #nav a.login,
  #nav a.logout {
    right: 75px;  
  }
  
  .no-nav #nav a.login,
  .no-nav #nav a.logout {
    right: 25px;  
  }
  
  #hamburger {
    display: block;
    width: 75px;
    height: 75px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    z-index: 100;
  }
  
  #hamburger .line {
    position: absolute;
    left: 25px;
    height: 2px;
    background: var(--blue);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    opacity: 1;
  }
  
  #hamburger .lineA {
    top: 33px;
    width: 25px;
  }
  
  #hamburger .lineB {
    bottom: 33px;
    width: 25px;
  }
  
  .nav-shown #hamburger .lineA {
    top: 36px;
    width: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .nav-shown #hamburger .lineB {
    width: 20px;
    bottom: 37px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* SUBPAGE CONTENT */
#content {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 150px);
  overflow: hidden;
  padding: 50px 50px 25px 50px;
}

.landingpage #content {
  display: flex;
  align-items: center;
}

@media (min-width: 1440px) {
  #content {
    padding: 50px 100px 25px 100px;
  }
}

@media (max-width: 1023px) {
  #content {
    padding: 50px 25px 25px 25px;
  }
}

#content .limit {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  #content .limit {
    max-width: 1440px;
 }
}

.content-header {
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid var(--lightgrey);
}

.content-header.has-button {
  padding: 0 14em 10px 0;
}

.content-header h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25;
  padding: 0;
  margin: 0;
}

.content-header h2 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
  padding: 0;
  margin: 0;
}

.content-header-button {
  position: absolute;
  bottom: 15px;
  right: 0;
}

@media (max-width: 1439px) {
  .content-header h1 {
    font-size: 1.75em;
  }
  
  .content-header h2 {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .content-header h1 {
    font-size: 1.5em;
  }
  
  .content-header h2 {
    font-size: 1.25em;
  }
  
  .content-header.has-button {
    padding: 0 0 10px 0;
  }
  
  .content-header-button {
    position: relative;
    bottom: 0;
    padding: 25px 0 15px 0;
  }
}

@media (max-width: 600px) {
  .content-header h1 {
    font-size: 1.5em;
  }
}

/* CAROUSEL */
.carousel-wrap {
  padding: 25px 0 0 0;
  margin: 0 -5px;
  height: auto;  
}

@media (max-width: 767px) {
  .carousel-wrap {
    padding: 0;
  }
}

.carousel-cell {
  width: 33.3333%;
  padding: 0 5px;
}

@media (max-width: 1099px) {
  .carousel-cell {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .carousel-cell {
    width: 100%;
  }
}

.carousel-box {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 375px;
  padding: 25px 25px 75px 25px;
  background-color: var(--boxgrey);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150% auto;
  color: var(--grey) !important;
  text-decoration: none !important;
}

.carousel-box h2 {
  font-size: 1.25em;
  padding: 0 0 25px 0;
  color: var(--blue);
}

@media (max-width: 767px) {
  .carousel-box h2 {
    font-size: 1.125em;
  }
}

.carousel-box p {
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: inherit;
}

ul.carousel-status {
  font-size: 0.75em;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 25px 0 0 0;
  margin: 0 -25px 0 0;
  list-style-type: none;
}

ul.carousel-status li {
  display: inline-block;
  padding: 0 25px 0 0;
  margin: 0;
  color: inherit;
}

ul.carousel-status li strong {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  color: var(--blue);
  padding: 0 1.25em 0 0.25em;
  background: url(../svg/icon-user.svg) right 20% no-repeat;
  background-size: auto 0.9em;
}

.carousel-button {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

@media (min-width: 1025px) {
  .carousel-box:hover {
    background-color: var(--blue);
    background-image: url(../img/gradient-carousel.jpg);
    background-size:;
    color: #fff !important;
  }
  
  .carousel-box:hover h2,
  .carousel-box:hover ul.carousel-status li strong {
    color: #fff;
  }
  
  .carousel-box:hover ul.carousel-status li strong {
    background-image: url(../svg/icon-user-over.svg);
  }
  
  .carousel-box:hover .carousel-button .button {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
  }
}

/* SUBPAGE CONTENTS */
.content-item {
  padding: 0 0 25px 0;  
}

.content-row {
  height: auto;
  padding: 0;
  margin: 0 -25px -50px 0;
}

.content-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: auto;
  padding: 0 25px 50px 0;
  margin: 0;
}

.content-col-60 {
  width: 60%;
}

.content-col-55 {
  width: 55%;
}

.content-col-45 {
  width: 45%;
}

.content-col-40 {
  width: 40%;
}

.content-col-25 {
  width: 25%;
}

.content-col-100 {
  width: 100%;
}

@media (max-width: 1279px) {
  .content-col-25 {
    width: 50%;
  }
}

@media (max-width: 1099px) {
  .content-col-60,
  .content-col-40 {
    width: 100%;
  }
  
  .content-col-hide-md {
    display: none;
  }
}

@media (max-width: 767px) {
  .content-col,
  .content-col-55,
  .content-col-45 {
    width: 100%;
  }
  
  .content-col-hide-sm {
    display: none;
  }
}

.content-intro {
  color: var(--grey);
}

.content-label {
  padding: 0 0 25px 0;
}

.content-label label { 
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--grey);
  display: block;
}

.content-label ul {
  font-size: 0.75em;
  line-height: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.content-label li label {
  font-size: 1em;
}

.content-label li {
  display: inline-block;
  vertical-align: top;
  width: calc(60% - 0.5em);
}

.content-label li.status-labels {
  width: calc(40% - 1.5em);
}

.content-label li.status-labels label {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

@media (max-width: 767px) {
  .content-label li {
    width: 100%;
  }
  
  .content-label li.status-labels {
    display: none;
  }
}

.lessons {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
}

.lessons ul {
  display: block;
  width: 100%;
  height: auto;
  list-style-type: none;
  padding: 0;
  margin: 0 0 -10px 0;
}

.lessons li {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
}

.lession {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.75em 1.5em;
  line-height: 1.5;
  border: 1px solid var(--boxgrey);
  background-color: var(--boxgrey);
  border-radius: 1.5em;
  text-decoration: none;
  color: var(--blue);
}

.lession:visited,
.lession:hover,
.lession:focus {
  color: var(--blue);
}

.lession:hover {
  background-color: #fff;
  border-color: var(--lightgrey);
  cursor: pointer;
}

.lession-infos {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: auto;
  font-size: 1.125em;
  line-height: 1;
}

.lession-status {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  height: auto;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--grey);
}

.lession-status ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.lession-status li {
  display: inline-block;
  width: 50%;
  height: auto;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.lession-status li span {
  display: none;
}

.lession-status li strong {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  color: var(--blue);
  padding: 0 1.375em 0 0;
  background: url(../svg/icon-user.svg) right 20% no-repeat;
  background-size: auto 0.9em;
}

@media (max-width: 1279px) {
  .lession-infos {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .lession {
    padding: 15px 10px;
    border-radius: 10px;
  }

  .lession-infos,
  .lession-status {
    display: block;
    width: 100%;
  }
  
  .lession-status {
    padding: 10px 0 0 0;
  }
  
  .lession-status li span {
    display: block;
    padding: 0 0 10px 0;
  }
}

.progress {
  padding: 0 0 25px 0;
}

.progressbar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--blue);
}

.progress-done {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  border-radius: 3px;
  min-width: 6px;
  background: var(--green);
}

.progress-precents {
  position: absolute;
  top: 15px;
  left: 100%;
  font-size: 1em;
  line-height: 1;
  color: var(--blue);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 25;
}

/* ILLUSTRATIONS */
.content-illustration {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  padding: 0 25px;
  margin: 0 auto;
}

/* TABLES */
.content-table {
  width: 100%;
  height: auto;
  overflow: auto;
}

table {
  width: 100%;
  height: auto;
}

table tbody tr {
  border-top: 5px solid #fff;
}

table th,
table td {
  padding: 10px;
}

table th {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--grey);
}

table input[type="checkbox"] {
  display: inline-block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  margin-top: -0.25em;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid var(--blue);
  transition: .2s ease-in-out;
  transition-property: background-color,border;
  cursor: pointer;
}

table th input[type="checkbox"] {
  border-color: var(--grey);
}

table input[type="checkbox"]:checked {
  background-color: var(--blue);
  background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

table td {
  background: var(--boxgrey);
}


table th.col1,
table td.col1 {
  width: 1em;
  font-size: 1em;
  padding: 10px 20px 10px 20px;
  border-radius: 25px 0 0 25px;
}

table th.last-col,
table td.last-col {
  padding: 10px 20px 10px 10x;
  border-radius: 0 25px 25px 0;
}

/* PAGINATION */
.pagination {
  padding: 25px 0 0 0;
}

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

.pagination li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination li a {
  display: block;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.75em;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  color: var(--blue);
}

.pagination li a:hover {
  background: var(--boxgrey);
}

.pagination li.pagination-active a {
  background: var(--blue);
  color: #fff;
}


/* LANDING PAGES */
.landing-item {
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}

.landing-row {
  height: auto;
  padding: 0;
  margin: 0 -25px -50px 0;
}

.landing-col {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  padding: 0 25px 50px 0;
  margin: 0;
}

.landing-image {
  width: 45%;
}

.landing-text {
  width: 55%;
}

@media (max-width: 767px) {
  .landing-image,
  .landing-text {
    width: 100%;
  }
  
  .landing-image {
    text-align: center;
  }
  
  .landing-image img {
    display: inline-block;
    max-width: 350px;
  }
}

.landing-header {
  position: relative;
  padding: 0 0 10px 0;
}

.landing-header h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25;
  padding: 0;
  margin: 0;
}

@media (max-width: 1439px) {
  .landing-header h1 {
  font-size: 1.75em;
  }
}

@media (max-width: 767px) {
  .landing-header h1 {
  font-size: 1.5em;
  }
}

@media (max-width: 600px) {
  .landing-header h1 {
  font-size: 1.5em;
  }
}


/* FLASH MESSAGES */
.flash-messages {
  width: 100%;
  height: auto;
}

.flash-message {
  display: block;
  width: 100%;
  height: auto;
  padding: 1em 2em;
  margin: -25px 0 25px 0;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  border-radius: 1.5em;
  color: var(--blue);
  background: var(--navgrey);
}

.flash-message.success {
  background: var(--success);
}

.flash-message.neutral {
  background: var(--neutral);
}

.flash-message.error {
  background:var(--error);
}


/* SUBPAGE FOOTER */
#footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px;
  line-height: 25px;
}

#footer ul {
  font-size: 0.75em;
  line-height: 25px;
  font-weight: 400;
  color: #fff:
  list-style-type: none;
  padding: 0;
  margin: 0 -10px 0 0;
  overflow: hidden;
}

#footer li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0;
}

#footer a.footer-logo {
  position: absolute;
  top: 25px;
  right: 25px;
  width: auto;
  height: 25px;
  line-height: 25px;
  z-index: 25;
}

#footer a.footer-logo img {
  display: inline-block;
  width: 5.5em;
  height: auto;
}

/* FLICKITY */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: visible;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: relative;
  display: table;
  width: calc(100% - 10px);
  padding: 0;
  margin: 25px 5px 0 5px;
  list-style: none;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  background: var(--boxgrey);
  overflow: hidden;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: table-cell;
  height: 4px;
  margin: 0;
  background: var(--boxgrey);
  cursor: pointer;
  border-radius: 2px;
}

.flickity-page-dots .dot.is-selected {
  background: var(--blue);
}


/* DRAG CURSOR */
.dragcursor {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  mix-blend-mode: difference;
  border: 2px solid #fff;
  transform: scale(0);
}

.dragcursor:before,
.dragcursor:after {
  border-top: 2px solid #fff;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}

.dragcursor:before {
  border-left: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 70px;
}

.dragcursor:after {
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 70px;
}