.responsive-layout {
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .responsive-layout {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  .responsive-layout {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .responsive-layout {
    width: 960px;
  }
}
.visibility-hidden {
  visibility: hidden!important;
}
.display-none {
  display: none!important;
}
.accessibility.no-touch .focused,
.accessibility.no-touch button:focus,
.accessibility.no-touch select:focus,
.accessibility.no-touch textarea:focus,
.accessibility.no-touch a:focus,
.accessibility.no-touch input:focus + label {
  outline: 2px solid orange;
}
#accessibility-toggle {
  position: absolute;
  top: -1px;
  left: -25px;
  height: 1px;
  width: 1px;
  z-index: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding: 8px 10px 8px 10px;
}
.dir-rtl #accessibility-toggle {
  left: inherit;
  right: -25px;
}
#accessibility-toggle:focus {
  height: auto;
  width: auto;
  top: 70px;
  left: 10px;
  z-index: 5000;
  background: #fd6921;
  border: 1px solid #fff;
  color: #fff;
}
.dir-rtl #accessibility-toggle:focus {
  left: inherit;
  right: 10px;
}
.skip-nav-link {
  background-color: #fd6921;
  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 {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media all and (min-width: 520px) {
  #wrapper {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  #wrapper {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  #wrapper {
    width: 960px;
  }
}
@media all and (min-width: 1024px) {
  #wrapper {
    width: 1024px;
    margin: 0 auto;
  }
}
@media all and (max-width: 759px) and (min-width: 519px) {
  #wrapper {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.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 {
  margin: 0 auto;
  position: fixed;
  top: 0;
  height: 40px;
  z-index: 500;
  width: 100%;
}
@media all and (min-width: 520px) {
  .navigation {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  .navigation {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .navigation {
    width: 960px;
  }
}
@media all and (min-width: 1024px) {
  .navigation {
    width: 1024px;
    margin: 0 auto;
  }
}
@media all and (max-width: 759px) and (min-width: 519px) {
  .navigation {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .navigation {
    width: 100%;
    margin: 0 auto;
  }
}
.ie8 .navigation {
  max-width: 1024px;
}
.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;
  }
}
.responsive-layout .ie8 .notify .notify-popup-content {
  max-width: 1024px;
  margin: 0 auto;
}
.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%;
  }
}
/*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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  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;*/
  /*DESTKOP: stop focus making window jump to bottom of page;*/
}
.touch #a11y-focusguard {
  position: relative !important;
}
.no-touch #a11y-focusguard {
  position: fixed !important;
}
/*HIDDEN FOCUS/ALERT ELEMENT */
#a11y-selected,
#a11y-selected * {
  position: fixed !important;
  left: 0px !important;
  bottom: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  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;
}
/*FOCUS DISTRACTION*/
#a11y-focuser {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  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: 16px;
  margin-bottom: 16px;
}
.ie8.size-medium .component-left,
.ie8.size-large .component-left {
  width: 50%;
  float: left;
}
.ie8.size-medium .component-left .component-inner,
.ie8.size-large .component-left .component-inner {
  margin-right: 5%;
}
.ie8.size-medium .component-right,
.ie8.size-large .component-right {
  width: 50%;
  float: right;
}
.ie8.size-medium .component-right .component-inner,
.ie8.size-large .component-right .component-inner {
  margin-left: 5%;
}
.ie8.size-small .component-left {
  width: 100%;
  float: left;
}
.ie8.size-small .component-left .component-inner {
  margin-right: 0%;
}
.ie8.size-small .component-right {
  width: 100%;
  float: right;
}
.ie8.size-small .component-right .component-inner {
  margin-left: 0%;
}
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);
}
.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: #fd6921;
  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: #e94e02;
  border-color: #e94e02;
}
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #fd7a3a;
  border-color: #fd7a3a;
}
.accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #fd8b54;
  border-color: #fd8b54;
}
.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: #fd8b54;
  border-color: #fd8b54;
}
.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: #fd8b54;
}
.accordion-component .accordion-item-body {
  color: #000;
  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;
}
.article.article-noheader .article-inner {
  padding-top: 0;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}
.results-retry-button {
  margin: 30px 0 30px;
}
.assessmentResults-component.visibility-hidden {
  display: none;
}
.graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.fcbasket-component {
  position: relative;
}
.fcbasket-component .content-container {
  background: lightgray;
  padding: 20px 28px;
  margin-bottom: 40px;
  text-align: center;
}
.fcbasket-component .content-container .fcbasket-item,
.fcbasket-component .content-container .basket-retry-container {
  display: none;
  opacity: 0;
  transition: all 0.4s;
  position: relative;
}
.fcbasket-component .content-container .fcbasket-item.show,
.fcbasket-component .content-container .basket-retry-container.show {
  opacity: 1;
}
.fcbasket-component .content-container .fcbasket-item-index {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.fcbasket-component .content-container .fcbasket-item-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.fcbasket-component .content-container .fcbasket-categories-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category {
  margin: 10px;
}
.fcbasket-component .content-container .fcbasket-categories-container .categories-button {
  margin: auto;
  margin-bottom: 22px;
  display: block;
}
.fcbasket-component .content-container .fcbasket-categories-container .categories-button.selected {
  background: #fd6921;
}
.fcbasket-component .content-container .fcbasket-categories-container .categories-button.selected:hover {
  background: #fd8b54;
}
.fcbasket-component .content-container .buttons button {
  float: none;
  margin: auto;
}
.fcbasket-component .feedback-container .fcbasket-basket {
  position: relative;
  top: -100px;
  opacity: 0;
  transform: scaleY(0.6);
  transition: all 0.6s;
  padding: 20px 28px;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_a {
  background-color: lightyellow;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_b {
  background-color: pink;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_c {
  background-color: lightcyan;
}
.fcbasket-component .feedback-container .fcbasket-basket .basket-header {
  font-weight: bold;
  margin-bottom: 12px;
}
.fcbasket-component .feedback-container .fcbasket-basket.revealed {
  top: 0;
  opacity: 1;
  transform: scaleY(1);
}
.fcmcq-component {
  position: relative;
}
.fcmcq-component .flowtutor-feedback {
  background: lightgray;
  padding: 24px 28px;
}
@media all and (min-width: 759px) {
  .fcmcq-component .column-left {
    width: 50%;
    float: left;
  }
  .fcmcq-component .column-right {
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 20px;
  }
  .fcmcq-component .flowtutor-feedback {
    padding: 36px 40px;
  }
  .dir-rtl .fcmcq-component .column-left {
    float: right;
  }
  .dir-rtl .fcmcq-component .column-right {
    float: left;
  }
}
.fcmcq-component label {
  color: #000;
  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: #000;
}
.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 #000;
  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: #000;
  background-color: #ffffff;
  border-color: #fd6921;
}
.fcmcq-component label.selected .fcmcq-answer-icon.radio:before {
  content: "\e65d";
}
.fcmcq-component label.selected .fcmcq-answer-icon.checkbox {
  border: 3px solid #000;
  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: #000;
}
.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: #44cc00;
  display: none;
}
.fcmcq-component .fcmcq-incorrect-icon {
  color: #e52e4c;
  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: #000;
  background-color: #ffffff;
  border-color: #fd6921;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item label.disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #fd6921;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item.correct .selected .state {
  color: #44cc00;
}
.fcmcq-widget.disabled .fcmcq-item.correct label.disabled {
  border-left-color: #44cc00;
}
.fcmcq-widget.disabled .fcmcq-item.incorrect .selected .state {
  color: #e52e4c;
}
.fcmcq-widget.disabled .fcmcq-item.incorrect label.disabled {
  border-left-color: #e52e4c;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #fd6921;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label:hover .fcmcq-item-icon {
  color: #000;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #fd6921;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #fd6921;
}
.no-touch .fcmcq-widget:not(.disabled) .fcmcq-item label.disabled .fcmcq-item-icon {
  color: #000;
}
.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: 16px;
  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: #fd6921;
  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;
}
.quicknav .quicknav-widget {
  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: #fd8b54;
  border-color: #faaf48;
  color: #ffffff;
}
.quicknav button.disabled {
  cursor: not-allowed;
}
.quicknav button .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  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: 14px;
  font-weight: 700;
  line-height: 25px;
  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: #fd6921;
  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: #fd6921 transparent transparent transparent;
}
.drawer .article-level-progress-item-title {
  background-color: #022f63;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  display: block;
}
.drawer .article-level-progress-item-title.drawer-item-open.disabled {
  box-sizing: border-box;
  background-color: #707070;
  color: #ffffff;
}
.no-touch .drawer .article-level-progress-item-title.drawer-item-open.disabled:hover {
  background-color: #707070;
  color: #ffffff;
}
.drawer .article-level-progress-item-title .drawer-item-open {
  padding: 20px 20px 20px 20px;
  display: block;
}
.no-touch .drawer .article-level-progress-item-title:hover {
  background-color: #011731;
  color: #fff;
}
.no-touch .drawer .article-level-progress-item-title:hover .article-level-progress-indicator-complete .article-level-progress-indicator-bar {
  background-color: #44cc00;
}
.drawer .article-level-progress-item-title span.fc-checkmark2 {
  color: #44cc00;
}
.article-level-progress-item-title-inner {
  float: left;
  width: 80%;
}
.dir-rtl .article-level-progress-item-title-inner {
  float: right;
}
.article-level-progress-item-optional-text {
  line-height: 1em;
  text-align: right;
}
.article-level-progress-indicator {
  width: 16%;
  height: 10px;
  margin-left: 4%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fd8b54;
}
.dir-rtl .article-level-progress-indicator {
  margin-left: inherit;
  margin-right: 4%;
}
.article-level-progress-indicator-complete .article-level-progress-indicator-bar {
  width: 100%;
  height: 10px;
  background-color: #44cc00;
}
.no-touch .article-level-progress-indicator-complete .article-level-progress-indicator-bar:hover {
  background-color: #44cc00;
}
.article-level-progress-indicator-bar {
  width: 0%;
}
.article-level-progress-navigation {
  padding: 26px;
  width: 180px;
  float: right;
  display: inline-block;
}
@media all and (max-width: 518px) {
  .article-level-progress-navigation {
    width: 130px;
  }
}
@media all and (max-width: 758px) {
  .article-level-progress-navigation {
    padding: 19px;
  }
}
.article-level-progress-navigation .article-level-progress-navigation-hamburger.icon {
  margin-top: -6px;
  float: right;
  width: 20px;
  padding: 0;
}
.dir-rtl .article-level-progress-navigation {
  float: left;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-navigation-completion {
  border-color: #d9d9d9;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-navigation-bar {
  background-color: #e94e02;
}
.article-level-progress-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) {
  .article-level-progress-navigation-completion {
    width: 50px;
  }
}
.article-level-progress-navigation-bar {
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fd6921;
}
.menu .article-level-progress-menu-item {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 5px;
  position: absolute;
  top: 0;
}
@media all and (max-width: 759px) {
  .menu .article-level-progress-menu-item {
    padding: 0;
  }
}
.menu .article-level-progress-menu-item-indicator {
  margin: 0 auto;
  width: 100px;
  border: 4px solid #fd6921;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  height: 6px;
  background-color: #5d81ca;
  width: 100%;
  border: none;
  border-radius: 0;
}
.menu .article-level-progress-menu-item-indicator-bar {
  width: 0%;
  height: 8px;
  background-color: #86d1f5;
  height: 10px;
  border-radius: 0;
}
.article-level-progress-navigation {
  padding: 20px !important;
  margin: 5px 0;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-navigation-completion {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-navigation-bar {
  background-color: #e94e02;
  border-color: #e94e02;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-plus-icon {
  color: #fd6921;
}
.article-level-progress-navigation-completion {
  height: 8px;
  background-color: #d5d5d5;
  border: 2px solid #d5d5d5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}
.article-level-progress-navigation-bar {
  left: 0;
  border: 2px solid #fd6921;
  background-color: #fd6921;
  transition: all 0.3s ease-in;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}
.dir-rtl .article-level-progress-navigation-bar {
  right: 0;
  left: auto;
}
.article-level-progress-plus-icon {
  right: 9px;
}
.drawer .article-level-progress-item-title {
  background-color: #022f63;
  color: #ffffff;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  text-transform: none;
  font-weight: normal;
}
.drawer .article-level-progress-item-title.drawer-item-open.disabled {
  background-color: #022f63;
  color: #5d81ca;
  font-size: 14px;
  font-weight: 300;
}
.no-touch .drawer .article-level-progress-item-title.drawer-item-open.disabled:hover {
  background-color: #022f63;
  color: #5d81ca;
}
.no-touch .drawer .article-level-progress-item-title.drawer-item-open.disabled:hover .article-level-progress-indicator {
  background-color: transparent;
}
.drawer .article-level-progress-item-title:hover {
  background-color: #022f63;
  color: #ffffff;
}
.drawer .article-level-progress-item-title:hover .article-level-progress-indicator {
  background-color: #ffffff;
}
.drawer .article-level-progress-item-title:hover .article-level-progress-indicator-incomplete {
  background-color: #022f63;
}
.article-level-progress-item-title-inner {
  width: 80%;
}
.article-level-progress-indicator {
  width: 15%;
  height: 8px;
  border: 1px solid #022f63;
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.article-level-progress-indicator-complete .article-level-progress-indicator-bar {
  background-color: #ffffff;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.article-level-progress-indicator-complete .article-level-progress-indicator-bar:hover {
  background-color: #ffffff;
}
.no-marking .component-inner .component-widget.disabled.submitted.complete .icon-tick,
.no-marking .component-inner .component-widget.disabled.submitted.complete .icon-cross,
.no-marking .buttons-marking-icon {
  display: none;
}
.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: #fd6921;
  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: #fd6921;
  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;
}
html.trickle {
  height: 100%;
}
html.trickle #wrapper {
  overflow: hidden;
}
.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;
}
.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 #ffffff;
  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: #022f63;
  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;
}
.no-touch button.navigation-help-button {
  float: right;
  background: transparent;
}
.no-touch 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;
}
@media all and (min-width: 1024px) {
  .buttonmenu-menu .menu-container {
    width: 1024px;
    margin: 0 auto;
  }
}
@media all and (max-width: 759px) and (min-width: 519px) {
  .buttonmenu-menu .menu-container {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .buttonmenu-menu .menu-container {
    width: 100%;
    margin: 0 auto;
  }
}
.buttonmenu-menu .menu-container-inner {
  padding: 30px 30px 0px;
  max-width: 1024px;
  margin: auto;
}
.buttonmenu-menu .menu-title,
.buttonmenu-menu .menu-body {
  color: #000;
  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: #fd6921;
  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: #fd6921;
  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: 80px;
  padding: 0;
  background: #fd6921;
  color: #000;
}
.buttonmenu-menu .menu-item button .icon-container {
  display: table;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fd6921;
  width: 80px;
  height: 80px;
}
.buttonmenu-menu .menu-item button .icon-container span {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}
.buttonmenu-menu .menu-item button .menu-item-title-inner {
  color: #ffffff;
  padding-left: 100px;
  text-align: left;
  font-size: 1.5em;
}
.buttonmenu-menu .menu-item-button a {
  text-decoration: none;
  background-color: #fd6921;
  color: #ffffff;
  padding: 14px;
}
.buttonmenu-menu .menu-item-button a:hover {
  background-color: #fd6921;
  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;
  }
  .buttonmenu-menu .menu-item button .icon-container {
    float: left;
    background: #fd6921;
    width: 50px;
    height: 100px;
    margin-right: 20px;
  }
  .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;
    top: 50px;
    transform: translateY(-50%);
    text-align: left;
  }
}
*:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}
.text-orange {
  color: #fd6921;
}
.nosto-info,
.nosto-linkki,
.nosto-huuto,
.nosto-laatikko {
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
  min-height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.nosto-info p,
.nosto-linkki p,
.nosto-huuto p,
.nosto-laatikko p {
  padding-left: 45px;
}
.nosto-laatikko {
  background: #eee;
  border-left: 6px solid #fd6921;
  margin: 4px 0;
}
.nosto-laatikko p {
  padding-left: 25px;
}
@font-face {
  font-family: 'Skatta Sans';
  src: url('fonts/skatta-sans-regular.eot') format('embedded-opentype'), url('fonts/skatta-sans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Skatta Sans';
  src: url('fonts/skatta-sans-regular-ital.eot') format('embedded-opentype'), url('fonts/skatta-sans-regular-ital.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Skatta Sans';
  src: url('fonts/skatta-sans-bold.eot') format('embedded-opentype'), url('fonts/skatta-sans-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Skatta Sans';
  src: url('fonts/skatta-sans-bold-ital.eot') format('embedded-opentype'), url('fonts/skatta-sans-bold-ital.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
ul {
  list-style: disc;
}
@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.ttf?morms4') format('truetype'), url('fonts/fc-basics-01.woff?morms4') format('woff'), url('fonts/fc-basics-01.svg?morms4#fc-basics-01') format('svg');
  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";
}
/* scroll fix
#wrapper {
  overflow-x: hidden; -> overflow: hidden;
}
*/
.accordion-component .accordion-item {
  margin-bottom: 5px;
}
.accordion-component .accordion-item button.accordion-item-title {
  border: none;
}
.accordion-component .accordion-item-title-icon {
  background: white;
  color: #fd6921;
  border-radius: 50%;
}
.dir-rtl .accordion-component .accordion-item-title-icon {
  left: inherit;
  right: 20px;
}
.accordion-component .accordion-item-title {
  text-transform: none;
  font-size: 18px;
}
.accordion-component .accordion-item-title .accordion-complete-icon {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  left: auto;
  margin: auto;
  height: 1em;
  visibility: hidden;
  font-size: 140%;
}
.dir-rtl .accordion-component .accordion-item-title {
  padding-left: inherit;
  padding-right: 64px;
}
.accordion-component .accordion-item-title.visited {
  background-color: #fd6921;
}
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #fd6921;
}
.accordion-component .accordion-item-title.visited .accordion-complete-icon {
  visibility: visible;
}
.accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #fd6921;
}
.no-touch .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #fd6921;
}
.no-touch .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #fd8b54;
  border-color: #fd8b54;
}
.no-touch .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #fd6921;
}
.no-touch .accordion-component .accordion-item-title.selected:hover {
  background-color: #fd8b54;
}
.accordion-component .accordion-item-body {
  color: #000;
  background-color: #ffffff;
  border: 4px solid #fd6921;
  border-color: #fd7a3a;
  border-top: 0;
}
.accordion-component .accordion-item-body-inner {
  padding-top: 8px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 1024px) {
  .responsive-large {
    width: 1024px;
    margin: 0 auto;
  }
}
@media all and (max-width: 759px) and (min-width: 519px) {
  .responsive-medium {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .responsive-small {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1024px) {
  .responsive-layout {
    width: 1024px;
    margin: 0 auto;
  }
}
@media all and (max-width: 759px) and (min-width: 519px) {
  .responsive-layout {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .responsive-layout {
    width: 100%;
    margin: 0 auto;
  }
}
.article {
  padding: 0;
}
.article.peach {
  background-color: #f9e9d0;
}
.article.peach .article-header .article-title {
  color: #022f63;
}
.article.lightgray {
  background-color: #eee;
}
.article .article-inner {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 60px 0 60px;
}
@media all and (max-width: 1064px) {
  .article .article-inner {
    padding: 60px 0 0;
  }
}
@media all and (max-width: 539px) {
  .article .article-inner {
    padding: 60px 0 0;
  }
}
.article .article-title,
.article .article-body,
.article .article-instruction {
  max-width: 1024px;
  margin: auto;
}
@media all and (max-width: 1064px) {
  .article .article-title,
  .article .article-body,
  .article .article-instruction {
    padding: 0 20px;
  }
}
@media all and (max-width: 539px) {
  .article .article-title,
  .article .article-body,
  .article .article-instruction {
    padding: 0 10px;
  }
}
.article .article-title {
  margin-bottom: 20px;
  color: #fd6921;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.dir-rtl .article .article-title {
  text-align: right;
}
.article .article-title .complete-mark {
  position: absolute;
  top: 6px;
  left: -50px;
  font-size: 18px;
  background: #365eb7;
  color: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  visibility: hidden;
}
@media all and (max-width: 1134px) {
  .article .article-title .complete-mark {
    left: 0;
    top: -50px;
  }
}
.article .article-title-inner {
  margin-bottom: 20px;
}
.article .article-instruction {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.article .completion-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 300px;
  height: 100%;
  margin: auto;
  border-radius: 0 20px 20px 0;
  text-align: center;
  color: #ffffff;
  background-color: #f9e9d0;
}
.article .completion-bar .article-complete-mark {
  display: none;
}
@media all and (max-width: 1104px) {
  .article .completion-bar {
    width: 4px;
  }
}
.article.article-intro {
  background: #fd6921;
  padding-bottom: 0;
}
.article.article-intro .article-inner {
  padding-bottom: 0;
}
.article.article-intro .article-title-inner {
  color: #fff;
  font-size: 200%;
  line-height: 1;
}
.article.article-ending .article-header .article-title .article-title-inner {
  font-size: 200%;
  color: #fd6921;
  line-height: 1;
}
.article.complete .completion-bar {
  background: #fd6921;
}
.article.complete .completion-bar .article-complete-mark {
  background: #fd6921;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  line-height: 40px;
}
.article.article-heading-block {
  margin-top: 16px;
  padding-top: 0;
  border-top: 64px solid transparent;
}
.article.article-heading-block .article-inner {
  padding-top: 0;
}
.article.article-heading-block .article-header {
  position: relative;
  padding: 90px 0;
  background: #fd6921;
}
.article.article-heading-block .article-header .article-title,
.article.article-heading-block .article-header .article-body {
  color: #fff;
  padding-left: 80px;
  box-sizing: border-box;
}
.article.article-heading-block .article-header .article-body .article-body-inner {
  font-size: 110%;
}
.article.article-heading-block .article-header .article-instruction {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  color: #f9e9d0;
  color: #f5dcbe;
  font-size: 48px;
  padding-top: 10px;
}
@media all and (max-width: 1064px) {
  .article.article-heading-block .article-header .article-instruction {
    margin-left: 20px;
  }
}
@media all and (max-width: 539px) {
  .article.article-heading-block .article-header .article-title,
  .article.article-heading-block .article-header .article-body {
    padding-left: 50px;
  }
  .article.article-heading-block .article-header .article-instruction {
    font-size: 36px;
    margin-left: 10px;
  }
}
.article.article-heading-block::after {
  content: " ";
  width: 128px;
  height: 128px;
  background-image: url('assets/osio1.png');
  background-size: 128px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
.article.article-heading-block.section2::after {
  background-image: url('assets/osio2.png');
}
.article.article-heading-block.section3::after {
  background-image: url('assets/osio3.png');
}
.article.article-heading-block.section4::after {
  background-image: url('assets/osio4.png');
}
.article.no-completion .completion-bar,
.article.article-heading-block .completion-bar,
.article.article-ending .completion-bar {
  display: none;
}
.article.article-negative {
  background: #022f63;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article.article-negative .article-header > .article-title {
  color: #ffffff;
}
.article.article-negative .text-body-inner {
  font-weight: bold;
}
.article.article-negative .stacklist-item > p {
  color: #ffffff;
  font-weight: bold;
}
.article.article-negative .completion-bar {
  background: #365eb7;
}
.article.article-negative.complete .completion-bar {
  background: #5d81ca;
}
.article.article-negative.complete .completion-bar .article-complete-mark {
  background: #5d81ca;
  color: #022f63;
}
.article.bg-grey {
  background: #eee;
}
.article.article-page-end {
  background: #fd6921;
  color: #ffffff;
  border-bottom: none;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fd6921;
}
@media all and (max-width: 779px) {
  .article.article-page-end {
    padding-bottom: 20px;
  }
}
.article.article-page-end .completion-bar {
  display: none;
}
.article.article-page-end .block-inner {
  padding: 10px;
}
.article.article-page-end .complete-mark {
  display: none;
}
.article.article-page-end .article-title-inner {
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}
.article.article-page-end::after {
  content: "";
  display: none;
  position: absolute;
  top: -30px;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  text-align: center;
  background-color: #fd6921;
  border: 3px solid #faaf48;
  border-radius: 50%;
  line-height: 60px;
  font-size: 21px;
  transition: transform 1s;
  transform: scale(0, 0) translateY(50px);
}
.article.article-page-end.complete::after {
  transform: scale(1.5, 1.5) translateY(0);
}
.article.article-page-end .text-component,
.article.article-page-end .article-title-inner {
  transition: transform 1.5s;
  transform: scale(0.01, 0.01);
}
@media all and (min-width: 1044px) {
  .article.article-page-end .text-component,
  .article.article-page-end .article-title-inner {
    max-width: 680px;
    margin: auto;
    padding-left: 40px;
  }
}
.article.article-page-end .text-component .text-body,
.article.article-page-end .article-title-inner .text-body {
  font-size: 18px;
  line-height: 1.4em;
}
.article.article-page-end .text-component .text-body ul li,
.article.article-page-end .article-title-inner .text-body ul li {
  opacity: 0;
  margin-bottom: 8px;
}
.article.article-page-end.complete .text-component,
.article.article-page-end.complete .article-title-inner {
  transform: scale(1, 1) translateY(0);
}
.article.article-page-end .bottom-buttons-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  bottom: -10px;
}
.article.question-section .article-header {
  margin-bottom: 50px;
}
.article.question-section .block {
  border-top: 4px solid #eee;
}
.article.question-section .block .block-inner {
  padding-top: 30px;
  padding-bottom: 10px;
}
.article.page-ending-article {
  background-color: #022f63;
}
.article.page-ending-article .article-title {
  margin-bottom: 20px;
  color: #fd6921;
  text-align: center;
}
.dir-rtl .article.page-ending-article .article-title {
  text-align: center;
}
.article.page-ending-article .article-title-inner {
  margin-bottom: 20px;
}
.article.page-ending-article .component {
  text-align: center;
  color: white;
}
.article.page-ending-article .component .component-body {
  max-width: 600px;
  margin: auto;
  text-align: left;
}
.dir-rtl .article.page-ending-article .component .component-body {
  text-align: right;
}
.article.page-ending-article .component .component-body .quicknav-body-inner p {
  margin-top: 0;
  margin-bottom: 42px;
}
.article-block-slider-enabled.article .article-inner {
  padding: 60px 0 60px;
}
@media all and (max-width: 1064px) {
  .article-block-slider-enabled.article .article-inner {
    padding: 60px 0 0;
  }
}
@media all and (max-width: 539px) {
  .article-block-slider-enabled.article .article-inner {
    padding: 60px 0 0;
  }
}
@media all and (max-width: 759px) {
  .article-block-slider-enabled .has-arrows .block .block-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.article-block-slider-enabled .item-button-arrow {
  border-radius: 40px;
}
.article-block-slider-enabled .item-button-arrow[data-block-slider='left'] .icon {
  transform: translateX(-2px);
}
.drawer .article-level-progress-item-title {
  background-color: #022f63;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  display: block;
}
.drawer .article-level-progress-item-title.drawer-item-open.disabled {
  box-sizing: border-box;
  background-color: #707070;
  color: #ffffff;
}
.no-touch .drawer .article-level-progress-item-title.drawer-item-open.disabled:hover {
  background-color: #707070;
  color: #ffffff;
}
.drawer .article-level-progress-item-title .drawer-item-open {
  padding: 20px 20px 20px 20px;
  display: block;
}
.no-touch .drawer .article-level-progress-item-title:hover {
  background-color: #011731;
  color: #fff;
}
.no-touch .drawer .article-level-progress-item-title:hover .article-level-progress-indicator-complete .article-level-progress-indicator-bar {
  background-color: #5d81ca;
}
.drawer .article-level-progress-item-title span.fc-checkmark2 {
  color: #5d81ca;
}
.article-level-progress-item-title-inner {
  float: left;
  width: 80%;
}
.dir-rtl .article-level-progress-item-title-inner {
  float: right;
}
.article-level-progress-item-optional-text {
  line-height: 1em;
  text-align: right;
}
.article-level-progress-indicator {
  width: 16%;
  height: 10px;
  margin-left: 4%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fd8b54;
}
.dir-rtl .article-level-progress-indicator {
  margin-left: inherit;
  margin-right: 4%;
}
.article-level-progress-indicator-complete .article-level-progress-indicator-bar {
  width: 100%;
  height: 10px;
  background-color: #5d81ca;
}
.no-touch .article-level-progress-indicator-complete .article-level-progress-indicator-bar:hover {
  background-color: #5d81ca;
}
.article-level-progress-indicator-bar {
  width: 0%;
}
.article-level-progress-navigation {
  padding: 26px;
  width: 180px;
  float: right;
  display: inline-block;
}
@media all and (max-width: 518px) {
  .article-level-progress-navigation {
    width: 130px;
  }
}
@media all and (max-width: 758px) {
  .article-level-progress-navigation {
    padding: 19px;
  }
}
.article-level-progress-navigation .article-level-progress-navigation-hamburger.icon {
  margin-top: -6px;
  float: right;
  width: 20px;
  padding: 0;
}
.dir-rtl .article-level-progress-navigation {
  float: left;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-navigation-completion {
  border-color: #d9d9d9;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-navigation-bar {
  background-color: #e94e02;
}
.article-level-progress-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) {
  .article-level-progress-navigation-completion {
    width: 50px;
  }
}
.article-level-progress-navigation-bar {
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fd6921;
}
.menu .article-level-progress-menu-item {
  box-sizing: border-box;
  width: 100%;
  height: 6px;
  padding: 0 5px;
  position: absolute;
  top: 0;
}
@media all and (max-width: 759px) {
  .menu .article-level-progress-menu-item {
    padding: 0;
  }
}
.menu .article-level-progress-menu-item-indicator {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 28px;
  width: 100%;
  border: 4px solid #fd6921;
  border-radius: 0px;
  background-color: #5d81ca;
  border: none;
}
.menu .article-level-progress-menu-item-indicator-bar {
  width: 0%;
  height: 28px;
  background-color: #86d1f5;
  border-radius: 0;
}
.article-level-progress-navigation {
  padding: 20px !important;
  margin: 5px 0;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-navigation-completion {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-navigation-bar {
  background-color: #e94e02;
  border-color: #e94e02;
}
.no-touch .article-level-progress-navigation:hover .article-level-progress-plus-icon {
  color: #fd6921;
}
.article-level-progress-navigation-completion {
  height: 8px;
  background-color: #d5d5d5;
  border: 2px solid #d5d5d5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}
.article-level-progress-navigation-bar {
  left: 0;
  border: 2px solid #fd6921;
  background-color: #fd6921;
  transition: all 0.3s ease-in;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}
.dir-rtl .article-level-progress-navigation-bar {
  right: 0;
  left: auto;
}
.article-level-progress-plus-icon {
  right: 9px;
}
.drawer .article-level-progress-item-title {
  background-color: #022f63;
  color: #ffffff;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  text-transform: none;
  font-weight: normal;
}
.drawer .article-level-progress-item-title.drawer-item-open.disabled {
  background-color: #022f63;
  color: #5d81ca;
  font-size: 14px;
  font-weight: 300;
}
.no-touch .drawer .article-level-progress-item-title.drawer-item-open.disabled:hover {
  background-color: #022f63;
  color: #5d81ca;
}
.no-touch .drawer .article-level-progress-item-title.drawer-item-open.disabled:hover .article-level-progress-indicator {
  background-color: transparent;
}
.drawer .article-level-progress-item-title:hover {
  background-color: #022f63;
  color: #ffffff;
}
.drawer .article-level-progress-item-title:hover .article-level-progress-indicator {
  background-color: #ffffff;
}
.drawer .article-level-progress-item-title:hover .article-level-progress-indicator-incomplete {
  background-color: #022f63;
}
.article-level-progress-item-title-inner {
  width: 80%;
}
.article-level-progress-indicator {
  width: 15%;
  height: 8px;
  border: 1px solid #022f63;
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.article-level-progress-indicator-complete .article-level-progress-indicator-bar {
  background-color: #ffffff;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.article-level-progress-indicator-complete .article-level-progress-indicator-bar:hover {
  background-color: #ffffff;
}
.results-retry-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.results-retry-button button {
  padding: 14px 14px 14px 14px;
}
.bg-scroll-images {
  z-index: 1;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-scroll-items {
  position: relative;
  z-index: 2;
}
.bg-scroll-items .bg-scroll-item-inner {
  background: #fd6921;
  padding: 30px;
}
.bg-scroll-items .bg-scroll-body {
  line-height: 1.6;
  color: #ffffff;
  padding: 0px;
}
.bg-scroll-items .bg-scroll-item .bg-scroll-title {
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bg-scroll-items .bg-scroll-buttons {
  float: right;
}
.bg-scroll-items .bg-scroll-buttons button {
  position: relative;
  bottom: 0;
  margin-left: 10px;
}
.bg-scroll-items .bg-scroll-buttons button:hover {
  background-color: #fd6921 !important;
  bottom: 2px;
}
.bg-scroll-background {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.block.peach {
  background-color: #f9e9d0;
}
.block.reverse-order .component-left {
  float: right;
}
.block.reverse-order .component-right {
  float: left;
}
.block .block-inner {
  max-width: 1024px;
  margin: auto;
  padding: 20px 0;
}
@media all and (max-width: 1064px) {
  .block .block-inner {
    padding: 0 20px 30px;
  }
}
@media all and (max-width: 539px) {
  .block .block-inner {
    padding: 0 10px 20px;
  }
}
.block.poll {
  background: #eee;
}
.block.poll iframe {
  width: 100%;
  height: 500px;
}
@media all and (max-width: 539px) {
  .block.poll iframe {
    height: 770px;
  }
}
.block.poll .block-inner {
  max-width: 1024px;
  margin: auto;
  padding: 20px 0;
}
@media all and (max-width: 1064px) {
  .block.poll .block-inner {
    padding: 0 20px 30px;
  }
}
@media all and (max-width: 539px) {
  .block.poll .block-inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.block .block-title {
  color: #000;
  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: 16px;
  font-weight: 700;
  line-height: 25px;
}
.block.block-light_gray {
  padding: 12px 0;
  background: #f9e9d0;
}
.block.block-orange {
  background: #fd6921;
}
.block.block-orange .component-body-inner {
  color: #fff;
  font-size: 110%;
}
.block.block-white {
  padding-top: 12px;
  background: #fff;
}
.block.block-padding-bottom {
  padding-bottom: 100px;
}
.block.block-info {
  padding: 60px 0;
  font-size: 110%;
  line-height: 1.4;
}
.block.nosto .block-inner {
  position: relative;
}
.block.nosto .block-inner .component-body {
  box-sizing: border-box;
  padding: 0 20px 0 100px;
  background: #365eb7;
  border-radius: 20px;
  color: white;
  font-size: 18px;
}
.block.nosto .block-inner .component-body p {
  padding: 30px 0;
}
@media all and (max-width: 1064px) {
  .block.nosto .block-inner .component-body {
    padding-top: 5px;
  }
}
@media all and (max-width: 539px) {
  .block.nosto .block-inner .component-body {
    border-left-width: 80px;
    padding: 30px 10px 0 10px;
  }
}
.block.nosto .block-inner .component-body::after {
  /* 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;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabb";
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 779px) {
  .block.nosto .block-inner .component-body::after {
    top: 0;
  }
}
@media all and (max-width: 539px) {
  .block.nosto .block-inner .component-body::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    line-height: 80px;
    width: 80px;
    height: 80px;
  }
}
.article-hilited-content .block.hilited-content {
  color: #eee;
  transition: all 0.4s;
}
.article-hilited-content .block.hilited-content .graphic-component {
  transition: opacity 0.4s;
  opacity: 0.2;
}
.article-hilited-content .block.hilited-content.on-screen {
  color: #000;
}
.article-hilited-content .block.hilited-content.on-screen .graphic-component {
  opacity: 1;
}
.article-hilited-content .block.hilited-content.on-screen:nth-child(odd) {
  background: #365eb7;
  color: #ffffff;
}
.boxmenu-menu .goto-landing-page {
  display: block;
  margin-bottom: 16px;
  margin-top: -10px;
}
@media all and (min-width: 1300px) {
  .boxmenu-menu .goto-landing-page {
    margin-top: auto;
  }
}
.boxmenu-menu .normal-link {
  color: #365eb7;
  text-decoration: underline;
  cursor: pointer;
}
.boxmenu-menu .menu {
  background: transparent;
}
.boxmenu-menu .menu .color-light-blue {
  color: #5d81ca;
}
@media all and (min-width: 1024px) {
  .boxmenu-menu .menu .menu-container {
    width: 1024px;
    margin: 0 auto;
  }
}
@media all and (max-width: 759px) and (min-width: 519px) {
  .boxmenu-menu .menu .menu-container {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .boxmenu-menu .menu .menu-container {
    width: 100%;
    margin: 0 auto;
  }
}
.boxmenu-menu .menu .menu-container {
  width: 100%;
}
.boxmenu-menu .menu .menu-container-inner {
  padding: 0;
  max-width: 1024px;
  margin: auto;
}
.boxmenu-menu .menu .menu-header {
  margin-bottom: 10px;
}
.boxmenu-menu .menu .menu-header-inner {
  position: relative;
  max-width: 1069px;
  margin: auto;
  padding: 20px 0 60px;
  text-align: left;
}
.boxmenu-menu .menu .menu-header-inner.menu-image-to-background {
  background-image: url("assets/menu-bg-mini.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 33% auto;
}
@media all and (max-width: 1044px) {
  .boxmenu-menu .menu .menu-header-inner {
    padding: 50px 20px 60px;
  }
}
@media all and (max-width: 539px) {
  .boxmenu-menu .menu .menu-header-inner {
    padding: 20px 10px 20px;
  }
  .boxmenu-menu .menu .menu-header-inner.menu-image-to-background {
    background: none;
  }
}
@media all and (min-width: 520px) {
  .boxmenu-menu .menu .menu-header-inner .menu-body-inner {
    max-width: 340px;
  }
}
@media all and (min-width: 760px) {
  .boxmenu-menu .menu .menu-header-inner .menu-body-inner {
    max-width: 500px;
  }
}
.boxmenu-menu .menu .menu-title {
  margin: 20px 0;
  color: #022f63;
}
@media all and (max-width: 759px) {
  .boxmenu-menu .menu .menu-title {
    margin: 0 0 20px 0;
  }
}
.boxmenu-menu .menu .menu-body {
  position: relative;
  margin: 30px 0;
  color: #000;
}
.boxmenu-menu .menu .menu-body a {
  color: #ffffff;
}
.boxmenu-menu .menu .menu-item {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  clear: none !important;
}
.boxmenu-menu .menu .menu-item.completed::after {
  content: "Suoritettu";
  text-transform: uppercase;
  position: absolute;
  box-sizing: border-box;
  height: 28px;
  top: 0;
  left: 12px;
  color: #022f63;
  text-align: left;
  line-height: 28px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media all and (max-width: 759px) and (min-width: 519px) {
  .boxmenu-menu .menu .menu-item {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .boxmenu-menu .menu .menu-item {
    width: 100%;
    margin: 0 auto;
  }
}
.dir-rtl .boxmenu-menu .menu .menu-item {
  float: right;
}
@media all and (max-width: 759px) {
  .boxmenu-menu .menu .menu-item {
    width: 100%;
    clear: both;
  }
}
.boxmenu-menu .menu .menu-item-inner {
  position: relative;
  box-sizing: border-box;
  background-color: #365eb7;
  color: #ffffff;
  padding: 30px 20px;
  margin: 0 5px !important;
  min-height: auto;
}
@media all and (min-width: 759px) {
  .boxmenu-menu .menu .menu-item-inner {
    min-height: 362px;
  }
}
@media all and (min-width: 1024px) {
  .boxmenu-menu .menu .menu-item-inner {
    padding: 40px;
  }
}
@media all and (min-width: 1024px) {
  .boxmenu-menu .menu .menu-item-inner .menu .menu-item-inner {
    min-height: 280px;
  }
}
.boxmenu-menu .menu .menu-item-title {
  margin: 10px 0 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  font-weight: bold;
}
@media all and (max-width: 519px) {
  .boxmenu-menu .menu .menu-item-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.boxmenu-menu .menu .menu-item-body {
  margin-bottom: 30px;
  height: 105px;
  padding: 0;
}
.boxmenu-menu .menu .menu-item-instruction {
  margin-bottom: 14px;
  padding: 0;
}
.boxmenu-menu .menu .menu-item-duration {
  float: none;
  font-size: 14px;
}
.dir-rtl .boxmenu-menu .menu .menu-item-duration {
  left: 60px;
}
.boxmenu-menu .menu .menu-item-button {
  padding: 0;
  width: 100%;
}
.boxmenu-menu .menu .menu-item-button a {
  text-decoration: none;
  background-color: #ffffff;
  color: #022f63;
  padding: 14px;
}
.boxmenu-menu .menu .menu-item-button a:hover {
  color: #365eb7;
}
.boxmenu-menu .menu .menu-item-button a.visited {
  background-color: #727272;
  color: #ccc;
}
.boxmenu-menu .menu .menu-item-button button {
  width: 100%;
  padding: 14px 28px 14px 28px;
  background-color: #ffffff;
  color: #022f63;
  border-color: #b3cfec;
}
.boxmenu-menu .menu .menu-item-button button:hover {
  background-color: #ffffff;
  color: #365eb7;
  border-color: #86d1f5;
}
.boxmenu-menu .menu .menu-item-button button.visited {
  background-color: #ffffff;
}
.boxmenu-menu .menu .menu-item-button button.visited:hover {
  color: #365eb7;
}
.boxmenu-menu .menu .menu-item.completed .menu-item-button button {
  background: #b3cfec;
}
.boxmenu-menu .menu .menu-item.completed .menu-item-button button:hover {
  background-color: #b3cfec;
}
@media all and (min-width: 539px) {
  .boxmenu-menu .menu.landing-page {
    background-image: url("assets/landing-bg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 40% auto;
    padding-bottom: 0;
  }
}
@media all and (min-width: 539px) {
  .boxmenu-menu .menu.landing-page .hidden-on-phone {
    display: none;
  }
}
@media all and (min-width: 1184px) {
  .boxmenu-menu .menu.landing-page {
    padding-bottom: 50px;
    background-position: right top;
  }
}
.boxmenu-menu .menu.landing-page .menu-item {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: auto;
  width: 100%;
  float: none;
  max-width: 1069px;
}
.boxmenu-menu .menu.landing-page .menu-item::after {
  content: "";
  display: none;
}
@media all and (max-width: 1044px) {
  .boxmenu-menu .menu.landing-page .menu-item {
    padding: 0 20px 60px;
  }
}
@media all and (max-width: 539px) {
  .boxmenu-menu .menu.landing-page .menu-item {
    padding: 20px 10px 20px;
  }
}
.boxmenu-menu .menu.landing-page .menu-item .menu-item-inner {
  height: auto;
  min-height: auto;
  background: transparent;
  padding: 0;
  margin: 0 !important;
}
.boxmenu-menu .menu.landing-page .menu-item .menu-item-inner .menu-item-title,
.boxmenu-menu .menu.landing-page .menu-item .menu-item-inner .menu-item-body {
  display: none;
}
.boxmenu-menu .menu.landing-page .menu-item .menu-item-inner .menu-item-button {
  position: relative;
}
.boxmenu-menu .menu.landing-page .menu-item .menu-item-inner .menu-item-button button {
  background: #f9e9d0;
  color: #ffffff;
  background: #fd6921;
  border-color: #faaf48;
  width: 100%;
}
.boxmenu-menu .menu.landing-page .menu-item .menu-item-inner .menu-item-button button:hover {
  border-color: #feda32;
}
@media all and (min-width: 520px) {
  .boxmenu-menu .menu.landing-page .menu-item .menu-item-inner {
    max-width: 340px;
  }
}
@media all and (min-width: 760px) {
  .boxmenu-menu .menu.landing-page .menu-item .menu-item-inner {
    max-width: 500px;
  }
}
.boxmenu-menu .menu.landing-page .article-level-progress-menu-item {
  display: none;
}
@media all and (min-width: 759px) {
  .boxmenu-menu .menu .menu-item-body {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 759px) {
  .boxmenu-menu .menu.boxmenu-menu .menu-item-inner {
    border-right: 0;
    border-left: 0;
  }
  .boxmenu-menu .menu.boxmenu-menu .menu-title-inner {
    padding: 0 0 15px 0;
  }
  .boxmenu-menu .menu.boxmenu-menu .menu-body-inner {
    padding: 0;
  }
  .boxmenu-menu .menu.boxmenu-menu .menu-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .boxmenu-menu .menu.boxmenu-menu .menu-item .menu-item-inner {
    margin: 0 !important;
  }
}
.buttonmenu-menu .button-menu-inner {
  position: relative;
}
.buttonmenu-menu .button-menu-inner .menu-logo {
  position: absolute;
  width: 159px;
  left: -179px;
}
.buttonmenu-menu .menu-container-inner {
  max-width: 460px;
}
.buttonmenu-menu .menu-header .menu-title {
  padding-top: 30px;
}
.buttonmenu-menu .menu-header .menu-title .menu-title-inner {
  color: #022f63;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
}
.buttonmenu-menu .menu-item .article-level-progress-menu-item {
  display: none;
}
.buttonmenu-menu .menu-item button {
  border-radius: 10px;
}
.buttonmenu-menu .menu-item button .menu-item-index {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 32px;
  line-height: 80px;
  width: 16px;
  text-align: center;
  font-size: 32px;
  color: white;
}
.buttonmenu-menu .menu-item button .icon-container {
  display: block;
  right: 0;
  left: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #fd6921;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: white;
  margin: 20px 20px auto;
}
.buttonmenu-menu .menu-item button .icon-container span {
  color: #fd6921;
  display: block;
  line-height: 32px;
}
.buttonmenu-menu .menu-item button .menu-item-title-inner {
  padding-left: 78px;
  font-size: 1.5em;
  text-transform: none;
}
.buttonmenu-menu .menu-item.completed button {
  background-color: #707070;
}
.buttonmenu-menu .menu-item-duration {
  display: none;
}
@media all and (max-width: 759px) {
  .buttonmenu-menu .button-menu-inner .menu-logo {
    display: none;
  }
}
@media all and (max-width: 519px) {
  .buttonmenu-menu .menu-item button .menu-item-index {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 12px;
    line-height: 80px;
    width: 8px;
    text-align: center;
    font-size: 24px;
  }
  .buttonmenu-menu .menu-item button .icon-container {
    float: none;
    margin: 20px 5px;
  }
  .buttonmenu-menu .menu-item button .icon-container span {
    color: #fd6921;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .buttonmenu-menu .menu-item button .menu-item-title-inner {
    top: 0;
    transform: translateY(0);
    padding-left: 34px;
    padding-right: 38px;
    font-size: 16px;
  }
}
@media all and (max-width: 519px) {
  .buttonmenu-menu .menu-container-inner {
    padding: 0 12px;
  }
  .buttonmenu-menu .menu-item {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.button,
button {
  font-family: 'Skatta Sans', Helvetica, Arial, sans-serif;
  background-color: #fd6921;
  color: #ffffff;
  padding: 14px 24px 14px 24px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid transparent;
  border: none;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
@media all and (max-width: 519px) {
  .button,
  button {
    font-size: 14px;
  }
}
.no-touch .button:hover,
.no-touch button:hover {
  background-color: #fd8b54;
  color: #ffffff;
  border-color: #faaf48;
}
.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: #707070 !important;
  border-color: #a3a3a3 !important;
  color: #ffffff !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: #a3a3a3;
}
.button[disabled="disabled"],
button[disabled="disabled"] {
  background-color: #707070 !important;
  border-color: #a3a3a3 !important;
  color: #ffffff !important;
  cursor: default;
}
.no-touch .button[disabled="disabled"]:hover,
.no-touch button[disabled="disabled"]:hover {
  border-color: #a3a3a3;
}
.buttons {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.buttons button {
  width: 49.5%;
  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 {
  width: 99%;
  margin-left: 0.5%;
}
.buttons button.no-feedback {
  display: none;
}
.buttons .buttons-display {
  position: relative;
  border: 0px solid #faaf48;
  border-top: none;
  background-color: #365eb7;
  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 #faaf48;
  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: #365eb7;
}
.buttons .buttons-marking-icon.icon::after {
  content: " ";
  position: absolute;
  font-family: 'Skatta Sans', Helvetica, Arial, sans-serif;
  left: 50px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  text-align: left;
}
.buttons .buttons-marking-icon.icon-tick.correct {
  background-color: #44cc00;
}
.buttons .buttons-marking-icon.icon-tick.correct::after {
  content: "Vastasit oikein";
  color: #44cc00;
}
.buttons .buttons-marking-icon.icon-cross.incorrect {
  background-color: #e52e4c;
}
.buttons .buttons-marking-icon.icon-cross.incorrect::after {
  content: "Vastasit väärin";
  color: #e52e4c;
}
.buttons .buttons-marking-icon.icon-tick.answered::after {
  content: "Vastattu";
  color: #365eb7;
}
@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;
}
.button,
.buttons button {
  border-radius: 30px;
  border-width: 0px;
  border-color: #faaf48;
}
.component .component-inner {
  background-color: transparent;
  padding: 0;
}
.component .component-inner.blank-inner {
  background-color: transparent;
  padding: 0;
}
.component .component-title {
  margin-bottom: 24px;
  color: #000;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
.dir-rtl .component .component-title {
  text-align: right;
}
.component .component-title-inner {
  padding: 0px;
}
.component .component-body {
  margin: 18px 0px 18px;
}
.component .component-body a {
  text-decoration: underline;
  color: #365eb7;
}
.component .component-body-inner {
  padding: 0px;
}
.component .component-instruction-inner.validation-error {
  color: #e52e4c;
}
@media all and (max-width: 519px) {
  .component.component-left {
    padding: 10px 0;
  }
  .component.component-right {
    padding: 10px 0;
  }
}
.drawer {
  background-color: #022f63;
  color: #ffffff;
  width: 400px;
  max-width: 100%;
}
.drawer .drawer-toolbar {
  position: absolute;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #022f63;
}
.drawer .drawer-toolbar .icon {
  color: #ffffff;
  padding: 20px;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.no-touch .drawer .drawer-toolbar .icon:hover {
  color: #5d81ca;
}
.drawer .drawer-holder {
  padding-top: 65px;
}
.drawer .drawer-inner {
  border-left: 5px solid #022f63;
}
.dir-rtl .drawer .drawer-inner {
  border-left: inherit;
  border-right: 5px solid #022f63;
}
.drawer .drawer-item .drawer-item-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .drawer .drawer-item .drawer-item-title {
    font-size: 18px;
  }
}
.drawer .drawer-item .drawer-item-description {
  font-size: 16px;
  line-height: 25px;
}
.drawer .drawer-item .drawer-item-open {
  border-bottom: 1px solid #022f63;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
.no-touch .drawer .drawer-item .drawer-item-open:hover {
  background-color: #022f63;
  color: #ffffff;
}
.drawer .drawer-item-open {
  padding: 20px 20px 20px 20px;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.no-touch .drawer .drawer-item-open:hover {
  background-color: #022f63;
}
.fcbasket-component {
  position: relative;
}
.fcbasket-component .fcbasket-instruction {
  margin-bottom: 20px;
  font-weight: bold;
}
.fcbasket-component .content-container {
  border-radius: 30px;
  background: #eee;
}
.fcbasket-component .content-container .fcbasket-item-index {
  font-weight: bold;
  font-size: 14px;
  left: -14px;
  top: -7px;
}
.fcbasket-component .content-container .fcbasket-item-title {
  font-size: 20px;
  padding: 40px 80px 20px;
  margin: 0;
}
@media all and (max-width: 519px) {
  .fcbasket-component .content-container .fcbasket-item-title {
    padding: 40px 0px 20px;
  }
}
.fcbasket-component .content-container .fcbasket-categories-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 10px;
}
@media all and (min-width: 1024px) {
  .fcbasket-component .content-container .fcbasket-categories-container {
    padding: 36px 5%;
  }
}
@media all and (min-width: 1024px) {
  .fcbasket-component .content-container .fcbasket-categories-container .item-category {
    flex-basis: 30%;
  }
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button {
  width: 56px;
  height: 56px;
  background: white;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button span {
  font-size: 60px;
  color: #fd6921;
  position: absolute;
  left: 0;
  top: 0;
  margin: -2px;
  transition: 0.2s color;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button span:hover {
  color: #fd8b54;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button span.fc-sad2 {
  color: #e52e4c;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button span.fc-sad2:hover {
  color: #eb5b73;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button span.fc-neutral2 {
  color: #faaf48;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button span.fc-neutral2:hover {
  color: #fbc57a;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button.selected span {
  color: #fd6921;
}
.fcbasket-component .content-container .fcbasket-categories-container .item-category .categories-button.selected:hover span {
  cursor: pointer;
  color: #fd8b54;
}
.fcbasket-component .content-container .buttons button {
  float: none;
  margin: auto;
}
.fcbasket-component .feedback-container .fcbasket-basket {
  position: relative;
  top: -100px;
  opacity: 0;
  transform: scaleY(0.6);
  transition: all 0.6s;
  padding: 10px 28px;
  margin: 10px 0;
}
.fcbasket-component .feedback-container .fcbasket-basket ul li {
  margin-bottom: 4px;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_a {
  border-left: 20px solid #fd6921;
  background-color: transparent;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_a .basket-header {
  color: #fd6921;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_b {
  border-left: 20px solid #faaf48;
  background-color: transparent;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_b .basket-header {
  color: #faaf48;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_c {
  border-left: 20px solid #e52e4c;
  background-color: transparent;
}
.fcbasket-component .feedback-container .fcbasket-basket.value_c .basket-header {
  color: #e52e4c;
}
.fcbasket-component .feedback-container .fcbasket-basket .basket-header {
  font-weight: bold;
  margin-bottom: 12px;
}
.fcbasket-component .feedback-container .fcbasket-basket.revealed {
  top: 0;
  opacity: 1;
  transform: scaleY(1);
}
.fcmcq-component .fcmcq-item {
  position: relative;
}
.fcmcq-component .fcmcq-item label {
  color: #000;
  display: block;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  background-color: #eee;
  border-left: 6px solid #eee;
  cursor: pointer;
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon {
  color: #000;
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon.radio {
  width: 26px;
  height: 26px;
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon.radio:before {
  content: "\e65e";
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon.checkbox {
  border: 3px solid #000;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon.checkbox:before {
  content: " ";
}
.fcmcq-component .fcmcq-item label.selected {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
.fcmcq-component .fcmcq-item label.selected .fcmcq-answer-icon.radio:before {
  content: "\e65d";
}
.fcmcq-component .fcmcq-item label.selected .fcmcq-answer-icon.checkbox {
  border: 3px solid #000;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.fcmcq-component .fcmcq-item label.selected .fcmcq-answer-icon.checkbox:before {
  content: "\e633";
}
.fcmcq-component .fcmcq-item label.selected .fcmcq-item-icon {
  color: #000;
}
.fcmcq-component .fcmcq-item .fcmcq-item-inner {
  padding: 20px;
  padding-left: 44px;
}
.dir-rtl .fcmcq-component .fcmcq-item .fcmcq-item-inner {
  padding-left: inherit;
  padding-right: 44px;
}
.fcmcq-component .fcmcq-item .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 .fcmcq-item input {
  left: inherit;
  right: 14px;
}
.fcmcq-component .fcmcq-item .fcmcq-correct-icon {
  color: #44cc00;
  display: none;
}
.fcmcq-component .fcmcq-item .fcmcq-incorrect-icon {
  color: #e52e4c;
  display: none;
}
.fcmcq-component .fcmcq-item .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 .fcmcq-item-state {
  left: inherit;
  right: 10px;
}
.fcmcq-component .sidetutor-feedback {
  background: #eee;
  padding: 24px 28px;
}
.fcmcq-component span.icon {
  background: #ffffff;
  padding: 8px;
  border-radius: 50%;
  margin-right: 8px;
  color: #fd6921;
  width: 24px;
  height: 24px;
  float: left;
  margin-top: -8px;
}
@media all and (min-width: 759px) {
  .fcmcq-component .column-left {
    width: 50%;
    float: left;
  }
  .fcmcq-component .column-right {
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 20px;
  }
  .fcmcq-component .sidetutor-feedback {
    padding: 36px 40px;
  }
  .fcmcq-component .sidetutor-feedback h3 {
    font-size: 21px;
  }
}
.fcmcq-component div.buttons.submitted .buttons-marking-icon {
  display: none;
}
.fcmcq-component .flow-feedback {
  overflow: visible;
  margin-top: 40px;
  padding-left: 220px;
  position: relative;
}
.fcmcq-component .flow-feedback h3 {
  font-size: 120%;
  color: #fd6921;
}
.fcmcq-component .flow-feedback .reward {
  color: #eee;
  transition: all 1.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  left: 0;
  font-size: 170px;
  opacity: 0;
  transform: scale(0);
}
.fcmcq-component .flow-feedback .reward.visible {
  opacity: 1;
  transform: scale(1);
}
.fcmcq-component .flow-feedback.correct .reward {
  font-size: 200px;
}
.fcmcq-component .flow-feedback.correct .reward.visible {
  color: #feda32;
}
@media all and (max-width: 539px) {
  .fcmcq-component .flow-feedback {
    padding-left: 80px;
  }
  .fcmcq-component .flow-feedback .reward {
    font-size: 80px;
    left: -8px;
  }
  .fcmcq-component .flow-feedback.correct .reward {
    font-size: 80px;
  }
}
.fcmcq-component .fcmcq-item label {
  border-left: 0;
  color: #000;
  background-color: #fff;
}
.fcmcq-component .fcmcq-item label.selected {
  color: #000;
  background-color: #fff;
  border-color: none;
}
.fcmcq-component .fcmcq-item label .fcmcq-item-inner {
  padding: 16px;
  padding-left: 14px;
  margin-left: 50px;
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon {
  color: #000;
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon.radio {
  width: 26px;
  height: 26px;
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon.radio:before {
  content: "\e65e";
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon.checkbox {
  border: 2px solid #000;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.fcmcq-component .fcmcq-item label .fcmcq-answer-icon.checkbox:before {
  content: " ";
}
.fcmcq-component .fcmcq-item label.selected {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
.fcmcq-component .fcmcq-item label.selected .fcmcq-answer-icon.radio:before {
  content: "\e65d";
}
.fcmcq-component .fcmcq-item label.selected .fcmcq-answer-icon.checkbox {
  border: 2px solid #000;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.fcmcq-component .fcmcq-item label.selected .fcmcq-answer-icon.checkbox:before {
  content: "\e633";
}
.fcmcq-component .fcmcq-item label.selected .fcmcq-item-icon {
  color: #000;
}
@media all and (min-width: 759px) {
}
.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: #000;
  background-color: #fff;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item label.disabled {
  color: #000;
  background-color: #fff;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item.correct .disabled .fcmcq-item-inner span {
  border-bottom: 4px solid #44cc00;
}
.fcmcq-widget.disabled .fcmcq-item.correct .selected .fcmcq-item-icon {
  color: #44cc00;
}
.fcmcq-widget.disabled .fcmcq-item.correct label.disabled {
  border-left-color: transparent;
}
.fcmcq-widget.disabled .fcmcq-item.incorrect .selected .state {
  color: #e52e4c;
}
.question-oikein .fcmcq-widget.disabled .fcmcq-item label.selected.disabled {
  color: #000;
  background-color: #fff;
  cursor: default;
}
.question-oikein .fcmcq-widget.disabled .fcmcq-item label.disabled {
  color: #000;
  background-color: #fff;
  cursor: default;
}
.question-oikein .fcmcq-widget.disabled .fcmcq-item.correct .selected .state {
  color: #222;
}
.question-oikein .fcmcq-widget.disabled .fcmcq-item.correct .selected .fcmcq-item-icon {
  color: #222;
}
.question-oikein .fcmcq-widget.disabled .fcmcq-item.correct label.disabled {
  background-color: #fff;
}
.question-oikein .fcmcq-widget.disabled .fcmcq-item.correct label.disabled .fcmcq-item-inner {
  background-color: transparent;
}
.question-oikein .fcmcq-widget.disabled .fcmcq-item.incorrect .selected .state {
  color: #e52e4c;
}
.fcmcq-component {
  padding-bottom: 0px;
  overflow: hidden;
}
@media all and (min-width: 759px) {
  .fcmcq-component .sidetutor-feedback h3 .fc-checkmark {
    color: #44cc00;
  }
  .fcmcq-component .sidetutor-feedback h3 .fc-cross {
    color: #e52e4c;
  }
}
.fcmcq-widget.disabled .fcmcq-item label.selected.disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #fd6921;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item label.disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #fd6921;
  cursor: default;
}
.fcmcq-widget.disabled .fcmcq-item.correct .selected .fcmcq-item-icon {
  color: #44cc00;
}
.fcmcq-widget.disabled .fcmcq-item.correct label.disabled {
  border-left-color: transparent;
}
.fcmcq-widget.disabled .fcmcq-item.incorrect label.disabled {
  border-left-color: transparent;
}
.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.back {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flipper-inner .flipper-item .flipper-item-title {
  background: #fd6921;
  color: #ffffff;
  padding: 20px;
}
.flipper-inner .flipper-item .flipper-item-body {
  background: #ffffff;
  padding: 20px 20px 50px;
  color: #000;
}
.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: #fd6921;
}
.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);
}
.accessibility.no-touch .focused,
.accessibility.no-touch *:focus,
.accessibility.no-touch input:focus + label {
  outline: 2px solid orange;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #000;
  font-family: 'Skatta Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
}
@media all and (max-width: 519px) {
  body {
    font-size: 15px;
  }
}
.ie8  body {
  font-family: Arial, sans-serif;
}
.menu-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .menu-title {
    font-size: 32px;
  }
}
.page-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .page-title {
    font-size: 28px;
  }
}
.article-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .article-title {
    font-size: 24px;
  }
}
.block-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .block-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.component-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .component-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.item-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .item-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.sub-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .sub-title {
    font-size: 18px;
  }
}
.instruction-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.notify-popup-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .notify-popup-title {
    font-size: 24px;
  }
}
.button-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
@media all and (max-width: 519px) {
  .button-text {
    font-size: 14px;
  }
}
ul {
  list-style: disc inside none;
}
strong,
b {
  font-weight: 700;
}
select {
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}
@media all and (max-width: 759px) {
  .gmcq-component .gmcq-item {
    width: 100%;
  }
  .gmcq-component .gmcq-item.even label,
  .gmcq-component .gmcq-item.odd label {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.gmcq-component.col-4 .gmcq-item {
  width: 25%;
}
.gmcq-component.col-4 .gmcq-item.item-1 label,
.gmcq-component.col-4 .gmcq-item.item-2 label {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media all and (max-width: 759px) {
  .gmcq-component.col-4 .gmcq-item {
    width: 100%;
  }
  .gmcq-component.col-4 .gmcq-item.even label,
  .gmcq-component.col-4 .gmcq-item.odd label {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.gmcq-component .gmcq-item label {
  color: #ffffff;
  border: none;
  background-color: transparent;
}
.gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #fd6921;
}
.gmcq-component .gmcq-item label.selected {
  color: #fd7a3a;
  background-color: transparent;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #fd7a3a;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-correct-icon {
  color: #44cc00;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-incorrect-icon {
  color: #e52e4c;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-inner {
  color: #fd7a3a;
}
.gmcq-component .gmcq-item label.disabled .gmcq-item-icon {
  color: #707070;
}
.gmcq-component .gmcq-item label.disabled .gmcq-item-inner {
  color: #707070;
}
.gmcq-component .gmcq-item-inner {
  margin-left: 48px;
  color: #fd6921;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.dir-rtl .gmcq-component .gmcq-item-inner {
  margin-left: inherit;
  margin-right: 48px;
}
.gmcq-component .gmcq-item input {
  filter: alpha(opacity=0);
  opacity: 0;
}
.gmcq-component .gmcq-correct-icon {
  color: #44cc00;
}
.gmcq-component .gmcq-incorrect-icon {
  color: #e52e4c;
}
.gmcq-component .gmcq-widget.show-user-answer label.selected .gmcq-item-inner {
  color: #fd7a3a;
}
.gmcq-component .gmcq-widget.show-correct-answer label.selected .gmcq-item-inner {
  color: #fd7a3a;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected.disabled {
  background-color: transparent;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected.disabled .gmcq-item-icon.gmcq-correct-icon {
  color: #44cc00;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected.disabled .gmcq-item-icon.gmcq-incorrect-icon {
  color: #e52e4c;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.disabled {
  color: #707070;
  background-color: transparent;
  border-color: #707070;
  border: none;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  color: #fd8b54;
  background-color: transparent;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #fd8b54;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-inner {
  color: #fd8b54;
}
.graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.overflown-image {
  text-align: right;
  overflow: visible;
  height: 440px;
}
@media all and (max-width: 759px) {
  .overflown-image {
    text-align: center;
    height: 328px;
  }
}
.overflown-image img {
  height: 520px;
}
@media all and (max-width: 759px) {
  .overflown-image img {
    max-height: 328px;
    height: auto;
  }
}
.graphic-component .graphic-widget {
  text-align: center;
}
.graphic-component .graphic-widget img {
  max-height: 280px;
}
.hotgraphic-component .hotgraphic-graphic-pin {
  background-color: transparent;
  border: none;
  transition: transform .3s;
}
.hotgraphic-component .hotgraphic-graphic-pin .hotgraphic-graphic-pin-icon {
  transition: color .3s;
}
.hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #44cc00;
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: transparent;
  transform: scale(1.4);
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #fd8b54;
}
.hotgraphic-component .hotgraphic-item-graphic img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.hotgraphic-component .hotgraphic-popup {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 2px solid grey;
}
.hotgraphic-component .hotgraphic-popup-toolbar {
  background-color: #eee;
  color: #000;
}
.no-touch .hotgraphic-component .hotgraphic-popup-done:hover .hotgraphic-popup-close {
  color: #000;
}
.hotgraphic-component .hotgraphic-popup-arrow-l,
.hotgraphic-component .hotgraphic-popup-arrow-r,
.hotgraphic-component .hotgraphic-popup-close {
  padding: 16px;
  color: #000;
}
.hotgraphic-component .hotgraphic-popup-count {
  padding: 16px;
  color: #000;
}
.no-touch .hotgraphic-component .hotgraphic-popup-controls:hover .hotgraphic-popup-arrow-l,
.no-touch .hotgraphic-component .hotgraphic-popup-controls:hover .hotgraphic-popup-arrow-r {
  color: #fd6921;
}
.hotgraphic-component .hotgraphic-instruction-inner {
  text-align: center;
}
.hotgraphic-component .hotgraphic-instruction-inner .info-icon {
  color: #fd6921;
}
@font-face {
  font-family: 'vanilla';
  src: url('fonts/vanilla.eot');
  src: url('fonts/vanilla.eot?#iefix') format('embedded-opentype'), url('fonts/vanilla.woff') format('woff'), url('fonts/vanilla.ttf') format('truetype'), url('fonts/vanilla.svg#vanilla') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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: #000;
  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";
}
.list-component .list-widget {
  overflow: hidden;
}
.list-component .list-widget .list-container {
  padding: 0 80px;
  box-sizing: border-box;
}
@media all and (max-width: 759px) {
  .list-component .list-widget .list-container {
    padding: 0 20px;
  }
}
@media all and (max-width: 519px) {
  .list-component .list-widget .list-container {
    padding: 0;
  }
}
.list-component .ordered-list .list-item {
  counter-increment: step-counter;
}
.list-component .ordered-list .list-item:before {
  content: counter(step-counter);
  font-size: 16px;
  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: #fd6921;
  color: #ffffff;
  border-radius: 50%;
}
.list-component .list-item.has-image:before {
  display: none;
}
.list-component .list-item-title {
  padding: 8px 0;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 50px;
  margin-bottom: 0;
}
.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;
}
.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 .loader-gif {
  background-image: url(assets/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .loading .loader-gif {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.matching-component .matching-select-container {
  background-color: #fd6921;
}
.matching-component .matching-select-state .matching-select-icon {
  color: #ffffff;
}
.matching-component .matching-select-state .matching-correct-icon {
  color: #44cc00;
}
.matching-component .matching-select-state .matching-incorrect-icon {
  color: #e52e4c;
}
.matching-component .select2-container .select2-selection--single {
  padding: 20px 0 20px 0;
  background-color: #fd6921;
  color: #ffffff;
}
.no-touch .matching-component .select2-container .select2-selection--single:hover {
  background-color: #fd8b54;
  color: #ffffff;
}
.matching-component .select2-container .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.matching-component .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}
.matching-component .select2-container.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
}
.matching-component .matching-widget.submitted .matching-select-container {
  background-color: #707070;
}
.no-touch .matching-select-icon:hover {
  color: #ffffff;
}
.no-touch .matching-select-container:hover {
  color: #ffffff;
  background-color: #fd8b54;
}
.select2-container--default span.select2-dropdown,
.dir-rtl .select2-container--default span.select2-dropdown {
  background-color: #fd6921;
  color: #ffffff;
}
.select2-container--default li.select2-results__option--highlighted[aria-selected],
.dir-rtl .select2-container--default li.select2-results__option--highlighted[aria-selected],
.select2-container--default li.select2-results__option[aria-selected=true],
.dir-rtl .select2-container--default li.select2-results__option[aria-selected=true] {
  background-color: #fd8b54;
  color: #ffffff;
}
.select2-container--default.select2-container--disabled span.select2-selection--single,
.dir-rtl .select2-container--default.select2-container--disabled span.select2-selection--single,
.no-touch .select2-container--default.select2-container--disabled span.select2-selection--single:hover,
.no-touch .dir-rtl .select2-container--default.select2-container--disabled span.select2-selection--single:hover {
  background-color: #707070;
  color: #ffffff;
}
.mcq-component .mcq-item {
  position: relative;
}
.mcq-component .mcq-item label {
  color: #000;
  display: block;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  background-color: #eee;
  border-left: 6px solid #eee;
  cursor: pointer;
}
.mcq-component .mcq-item label .mcq-answer-icon {
  color: #000;
}
.mcq-component .mcq-item label .mcq-answer-icon.radio {
  width: 26px;
  height: 26px;
}
.mcq-component .mcq-item label .mcq-answer-icon.radio:before {
  content: "\e65e";
}
.mcq-component .mcq-item label .mcq-answer-icon.checkbox {
  border: 3px solid #000;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.mcq-component .mcq-item label .mcq-answer-icon.checkbox:before {
  content: " ";
}
.mcq-component .mcq-item label.selected {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.radio:before {
  content: "\e65d";
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.checkbox {
  border: 3px solid #000;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.checkbox:before {
  content: "\e633";
}
.mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #000;
}
.mcq-component .mcq-item .mcq-item-inner {
  padding: 20px;
  padding-left: 44px;
}
.dir-rtl .mcq-component .mcq-item .mcq-item-inner {
  padding-left: inherit;
  padding-right: 44px;
}
.mcq-component .mcq-item .mcq-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
}
.dir-rtl .mcq-component .mcq-item .mcq-item input {
  left: inherit;
  right: 14px;
}
.mcq-component .mcq-item .mcq-correct-icon {
  color: #44cc00;
  display: none;
}
.mcq-component .mcq-item .mcq-incorrect-icon {
  color: #e52e4c;
  display: none;
}
.mcq-component .mcq-item .mcq-item-state {
  background: none;
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  z-index: 0;
}
.dir-rtl .mcq-component .mcq-item .mcq-item-state {
  left: inherit;
  right: 10px;
}
.mcq-widget.show-user-answer .mcq-item-icon {
  display: block;
}
.mcq-widget.show-user-answer .mcq-incorrect-icon,
.mcq-widget.show-user-answer .mcq-correct-icon {
  display: none;
}
.mcq-widget.show-user-answer .incorrect .selected .mcq-incorrect-icon {
  display: none;
}
.mcq-widget.show-user-answer .correct .selected .mcq-correct-icon {
  display: none;
}
.mcq-widget.show-correct-answer .mcq-item-icon {
  display: none;
}
.mcq-widget.show-correct-answer .incorrect .selected .mcq-correct-icon,
.mcq-widget.show-correct-answer .correct .selected .mcq-correct-icon {
  display: none;
}
.mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #000;
  background-color: #eee;
  border-color: #eee;
  cursor: default;
}
.mcq-widget.disabled .mcq-item label.disabled {
  color: #000;
  background-color: #eee;
  border-color: #eee;
  cursor: default;
}
.mcq-widget.disabled .mcq-item.correct .selected .state {
  color: #44cc00;
}
.mcq-widget.disabled .mcq-item.correct label.disabled {
  border-left-color: #44cc00;
}
.mcq-widget.disabled .mcq-item.incorrect .selected .state {
  color: #e52e4c;
}
.mcq-widget.disabled .mcq-item.incorrect label.disabled {
  border-left-color: #e52e4c;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #eee;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #000;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #000;
}
.media-component .media-transcript:hover {
  color: #ffffff;
  background-color: #fd8b54;
}
.media-component .media-transcript-button-container {
  padding-left: 0px;
  padding-right: 0px;
}
.narrative-component .narrative-content-title {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .narrative-component .narrative-content-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.narrative-component .narrative-content {
  background: #fd6921;
  color: #ffffff;
}
.narrative-component .narrative-controls {
  width: 60px;
  height: 60px;
  margin-top: -48px;
  background-color: #fd6921;
}
.narrative-component .narrative-controls:hover {
  background-color: #fd8b54;
}
.narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.narrative-component .narrative-controls .icon {
  font-size: 30px;
  font-weight: bold;
  margin: 16px;
  color: #ffffff;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container {
  top: 0;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-controls {
  width: auto;
  height: auto;
  margin-top: 36px;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-controls .icon {
  font-size: 24px;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-indicators {
  margin-top: 12px;
  text-align: center;
  width: 100%;
  left: 0;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-indicators .narrative-progress {
  display: inline-block;
  background-color: #e94e02;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-indicators .narrative-progress.selected {
  background-color: #e6e6e6;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-content-item {
  padding-top: 64px;
}
.narrative-component .narrative-progress {
  background-color: #cccccc;
  border: inherit;
}
.narrative-component .narrative-progress.selected {
  background-color: #fd6921;
}
.narrative-component .narrative-strapline-title {
  background-color: #fd6921;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .narrative-component .narrative-strapline-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.narrative-component .narrative-strapline-title .icon {
  padding: 20px 20px 20px;
  color: #ffffff;
}
.narrative-component .narrative-strapline-title:hover {
  background-color: #fd8b54;
  color: #ffffff;
}
.narrative-component .narrative-strapline-title:hover .icon {
  color: #ffffff;
}
.narrative-component .narrative-strapline-title-inner {
  padding-left: 20px;
  padding-right: 64px;
}
.dir-rtl .narrative-component .narrative-strapline-title-inner {
  padding-right: 20px;
  padding-left: 64px;
}
.navigation {
  width: 100%;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  height: 64px;
}
.ie8 .navigation {
  max-width: 1024px;
  left: 0;
  right: 0;
}
.navigation .icon {
  z-index: 10;
  padding: 20px;
  color: #fd6921;
  background: transparent;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.navigation .icon .homebutton-text,
.navigation .icon .backbutton-text {
  font-family: 'Skatta Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.navigation .icon .backbutton-text {
  position: relative;
  bottom: 4px;
  text-transform: uppercase;
  font-size: 14px;
}
@media all and (max-width: 759px) {
  .navigation .icon .backbutton-text {
    display: none;
  }
}
.no-touch .navigation .icon:hover {
  color: #fd8b54;
  border-color: transparent;
}
.navigation .skip-nav-link {
  background-color: #fd6921;
  border-radius: 0;
  color: #ffffff;
  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 .navigation .skip-nav-link {
  display: inline-block;
}
.navigation .skip-nav-link:focus {
  top: 0;
}
.no-touch button.navigation-help-button {
  float: left;
  background: transparent;
}
.no-touch button.navigation-help-button:hover {
  background-color: transparent;
}
.notify-imagegrid-component .notify-imagegrid-header p {
  font-size: 110%;
}
.notify-imagegrid-component .notify-imagegrid-widget {
  padding: 50px 0 30px;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner {
  align-items: flex-start;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-grid-item {
  opacity: 0;
  transition: all .6s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0);
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-image img {
  margin: auto;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-title {
  color: #022f63;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.notify-imagegrid-component .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-item-title-inner {
  background-color: transparent;
  padding: 10px;
}
.notify-imagegrid-component.on-screen .notify-imagegrid-widget .notify-imagegrid-grid-inner .notify-imagegrid-grid-item {
  opacity: 1;
  transform: scale(1);
}
.notify-imagegrid-component .accordion-bottom-text {
  text-align: center;
  color: #fd6921;
  font-size: 140%;
}
.notify .notify-popup {
  background-color: #022f63;
  color: #ffffff;
  margin-top: 0 !important;
  top: 0 !important;
  height: 100%;
}
.notify .notify-popup a {
  text-decoration: none;
}
.notify .notify-popup-inner {
  position: relative;
  max-width: 759px;
  margin: auto;
  padding: 60px 0 60px;
}
@media all and (max-width: 1044px) {
  .notify .notify-popup-inner {
    padding: 30px 20px 30px;
  }
}
@media all and (max-width: 539px) {
  .notify .notify-popup-inner {
    padding: 20px 10px 20px;
  }
}
.notify .notify-popup-content {
  position: relative;
  padding: 12% 30px 30px 30px;
}
.ie8 .notify .notify-popup-content {
  max-width: 1024px;
  margin: 0 auto;
}
.notify .notify-popup-content .notify-close-icon-container {
  position: absolute;
  top: 0;
  right: 0;
  color: #5d81ca;
  font-size: 21px;
  cursor: pointer;
}
.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: 60px;
  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: #ffffff;
}
.notify .notify-popup-body h1 {
  font-size: 32px;
}
@media all and (max-width: 519px) {
  .notify .notify-popup-body h1 {
    font-size: 24px;
  }
}
.notify .notify-popup-content-inner .notify-popup-icon {
  position: absolute;
  right: 0px;
  left: inherit;
  padding-bottom: 20px;
}
.notify .notify-popup-content-inner .notify-popup-icon .icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: #ffffff;
  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: #ffffff;
  color: #fd6921;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  border: none;
  min-width: 100px;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
@media all and (max-width: 519px) {
  .notify .notify-popup-button {
    font-size: 14px;
  }
}
.no-touch .notify .notify-popup-button:hover {
  background-color: #b63d02;
  color: #ffffff;
}
.notify .notify-popup-done {
  margin: 20px 0px;
  position: relative;
}
.dir-rtl .notify .notify-popup-done {
  left: 0px;
  right: inherit;
}
.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: #fd6921;
  transition: all 0.3s;
  opacity: 0;
  margin-top: -30px;
  color: #fff;
  z-index: 50;
  border: 1px solid #ffffff;
  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: #ffffff;
}
.no-touch .notify-push-close .icon:hover {
  color: #b63d02;
}
.page-level-progress-navigation {
  padding: 20px !important;
  margin: 5px 0;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-navigation-completion {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-navigation-bar {
  background-color: #e94e02;
  border-color: #e94e02;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-plus-icon {
  color: #fd6921;
}
.page-level-progress-navigation-completion {
  height: 8px;
  background-color: #d5d5d5;
  border: 2px solid #d5d5d5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}
.page-level-progress-navigation-bar {
  left: 0;
  border: 2px solid #fd6921;
  background-color: #fd6921;
  transition: all 0.3s ease-in;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}
.dir-rtl .page-level-progress-navigation-bar {
  right: 0;
  left: auto;
}
.page-level-progress-plus-icon {
  right: 9px;
}
.drawer .page-level-progress-item-title {
  background-color: #022f63;
  color: #ffffff;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  text-transform: capitalize;
  font-weight: normal;
}
.drawer .page-level-progress-item-title.drawer-item-open.disabled {
  background-color: #022f63;
  color: #5d81ca;
  font-size: 14px;
  font-weight: 300;
}
.no-touch .drawer .page-level-progress-item-title.drawer-item-open.disabled:hover {
  background-color: #022f63;
  color: #5d81ca;
}
.no-touch .drawer .page-level-progress-item-title.drawer-item-open.disabled:hover .page-level-progress-indicator {
  background-color: transparent;
}
.drawer .page-level-progress-item-title:hover {
  background-color: #022f63;
  color: #ffffff;
}
.drawer .page-level-progress-item-title:hover .page-level-progress-indicator {
  background-color: #ffffff;
}
.drawer .page-level-progress-item-title:hover .page-level-progress-indicator-incomplete {
  background-color: #022f63;
}
.page-level-progress-item-title-inner {
  width: 80%;
}
.page-level-progress-indicator {
  width: 15%;
  height: 8px;
  border: 1px solid #022f63;
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.page-level-progress-indicator-complete .page-level-progress-indicator-bar {
  background-color: #ffffff;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.page-level-progress-indicator-complete .page-level-progress-indicator-bar:hover {
  background-color: #ffffff;
}
.page {
  background-color: #ffffff;
  padding-bottom: 0;
}
.page .page-header {
  position: relative;
  background-color: #fd6921;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.page .page-header-inner {
  padding: 120px 0 125px;
}
@media all and (min-width: 1024px) {
  .page .page-header-inner .page-title-inner,
  .page .page-header-inner .page-body-inner {
    width: 75%;
  }
}
@media all and (max-width: 1064px) {
  .page .page-header-inner {
    padding: 100px 20px 100px;
  }
}
@media all and (max-width: 539px) {
  .page .page-header-inner {
    padding: 50px 10px 50px;
  }
}
.page .page-header-content {
  max-width: 1024px;
  margin: auto;
  color: #ffffff;
}
.page .page-header-content-inner {
  text-align: left;
}
.page .page-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
@media all and (min-width: 1024px) {
  .page .page-title {
    font-size: 48px;
  }
}
.page .page-body {
  margin-bottom: 10px;
}
.page .page-graphic {
  text-align: center;
}
.page .page-graphic img {
  width: 60%;
  max-width: 180px;
}
@media all and (min-width: 1024px) {
  .page .page-graphic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
    margin: auto;
    max-width: 25%;
  }
  .page .page-graphic img {
    width: 80%;
  }
}
.page .page-instruction {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.page .standout-section,
.page .standout-section .block {
  background: #022f63;
  color: #ffffff;
}
.quicknav .quicknav-widget {
  font-size: 0;
  text-align: center;
}
.quicknav button {
  line-height: inherit;
  margin: 3px;
  min-height: inherit;
  padding: 14px 24px 14px 24px;
  vertical-align: top;
  border: none;
  box-sizing: border-box;
  border-radius: 40px;
}
.quicknav button .icon {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.quicknav button .icon:before {
  line-height: 1;
}
.quicknav button.selected {
  background-color: #fd8b54;
  border-color: #faaf48;
  color: #ffffff;
}
.quicknav button.disabled {
  cursor: not-allowed;
}
.quicknav button .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  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;
  }
}
.quicknav button:hover {
  border: none;
}
.resources .resources-filter button {
  color: #ffffff;
  border-bottom: 1px solid #022f63;
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  padding: 0px;
  font-size: 16px;
  text-align: center;
}
.resources .resources-filter button span {
  border: none;
  padding: 15px 0px;
}
.resources .resources-filter button.selected {
  color: #ffffff;
  background-color: #022f63;
  border-bottom: 1px solid #022f63;
}
.no-touch .resources .resources-filter button:hover {
  color: #ffffff;
  background-color: #022f63;
  border-bottom: 1px solid #022f63;
}
.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');
}
.slider-component .slider-holder {
  padding-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-component .slider-scale-numbers {
  position: relative;
  margin: 45px 21px -7px;
}
.dir-rtl .slider-component .slider-scale-numbers {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.slider-component .slider-scale-number {
  position: absolute;
  width: 50px;
  top: -32px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  margin-left: -25px;
}
.dir-rtl .slider-component .slider-scale-number {
  text-align: center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.slider-component .slider-scale-labels {
  margin: 2px 0;
  height: 20px;
}
.slider-component .slider-scale-start {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.dir-rtl .slider-component .slider-scale-start {
  float: right;
}
.slider-component .slider-scale-end {
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 30px;
}
.dir-rtl .slider-component .slider-scale-end {
  float: left;
}
.slider-component .slider-scale-start::after,
.slider-component .slider-scale-end::after {
  content: " %";
}
.slider-component .slider-scaler-wrapper {
  margin: 0 21px;
  min-height: 50px;
}
.slider-component .slider-scaler-wrapper .slider-scaler {
  width: 100%;
  height: 2px;
  background-color: #000;
  float: left;
  position: relative;
  border: none;
  border-top: none;
  border-bottom: none;
  top: 12px;
  margin: 3px 0;
}
.slider-component .slider-model-answer,
.slider-component .slider-scale-marker {
  display: none;
  position: absolute;
  height: 30px;
  width: 50px;
  top: -32px;
  border-radius: 15px;
  margin-left: -25px;
  color: #ffffff;
  cursor: default;
  line-height: 30px;
  text-align: center;
  z-index: 1;
  background-color: #fd6921;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.slider-component .slider-scale-marker.display-block {
  display: block;
}
.dir-rtl .slider-component .slider-scale-marker.display-block {
  margin-right: -15px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.slider-component .slider-line {
  display: block;
  width: 2px;
  height: 13px;
  top: -11px;
  background-color: #000;
  position: absolute;
  z-index: 0;
  margin-left: -2px;
}
.slider-component .slider-scale-start-marker {
  left: 0;
}
.slider-component .slider-scale-end-marker {
  left: 100%;
}
.slider-component .slider-background {
  position: relative;
}
.slider-component .slider-answer {
  display: none;
  position: absolute;
  height: 26px;
  width: 26px;
  top: -11px;
  border-radius: 50%;
  margin-left: -13px;
  background-color: #fd6921;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  z-index: 1;
}
.slider-widget .slider-holder .rangeslider__handle {
  background-image: none;
  border: none;
  background-color: #fd6921;
}
.slider-widget .slider-holder .rangeslider__handle:after {
  content: none;
}
.no-touch .slider-widget .slider-holder .rangeslider__handle:hover {
  background-color: #fd6921;
}
.slider-widget .slider-holder .rangeslider__fill {
  background-color: #fd6921;
  transition: background-color linear 200ms;
}
.slider-widget .slider-holder .rangeslider {
  background-color: #ffffff;
}
.slider-widget .slider-holder .rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.slider-widget .slider-holder .rangeslider--disabled .rangeslider__handle {
  border: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.slider-widget .slider-holder input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accessibility .slider-widget .slider-holder input[type="range"]:focus + .rangeslider .rangeslider__handle {
  outline: 3px solid orange;
}
.slider-widget .slider-holder .slider-item {
  direction: ltr;
}
.slider-widget.show-user-answer.correct .slider-scale-marker {
  background-color: #44cc00;
}
.slider-widget.show-user-answer.correct .rangeslider__fill {
  background-color: #44cc00;
}
.slider-widget.show-user-answer.incorrect .slider-scale-marker {
  background-color: #e52e4c;
}
.slider-widget.show-user-answer.incorrect .rangeslider__fill {
  background-color: #e52e4c;
}
.slider-widget.show-correct-answer .slider-model-answer,
.slider-widget.show-correct-answer .slider-scale-marker {
  background-color: #44cc00;
}
.dir-rtl .slider-widget.show-correct-answer .slider-model-answer,
.dir-rtl .slider-widget.show-correct-answer .slider-scale-marker {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.slider-widget.show-correct-answer .rangeslider__fill {
  background-color: #44cc00;
}
.no-marking .component-inner .component-widget.disabled.submitted.complete .rangeslider__fill,
.no-marking .component-inner .component-widget.disabled.submitted.complete .slider-scale-marker {
  color: #ccc;
  background-color: #727272;
}
.stacklist-items {
  max-width: 760px;
  margin: auto;
}
.stacklist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 40px;
}
@media all and (max-width: 519px) {
  .stacklist-item {
    padding: 20px;
  }
}
.stacklist-item.show {
  position: relative !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.stacklist-item::after {
  content: " ";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
  width: 80px;
  height: 20px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #fd6921 transparent transparent transparent;
  z-index: 100;
}
.stacklist-item:nth-of-type(even) {
  background: #a3283c;
}
.stacklist-item:nth-of-type(even)::after {
  border-top-color: #a3283c;
}
.stacklist-item.last::after {
  border-top-color: transparent;
}
.stacklist-item .stacklist-item-index {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  background: white;
  color: #fd6921;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
@media all and (max-width: 519px) {
  .stacklist-item .stacklist-item-index {
    width: 72px;
    height: 72px;
    font-size: 28px;
    line-height: 72px;
  }
}
.stacklist-item .stacklist-item-body {
  margin-left: 20px;
  width: 550px;
}
.stacklist-button {
  margin-top: 24px;
}
.stacklist-button button {
  border-radius: 30px;
}
.stars .stars-inner {
  padding: 20px;
}
.stars .stars-inner .icon {
  padding: 0;
}
.stars .stars-inner .stars-count {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 24px;
  line-height: 24px;
  color: #fd6921;
  font-weight: bold;
}
.no-touch .stars .stars-inner:hover {
  color: #e94e02;
}
.tabs-component .tabs-navigation {
  float: left;
  width: 20%;
}
.dir-rtl .tabs-component .tabs-navigation {
  float: right;
}
.tabs-component .tabs-navigation-item {
  display: block;
  margin-bottom: 1px;
  position: relative;
  text-decoration: none;
}
.tabs-component .tabs-navigation-item-inner {
  background-color: #fd6921;
  border-radius: 20px 0 0 20px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  padding: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dir-rtl .tabs-component .tabs-navigation-item-inner {
  border-radius: 0 20px 20px 0;
}
.tabs-component .tabs-navigation-item-inner.visited {
  background-color: #e94e02;
  color: #ffffff;
}
.tabs-component .tabs-navigation-item-inner.selected {
  background-color: #fd7a3a;
  color: #ffffff;
}
.tabs-component .tabs-navigation-item-inner.selected:after {
  border-left-color: #fd7a3a;
  opacity: 1;
}
.dir-rtl .tabs-component .tabs-navigation-item-inner.selected:after {
  border-left-color: transparent;
  border-right-color: #fd7a3a;
}
.no-touch .tabs-component .tabs-navigation-item-inner:hover {
  background-color: #fd8b54;
  color: #ffffff;
}
.no-touch .tabs-component .tabs-navigation-item-inner:hover.visited {
  background-color: #fd8b54;
  color: #ffffff;
}
.no-touch .tabs-component .tabs-navigation-item-inner:hover.selected {
  background-color: #fd8b54;
  color: #ffffff;
}
.tabs-component .tabs-navigation-item-inner:after {
  border-left-color: #fd6921;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-style: solid;
  border-width: 10.5px 0 10.5px 13px;
  content: '';
  height: 0;
  margin-top: -8.25px;
  opacity: 0;
  position: absolute;
  right: -13px;
  top: 50%;
  width: 0;
  z-index: 1;
}
.ie8 .tabs-component .tabs-navigation-item-inner:after {
  display: none;
}
.dir-rtl .tabs-component .tabs-navigation-item-inner:after {
  border-left-color: transparent;
  border-right-color: #fd6921;
  border-width: 10.5px 13px 10.5px 0;
  right: auto;
  left: -13px;
}
.tabs-component .tabs-content-items {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #fd7a3a;
  float: right;
  max-height: 400px;
  min-height: 400px;
  overflow-y: scroll;
  position: relative;
  width: 80%;
  -webkit-overflow-scrolling: touch;
}
.dir-rtl .tabs-component .tabs-content-items {
  float: left;
}
.tabs-component .tabs-content-items-inner {
  padding: 20px;
}
.tabs-component .tab-content-item-title {
  margin-bottom: 5px;
}
.tabs-component .tab-content-item-body {
  margin-bottom: 18px;
}
.tabs-component .tabs-content-icon {
  display: none;
}
.tabs-component.tab-layout-top .tabs-widget {
  padding-top: 55px;
  position: relative;
}
.tabs-component.tab-layout-top .tabs-navigation {
  float: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.tabs-component.tab-layout-top .tabs-navigation-item {
  float: left;
}
.tabs-component.tab-layout-top .tabs-navigation-item:last-child .tabs-navigation-item-inner {
  margin-right: 0;
}
.dir-rtl .tabs-component.tab-layout-top .tabs-navigation-item:last-child .tabs-navigation-item-inner {
  margin-left: 0;
}
.dir-rtl .tabs-component.tab-layout-top .tabs-navigation-item {
  float: right;
}
.tabs-component.tab-layout-top .tabs-navigation-item-inner {
  border-radius: 20px 20px 0 0;
  margin-right: 2px;
}
.tabs-component.tab-layout-top .tabs-navigation-item-inner:after {
  display: none;
}
.dir-rtl .tabs-component.tab-layout-top .tabs-navigation-item-inner {
  margin-right: auto;
  margin-left: 2px;
}
.tabs-component.tab-layout-top .tabs-content-items {
  float: none;
  overflow-y: auto;
  width: 100%;
}
@media all and (max-width: 759px) {
  .tabs-component .tabs-navigation {
    width: 25%;
  }
  .tabs-component .tabs-navigation-item-inner:after {
    display: none;
  }
  .tabs-component .tabs-content-items {
    width: 75%;
  }
  .tabs-component .tabs-content-icon {
    color: #365eb7;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px;
  }
  .dir-rtl .tabs-component .tabs-content-icon {
    left: 0;
    right: auto;
  }
}
@media all and (max-width: 519px) {
  .tabs-component .tabs-navigation {
    width: 30%;
  }
  .tabs-component .tabs-content-items {
    width: 70%;
  }
  .tabs-component .tabs-content-items-inner {
    padding: 10px;
  }
}
.text-hotspot .text-body-inner p {
  font-size: 28px;
  color: #707070;
  line-height: 40px;
}
.stacked-title-component .text-body-inner p {
  font-size: 140%;
}
.hilited-header .component-body {
  font-size: 24px;
  line-height: 32px;
}
@media all and (min-width: 759px) {
  .hilited-header .component-body {
    max-width: 90%;
  }
}
@media all and (max-width: 519px) {
  .hilited-header .component-body {
    margin-top: 40px;
    margin-bottom: -40px;
  }
}
ul {
  list-style: disc;
}
.textinput-widget.disabled .textinput-item {
  border-color: #707070;
  background-color: #707070;
}
.textinput-item {
  background-color: #fd6921;
  position: relative;
  border: 4px solid #fd6921;
  margin-bottom: 5px;
}
.component-full .textinput-item {
  padding: 1%;
}
.component-left .textinput-item,
.component-right .textinput-item {
  padding: 2%;
}
.textinput-item-textbox {
  height: 28px;
  line-height: 28px;
}
.textinput-item-textbox.textinput-validation-error {
  border: 2px solid #e52e4c;
}
.textinput-widget .textinput-correct-icon {
  color: #44cc00;
}
.textinput-widget .textinput-incorrect-icon {
  color: #e52e4c;
}
.divider-block {
  background-color: #365eb7;
  color: #ffffff;
}
.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;
}
.divider-block .component-inner {
  background-color: transparent;
}
.block.primary-color {
  background-color: #fd6921;
}
.block.secondary-color {
  background-color: #fd6921;
}
.block.tertiary-color {
  background-color: #ffffff;
}
.block.background-color {
  background-color: #ffffff;
}
.block.background-color-inverted {
  background-color: #365eb7;
  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;
  }
}
.blank-background {
  background-image: url(assets/blank-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 1024px) {
  .blank-background {
    background-image: url(assets/blank-bg-900.jpg);
    background-position: right;
  }
}
@media all and (max-width: 759px) {
  .blank-background {
    background-image: none;
  }
}
.ie.version-11-0 #wrapper {
  overflow-x: visible;
}
.quicknav .tooltip {
  visibility: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  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: #fd6921;
  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: #fd6921 transparent transparent transparent;
}
.transition-all-colors {
  -webkit-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
  transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}
.transition-color {
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.transition-background-color {
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  -ms-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.transition-border-color {
  -webkit-transition: border-color 0.15s ease-in;
  -moz-transition: border-color 0.15s ease-in;
  -ms-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.article {
  position: relative;
}
.trickle-button-component {
  text-align: center;
  padding-bottom: 0;
}
.trickle-button-component .trickle-button-inner {
  z-index: 500;
  background: transparent;
  padding: 5px 0;
}
.trickle-button-component .trickle-button-inner.display-none {
  display: block !important;
  visibility: hidden;
}
.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;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.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: auto;
}
.trickle-button-component.trickle-round-arrow button {
  width: 80px;
  height: 80px;
  background-color: #fd6921;
  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: #fd6921;
  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;
}
html.trickle {
  height: 100%;
}
html.trickle #wrapper {
  overflow: hidden;
}
#wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 64px;
}
.ie8 #wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.navigation-back-button {
  display: none;
}
.nosto-pisteet {
  font-size: 26px;
}
@media (min-width: 759px) {
  .article-block-slider-enabled .has-arrows .block .block-inner {
    padding: 0 70px 0 0;
  }
}
.article.light-gray,
.article.light-grey {
  background-color: #eee;
}
.article.light-gray .nosto-laatikko,
.article.light-grey .nosto-laatikko {
  background: white;
}
@media all and (min-width: 519px) {
  .article.page-starting .block-inner {
    max-width: 759px;
    padding: 38px 50px;
    background: white;
    box-sizing: border-box;
  }
}
.article.page-starting .block-inner .block-title {
  color: #fd6921;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 36px;
}
@media all and (max-width: 519px) {
  .article.page-starting .block-inner .block-title {
    font-size: 24px;
  }
}
@media all and (max-width: 519px) {
  .article.page-starting .article-inner {
    background-image: none !important;
  }
}
.article.light-grey .fcbasket-component .content-container {
  background-color: white;
}
.article.light-grey .fcbasket-component .content-container .fcbasket-item-index {
  background-color: #eee;
}
.article.light-grey .fcbasket-component .feedback-container .fcbasket-basket.revealed {
  background-color: white;
}
.page-header {
  display: none;
}
.graphic-component .graphic-widget img {
  max-height: none;
}
.results-retry-button button {
  padding: 8px 20px;
  border-radius: 30px;
}
@media all and (min-width: 1024px) {
  .negative-margin-top {
    margin-top: -80px;
  }
}
.page-ending-article .component .component-body a {
  color: white;
}
/*# sourceMappingURL=adapt.css.map */