/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --adapt-viewport-height: 100vh;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  overflow-y: scroll;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  display: block;
  min-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
button {
  border: 0;
  padding: 0;
}
button:not(.is-disabled):not(.is-locked) {
  cursor: pointer;
}
.dir-rtl body {
  direction: rtl;
}
zw {
  display: inline-block;
  width: 0;
}
nb {
  white-space: nowrap;
}
@font-face {
  font-family: "vanilla";
  src: url('fonts/vanilla.woff2') format('woff2'), url('fonts/vanilla.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon:before {
  display: block;
  font-family: "vanilla";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-with-circle-down:before {
  content: "\e900";
}
.icon-arrow-with-circle-left:before {
  content: "\e901";
}
.dir-rtl .icon-arrow-with-circle-left:before {
  content: "\e902";
}
.icon-arrow-with-circle-right:before {
  content: "\e902";
}
.dir-rtl .icon-arrow-with-circle-right:before {
  content: "\e901";
}
.icon-arrow-with-circle-up:before {
  content: "\e903";
}
.icon-chevron-with-circle-down:before {
  content: "\e904";
}
.icon-chevron-with-circle-left:before {
  content: "\e905";
}
.dir-rtl .icon-chevron-with-circle-left:before {
  content: "\e906";
}
.icon-chevron-with-circle-right:before {
  content: "\e906";
}
.dir-rtl .icon-chevron-with-circle-right:before {
  content: "\e905";
}
.icon-chevron-with-circle-up:before {
  content: "\e907";
}
.icon-info-with-circle:before {
  content: "\e908";
}
.icon-location:before {
  content: "\e909";
}
.icon-medal:before {
  content: "\e90a";
}
.icon-price-ribbon:before {
  content: "\e90b";
}
.icon-shield:before {
  content: "\e90c";
}
.icon-stopwatch:before {
  content: "\e90d";
}
.icon-text-document-inverted:before {
  content: "\e90e";
}
.icon-text-document:before {
  content: "\e90f";
}
.icon-trophy:before {
  content: "\e910";
}
.icon-arrow-down:before {
  content: "\e911";
}
.icon-arrow-left:before {
  content: "\e912";
}
.dir-rtl .icon-arrow-left:before {
  content: "\e913";
}
.icon-arrow-right:before {
  content: "\e913";
}
.dir-rtl .icon-arrow-right:before {
  content: "\e912";
}
.icon-arrow-up:before {
  content: "\e914";
}
.icon-bookmark:before {
  content: "\e915";
}
.icon-message:before {
  content: "\e916";
}
.icon-mouse:before {
  content: "\e917";
}
.icon-mobile:before {
  content: "\e918";
}
.icon-desktop:before {
  content: "\e919";
}
.icon-pencil:before {
  content: "\e91a";
}
.icon-forward-arrow:before {
  content: "\e91b";
}
.dir-rtl .icon-forward-arrow:before {
  content: "\e91c";
}
.icon-backwards-arrow:before {
  content: "\e91c";
}
.dir-rtl .icon-backwards-arrow:before {
  content: "\e91b";
}
.icon-person:before {
  content: "\e91d";
}
.icon-persons:before {
  content: "\e91e";
}
.icon-profile:before {
  content: "\e91f";
}
.icon-pin:before {
  content: "\e920";
}
.icon-map:before {
  content: "\e921";
}
.icon-point:before {
  content: "\e922";
}
.icon-star:before {
  content: "\e923";
}
.icon-star-hollow:before {
  content: "\e924";
}
.icon-comments:before {
  content: "\e925";
}
.icon-comment:before {
  content: "\e926";
}
.icon-home:before {
  content: "\e927";
}
.icon-popup:before {
  content: "\e928";
}
.icon-search:before {
  content: "\e929";
}
.icon-printer:before {
  content: "\e92a";
}
.icon-link:before {
  content: "\e92b";
}
.icon-flag:before {
  content: "\e92c";
}
.icon-cog:before {
  content: "\e92d";
}
.icon-tools:before {
  content: "\e92e";
}
.icon-tag:before {
  content: "\e92f";
}
.icon-camera:before {
  content: "\e930";
}
.icon-feedback:before {
  content: "\e931";
}
.icon-book:before {
  content: "\e932";
}
.icon-article:before {
  content: "\e933";
}
.icon-eye:before {
  content: "\e934";
}
.icon-time:before {
  content: "\e935";
}
.icon-microphone:before {
  content: "\e936";
}
.icon-calendar:before {
  content: "\e937";
}
.icon-timer:before {
  content: "\e938";
}
.icon-drag:before {
  content: "\e939";
}
.icon-light-bulb:before {
  content: "\e93a";
}
.icon-checklist:before {
  content: "\e93b";
}
.icon-ticket:before {
  content: "\e93c";
}
.icon-wi-fi:before {
  content: "\e93d";
}
.icon-line-graph:before {
  content: "\e93e";
}
.icon-pie-chart:before {
  content: "\e93f";
}
.icon-bar-graph:before {
  content: "\e940";
}
.icon-scatter-graph:before {
  content: "\e941";
}
.icon-padlock-locked:before {
  content: "\e942";
}
.icon-padlock-unlocked:before {
  content: "\e943";
}
.icon-tick:before {
  content: "\e944";
}
.icon-cross:before {
  content: "\e945";
}
.icon-minus:before {
  content: "\e946";
}
.icon-plus:before {
  content: "\e947";
}
.icon-info:before {
  content: "\e948";
}
.icon-question:before {
  content: "\e949";
}
.icon-warning:before {
  content: "\e94a";
}
.icon-list:before {
  content: "\e94b";
}
.icon-add-to-list:before {
  content: "\e94c";
}
.icon-menu:before {
  content: "\e94d";
}
.icon-grid:before {
  content: "\e94e";
}
.icon-portrait:before {
  content: "\e94f";
}
.icon-screens:before {
  content: "\e950";
}
.icon-landscape:before {
  content: "\e951";
}
.icon-images:before {
  content: "\e952";
}
.icon-media:before {
  content: "\e953";
}
.icon-folder:before {
  content: "\e954";
}
.icon-documents:before {
  content: "\e955";
}
.icon-delete:before {
  content: "\e956";
}
.icon-save:before {
  content: "\e957";
}
.icon-download:before {
  content: "\e958";
}
.icon-upload:before {
  content: "\e959";
}
.icon-expand:before {
  content: "\e95a";
}
.icon-shrink:before {
  content: "\e95b";
}
.icon-volume:before {
  content: "\e95c";
}
.icon-sound:before {
  content: "\e95d";
}
.icon-sound-mute:before {
  content: "\e95e";
}
.icon-controls-down:before {
  content: "\e95f";
}
.icon-controls-left:before {
  content: "\e960";
}
.dir-rtl .icon-controls-left:before {
  content: "\e961";
}
.icon-controls-right:before {
  content: "\e961";
}
.dir-rtl .icon-controls-right:before {
  content: "\e960";
}
.icon-controls-up:before {
  content: "\e962";
}
.icon-triangle-down:before {
  content: "\e963";
}
.icon-triangle-left:before {
  content: "\e964";
}
.dir-rtl .icon-triangle-left:before {
  content: "\e965";
}
.icon-triangle-right:before {
  content: "\e965";
}
.dir-rtl .icon-triangle-right:before {
  content: "\e964";
}
.icon-triangle-up:before {
  content: "\e966";
}
.icon-dot:before {
  content: "\e967";
}
.icon-ellipsis:before {
  content: "\e968";
}
.icon-up-down:before {
  content: "\e969";
}
.icon-controls-small-down:before {
  content: "\e96a";
}
.icon-controls-small-left:before {
  content: "\e96b";
}
.dir-rtl .icon-controls-small-left:before {
  content: "\e96c";
}
.icon-controls-small-right:before {
  content: "\e96c";
}
.dir-rtl .icon-controls-small-right:before {
  content: "\e96b";
}
.icon-controls-small-up:before {
  content: "\e96d";
}
.icon-radio-checked:before {
  content: "\e96e";
}
.icon-radio-unchecked:before {
  content: "\e96f";
}
.icon-language-1:before {
  content: "\e970";
}
.icon-accessibility:before {
  content: "\e971";
}
.icon-globe:before {
  content: "\e972";
}
.icon-language-2:before {
  content: "\e973";
}
.icon-checkbox-checked:before {
  content: "\e974";
}
.icon-checkbox-unchecked:before {
  content: "\e975";
}
.icon-accessibility-2:before {
  content: "\e976";
}
.icon-alert:before {
  content: "\e977";
}
.icon-arrow-down-2:before {
  content: "\e978";
}
.icon-arrow-left-2:before {
  content: "\e979";
}
.dir-rtl .icon-arrow-left-2:before {
  content: "\e97a";
}
.icon-arrow-right-2:before {
  content: "\e97a";
}
.dir-rtl .icon-arrow-right-2:before {
  content: "\e979";
}
.icon-arrow-up-2:before {
  content: "\e97b";
}
.icon-arrow-down-3:before {
  content: "\e97c";
}
.icon-arrow-left-3:before {
  content: "\e97d";
}
.dir-rtl .icon-arrow-left-3:before {
  content: "\e97e";
}
.icon-arrow-right-3:before {
  content: "\e97e";
}
.dir-rtl .icon-arrow-right-3:before {
  content: "\e97d";
}
.icon-arrow-up-3:before {
  content: "\e97f";
}
.icon-attachment:before {
  content: "\e980";
}
.icon-block:before {
  content: "\e981";
}
.icon-camera-off:before {
  content: "\e982";
}
.icon-camera-on:before {
  content: "\e983";
}
.icon-cloud:before {
  content: "\e984";
}
.icon-compass:before {
  content: "\e985";
}
.icon-copy-file:before {
  content: "\e986";
}
.icon-copyright:before {
  content: "\e987";
}
.icon-crop:before {
  content: "\e988";
}
.icon-devices:before {
  content: "\e989";
}
.icon-down-up:before {
  content: "\e98a";
}
.icon-ellipsis-vertical:before {
  content: "\e98b";
}
.icon-exclamation:before {
  content: "\e98c";
}
.icon-expand_1:before {
  content: "\e98d";
}
.icon-extension:before {
  content: "\e98e";
}
.icon-favourite:before {
  content: "\e98f";
}
.icon-google-translate:before {
  content: "\e990";
}
.icon-hand:before {
  content: "\e991";
}
.icon-lightning:before {
  content: "\e992";
}
.icon-list-2:before {
  content: "\e993";
}
.icon-microphone-off:before {
  content: "\e994";
}
.icon-move:before {
  content: "\e995";
}
.icon-mute:before {
  content: "\e996";
}
.icon-ordered-list:before {
  content: "\e997";
}
.icon-question-circle:before {
  content: "\e998";
}
.icon-quote-close:before {
  content: "\e999";
}
.icon-quote-open:before {
  content: "\e99a";
}
.icon-refresh:before {
  content: "\e99b";
}
.icon-send:before {
  content: "\e99c";
}
.icon-sound-down:before {
  content: "\e99d";
}
.icon-sync:before {
  content: "\e99e";
}
.icon-tablet:before {
  content: "\e99f";
}
.icon-thumb-down:before {
  content: "\e9a0";
}
.icon-thumb-up:before {
  content: "\e9a1";
}
.icon-timer-empty:before {
  content: "\e9a2";
}
.icon-timer-full:before {
  content: "\e9a3";
}
.icon-video-captions-off-2:before {
  content: "\e9a4";
}
.icon-video-captions-off:before {
  content: "\e9a5";
}
.icon-video-captions:before {
  content: "\e9a6";
}
.icon-video-exit-fullscreen:before {
  content: "\e9a7";
}
.icon-video-fast-forward:before {
  content: "\e9a8";
}
.icon-video-fullscreen:before {
  content: "\e9a9";
}
.icon-video-loop:before {
  content: "\e9aa";
}
.icon-video-pause-circle:before {
  content: "\e9ab";
}
.icon-video-pause:before {
  content: "\e9ac";
}
.icon-video-play-circle:before {
  content: "\e9ad";
}
.icon-video-play:before {
  content: "\e9ae";
}
.icon-video-replay:before {
  content: "\e9af";
}
.icon-video-rewind:before {
  content: "\e9b0";
}
.icon-video-skip-back:before {
  content: "\e9b1";
}
.icon-video-skip-forward:before {
  content: "\e9b2";
}
.icon-video-stop:before {
  content: "\e9b3";
}
.icon-quote-close-2:before {
  content: "\e9b4";
}
.icon-quote-open-2:before {
  content: "\e9b5";
}
.icon-emotion-happy:before {
  content: "\e9b6";
}
.icon-emotion-not-ok:before {
  content: "\e9b7";
}
.icon-emotion-ok:before {
  content: "\e9b8";
}
.icon-emotion-sad:before {
  content: "\e9b9";
}
.icon-emotion-very-happy:before {
  content: "\e9ba";
}
.icon-emotion-very-unhappy:before {
  content: "\e9bb";
}
.icon-blogger-2:before {
  content: "\e9bc";
}
.icon-blogger:before {
  content: "\e9bd";
}
.icon-deviantart-2:before {
  content: "\e9be";
}
.icon-deviantart:before {
  content: "\e9bf";
}
.icon-doc-excel:before {
  content: "\e9c0";
}
.icon-doc-pdf:before {
  content: "\e9c1";
}
.icon-doc-word:before {
  content: "\e9c2";
}
.icon-facebook-2:before {
  content: "\e9c3";
}
.icon-facebook:before {
  content: "\e9c4";
}
.icon-flickr-2:before {
  content: "\e9c5";
}
.icon-flickr:before {
  content: "\e9c6";
}
.icon-github:before {
  content: "\e9c7";
}
.icon-instagram-2:before {
  content: "\e9c8";
}
.icon-instagram:before {
  content: "\e9c9";
}
.icon-linkedin-2:before {
  content: "\e9ca";
}
.icon-linkedin:before {
  content: "\e9cb";
}
.icon-paypal:before {
  content: "\e9cc";
}
.icon-pintrest-2:before {
  content: "\e9cd";
}
.icon-pintrest:before {
  content: "\e9ce";
}
.icon-qq-2:before {
  content: "\e9cf";
}
.icon-qq:before {
  content: "\e9d0";
}
.icon-reddit-2:before {
  content: "\e9d1";
}
.icon-reddit:before {
  content: "\e9d2";
}
.icon-rss-2:before {
  content: "\e9d3";
}
.icon-rss:before {
  content: "\e9d4";
}
.icon-sina-weibo-2:before {
  content: "\e9d5";
}
.icon-sina-weibo:before {
  content: "\e9d6";
}
.icon-soundcloud-2:before {
  content: "\e9d7";
}
.icon-soundcloud:before {
  content: "\e9d8";
}
.icon-steam-2:before {
  content: "\e9d9";
}
.icon-steam:before {
  content: "\e9da";
}
.icon-trello-2:before {
  content: "\e9db";
}
.icon-trello:before {
  content: "\e9dc";
}
.icon-tumbler-2:before {
  content: "\e9dd";
}
.icon-tumblr:before {
  content: "\e9de";
}
.icon-twitch:before {
  content: "\e9df";
}
.icon-twitter-2:before {
  content: "\e9e0";
}
.icon-twitter:before {
  content: "\e9e1";
}
.icon-vimeo-2:before {
  content: "\e9e2";
}
.icon-vimeo:before {
  content: "\e9e3";
}
.icon-wechat-2:before {
  content: "\e9e4";
}
.icon-wechat:before {
  content: "\e9e5";
}
.icon-weibo-2:before {
  content: "\e9e6";
}
.icon-weibo:before {
  content: "\e9e7";
}
.icon-xing-2:before {
  content: "\e9e8";
}
.icon-xing:before {
  content: "\e9e9";
}
.icon-youku-2:before {
  content: "\e9ea";
}
.icon-youku:before {
  content: "\e9eb";
}
.icon-youtube-2:before {
  content: "\e9ec";
}
.icon-youtube:before {
  content: "\e9ed";
}
.u-clearfix:before,
.u-clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix {
  zoom: 1;
}
.u-display-none {
  display: none !important;
}
.u-visibility-hidden {
  visibility: hidden !important;
}
.u-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;
}
.component {
  position: relative;
}
.block {
  position: relative;
}
.aria-label {
  position: absolute !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.aria-label.relative {
  position: relative !important;
}
.aria-label.aria-hidden {
  display: none !important;
}
.a11y-focusguard {
  left: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.touchevents .a11y-focusguard {
  position: absolute !important;
}
.no-touchevents .a11y-focusguard {
  position: fixed !important;
}
#a11y-focuser {
  bottom: 0 !important;
  position: fixed !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.a11y-disable-focusoutline *:focus {
  outline: none !important;
}
.article__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.block__inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.btn-icon {
  padding: 1rem;
  border: 0;
}
.btn-text {
  padding: 0.5rem 1rem;
}
.btn__response-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.btn__action:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-right: 1rem;
}
.dir-rtl .btn__action:not(.is-full-width) {
  margin-right: inherit;
  margin-left: 1rem;
}
.btn__feedback:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.dir-rtl .btn__feedback:not(.is-full-width) {
  margin-left: inherit;
  margin-right: 1rem;
}
.btn__action.is-full-width,
.btn__feedback.is-full-width {
  width: 100%;
}
.can-show-marking .btn__action.is-full-width,
.can-show-marking .btn__feedback.is-full-width {
  margin-right: 2.5rem;
}
.dir-rtl .can-show-marking .btn__action.is-full-width,
.dir-rtl .can-show-marking .btn__feedback.is-full-width {
  margin-right: inherit;
  margin-left: 2.5rem;
}
.btn__marking {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dir-rtl .btn__marking {
  left: inherit;
  right: 50%;
  transform: translate(50%, -50%);
}
.btn__marking.is-full-width {
  left: inherit;
  right: 0.5rem;
  transform: translate(0, -50%);
}
.dir-rtl .btn__marking.is-full-width {
  left: 0.5rem;
  right: inherit;
}
.btn__marking.is-correct {
  background-color: #065f28;
  color: #fff;
}
.btn__marking.is-correct .icon:before {
  content: "\e944";
}
.btn__marking.is-incorrect {
  background-color: #ff0000;
  color: #fff;
}
.btn__marking.is-incorrect .icon:before {
  content: "\e945";
}
.component {
  width: 100%;
}
.component__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 47.5rem) {
  .component__container {
    flex-direction: row;
  }
}
@media (min-width: 47.5rem) {
  .component.is-left {
    width: 50%;
  }
  .component.is-right {
    margin-left: auto;
    width: 50%;
  }
  .dir-rtl .component.is-right {
    margin-left: inherit;
    margin-right: auto;
  }
}
.drawer {
  position: fixed;
  top: 0;
  right: -20rem;
  height: 100%;
  width: 20rem;
  z-index: 100;
}
.dir-rtl .drawer {
  right: inherit;
  left: -20rem;
}
.drawer__inner {
  position: relative;
  height: 100%;
  padding-top: 3.5rem;
}
.drawer__holder {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.drawer__toolbar {
  position: absolute;
  top: 0;
  width: 100%;
}
.drawer__back {
  float: left;
}
.dir-rtl .drawer__back {
  float: right;
}
.drawer__back .icon:before {
  content: "\e96b";
}
.dir-rtl .drawer__back .icon:before {
  content: "\e96c";
}
.drawer__back .icon:before {
  content: "\e96b";
}
.dir-rtl.drawer__back .icon:before {
  content: "\e96c";
}
.drawer__close {
  float: right;
}
.dir-rtl .drawer__close {
  float: left;
}
.drawer__close .icon:before {
  content: "\e945";
}
.drawer__item-btn {
  width: 100%;
}
.drawer__item-title,
.drawer__item-body {
  display: block;
}
.menu__title-inner,
.menu-item__title-inner,
.page__title-inner,
.article__title-inner,
.block__title-inner,
.component__title-inner {
  display: inline;
  vertical-align: middle;
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#wrapper {
  padding-top: 3.5rem;
}
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
  background-color: red;
}
.nav__inner {
  margin: 0 auto;
  max-width: 90rem;
}
.nav__skip-btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
html:not(.has-accessibility) .nav__skip-btn {
  display: none !important;
}
.nav__skip-btn:not(:focus) {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.nav__back-btn {
  float: left;
}
.dir-rtl .nav__back-btn {
  float: right;
}
.nav__back-btn .icon:before {
  content: "\e96b";
}
.dir-rtl .nav__back-btn .icon:before {
  content: "\e96c";
}
.nav__back-btn .icon:before {
  content: "\e96b";
}
.dir-rtl.nav__back-btn .icon:before {
  content: "\e96c";
}
.nav__drawer-btn {
  float: right;
}
.dir-rtl .nav__drawer-btn {
  float: left;
}
.nav__drawer-btn .icon:before {
  content: "\e94b";
}
.notify {
  position: relative;
  z-index: 100;
}
.notify__popup {
  position: fixed;
  top: 50%;
  width: 100%;
  visibility: hidden;
  z-index: 100;
  background-color: #fff;
}
.notify__popup-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.notify__close-btn .icon:before {
  content: "\e945";
}
.notify__icon .icon.is-prompt:before {
  content: "\e949";
}
.notify__icon .icon.is-alert:before {
  content: "\e94a";
}
@media (min-width: 47.5rem) {
  .notify__content.has-image .notify__content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .notify__content.has-image .notify__title {
    width: 100%;
  }
  .notify__content.has-image .notify__body,
  .notify__content.has-image .notify__image-container {
    width: 50%;
  }
}
@media (min-width: 47.5rem) {
  .notify__content.align-image-left .notify__content-inner {
    flex-direction: row-reverse;
  }
}
.notify-push {
  position: fixed;
  right: 0;
  width: 20rem;
  opacity: 0;
  z-index: 100;
  background-color: #fff;
}
.notify-push.is-active {
  opacity: 1;
}
.dir-rtl .notify-push {
  right: auto;
  left: 0;
}
.notify-push__inner {
  cursor: pointer;
}
.notify-push__close-btn .icon:before {
  content: "\e945";
}
.page {
  margin: 0 auto;
  max-width: 90rem;
}
.page__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
html.adapt-scrolling {
  height: 100%;
  overflow: auto;
}
html.adapt-scrolling .nav {
  width: calc(100% - 18px);
  width: calc(100% - var(--adapt-scrollbar-width));
}
html.adapt-scrolling body {
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 90;
}
.tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  overflow: visible;
  min-width: 100px;
  max-width: 200px;
  z-index: 100;
}
.tooltip__container.is-loading .tooltip {
  visibility: hidden;
}
.tooltip__container.is-shown .tooltip {
  display: block;
}
.tooltip-fixed {
  position: fixed;
}
.attestation:not(.is-complete) .attestation__feedback-post {
  display: none !important;
}
.attestation:not(.always-show-pre-attestation).is-complete .attestation__feedback-pre {
  display: none !important;
}
.attestation__feedback-pre,
.attestation__btn-container,
.attestation__feedback-post {
  margin-bottom: 1rem;
}
.certificate__title {
  margin-bottom: 1.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #383838;
}
@media (min-width: 47.5rem) {
  .certificate__title {
    font-size: 2.75rem;
  }
}
.certificate__subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .certificate__subtitle {
    font-size: 2.5rem;
  }
}
.certificate__body {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.certificate__instruction {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.certificate__body a,
.certificate__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .certificate__body a:hover,
.no-touch .certificate__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.certificate__body,
.certificate__instruction {
  display: none !important;
}
.certificate__main-inner {
  padding: 5%;
  padding-top: 3%;
}
.certificate__data-title {
  font-size: 2.25rem;
}
.certificate__data-value {
  margin-bottom: 3%;
  font-size: 2.25rem;
  font-weight: 300;
  color: #383838;
}
.certificate__footer {
  position: relative;
}
.certificate__btn {
  position: fixed;
  bottom: 2%;
  right: 1%;
}
@media print {
  html,
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .certificate__title,
  .certificate__sub-title {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .certificate__footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .certificate__btn {
    display: none !important;
  }
}
.certificate__header-content-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 5%;
  padding-bottom: 0;
}
.certificate__container {
  text-align: center;
}
.certificate__title,
.certificate__subtitle,
.certificate__body,
.certificate__instruction {
  width: 100%;
}
.certificate__title {
  order: 1;
}
.certificate__subtitle {
  order: 0;
}
.certificate__body {
  order: 2;
}
.certificate__instruction {
  order: 2;
}
.certificate__title {
  font-size: 3rem;
  font-weight: 400;
  color: #007F00;
}
@media (min-width: 47.5rem) {
  .certificate__title {
    font-size: 3rem;
  }
}
.certificate__subtitle {
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 47.5rem) {
  .certificate__subtitle {
    font-size: 1rem;
  }
}
.certificate__data-title.name-title {
  font-size: 3rem;
  font-weight: 700;
  color: #007F00;
}
.certificate__data-value.date-value,
.certificate__data-value.name-value {
  font-size: 2rem;
}
.certificate__image-container {
  max-width: 25%;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.accordion {
  overflow-anchor: none;
}
.accordion-item__btn {
  width: 100%;
}
.accordion-item__content {
  display: none;
}
.accordion-item__btn.is-closed .icon:before {
  content: "\e947";
}
.accordion-item__btn.is-closed.is-visited .icon:before {
  content: "\e944";
}
.accordion-item__btn.is-open .icon:before {
  content: "\e946";
}
.accordion-item.has-image .accordion-item__body {
  margin-bottom: 1rem;
}
@media (min-width: 47.5rem) {
  .accordion-item.has-image.align-image-left .accordion-item__body,
  .accordion-item.has-image.align-image-right .accordion-item__body {
    margin-bottom: 0;
  }
}
@media (min-width: 47.5rem) {
  .accordion-item.align-image-left .accordion-item__content-inner,
  .accordion-item.align-image-right .accordion-item__content-inner {
    display: flex;
    align-items: flex-start;
  }
  .accordion-item.align-image-left .accordion-item__body,
  .accordion-item.align-image-right .accordion-item__body {
    width: 60%;
  }
  .accordion-item.align-image-left .accordion-item__image-container,
  .accordion-item.align-image-right .accordion-item__image-container {
    width: 40%;
  }
  .accordion-item.align-image-left .accordion-item__content-inner {
    flex-direction: row-reverse;
  }
  .accordion-item.align-image-left .accordion-item__image-container {
    margin-right: 1rem;
  }
  .dir-rtl .accordion-item.align-image-left .accordion-item__image-container {
    margin-right: inherit;
    margin-left: 1rem;
  }
  .accordion-item.align-image-right .accordion-item__content-inner {
    flex-direction: row;
  }
  .accordion-item.align-image-right .accordion-item__image-container {
    margin-left: 1rem;
  }
  .dir-rtl .accordion-item.align-image-right .accordion-item__image-container {
    margin-left: inherit;
    margin-right: 1rem;
  }
}
.confidenceslider .slider__item-input-fill-linked {
  position: absolute;
  left: 0;
  height: 0.375rem;
  background-color: #999999;
  mix-blend-mode: screen;
}
.gmcq__widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gmcq__widget:not(.is-complete) .gmcq-item__answer-icon {
  display: block;
}
.gmcq__widget.show-user-answer .is-correct .is-selected .gmcq-item__correct-icon,
.gmcq__widget.show-user-answer .is-incorrect .is-selected .gmcq-item__incorrect-icon {
  display: block;
}
.gmcq__widget.show-user-answer .gmcq-item:not(.is-correct):not(.is-incorrect) .is-selected .gmcq-item__answer-icon {
  display: block;
}
.gmcq__widget.show-correct-answer .is-correct .is-selected .gmcq-item__correct-icon,
.gmcq__widget.show-correct-answer .is-incorrect .is-selected .gmcq-item__correct-icon {
  display: block;
}
.gmcq__widget.show-correct-answer .gmcq-item:not(.is-correct):not(.is-incorrect) .is-selected .gmcq-item__answer-icon {
  display: block;
}
.gmcq-item {
  position: relative;
  width: 50%;
}
.gmcq-item__input {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, 50%);
}
.gmcq-item__label {
  display: block;
  z-index: 1;
}
.gmcq-item__label:not(.is-disabled) {
  cursor: pointer;
}
.gmcq-item__option {
  display: flex;
  flex-direction: column;
}
.gmcq-item__icon {
  display: none;
}
.gmcq-item__answer-icon.is-radio .icon:before {
  content: "\e96f";
}
.gmcq-item__answer-icon.is-checkbox .icon:before {
  content: "\e975";
}
.gmcq-item__label.is-selected .gmcq-item__answer-icon.is-radio .icon:before {
  content: "\e96e";
}
.gmcq-item__label.is-selected .gmcq-item__answer-icon.is-checkbox .icon:before {
  content: "\e974";
}
.gmcq-item__correct-icon .icon:before {
  content: "\e944";
}
.gmcq-item__incorrect-icon .icon:before {
  content: "\e945";
}
.graphic.is-scrollable .graphic__image-container {
  display: block;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.graphic.is-scrollable .graphic__image-container img {
  max-width: initial;
}
.hotgraphic__widget {
  position: relative;
}
.hotgraphic__pin {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}
@media (min-width: 47.5rem) {
  .hotgraphic__pin {
    padding: 1rem;
  }
}
.hotgraphic__pin .icon:before {
  content: "\e920";
}
.hotgraphic__pin.is-visited .icon:before {
  content: "\e944";
}
.hotgraphic__pin.has-pin-image {
  padding: 0;
}
.hotgraphic__pin-number {
  display: block;
}
.hotgraphic__tile-item-container {
  display: flex;
  flex-wrap: wrap;
}
.hotgraphic__tile-item {
  width: 50%;
  line-height: 0;
}
.hotgraphic__tile {
  position: relative;
  width: 100%;
}
.hotgraphic__tile .icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.5rem;
}
@media (min-width: 47.5rem) {
  .hotgraphic__tile .icon {
    padding: 1rem;
  }
}
.hotgraphic__tile.is-visited .icon:before {
  content: "\e944";
}
.hotgraphic-popup {
  position: relative;
}
.hotgraphic-popup__inner {
  padding-top: 3.5rem;
}
.hotgraphic-popup__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.hotgraphic-popup__toolbar.hide-pagination {
  justify-content: flex-end;
}
.hotgraphic-popup__nav {
  display: flex;
  align-items: center;
}
.hotgraphic-popup__count {
  padding: 1rem;
  line-height: 1;
}
.hotgraphic-popup__item-image-container {
  width: 60%;
  margin: auto;
}
@media (min-width: 47.5rem) {
  .hotgraphic-popup__item {
    display: flex;
    align-items: flex-start;
  }
  .hotgraphic-popup__item-content {
    width: 60%;
  }
  .hotgraphic-popup__item-image-container {
    width: 40%;
    margin-left: 1rem;
  }
}
.hotgraphic-popup__item.is-round .hotgraphic-popup__item-image {
  border-radius: 50%;
}
.hotgraphic-popup__controls.back .icon:before {
  content: "\e96b";
}
.dir-rtl .hotgraphic-popup__controls.back .icon:before {
  content: "\e96c";
}
.hotgraphic-popup__controls.back .icon:before {
  content: "\e96b";
}
.dir-rtl.hotgraphic-popup__controls.back .icon:before {
  content: "\e96c";
}
.hotgraphic-popup__controls.next .icon:before {
  content: "\e96c";
}
.dir-rtl .hotgraphic-popup__controls.next .icon:before {
  content: "\e96b";
}
.hotgraphic-popup__close .icon:before {
  content: "\e945";
}
.hotgraphic-popup__item:not(.is-active) {
  display: none !important;
}
@media (min-width: 47.5rem) {
  .hotgraphic-popup__item.align-image-left {
    flex-direction: row-reverse;
  }
  .hotgraphic-popup__item.align-image-left .hotgraphic-popup__item-image-container {
    margin-left: inherit;
    margin-right: 1rem;
  }
}
@media (min-width: 47.5rem) {
  .hotgraphic-popup__item.hide-desktop-image .hotgraphic-popup__item-content {
    width: 100%;
  }
  .hotgraphic-popup__item.hide-desktop-image .hotgraphic-popup__item-image-container {
    display: none !important;
  }
}
.hotgraphic-popup__item.hide-popup-image .hotgraphic-popup__item-content {
  width: 100%;
}
.hotgraphic-popup__item.hide-popup-image .hotgraphic-popup__item-image-container {
  display: none !important;
}
.dropdown__btn {
  width: 100%;
  outline: 0;
}
.dropdown__btn.is-disabled .dropdown__icon {
  display: none;
}
.dropdown__inner {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown__icon .icon:before {
  content: "\e963";
}
.dropdown__btn[aria-expanded="true"] .dropdown__icon .icon:before {
  content: "\e966";
}
.dropdown__list {
  position: absolute;
  max-height: 50vh;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 5000;
}
.dropdown-item {
  cursor: pointer;
  background-color: #fff;
}
.matching__widget.show-user-answer .is-correct .matching-item__select-correct-icon,
.matching__widget.show-user-answer .is-incorrect .matching-item__select-incorrect-icon {
  display: block;
}
.matching__widget.show-correct-answer .is-correct .matching-item__select-correct-icon,
.matching__widget.show-correct-answer .is-incorrect .matching-item__select-correct-icon {
  display: block;
}
.matching-item__select-icon {
  display: none;
}
.matching-item__select-correct-icon .icon:before {
  content: "\e944";
}
.matching-item__select-incorrect-icon .icon:before {
  content: "\e945";
}
.mcq__widget:not(.is-complete) .mcq-item__answer-icon {
  display: block;
}
.mcq__widget.show-user-answer .is-correct .is-selected .mcq-item__correct-icon,
.mcq__widget.show-user-answer .is-incorrect .is-selected .mcq-item__incorrect-icon {
  display: block;
}
.mcq__widget.show-user-answer .mcq-item:not(.is-correct):not(.is-incorrect) .is-selected .mcq-item__answer-icon {
  display: block;
}
.mcq__widget.show-correct-answer .is-correct .is-selected .mcq-item__correct-icon,
.mcq__widget.show-correct-answer .is-incorrect .is-selected .mcq-item__correct-icon {
  display: block;
}
.mcq__widget.show-correct-answer .mcq-item:not(.is-correct):not(.is-incorrect) .is-selected .mcq-item__answer-icon {
  display: block;
}
.mcq-item {
  position: relative;
}
.mcq-item__input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.mcq-item__label {
  display: block;
  z-index: 1;
}
.mcq-item__label:not(.is-disabled) {
  cursor: pointer;
}
.mcq-item__icon {
  display: none;
}
.mcq-item__text {
  display: block;
}
.mcq-item__answer-icon.is-radio .icon:before {
  content: "\e96f";
}
.mcq-item__answer-icon.is-checkbox .icon:before {
  content: "\e975";
}
.mcq-item__label.is-selected .mcq-item__answer-icon.is-radio .icon:before {
  content: "\e96e";
}
.mcq-item__label.is-selected .mcq-item__answer-icon.is-checkbox .icon:before {
  content: "\e974";
}
.mcq-item__correct-icon .icon:before {
  content: "\e944";
}
.mcq-item__incorrect-icon .icon:before {
  content: "\e945";
}
.media video {
  object-fit: fill;
}
.media__transcript-body-inline {
  display: none;
}
.media .me-plugin {
  position: relative;
  width: 100%;
  height: 100% !important;
}
.media .me-plugin object {
  width: 100% !important;
  height: 100% !important;
}
.media .me-plugin embed {
  width: 100% !important;
  height: 100% !important;
}
.media__widget.external-source .mejs-container {
  position: relative;
  overflow: hidden;
}
.media__widget.external-source .mejs-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media__widget.external-source .mejs-overlay-play {
  display: none !important;
}
.media__widget.video-vimeo .mejs-controls {
  display: none !important;
  height: 0 !important;
}
.media.toggle-captions .mejs-captions-selector {
  display: none !important;
}
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).  Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - no likey commas */
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - we likey commas, no support for clip-path */
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.mejs-container:focus {
  outline: none;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(controls.png);
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
  visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
    display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */
/* Start: Context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* End: Context menu */
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(jumpforward.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(skipback.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Skip Back */
.mejs-container {
  width: 100% !important;
  background-color: transparent;
}
.mejs-container .mejs-controls .mejs-time {
  padding-right: 0;
  padding-left: 0;
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
}
.no-touch  .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-button {
  background-image: url(assets/bigplay.svg);
}
.no-svg .mejs-overlay-button {
  background-image: url(assets/bigplay.png);
}
.mejs-overlay-loading,
.mejs-container .mejs-controls,
.mejs-controls .mejs-volume-button .mejs-volume-slider,
.mejs-controls .mejs-captions-button .mejs-captions-selector,
.mejs-captions-text,
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector,
.mejs-postroll-layer,
.mejs-postroll-close,
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  background-image: url(assets/background.png);
}
.mejs-overlay-loading span {
  background-image: url(assets/loading.gif);
}
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background-image: url(assets/jumpforward.png);
}
.mejs-controls .mejs-button.mejs-skip-back-button {
  background-image: url(assets/skipback.png);
}
.mejs-controls .mejs-button button {
  background-image: url(assets/controls.svg);
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(assets/controls.png);
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
  background-color: black;
}
.mejs-offscreen {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
.narrative:not(.items-are-full-width) .narrative__content {
  display: none;
}
@media (min-width: 47.5rem) {
  .narrative:not(.items-are-full-width) .narrative__content {
    display: block;
    float: right;
    margin-left: 2%;
    width: 38%;
  }
  .dir-rtl .narrative:not(.items-are-full-width) .narrative__content {
    float: left;
  }
  .dir-rtl .narrative:not(.items-are-full-width) .narrative__content {
    margin-left: inherit;
    margin-right: 2%;
  }
}
.narrative__strapline {
  position: relative;
}
.mode-large .narrative__strapline {
  display: none !important;
}
.narrative__strapline-header {
  position: relative;
  overflow: hidden;
}
.narrative__strapline-btn {
  position: relative;
  float: left;
  padding: 0;
  outline-offset: -5px;
}
.dir-rtl .narrative__strapline-btn {
  float: right;
}
.ie .narrative__strapline-btn:focus .focus-rect {
  position: absolute;
  right: 5px;
  bottom: 5px;
  top: 5px;
  left: 5px;
  outline-color: highlight;
  outline-style: solid;
  outline-width: 3px;
}
.narrative__strapline-title {
  display: block;
  margin-right: 3.5rem;
  padding: 1rem;
  line-height: 1.5rem;
}
.dir-rtl .narrative__strapline-title {
  margin-right: inherit;
  margin-left: 3.5rem;
}
.narrative__strapline-title-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.narrative__strapline-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .narrative__strapline-icon {
  right: inherit;
  left: 0;
}
.narrative__strapline-icon .icon:before {
  content: "\e947";
}
.narrative__slide-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 47.5rem) {
  .narrative__slide-container {
    width: 60%;
  }
}
.narrative__slider-image-container {
  float: left;
}
.dir-rtl .narrative__slider-image-container {
  float: right;
}
.narrative__slider-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.narrative__controls-container {
  position: relative;
}
.narrative__controls {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.narrative__controls-left {
  left: 0;
}
.dir-rtl .narrative__controls-left {
  left: inherit;
  right: 0;
}
.narrative__controls-left .icon:before {
  content: "\e960";
}
.dir-rtl .narrative__controls-left .icon:before {
  content: "\e961";
}
.narrative__controls-right {
  right: 0;
}
.dir-rtl .narrative__controls-right {
  right: inherit;
  left: 0;
}
.narrative__controls-right .icon:before {
  content: "\e961";
}
.dir-rtl .narrative__controls-right .icon:before {
  content: "\e960";
}
.narrative__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 47.5rem) {
  .narrative__indicators {
    width: 60%;
  }
}
.narrative__progress {
  height: 0.75rem;
  width: 0.75rem;
  margin: 0.25rem;
  cursor: pointer;
  background-color: #383838;
}
.narrative__progress.is-selected {
  background-color: #525252;
}
html:not(.disable-animation) .narrative__slider,
html:not(.disable-animation) .narrative__strapline-header-inner {
  transition: transform 400ms ease-in-out;
}
.narrative__content .narrative__controls,
.narrative__content .narrative__indicators {
  display: none;
}
.narrative__text-controls .narrative__content {
  position: relative;
  padding-top: 4.5rem;
}
.narrative__text-controls .narrative__content .narrative__indicators {
  display: flex;
}
.narrative__text-controls .narrative__content .narrative__controls-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.narrative__text-controls .narrative__content .narrative__controls {
  position: relative;
  top: 0;
  display: block;
  transform: none;
}
@media (min-width: 47.5rem) {
  .narrative__text-controls .narrative__slide-container .narrative__controls,
  .narrative__text-controls .narrative__slide-indicators {
    display: none !important;
  }
}
.items-are-full-width .narrative__widget {
  display: flex;
  flex-wrap: wrap;
}
.items-are-full-width .narrative__content {
  display: flex;
  width: 100%;
  margin-left: inherit;
  order: 1;
}
.items-are-full-width .narrative__strapline {
  display: none !important;
}
.items-are-full-width .narrative__slide-container,
.items-are-full-width .narrative__indicators {
  width: 100%;
  order: 0;
}
.items-are-full-width .narrative__indicators {
  margin-bottom: 0.5rem;
}
.mode-small .narrative__text-controls .narrative__slide-container .narrative__controls,
.mode-small .narrative__text-controls .narrative__slide-indicators {
  display: none !important;
}
.slider__label-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.slider__number-container {
  position: relative;
  min-height: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.dir-rtl .slider__number-container {
  transform: rotateY(180deg);
}
.slider__number,
.slider__number-selection,
.slider__number-model-answer {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.dir-rtl .slider__number,
.dir-rtl .slider__number-selection,
.dir-rtl .slider__number-model-answer {
  transform: translateX(-50%) rotateY(180deg);
}
.slider__scale-container {
  position: relative;
  height: 1px;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #383838;
}
.slider__scale-notch {
  position: absolute;
  top: -5px;
  height: 10px;
  width: 1px;
  transform: translateX(-50%);
  background-color: #383838;
}
.slider__scale-notch-start {
  left: 0;
}
.slider__scale-notch-end {
  left: 100%;
}
.slider__item {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.slider__item-input-track,
.slider__item-input-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.375rem;
}
.slider__item-input-track {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #cccccc;
}
.dir-rtl .slider__item-input-track {
  transform: rotateY(180deg);
}
.slider__item-input-fill {
  background-color: #383838;
}
.slider__item input {
  position: relative;
  display: block;
  height: 0.375rem;
  width: 100%;
  appearance: none;
  background-color: transparent;
}
.slider__item input:not([disabled]) {
  cursor: pointer;
}
.slider__item input[type=range]::-webkit-slider-thumb {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  appearance: none;
}
.is-disabled .slider__item input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  background-color: transparent;
  cursor: default;
}
.a11y-invert .slider__item input[type=range]::-webkit-slider-thumb {
  background-color: #007F00 !important;
}
.slider__item input[type=range]::-moz-range-thumb {
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.is-disabled .slider__item input[type=range]::-moz-range-thumb {
  box-shadow: none;
  background-color: transparent;
  cursor: default;
}
.a11y-invert .slider__item input[type=range]::-moz-range-thumb {
  background-color: #007F00 !important;
}
.slider__item input[type=range]::-webkit-slider-runnable-track {
  height: 0.375rem;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  appearance: none;
}
.slider__item input[type=range]::-moz-range-track {
  height: 0.375rem;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
.slider__widget.show-correct-answer .slider__number-selection {
  opacity: 0;
}
.textinput__widget.show-user-answer .is-correct .textinput-item__correct-icon,
.textinput__widget.show-user-answer .is-incorrect .textinput-item__incorrect-icon {
  display: block;
}
.textinput__widget.show-correct-answer .is-correct .textinput-item__correct-icon,
.textinput__widget.show-correct-answer .is-incorrect .textinput-item__correct-icon {
  display: block;
}
.textinput-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.textinput-item__prefix-container,
.textinput-item__suffix-container {
  width: 25%;
  max-width: 15%;
}
.textinput-item__textbox-container {
  width: inherit;
}
.textinput-item__textbox {
  width: inherit;
}
.textinput-item__textbox::-ms-clear {
  display: none !important;
}
.textinput-item__icon {
  display: none;
}
.textinput-item__correct-icon .icon:before {
  content: "\e944";
}
.textinput-item__incorrect-icon .icon:before {
  content: "\e945";
}
.hotgrid__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.hotgrid__item {
  width: 50%;
  line-height: 0;
}
.hotgrid__item-btn {
  width: 100%;
  background-color: transparent;
}
.hotgrid__item-btn.is-round .hotgrid__item-image {
  border-radius: 50%;
}
.hotgrid__item-icon .icon:before {
  content: "\e947";
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-default {
  display: block;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-hover,
.hotgrid__item-btn.is-image .hotgrid__item-image.is-visited {
  display: none;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-default {
  display: block;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-hover,
.hotgrid__item-btn.is-image .hotgrid__item-image.is-visited {
  display: none;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-default {
  display: block;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-hover,
.hotgrid__item-btn.is-image .hotgrid__item-image.is-visited {
  display: none;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-default {
  display: block;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-hover,
.hotgrid__item-btn.is-image .hotgrid__item-image.is-visited {
  display: none;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-hover {
  display: block;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-default,
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-visited {
  display: none;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-hover {
  display: block;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-default,
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-visited {
  display: none;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-hover {
  display: block;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-default,
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-visited {
  display: none;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-hover {
  display: block;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-default,
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-visited {
  display: none;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-default,
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-default,
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-default,
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-default,
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.image-state.is-default .hotgrid__item-image.is-default {
  display: block;
}
.image-state.is-default .hotgrid__item-image.is-hover,
.image-state.is-default .hotgrid__item-image.is-visited {
  display: none;
}
.image-state.is-default .hotgrid__item-image.is-default {
  display: block;
}
.image-state.is-default .hotgrid__item-image.is-hover,
.image-state.is-default .hotgrid__item-image.is-visited {
  display: none;
}
.image-state.is-hover .hotgrid__item-image.is-hover {
  display: block;
}
.image-state.is-hover .hotgrid__item-image.is-default,
.image-state.is-hover .hotgrid__item-image.is-visited {
  display: none;
}
.image-state.is-hover .hotgrid__item-image.is-hover {
  display: block;
}
.image-state.is-hover .hotgrid__item-image.is-default,
.image-state.is-hover .hotgrid__item-image.is-visited {
  display: none;
}
.image-state.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.image-state.is-visited .hotgrid__item-image.is-default,
.image-state.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.image-state.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.image-state.is-visited .hotgrid__item-image.is-default,
.image-state.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.hotgrid__item-btn {
  position: relative;
}
.hotgrid__item-btn.is-round .hotgrid__item-title {
  margin-top: 0.5rem;
}
.hotgrid__item-btn-inner {
  margin: 0.5rem;
}
.hotgrid__item-title {
  padding: 0.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
.hotgrid__item-icon {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.hotgrid__item-btn .hotgrid__item-title,
.hotgrid__item-btn .hotgrid__item-icon {
  background-color: #007F00;
  color: #fff;
}
.no-touch .hotgrid__item-btn:hover .hotgrid__item-title,
.no-touch .hotgrid__item-btn:hover .hotgrid__item-icon {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgrid__item-btn.is-visited .hotgrid__item-title,
.hotgrid__item-btn.is-visited .hotgrid__item-icon {
  background-color: #DDDDDD;
  color: #383838;
}
.hotgrid__item-btn.is-css .hotgrid__item-image {
  border: 3px solid #007F00;
}
.no-touch .hotgrid__item-btn.is-css:hover .hotgrid__item-image {
  border-color: #99CC00;
  transition: border-color 0.2s ease-in;
}
.hotgrid__item-btn.is-visited.is-css .hotgrid__item-image {
  border-color: #DDDDDD;
}
.hotgrid-popup {
  position: relative;
}
.hotgrid-popup__inner {
  padding-top: 3.5rem;
}
.hotgrid-popup__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.hotgrid-popup__toolbar.hide-pagination {
  justify-content: flex-end;
}
.hotgrid-popup__nav {
  display: flex;
  align-items: center;
}
.hotgrid-popup__count {
  padding: 1rem;
  line-height: 1;
}
.hotgrid-popup__controls.is-disabled {
  visibility: hidden;
}
.hotgrid-popup__item-image-container {
  width: 60%;
  margin: auto;
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item {
    display: flex;
    align-items: flex-start;
  }
  .hotgrid-popup__item-content {
    width: 60%;
  }
  .hotgrid-popup__item-image-container {
    width: 40%;
    margin-left: 1rem;
  }
  .dir-rtl .hotgrid-popup__item-image-container {
    margin-left: inherit;
    margin-right: 1rem;
  }
}
.hotgrid-popup__item.is-round .hotgrid-popup__item-image {
  border-radius: 50%;
}
.hotgrid-popup__controls.back .icon:before {
  content: "\e96b";
}
.dir-rtl .hotgrid-popup__controls.back .icon:before {
  content: "\e96c";
}
.hotgrid-popup__controls.back .icon:before {
  content: "\e96b";
}
.dir-rtl.hotgrid-popup__controls.back .icon:before {
  content: "\e96c";
}
.hotgrid-popup__controls.next .icon:before {
  content: "\e96c";
}
.dir-rtl .hotgrid-popup__controls.next .icon:before {
  content: "\e96b";
}
.hotgrid-popup__close .icon:before {
  content: "\e945";
}
.hotgrid-popup__item:not(.is-active) {
  display: none !important;
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item.align-image-left {
    flex-direction: row-reverse;
  }
  .hotgrid-popup__item.align-image-left .hotgrid-popup__item-image-container {
    margin-left: inherit;
    margin-right: 1rem;
  }
  .dir-rtl .hotgrid-popup__item.align-image-left .hotgrid-popup__item-image-container {
    margin-left: 1rem;
    margin-right: inherit;
  }
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item.hide-desktop-image .hotgrid-popup__item-content {
    width: 100%;
  }
  .hotgrid-popup__item.hide-desktop-image .hotgrid-popup__item-image-container {
    display: none !important;
  }
}
.hotgrid-popup__item.hide-popup-image .hotgrid-popup__item-content {
  width: 100%;
}
.hotgrid-popup__item.hide-popup-image .hotgrid-popup__item-image-container {
  display: none !important;
}
.hotgrid-popup__inner {
  padding-top: 4rem;
}
.hotgrid-popup__controls,
.hotgrid-popup__close {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #99CC00;
  color: #fff;
  border-radius: 50%;
}
.no-touch .hotgrid-popup__controls:hover,
.no-touch .hotgrid-popup__close:hover {
  background-color: #02594F;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgrid-popup__item-title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item-title {
    font-size: 2.25rem;
  }
}
.hotgrid-popup__item-body {
  margin-bottom: 1rem;
}
.hotgrid-popup__item-body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .hotgrid-popup__item-body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.no-touch .hotgrid-popup__item-body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.hotgrid.has-img-zoom .hotgrid-popup__item-image-container {
  overflow: hidden;
}
.hotgrid.has-img-zoom .hotgrid-popup__item-image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .hotgrid.has-img-zoom .hotgrid-popup__item-image-container img:hover {
  transform: scale(1.1);
}
.list__container.has-columns .list-item.has-image .list-item__inner {
  flex-wrap: wrap;
}
.list__container.has-columns .list-item__image-container {
  width: 100%;
}
.list__container.has-columns .list-item__image-container + .list-item__content {
  width: 100%;
}
@media (min-width: 47.5rem) {
  .list__container.has-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .list__container.has-columns .list-item__inner {
    flex-direction: column;
  }
}
.list__container.has-columns .list-item,
.list__container:not(.has-columns) .list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.list__container.is-ordered-list .list-item {
  counter-increment: step-counter;
}
.list__container.is-ordered-list .list-item__bullet:before {
  content: counter(step-counter);
}
.list.item-justify-start .list__container.has-columns {
  justify-content: flex-start;
}
.list.item-justify-center .list__container.has-columns {
  justify-content: center;
}
.list.item-justify-end .list__container.has-columns {
  justify-content: flex-end;
}
.list.bullet-align-start .list-item__inner {
  align-items: flex-start;
}
.list.bullet-align-center .list-item__inner {
  align-items: center;
}
.list.bullet-align-end .list-item__inner {
  align-items: flex-end;
}
.list__body-after {
  margin-top: 1rem;
}
.list-item__inner {
  display: flex;
  flex-wrap: nowrap;
}
.list-item__image-container,
.list-item__bullet {
  display: flex;
}
.list-item__image-container {
  align-items: flex-start;
  justify-content: center;
  width: 5rem;
}
.list-item__image-container + .list-item__content {
  width: calc(100% - 5rem);
}
.list-item__bullet:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
}
.list__container.has-columns .list-item__image-container {
  padding-right: inherit;
  margin-bottom: 1rem;
}
@media (min-width: 47.5rem) {
  .list__container.has-columns .list-item__inner {
    margin: 0.5rem;
  }
  .list__container.has-columns .list-item__bullet {
    margin-bottom: 1rem;
    padding-left: inherit;
    padding-right: inherit;
  }
}
.list.is-animated-list .list__widget {
  overflow: hidden;
}
.list.is-animated-list .list-item {
  position: relative;
  right: -100%;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.dir-rtl .list.is-animated-list .list-item {
  right: inherit;
  left: -100%;
}
.list.is-animated-list .list-item.is-animating {
  right: 0;
  opacity: 1;
}
.dir-rtl .list.is-animated-list .list-item.is-animating {
  right: inherit;
  left: 0;
}
.list-item__title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
.list-item__title.has-margin {
  margin-bottom: 1rem;
}
.list-item__content {
  width: 100%;
}
.list-item__image-container {
  padding-right: 1rem;
}
.dir-rtl .list-item__image-container {
  padding-right: inherit;
  padding-left: 1rem;
}
.list-item__bullet {
  padding-left: 1rem;
  padding-right: 1rem;
}
.list-item__bullet:before {
  text-align: center;
  background-color: #007F00;
  color: #fff;
  border-radius: 50%;
}
html {
  overflow-x: hidden;
}
.pagenav__widget {
  position: relative;
}
.pagenav__btn-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagenav__btn-inner {
  display: flex;
  align-items: center;
}
.pagenav__btn {
  margin: 0.5rem;
}
.pagenav__btn.btn-icon:not(.icon-is-right).btn-text .icon {
  padding-right: 0.5rem;
}
.dir-rtl .pagenav__btn.btn-icon:not(.icon-is-right).btn-text .icon {
  padding-left: 0.5rem;
  padding-right: inherit;
}
.pagenav__btn.btn-icon.icon-is-right.btn-text .icon {
  padding-left: 0.5rem;
}
.dir-rtl .pagenav__btn.btn-icon.icon-is-right.btn-text .icon {
  padding-right: 0.5rem;
  padding-left: inherit;
}
.pagenav__btn.btn-icon:not(.btn-text) {
  padding: 1rem;
  background-color: #007F00;
  color: #fff;
  border-radius: 5px;
}
.no-touch .pagenav__btn.btn-icon:not(.btn-text):not(.is-disabled):not(.is-locked):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.pagenav__btn.btn-icon:not(.btn-text).is-locked,
.pagenav__btn.btn-icon:not(.btn-text).is-disabled {
  background-color: #DDDDDD;
  color: #383838;
}
.pagenav__tooltip {
  position: absolute;
  transform: translate(-50%, -100%);
  visibility: hidden;
  white-space: nowrap;
}
.pagenav__tooltip.show {
  visibility: visible;
}
.pagenav__triangle {
  position: relative;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
}
.pagenav__triangle:after {
  content: "";
  position: absolute;
  border-width: 1rem 0.5rem 0 0.5rem;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: red transparent transparent transparent;
}
.pagenav__tooltip-text {
  padding: 0.5rem;
  background-color: #007F00;
  color: #fff;
  border-radius: 5px;
}
.pagenav__triangle:after {
  border-color: #007F00 transparent transparent transparent;
}
.roleselector__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.roleselector__item {
  width: 50%;
  line-height: 0;
}
.roleselector__item-btn {
  width: 100%;
  background-color: transparent;
  color: inherit;
}
.roleselector__item-btn.is-round .roleselector__item-image {
  border-radius: 50%;
}
.roleselector__item-btn {
  position: relative;
}
.roleselector__item-btn.is-round .roleselector__item-title {
  margin-top: 0.5rem;
}
.roleselector__item-btn-inner {
  margin: 0.5rem;
}
.roleselector__item-title {
  padding: 0.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
.hotgrid__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.hotgrid__item {
  width: 50%;
  line-height: 0;
}
.hotgrid__item-btn {
  width: 100%;
  background-color: transparent;
}
.hotgrid__item-btn.is-round .hotgrid__item-image {
  border-radius: 50%;
}
.hotgrid__item-icon .icon:before {
  content: "\e947";
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-default {
  display: block;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-hover,
.hotgrid__item-btn.is-image .hotgrid__item-image.is-visited {
  display: none;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-default {
  display: block;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-hover,
.hotgrid__item-btn.is-image .hotgrid__item-image.is-visited {
  display: none;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-default {
  display: block;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-hover,
.hotgrid__item-btn.is-image .hotgrid__item-image.is-visited {
  display: none;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-default {
  display: block;
}
.hotgrid__item-btn.is-image .hotgrid__item-image.is-hover,
.hotgrid__item-btn.is-image .hotgrid__item-image.is-visited {
  display: none;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-hover {
  display: block;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-default,
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-visited {
  display: none;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-hover {
  display: block;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-default,
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-visited {
  display: none;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-hover {
  display: block;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-default,
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-visited {
  display: none;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-hover {
  display: block;
}
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-default,
.no-touch .hotgrid__item-btn.is-image:hover .hotgrid__item-image.is-visited {
  display: none;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-default,
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-default,
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-default,
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-default,
.hotgrid__item-btn.is-image.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.image-state.is-default .hotgrid__item-image.is-default {
  display: block;
}
.image-state.is-default .hotgrid__item-image.is-hover,
.image-state.is-default .hotgrid__item-image.is-visited {
  display: none;
}
.image-state.is-default .hotgrid__item-image.is-default {
  display: block;
}
.image-state.is-default .hotgrid__item-image.is-hover,
.image-state.is-default .hotgrid__item-image.is-visited {
  display: none;
}
.image-state.is-hover .hotgrid__item-image.is-hover {
  display: block;
}
.image-state.is-hover .hotgrid__item-image.is-default,
.image-state.is-hover .hotgrid__item-image.is-visited {
  display: none;
}
.image-state.is-hover .hotgrid__item-image.is-hover {
  display: block;
}
.image-state.is-hover .hotgrid__item-image.is-default,
.image-state.is-hover .hotgrid__item-image.is-visited {
  display: none;
}
.image-state.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.image-state.is-visited .hotgrid__item-image.is-default,
.image-state.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.image-state.is-visited .hotgrid__item-image.is-visited {
  display: block;
}
.image-state.is-visited .hotgrid__item-image.is-default,
.image-state.is-visited .hotgrid__item-image.is-hover {
  display: none;
}
.hotgrid__item-btn {
  position: relative;
}
.hotgrid__item-btn.is-round .hotgrid__item-title {
  margin-top: 0.5rem;
}
.hotgrid__item-btn-inner {
  margin: 0.5rem;
}
.hotgrid__item-title {
  padding: 0.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
.hotgrid__item-icon {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.hotgrid__item-btn .hotgrid__item-title,
.hotgrid__item-btn .hotgrid__item-icon {
  background-color: #007F00;
  color: #fff;
}
.no-touch .hotgrid__item-btn:hover .hotgrid__item-title,
.no-touch .hotgrid__item-btn:hover .hotgrid__item-icon {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgrid__item-btn.is-visited .hotgrid__item-title,
.hotgrid__item-btn.is-visited .hotgrid__item-icon {
  background-color: #DDDDDD;
  color: #383838;
}
.hotgrid__item-btn.is-css .hotgrid__item-image {
  border: 3px solid #007F00;
}
.no-touch .hotgrid__item-btn.is-css:hover .hotgrid__item-image {
  border-color: #99CC00;
  transition: border-color 0.2s ease-in;
}
.hotgrid__item-btn.is-visited.is-css .hotgrid__item-image {
  border-color: #DDDDDD;
}
.hotgrid-popup {
  position: relative;
}
.hotgrid-popup__inner {
  padding-top: 3.5rem;
}
.hotgrid-popup__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.hotgrid-popup__toolbar.hide-pagination {
  justify-content: flex-end;
}
.hotgrid-popup__nav {
  display: flex;
  align-items: center;
}
.hotgrid-popup__count {
  padding: 1rem;
  line-height: 1;
}
.hotgrid-popup__controls.is-disabled {
  visibility: hidden;
}
.hotgrid-popup__item-image-container {
  width: 60%;
  margin: auto;
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item {
    display: flex;
    align-items: flex-start;
  }
  .hotgrid-popup__item-content {
    width: 60%;
  }
  .hotgrid-popup__item-image-container {
    width: 40%;
    margin-left: 1rem;
  }
  .dir-rtl .hotgrid-popup__item-image-container {
    margin-left: inherit;
    margin-right: 1rem;
  }
}
.hotgrid-popup__item.is-round .hotgrid-popup__item-image {
  border-radius: 50%;
}
.hotgrid-popup__controls.back .icon:before {
  content: "\e96b";
}
.dir-rtl .hotgrid-popup__controls.back .icon:before {
  content: "\e96c";
}
.hotgrid-popup__controls.back .icon:before {
  content: "\e96b";
}
.dir-rtl.hotgrid-popup__controls.back .icon:before {
  content: "\e96c";
}
.hotgrid-popup__controls.next .icon:before {
  content: "\e96c";
}
.dir-rtl .hotgrid-popup__controls.next .icon:before {
  content: "\e96b";
}
.hotgrid-popup__close .icon:before {
  content: "\e945";
}
.hotgrid-popup__item:not(.is-active) {
  display: none !important;
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item.align-image-left {
    flex-direction: row-reverse;
  }
  .hotgrid-popup__item.align-image-left .hotgrid-popup__item-image-container {
    margin-left: inherit;
    margin-right: 1rem;
  }
  .dir-rtl .hotgrid-popup__item.align-image-left .hotgrid-popup__item-image-container {
    margin-left: 1rem;
    margin-right: inherit;
  }
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item.hide-desktop-image .hotgrid-popup__item-content {
    width: 100%;
  }
  .hotgrid-popup__item.hide-desktop-image .hotgrid-popup__item-image-container {
    display: none !important;
  }
}
.hotgrid-popup__item.hide-popup-image .hotgrid-popup__item-content {
  width: 100%;
}
.hotgrid-popup__item.hide-popup-image .hotgrid-popup__item-image-container {
  display: none !important;
}
.hotgrid-popup__inner {
  padding-top: 4rem;
}
.hotgrid-popup__controls,
.hotgrid-popup__close {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #99CC00;
  color: #fff;
  border-radius: 50%;
}
.no-touch .hotgrid-popup__controls:hover,
.no-touch .hotgrid-popup__close:hover {
  background-color: #02594F;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgrid-popup__item-title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item-title {
    font-size: 2.25rem;
  }
}
.hotgrid-popup__item-body {
  margin-bottom: 1rem;
}
.hotgrid-popup__item-body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .hotgrid-popup__item-body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.no-touch .hotgrid-popup__item-body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.hotgrid.has-img-zoom .hotgrid-popup__item-image-container {
  overflow: hidden;
}
.hotgrid.has-img-zoom .hotgrid-popup__item-image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .hotgrid.has-img-zoom .hotgrid-popup__item-image-container img:hover {
  transform: scale(1.1);
}
.badge {
  display: inline-block;
}
.badge__image-container {
  width: 1rem;
  height: 1rem;
}
.is-badge .notify__popup .badge {
  display: inherit;
}
.is-badge .notify__popup .badge__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 47.5rem) {
  .is-badge .notify__popup .badge__inner {
    flex-direction: column-reverse;
  }
}
@media (min-width: 47.5rem) {
  .is-badge .notify__popup .badge__details {
    width: 60%;
  }
}
.is-badge .notify__popup .badge__criteria {
  margin-top: 1rem;
}
.is-badge .notify__popup .badge__image-container {
  width: 30%;
  height: inherit;
  margin: 0 auto;
}
@media (max-width: 47.5rem) {
  .is-badge .notify__popup .badge__image-container {
    padding-bottom: 1rem;
  }
}
.badgesNav__item {
  float: left;
}
.badgesNav .badgesNav-exclude {
  display: none !important;
}
.nav__pagelevelprogress-btn {
  float: right;
  line-height: 0;
  padding: 1.5rem 0.75rem;
}
.dir-rtl .nav__pagelevelprogress-btn {
  float: left;
}
.drawer .pagelevelprogress__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer .pagelevelprogress__item-title {
  width: 75%;
}
.drawer .pagelevelprogress__indicator {
  margin: 0 calc(12.5% - 1rem);
}
.drawer .pagelevelprogress__item-optional {
  width: 5rem;
}
.drawer .pagelevelprogress__item-optional-inner {
  font-size: 0.75rem;
}
.pagelevelprogress__indicator {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  font-size: 1rem;
  border: 0.0625rem solid #383838;
  border-radius: 50px;
  overflow: hidden;
}
.pagelevelprogress__indicator-inner {
  position: relative;
  display: block;
  height: 0.375rem;
}
.pagelevelprogress__indicator-bar {
  display: block;
  height: inherit;
  min-width: 10%;
  background-color: #383838;
}
.pagelevelprogress__indicator .js-indicator-aria-label {
  top: 0;
}
.resources__filter-inner {
  display: flex;
}
.resources__filter-btn {
  flex-grow: 1;
}
html:not(.ie) .resources__filter-btn {
  flex-basis: 0;
}
.article {
  position: relative;
}
.trickle__inner {
  z-index: 80;
}
.trickle__btn {
  position: relative;
  display: block;
  margin: auto;
}
.trickle.is-full-width .trickle__btn {
  width: 100%;
}
.trickle__btn-icon .icon:before {
  content: "\e96a";
}
.trickle.is-locked {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.trickle.is-full-width .trickle__inner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.tutor__inner {
  position: relative;
  display: none;
  min-height: 100%;
}
.tutor__btn-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .tutor__btn-icon {
  right: inherit;
  left: 0;
}
.tutor__btn-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .tutor__btn-icon {
  right: inherit;
  left: 0;
}
.tutor__btn-icon .icon:before {
  content: "\e945";
}
.tutor-type-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 101%;
}
.courseProgress__inner {
  width: 100%;
}
.courseProgress__inner .courseProgress-bar {
  background-color: green;
  height: 1rem;
  position: relative;
}
.courseProgress__inner .courseProgress-bar[style="width: 0%;"] .tooltip {
  left: 0.25rem;
  right: inherit;
  transform: none;
}
.dir-rtl .courseProgress__inner .courseProgress-bar[style="width: 0%;"] .tooltip {
  left: inherit;
  right: 0.25rem;
}
.courseProgress__inner .courseProgress-bar[style="width: 100%;"] .tooltip {
  right: 0.25rem;
  transform: none;
}
.dir-rtl .courseProgress__inner .courseProgress-bar[style="width: 100%;"] .tooltip {
  left: 0.25rem;
  right: inherit;
}
.courseProgress__inner .tooltip {
  display: block;
  position: absolute;
  left: inherit;
  right: 0;
  top: 1rem;
  transform: translateX(50%);
}
.dir-rtl .courseProgress__inner .tooltip {
  left: 0;
  right: inherit;
  transform: translateX(-50%);
}
.dashboard-badges {
  grid-column: 3;
  grid-row: 1;
}
.dashboard-badges__item-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  width: 100%;
  text-align: left;
}
.dir-rtl .dashboard-badges__item-btn {
  text-align: right;
}
.dashboard-badges__item-label {
  padding-left: 1rem;
}
.dir-rtl .dashboard-badges__item-label {
  padding-left: inherit;
  padding-right: 1rem;
}
.dashboard-badges .badge__image-container {
  height: auto;
  width: 3rem;
}
.dashboard__inner {
  display: grid;
  grid-template-columns: 25% 25% 50%;
  column-gap: 1rem;
}
.dashboard__item-title {
  margin-bottom: 1rem;
}
html.start .dashboard__nav {
  display: none !important;
}
.dashboard__nav {
  float: right;
}
.dir-rtl .dashboard__nav {
  float: left;
}
.nav__dashboard-btn {
  height: 1.5rem;
  width: 1.5rem;
}
.dashboard-profile {
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 47.5rem) {
  .dashboard-profile {
    grid-column: 1;
  }
}
.dashboard-progress {
  grid-column: 1;
  grid-row: 2;
}
.dashboard-progress__container {
  display: flex;
}
.dashboard-progress__indicator {
  position: relative;
  width: 2.5rem;
  height: inherit;
}
.dashboard-progress__indicator-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.dashboard-progress__indicator-outline {
  position: relative;
}
.dashboard-score {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.dashboard-score__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dashboard-score__indicator {
  position: relative;
  height: 0.75rem;
}
.dashboard-score__indicator-fill {
  width: 100%;
  height: 100%;
  background-color: lightgray;
}
.dashboard-score__indicator-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
}
.devtools__nav-btn {
  float: right;
}
.dir-rtl .devtools__nav-btn {
  float: left;
}
.devtools__nav-btn .icon:before {
  content: "\e92d";
}
.devtools__item {
  position: relative;
}
.devtools__item-input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.devtools__item-label {
  display: block;
  z-index: 1;
}
.devtools__item-label:not(.is-disabled) {
  cursor: pointer;
}
.devtools__item-icon .icon:before {
  content: "\e975";
}
.devtools__item-label.is-selected .devtools__item-icon .icon:before {
  content: "\e974";
}
.devtools {
  color: #383838;
}
.devtools__section-title {
  position: relative;
  text-align: center;
}
.devtools__section-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 0;
  width: 100%;
  border-bottom: 1px dotted #383838;
  z-index: -1;
}
.devtools__section-title-inner {
  display: inline-block;
  padding: 0.5rem;
  background-color: #fff;
}
.devtools__item {
  margin-bottom: 0.25rem;
}
.devtools__item-label {
  background-color: #fff;
  color: #383838;
}
.no-touch .devtools__item-label:not(.is-disabled):not(.is-selected):hover {
  background-color: #e6e6e6;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.devtools__item-label.is-disabled {
  background-color: #DDDDDD;
  color: #383838;
}
.devtools__item-label.is-selected {
  background-color: #cccccc;
  color: #383838;
}
.devtools__item-state {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.dir-rtl .devtools__item-state {
  left: inherit;
  right: 1rem;
}
.devtools__item-title {
  padding: 1rem 1rem 1rem 3.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
.dir-rtl .devtools__item-title {
  padding-left: 1rem;
  padding-right: 3.5rem;
}
.devtools__item.is-tip {
  padding: 0.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.touch .devtools__item.is-tip.auto-correct {
  display: none !important;
}
.devtools__item-btn-container {
  display: flex;
}
.devtools__item-btn {
  flex-grow: 1;
  margin-bottom: 0.25rem;
  padding: 0.5rem 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: #e6e6e6;
  color: #383838;
}
.no-touch .devtools__item-btn:hover {
  background-color: #cccccc;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.devtools__item-btn.open-map {
  margin-right: 0.25rem;
}
.devtools__item-btn.end-trickle {
  margin-right: 0.25rem;
}
.devtools__item-btn.pass {
  background-color: #065f28;
  color: #fff;
}
.no-touch .devtools__item-btn.pass:hover {
  background-color: #032f14;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.devtools__item-btn.half {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.devtools__item-btn.fail {
  background-color: #ff0000;
  color: #fff;
}
.no-touch .devtools__item-btn.fail:hover {
  background-color: #cc0000;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.mcq__widget:not(.is-complete) .mcq__item.hint-is-correct,
.mcq__widget:not(.is-complete) .gmcq__item.hint-is-correct,
.mcq__widget:not(.is-complete) .matching__item.hint-is-correct,
.gmcq__widget:not(.is-complete) .mcq__item.hint-is-correct,
.gmcq__widget:not(.is-complete) .gmcq__item.hint-is-correct,
.gmcq__widget:not(.is-complete) .matching__item.hint-is-correct,
.matching__widget:not(.is-complete) .mcq__item.hint-is-correct,
.matching__widget:not(.is-complete) .gmcq__item.hint-is-correct,
.matching__widget:not(.is-complete) .matching__item.hint-is-correct {
  opacity: 1;
}
.mcq__widget:not(.is-complete) .mcq__item.hint-is-incorrect,
.mcq__widget:not(.is-complete) .gmcq__item.hint-is-incorrect,
.mcq__widget:not(.is-complete) .matching__item.hint-is-incorrect,
.gmcq__widget:not(.is-complete) .mcq__item.hint-is-incorrect,
.gmcq__widget:not(.is-complete) .gmcq__item.hint-is-incorrect,
.gmcq__widget:not(.is-complete) .matching__item.hint-is-incorrect,
.matching__widget:not(.is-complete) .mcq__item.hint-is-incorrect,
.matching__widget:not(.is-complete) .gmcq__item.hint-is-incorrect,
.matching__widget:not(.is-complete) .matching__item.hint-is-incorrect {
  opacity: 0.3;
}
.slider__widget:not(.is-complete) .slider__number.hint-is-correct {
  opacity: 1;
}
.slider__widget:not(.is-complete) .slider__number.hint-is-incorrect {
  opacity: 0.3;
}
.devtools__annotation {
  position: absolute;
}
.js-heading,
.resources__filter-btn {
  position: relative;
}
.js-indicator-aria-label {
  top: 0;
}
html.notify .devtools__annotation.has-app-parent,
.drawer:not(.u-display-none) ~ .devtools__annotations .devtools__annotation.has-app-parent {
  display: none !important;
}
.devtools__annotation {
  font-size: 0.875rem;
  pointer-events: none;
  z-index: 100;
}
.devtools__annotation-order {
  display: flex;
  column-gap: 0.25rem;
  align-items: flex-start;
}
.is-left .devtools__annotation-order {
  flex-direction: row-reverse;
}
.devtools__annotation-inner {
  background-color: #065f28;
  color: #fff;
  opacity: 0;
}
.devtools__annotation-inner .description {
  background-color: #000000;
  color: #fff;
  opacity: 0;
}
.has-mouse-over .devtools__annotation-inner,
.has-mouse-over .devtools__annotation-inner .description {
  opacity: 1;
}
.devtools__annotation.has-mouse-over {
  z-index: 101;
}
.devtools__annotation .button {
  padding: 0.125rem;
  background-color: #065f28;
  color: #fff;
  border-radius: 0.25rem;
  pointer-events: all;
  cursor: pointer;
}
.devtools__annotation-outline {
  outline: 3px solid orange;
}
.has-annotation-warning .devtools__annotation-inner {
  background-color: #ff0000;
  color: #fff;
}
.devtools__annotation.has-annotation-warning .button {
  background-color: #ff0000;
  color: #fff;
}
.devtools-map-hatched {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAEklEQVQYlWNgoBJooFjB0LcCALLcAwF+SpItAAAAAElFTkSuQmCC');
  background-color: unset;
  color: black;
}
html.has-devtools-map body {
  margin: 0 auto;
  max-width: 90rem;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.devtools__map-section {
  display: flex;
  width: 100%;
}
.devtools__map-section.is-block {
  flex-wrap: wrap;
}
.devtools__map-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.devtools__map-section-title,
.devtools__map-component {
  text-decoration: none;
}
.devtools__map-section-title {
  position: relative;
}
.devtools__map-section-title.is-content-object,
.devtools__map-section-title.is-article {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.devtools__map-section-title.is-block {
  width: 100%;
}
.devtools__map-component {
  position: relative;
  width: 50%;
}
.devtools__map-component.index-0.is-last {
  width: 100%;
}
.devtools__map-info.is-content-object,
.devtools__map-info.is-article {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.devtools__map-info.is-article,
.devtools__map-info.is-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.devtools__map-info.is-component {
  position: absolute;
  bottom: 0.25rem;
  display: flex;
  align-items: center;
  font-family: 'Courier New', Courier;
  font-style: italic;
  font-weight: 700;
  font-size: 0.625rem;
}
.devtools__map-component.index-0 .devtools__map-info.is-component {
  left: 0.25rem;
}
.devtools__map-component.index-1 .devtools__map-info.is-component {
  right: 0.25rem;
}
.devtools__map-id.is-component {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.devtools__map-component.index-1 .devtools__map-id.is-component {
  left: auto;
  right: 0.25rem;
}
.devtools__map-id {
  font-family: 'Courier New', Courier;
  font-style: italic;
  font-weight: 700;
  font-size: 0.75rem;
}
.devtools__map-trickle {
  margin-left: 0.25rem;
  border-top: 10px solid #383838;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
}
.devtools__map-label {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.devtools__map-label.is-component {
  padding: 0.5rem 0;
}
.devtools__map-component .icon:before {
  font-size: 1rem;
}
.devtools__map-component.is-correct .icon:before {
  content: "\e944";
}
.devtools__map-component.is-incorrect .icon:before {
  content: "\e945";
}
.devtools__map-section-title.is-content-object {
  background-color: #007F00;
  color: #fff;
}
.devtools__map-section-title.is-article {
  background-color: #99CC00;
  color: #383838;
}
.devtools__map-section-title.is-block {
  background-color: #99CC00;
  color: #383838;
}
.devtools__map-section-title.is-optional {
  background-color: #DDDDDD;
  color: #383838;
}
.devtools__map-section-title:not(.is-available) {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAEklEQVQYlWNgoBJooFjB0LcCALLcAwF+SpItAAAAAElFTkSuQmCC');
  background-color: unset;
  color: black;
}
.devtools__map-section-title.is-complete {
  background-color: #065f28;
  color: #fff;
}
.devtools__map-component {
  background-color: #99CC00;
  color: #383838;
}
.devtools__map-component.is-optional {
  background-color: #DDDDDD;
  color: #383838;
}
.devtools__map-component.is-complete {
  background-color: #065f28;
  color: #fff;
}
.devtools__map-component:not(.is-available) {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAEklEQVQYlWNgoBJooFjB0LcCALLcAwF+SpItAAAAAElFTkSuQmCC');
  background-color: unset;
  color: black;
}
.devtools__map-section.is-content-object:not(.is-last),
.devtools__map-section.is-article:not(.is-last),
.devtools__map-section.is-block:not(.is-last) {
  border-bottom: 1px solid #007F00;
}
.devtools__map-trickle {
  border-top-color: #fff;
}
.graphiclottie__player {
  position: relative;
}
.graphiclottie__player canvas {
  display: block;
  max-width: 100%;
  min-width: 100%;
}
.graphiclottie__player.has-graphiclottie-play-pause {
  cursor: pointer;
}
.graphiclottie__player.is-graphiclottie-playing .graphiclottie__playpause:before {
  content: "\e9ac";
}
.graphiclottie__player.is-graphiclottie-paused .graphiclottie__playpause:before {
  content: "\e9ae";
}
.graphiclottie__player.is-graphiclottie-playing .graphiclottie__controls {
  opacity: 0;
}
html:not(.touch) .graphiclottie__player.is-graphiclottie-playing:hover .graphiclottie__controls,
html:not(.touch) .graphiclottie__player.is-graphiclottie-playing:focus-within .graphiclottie__controls {
  opacity: 1;
}
.graphiclottie__player.is-graphiclottie-paused .graphiclottie__controls {
  transition: none;
  opacity: 1;
}
.graphiclottie__player.is-graphiclottie-paused.is-graphiclottie-nocontrols .graphiclottie__controls,
.graphiclottie__player.is-graphiclottie-nocontrols .graphiclottie__controls {
  transition: none;
  opacity: 0;
}
.graphiclottie__player .graphiclottie__controls {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1em;
  transition: opacity 0.4s ease-in-out 0.4s;
  opacity: 0;
}
.graphiclottie__player .graphiclottie__controls button {
  background: transparent;
}
.graphiclottie__player .graphiclottie__controls button.is-disabled {
  color: rgba(16, 16, 16, 0.3);
}
.graphiclottie__player .graphiclottie__controls button:before {
  font-size: 3.5em;
}
.graphiclottie__player .graphiclottie__playpause {
  margin-left: auto;
}
.nav__homebutton-btn {
  float: left;
}
.dir-rtl .nav__homebutton-btn {
  float: right;
}
.hide-nav-home-btn .nav__homebutton-btn {
  display: none !important;
}
.location-menu .nav__homebutton-btn .icon:before {
  content: "\e96b";
}
.dir-rtl .location-menu .nav__homebutton-btn .icon:before {
  content: "\e96c";
}
.location-menu .nav__homebutton-btn .icon:before {
  content: "\e96b";
}
.dir-rtl.location-menu .nav__homebutton-btn .icon:before {
  content: "\e96c";
}
.location-page .nav__homebutton-btn .icon:before {
  content: "\e927";
}
.location-page .nav__homebutton-btn .icon:before {
  font-family: 'bp';
  content: "\e921";
}
.inspector {
  position: absolute;
  z-index: 501;
  cursor: default;
  font: 11px "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}
.inspector.inline {
  margin-top: 4px;
}
.inspector:not(.inline) {
  padding-bottom: 8px;
}
.inspector-inner {
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #333;
}
.inspector:not(.inline) .inspector-inner:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 8px solid transparent;
  border-top-color: inherit;
  content: "";
  transform: translate(-50%, 100%);
}
.inspector-text {
  padding: 5px;
  color: #3cf;
}
a.inspector-text {
  display: inline-block;
  text-decoration: none;
}
.inspector-id {
  color: #ccc;
}
.inspector-visible {
  outline: 1px dashed;
}
.navigation-logo {
  float: left;
}
.dir-rtl .navigation-logo {
  float: right;
}
.navigation-logo__inner:not(.is-fill) {
  padding: 0.5rem;
}
.navigation-logo__image {
  height: 2.5rem;
}
.is-fill .navigation-logo__image {
  height: 3.5rem;
}
.questionhints__btn-container {
  margin-top: 1rem;
  display: flex;
}
.questionhint__btn {
  margin-right: 1rem;
}
.questionhint__btn .icon:before {
  content: "\e949";
}
.is-removed {
  display: block !important;
  opacity: 0.1;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}
h1 {
  font-size: 1.4rem;
}
h2 {
  font-size: 1.2rem;
}
h3 {
  font-size: 1.1rem;
}
h4 {
  font-size: 0.8rem;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 1rem 0;
  font-weight: normal;
}
h1,
h2 {
  color: #36cde8;
}
[data-attachment] {
  position: relative;
}
[data-attachment].is-deleted {
  opacity: 0.5;
}
[data-attachment] .attachment-menu {
  position: absolute;
  top: 110%;
  width: 100%;
}
[data-attachment] .attachment-menu .attachment-menu-dialog {
  background-color: #fff;
  border: 1px solid #36cde8;
  display: none;
  padding: 4px;
  margin: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}
[data-attachment] .attachment-menu .attachment-menu-dialog:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #36cde8;
  position: absolute;
  top: -10px;
  left: 10px;
}
[data-attachment] .attachment-menu .attachment-menu-dialog:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  top: -9px;
  left: 12px;
}
[data-attachment] .attachment-menu.show .attachment-menu-dialog {
  display: block;
}
[data-attachment] .attachment-menu .btn-text {
  font-size: 0.8em;
}
.attachment-paste * {
  display: none;
}
.tracdragdrop-dropeffect {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tracdragdrop-dropeffect .tracdragdrop-dropeffect-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tracdragdrop-dropeffect div:nth-child(1) {
  z-index: 9998;
  background: #f8f8f8 none;
  opacity: 0.5;
}
.tracdragdrop-dropeffect div:nth-child(2) {
  pointer-events: none;
  z-index: 9999;
  width: 70%;
  margin: 15% 15% 0;
  padding: 0;
  height: auto;
  text-align: center;
}
.tracdragdrop-dropeffect div:nth-child(2) > span {
  display: inline-block;
  padding: 0.6em 1.8em;
  border: 4px solid #444;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 12px #777;
  -webkit-box-shadow: 0 0 12px #777;
  box-shadow: 0 0 12px #777;
  background: #fff none;
  color: #222;
}
.tracdragdrop-dropeffect div:nth-child(2) strong {
  font-size: 160%;
}
.context {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.dir-rtl .context {
  right: inherit;
  left: 0;
}
.page__header .context,
.menu__header .context {
  top: 15px;
  right: 50%;
}
.context .context__btn {
  position: relative;
  padding: 0.2rem;
  margin: 0.75rem;
  z-index: 20;
  border-radius: 2px;
  background-color: #36cde8;
  border: 1px solid #36cde8;
  color: #fff;
  opacity: 0.3;
}
.no-touch .context .context__btn:not(.is-disabled):hover {
  opacity: 1;
  background-color: #36cde8 !important;
  border: 1px solid #36cde8 !important;
  color: #fff !important;
}
.context .context__btn.is-disabled {
  background-color: #fff;
  color: rgba(77, 77, 77, 0.25);
  border-color: rgba(77, 77, 77, 0.25);
}
.context__loading {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.dir-rtl .context__loading {
  right: inherit;
  left: 0;
}
.ticket-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 0.7em;
  background: #16a3bc;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(56, 56, 56, 0.3);
}
.ticket-badge img {
  display: none;
}
.ticket-badge:after {
  content: attr(data-ticket-count);
}
.trac-loading .ticket-badge {
  background: #fff;
  content: '';
}
.trac-loading .ticket-badge img {
  display: unset;
}
.trac-loading .ticket-badge:after {
  content: unset;
}
.intro {
  padding: 1rem;
}
.intro .icon-ticket {
  display: inline-block;
}
.intro .icon-ticket::before {
  margin-left: 0.25rem;
  font-size: 0.9rem;
}
.intro .trac-settings-header {
  font-size: 1rem;
}
.intro .trac-settings-container {
  margin-top: 2rem;
}
.html-has-trac.hide-trac #trac {
  display: none !important;
}
.html-has-trac.hide-trac #trac-shadow {
  display: none !important;
}
.html-has-trac:not(.hide-trac) .notify__popup {
  width: calc(100% - 30rem);
}
@media (min-width: 77.5rem) {
  .html-has-trac:not(.hide-trac) {
    overflow-y: unset;
  }
  .html-has-trac:not(.hide-trac) #trac-body-wrapper {
    width: calc(100% - 30rem);
    max-width: 90rem;
  }
  .html-has-trac:not(.hide-trac) #trac-body-wrapper .nav {
    width: calc(100% - 30rem);
    max-width: 90rem;
  }
  .html-has-trac:not(.hide-trac) #trac-body-wrapper .trickle.is-full-width .trickle__inner {
    left: 0;
    right: 30rem;
  }
  .dir-rtl .html-has-trac:not(.hide-trac) #trac-body-wrapper .trickle.is-full-width .trickle__inner {
    left: 30rem;
    right: 0;
  }
  .html-has-trac:not(.hide-trac):not(.dir-rtl ) #trac-body-wrapper .drawer:not(.u-display-none) {
    right: 30rem !important;
  }
  .html-has-trac:not(.hide-trac):not(.dir-rtl ) #trac-body-wrapper .drawer.u-display-none {
    right: -10rem !important;
  }
  .html-has-trac:not(.hide-trac).dir-rtl #trac-body-wrapper .drawer:not(.u-display-none) {
    left: 30rem !important;
  }
  .html-has-trac:not(.hide-trac).dir-rtl #trac-body-wrapper .drawer.u-display-none {
    left: -10rem !important;
  }
  .html-has-trac:not(.hide-trac) #trac-shadow {
    display: none !important;
  }
  .html-has-trac:not(.hide-trac) #trac {
    padding: 0rem;
    /* .trac-inner {
          padding: 1rem;
        } */
  }
  .html-has-trac:not(.hide-trac) #trac .trac-nav__close {
    display: none !important;
  }
  .html-has-trac:not(.hide-trac) #trac-inline {
    visibility: visible;
  }
}
@media (min-width: 62.5rem) {
  .html-has-trac:not(.hide-trac).trac-dock {
    overflow-y: unset;
  }
  .html-has-trac:not(.hide-trac).trac-dock #trac-body-wrapper {
    width: calc(100% - 30rem);
    max-width: 90rem;
  }
  .html-has-trac:not(.hide-trac).trac-dock #trac-body-wrapper .nav {
    width: 100%;
    max-width: 90rem;
  }
  .html-has-trac:not(.hide-trac).trac-dock:not(.dir-rtl ) #trac-body-wrapper .drawer:not(.u-display-none) {
    right: 30rem !important;
  }
  .html-has-trac:not(.hide-trac).trac-dock:not(.dir-rtl ) #trac-body-wrapper .drawer.u-display-none {
    right: -10rem !important;
  }
  .html-has-trac:not(.hide-trac).trac-dock.dir-rtl #trac-body-wrapper .drawer:not(.u-display-none) {
    left: 30rem !important;
  }
  .html-has-trac:not(.hide-trac).trac-dock.dir-rtl #trac-body-wrapper .drawer.u-display-none {
    left: -10rem !important;
  }
  .html-has-trac:not(.hide-trac).trac-dock #trac-shadow {
    display: none !important;
  }
  .html-has-trac:not(.hide-trac).trac-dock #trac {
    padding: 0rem;
  }
  .html-has-trac:not(.hide-trac).trac-dock #trac .trac-nav__close {
    display: none !important;
  }
  .html-has-trac:not(.hide-trac).trac-dock #trac-inline {
    visibility: visible;
  }
}
.html-has-trac:not(.hide-trac) .trac-settings-container {
  display: none;
}
@media (min-width: 62.5rem) {
  .html-has-trac:not(.hide-trac) .trac-settings-container {
    display: block;
  }
}
#trac-body-wrapper #shadow:not(.u-display-none) {
  opacity: 1;
}
#trac-shadow {
  opacity: 1;
}
#trac-inline {
  visibility: hidden;
}
#trac-body-wrapper,
#trac {
  height: 100vh;
}
#trac .trac-scroll-container {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overscroll-behavior: none;
}
#trac .trac-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(56, 56, 56, 0.5);
  color: #fff;
  position: absolute;
}
#trac .trac-loading__inner,
#trac .trac-loading__inner:before,
#trac .trac-loading__inner:after {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation-fill-mode: both;
  animation: loading 1.25s infinite ease-in-out;
}
#trac .trac-loading__inner {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -9999rem;
  animation-delay: -0.16s;
  transform: translateZ(0);
}
#trac .trac-loading__inner:before,
#trac .trac-loading__inner:after {
  content: "";
  position: absolute;
  top: 0;
}
#trac .trac-loading__inner:before {
  left: -3rem;
  animation-delay: -0.32s;
}
#trac .trac-loading__inner:after {
  left: 3rem;
}
#trac .trac-scroll-container:not(.is-ticket-create) .trac-loading {
  top: 3.5rem;
  height: calc(100% - 3.5rem);
}
.trac-nav__back {
  float: left;
}
.dir-rtl .trac-nav__back {
  float: right;
}
.trac-nav__back .icon:before {
  content: "\e912";
}
.dir-rtl .trac-nav__back .icon:before {
  content: "\e913";
}
.trac-nav__forward {
  float: left;
}
.dir-rtl .trac-nav__forward {
  float: right;
}
.trac-nav__forward .icon:before {
  content: "\e913";
}
.dir-rtl .trac-nav__forward .icon:before {
  content: "\e912";
}
.trac-nav__home {
  float: left;
}
.dir-rtl .trac-nav__home {
  float: right;
}
.trac-nav__home .icon:before {
  content: "\e927";
}
.trac-nav__home .icon:before {
  font-family: 'bp';
  content: "\e921";
}
.trac-nav__close {
  float: right;
}
.dir-rtl .trac-nav__close {
  float: left;
}
.trac-nav__close .icon:before {
  content: "\e945";
}
.trac-nav__search {
  margin: 0.5rem;
}
.ticketCreate {
  padding: 1rem;
}
.ticketCreate.validate-summary #ticket-create-summary {
  border-color: red;
}
.ticketCreate div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ticketCreate label {
  margin-bottom: 0.5rem;
}
.ticketCreate input[type="text"],
.ticketCreate textarea {
  width: 100%;
}
.ticketCreate .btn-text {
  margin-top: 1rem;
}
.ticketDetails {
  padding: 1rem;
}
.ticketDetails.is-editing .change-buttons {
  display: none;
}
.ticketDetails.is-editing .new-comment-inner,
.ticketDetails.is-editing .modify-inner,
.ticketDetails.is-editing .submit-inner {
  display: none;
}
.ticketDetails .date,
.ticketDetails .name,
.ticketDetails .milestone {
  display: flex;
  justify-content: space-between;
}
.ticketDetails .date h4,
.ticketDetails .name h4,
.ticketDetails .milestone h4 {
  margin: 0 0 0.25rem 0;
}
.ticketDetails .date {
  padding-bottom: 0.5rem;
}
.ticketDetails .name {
  padding-bottom: 1rem;
}
.ticketDetails .description {
  padding-top: 1rem;
  border-top: 1px solid rgba(54, 205, 232, 0.25);
}
.ticketDetails h4 .icon {
  display: inline-block;
}
.ticketDetails h4 .icon:before {
  margin: 0 0.25rem;
  color: rgba(54, 205, 232, 0.5);
  font-size: 1rem;
}
.ticketDetails .changelog.is-comments-only .is-without-comment {
  display: none;
}
.ticketDetails .changelog .comments-only {
  margin-top: 0.5rem;
}
.ticketDetails .changelog .comments-only input,
.ticketDetails .changelog .comments-only label {
  vertical-align: middle;
}
.ticketDetails .changelog .change.is-editing .change-buttons {
  display: block;
}
.ticketDetails .changelog .change:not(:last-child) .change-inner {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(54, 205, 232, 0.25);
}
.ticketDetails .changelog .change-inner {
  padding-top: 1rem;
}
.ticketDetails .changelog h4 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.ticketDetails .changelog ul {
  padding-left: 1.5rem;
}
.ticketDetails .changelog img {
  min-width: auto;
}
.ticketDetails .changelog .new-comment {
  margin-bottom: 0.5rem;
}
.ticketDetails .changelog .change-buttons .btn-text {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  float: right;
  font-size: 0.8rem;
}
.ticketDetails .toggle-btn {
  position: relative;
  width: 100%;
  text-align: left;
  color: #4d4d4d;
}
.no-touch .ticketDetails .toggle-btn:hover .icon {
  color: #36cde8;
}
.ticketDetails .toggle-btn h3 {
  margin: 0;
  line-height: 1.5;
}
.ticketDetails .toggle-btn .icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.ticketDetails .toggle-btn .icon:before {
  content: "\e96a";
}
.ticketDetails .toggle-btn:not(.is-folded) .icon:before {
  content: "\e96d";
}
.ticketDetails .attachments-container div[data-attachment] {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.ticketDetails .attachments-container div[data-attachment] a {
  max-width: 10rem;
}
.ticketDetails .attachments-container input {
  margin-top: 0.75rem;
  font-size: 0.8rem;
}
.ticketDetails .attachments-container .attachment-paste {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border: 1px dashed #4d4d4d;
  border-radius: 5px;
  color: #4d4d4d;
  text-align: center;
}
.ticketDetails .attachments-container .attachment-paste:before {
  display: block;
  font-family: "vanilla";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ticketDetails .attachments-container .attachment-paste:before {
  content: "\e959";
}
.ticketDetails .attachments-container .attachment-paste:after {
  content: 'Paste an image to attach';
  font-size: 0.8rem;
}
.ticketDetails .attachments-container .attachment-paste:focus,
.no-touch .ticketDetails .attachments-container .attachment-paste:hover {
  border-color: #36cde8;
  cursor: pointer;
}
.ticketDetails .attachments-container .attachment-paste:focus:before,
.no-touch .ticketDetails .attachments-container .attachment-paste:hover:before,
.ticketDetails .attachments-container .attachment-paste:focus:after,
.no-touch .ticketDetails .attachments-container .attachment-paste:hover:after {
  color: #36cde8;
}
.ticketDetails .determinate .attachment-progress {
  border: 1px solid #4d4d4d;
  border-radius: 2px;
  display: inline-block;
  height: 6px;
  width: 50px;
}
.ticketDetails .determinate .attachment-progress .attachment-progress-inner {
  height: 100%;
  background-color: #36e1a5;
}
.ticketDetails .indeterminate .slider {
  position: relative;
  width: 50px;
  height: 6px;
  overflow-x: hidden;
}
.ticketDetails .indeterminate .line {
  position: absolute;
  opacity: 0.4;
  background: #4a8df8;
  width: 150%;
  height: 6px;
}
.ticketDetails .indeterminate .subline {
  position: absolute;
  background: #4a8df8;
  height: 6px;
}
.ticketDetails .indeterminate .inc {
  animation: increase 2s infinite;
}
.ticketDetails .indeterminate .dec {
  animation: decrease 2s 0.5s infinite;
}
@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
.ticketDetails fieldset {
  margin-top: 1rem;
  padding: 1rem 0 0 0;
  border: 1px solid rgba(54, 205, 232, 0.25);
  border-width: 1px 0 0 0;
}
.ticketDetails fieldset div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ticketDetails fieldset input[type="text"]:not([name="action_reassign_reassign_owner"]),
.ticketDetails fieldset textarea {
  width: 100%;
}
.ticketDetails .new-comment {
  width: 100%;
}
.ticketDetails .new-comment-editable {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
}
@media (min-width: 32.5rem) {
  .ticketList {
    padding: 1rem;
  }
}
.ticketList .btn-create .icon:before {
  margin-left: 0.5rem;
  font-size: 1rem;
}
.ticketList .btn-open-ticket,
.ticketList .btn-closed-ticket {
  padding-left: 0.5rem;
}
.ticketList .btn-open-ticket .icon:before,
.ticketList .btn-closed-ticket .icon:before {
  margin-right: 0.5rem;
}
.ticketList .btn-open-ticket .icon:before {
  font-size: 1rem;
}
.ticketList .btn-closed-ticket .icon:before {
  font-size: 0.8rem;
  border: 1px solid;
  border-radius: 50%;
  padding: 0.15rem;
}
.ticketList .ticket {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(54, 205, 232, 0.25);
}
.ticketList .ticket .icon-ticket:before {
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.ticketList .ticket-header-container {
  width: 75%;
}
.ticketList .ticket-subheader {
  font-size: 0.8rem;
}
.ticketList .ticket-annotations {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  font-size: 0.8rem;
}
.ticketList .ticket-comments .icon {
  display: inline-block;
  color: rgba(54, 205, 232, 0.5);
}
.ticketList .ticket-comments .icon:before {
  content: "\e926";
}
.ticketList .ticket-comments span {
  vertical-align: top;
}
.ticketList .no-tickets {
  margin-top: 0.4rem;
}
.ticketSearch {
  padding: 1rem;
}
.ticketSearch .btn-create .icon:before {
  margin-left: 0.5rem;
  font-size: 1rem;
}
.ticketSearch .btn-open-ticket,
.ticketSearch .btn-closed-ticket {
  padding-left: 0.5rem;
}
.ticketSearch .btn-open-ticket .icon:before,
.ticketSearch .btn-closed-ticket .icon:before {
  margin-right: 0.5rem;
}
.ticketSearch .btn-open-ticket .icon:before {
  font-size: 1rem;
}
.ticketSearch .btn-closed-ticket .icon:before {
  font-size: 0.8rem;
  border: 1px solid;
  border-radius: 50%;
  padding: 0.15rem;
}
.ticketSearch .ticket {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(54, 205, 232, 0.25);
}
.ticketSearch .ticket .icon-ticket:before {
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.ticketSearch .ticket-header-container {
  width: 75%;
}
.ticketSearch .ticket-subheader {
  font-size: 0.8rem;
}
.ticketSearch .ticket-annotations {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  font-size: 0.8rem;
}
.ticketSearch .ticket-comments .icon {
  display: inline-block;
  color: rgba(54, 205, 232, 0.5);
}
.ticketSearch .ticket-comments .icon:before {
  content: "\e926";
}
.ticketSearch .ticket-comments span {
  vertical-align: top;
}
.ticketSearch .no-tickets {
  margin-top: 0.4rem;
}
.ticketSearch .ticket.ticket-closed .icon-ticket {
  color: crimson;
}
.ticketSearch .ticket.ticket-closed .ticket-header {
  color: crimson !important;
}
.ticketSearch .ticket-closed-label {
  color: crimson;
}
.nav .nav__review-btn {
  float: right;
}
.dir-rtl .nav .nav__review-btn {
  float: left;
}
.nav .nav__review-btn .icon:before {
  content: "\e960";
}
.dir-rtl .nav .nav__review-btn .icon:before {
  content: "\e961";
}
.no-touch .nav .nav__review-btn:hover .icon:before {
  content: "\e961";
}
.dir-rtl .no-touch .nav .nav__review-btn:hover .icon:before {
  content: "\e960";
}
.hide-trac .nav .nav__review-btn .icon:before {
  content: "\e93c";
}
#trac {
  position: fixed;
  right: 0;
  top: 0;
  width: 30rem;
  padding: 0;
  box-sizing: border-box;
  z-index: 100;
  background: #fff;
  color: #4d4d4d;
  border-left: 1px solid rgba(54, 205, 232, 0.25);
  font-size: 0.9rem;
}
@media (max-width: 30rem) {
  #trac {
    width: 100%;
  }
}
.dir-rtl #trac {
  right: inherit;
  left: 0;
}
#trac .trac-inner {
  /* padding: 4.5rem 1rem 1rem 1rem; */
}
@media (max-width: 32.5rem) {
  #trac .trac-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 5rem;
  }
}
.touch.os-android #trac .trac-inner {
  padding-bottom: 8rem;
}
#trac .drawer__btn {
  border-radius: 2px;
  background-color: #36e1a5;
  border: 1px solid #36e1a5;
  color: #fff;
  border-radius: 50%;
}
.no-touch #trac .drawer__btn:not(.is-disabled):hover {
  background-color: #fff;
  color: #36e1a5;
}
#trac .drawer__btn.is-disabled {
  background-color: #fff;
  color: rgba(77, 77, 77, 0.25);
  border-color: rgba(77, 77, 77, 0.25);
}
#trac .trac-nav .btn-text {
  border-radius: 2px;
  background-color: #36e1a5;
  border: 1px solid #36e1a5;
  color: #fff;
}
.no-touch #trac .trac-nav .btn-text:not(.is-disabled):hover {
  background-color: #fff;
  color: #36e1a5;
}
#trac .trac-nav .btn-text.is-disabled {
  background-color: #fff;
  color: rgba(77, 77, 77, 0.25);
  border-color: rgba(77, 77, 77, 0.25);
}
#trac .btn-text.btn-create {
  border-radius: 2px;
  background-color: #36e1a5;
  border: 1px solid #36e1a5;
  color: #fff;
  float: right;
}
.no-touch #trac .btn-text.btn-create:not(.is-disabled):hover {
  background-color: #fff;
  color: #36e1a5;
}
#trac .btn-text.btn-create.is-disabled {
  background-color: #fff;
  color: rgba(77, 77, 77, 0.25);
  border-color: rgba(77, 77, 77, 0.25);
}
#trac .btn-general {
  padding-left: 0.75rem;
}
#trac .btn-general:before {
  display: block;
  font-family: "vanilla";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#trac .btn-general:before {
  content: "\e93c";
}
#trac .btn-general:before {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1rem;
}
#trac hr {
  margin: 1rem 0;
}
#trac a {
  color: #4d4d4d;
}
.no-touch #trac a:hover {
  color: #36cde8;
}
#trac .btn-text {
  position: relative;
  border-radius: 2px;
  background-color: #36cde8;
  border: 1px solid #36cde8;
  color: #fff;
}
.no-touch #trac .btn-text:not(.is-disabled):hover {
  opacity: 1;
  background-color: #36cde8 !important;
  border: 1px solid #36cde8 !important;
  color: #fff !important;
}
#trac .btn-text.is-disabled {
  background-color: #fff;
  color: rgba(77, 77, 77, 0.25);
  border-color: rgba(77, 77, 77, 0.25);
}
@media (max-width: 32.5rem) {
  #trac .btn-text {
    padding: 0.5rem;
  }
}
#trac .btn-text .icon {
  display: inline-block;
}
#trac .list-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
#trac textarea {
  min-height: 12rem;
}
#trac input[type="text"],
#trac textarea,
#trac .new-comment {
  padding: 0.5rem;
  border: 1px solid rgba(77, 77, 77, 0.25);
}
#trac tt {
  color: #600;
  border: 1px solid #edc;
  border-radius: 0.25em;
  padding: 0 0.3em;
  background: #fafafa;
}
#trac pre {
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 1em #eee;
  border-radius: 0.3em;
  margin: 1em 1.75em;
  padding: 0.25em;
  overflow: auto;
}
html.show-unsupported .shadow,
html.show-unsupported .notify,
html.show-unsupported .drawer,
html.show-unsupported .nav,
html.show-unsupported #app,
html.show-unsupported #wrapper,
html.show-unsupported .loading {
  display: none !important;
}
html:not(.show-unsupported) .unsupported {
  display: none !important;
}
.unsupported__content {
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 0;
}
.unsupported__title {
  margin-bottom: 1.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .unsupported__title {
    font-size: 2.75rem;
  }
}
.unsupported__subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .unsupported__subtitle {
    font-size: 2.5rem;
  }
}
.unsupported__body {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.unsupported__instruction {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.unsupported__body a,
.unsupported__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .unsupported__body a:hover,
.no-touch .unsupported__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.visua11y-btn {
  float: right;
}
.dir-rtl .visua11y-btn {
  float: left;
}
.visua11y-btn .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9b2";
}
@font-face {
  font-family: 'visua11y';
  src: url('fonts/visua11y.ttf?9fymww') format('truetype'), url('fonts/visua11y.woff?9fymww') format('woff'), url('fonts/visua11y.svg?9fymww#visua11y') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-visua11y {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-visua11y-images:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
}
.icon-visua11y-spinner10:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e983";
}
.icon-visua11y-accessibility:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9b2";
}
.icon-visua11y-eye:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9ce";
}
.icon-visua11y-sun:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9d4";
}
.icon-visua11y-contrast:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9d5";
}
.icon-visua11y-brightness-contrast:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9d6";
}
.icon-visua11y-text-height:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea5f";
}
.icon-visua11y-text-width:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea60";
}
.icon-visua11y-font-size:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea61";
}
/**
 * Apply svg filter to img, video, canvas and mejs-poster to match the text/color changes.

 * Note:
 * Applies filters to body children and notify children separately as filter affects fixed position elements
 * Filters do not work in ie11
 */
html:not([data-color-profile=default]) body > *:not(.notify) img,
html:not([data-color-profile=default]) .notify > * img,
html:not([data-color-profile=default]) body > *:not(.notify) video,
html:not([data-color-profile=default]) .notify > * video,
html:not([data-color-profile=default]) body > *:not(.notify) canvas,
html:not([data-color-profile=default]) .notify > * canvas,
html:not([data-color-profile=default]) body > *:not(.notify) .mejs-poster,
html:not([data-color-profile=default]) .notify > * .mejs-poster,
html:not([data-color-profile=default]) body > *:not(.notify) .has-bg-image,
html:not([data-color-profile=default]) .notify > * .has-bg-image {
  filter: invert(var(--visua11y-invert)) var(--visua11y-color-profile-url) contrast(var(--visua11y-contrast)) brightness(var(--visua11y-brightness));
  transform: translateZ(0);
  /*for older browsers*/
  will-change: transform;
}
html:not([data-color-profile=default]) body > *:not(.notify) .has-bg-image > *,
html:not([data-color-profile=default]) .notify > * .has-bg-image > * {
  filter: invert(var(--visua11y-invert));
}
/**
 * Exclude filter url when on default profile
 */
html[data-color-profile=default] body > *:not(.notify) img,
html[data-color-profile=default] .notify > * img,
html[data-color-profile=default] body > *:not(.notify) video,
html[data-color-profile=default] .notify > * video,
html[data-color-profile=default] body > *:not(.notify) canvas,
html[data-color-profile=default] .notify > * canvas,
html[data-color-profile=default] body > *:not(.notify) .mejs-poster,
html[data-color-profile=default] .notify > * .mejs-poster,
html[data-color-profile=default] body > *:not(.notify) .has-bg-image,
html[data-color-profile=default] .notify > * .has-bg-image {
  filter: invert(var(--visua11y-invert)) contrast(var(--visua11y-contrast)) brightness(var(--visua11y-brightness));
  transform: translateZ(0);
  /*for older browsers*/
  will-change: transform;
}
html[data-color-profile=default] body > *:not(.notify) .has-bg-image > *,
html[data-color-profile=default] .notify > * .has-bg-image > * {
  filter: invert(var(--visua11y-invert));
}
/**
 * Disable css animations and transitions
 */
.a11y-no-animations * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
}
/**
 * Remove img tags with aria-hidden
 * Remove theme background images
 * Remove svg player with aria-hidden (adapt-svg)
 * Remove canvas player with aria-hidden (adapt-graphicLottie)
 */
.a11y-no-background-images img[aria-hidden=true] {
  visibility: hidden;
}
.a11y-no-background-images .has-bg-image > .background {
  background-image: none !important;
}
.a11y-no-background-images .svg__player[aria-hidden=true] {
  display: none;
}
.a11y-no-background-images .graphiclottie__player[aria-hidden=true] {
  display: none;
}
.visua11y-filters {
  filter: invert(var(--visua11y-invert)) var(--visua11y-color-profile-url) contrast(var(--visua11y-contrast)) brightness(var(--visua11y-brightness));
  transform: translateZ(0);
  /*for older browsers*/
  will-change: transform;
}
.visua11y-filters-no-profile {
  filter: invert(var(--visua11y-invert)) contrast(var(--visua11y-contrast)) brightness(var(--visua11y-brightness));
  transform: translateZ(0);
  /*for older browsers*/
  will-change: transform;
}
/**
 * Apply white background to app for inversion later
 */
html {
  background-color: white;
}
/**
 * Normalise styles for later modification
 */
html,
button {
  line-height: normal;
  letter-spacing: normal;
  word-spacing: normal;
}
p {
  margin-top: normal;
  margin-bottom: normal;
  margin-block-start: normal;
  margin-block-end: normal;
}
.preview {
  border: 1px solid #383838;
  background-color: #fff;
  border-radius: 3px;
  width: 15rem;
  max-width: 270px;
  margin-bottom: 1rem;
}
.preview__nav {
  height: 0.75rem;
  background-color: red;
  border-radius: 3px 3px 0 0;
}
.preview__header {
  padding: 1rem;
  color: #383838;
  font-size: 1.5rem;
  font-weight: 700;
}
.preview__content {
  padding: 0 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.preview__text {
  width: 47.5%;
}
.preview__text .top {
  display: flex;
}
.preview__text .letter {
  margin-right: 0.5rem;
  color: #383838;
  font-size: 1.25rem;
  line-height: 1;
}
.dir-rtl .preview__text .letter {
  margin-left: 0.5rem;
  margin-right: inherit;
}
.preview__text .lines {
  width: 100%;
}
.preview__text .line {
  height: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  background-color: #383838;
}
.preview__comp {
  width: 47.5%;
}
.preview__comp .item {
  height: 0.5rem;
  width: 100%;
  margin-bottom: 0.25rem;
  background-color: #007F00;
}
.preview__comp .btn {
  height: 0.5rem;
  width: 50%;
  background-color: #007F00;
}
.notify__popup.is-visua11ysettings {
  background-color: transparent;
}
.notify__popup.is-visua11ysettings .notify__popup-inner {
  max-width: 32.5rem;
  margin: auto;
  background-color: #fff;
  padding: 1rem 0.5rem;
  border-radius: 3px;
}
.visua11ysettings__description {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.visua11ysettings__group {
  padding: 0.5rem;
  margin-bottom: 1rem;
  background-color: #f2f2f2;
  border-radius: 3px;
}
.visua11ysettings__group-title {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
.visua11ysettings__item {
  padding: 1rem 0.5rem;
  padding-right: 2.5rem;
  position: relative;
  border-top: 1px solid rgba(56, 56, 56, 0.3);
}
.dir-rtl .visua11ysettings__item {
  padding-left: 2.5rem;
  padding-right: inherit;
}
.visua11ysettings .visua11ysettings__item > input {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.dir-rtl .visua11ysettings .visua11ysettings__item > input {
  left: 0.5rem;
  right: inherit;
}
.visua11ysettings__group-profiles {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 47.5rem) {
  .visua11ysettings__group-profiles {
    flex-direction: row;
  }
}
.visua11ysettings .colorprofileid {
  display: flex;
  flex-direction: column;
}
.visua11ysettings .colorprofileid select {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.visua11ysettings__group-readability .visua11ysettings__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 47.5rem) {
  .visua11ysettings__group-readability .visua11ysettings__item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.visua11ysettings__group-readability .visua11ysettings__item-title {
  margin-bottom: 0.5rem;
}
@media (min-width: 47.5rem) {
  .visua11ysettings__group-readability .visua11ysettings__item-title {
    margin-right: 0.5rem;
    margin-bottom: inherit;
  }
  .dir-rtl .visua11ysettings__group-readability .visua11ysettings__item-title {
    margin-left: 0.5rem;
    margin-right: inherit;
  }
}
.visua11ysettings__group-readability .visua11ysettings__item-option-container {
  display: inline-flex;
  flex-wrap: wrap;
}
.visua11ysettings__group-readability .visua11ysettings__item-option {
  display: inline-block;
  position: relative;
  margin: 0.25rem;
}
.visua11ysettings__group-readability .visua11ysettings__item-option:focus-within {
  outline: auto;
}
.visua11ysettings__group-readability input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.visua11ysettings__group-readability input + label .item-text {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: #99CC00;
  color: #fff;
  border: 0.0625rem solid #99CC00;
}
.visua11ysettings__group-readability input:checked + label .item-text {
  background-color: #02594F;
  color: #fff;
  border-color: #fff;
}
.visua11ysettings .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.dir-rtl .visua11ysettings .icon {
  margin-left: 0.5rem;
  margin-right: inherit;
}
.visua11ysettings .colorprofileid .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9ce";
}
.visua11ysettings .notransparency .icon:before,
.visua11ysettings .highcontrast .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9d6";
}
.visua11ysettings .lowbrightness .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9d4";
}
.visua11ysettings .invert .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9d5";
}
.visua11ysettings .noanimations .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e983";
}
.visua11ysettings .nobackgroundimages .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
}
.visua11ysettings .fontsize .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea61";
}
.visua11ysettings .paragraphspacing .icon:before,
.visua11ysettings .lineheight .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea5f";
}
.visua11ysettings .wordspacing .icon:before,
.visua11ysettings .letterspacing .icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visua11y' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea60";
}
.visua11ysettings .btn__container {
  display: flex;
  justify-content: flex-end;
}
.visua11ysettings .btn-reset {
  background-color: #007F00;
  color: #fff;
}
.no-touch .visua11ysettings .btn-reset:hover {
  background-color: #99CC00;
  color: #383838;
}
.visua11ysettings .btn-close {
  margin-left: 1rem;
  background-color: #fff;
  color: #007F00;
}
.no-touch .visua11ysettings .btn-close:hover {
  background-color: #383838;
  color: #99CC00;
}
.boxmenu {
  margin: 0 auto;
  max-width: 90rem;
}
.boxmenu__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu__item-container .boxmenu__item-container-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu-group__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu-group__item-container-inner {
  display: flex;
  flex-wrap: wrap;
}
.boxmenu-item {
  width: 100%;
}
@media (min-width: 47.5rem) {
  .boxmenu-item {
    width: 50%;
  }
}
.has-animation {
  overflow: hidden;
}
.fade-in-before > div {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-after > div {
  opacity: 1;
}
.fade-in-top-before > div {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
  transition-delay: 1s;
}
.fade-in-top-after > div {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-bottom-before > div {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
  transition-delay: 1s;
}
.fade-in-bottom-after > div {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-left-before > div {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
  transition-delay: 1s;
}
.fade-in-left-after > div {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-right-before > div {
  opacity: 0;
  transform: translateX(100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
  transition-delay: 1s;
}
.fade-in-right-after > div {
  opacity: 1;
  transform: translateX(0);
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
b,
strong {
  font-weight: 700;
}
.article {
  position: relative;
}
.article.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.article__inner {
  position: relative;
}
.article__header-inner {
  padding: 0 0.5rem;
}
.article__title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #383838;
}
@media (min-width: 47.5rem) {
  .article__title {
    font-size: 2.25rem;
  }
}
.article__body {
  margin-bottom: 1rem;
}
.article__instruction {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.article__body a,
.article__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .article__body a:hover,
.no-touch .article__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.has-attribution {
  position: relative;
}
.component__attribution {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: rgba(56, 56, 56, 0.5);
  color: #fff;
  transform: translate3d(0, 0, 0);
}
.gmcq__attribution {
  position: relative;
  display: flex;
}
.block {
  position: relative;
}
.block.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.block__inner {
  position: relative;
  padding: 4rem 0.5rem;
}
.block__title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #383838;
}
@media (min-width: 47.5rem) {
  .block__title {
    font-size: 2.25rem;
  }
}
.block__body {
  margin-bottom: 1rem;
}
.block__instruction {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.block__body a,
.block__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .block__body a:hover,
.no-touch .block__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.btn__container {
  margin-top: 1rem;
}
.btn-icon {
  background-color: #007F00;
  color: #fff;
}
.no-touch .btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
.btn-text {
  background-color: #007F00;
  color: #fff;
  border-radius: 5px;
}
.no-touch .btn-text:not(.is-disabled):not(.is-locked):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-icon.is-disabled,
.btn-text.is-disabled {
  background-color: #DDDDDD;
  color: #383838;
}
.btn-icon.is-locked,
.btn-text.is-locked {
  background-color: #DDDDDD;
  color: #383838;
  cursor: not-allowed;
}
.btn__marking {
  padding: 0.75rem;
  border-radius: 50%;
}
.can-show-marking .btn__action.is-full-width,
.can-show-marking .btn__feedback.is-full-width {
  margin-right: 4rem;
}
.dir-rtl .can-show-marking .btn__action.is-full-width,
.dir-rtl .can-show-marking .btn__feedback.is-full-width {
  margin-right: inherit;
  margin-left: 4rem;
}
.component__container {
  flex-direction: unset;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.component__inner {
  padding: 0.5rem 0.5rem;
}
.component__title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #383838;
}
@media (min-width: 47.5rem) {
  .component__title {
    font-size: 2.25rem;
  }
}
.component__body {
  margin-bottom: 1rem;
}
.component__instruction {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.component__body a,
.component__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .component__body a:hover,
.no-touch .component__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.drawer {
  background-color: #fff;
}
.drawer__toolbar {
  border-bottom: 1px solid #e6e6e6;
}
.drawer__btn {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #99CC00;
  color: #fff;
  border-radius: 50%;
}
.no-touch .drawer__btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #02594F;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn {
  display: block;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  color: #383838;
}
.no-touch .drawer__item-btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #e6e6e6;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn.is-disabled {
  background-color: #DDDDDD;
  color: #383838;
}
.drawer__item-btn.is-selected {
  background-color: #cccccc;
  color: #383838;
}
.drawer__item-title {
  margin-bottom: 0.25rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}
.dir-rtl .drawer__item-title {
  text-align: right;
}
.drawer__item-body {
  margin-bottom: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.dir-rtl .drawer__item-body {
  text-align: right;
}
.inline-icon {
  display: inline-block;
  vertical-align: middle;
}
.loading {
  background-color: rgba(56, 56, 56, 0.5);
  color: #fff;
}
.loading__inner,
.loading__inner:before,
.loading__inner:after {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation-fill-mode: both;
  animation: loading 1.25s infinite ease-in-out;
}
.loading__inner {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -9999rem;
  animation-delay: -0.16s;
  transform: translateZ(0);
}
.loading__inner:before,
.loading__inner:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading__inner:before {
  left: -3rem;
  animation-delay: -0.32s;
}
.loading__inner:after {
  left: 3rem;
}
@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5rem 0 -1.3rem;
  }
  40% {
    box-shadow: 0 2.5rem 0 0;
  }
}
.nav {
  background-color: #fff;
}
.nav__inner {
  max-width: inherit;
}
.nav__btn {
  background-color: #007F00;
  color: #fff;
}
.no-touch .nav__btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__popup {
  background-color: #fff;
  color: #383838;
  transition: margin-top 0.2s, top 0.2s;
}
.notify__popup-inner {
  position: relative;
  padding: 4rem 0.5rem;
}
.notify__icon {
  display: none;
}
.notify__title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  padding-right: 3.5rem;
}
@media (min-width: 47.5rem) {
  .notify__title {
    font-size: 2.25rem;
  }
}
.dir-rtl .notify__title {
  padding-right: inherit;
  padding-left: 3.5rem;
}
@media (min-width: 47.5rem) {
  .notify__title {
    padding-right: inherit;
  }
  .dir-rtl .notify__title {
    padding-left: inherit;
  }
}
.notify__body {
  margin-bottom: 1rem;
}
.notify__instruction {
  margin-bottom: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.notify__body a,
.notify__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.notify__btn-container {
  margin-top: 1rem;
}
.notify__btn {
  background-color: #007F00;
  color: #fff;
}
.no-touch .notify__btn:not(.is-disabled):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__btn-icon {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #99CC00;
  color: #fff;
  border-radius: 50%;
}
.no-touch .notify__btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #02594F;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .notify__close-btn {
  right: inherit;
  left: 0;
}
.notify-push {
  background-color: #fff;
  color: #383838;
  transform: translateY(25px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.notify-push.is-active {
  transform: translateY(0);
}
.notify-push__inner {
  padding: 1rem;
  padding-right: 4.5rem;
}
.dir-rtl .notify-push__inner {
  padding-right: 1rem;
  padding-left: 4.5rem;
}
.notify-push__title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .notify-push__title {
    font-size: 2.25rem;
  }
}
.notify-push__body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .notify-push__body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.no-touch .notify-push__body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.notify-push__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #99CC00;
  color: #fff;
  border-radius: 50%;
}
.no-touch .notify-push__close-btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #02594F;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.dir-rtl .notify-push__close-btn {
  right: auto;
  left: 0;
}
.page {
  position: relative;
  max-width: inherit;
  padding: 0 0;
}
.page.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__inner {
  position: relative;
}
.page__header {
  position: relative;
}
.page__header.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__header-inner {
  position: relative;
  padding: 2rem 0.5rem;
}
.page__title {
  margin-bottom: 1.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #383838;
}
@media (min-width: 47.5rem) {
  .page__title {
    font-size: 2.75rem;
  }
}
.page__subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .page__subtitle {
    font-size: 2.5rem;
  }
}
.page__body {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.page__instruction {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.page__body a,
.page__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .page__body a:hover,
.no-touch .page__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.shadow {
  background-color: rgba(56, 56, 56, 0.5);
}
.accordion-item {
  margin-bottom: 0.25rem;
}
.accordion-item__btn {
  position: relative;
  padding: 1rem;
  padding-right: 3.5rem;
  text-align: left;
  background-color: #007F00;
  color: #fff;
  border-radius: 5px;
}
.no-touch .accordion-item__btn:not(.is-selected):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.dir-rtl .accordion-item__btn {
  padding-right: 1rem;
  padding-left: 3.5rem;
  text-align: right;
}
.accordion-item__btn.is-visited {
  background-color: #DDDDDD;
  color: #383838;
}
.accordion-item__btn.is-selected {
  background-color: #99CC00;
  color: #383838;
}
.accordion-item__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dir-rtl .accordion-item__icon {
  right: inherit;
  left: 1rem;
}
.accordion-item__content {
  padding: 1rem;
  border-radius: 5px;
}
.accordion-item__body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .accordion-item__body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.accordion-item.has-img-zoom .accordion-item__image-container {
  overflow: hidden;
}
.accordion-item.has-img-zoom .accordion-item__image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .accordion-item.has-img-zoom .accordion-item__image-container img:hover {
  transform: scale(1.1);
}
.assessmentresults__retry-feedback {
  margin-bottom: 1rem;
}
.boxmenu {
  position: relative;
  max-width: inherit;
  padding: 0 0;
}
.boxmenu.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.boxmenu__inner {
  position: relative;
}
.boxmenu__header {
  position: relative;
}
.boxmenu__header.has-bg-image > .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.boxmenu__header-inner {
  position: relative;
  padding: 2rem 0.5rem;
}
.boxmenu__title {
  margin-bottom: 2rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #383838;
}
@media (min-width: 47.5rem) {
  .boxmenu__title {
    font-size: 3rem;
  }
}
.boxmenu__subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .boxmenu__subtitle {
    font-size: 2.5rem;
  }
}
.boxmenu__body {
  margin-bottom: 1.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.boxmenu__instruction {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.boxmenu__body a,
.boxmenu__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .boxmenu__body a:hover,
.no-touch .boxmenu__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.boxmenu__item-container {
  margin-top: 1.5rem;
}
.boxmenu-group__header-inner {
  padding: 2rem 0.5rem;
}
.boxmenu-group__title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .boxmenu-group__title {
    font-size: 2.5rem;
  }
}
.boxmenu-group__body {
  margin-bottom: 1.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.boxmenu-group__instruction {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: none;
}
.boxmenu-group__body a,
.boxmenu-group__instruction a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .boxmenu-group__body a:hover,
.no-touch .boxmenu-group__instruction a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.boxmenu-item__inner {
  margin: 0 0.5rem 1rem;
  padding: 1rem;
  background-color: #F7F7F7;
  color: #383838;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
}
.boxmenu-item__image-container {
  margin-bottom: 1rem;
}
.boxmenu-item__title {
  margin-bottom: 0.75rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}
.boxmenu-item__body {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.boxmenu-item__body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .boxmenu-item__body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.boxmenu-item__duration {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.boxmenu-item__progress {
  margin-bottom: 1rem;
}
.boxmenu-item__button {
  background-color: #007F00;
  color: #fff;
}
.no-touch .boxmenu-item__button:not(.is-disabled):not(.is-locked):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.boxmenu-item__button.is-locked,
.boxmenu-item__button.is-disabled {
  background-color: #DDDDDD;
  color: #383838;
}
.boxmenu-item.has-img-zoom .boxmenu-item__image-container {
  overflow: hidden;
}
.boxmenu-item.has-img-zoom .boxmenu-item__image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .boxmenu-item.has-img-zoom .boxmenu-item__image-container img:hover {
  transform: scale(1.1);
}
.confidenceslider__fill-linked {
  background-color: #99CC00;
}
.glossary__textbox-container {
  margin: 1rem 1rem 0;
}
.glossary__textbox {
  line-height: 1.5;
}
.glossary__checkbox-container {
  padding: 1rem;
}
.glossary__checkbox-input,
.glossary__checkbox-label {
  vertical-align: middle;
}
.glossary__checkbox-label {
  margin-left: 0.5rem;
  color: #383838;
}
.dir-rtl .glossary__checkbox-label {
  margin-left: inherit;
  margin-right: 0.5rem;
}
.glossary__search-container,
.glossary__index-container {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.glossary__index-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
}
.glossary__index-link {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .glossary__index-link:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.no-touch .glossary__index-link:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.glossary__items-group-header {
  background-color: #e6e6e6;
  color: #383838;
  text-align: center;
}
.glossary__item-description {
  padding: 1rem;
  border-bottom: 1px solid #e6e6e6;
  color: #383838;
}
.glossary__item-description a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .glossary__item-description a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.no-touch .glossary__item-description a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.glossary__item-not-found {
  padding: 1rem;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  color: #383838;
}
.gmcq-item__label {
  margin: 0.5rem;
}
.gmcq-item__option {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #007F00;
  color: #fff;
  border-radius: 5px;
}
.no-touch .gmcq-item__label:not(.is-disabled):not(.is-selected):hover .gmcq-item__option,
html:not(.a11y-disable-focusoutline) .gmcq-item__input:focus + .gmcq-item__label .gmcq-item__option {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.gmcq-item__label.is-disabled .gmcq-item__option {
  background-color: #DDDDDD;
  color: #383838;
}
.gmcq-item__label.is-selected .gmcq-item__option {
  background-color: #99CC00;
  color: #383838;
}
.gmcq-item__state {
  min-height: 1.5rem;
}
.gmcq-item__text {
  margin-top: 0.5rem;
  text-align: center;
}
.graphic.has-img-zoom .graphic__image-container {
  overflow: hidden;
}
.graphic.has-img-zoom .graphic__image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .graphic.has-img-zoom .graphic__image-container img:hover {
  transform: scale(1.1);
}
.hotgraphic__pin:not(.has-pin-image) {
  background-color: #007F00;
  color: #fff;
  border-radius: 50%;
}
.no-touch .hotgraphic__pin:not(.has-pin-image):not(.is-disabled):not(.is-locked):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgraphic__pin:not(.has-pin-image).is-visited {
  background-color: #DDDDDD;
  color: #383838;
}
.hotgraphic__pin-number {
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  text-align: center;
}
.hotgraphic__tile.is-visited .icon {
  background-color: #DDDDDD;
  color: #383838;
  border-radius: 50%;
}
.hotgraphic-popup__inner {
  padding-top: 4rem;
}
.hotgraphic-popup__controls,
.hotgraphic-popup__close {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #99CC00;
  color: #fff;
  border-radius: 50%;
}
.no-touch .hotgraphic-popup__controls:not(.is-disabled):not(.is-locked):hover,
.no-touch .hotgraphic-popup__close:not(.is-disabled):not(.is-locked):hover {
  background-color: #02594F;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgraphic-popup__item-title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .hotgraphic-popup__item-title {
    font-size: 2.25rem;
  }
}
.hotgraphic-popup__item-body {
  margin-bottom: 1rem;
}
.hotgraphic-popup__item-body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .hotgraphic-popup__item-body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.no-touch .hotgraphic-popup__item-body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.hotgraphic.has-img-zoom .hotgraphic-popup__item-image-container {
  overflow: hidden;
}
.hotgraphic.has-img-zoom .hotgraphic-popup__item-image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .hotgraphic.has-img-zoom .hotgraphic-popup__item-image-container img:hover {
  transform: scale(1.1);
}
.languagepicker__inner {
  padding: 2rem 0.5rem;
}
.languagepicker__title {
  margin-bottom: 1.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .languagepicker__title {
    font-size: 2.75rem;
  }
}
.languagepicker__body {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.languagepicker__body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .languagepicker__body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.languagepicker__languages-inner {
  display: flex;
  flex-wrap: wrap;
}
.languagepicker__language-btn {
  margin: 0.25rem;
}
.dropdown__btn {
  position: relative;
  padding: 1rem 3.5rem 1rem 1rem;
  line-height: 1.5;
  text-align: left;
  background-color: #007F00;
  color: #fff;
}
.no-touch .dropdown__btn:not(.is-disabled):not([aria-expanded="true"]):hover,
html:not(.a11y-disable-focusoutline) .dropdown__btn:focus {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.dir-rtl .dropdown__btn {
  padding-right: 1rem;
  padding-left: 3.5rem;
  text-align: right;
}
.dropdown__btn.is-disabled {
  background-color: #DDDDDD;
  color: #383838;
}
.dropdown__btn[aria-expanded="true"] {
  background-color: #99CC00;
  color: #383838;
}
.dropdown__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dir-rtl .dropdown__icon {
  right: inherit;
  left: 1rem;
}
.dropdown-item {
  padding: 1rem;
  background-color: #007F00;
  border-bottom: 1px solid #99CC00;
  color: #fff;
}
.no-touch .dropdown-item:not(:focus):not([aria-selected="true"]):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.dropdown-item:focus,
.dropdown-item[aria-selected="true"] {
  background-color: #99CC00;
  color: #383838;
}
.matching__widget.is-disabled .matching-item__select-icon {
  color: #383838;
}
.matching__widget:not(.is-complete) .matching-item__select-container.has-error .dropdown__btn {
  box-shadow: 0 0 0 1px #ff0000 inset;
}
.matching-item {
  margin-bottom: 0.25rem;
}
.matching-item__title {
  padding: 1rem;
}
.matching-item__select-container {
  position: relative;
}
.matching-item__select-state {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dir-rtl .matching-item__select-state {
  right: inherit;
  left: 1rem;
}
.mcq-item__label {
  margin-bottom: 0.25rem;
  background-color: #007F00;
  color: #fff;
  border-radius: 5px;
}
.no-touch .mcq-item__label:not(.is-disabled):not(.is-selected):hover,
html:not(.a11y-disable-focusoutline) .mcq-item__input:focus + .mcq-item__label {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.no-touch .mcq-item__label:not(.is-disabled):not(.is-selected):hover .mcq-item__icon {
  animation: scalePulse 0.5s 0s 1 normal ease-in-out none;
}
@keyframes scalePulse {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: none;
  }
}
.mcq-item__label.is-disabled {
  background-color: #DDDDDD;
  color: #383838;
}
.mcq-item__label.is-selected {
  background-color: #99CC00;
  color: #383838;
}
.mcq-item__state {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.dir-rtl .mcq-item__state {
  left: inherit;
  right: 1rem;
}
.mcq-item__text {
  padding: 1rem 1rem 1rem 3.5rem;
}
.dir-rtl .mcq-item__text {
  padding-left: 1rem;
  padding-right: 3.5rem;
}
.media__transcript-container {
  margin-top: 0.5rem;
}
.media__transcript-btn {
  padding: 1rem;
  background-color: #007F00;
  color: #fff;
  border-radius: 5px;
}
.no-touch .media__transcript-btn:hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.media__transcript-body-inline {
  margin-top: 0.5rem;
  padding: 1rem;
}
.media__transcript-body-inline a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .media__transcript-body-inline a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.mejs-container .mejs-overlay .mejs-overlay-button {
  transform: translate(-50%, -50%);
  height: 4rem;
  width: 4rem;
  margin: 0;
  padding: 0.5rem;
  background: none;
  box-shadow: 0 0 0 3px #fff;
  border-radius: 50%;
  color: #fff;
  opacity: 0.75;
}
@media (min-width: 32.5rem) {
  .mejs-container .mejs-overlay .mejs-overlay-button {
    height: 5.5rem;
    width: 5.5rem;
  }
}
.invert-play-icon .mejs-container .mejs-overlay .mejs-overlay-button {
  color: #383838;
  box-shadow: 0 0 0 3px #383838;
}
.no-touch .mejs-container .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.mejs-container .mejs-overlay .icon:before {
  content: "\e9ae";
}
.mejs-container .mejs-overlay .icon:before {
  font-size: 3rem;
}
@media (min-width: 32.5rem) {
  .mejs-container .mejs-overlay .icon:before {
    font-size: 4.5rem;
  }
}
.mejs-container .mejs-controls {
  background: none;
  background-color: #383838;
}
.mejs-container .mejs-controls .mejs-time,
.mejs-container .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  color: #fff;
}
.mejs-container .mejs-controls .mejs-button button {
  color: #fff;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background: none;
  background-color: #808080;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none;
  background-color: #bfbfbf;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: none;
  background-color: #fff;
}
.mejs-container .mejs-controls .mejs-captions-button .mejs-captions-selector,
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: none;
  background-color: #383838;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  background: none;
  background-color: #fff;
}
.mejs-container .mejs-controls .mejs-play button:before {
  content: "\e9ae";
}
.mejs-container .mejs-controls .mejs-pause button:before {
  content: "\e9ac";
}
.mejs-container .mejs-controls .mejs-fullscreen-button button:before {
  content: "\e9a9";
}
.mejs-container .mejs-controls .mejs-unfullscreen button:before {
  content: "\e9a7";
}
.mejs-container .mejs-controls .mejs-mute button:before {
  content: "\e95d";
}
.mejs-container .mejs-controls .mejs-unmute button:before {
  content: "\e95e";
}
.mejs-container .mejs-controls .mejs-captions-button button:before {
  content: "\e9a4";
}
.mejs-container .mejs-controls .mejs-captions-enabled button:before {
  content: "\e9a6";
}
.mejs-container .mejs-controls {
  height: 2rem;
}
.mejs-container .mejs-controls .mejs-time-rail {
  height: 0.5rem;
  margin: 0.75rem 0.5rem;
  padding: 0;
}
.mejs-container .mejs-controls .mejs-time-rail span {
  height: 0.5rem;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 0.5rem;
  margin: 0;
}
.mejs-container .mejs-controls .mejs-time {
  height: 0.75rem;
  margin: 0.625rem 0.5rem;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1;
}
.mejs-container .mejs-controls .mejs-button {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0.25rem;
}
.mejs-container .mejs-controls .mejs-button button {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
  background: none;
}
.mejs-container .mejs-controls .mejs-button button:before {
  display: block;
  font-family: "vanilla";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  top: -1.5rem;
  height: calc(0.75rem + 2px);
  width: calc(2rem + 2px);
  margin-left: -1rem;
  background: none;
  background-color: #fff;
  color: #383838;
  border-color: #383838;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
  height: 0.75rem;
  width: 2rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  top: 1rem;
  left: 1rem;
  transform: translate(-50%, -50%);
  border-color: #fff transparent transparent transparent;
}
.mejs-container .mejs-controls .mejs-time-rail span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-container .mejs-controls .mejs-captions-button .mejs-captions-selector {
  bottom: 1.5rem;
  left: -0.25rem;
  right: auto;
  width: 6rem;
  height: 6.5rem;
  padding: 0.5rem;
  overflow-y: scroll;
  font-size: 0.75rem;
  line-height: 1;
}
.mejs-container .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.25rem;
}
.mejs-container .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  margin: 0;
  float: none;
}
.mejs-container .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  float: none;
  width: auto;
  margin-left: 0.5rem;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1;
}
.mejs-container .mejs-captions-layer {
  font-size: 1rem;
  line-height: 1.5;
  color: inherit;
}
.mejs-container .mejs-captions-position-hover {
  bottom: 2.5rem;
}
.mejs-container .mejs-captions-text {
  padding: 0.25rem;
  background: none;
  background-color: #383838;
  color: #fff;
}
.offset-media-controls .media__widget {
  padding-bottom: 2rem;
}
.offset-media-controls .mejs-video:not(.mejs-container-fullscreen) .mejs-controls {
  bottom: -2rem;
}
.narrative__content-title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
}
.narrative__content-body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .narrative__content-body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.narrative__controls {
  background-color: #007F00;
  color: #fff;
}
.no-touch .narrative__controls:not(.is-disabled):not(.is-locked):hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.narrative__progress {
  background-color: #007F00;
  border-radius: 50%;
}
.no-touch .narrative__progress:not(.is-selected):hover {
  background-color: #99CC00;
  transition: background-color 0.2s ease-in;
}
.narrative__progress.is-visited {
  background-color: #DDDDDD;
}
.narrative__progress.is-selected {
  background-color: #99CC00;
}
.narrative__strapline-btn {
  text-align: left;
  background-color: #007F00;
  color: #fff;
}
.dir-rtl .narrative__strapline-btn {
  text-align: right;
}
.narrative__strapline-icon {
  background-color: #007F00;
  color: #fff;
}
.no-touch .narrative__strapline-btn:not(.is-disabled):not(.is-locked):hover,
.no-touch .narrative__strapline-btn:not(.is-disabled):not(.is-locked):hover .narrative__strapline-icon {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.narrative__strapline-btn.is-visited,
.narrative__strapline-btn.is-visited .narrative__strapline-icon {
  background-color: #DDDDDD;
  color: #383838;
}
.narrative.has-img-zoom .narrative__slider-image-container {
  overflow: hidden;
}
.narrative.has-img-zoom .narrative__slider-image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .narrative.has-img-zoom .narrative__slider-image-container img:hover {
  transform: scale(1.1);
}
.js-heading + .pagelevelprogress__indicator {
  display: inline-block;
  vertical-align: middle;
}
.pagelevelprogress__indicator {
  border-color: #DDDDDD;
}
.pagelevelprogress__indicator-inner {
  background-color: #fff;
}
.pagelevelprogress__indicator-bar {
  background-color: #DDDDDD;
  transition: width 0.5s linear;
}
.menu-item__progress .pagelevelprogress__indicator {
  border-color: #383838;
}
.menu-item__progress .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.menu-item__progress .pagelevelprogress__indicator-bar {
  background-color: #383838;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator {
  border-color: #fff;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator-inner {
  background-color: #007F00;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator {
  border-color: #383838;
  transition: border-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator-inner {
  background-color: #99CC00;
  transition: background-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator-bar {
  background-color: #383838;
  transition: background-color 0.2s ease-in;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator {
  border-color: #383838;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator-inner {
  background-color: #fff;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator-bar {
  background-color: #383838;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator {
  border-color: #383838;
  transition: border-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator-inner {
  background-color: #e6e6e6;
  transition: background-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator-bar {
  background-color: #383838;
  transition: background-color 0.2s ease-in;
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator {
  border-color: #383838;
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator-inner {
  background-color: #DDDDDD;
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator-bar {
  background-color: #383838;
}
.resources__filter-btn {
  padding: 1rem 0.5rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  color: #383838;
}
.no-touch .resources__filter-btn:not(.is-disabled):not(.is-selected):hover {
  background-color: #e6e6e6;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.resources__filter-btn:last-child {
  border-right: none;
}
.resources__filter-btn.is-selected {
  background-color: #cccccc;
  color: #383838;
  box-shadow: inset 0 -0.625rem 0 -0.4375rem #383838;
}
.resources__item-btn {
  text-decoration: none;
}
.slider__number-container {
  min-height: 2.5rem;
}
.slider__number,
.slider__number-selection,
.slider__number-model-answer {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5;
  text-align: center;
  border-radius: 50%;
}
.slider__widget:not(.is-disabled) .slider__number {
  cursor: pointer;
}
.slider__number-selection {
  background-color: #007F00;
  color: #fff;
  z-index: 5;
}
.slider__number-model-answer {
  background-color: #007F00;
  color: #fff;
  z-index: 10;
}
.slider__scale-container {
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: #f7f7f7;
}
.slider__scale-notch {
  background-color: #f7f7f7;
}
.slider__item {
  margin-bottom: 2rem;
}
.rangeslider {
  background-color: #DDDDDD;
}
.rangeslider--horizontal {
  box-shadow: none;
}
.rangeslider__fill {
  background-color: #007F00;
  box-shadow: none;
}
.rangeslider__handle {
  background-image: none;
  border: 0;
  box-shadow: 0 2px 5px rgba(56, 56, 56, 0.3);
}
.rangeslider__handle:after {
  background-image: none;
}
html:not(.a11y-disable-focusoutline) input[type='range']:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 2px 5px rgba(56, 56, 56, 0.6);
}
html.a11y-disable-focusoutline input[type='range']:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 2px 5px rgba(56, 56, 56, 0.3);
}
.text.is-pull-quote .text__title {
  font-size: 1.25rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  letter-spacing: normal;
  color: inherit;
}
.text.is-pull-quote .text__body {
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.textinput__widget.is-disabled .textinput-item__textbox {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #383838;
}
.textinput__widget.is-disabled .textinput-item__icon {
  color: #383838;
}
.textinput-item__prefix-container,
.textinput-item__suffix-container {
  text-align: center;
}
.textinput-item__textbox-container {
  position: relative;
}
.textinput-item__textbox {
  padding: 1rem 3.5rem 1rem 1rem;
  line-height: 1.5;
}
.dir-rtl .textinput-item__textbox {
  padding-left: 3.5rem;
  padding-right: 1rem;
}
.textinput-item__state {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dir-rtl .textinput-item__state {
  right: inherit;
  left: 1rem;
}
.trickle__btn-icon {
  display: inline-block;
  vertical-align: middle;
}
.trickle__btn-text {
  display: inline-block;
  vertical-align: middle;
}
.tutor__content-inner {
  padding: 4rem 0.5rem;
  padding: 1rem;
}
.tutor__title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
@media (min-width: 47.5rem) {
  .tutor__title {
    font-size: 2.25rem;
  }
}
.tutor__body {
  margin-bottom: 1rem;
}
.tutor__btn {
  margin-top: 1rem;
}
.tutor__btn-icon {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #99CC00;
  color: #fff;
  border-radius: 50%;
}
.no-touch .tutor__btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #02594F;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.tutor-type-overlay .tutor__inner {
  background-color: #fff;
  color: #383838;
}
.tutor-type-overlay .tutor__title {
  padding-right: 2.5rem;
}
.dir-rtl .tutor-type-overlay .tutor__title {
  padding-right: inherit;
  padding-left: 2.5rem;
}
.tutor-type-overlay .tutor__body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .tutor-type-overlay .tutor__body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.no-touch .tutor-type-overlay .tutor__body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.tutor-type-overlay .tutor__btn {
  background-color: #007F00;
  color: #fff;
}
.no-touch .tutor-type-overlay .tutor__btn:hover {
  background-color: #99CC00;
  color: #383838;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.tutor-type-overlay .tutor__btn-icon {
  background-color: #99CC00;
  color: #fff;
}
.no-touch .tutor-type-overlay .tutor__btn-icon:hover {
  background-color: #02594F;
  color: #fff;
}
.background-blend-mode.soft-light {
  background-blend-mode: soft-light;
}
.mix-blend-mode.soft-light {
  mix-blend-mode: soft-light;
}
.background-blend-mode.screen {
  background-blend-mode: screen;
}
.mix-blend-mode.screen {
  mix-blend-mode: screen;
}
.background-blend-mode.saturation {
  background-blend-mode: saturation;
}
.mix-blend-mode.saturation {
  mix-blend-mode: saturation;
}
.background-blend-mode.overlay {
  background-blend-mode: overlay;
}
.mix-blend-mode.overlay {
  mix-blend-mode: overlay;
}
.background-blend-mode.multiply {
  background-blend-mode: multiply;
}
.mix-blend-mode.multiply {
  mix-blend-mode: multiply;
}
.background-blend-mode.luminosity {
  background-blend-mode: luminosity;
}
.mix-blend-mode.luminosity {
  mix-blend-mode: luminosity;
}
.background-blend-mode.lighten {
  background-blend-mode: lighten;
}
.mix-blend-mode.lighten {
  mix-blend-mode: lighten;
}
.background-blend-mode.hue {
  background-blend-mode: hue;
}
.mix-blend-mode.hue {
  mix-blend-mode: hue;
}
.background-blend-mode.hard-light {
  background-blend-mode: hard-light;
}
.mix-blend-mode.hard-light {
  mix-blend-mode: hard-light;
}
.background-blend-mode.exclusion {
  background-blend-mode: exclusion;
}
.mix-blend-mode.exclusion {
  mix-blend-mode: exclusion;
}
.background-blend-mode.difference {
  background-blend-mode: difference;
}
.mix-blend-mode.difference {
  mix-blend-mode: difference;
}
.background-blend-mode.darken {
  background-blend-mode: darken;
}
.mix-blend-mode.darken {
  mix-blend-mode: darken;
}
.background-blend-mode.color-dodge {
  background-blend-mode: color-dodge;
}
.mix-blend-mode.color-dodge {
  mix-blend-mode: color-dodge;
}
.background-blend-mode.color-burn {
  background-blend-mode: color-burn;
}
.mix-blend-mode.color-burn {
  mix-blend-mode: color-burn;
}
.background-blend-mode.color {
  background-blend-mode: color;
}
.mix-blend-mode.color {
  mix-blend-mode: color;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
.dashboard .dashboard-badges__item.safety_sustainability.is-complete {
  background-color: rgba(234, 248, 141, 0.32);
}
.badgesNav__item.safety_sustainability.is-complete {
  background-color: rgba(234, 248, 141, 0.32);
}
.notify__popup.is-mcq.is-correct .col-right.safety_sustainability {
  background-color: #EAF88D;
}
.dashboard .dashboard-badges__item.governments_communities.is-complete {
  background-color: rgba(123, 195, 229, 0.32);
}
.badgesNav__item.governments_communities.is-complete {
  background-color: rgba(123, 195, 229, 0.32);
}
.notify__popup.is-mcq.is-correct .col-right.governments_communities {
  background-color: #7BC3E5;
}
.dashboard .dashboard-badges__item.business-partners.is-complete {
  background-color: rgba(154, 200, 135, 0.32);
}
.badgesNav__item.business-partners.is-complete {
  background-color: rgba(154, 200, 135, 0.32);
}
.notify__popup.is-mcq.is-correct .col-right.business-partners {
  background-color: #9AC887;
}
.dashboard .dashboard-badges__item.people.is-complete {
  background-color: rgba(234, 183, 109, 0.32);
}
.badgesNav__item.people.is-complete {
  background-color: rgba(234, 183, 109, 0.32);
}
.notify__popup.is-mcq.is-correct .col-right.people {
  background-color: #EAB76D;
}
.dashboard .dashboard-badges__item.assets_financial-integrity.is-complete {
  background-color: rgba(93, 39, 132, 0.32);
}
.badgesNav__item.assets_financial-integrity.is-complete {
  background-color: rgba(93, 39, 132, 0.32);
}
.notify__popup.is-mcq.is-correct .col-right.assets_financial-integrity {
  background-color: #5D2784;
}
.dashboard .dashboard-badges__item.our-code.is-complete {
  background-color: rgba(154, 200, 135, 0.32);
}
.badgesNav__item.our-code.is-complete {
  background-color: rgba(154, 200, 135, 0.32);
}
.notify__popup.is-mcq.is-correct .col-right.our-code {
  background-color: #9AC887;
}
.dashboard .dashboard-badges__item {
  background-color: #DDDDDD;
}
.badgesNav__item {
  background-color: #DDDDDD;
}
.badgesNav__item .badgesNav__item-btn {
  background-color: #fff;
  background: linear-gradient(to right, #fff 0 25%, transparent 25% 75%, #fff 75% 100%);
}
.dir-rtl .block.has-bg-image > .background {
  transform: scaleX(-1);
}
.btn__marking.is-correct {
  background-color: #fff;
  color: #065f28;
  border: 2px solid #065f28;
}
.btn__marking.is-incorrect {
  background-color: #fff;
  color: #ff0000;
  border: 2px solid #ff0000;
}
.drawer__btn {
  border-radius: 0;
}
@media (min-width: 47.5rem) {
  .boxmenu__header.has-bg-image,
  .page__header.has-bg-image {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .boxmenu__header.has-bg-image .boxmenu__header-inner,
  .page__header.has-bg-image .boxmenu__header-inner,
  .boxmenu__header.has-bg-image .page__header-inner,
  .page__header.has-bg-image .page__header-inner {
    width: 50%;
    margin: inherit;
    background-color: #fff;
  }
  .boxmenu__header.has-bg-image .boxmenu__title,
  .page__header.has-bg-image .boxmenu__title,
  .boxmenu__header.has-bg-image .boxmenu__body,
  .page__header.has-bg-image .boxmenu__body,
  .boxmenu__header.has-bg-image .boxmenu__instruction,
  .page__header.has-bg-image .boxmenu__instruction,
  .boxmenu__header.has-bg-image .page__title,
  .page__header.has-bg-image .page__title,
  .boxmenu__header.has-bg-image .page__body,
  .page__header.has-bg-image .page__body,
  .boxmenu__header.has-bg-image .page__instruction,
  .page__header.has-bg-image .page__instruction {
    max-width: 27.125rem;
    width: 100%;
    margin-left: auto;
  }
  .boxmenu__header.has-bg-image .boxmenu__body-inner,
  .page__header.has-bg-image .boxmenu__body-inner,
  .boxmenu__header.has-bg-image .page__body-inner,
  .page__header.has-bg-image .page__body-inner {
    padding-right: 2rem;
  }
}
.dir-rtl .boxmenu__header.has-bg-image > .background,
.dir-rtl .page__header.has-bg-image > .background {
  transform: scaleX(-1);
}
@font-face {
  font-family: 'bp';
  src: url('fonts/bp.woff?t6n9xv') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-download:before {
  font-family: 'bp';
  content: "\e912";
}
.icon-padlock:before {
  font-family: 'bp';
  content: "\e914";
}
.icon-folder:before {
  font-family: 'bp';
  content: "\e915";
}
.icon-eye:before {
  font-family: 'bp' !important;
  content: "\e918";
}
.icon-home:before {
  font-family: 'bp';
  content: "\e921";
}
.icon-tools:before {
  font-family: 'bp';
  content: "\e900";
}
.icon-megaphone:before {
  font-family: 'bp';
  content: "\e901";
}
.icon-contract:before {
  font-family: 'bp';
  content: "\e902";
}
.icon-opentalk:before {
  font-family: 'bp';
  content: "\e903";
}
.icon-accessibility:before {
  font-family: 'bp' !important;
  content: "\e904";
}
.icon-controls-small-left:before {
  content: "\e96b";
}
.dir-rtl.icon-controls-small-left:before {
  content: "\e96c";
}
.nav__inner {
  height: 3.5rem;
  overflow: hidden;
}
.dir-ltr .nav__inner {
  text-align: right;
}
.dir-ltr .nav__inner *[data-order]:not(.nav__back-btn) {
  float: none!important;
  display: inline-block;
  vertical-align: top;
}
.dir-rtl .nav__inner {
  text-align: left;
}
.dir-rtl .nav__inner *[data-order]:not(.nav__back-btn) {
  float: none!important;
  display: inline-block;
  vertical-align: top;
}
.nav__inner .nav__pagelevelprogress-btn {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.nav__inner .nav__pagelevelprogress-btn .pagelevelprogress__indicator {
  border-width: 1.75px;
}
.nav__inner .navigation-logo__inner {
  padding: 0.5rem 1rem;
}
.nav__inner .visua11y-btn {
  padding: 0.75rem;
  background-color: #fff;
  color: #007F00;
  background-image: url(assets/score.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.nav__inner .visua11y-btn .icon:before {
  content: "\e971";
}
.nav__inner .visua11y-btn .icon:before {
  font-family: 'bp' !important;
  content: "\e904";
}
.nav__inner .visua11y-btn .icon:before {
  font-size: 2rem;
}
.nav__inner .nav__drawer-btn {
  padding: 0;
}
.nav__inner .nav__drawer-btn .icon:before {
  content: "\e954";
}
.nav__inner .nav__drawer-btn .icon:before {
  font-family: 'bp';
  content: "\e915";
}
.nav__inner .nav__drawer-btn .icon:before {
  padding: 0.5rem;
  font-size: 2.5rem;
}
.nav__inner .badgesNav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav__inner .badgesNav .badgesNav__inner {
  height: 3.5rem;
  overflow: hidden;
}
.nav__inner .badgesNav .badge__image-container {
  height: inherit;
  width: inherit;
}
.nav__inner .badgesNav .badge__image {
  height: 3.5rem;
}
.nav__inner .scoreNav {
  float: right;
}
.dir-rtl .nav__inner .scoreNav {
  float: left;
}
.nav__inner .scoreNav__inner {
  width: 3.5rem;
  padding: 1rem 0;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  background-image: url(assets/score.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.nav__inner .nav__dashboard-btn {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  background-color: #fff;
}
.nav__inner .nav__dashboard-btn .icon {
  padding: 0.25rem;
}
@media (max-width: 1100px) {
  .nav__inner .nav__devtools-btn {
    padding: 1rem 0.25rem;
  }
}
.notify__popup {
  background-color: transparent;
}
.notify__popup .notify__popup-inner {
  padding: 2.5rem 1.5rem;
  background-color: #fff;
}
.notify__popup .notify__close-btn {
  margin: 0;
}
.notify__popup .notify__title {
  color: #007F00;
}
.notify__popup .notify__btn-icon {
  border-radius: 0;
}
.notify__popup-type-popup.is-badge .badge__image {
  display: block;
}
.notify-push.is-badge {
  width: 25rem;
}
.notify-push.is-badge .notify-push__inner {
  padding: 2rem;
  box-shadow: -3px 3px 5px 0 rgba(56, 56, 56, 0.3);
}
.notify-push.is-badge .notify-push__body .badge {
  width: 8rem;
  padding-left: 0.5rem;
}
.dir-rtl .notify-push.is-badge .notify-push__body .badge {
  padding-left: 0;
  padding-right: 0.5rem;
}
.notify-push.is-badge .notify-push__close-btn {
  border-radius: 0;
}
.notify__popup.is-challenge.is-correct .notify__popup-inner {
  padding: 0;
  z-index: 100;
}
.notify__popup.is-challenge.is-correct .notify__title {
  display: none;
}
.notify__popup.is-challenge.is-correct .notify__body-inner {
  display: flex;
  align-items: stretch;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-left {
  width: 65%;
  padding: 1.5rem;
  padding-top: 2.5rem;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-left .title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #007F00;
}
@media (min-width: 47.5rem) {
  .notify__popup.is-challenge.is-correct .notify__body-inner .col-left .title {
    font-size: 2.25rem;
  }
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right .svg-container canvas {
  max-height: 28rem;
  margin: auto;
  min-width: auto;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right strong {
  display: block;
  padding: 1.5rem 2rem;
  background-color: #007F00;
  color: #fff;
  font-size: 1.25rem;
}
.notify__popup {
  background-color: transparent;
}
.notify__popup .notify__popup-inner {
  padding: 2.5rem 1.5rem;
  background-color: #fff;
}
.notify__popup .notify__close-btn {
  margin: 0;
}
.notify__popup .notify__title {
  color: #007F00;
}
.notify__popup .notify__btn-icon {
  border-radius: 0;
}
.notify__popup-type-popup.is-badge .badge__image {
  display: block;
}
.notify-push.is-badge {
  width: 25rem;
}
.notify-push.is-badge .notify-push__inner {
  padding: 2rem;
  box-shadow: -3px 3px 5px 0 rgba(56, 56, 56, 0.3);
}
.notify-push.is-badge .notify-push__body .badge {
  width: 8rem;
  padding-left: 0.5rem;
}
.dir-rtl .notify-push.is-badge .notify-push__body .badge {
  padding-left: 0;
  padding-right: 0.5rem;
}
.notify-push.is-badge .notify-push__close-btn {
  border-radius: 0;
}
.notify__popup.is-challenge.is-correct .notify__popup-inner {
  padding: 0;
  z-index: 100;
}
.notify__popup.is-challenge.is-correct .notify__title {
  display: none;
}
.notify__popup.is-challenge.is-correct .notify__body-inner {
  display: flex;
  align-items: stretch;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-left {
  width: 65%;
  padding: 1.5rem;
  padding-top: 2.5rem;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-left .title {
  margin-bottom: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #007F00;
}
@media (min-width: 47.5rem) {
  .notify__popup.is-challenge.is-correct .notify__body-inner .col-left .title {
    font-size: 2.25rem;
  }
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right .svg-container canvas {
  max-height: 28rem;
  margin: auto;
  min-width: auto;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right strong {
  display: block;
  padding: 1.5rem 2rem;
  background-color: #007F00;
  color: #fff;
  font-size: 1.25rem;
}
@media (min-width: 47.5rem) {
  .page__header-inner {
    max-width: 50%;
  }
}
.page__title,
.page__body,
.page__instruction {
  color: #007F00;
}
.accordion-item__btn.is-selected {
  background-color: #007F00;
  color: #fff;
}
.badge {
  /*
  &:not(.is-complete) &__image {
    filter: grayscale(1);
  }
  */
}
.notify-push .badge__image-container {
  width: inherit;
  height: inherit;
}
.badge__image-container a {
  text-decoration: none;
}
.badge__image {
  display: none;
}
.badge.is-complete .badge__image-complete {
  display: block;
}
.badge:not(.is-complete) .badge__image-incomplete {
  display: block;
}
.is-badge .notify-push__inner {
  padding: 1.5rem;
  padding-right: 3.5rem;
}
.dir-rtl .is-badge .notify-push__inner {
  padding-right: 1.5rem;
  padding-left: 3.5rem;
}
.is-badge .notify-push__body-inner {
  display: flex;
  align-items: center;
}
.is-badge .notify-push__badge-body {
  width: 70%;
}
.is-badge.notify-push .badge {
  width: 30%;
  padding-left: 1rem;
}
.dir-rtl .is-badge.notify-push .badge {
  padding-left: inherit;
  padding-right: 1rem;
}
.is-badge.notify-push .badge__inner {
  width: 100%;
  height: 100%;
}
.badgesNav__item.champion_badge.is-complete:not(.badge-removed) {
  background-color: #CECEEB;
}
.dashboard .dashboard-badges__item.champion_badge.is-complete:not(.badge-removed) {
  background-color: #CECEEB;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right.champion_badge {
  background-color: #CECEEB;
}
.badgesNav__item.conflict_manager_badge.is-complete:not(.badge-removed) {
  background-color: #E2CEEB;
}
.dashboard .dashboard-badges__item.conflict_manager_badge.is-complete:not(.badge-removed) {
  background-color: #E2CEEB;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right.conflict_manager_badge {
  background-color: #E2CEEB;
}
.badgesNav__item.on_a_roll_badge.is-complete:not(.badge-removed) {
  background-color: #CEECF9;
}
.dashboard .dashboard-badges__item.on_a_roll_badge.is-complete:not(.badge-removed) {
  background-color: #CEECF9;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right.on_a_roll_badge {
  background-color: #CEECF9;
}
.badgesNav__item.conflict_spotter_badge.is-complete:not(.badge-removed) {
  background-color: #EBF5CE;
}
.dashboard .dashboard-badges__item.conflict_spotter_badge.is-complete:not(.badge-removed) {
  background-color: #EBF5CE;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right.conflict_spotter_badge {
  background-color: #EBF5CE;
}
.badgesNav__item.zero_harm_badge.is-complete:not(.badge-removed) {
  background-color: #E2CEEB;
}
.dashboard .dashboard-badges__item.zero_harm_badge.is-complete:not(.badge-removed) {
  background-color: #E2CEEB;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right.zero_harm_badge {
  background-color: #E2CEEB;
}
.badgesNav__item.risk_reduced_badge.is-complete:not(.badge-removed) {
  background-color: #FEEBCE;
}
.dashboard .dashboard-badges__item.risk_reduced_badge.is-complete:not(.badge-removed) {
  background-color: #FEEBCE;
}
.notify__popup.is-challenge.is-correct .notify__body-inner .col-right.risk_reduced_badge {
  background-color: #FEEBCE;
}
.badgesNav__item {
  background-color: #DDDDDD;
}
.badgesNav__item .badgesNav__item-btn {
  background-color: #fff;
  background: linear-gradient(to right, #fff 0 25%, transparent 25% 75%, #fff 75% 100%);
}
@media (min-width: 47.5rem) {
  .boxmenu__header-inner {
    max-width: 50%;
  }
}
.boxmenu__title,
.boxmenu__body,
.boxmenu__instruction {
  color: #007F00;
}
.boxmenu__item-container:not(.has-groups) {
  margin-top: 4rem;
}
.boxmenu__item-container.has-groups .boxmenu__item-container-inner {
  max-width: inherit;
}
.boxmenu-group {
  width: 100%;
}
.boxmenu-group__header-inner {
  padding: 2rem 0.5rem 0;
}
.boxmenu-group__item-container-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu-group__title {
  color: #007F00;
}
.boxmenu-item {
  margin-bottom: 2rem;
}
.boxmenu-item__inner {
  width: calc(100% - 1rem);
  padding: 0.5rem;
}
@media (min-width: 56.25rem) {
  .boxmenu-item__inner {
    margin-bottom: 0;
  }
}
.boxmenu-item__details {
  position: relative;
  text-align: left;
}
.dir-rtl .boxmenu-item__details {
  text-align: right;
}
.boxmenu-item.col-lg-4 .boxmenu-item__title {
  min-height: 3.75rem;
}
.boxmenu-item.col-lg-3 .boxmenu-item__title {
  min-height: 7.5rem;
}
.boxmenu-item__duration {
  padding-right: 3rem;
}
.dir-rtl .boxmenu-item__duration {
  padding-right: inherit;
  padding-left: 3rem;
}
.boxmenu-item__progress {
  margin-bottom: 0;
}
.is-locked .boxmenu-item__inner {
  cursor: default;
}
.boxmenu-item__icon {
  display: none;
}
.boxmenu-item__icon.is-locked {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.dir-rtl .boxmenu-item__icon.is-locked {
  right: inherit;
  left: 0;
}
.boxmenu-item__icon.is-locked .icon:before {
  font-family: 'bp';
  content: "\e914";
}
.boxmenu-item__icon.is-locked .icon:before {
  font-size: 2rem;
}
.menu-group-2 .boxmenu-item__image-container,
.menu-group-4 .boxmenu-item__image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10rem;
}
.menu-group-2 .boxmenu-item__image,
.menu-group-4 .boxmenu-item__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  top: 0;
  bottom: 0;
}
.menu-group-2 .has-right-aligned-img .boxmenu-item__image,
.menu-group-4 .has-right-aligned-img .boxmenu-item__image {
  transform: translateX(-75%) !important;
}
.menu-group-4 .boxmenu-item__image {
  min-width: inherit;
  max-width: inherit;
}
.courseProgress {
  margin-top: 0.0625rem;
}
.courseProgress__inner {
  background-color: #383838;
}
.courseProgress-bar {
  background-color: #007F00;
  height: 1rem;
}
.dashboard .notify__popup {
  background-color: transparent;
}
.dashboard .notify__popup .notify__popup-inner {
  background-color: #fff;
  padding: 0;
}
.dashboard .notify__popup .dashboard__inner {
  display: flex;
  column-gap: 0;
}
.dashboard .dashboard-profile.dashboard__item {
  width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 127, 0, 0.1);
}
.dashboard .dashboard-profile__title-inner {
  max-width: 25rem;
  padding: 2rem 1.5rem;
  font-size: 3rem;
  line-height: 1.2;
  color: #007F00;
}
.dashboard .dashboard-profile__title-inner span {
  color: #99CC00;
  font-style: normal;
}
.dashboard .dashboard-profile__name-inner {
  padding: 2rem 1rem 2rem 6rem;
  background-image: url(course/en/images/dashboard-icon.svg);
  background-repeat: no-repeat;
  background-position: left 1.5rem center;
  background-size: 3rem;
  font-size: 1.25rem;
  color: #007F00;
}
.dir-rtl .dashboard .dashboard-profile__name-inner {
  padding: 2rem 6rem 2rem 1rem;
  background-position: right 1.5rem center;
}
.dashboard .dashboard-score {
  display: none;
}
.dashboard .dashboard-badges {
  padding: 4rem 1rem;
}
.dashboard .dashboard-badges.dashboard__item {
  width: calc(100% - 18rem);
}
.dashboard .dashboard-badges__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #007F00;
}
.dashboard .dashboard-badges__body {
  margin-bottom: 1rem;
}
.dashboard .dashboard-badges__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.dashboard .dashboard-badges__item-image {
  height: 4rem;
}
.dashboard .dashboard-badges .badge__image-container {
  width: 4rem;
}
.hotgrid__item-btn.is-css .hotgrid__item-image {
  border: 5px solid transparent;
}
.no-touch .hotgrid__item-btn.is-css:hover .hotgrid__item-image {
  border-color: #02594F;
}
.hotgrid__item-title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.hotgrid__item-btn .hotgrid__item-title,
.no-touch .hotgrid__item-btn:hover .hotgrid__item-title,
.hotgrid__item-btn.is-visited .hotgrid__item-title {
  background-color: transparent;
  color: #383838;
}
.list-item:not(:last-child) {
  margin-bottom: 2rem;
}
.list-item__title {
  font-size: 1.5rem;
}
.list-item__body a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
.no-touch .list-item__body a:hover {
  color: #383838;
  transition: color 0.2s ease-in;
}
.list__container:not(.has-columns) .list-item__title {
  color: #007F00;
}
.list__container:not(.has-columns) .list-item__image-container {
  width: 100%;
  max-width: 5rem;
  margin-right: 0.5rem;
}
.list__container:not(.has-columns) .list-item__image-container + .list__container:not(.has-columns) .list-item__content {
  width: auto;
}
@media (min-width: 56.25rem) {
  .list__container.has-columns .list-item:first-child .list-item__inner {
    margin-left: 0;
  }
  .list__container.has-columns .list-item:last-child .list-item__inner {
    margin-right: 0;
  }
  .list__container.has-columns .list-item__inner {
    margin: 2rem;
  }
  .list__container.has-columns .subtitle {
    margin-top: 0.5rem;
  }
  .list__container.has-columns .list-item__image-container,
  .list__container.has-columns .list-item__title.has-margin {
    margin-bottom: 1rem;
  }
}
.dropdown__btn[aria-expanded="true"] {
  background-color: #007F00;
  color: #fff;
}
.dropdown__list {
  border: 1px solid #007F00;
}
.dropdown-item {
  background-color: #fff;
  border-bottom: 1px solid #007F00;
  color: #383838;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item[aria-selected="true"] {
  background-color: #007F00;
  color: #fff;
}
.dropdown__btn:not(.is-selected) + .dropdown__list .dropdown-item[aria-selected="true"] {
  background-color: #99CC00;
  color: #383838;
}
.mcq-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mcq-item__label {
  margin-bottom: 0.5rem;
}
.media__transcript-container {
  margin-top: 2rem;
}
.media__transcript-btn {
  min-width: 12.5rem;
}
.media__transcript-body-inline {
  padding: 0;
  margin-top: 1rem;
}
.mejs-container .mejs-overlay .mejs-overlay-button {
  background-color: #99CC00;
  box-shadow: 0px 0px 10px 3px rgba(56, 56, 56, 0.35);
}
.invert-play-icon .mejs-container .mejs-overlay .mejs-overlay-button {
  background-color: #007F00;
  color: #fff;
  box-shadow: 0px 0px 10px 3px rgba(56, 56, 56, 0.35);
}
@media (min-width: 32.5rem) {
  .mejs-container .mejs-overlay .icon:before {
    font-size: 3rem;
    padding: 0.75rem;
  }
}
.narrative__content-title {
  color: #007F00;
}
.narrative__indicators {
  margin-top: 1rem;
}
.narrative__progress {
  background-color: #DDDDDD;
}
.narrative__progress.is-selected {
  background-color: #007F00;
}
@media (min-width: 47.5rem) {
  .narrative.is-30-70-split-layout .narrative__slide-container {
    width: 30%;
  }
  .narrative.is-30-70-split-layout:not(.items-are-full-width) .narrative__content {
    width: 68%;
  }
  .narrative.is-30-70-split-layout .narrative__indicators {
    width: 30%;
    margin-top: 0;
  }
}
@media (min-width: 47.5rem) {
  .pagenav__btn.btn-icon:not(.btn-text) {
    margin: 0 2.5rem;
  }
}
.questionhints__btn-container {
  justify-content: flex-end;
}
.questionhints__btn-container.is-highlighted .questionhint__btn {
  animation: pulse 1s ease-in-out infinite alternate;
}
@keyframes pulse {
  from {
    box-shadow: 0 #99CC00;
  }
  to {
    box-shadow: 0 0 0 0.45rem #99CC00;
  }
}
.questionhint__btn {
  padding: 0.75rem;
  border-radius: 50%;
}
.questionhint__btn.is-hint-1-hint .icon:before {
  font-family: 'bp';
  content: "\e902";
}
.questionhint__btn.is-hint-2-hint .icon:before {
  font-family: 'bp';
  content: "\e903";
}
.questionhint__btn.is-hint-3-hint .icon:before {
  content: "\e92e";
}
.questionhint__btn.is-hint-3-hint .icon:before {
  font-family: 'bp';
  content: "\e900";
}
.questionhint__btn .icon:before {
  font-size: 1.75rem;
}
.mcq.has-hint .btn__response-container {
  justify-content: flex-end;
}
.mcq.has-hint .btn__container.is-submitted .btn__action.is-disabled {
  display: none;
}
.notify.is-hint .notify__content-inner {
  position: relative;
}
.notify.is-hint .notify__icon {
  display: block;
  padding: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  background-color: #007F00;
  color: #fff;
  border-radius: 50%;
}
@media (min-width: 1075px) {
  .notify.is-hint .notify__icon {
    left: -5rem;
  }
}
.dir-rtl .notify.is-hint .notify__icon {
  left: inherit;
  right: 0;
}
@media (min-width: 1075px) {
  .dir-rtl .notify.is-hint .notify__icon {
    left: inherit;
    right: -5rem;
  }
}
.notify.is-hint.is-hint-hint-1 .notify__icon .icon:before {
  font-family: 'bp';
  content: "\e902";
}
.notify.is-hint.is-hint-hint-2 .notify__icon .icon:before {
  font-family: 'bp';
  content: "\e903";
}
.notify.is-hint.is-hint-hint-3 .notify__icon .icon:before {
  content: "\e92e";
}
.notify.is-hint.is-hint-hint-3 .notify__icon .icon:before {
  font-family: 'bp';
  content: "\e900";
}
.notify.is-hint .notify__icon .icon:before {
  font-size: 1.75rem;
}
.notify.is-hint .notify__title-inner {
  padding-left: 5rem;
}
@media (min-width: 1075px) {
  .notify.is-hint .notify__title-inner {
    padding-left: 0;
  }
}
.dir-rtl .notify.is-hint .notify__title-inner {
  padding-left: inherit;
  padding-right: 5rem;
}
@media (min-width: 1075px) {
  .dir-rtl .notify.is-hint .notify__title-inner {
    padding-left: inherit;
    padding-right: 0;
  }
}
.notify.is-hint .notify__body-inner {
  min-height: 12rem;
  padding-right: 20rem;
}
.dir-rtl .notify.is-hint .notify__body-inner {
  padding-left: 20rem;
  padding-right: inherit;
}
.notify.is-hint .notify__body-inner img {
  min-width: auto;
  max-width: 20rem;
  position: absolute;
  right: 0;
  top: 0;
}
.dir-rtl .notify.is-hint .notify__body-inner img {
  right: inherit;
  left: 0;
}
.notify__popup.is-incorrect.is-challenge ul,
.mcq__instruction-inner ul {
  list-style: none;
  padding: 0;
  margin: 0.25rem;
}
.notify__popup.is-incorrect.is-challenge li,
.mcq__instruction-inner li {
  display: inline-flex;
  vertical-align: baseline;
}
.notify__popup.is-incorrect.is-challenge li:not(:last-child),
.mcq__instruction-inner li:not(:last-child) {
  margin-right: 0.5rem;
}
.dir-rtl .notify__popup.is-incorrect.is-challenge li:not(:last-child),
.dir-rtl .mcq__instruction-inner li:not(:last-child) {
  margin-right: inherit;
  margin-left: 0.5rem;
}
.notify__popup.is-incorrect.is-challenge li .icon,
.mcq__instruction-inner li .icon {
  margin-right: 0.5rem;
}
.dir-rtl .notify__popup.is-incorrect.is-challenge li .icon,
.dir-rtl .mcq__instruction-inner li .icon {
  margin-right: inherit;
  margin-left: 0.5rem;
}
.notify__popup.is-incorrect.is-challenge li .icon::before,
.mcq__instruction-inner li .icon::before {
  font-size: 1.25rem;
}
.slider__scale-container,
.slider__scale-notch {
  background-color: #383838;
}
.slider__item-input-track,
.slider__item-input-fill {
  border-radius: 50px;
}
.slider__item-input-track {
  background-color: #DDDDDD;
}
.slider__item-input-fill {
  background-color: #007F00;
}
.testresults .ass-results-score-body {
  font-size: 2.9rem;
  color: #007F00;
}
.is-end-of-course-results .block__inner {
  max-width: 100%;
  padding: 0;
}
.is-end-of-course-results .testresults .testresults__title {
  margin: 0 auto;
  max-width: 56.25rem;
  margin-bottom: 1rem;
  padding-top: 4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.is-end-of-course-results .testresults .testresults__band-body {
  margin: 0 auto;
  max-width: 56.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.is-end-of-course-results .testresults .testresults__band-body strong:first-child {
  display: block;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.is-end-of-course-results .testresults .band-container {
  display: flex;
  justify-content: center;
  padding: 2rem 0.5rem 0;
  background-color: #99CC00;
}
.is-end-of-course-results .testresults .score-container {
  max-width: 15rem;
  margin-right: 5rem;
}
.dir-rtl .is-end-of-course-results .testresults .score-container {
  margin-right: inherit;
  margin-left: 5rem;
}
.is-end-of-course-results .testresults .score-text {
  padding-bottom: 2rem;
}
.is-end-of-course-results .testresults .testresults__band-badge {
  max-width: 35rem;
  text-align: center;
}
.is-end-of-course-results .testresults .testresults__band-badge .badge-text {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.is-end-of-course-results .testresults .testresults__band-badge a {
  display: block;
  text-decoration: none;
}
.is-end-of-course-results .testresults .testresults__band-badge a .icon {
  display: inline-block;
  padding: 1rem;
  background-color: #007F00;
  color: #fff;
}
.no-touch .is-end-of-course-results .testresults .testresults__band-badge a .icon:hover {
  background-color: #02594F;
  color: #fff;
}
.is-end-of-course-results .testresults .testresults__band-badge a + .badge {
  vertical-align: bottom;
}
.is-end-of-course-results .testresults .testresults__band-badge .badge__image-container {
  width: auto;
  height: auto;
}
.is-end-of-course-results .testresults .testresults__band-badge .badge__image {
  width: 15rem;
  margin: auto;
}
.testresults .testresults__band-body {
  padding-bottom: 2rem;
}
.block:not(.is-end-of-course-results) .testresults .testresults__band-score {
  display: inline-block;
  width: 60%;
}
.testresults .testresults__band-image {
  display: inline-block;
  width: 39%;
  min-width: auto;
}
.testresults .score-text {
  font-size: 2rem;
  text-align: center;
}
.testresults .score-text div:not(.score-number) {
  font-size: 1.5rem;
}
.testresults .score {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 3rem 4rem;
  text-align: center;
  background-image: url(assets/final-score.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10rem;
}
.testresults .score-number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.trickle.is-full-width .trickle__inner {
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
.trickle:not(.is-full-width) .trickle__btn {
  min-width: 12.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.trickle:not(.is-full-width) .trickle__inner {
  padding: 5px;
  background-color: #fff;
}
.no-touch .trickle__btn:not(.is-disabled):not(.is-locked):hover .trickle__btn-icon {
  animation: bounceDownTwice 0.3s 0.4s 2 normal ease-in-out none;
}
@keyframes bounceDownTwice {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.trickle__btn-icon .icon:before {
  content: "\e95f";
}
.trickle__btn.is-disabled .icon:before {
  font-family: 'bp';
  content: "\e914";
}
.unsupported .unsupported__content {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #383838;
}
.unsupported .unsupported__body .icon:before {
  color: #007F00;
  font-size: 10rem;
  margin-bottom: 1rem;
}
.no-touch.size-medium .unsupported .rotate,
.no-touch.size-small .unsupported .unsupported__content .rotate {
  display: none;
}
.no-touch.size-medium .unsupported .resize,
.no-touch.size-small .unsupported .unsupported__content .resize {
  display: block;
}
.touch.orientation-landscape.size-medium .unsupported .rotate,
.touch.orientation-landscape.size-small .unsupported .unsupported__content .rotate {
  display: block;
}
.touch.orientation-landscape.size-medium .unsupported .resize,
.touch.orientation-landscape.size-small .unsupported .unsupported__content .resize {
  display: none;
}
.orientation-portrait.size-medium .unsupported .unsupported__content .rotate,
.orientation-portrait.size-large .unsupported .unsupported__content .rotate {
  display: none;
}
.orientation-portrait.size-medium .unsupported .unsupported__content .resize,
.orientation-portrait.size-large .unsupported .unsupported__content .resize {
  display: block;
}
.touch.orientation-portrait.size-medium .unsupported .unsupported__content .rotate,
.touch.orientation-portrait.size-large .unsupported .unsupported__content .rotate {
  display: block;
}
.touch.orientation-portrait.size-medium .unsupported .unsupported__content .resize,
.touch.orientation-portrait.size-large .unsupported .unsupported__content .resize {
  display: none;
}
.preview__nav {
  background-color: #007F00;
}
.a11y-no-background-images img[aria-hidden=true].nav__dashboard-btn-image,
.a11y-no-background-images img[aria-hidden=true].badge__image {
  visibility: visible;
}
.a11y-no-background-images .roleselector__item-btn-inner[aria-hidden=true] img,
.a11y-no-background-images .graphiclottie__player canvas[aria-hidden=true],
.a11y-no-background-images .graphiclottie__player img[aria-hidden=true] {
  visibility: hidden;
}
.a11y-no-background-images .graphiclottie__player canvas[aria-hidden=true] + .graphiclottie__controls {
  display: none;
}
.a11y-no-background-images .graphiclottie__player.has-graphiclottie-play-pause {
  cursor: default;
}
.a11y-no-animations .questionhints__btn-container.is-highlighted .questionhint__btn {
  animation: none;
  box-shadow: 0 0 0 0.45rem #99CC00;
}
html:not([data-color-profile=default]) .visua11y-btn,
html:not([data-color-profile=default]) .scoreNav__inner,
html:not([data-color-profile=default]) .dashboard-profile__name-inner,
html:not([data-color-profile=default]) .dashboard .dashboard-score___value,
html:not([data-color-profile=default]) .testresults .score {
  filter: invert(var(--visua11y-invert)) var(--visua11y-color-profile-url) contrast(var(--visua11y-contrast)) brightness(var(--visua11y-brightness));
  transform: translateZ(0);
  /*for older browsers*/
  will-change: transform;
}
html[data-color-profile="achromatopsia"] .riskMeter__range-wrapper,
html[data-color-profile="achromatopsia"] .range-icon,
html[data-color-profile="achromatopsia"] .indicator.show-pulse {
  filter: grayscale(1);
}
.a11y-invert.no-touch .nav__btn:not(.is-disabled):not(.is-locked):hover,
.a11y-invert.no-touch .mcq-item__label:not(.is-disabled):not(.is-selected):hover,
.a11y-invert:not(.a11y-disable-focusoutline) .mcq-item__input:focus + .mcq-item__label,
.a11y-invert .mcq-item__label.is-selected,
.a11y-invert.no-touch .btn-icon:not(.is-disabled):not(.is-locked):hover,
.a11y-invert.no-touch .btn-text:not(.is-disabled):not(.is-locked):hover,
.a11y-invert.no-touch .media__transcript-btn:hover {
  color: #fff;
}
.a11y-invert .dashboard-badges__item-label {
  color: #007F00;
}
.a11y-invert .riskMeter__range-wrapper,
.a11y-invert .range-icon,
.a11y-invert .indicator.show-pulse {
  filter: invert(100%);
}
@media (min-width: 47.5rem) {
  .a11y-invert .block.has-bg-image.is-question-block-with-image .component__container {
    background: linear-gradient(to right, rgba(56, 56, 56, 0.9) 0 80%, transparent 80% 100%);
  }
  .dir-rtl .a11y-invert .block.has-bg-image.is-question-block-with-image .component__container {
    background: linear-gradient(to left, rgba(56, 56, 56, 0.9) 0 80%, transparent 80% 100%);
  }
}
.a11y-invert .testresults .score-number {
  filter: invert(var(--visua11y-invert)) contrast(var(--visua11y-contrast)) brightness(var(--visua11y-brightness));
  transform: translateZ(0);
  /*for older browsers*/
  will-change: transform;
}
.a11y-invert .is-end-of-course-results .testresults .band-container {
  background-color: inherit;
}
.riskMeter {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: white;
}
.riskMeter__range-labels {
  display: flex;
  justify-content: space-between;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  top: 2.25rem;
  left: 0;
  bottom: 0;
}
.riskMeter__range-labels .label {
  padding: 0.5rem 0.25rem;
}
.riskMeter__range-wrapper {
  height: 22rem;
  width: 2rem;
  margin: 1rem 0.5rem 1rem 2rem;
  position: relative;
  background: linear-gradient(to bottom, #ffffff 2rem, #EB001A 2rem, #EB001A 3.8rem, #ffffff 3.8rem, #ffffff 4rem, #FA661D 4rem, #FA661D 5.8rem, #ffffff 5.8rem, #ffffff 6rem, #FA851D 6rem, #FA851D 7.8rem, #ffffff 7.8rem, #ffffff 8rem, #FA9C1D 8rem, #FA9C1D 9.8rem, #ffffff 9.8rem, #ffffff 10rem, #FBBB35 10rem, #FBBB35 11.8rem, #ffffff 11.8rem, #ffffff 12rem, #FBE61F 12rem, #FBE61F 13.8rem, #ffffff 13.8rem, #ffffff 14rem, #CAC75F 14rem, #CAC75F 15.8rem, #ffffff 15.8rem, #ffffff 16rem, #96B159 16rem, #96B159 17.8rem, #ffffff 17.8rem, #ffffff 18rem, #5A9C3A 18rem, #5A9C3A 19.8rem, #ffffff 19.8rem, #ffffff 20rem, #0E7F01 20rem);
  clip-path: polygon(0 0, 0% 120%, 100% 0);
}
.riskMeter__range-wrapper .range-bar {
  width: 2rem;
  position: absolute;
  top: 2rem;
  left: 0;
  bottom: 0;
  transition: bottom 1s ease-in-out;
  background-color: lightgrey;
  background: linear-gradient(to bottom, #DDDDDD 1.8rem, #ffffff 1.8rem, #ffffff 2rem, #DDDDDD 2rem, #DDDDDD 3.8rem, #ffffff 3.8rem, #ffffff 4rem, #DDDDDD 4rem, #DDDDDD 5.8rem, #ffffff 5.8rem, #ffffff 6rem, #DDDDDD 6rem, #DDDDDD 7.8rem, #ffffff 7.8rem, #ffffff 8rem, #DDDDDD 8rem, #DDDDDD 9.8rem, #ffffff 9.8rem, #ffffff 10rem, #DDDDDD 10rem, #DDDDDD 11.8rem, #ffffff 11.8rem, #ffffff 12rem, #DDDDDD 12rem, #DDDDDD 13.8rem, #ffffff 13.8rem, #ffffff 14rem, #DDDDDD 14rem, #DDDDDD 15.8rem, #ffffff 15.8rem, #ffffff 16rem, #DDDDDD 16rem, #DDDDDD 17.8rem, #ffffff 17.8rem, #ffffff 18rem, #DDDDDD 18rem, #DDDDDD 19.8rem, #ffffff 19.8rem, #ffffff 20rem, #DDDDDD 20rem);
}
.riskMeter__range-indicator-wrapper {
  height: 22rem;
  width: 2rem;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}
.riskMeter__range-indicator-wrapper .prohibited-divide {
  opacity: 0;
  transform: scale(0);
  height: 1px;
  background-color: black;
  position: absolute;
  top: 1.75rem;
  left: -0.35rem;
  right: -0.35rem;
}
.riskMeter__range-indicator-wrapper .range-icon {
  position: absolute;
  left: 0;
  opacity: 0;
  transform: scale(0);
}
.riskMeter__range-indicator-wrapper .range-icon.warning {
  width: 1.8rem;
  height: 2rem;
  top: 2rem;
  background-image: url(assets/risk-meter_icon-2.svg);
}
.riskMeter__range-indicator-wrapper .range-icon.prohibited {
  width: 2rem;
  height: 2rem;
  top: -0.5rem;
  background-image: url(assets/risk-meter_icon-1.svg);
}
.riskMeter__range-indicator-wrapper.is-warning .range-icon.warning,
.riskMeter__range-indicator-wrapper.is-prohibited .range-icon.prohibited,
.riskMeter__range-indicator-wrapper.is-prohibited .prohibited-divide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s, transform 1s ease-in-out;
  transition-delay: 1s;
}
.riskMeter__range-indicator-wrapper .indicator {
  position: absolute;
  left: 0.9rem;
  transform: translateY(50%);
  bottom: 0;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-right: 1.5rem solid #383838;
  transition: bottom 1s ease-in-out;
  transform-origin: center;
}
.riskMeter__range-indicator-wrapper .indicator.show-pulse .pulse-animation {
  position: absolute;
  left: 0.6rem;
  top: -0.45rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  animation: pulse 3s 3;
}
@keyframes pulse {
  0% {
    box-shadow: #99CC00 0 0 0 0;
  }
  75% {
    box-shadow: #ff69b400 0 0 0 1.5rem;
  }
}
.riskMeter {
  transform: translate(-100%, -50%);
  transition: transform 1s ease-in-out;
}
@media (min-width: 1200px) {
  .riskMeter {
    transition: left 3s ease-in-out;
  }
}
html.display-risk-meter .riskMeter {
  transform: translate(0, -50%);
}
@media (min-width: 1200px) {
  html.display-risk-meter .riskMeter {
    left: 50%;
    transform: translate(-35rem, -50%);
  }
}
html.location-menu .riskMeter {
  transition: none !important;
}
@media (max-width: 1050px) {
  .display-risk-meter .page__title,
  .display-risk-meter .page__body,
  .display-risk-meter .page__instruction,
  .display-risk-meter .block__inner {
    padding-left: 4.5rem;
  }
  .page__title {
    font-size: 2rem;
  }
  .page__body,
  .page__instruction {
    font-size: 1.1rem;
  }
  .article__title,
  .block__title,
  .component__title,
  .notify__title {
    font-size: 1.75rem;
  }
}
.boxmenu-group__grey-bg {
  background-color: #F7F7F7;
}
.boxmenu-group__grey-bg .boxmenu-item__inner {
  background-color: #fff;
}
.bg-color.lightGrey {
  background-color: #F7F7F7;
  color: #383838;
}
.bg-color.lightGrey .block__title,
.bg-color.lightGrey .component__title,
.bg-color.lightGrey .block__body a,
.bg-color.lightGrey .component__body a,
.bg-color.lightGrey .block__instruction a,
.bg-color.lightGrey .component__instruction a {
  color: #383838;
}
.bg-color.lightGrey .pagelevelprogress__indicator {
  border-color: #383838;
}
.bg-color.lightGrey .pagelevelprogress__indicator-inner {
  background-color: #F7F7F7;
}
.bg-color.lightGrey .pagelevelprogress__indicator-bar {
  background-color: #383838;
}
.bg-color.lightGrey .narrative__progress {
  background-color: rgba(56, 56, 56, 0.5);
}
.bg-color.lightGrey .narrative__progress.is-selected {
  background-color: #383838;
}
@media (min-width: 47.5rem) {
  .block.has-bg-image.is-question-block-with-image .block__inner {
    max-width: inherit;
  }
  .block.has-bg-image.is-question-block-with-image .component__container {
    max-width: 60.25rem;
    margin: auto;
    background: linear-gradient(to right, #fff 0 80%, transparent 80% 100%);
    padding: 2rem 1rem;
  }
  .dir-rtl .block.has-bg-image.is-question-block-with-image .component__container {
    background: linear-gradient(to left, #fff 0 80%, transparent 80% 100%);
  }
  .block.has-bg-image.is-question-block-with-image .mcq.is-left {
    width: 60%;
  }
  .block.has-bg-image.is-question-block-with-image .graphic.is-right {
    width: 40%;
    max-width: 28.125rem;
    position: absolute;
    left: 60%;
    bottom: 0;
  }
  .dir-rtl .block.has-bg-image.is-question-block-with-image .graphic.is-right {
    left: inherit;
    right: 60%;
  }
  .block.has-bg-image.is-question-block-with-image .graphic.is-right .component__inner {
    padding: 0;
  }
}
@media (min-width: 56.25rem) {
  .block.has-bg-image.is-question-block-with-image .component__container {
    max-width: 64.25rem;
    padding: 4rem;
  }
}
.list__container.has-columns .list-item.align-image-bottom .list-item__inner {
  flex-direction: column-reverse;
}
.list__container.has-columns .list-item.align-image-bottom .list-item__image-container {
  margin-bottom: inherit;
  margin-top: 1rem;
}
.list-item__title .subtitle,
.boxmenu-item__title .subtitle {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.page__title .subtitle {
  font-size: 2.5rem;
}
.mcq.is-self-cert .mcq-item__label {
  background-color: transparent !important;
  color: #383838 !important;
}
ul,
ol {
  padding-inline-start: 1rem;
}
ul li::marker {
  color: #007F00;
}
.co-000 .page__header.has-bg-image > .background {
  background-position: right top;
}
@media (max-width: 90rem) {
  .co-000 .page__header.has-bg-image > .background {
    background-size: auto;
  }
}
.dir-rtl .co-000 .page__header.has-bg-image > .background {
  background-position: left top;
}
.tooltip {
  min-width: inherit;
  max-width: inherit;
  margin-top: 0.25rem;
  background-color: #fff;
  color: #383838;
  border: 1px solid #4D4D4D;
  border-radius: 5px;
  white-space: nowrap;
}
.tooltip .tooltip-inner {
  padding: 0.5rem 1rem;
}
.tooltip-back {
  margin-left: -1.75rem;
  border-radius: 0 25px 25px 25px;
}
.dir-rtl .tooltip-back {
  margin-left: 1.75rem;
  border-radius: 25px 0 25px 25px;
}
.tooltip-homeButton {
  margin-left: -1.75rem;
  border-radius: 0 25px 25px 25px;
}
.dir-rtl .tooltip-homeButton {
  margin-left: 1.75rem;
  border-radius: 25px 0 25px 25px;
}
.location-menu .tooltip-homeButton span:not(.intro-label) {
  display: none;
}
.location-page .tooltip-homeButton span.intro-label {
  display: none;
}
.tooltip-drawer {
  margin-left: 1.75rem;
  border-radius: 25px 0 25px 25px;
}
.dir-rtl .tooltip-drawer {
  margin-left: -1.75rem;
  border-radius: 0 25px 25px 25px;
}
.tooltip-badgesNav {
  margin-left: -1.75rem;
  border-radius: 0 25px 25px 25px;
}
.tooltip-scoreNav {
  margin-left: -1.75rem;
  border-radius: 0 25px 25px 25px;
}
.tooltip-visua11y {
  margin-left: 1.75rem;
  border-radius: 25px 0 25px 25px;
}
.dir-rtl .tooltip-visua11y {
  margin-left: -1.75rem;
  border-radius: 0 25px 25px 25px;
}
.tooltip-dashboard {
  margin-left: -1.75rem;
  border-radius: 0 25px 25px 25px;
}
.has-right-aligned-tooltip--dashboard .tooltip-dashboard {
  margin-left: 1.75rem;
  border-radius: 25px 0 25px 25px;
}
.dir-rtl .has-right-aligned-tooltip--dashboard .tooltip-dashboard {
  margin-left: -1.75rem;
  border-radius: 0 25px 25px 25px;
}
.tooltip-courseProgress {
  border-radius: 25px;
}
.tooltip-courseProgress .tooltip-inner {
  min-width: 3.5rem;
  padding: 0 0.25rem;
  text-align: center;
  font-size: 1.25rem;
}
.tooltip-courseProgress.tooltip.tooltip-fixed {
  display: none;
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-1 {
    width: 8.33333333%;
  }
  .component.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-2 {
    width: 16.66666667%;
  }
  .component.col-xs-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-3 {
    width: 25%;
  }
  .component.col-xs-3 {
    width: 25%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-4 {
    width: 33.33333333%;
  }
  .component.col-xs-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-5 {
    width: 41.66666667%;
  }
  .component.col-xs-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-6 {
    width: 50%;
  }
  .component.col-xs-6 {
    width: 50%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-7 {
    width: 58.33333333%;
  }
  .component.col-xs-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-8 {
    width: 66.66666667%;
  }
  .component.col-xs-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-9 {
    width: 75%;
  }
  .component.col-xs-9 {
    width: 75%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-10 {
    width: 83.33333333%;
  }
  .component.col-xs-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-11 {
    width: 91.66666667%;
  }
  .component.col-xs-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 0) {
  .boxmenu-item.col-xs-12 {
    width: 100%;
  }
  .component.col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-1 {
    width: 8.33333333%;
  }
  .component.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-2 {
    width: 16.66666667%;
  }
  .component.col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-3 {
    width: 25%;
  }
  .component.col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-4 {
    width: 33.33333333%;
  }
  .component.col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-5 {
    width: 41.66666667%;
  }
  .component.col-sm-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-6 {
    width: 50%;
  }
  .component.col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-7 {
    width: 58.33333333%;
  }
  .component.col-sm-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-8 {
    width: 66.66666667%;
  }
  .component.col-sm-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-9 {
    width: 75%;
  }
  .component.col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-10 {
    width: 83.33333333%;
  }
  .component.col-sm-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-11 {
    width: 91.66666667%;
  }
  .component.col-sm-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 32.5rem) {
  .boxmenu-item.col-sm-12 {
    width: 100%;
  }
  .component.col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-1 {
    width: 8.33333333%;
  }
  .component.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-2 {
    width: 16.66666667%;
  }
  .component.col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-3 {
    width: 25%;
  }
  .component.col-md-3 {
    width: 25%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-4 {
    width: 33.33333333%;
  }
  .component.col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-5 {
    width: 41.66666667%;
  }
  .component.col-md-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-6 {
    width: 50%;
  }
  .component.col-md-6 {
    width: 50%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-7 {
    width: 58.33333333%;
  }
  .component.col-md-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-8 {
    width: 66.66666667%;
  }
  .component.col-md-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-9 {
    width: 75%;
  }
  .component.col-md-9 {
    width: 75%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-10 {
    width: 83.33333333%;
  }
  .component.col-md-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-11 {
    width: 91.66666667%;
  }
  .component.col-md-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 47.5rem) {
  .boxmenu-item.col-md-12 {
    width: 100%;
  }
  .component.col-md-12 {
    width: 100%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-1 {
    width: 8.33333333%;
  }
  .component.col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-2 {
    width: 16.66666667%;
  }
  .component.col-lg-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-3 {
    width: 25%;
  }
  .component.col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-4 {
    width: 33.33333333%;
  }
  .component.col-lg-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-5 {
    width: 41.66666667%;
  }
  .component.col-lg-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-6 {
    width: 50%;
  }
  .component.col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-7 {
    width: 58.33333333%;
  }
  .component.col-lg-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-8 {
    width: 66.66666667%;
  }
  .component.col-lg-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-9 {
    width: 75%;
  }
  .component.col-lg-9 {
    width: 75%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-10 {
    width: 83.33333333%;
  }
  .component.col-lg-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-11 {
    width: 91.66666667%;
  }
  .component.col-lg-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 56.25rem) {
  .boxmenu-item.col-lg-12 {
    width: 100%;
  }
  .component.col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-1 {
    width: 8.33333333%;
  }
  .component.col-xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-2 {
    width: 16.66666667%;
  }
  .component.col-xl-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-3 {
    width: 25%;
  }
  .component.col-xl-3 {
    width: 25%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-4 {
    width: 33.33333333%;
  }
  .component.col-xl-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-5 {
    width: 41.66666667%;
  }
  .component.col-xl-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-6 {
    width: 50%;
  }
  .component.col-xl-6 {
    width: 50%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-7 {
    width: 58.33333333%;
  }
  .component.col-xl-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-8 {
    width: 66.66666667%;
  }
  .component.col-xl-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-9 {
    width: 75%;
  }
  .component.col-xl-9 {
    width: 75%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-10 {
    width: 83.33333333%;
  }
  .component.col-xl-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-11 {
    width: 91.66666667%;
  }
  .component.col-xl-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 90rem) {
  .boxmenu-item.col-xl-12 {
    width: 100%;
  }
  .component.col-xl-12 {
    width: 100%;
  }
}
.filter.grayscale img {
  filter: grayscale(1);
}
.filter.invert img {
  filter: invert(1);
}
.filter.sepia img {
  filter: sepia(1);
}
.hide-nav-back-btn .nav__back-btn {
  display: none !important;
}
.hide-page-header .page__header {
  display: none !important;
}
.header-color.background .menu__header,
.header-color.background .page__header {
  background-color: #383838;
}
.header-color.background .menu__title,
.header-color.background .page__title,
.header-color.background .menu__subtitle,
.header-color.background .page__subtitle,
.header-color.background .menu__body,
.header-color.background .page__body,
.header-color.background .menu__body a,
.header-color.background .page__body a,
.header-color.background .menu__instruction,
.header-color.background .page__instruction,
.header-color.background .menu__instruction a,
.header-color.background .page__instruction a {
  color: #fff;
}
.header-color.transparent-light .menu__header,
.header-color.transparent-light .page__header {
  background-color: transparent;
}
.header-color.transparent-light .menu__title,
.header-color.transparent-light .page__title,
.header-color.transparent-light .menu__subtitle,
.header-color.transparent-light .page__subtitle,
.header-color.transparent-light .menu__body,
.header-color.transparent-light .page__body,
.header-color.transparent-light .menu__body a,
.header-color.transparent-light .page__body a,
.header-color.transparent-light .menu__instruction,
.header-color.transparent-light .page__instruction,
.header-color.transparent-light .menu__instruction a,
.header-color.transparent-light .page__instruction a {
  color: #383838;
}
.header-color.transparent-dark .menu__header,
.header-color.transparent-dark .page__header {
  background-color: transparent;
}
.header-color.transparent-dark .menu__title,
.header-color.transparent-dark .page__title,
.header-color.transparent-dark .menu__subtitle,
.header-color.transparent-dark .page__subtitle,
.header-color.transparent-dark .menu__body,
.header-color.transparent-dark .page__body,
.header-color.transparent-dark .menu__body a,
.header-color.transparent-dark .page__body a,
.header-color.transparent-dark .menu__instruction,
.header-color.transparent-dark .page__instruction,
.header-color.transparent-dark .menu__instruction a,
.header-color.transparent-dark .page__instruction a {
  color: #fff;
}
.block.align-vert-center .component__container {
  align-items: center;
}
.block.align-vert-bottom .component__container {
  align-items: flex-end;
}
@media (min-width: 47.5rem) {
  .block.reverse-desktop-order .component__container {
    flex-direction: row-reverse;
  }
  .block.reverse-desktop-order .component.is-left {
    padding-right: inherit;
    padding-left: 0.5rem;
  }
  .dir-rtl .block.reverse-desktop-order .component.is-left {
    padding-left: inherit;
    padding-right: 0.5rem;
  }
  .block.reverse-desktop-order .component.is-right {
    padding-left: inherit;
    padding-right: 0.5rem;
  }
  .dir-rtl .block.reverse-desktop-order .component.is-right {
    padding-right: inherit;
    padding-left: 0.5rem;
  }
}
.block.extend-content-container .block__inner {
  max-width: 70rem;
}
.block.extend-container .block__inner {
  max-width: 90rem;
}
.block.remove-padding-top .block__inner,
.block.remove-top-padding .block__inner {
  padding-top: 0;
}
.block.remove-padding-bottom .block__inner,
.block.remove-bottom-padding .block__inner {
  padding-bottom: 0;
}
.block.reduce-padding-top .block__inner {
  padding-top: 2rem;
}
.block.reduce-padding-bottom .block__inner {
  padding-bottom: 2rem;
}
.block.increase-padding-top .block__inner {
  padding-top: 8rem;
}
.block.increase-padding-bottom .block__inner {
  padding-bottom: 8rem;
}
.comp-header-bg-color.black .component__inner {
  margin: -0.5rem -0.5rem;
}
.comp-header-bg-color.black .component__header {
  padding: 0.5rem 0.5rem;
  background-color: #383838;
  color: #fff;
}
.comp-header-bg-color.black .component__title,
.comp-header-bg-color.black .component__body a,
.comp-header-bg-color.black .component__instruction a {
  color: #fff;
}
.comp-header-bg-color.black .pagelevelprogress__indicator {
  border-color: #fff;
}
.comp-header-bg-color.black .pagelevelprogress__indicator-inner {
  background-color: #383838;
}
.comp-header-bg-color.black .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.bg-color.black {
  background-color: #383838;
  color: #fff;
}
.bg-color.black .block__title,
.bg-color.black .component__title,
.bg-color.black .block__body a,
.bg-color.black .component__body a,
.bg-color.black .block__instruction a,
.bg-color.black .component__instruction a {
  color: #fff;
}
.bg-color.black .pagelevelprogress__indicator {
  border-color: #fff;
}
.bg-color.black .pagelevelprogress__indicator-inner {
  background-color: #383838;
}
.bg-color.black .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.bg-color.black .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.black .narrative__progress.is-selected {
  background-color: #fff;
}
.bg-color.background {
  background-color: #383838;
  color: #fff;
}
.bg-color.background .block__title,
.bg-color.background .component__title,
.bg-color.background .block__body a,
.bg-color.background .component__body a,
.bg-color.background .block__instruction a,
.bg-color.background .component__instruction a {
  color: #fff;
}
.bg-color.background .pagelevelprogress__indicator {
  border-color: #fff;
}
.bg-color.background .pagelevelprogress__indicator-inner {
  background-color: #383838;
}
.bg-color.background .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.bg-color.background .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.background .narrative__progress.is-selected {
  background-color: #fff;
}
.bg-color.transparent-light {
  background-color: transparent;
  color: #383838;
}
.bg-color.transparent-light .block__title,
.bg-color.transparent-light .component__title,
.bg-color.transparent-light .block__body a,
.bg-color.transparent-light .component__body a,
.bg-color.transparent-light .block__instruction a,
.bg-color.transparent-light .component__instruction a {
  color: #383838;
}
.bg-color.transparent-light .pagelevelprogress__indicator {
  border-color: #383838;
}
.bg-color.transparent-light .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.bg-color.transparent-light .pagelevelprogress__indicator-bar {
  background-color: #383838;
}
.bg-color.transparent-light .narrative__progress {
  background-color: rgba(56, 56, 56, 0.5);
}
.bg-color.transparent-light .narrative__progress.is-selected {
  background-color: #383838;
}
.bg-color.transparent-dark {
  background-color: transparent;
  color: #fff;
}
.bg-color.transparent-dark .block__title,
.bg-color.transparent-dark .component__title,
.bg-color.transparent-dark .block__body a,
.bg-color.transparent-dark .component__body a,
.bg-color.transparent-dark .block__instruction a,
.bg-color.transparent-dark .component__instruction a {
  color: #fff;
}
.bg-color.transparent-dark .pagelevelprogress__indicator {
  border-color: #fff;
}
.bg-color.transparent-dark .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.bg-color.transparent-dark .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.bg-color.transparent-dark .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.transparent-dark .narrative__progress.is-selected {
  background-color: #fff;
}
@media (min-width: 47.5rem) {
  .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 47.5rem) {
  .hide-on-mobile {
    display: none;
  }
}
/*# sourceMappingURL=adapt.css.map */