@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);
.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: 3px 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: #ffffff;
  border: 1px solid #fff;
  color: #fff;
}
.dir-rtl #accessibility-toggle:focus {
  left: inherit;
  right: 10px;
}
.skip-nav-link {
  background-color: #ffffff;
  border-radius: 0;
  color: #d2333e;
  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: 20px;
  margin-bottom: 20px;
}
.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);
}
.animatedlist-component .animatedlist-items {
  position: relative;
  margin-bottom: -8px;
  overflow: hidden;
}
.animatedlist-component .animatedlist-items .animatedlist-item {
  position: relative;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner {
  background-color: #ffffff;
  color: #d2333e;
  padding: 20px 20px 20px 20px;
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  transition: all ease-in-out 500ms;
}
.animatedlist-component .animatedlist-items .animatedlist-item.left .animatedlist-graphic {
  float: left;
  width: 20%;
}
.animatedlist-component .animatedlist-items .animatedlist-item.left .animatedlist-item-inner-body {
  float: left;
  width: 80%;
}
.animatedlist-component .animatedlist-items .animatedlist-item.left .animatedlist-item-inner-body .animatedlist-item-inner-body-inner {
  padding-left: 20px;
}
.animatedlist-component .animatedlist-items .animatedlist-item.right .animatedlist-graphic {
  float: right;
  width: 20%;
}
.animatedlist-component .animatedlist-items .animatedlist-item.right .animatedlist-item-inner-body {
  float: left;
  width: 80%;
}
.animatedlist-component .animatedlist-items .animatedlist-item.right .animatedlist-item-inner-body .animatedlist-item-inner-body-inner {
  padding-right: 20px;
}
.animatedlist-component .animatedlist-items .animatedlist-item.top .animatedlist-graphic {
  width: 20%;
  margin: 0 auto;
}
.animatedlist-component .animatedlist-items .animatedlist-item.top .animatedlist-item-inner-body-inner {
  padding-top: 20px;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-next-button {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.accordion-component .accordion-item {
  margin-bottom: 5px;
}
.accordion-component .accordion-item-title-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  color: #d2333e;
}
.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: #d2333e;
  background-color: #ffffff;
  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: #d2333e;
  background-color: #ffffff;
  border-color: #ffffff;
}
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #d2333e;
}
.accordion-component .accordion-item-title.selected {
  color: #d2333e;
  background-color: #cccccc;
  border-color: #cccccc;
}
.accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #d2333e;
}
.no-touch .accordion-component .accordion-item-title:hover {
  color: #db5d66;
  background-color: #cccccc;
  border-color: #cccccc;
}
.no-touch .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #db5d66;
}
.no-touch .accordion-component .accordion-item-title.visited:hover {
  color: #db5d66;
  background-color: #cccccc;
  border-color: #cccccc;
}
.no-touch .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #db5d66;
}
.no-touch .accordion-component .accordion-item-title.selected:hover {
  background-color: #cccccc;
}
.accordion-component .accordion-item-body {
  color: #000000;
  background-color: #ffffff;
  display: none;
}
.accordion-component .accordion-item-body-inner {
  padding: 20px;
}
.accordion-component .accordion-item-graphic {
  padding: 20px 0 0;
}
.accordion-component .accordion-item-graphic img {
  vertical-align: bottom;
}
.accordion-component .graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.mcq-component .mcq-item {
  background-color: #ffffff;
  position: relative;
}
.mcq-component .mcq-item label {
  color: #d2333e;
  display: block;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  cursor: pointer;
}
.mcq-component .mcq-item label .mcq-answer-icon {
  color: #d2333e;
}
.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 #d2333e;
  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: #d2333e;
  background-color: #cccccc;
  border-color: #cccccc;
}
.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 #d2333e;
  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: #d2333e;
}
.mcq-component .mcq-item-inner {
  padding: 20px;
  padding-left: 64px;
}
.dir-rtl .mcq-component .mcq-item-inner {
  padding-left: inherit;
  padding-right: 64px;
}
.mcq-component .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 input {
  left: inherit;
  right: 14px;
}
.mcq-component .mcq-correct-icon {
  color: #82ca9c;
  display: none;
}
.mcq-component .mcq-incorrect-icon {
  color: #f26c4f;
  display: none;
}
.mcq-component .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-state {
  left: inherit;
  right: 10px;
}
.mcq-widget.show-user-answer .mcq-item-icon {
  display: none;
}
.mcq-widget.show-user-answer .incorrect .selected .mcq-incorrect-icon {
  display: block;
}
.mcq-widget.show-user-answer .correct .selected .mcq-correct-icon {
  display: block;
}
.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: block;
}
.mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #d2333e;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: default;
}
.mcq-widget.disabled .mcq-item label.disabled {
  color: #d2333e;
  background-color: #727272;
  border-color: #727272;
  cursor: default;
}
.mcq-widget.disabled .mcq-item.correct .selected .state {
  color: #82ca9c;
}
.mcq-widget.disabled .mcq-item.incorrect .selected .state {
  color: #f26c4f;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #db5d66;
  background-color: #cccccc;
  border-color: #cccccc;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #db5d66;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #d2333e;
  background-color: #727272;
  border-color: #727272;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #d2333e;
  background-color: #727272;
  border-color: #727272;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #d2333e;
}
.narrative-component.desktop .narrative-slide-container {
  width: 60%;
  margin-right: 3%;
  float: left;
}
.dir-rtl .narrative-component.desktop .narrative-slide-container {
  margin-right: inherit;
  margin-left: 3%;
  float: right;
}
.narrative-component.desktop .narrative-slider-graphic {
  margin-right: 0;
  width: 60%;
}
.narrative-component.desktop .narrative-strapline {
  display: none;
}
.narrative-component.desktop .narrative-content-inner .narrative-controls {
  position: static;
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
  width: auto;
  height: auto;
  padding: 8px;
}
.narrative-component.desktop .narrative-content-inner .narrative-controls .icon {
  margin: 0px;
}
.narrative-component.desktop .narrative-content-inner .narrative-indicators {
  display: none;
  position: relative;
  top: -4px;
}
.narrative-component.desktop .narrative-content-inner .narrative-progress {
  background-color: #ffffff;
}
.narrative-component.desktop .narrative-content-inner .narrative-progress.selected {
  background-color: #cccccc;
}
.narrative-component.desktop .narrative-content-inner .narrative-content-item.narrative-hidden {
  display: none;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner {
  position: relative;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-controls-container {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 10px;
  display: block;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-controls {
  margin-bottom: 0px;
  display: inline-block;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-controls.narrative-hidden {
  visibility: hidden;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-control-left {
  float: left;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-control-right {
  float: right;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-indicators {
  display: inline-block;
  width: auto;
  position: absolute;
  margin-top: 10px;
  top: 0px;
  left: 50%;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-content-item {
  padding-top: 36px;
}
.narrative-component.desktop .narrative-text-controls .narrative-slide-container .narrative-controls {
  display: none;
}
.narrative-component.desktop .narrative-text-controls .narrative-slide-container .narrative-indicators {
  display: none;
}
.narrative-component .narrative-content {
  width: 36%;
  background-color: #ffffff;
  color: #d2333e;
  float: right;
}
.dir-rtl .narrative-component .narrative-content {
  float: left;
}
.narrative-component .narrative-content-inner {
  padding: 20px;
}
.narrative-component.mobile .narrative-content {
  display: none;
}
.narrative-component .narrative-slide-container {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  float: left;
}
.dir-rtl .narrative-component .narrative-slide-container {
  float: right;
}
.narrative-component .narrative-slider-graphic {
  position: relative;
  float: left;
}
.dir-rtl .narrative-component .narrative-slider-graphic {
  float: right;
}
.narrative-component .narrative-item-title {
  position: relative;
  display: block;
}
.narrative-component .narrative-indicators {
  text-align: center;
}
.narrative-component .narrative-progress {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 1px;
  border: inherit;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}
.narrative-component .narrative-controls {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  z-index: 10;
  text-decoration: none;
  background-color: #ffffff;
}
.no-touch .narrative-component .narrative-controls:hover {
  background-color: #cccccc;
}
.no-touch .narrative-component .narrative-controls:hover .icon {
  color: #db5d66;
}
.narrative-component .narrative-controls .icon {
  margin: 12px;
  color: #d2333e;
}
.narrative-component .narrative-controls.narrative-hidden {
  visibility: hidden;
}
.narrative-component .narrative-control-left {
  left: 0;
}
.dir-rtl .narrative-component .narrative-control-left {
  left: inherit;
  right: 0;
}
.narrative-component .narrative-control-right {
  right: 0;
}
.dir-rtl .narrative-component .narrative-control-right {
  left: 0;
  right: inherit;
}
.narrative-component .narrative-strapline {
  height: auto;
  position: relative;
}
.narrative-component .narrative-strapline-header {
  overflow: hidden;
  position: relative;
}
.narrative-component .narrative-strapline-header-inner {
  position: relative;
}
.narrative-component .narrative-strapline-title {
  position: relative;
  float: left;
  text-decoration: none;
  background-color: #ffffff;
  color: #d2333e;
}
.dir-rtl .narrative-component .narrative-strapline-title {
  float: right;
}
.narrative-component .narrative-strapline-title .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .narrative-component .narrative-strapline-title .icon {
  right: inherit;
  left: 0;
}
.no-touch .narrative-component .narrative-strapline-title:hover {
  background-color: #999999;
  color: #d2333e;
}
.no-touch .narrative-component .narrative-strapline-title:hover .icon {
  color: #d2333e;
}
.narrative-component .narrative-strapline-title .focus-rect {
  position: absolute;
  right: 3px;
  bottom: 3px;
  top: 3px;
  left: 3px;
}
.narrative-component .narrative-strapline-title-inner {
  height: 64px;
  line-height: 64px;
  padding-left: 12px;
  padding-right: 64px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dir-rtl .narrative-component .narrative-strapline-title-inner {
  padding-right: 12px;
  padding-left: 64px;
}
.narrative-component .narrative-popup-open {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: #d2333e;
  text-decoration: none;
  z-index: 5;
}
.dir-rtl .narrative-component .narrative-popup-open {
  right: inherit;
  left: 0;
}
.narrative-component .narrative-popup-open .icon {
  color: #ffffff;
}
.no-touch .narrative-component .narrative-popup-open .icon:hover {
  color: #eeb0b5;
}
.narrative-component .graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.narrative-component .narrative-hidden {
  visibility: hidden;
}
html.accessibility .narrative-control-left:focus,
html.accessibility .narrative-control-left.focus {
  left: 3px;
}
.dir-rtl html.accessibility .narrative-control-left:focus,
.dir-rtl html.accessibility .narrative-control-left.focus {
  left: inherit;
  right: 3px;
}
html.accessibility .narrative-control-right:focus,
html.accessibility .narrative-control-right.focus {
  right: 3px;
}
.dir-rtl html.accessibility .narrative-control-right:focus,
.dir-rtl html.accessibility .narrative-control-right.focus {
  right: inherit;
  left: 3px;
}
html.accessibility.no-touch .narrative-strapline-title:focus .focus-rect {
  outline: 3px solid orange;
}
.card {
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
}
.card img {
  width: 100%;
  height: auto;
}
.card .card-content {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  background-color: white;
  /* content backface is visible so that static content still appears */
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.card .card-content .front,
.card .card-content .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.card.applyflip .card-content {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.card .card-content .front,
.card.applyflip .card-content .front {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}
.card .card-content .back,
.card.applyflip .card-content .back {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
}
.card .card-content .front,
.card.applyflip .card-content .back {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}
.visibility-hidden .card .card-content .front,
.visibility-hidden .card .card-content .front img,
.visibility-hidden .card.applyflip .card-content .back {
  visibility: hidden;
}
.card.applyflip .card-content .front,
.card .card-content .back {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
}
@keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-moz-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-o-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.flippablecard-inner {
  overflow: hidden;
}
.flippablecard-inner .card-container {
  perspective: 2000px;
}
.flippablecard-inner .card-container .holder {
  float: left;
  margin: 0 .5% 1%;
}
.fc-cols-4 .flippablecard-inner .card-container .holder {
  width: 24%;
}
.fc-cols-3 .flippablecard-inner .card-container .holder {
  width: 32%;
}
.fc-cols-2 .flippablecard-inner .card-container .holder {
  width: 49%;
}
.fc-cols-1 .flippablecard-inner .card-container .holder {
  width: 100%;
}
.flippablecard-inner .card-container .holder .spacer {
  height: 0;
  position: relative;
}
.flippablecard-inner .card-container .holder .spacer .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .front {
  border: solid 1px #000000;
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .front .image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .back {
  overflow-y: hidden;
  border: solid 1px #000000;
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .back .back-inner {
  padding: 10px;
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .back .title-inner {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  padding-bottom: 10px;
}
@media all and (max-width: 519px) {
  .flippablecard-inner .card-container .holder .spacer .card .card-content .back .title-inner {
    font-size: 20px;
  }
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .back.overlap .show-more {
  display: block;
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .back .show-more {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .back .show-more .fade {
  height: 30px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.75) 75%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.75) 75%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.75) 75%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.flippablecard-inner .card-container .holder .spacer .card .card-content .back .show-more button {
  width: 100%;
}
.lctabs-component.tab-layout-top .tabs-navigation .tabs-navigation-item-inner {
  border-radius: 20px 20px 0 0;
}
.lctabs-component.tab-layout-left .tabs-navigation .tabs-navigation-item-inner {
  border-radius: 0 0 0 0;
}
.lctabs-component .tabs-navigation-item {
  display: block;
  margin-bottom: 1px;
  position: relative;
  text-decoration: none;
  float: left;
}
.lctabs-component .tabs-navigation-item-inner {
  background-color: #ffffff;
  border-radius: 20px 0 0 20px;
  color: #d2333e;
  display: block;
  overflow: hidden;
  padding: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dir-rtl .lctabs-component .tabs-navigation-item-inner {
  border-radius: 0 20px 20px 0;
}
.lctabs-component .tabs-navigation-item-inner.visited {
  background-color: #ffffff;
  color: #d2333e;
}
.lctabs-component .tabs-navigation-item-inner.selected {
  background-color: #cccccc;
  color: #d2333e;
}
.lctabs-component .tabs-navigation-item-inner.selected:after {
  border-left-color: #cccccc;
  opacity: 1;
}
.dir-rtl .lctabs-component .tabs-navigation-item-inner.selected:after {
  border-left-color: transparent;
  border-right-color: #cccccc;
}
.no-touch .lctabs-component .tabs-navigation-item-inner:hover {
  background-color: #cccccc;
  color: #db5d66;
}
.no-touch .lctabs-component .tabs-navigation-item-inner:hover.visited {
  background-color: #cccccc;
  color: #db5d66;
}
.no-touch .lctabs-component .tabs-navigation-item-inner:hover.selected {
  background-color: #cccccc;
  color: #db5d66;
}
.lctabs-component .tabs-content-items {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.lctabs-component .tab-content-item-title {
  margin-bottom: 20px;
}
.lctabs-component .tab-content-item-graphic {
  padding-top: 20px;
}
.lctabs-component .tab-content-item-graphic-inner {
  width: 100%;
  max-width: none;
}
.lctabs-component .tabs-content-icon {
  display: none;
}
.lctabs-component .tab-content {
  padding: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 759px) {
  .lctabs-component .tabs-content-icon {
    color: #d2333e;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px;
  }
  .dir-rtl .lctabs-component .tabs-content-icon {
    left: 0;
    right: auto;
  }
}
.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: #d2333e;
  display: inline-block;
  vertical-align: top;
}
.quicknav button .icon:before {
  line-height: 1;
}
.quicknav button.selected {
  background-color: #999999;
  border-color: #999999;
  color: #d2333e;
}
.quicknav button.disabled {
  cursor: not-allowed;
}
.quicknav button .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  display: inline-block;
  line-height: 135%;
  min-width: 24px;
}
@media all and (max-width: 519px) {
  .quicknav button .text {
    font-size: 14px;
  }
}
@media all and (max-width: 519px) {
  .quicknav button .text {
    line-height: 24px;
    min-height: 24px;
  }
}
.ie.version-11-0 #wrapper {
  overflow-x: visible;
}
.quicknav .tooltip {
  visibility: hidden;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  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: #ffffff;
  color: #d2333e;
  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: #ffffff transparent transparent transparent;
}
.text-graphic-inner .text-graphic-widget .text-mobile-title-inner {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  display: none;
}
@media all and (max-width: 519px) {
  .text-graphic-inner .text-graphic-widget .text-mobile-title-inner {
    font-size: 20px;
  }
}
@media screen and (max-width: 759px) {
  .text-graphic-inner .text-graphic-widget .text-mobile-title-inner {
    display: block;
    padding: 10px;
  }
}
.text-graphic-inner .text-graphic-widget .graphic-area {
  height: 100%;
}
@media screen and (max-width: 759px) {
  .text-graphic-inner .text-graphic-widget .graphic-area {
    width: 100% !important;
  }
}
.text-graphic-inner .text-graphic-widget .text-area {
  width: 100%;
}
.text-graphic-inner .text-graphic-widget .text-area .text-area-inner .text-area-title .text-area-title-inner {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .text-graphic-inner .text-graphic-widget .text-area .text-area-inner .text-area-title .text-area-title-inner {
    font-size: 20px;
  }
}
@media screen and (max-width: 759px) {
  .text-graphic-inner .text-graphic-widget .text-area {
    width: 100% !important;
    float: none;
  }
  .text-graphic-inner .text-graphic-widget .text-area div.text-area-inner {
    padding: 0;
  }
  .text-graphic-inner .text-graphic-widget .text-area div.text-area-inner .text-area-title .text-area-title-inner {
    display: none;
  }
}
.text-graphic-inner .text-graphic-widget.left .text-area {
  float: left;
}
.text-graphic-inner .text-graphic-widget.left .text-area-inner {
  padding: 0 10px 0 0;
}
.text-graphic-inner .text-graphic-widget.left .graphic-area {
  float: right;
}
.text-graphic-inner .text-graphic-widget.right .text-area {
  float: right;
}
.text-graphic-inner .text-graphic-widget.right .text-area-inner {
  padding: 0 0 0 10px;
}
.text-graphic-inner .text-graphic-widget.right .graphic-area {
  float: left;
}
.textonimage-inner .textonimage-widget {
  position: relative;
}
.textonimage-inner .textonimage-widget img {
  width: 100%;
  max-width: none;
  display: block;
}
.textonimage-inner .textonimage-widget .text-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
@media all and (max-width: 519px) {
  .textonimage-inner .textonimage-widget .text-wrapper {
    position: static;
  }
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder {
  position: absolute;
  bottom: 5vw;
  right: 20px;
}
@media all and (max-width: 1024px) {
  .textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder {
    bottom: 0px;
    right: 20px;
  }
}
@media all and (max-width: 519px) {
  .textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder {
    position: static;
  }
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder .sub-title {
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 20px;
  transform: translateX(-20px);
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder .sub-title .sub-title-inner {
  padding: 20px;
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder .main-title {
  background-color: #ffffff;
  color: #d2333e;
  transform: translateY(-20px);
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder .main-title .main-title-inner {
  padding: 20px;
}
.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: #ffffff;
  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: #ffffff;
  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;
}
.drawer .page-level-progress-item-title {
  background-color: #37474f;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  display: block;
}
.drawer .page-level-progress-item-title.drawer-item-open.disabled {
  box-sizing: border-box;
  background-color: #727272;
  color: #d2333e;
}
.no-touch .drawer .page-level-progress-item-title.drawer-item-open.disabled:hover {
  background-color: #727272;
  color: #d2333e;
}
.drawer .page-level-progress-item-title .drawer-item-open {
  padding: 20px 20px 20px 20px;
  display: block;
}
.no-touch .drawer .page-level-progress-item-title:hover {
  background-color: #222c31;
  color: #fff;
}
.no-touch .drawer .page-level-progress-item-title:hover .page-level-progress-indicator-complete .page-level-progress-indicator-bar {
  background-color: #ffffff;
}
.page-level-progress-item-title-inner {
  float: left;
  width: 80%;
}
.dir-rtl .page-level-progress-item-title-inner {
  float: right;
}
.page-level-progress-item-optional-text {
  line-height: 1em;
  text-align: right;
}
.page-level-progress-indicator {
  width: 16%;
  height: 10px;
  margin-left: 4%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #cccccc;
}
.dir-rtl .page-level-progress-indicator {
  margin-left: inherit;
  margin-right: 4%;
}
.page-level-progress-indicator-complete .page-level-progress-indicator-bar {
  width: 100%;
  height: 10px;
  background-color: #ffffff;
}
.no-touch .page-level-progress-indicator-complete .page-level-progress-indicator-bar:hover {
  background-color: #ffffff;
}
.page-level-progress-indicator-bar {
  width: 0%;
}
.page-level-progress-navigation {
  padding: 26px;
  float: right;
  display: inline-block;
}
@media all and (max-width: 758px) {
  .page-level-progress-navigation {
    padding: 19px;
  }
}
.dir-rtl .page-level-progress-navigation {
  float: left;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-navigation-completion {
  border-color: #d9d9d9;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-navigation-bar {
  background-color: #e6e6e6;
}
.page-level-progress-navigation-completion {
  width: 100px;
  height: 8px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  border-radius: 5px;
}
@media all and (max-width: 518px) {
  .page-level-progress-navigation-completion {
    width: 50px;
  }
}
.page-level-progress-navigation-bar {
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
}
.menu .page-level-progress-menu-item {
  padding: 30px 30px 0px;
}
.menu .page-level-progress-menu-item-indicator {
  margin: 0 auto;
  width: 100px;
  height: 8px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.menu .page-level-progress-menu-item-indicator-bar {
  width: 0%;
  height: 8px;
  background-color: #ffffff;
}
.menu-title,
.menu-body {
  color: #fff;
  margin-bottom: 30px;
}
.menu {
  background: #ffffff;
}
@media all and (min-width: 1024px) {
  .menu .menu-container {
    width: 1024px;
    margin: 0 auto;
  }
}
@media all and (max-width: 759px) and (min-width: 519px) {
  .menu .menu-container {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .menu .menu-container {
    width: 100%;
    margin: 0 auto;
  }
}
.menu .menu-container-inner {
  padding: 30px 30px 0px;
}
.menu .menu-item {
  width: 50%;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (max-width: 759px) and (min-width: 519px) {
  .menu .menu-item {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .menu .menu-item {
    width: 100%;
    margin: 0 auto;
  }
}
.dir-rtl .menu .menu-item {
  float: right;
}
.menu .menu-item.nth-child-even .menu-item-inner {
  margin-left: 5%;
}
.dir-rtl .menu .menu-item.nth-child-even .menu-item-inner {
  margin-left: inherit;
  margin-right: 5%;
}
.menu .menu-item.nth-child-odd {
  clear: both;
}
.menu .menu-item.nth-child-odd .menu-item-inner {
  margin-right: 5%;
}
.dir-rtl .menu .menu-item.nth-child-odd .menu-item-inner {
  margin-right: inherit;
  margin-left: 5%;
}
.menu .menu-item-inner {
  background: #ffffff;
  padding-bottom: 20px;
  position: relative;
}
.menu .menu-graphic a {
  display: block;
}
.menu .menu-item-title {
  padding: 30px 30px 0px;
}
.menu .menu-item-body {
  padding: 30px 30px 0px;
}
.menu .menu-item-button {
  padding: 30px 30px 0px;
}
.menu .menu-item-button a {
  text-decoration: none;
  background-color: #ffffff;
  color: #d2333e;
  padding: 14px;
}
.menu .menu-item-button a:hover {
  background-color: #ffffff;
  color: #fff;
}
.menu .menu-item-button a.visited {
  background-color: #727272;
  color: #ccc;
}
.menu .menu-item-duration {
  float: right;
}
.dir-rtl .menu .menu-item-duration {
  float: left;
}
@media all and (max-width: 759px) {
  .menu-title-inner {
    padding: 15px 0 0;
  }
  .menu-body-inner {
    padding: 0px 0 10px;
  }
  .menu .menu-inner {
    padding: 0;
  }
  .menu .menu-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .menu .menu-item.nth-child-even .menu-item-inner,
  .menu .menu-item.nth-child-odd .menu-item-inner {
    margin: 0;
  }
}
img {
  display: block;
}
.block.ditis-red {
  background-color: #d2333e;
}
.block.ditis-silver {
  background-color: #c6c6c6;
}
.block.ditis-grey-1 {
  background-color: #a6a6a6;
}
.block.ditis-grey-2 {
  background-color: #cbcbcb;
}
.block.ditis-grey-s3 {
  background-color: #e1e1e1;
}
.block.ditis-grey-s4 {
  background-color: #828282;
}
.block.ditis-grey-s5 {
  background-color: #646464;
}
.block.ditis-white {
  background-color: #ffffff;
}
.block.ditis-black {
  background-color: #000000;
}
.block.ditis-purple-1 {
  background-color: #c6c6f6;
}
.block.ditis-purple-2 {
  background-color: #646494;
}
.block.ditis-purple-3 {
  background-color: #8282b2;
}
.block.ditis-purple-4 {
  background-color: #a6a6d6;
}
.block.ditis-purple-5 {
  background-color: #cbcbfa;
}
.block.ditis-purple-6 {
  background-color: #e1e1ff;
}
.ditis-red .component-inner .component-widget {
  background-color: #d2333e;
}
.ditis-silver .component-inner .component-widget {
  background-color: #c6c6c6;
}
.ditis-grey-1 .component-inner .component-widget {
  background-color: #a6a6a6;
}
.ditis-grey-2 .component-inner .component-widget {
  background-color: #cbcbcb;
}
.ditis-grey-s3 .component-inner .component-widget {
  background-color: #e1e1e1;
}
.ditis-grey-s4 .component-inner .component-widget {
  background-color: #828282;
}
.ditis-grey-s5 .component-inner .component-widget {
  background-color: #646464;
}
.ditis-white .component-inner .component-widget {
  background-color: #ffffff;
}
.ditis-black .component-inner .component-widget {
  background-color: #000000;
}
.ditis-purple-1 .component-inner .component-widget {
  background-color: #c6c6f6;
}
.ditis-purple-2 .component-inner .component-widget {
  background-color: #646494;
}
.ditis-purple-3 .component-inner .component-widget {
  background-color: #8282b2;
}
.ditis-purple-4 .component-inner .component-widget {
  background-color: #a6a6d6;
}
.ditis-purple-5 .component-inner .component-widget {
  background-color: #cbcbfa;
}
.ditis-purple-6 .component-inner .component-widget {
  background-color: #e1e1ff;
}
.article .block.border-bottom {
  border-bottom: 1px solid #000000;
}
.article .block.border-top {
  border-top: 1px solid #000000;
}
span.wissenscheck {
  font-size: 30px;
}
@font-face {
  font-family: 'vanilla';
  src: url('assets/vanilla.eot');
  src: url('asssets/vanilla.eot?#iefix') format('embedded-opentype'), url('assets/vanilla.woff') format('woff'), url('assets/vanilla.ttf') format('truetype'), url('assets/vanilla.svg#vanilla') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MS Sans Serif';
  src: url('assets/micross.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.menu.datenschutz .menu-header-img {
  background-image: url(assets/ThinkstockPhotos-812947990_banner.jpg);
  background-position: bottom left;
  background-size: cover;
}
.page .page-header {
  display: none;
}
.article.padding-0 .article-inner {
  padding: 0px;
}
.block.full-width .block-inner {
  max-width: none;
  padding: 0px;
}
.block .block-inner {
  max-width: 950px;
}
.navigation .navigation-inner .logo {
  position: absolute;
  height: 64px;
  display: inline-block;
}
.navigation .navigation-inner .logo .logo-inner {
  height: 100%;
}
.navigation .navigation-inner .logo .logo-inner img {
  max-height: 100%;
  width: auto;
}
.location-page .navigation .navigation-inner .logo .logo-inner img {
  display: none;
}
.block.padding-0 .block-inner {
  padding: 0px;
}
.block.padding-top-0 .block-inner {
  padding-top: 0px;
}
.block.padding-top-5 .block-inner {
  padding-top: 5px;
}
.block.padding-top-10 .block-inner {
  padding-top: 10px;
}
.block.padding-top-20 .block-inner {
  padding-top: 20px;
}
.block.padding-top-30 .block-inner {
  padding-top: 30px;
}
.block.padding-top-40 .block-inner {
  padding-top: 40px;
}
.block.padding-bottom-0 .block-inner {
  padding-bottom: 0px;
}
.block.padding-bottom-5 .block-inner {
  padding-bottom: 5px;
}
.block.padding-bottom-10 .block-inner {
  padding-bottom: 10px;
}
.block.padding-bottom-20 .block-inner {
  padding-bottom: 20px;
}
.block.padding-bottom-30 .block-inner {
  padding-bottom: 30px;
}
.block.padding-bottom-40 .block-inner {
  padding-bottom: 40px;
}
.block.padding-bottom-80 .block-inner {
  padding-bottom: 80px;
}
.article.padding-top-0 .article-inner {
  padding-top: 0px;
}
.article.padding-top-5 .article-inner {
  padding-top: 5px;
}
.article.padding-top-10 .article-inner {
  padding-top: 10px;
}
.article.padding-top-20 .article-inner {
  padding-top: 20px;
}
.article.padding-top-30 .article-inner {
  padding-top: 30px;
}
.article.padding-top-40 .article-inner {
  padding-top: 40px;
}
.article.padding-top-50 .article-inner {
  padding-top: 50px;
}
.article.padding-top-60 .article-inner {
  padding-top: 60px;
}
.article.padding-bottom-0 .article-inner {
  padding-bottom: 0px;
}
.article.padding-bottom-5 .article-inner {
  padding-bottom: 5px;
}
.article.padding-bottom-10 .article-inner {
  padding-bottom: 10px;
}
.article.padding-bottom-20 .article-inner {
  padding-bottom: 20px;
}
.article.padding-bottom-30 .article-inner {
  padding-bottom: 30px;
}
.article.padding-bottom-40 .article-inner {
  padding-bottom: 40px;
}
.article.padding-bottom-50 .article-inner {
  padding-bottom: 50px;
}
.article.padding-bottom-60 .article-inner {
  padding-bottom: 60px;
}
.component.padding-0 .component-inner {
  padding: 0px;
}
.component.padding-top-0,
.component.component-right.padding-top-0,
.component.component-left.padding-top-0 {
  padding-top: 0px;
}
.component.padding-top-5,
.component.component-right.padding-top-5,
.component.component-left.padding-top-5 {
  padding-top: 5px;
}
.component.padding-top-10,
.component.component-right.padding-top-10,
.component.component-left.padding-top-10 {
  padding-top: 10px;
}
.component.padding-top-20,
.component.component-right.padding-top-20,
.component.component-left.padding-top-20 {
  padding-top: 20px;
}
.component.padding-top-30,
.component.component-right.padding-top-30,
.component.component-left.padding-top-30 {
  padding-top: 30px;
}
.component.padding-top-40,
.component.component-right.padding-top-40,
.component.component-left.padding-top-40 {
  padding-top: 40px;
}
.component.padding-bottom-0,
.component.component-right.padding-bottom-0,
.component.component-left.padding-bottom-0 {
  padding-bottom: 0px;
}
.component.padding-bottom-5,
.component.component-right.padding-bottom-5,
.component.component-left.padding-bottom-5 {
  padding-bottom: 5px;
}
.component.padding-bottom-10,
.component.component-right.padding-bottom-10,
.component.component-left.padding-bottom-10 {
  padding-bottom: 10px;
}
.component.padding-bottom-20,
.component.component-right.padding-bottom-20,
.component.component-left.padding-bottom-20 {
  padding-bottom: 20px;
}
.component.padding-bottom-30,
.component.component-right.padding-bottom-30,
.component.component-left.padding-bottom-30 {
  padding-bottom: 30px;
}
.component.padding-bottom-40,
.component.component-right.padding-bottom-40,
.component.component-left.padding-bottom-40 {
  padding-bottom: 40px;
}
.component.inner-padding-top-0 .component-inner,
.component.component-right.inner-padding-top-0 .component-inner,
.component.component-left.inner-padding-top-0 .component-inner {
  padding-top: 0px;
}
.component.inner-padding-top-5 .component-inner,
.component.component-right.inner-padding-top-5 .component-inner,
.component.component-left.inner-padding-top-5 .component-inner {
  padding-top: 5px;
}
.component.inner-padding-top-10 .component-inner,
.component.component-right.inner-padding-top-10 .component-inner,
.component.component-left.inner-padding-top-10 .component-inner {
  padding-top: 10px;
}
.component.inner-padding-top-20 .component-inner,
.component.component-right.inner-padding-top-20 .component-inner,
.component.component-left.inner-padding-top-20 .component-inner {
  padding-top: 20px;
}
.component.inner-padding-top-30 .component-inner,
.component.component-right.inner-padding-top-30 .component-inner,
.component.component-left.inner-padding-top-30 .component-inner {
  padding-top: 30px;
}
.component.inner-padding-top-40 .component-inner,
.component.component-right.inner-padding-top-40 .component-inner,
.component.component-left.inner-padding-top-40 .component-inner {
  padding-top: 40px;
}
.component.inner-padding-bottom-0 .component-inner,
.component.component-right.inner-padding-bottom-0 .component-inner,
.component.component-left.inner-padding-bottom-0 .component-inner {
  padding-bottom: 0px;
}
.component.inner-padding-bottom-5 .component-inner,
.component.component-right.inner-padding-bottom-5 .component-inner,
.component.component-left.inner-padding-bottom-5 .component-inner {
  padding-bottom: 5px;
}
.component.inner-padding-bottom-10 .component-inner,
.component.component-right.inner-padding-bottom-10 .component-inner,
.component.component-left.inner-padding-bottom-10 .component-inner {
  padding-bottom: 10px;
}
.component.inner-padding-bottom-20 .component-inner,
.component.component-right.inner-padding-bottom-20 .component-inner,
.component.component-left.inner-padding-bottom-20 .component-inner {
  padding-bottom: 20px;
}
.component.inner-padding-bottom-30 .component-inner,
.component.component-right.inner-padding-bottom-30 .component-inner,
.component.component-left.inner-padding-bottom-30 .component-inner {
  padding-bottom: 30px;
}
.component.inner-padding-bottom-40 .component-inner,
.component.component-right.inner-padding-bottom-40 .component-inner,
.component.component-left.inner-padding-bottom-40 .component-inner {
  padding-bottom: 40px;
}
/**
	reset .component-body margin
*/
.component.body-margin-top-0 .component-body {
  margin-top: 0;
}
.component.body-margin-bottom-0 .component-body {
  margin-bottom: 0;
}
ul {
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
  color: inherit;
}
ul > li {
  margin-left: 29px;
  position: relative;
  margin-top: 25px;
}
ul > li:before {
  content: "";
  display: inline-block;
  border: 4px solid #d2333e;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: -29px;
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.accordion-component .accordion-item {
  margin-bottom: 0;
}
.dir-rtl .accordion-component .accordion-item-title-icon {
  left: inherit;
  right: 20px;
}
.accordion-component .accordion-item-title {
  color: #d2333e;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 60px;
  border-left: 0;
  border-width: 1px;
  border-right: 0;
  border-radius: 0;
  border-color: #cbcbcb;
  font-weight: 400;
  font-size: 20px;
  margin-top: -1px;
}
.accordion-component .accordion-item-title:after {
  font-family: "vanilla";
  content: "\e916";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #d2333e;
  font-size: 40px;
  line-height: 40px;
  margin-top: -20px;
  transform: rotate(0);
  transition: transform ease-in-out 200ms;
}
.accordion-component .accordion-item-title.selected {
  border-bottom: none;
}
.accordion-component .accordion-item-title.selected:after {
  transform: rotate(-45deg);
}
.dir-rtl .accordion-component .accordion-item-title {
  padding-left: inherit;
  padding-right: 64px;
}
.accordion-component .accordion-item-title.visited {
  color: #d2333e;
  background-color: #ffffff;
  border-color: #cbcbcb !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 0;
  border-right: 0;
}
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #d2333e;
}
.accordion-component .accordion-item-title.selected {
  color: #d2333e;
  background-color: #ffffff;
  border-color: #cbcbcb;
  border-bottom: 0;
}
.accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #d2333e;
}
.no-touch .accordion-component .accordion-item-title:hover {
  color: #db5d66;
  background-color: #ffffff;
  border-color: #cbcbcb;
}
.no-touch .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #db5d66;
}
.no-touch .accordion-component .accordion-item-title.visited:hover {
  color: #db5d66;
  background-color: #ffffff;
  border-color: #cbcbcb;
}
.no-touch .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #db5d66;
}
.no-touch .accordion-component .accordion-item-title.selected:hover {
  background-color: #ffffff;
}
.accordion-component .accordion-item-title .accordion-item-title-inner {
  color: #000000;
}
.accordion-component .accordion-item-title .accordion-item-title-icon {
  display: none;
}
.block.ditis-grey-2 .accordion-component .accordion-item-title {
  background-color: #cbcbcb !important;
  border-color: #a6a6a6 !important;
}
.block.ditis-grey-s3 .accordion-component .accordion-item-title {
  background-color: #e1e1e1 !important;
  border-color: #a6a6a6 !important;
}
.accordion-component .accordion-item-body {
  color: #000000;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  border-color: #cbcbcb;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.block.ditis-grey-2 .accordion-component .accordion-item-body {
  background-color: #cbcbcb;
  border-color: #a6a6a6;
}
.block.ditis-grey-s3 .accordion-component .accordion-item-body {
  background-color: #e1e1e1;
  border-color: #a6a6a6;
}
.accordion-component .accordion-item-body-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  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 {
  background-color: #ffffff;
}
.article .article-inner {
  padding: 60px 0 60px;
}
@media all and (max-width: 1044px) {
  .article .article-inner {
    padding: 30px 0 30px;
  }
}
@media all and (max-width: 539px) {
  .article .article-inner {
    padding: 20px 0 20px;
  }
}
.article .article-header {
  max-width: 1024px;
  margin: auto;
  padding: 0;
}
@media all and (max-width: 1044px) {
  .article .article-header {
    padding: 0 20px;
  }
}
@media all and (max-width: 539px) {
  .article .article-header {
    padding: 0 10px;
  }
}
.article .article-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: left;
}
.dir-rtl .article .article-title {
  text-align: right;
}
.article .article-title-inner {
  margin-bottom: 20px;
}
.article .article-body {
  margin-bottom: 30px;
}
.article .article-instruction {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #646464;
}
.results-retry-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.results-retry-button button {
  padding: 14px 14px 14px 14px;
}
.block {
  background-color: #ffffff;
}
.block .block-inner {
  margin: auto;
  padding: 60px 0 60px;
}
@media all and (max-width: 1044px) {
  .block .block-inner {
    padding: 30px 20px 30px;
  }
}
@media all and (max-width: 539px) {
  .block .block-inner {
    padding: 20px 10px 20px;
  }
}
.block .block-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.dir-rtl .block .block-title {
  text-align: right;
}
.block .block-body {
  margin-bottom: 30px;
}
.block .block-instruction {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #646464;
}
.menu {
  background: #cbcbcb;
}
.menu .menu-container {
  width: 100%;
}
.menu .menu-container-inner {
  padding: 0;
}
.menu .menu-item-container {
  max-width: 85%;
  margin: auto;
  background-color: transparent;
  padding: 5% 0 0 0;
}
.menu .menu-header {
  background-color: #d2333e;
}
.menu .menu-header-inner .menu-header-img {
  height: 300px;
}
.menu .menu-title {
  color: #ffffff;
  font-size: 30px;
  padding: 15px;
}
.menu .menu-body {
  margin: 30px 0;
  color: #ffffff;
}
.menu .menu-body a {
  color: #ffffff;
}
.menu .menu-item {
  margin: 0 auto 100px;
}
.menu .menu-item.nth-child-even .menu-item-inner {
  margin-left: 10%;
}
.dir-rtl .menu .menu-item.nth-child-even .menu-item-inner {
  margin-right: 10%;
}
.menu .menu-item.nth-child-odd .menu-item-inner {
  margin-right: 10%;
}
.dir-rtl .menu .menu-item.nth-child-odd .menu-item-inner {
  margin-left: 10%;
}
.menu .menu-item-inner {
  position: relative;
  max-width: 450px;
  margin: auto;
  background-color: #ffffff;
  color: #d2333e;
  padding-bottom: 40px;
}
.menu .menu-item-inner .menu-item-graphic {
  position: relative;
}
.menu .menu-item-inner .menu-item-graphic .menu-item-title {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 0 15px 0;
  bottom: 0%;
}
.menu .menu-item-inner .menu-item-graphic .menu-item-title .menu-item-title-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu .menu-item-inner .menu-item-graphic .menu-item-title .menu-item-title-inner .menu-item-title-duration {
  max-width: calc(100% - 80px);
}
.menu .menu-item-inner .menu-item-graphic .menu-item-title .menu-item-title-inner .menu-item-title-duration span {
  text-align: right;
  font-size: 24px;
  float: right;
  padding-right: 30px;
  width: 100%;
  line-height: 25px;
}
.menu .menu-item-inner .menu-item-graphic .menu-item-title .menu-item-title-inner .menu-item-title-duration .menu-item-duration {
  font-size: 15px;
  display: block;
  right: 0;
  padding-right: 30px;
  position: relative;
}
.menu .menu-item-inner > .menu-item-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.menu .menu-item-inner > .menu-item-button button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: transparent;
}
.menu .menu-item-inner > .menu-item-button button.visited {
  color: transparent;
  background-color: transparent;
}
.menu .menu-item-inner > .menu-item-button button:hover {
  color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
}
.menu .menu-item-text {
  width: 100%;
}
.menu .menu-item-text .menu-item-text-inner {
  float: right;
}
.menu .menu-item-body {
  margin-bottom: 30px;
  padding: 30px 30px 0;
}
.menu .menu-item-body .menu-item-body-inner {
  color: #4b4e4f;
}
.menu .menu-item-body .menu-item-body-inner p:first-child {
  margin-top: 0;
}
.menu .menu-item-instruction {
  margin-bottom: 14px;
  padding: 0;
}
.menu .page-level-progress-menu-item {
  width: 60px;
  height: 6px;
  float: none;
  padding: 0;
  position: absolute;
  right: 24px;
  bottom: 26px;
}
.dir-rtl .menu .page-level-progress-menu-item {
  left: 24px;
  right: auto;
}
.menu .page-level-progress-menu-item-indicator {
  width: 60px;
  height: 6px;
  background-color: #cccccc;
  border: 2px solid transparent;
  border-radius: 25px;
}
.menu .page-level-progress-menu-item-indicator-bar {
  height: 6px;
  background-color: #d2333e;
  border-radius: 25px;
}
.menu .menu-item-duration {
  position: absolute;
  right: 20px;
  float: none;
}
.dir-rtl .menu .menu-item-duration {
  float: none;
  left: 20px;
  right: auto;
}
.menu .menu-item-button {
  padding: 0px 30px 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.menu .menu-item-button button {
  background-color: #ffffff;
  color: #d2333e;
  float: right;
}
.menu .menu-item-button button:hover {
  background-color: #999999;
  color: #d2333e;
}
.menu .menu-item-button button.visited {
  background-color: #ffffff;
  color: #d2333e;
}
.menu .menu-item-button button[disabled="disabled"] {
  background-color: #ffffff !important;
  color: #d2333e !important;
  border-color: #d2333e !important;
}
.menu-item.locked .menu-item-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.menu-item.completed .menu-item-title-inner:before {
  font-family: "vanilla";
  content: "\e633";
  font-size: 39px;
  border: 2px solid #82ca9c;
  border-radius: 50%;
  vertical-align: middle;
  color: #82ca9c;
  display: inline-block;
  position: absolute;
  left: 25px;
  line-height: 39px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 519px) {
  .menu-item.completed .menu-item-title-inner:before {
    left: 15px;
  }
}
@media all and (max-width: 759px) {
  .menu .menu-inner {
    padding: 0;
  }
  .menu .menu-title-inner {
    padding: 0;
  }
  .menu .menu-body-inner {
    padding: 0;
  }
  .menu .menu-item.nth-child-even .menu-item-inner,
  .menu .menu-item.nth-child-odd .menu-item-inner,
  .dir-rtl .menu .menu-item.nth-child-even .menu-item-inner,
  .dir-rtl .menu .menu-item.nth-child-odd .menu-item-inner {
    margin: 0 auto;
  }
}
.location-menu .navigation {
  display: none;
}
.location-menu #wrapper {
  padding-top: 0;
}
.button,
button {
  font-family: 'MS Sans Serif', 'Microsoft Sans Serif', 'Open Sans', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #d2333e;
  padding: 8px 17px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 1px solid #d2333e;
  border-radius: 14px;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  outline: none;
}
@media all and (max-width: 519px) {
  .button,
  button {
    font-size: 14px;
  }
}
.no-touch .button:hover,
.no-touch button:hover {
  background-color: #999999;
  color: #d2333e;
  border-color: #999999;
}
.button.base,
button.base {
  background-color: transparent;
  padding: 0;
  text-align: left;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.no-touch .button.base:hover,
.no-touch button.base:hover {
  background-color: transparent;
}
.dir-rtl .button.base,
.dir-rtl button.base {
  text-align: right;
}
.button.disabled,
button.disabled,
.button:disabled,
button:disabled {
  background-color: #727272 !important;
  border-color: #727272 !important;
  color: #ccc !important;
  cursor: default;
}
.no-touch .button.disabled:hover,
.no-touch button.disabled:hover,
.no-touch .button:disabled:hover,
.no-touch button:disabled:hover {
  border-color: #727272;
}
.button[disabled="disabled"],
button[disabled="disabled"] {
  background-color: #727272 !important;
  border-color: #727272 !important;
  color: #ccc !important;
  cursor: default;
}
.no-touch .button[disabled="disabled"]:hover,
.no-touch button[disabled="disabled"]:hover {
  border-color: #727272;
}
.buttons {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.buttons 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: 1px solid #d2333e;
  border-top: none;
  background-color: #d2333e;
  color: #ffffff;
}
.buttons .buttons-marking-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin-left: -21px;
  margin-top: -21px;
  color: #a6a6a6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border: 3px solid #a6a6a6;
  box-sizing: border-box;
}
.buttons .buttons-marking-icon:before {
  display: block;
  margin-top: -1px;
}
.dir-rtl .buttons .buttons-marking-icon {
  left: inherit;
  margin-left: inherit;
  margin-right: -20px;
  right: 50%;
}
.buttons .buttons-marking-icon.icon-tick {
  background-color: #ffffff;
}
.buttons .buttons-marking-icon.icon-cross {
  background-color: #ffffff;
}
@media all and (max-width: 519px) {
  .buttons .buttons-marking-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
.buttons .buttons-display-inner {
  padding: 14px;
  text-align: center;
}
.component .component-inner {
  background-color: transparent;
  padding: 20px;
}
.component .component-inner.blank-inner {
  background-color: transparent;
  padding: 0;
}
.component .component-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: left;
}
.dir-rtl .component .component-title {
  text-align: right;
}
.component .component-title-inner {
  padding: 0px;
}
.component .component-body {
  margin: 30px 0px 30px;
}
.component .component-body a {
  text-decoration: underline;
  color: #000000;
}
.component .component-body-inner {
  padding: 0px;
}
.component .component-instruction {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #646464;
}
.component .component-instruction a {
  text-decoration: underline;
  color: #000000;
}
.component .component-instruction-inner.validation-error {
  color: #f26c4f;
}
.component .component-widget a {
  text-decoration: underline;
  color: #000000;
}
@media all and (max-width: 519px) {
  .component.component-left {
    padding: 0 0 20px;
  }
  .component.component-right {
    padding: 20px 0 0;
  }
}
.drawer {
  background-color: #37474f;
  color: #ffffff;
}
.drawer .drawer-toolbar {
  position: absolute;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #0d1113;
}
.drawer .drawer-toolbar .icon {
  color: #ffffff;
  padding: 20px;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.no-touch .drawer .drawer-toolbar .icon:hover {
  color: #999999;
}
.drawer .drawer-holder {
  padding-top: 65px;
}
.drawer .drawer-inner {
  border-left: 5px solid #0d1113;
}
.dir-rtl .drawer .drawer-inner {
  border-left: inherit;
  border-right: 5px solid #0d1113;
}
.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: 15px;
  }
}
.drawer .drawer-item .drawer-item-description {
  font-size: 20px;
  line-height: 140%;
}
.drawer .drawer-item .drawer-item-open {
  border-bottom: 1px solid #37474f;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
.no-touch .drawer .drawer-item .drawer-item-open:hover {
  background-color: #000000;
  color: #ffffff;
}
.drawer .drawer-item-open {
  padding: 20px 20px 20px 20px;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.no-touch .drawer .drawer-item-open:hover {
  background-color: #37474f;
}
.drawer button {
  border: none;
}
.lcexpose-component .expose-item-inner {
  border: 1px solid #d2333e;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.flippablecard-inner .flippablecard-widget .card-container .holder .spacer .card .card-content .front {
  border: 1px solid #d2333e;
  box-sizing: border-box;
}
.flippablecard-inner .flippablecard-widget .card-container .holder .spacer .card .card-content .back {
  border: 1px solid #d2333e;
  box-sizing: border-box;
}
.accessibility.no-touch .focused,
.accessibility.no-touch *:focus,
.accessibility.no-touch input:focus + label {
  outline: 3px solid orange;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #000000;
  font-family: 'MS Sans Serif', 'Microsoft Sans Serif', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}
.ie8  body {
  font-family: Arial, sans-serif;
}
.menu-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .menu-title {
    font-size: 38px;
  }
}
.page-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .page-title {
    font-size: 38px;
  }
}
.article-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 120%;
}
.block-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 120%;
}
.component-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
}
.item-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .item-title {
    font-size: 20px;
  }
}
.sub-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .sub-title {
    font-size: 15px;
  }
}
.instruction-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #646464;
}
.notify-popup-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .notify-popup-title {
    font-size: 15px;
  }
}
.button-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
@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: 14px;
  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: #d2333e;
  border: none;
  background-color: transparent;
}
.gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.gmcq-component .gmcq-item label.selected {
  color: #cccccc;
  background-color: transparent;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #cccccc;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-correct-icon {
  color: #82ca9c;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-incorrect-icon {
  color: #f26c4f;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-inner {
  color: #cccccc;
}
.gmcq-component .gmcq-item label.disabled .gmcq-item-icon {
  color: #727272;
}
.gmcq-component .gmcq-item label.disabled .gmcq-item-inner {
  color: #727272;
}
.gmcq-component .gmcq-item-inner {
  margin-left: 48px;
  color: #ffffff;
  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: #82ca9c;
}
.gmcq-component .gmcq-incorrect-icon {
  color: #f26c4f;
}
.gmcq-component .gmcq-widget.show-user-answer label.selected .gmcq-item-inner {
  color: #cccccc;
}
.gmcq-component .gmcq-widget.show-correct-answer label.selected .gmcq-item-inner {
  color: #cccccc;
}
.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: #82ca9c;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected.disabled .gmcq-item-icon.gmcq-incorrect-icon {
  color: #f26c4f;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.disabled {
  color: #727272;
  background-color: transparent;
  border-color: #727272;
  border: none;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  color: #cccccc;
  background-color: transparent;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #cccccc;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-inner {
  color: #cccccc;
}
.hotgraphic-component .hotgraphic-graphic-pin {
  background-color: #d2333e;
}
.hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #d2333e;
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #cccccc;
}
.hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-popup {
  background-color: #ffffff;
  border: 3px solid #ffffff;
}
.hotgraphic-component .hotgraphic-popup-toolbar {
  background-color: #ffffff;
}
.hotgraphic-component .hotgraphic-popup-nav {
  background-color: #ffffff;
}
.no-touch .hotgraphic-component .hotgraphic-popup-done:hover .hotgraphic-popup-close {
  color: #d2333e;
}
.hotgraphic-component .hotgraphic-popup-arrow-l,
.hotgraphic-component .hotgraphic-popup-arrow-r,
.hotgraphic-component .hotgraphic-popup-close {
  padding: 20px;
  color: #d2333e;
}
.hotgraphic-component .hotgraphic-popup-count {
  padding: 20px;
  color: #d2333e;
}
.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: #d2333e;
}
.hotgraphic-component .hotgraphic-popup-inner {
  padding: 20px;
}
.hotgraphic-component .hotgraphic-content-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 20px;
}
@media all and (max-width: 519px) {
  .hotgraphic-component .hotgraphic-content-title {
    font-size: 20px;
  }
}
@font-face {
  font-family: 'vanilla';
  src: url(fonts/vanilla.woff);
}
.icon {
  font-family: 'vanilla';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  color: #000000;
  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: "\e917";
}
.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: "\e91a";
}
.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: "\e914";
}
.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: "\e91a";
  color: #d2333e;
}
.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";
}
.imageSlider-component .image-slider-inner .image-slider-widget .indicator .progress {
  border: 1px solid #000000;
}
.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: 24px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .loading .loader-gif {
    font-size: 20px;
  }
}
.matching-component .matching-select-container {
  background-color: #ffffff;
}
.matching-component .matching-select-state .matching-select-icon {
  color: #d2333e;
}
.matching-component .matching-select-state .matching-correct-icon {
  color: #82ca9c;
}
.matching-component .matching-select-state .matching-incorrect-icon {
  color: #f26c4f;
}
.matching-component .select2-container .select2-selection--single {
  padding: 20px 0 20px 0;
  background-color: #ffffff;
  color: #d2333e;
}
.no-touch .matching-component .select2-container .select2-selection--single:hover {
  background-color: #cccccc;
  color: #db5d66;
}
.matching-component .select2-container .select2-selection--single .select2-selection__rendered {
  color: #d2333e;
}
.matching-component .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #d2333e transparent transparent transparent;
}
.matching-component .select2-container.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #d2333e transparent;
}
.matching-component .matching-widget.submitted .matching-select-container {
  background-color: #727272;
}
.no-touch .matching-select-icon:hover {
  color: #db5d66;
}
.no-touch .matching-select-container:hover {
  color: #d2333e;
  background-color: #cccccc;
}
.select2-container--default span.select2-dropdown,
.dir-rtl .select2-container--default span.select2-dropdown {
  background-color: #ffffff;
  color: #d2333e;
}
.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: #cccccc;
  color: #db5d66;
}
.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: #727272;
  color: #d2333e;
}
.mcq-component .mcq-item {
  background-color: #ffffff;
  position: relative;
}
.mcq-component .mcq-item label {
  color: #d2333e;
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  cursor: pointer;
}
.mcq-component .mcq-item label .mcq-answer-icon {
  color: #d2333e;
}
.mcq-component .mcq-item label .mcq-answer-icon.radio {
  width: 26px;
  height: 26px;
}
.mcq-component .mcq-item label .mcq-answer-icon.radio:before {
  content: "\e919";
}
.mcq-component .mcq-item label.selected {
  color: #d2333e;
  background-color: transparent;
  border-color: transparent;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon {
  color: #d2333e;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.radio:before {
  content: "\e918";
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.checkbox {
  border: 3px solid #d2333e;
  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: #d2333e;
}
.mcq-component .mcq-item label.selected .mcq-item-icon.mcq-correct-icon {
  color: #82ca9c;
}
.mcq-component .mcq-item label.selected .mcq-item-icon.mcq-incorrect-icon {
  color: #f26c4f;
}
.mcq-component .mcq-item-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 64px;
  color: #000000;
}
.mcq-component .mcq-correct-icon {
  display: none;
}
.mcq-component .mcq-incorrect-icon {
  display: none;
}
.mcq-component .mcq-item-state {
  background: none;
  position: absolute;
  left: 20px;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  z-index: 0;
}
.dir-rtl .mcq-component .mcq-item-state {
  left: inherit;
  right: 20px;
}
.mcq-component .mcq-inner .buttons .buttons-action {
  color: #ffffff;
  background-color: #d2333e;
  border-radius: 0px;
}
.mcq-component .mcq-inner .buttons .buttons-action .disabled-style {
  color: #ffffff !important;
  background-color: #646464 !important;
  border: 1px solid #646464 !important;
}
.mcq-component .mcq-inner .buttons .buttons-action.disabled,
.mcq-component .mcq-inner .buttons .buttons-action:disabled {
  color: #ffffff !important;
  background-color: #646464 !important;
  border: 1px solid #646464 !important;
}
.mcq-component .mcq-inner .buttons .buttons-action[disabled="disabled"] {
  color: #ffffff !important;
  background-color: #646464 !important;
  border: 1px solid #646464 !important;
}
.mcq-component .mcq-inner .buttons .buttons-feedback {
  border-radius: 0px;
  background-color: #d2333e;
  color: #ffffff;
}
.mcq-component .mcq-inner .buttons .buttons-feedback .disabled-style {
  color: #ffffff !important;
  background-color: #646464 !important;
  border: 1px solid #646464 !important;
}
.mcq-component .mcq-inner .buttons .buttons-feedback.disabled,
.mcq-component .mcq-inner .buttons .buttons-feedback:disabled {
  color: #ffffff !important;
  background-color: #646464 !important;
  border: 1px solid #646464 !important;
}
.mcq-component .mcq-inner .buttons .buttons-feedback[disabled="disabled"] {
  color: #ffffff !important;
  background-color: #646464 !important;
  border: 1px solid #646464 !important;
}
.mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #d2333e;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.mcq-widget.disabled .mcq-item label.disabled {
  color: #d2333e;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.mcq-widget.disabled .mcq-item label.disabled .mcq-item-icon.mcq-correct-icon {
  color: #82ca9c;
}
.mcq-widget.disabled .mcq-item label.disabled .mcq-item-icon.mcq-incorrect-icon {
  color: #f26c4f;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #db5d66;
  background-color: transparent;
  border-color: transparent;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: none;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #d2333e;
  background-color: transparent;
  border-color: transparent;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #d2333e;
  background-color: transparent;
  border-color: transparent;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon.mcq-correct-icon {
  color: #82ca9c;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon.mcq-incorrect-icon {
  color: #f26c4f;
}
.media-component .media-transcript:hover {
  color: #d2333e;
  background-color: #999999;
}
.media-component .media-transcript-button-container {
  padding-left: 0px;
  padding-right: 0px;
}
.narrative-component .narrative-content {
  margin-left: 3%;
  width: 37%;
}
.narrative-component .narrative-content .narrative-content-inner {
  padding: 0;
  padding-left: 25px;
  padding-right: 25px;
  color: #000000;
}
.narrative-component .narrative-controls {
  margin-top: -24px;
}
.no-touch .narrative-component .narrative-controls:hover {
  background-color: transparent;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container {
  top: 0;
  margin-top: 50%;
  transform: translateY(-50%);
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-controls {
  border: none;
  border-radius: 0;
  padding: 0;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-indicators {
  display: none;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-control-left {
  margin-left: -10px;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-control-right {
  margin-right: -10px;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-content-item {
  padding-top: 0;
}
.narrative-component .narrative-strapline-title {
  border: none;
  border-radius: 0;
}
.narrative-component .narrative-strapline-title .icon {
  padding-top: 20px;
  padding-right: 20px;
  color: #d2333e;
}
.narrative-component .narrative-strapline-title:hover .icon {
  color: #db5d66;
}
.narrative-component .narrative-strapline-title-inner {
  color: #000000;
  font-size: 20px;
}
.narrative-component .narrative-widget {
  background-color: transparent;
  padding: 20px;
}
.narrative-component .narrative-widget .narrative-slide-container {
  margin-right: 0;
}
.narrative-component .narrative-widget .narrative-slide-container .narrative-controls {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border: none;
}
.narrative-component .narrative-widget .narrative-slide-container .narrative-indicators {
  display: none;
}
.narrative-component .narrative-widget img {
  display: block;
}
.nav-button {
  margin: auto;
  display: inherit;
}
.nav-button .nav-button-inner {
  margin: auto;
  display: table;
}
.nav-button .nav-button-inner button {
  background-color: #d2333e;
  color: #ffffff;
  border-radius: 0px;
  padding: 20px 10px;
}
.navigation {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  height: 64px;
}
.ie8 .navigation {
  max-width: 1024px;
  left: 0;
  right: 0;
}
.navigation button {
  border: 0px solid transparent;
}
.navigation .icon {
  padding: 20px;
  color: #646464;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.no-touch .navigation .icon:hover {
  color: #000000;
}
.navigation .skip-nav-link {
  background-color: #ffffff;
  border-radius: 0;
  color: #d2333e;
  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 .navigation .skip-nav-link {
  display: inline-block;
}
.navigation .skip-nav-link:focus {
  top: 0;
}
.notify .notify-popup {
  background-color: #646464;
  color: #ffffff;
}
.notify .notify-popup a {
  text-decoration: none;
}
.notify .notify-popup-inner {
  position: relative;
  max-width: 1024px;
  margin: auto;
  padding: 30px 0 30px;
}
@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;
  }
}
.ie8 .notify .notify-popup-content {
  max-width: 1024px;
  margin: 0 auto;
}
.notify .notify-popup-content-inner {
  padding-left: 0px;
}
.dir-rtl .notify .notify-popup-content-inner {
  padding-left: inherit;
  padding-right: 0px;
}
@media all and (max-width: 758px) {
  .notify .notify-popup-content-inner {
    padding-left: 0px;
  }
  .dir-rtl .notify .notify-popup-content-inner {
    padding-left: inherit;
    padding-right: 0px;
  }
}
.notify .notify-popup-title {
  margin-bottom: 20px;
  padding-right: 60px;
  display: none;
}
.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 .notify-popup-body-inner .headline {
  font-size: 36px;
  line-height: 34px;
}
.notify .notify-popup-body .notify-popup-body-inner p:first-child {
  padding-right: 30px;
}
.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: #646464;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  border: none;
  min-width: 100px;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
@media all and (max-width: 519px) {
  .notify .notify-popup-button {
    font-size: 14px;
  }
}
.no-touch .notify .notify-popup-button:hover {
  background-color: #313131;
  color: #ffffff;
}
.notify .notify-popup-done {
  padding: 5px;
  margin: 20px 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  -ms-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
}
.no-touch .notify .notify-popup-done:hover {
  border-color: #313131;
}
.no-touch .notify .notify-popup-done:hover .notify-popup-icon-close {
  color: #313131;
}
.dir-rtl .notify .notify-popup-done {
  left: 0px;
  right: inherit;
}
.notify .notify-popup-icon-close {
  color: #ffffff;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.no-touch .notify .notify-popup-icon-close:hover {
  color: #313131;
}
.notify .notify-shadow {
  background-color: rgba(255, 255, 255, 0.8);
}
.no-opacity .notify .notify-shadow {
  background-image: url('assets/transparency-light.png');
}
.notify .notify-popup.incorrect .notify-popup-inner .notify-popup-content .notify-popup-content-inner .notify-popup-body .notify-popup-body-inner .headline {
  color: #d2333e;
}
.notify .notify-popup.partially-correct .notify-popup-inner .notify-popup-content .notify-popup-content-inner .notify-popup-body .notify-popup-body-inner .headline {
  color: #d2333e;
}
.notify .notify-popup.correct .notify-popup-inner .notify-popup-content .notify-popup-content-inner .notify-popup-body .notify-popup-body-inner .headline {
  color: #94F692;
}
.notify-push {
  position: fixed;
  right: 20px;
  width: 380px;
  background-color: #646464;
  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: #313131;
}
.page-level-progress-navigation {
  padding: 20px !important;
  margin: 5px 0;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-navigation-completion {
  background-color: #999999;
  border-color: #646464;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-navigation-bar {
  background-color: #000000;
  border-color: #000000;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-plus-icon {
  color: #646464;
}
.page-level-progress-navigation-completion {
  height: 8px;
  background-color: #ffffff;
  border: 2px solid #646464;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.page-level-progress-navigation-bar {
  left: 0;
  border: 2px solid #646464;
  background-color: #646464;
  transition: all 0.3s ease-in;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.dir-rtl .page-level-progress-navigation-bar {
  right: 0;
  left: auto;
}
.page-level-progress-plus-icon {
  right: 9px;
}
.drawer .page-level-progress-item-title {
  background-color: #37474f;
  color: #ffffff;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.drawer .page-level-progress-item-title.drawer-item-open.disabled {
  background-color: #727272;
  color: #d2333e;
  font-size: 18px;
  font-weight: 300;
}
.no-touch .drawer .page-level-progress-item-title.drawer-item-open.disabled:hover {
  background-color: #727272;
  color: #d2333e;
}
.no-touch .drawer .page-level-progress-item-title.drawer-item-open.disabled:hover .page-level-progress-indicator {
  background-color: transparent;
}
.no-touch .drawer .page-level-progress-item-title:hover {
  background-color: #000000;
  color: #ffffff;
}
.no-touch .drawer .page-level-progress-item-title:hover .page-level-progress-indicator {
  background-color: #999999;
}
.no-touch .drawer .page-level-progress-item-title:hover .page-level-progress-indicator-incomplete {
  background-color: #37474f;
}
.page-level-progress-item-title-inner {
  width: 80%;
}
.page-level-progress-indicator {
  width: 15%;
  height: 8px;
  border: 1px solid #0d1113;
  background-color: transparent;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.page-level-progress-indicator-complete .page-level-progress-indicator-bar {
  background-color: #ffffff;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.page-level-progress-indicator-complete .page-level-progress-indicator-bar:hover {
  background-color: #999999;
}
.page {
  background-color: #ffffff;
}
.page .page-header {
  background-color: #d2333e;
}
.page .page-header-inner {
  padding: 100px 0 100px;
}
@media all and (max-width: 1044px) {
  .page .page-header-inner {
    padding: 100px 20px 100px;
  }
}
@media all and (max-width: 539px) {
  .page .page-header-inner {
    padding: 100px 10px 100px;
  }
}
.page .page-header-content {
  max-width: 1024px;
  margin: auto;
  color: #ffffff;
}
.page .page-header-content-inner {
  text-align: center;
}
.page .page-title {
  margin-bottom: 10px;
}
.page .page-body {
  margin-bottom: 10px;
}
.page .page-instruction {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #646464;
}
.quicknav .quicknav-inner .quicknav-widget button {
  background-color: #d2333e;
  border: none;
  color: white;
  border-radius: 0;
}
.resources .resources-filter button {
  color: #ffffff;
  border-bottom: 1px solid #0d1113;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  padding: 0px;
  font-size: 20px;
  text-align: center;
}
.resources .resources-filter button span {
  border: none;
  padding: 15px 0px;
}
.resources .resources-filter button.selected {
  color: #ffffff;
  background-color: #000000;
  border-bottom: 1px solid #000000;
}
.no-touch .resources .resources-filter button:hover {
  color: #ffffff;
  background-color: #000000;
  border-bottom: 1px solid #000000;
}
.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-scaler-wrapper .slider-scaler {
  background-color: #000000;
}
.slider-component .slider-model-answer,
.slider-component .slider-scale-marker {
  color: #d2333e;
  background-color: #ffffff;
}
.slider-component .slider-line {
  background-color: #000000;
}
.slider-widget .slider-holder .rangeslider__handle {
  background-color: #ffffff;
}
.no-touch .slider-widget .slider-holder .rangeslider__handle:hover {
  background-color: #cccccc;
}
.slider-widget .slider-holder .rangeslider__fill {
  background-color: #ffffff;
}
.slider-widget .slider-holder .rangeslider {
  background-color: #ffffff;
}
.accessibility .slider-widget .slider-holder input[type="range"]:focus + .rangeslider .rangeslider__handle {
  outline: 3px solid orange;
}
.slider-widget .slider-holder .slider-scale-marker {
  font-size: 18px;
}
.slider-widget.show-user-answer.correct .slider-scale-marker,
.slider-widget.show-user-answer.correct .rangeslider__fill {
  background-color: #82ca9c;
}
.slider-widget.show-user-answer.incorrect .slider-scale-marker,
.slider-widget.show-user-answer.incorrect .rangeslider__fill {
  background-color: #f26c4f;
}
.slider-widget.show-correct-answer .slider-scale-marker,
.slider-widget.show-correct-answer .slider-model-answer,
.slider-widget.show-correct-answer .rangeslider__fill {
  background-color: #82ca9c;
}
.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;
}
.lctabs-component.tab-layout-top .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item {
  border-radius: 14px 14px 0 0;
  border-color: #646464;
  border-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.lctabs-component.tab-layout-top .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner {
  background-color: #828282;
  color: #ffffff;
  border-radius: 0;
  padding: 20px;
  padding-left: 30px;
}
.lctabs-component.tab-layout-top .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner.visited {
  background-color: #c6c6c6;
  color: #ffffff;
}
.lctabs-component.tab-layout-top .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner.selected {
  background-color: #d2333e;
  color: #ffffff;
}
.no-touch .lctabs-component.tab-layout-top .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner:hover {
  background-color: #d2333e;
  color: #ffffff;
}
.lctabs-component.tab-layout-top .tabs-inner .tabs-widget .tabs-content-items {
  border: 1px solid #828282;
  padding: 30px;
}
.lctabs-component.tab-layout-left .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin-top: -1px;
}
.lctabs-component.tab-layout-left .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner {
  background-color: #ffffff;
  color: #000000;
  padding-right: 55px;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .lctabs-component.tab-layout-left .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner {
    font-size: 20px;
  }
}
.lctabs-component.tab-layout-left .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner:after {
  font-family: "vanilla";
  content: "\e916";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #d2333e;
  font-size: 40px;
  line-height: 40px;
  margin-top: -20px;
  transform: rotate(0);
  transition: transform ease-in-out 200ms;
}
.lctabs-component.tab-layout-left .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner.selected {
  border-bottom: none;
}
.lctabs-component.tab-layout-left .tabs-inner .tabs-widget .tabs-navigation .tabs-navigation-inner .tabs-navigation-item .tabs-navigation-item-inner.selected:after {
  transform: rotate(-45deg);
}
.lctabs-component .tabs-content-icon {
  display: none;
}
@media all and (max-width: 759px) {
  .center-icon-on-mobile .text-graphic-inner .text-graphic-widget .graphic-area .graphic-area-inner img {
    margin: auto;
    max-width: 150px;
  }
}
.textinput-widget.disabled .textinput-item {
  border-color: #727272;
  background-color: #727272;
}
.textinput-item {
  background-color: #ffffff;
  position: relative;
  border: 3px solid #ffffff;
  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 #f26c4f;
}
.textinput-widget .textinput-correct-icon {
  color: #82ca9c;
}
.textinput-widget .textinput-incorrect-icon {
  color: #f26c4f;
}
.textonimage-inner.component-inner {
  padding: 0px;
  background-color: #d2333e;
}
.textonimage-inner .textonimage-widget {
  position: relative;
}
.textonimage-inner .textonimage-widget img {
  width: 100%;
  max-width: none;
  display: block;
}
.textonimage-inner .textonimage-widget .text-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
@media all and (max-width: 519px) {
  .textonimage-inner .textonimage-widget .text-wrapper {
    position: static;
  }
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .scroll-down-button .scroll-down-btn {
  display: block;
  background-color: transparent;
  background-image: url(assets/Startbildpfeil.png);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-size: 40px 40px;
  background-position: -1px;
  padding: 0;
  position: absolute;
  right: 50%;
  bottom: 2%;
  transform: translateX(50%);
}
.no-touch .textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .scroll-down-button .scroll-down-btn:hover {
  background-color: transparent;
  -webkit-animation: pulse .3s forwards;
  animation: pulse .3s forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .scroll-down-button button {
  border: 1px solid transparent;
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder {
  position: absolute;
  bottom: 5vw;
  right: 20px;
}
@media all and (max-width: 1024px) {
  .textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder {
    bottom: 0px;
    right: 20px;
  }
}
@media all and (max-width: 519px) {
  .textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder {
    position: static;
  }
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder .sub-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  padding-bottom: 20px;
  transform: translate(20px, 30px);
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder .sub-title .sub-title-inner {
  padding: 32px;
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder .main-title {
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  font-size: 27px;
  transform: translateY(-20px);
}
.textonimage-inner .textonimage-widget .text-wrapper .text-wrapper-inner .text-holder .main-title .main-title-inner {
  padding: 32px;
}
.divider-block {
  background-color: #d2333e;
  color: #ffffff;
  text-align: center;
}
.divider-block .block-title,
.divider-block .block-body,
.divider-block .block-instruction,
.divider-block .component-title,
.divider-block .component-body,
.divider-block .component-instruction {
  color: #ffffff;
  text-align: center;
}
.divider-block .component-inner {
  background-color: transparent;
}
.block.primary-color {
  background-color: #ffffff;
}
.block.secondary-color {
  background-color: #ffffff;
}
.block.tertiary-color {
  background-color: #ffffff;
}
.block.background-color {
  background-color: #ffffff;
}
.block.background-color-inverted {
  background-color: #d2333e;
  color: #ffffff;
}
.block.background-color-inverted .component-inner {
  background-color: transparent;
}
.component-background {
  background-color: transparent;
  padding: 20px;
}
.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;
  }
}
.transition-all-colors {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.transition-color {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.transition-background-color {
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.transition-border-color {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  -ms-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
}
.article {
  position: relative;
}
.trickle-button-component.trickle-full-width .trickle-button-inner button.button.disabled {
  background-color: #a6a6a6 !important;
  color: #ffffff !important;
}
.trickle-button-component.trickle-full-width .trickle-button-inner.locking button {
  z-index: 500;
  width: 100%;
  color: #ffffff;
  background-color: #d2333e;
  border: 0px solid transparent;
  border-radius: 0px;
  height: 70px;
}
.trickle-button-component .trickle-button-inner {
  background-color: none;
  padding: 0;
}
.trickle-button-component.trickle-round-arrow button {
  background-color: #ffffff;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.trickle-button-component.trickle-full-width.trickle-round-arrow .trickle-button-inner.locking button {
  background-color: #ffffff;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.trickle-button-component.trickle-down-arrow button {
  font-size: 0px;
  color: transparent;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.trickle-button-component.trickle-down-arrow button:after {
  color: #ffffff;
  font-family: vanilla;
  font-size: 27px;
  content: "\e915";
  display: block;
}
@media all and (max-width: 519px) {
  .trickle-button-component.trickle-down-arrow button:after {
    font-size: 30px;
  }
}
.trickle-button-component.trickle-down-arrow button.disabled {
  font-size: 20px;
}
.trickle-button-component.trickle-down-arrow button.disabled:after {
  display: none;
}
#wrapper {
  width: 100%;
  margin: auto;
  overflow-x: hidden;
  padding-top: 64px;
}
.ie8 #wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
/*# sourceMappingURL=adapt.css.map */