.responsive-layout {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .responsive-layout {
    max-width: 520px;
  }
}
@media all and (min-width: 760px) {
  .responsive-layout {
    max-width: 100%;
  }
}
@media all and (min-width: 960px) {
  .responsive-layout {
    max-width: 960px;
  }
}
.visibility-hidden {
  visibility: hidden!important;
}
.display-none {
  display: none!important;
}
.skip-nav-link {
  background-color: #eb6b09;
  border-radius: 0;
  color: #ffffff;
  display: none;
  left: 0;
  margin-top: 0;
  padding: 10px 20px;
  position: absolute;
  top: -46px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  width: auto;
  z-index: 100;
}
.accessibility .skip-nav-link {
  display: inline-block;
}
.skip-nav-link:focus {
  top: 0;
}
#wrapper {
  padding-top: 40px;
}
.drawer {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0px;
  right: -320px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 501;
}
.dir-rtl .drawer {
  right: inherit;
  left: -320px;
}
.drawer .drawer-back {
  float: left;
}
.dir-rtl .drawer .drawer-back {
  float: right;
}
.drawer .drawer-back.show {
  display: inline-block;
}
.drawer .drawer-close {
  float: right;
}
.dir-rtl .drawer .drawer-close {
  float: left;
}
.drawer .drawer-inner {
  height: 100%;
}
.drawer .drawer-item {
  display: block;
  width: 100%;
}
.drawer .drawer-item-open {
  display: block;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.dir-rtl .loading {
  left: auto;
  right: 0;
}
.loading .loading-image {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
.navigation {
  position: fixed;
  top: 0;
  height: 64px;
  z-index: 500;
  width: 100%;
}
.navigation .navigation-back-button {
  float: left;
}
.dir-rtl .navigation .navigation-back-button {
  float: right;
}
.navigation .navigation-drawer-toggle-button {
  float: right;
}
.dir-rtl .navigation .navigation-drawer-toggle-button {
  float: left;
}
.notify .notify-popup {
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 550;
}
.notify .notify-popup-icon {
  position: absolute;
  left: 0px;
  top: 0px;
}
.dir-rtl .notify .notify-popup-icon {
  left: inherit;
  right: 0px;
}
@media all and (max-width: 758px) {
  .notify .notify-popup-icon .icon {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 758px) {
  .notify .notify-popup-icon {
    float: none;
    margin: 0px auto;
    position: static;
  }
}
.notify .notify-popup-content {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .notify .notify-popup-content {
    max-width: 520px;
  }
}
@media all and (min-width: 760px) {
  .notify .notify-popup-content {
    max-width: 100%;
  }
}
@media all and (min-width: 960px) {
  .notify .notify-popup-content {
    max-width: 960px;
  }
}
.notify .notify-popup-content-inner {
  position: relative;
}
.notify .notify-popup-done {
  display: inline-block;
}
.notify .notify-shadow {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 549;
}
.dir-rtl .notify .notify-shadow {
  left: inherit;
  right: 0px;
}
.component-container:before,
.component-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.component-container:after {
  clear: both;
}
.component-container {
  zoom: 1;
}
.component-left {
  width: 100%;
  float: none;
}
@media all and (min-width: 760px) {
  .component-left {
    width: 50%;
    float: left;
  }
  .component-left .component-inner {
    margin-right: 5%;
  }
}
.component-right {
  width: 100%;
  float: none;
}
@media all and (min-width: 760px) {
  .component-right {
    width: 50%;
    float: right;
  }
  .component-right .component-inner {
    margin-left: 5%;
  }
}
@media all and (min-width: 760px) {
  .dir-rtl .component-left {
    float: right;
  }
  .dir-rtl .component-left .component-inner {
    margin-right: inherit;
    margin-left: 5%;
  }
}
@media all and (min-width: 760px) {
  .dir-rtl .component-right {
    float: left;
  }
  .dir-rtl .component-right .component-inner {
    margin-left: inherit;
    margin-right: 5%;
  }
}
/*TO ALLOW CHILDREN ELEMENTS TO BE POSITIONED ABSOLUTELY*/
.component {
  position: relative;
}
.block {
  position: relative;
}
/*INVISIBLE ARIA-LABELS*/
.aria-label {
  position: absolute !important;
  left: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.aria-label.relative {
  position: relative !important;
}
/*FORCE ARIA-LABELS TO HIDE ON HIDDEN*/
.aria-label.aria-hidden {
  display: none !important;
}
/*HIDDEN FOCUS GUARD*/
.a11y-focusguard {
  left: 0px !important;
  bottom: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
  /*IPAD: Stop accessibility cursor focusing until end of page;*/
  /*DESKTOP: stop focus making window jump to bottom of page;*/
}
.touchevents .a11y-focusguard {
  position: absolute !important;
}
.no-touchevents .a11y-focusguard {
  position: fixed !important;
}
/*FOCUS DISTRACTION*/
#a11y-focuser {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body p {
  margin-top: 18px;
  margin-bottom: 18px;
}
zw {
  display: inline-block;
  width: 0;
}
nb {
  white-space: nowrap;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul li,
ol li {
  margin-left: 20px;
}
.dir-rtl ul li,
.dir-rtl ol li {
  margin-left: inherit;
  margin-right: 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dir-rtl body {
  direction: rtl;
}
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
.icon {
  -webkit-transform: translateZ(0);
}
html.adapt-scrolling {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling body,
html.adapt-scrolling #app {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling .navigation {
  position: relative;
}
html.adapt-scrolling #app {
  position: relative;
  height: calc(100% - 64px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.adapt-scrolling #wrapper {
  padding: 0;
}
.accordion-component .accordion-item {
  margin-bottom: 5px;
}
.accordion-component .accordion-item-title-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  color: #ffffff;
}
.dir-rtl .accordion-component .accordion-item-title-icon {
  left: inherit;
  right: 20px;
}
.accordion-component .accordion-item-title {
  display: block;
  position: relative;
  padding: 20px;
  padding-left: 64px;
  color: #ffffff;
  background-color: #eb6b09;
  text-decoration: none;
  width: 100%;
}
.dir-rtl .accordion-component .accordion-item-title {
  padding-left: inherit;
  padding-right: 64px;
}
.accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #b05007;
  border-color: #b05007;
}
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #ce5e08;
  border-color: #ce5e08;
}
.accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #ce5e08;
  border-color: #ce5e08;
}
.no-touch .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #ce5e08;
  border-color: #ce5e08;
}
.no-touch .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title.selected:hover {
  background-color: #ce5e08;
}
.accordion-component .accordion-item-body {
  color: #333;
  background-color: #ffffff;
  display: none;
}
.accordion-component .accordion-item-body-inner {
  padding: 20px;
}
.accordion-component .accordion-item-graphic {
  padding: 20px 0 0;
}
.accordion-component .accordion-item-graphic img {
  vertical-align: bottom;
}
.accordion-component .graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.expose-columns {
  margin: 0 -10px;
}
.expose-columns .expose-item-inner {
  margin: 0 10px;
}
.expose-column {
  float: left;
}
.expose-item-inner {
  position: relative;
  perspective: 1000px;
  margin-bottom: 20px;
  cursor: pointer;
}
.expose-item-inner.slide-down,
.expose-item-inner.slide-left,
.expose-item-inner.slide-right,
.expose-item-inner.slide-up {
  overflow: hidden;
}
.expose-item-inner.flip-left .expose-item-cover,
.expose-item-inner.flip-up .expose-item-cover {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.expose-item-inner.shrink .expose-item-cover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.expose-item-inner .expose-item-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.expose-item-inner .expose-item-cover .text {
  display: inline-block;
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 24px;
}
.expose-item-inner .expose-item-cover .back,
.expose-item-inner .expose-item-cover .front {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.expose-item-inner .expose-item-cover .front {
  background: #eb6b09;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.expose-item-inner .expose-item-cover .back {
  background: #ba5507;
}
.expose-item-inner .expose-item-cover.fade {
  opacity: 0;
}
.expose-item-inner .expose-item-cover.slide-up {
  top: -100%;
}
.expose-item-inner .expose-item-cover.slide-left {
  left: -100%;
}
.expose-item-inner .expose-item-cover.slide-right {
  left: 100%;
}
.expose-item-inner .expose-item-cover.slide-down {
  top: 100%;
}
.expose-item-inner .expose-item-cover.flip-up {
  -webkit-transform: rotateX(100deg);
  -moz-transform: rotateX(100deg);
  -ms-transform: rotateX(100deg);
  -o-transform: rotateX(100deg);
  transform: rotateX(100deg);
}
.expose-item-inner .expose-item-cover.flip-left {
  -webkit-transform: rotateY(-100deg);
  -moz-transform: rotateY(-100deg);
  -ms-transform: rotateY(-100deg);
  -o-transform: rotateY(-100deg);
  transform: rotateY(-100deg);
}
.expose-item-inner .expose-item-cover.shrink {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.expose-item-button {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  padding: 0;
  background: none !important;
}
.expose-item-content {
  background: #ffffff;
}
.expose-item-content .expose-item-title {
  padding: 20px;
  background: #0094a9;
  color: #ffffff;
}
.expose-item-content .expose-item-body {
  padding: 20px;
}
@font-face {
  font-family: 'Thumbs';
  src: url('fonts/thumbs.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="tf-"],
[class*=" tf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Thumbs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tf-thumb-false:before {
  content: "\e900";
}
.tf-thumb-true:before {
  content: "\e901";
}
.fcTrueFalse-component {
  position: relative;
}
@media all and (min-width: 759px) {
  .fcTrueFalse-component .column-left {
    width: 50%;
    float: left;
  }
  .fcTrueFalse-component .column-right {
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 20px;
  }
  .fcTrueFalse-component .flowtutor-feedback {
    padding: 36px 40px;
  }
  .dir-rtl .fcTrueFalse-component .column-left {
    float: right;
  }
  .dir-rtl .fcTrueFalse-component .column-right {
    float: left;
  }
}
.fcTrueFalse-component label {
  display: block;
  position: relative;
  z-index: 1;
  float: left;
  cursor: pointer;
}
.fcTrueFalse-component label.normal-button {
  color: #ffffff;
  margin-right: 2px;
  background-color: #eb6b09;
}
.fcTrueFalse-component label.normal-button.selected {
  color: #333;
  background-color: hotpink;
}
.fcTrueFalse-component label.thumb-icon {
  width: 100px;
  height: 100px;
  border: 3px solid #eb6b09;
  border-radius: 50px;
  background: transparent;
  color: #eb6b09;
  font-size: 3em;
  margin: 10px 14px;
  text-align: center;
  line-height: 92px;
  box-sizing: border-box;
}
.fcTrueFalse-component label.thumb-icon:hover {
  color: #f78630;
  border-color: #f78630;
  background: transparent;
}
.fcTrueFalse-component .fctruefalse-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
}
.dir-rtl .fcTrueFalse-component .fctruefalse-item input {
  left: inherit;
  right: 14px;
}
.fctruefalse-widget.disabled .fctruefalse-item .thumb-icon.disabled {
  color: #727272 !important;
  background-color: transparent !important;
  border-color: #727272 !important;
  cursor: default;
}
.fctruefalse-widget.disabled .fctruefalse-item .thumb-icon.selected.disabled {
  color: #eb6b09 !important;
  background-color: #fff9f4 !important;
  border-color: #eb6b09 !important;
  cursor: default;
}
.fctruefalse-widget.disabled .fctruefalse-item .normal-button.disabled {
  cursor: default;
}
.fctruefalse-widget.disabled .fctruefalse-item .normal-button.selected.disabled {
  color: #ffffff !important;
  background-color: #f9a361 !important;
  cursor: default;
}
.fctruefalse-widget.disabled .fctruefalse-item.correct .selected {
  color: #82ca9c;
}
.fctruefalse-widget.disabled .fctruefalse-item.incorrect .selected {
  color: #f26c4f;
}
.no-touch .fctruefalse-widget:not(.disabled) .fctruefalse-item .normal-button:hover {
  background-color: #f78630;
}
.no-touch .fctruefalse-widget:not(.disabled) .fctruefalse-item .normal-button.disabled {
  color: #ccc;
  background-color: #727272;
}
.no-touch .fctruefalse-widget:not(.disabled) .fctruefalse-item .normal-button.disabled:hover {
  color: #ccc;
  background-color: #727272;
}
.fcmcq-component {
  position: relative;
}
.fcmcq-component label {
  color: #333;
  display: block;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-left: 6px solid #ffffff;
  cursor: pointer;
}
.dir-rtl .fcmcq-component label {
  border-left: inherit;
  border-right: 6px solid #ffffff;
}
.fcmcq-component label .fcmcq-answer-icon {
  color: #333;
}
.fcmcq-component label .fcmcq-answer-icon.radio {
  width: 26px;
  height: 26px;
}
.fcmcq-component label .fcmcq-answer-icon.radio:before {
  content: "\e65e";
}
.fcmcq-component label .fcmcq-answer-icon.checkbox {
  border: 3px solid #333;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.fcmcq-component label .fcmcq-answer-icon.checkbox:before {
  content: " ";
}
.fcmcq-component label.selected {
  color: #333;
  background-color: #ffffff;
  border-color: #eb6b09;
}
.fcmcq-component label.selected .fcmcq-answer-icon.radio:before {
  content: "\e65d";
}
.fcmcq-component label.selected .fcmcq-answer-icon.checkbox {
  border: 3px solid #333;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.fcmcq-component label.selected .fcmcq-answer-icon.checkbox:before {
  content: "\e633";
}
.fcmcq-component label.selected .fcmcq-item-icon {
  color: #333;
}
.fcmcq-component .fcmcq-item-inner {
  padding: 20px;
  padding-left: 64px;
}
.dir-rtl .fcmcq-component .fcmcq-item-inner {
  padding-left: inherit;
  padding-right: 64px;
}
.fcmcq-component .fcmcq-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
}
.dir-rtl .fcmcq-component .fcmcq-item input {
  left: inherit;
  right: 14px;
}
.fcmcq-component .fcmcq-correct-icon {
  color: #82ca9c;
  display: none;
}
.fcmcq-component .fcmcq-incorrect-icon {
  color: #f26c4f;
  display: none;
}
.fcmcq-component .fcmcq-item-state {
  background: none;
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  z-index: 0;
}
.dir-rtl .fcmcq-component .fcmcq-item-state {
  left: inherit;
  right: 10px;
}
.fcmcq-widget.show-user-answer .fcmcq-item-icon {
  display: block;
}
.fcmcq-widget.show-user-answer .fcmcq-incorrect-icon,
.fcmcq-widget.show-user-answer .fcmcq-correct-icon {
  display: none;
}
.fcmcq-widget.show-user-answer .incorrect .selected .fcmcq-incorrect-icon {
  display: none;
}
.fcmcq-widget.show-user-answer .correct .selected .fcmcq-correct-icon {
  display: none;
}
.fcmcq-widget.show-correct-answer .fcmcq-item-icon {
  display: none;
}
.fcmcq-widget.show-correct-answer .incorrect .selected .fcmcq-correct-icon,
.fcmcq-widget.show-correct-answer .correct .selected .fcmcq-correct-icon {
  display: none;
}
.fcmcq-widget.disabled .fcmcq-item label.selected.disabled {
  color: #333;
  background-color: #ffffff;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item label.disabled {
  color: #333;
  background-color: #ffffff;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item.correct .selected .state {
  color: #82ca9c;
}
.fcmcq-widget.disabled .fcmcq-item.correct label.disabled {
  border-left-color: #82ca9c;
}
.fcmcq-widget.disabled .fcmcq-item.incorrect .selected .state {
  color: #f26c4f;
}
.fcmcq-widget.disabled .fcmcq-item.incorrect label.disabled {
  border-left-color: #f26c4f;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label:hover {
  color: #333;
  background-color: #ffffff;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label:hover .fcmcq-item-icon {
  color: #333;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled {
  color: #333;
  background-color: #ffffff;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled:hover {
  color: #333;
  background-color: #ffffff;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled .fcmcq-item-icon {
  color: #333;
}
.flipper-inner {
  /* hide back of pane during swap */
}
.flipper-inner .flipper-container {
  margin: 0 auto 20px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  width: 100%;
  max-width: 100%;
}
.flipper-inner .flipper {
  position: relative;
  height: 100%;
  margin: 10px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.flipper-inner .flipper.animating .flipper-item:not(.state-0) {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.flipper-inner .flipper-item {
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: visible;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipper-inner .flipper-item .flipper-item-title {
  background: #eb6b09;
  color: #ffffff;
  padding: 20px;
}
.flipper-inner .flipper-item .flipper-item-body {
  background: #ffffff;
  padding: 20px 20px 50px;
  color: #333;
}
.flipper-inner .flipper-item .flipper-item-img {
  vertical-align: bottom;
}
.flipper-inner .flipper-item .flipper-item-instruction {
  position: absolute;
  margin: 20px;
  bottom: 0;
  right: 0;
  color: #eb6b09;
}
.flipper-inner .flipper-item.state-0 {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flipper-inner .flipper-item.state-1 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipper-inner .flipper-item.state-2 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.list-component .list-widget {
  overflow: hidden;
}
.list-component .ordered-list .list-item {
  counter-increment: step-counter;
}
.list-component .ordered-list .list-item:before {
  content: counter(step-counter);
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  border-radius: 0;
}
.list-component .list-item {
  position: relative;
}
.list-component .list-item:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 20px;
  background-color: #eb6b09;
  color: #ffffff;
  border-radius: 50%;
}
.list-component .list-item.has-image:before {
  display: none;
}
.list-component .list-item-title {
  padding: 20px;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 80px;
  margin-bottom: 15px;
}
.list-component.is-animated-list .list-item {
  right: -100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.list-component.is-animated-list .list-item.animate {
  right: 0;
  opacity: 1;
}
.notify-imagegrid-component .notify-imagegrid-widget {
  font-size: 0;
  position: relative;
  text-align: center;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-end;
  align-content: center;
  width: 100%;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-grid-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-image {
  display: block;
  width: 95%;
  margin-left: 2.5%;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-image img {
  display: block;
  transition: all 0.25s;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-image .constrainimg {
  display: block;
  transition: all 0.25s;
  object-fit: cover;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-image .img2click {
  cursor: pointer;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-image .img2click:hover {
  opacity: 0.25;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-title {
  color: #ffffff;
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: 5%;
  font-size: 18px;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-title-inner {
  background-color: #eb6b09;
  padding: 10px;
}
.notify-imagegrid-component .notify-imagegrid-widget .reverserow {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
}
/* FIXES FOR IE */
@media all and (-ms-high-contrast: none) {
  .constrainimg {
    min-height: auto\9 !important;
  }
  /* IE10 */
  .constrainimg {
    max-height: inherit\9 !important;
  }
  /* IE10 */
  *::-ms-backdrop,
  .constrainimg {
    min-height: auto !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  .constrainimg {
    max-height: inherit !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  .reverserow {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    align-items: flex-end !important;
  }
  /* IE11 */
}
@media all and (max-width: 759px) {
  .notify-imagegrid-grid-item {
    width: 50%;
  }
}
@media all and (max-width: 519px) {
  .notify-imagegrid-grid-item {
    width: 100%;
  }
}
.quicknav .quicknav-widget {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0;
  text-align: center;
}
.quicknav button {
  line-height: inherit;
  margin: 3px;
  min-height: inherit;
  padding: 20px;
  vertical-align: top;
}
.quicknav button .icon {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.quicknav button .icon:before {
  line-height: 1;
}
.quicknav button.selected {
  background-color: #f78630;
  border-color: #f78630;
  color: #ffffff;
}
.quicknav button.disabled {
  cursor: not-allowed;
}
.quicknav button .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
  display: inline-block;
  line-height: 135%;
  min-width: 24px;
}
@media all and (max-width: 519px) {
  .quicknav button .text {
    font-size: 14px;
  }
}
@media all and (max-width: 519px) {
  .quicknav button .text {
    line-height: 24px;
    min-height: 24px;
  }
}
.ie.version-11-0 #wrapper {
  overflow-x: visible;
}
.quicknav .tooltip {
  visibility: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
  position: absolute;
  text-align: left;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media all and (max-width: 519px) {
  .quicknav .tooltip {
    font-size: 14px;
  }
}
.quicknav .tooltip.show {
  visibility: visible;
}
.quicknav .tooltip .text {
  background-color: #eb6b09;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: left;
}
.quicknav .tooltip .triangle {
  position: relative;
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 22px;
}
.quicknav .tooltip .triangle:before,
.quicknav .tooltip .triangle:after {
  content: "";
  top: -20px;
  position: absolute;
  display: block;
  width: 0;
  z-index: 10;
}
@media (max-width: 519px) {
  .quicknav .tooltip .triangle:before,
  .quicknav .tooltip .triangle:after {
    top: -16px;
  }
}
.quicknav .tooltip .triangle:before {
  display: none;
  left: -11px;
  border-width: 22px 11px 0 11px;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.quicknav .tooltip .triangle:after {
  left: -10px;
  border-width: 20px 10px 0 10px;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #eb6b09 transparent transparent transparent;
}
.stacklist-items {
  position: relative;
  margin-bottom: -5px;
}
.stacklist-item {
  position: relative;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #eb6b09;
  color: #ffffff;
}
.stacklist-item.show {
  position: static !important;
}
.stacklist-button {
  display: none;
  position: absolute;
  top: 0;
  height: 53px;
  width: 100%;
  text-align: center;
}
.stacklist-button button {
  width: 210px;
}
.youtube-component .youtube-transcript {
  padding: 14px;
  display: block;
  color: #ffffff;
  background-color: #eb6b09;
  text-decoration: none;
}
.youtube-component .youtube-transcript:hover {
  color: #ffffff;
  background-color: #f78630;
}
.youtube-component .youtube-inline-transcript-body-container {
  margin-top: 10px;
  display: none;
}
.youtube-component .youtube-inline-transcript-body {
  padding: 20px;
}
.youtube-component .youtube-transcript-button-container {
  padding: 1px;
}
.youtube-component .youtube-external-transcript-button,
.youtube-component .youtube-inline-transcript-button {
  width: 100%;
  display: block;
}
.youtube-top-padding {
  padding-top: 4em;
}
.article-block-slider-enabled.article .article-inner {
  margin: auto;
  max-width: 900px;
  padding: 80px 0 80px;
}
@media all and (max-width: 920px) {
  .article-block-slider-enabled.article .article-inner {
    padding: 40px 20px 40px;
  }
}
@media all and (max-width: 539px) {
  .article-block-slider-enabled.article .article-inner {
    padding: 26.66666667px 10px 26.66666667px;
  }
}
.article-block-slider-enabled .article-block-organise {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.article-block-slider-enabled .article-block-slider {
  margin: auto;
  max-width: 900px;
  overflow: hidden;
}
.article-block-slider-enabled .block {
  float: left;
  width: 100%;
}
.article-block-slider-enabled .block-container {
  position: relative;
}
.article-block-slider-enabled .article-block-toolbar {
  width: 100%;
}
.article-block-slider-enabled .item-button-container {
  margin: 0 auto;
  max-width: 900px;
}
@media all and (max-width 920px) {
  .article-block-slider-enabled .item-button-container {
    max-width: 759px;
  }
}
@media all and (min-width: 759px) {
  .article-block-slider-enabled .has-arrows .block .block-inner {
    padding: 80px 70px 0;
  }
}
.ie8 .article-block-slider-enabled .has-arrows .block .block-inner {
  padding: 80px 70px 0;
}
@media all and (max-width: 759px) {
  .article-block-slider-enabled .has-arrows .block .block-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 759px) {
  .article-block-slider-enabled .has-arrows .block:last-child .block-inner {
    padding-bottom: 0;
  }
}
.article-block-slider-enabled .item-button-arrow {
  background-color: #eb6b09;
  display: block;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  width: 60px;
  z-index: 10;
}
.article-block-slider-enabled .item-button-arrow .icon {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin: 16px;
}
.no-touch .article-block-slider-enabled .item-button-arrow:hover {
  background-color: #f78630;
}
.no-touch .article-block-slider-enabled .item-button-arrow:hover .icon {
  color: #ffffff;
}
.article-block-slider-enabled .item-button-arrow[disabled="disabled"] {
  background-color: #727272;
  cursor: default;
}
.no-touch .article-block-slider-enabled .item-button-arrow[disabled="disabled"]:hover {
  background-color: #727272;
}
.article-block-slider-enabled .item-button-arrow[data-block-slider='left'] {
  left: 0;
}
.article-block-slider-enabled .item-button-arrow[data-block-slider='right'] {
  right: 0;
}
@media all and (max-width: 759px) {
  .article-block-slider-enabled .has-tabs .article-block-slider {
    margin-top: 0 !important;
  }
}
.article-block-slider-enabled .has-tabs .article-block-toolbar {
  position: absolute;
}
@media all and (min-width: 759px) {
  .article-block-slider-enabled .has-tabs .block .block-inner {
    padding: 0 5px;
  }
}
.ie8 .article-block-slider-enabled .has-tabs .block .block-inner {
  padding: 0 5px;
}
@media all and (max-width: 759px) {
  .article-block-slider-enabled .has-tabs .block .block-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 759px) {
  .article-block-slider-enabled .has-tabs .block:last-child .block-inner {
    padding-bottom: 0;
  }
}
.article-block-slider-enabled .item-button {
  float: left;
  text-align: center;
  text-decoration: none;
}
.no-touch .article-block-slider-enabled .item-button:hover .item-button-inner {
  background-color: #f78630;
}
.article-block-slider-enabled .item-button[disabled="disabled"] .item-button-inner {
  background-color: #727272;
  color: #ccc;
  cursor: default;
}
.no-touch .article-block-slider-enabled .item-button[disabled="disabled"] .item-button-inner:hover {
  background-color: #727272;
  color: #ccc;
}
.article-block-slider-enabled .item-button-inner {
  background-color: #eb6b09;
  color: #ffffff;
  display: block;
  margin: 0 5px;
  padding: 10px;
}
.article-block-slider-enabled .article-block-bottombar.display-none {
  display: none;
}
.article-block-slider-enabled.display-none {
  display: none;
}
html.trickle {
  height: 100%;
}
html.trickle #wrapper {
  overflow: hidden;
}
.article {
  position: relative;
}
.trickle-button-component {
  text-align: center;
  padding-bottom: 10px;
}
.trickle-button-component .trickle-button-inner {
  z-index: 500;
}
.trickle-button-component.trickle-full-width {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.trickle-button-component.trickle-full-width .trickle-button-inner {
  display: none;
  width: 100%;
}
.trickle-button-component.trickle-full-width .trickle-button-inner.locking {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: block;
}
.trickle-button-component.trickle-full-width .trickle-button-inner.locking button {
  z-index: 500;
  width: 100%;
}
.trickle-button-component.trickle-round-arrow button {
  width: 80px;
  height: 80px;
  background-color: #eb6b09;
  border-radius: 50%;
  margin: 10px auto 0;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -o-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAxCAYAAACGYsqsAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH3wUNDDU4lh/QuwAAA2dJREFUaN7tmktrFEEURr9KYkyMMUajibowkBCieYjgf3DrUl36C8SVoIQIupEgwURRfExA3AgKghKNioqPuFJcGAU3CiIoaJQ8RCeZ46ZHmqJ7MtNT3TOR+VY9dNP3nrlVt27fKqmiiiqqqKJlKCDSvST9i+KjCXrQGOP/XSWpSVKVpF/GmPmwZ5MMhOVjo6SVktLGmJ+5eEzYTWCtpJ2SeiR1SqqV9EXSlKTXkt4bYwhyIAlYYKWkbZL6JXVLapY0K+mdpDeSXhljfocGxj8EgF5gBJgmWE+B/UBDPsPL9RAGWoCDwFSIfx+BAWBL4BD3vUjAduAxS+sHcBhYHTe0BdsGnAUW8vDxKrDRz2e/uBG4Sf6a8f7J2KAt2E3AJSBTgI8ngeqgKFcDeyhcM8BgHNABsClgsUD/0kAPYOyX1wHXiaZZ4JjLOR0wjMcKjKxfR7NR9htoAD4RXXPAcRfQAbBXioAFuA2ssI2s9pwuRvPACaA+KrQF2+olnkyRfk1mgav8tiR9L3La1Us6JGkAqPOt6VHW2Q2ShiXtCyqQCtS37IUfeFHSpINcU+dBDwK1+UJbsOslnZG01wGsJD2TlLENVgG7cac/3pJQs9TwtoqeZuAGbtURaBtYA1xzaCgNDPnXQduwBdtUYB2Qjway8/efLcvoVuCFQ4OLwCnvI8ROSnbRc8uRzWySSwHrcpaX3nWnY+gMMGyVsPaSOO44sikv8YWWlUHQk46dOB0wjVYBE47tXM4JmzD0iAV7PwbYlsjNCqALeO7YqVGgHngQ5zCO3OIBumOA/uz4fWNZ2Mh1vJVRt3kf/uWoVNGwIdA9wJMyhN3otLloQffm2RFJCrY1lk6qBd0PPPpvYUOgdwAPSwCa8WDbEumRB0A/SBB20Vtnk4HNAX0/AdiFksDmgL4XI2za61Zu8uwlu91hQRtfIpuICfaiL7KlgQ2B7gPuOoa9UDawOYqTO47m7HlfUVEesDnK0PEis/E5X7lYXrAh0F0RoTPe3lFLuexFFwLdEQF6NNuWKXvYEOj2ArqQQ0DzsoINgd4MHAG+hoC+BQ4ATXHDmrihfc31BkntknZJ6pPUIGla0kvvRMEHY0w67mMUJqlo+3YgaiStklQtaUHSnDEmU6ozIyU5dbPs5mtFFVVUMv0F2vP1DG+OuikAAAAASUVORK5CYII=');
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  color: transparent !important;
  font-size: 0px;
}
.trickle-button-component.trickle-full-width.trickle-round-arrow {
  padding-bottom: 80px;
}
.trickle-button-component.trickle-full-width.trickle-round-arrow .trickle-button-inner {
  display: none;
  width: 100%;
}
.trickle-button-component.trickle-full-width.trickle-round-arrow .trickle-button-inner.locking {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: block;
}
.trickle-button-component.trickle-full-width.trickle-round-arrow .trickle-button-inner.locking button {
  width: 80px;
  height: 80px;
  background-color: #eb6b09;
  border-radius: 50%;
  margin: 10px auto 0;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -o-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAxCAYAAACGYsqsAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH3wUNDDU4lh/QuwAAA2dJREFUaN7tmktrFEEURr9KYkyMMUajibowkBCieYjgf3DrUl36C8SVoIQIupEgwURRfExA3AgKghKNioqPuFJcGAU3CiIoaJQ8RCeZ46ZHmqJ7MtNT3TOR+VY9dNP3nrlVt27fKqmiiiqqqKJlKCDSvST9i+KjCXrQGOP/XSWpSVKVpF/GmPmwZ5MMhOVjo6SVktLGmJ+5eEzYTWCtpJ2SeiR1SqqV9EXSlKTXkt4bYwhyIAlYYKWkbZL6JXVLapY0K+mdpDeSXhljfocGxj8EgF5gBJgmWE+B/UBDPsPL9RAGWoCDwFSIfx+BAWBL4BD3vUjAduAxS+sHcBhYHTe0BdsGnAUW8vDxKrDRz2e/uBG4Sf6a8f7J2KAt2E3AJSBTgI8ngeqgKFcDeyhcM8BgHNABsClgsUD/0kAPYOyX1wHXiaZZ4JjLOR0wjMcKjKxfR7NR9htoAD4RXXPAcRfQAbBXioAFuA2ssI2s9pwuRvPACaA+KrQF2+olnkyRfk1mgav8tiR9L3La1Us6JGkAqPOt6VHW2Q2ShiXtCyqQCtS37IUfeFHSpINcU+dBDwK1+UJbsOslnZG01wGsJD2TlLENVgG7cac/3pJQs9TwtoqeZuAGbtURaBtYA1xzaCgNDPnXQduwBdtUYB2Qjway8/efLcvoVuCFQ4OLwCnvI8ROSnbRc8uRzWySSwHrcpaX3nWnY+gMMGyVsPaSOO44sikv8YWWlUHQk46dOB0wjVYBE47tXM4JmzD0iAV7PwbYlsjNCqALeO7YqVGgHngQ5zCO3OIBumOA/uz4fWNZ2Mh1vJVRt3kf/uWoVNGwIdA9wJMyhN3otLloQffm2RFJCrY1lk6qBd0PPPpvYUOgdwAPSwCa8WDbEumRB0A/SBB20Vtnk4HNAX0/AdiFksDmgL4XI2za61Zu8uwlu91hQRtfIpuICfaiL7KlgQ2B7gPuOoa9UDawOYqTO47m7HlfUVEesDnK0PEis/E5X7lYXrAh0F0RoTPe3lFLuexFFwLdEQF6NNuWKXvYEOj2ArqQQ0DzsoINgd4MHAG+hoC+BQ4ATXHDmrihfc31BkntknZJ6pPUIGla0kvvRMEHY0w67mMUJqlo+3YgaiStklQtaUHSnDEmU6ozIyU5dbPs5mtFFVVUMv0F2vP1DG+OuikAAAAASUVORK5CYII=');
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  margin-bottom: 20px;
  color: transparent !important;
  font-size: 0px;
}
.devtools-navigation-drawer-toggle-button {
  float: right;
}
.dir-rtl .devtools-navigation-drawer-toggle-button {
  float: left;
}
.devtools-extended-settings {
  display: none;
  clear: both;
}
.devtools-extended .devtools-extended-settings {
  display: block;
}
.devtools .devtools-button-container {
  overflow: hidden;
}
.devtools .pass-half-fail-container .drawer-item {
  float: left;
  margin: 5px 1%;
  width: 30%;
}
.devtools .section-general,
.devtools .section-page,
.devtools .section-menu {
  position: relative;
  text-align: center;
  z-index: 2;
}
.devtools .section-general:after,
.devtools .section-page:after,
.devtools .section-menu:after {
  border-top: dotted 1px #333;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}
.devtools .section-general span,
.devtools .section-page span,
.devtools .section-menu span {
  background: #ffffff;
  margin: 0;
  padding: 0 10px;
}
.devtools .drawer-item {
  margin: 5px auto;
}
.devtools .drawer-item.toggle {
  position: relative;
}
.devtools .drawer-item.toggle input {
  position: absolute;
  top: 14px;
  left: 14px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.devtools .drawer-item.toggle label {
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.devtools .drawer-item.toggle label .toggle-state {
  background: transparent none repeat scroll 0% 0%;
  position: absolute;
  left: 20px;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  z-index: 0;
}
.devtools .drawer-item.toggle label .toggle-state .checkbox {
  border: 3px solid #fff;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.devtools .drawer-item.toggle label .toggle-state .checkbox:before {
  content: " ";
}
.devtools .drawer-item.toggle label.selected .toggle-state .checkbox {
  color: #fff;
}
.devtools .drawer-item.toggle label.selected .toggle-state .checkbox:before {
  content: "\e633";
}
.devtools .drawer-item.toggle .toggle-inner {
  padding: 20px 20px 20px 64px;
}
.devtools .drawer-item.tip {
  margin: 10px auto;
  width: 95%;
}
.devtools .drawer-item.open-map {
  float: left;
  margin-left: 3%;
  padding-left: 5px;
  padding-right: 5px;
  width: 46%;
}
.devtools .drawer-item.open-map .devtools-alpha {
  display: none;
  color: #ffff00;
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  line-height: normal;
  margin: 2px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.devtools .drawer-item.open-map:after {
  content: "\e610";
  font-family: 'vanilla';
  position: relative;
  left: 6px;
}
.devtools .drawer-item.open-spoor-log {
  float: left;
  margin-left: 2%;
  margin-right: 3%;
  width: 46%;
}
.devtools .drawer-item.pass {
  margin-left: 3%;
  background-color: rgba(153, 255, 153, 0.6);
}
.devtools .drawer-item.fail {
  margin-right: 3%;
  background-color: rgba(255, 153, 153, 0.6);
}
.devtools-annotation {
  position: absolute;
  background-color: yellow;
  color: black;
  font-size: 12px;
  padding: 0 5px;
}
.devtools-annotation.devtools-annotation-warning {
  background-color: #ff9999;
}
.touch .devtools .tip.auto-correct {
  display: none !important;
}
.mcq-component .mcq-widget:not(.complete) .mcq-item.hintCorrect label {
  /*background-color: green !important;*/
  opacity: 1;
}
.mcq-component .mcq-widget:not(.complete) .mcq-item.hintIncorrect input {
  opacity: 0;
}
.mcq-component .mcq-widget:not(.complete) .mcq-item.hintIncorrect label {
  /*background-color: red !important;*/
  opacity: 0.1;
}
.ie8 .mcq-component .mcq-widget .mcq-item.hintCorrect label {
  /*background-color: green !important;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .mcq-component .mcq-widget .mcq-item.hintIncorrect input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ie8 .mcq-component .mcq-widget .mcq-item.hintIncorrect label {
  /*background-color: red !important;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.ie8 .mcq-component .mcq-widget.complete .mcq-item.hintCorrect label {
  /*background-color: green !important;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .mcq-component .mcq-widget.complete .mcq-item.hintIncorrect input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .mcq-component .mcq-widget.complete .mcq-item.hintIncorrect label {
  /*background-color: red !important;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gmcq-component .gmcq-widget:not(.complete) .gmcq-item.hintCorrect label {
  opacity: 1;
}
.gmcq-component .gmcq-widget:not(.complete) .gmcq-item.hintIncorrect input {
  opacity: 0;
}
.gmcq-component .gmcq-widget:not(.complete) .gmcq-item.hintIncorrect label {
  opacity: 0.1;
}
.ie8 .gmcq-component .gmcq-widget .gmcq-item.hintCorrect label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .gmcq-component .gmcq-widget .gmcq-item.hintIncorrect input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ie8 .gmcq-component .gmcq-widget .gmcq-item.hintIncorrect label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.ie8 .gmcq-component .gmcq-widget.complete .gmcq-item.hintCorrect label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .gmcq-component .gmcq-widget.complete .gmcq-item.hintIncorrect input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .gmcq-component .gmcq-widget.complete .gmcq-item.hintIncorrect label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*.matching-component {
	.matching-widget:not(.complete) {
		option {
			&.hintCorrect {
				opacity: 1;
			}
			&.hintIncorrect {
				opacity: 0.1;
			}
		}
	}
}

.ie8 {
	.matching-component {
		.matching-widget {
			option {
				&.hintCorrect {
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				}
				&.hintIncorrect {
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
				}
			}
		}
		.matching-widget.complete {
			option {
				&.hintCorrect {
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				}
				&.hintIncorrect {
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				}
			}
		}
	}
}*/
.slider-component .slider-widget:not(.complete) .slider-scale-number.hintCorrect {
  opacity: 1;
}
.slider-component .slider-widget:not(.complete) .slider-scale-number.hintIncorrect {
  opacity: 0.1;
}
.ie8 .slider-component .slider-widget .slider-scale-number.hintCorrect {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .slider-component .slider-widget .slider-scale-number.hintIncorrect {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.ie8 .slider-component .slider-widget.complete .slider-scale-number.hintCorrect {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .slider-component .slider-widget.complete .slider-scale-number.hintIncorrect {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu a.unlock,
.menu button.unlock {
  pointer-events: auto !important;
}
.devtools-map body {
  max-width: 1400px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
  margin: 0 auto;
}
.devtools-map body.theme-dark {
  background-color: #000000;
  color: #ffffff;
}
.devtools-map body.theme-light {
  background-color: #ffffff;
  color: #000000;
}
.devtools-map .devtools-map-container a {
  color: inherit;
  text-decoration: inherit;
}
.devtools-map .devtools-map-container .devtools-map-text {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  line-height: normal;
}
.devtools-map .devtools-map-container .devtools-map-border {
  border-bottom: 1px solid;
}
.devtools-map .devtools-map-container .devtools-map-menu {
  display: table;
  width: 100%;
}
.devtools-map .devtools-map-container .devtools-map-menu:not(.last) {
  border-bottom: 1px solid;
}
.devtools-map .devtools-map-container .devtools-map-menu .devtools-map-menu-title {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  line-height: normal;
  background-color: rgba(255, 153, 153, 0.35);
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
.devtools-map .devtools-map-container .devtools-map-menu .devtools-map-menu-title.devtools-map-optional {
  background-color: rgba(225, 225, 225, 0.6);
}
.devtools-map .devtools-map-container .devtools-map-menu .devtools-map-menu-title.devtools-map-completed {
  background-color: rgba(153, 255, 153, 0.35) !important;
}
.devtools-map .devtools-map-container .devtools-map-menu .devtools-map-menu-items {
  display: table-cell;
  width: 80%;
}
.devtools-map .devtools-map-container .devtools-map-content-object {
  display: table;
  width: 100%;
}
.devtools-map .devtools-map-container .devtools-map-content-object:not(.last) {
  border-bottom: 1px solid;
}
.devtools-map .devtools-map-container .devtools-map-content-object .devtools-map-content-object-title {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  line-height: normal;
  background-color: rgba(255, 153, 153, 0.4);
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
.devtools-map .devtools-map-container .devtools-map-content-object .devtools-map-content-object-title.devtools-map-optional {
  background-color: rgba(225, 225, 225, 0.6);
}
.devtools-map .devtools-map-container .devtools-map-content-object .devtools-map-content-object-title.devtools-map-completed {
  background-color: rgba(153, 255, 153, 0.4) !important;
}
.devtools-map .devtools-map-container .devtools-map-content-object .devtools-map-article-container {
  display: table-cell;
  width: 80%;
}
.devtools-map .devtools-map-container .devtools-map-article {
  display: table;
  width: 100%;
}
.devtools-map .devtools-map-container .devtools-map-article:not(.last) {
  border-bottom: 1px solid;
}
.devtools-map .devtools-map-container .devtools-map-article .devtools-map-article-header {
  position: absolute;
  top: 0px;
  left: 0px;
}
.devtools-map .devtools-map-container .devtools-map-article .devtools-map-article-header .devtools-map-abc-id {
  position: static;
  top: auto;
  left: auto;
}
.devtools-map .devtools-map-container .devtools-map-article .devtools-map-article-header .trickled {
  border-top: 10px solid #ffff00;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 5px;
}
.devtools-map .devtools-map-container .devtools-map-article .devtools-map-article-title {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  line-height: normal;
  background-color: rgba(255, 153, 153, 0.5);
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
.devtools-map .devtools-map-container .devtools-map-article .devtools-map-article-title.devtools-map-optional {
  background-color: rgba(225, 225, 225, 0.6);
}
.devtools-map .devtools-map-container .devtools-map-article .devtools-map-article-title.devtools-map-completed {
  background-color: rgba(153, 255, 153, 0.5) !important;
}
.devtools-map .devtools-map-container .devtools-map-article .devtools-map-article-blocks {
  display: table-cell;
  width: 80%;
}
.devtools-map .devtools-map-container .devtools-map-block {
  display: table;
  width: 100%;
}
.devtools-map .devtools-map-container .devtools-map-block:not(.last) {
  border-bottom: 1px solid;
}
.devtools-map .devtools-map-container .devtools-map-block.trickled:before {
  border-top: 10px solid #ffff00;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
}
.devtools-map .devtools-map-container .devtools-map-block .devtools-map-block-title {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  line-height: normal;
  background-color: rgba(255, 153, 153, 0.6);
  display: block;
  font-size: 10px;
  text-align: center;
}
.devtools-map .devtools-map-container .devtools-map-block .devtools-map-block-title.devtools-map-optional {
  background-color: rgba(225, 225, 225, 0.6);
}
.devtools-map .devtools-map-container .devtools-map-block .devtools-map-block-title.devtools-map-completed {
  background-color: rgba(153, 255, 153, 0.6) !important;
}
.devtools-map .devtools-map-container .devtools-map-block .devtools-map-block-title .devtools-map-abc-id {
  margin: 0;
  position: static;
}
.devtools-map .devtools-map-container .devtools-map-block .devtools-map-block-components {
  display: table;
  width: 100%;
}
.devtools-map .devtools-map-container .devtools-map-component {
  background-color: rgba(255, 153, 153, 0.6);
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.devtools-map .devtools-map-container .devtools-map-component.devtools-map-optional {
  background-color: rgba(225, 225, 225, 0.6);
}
.devtools-map .devtools-map-container .devtools-map-component.devtools-map-completed {
  background-color: rgba(153, 255, 153, 0.6) !important;
}
.devtools-map .devtools-map-container .devtools-map-component.devtools-map-component-0.last {
  width: 100%;
}
.devtools-map .devtools-map-container .devtools-map-component.devtools-map-component-1 .devtools-map-abc-id {
  left: auto;
  right: 0px;
}
.devtools-map .devtools-map-container .devtools-map-component.devtools-map-component-1 .devtools-map-component-info {
  left: auto;
  right: 0px;
}
.devtools-map .devtools-map-container .devtools-map-component.correct .devtools-map-component-mark:after {
  content: "\e633";
}
.devtools-map .devtools-map-container .devtools-map-component.incorrect .devtools-map-component-mark:after {
  content: "\e634";
}
.devtools-map .devtools-map-container .devtools-map-component .devtools-map-component-info {
  position: absolute;
  margin: 2px;
  opacity: 0.5;
  bottom: 0px;
  left: 0px;
}
.devtools-map .devtools-map-container .devtools-map-component .devtools-map-component-info .devtools-map-component-type {
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  font-style: italic;
  line-height: normal;
}
.devtools-map .devtools-map-container .devtools-map-component .devtools-map-component-info .devtools-map-component-mark {
  font-family: "vanilla";
  position: relative;
  top: 3px;
}
.devtools-map .devtools-map-container .devtools-map-component .devtools-map-component-label {
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  margin: 10px 0;
  width: 100%;
  display: inline-block;
}
.devtools-map .devtools-map-container .devtools-map-abc-id {
  font-family: 'Courier New', Courier;
  font-size: 13px;
  font-style: italic;
  line-height: normal;
  position: absolute;
  margin: 2px;
  top: 0px;
  left: 0px;
}
.drawer .fcpagelevelprogress-item-title {
  background-color: #ffffff;
  color: #333;
  text-decoration: none;
  padding: 20px;
  display: block;
}
.drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled {
  box-sizing: border-box;
  background-color: #727272;
  color: #ffffff;
}
.no-touch .drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled:hover {
  background-color: #727272;
  color: #ffffff;
}
.drawer .fcpagelevelprogress-item-title .drawer-item-open {
  padding: 20px 20px 20px 20px;
  display: block;
}
.no-touch .drawer .fcpagelevelprogress-item-title:hover {
  background-color: #e6e6e6;
  color: #fff;
}
.no-touch .drawer .fcpagelevelprogress-item-title:hover .fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar {
  background-color: #888;
}
.drawer .fcpagelevelprogress-item-title span.fc-checkmark {
  color: #eb6b09;
}
.drawer .fcpagelevelprogress-item-title span.fc-checkmark2 {
  color: #0094a9;
}
.fcpagelevelprogress-item-title-inner {
  float: left;
  width: 80%;
}
.dir-rtl .fcpagelevelprogress-item-title-inner {
  float: right;
}
.fcpagelevelprogress-item-optional-text {
  line-height: 1em;
  text-align: right;
}
.fcpagelevelprogress-indicator {
  width: 16%;
  height: 10px;
  margin-left: 4%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ce5e08;
}
.dir-rtl .fcpagelevelprogress-indicator {
  margin-left: inherit;
  margin-right: 4%;
}
.fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar {
  width: 100%;
  height: 10px;
  background-color: #888;
}
.no-touch .fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar:hover {
  background-color: #888;
}
.fcpagelevelprogress-indicator-bar {
  width: 0%;
}
.fcpagelevelprogress-navigation {
  padding: 26px;
  width: 180px;
  float: right;
  display: inline-block;
}
@media all and (max-width: 518px) {
  .fcpagelevelprogress-navigation {
    width: 130px;
  }
}
@media all and (max-width: 758px) {
  .fcpagelevelprogress-navigation {
    padding: 19px;
  }
}
.fcpagelevelprogress-navigation .fcpagelevelprogress-navigation-hamburger.icon {
  margin-top: -6px;
  float: right;
  width: 20px;
  padding: 0;
}
.dir-rtl .fcpagelevelprogress-navigation {
  float: left;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-navigation-completion {
  border-color: #d9d9d9;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-navigation-bar {
  background-color: #ba5507;
}
.fcpagelevelprogress-navigation-completion {
  float: left;
  width: 100px;
  height: 8px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  border-radius: 5px;
}
@media all and (max-width: 518px) {
  .fcpagelevelprogress-navigation-completion {
    width: 50px;
  }
}
.fcpagelevelprogress-navigation-bar {
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: #eb6b09;
}
.menu .fcpagelevelprogress-menu-item {
  box-sizing: border-box;
}
.menu .fcpagelevelprogress-menu-item-indicator {
  width: 100px;
  overflow: hidden;
  position: relative;
  height: 8px;
  background-color: transparent;
  border: 2px solid #eb6b09;
  border-radius: 6px;
}
.menu .fcpagelevelprogress-menu-item-indicator-bar {
  width: 0%;
  height: 8px;
  background-color: #eb6b09;
  height: 10px;
  border-radius: 0;
}
.fcpagelevelprogress-navigation {
  padding: 20px !important;
  margin: 5px 0;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-navigation-completion {
  background-color: #ffffff;
  border-color: #eb6b09;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-navigation-bar {
  background-color: #f78630;
  border-color: #f78630;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-plus-icon {
  color: #eb6b09;
}
.fcpagelevelprogress-navigation-completion {
  height: 8px;
  background-color: #ffffff;
  border: 2px solid #eb6b09;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.fcpagelevelprogress-navigation-bar {
  left: 0;
  border: 2px solid #eb6b09;
  background-color: #eb6b09;
  transition: all 0.3s ease-in;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.dir-rtl .fcpagelevelprogress-navigation-bar {
  right: 0;
  left: auto;
}
.fcpagelevelprogress-plus-icon {
  right: 9px;
}
.drawer .fcpagelevelprogress-item-title {
  background-color: #ffffff;
  color: #333;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  text-transform: none;
  font-weight: normal;
}
.drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled {
  background-color: #727272;
  color: #9c9c9c;
  font-size: 18px;
  font-weight: 300;
}
.no-touch .drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled:hover {
  background-color: #727272;
  color: #9c9c9c;
}
.no-touch .drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled:hover .fcpagelevelprogress-indicator {
  background-color: transparent;
}
.drawer .fcpagelevelprogress-item-title:hover {
  background-color: #a9f4ff;
  color: #eb6b09;
}
.drawer .fcpagelevelprogress-item-title:hover .fcpagelevelprogress-indicator {
  background-color: #000000;
}
.drawer .fcpagelevelprogress-item-title:hover .fcpagelevelprogress-indicator-incomplete {
  background-color: #ffffff;
}
.fcpagelevelprogress-item-title-inner {
  width: 80%;
}
.fcpagelevelprogress-indicator {
  width: 15%;
  height: 8px;
  border: 1px solid #cccccc;
  background-color: transparent;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar {
  background-color: #333;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar:hover {
  background-color: #000000;
}
@media all and (max-width: 759px) {
  .feedback-container > img.flowtutor-question-image {
    display: none;
  }
}
@media all and (max-width: 519px) {
  .question-component .feedback-container {
    clear: both;
  }
}
.question-component .flowtutor-feedback {
  background: lightgray;
  padding: 24px 28px;
}
.question-component .flowtutor-feedback h3 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.question-component .flowtutor-feedback h3 span {
  background: #ffffff;
  padding: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.dir-rtl .question-component .flowtutor-feedback h3 span {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}
.question-component .flowtutor-feedback h3 .fc-checkmark {
  color: #82ca9c;
}
.question-component .flowtutor-feedback h3 .fc-cross {
  color: #f26c4f;
}
@media all and (min-width: 759px) {
  .column-left {
    width: 50%;
    float: left;
  }
  .column-right {
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 20px;
  }
  .flowtutor-feedback {
    padding: 36px 40px;
  }
  .dir-rtl  .column-left {
    float: right;
  }
  .dir-rtl  .column-right {
    float: left;
  }
}
.navigation-extras button.navigation-help-button {
  float: right;
  background: transparent;
}
.navigation-extras button.navigation-help-button:hover {
  background-color: transparent;
}
.navigation-text {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 64px;
}
@media all and (max-width: 759px) {
  .navigation-text {
    display: none;
  }
}
.buttonmenu-menu {
  background: #ffffff;
}
.buttonmenu-menu .menu-container-inner {
  padding: 30px 30px 0px;
  max-width: 900px;
  margin: auto;
}
@media all and (min-width: 759px) {
  .buttonmenu-menu .menu-container-inner {
    display: flex;
  }
  .buttonmenu-menu .menu-container-inner .menu-header,
  .buttonmenu-menu .menu-container-inner .js-children {
    flex-basis: 50%;
  }
  .buttonmenu-menu .menu-container-inner .menu-header {
    margin-right: 20px;
  }
}
.buttonmenu-menu .menu-title,
.buttonmenu-menu .menu-body {
  color: #333;
  margin-bottom: 30px;
}
.buttonmenu-menu .menu-item {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}
.buttonmenu-menu .menu-item .menu-hint {
  position: absolute;
  top: -40px;
  left: 10px;
  background: #eb6b09;
  color: white;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 14px;
}
.buttonmenu-menu .menu-item .menu-hint::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #eb6b09;
  transform: translateY(50%) rotateZ(45deg);
}
.dir-rtl .buttonmenu-menu .menu-item .menu-hint {
  left: auto;
  right: 10px;
}
.buttonmenu-menu .menu-item button {
  width: 100%;
  height: 100px;
  padding: 0;
  background: #0094a9;
  color: #333;
}
.buttonmenu-menu .menu-item button .icon-container {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  background: transparent;
}
.buttonmenu-menu .menu-item button .icon-container span {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.buttonmenu-menu .menu-item button .menu-item-title-inner {
  padding: 10px;
  position: relative;
  text-align: left;
}
.buttonmenu-menu .menu-item-button a {
  text-decoration: none;
  background-color: #eb6b09;
  color: #ffffff;
  padding: 14px;
}
.buttonmenu-menu .menu-item-button a:hover {
  background-color: #0094a9;
  color: #fff;
}
.buttonmenu-menu .menu-item-button a.visited {
  background-color: #727272;
  color: #ccc;
}
@media all and (max-width: 759px) {
  .buttonmenu-menu .menu-inner {
    padding: 0;
  }
  .buttonmenu-menu .menu-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 519px) {
  .buttonmenu-menu .menu-item {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article {
  background-color: #ffffff;
}
.article .article-introduction {
  padding: 80px 0;
  position: relative;
  border-top: 18px solid #faba01;
}
.article .article-introduction .article-header {
  max-width: 900px;
  margin: auto;
  padding: 0;
  color: #333;
  background-image: url('assets/turva10-tunnus.png');
  background-size: 140px 140px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media all and (max-width: 920px) {
  .article .article-introduction .article-header {
    padding: 0 20px;
  }
}
@media all and (max-width: 539px) {
  .article .article-introduction .article-header {
    padding: 0 10px;
    background: none;
  }
}
@media all and (min-width: 539px) {
  .article .article-introduction .article-title,
  .article .article-introduction .article-body {
    padding-right: 35%;
  }
}
.article .article-introduction .article-title {
  margin-bottom: 20px;
  color: #eb6b09;
  text-align: left;
  font-weight: bold;
}
.dir-rtl .article .article-introduction .article-title {
  text-align: right;
}
.article .article-introduction .article-title-inner {
  margin-bottom: 20px;
}
.article .article-introduction .article-body {
  margin-bottom: 30px;
}
.article .article-introduction .article-instruction {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65em;
}
.article .article-introduction .article-badge {
  display: none;
  position: absolute;
  top: -49px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  border: 6px solid #ffde10;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 78px;
  font-weight: bold;
  font-size: 24px;
  color: #ffde10;
}
@media all and (max-width: 920px) {
  .article .article-inner {
    padding: 50px 0 50px;
  }
}
@media all and (max-width: 539px) {
  .article .article-inner {
    padding: 33.33333333px 0 33.33333333px;
  }
}
.article .article-header {
  max-width: 900px;
  margin: auto;
  padding: 0;
}
@media all and (max-width: 920px) {
  .article .article-header {
    padding: 0 20px;
  }
}
@media all and (max-width: 539px) {
  .article .article-header {
    padding: 0 10px;
  }
}
.block {
  background-color: #ffffff;
}
.block .block-inner {
  max-width: 900px;
  margin: auto;
  padding: 80px 0 80px;
}
@media all and (max-width: 920px) {
  .block .block-inner {
    padding: 40px 20px 40px;
  }
}
@media all and (max-width: 539px) {
  .block .block-inner {
    padding: 26.66666667px 10px 26.66666667px;
  }
}
.block .block-title {
  margin-bottom: 20px;
  color: #00798e;
  text-align: left;
}
.dir-rtl .block .block-title {
  text-align: right;
}
.block .block-body {
  margin-bottom: 30px;
}
.block .block-instruction {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65em;
}
.block.no-padding-top {
  margin-top: -80px;
}
@media all and (max-width: 920px) {
  .block.no-padding-top {
    margin-top: -40px;
  }
}
@media all and (max-width: 539px) {
  .block.no-padding-top {
    margin-top: -26.66666667px;
  }
}
.block.no-padding-top .block-inner {
  padding-top: 0;
}
.button,
button {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background-color: #eb6b09;
  color: #ffffff;
  padding: 14px 24px 14px 24px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 0px solid #eb6b09;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
}
@media all and (max-width: 519px) {
  .button,
  button {
    font-size: 14px;
  }
}
.no-touch .button:hover,
.no-touch button:hover {
  background-color: #f78630;
  color: #ffffff;
  border-color: #f78630;
}
.button.base,
button.base {
  background-color: transparent;
  padding: 0;
  text-align: left;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.no-touch .button.base:hover,
.no-touch button.base:hover {
  background-color: transparent;
}
.dir-rtl .button.base,
.dir-rtl button.base {
  text-align: right;
}
.button.disabled,
button.disabled,
.button:disabled,
button:disabled {
  background-color: #727272 !important;
  border-color: #727272 !important;
  color: #ccc !important;
  cursor: default;
}
.no-touch .button.disabled:hover,
.no-touch button.disabled:hover,
.no-touch .button:disabled:hover,
.no-touch button:disabled:hover {
  border-color: #727272;
}
.button[disabled="disabled"],
button[disabled="disabled"] {
  background-color: #727272 !important;
  border-color: #727272 !important;
  color: #ccc !important;
  cursor: default;
}
.no-touch .button[disabled="disabled"]:hover,
.no-touch button[disabled="disabled"]:hover {
  border-color: #727272;
}
.buttons {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  /*
    .buttons-marking-icon {
        position:absolute;
        left:50%;
        top:50%;
        width: 42px;
        height: 42px;
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        border-radius: 50%;
        margin-left: -21px;
        margin-top: -21px;
        color: @button-text-color;
        border: @button-border;
        box-shadow: 0 2px 6px rgba(0,0,0,0.4);

        .dir-rtl & {
            left: inherit;
            margin-left: inherit;
            margin-right: -(40px/2);
            right: 50%;
        }
        
        &.icon-tick {
            background-color: @validation-success;
        }

        &.icon-cross {
            background-color: @validation-error;
        }

        @media all and (max-width: @device-width-small) {
            width: 38px;
            height: 38px;
            line-height: 38px;
            margin-left: -20px;
            margin-top: -20px;
        }
    }
    */
}
.buttons button {
  float: left;
}
.dir-rtl .buttons button {
  float: right;
}
.buttons button.buttons-action {
  margin-right: 0.5%;
}
.buttons button.buttons-feedback {
  margin-left: 0.5%;
}
.buttons button.buttons-action-fullwidth {
  margin-left: 0.5%;
}
.buttons button.no-feedback {
  display: none;
}
.buttons .buttons-display {
  position: relative;
  border: 0px solid #eb6b09;
  border-top: none;
  background-color: #9c9c9c;
  color: #ffffff;
}
.buttons .buttons-marking-icon {
  position: relative;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  border: 0px solid #eb6b09;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.dir-rtl .buttons .buttons-marking-icon {
  left: inherit;
  margin-left: inherit;
  margin-right: -20px;
  right: 50%;
}
.buttons .buttons-marking-icon.icon {
  background: #eb6b09;
}
.buttons .buttons-marking-icon.icon::after {
  content: " ";
  position: absolute;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  left: 50px;
  top: 0px;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  text-align: left;
}
.buttons .buttons-marking-icon.icon-tick {
  background: #82ca9c;
}
.buttons .buttons-marking-icon.icon-tick .answered::after {
  content: " ";
  color: #82ca9c;
}
.buttons .buttons-marking-icon.icon-cross {
  background: #f26c4f;
}
.buttons .buttons-marking-icon.icon-cross .answered::after {
  content: " ";
  color: #f26c4f;
}
@media all and (max-width: 519px) {
  .buttons .buttons-marking-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: 0;
    margin-top: 0;
  }
}
.buttons .buttons-display-inner {
  padding: 14px;
  text-align: center;
}
.component .component-inner {
  background-color: transparent;
  padding: 0;
}
.component .component-inner.blank-inner {
  background-color: transparent;
  padding: 0;
}
.component .component-title {
  margin-bottom: 20px;
  color: #00798e;
  text-align: left;
}
.dir-rtl .component .component-title {
  text-align: right;
}
.component .component-title-inner {
  padding: 0px;
}
.component .component-body {
  margin: 30px 0px 30px;
}
.component .component-body a {
  text-decoration: underline;
}
.component .component-body-inner {
  padding: 0px;
}
.component .component-instruction {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65em;
}
.component .component-instruction-inner.validation-error {
  color: #f26c4f;
}
@media all and (max-width: 519px) {
  .component.component-left {
    padding: 0 0 26.66666667px;
  }
  .component.component-right {
    padding: 26.66666667px 0 0;
  }
}
.drawer {
  background-color: #ffffff;
  color: #333;
}
.drawer .drawer-toolbar {
  position: absolute;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #eb6b09;
}
.drawer .drawer-toolbar .icon {
  color: #eb6b09;
  padding: 20px;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.no-touch .drawer .drawer-toolbar .icon:hover {
  color: #893e05;
}
.drawer .drawer-holder {
  padding-top: 65px;
}
.drawer .drawer-inner {
  border-left: 5px solid #eb6b09;
}
.dir-rtl .drawer .drawer-inner {
  border-left: inherit;
  border-right: 5px solid #eb6b09;
}
.drawer .drawer-item .drawer-item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .drawer .drawer-item .drawer-item-title {
    font-size: 26px;
  }
}
.drawer .drawer-item .drawer-item-description {
  font-size: 18px;
  line-height: 1.65em;
}
.drawer .drawer-item .drawer-item-open {
  border-bottom: 1px solid #ffffff;
  color: #333;
  text-decoration: none;
  width: 100%;
}
.no-touch .drawer .drawer-item .drawer-item-open:hover {
  background-color: #a9f4ff;
  color: #eb6b09;
}
.drawer .drawer-item-open {
  padding: 20px 20px 20px 20px;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.no-touch .drawer .drawer-item-open:hover {
  background-color: #ffffff;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
  -webkit-font-smoothing: antialiased;
}
.ie8  body {
  font-family: Arial, sans-serif;
}
.menu-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .menu-title {
    font-size: 38px;
  }
}
.page-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .page-title {
    font-size: 50px;
  }
}
.page-body {
  font-size: 18px;
}
.article-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .article-title {
    font-size: 38px;
  }
}
.block-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .block-title {
    font-size: 26px;
  }
}
.component-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .component-title {
    font-size: 26px;
  }
}
.item-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .item-title {
    font-size: 21px;
  }
}
.sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .sub-title {
    font-size: 26px;
  }
}
.instruction-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65em;
}
.notify-popup-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .notify-popup-title {
    font-size: 26px;
  }
}
.button-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
}
@media all and (max-width: 519px) {
  .button-text {
    font-size: 14px;
  }
}
ul {
  list-style: disc outside none;
}
ul li {
  margin-bottom: 0.18em;
}
strong,
b {
  font-weight: 700;
}
select {
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
}
@font-face {
  font-family: 'vanilla';
  src: url(fonts/vanilla.woff);
}
.icon {
  font-family: 'vanilla';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  color: #333;
  display: block;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
}
.icon-arrow-left:before {
  content: "\e600";
}
.dir-rtl .icon-arrow-left:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e601";
}
.icon-arrow-up:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e603";
}
.dir-rtl .icon-arrow-right:before {
  content: "\e600";
}
.icon-bookmark:before {
  content: "\e604";
}
.icon-message:before {
  content: "\e605";
}
.icon-mouse:before {
  content: "\e606";
}
.icon-mobile:before {
  content: "\e607";
}
.icon-desktop:before {
  content: "\e608";
}
.icon-pencil:before {
  content: "\e609";
}
.icon-forward-arrow:before {
  content: "\e60a";
}
.dir-rtl .icon-forward-arrow:before {
  content: "\e60b";
}
.icon-backwards-arrow:before {
  content: "\e60b";
}
.dir-rtl .icon-backwards-arrow:before {
  content: "\e60a";
}
.icon-person:before {
  content: "\e60c";
}
.icon-persons:before {
  content: "\e60d";
}
.icon-profile:before {
  content: "\e60e";
}
.icon-pin:before {
  content: "\e60f";
}
.icon-map:before {
  content: "\e610";
}
.icon-point:before {
  content: "\e611";
}
.icon-star:before {
  content: "\e612";
}
.icon-star-hollow:before {
  content: "\e613";
}
.icon-comments:before {
  content: "\e614";
}
.icon-comment:before {
  content: "\e615";
}
.icon-home:before {
  content: "\e616";
}
.icon-popup:before {
  content: "\e617";
}
.icon-search:before {
  content: "\e618";
}
.icon-printer:before {
  content: "\e619";
}
.icon-link:before {
  content: "\e61a";
}
.icon-flag:before {
  content: "\e61b";
}
.icon-cog:before {
  content: "\e61c";
}
.icon-tools:before {
  content: "\e61d";
}
.icon-tag:before {
  content: "\e61e";
}
.icon-camera:before {
  content: "\e61f";
}
.icon-feedback:before {
  content: "\e620";
}
.icon-book:before {
  content: "\e621";
}
.icon-article:before {
  content: "\e622";
}
.icon-eye:before {
  content: "\e623";
}
.icon-time:before {
  content: "\e624";
}
.icon-microphone:before {
  content: "\e625";
}
.icon-calendar:before {
  content: "\e626";
}
.icon-timer:before {
  content: "\e627";
}
.icon-drag:before {
  content: "\e628";
}
.icon-light-bulb:before {
  content: "\e629";
}
.icon-checklist:before {
  content: "\e62a";
}
.icon-ticket:before {
  content: "\e62b";
}
.icon-wi-fi:before {
  content: "\e62c";
}
.icon-line-graph:before {
  content: "\e62d";
}
.icon-pie-chart:before {
  content: "\e62e";
}
.icon-bar-graph:before {
  content: "\e62f";
}
.icon-scatter-graph:before {
  content: "\e630";
}
.icon-padlock-locked:before {
  content: "\e631";
}
.icon-padlock-unlocked:before {
  content: "\e632";
}
.icon-tick:before {
  content: "\e633";
}
.icon-cross:before {
  content: "\e634";
}
.icon-minus:before {
  content: "\e635";
}
.icon-plus:before {
  content: "\e636";
}
.icon-info:before {
  content: "\e637";
}
.icon-question:before {
  content: "\e638";
}
.icon-warning:before {
  content: "\e639";
}
.icon-list:before {
  content: "\e63a";
}
.icon-add-to-list:before {
  content: "\e63b";
}
.icon-menu:before {
  content: "\e63c";
}
.icon-grid:before {
  content: "\e63d";
}
.icon-portrait:before {
  content: "\e63e";
}
.icon-screens:before {
  content: "\e63f";
}
.icon-landscape:before {
  content: "\e640";
}
.icon-images:before {
  content: "\e641";
}
.icon-media:before {
  content: "\e642";
}
.icon-folder:before {
  content: "\e643";
}
.icon-documents:before {
  content: "\e644";
}
.icon-delete:before {
  content: "\e645";
}
.icon-save:before {
  content: "\e646";
}
.icon-download:before {
  content: "\e647";
}
.icon-upload:before {
  content: "\e648";
}
.icon-expand:before {
  content: "\e649";
}
.icon-shrink:before {
  content: "\e64a";
}
.icon-volume:before {
  content: "\e64b";
}
.icon-sound:before {
  content: "\e64c";
}
.icon-sound-mute:before {
  content: "\e64d";
}
.icon-controls-left:before {
  content: "\e64e";
}
.dir-rtl .icon-controls-left:before {
  content: "\e651";
}
.icon-controls-down:before {
  content: "\e64f";
}
.icon-controls-up:before {
  content: "\e650";
}
.icon-controls-right:before {
  content: "\e651";
}
.dir-rtl .icon-controls-right:before {
  content: "\e64e";
}
.icon-triangle-left:before {
  content: "\e652";
}
.dir-rtl .icon-triangle-left:before {
  content: "\e655";
}
.icon-triangle-down:before {
  content: "\e653";
}
.icon-triangle-up:before {
  content: "\e654";
}
.icon-triangle-right:before {
  content: "\e655";
}
.dir-rtl .icon-triangle-right:before {
  content: "\e652";
}
.icon-dot:before {
  content: "\e656";
}
.icon-ellipsis:before {
  content: "\e657";
}
.icon-up-down:before {
  content: "\e658";
}
.icon-controls-small-left:before {
  content: "\e659";
}
.dir-rtl .icon-controls-small-left:before {
  content: "\e65c";
}
.icon-controls-small-down:before {
  content: "\e65a";
}
.icon-controls-small-up:before {
  content: "\e65b";
}
.icon-controls-small-right:before {
  content: "\e65c";
}
.dir-rtl .icon-controls-small-right:before {
  content: "\e659";
}
.icon-radio-checked:before {
  content: "\e65d";
}
.icon-radio-unchecked:before {
  content: "\e65e";
}
.icon-language-1:before {
  content: "\e900";
}
.icon-accessibility:before {
  content: "\e901";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-language-2:before {
  content: "\f1ab";
}
.loading {
  position: fixed !important;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.no-opacity .loading {
  background-image: url('assets/transparency-light.png');
}
.loading .loading-view-image {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  animation: rotation2 2.5s infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.navigation .navigation-inner {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px !important;
  height: 100%;
  overflow: visible;
  position: relative;
}
.navigation .navigation-inner::before {
  height: 5px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  content: "";
}
.navigation .icon {
  padding: 20px;
  color: #eb6b09;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.navigation .icon .button-text {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  bottom: 4px;
}
@media all and (max-width: 759px) {
  .navigation .icon .button-text {
    display: none;
  }
}
.no-touch .navigation .icon:hover {
  color: #f9a361;
}
.navigation .skip-nav-link {
  background-color: #eb6b09;
  border-radius: 0;
  color: #ffffff;
  display: none;
  left: 0;
  margin-top: 0;
  padding: 10px 20px;
  position: absolute;
  top: -56px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  width: auto;
  z-index: 100;
}
.accessibility .navigation .skip-nav-link {
  display: inline-block;
}
.navigation .skip-nav-link:focus {
  top: 0;
}
.notify .notify-popup {
  background-color: #0094a9;
  color: white;
  margin: auto;
  margin-top: 0;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 759px;
  padding: 30px 90px 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media all and (max-width: 920px) {
  .notify .notify-popup {
    padding: 15px 20px 15px;
  }
}
.notify .notify-popup a {
  text-decoration: none;
}
.notify .notify-popup-inner {
  max-width: 900px;
  margin: auto;
  padding: 30px 0 30px;
}
@media all and (max-width: 920px) {
  .notify .notify-popup-inner {
    padding: 15px 20px 15px;
  }
}
@media all and (max-width: 539px) {
  .notify .notify-popup-inner {
    padding: 10px 10px 10px;
  }
}
.ie8 .notify .notify-popup-content {
  max-width: 1024px;
  margin: 0 auto;
}
.notify .notify-popup-content-inner {
  padding-left: 0px;
}
.dir-rtl .notify .notify-popup-content-inner {
  padding-left: inherit;
  padding-right: 0px;
}
@media all and (max-width: 758px) {
  .notify .notify-popup-content-inner {
    padding-left: 0px;
  }
  .dir-rtl .notify .notify-popup-content-inner {
    padding-left: inherit;
    padding-right: 0px;
  }
}
.notify .notify-popup-title {
  margin-bottom: 20px;
  padding-right: 60px;
}
.dir-rtl .notify .notify-popup-title {
  padding-right: inherit;
  padding-left: 60px;
}
.notify .notify-type-prompt .notify-popup-body {
  padding-right: 60px;
}
.dir-rtl .notify .notify-type-prompt .notify-popup-body {
  padding-right: inherit;
  padding-left: 60px;
}
.notify .notify-popup-body a {
  text-decoration: underline;
  color: white;
}
.notify .notify-popup-content-inner .notify-popup-icon {
  position: absolute;
  right: 0px;
  left: inherit;
  padding-bottom: 10px;
}
.notify .notify-popup-content-inner .notify-popup-icon .icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: white;
  margin: 0;
}
.dir-rtl .notify .notify-popup-content-inner .notify-popup-icon {
  right: inherit;
  left: 0px;
}
.notify .notify-popup-buttons {
  text-align: center;
  margin-top: 30px;
}
.notify .notify-popup-button {
  background-color: white;
  color: #0094a9;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  border: none;
  min-width: 100px;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
}
@media all and (max-width: 519px) {
  .notify .notify-popup-button {
    font-size: 14px;
  }
}
.no-touch .notify .notify-popup-button:hover {
  background-color: #003b43;
  color: white;
}
.notify .notify-popup-done {
  padding: 5px;
  margin: 20px 20px;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  -ms-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
}
.no-touch .notify .notify-popup-done:hover {
  border-color: white;
  background-color: white;
}
.no-touch .notify .notify-popup-done:hover .notify-popup-icon-close {
  color: #0094a9;
}
.dir-rtl .notify .notify-popup-done {
  left: 0px;
  right: inherit;
}
.notify .notify-popup-icon-close {
  color: white;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.no-touch .notify .notify-popup-icon-close:hover {
  color: #10e1ff;
}
.notify .notify-shadow {
  background-color: rgba(255, 255, 255, 0.8);
}
.no-opacity .notify .notify-shadow {
  background-image: url('assets/transparency-light.png');
}
.notify-push {
  position: fixed;
  right: 20px;
  width: 380px;
  background-color: #0094a9;
  transition: all 0.3s;
  opacity: 0;
  margin-top: -30px;
  color: #fff;
  z-index: 50;
  border: 1px solid white;
  border-radius: 3px;
}
.dir-rtl .notify-push {
  left: 20px;
  right: inherit;
}
@media all and (max-width: 759px) {
  .notify-push {
    width: 90%;
    max-width: 380px;
    right: 5%;
  }
  .dir-rtl .notify-push {
    left: 5%;
    right: inherit;
  }
}
.notify-push.show {
  margin-top: 0px;
  opacity: 1;
}
.notify-push-inner {
  padding: 30px 0px 30px 30px;
  margin-right: 78px;
  cursor: pointer;
}
.dir-rtl .notify-push-inner {
  margin-left: 78px;
  margin-right: inherit;
  padding: 30px 30px 30px 0px;
}
.notify-push-close {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  text-decoration: none;
}
.dir-rtl .notify-push-close {
  left: 30px;
  right: inherit;
}
.notify-push-close .icon {
  color: white;
}
.no-touch .notify-push-close .icon:hover {
  color: #10e1ff;
}
.page {
  background-color: #ffffff;
}
.page .page-header {
  background-color: #eb6b09;
  display: none;
}
.page .page-header-inner {
  padding: 100px 0 100px;
}
@media all and (max-width: 920px) {
  .page .page-header-inner {
    padding: 100px 20px 100px;
  }
}
@media all and (max-width: 539px) {
  .page .page-header-inner {
    padding: 100px 10px 100px;
  }
}
.page .page-header-content {
  max-width: 900px;
  margin: auto;
  color: #0094a9;
}
.page .page-header-content .page-title {
  font-weight: bold;
}
.page .page-header-content-inner {
  position: relative;
  padding-right: 35%;
}
@media all and (max-width: 900px) {
  .page .page-header-content-inner {
    padding-right: inherit;
  }
}
.page .page-title {
  margin-bottom: 20px;
}
.page .page-body {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
}
.page .page-instruction {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65em;
}
.page .page-graphic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 140px;
  height: 140px;
}
.page .page-graphic img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (max-width: 759px) {
  .page .page-graphic {
    display: none;
  }
}
.shadow {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.8);
}
.no-opacity .shadow {
  background-image: url('assets/transparency-light.png');
}
.transition-all-colors {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.transition-color {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.transition-background-color {
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.transition-border-color {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  -ms-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
}
body {
  background: #eee;
}
#wrapper {
  overflow-x: hidden;
  padding-top: 64px;
  width: 1440px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.divider-block {
  background-color: #9c9c9c;
  color: #ffffff;
  text-align: center;
}
.divider-block .block-title,
.divider-block .block-body,
.divider-block .block-instruction,
.divider-block .component-title,
.divider-block .component-body,
.divider-block .component-instruction {
  color: #ffffff;
  text-align: center;
}
.divider-block .component-inner {
  background-color: transparent;
}
.block.primary-color {
  background-color: #eb6b09;
}
.block.secondary-color {
  background-color: #0094a9;
}
.block.tertiary-color {
  background-color: #ffffff;
}
.block.background-color {
  background-color: #ffffff;
}
.block.background-color-inverted {
  background-color: #9c9c9c;
  color: #ffffff;
}
.block.background-color-inverted .component-inner {
  background-color: transparent;
}
.component-background {
  background-color: transparent;
  padding: 0;
}
.assessment .graphic-component {
  display: block;
}
@media all and (max-width: 759px) {
  .assessment .graphic-component {
    display: none;
  }
}
blockquote {
  border-left: 2px solid #eb6b09;
  margin-left: 20px;
  padding-left: 20px;
}
.top-level .navigation {
  display: none;
}
.top-level #wrapper {
  padding-top: 0;
}
.location-id-course #wrapper {
  background: white;
}
.textbox-nosto {
  position: relative;
  padding: 5px 28px;
  margin: 38px auto;
  background: #0094a9;
  color: white;
  overflow: visible;
}
.block-grey .textbox-nosto,
.block-sea .textbox-nosto {
  background: white;
  color: #333;
}
.graphic-component.negative-margin .graphic-widget img {
  margin: -60px 0;
}
.block.block-lila {
  background: #af1f7b;
  color: white;
}
.block.block-lila .component-title,
.block.block-lila .block-title {
  color: white;
}
.block.block-orange {
  background: #eb6b09;
  color: white;
}
.block.block-orange .component-title,
.block.block-orange .block-title {
  color: white;
}
.block.block-orange .accordion-component .accordion-item-title {
  background-color: white;
  color: #333;
}
.block.block-orange .accordion-component .accordion-item-title .accordion-item-title-icon {
  background-color: #eb6b09;
  color: white;
}
.block.block-orange .accordion-component .accordion-item-title .accordion-visited-icon {
  color: #0094a9;
}
.block.block-orange .accordion-component .accordion-item-title:hover,
.block.block-orange .accordion-component .accordion-item-title.visited:hover {
  background: #eee;
  color: #333;
}
.block.block-orange .accordion-component .accordion-item-body {
  background: #eee;
  border-top: 4px solid #d5d5d5;
  color: #333;
}
.block.block-orange .list-component .list-item::before {
  background-color: #faba01;
}
.block.block-orange .trickle-button-component button.button {
  background: white;
  color: #eb6b09;
}
.block.block-purple {
  background: #771c80;
  color: white;
}
.block.block-purple .component-title,
.block.block-purple .block-title {
  color: white;
}
.block.block-sea {
  background: #0094a9;
  color: white;
}
.block.block-sea .component-title,
.block.block-sea .block-title {
  color: white;
}
.block.block-sea .accordion-component .accordion-item-title {
  background-color: white;
  color: #333;
}
.block.block-sea .accordion-component .accordion-item-title .accordion-item-title-icon {
  background-color: #00798e;
  color: white;
}
.block.block-sea .accordion-component .accordion-item-title .accordion-visited-icon {
  color: #0094a9;
}
.block.block-sea .accordion-component .accordion-item-title:hover,
.block.block-sea .accordion-component .accordion-item-title.visited:hover {
  background: #eee;
  color: #333;
}
.block.block-sea .accordion-component .accordion-item-body {
  background: #eee;
  border-top: 4px solid #d5d5d5;
  color: #333;
}
.block.block-warm-yellow {
  background: #faba01;
  color: #333;
}
.block.block-warm-yellow .component-title,
.block.block-warm-yellow .block-title {
  color: white;
}
.block.block-grey {
  background: #eee;
}
.big-list {
  padding: 2px 14px;
}
.big-list ol {
  margin-top: 18px;
  margin-bottom: 18px;
}
.big-list ol li {
  margin-bottom: 6px;
}
.question-component .flowtutor-feedback {
  background: #0094a9;
  color: white;
  clear: both;
}
.question-component .flowtutor-feedback h3 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.question-component .flowtutor-feedback h3 span {
  background: #ffffff;
  padding: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.dir-rtl .question-component .flowtutor-feedback h3 span {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}
.question-component .flowtutor-feedback h3 .fc-checkmark {
  color: #82ca9c;
}
.question-component .flowtutor-feedback h3 .fc-cross {
  color: #f26c4f;
}
.text-orange {
  color: #eb6b09;
}
.quicknav-component.scenario-end .quicknav-widget {
  display: block;
}
.quicknav-component.scenario-end .quicknav-widget button {
  display: block;
  width: 80%;
  margin: 12px auto;
}
.fcmcq-component.scenario-question .buttons.submitted button.buttons-action {
  background-color: #af1f7b;
}
.fcmcq-component.scenario-question .column-right {
  padding-left: 6px;
}
.fcmcq-component.scenario-question .column-right .flowtutor-feedback {
  padding: 10px 28px;
}
.fcmcq-component.scenario-question .column-right .flowtutor-feedback h3 {
  display: none;
}
.sitaatti {
  padding-left: 10px;
  font-weight: bold;
  position: relative;
}
.sitaatti::before,
.sitaatti::after {
  content: "\"";
  position: absolute;
  font-size: 42px;
  font-weight: bold;
}
.sitaatti::before {
  left: -20px;
  top: 0;
  right: auto;
}
.sitaatti::after {
  top: auto;
  right: -20px;
  bottom: 0;
  left: auto;
}
.page.landing-page .article .article-introduction {
  display: none;
}
.page.landing-page .article .article-inner {
  padding: 120px 0;
}
.page.landing-page .article .block-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page.landing-page .article .block-inner .block-title-inner {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
.article-block-slider-enabled .item-button-arrow {
  border-radius: 50%;
}
.article-block-slider-enabled .item-button-arrow[data-block-slider='left'] .icon {
  transform: translateX(-2px);
}
.buttonmenu-menu {
  background: #ffffff;
}
@media all and (min-width: 759px) {
  .buttonmenu-menu .menu-container {
    padding-top: 60px;
  }
}
.buttonmenu-menu .menu-container-inner {
  margin: auto;
  display: flex;
}
.buttonmenu-menu .menu-container-inner .menu-header,
.buttonmenu-menu .menu-container-inner .js-children {
  flex-basis: 50%;
}
.buttonmenu-menu .menu-container-inner .menu-header .menu-header-inner,
.buttonmenu-menu .menu-container-inner .js-children .menu-header-inner {
  text-align: left;
  padding-right: 20px;
}
.buttonmenu-menu .course-menu-graphic {
  max-width: 322px;
}
.buttonmenu-menu .menu-title,
.buttonmenu-menu .menu-body {
  color: #333;
}
.buttonmenu-menu .menu-title {
  font-weight: bold;
  text-align: left;
  color: #0094a9;
}
.buttonmenu-menu .menu-logos-inner {
  position: relative;
}
.buttonmenu-menu .menu-logos-inner .logo-etkl {
  width: 250px;
}
.buttonmenu-menu .menu-logos-inner .logo-veikkaus {
  width: 120px;
}
@media all and (max-width: 519px) {
  .buttonmenu-menu .menu-logos-inner .logo-etkl {
    width: 170px;
  }
  .buttonmenu-menu .menu-logos-inner .logo-veikkaus {
    width: 110px;
  }
}
@media all and (min-width: 759px) {
  .buttonmenu-menu .buttons-container {
    padding-left: 20px;
  }
}
.buttonmenu-menu .menu-item .menu-hint {
  position: absolute;
  top: -40px;
  left: 10px;
  background: #eb6b09;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 14px;
}
.buttonmenu-menu .menu-item .menu-hint::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #eb6b09;
  transform: translateY(50%) rotateZ(45deg);
}
.dir-rtl .buttonmenu-menu .menu-item .menu-hint {
  left: auto;
  right: 10px;
}
.buttonmenu-menu .menu-item button {
  position: relative;
  height: 80px;
  background: #eb6b09;
  color: #ffffff;
}
.buttonmenu-menu .menu-item button .icon-container {
  background: transparent;
  width: 74px;
  height: 80px;
  margin-right: 2px;
}
.buttonmenu-menu .menu-item button .icon-container span {
  top: auto;
  transform: translateY(0);
  line-height: 80px;
  color: #f99d57;
}
.buttonmenu-menu .menu-item button .checkmark-container {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  text-align: center;
}
.buttonmenu-menu .menu-item button .checkmark-container span {
  line-height: 35px;
  color: #f99d57;
}
.buttonmenu-menu .menu-item button .menu-item-title-inner {
  font-weight: bold;
  padding-left: 70px;
}
@media all and (max-width: 759px) {
  .buttonmenu-menu .menu-item button .menu-item-title-inner {
    padding-left: 44px;
  }
}
.buttonmenu-menu .menu-item button[disabled="disabled"] .icon-container span {
  color: white;
}
.buttonmenu-menu .menu-item button:hover {
  color: #fab17a;
}
.buttonmenu-menu .menu-item.completed button {
  background: #faba01;
}
.buttonmenu-menu .menu-item.completed button .icon-container span {
  color: #f78c3a;
}
.buttonmenu-menu .menu-item.completed button:hover {
  color: #f8974d;
}
@media all and (max-width: 759px) {
  .buttonmenu-menu {
    padding-top: 6px;
  }
  .buttonmenu-menu .menu-container-inner {
    margin: auto;
    display: block;
    padding-top: 4px;
  }
  .buttonmenu-menu .menu-container-inner .menu-header .menu-header-inner,
  .buttonmenu-menu .menu-container-inner .js-children .menu-header-inner {
    text-align: left;
  }
  .buttonmenu-menu .course-menu-graphic {
    max-width: 60%;
  }
  .buttonmenu-menu .menu-number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    margin: -50px -20px 0 auto;
  }
  .buttonmenu-menu .menu-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  .buttonmenu-menu .menu-item button {
    position: relative;
    height: 60px;
  }
  .buttonmenu-menu .menu-item button .icon-container {
    background: transparent;
    width: 74px;
    height: 60px;
    margin-right: 2px;
    width: 40px;
    margin-right: 0px;
    margin-left: 4px;
  }
  .buttonmenu-menu .menu-item button .icon-container span {
    top: auto;
    transform: translateY(0);
    line-height: 60px;
    color: #f99d57;
  }
  .buttonmenu-menu .menu-item button .checkmark-container {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    margin: auto;
    text-align: center;
  }
  .buttonmenu-menu .menu-item button .checkmark-container span {
    line-height: 35px;
    color: #f99d57;
  }
  .buttonmenu-menu .menu-item button .menu-item-title-inner {
    top: 0;
    transform: translateY(0);
    line-height: 40px;
  }
}
.accordion-component .accordion-item {
  margin-bottom: 5px;
}
.accordion-component .accordion-item-title-icon {
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -16px;
  padding: 4px;
}
.accordion-component .accordion-item-title {
  color: #ffffff;
  background-color: #eb6b09;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 64px;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .accordion-component .accordion-item-title {
    font-size: 21px;
  }
}
.accordion-component .accordion-item-title .accordion-item-title-icon,
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #eb6b09;
}
.accordion-component .accordion-item-title .accordion-visited-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  display: none;
  color: #ffffff;
}
.accordion-component .accordion-item-title.visited {
  background-color: #eb6b09;
}
.accordion-component .accordion-item-title.visited .accordion-visited-icon {
  display: block;
}
.accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #ce5e08;
  border-color: #ce5e08;
}
.no-touch .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #ce5e08;
  border-color: #ce5e08;
}
.no-touch .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: initial;
}
.no-touch .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #ce5e08;
  border-color: #ce5e08;
}
.no-touch .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: initial;
}
.no-touch .accordion-component .accordion-item-title.selected:hover {
  background-color: #ce5e08;
}
.no-touch .accordion-component .accordion-item-title.selected:hover .accordion-item-title-icon {
  color: initial;
}
.accordion-component .accordion-item-body {
  color: #ffffff;
  border: none;
  background-color: #eb6b09;
}
.accordion-component .accordion-item-body-inner {
  padding-top: 6px;
}
.accordion-component .accordion-item-body-inner .accordion-item-text p:first-child {
  margin-top: 6px;
}
.graphic-widget {
  text-align: center;
}
.trickle-button-component .trickle-button-inner {
  background-color: none;
  padding: 0;
}
.trickle-button-component.trickle-round-arrow button {
  background-color: #eb6b09;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.trickle-button-component.trickle-full-width .trickle-button-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 4px 0;
}
.trickle-button-component.trickle-full-width .trickle-button-inner.locking button {
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
}
.trickle-button-component.trickle-full-width.trickle-round-arrow .trickle-button-inner.locking button {
  background-color: #eb6b09;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.expose-item-inner .expose-item-cover .expose-image {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.expose-item-inner .expose-item-cover .text {
  display: inline-block;
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 24px;
}
.expose-item-inner .expose-item-cover .back,
.expose-item-inner .expose-item-cover .front {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.expose-item-inner .expose-item-cover .front {
  background: #faba01;
}
.expose-item-inner .expose-item-cover .back {
  background: #ba5507;
}
.expose-item-inner .expose-item-cover.fade {
  opacity: 0;
}
.expose-item-inner .expose-item-cover.slide-up {
  top: -100%;
}
.expose-item-inner .expose-item-cover.slide-left {
  left: -100%;
}
.expose-item-inner .expose-item-cover.slide-right {
  left: 100%;
}
.expose-item-inner .expose-item-cover.slide-down {
  top: 100%;
}
.expose-item-inner .expose-item-cover.flip-up {
  -webkit-transform: rotateX(100deg);
  -moz-transform: rotateX(100deg);
  -ms-transform: rotateX(100deg);
  -o-transform: rotateX(100deg);
  transform: rotateX(100deg);
}
.expose-item-inner .expose-item-cover.flip-left {
  -webkit-transform: rotateY(-100deg);
  -moz-transform: rotateY(-100deg);
  -ms-transform: rotateY(-100deg);
  -o-transform: rotateY(-100deg);
  transform: rotateY(-100deg);
}
.expose-item-inner .expose-item-cover.shrink {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.expose-item-button {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  padding: 0;
  background: none !important;
}
.expose-item-content {
  background: #eee;
}
.expose-item-content .expose-item-title {
  padding: 16px 16px 0 16px;
  background: transparent;
  color: #333;
  font-weight: bold;
}
.expose-item-content .expose-item-body {
  padding: 0 16px;
}
.fcpagelevelprogress-navigation {
  width: auto;
}
.fcpagelevelprogress-navigation .fcpagelevelprogress-navigation-text {
  float: left;
  color: #eb6b09;
  margin-right: 10px;
  line-height: 30px;
  position: relative;
  top: -10px;
}
.fcmcq-component {
  padding-bottom: 40px;
  overflow: hidden;
}
.fcmcq-widget.disabled .fcmcq-item label.selected.disabled {
  color: #333;
  background-color: #ffffff;
  border-color: transparent;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item label.disabled {
  color: #333;
  background-color: #ffffff;
  border-color: transparent;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item.correct .disabled .fcmcq-item-inner span {
  border-bottom: 4px solid #82ca9c;
}
.fcmcq-widget.disabled .fcmcq-item.correct .selected .fcmcq-item-icon {
  color: #82ca9c;
}
.fcmcq-widget.disabled .fcmcq-item.correct label.disabled {
  border-left-color: transparent;
}
.fcmcq-widget.disabled .fcmcq-item.incorrect label.disabled {
  border-left-color: transparent;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label:hover {
  color: #333;
  background-color: #ffffff;
  border-color: transparent;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label:hover .fcmcq-item-icon {
  color: #333;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled {
  color: #333;
  background-color: #ffffff;
  border-color: transparent;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled:hover {
  color: #333;
  background-color: #ffffff;
  border-color: transparent;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled .fcmcq-item-icon {
  color: #333;
}
.flipper-inner {
  /* hide back of pane during swap */
}
.flipper-inner .flipper-item {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px #000000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.frontface-yellow .flipper-inner .flipper-item {
  background-color: #ffde10;
}
.list-component .list-item-title {
  padding: 10px;
  padding-left: 80px;
  background-size: 50px;
  margin-bottom: 0;
}
.navigation-extras button.navigation-help-button {
  float: right;
  background: transparent;
  padding: 20px;
}
.navigation-extras button.navigation-help-button:hover {
  background-color: transparent;
}
.navigation-extras button.navigation-help-button .icon.icon-question {
  float: right;
  padding: 0;
}
.navigation-extras button.navigation-help-button .navigation-help-button-text {
  color: #eb6b09;
  position: relative;
  bottom: 4px;
  margin-right: 4px;
}
.notify-imagegrid-component .notify-imagegrid-widget {
  font-size: 0;
  position: relative;
  text-align: center;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner {
  align-items: flex-start;
  align-content: center;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-grid-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-image .constrainimg {
  object-fit: contain;
  margin: auto;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-image .img2click {
  margin: auto;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-title {
  color: #333;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-title-inner {
  background-color: transparent;
  padding: 10px;
  color: #333;
}
.notify-imagegrid-component .notify-imagegrid-widget .reverserow {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
}
.quicknav button {
  padding: 14px 24px 14px 24px;
}
.quicknav button .icon {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.quicknav button .icon:before {
  line-height: 1;
}
.quicknav button.selected {
  background-color: #f78630;
  border-color: #f78630;
  color: #ffffff;
}
.quicknav button.disabled {
  cursor: not-allowed;
}
.quicknav button .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
  display: inline-block;
  line-height: 135%;
  min-width: 24px;
}
@media all and (max-width: 519px) {
  .quicknav button .text {
    font-size: 14px;
  }
}
@media all and (max-width: 519px) {
  .quicknav button .text {
    line-height: 24px;
    min-height: 24px;
  }
}
.stacklist-item {
  position: relative;
  padding: 10xp 20px;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'fc-basics-01';
  src: url('fonts/fc-basics-01.eot?morms4');
  src: url('fonts/fc-basics-01.eot?morms4#iefix') format('embedded-opentype'), url('fonts/fc-basics-01.woff?morms4') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="fc-"],
[class*=" fc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fc-basics-01' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-one-finger-click:before {
  content: "\e900";
}
.fc-home3:before {
  content: "\e902";
}
.fc-magazine:before {
  content: "\e907";
}
.fc-pencil:before {
  content: "\e909";
}
.fc-pencil2:before {
  content: "\e90a";
}
.fc-quill3:before {
  content: "\e910";
}
.fc-quill4:before {
  content: "\e911";
}
.fc-pen4:before {
  content: "\e915";
}
.fc-pen5:before {
  content: "\e919";
}
.fc-image:before {
  content: "\e92b";
}
.fc-music3:before {
  content: "\e93b";
}
.fc-play:before {
  content: "\e946";
}
.fc-clapboard-play:before {
  content: "\e947";
}
.fc-pacman:before {
  content: "\e95b";
}
.fc-bullhorn:before {
  content: "\e966";
}
.fc-megaphone:before {
  content: "\e967";
}
.fc-mic2:before {
  content: "\e973";
}
.fc-mic-off2:before {
  content: "\e974";
}
.fc-book:before {
  content: "\e976";
}
.fc-book2:before {
  content: "\e977";
}
.fc-books:before {
  content: "\e978";
}
.fc-file-text:before {
  content: "\e97a";
}
.fc-profile:before {
  content: "\e97b";
}
.fc-file-empty2:before {
  content: "\e97d";
}
.fc-files-empty2:before {
  content: "\e97f";
}
.fc-file-download2:before {
  content: "\e985";
}
.fc-file-upload2:before {
  content: "\e987";
}
.fc-file-check2:before {
  content: "\e989";
}
.fc-coin-euro:before {
  content: "\e9d7";
}
.fc-piggy-bank:before {
  content: "\e9da";
}
.fc-calculator:before {
  content: "\e9df";
}
.fc-location:before {
  content: "\e9f4";
}
.fc-location2:before {
  content: "\e9f5";
}
.fc-compass2:before {
  content: "\e9f9";
}
.fc-map2:before {
  content: "\e9fb";
}
.fc-direction:before {
  content: "\e9fd";
}
.fc-clock:before {
  content: "\ea00";
}
.fc-clock2:before {
  content: "\ea01";
}
.fc-bell2:before {
  content: "\ea09";
}
.fc-printer2:before {
  content: "\ea12";
}
.fc-display:before {
  content: "\ea17";
}
.fc-laptop:before {
  content: "\ea18";
}
.fc-mobile:before {
  content: "\ea19";
}
.fc-tablet:before {
  content: "\ea1b";
}
.fc-floppy-disk:before {
  content: "\ea27";
}
.fc-database:before {
  content: "\ea2a";
}
.fc-undo:before {
  content: "\ea2b";
}
.fc-redo:before {
  content: "\ea2c";
}
.fc-rotate-ccw:before {
  content: "\ea2d";
}
.fc-rotate-cw:before {
  content: "\ea2e";
}
.fc-undo2:before {
  content: "\ea39";
}
.fc-redo2:before {
  content: "\ea3a";
}
.fc-bubble:before {
  content: "\ea3d";
}
.fc-bubbles:before {
  content: "\ea3e";
}
.fc-bubbles2:before {
  content: "\ea3f";
}
.fc-bubbles3:before {
  content: "\ea41";
}
.fc-bubbles4:before {
  content: "\ea42";
}
.fc-user:before {
  content: "\ea43";
}
.fc-users:before {
  content: "\ea44";
}
.fc-user-plus:before {
  content: "\ea45";
}
.fc-user-minus:before {
  content: "\ea46";
}
.fc-user-check:before {
  content: "\ea47";
}
.fc-quotes-left:before {
  content: "\ea4b";
}
.fc-quotes-right:before {
  content: "\ea4c";
}
.fc-hour-glass:before {
  content: "\ea4d";
}
.fc-spinner2:before {
  content: "\ea4f";
}
.fc-enlarge:before {
  content: "\ea5d";
}
.fc-shrink:before {
  content: "\ea5e";
}
.fc-enlarge2:before {
  content: "\ea5f";
}
.fc-shrink2:before {
  content: "\ea60";
}
.fc-lock:before {
  content: "\ea63";
}
.fc-unlocked:before {
  content: "\ea64";
}
.fc-wrench:before {
  content: "\ea65";
}
.fc-cog:before {
  content: "\ea68";
}
.fc-hammer:before {
  content: "\ea6c";
}
.fc-aid-kit:before {
  content: "\ea6e";
}
.fc-pill:before {
  content: "\ea75";
}
.fc-pie-chart2:before {
  content: "\ea78";
}
.fc-rating:before {
  content: "\ea83";
}
.fc-rating2:before {
  content: "\ea84";
}
.fc-rating3:before {
  content: "\ea85";
}
.fc-glass:before {
  content: "\ea8e";
}
.fc-mug:before {
  content: "\ea94";
}
.fc-plate:before {
  content: "\ea96";
}
.fc-steak:before {
  content: "\ea97";
}
.fc-fish:before {
  content: "\ea98";
}
.fc-chicken:before {
  content: "\ea99";
}
.fc-hamburger:before {
  content: "\ea9a";
}
.fc-cheese:before {
  content: "\ea9c";
}
.fc-bread:before {
  content: "\ea9d";
}
.fc-icecream:before {
  content: "\ea9e";
}
.fc-cup:before {
  content: "\eaa0";
}
.fc-coffee-bean:before {
  content: "\eaa1";
}
.fc-leaf:before {
  content: "\eaa3";
}
.fc-apple:before {
  content: "\eaa4";
}
.fc-rocket:before {
  content: "\eaad";
}
.fc-bomb:before {
  content: "\eab4";
}
.fc-fire:before {
  content: "\eab5";
}
.fc-lamp:before {
  content: "\eab9";
}
.fc-lamp2:before {
  content: "\eabb";
}
.fc-bin:before {
  content: "\eabd";
}
.fc-bin2:before {
  content: "\eabe";
}
.fc-menu:before {
  content: "\eafe";
}
.fc-flag3:before {
  content: "\eb18";
}
.fc-flag5:before {
  content: "\eb1a";
}
.fc-attachment:before {
  content: "\eb1c";
}
.fc-eye:before {
  content: "\eb1d";
}
.fc-eye-blocked:before {
  content: "\eb20";
}
.fc-heart:before {
  content: "\eb3f";
}
.fc-thumbs-up2:before {
  content: "\eb42";
}
.fc-thumbs-down:before {
  content: "\eb43";
}
.fc-thumbs-up3:before {
  content: "\eb45";
}
.fc-thumbs-down3:before {
  content: "\eb46";
}
.fc-man:before {
  content: "\eb47";
}
.fc-woman:before {
  content: "\eb48";
}
.fc-happy:before {
  content: "\eb4e";
}
.fc-happy2:before {
  content: "\eb4f";
}
.fc-smile:before {
  content: "\eb50";
}
.fc-smile2:before {
  content: "\eb51";
}
.fc-sad:before {
  content: "\eb54";
}
.fc-sad2:before {
  content: "\eb55";
}
.fc-angry:before {
  content: "\eb5c";
}
.fc-angry2:before {
  content: "\eb5d";
}
.fc-neutral:before {
  content: "\eb66";
}
.fc-neutral2:before {
  content: "\eb67";
}
.fc-warning:before {
  content: "\eb82";
}
.fc-warning2:before {
  content: "\eb83";
}
.fc-notification:before {
  content: "\eb84";
}
.fc-notification2:before {
  content: "\eb85";
}
.fc-question3:before {
  content: "\eb88";
}
.fc-question4:before {
  content: "\eb89";
}
.fc-plus:before {
  content: "\eb8a";
}
.fc-minus:before {
  content: "\eb8b";
}
.fc-plus-circle:before {
  content: "\eb8c";
}
.fc-minus-circle:before {
  content: "\eb8d";
}
.fc-info:before {
  content: "\eb8e";
}
.fc-info2:before {
  content: "\eb8f";
}
.fc-cancel-circle:before {
  content: "\eb90";
}
.fc-cancel-circle2:before {
  content: "\eb91";
}
.fc-cross:before {
  content: "\eb93";
}
.fc-checkmark:before {
  content: "\eb94";
}
.fc-checkmark2:before {
  content: "\eb95";
}
.fc-enter2:before {
  content: "\eb99";
}
.fc-volume-medium:before {
  content: "\ebad";
}
.fc-volume-mute2:before {
  content: "\ebb0";
}
.fc-arrow-up:before {
  content: "\ebb9";
}
.fc-arrow-right:before {
  content: "\ebba";
}
.fc-arrow-down:before {
  content: "\ebbb";
}
.fc-arrow-left:before {
  content: "\ebbc";
}
.fc-arrow-up-left:before {
  content: "\ebbd";
}
.fc-arrow-up2:before {
  content: "\ebbe";
}
.fc-arrow-up-right:before {
  content: "\ebbf";
}
.fc-arrow-right2:before {
  content: "\ebc0";
}
.fc-arrow-down-right:before {
  content: "\ebc1";
}
.fc-arrow-down2:before {
  content: "\ebc2";
}
.fc-arrow-down-left:before {
  content: "\ebc3";
}
.fc-arrow-left2:before {
  content: "\ebc4";
}
.fc-arrow-up-left2:before {
  content: "\ebc5";
}
.fc-arrow-up3:before {
  content: "\ebc6";
}
.fc-arrow-up-right2:before {
  content: "\ebc7";
}
.fc-arrow-right3:before {
  content: "\ebc8";
}
.fc-arrow-down-right2:before {
  content: "\ebc9";
}
.fc-arrow-down3:before {
  content: "\ebca";
}
.fc-arrow-down-left2:before {
  content: "\ebcb";
}
.fc-arrow-left3:before {
  content: "\ebcc";
}
.fc-circle-up2:before {
  content: "\ebe1";
}
.fc-circle-right2:before {
  content: "\ebe2";
}
.fc-circle-down2:before {
  content: "\ebe3";
}
.fc-circle-left2:before {
  content: "\ebe4";
}
.fc-checkbox-checked:before {
  content: "\ec04";
}
.fc-checkbox-unchecked:before {
  content: "\ec05";
}
.fc-radio-checked:before {
  content: "\ec06";
}
.fc-radio-unchecked:before {
  content: "\ec08";
}
.fc-toggle-on:before {
  content: "\ec09";
}
.fc-toggle-off:before {
  content: "\ec0a";
}
.fc-filter3:before {
  content: "\ec14";
}
.location-id-5ed108f3cb7fb1112d27d969 .navigation-back-button {
  visibility: hidden;
}
.scenario-question .item-0 {
  display: none;
}
.isokoko img {
  max-width: 200% !important;
}
/*# sourceMappingURL=adapt.css.map */