* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  -moz-font-variant-ligatures: none;
       font-variant-ligatures: none; }

ul {
  list-style: url("/images/grey-bullet.svg");
  margin: 12px 0;
  padding-left: 18px; }
  ul li {
    font-size: 16px;
    line-height: 24px;
    color: #756661;
    margin-left: 0;
    padding-left: 12px;
    padding-bottom: 12px; }
  ul li::after {
    content: "";
    display: block;
    margin-left: -34px;
    border-bottom: 1px solid #e5e0dc;
    padding-bottom: 12px; }
  ul li:last-child::after {
    border: none;
    padding-bottom: 0; }

ol {
  list-style: none;
  counter-reset: ol-counter;
  margin: 24px 0;
  padding: 0 0 0 26px; }
  ol li {
    font-size: 16px;
    line-height: 24px;
    color: #756661;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 12px; }
  ol li::before {
    counter-increment: ol-counter;
    content: counter(ol-counter);
    float: left;
    width: 28px;
    margin-left: -28px; }
  ol li::after {
    content: "";
    display: block;
    margin-left: -28px;
    margin-right: 0;
    border-bottom: 1px solid #ccc1ba;
    padding-bottom: 12px; }
  ol li:last-child::after {
    border: none;
    padding-bottom: 0; }

blockquote {
  border-left: 5px solid #f3f0ee;
  margin-left: 0;
  padding-left: 12px; }

a:link, a:visited {
  color: #00ac98; }

a:hover, a:focus, a:active {
  text-decoration: underline; }

a.reversed:link, a.reversed:visited {
  color: #fff; }

hr {
  border-bottom: 1px solid #e5e0dc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 12px 0; }
  hr.brand-primary {
    border-color: #00ac98; }

img {
  vertical-align: middle; }

html.wf-loading * {
  font-family: 'HelveticaNeue', 'Arial', sans-serif; }

body {
  font-family: "Rubik", "HelveticaNeue", "Arial", sans-serif;
  font-size: 20px;
  line-height: 32px; }
  body header,
  body article,
  body section,
  body footer {
    color: #756661; }

h1, .h1 {
  color: #002454;
  font-family: "Rubik", "HelveticaNeue", "Arial", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  margin: 0 0 48px; }
  @media screen and (min-width: 520px) {
    h1, .h1 {
      font-size: 40px;
      line-height: 48px; } }

h2, .h2,
h3, .h3 {
  color: #002454;
  font-family: "Rubik", "HelveticaNeue", "Arial", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 16px; }

h4, .h4,
h5, .h5,
h6, .h6 {
  color: #002454;
  font-family: "Rubik", "HelveticaNeue", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0; }

p {
  margin: 0 0 16px; }
  p.heading {
    color: #002454; }

a {
  color: #00ac98;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #008172; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.centred {
  text-align: center; }

.hidden {
  display: none; }

.small {
  font-size: 16px;
  line-height: 24px; }

.brand-primary {
  color: #00ac98; }

.brand-secondary {
  color: #002454; }

.brand-tertiary {
  color: #0064d2; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

.sticky-footer .page-wrapper {
  margin-bottom: 240px; }
  @media screen and (min-width: 520px) {
    .sticky-footer .page-wrapper {
      margin-bottom: 120px; } }

.wrapper {
  margin: 0 auto;
  max-width: 948px; }

span.wrapper {
  display: block; }

#page-header {
  background-color: #00ac98; }
  #page-header .wrapper {
    padding: 0 24px; }
    @media screen and (min-width: 768px) {
      #page-header .wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  #page-header .t4tb-logo {
    width: 100%;
    max-width: 340px;
    padding: 18px 0 4px; }
    @media screen and (min-width: 768px) {
      #page-header .t4tb-logo {
        padding: 22px 0 26px; } }
  #page-header .user-info {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 16px; }
    @media screen and (min-width: 768px) {
      #page-header .user-info {
        padding-top: 18px; } }

#user-status {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #00ac98;
  color: #fff;
  height: 150px;
  padding: 0 24px; }
  #user-status .wrapper {
    padding: 0 24px; }
  #user-status .user-status_name {
    padding: 24px 0; }
  #user-status .user-status_actions {
    border-top: 1px solid #fff;
    padding: 12px 0; }
  #user-status h2 {
    color: #fff;
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 768px) {
    #user-status .user-status_actions {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: start;
          -ms-flex-align: start;
              align-items: start; } }

#page-content {
  background-color: #fff;
  color: #000; }
  #page-content::after {
    clear: both;
    content: "";
    display: table; }

.sticky-footer #page-content {
  padding-bottom: 240px; }
  @media screen and (min-width: 520px) {
    .sticky-footer #page-content {
      padding-bottom: 120px; } }

#page-footer {
  bottom: 0;
  width: 100%;
  padding: 0 0 12px;
  background-color: #002454;
  color: #fff; }
  #page-footer::after {
    clear: both;
    content: "";
    display: table; }
  #page-footer .logos {
    padding: 0 24px; }
    @media screen and (min-width: 520px) {
      #page-footer .logos {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  #page-footer .sponsor-logos {
    padding: 24px 0; }
    #page-footer .sponsor-logos img {
      padding: 0 6px 0; }
  #page-footer .project-logos {
    border-top: 1px solid #fff;
    padding: 24px 0; }
    @media screen and (min-width: 520px) {
      #page-footer .project-logos {
        border: none;
        padding: 0 0 12px 0; } }
  #page-footer .utility-nav {
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid #fff;
    margin: 0 24px;
    padding: 24px 0 12px; }
    #page-footer .utility-nav ol {
      list-style: none;
      margin: 0;
      padding: 0; }
      #page-footer .utility-nav ol li {
        counter: none;
        font-size: 16px;
        line-height: 1; }
        @media screen and (min-width: 520px) {
          #page-footer .utility-nav ol li {
            display: inline-block;
            padding: 0 12px;
            margin: 0;
            border-right: 1px solid #fff; }
            #page-footer .utility-nav ol li:first-child {
              padding-left: 0; }
            #page-footer .utility-nav ol li:last-child {
              border-right: none;
              padding-right: 0; } }
        #page-footer .utility-nav ol li::before, #page-footer .utility-nav ol li::after {
          display: none; }

.sticky-footer #page-footer {
  position: fixed;
  width: 100%;
  bottom: 0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }
  fieldset + fieldset {
    margin-top: 24px; }

legend {
  font-weight: 400;
  color: #002454;
  margin-bottom: 6px;
  padding: 0; }

label {
  display: block;
  color: #002454;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

input[type="color"],
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:not([type]),
textarea,
select {
  background-color: #fff;
  border: 1px solid #ccc1ba;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Rubik", "HelveticaNeue", "Arial", sans-serif;
  font-size: 20px;
  line-height: 32px;
  padding: 10px;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="color"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="month"]:hover,
  input[type="month"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="text"]:hover,
  input[type="text"]:focus,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input:not([type]):hover,
  input:not([type]):focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    border-color: #00ac98;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 147, 129, 0.7);
    outline: none; }
  input[type="color"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="email"]:disabled,
  input[type="month"]:disabled,
  input[type="number"]:disabled,
  input[type="password"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="text"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="week"]:disabled,
  input:not([type]):disabled,
  textarea:disabled,
  select:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="color"]:disabled:focus,
    input[type="date"]:disabled:hover,
    input[type="date"]:disabled:focus,
    input[type="datetime"]:disabled:hover,
    input[type="datetime"]:disabled:focus,
    input[type="datetime-local"]:disabled:hover,
    input[type="datetime-local"]:disabled:focus,
    input[type="email"]:disabled:hover,
    input[type="email"]:disabled:focus,
    input[type="month"]:disabled:hover,
    input[type="month"]:disabled:focus,
    input[type="number"]:disabled:hover,
    input[type="number"]:disabled:focus,
    input[type="password"]:disabled:hover,
    input[type="password"]:disabled:focus,
    input[type="search"]:disabled:hover,
    input[type="search"]:disabled:focus,
    input[type="tel"]:disabled:hover,
    input[type="tel"]:disabled:focus,
    input[type="text"]:disabled:hover,
    input[type="text"]:disabled:focus,
    input[type="time"]:disabled:hover,
    input[type="time"]:disabled:focus,
    input[type="url"]:disabled:hover,
    input[type="url"]:disabled:focus,
    input[type="week"]:disabled:hover,
    input[type="week"]:disabled:focus,
    input:not([type]):disabled:hover,
    input:not([type]):disabled:focus,
    textarea:disabled:hover,
    textarea:disabled:focus,
    select:disabled:hover,
    select:disabled:focus {
      border-color: #ccc1ba;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06); }

textarea {
  height: 216px;
  resize: vertical; }

input[type='radio'] {
  position: absolute;
  opacity: 0; }

input[type='radio'] + label {
  position: relative;
  padding: 0 0 0 41px;
  font-size: 20px;
  line-height: 32px;
  color: #756661; }

input[type='radio'] + label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #ccc1ba;
  box-shadow: inset 0 2px 3px -1px #ccc, inset 0px 0px 0px 7px #fff;
  border-radius: 50%; }

input[type='radio']:checked + label::before {
  background-color: #00ac98;
  border-color: #00ac98; }

input[type='checkbox'] {
  position: absolute;
  opacity: 0; }

input[type='checkbox'] + label {
  position: relative;
  padding: 0 0 0 41px;
  font-size: 20px;
  line-height: 32px;
  color: #756661; }

input[type='checkbox'] + label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #ccc1ba;
  box-shadow: inset 0 2px 3px -1px #ccc, inset 0px 0px 0px 4px #fff;
  border-radius: 4px; }

input[type='checkbox']:checked + label::before {
  background: url("/images/green-tick-icon.svg") center center no-repeat;
  border-color: #00ac98; }

.form-field-group label + .form-field-inline-group {
  margin-top: 12px; }

.form-field-group > label {
  padding: 0 0 12px 0; }

@media screen and (min-width: 768px) {
  .form-field-inline-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
    .form-field-inline-group .form-field--text {
      width: 49%; } }

.form-field-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 24px 0;
  border-bottom: 1px solid #ccc1ba; }

.form-field--slider,
.form-field--slider-1 {
  padding-bottom: 32px; }
  .form-field--slider label,
  .form-field--slider-1 label {
    margin: 12px -24px 0; }

@media screen and (min-width: 520px) {
  .form-field-inline-group > .form-field--checkbox:first-child,
  .form-field-inline-group > .form-field--radio:first-child {
    margin-top: 16px; } }

.form-field-row,
.form-field-group,
.form-field-inline-group {
  position: relative;
  margin-top: 16px; }

.form-field--checkbox,
.form-field--radio {
  min-height: 32px; }

.form-field--radio + .form-field--radio,
.form-field--checkbox + .form-field--checkbox {
  margin-top: 16px; }

.form-field--slider {
  padding: 0 24px 24px; }

.form-actions {
  margin: 24px 0 12px; }
  @media screen and (min-width: 520px) {
    .form-actions {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: start;
          -ms-flex-align: start;
              align-items: start; }
      .form-actions.centred {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-align-items: start;
            -ms-flex-align: start;
                align-items: start; } }
  .form-actions .button,
  .form-actions button,
  .form-actions input[type='submit'],
  .form-actions input[type='reset'],
  .form-actions input[type='button'] {
    display: block;
    margin: 12px auto; }
    @media screen and (min-width: 520px) {
      .form-actions .button,
      .form-actions button,
      .form-actions input[type='submit'],
      .form-actions input[type='reset'],
      .form-actions input[type='button'] {
        margin: 12px 0; } }

.form-errors {
  padding: 0 12px;
  margin: 12px 0 24px;
  color: #fff;
  background-color: #fc5c7a;
  border-radius: 3px;
  font-size: 14px; }

div.error {
  display: none !important;
  color: #fc5c7a;
  font-weight: 300;
  text-align: right;
  font-size: 16px; }

.form-field-summary label {
  font-size: 16px;
  line-height: 24px; }

.form-field-summary input {
  display: none; }

input ~ .duration,
p ~ .duration {
  margin-top: -32px;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #002454;
  background-color: transparent; }
  input ~ .duration::after,
  p ~ .duration::after {
    display: inline-block;
    padding-left: 12px; }

p ~ .duration {
  margin-top: -44px; }

p ~ .duration--5::after {
  content: url("/images/time-icon-5.svg"); }

p ~ .duration--8::after {
  content: url("/images/time-icon-8.svg"); }

p ~ .duration--10::after {
  content: url("/images/time-icon-10.svg"); }

p ~ .duration--11::after {
  content: url("/images/time-icon-11.svg"); }

p ~ .duration--12::after {
  content: url("/images/time-icon-12.svg"); }

p ~ .duration--15::after {
  content: url("/images/time-icon-15.svg"); }

p ~ .duration--20::after {
  content: url("/images/time-icon-20.svg"); }

p ~ .duration--30::after {
  content: url("/images/time-icon-30.svg"); }

p ~ .duration--40::after {
  content: url("/images/time-icon-40.svg"); }

p ~ .duration--50::after {
  content: url("/images/time-icon-50.svg"); }

.consent-items {
  counter-reset: consent-item; }
  .consent-items .credentials {
    color: #002454;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ccc1ba; }
  .consent-items .consent-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc1ba; }
    .consent-items .consent-item p {
      font-size: 16px;
      line-height: 24px;
      padding: 0 12px 0 0;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .consent-items .consent-item p {
          padding: 0 24px 0 0; } }
    .consent-items .consent-item label {
      padding: 0 27px 0 0 !important; }
    .consent-items .consent-item:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
  .consent-items .consent-item--with-counter::before {
    content: counter(consent-item);
    counter-increment: consent-item;
    vertical-align: top;
    color: #002454;
    padding-right: 24px; }
    @media screen and (min-width: 768px) {
      .consent-items .consent-item--with-counter::before {
        padding-right: 48px; } }

.button,
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #00ac98;
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Rubik", "HelveticaNeue", "Arial", sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 18px;
  padding: 12px;
  margin: 12px 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 4px solid #00786a;
  width: 224px;
  height: 44px; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type='submit']:hover,
  input[type='submit']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus,
  input[type='button']:hover,
  input[type='button']:focus {
    background-color: #008a7a;
    color: #fff;
    text-decoration: none; }
  .button:disabled, .button.disabled,
  button:disabled,
  button.disabled,
  input[type='submit']:disabled,
  input[type='submit'].disabled,
  input[type='reset']:disabled,
  input[type='reset'].disabled,
  input[type='button']:disabled,
  input[type='button'].disabled {
    cursor: not-allowed;
    background-color: #f3f0ee;
    color: #ccc1ba !important;
    border-bottom: 4px solid #c2c0be; }
    .button:disabled:hover, .button:disabled:focus, .button.disabled:hover, .button.disabled:focus,
    button:disabled:hover,
    button:disabled:focus,
    button.disabled:hover,
    button.disabled:focus,
    input[type='submit']:disabled:hover,
    input[type='submit']:disabled:focus,
    input[type='submit'].disabled:hover,
    input[type='submit'].disabled:focus,
    input[type='reset']:disabled:hover,
    input[type='reset']:disabled:focus,
    input[type='reset'].disabled:hover,
    input[type='reset'].disabled:focus,
    input[type='button']:disabled:hover,
    input[type='button']:disabled:focus,
    input[type='button'].disabled:hover,
    input[type='button'].disabled:focus {
      background-color: #f3f0ee; }
  .button.secondary,
  button.secondary,
  input[type='submit'].secondary,
  input[type='reset'].secondary,
  input[type='button'].secondary {
    background-color: #ccc1ba;
    color: #756661 !important;
    border-bottom: 4px solid #a39a95; }
    .button.secondary:hover, .button.secondary:focus,
    button.secondary:hover,
    button.secondary:focus,
    input[type='submit'].secondary:hover,
    input[type='submit'].secondary:focus,
    input[type='reset'].secondary:hover,
    input[type='reset'].secondary:focus,
    input[type='button'].secondary:hover,
    input[type='button'].secondary:focus {
      background-color: #b8aea7; }
  .button.warning,
  button.warning,
  input[type='submit'].warning,
  input[type='reset'].warning,
  input[type='button'].warning {
    background-color: #fc5c7a;
    color: #fff !important;
    border-bottom: 4px solid #ca4a62; }
    .button.warning:hover, .button.warning:focus,
    button.warning:hover,
    button.warning:focus,
    input[type='submit'].warning:hover,
    input[type='submit'].warning:focus,
    input[type='reset'].warning:hover,
    input[type='reset'].warning:focus,
    input[type='button'].warning:hover,
    input[type='button'].warning:focus {
      background-color: #e3536e; }
  .button.button--back,
  button.button--back,
  input[type='submit'].button--back,
  input[type='reset'].button--back,
  input[type='button'].button--back {
    padding: 12px 24px 12px 12px; }
    .button.button--back::before,
    button.button--back::before,
    input[type='submit'].button--back::before,
    input[type='reset'].button--back::before,
    input[type='button'].button--back::before {
      display: inline-block;
      width: 22px;
      content: url("/images/left-arrow-grey.svg");
      margin-left: -12px;
      margin-right: 12px; }

.button-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 12px 0; }
  .button-wrapper.centred {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }

.video {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .video {
      padding: 0 24px; } }
  .video .video-wrapper {
    position: relative; }
  .video .video-start {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/video-play.svg") 50% 50% no-repeat; }
    .video .video-start:hover {
      background-image: url("/images/video-play-hover.svg"); }

.ribbon-wrapper {
  position: relative;
  z-index: 1; }

.ribbon {
  width: 50%;
  position: relative;
  background: #00ac98;
  color: #fff;
  text-align: center;
  padding: 6px 24px;
  margin: 24px auto 48px; }

.ribbon::before, .ribbon::after {
  content: "";
  width: 48px;
  position: absolute;
  display: block;
  bottom: -24px;
  border: 18px solid #009b89;
  z-index: -1; }

.ribbon::before {
  left: -66px;
  border-right-width: 24px;
  border-left-color: transparent; }

.ribbon::after {
  right: -66px;
  border-left-width: 24px;
  border-right-color: transparent; }

.ribbon .ribbon-content::before, .ribbon .ribbon-content::after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #008172 transparent transparent transparent;
  bottom: -24px; }

.ribbon .ribbon-content::before {
  left: 0;
  border-width: 24px 0 0 24px; }

.ribbon .ribbon-content::after {
  right: 0;
  border-width: 24px 24px 0 0; }

.slider {
  position: relative;
  width: 100%;
  margin: 24px auto 48px;
  background-color: #f3f0ee;
  box-shadow: 0 1px 3px #ccc1ba inset; }
  .slider::after {
    clear: both;
    content: "";
    display: table; }
  .slider .slider_fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0.8em;
    background-color: #00ac98;
    transition: width .5s ease-in-out; }
  .slider input {
    visibility: hidden;
    position: absolute;
    top: 0; }

.slider_labels {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  left: -4px;
  margin-top: 24px; }
  .slider_labels .slider_label {
    width: 0;
    overflow: visible;
    font-size: 16px;
    line-height: 24px;
    color: #002454; }
    .slider_labels .slider_label:last-child {
      position: relative;
      left: -6px; }

.slider-guides {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start; }
  .slider-guides span {
    font-size: 16px;
    line-height: 24px; }

.slider-1 {
  position: relative;
  width: 90%;
  margin: 24px auto 24px;
  background-color: #f3f0ee;
  box-shadow: 0 1px 3px #ccc1ba inset; }
  .slider-1::after {
    clear: both;
    content: "";
    display: table; }
  .slider-1 .slider-1_fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0.8em;
    background-color: #00ac98;
    transition: width .5s ease-in-out; }
  .slider-1 select {
    visibility: hidden;
    position: absolute;
    top: 0; }

.slider-1_values {
  margin: 24px 0 0 0; }
  .slider-1_values .slider-1_value {
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    color: #002454; }

.slider-1_labels {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-left: -5%;
  margin-right: -5%; }
  .slider-1_labels span {
    font-size: 16px;
    line-height: 24px; }

body > .mask {
  padding: 0; }

.mask {
  position: relative;
  padding: 12px 0 24px; }

.mask.is-masked::before {
  content: "\0a00";
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(2, 37, 83, 0.9); }

.mask .mask_content {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  color: white;
  padding: 48px 0;
  z-index: 20; }

.mask .mask_content h1,
.mask .mask_content p {
  color: white; }

.mask.is-masked .mask_content {
  display: none; }

.mask .mask_content.above {
  top: auto;
  bottom: 100%; }

.mask .mask_content .wrapper {
  max-width: 472px; }

.achievement-unlocked {
  background-color: #fff;
  padding: 24px 0;
  margin: 0 24px;
  border-radius: 3px; }
  .achievement-unlocked h1, .achievement-unlocked p {
    color: #002454 !important;
    text-align: center; }
  .achievement-unlocked .achievement-icon {
    text-align: center;
    padding-bottom: 24px; }
  .achievement-unlocked .form-action {
    text-align: center; }

.modal {
  width: 100%;
  padding: 96px 24px 24px; }
  .modal .modal-close {
    color: #fff;
    position: absolute;
    top: 24px;
    right: 24px; }
  .modal .modal-content {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 24px 48px;
    color: #756661;
    background-color: #fff;
    border-radius: 3px; }
  .modal article {
    max-width: 472px;
    margin: 0 auto; }

svg.timer-icon {
  height: 33px !important;
  width: 33px !important;
  vertical-align: middle; }

span.timer-icon {
  position: relative;
  left: 2px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle; }

.hero-panel {
  background-color: #756660;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  height: 528px; }
  @media screen and (min-width: 520px) {
    .hero-panel {
      height: 680px; } }
  .hero-panel .inner {
    z-index: 10;
    opacity: 0.45; }
  .hero-panel iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
  .hero-panel .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .hero-panel .overlay .wrapper {
      max-width: 472px;
      margin: 48px auto 0;
      padding: 0 24px;
      text-align: center; }
      @media screen and (min-width: 520px) {
        .hero-panel .overlay .wrapper {
          margin-top: 96px; } }
    .hero-panel .overlay h1, .hero-panel .overlay h2, .hero-panel .overlay p, .hero-panel .overlay .t4tb-logo {
      color: white;
      margin: 32px 0; }
      @media screen and (min-width: 520px) {
        .hero-panel .overlay h1, .hero-panel .overlay h2, .hero-panel .overlay p, .hero-panel .overlay .t4tb-logo {
          margin: 48px 0; } }
    .hero-panel .overlay .t4tb-logo {
      width: 100%;
      max-width: 472px; }

.display-panel::after {
  clear: both;
  content: "";
  display: table; }

.display-panel .wrapper {
  width: 100%;
  max-width: 472px;
  margin: 0 auto;
  padding: 0 24px 24px;
  padding-top: 48px;
  padding-bottom: 48px; }
  .display-panel .wrapper.wrapper--wide {
    max-width: 800px; }

.display-panel h1 {
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto; }

.display-panel .display-panel_text {
  text-align: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto; }

.display-panel .button {
  width: 272px;
  font-size: 20px; }

.display-panel--dark {
  background-color: #002454; }
  .display-panel--dark h1 {
    color: #fff; }
  .display-panel--dark p {
    color: #ccc1ba; }

.display-panel--light {
  background-color: #f3f0ee; }

.display-panel_boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start; }

.display-panel_box {
  width: 200px; }

.display-panel_box--small {
  width: 120px; }
  @media screen and (min-width: 520px) {
    .display-panel_box--small {
      width: 200px; } }

.display-panel_image {
  width: 100%;
  max-width: 144px;
  margin: 12px auto; }
  .display-panel_image img {
    width: 100%; }

.panel--progress header {
  position: relative; }
  .panel--progress header .section-title {
    background-color: #f3f0ee; }
    .panel--progress header .section-title h1 {
      color: #756661;
      padding: 24px;
      margin: 0; }
      .panel--progress header .section-title h1 .steps {
        display: inline-block;
        padding-right: 24px;
        color: #ccc1ba; }
        .panel--progress header .section-title h1 .steps em {
          color: #756661;
          font-style: normal; }
    .panel--progress header .section-title.blue {
      background-color: #0064d2; }
      .panel--progress header .section-title.blue h1 {
        color: #fff; }
  .panel--progress header .progress-header {
    position: relative;
    background-color: #f3f0ee;
    padding: 0; }
    .panel--progress header .progress-header::after {
      clear: both;
      content: "";
      display: table; }
    .panel--progress header .progress-header hr {
      height: 1px;
      background-color: #ccc1ba;
      border: none;
      margin: 0 24px;
      padding: 0;
      line-height: 0; }
    @media screen and (min-width: 768px) {
      .panel--progress header .progress-header .wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: start;
            -ms-flex-align: start;
                align-items: start; } }
    .panel--progress header .progress-header .progress-duration,
    .panel--progress header .progress-header .progress-complete {
      margin: 14px 0 6px;
      padding: 0 24px; }
      @media screen and (min-width: 768px) {
        .panel--progress header .progress-header .progress-duration,
        .panel--progress header .progress-header .progress-complete {
          margin: 24px 0; } }
      .panel--progress header .progress-header .progress-duration img,
      .panel--progress header .progress-header .progress-complete img {
        vertical-align: middle;
        margin-right: 8px; }
    .panel--progress header .progress-header .progress-complete {
      display: none; }
    .panel--progress header .progress-header .progress-info {
      font-size: 16px;
      margin: 0 0 6px;
      padding: 0 24px; }
      @media screen and (min-width: 768px) {
        .panel--progress header .progress-header .progress-info {
          text-align: right;
          margin: 0 0 24px 0;
          padding: 26px 24px 0; } }
  .panel--progress header .progress-bar {
    margin: 24px 0; }
    @media screen and (min-width: 768px) {
      .panel--progress header .progress-bar {
        margin: 24px 0 48px; } }
    .panel--progress header .progress-bar .wrapper {
      padding: 0 24px; }
    .panel--progress header .progress-bar .progress-total {
      display: block;
      width: 100%;
      height: 16px;
      background-color: #f3f0ee;
      border-radius: 4px; }
    .panel--progress header .progress-bar .progress-done {
      display: block;
      height: 16px;
      background-color: #00ac98;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      margin-top: -16px; }
  .panel--progress header .progress-steps {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #ccc1ba;
    margin-bottom: -8px; }
    @media screen and (min-width: 520px) {
      .panel--progress header .progress-steps {
        font-size: 40px;
        line-height: 48px; } }
    @media screen and (min-width: 768px) {
      .panel--progress header .progress-steps {
        margin-bottom: -72px; } }
    .panel--progress header .progress-steps .wrapper {
      padding-left: 24px; }
    .panel--progress header .progress-steps em {
      color: #00ac98;
      font-style: normal; }

.panel--progress article {
  width: 100%;
  max-width: 520px;
  padding: 24px 24px 40px;
  margin: 0 auto; }
  .panel--progress article.top {
    padding-bottom: 0; }
  .panel--progress article.bottom {
    padding-top: 24px; }
  @media screen and (min-width: 520px) {
    .panel--progress article.no-progress-header {
      padding-top: 160px; } }

.panel--progress .participant-info {
  border: 1px solid #ccc1ba;
  height: 400px;
  overflow: scroll;
  margin: 0 24px;
  padding: 0 24px; }

.panel--progress .participant-info_inner {
  width: 100%;
  max-width: 472px;
  margin: 0 auto;
  padding: 24px 0; }

.panel--progress .why-important {
  font-size: 16px;
  line-height: Ssmall-line-height;
  margin: 24px 0; }

.panel--progress.is-complete .section-title {
  background-color: #00ac98; }
  .panel--progress.is-complete .section-title h1 {
    color: #fff; }
    .panel--progress.is-complete .section-title h1 .steps {
      color: #00786a; }
      .panel--progress.is-complete .section-title h1 .steps em {
        color: #fff; }

.panel--progress.is-complete .progress-header {
  background-color: #00ac98;
  border-bottom: 1px solid #fff; }
  .panel--progress.is-complete .progress-header hr {
    background-color: #756661; }
  .panel--progress.is-complete .progress-header .progress-duration {
    display: none; }
  .panel--progress.is-complete .progress-header .progress-complete {
    display: block;
    color: #fff; }

.panel--progress.is-complete article {
  display: none; }

#exit-link {
  position: relative;
  background-color: #ccc1ba;
  padding: 12px 0; }
  #exit-link .wrapper {
    position: relative; }
    #exit-link .wrapper a:link, #exit-link .wrapper a:active, #exit-link .wrapper a:visited {
      display: block;
      color: #756661;
      text-align: left;
      padding-left: 24px;
      padding-right: 60px; }
      @media screen and (min-width: 520px) {
        #exit-link .wrapper a:link, #exit-link .wrapper a:active, #exit-link .wrapper a:visited {
          text-align: right; } }
    #exit-link .wrapper a::after {
      position: absolute;
      top: 0;
      right: 24px;
      content: url("/images/grey-cross-icon.svg"); }

.panel--overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  background-color: #002454;
  padding: 24px; }
  .panel--overlay article {
    width: 100%;
    max-width: 520px;
    padding: 24px;
    margin: 0 auto; }
  .panel--overlay h1, .panel--overlay h2, .panel--overlay p {
    color: #fff;
    margin-top: 72px; }

.panel--session-start footer {
  background-color: #f3f0ee;
  padding: 12px 24px;
  margin-top: 64px; }
  .panel--session-start footer .footer-info {
    font-size: 16px;
    line-height: 24px; }
    .panel--session-start footer .footer-info a:link, .panel--session-start footer .footer-info a:active, .panel--session-start footer .footer-info a:visited {
      display: block;
      text-align: left; }
    .panel--session-start footer .footer-info img {
      padding-right: 8px; }

.session-panel {
  margin: 24px; }
  .session-panel h3 {
    margin: 0 0 24px; }

.session-panel--dark {
  background-color: #f3f0ee;
  padding: 24px 24px 48px;
  margin-top: 48px; }

.session-weeks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: centre;
      -ms-flex-pack: centre;
          justify-content: centre;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0; }

.session-week {
  position: relative;
  width: 16.6%;
  min-width: 120px;
  margin-bottom: 4px; }

.session-week_heading,
.session-week_status {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #f3f0ee;
  text-align: left;
  padding: 0 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff; }
  .session-week_heading::before,
  .session-week_status::before {
    content: '\2009'; }

.is-started .session-week_heading {
  color: #fff;
  background-color: #0064d2; }

.is-done .session-week_heading {
  color: #fff;
  background-color: #00ac98; }

.session-week_status {
  position: relative; }
  .session-week_status .session-week_progress {
    position: absolute;
    left: 0;
    width: 0;
    background-color: #ccc1ba; }
    .session-week_status .session-week_progress::before {
      content: '\2009'; }
  .session-week_status .session-week_text {
    position: absolute;
    left: 6px;
    background-color: transparent; }

.session-progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: centre;
      -ms-flex-pack: centre;
          justify-content: centre;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.session-progress_week {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.6%;
  min-width: 120px;
  padding: 0 11px 0 11px;
  border-right: 1px solid #f3f0ee; }
  .session-progress_week:last-child {
    border-right: none; }

.session-progress_task {
  width: 33.3%;
  height: 96px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-top: 36px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #f3f0ee;
  margin-bottom: 4px; }
  .session-progress_task:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .session-progress_task:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .session-progress_task.is-next {
    background-color: #ccc1ba; }
  .session-progress_task.is-started {
    color: #fff;
    background-color: #0064d2; }
  .session-progress_task.is-done {
    color: #fff;
    background-color: #00ac98; }

@media screen and (min-width: 768px) {
  .key-statistics {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: top;
        -ms-flex-align: top;
            align-items: top; } }

.key-statistic {
  width: 100%;
  max-width: 472px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid #ccc1ba;
  margin: 0 auto;
  padding: 0 12px; }
  @media screen and (min-width: 768px) {
    .key-statistic {
      border-right: 1px solid #ccc1ba;
      border-bottom: none; }
      .key-statistic.flex-2 {
        width: 50%; }
      .key-statistic.flex-3 {
        width: 33.3%; }
      .key-statistic.flex-4 {
        width: 25%; }
      .key-statistic.flex-5 {
        width: 20%; } }
  .key-statistic:last-child {
    border: none; }
  .key-statistic .stat {
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #00ac98; }

.achievements {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .achievements {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: top;
          -ms-flex-align: top;
              align-items: top; } }

.achievement {
  width: 100%;
  max-width: 472px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
  margin: 0 auto;
  border-bottom: 1px solid #f3f0ee; }
  @media screen and (min-width: 768px) {
    .achievement {
      width: 16.6%;
      padding: 0 12px;
      border-right: 1px solid #f3f0ee;
      border-bottom: none; } }
  .achievement:last-child {
    border: none; }
  .achievement .icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 8px;
    background: url("/images/1-2-3-bg.png") center center no-repeat;
    background-size: cover; }
  .achievement h4 {
    color: #756661;
    margin-bottom: 0; }
  .achievement p {
    color: #ccc1ba;
    margin-bottom: 0; }
  .achievement.is-started .icon {
    background-image: url("/images/1-2-3-grey.png"); }
  .achievement.is-started h4 {
    color: #002454; }
  .achievement.is-started p {
    color: #756661; }
  .achievement.is-done .icon {
    background-image: url("/images/1-2-3-color.png"); }
  .achievement.is-done h4 {
    color: #00ac98; }
  .achievement.is-done p {
    color: #002454; }

.button--session-start {
  width: 100%;
  height: 120px;
  background-color: #0064d2;
  border-bottom: 8px solid #0050a8;
  font-size: 32px;
  font-weight: 400;
  margin: 0; }
  @media screen and (min-width: 520px) {
    .button--session-start {
      height: 120px;
      font-size: 40px; } }
  .button--session-start:hover, .button--session-start:focus {
    background-color: #0050a8; }
  .button--session-start::before {
    content: "Next task \2192";
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ccc1ba;
    padding: 12px 0 18px; }
  .button--session-start.disabled {
    background-color: #f3f0ee;
    color: #756661 !important; }
    .button--session-start.disabled::before {
      color: #ccc1ba; }

.personal-goal,
.sessions-completed,
.your-achievements {
  position: relative;
  margin-top: 72px;
  border-top: 1px solid #00ac98;
  padding-top: 60px; }
  .personal-goal::before,
  .sessions-completed::before,
  .your-achievements::before {
    position: absolute;
    top: -50px;
    content: "\00a0";
    display: block;
    background: #fff url(images/personal-goal-icon.svg) 50% 0 no-repeat;
    background-size: 100px;
    width: 100px;
    height: 100px;
    padding: 0 12px;
    left: calc(50% - 62px); }

.sessions-completed::before {
  background-image: url("/images/sessions-completed-icon.svg"); }

.your-achievements::before {
  background-image: url("/images/achievements-icon.svg"); }

.slider span.ui-slider-handle {
  border-radius: 50% !important;
  height: 24px;
  width: 24px;
  outline: 0; }

.slider span.ui-slider-handle:hover,
.slider span.ui-slider-handle:focus,
.slider span.ui-slider-handle:active {
  border: 1px solid #00ac98 !important;
  background-color: #fff !important;
  outline: 0; }

.slider-1 span.ui-slider-handle {
  border-radius: 50% !important;
  height: 24px;
  width: 24px;
  outline: 0;
  top: -4px; }

.slider-1 span.ui-slider-handle:hover,
.slider-1 span.ui-slider-handle:focus,
.slider-1 span.ui-slider-handle:active {
  border: 3px solid #00ac98 !important;
  background-color: #fff !important; }

.ui-datepicker .ui-datepicker-header {
  color: #fff;
  background-color: #00ac98; }

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center; }

.ui-widget {
  font-family: "Rubik", "HelveticaNeue", "Arial", sans-serif; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border-color: #756661;
  background-color: #ccc1ba;
  color: #756661; }

.ui-state-active,
.ui-widget-content .ui-state-active {
  border-color: #756661;
  background-color: #0064d2;
  color: #fff; }

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 2px; }

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