/* ==========================================================================
   SkillsBuilder Hub
   ========================================================================== */
/* ==========================================================================
   SkillsBuilder Hub
   Variables
   ========================================================================== */
@import url("https://use.typekit.net/eqj5gmj.css");
@font-face {
  font-family: 'Nimbus';
  src: url("../fonts/NimbusSanL-Reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Nimbus';
  src: url("../fonts/NimbusSanL-RegIta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Nimbus';
  src: url("../fonts/NimbusSanL-Bol-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Nimbus';
  src: url("../fonts/NimbusSanL-BolIta-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'NimbusBecker';
  src: url("../fonts/NimbusSanBecker-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "nimbus-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #c61052;
  text-decoration: none; }
  a:hover, a:focus {
    color: #d1697f;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }
  img .filter {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(220deg) brightness(101%) contrast(101%); }
  img .filter-black {
    filter: brightness(0) saturate(100%); }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 15px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  width: inherit;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #c91b59; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #c61052; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.4;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #c91b59; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.pagination {
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.4;
      text-decoration: none;
      color: #c61052;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
      .pagination > li > a .icon,
      .pagination > li > span .icon {
        vertical-align: baseline; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #d1697f;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #c91b59;
    border-color: #c91b59;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: all; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  min-height: 280px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2900;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-header-colour {
  background: linear-gradient(89.89deg, #C61052 -0.55%, #E3342A 100.16%, rgba(255, 255, 255, 0) 100.17%);
  border-radius: 15px 15px 0px 0px;
  padding: 15px; }
  .modal-header-colour > .modal-title {
    color: #FFFFFF; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/* ==========================================================================
   SkillsBuilder Hub
   Typography
   ========================================================================== */
@media (max-width: 991px) {
  body {
    font-size: 16px; } }

h1,
.h1 {
  margin-top: 54px;
  font-family: 'NimbusBecker';
  font-size: 36px;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h1,
    .h1 {
      font-size: 29px; } }

h2,
.h2 {
  font-size: 30px;
  font-family: 'NimbusBecker';
  line-height: 1.2; }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 26px; } }

h3,
.h3 {
  font-size: 24px;
  font-family: 'NimbusBecker';
  line-height: 1.2; }
  @media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 20px; } }

h4,
.h4 {
  font-size: 21px;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h4,
    .h4 {
      font-size: 18px; } }

.h1-subtitle,
.h3-subtitle,
.h4-subtitle {
  font-style: normal;
  font-weight: normal;
  opacity: 0.6; }

.h1-subtitle {
  font-size: 24px;
  margin-left: .5em;
  color: #767676; }

.colour-header .h1-subtitle {
  color: white; }

.h3-subtitle {
  font-size: 21px; }

.h4-subtitle {
  font-style: italic; }

.lozenge {
  padding: 5px 15px;
  border-radius: 15px;
  background-color: grey;
  font-size: 12px;
  color: #fff; }

.text-muted {
  color: #767676; }

.text-danger {
  color: #ee4436; }

.dl-inline {
  margin: 0;
  padding: 0; }
  .dl-inline dt, .dl-inline dd {
    margin: 0;
    padding: 0; }
  .dl-inline dt {
    float: left;
    margin-right: 0.3em;
    font-weight: bold; }
  .dl-inline dd {
    margin-bottom: 10px; }

.premium-resource-banner-text {
  font-size: 25px; }

.enquire-button-text {
  font-size: 21px;
  font-weight: bold;
  color: black; }

/* ==========================================================================
   SkillsBuilder Hub
   Skills-specific styles
   ========================================================================== */
.context-listening a,
.context-listening button, .context-listening.tag,
.context-listening .thumbnail {
  color: #c91b59; }
  .context-listening a:hover, .context-listening a:focus,
  .context-listening button:hover,
  .context-listening button:focus, .context-listening.tag:hover, .context-listening.tag:focus,
  .context-listening .thumbnail:hover,
  .context-listening .thumbnail:focus {
    color: #9c1545; }

.context-listening .resource-img-container {
  border-color: #c91b59; }

.context-speaking a,
.context-speaking button, .context-speaking.tag,
.context-speaking .thumbnail {
  color: #ee4436; }
  .context-speaking a:hover, .context-speaking a:focus,
  .context-speaking button:hover,
  .context-speaking button:focus, .context-speaking.tag:hover, .context-speaking.tag:focus,
  .context-speaking .thumbnail:hover,
  .context-speaking .thumbnail:focus {
    color: #de2213; }

.context-speaking .resource-img-container {
  border-color: #ee4436; }

.context-problemsolving a,
.context-problemsolving button, .context-problemsolving.tag,
.context-problemsolving .thumbnail {
  color: #f27634; }
  .context-problemsolving a:hover, .context-problemsolving a:focus,
  .context-problemsolving button:hover,
  .context-problemsolving button:focus, .context-problemsolving.tag:hover, .context-problemsolving.tag:focus,
  .context-problemsolving .thumbnail:hover,
  .context-problemsolving .thumbnail:focus {
    color: #e4590f; }

.context-problemsolving .resource-img-container {
  border-color: #f27634; }

.context-creativity a,
.context-creativity button, .context-creativity.tag,
.context-creativity .thumbnail {
  color: #f9b040; }
  .context-creativity a:hover, .context-creativity a:focus,
  .context-creativity button:hover,
  .context-creativity button:focus, .context-creativity.tag:hover, .context-creativity.tag:focus,
  .context-creativity .thumbnail:hover,
  .context-creativity .thumbnail:focus {
    color: #f79c0f; }

.context-creativity .resource-img-container {
  border-color: #f9b040; }

.context-adapting a,
.context-adapting button, .context-adapting.tag,
.context-adapting .thumbnail {
  color: #89c665; }
  .context-adapting a:hover, .context-adapting a:focus,
  .context-adapting button:hover,
  .context-adapting button:focus, .context-adapting.tag:hover, .context-adapting.tag:focus,
  .context-adapting .thumbnail:hover,
  .context-adapting .thumbnail:focus {
    color: #6db543; }

.context-adapting .resource-img-container {
  border-color: #89c665; }

.context-planning a,
.context-planning button, .context-planning.tag,
.context-planning .thumbnail {
  color: #35b463; }
  .context-planning a:hover, .context-planning a:focus,
  .context-planning button:hover,
  .context-planning button:focus, .context-planning.tag:hover, .context-planning.tag:focus,
  .context-planning .thumbnail:hover,
  .context-planning .thumbnail:focus {
    color: #298d4d; }

.context-planning .resource-img-container {
  border-color: #35b463; }

.context-leadership a,
.context-leadership button, .context-leadership.tag,
.context-leadership .thumbnail {
  color: #74c4cd; }
  .context-leadership a:hover, .context-leadership a:focus,
  .context-leadership button:hover,
  .context-leadership button:focus, .context-leadership.tag:hover, .context-leadership.tag:focus,
  .context-leadership .thumbnail:hover,
  .context-leadership .thumbnail:focus {
    color: #4eb4c0; }

.context-leadership .resource-img-container {
  border-color: #74c4cd; }

.context-teamwork a,
.context-teamwork button, .context-teamwork.tag,
.context-teamwork .thumbnail {
  color: #00b1db; }
  .context-teamwork a:hover, .context-teamwork a:focus,
  .context-teamwork button:hover,
  .context-teamwork button:focus, .context-teamwork.tag:hover, .context-teamwork.tag:focus,
  .context-teamwork .thumbnail:hover,
  .context-teamwork .thumbnail:focus {
    color: #0088a8; }

.context-teamwork .resource-img-container {
  border-color: #00b1db; }

/* ==========================================================================
   SkillsBuilder Hub
   Skill progress (breadcrumbs)
   ========================================================================== */
.nav-progress {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 16px; }
  .nav-progress > li {
    position: relative;
    flex: 1;
    font-size: 15px;
    font-weight: bold;
    text-align: center; }
    .nav-progress > li > .arrow {
      position: relative;
      display: block;
      padding: 0 5px 0 30px;
      height: 30px;
      line-height: 30px;
      color: #000; }
      .nav-progress > li > .arrow:after {
        content: '';
        position: absolute;
        top: 0;
        right: -15px;
        height: 30px;
        width: 16px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E") center/cover no-repeat;
        background-size: 100%; }
    .nav-progress > li.tab-title {
      flex-grow: 2;
      min-width: 134px; }
      .nav-progress > li.tab-title > .arrow {
        padding-left: 15px; }
    .nav-progress > li.active > a {
      background-color: #b0b0b0;
      color: #fff; }
    .nav-progress > li.mastered {
      font-size: 24px; }
      .nav-progress > li.mastered > .arrow {
        line-height: 27px;
        text-shadow: 0 0 5px #fff, 0 0 1px #fff; }

.step-progress {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  font-weight: normal;
  color: #333;
  text-align: right;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden; }
  .step-progress::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 16px;
    right: 0;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc; }
  .step-progress::after {
    position: absolute;
    content: '';
    top: 12px;
    left: 16px;
    height: 5px;
    border-radius: 5px;
    width: 0%;
    background-color: pink; }
  .step-progress.progress-0::after {
    width: 0%; }
  .step-progress.progress-25::after {
    width: 20%; }
  .step-progress.progress-50::after {
    width: 40%; }
  .step-progress.progress-75::after {
    width: 60%; }
  .context-listening .step-progress::after {
    background-color: #c91b59; }
  .context-speaking .step-progress::after {
    background-color: #ee4436; }
  .context-problemsolving .step-progress::after {
    background-color: #f27634; }
  .context-creativity .step-progress::after {
    background-color: #f9b040; }
  .context-adapting .step-progress::after {
    background-color: #89c665; }
  .context-planning .step-progress::after {
    background-color: #35b463; }
  .context-leadership .step-progress::after {
    background-color: #74c4cd; }
  .context-teamwork .step-progress::after {
    background-color: #00b1db; }

.nav-progress > li:nth-child(15) {
  z-index: 1; }

.nav-progress > li:nth-child(14) {
  z-index: 2; }

.nav-progress > li:nth-child(13) {
  z-index: 3; }

.nav-progress > li:nth-child(12) {
  z-index: 4; }

.nav-progress > li:nth-child(11) {
  z-index: 5; }

.nav-progress > li:nth-child(10) {
  z-index: 6; }

.nav-progress > li:nth-child(9) {
  z-index: 7; }

.nav-progress > li:nth-child(8) {
  z-index: 8; }

.nav-progress > li:nth-child(7) {
  z-index: 9; }

.nav-progress > li:nth-child(6) {
  z-index: 10; }

.nav-progress > li:nth-child(5) {
  z-index: 11; }

.nav-progress > li:nth-child(4) {
  z-index: 12; }

.nav-progress > li:nth-child(3) {
  z-index: 13; }

.nav-progress > li:nth-child(2) {
  z-index: 14; }

.nav-progress > li:nth-child(1) {
  z-index: 15; }

.nav-progress.context-listening > li.active > .arrow,
.nav-progress.context-listening > li.active > a.arrow:hover,
.nav-progress.context-listening > li.active > a.arrow:focus {
  background: #c91b59;
  color: #fff; }

.nav-progress.context-listening > li.active > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(201, 27, 89, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-listening > li > .arrow {
  background: linear-gradient(to right, white 0%, #e48dac 100%) no-repeat; }

.nav-progress.context-listening > li > a.arrow:hover, .nav-progress.context-listening > li > a.arrow:focus {
  color: #c91b59;
  background: linear-gradient(to right, #f2c6d6, #e48dac 100%) no-repeat; }

.nav-progress.context-listening > li > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(228, 141, 172, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-speaking > li.active > .arrow,
.nav-progress.context-speaking > li.active > a.arrow:hover,
.nav-progress.context-speaking > li.active > a.arrow:focus {
  background: #ee4436;
  color: #fff; }

.nav-progress.context-speaking > li.active > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(238, 68, 54, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-speaking > li > .arrow {
  background: linear-gradient(to right, white 0%, #f7a29b 100%) no-repeat; }

.nav-progress.context-speaking > li > a.arrow:hover, .nav-progress.context-speaking > li > a.arrow:focus {
  color: #ee4436;
  background: linear-gradient(to right, #fbd0cd, #f7a29b 100%) no-repeat; }

.nav-progress.context-speaking > li > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(247, 162, 155, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-problemsolving > li.active > .arrow,
.nav-progress.context-problemsolving > li.active > a.arrow:hover,
.nav-progress.context-problemsolving > li.active > a.arrow:focus {
  background: #f27634;
  color: #fff; }

.nav-progress.context-problemsolving > li.active > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(242, 118, 52, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-problemsolving > li > .arrow {
  background: linear-gradient(to right, white 0%, #f9bb9a 100%) no-repeat; }

.nav-progress.context-problemsolving > li > a.arrow:hover, .nav-progress.context-problemsolving > li > a.arrow:focus {
  color: #f27634;
  background: linear-gradient(to right, #fcddcc, #f9bb9a 100%) no-repeat; }

.nav-progress.context-problemsolving > li > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(249, 187, 154, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-creativity > li.active > .arrow,
.nav-progress.context-creativity > li.active > a.arrow:hover,
.nav-progress.context-creativity > li.active > a.arrow:focus {
  background: #f9b040;
  color: #fff; }

.nav-progress.context-creativity > li.active > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(249, 176, 64, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-creativity > li > .arrow {
  background: linear-gradient(to right, white 0%, #fcd8a0 100%) no-repeat; }

.nav-progress.context-creativity > li > a.arrow:hover, .nav-progress.context-creativity > li > a.arrow:focus {
  color: #f9b040;
  background: linear-gradient(to right, #feebcf, #fcd8a0 100%) no-repeat; }

.nav-progress.context-creativity > li > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(252, 216, 160, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-adapting > li.active > .arrow,
.nav-progress.context-adapting > li.active > a.arrow:hover,
.nav-progress.context-adapting > li.active > a.arrow:focus {
  background: #89c665;
  color: #fff; }

.nav-progress.context-adapting > li.active > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(137, 198, 101, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-adapting > li > .arrow {
  background: linear-gradient(to right, white 0%, #c4e3b2 100%) no-repeat; }

.nav-progress.context-adapting > li > a.arrow:hover, .nav-progress.context-adapting > li > a.arrow:focus {
  color: #89c665;
  background: linear-gradient(to right, #e2f1d9, #c4e3b2 100%) no-repeat; }

.nav-progress.context-adapting > li > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(196, 227, 178, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-planning > li.active > .arrow,
.nav-progress.context-planning > li.active > a.arrow:hover,
.nav-progress.context-planning > li.active > a.arrow:focus {
  background: #35b463;
  color: #fff; }

.nav-progress.context-planning > li.active > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(53, 180, 99, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-planning > li > .arrow {
  background: linear-gradient(to right, white 0%, #9adab1 100%) no-repeat; }

.nav-progress.context-planning > li > a.arrow:hover, .nav-progress.context-planning > li > a.arrow:focus {
  color: #35b463;
  background: linear-gradient(to right, #cdecd8, #9adab1 100%) no-repeat; }

.nav-progress.context-planning > li > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(154, 218, 177, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-leadership > li.active > .arrow,
.nav-progress.context-leadership > li.active > a.arrow:hover,
.nav-progress.context-leadership > li.active > a.arrow:focus {
  background: #74c4cd;
  color: #fff; }

.nav-progress.context-leadership > li.active > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(116, 196, 205, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-leadership > li > .arrow {
  background: linear-gradient(to right, white 0%, #bae2e6 100%) no-repeat; }

.nav-progress.context-leadership > li > a.arrow:hover, .nav-progress.context-leadership > li > a.arrow:focus {
  color: #74c4cd;
  background: linear-gradient(to right, #dcf0f3, #bae2e6 100%) no-repeat; }

.nav-progress.context-leadership > li > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(186, 226, 230, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-teamwork > li.active > .arrow,
.nav-progress.context-teamwork > li.active > a.arrow:hover,
.nav-progress.context-teamwork > li.active > a.arrow:focus {
  background: #00b1db;
  color: #fff; }

.nav-progress.context-teamwork > li.active > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(0, 177, 219, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

.nav-progress.context-teamwork > li > .arrow {
  background: linear-gradient(to right, white 0%, #80d8ed 100%) no-repeat; }

.nav-progress.context-teamwork > li > a.arrow:hover, .nav-progress.context-teamwork > li > a.arrow:focus {
  color: #00b1db;
  background: linear-gradient(to right, #bfecf6, #80d8ed 100%) no-repeat; }

.nav-progress.context-teamwork > li > .arrow:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.17 24'%3E%3Cpath d='M0 24V0a4.2 4.2 0 0 1 1.89.76l.27.24 5.6 4.49c2.64 2 5.42 4 5.41 6.52 0 2.3-2.45 4.18-5.17 6.29 0 0-4.47 3.46-5.84 4.73a2.11 2.11 0 0 1-.23.19A4.32 4.32 0 0 1 0 24z' fill='rgba(127, 216, 237, 1)'/%3E%3C/svg%3E") center/cover no-repeat; }

/* ==========================================================================
    Track progress modal specific styling
========================================================================== */
#track-progress-modal-title {
  font-size: 32px; }

#track-progress-group-dropdown {
  font-size: 32px;
  color: #d60051; }
  #track-progress-group-dropdown .dropdown-menu {
    top: 40px; }
  #track-progress-group-dropdown a {
    text-decoration: none;
    color: #d60051; }

#track-progress-skill-bar {
  margin-top: 10px; }

.modal-title-dropdown {
  display: inline-block;
  padding: 20px; }

#track-progress-footer {
  z-index: 10;
  margin: 40px 0px 50px 0px;
  position: relative; }

#m_completeResource .modal-baselineassessment .modal-body {
  overflow-y: scroll; }

/* ==========================================================================
   Skills Builder Hub
   Buttons
   ========================================================================== */
.btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  border-radius: 23px;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #767676;
  cursor: pointer; }
  .btn:hover, .btn:focus, .btn.active {
    background-color: #767676;
    color: #fff; }
  .btn .icon,
  .btn .caret {
    top: -2px; }
  .btn + .btn {
    margin-left: 15px; }

.btn-sm {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 16.5px; }

.btn-primary {
  background-image: linear-gradient(90deg, #d60051, #f33035);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) !important;
  transition: all 200ms ease;
  color: #fff;
  transition: all 0.3s ease-out; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #d1697f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .btn-primary.active {
    background-image: linear-gradient(90deg, #d60051, #f33035); }

.btn-secondary {
  background-image: linear-gradient(90deg, #d60051, #f33035);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) !important;
  transition: all 200ms ease;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(90deg, #d60051, #f33035);
    transform: translate(0px, -2px); }
  .btn-secondary.active {
    background-image: linear-gradient(90deg, #d60051, #f33035); }

.btn-gradient {
  border: 0;
  background-image: linear-gradient(90deg, #d60051, #f33035); }

.btn-lg {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 35px; }

.btn[disabled] {
  opacity: .25;
  cursor: not-allowed; }

.btn-block {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%; }

.btn-centered {
  margin: 0 auto; }

.btn-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  color: black;
  font-size: 20px; }

.btn-subtitle {
  display: block;
  font-size: 14px;
  font-weight: normal; }

.btn.icon-right .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px; }

.btn-container-center {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.in-front {
  z-index: 110; }

.btn-signup-to-access {
  background-color: #3c3c3b;
  color: white !important;
  padding: 15px;
  border-radius: 30px; }

.btn-enquire-now {
  display: inline-block;
  padding: 12px 40px;
  background-color: #FFFFFF00;
  border: 3px solid #dbdbdb;
  border-radius: 30px;
  cursor: pointer;
  user-select: none; }
  .btn-enquire-now:active {
    background-color: #0000004f; }

.btn-link {
  border: 0;
  padding: 0;
  background: transparent none;
  color: #c61052;
  border-radius: 0;
  font: inherit; }
  .btn-link.inline-icon {
    top: 0; }
    .btn-link.inline-icon .icon {
      top: -3px; }
  .btn-link:hover, .btn-link:focus {
    color: #d1697f;
    background: transparent none; }

.btn-listening {
  background-color: #c91b59;
  background-image: none;
  border-color: #c91b59;
  color: #fff; }
  .btn-listening:hover, .btn-listening:focus {
    background-color: #c91b59; }
    .btn-listening:hover:hover, .btn-listening:focus:hover {
      color: #3C3C3B !important;
      background-color: #c91b59;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.btn-speaking {
  background-color: #ee4436;
  background-image: none;
  border-color: #ee4436;
  color: #fff; }
  .btn-speaking:hover, .btn-speaking:focus {
    background-color: #ee4436; }
    .btn-speaking:hover:hover, .btn-speaking:focus:hover {
      color: #3C3C3B !important;
      background-color: #ee4436;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.btn-problemsolving {
  background-color: #f27634;
  background-image: none;
  border-color: #f27634;
  color: #fff; }
  .btn-problemsolving:hover, .btn-problemsolving:focus {
    background-color: #f27634; }
    .btn-problemsolving:hover:hover, .btn-problemsolving:focus:hover {
      color: #3C3C3B !important;
      background-color: #f27634;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.btn-creativity {
  background-color: #f9b040;
  background-image: none;
  border-color: #f9b040;
  color: #fff; }
  .btn-creativity:hover, .btn-creativity:focus {
    background-color: #f9b040; }
    .btn-creativity:hover:hover, .btn-creativity:focus:hover {
      color: #3C3C3B !important;
      background-color: #f9b040;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.btn-stayingpositive {
  background-color: #89c665;
  background-image: none;
  border-color: #89c665;
  color: #fff; }
  .btn-stayingpositive:hover, .btn-stayingpositive:focus {
    background-color: #89c665; }
    .btn-stayingpositive:hover:hover, .btn-stayingpositive:focus:hover {
      color: #3C3C3B !important;
      background-color: #89c665;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.btn-aiminghigh {
  background-color: #35b463;
  background-image: none;
  border-color: #35b463;
  color: #fff; }
  .btn-aiminghigh:hover, .btn-aiminghigh:focus {
    background-color: #35b463; }
    .btn-aiminghigh:hover:hover, .btn-aiminghigh:focus:hover {
      color: #3C3C3B !important;
      background-color: #35b463;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.btn-leadership {
  background-color: #74c4cd;
  background-image: none;
  border-color: #74c4cd;
  color: #fff; }
  .btn-leadership:hover, .btn-leadership:focus {
    background-color: #74c4cd; }
    .btn-leadership:hover:hover, .btn-leadership:focus:hover {
      color: #3C3C3B !important;
      background-color: #74c4cd;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.btn-teamwork {
  background-color: #00b1db;
  background-image: none;
  border-color: #00b1db;
  color: #fff; }
  .btn-teamwork:hover, .btn-teamwork:focus {
    background-color: #00b1db; }
    .btn-teamwork:hover:hover, .btn-teamwork:focus:hover {
      color: #3C3C3B !important;
      background-color: #00b1db;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

/* ==========================================================================
   SkillsBuilder Hub
   Form elements
   ========================================================================== */
form {
  margin: 0; }

.form-field-margin {
  margin: 15px 0; }

.form__row {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 600px; }

.form__text,
.form__dropdown,
.form__boilerplate {
  display: block;
  width: 100%;
  padding: 25px 0 10px 0;
  border: 0 transparent;
  border-bottom: 2px solid #00b1db;
  border-radius: 0;
  font-size: 18px;
  transition: all 0.3s; }
  @media (max-width: 991px) {
    .form__text,
    .form__dropdown,
    .form__boilerplate {
      font-size: 16px; } }
  .form__text:focus,
  .form__dropdown:focus,
  .form__boilerplate:focus {
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fef7ec; }

.form__row--half .form__text,
.form__row--half .form__dropdown,
.form__row--half .form__boilerplate {
  width: 50%; }

.form__row--checkboxcustom input {
  width: auto;
  display: inline-block; }

.form__row--checkboxcustom ul {
  padding: 0px 0 10px 0; }

.form__text--tall {
  height: 150px; }

.form__dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: calc(100% + 20px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.71 6.27'%3E%3Cpath fill='rgb(0,177,219)' d='M10.71.91L9.8.01 5.37 4.46.91 0 0 .91l4.83 4.82.53.54L10.71.91'/%3E%3C/svg%3E%0A") 92% 65%/17px 10px no-repeat; }

.form__boilerplate {
  border-bottom: none; }

.form__label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  z-index: 10;
  font-size: 15px;
  transition: all 0.3s; }
  .error .form__label {
    color: #ee4436; }

.form__text:focus + .form__label,
.form__dropdown:focus + .form__label {
  top: 0;
  font-size: 13px;
  color: #333; }

.password-strength {
  margin: 5px 0 30px 0;
  font-size: 13px; }

.form__row--password {
  display: flex;
  flex-direction: row; }
  .form__row--password .visibility-btn {
    padding: 0 10px; }
    .form__row--password .visibility-btn .icon-md {
      width: 30px; }

ul.errorlist {
  margin: 0;
  padding: 0;
  display: inline; }
  ul.errorlist li {
    list-style: none;
    display: inline;
    font-size: 12px; }
    ul.errorlist li::before {
      content: " - "; }
    ul.errorlist li input[type="checkbox"] {
      vertical-align: text-bottom; }

.pretty-radio:checked,
.pretty-radio:not(:checked) {
  position: absolute;
  left: -9999px; }

.pretty-radio:checked + label,
.pretty-radio:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 24px;
  min-height: 24px;
  display: inline-block;
  color: #333; }
  .pretty-radio:checked + label:hover, .pretty-radio:checked + label:focus,
  .pretty-radio:not(:checked) + label:hover,
  .pretty-radio:not(:checked) + label:focus {
    color: #d1697f; }

.pretty-radio:focus + label {
  color: #d1697f;
  outline: 1px dotted #333; }

.pretty-radio:checked + label:before,
.pretty-radio:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #868686;
  border-radius: 100%;
  background: #fff; }

.pretty-radio:checked:hover + label:before,
.pretty-radio:not(:checked):hover + label:before,
.pretty-radio:checked:focus + label:before,
.pretty-radio:not(:checked):focus + label:before {
  background-color: #cceff8; }

.pretty-radio:checked + label:after,
.pretty-radio:not(:checked) + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #868686;
  border-radius: 100%;
  transition: all 0.3s ease; }

.pretty-radio:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.pretty-radio:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.pretty-checkbox:checked,
.pretty-checkbox:not(:checked) {
  position: absolute;
  left: -9999px; }

.pretty-checkbox:checked + label,
.pretty-checkbox:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 24px;
  min-height: 24px;
  display: inline-block;
  color: #333; }
  .pretty-checkbox:checked + label:hover, .pretty-checkbox:checked + label:focus,
  .pretty-checkbox:not(:checked) + label:hover,
  .pretty-checkbox:not(:checked) + label:focus {
    color: #d1697f; }

.pretty-checkbox:focus + label {
  color: #d1697f; }

.pretty-checkbox:checked + label:before,
.pretty-checkbox:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #00b1db;
  background: #fff; }

.pretty-checkbox:checked:hover + label:before,
.pretty-checkbox:not(:checked):hover + label:before,
.pretty-checkbox:checked:focus + label:before,
.pretty-checkbox:not(:checked):focus + label:before {
  background-color: #cceff8; }

.pretty-checkbox:checked + label:after,
.pretty-checkbox:not(:checked) + label:after {
  content: '\2714\FE0E';
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 24px;
  color: #00b1db;
  transition: all 0.1s ease; }

.pretty-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.pretty-checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1); }

fieldset {
  border: 0;
  padding-left: 0;
  margin-top: 25px; }
  fieldset legend {
    font-weight: bold;
    font-size: 21px; }

form.inline {
  display: inline;
  margin: 0;
  padding: 0; }
  form.inline .btn-link {
    margin: 0;
    padding: 0; }

.grecaptcha-badge {
  visibility: hidden; }

.enquiry-form {
  width: 100%;
  height: 700px; }

/* ==========================================================================
   SkillsBuilder Hub
   Assessment styles
   ========================================================================== */
.step-assessment {
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 4px;
  background-color: #ebebeb; }
  .step-assessment .step-title {
    margin: 0 0 4px 0;
    font-size: 18px; }
    @media (max-width: 991px) {
      .step-assessment .step-title {
        font-size: 16px; } }
  .step-assessment .step-subtitle {
    color: #757575; }
  .step-assessment p {
    margin: 4px 0;
    font-size: 16px; }
    @media (max-width: 991px) {
      .step-assessment p {
        font-size: 14px; } }
  .step-assessment .col-md-6:first-child {
    border-right: 2px solid #fff; }

.step-resources-heading {
  margin: .5em 0; }

.assessment-heading {
  margin: 0 0 15px 0;
  font-size: 21px;
  text-align: center; }
  @media (max-width: 991px) {
    .assessment-heading {
      font-size: 18px; } }

.col-md-6 .assessment-heading {
  font-size: 16px; }

.step-assessment-intro .assessment-heading {
  margin: 0;
  font-size: 24px;
  text-align: left; }
  @media (max-width: 991px) {
    .step-assessment-intro .assessment-heading {
      font-size: 20px; } }

.step-assessment-intro p {
  margin: 0 0 1.5em 0; }

.step-assessment-intro .assessment-step {
  position: relative; }

.radio-above .pretty-radio:checked + label,
.radio-above .pretty-radio:not(:checked) + label {
  display: block;
  padding: 30px 2px 0 2px;
  text-align: center;
  font-size: 14px; }

.radio-above .pretty-radio:checked + label:before,
.radio-above .pretty-radio:not(:checked) + label:before {
  left: calc(50% - 12px); }

.radio-above .pretty-radio:checked + label:after,
.radio-above .pretty-radio:not(:checked) + label:after {
  left: calc(50% - 12px + 5px); }

.radio-row {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none; }
  .radio-row > li {
    flex: 1;
    white-space: nowrap; }
  .radio-row:before {
    content: '';
    position: absolute;
    top: 11px;
    right: 40px;
    left: 110px;
    height: 2px;
    background: currentColor !important; }
    @media (max-width: 991px) {
      .radio-row:before {
        right: 50px;
        left: 180px; } }

.modal .radio-row:before {
  right: 80px;
  left: 200px; }
  @media (max-width: 991px) {
    .modal .radio-row:before {
      right: 40px;
      left: 130px; } }

/* ==========================================================================
   SkillsBuilder Hub
   Overall layout
   ========================================================================== */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  position: relative;
  z-index: 500 !important;
  flex: 1 0 0; }

/* ==========================================================================
   SkillsBuilder Hub
   Header
   ========================================================================== */
.colour-header {
  z-index: 200;
  margin-top: 0px;
  background: #e0f0f3;
  border-bottom: 5px solid #cae5e9;
  width: calc(100vw - 9px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-width: 100%;
  line-height: 65px; }

.header {
  z-index: 2500 !important;
  background-color: white;
  position: relative;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  .header .container {
    position: relative; }
  .header nav {
    padding: 15px 0 !important; }

.topnav {
  padding-left: 250px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 1199px) {
    .topnav {
      margin-top: 70px !important;
      padding-left: 0px !important;
      flex-wrap: wrap; } }
  .topnav .nav-item {
    flex-grow: 1;
    align-items: center;
    margin: 0 5px;
    border-radius: 15px;
    justify-content: center;
    width: auto !important;
    height: 50px !important;
    font-size: 19px;
    color: #383737 !important; }
    @media (max-width: 1199px) {
      .topnav .nav-item {
        font-size: 17px; } }
    .topnav .nav-item > a {
      flex: 0 !important;
      height: 50px !important;
      display: block;
      padding: 16px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto !important;
      border-radius: 15px;
      box-shadow: none !important;
      transition: all 200ms ease;
      color: #383737 !important;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .topnav .nav-item > a {
          padding: 16px 10px; } }
      .topnav .nav-item > a:hover {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
        border-radius: 15px;
        transition: all 200ms ease;
        color: #383737 !important; }
      .topnav .nav-item > a:focus {
        border-radius: 15px;
        box-shadow: none !important;
        transition: all 200ms ease;
        display: flex;
        flex: 0 !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        height: 50px !important;
        background-color: #f3f3f3;
        border-radius: 15px;
        color: #383737 !important; }
      .topnav .nav-item > a:active {
        box-shadow: none !important;
        transition: all 200ms ease;
        background-color: #ebebeb;
        border-radius: 15px;
        display: flex;
        flex: 0 !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        color: #383737 !important; }
      .topnav .nav-item > a .caret {
        margin-left: 5px;
        top: 0; }
    .topnav .nav-item.active {
      background-color: #ebebeb;
      display: flex;
      flex: 0 !important;
      align-items: center;
      justify-content: center;
      width: auto !important;
      color: #383737 !important; }
  .topnav .nav-search {
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 280px; }
    .topnav .nav-search .search-field {
      outline: none;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px 60px 8px 20px;
      margin: 7px 0;
      border: 1px solid #bababa;
      border-radius: 50px;
      box-shadow: none;
      box-sizing: border-box;
      width: 100%;
      font-size: 18px; }
      .topnav .nav-search .search-field:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
      .topnav .nav-search .search-field:focus {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease; }
    .topnav .nav-search .btn-search {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 6px;
      right: 0;
      width: 60px;
      height: 42px;
      border-radius: 0 50px 50px 0;
      color: #333; }
      .topnav .nav-search .btn-search:hover, .topnav .nav-search .btn-search:focus {
        background-color: #ebebeb; }
  .topnav .nav-signup a {
    font-weight: bold; }
  .topnav .logo {
    position: absolute;
    top: -9px;
    left: 5px;
    height: 70px;
    width: auto; }
  .topnav .nav-account {
    margin-left: auto; }
  .topnav .nav-account-org {
    position: absolute;
    left: 37px;
    bottom: -13px;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #757575;
    font-style: normal; }

.nav-item-resources {
  position: static; }

.doormat {
  animation: fadeIn 0.3s ease-out;
  width: 100%;
  padding: 0;
  padding-bottom: 15px !important;
  box-shadow: 0 20 15px 0 rgba(0, 0, 0, 0.15) !important; }
  .doormat.with-3cols {
    left: 5%;
    right: 5%; }

.doormat-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }

.doormat-heading {
  text-align: center;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .doormat-heading {
      font-size: 18px; } }

.nav-skills-container {
  position: relative;
  flex: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #c6c6c5; }

.nav-type-container {
  padding-top: 38px;
  padding-left: 100px;
  padding-right: 100px;
  flex: 1;
  margin-top: -40px !important;
  padding-bottom: 15px; }
  .nav-type-container .doormat-heading {
    margin-bottom: 10px; }

.nav-premium-container {
  flex: 1;
  margin-left: 15px; }
  .nav-premium-container .media-resource {
    margin: 15px 0;
    background-color: #ebebeb; }

.nav-skills,
.nav-type {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-skills {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 7.5px;
  border-radius: 15px;
  text-align: center; }
  .nav-skills > li {
    text-align: center;
    width: 25%; }
    .nav-skills > li > a {
      transition: all 200ms ease;
      display: block;
      padding: 7.5px;
      text-align: center; }
      .nav-skills > li > a:hover, .nav-skills > li > a:focus {
        border-radius: 15px; }
        .nav-skills > li > a:hover .skill-caption, .nav-skills > li > a:focus .skill-caption {
          text-align: center !important;
          display: block; }
  .nav-skills .icon-skill {
    transition: all 0.3s ease;
    border-radius: 999px;
    width: 100%;
    height: auto;
    background-color: white;
    box-shadow: 0 5 15px 0 rgba(0, 0, 0, 0.2) !important; }
    .nav-skills .icon-skill:hover {
      transform: scale(1.1); }
  .nav-skills .skill-caption {
    width: 100%;
    bottom: -10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    padding: 15px;
    padding-bottom: 0 !important;
    color: #868686;
    font-size: 16px;
    text-align: center !important;
    line-height: 1.2;
    display: none; }
    @media (max-width: 1199px) {
      .nav-skills .skill-caption {
        font-size: 14px; } }

@media (max-width: 991px) {
  .nav-skills-container {
    width: 100%; }
  .nav-type-container {
    width: 100%; }
  .nav-skills > li {
    width: 33%; }
  .nav-premium-container .thumbnail-lg {
    width: 160px; } }

@media (max-width: 767px) {
  .doormat-menu {
    flex-wrap: wrap; }
  .nav-premium-container {
    flex-basis: 100%; } }

@media (max-width: 480px) {
  .nav-type-container {
    flex-basis: 100%; }
  .feedback-container {
    top: 150px; } }

.nav-type {
  margin-bottom: 12px;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .nav-type {
      font-size: 16px; } }
  .nav-type a {
    margin-right: 15px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #c6c6c5;
    display: block;
    border-radius: 15px;
    padding: 6px 15px; }
    .nav-type a:hover, .nav-type a:focus {
      background-color: #f3f3f3;
      color: #333; }

.messages {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 63px;
  border-top: 2px solid transparent;
  z-index: 100; }
  .messages ul {
    margin: 0 auto;
    padding: 0; }
    .messages ul li {
      list-style: none;
      padding: 13px 15px 15px 15px;
      line-height: 1.2;
      color: #fff;
      border-bottom: 2px solid #fff; }
      .messages ul li:last-child {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px; }
      .messages ul li.debug, .messages ul li.info, .messages ul li.success {
        background-color: #00b1db; }
      .messages ul li.warning {
        background-color: #f27634; }
      .messages ul li.error {
        background-color: #ee4436; }
      .messages ul li .close {
        font-size: inherit;
        margin-top: -5px;
        color: #fff;
        opacity: 0.6; }
        .messages ul li .close:hover, .messages ul li .close:focus {
          opacity: 1; }
      .messages ul li.undismissable .close {
        display: none; }

.feedback-container .feedback-btn {
  background: white;
  border-radius: 0 0 15px 15px;
  position: absolute;
  top: 65px;
  right: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .feedback-container .feedback-btn:hover {
    color: #c61052; }
  .feedback-container .feedback-btn:focus {
    color: #767676; }
  @media (max-width: 1199px) {
    .feedback-container .feedback-btn {
      top: 135px; } }

/* ==========================================================================
   SkillsBuilder Hub
   Media object
   ========================================================================== */
.list-media {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-media.list-2col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .list-media.list-2col .media {
      align-self: flex-start;
      width: 50%; }

.media {
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 15px;
  margin-bottom: 1em; }
  .media.skill-title {
    overflow: visible; }

.media-img {
  margin-right: 15px; }

.media-select {
  margin-right: 7px;
  padding: 10px 0 10px 10px; }
  .media-select label {
    height: 100%; }

.media-vertical {
  flex-direction: column; }

.media-resource {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease; }
  .media-resource .media-img {
    padding: 10px 0 10px 10px; }
  .media-resource .media-body {
    padding: 10px 0;
    min-width: 50%; }
  .media-resource:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .media-resource.no-hover:hover {
    box-shadow: none; }
  .media-resource.selected {
    background-color: #ebebeb; }
  .media-resource .img-right {
    align-self: flex-start;
    margin: 10px 5px; }
    .media-resource .img-right:last-child {
      margin-right: 10px; }
  .media-resource.media-vertical .media-img {
    padding: 10px 10px 0 10px;
    margin: 0 0 15px 0; }
  .media-resource.media-vertical .media-body {
    padding: 0 10px 10px 10px; }

.media-partnership {
  background-color: #ebebeb; }
  .media-partnership .media-img {
    padding: 20px 0 20px 20px;
    margin-right: 20px; }
  .media-partnership .media-body {
    padding: 20px 0; }

.media-img-container {
  position: relative;
  height: fit-content;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) !important; }
  .media-img-container .icon-container-circle {
    position: absolute;
    top: 50%;
    left: 50%; }
  .media-img-container .icon-container-circle-md {
    margin: -30px -30px; }
  .media-img-container .icon-container-circle-sm {
    margin: -20px -20px; }
  .media-img-container .icon-banner-left {
    position: absolute;
    bottom: 0; }
  .media-img-container .icon-banner-right {
    position: absolute;
    top: 0;
    right: 0; }

.btn-planner {
  max-width: 70px;
  position: absolute;
  top: 5%;
  right: 1%; }
  .btn-planner:hover, .btn-planner:focus {
    background-color: #f3f3f3;
    color: #c91b59; }
    .btn-planner:hover .btn-planner-label, .btn-planner:focus .btn-planner-label {
      opacity: 1; }
  .btn-planner .icon-remove {
    display: none; }

.btn-planner-label {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s; }

.btn-planner-resource {
  max-width: 75px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: unset; }

.in-planner .btn-planner {
  color: #c91b59; }
  .in-planner .btn-planner:hover .icon, .in-planner .btn-planner:focus .icon {
    color: #c91b59; }
  .in-planner .btn-planner:hover .icon-remove, .in-planner .btn-planner:focus .icon-remove {
    display: inline-block; }
  .in-planner .btn-planner:hover .icon-heart, .in-planner .btn-planner:focus .icon-heart {
    display: none; }

.resource-flag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 20px;
  background-color: #c91b59;
  font-size: 16px;
  color: #fff; }

@media (max-width: 480px) {
  .media {
    flex-direction: column;
    align-items: center; }
  .media-img {
    margin: 0 0 15px 0; }
  .media-select {
    margin: 0 0 7px 0;
    padding: 10px 10px 0 10px; }
    .media-select label {
      width: 100%; }
  .media-resource .media-img {
    padding: 10px 10px 0 10px; }
  .media-resource .media-body {
    padding: 10px; }
  .btn-planner {
    align-self: stretch;
    max-width: none;
    padding: 10px; } }

.sortable {
  position: relative; }
  .sortable .media {
    border: 1px solid #bababa;
    background: #fff;
    position: relative; }
    .sortable .media .icon-move {
      display: none; }
    .sortable .media:hover .icon-bars {
      display: none; }
    .sortable .media:hover .icon-move {
      display: inline-block; }

.btn-grabber {
  max-width: 70px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-touch-action: none;
  touch-action: none;
  cursor: move; }
  .btn-grabber:hover, .btn-grabber:focus {
    background-color: #f3f3f3;
    color: #c91b59; }

.thumbnail {
  display: block;
  width: 320px;
  height: auto;
  color: inherit;
  border-radius: 15px; }

.thumbnail-sm {
  width: 86px;
  height: auto; }

.thumbnail-md {
  width: 160px;
  height: auto; }
  @media (min-width: 480px) and (max-width: 767px) {
    .thumbnail-md {
      width: 80px; } }

.thumbnail-lg {
  width: 240px;
  height: auto; }
  @media (min-width: 480px) and (max-width: 767px) {
    .thumbnail-lg {
      width: 160px; } }

.resource-title {
  margin-bottom: 4px;
  width: 95%;
  font-size: 18px;
  font-weight: bold; }
  @media (max-width: 991px) {
    .resource-title {
      font-size: 16px; } }

.black-link a {
  color: black; }
  .black-link a:hover {
    color: black; }

.resource-type {
  margin-bottom: 4px;
  font-size: 16px;
  font-style: italic;
  color: #757575; }
  @media (max-width: 991px) {
    .resource-type {
      font-size: 14px; } }

.resource-desc {
  margin-bottom: 4px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .resource-desc {
      font-size: 14px; } }

.resource-skill {
  font-size: 16px;
  font-weight: bold; }
  @media (max-width: 991px) {
    .resource-skill {
      font-size: 14px; } }
  .resource-skill .tag:not(:first-child):before {
    content: '\2022';
    margin: 0 5px 0 1px;
    color: #333; }

.resource-completed_at {
  font-size: 16px; }

.list-media-sm .media {
  margin-bottom: 4px;
  border-radius: 15px; }

.list-media-sm .resource-title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .list-media-sm .resource-title {
      font-size: 14px; } }

.list-media-sm .resource-type,
.list-media-sm .resource-desc,
.list-media-sm .resource-skill {
  font-size: 15px; }
  @media (max-width: 991px) {
    .list-media-sm .resource-type,
    .list-media-sm .resource-desc,
    .list-media-sm .resource-skill {
      font-size: 13px; } }

.hide-ages .step-age {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.news-title {
  margin: 0 0 .25em 0;
  font-size: 24px; }
  @media (max-width: 991px) {
    .news-title {
      font-size: 20px; } }

.news-date {
  font-size: 16px;
  color: #757575; }
  @media (max-width: 991px) {
    .news-date {
      font-size: 14px; } }

.news-desc p {
  margin: .5em 0 0 0; }

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 25%); }

.resource-item-grid {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease;
  background-color: #fff;
  height: 350px;
  margin: 3%; }
  .resource-item-grid:hover {
    background-color: #f9f9f9; }
  .resource-item-grid.no-hover:hover {
    box-shadow: none; }
  .resource-item-grid.selected {
    background-color: #e0e0e0; }
  .resource-item-grid .media-img {
    margin-bottom: 10px; }
    .resource-item-grid .media-img img {
      max-width: 100%;
      height: auto;
      border-radius: 10px; }

.media-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  transition: all 200ms ease;
  background-color: #fff;
  height: 0;
  padding-top: 100%; }

.media-tag-container {
  margin: 5% 5% 0 5%;
  display: flex;
  flex-wrap: wrap; }

.media-tag {
  font-size: x-small;
  background-color: #e7e7e7;
  font-weight: 800;
  padding: 3%;
  width: fit-content;
  height: fit-content;
  margin-right: 5%;
  margin-bottom: 5%; }

.language-container {
  position: absolute;
  top: -3px;
  right: 10px;
  color: #8b8b8a; }

.media-grid .media-img {
  padding: 10px;
  object-fit: cover; }

.media-img-thumbnail {
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%; }

.media-grid:hover {
  background-color: #f9f9f9; }

.media-grid.selected {
  background-color: #e0e0e0; }

.media-grid .img-right {
  align-self: flex-start;
  margin: 10px 5px; }

.media-grid.media-vertical .media-img {
  padding: 10px;
  margin-bottom: 10px;
  /* Adjust bottom margin as needed */ }

.media-grid.media-vertical .media-body {
  padding: 10px; }

.media-resource-grid {
  position: relative;
  transition: all 200ms ease;
  background-color: #fff;
  height: 100%;
  overflow: auto; }

.media-resource-grid .media-img {
  padding: 10px;
  object-fit: cover; }

.media-resource-grid:hover {
  background-color: #fff; }

.media-resource-grid.selected {
  background-color: #e0e0e0; }

.media-body {
  padding-left: 5%;
  padding-top: 5%;
  position: relative; }

.icon-banner {
  height: 50px;
  background-color: white;
  border: 3px solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: 900; }
  .icon-banner svg {
    color: black; }

.icon-banner-left {
  width: 100px;
  border-radius: 0px 60px 60px 0px;
  border-color: #81d0ea;
  border-left-style: none; }

.icon-banner-right {
  border-radius: 60px 0px 0px 60px;
  border-right-style: none; }

.icon-banner-new {
  width: 80px;
  border-color: #81d0ea; }

.icon-banner-premium {
  width: 120px;
  border-color: #f3ad2a; }

.icon-heart {
  color: #c91b59; }

nav .pagination {
  margin: 0; }

/* ==========================================================================
   SkillsBuilder Hub
   Icons
   ========================================================================== */
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  width: 32px;
  height: 32px; }

.icon-sm {
  width: 16px;
  height: 16px; }

.icon-md {
  width: 24px;
  height: 24px; }

.icon-lg {
  width: 48px;
  height: 48px; }

.icon-xlg {
  width: 96px;
  height: 96px; }

.icon-xxlg {
  width: 170px;
  height: 170px; }

.inline-icon {
  top: -3px; }

.icon-container-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s; }
  .icon-container-circle .icon {
    flex: 1 0 auto; }
  .icon-container-circle .icon-play {
    margin-left: 5px; }
  .icon-container-circle.with-shadow {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  .icon-container-circle.with-border {
    border: 2px solid #757575; }
  .icon-container-circle.btn-download {
    flex-direction: row;
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }
    .icon-container-circle.btn-download .icon {
      margin-right: 15px; }

.icon-container-circle-sm {
  width: 40px;
  height: 40px;
  border-radius: 40px; }

.icon-skill {
  max-width: 96px;
  max-height: 96px;
  border-radius: 999px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2) !important; }

svg.icon {
  pointer-events: none; }

.icon-skill-lg {
  width: 150px;
  height: 150px;
  border-radius: 999px;
  box-shadow: 0 5px 15px 9 rgba(0, 0, 0, 0.2) !important; }

.icon-step-number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #C61052;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.icon-previous {
  transform: rotate(180deg);
  margin-left: 10px; }

.icon-next {
  margin-left: 15px; }

/* this is because there's some rather complex display logic with
  icon-skill--grey that won't the icon to show up if it's not there, 
  but applying the filter to it will always turn the icon grey */
.icon-filter-grey {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: gray; }

.premium-icon {
  border-radius: 99px;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* ==========================================================================
   SkillsBuilder Hub
   Footer
   ========================================================================== */
.footer {
  background-color: #ebebeb;
  margin-top: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.nav-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  min-height: 80px; }
  .nav-footer > li {
    padding: 0 15px; }
    @media (max-width: 768px) {
      .nav-footer > li {
        flex-basis: 100%; } }
  .nav-footer .nav-footer-right {
    flex: 1; }
    .nav-footer .nav-footer-right .icon-container-circle {
      margin-left: auto; }

/* ==========================================================================
   SkillsBuilder Hub
   Dashboard
   ========================================================================== */
.tab-icon {
  width: 1em;
  top: -2px;
  margin-right: 10px;
  position: relative; }

#tab-progress {
  display: flex;
  flex-direction: column; }

.progress-group-contents {
  display: none !important; }

.build-skills-group-container {
  display: flex;
  flex-direction: row; }

.build-skills-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .build-skills-group {
      display: flex;
      flex-direction: column; } }
  .build-skills-group > .dropdown-menu {
    right: 0;
    top: 75px;
    width: 50%;
    height: 150px;
    overflow-y: scroll;
    border-radius: 15px; }
    @media (max-width: 767ps) {
      .build-skills-group > .dropdown-menu {
        left: 45px;
        top: 95px; } }

.add-group-btn {
  padding: 3px 15px; }

.btn-add {
  width: 100%;
  text-align: left; }

.group-btn {
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  color: #3C3C3B;
  margin-left: 5px;
  padding: 15px 20px; }
  .group-btn:hover {
    color: rgba(0, 0, 0, 0.75); }

.group-btn-label {
  padding: 10px 15px; }

.btn-add-black {
  color: black;
  font-weight: bold;
  font-size: 19px;
  opacity: 0.6;
  margin-top: 66px;
  margin-left: 25px; }
  .btn-add-black:hover {
    color: rgba(0, 0, 0, 0.75); }

.nav-dashboard {
  display: flex;
  position: relative;
  z-index: 800;
  bottom: -0.25em;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav-dashboard > li {
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-radius: 15px 15px 0 0;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .nav-dashboard > li {
        height: 42px;
        margin-right: 3px; } }
    .nav-dashboard > li > a {
      display: block;
      padding: 0 20px;
      border-radius: 15px 15px 0 0;
      white-space: nowrap;
      color: #333; }
      @media (max-width: 767px) {
        .nav-dashboard > li > a {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-evenly;
          padding: 0;
          line-height: 5px; } }
      .nav-dashboard > li > a .filter {
        filter: brightness(0) saturate(100%); }
    .nav-dashboard > li:hover {
      background-color: rgba(255, 255, 255, 0.9);
      transition: all 0.3s ease; }
    .nav-dashboard > li.active {
      background-color: white;
      font-weight: bold;
      border-radius: 15px 15px 0 0;
      color: #383737 !important; }
    .nav-dashboard > li.unavailable a {
      color: #757575; }

.dashboard-pane {
  position: relative;
  margin-top: 75px;
  left: -5px; }
  .dashboard-pane .dashboard-pane-title {
    margin-top: 0; }
  .dashboard-pane .dashboard-pane-topbutton {
    position: absolute;
    top: 15px;
    right: 0;
    text-align: center; }
    .dashboard-pane .dashboard-pane-topbutton p {
      margin: 5px 0 0 0;
      font-size: 14px; }
  .dashboard-pane.unavailable {
    position: relative;
    max-height: 800px;
    overflow: hidden; }
  .dashboard-pane .overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 10px, rgba(222, 222, 222, 0.5) 10px, rgba(222, 222, 222, 0.5) 12px); }
    .dashboard-pane .overlay:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%) no-repeat; }
  .dashboard-pane .assessment-panel.in {
    margin-top: 5px;
    z-index: 200;
    margin-right: -10%;
    margin-left: -10%;
    padding-left: 10%;
    padding-right: 10%; }
  .dashboard-pane .assessment-panel.col-listening {
    background-color: #F7CBDB;
    border-radius: 15px; }
  .dashboard-pane .assessment-panel.col-speaking {
    background-color: #F9D4D6;
    border-radius: 15px; }
  .dashboard-pane .assessment-panel.col-problemsolving {
    background-color: #FBE1D8;
    border-radius: 15px; }
  .dashboard-pane .assessment-panel.col-creativity {
    background-color: #FFEEDB;
    border-radius: 15px; }
  .dashboard-pane .assessment-panel.col-adapting {
    background-color: #E9F2E1;
    border-radius: 15px; }
  .dashboard-pane .assessment-panel.col-planning {
    background-color: #CFE6DA;
    border-radius: 15px; }
  .dashboard-pane .assessment-panel.col-leadership {
    background-color: #E1F1F4;
    border-radius: 15px; }
  .dashboard-pane .assessment-panel.col-teamwork {
    background-color: #CFEAF4;
    border-radius: 15px; }
  .dashboard-pane .assessment-panel .assessment-steps-band-header {
    background-color: rgba(255, 255, 255, 0.6);
    width: 92%;
    margin-bottom: -25px; }
  .dashboard-pane .assessment-panel .assessment-steps {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.6);
    width: 92%;
    list-style: none; }
  .dashboard-pane .impact-panel-header-listening {
    background: #C90F50;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px; }
  .dashboard-pane .impact-panel-header-speaking {
    background: #E5362A;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px; }
  .dashboard-pane .impact-panel-header-problemsolving {
    background: #EC6E28;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px; }
  .dashboard-pane .impact-panel-header-creativity {
    background: #F7B232;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px; }
  .dashboard-pane .impact-panel-header-stayingpositive {
    background: #91C155;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px; }
  .dashboard-pane .impact-panel-header-aiminghigh {
    background: #35AA54;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px; }
  .dashboard-pane .impact-panel-header-leadership {
    background: #80C5D0;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px; }
  .dashboard-pane .impact-panel-header-teamwork {
    background: #12ADDB;
    margin: -30px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px; }

.first-band-header {
  border-radius: 15px 15px 0 0; }

.last-assessment {
  border-radius: 0 0 15px 15px; }

.assessment-steps-band-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 32px 0 32px;
  color: #3C3C3B;
  font-weight: bold;
  font-size: 16px; }

.other-tools-img {
  max-width: 500px; }

.assessment-step-band {
  font-size: 28px; }

.nav-progress-title {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal; }

.nav-progress-recommendations {
  margin: 10px 0 20px 0; }

.progress-group {
  position: relative; }
  .progress-group .icon {
    transition: all 0.1s ease; }
  .progress-group .progress-group-toggle {
    padding: 0 0 0 30px;
    border: 0;
    background-color: transparent; }
    .progress-group .progress-group-toggle:hover .icon, .progress-group .progress-group-toggle:focus .icon {
      transform: scale(1.2); }
    .progress-group .progress-group-toggle.collapsed .icon-contract {
      display: none; }
    .progress-group .progress-group-toggle.collapsed .icon-expand {
      display: inline-block !important; }
  .progress-group .progress-group-toggle-icon {
    position: absolute;
    top: 30px;
    left: 0; }

.nav-progress {
  margin: 34px 0; }

.nav-progress {
  margin: 34px 0; }

.assessment-group {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #bababa;
  border-radius: 15px; }

/* ==========================================================================
   SkillsBuilder Hub
   Layout for Overview tab on Dashboard
   ========================================================================== */
.container {
  z-index: 1000 !important; }

.overview-grid {
  position: relative;
  background-color: white;
  top: 33px;
  z-index: 100;
  margin-top: -75px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  align-items: flex-start;
  height: auto; }
  @media (max-width: 1199px) {
    .overview-grid {
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 1199px) {
    .overview-grid {
      position: relative;
      flex-wrap: wrap; } }
  .overview-grid::after {
    content: '';
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: red;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%) no-repeat; }

.overview-group {
  flex: 1; }
  @media (max-width: 1199px) {
    .overview-group {
      max-width: 100px !important; } }
  @media (min-width: 768px) {
    .overview-group {
      max-width: 160px; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-10px); }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeIn2 {
  0% {
    display: none;
    opacity: 0;
    transform: scale(0.8); }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1); } }

.overview-group {
  position: relative; }
  .overview-group.overview-group--locked::after {
    background-color: #bababa; }
  .overview-group.context-listening .overview-group-toggle:active,
  .overview-group.context-listening.active .overview-group-toggle,
  .overview-group.context-listening .skill-dash-btn-listening.active,
  .overview-group.context-listening .step-btn::before,
  .overview-group.context-listening .step-btn::after {
    background: #F7CBDB; }
  .overview-group.context-speaking .overview-group-toggle:active,
  .overview-group.context-speaking.active .overview-group-toggle,
  .overview-group.context-speaking .skill-dash-btn-speaking.active,
  .overview-group.context-speaking .step-btn::before,
  .overview-group.context-speaking .step-btn::after {
    background: #F9D4D6; }
  .overview-group.context-problemsolving .overview-group-toggle:active,
  .overview-group.context-problemsolving.active .overview-group-toggle,
  .overview-group.context-problemsolving .skill-dash-btn-problemsolving.active,
  .overview-group.context-problemsolving .step-btn::before,
  .overview-group.context-problemsolving .step-btn::after {
    background: #FBE1D8; }
  .overview-group.context-creativity .overview-group-toggle:active,
  .overview-group.context-creativity.active .overview-group-toggle,
  .overview-group.context-creativity .skill-dash-btn-creativity.active,
  .overview-group.context-creativity .step-btn::before,
  .overview-group.context-creativity .step-btn::after {
    background: #FFEED8; }
  .overview-group.context-adapting .overview-group-toggle:active,
  .overview-group.context-adapting.active .overview-group-toggle,
  .overview-group.context-adapting .skill-dash-btn-adapting.active,
  .overview-group.context-adapting .step-btn::before,
  .overview-group.context-adapting .step-btn::after {
    background: #E9F2E1; }
  .overview-group.context-planning .overview-group-toggle:active,
  .overview-group.context-planning.active .overview-group-toggle,
  .overview-group.context-planning .skill-dash-btn-planning.active,
  .overview-group.context-planning .step-btn::before,
  .overview-group.context-planning .step-btn::after {
    background: #CFE6DA; }
  .overview-group.context-leadership .overview-group-toggle:active,
  .overview-group.context-leadership.active .overview-group-toggle,
  .overview-group.context-leadership .skill-dash-btn-leadership.active,
  .overview-group.context-leadership .step-btn::before,
  .overview-group.context-leadership .step-btn::after {
    background: #E1F1F4; }
  .overview-group.context-teamwork .overview-group-toggle:active,
  .overview-group.context-teamwork.active .overview-group-toggle,
  .overview-group.context-teamwork .skill-dash-btn-teamwork.active,
  .overview-group.context-teamwork .step-btn::before,
  .overview-group.context-teamwork .step-btn::after {
    background: #CFEAF4; }
  .overview-group.context-teamwork .btn:hover {
    background: #ffffff; }

.overview-group-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease;
  height: auto;
  padding: 20px 20px 30px 20px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  text-align: center; }
  @media (max-width: 1199px) {
    .overview-group-toggle {
      padding: 20px 10px;
      border-radius: 15px; } }
  .overview-group-toggle .icon-skill {
    margin-left: 3px;
    display: block;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s ease; }
  .overview-group-toggle .overview-group:not(.active), .overview-group-toggle:focus {
    outline: none; }
  .overview-group-toggle:hover .overview-group-lock {
    display: none; }

.overview-group--locked:not(:hover) .icon-skill {
  filter: grayscale(70%) contrast(50%); }

.overview-group--locked:not(:hover) .overview-group-label {
  color: grey; }

.overview-group--locked:not(:hover) .step-btn,
.overview-group--locked:not(:hover) .step-label,
.overview-group--locked:not(:hover) .step-btn:hover,
.overview-group--locked:not(:hover) .step-btn:focus {
  color: #bababa;
  border-color: #bababa; }

.overview-group-lock {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff; }

.overview-group-label {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  margin: 0 4px;
  bottom: -1.25em;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  padding: 5px 20px;
  border: 1px solid;
  border-top-color: #ebebeb;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-color: #ebebeb;
  background-color: #fff;
  font-size: 15px;
  line-height: 15px; }
  @media (min-width: 1199px) {
    .overview-group-label {
      margin: 0 20px;
      bottom: -0.9em; } }
  .overview-group-label span {
    color: #2b2b2b; }

.nav-overview {
  display: block;
  margin-top: 22px !important;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .nav-overview > li {
    position: relative;
    margin: 6px 0;
    padding: 0 20px; }
    @media (max-width: 1199px) {
      .nav-overview > li {
        padding-left: 5px !important;
        padding-right: 5px !important; } }
  .nav-overview a {
    text-decoration: none; }

.step-btn {
  position: relative;
  display: block;
  padding: 4px 8px;
  border: 1.5px solid currentColor;
  transition: all 0.1s;
  border-radius: 10px;
  background-color: #fff;
  line-height: 1;
  font-size: 16px; }
  .step-btn:hover, .step-btn:focus {
    border-color: currentColor; }
  .step-btn:focus .step-btn-popover {
    display: block !important; }
    @media (max-width: 1199px) {
      .step-btn:focus .step-btn-popover {
        left: -20px !important;
        right: -20px !important; } }
  .step-btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -30px;
    left: 50%;
    height: 30px;
    width: 3px;
    background-color: #bababa; }
  li:first-child .step-btn::after {
    top: -200px;
    height: 200px; }
  .step-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5px;
    height: 23px;
    background-color: red;
    border-radius: 8px 0 0 8px; }
  .step-btn.mastery-25::before {
    right: 75%; }
  .step-btn.mastery-50::before {
    right: 50%; }
  .step-btn.mastery-75::before {
    right: 25%; }
  .step-btn.mastery-100::before {
    right: 0;
    border-radius: 8px; }
  .step-btn .start-step-icon {
    position: absolute;
    top: 0;
    left: 90px; }
    @media (max-width: 1199px) {
      .step-btn .start-step-icon {
        left: 76px; } }

.non-clickable {
  pointer-events: none; }

.step-label {
  position: relative;
  color: #333; }

.step-btn-popover {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 20;
  top: -31px;
  left: -50px;
  right: -50px;
  border: 10px solid #fff;
  padding-top: 47px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: linear-gradient(90deg, white 10%, transparent 25%);
  line-height: 1.2; }
  @media (max-width: 1199px) {
    .step-btn-popover {
      top: -48px !important; } }
  @media (max-width: 1199px) {
    .step-btn-popover {
      background: linear-gradient(90deg, white 23%, transparent 23%, transparent 83%, white 83%); } }
  .step-btn-popover.active {
    display: block;
    animation: fadeIn2 0.1s ease-out; }
  @media (max-width: 1199px) {
    .step-btn-popover .step-btn--desc {
      margin-top: 1.2em !important; } }
  .step-btn-popover .step-btn--desc,
  .step-btn-popover .step-btn--cta {
    display: block;
    color: #757575;
    background-color: #fff; }
    @media (max-width: 1199px) {
      .step-btn-popover .step-btn--desc,
      .step-btn-popover .step-btn--cta {
        white-space: normal !important; } }
  .step-btn-popover .step-btn--desc {
    padding: 10px 0 0 0;
    font-size: 14px; }
  .step-btn-popover .step-btn--cta {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 0 4px 0;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .step-btn-popover .step-btn--cta {
        padding-bottom: 22px; } }

.assessment-panel {
  display: none;
  margin-top: 56px;
  position: relative;
  padding: 30px; }
  .assessment-panel.in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease; }
  .assessment-panel .assessment-panel-header {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    padding: 45px;
    width: 25%;
    text-align: left; }

.assessment-panel-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3C3C3B;
  font-size: 24px;
  padding-left: 45px; }
  .assessment-panel-header-text .assessment-panel-header-title {
    font-weight: bold;
    font-size: 36px;
    white-space: nowrap;
    line-height: 40px; }

.step-resource-choose {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 45px 30px 45px; }

.start-here-container {
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding: 20px;
  color: #3C3C3B;
  font-size: 16px; }

.start-here-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 5px; }
  .start-here-step p {
    font-size: 16px; }

.start-resource-img {
  padding-bottom: 15px; }

.start-step-title {
  font-size: 20px;
  font-weight: bold; }

.another-step-img {
  margin-right: 100px;
  padding-left: 40px; }

.assessment-steps {
  margin-top: 0px;
  padding: 20px 32px;
  list-style: none; }

.assessment-step {
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  flex-direction: row;
  transition: all 0.5 ease;
  align-items: center;
  background-color: #ffffff;
  margin: 10px 0;
  border-radius: 15px;
  background: #ffffff; }
  @media (max-width: 1199px) {
    .assessment-step {
      flex-wrap: wrap; } }
  .assessment-step .assessment-step-number {
    color: #333; }
  .assessment-step.active {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.assessment-panel .assessment-step:hover:not(.active) {
  cursor: pointer; }
  .assessment-panel .assessment-step:hover:not(.active) .radio-row {
    pointer-events: none; }

.assessment-step-number {
  align-self: stretch;
  width: 100px;
  padding: 20px;
  border-width: 0 3px 0 0;
  border-style: solid;
  background: transparent;
  font-weight: bold; }
  .assessment-step-number:focus {
    outline: none; }
  .active > .assessment-step-number {
    border-right: 0; }
  .assessment-step-number .icon-skill {
    background-color: white;
    display: none;
    width: 60px;
    height: auto;
    margin-bottom: 10px; }
    .active > .assessment-step-number .icon-skill {
      display: block; }

.assessment-step-desc {
  flex: 1;
  padding: 20px;
  font-size: 16px;
  transition: font-size 0.1s ease-out;
  color: #757575; }
  .assessment-step-desc .assessment-step-caption {
    display: none;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
    .active > .assessment-step-desc .assessment-step-caption {
      display: block;
      animation: fadeIn 0.3s ease-out; }
  .active > .assessment-step-desc {
    padding-left: 0;
    font-size: 20px; }

.assessment-step-rating {
  position: relative;
  align-self: stretch;
  width: 320px;
  padding: 10px 20px;
  border-width: 0 0 0 1px;
  border-style: solid;
  text-align: center; }
  @media (max-width: 1199px) {
    .assessment-step-rating {
      flex-basis: 100%;
      max-width: none;
      border-width: 1px 0; }
      .assessment-step-rating .radio-row::before {
        left: 40px;
        right: 40px; } }
  .assessment-step-rating .rating-desc {
    display: none;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    color: #757575; }
    .assessment-step-rating .rating-desc.active {
      display: block; }
  .assessment-step-rating .assessment-heading {
    display: none;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333; }
  .assessment-step-rating label {
    height: 0;
    overflow: hidden; }
  .active > .assessment-step-rating {
    width: 350px;
    padding: 10px 30px; }
    .active > .assessment-step-rating .assessment-heading {
      display: block;
      animation: fadeIn 0.3s ease-out; }
    .active > .assessment-step-rating .rating-desc {
      display: none; }
    .active > .assessment-step-rating label {
      height: auto; }
  .assessment-step-rating .radio-row::before {
    left: 20px;
    right: 20px; }
    @media (max-width: 1199px) {
      .assessment-step-rating .radio-row::before {
        left: 40px;
        right: 40px; } }
  .assessment-step-rating .radio-row label::before,
  .assessment-step-rating .radio-row label::after {
    transform: scale(0.7); }
    .active > .assessment-step-rating .radio-row label::before, .active >
    .assessment-step-rating .radio-row label::after {
      transform: scale(1); }
  .assessment-step-rating::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #CFEAF4;
    transition: width 0.3s ease-out; }
  .assessment-step-rating.mastery-0::before {
    width: 0%; }
  .assessment-step-rating.mastery-25::before {
    width: 33%; }
  .assessment-step-rating.mastery-50::before {
    width: 50%; }
  .assessment-step-rating.mastery-75::before {
    width: 67%; }
  .assessment-step-rating.mastery-100::before {
    width: 100%; }

.assessment-step-cta {
  max-width: 230px;
  padding: 20px;
  color: #ffffff;
  text-align: center; }
  @media (max-width: 1199px) {
    .assessment-step-cta {
      flex-basis: 100%;
      max-width: none; }
      .assessment-step-cta .btn {
        display: inline-block;
        max-width: 200px; } }
  .assessment-step-cta .cta-caption {
    display: none;
    margin-bottom: 20px;
    font-size: 16px; }
  .assessment-step-cta .btn {
    border: 0;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize; }
  .assessment-step-cta .hide-text {
    display: none; }
  .active > .assessment-step-cta .cta-caption {
    display: block; }
  .active > .assessment-step-cta .hide-text {
    display: inline; }
  .active > .assessment-step-cta .btn {
    text-transform: none;
    color: #fff; }

.context-listening .assessment-step-cta .btn {
  background-color: #C90F50; }
  .context-listening .assessment-step-cta .btn:hover {
    color: #3C3C3B;
    background-color: #c91b59;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%); }

.context-listening .assessment-step,
.context-listening .assessment-step > * {
  border-color: #F7CBDB; }

.context-listening .assessment-step-rating::before, .context-listening .single-assessment-step-rating::before {
  background-color: #F7CBDB; }

.context-listening .single-assessment-step-rating .radio-row label::before,
.context-listening .single-assessment-step-rating .radio-row label::after {
  border-color: #c91b59; }

.context-listening .active > .assessment-step-cta .btn {
  background-color: #c91b59; }
  .context-listening .active > .assessment-step-cta .btn:hover {
    background-color: #c91b59;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.context-listening .step-start-btn, .context-listening .activity-btn {
  color: #fff;
  background-color: #C90F50; }

.context-speaking .assessment-step-cta .btn {
  background-color: #E5362A; }
  .context-speaking .assessment-step-cta .btn:hover {
    color: #3C3C3B;
    background-color: #ee4436;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); }

.context-speaking .assessment-step,
.context-speaking .assessment-step > * {
  border-color: #F9D4D6; }

.context-speaking .assessment-step-rating::before, .context-speaking .single-assessment-step-rating::before {
  background-color: #F9D4D6; }

.context-speaking .single-assessment-step-rating .radio-row label::before,
.context-speaking .single-assessment-step-rating .radio-row label::after {
  border-color: #ee4436; }

.context-speaking .active > .assessment-step-cta .btn {
  background-color: #ee4436; }
  .context-speaking .active > .assessment-step-cta .btn:hover {
    background-color: #ee4436;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.context-speaking .step-start-btn, .context-speaking .activity-btn {
  color: #fff;
  background-color: #E5362A; }

.context-problemsolving .assessment-step-cta .btn {
  background-color: #EC6E28; }
  .context-problemsolving .assessment-step-cta .btn:hover {
    color: #3C3C3B;
    background-color: #f27634;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); }

.context-problemsolving .assessment-step,
.context-problemsolving .assessment-step > * {
  border-color: #F8C3A4; }

.context-problemsolving .assessment-step-rating::before, .context-problemsolving .single-assessment-step-rating::before {
  background-color: #F8C3A4; }

.context-problemsolving .single-assessment-step-rating .radio-row label::before,
.context-problemsolving .single-assessment-step-rating .radio-row label::after {
  border-color: #f27634; }

.context-problemsolving .active > .assessment-step-cta .btn {
  background-color: #f27634; }
  .context-problemsolving .active > .assessment-step-cta .btn:hover {
    background-color: #f27634;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.context-problemsolving .step-start-btn, .context-problemsolving .activity-btn {
  color: #fff;
  background-color: #EC6E28; }

.context-creativity .assessment-step-cta .btn {
  background-color: #F7B232; }
  .context-creativity .assessment-step-cta .btn:hover {
    color: #3C3C3B;
    background-color: #f9b040;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); }

.context-creativity .assessment-step,
.context-creativity .assessment-step > * {
  border-color: #FDDFB2; }

.context-creativity .assessment-step-rating::before, .context-creativity .single-assessment-step-rating::before {
  background-color: #FDDFB2; }

.context-creativity .single-assessment-step-rating .radio-row label::before,
.context-creativity .single-assessment-step-rating .radio-row label::after {
  border-color: #f9b040; }

.context-creativity .active > .assessment-step-cta .btn {
  background-color: #f9b040; }
  .context-creativity .active > .assessment-step-cta .btn:hover {
    background-color: #f9b040;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.context-creativity .step-start-btn, .context-creativity .activity-btn {
  color: #fff;
  background-color: #F7B232; }

.context-adapting .assessment-step-cta .btn {
  background-color: #91C155; }
  .context-adapting .assessment-step-cta .btn:hover {
    color: #3C3C3B;
    background-color: #89c665;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); }

.context-adapting .assessment-step,
.context-adapting .assessment-step > * {
  border-color: #D1E3B8; }

.context-adapting .assessment-step-rating::before, .context-adapting .single-assessment-step-rating::before {
  background-color: #D1E3B8; }

.context-adapting .single-assessment-step-rating .radio-row label::before,
.context-adapting .single-assessment-step-rating .radio-row label::after {
  border-color: #89c665; }

.context-adapting .active > .assessment-step-cta .btn {
  background-color: #89c665; }
  .context-adapting .active > .assessment-step-cta .btn:hover {
    background-color: #89c665;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.context-adapting .step-start-btn, .context-adapting .activity-btn {
  color: #fff;
  background-color: #91C155; }

.context-planning .assessment-step-cta .btn {
  background-color: #35AA54; }
  .context-planning .assessment-step-cta .btn:hover {
    color: #3C3C3B;
    background-color: #35b463;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); }

.context-planning .assessment-step,
.context-planning .assessment-step > * {
  border-color: #CFE6DA; }

.context-planning .assessment-step-rating::before, .context-planning .single-assessment-step-rating::before {
  background-color: #CFE6DA; }

.context-planning .single-assessment-step-rating .radio-row label::before,
.context-planning .single-assessment-step-rating .radio-row label::after {
  border-color: #35b463; }

.context-planning .active > .assessment-step-cta .btn {
  background-color: #35b463; }
  .context-planning .active > .assessment-step-cta .btn:hover {
    background-color: #35b463;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.context-planning .step-start-btn, .context-planning .activity-btn {
  color: #fff;
  background-color: #35AA54; }

.context-leadership .assessment-step-cta .btn {
  background-color: #80C5D0; }
  .context-leadership .assessment-step-cta .btn:hover {
    color: #3C3C3B;
    background-color: #74c4cd;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); }

.context-leadership .assessment-step,
.context-leadership .assessment-step > * {
  border-color: #CBE6EA; }

.context-leadership .assessment-step-rating::before, .context-leadership .single-assessment-step-rating::before {
  background-color: #CBE6EA; }

.context-leadership .single-assessment-step-rating .radio-row label::before,
.context-leadership .single-assessment-step-rating .radio-row label::after {
  border-color: #74c4cd; }

.context-leadership .active > .assessment-step-cta .btn {
  background-color: #74c4cd; }
  .context-leadership .active > .assessment-step-cta .btn:hover {
    background-color: #74c4cd;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.context-leadership .step-start-btn, .context-leadership .activity-btn {
  color: #fff;
  background-color: #80C5D0; }

.context-teamwork .assessment-step-cta .btn {
  background-color: #12ADDB; }
  .context-teamwork .assessment-step-cta .btn:hover {
    color: #3C3C3B;
    background-color: #00b1db;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); }

.context-teamwork .assessment-step,
.context-teamwork .assessment-step > * {
  border-color: #CFEAF4; }

.context-teamwork .assessment-step-rating::before, .context-teamwork .single-assessment-step-rating::before {
  background-color: #CFEAF4; }

.context-teamwork .single-assessment-step-rating .radio-row label::before,
.context-teamwork .single-assessment-step-rating .radio-row label::after {
  border-color: #00b1db; }

.context-teamwork .active > .assessment-step-cta .btn {
  background-color: #00b1db; }
  .context-teamwork .active > .assessment-step-cta .btn:hover {
    background-color: #00b1db;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }

.context-teamwork:not(.overview-group--locked) .step-btn::after {
  background-color: #CFEAF4; }

.context-teamwork .step-start-btn, .context-teamwork .activity-btn {
  color: #fff;
  background-color: #12ADDB; }

.step-start-btn:hover {
  color: #3C3C3B !important; }

.overview-group-sum {
  text-align: center;
  display: block;
  border-radius: 8px;
  background-color: white;
  height: 20%;
  margin-bottom: 10px; }

.overview-group-score {
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  background-color: white; }

.grey-text {
  color: grey; }

.black-text {
  color: black; }

/* ==========================================================================
   SkillsBuilder Hub
   Styles for Welcome modal (baseline assessment)
   ========================================================================== */
.image-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 40px 0; }
  .image-list > li {
    flex: 1;
    margin: 0 15px;
    text-align: center; }
    .image-list > li img {
      display: block;
      width: 64px;
      height: 64px;
      margin: 0 auto 20px auto; }

.modal-header--bigcenter {
  padding-bottom: 0;
  text-align: center; }
  .modal-header--bigcenter .modal-title {
    font-size: 36px;
    color: #c91b59; }
  .modal-header--bigcenter .modal-header-icon {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 999px;
    display: inline-block;
    width: 120px;
    margin-bottom: 10px; }

.footer-button--centered {
  min-width: 180px;
  margin: 0 auto;
  margin-bottom: -15px;
  padding: 20px 25px;
  border-radius: 15px 15px 0 0; }
  .footer-button--centered .btn {
    white-space: nowrap; }

.modal-baselineassessment:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 20px;
  right: 20px;
  height: 60px;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%) no-repeat; }

.modal-baselineassessment .modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-color: #ebebeb; }
  .modal-baselineassessment .modal-header .close {
    order: 2; }

.modal-baselineassessment .modal-body {
  max-height: 500px;
  scrollbar-color: #c6c6c5 transparent;
  padding-top: 0;
  padding-bottom: 0; }
  .modal-baselineassessment .modal-body::-webkit-scrollbar {
    width: 12px; }
  .modal-baselineassessment .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 0px solid #fff;
    background-color: currentColor; }

.modal-header-icon {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 999px;
  width: 85px;
  height: auto;
  margin: -30px -30px 0 0; }

.modal-header--baselinemodal {
  border-color: #ebebeb; }
  .modal-header--baselinemodal .modal-title {
    margin-left: 55px;
    margin-right: 30px;
    text-align: left; }
  .modal-header--baselinemodal .modal-title {
    flex: 1;
    font-size: 20px; }
    @media (max-width: 991px) {
      .modal-header--baselinemodal .modal-title {
        font-size: 18px; } }
  .modal-header--baselinemodal .modal-subtitle {
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    color: #757575; }

.modal-baselineassessment-prompts {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  overflow-y: hidden;
  padding-top: 30px; }
  .modal-baselineassessment-prompts .prompt-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center; }
    .modal-baselineassessment-prompts .prompt-body > a {
      padding: 20px; }

.disabled-filter {
  filter: opacity(0.5);
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: grey; }
  .disabled-filter .icon-step-number {
    background: #777777;
    background-image: none; }
  .disabled-filter .footer-button--centered .btn {
    background: #777777;
    background-image: none; }

.helper-text-choose-skill {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-right: 7%; }

.baseline-nav {
  margin: -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row; }
  .baseline-nav > li {
    flex: 1; }
    .baseline-nav > li .btn:hover:not(.active) {
      background-color: #ffffff; }

.baseline-panel-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 15px 25px 15px;
  border: 0;
  border-radius: 15px 15px 0 0;
  background-color: transparent;
  text-align: center; }
  @media (max-width: 991px) {
    .baseline-panel-toggle {
      padding: 20px 10px; } }
  .baseline-panel-toggle .icon-complete {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 75px;
    margin-left: -20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition: all 0.3s ease; }
  .baseline-panel-toggle .icon-skill {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s ease; }
    @media (min-width: 1199px) {
      .baseline-panel-toggle .icon-skill {
        margin-left: 10px; } }
  .baseline-panel-toggle .icon-skill--grey {
    height: auto; }
  .baseline-panel-toggle.active > .icon-skill, .baseline-panel-toggle.complete > .icon-skill, .baseline-panel-toggle:hover:not(.active) > .icon-skill, .baseline-panel-toggle:focus > .icon-skill {
    height: auto; }
  .baseline-panel-toggle.active > .icon-skill--grey, .baseline-panel-toggle.complete > .icon-skill--grey, .baseline-panel-toggle:hover:not(.active) > .icon-skill--grey, .baseline-panel-toggle:focus > .icon-skill--grey {
    height: 0; }
  .baseline-panel-toggle:hover:not(.active), .baseline-panel-toggle:focus {
    outline: none; }
    .baseline-panel-toggle:hover:not(.active) > .icon-skill, .baseline-panel-toggle:focus > .icon-skill {
      transform: scale(1.1); }
  .baseline-panel-toggle.complete > .icon-complete {
    visibility: visible; }
  .baseline-panel-toggle.context-listening.active {
    background: #F7CBDB;
    transition: all 0.3s ease;
    padding-bottom: 35px;
    height: 100%; }
  .baseline-panel-toggle.context-speaking.active {
    background: #F9D4D6;
    transition: all 0.3s ease;
    padding-bottom: 35px;
    height: 100%; }
  .baseline-panel-toggle.context-problemsolving.active {
    background: #fbe1d8;
    transition: all 0.3s ease;
    padding-bottom: 35px;
    height: 100%; }
  .baseline-panel-toggle.context-creativity.active {
    background: #ffeedb;
    transition: all 0.3s ease;
    padding-bottom: 35px;
    height: 100%; }
  .baseline-panel-toggle.context-adapting.active {
    background: #e9f2e1;
    transition: all 0.3s ease;
    padding-bottom: 35px;
    height: 100%; }
  .baseline-panel-toggle.context-planning.active {
    background: #CFE6DA;
    transition: all 0.3s ease;
    padding-bottom: 35px;
    height: 100%; }
  .baseline-panel-toggle.context-leadership.active {
    background: #e1f1f4;
    transition: all 0.3s ease;
    padding-bottom: 35px;
    height: 100%; }
  .baseline-panel-toggle.context-teamwork.active {
    background: #CFEAF4;
    transition: all 0.3s ease;
    padding-bottom: 35px;
    height: 100%; }

.baseline-panel {
  display: none; }
  .baseline-panel.active {
    display: block;
    animation: fadeIn 0.3s ease-out; }
  .baseline-panel.complete {
    height: 357.5px; }
    .baseline-panel.complete .assessment-steps {
      display: none; }

#baseline-assessment-form {
  margin-right: -10px;
  margin-left: -10px; }

.baseline-assessment-listening {
  background: #f7cbdb;
  border-radius: 0 15px 15px 15px; }

.baseline-assessment-speaking {
  background: #f9d4d6;
  border-radius: 15px; }

.baseline-assessment-problemsolving {
  background: #fbe1d8;
  border-radius: 15px; }

.baseline-assessment-creativity {
  background: #ffeedb;
  border-radius: 15px; }

.baseline-assessment-adapting {
  background: #e9f2e1;
  border-radius: 15px; }

.baseline-assessment-planning {
  background: #cfe6da;
  border-radius: 15px; }

.baseline-assessment-leadership {
  background: #e1f1f4;
  border-radius: 15px; }

.baseline-assessment-teamwork {
  background: #cfeaf4;
  border-radius: 15px 0 15px 15px; }

.baseline-assessment-step {
  transition: border-color 0.3s; }
  .baseline-assessment-step:hover {
    border-color: currentColor; }
  .baseline-assessment-step .assessment-step-number {
    align-self: center;
    width: 80px;
    padding: 20px;
    border-width: 0 3px 0 0;
    text-align: center; }
  .baseline-assessment-step .assessment-step-desc {
    padding: 10px 20px;
    font-size: 18px; }
    @media (max-width: 1199px) {
      .baseline-assessment-step .assessment-step-desc {
        flex-basis: 70%; } }
  .baseline-assessment-step .assessment-heading {
    width: 160px;
    padding: 10px 20px;
    margin: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #333; }
    @media (max-width: 1199px) {
      .baseline-assessment-step .assessment-heading {
        flex-basis: 30%;
        align-self: stretch;
        width: auto;
        border-width: 1px 0 0 0; } }
  .baseline-assessment-step .assessment-step-rating {
    padding-top: 20px;
    border-width: 0 0 0 3px;
    width: 33%; }
    .baseline-assessment-step .assessment-step-rating label {
      height: auto; }
      .baseline-assessment-step .assessment-step-rating label::before, .baseline-assessment-step .assessment-step-rating label::after {
        transform: scale(1.03); }
    @media (max-width: 1199px) {
      .baseline-assessment-step .assessment-step-rating {
        border-width: 1px 0; } }

.baselineassessment-footerpanel {
  position: sticky;
  bottom: 0;
  z-index: 10;
  height: 120px;
  width: 650px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 25px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  transition: all 0.3s ease-out; }
  @media (max-width: 991px) {
    .baselineassessment-footerpanel {
      left: 20%;
      right: 20%; } }
  .baselineassessment-footerpanel .btn,
  .baselineassessment-footerpanel .btn:hover,
  .baselineassessment-footerpanel .btn:focus {
    white-space: nowrap;
    background: #ffffff;
    width: 167px;
    margin-top: 20px; }

.footerpanel-background-listening {
  background-color: #c90f50; }

.footerpanel-background-speaking {
  background-color: #e5362a; }

.footerpanel-background-problemsolving {
  background-color: #ec6e28; }

.footerpanel-background-creativity {
  background-color: #f7b232; }

.footerpanel-background-stayingpositive {
  background-color: #91c155; }

.footerpanel-background-aiminghigh {
  background-color: #35aa54; }

.footerpanel-background-leadership {
  background-color: #80c5d0; }

.footerpanel-background-teamwork {
  background-color: #12addb; }

#m_assessment_interrupt {
  z-index: 5100; }

.assessment-interrupt-header,
.add_group_interrupt-header {
  text-align: center;
  font-weight: bold; }

.assessment-interrupt-footer,
.add-group-interrupt-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.assessment-continue-listening {
  color: #c90f50;
  text-decoration: underline;
  font-weight: bold; }

.assessment-continue-listening:hover {
  color: #d1697f;
  text-decoration: none; }

.assessment-continue-speaking {
  color: #e5362a;
  text-decoration: underline;
  font-weight: bold; }

.assessment-continue-speaking:hover {
  color: #ec6e69;
  text-decoration: none; }

.assessment-continue-problemsolving {
  color: #ec6e28;
  text-decoration: underline;
  font-weight: bold; }

.assessment-continue-problemsolving:hover {
  color: #f39866;
  text-decoration: none; }

.assessment-continue-creativity {
  color: #f7b232;
  text-decoration: underline;
  font-weight: bold; }

.assessment-continue-creativity:hover {
  color: #f9c97a;
  text-decoration: none; }

.assessment-continue-stayingpositive {
  color: #91c155;
  text-decoration: underline;
  font-weight: bold; }

.assessment-continue-stayingpositive:hover {
  color: #b0d186;
  text-decoration: none; }

.assessment-continue-aiminghigh {
  color: #35aa54;
  text-decoration: underline;
  font-weight: bold; }

.assessment-continue-aiminghigh:hover {
  color: #6ab983;
  text-decoration: none; }

.assessment-continue-leadership {
  color: #80c5d0;
  text-decoration: underline;
  font-weight: bold; }

.assessment-continue-leadership:hover {
  color: #a5d6de;
  text-decoration: none; }

.assessment-continue-teamwork {
  color: #12addb;
  text-decoration: underline;
  font-weight: bold; }

.assessment-continue-teamwork:hover {
  color: #5ac1e2;
  text-decoration: none; }

.btn-interrupt {
  width: 205px; }

.btn-interrupt-listening {
  color: #fff;
  background-color: #c90f50;
  background-image: none;
  width: 50%;
  text-align: center; }

.btn-interrupt-listening:hover {
  background-color: #d1697f; }

.btn-interrupt-speaking {
  color: #fff;
  background-color: #e5362a;
  background-image: none;
  width: 50%;
  text-align: center; }

.btn-interrupt-speaking:hover {
  background-color: #ec6e69; }

.btn-interrupt-problemsolving {
  color: #fff;
  background-color: #ec6e28;
  background-image: none;
  width: 50%;
  text-align: center; }

.btn-interrupt-problemsolving:hover {
  background-color: #f39866; }

.btn-interrupt-creativity {
  color: #fff;
  background-color: #f7b232;
  background-image: none;
  width: 50%;
  text-align: center; }

.btn-interrupt-creativity:hover {
  background-color: #f9c97a; }

.btn-interrupt-stayingpositive {
  color: #fff;
  background-color: #91c155;
  background-image: none;
  width: 50%;
  text-align: center; }

.btn-interrupt-stayingpositive:hover {
  background-color: #b0d186; }

.btn-interrupt-aiminghigh {
  color: #fff;
  background-color: #35aa54;
  background-image: none;
  width: 50%;
  text-align: center; }

.btn-interrupt-aiminghigh:hover {
  background-color: #6ab983; }

.btn-interrupt-leadership {
  color: #fff;
  background-color: #80c5d0;
  background-image: none;
  width: 50%;
  text-align: center; }

.btn-interrupt-leadership:hover {
  background-color: #a5d6de; }

.btn-interrupt-teamwork {
  color: #fff;
  background-color: #12addb;
  background-image: none;
  width: 50%;
  text-align: center; }

.btn-interrupt-teamwork:hover {
  background-color: #5ac1e2; }

.step-panel-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 60px;
  margin-right: -10%;
  margin-left: -10%;
  margin-bottom: 40px; }
  .step-panel-container.col-listening {
    background-color: #f7cbdb;
    border-radius: 15px; }
  .step-panel-container.col-speaking {
    background-color: #f9d4d6;
    border-radius: 15px; }
  .step-panel-container.col-problemsolving {
    background-color: #fbe1d8;
    border-radius: 15px; }
  .step-panel-container.col-creativity {
    background-color: #ffeedb;
    border-radius: 15px; }
  .step-panel-container.col-adapting {
    background-color: #e9f2e1;
    border-radius: 15px; }
  .step-panel-container.col-planning {
    background-color: #cfe6da;
    border-radius: 15px; }
  .step-panel-container.col-leadership {
    background-color: #e1f1f4;
    border-radius: 15px; }
  .step-panel-container.col-teamwork {
    background-color: #cfeaf4;
    border-radius: 15px; }

.step-panel-container > div {
  flex: 1 1 50%; }

.step-panel-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px; }

.step-panel-container--centered {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-right: -10%;
  margin-left: -10%;
  margin-bottom: 40px; }
  .step-panel-container--centered.col-listening {
    background-color: #f7cbdb;
    border-radius: 15px; }
  .step-panel-container--centered.col-speaking {
    background-color: #f9d4d6;
    border-radius: 15px; }
  .step-panel-container--centered.col-problemsolving {
    background-color: #fbe1d8;
    border-radius: 15px; }
  .step-panel-container--centered.col-creativity {
    background-color: #ffeedb;
    border-radius: 15px; }
  .step-panel-container--centered.col-adapting {
    background-color: #e9f2e1;
    border-radius: 15px; }
  .step-panel-container--centered.col-planning {
    background-color: #cfe6da;
    border-radius: 15px; }
  .step-panel-container--centered.col-leadership {
    background-color: #e1f1f4;
    border-radius: 15px; }
  .step-panel-container--centered.col-teamwork {
    background-color: #cfeaf4;
    border-radius: 15px; }

.step-panel-container--centered > .step-description {
  text-align: center; }

.step-panel-title {
  font-weight: bold;
  font-size: 36px;
  color: #3c3c3b;
  padding-top: 10px; }

.step-subtitle {
  color: #3c3c3b;
  font-size: 28px; }

.step-panel-subheader {
  display: flex;
  flex-direction: row;
  align-items: flex-end; }

.step-panel-subheader > .step-subtitle {
  padding-right: 20px; }

.step-description {
  font-size: 34px;
  color: #383737;
  padding: 15px 0px;
  margin-bottom: 25px; }

.step-a-tag {
  text-decoration: underline; }

.step-embed-link {
  display: flex;
  justify-content: flex-end; }

.single-assessment-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

.btn-square {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease-out; }

.btn-square:hover,
.btn-square:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.btn-square-text {
  color: #383737;
  font-weight: bold;
  font-size: 20px; }

.disabled {
  color: rgba(255, 255, 255, 0.3); }

.btn-square:hover {
  background: #fff;
  transform: scale(1.1); }

.disabled {
  color: #ddd !important;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.disabled:hover {
  transform: none; }

.floating-assessment {
  display: flex;
  justify-content: center;
  margin-top: -110px;
  margin-bottom: 40px; }

.contained-assessment {
  width: 85%; }

.single-assessment-step-rating {
  background: #fff;
  border-radius: 15px;
  width: 550px;
  height: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 10; }

@media (max-width: 1199px) {
  .single-assessment-step-rating {
    flex-basis: 100%;
    max-width: none;
    border-width: 1px 0; }
  .single-assessment-step-rating .radio-row {
    width: 75%;
    margin-left: 12%; }
  .single-assessment-step-rating .radio-row::before {
    left: 55px;
    right: 55px; } }

.single-assessment-step-rating .rating-desc {
  display: none;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  color: #757575; }

.single-assessment-step-rating .rating-desc.active {
  display: block; }

.single-assessment-step-rating .assessment-heading {
  display: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #333; }

.singel-assessment-step-rating label {
  height: 0;
  overflow: hidden; }

.single-assessment-step-rating .radio-row::before {
  left: 55px;
  right: 55px; }

@media (max-width: 1199px) {
  .single-assessment-step-rating .radio-row::before {
    left: 40px;
    right: 40px; } }

.single-assessment-step-rating .radio-row label::before,
.single-assessment-step-rating .radio-row label::after {
  transform: scale(1.4); }

.single-assessment-step-rating::before {
  content: "";
  position: absolute;
  border-radius: 15px 0 0 15px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #cfeaf4;
  transition: width 0.3s ease-out; }

.single-assessment-step-rating.mastery-0::before {
  width: 0%; }

.single-assessment-step-rating.mastery-25::before {
  width: 33%; }

.single-assessment-step-rating.mastery-50::before {
  width: 50%; }

.single-assessment-step-rating.mastery-75::before {
  width: 67%; }

.single-assessment-step-rating.mastery-100::before {
  border-radius: 15px;
  width: 100%; }

.single-assessment-heading {
  color: #383737;
  font-weight: bold;
  font-size: 20px;
  z-index: 20; }

.build-step-panel {
  padding: 30px 30px 65px 30px !important; }

.reinforce-step-panel,
.build-step-panel {
  margin-bottom: 40px;
  padding: 30px; }
  .reinforce-step-panel.col-listening,
  .build-step-panel.col-listening {
    background-color: #f7cbdb;
    border-radius: 15px; }
  .reinforce-step-panel.col-speaking,
  .build-step-panel.col-speaking {
    background-color: #f9d4d6;
    border-radius: 15px; }
  .reinforce-step-panel.col-problemsolving,
  .build-step-panel.col-problemsolving {
    background-color: #fbe1d8;
    border-radius: 15px; }
  .reinforce-step-panel.col-creativity,
  .build-step-panel.col-creativity {
    background-color: #ffeedb;
    border-radius: 15px; }
  .reinforce-step-panel.col-adapting,
  .build-step-panel.col-adapting {
    background-color: #e9f2e1;
    border-radius: 15px; }
  .reinforce-step-panel.col-planning,
  .build-step-panel.col-planning {
    background-color: #cfe6da;
    border-radius: 15px; }
  .reinforce-step-panel.col-leadership,
  .build-step-panel.col-leadership {
    background-color: #e1f1f4;
    border-radius: 15px; }
  .reinforce-step-panel.col-teamwork,
  .build-step-panel.col-teamwork {
    background-color: #cfeaf4;
    border-radius: 15px; }

.reinforce-step-header,
.build-step-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 20px;
  color: #3c3c3b; }

.reinforce-step-header-text,
.build-step-header-text {
  display: flex;
  flex-direction: column; }

.reinforce-step-title {
  font-weight: bold;
  font-size: 28px; }

.reinforce-resource-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center; }

.reinforce-resource-container > .reinforce-resource-item {
  height: 100%; }

.reinforce-resource-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 15px;
  margin: 15px 5px;
  max-width: 27%;
  min-width: 17%;
  height: 215px; }
  .reinforce-resource-item > .media-img > .media-img-container {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
    .reinforce-resource-item > .media-img > .media-img-container > a > .thumbnail {
      border-radius: 15px 15px 0 0;
      width: 100%; }
  .reinforce-resource-item > .reinforce-resource-item-footer {
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 10px 10px 15px;
    border-radius: 0 0 15px 15px;
    color: #383737;
    display: flex;
    align-items: center;
    min-height: 55px;
    width: 100%; }

.reinforce-resource-item:first-child:nth-last-child(n + 6),
.reinforce-resource-item:first-child:nth-last-child(n + 6) ~ .reinforce-resource-item {
  min-width: 25%; }

.reinforce-resource-item:first-child:nth-last-child(n + 7),
.reinforce-resource-item:first-child:nth-last-child(n + 7) ~ .reinforce-resource-item {
  min-width: 24%; }

.reinforce-resource-item:first-child:nth-last-child(n + 9),
.reinforce-resource-item:first-child:nth-last-child(n + 9) ~ .reinforce-resource-item {
  min-width: 19%; }

.reinforce-resource-item > .media-img,
.impact-resource-item > .media-img {
  margin: 0px; }

.thumbnail-auto {
  height: auto; }

.build-resource-container {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.build-resource-container > .build-resource-item {
  flex: 1 1 33%;
  min-width: 200px; }

.build-resource-img .media-img {
  margin-right: 0; }
  .build-resource-img .media-img .media-img-container {
    border-radius: 15px 15px 0 0; }

.build-resource-img-1,
.build-resource-img-2 {
  padding-top: 30px;
  margin-left: 40px; }

.build-resource-img-3 {
  padding-top: 30px;
  margin-bottom: -10px;
  margin-left: 40px; }

.build-resource-title-container {
  display: flex;
  flex-direction: row;
  align-items: center; }

.resource-thumbnail {
  flex: 1 1 50%;
  width: 100%;
  border-radius: 0; }

.impact-panel {
  height: auto;
  margin-bottom: 40px;
  padding: 30px; }
  .impact-panel.col-listening {
    background-color: #f7cbdb;
    border-radius: 15px; }
  .impact-panel.col-speaking {
    background-color: #f9d4d6;
    border-radius: 15px; }
  .impact-panel.col-problemsolving {
    background-color: #fbe1d8;
    border-radius: 15px; }
  .impact-panel.col-creativity {
    background-color: #ffeedb;
    border-radius: 15px; }
  .impact-panel.col-adapting {
    background-color: #e9f2e1;
    border-radius: 15px; }
  .impact-panel.col-planning {
    background-color: #cfe6da;
    border-radius: 15px; }
  .impact-panel.col-leadership {
    background-color: #e1f1f4;
    border-radius: 15px; }
  .impact-panel.col-teamwork {
    background-color: #cfeaf4;
    border-radius: 15px; }

.panel-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 95px;
  margin: -30px;
  padding: 30px;
  font-size: 28px; }

.impact-panel-container {
  display: flex;
  flex-direction: column; }

.impact-panel-container > .sub-panel {
  flex: 1;
  width: 100%; }

.sub-panel {
  padding-left: 20px;
  margin-bottom: 35px; }

.sub-panel-header {
  display: flex;
  flex-direction: column;
  color: #3c3c3b;
  margin-bottom: 20px; }

.sub-panel-title {
  font-size: 28px;
  font-weight: bold; }

.sub-panel-text > a {
  padding-left: 20px; }

.impact-resource-container {
  display: flex;
  flex-direction: row; }

.resource-container {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: flex-start;
  margin-left: -30px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.resource-container::-webkit-scrollbar {
  display: none; }

.resource-container .impact-resource-item-container {
  display: flex;
  flex: 1 1 30%;
  height: 100%;
  padding: 25px 15px; }

.resource-container .impact-resource-item {
  width: 100%;
  height: 100%; }

.impact-resource-item,
.build-resource-item {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  min-width: 300px;
  max-width: 310px; }

.resource-item-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  white-space: nowrap;
  align-items: center;
  height: 40px;
  width: 100%;
  margin: 0px !important;
  font-size: 16px;
  padding: 15px !important; }

.resource-item-header > .resource-item-title {
  padding-left: 10px; }

.resource-item-body {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  padding: 15px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  color: #3c3c3b; }
  .resource-item-body .media-img {
    margin: -15px; }
    .resource-item-body .media-img .media-img-container {
      border-radius: 15px 15px 0 0; }

.resource-item-title {
  font-size: 20px;
  padding-top: 15px;
  font-weight: bold; }

.resource-item-details {
  font-style: italic;
  font-size: 16px;
  color: #808080; }

.resource-item-text {
  padding-bottom: 15px; }

.impact-resource-item > .media-img > .media-img-container {
  border-radius: 0; }

.impact-resource-item:hover,
.resource-item-body:hover,
.reinforce-resource-item:hover {
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.2);
  transform: translate(0px, -2px); }

.impact-resource-item > .resource-item-body {
  height: 100%;
  box-shadow: none; }
  .impact-resource-item > .resource-item-body > .resource-item-title {
    padding: 0; }

.build-resource-item .resource-item-body {
  border-radius: 15px !important; }

.resource-item-body-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 15px; }

.activity-btn,
.get-premium-btn {
  width: 160px;
  margin-top: auto;
  text-align: center; }

.get-premium-btn {
  background: #808080;
  color: #ffffff !important; }

.scroll-btn {
  height: auto;
  width: 80px;
  position: sticky;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px 0 0 15px;
  z-index: 400;
  margin-right: -30px; }

.scroll-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 401;
  transform: scale(1.05); }

.step-footer {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.step-footer-text {
  display: flex;
  flex-direction: column;
  padding: 10px; }

.step-footer-title {
  font-weight: bold;
  font-size: 36px;
  text-align: center; }

.step-footer > .baseline-nav > li > .active {
  background: #fff; }

.filter-listening {
  filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(3655%) hue-rotate(327deg) brightness(78%) contrast(104%); }

.filter-speaking {
  filter: brightness(0) saturate(100%) invert(56%) sepia(86%) saturate(5558%) hue-rotate(339deg) brightness(86%) contrast(109%); }

.filter-problemsolving {
  filter: brightness(0) saturate(100%) invert(74%) sepia(59%) saturate(7100%) hue-rotate(349deg) brightness(101%) contrast(85%); }

.filter-creativity {
  filter: brightness(0) saturate(100%) invert(75%) sepia(53%) saturate(1015%) hue-rotate(335deg) brightness(105%) contrast(94%); }

.filter-stayingpositive {
  filter: brightness(0) saturate(100%) invert(95%) sepia(97%) saturate(725%) hue-rotate(26deg) brightness(86%) contrast(71%); }

.filter-aiminghigh {
  filter: brightness(0) saturate(100%) invert(57%) sepia(23%) saturate(1185%) hue-rotate(83deg) brightness(92%) contrast(92%); }

.filter-leadership {
  filter: brightness(0) saturate(100%) invert(74%) sepia(35%) saturate(391%) hue-rotate(140deg) brightness(98%) contrast(78%); }

.filter-teamwork {
  filter: brightness(0) saturate(100%) invert(60%) sepia(46%) saturate(905%) hue-rotate(155deg) brightness(86%) contrast(100%); }

.landing-page-container {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.landing-page-banner img {
  width: 100%; }

.landing-page-spacer {
  width: 100%;
  height: 30px; }

.landing-page-divider {
  width: 100%;
  height: 30px; }

.landing-page-divider > hr {
  border: 1px solid #c6c6c5; }

.centre-header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  text-align: center; }

.centre-header-img {
  width: 60%;
  height: auto; }

.caption-title {
  font-family: "NimbusBecker";
  font-size: 40px;
  font-weight: bold; }

.caption-text-container {
  display: block;
  max-width: 535px;
  height: auto; }

.landing-page-btn {
  font-size: 25px;
  min-width: 140px;
  display: flex;
  align-self: center;
  align-items: center;
  border-radius: 999px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.landing-page-btn:hover,
.image-caption-container-center > .btn:hover,
.image-caption-container-left > .btn:hover,
.image-caption-container-right > .btn:hover,
.image-caption-container > .btn:hover {
  background-image: none;
  transform: scale(1.2);
  filter: opacity(0.6); }

.image-tile-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  max-width: 360px;
  margin: 30px 15px;
  text-align: center; }

.image-tile-img-container {
  width: 100%;
  height: auto; }

.image-caption-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .image-caption-container-center .btn .icon,
  .image-caption-container-center .btn .landing-page-btn {
    margin-right: -5px; }
  .image-caption-container-center .caption-title {
    font-family: "NimbusBecker";
    font-size: 30px; }

.image-tile-img {
  max-width: 360px;
  height: auto; }

.image-tile-left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  margin: 30px 15px; }

.image-caption-container-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 50%;
  text-align: end; }
  .image-caption-container-left .caption-title {
    font-family: "NimbusBecker";
    font-size: 30px; }

.image-tile-right {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 30px 15px; }

.image-caption-container-right {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  align-items: flex-start; }
  .image-caption-container-right .caption-title {
    font-family: "NimbusBecker";
    font-size: 30px; }

.image-tile-left > .image-tile-img-container,
.image-tile-right > .image-tile-img-container {
  width: 50%;
  height: auto;
  margin-left: 30px;
  margin-right: 30px; }

.image-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  max-width: 765px;
  width: auto;
  margin: 30px 15px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

.image-card-img-container {
  width: 100%;
  height: 242px;
  border-radius: 15px 15px 0 0;
  background-size: cover;
  background-position: center; }

.image-caption-container {
  padding: 40px; }

.two-column-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    .two-column-container {
      flex-direction: row; } }

.two-column-container > .block-card > .image-card-container {
  max-width: 465px;
  width: auto; }

@media (min-width: 992px) {
  .two-column-container > .block-image > .image-tile-left > .image-caption-container-left {
    padding-right: 20px; }
  .two-column-container > .block-image > .image-tile-right > .image-caption-container-right {
    padding-left: 20px; } }

.three-column-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    .three-column-container {
      flex-direction: row; } }

.three-column-container > .block-card > .image-card-container {
  max-width: 361px;
  width: auto; }

.three-column-container > .block-image > .image-tile-left,
.three-column-container > .block-image > .image-tile-right {
  flex-direction: column; }

.three-column-container > .block-image > .image-tile-left > .image-caption-container-left,
.three-column-container > .block-image > .image-tile-right > .image-caption-container-right {
  margin-top: 30px; }

.three-column-container > .block-image > .image-tile-left > .image-tile-img-container-left,
.three-column-container > .block-image > .image-tile-right > .image-tile-img-container-right {
  width: 405px;
  height: 185px;
  background-size: cover;
  background-position: center; }

.media-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  max-width: 765px;
  width: auto; }

.media-caption-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.media-container-left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 30px 60px;
  margin: 30px 15px; }

.media-caption-container-left {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-right: 45px;
  justify-content: center;
  align-items: flex-end; }

.media-container-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 60px;
  margin: 30px 15px; }

.media-caption-container-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-left: 45px;
  justify-content: center;
  align-items: flex-start; }

.background-col-white {
  background-color: #ffffff; }

.background-col-listening {
  background-color: #c90f50; }

.background-col-speaking {
  background-color: #e5362a; }

.background-col-problemsolving {
  background-color: #ec6e28; }

.background-col-creativity {
  background-color: #f7b232; }

.background-col-stayingpositive {
  background-color: #91c155; }

.background-col-aiminghigh {
  background-color: #35aa54; }

.background-col-leadership {
  background-color: #80c5d0; }

.background-col-teamwork {
  background-color: #12addb; }

.background-col-listening-soft {
  background-color: #f7cbdb; }

.background-col-speaking-soft {
  background-color: #f9d4d6; }

.background-col-problemsolving-soft {
  background-color: #fbe1d8; }

.background-col-creativity-soft {
  background-color: #ffeedb; }

.background-col-stayingpositive-soft {
  background-color: #e9f2e1; }

.background-col-aiminghigh-soft {
  background-color: #cfe6da; }

.background-col-leadership-soft {
  background-color: #e1f1f4; }

.background-col-teamwork-soft {
  background-color: #cfeaf4; }

.background-col-pink-red {
  background: linear-gradient(99.05deg, #c90f50 0%, #e5362a 100%); }

.background-col-orange-yellow {
  background: linear-gradient(99.05deg, #ec6e28 0%, #f7b232 100%); }

.background-col-green-gradient {
  background: linear-gradient(99.05deg, #35aa54 0%, #91c155 100%); }

.background-col-blue-gradient {
  background: linear-gradient(99.05deg, #12addb 0%, #80c5d0 100%); }

.background-col-pink-blue {
  background: linear-gradient(99.05deg, #c90f50 0%, #12addb 100%); }

.text-col-black {
  color: #3c3c3b; }

.text-col-dark-grey {
  color: #868686; }

.text-col-light-grey {
  color: #c6c6c5; }

.text-col-white {
  color: #ffffff; }

/* ==========================================================================
   SkillsBuilder Hub
   Browse styles - resource listings & search results
   ========================================================================== */
.pagination {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) !important;
  border-radius: 15px;
  border-width: 0px !important; }
  .pagination a {
    border: none !important; }
  .pagination .active a {
    background-color: #868686 !important; }

.facet-item {
  color: #3C3C3B !important; }

.browse-pagetitle {
  margin: 0 -50vw 15px -50vw;
  text-align: center;
  background-color: #e0f0f3;
  padding: 2%;
  border-bottom: 5px solid #cae5e9;
  width: 100vw;
  z-index: 200;
  position: relative;
  left: 50%;
  right: 50%; }
  .browse-pagetitle h1 {
    margin: .4em 0 0.4em 0; }
  .browse-pagetitle form {
    position: relative;
    display: inline-block; }
  .browse-pagetitle #searchField {
    width: 100%;
    max-width: 400px;
    margin: 0 0 0 -2em;
    border-radius: 25px;
    padding: 0.5em 2.5em 0.5em 1em; }
  .browse-pagetitle .btn-search {
    position: absolute;
    top: 50%;
    right: -.4em;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer; }
  .browse-pagetitle .btn-search svg {
    width: 1em;
    height: 1em;
    fill: #333; }
  .browse-pagetitle .search-form-container form {
    width: 325px; }

.popular-tags-container {
  margin: 15px auto;
  font-size: 14px;
  display: flex;
  overflow: unset;
  width: max-content;
  min-width: 650px; }
  .popular-tags-container .popular-tags-title {
    font-size: 16px;
    margin: auto 0; }
  .popular-tags-container .popular-tags-item {
    height: 35px;
    background: black;
    display: flex;
    margin-left: 10px;
    padding: 0 1%;
    white-space: nowrap; }
    .popular-tags-container .popular-tags-item a {
      color: white;
      margin: auto; }

@media screen and (max-width: 600px) {
  .popular-tags-container {
    width: 100%;
    overflow: auto;
    min-width: unset; } }

.col-resources,
.col-secondary {
  position: relative; }
  .col-resources .overlay,
  .col-secondary .overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6); }

.col-primary > *:first-child {
  margin-top: 0; }

.step-intro h2 {
  margin-bottom: 0; }

.step-intro .step-subtitle {
  margin: 0;
  color: #767676; }

.step-intro .step-subheading {
  margin: 1em 0 .5em 0;
  font-size: 18px;
  color: #767676; }
  @media (max-width: 991px) {
    .step-intro .step-subheading {
      font-size: 16px; } }

.step-intro p {
  margin: .5em 0;
  font-size: 16px; }
  @media (max-width: 991px) {
    .step-intro p {
      font-size: 14px; } }

.step-intro .btn {
  margin: 1em 0; }

.facets-title {
  margin: 15px 0;
  padding: 5px 15px;
  border-radius: 30px;
  background-color: #ebebeb;
  font-size: 14px;
  text-transform: uppercase; }

.facet-group-title {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: bold; }
  @media (max-width: 991px) {
    .facet-group-title {
      font-size: 14px; } }
  .facet-group-title .caret {
    transform: rotate(0); }
  .facet-group-title .collapsed .caret {
    transform: rotate(-90deg); }

.facet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px; }
  @media (max-width: 991px) {
    .facet-list {
      font-size: 14px; } }

.facet-group {
  margin-bottom: 15px; }

.facet {
  margin: 0; }
  .facet a {
    display: block;
    padding: 4px 15px;
    color: #333; }
    .facet a:hover, .facet a:focus {
      background-color: #ECECEC;
      border-radius: 999px;
      color: #d1697f; }

.facet-count {
  color: #757575; }

.facet-more .btn-link {
  padding: 4px 0;
  color: #757575;
  font-size: 15px; }
  @media (max-width: 991px) {
    .facet-more .btn-link {
      font-size: 13px; } }
  .facet-more .btn-link:hover, .facet-more .btn-link:focus {
    color: #d1697f; }

.facets-selected {
  margin-bottom: 15px;
  text-align: center; }
  .facets-selected .facet {
    display: inline-block;
    margin: 0 5px 5px 0; }
  .facets-selected .btn {
    font-weight: normal;
    border-width: 1px; }

.filter-section {
  margin-bottom: 20px; }

.filter-dropdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .filter-dropdowns .dropdown {
    flex: 1;
    min-width: 250px;
    position: relative;
    border: 1px solid deepskyblue;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.filter-btns-and-selected {
  margin: 20px 0; }
  .filter-btns-and-selected .filter-btns {
    width: 20%;
    margin: 0 auto;
    display: flex; }
    .filter-btns-and-selected .filter-btns .btn {
      margin: auto; }

.btn-dropdown {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  display: inline-block;
  margin-left: 10px;
  transition: border-top-color 0.3s; }

.btn-dropdown[aria-expanded="true"] .dropdown-arrow {
  border-top-color: #007bff;
  color: white; }

.dropdown-menu {
  width: 100%;
  padding: 0;
  max-height: 300px;
  overflow-y: auto; }

.dropdown-item {
  display: flex;
  align-items: center; }

.dropdown-item input[type="checkbox"] {
  margin-right: 8px;
  background-color: #007bff; }

.dropdown-item.active {
  background-color: #007bff;
  color: white; }

/* ==========================================================================
   SkillsBuilder Hub
   Resource page
   ========================================================================== */
.col-primary,
.col-secondary {
  padding-bottom: 30px; }

.resource-pagetitle {
  margin-bottom: 30px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 3em 0 1em 0; }
  .resource-pagetitle h1 {
    flex: 1;
    margin: 0; }
  .resource-pagetitle .list-skills {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none; }
    .resource-pagetitle .list-skills > li {
      margin-left: 10px; }
      .resource-pagetitle .list-skills > li .icon-skill {
        width: 100%;
        min-width: 70px;
        height: auto; }

.resource-img-container {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 477px; }
  .resource-img-container img {
    width: 100%;
    height: auto; }
  .resource-img-container .icon-container-circle {
    position: absolute;
    top: 50%;
    left: 50%; }
    .resource-img-container .icon-container-circle:hover, .resource-img-container .icon-container-circle:focus {
      background-color: #fff; }
  .resource-img-container .icon-container-circle-md {
    margin: -30px -30px; }
  .resource-img-container .btn-download {
    margin-left: -90px; }
  .resource-img-container iframe {
    width: 100%;
    height: 100%; }

.resource-properties {
  font-size: 16px; }
  @media (max-width: 991px) {
    .resource-properties {
      font-size: 14px; } }
  .resource-properties .lozenge {
    display: block;
    background-color: #ebebeb;
    font-size: 16px;
    color: #333; }
    @media (max-width: 991px) {
      .resource-properties .lozenge {
        font-size: 14px; } }

.resource-actions {
  margin: 1em 0; }
  .resource-actions .btn {
    margin: 10px 0;
    text-align: left;
    font-weight: normal; }

.resource-recommendations {
  padding: 15px;
  margin: 0 0 1em 0;
  background-color: #f3f3f3; }
  .resource-recommendations h2 {
    margin: .5em 0 0 0; }
  .resource-recommendations .col-primary,
  .resource-recommendations .col-secondary {
    padding-bottom: 0; }
  .resource-recommendations .recommendations-title {
    font-weight: normal; }
  .resource-recommendations .media-title {
    margin: 0.4em 0 0 0;
    font-size: 21px; }
    @media (max-width: 991px) {
      .resource-recommendations .media-title {
        font-size: 18px; } }
  .resource-recommendations .media-subtitle {
    margin: 0;
    font-size: 16px; }
    @media (max-width: 991px) {
      .resource-recommendations .media-subtitle {
        font-size: 14px; } }

.resource-metadata {
  padding: 10px 15px;
  margin: 0 0 1em 0;
  background-color: #ebebeb;
  font-size: 16px;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .resource-metadata {
      font-size: 14px; } }
  .resource-metadata dt, .resource-metadata dd {
    float: none;
    display: inline-block;
    margin: 0; }
  .resource-metadata dt:not(:first-child) {
    margin-left: 15px; }
  .resource-metadata dd + dd:before {
    content: '\2022';
    margin: 0 5px 0 1px;
    color: #333; }

.resource-overlay-container {
  position: relative; }
  .resource-overlay-container .resource-overlay, .resource-overlay-container .resource-overlay-premium, .resource-overlay-container .resource-overlay-premium {
    cursor: pointer; }

.resource-overlay, .resource-overlay-premium {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 10px, rgba(222, 222, 222, 0.5) 10px, rgba(222, 222, 222, 0.5) 12px);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .resource-overlay:after, .resource-overlay-premium:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%) no-repeat;
    border-radius: 15px; }

.resource-overlay-premium {
  background: rgba(255, 255, 255, 0.5) no-repeat;
  background-size: cover; }

.resource-rating {
  float: right;
  text-align: center;
  padding: 10px 0 0; }
  .resource-rating .btn + .btn {
    margin-left: 0; }
  .resource-rating p {
    margin: 5px 0 0;
    font-size: 16px; }

.carousel {
  margin: 0;
  padding: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .carousel li {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: opacity 1s; }
    .carousel li.active {
      opacity: 1;
      transition: opacity 1s; }

.select-group-container {
  background-color: white;
  border-radius: 15px;
  width: 40%;
  padding: 30px;
  z-index: 110; }
  .select-group-container .btn,
  .select-group-container .btn:hover {
    color: white;
    font-weight: normal; }

.premium-banner-overlay {
  background-color: white;
  row-gap: 30px;
  box-sizing: border-box;
  display: grid;
  align-content: space-between;
  padding: 5% 20%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

/* ==========================================================================
   SkillsBuilder Hub
   Training & Support styles
   ========================================================================== */
.tint-box {
  padding: 15px 30px;
  margin-bottom: 15px;
  background-color: #ebebeb;
  border-radius: 15px; }
  .tint-box > *:first-child {
    margin-top: 0; }
  .tint-box .tint-box {
    background-color: #bababa; }

.training--header {
  width: 100%;
  height: 185px; }

.container.header {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  box-shadow: none; }

.header--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header--wrapper > h1 {
    color: white; }

.tab--wrapper {
  margin-top: auto; }

button.tab {
  width: 285px;
  text-align: center;
  padding: 1rem 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid white;
  border-bottom: none;
  color: #fff;
  background: transparent; }
  button.tab.active {
    background-color: #fff;
    color: #333; }

.grid_find-module {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 4rem; }

.training--box {
  display: flex;
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .training--box > span {
    font-weight: 600;
    font-size: 3rem;
    padding-bottom: 1rem; }

.flex {
  display: flex; }

.flex-vertical-align {
  align-items: center;
  justify-content: space-around; }

.flex-col {
  flex-direction: column; }

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

.justify-center {
  justify-content: center; }

.flex-center {
  align-items: center;
  justify-content: center; }

.bg-white {
  background-color: #fff; }

.bg-leaf-10 {
  background-color: #E9F2E1; }

.bg-leaf-20 {
  background-color: #D1E3B8; }

.bg-gradient {
  background: linear-gradient(to right, #35AA54, #91C155); }

.rounded-full {
  border-radius: 99rem; }

.rounded-15 {
  border-radius: 15px; }

.overflow-hidden {
  overflow: hidden; }

.block {
  display: block; }

.mr-auto {
  margin-right: auto; }

.grid {
  display: grid; }

.grid-col-1 {
  grid-column: span 1; }

.grid-col-2 {
  grid-column: span 2; }

.p-0 {
  padding: 0; }

.m-2 {
  margin: 1%; }

.w-33 {
  width: 33%; }

.w-100 {
  width: 100%; }

input {
  border: 1px solid #bababa;
  padding: .5rem 1.75rem;
  outline: none;
  margin-right: 1rem; }

button.btn-gradient {
  min-width: fit-content;
  background: linear-gradient(to right, #35AA54, #91C155);
  color: white;
  padding: .5rem 2rem;
  margin: 1rem 0;
  box-shadow: none;
  transition: all 200ms ease; }
  button.btn-gradient svg {
    width: 1.2rem;
    height: 1.2rem; }
  button.btn-gradient:hover {
    box-shadow: 0 0 15px 0 rgba(138, 191, 85, 0.5); }

.title--heading {
  font-weight: 600;
  font-size: 3rem;
  margin: 1rem 0;
  display: block; }

.title--module {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem; }

.module--description {
  display: block;
  font-size: 1.5rem;
  margin: 1rem 0; }

.inline-icon, .module--time {
  display: flex;
  align-items: center; }
  .inline-icon svg, .module--time svg {
    margin-right: .5rem; }

.modules--category {
  width: 100%; }
  .modules--category .content {
    width: 65%;
    padding-right: 2rem; }

.training--box .img--cover {
  max-width: 25%;
  min-width: 200px;
  min-height: 200px;
  width: 25%;
  margin-right: 2rem;
  overflow: hidden;
  background-size: cover;
  align-self: stretch; }

.modules--section {
  width: 100%; }
  .modules--section .content {
    width: 65%;
    padding-right: 2rem; }

.modules--module {
  width: 100%; }
  .modules--module .content {
    justify-content: space-between;
    width: 100%;
    padding-right: 2rem; }
    .modules--module .content .module-content--wrapper {
      width: 100%;
      padding-right: 2rem; }

.category--content, .section--content {
  padding: 0 3rem; }
  .category--content .training--box, .section--content .training--box {
    margin: 3rem 0; }

/* ==========================================================================
   SkillsBuilder Hub
   Modals
   ========================================================================== */
.modal-fluid {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 30px;
  padding-right: 30px; }

.modal-header {
  border-bottom: 2px solid #c91b59; }

.modal-footer {
  border-top: 2px solid #c91b59; }

.modal-header--noborder,
.modal-footer--noborder {
  border: 0; }

.modal-title {
  font-size: 24px;
  text-align: center; }
  @media (max-width: 991px) {
    .modal-title {
      font-size: 20px; } }

.modal-body > *:first-child {
  margin-top: 0; }

.modal-loading {
  padding: 100px; }

.footer-buttons {
  display: flex;
  z-index: 10;
  flex-direction: row; }
  .footer-buttons .btn-left {
    margin-right: auto; }
  .footer-buttons .btn + .btn {
    margin-left: 15px; }

.promo {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .promo .modal-dialog {
    top: 60px; }
  .promo .modal-content {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-width: 2px;
    text-align: center; }

.modal-signup-flow {
  width: 80%;
  margin: auto; }

.button-row {
  display: flex;
  flex-direction: row; }
  .button-row .btn {
    flex: 1;
    margin: 15px; }

.signup-flow-img-container {
  width: 70%;
  height: 100px;
  align-items: center;
  display: flex;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%; }
  .signup-flow-img-container .img-banner {
    width: 100%; }
  .signup-flow-img-container .img-small {
    margin: auto;
    width: 55%; }

.signup-flow-font-small {
  font-size: 14px; }

.blue-link {
  color: #4ed0fc; }

.blue-link:hover {
  color: #3994b2; }

.button-submit {
  background-color: #404040;
  color: white;
  width: 100%;
  border-radius: 0%; }

.modal-login img {
  width: 55%;
  margin: auto; }

.modal-login a {
  color: #4ed0fc; }

.modal-login .create-account {
  margin-top: .5em; }
  .modal-login .create-account a {
    border-bottom: 2px solid #00b1db;
    color: initial; }

.login-form-fields .form__row {
  margin: 0; }

.login-form-fields .form__row--password {
  margin-top: 15px; }

.button-login {
  background-color: #404040;
  color: white;
  width: 100%;
  height: 45px;
  border-radius: 0%; }

.login-sso-container {
  display: flex; }

.btn-sso {
  align-items: center;
  color: black !important;
  width: 45%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .btn-sso div {
    margin: auto; }
    .btn-sso div img {
      width: 35%; }

.btn-sso-img {
  width: 50px;
  height: 50px;
  margin: 0; }

.btn-sso-login {
  width: 40%;
  background-color: white;
  color: black !important; }

.login-or-separator-container {
  display: flex; }
  .login-or-separator-container .login-or-separator-line {
    width: 35%;
    margin: auto;
    border-width: 3px;
    border-color: #dfe8e7; }
  .login-or-separator-container .login-or-separator-text {
    width: 10%;
    color: #bcc6c7;
    text-align: center;
    font-weight: 900; }

.about-you-img {
  width: 25%;
  margin: 0 auto; }

.about-you-title {
  font-size: 1.5em; }

.signup-title {
  font-size: 1.25em;
  padding-bottom: 10px; }

.font-size-title {
  font-size: 1.25em; }

.policy {
  margin-top: 2em; }
  .policy a {
    color: #4ed0fc; }

.signup-progress-container {
  text-align: center; }
  .signup-progress-container .signup-progress-row {
    display: inline-flex;
    width: 33%;
    margin: 0 auto; }
    .signup-progress-container .signup-progress-row div {
      padding: 5% 10%;
      margin: 0 auto;
      border: 3px solid lightgray;
      border-radius: 2em;
      font-size: 1.25em; }
    .signup-progress-container .signup-progress-row .signup-progress-active {
      border-color: #6bcded; }

.button-skip {
  color: #404040;
  padding: 5%; }

.button-walkthrough {
  background-color: #404040;
  color: white;
  border-radius: 0%;
  width: fit-content;
  scale: 1.25; }

#nextBtn {
  cursor: pointer;
  width: 30px;
  position: absolute;
  right: 5%;
  top: 45%; }

#prevBtn {
  cursor: pointer;
  width: 30px;
  position: absolute;
  left: 5%;
  top: 45%; }

.signup-flow-skill-container {
  display: flex;
  flex-wrap: wrap;
  width: 67%;
  margin: auto;
  padding: 5%; }
  .signup-flow-skill-container .signup-flow-skill-child {
    margin: 25px; }

.skill-img-list {
  margin: auto;
  width: fit-content; }
  .skill-img-list img {
    margin: 8px; }

.walkthrough-step {
  height: 650px; }
  .walkthrough-step .walkthrough-step-title {
    width: 77%;
    margin: auto;
    text-align: center;
    padding-top: 2%; }
  .walkthrough-step .walkthrough-step_special_img {
    margin: 15px auto auto auto;
    width: 85%; }
  .walkthrough-step img {
    width: 700px; }
  .walkthrough-step .big-img-container {
    margin-top: 5%; }

.center-container {
  display: flex;
  width: 100%; }

.center-child {
  margin: auto; }

.skip-btn-container {
  position: absolute;
  bottom: 20px;
  width: 95%; }

#step-highlight-container {
  bottom: 14%;
  position: absolute;
  width: 95%;
  display: flex; }

.step-highlight {
  border: 3px solid grey;
  border-radius: 1em;
  text-align: center;
  width: 65px;
  margin: 0 5%; }

.step-highlight-active {
  border-color: lightblue; }

.modal-form .form-field-margin {
  margin: 15px 0; }

.modal-form .form__row {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 600px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .modal-form .form__row input {
    text-align: center; }

.modal-form .form__text,
.modal-form .form__dropdown,
.modal-form .form__boilerplate {
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  margin-right: 0;
  border: 0 transparent;
  border-radius: 0;
  font-size: 1.25em;
  transition: all 0.3s; }
  @media (max-width: 991px) {
    .modal-form .form__text,
    .modal-form .form__dropdown,
    .modal-form .form__boilerplate {
      font-size: 16px; } }
  .modal-form .form__text:focus,
  .modal-form .form__dropdown:focus,
  .modal-form .form__boilerplate:focus {
    background-color: white;
    outline: 0; }
    .modal-form .form__text:focus .form__label,
    .modal-form .form__dropdown:focus .form__label,
    .modal-form .form__boilerplate:focus .form__label {
      display: none; }

.modal-form .form__row--half {
  width: 50%; }

.modal-form .form__row--checkboxcustom input {
  width: auto;
  display: inline-block; }

.modal-form .form__row--checkboxcustom ul {
  padding: 30px 0 20px 20px;
  list-style-type: none;
  font-size: 1em; }

.modal-form .form__row--checkboxcustom .form__label {
  font-size: 1.25em;
  text-align: center; }
  .modal-form .form__row--checkboxcustom .form__label .errorlist {
    bottom: -9em !important;
    left: 0em; }
    .modal-form .form__row--checkboxcustom .form__label .errorlist li {
      font-size: .75em; }

.modal-form .form__text--tall {
  height: 150px; }

.modal-form .form__dropdown {
  text-align: center;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.71 6.27'%3E%3Cpath fill='rgb(0,177,219)' d='M10.71.91L9.8.01 5.37 4.46.91 0 0 .91l4.83 4.82.53.54L10.71.91'/%3E%3C/svg%3E%0A") 92% 65%/17px 10px no-repeat; }

.modal-form .form__dropdown:invalid,
.modal-form .form__dropdown option[value=""] {
  color: #999; }

.modal-form .form__boilerplate {
  border-bottom: none; }

.modal-form .form__label {
  position: absolute;
  top: 8px;
  z-index: 10;
  font-size: 1em;
  transition: all 0.3s;
  text-align: left;
  width: 100%; }

.modal-form .form__text:focus + .form__label,
.modal-form .form__dropdown:focus + .form__label {
  display: none; }

.modal-form .password-strength {
  margin: 5px 0 30px 0;
  font-size: 13px; }

.modal-form .form__row--password {
  display: flex;
  flex-direction: row; }
  .modal-form .form__row--password .visibility-btn {
    position: absolute;
    top: 26%;
    right: 5px; }
    .modal-form .form__row--password .visibility-btn .icon-md {
      width: 30px; }

.modal-form .error {
  color: #ee4436; }

.modal-form .form__row--marketingoptin {
  box-shadow: none;
  font-size: .75em;
  padding: 10px; }
  .modal-form .form__row--marketingoptin .form__label {
    text-align: left; }

.modal-form .error .form__label .errorlist {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -2.5em;
  text-align: center; }
  .modal-form .error .form__label .errorlist li {
    list-style: none;
    display: inline;
    font-size: 1em; }
    .modal-form .error .form__label .errorlist li input[type="checkbox"] {
      vertical-align: text-bottom; }

/* ==========================================================================
   SkillsBuilder Hub
   Account area and general content styles
   ========================================================================== */
.nav-left {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .nav-left {
      border-right: 1px solid #bababa; } }
  .nav-left > li {
    border-radius: 15px 0 0 15px !important;
    transition: all 0.3s ease; }
    .nav-left > li > a {
      display: block;
      padding: 8px 15px;
      color: #333;
      border-radius: 15px 0 0 15px !important; }
      .nav-left > li > a:hover, .nav-left > li > a:focus {
        background-color: #ebebeb;
        color: #d1697f;
        border-radius: 15px 0 0 15px !important;
        transition: all 0.3s ease; }
    .nav-left > li.active,
    body.manage_users .nav-left > li.nav-manage_users,
    body.change_password .nav-left > li.nav-change_password,
    body.user_profile .nav-left > li.nav-user_profile,
    body.manage_groups .nav-left > li.nav-manage_groups,
    body.manage_organisations .nav-left > li.nav-manage_organisations,
    body.data_overview .nav-left > li.nav-data_overview,
    body.snapshots .nav-left > li.nav-snapshots {
      font-weight: bold;
      background-color: #ebebeb; }

.manage-users-button {
  margin-top: 0;
  width: 160px;
  height: 50px; }

.td-centered {
  text-align: left;
  vertical-align: middle !important; }

.checkbox-centered {
  text-align: center;
  vertical-align: middle !important; }

.table-group-list tr th, .table-group-list tr td, .table-group-list tr input {
  width: 100px; }

.table-group-list p {
  margin: 0; }

.table-group-list .inline-input, .table-group-list .inline-select, .table-group-list .inline-save-button {
  display: none; }

.table-group-list select {
  width: inherit; }

.table-group-list .inline-checkbox {
  width: unset; }

.table-group-list .btn-owners {
  background-color: white;
  border: none;
  padding: 25px 0 10px 0;
  border-bottom: 2px solid #00b1db; }

.checkbox-centered input[type="checkbox"] {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  margin: 0;
  padding: 0; }

.shadow-effect {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
  color: black; }

.shadow-effect:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); }

.join-org-subtitle {
  width: 50%;
  text-align: justify; }

.align-items-center {
  align-items: center;
  display: flex;
  overflow: unset; }

.ml-auto {
  margin-left: auto; }

.justify-content-between {
  display: flex;
  justify-content: space-between; }

/* ==========================================================================
   SkillsBuilder Hub
   Snapshots & Datepicker
   ========================================================================== */
#snapshots-users-header {
  display: inline;
  margin-right: 15px; }

.snapshots-users-count {
  color: #767676;
  margin-left: 1em; }

.snapshot-accordion {
  border-radius: 15px;
  border: 1px #ebebeb solid;
  padding: 15px;
  margin: 15px 0px 15px 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .snapshot-accordion h4 {
    margin: 10px 0; }
  .snapshot-accordion .card-header h4 {
    cursor: pointer; }
    .snapshot-accordion .card-header h4 .caret {
      transform: rotate(180deg); }
    .snapshot-accordion .card-header h4.collapsed .caret {
      transform: rotate(0deg); }
  .snapshot-accordion button:focus {
    outline: none; }

#group-tabs {
  overflow-x: auto;
  white-space: nowrap; }

#m_snapshots .modal-title {
  text-align: left;
  font-size: 30px;
  color: #757575; }
  #m_snapshots .modal-title .icon {
    margin-right: 20px; }
  #m_snapshots .modal-title .modal-subtitle {
    color: black; }

#m_snapshots h4, #m_snapshots p {
  margin-top: 0; }

#snapshots-modal-img-container {
  text-align: center; }
  #snapshots-modal-img-container img {
    height: auto;
    width: 325px; }

.snapshots-modal-left {
  color: #767676;
  border-right: 1px solid #bababa;
  padding-right: 25px; }

.snapshots-modal-right {
  padding-left: 25px; }

.event a {
  background-color: #c91b59 !important;
  background-image: none !important;
  color: #ffffff !important; }

#snapshot-result {
  text-align: center;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 15px 0;
  border: 1px #bababa solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  #snapshot-result #snapshot-result-header,
  #snapshot-result #snapshot-result-info {
    color: #767676; }
  #snapshot-result #snapshot-result-export {
    margin-bottom: 20px; }
  #snapshot-result #snapshot-result-date-header {
    color: black; }

.ui-corner-all {
  border-radius: 15px !important; }

/* Tabs Navigation */
.tabs-container {
  margin: 0 -50vw 15px -50vw;
  padding-top: 3%;
  width: 100vw;
  z-index: 200;
  position: relative;
  left: 50%;
  right: 50%;
  background: #c7c7c7;
  background: linear-gradient(0deg, #c7c7c7 0%, #eeeeee 14%); }

.tabs-overview {
  display: flex;
  width: 1170px;
  margin: 0 auto; }
  .tabs-overview .tab-button-overview {
    width: 40%;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
    cursor: pointer;
    margin: auto;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    font-size: 22px; }
  .tabs-overview .tab-button-overview.active {
    background-color: #fff;
    cursor: default; }

.manage-groups-tabs {
  display: flex;
  margin: 0 auto;
  border-bottom: 2px solid #e9e9ed; }
  .manage-groups-tabs li {
    list-style: none; }
  .manage-groups-tabs .manage-group-tab-button {
    width: 40%;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem;
    background-color: #e9e9ed;
    cursor: pointer;
    margin: auto;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    font-size: 22px; }
  .manage-groups-tabs .manage-group-tab-button.active {
    background-color: #fff;
    cursor: default; }

.tab-pane-overview {
  display: none; }

.tab-pane-overview.active {
  display: block; }

/* Metrics Styles */
.metrics-overview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  border: 3px solid #80c4cf;
  border-radius: 1rem; }

.metric-item {
  flex: auto;
  text-align: center;
  position: relative;
  margin: 10px auto 10px auto;
  width: 50%; }

.metric-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20%;
  right: 0;
  width: 3px;
  height: 60%;
  background-color: #80c4cf; }

.data-overview-title {
  background-color: #e0f0f3;
  text-align: center;
  padding: 3%;
  margin: 0 -50vw 0 -50vw;
  width: 100vw;
  z-index: 200;
  position: relative;
  left: 50%;
  right: 50%; }

/* Date Filter Styles */
.date-filter-overview {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column; }

.date-filter-overview .left-section {
  display: flex;
  align-items: center;
  width: 100%; }
  .date-filter-overview .left-section label {
    margin-right: 2%; }

.date-filter-overview input {
  margin-right: 2rem; }

.date-filter-overview button {
  margin-right: 2rem; }

.date-filter-overview .right-section {
  display: flex;
  align-items: center; }

.date-filter-overview #date-range-dropdown-wrapper {
  display: block;
  justify-content: space-between;
  width: 225px;
  height: 35px;
  margin-right: 2%; }

.date-filter-overview #date-range-dropdown {
  width: 100%;
  height: 100%; }

.filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }

/* Table Styles */
.table-overview {
  width: 100%;
  overflow-y: auto;
  border-collapse: separate; }

.resource-data-table {
  overflow-x: auto;
  max-height: 700px;
  width: fit-content;
  max-width: 100%; }
  .resource-data-table table {
    width: max-content !important; }
  .resource-data-table th[scope="row"], .resource-data-table td[scope="row"], .resource-data-table thead tr {
    position: sticky;
    top: 0;
    left: 0; }

.assessment-data-table {
  max-height: 700px; }

.position-sticky {
  position: sticky; }

.sticky-top {
  top: 0; }

.sticky-left {
  width: 50px;
  left: 0;
  background: white; }

.sticky-left-second {
  left: 100px !important;
  background: white; }

.table-overview td {
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px; }

.table-overview th {
  border: 2px solid #dee2e6;
  padding: .75rem 0;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.table-overview .column-name {
  background: #ebebeb;
  text-align: left;
  padding: 0 1% 0 1%;
  text-wrap: wrap;
  border: 2px solid #c5c5c4; }

.table-overview .table-resource-header {
  width: 100px; }

.table-overview .table-resource-header-md {
  width: 125px;
  height: 75px; }

.table-overview .resource-table-body tr td:not(:first-child) {
  font-size: 18px; }

.table-overview .grey-separator {
  border-right: 3px solid #808080; }

/* Pagination Styles */
.pagination-overview {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0; }

.pagination-overview li {
  margin: 0 .25rem; }

.pagination-overview a {
  display: block;
  padding: .5rem .75rem;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  text-decoration: none;
  color: #007bff; }

.pagination-overview a:hover {
  background-color: #e9ecef; }

.pagination-overview .active span {
  display: block;
  padding: .5rem .75rem;
  border: 1px solid #007bff;
  border-radius: .25rem;
  background-color: #007bff;
  color: #fff; }

.pagination-overview .disabled span {
  display: block;
  padding: .5rem .75rem;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  color: #6c757d;
  cursor: not-allowed; }

.pagination-overview .disabled a {
  pointer-events: none; }

.skill-score-general {
  display: flex;
  gap: 0.5rem; }

.skill-score-general img {
  width: 40px;
  height: 20px;
  display: block; }

.table-overview .column-title {
  width: calc(100% / 9); }

.table-overview .column-headling {
  width: calc((100% / 9) / 3); }

.table-overview .group-name-users {
  text-align: left;
  padding: .25% .5%; }

.no-border-left {
  border-left-style: none !important; }

.column-skill-label {
  border-bottom-style: none !important; }

/* Listening - Crimsom */
.table-overview .listening-header {
  background-color: #fcf3f6;
  border: 3px solid #C80F50; }

/* Speaking - Red */
.table-overview .speaking-header {
  background-color: #fef5f4;
  border: 3px solid #e4362a; }

/* Problem Solving - Orange */
.table-overview .problem-solving-header {
  background-color: #fef8f4;
  border: 3px solid #eb6e28; }

/* Creativity - Yellow */
.table-overview .creativity-header {
  background-color: #fffBf5;
  border: 3px solid #f6b132; }

/* Adapting - Lime Green */
.table-overview .adapting-header {
  background-color: #f9fbf7;
  border: 3px solid #90c055; }

/* Planning - Green */
.table-overview .planning-header {
  background-color: #f3f8f5;
  border: 3px solid #35a954; }

/* Leadership - Light Blue */
.table-overview .leadership-header {
  background-color: #edf7f9;
  border: 3px solid #80c4cf; }

/* Teamwork - Purple */
.table-overview .teamwork-header {
  background-color: #e9f7f9;
  border: 3px solid #1fb0db; }

.skill-score-general {
  margin-top: 25px;
  display: flex;
  gap: 30px; }

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center; }

.skill-score {
  width: 200px;
  height: 40px;
  background-color: #ffffff;
  position: relative;
  border: 3px solid #80c4cf;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  color: #000000;
  font-weight: bold; }

.fill {
  height: 100%;
  background-color: #dff0f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.skill-score span {
  position: relative;
  z-index: 2; }

.skill-label {
  margin-top: 10px;
  font-size: 1em;
  color: #333333;
  text-align: center; }

.fill-0 {
  width: 0; }

.fill-25 {
  width: 25%; }

.fill-50 {
  width: 50%; }

.fill-75 {
  width: 75%; }

.fill-100 {
  width: 100%; }

.tight-spacing {
  margin-block: 5px; }

/* ==========================================================================
   SkillsBuilder Hub
   Utilities
   ========================================================================== */
.col-listening, .col-listening:hover {
  color: #c91b59; }

.col-speaking, .col-speaking:hover {
  color: #ee4436; }

.col-problemsolving, .col-problemsolving:hover {
  color: #f27634; }

.col-creativity, .col-creativity:hover {
  color: #f9b040; }

.col-adapting, .col-adapting:hover {
  color: #89c665; }

.col-planning, .col-planning:hover {
  color: #35b463; }

.col-leadership, .col-leadership:hover {
  color: #74c4cd; }

.col-teamwork, .col-teamwork:hover {
  color: #00b1db; }

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

.sr-only-focusable {
  padding: 5px 15px;
  background-color: #00b1db;
  font-weight: bold;
  color: #fff !important; }

body > .sr-only-focusable:active, body > .sr-only-focusable:focus {
  position: absolute;
  z-index: 99; }

.caret {
  position: relative;
  top: -3px; }

.dropdown.open .caret {
  transform: rotate(180deg); }

.u-inline-block {
  display: inline-block; }

.u-font-size-base {
  font-size: 18px; }
  @media (max-width: 991px) {
    .u-font-size-base {
      font-size: 16px; } }

.u-font-size-sm {
  font-size: 16px; }
  @media (max-width: 991px) {
    .u-font-size-sm {
      font-size: 14px; } }

.u-font-muted {
  color: #757575; }

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

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

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

.u-text-bold {
  font-weight: bold; }

.u-text-italic {
  font-style: italic; }

.u-float-left {
  float: left;
  margin-right: 15px; }

.u-float-right {
  float: right;
  margin-left: 15px; }

.clear-float {
  clear: both; }

.u-m-0 {
  margin: 0; }

.u-mt-0 {
  margin-top: 0; }

.u-mt-1 {
  margin-top: .25em; }

.u-mt-2 {
  margin-top: .5em; }

.u-mt-3 {
  margin-top: 1em; }

.u-mt-4 {
  margin-top: 1.5em; }

.u-mt-5 {
  margin-top: 2.5em; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mb-1 {
  margin-bottom: .25em; }

.u-mb-2 {
  margin-bottom: .5em; }

.u-mb-3 {
  margin-bottom: 1.5em; }

.u-mb-5 {
  margin-bottom: 2.5em; }

.u-rotate-90cw {
  transform: rotate(90deg); }

.u-rotate-90ccw {
  transform: rotate(-90deg); }

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px; }
  .spinner .path {
    stroke: #c91b59;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

.responsive-object {
  position: relative;
  margin: 50px 0; }
  .responsive-object iframe,
  .responsive-object object,
  .responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.richtext-image.left {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px; }

.richtext-image.right {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px; }

.richtext-image.full-width {
  float: none;
  margin-bottom: 30px;
  margin-top: 30px; }

@media (max-width: 991px) {
  .richtext-image {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px; } }

/*! jQuery UI - v1.12.1 - 2019-10-24
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-helper-flex {
  display: flex; }

.ui-helper-scale-75 {
  scale: .75; }

.ui-helper-scale-50 {
  scale: .50; }

.ui-helper-scale-150 {
  scale: 1.50; }

.ui-helper-m-auto {
  margin: auto; }

.ui-helper-m-3 {
  margin: 3%; }

.ui-helper-px-2 {
  padding: 20px 0; }

.ui-helper-padding {
  padding: 3%; }

.ui-p0 {
  padding: 0; }

.ui-front {
  z-index: 100; }

.ui-overflow-x-hidden {
  overflow-x: hidden; }

.ui-helper-z-minus-1 {
  z-index: -1; }

.ui-helper-z-minus-2 {
  z-index: -2; }

.ui-position-relative {
  position: relative; }

.ui-helper-no-border-radius {
  border-radius: 0; }

.ui-helper-no-wrap {
  text-wrap: nowrap; }

.ui-helper-remove-blue-arrow {
  background: white; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background-color: #ffffff;
  border: none; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 15px; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #00b1db;
  background: #00b1db;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #757575;
  color: #2b2b2b; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

.demo {
  outline: 1px solid red;
  font-size: 11px;
  z-index: 2500 !important; }

.main > .container > .demo {
  position: absolute;
  right: 0; }
