/*! 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;
}
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%);
  -webkit-transform: rotateY(translate(-50%, -50%));
  -moz-transform: rotateY(translate(-50%, -50%));
  -ms-transform: rotateY(translate(-50%, -50%));
  -o-transform: rotateY(translate(-50%, -50%));
  transform: rotateY(translate(-50%, -50%));
}
.dir-rtl .btn__marking {
  left: inherit;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: rotateY(translate(50%, -50%));
  -moz-transform: rotateY(translate(50%, -50%));
  -ms-transform: rotateY(translate(50%, -50%));
  -o-transform: rotateY(translate(50%, -50%));
  transform: rotateY(translate(50%, -50%));
}
.btn__marking.is-full-width {
  left: inherit;
  right: 0.5rem;
  transform: translate(0, -50%);
  -webkit-transform: rotateY(translate(0, -50%));
  -moz-transform: rotateY(translate(0, -50%));
  -ms-transform: rotateY(translate(0, -50%));
  -o-transform: rotateY(translate(0, -50%));
  transform: rotateY(translate(0, -50%));
}
.dir-rtl .btn__marking.is-full-width {
  left: 0.5rem;
  right: inherit;
}
.btn__marking.is-correct {
  background-color: #1c8e0d;
  color: #fff;
}
.btn__marking.is-correct .icon:before {
  content: "\e944";
}
.btn__marking.is-incorrect {
  background-color: #c91111;
  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 {
    padding-right: 0.5rem;
    width: 50%;
  }
  .dir-rtl .component.is-left {
    padding-right: inherit;
    padding-left: 0.5rem;
  }
  .component.is-right {
    margin-left: auto;
    padding-left: 0.5rem;
    width: 50%;
  }
  .dir-rtl .component.is-right {
    margin-left: inherit;
    margin-right: auto;
    padding-left: inherit;
    padding-right: 0.5rem;
  }
}
.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__close {
  float: right;
}
.dir-rtl .drawer__close {
  float: left;
}
.drawer__close .icon:before {
  content: "\e945";
}
.drawer__item-btn {
  width: 100%;
}
.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;
  margin-top: 0;
  top: -100%;
  z-index: 100;
  transition: top 0.2s ease-in-out;
}
html:not(.has-accessibility) .nav__skip-btn {
  display: none !important;
}
.nav__skip-btn:focus {
  top: 0;
}
.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__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: hidden;
}
html.adapt-scrolling body,
html.adapt-scrolling #app {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling .nav {
  position: relative;
}
html.adapt-scrolling #app {
  position: relative;
  height: calc(100% - 3.5rem);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.adapt-scrolling #wrapper {
  padding: 0;
}
.shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 90;
}
.accordioncommandwindow {
  overflow-anchor: none;
}
.accordioncommandwindow__item-btn {
  width: 100%;
}
.accordioncommandwindow__item-content {
  display: none;
}
.accordioncommandwindow pre {
  padding: 1em;
  overflow-x: auto;
}
.accordioncommandwindow pre code {
  overflow-x: initial !important;
  white-space: nowrap;
}
.accordioncommandwindow .hljs {
  border-radius: 0.5rem;
}
.accordioncommandwindow .hljs .color-orange {
  color: #fbab18;
}
.accordioncommandwindow__item-btn.is-closed .icon:before {
  content: "\e947";
}
.accordioncommandwindow__item-btn.is-open .icon:before {
  content: "\e946";
}
.accordionWithAnimation {
  overflow-anchor: none;
}
.accordionWithAnimation__item-btn {
  width: 100%;
}
.accordionWithAnimation__item-content {
  display: none;
}
.accordionWithAnimation__item-btn.is-closed .icon:before {
  content: "\e947";
}
.accordionWithAnimation__item-btn.is-open .icon:before {
  content: "\e946";
}
.accordionWithAnimation__item.has-image .accordionWithAnimation__item-body {
  margin-bottom: 1rem;
}
@media (min-width: 47.5rem) {
  .accordionWithAnimation__item.has-image.align-image-left .accordionWithAnimation__item-body,
  .accordionWithAnimation__item.has-image.align-image-right .accordionWithAnimation__item-body {
    margin-bottom: 0;
  }
}
@media (min-width: 47.5rem) {
  .accordionWithAnimation__item.align-image-left .accordionWithAnimation__item-content-inner,
  .accordionWithAnimation__item.align-image-right .accordionWithAnimation__item-content-inner {
    display: flex;
    align-items: flex-start;
  }
  .accordionWithAnimation__item.align-image-left .accordionWithAnimation__item-body,
  .accordionWithAnimation__item.align-image-right .accordionWithAnimation__item-body {
    width: 60%;
  }
  .accordionWithAnimation__item.align-image-left .accordionWithAnimation__item-image-container,
  .accordionWithAnimation__item.align-image-right .accordionWithAnimation__item-image-container {
    width: 40%;
  }
  .accordionWithAnimation__item.align-image-left .accordionWithAnimation__item-content-inner {
    flex-direction: row-reverse;
  }
  .accordionWithAnimation__item.align-image-left .accordionWithAnimation__item-image-container {
    margin-right: 1rem;
  }
  .dir-rtl .accordionWithAnimation__item.align-image-left .accordionWithAnimation__item-image-container {
    margin-right: inherit;
    margin-left: 1rem;
  }
  .accordionWithAnimation__item.align-image-right .accordionWithAnimation__item-content-inner {
    flex-direction: row;
  }
  .accordionWithAnimation__item.align-image-right .accordionWithAnimation__item-image-container {
    margin-left: 1rem;
  }
  .dir-rtl .accordionWithAnimation__item.align-image-right .accordionWithAnimation__item-image-container {
    margin-left: inherit;
    margin-right: 1rem;
  }
}
.accordionWithAnimation .webcomponentmedia__wrapper {
  position: relative !important;
  display: block !important;
}
.accordionWithAnimation .webcomponent {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.anding-activity-container .anding-activity-container-wrapper {
  overflow-x: auto;
}
.anding-activity-container .anding-activity-table {
  width: 100%;
  border: 2px solid #3d692b;
  border-collapse: collapse;
  min-width: 700px;
}
.anding-activity-container .anding-activity-table tr th {
  color: #fff;
  padding: 1rem;
  background-color: #3d692b;
  font-weight: bold;
  border: 2px solid #3d692b;
}
.anding-activity-container .anding-activity-table tr td {
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  padding: 1rem;
  border: 2px solid #3d692b;
}
.anding-activity-container .anding-activity-table tr.bit-value td {
  font-size: 1.2375rem;
}
.anding-activity-container .anding-activity-table input {
  width: 100%;
  padding: 8px;
  border: 1px solid #c1c8d0;
}
.anding-activity-container .btn__container {
  display: flex;
  grid-gap: 1%;
  margin-top: 0.1875rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.anding-activity-container .btn__container button {
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
}
.ascii-translator .table td input {
  width: 100%;
  padding: 8px;
  border: 1px solid #c1c8d0;
}
.ascii-translator .btn__container {
  display: flex;
  margin-top: 0.1875rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.ascii-translator .btn__container button {
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
}
.ascii-translator .btn__container button.reset-answer {
  margin-left: 1%;
}
.binary-to-decimal-container .binary-to-decimal-table-wrapper {
  overflow-x: auto;
}
.binary-to-decimal-container .binary-to-decimal-table {
  width: 100%;
  border: 2px solid #3d692b;
  border-collapse: collapse;
  min-width: 700px;
}
.binary-to-decimal-container .binary-to-decimal-table tr th {
  color: #fff;
  padding: 1rem;
  background-color: #3d692b;
  font-weight: bold;
  border: 2px solid #3d692b;
}
.binary-to-decimal-container .binary-to-decimal-table tr td {
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  padding: 1rem;
  border: 2px solid #3d692b;
}
.binary-to-decimal-container .binary-to-decimal-table tr.bit-value td {
  font-size: 1.2375rem;
}
.binary-to-decimal-container .binary-to-decimal-table input {
  width: 100%;
  padding: 8px;
  border: 1px solid #c1c8d0;
}
.binary-to-decimal-container .btn__container {
  display: flex;
  grid-gap: 1%;
  margin-top: 0.1875rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.binary-to-decimal-container .btn__container button {
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
}
.blinds-inner * {
  box-sizing: border-box;
}
.blinds-inner .blinds-widget {
  margin: 0 -4px;
}
.blinds-inner .blinds-container {
  overflow: hidden;
}
.blinds-inner .blinds-items {
  overflow: hidden;
  white-space: nowrap;
}
.blinds-inner .blinds-item {
  position: relative;
  height: 500px;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
.blinds-inner .blinds-item .blinds-item-inner {
  height: 100%;
  padding: 10px;
  margin: 0 4px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.blinds-inner .blinds-item .blinds-captions {
  position: relative;
}
.blinds-inner .blinds-item .blinds-caption {
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 8px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  white-space: normal;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
html.size-large .blinds-inner .blinds-item {
  display: inline-block;
}
html.size-medium .blinds-inner .blinds-item,
html.size-small .blinds-inner .blinds-item {
  width: auto !important;
  margin-bottom: 10px;
}
.brightcove-component.component-left .brightcove-video-holder,
.brightcove-component.component-right .brightcove-video-holder {
  height: 280px;
  width: 100%;
}
@media (max-width: 47.5rem) {
  .brightcove-component.component-left .brightcove-video-holder,
  .brightcove-component.component-right .brightcove-video-holder {
    height: 380px;
  }
}
@media (max-width: 32.5rem) {
  .brightcove-component.component-left .brightcove-video-holder,
  .brightcove-component.component-right .brightcove-video-holder {
    height: 260px;
  }
}
.brightcove-component.component-full .brightcove-video-holder {
  height: 484px;
  width: 100%;
}
@media (max-width: 47.5rem) {
  .brightcove-component.component-full .brightcove-video-holder {
    height: 380px;
  }
}
@media (max-width: 32.5rem) {
  .brightcove-component.component-full .brightcove-video-holder {
    height: 260px;
  }
}
.brightcove-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.brightcove-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.brightcove-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.brightcove-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.brightcove-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,
.brightcove-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: hidden;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.brightcove-component .brightcove-video-holder:not(.audio-player) .video-js .vjs-progress-holder {
  transition: none;
}
.brightcove-component .audio-player .vjs-fullscreen-control {
  display: none !important;
}
.brightcove-component .audio-player.minimal-audio-only {
  height: 40px !important;
}
.brightcove-component .audio-player.minimal-audio-only .vjs-big-play-button {
  display: none !important;
}
.brightcove-component .audio-player.minimal-audio-only .vjs-audio-button {
  display: none;
}
.brightcove-component .audio-player.minimal-audio-only .vjs-poster {
  background: none !important;
}
.brightcove-component .audio-player.minimal-audio-only .vjs-tech {
  opacity: 0 !important;
}
.brightcove-component .video-js {
  height: 100%;
  width: 100%;
}
.brightcove-component .vjs-big-play-button {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 32.5rem) {
  .brightcove-component .vjs-volume-menu-button {
    display: none !important;
  }
}
@media (max-width: 340px) {
  .brightcove-component .vjs-captions-button {
    display: none !important;
  }
}
.brightcove-component .media-inline-transcript-body-container {
  width: 100%;
  display: none;
  margin-top: 15px;
}
.brightcove-component .media-inline-transcript-body {
  padding: 1rem;
  background: transparent;
}
.brightcove-component .media-transcript-button-container {
  margin-top: 5px;
  min-height: 50px;
}
.brightcove-component .media-external-transcript-button,
.brightcove-component .media-inline-transcript-button {
  width: 100%;
  float: left;
  display: block;
}
.brightcove-component .media-external-transcript-button.half-width,
.brightcove-component .media-inline-transcript-button.half-width {
  width: 49%;
}
.brightcove-component .media-external-transcript-button.half-width {
  float: right;
}
.brightcovethumbnails-component.component-left .brightcove-video-holder,
.brightcovethumbnails-component.component-right .brightcove-video-holder {
  height: 280px;
  width: 100%;
}
@media (max-width: 47.5rem) {
  .brightcovethumbnails-component.component-left .brightcove-video-holder,
  .brightcovethumbnails-component.component-right .brightcove-video-holder {
    height: 380px;
  }
}
@media (max-width: 32.5rem) {
  .brightcovethumbnails-component.component-left .brightcove-video-holder,
  .brightcovethumbnails-component.component-right .brightcove-video-holder {
    height: 260px;
  }
}
.brightcovethumbnails-component.component-full .brightcove-video-holder {
  height: 484px;
  width: 100%;
}
@media (max-width: 47.5rem) {
  .brightcovethumbnails-component.component-full .brightcove-video-holder {
    height: 380px;
  }
}
@media (max-width: 32.5rem) {
  .brightcovethumbnails-component.component-full .brightcove-video-holder {
    height: 260px;
  }
}
.brightcovethumbnails-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.brightcovethumbnails-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.brightcovethumbnails-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.brightcovethumbnails-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.brightcovethumbnails-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.vjs-has-started.vjs-paused.vjs-ad-playing.vjs-user-inactive .vjs-control-bar,
.brightcovethumbnails-component .brightcove-video-holder:not(.audio-player) .bc-player-default_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: hidden;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.brightcovethumbnails-component .brightcove-video-holder:not(.audio-player) .video-js .vjs-progress-holder {
  transition: none;
}
.brightcovethumbnails-component .audio-player .vjs-fullscreen-control {
  display: none !important;
}
.brightcovethumbnails-component .audio-player.minimal-audio-only {
  height: 40px !important;
}
.brightcovethumbnails-component .audio-player.minimal-audio-only .vjs-big-play-button {
  display: none !important;
}
.brightcovethumbnails-component .audio-player.minimal-audio-only .vjs-audio-button {
  display: none;
}
.brightcovethumbnails-component .audio-player.minimal-audio-only .vjs-poster {
  background: none !important;
}
.brightcovethumbnails-component .audio-player.minimal-audio-only .vjs-tech {
  opacity: 0 !important;
}
.brightcovethumbnails-component .video-js {
  height: 100%;
  width: 100%;
}
.brightcovethumbnails-component .vjs-big-play-button {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 32.5rem) {
  .brightcovethumbnails-component .vjs-volume-menu-button {
    display: none !important;
  }
}
@media (max-width: 340px) {
  .brightcovethumbnails-component .vjs-captions-button {
    display: none !important;
  }
}
.brightcovethumbnails-component .media-inline-transcript-body-container {
  width: 100%;
  display: none;
  margin-top: 15px;
}
.brightcovethumbnails-component .media-inline-transcript-body {
  padding: 1rem;
  background: transparent;
}
.brightcovethumbnails-component .media-transcript-button-container {
  margin-top: 5px;
  min-height: 50px;
}
.brightcovethumbnails-component .media-external-transcript-button,
.brightcovethumbnails-component .media-inline-transcript-button {
  width: 100%;
  float: left;
  display: block;
}
.brightcovethumbnails-component .media-external-transcript-button.half-width,
.brightcovethumbnails-component .media-inline-transcript-button.half-width {
  width: 49%;
}
.brightcovethumbnails-component .media-external-transcript-button.half-width {
  float: right;
}
.brightcovethumbnails .video-thumbnails-container {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.brightcovethumbnails .thumbnail-strapline {
  width: 96%;
  display: flex;
}
.brightcovethumbnails .thumbnail-strapline .video-thumbnail {
  width: 180px;
  min-width: inherit;
  margin: 4px;
  cursor: pointer;
  opacity: 0.2;
}
@media (max-width: 47.5rem) {
  .brightcovethumbnails .thumbnail-strapline .video-thumbnail {
    width: 120px;
  }
}
.brightcovethumbnails .thumbnail-strapline .video-thumbnail.active {
  opacity: 1;
}
.brightcovethumbnails .video-thumbnails__controls .icon:before {
  font-size: 18px;
}
.brightcovethumbnails .video-thumbnails__controls-left {
  left: 0;
  width: 2%;
  height: 100% !important;
  position: absolute;
  z-index: 100;
  padding: 0.2rem;
}
.dir-rtl .brightcovethumbnails .video-thumbnails__controls-left {
  left: inherit;
  right: 0;
}
.brightcovethumbnails .video-thumbnails__controls-left .icon:before {
  content: "\e960";
}
.dir-rtl .brightcovethumbnails .video-thumbnails__controls-left .icon:before {
  content: "\e961";
}
.brightcovethumbnails .video-thumbnails__controls-right {
  right: 0;
  width: 2%;
  height: 100% !important;
  position: absolute;
  z-index: 100;
  padding: 0.2rem;
}
.dir-rtl .brightcovethumbnails .video-thumbnails__controls-right {
  right: inherit;
  left: 0;
}
.brightcovethumbnails .video-thumbnails__controls-right .icon:before {
  content: "\e961";
}
.dir-rtl .brightcovethumbnails .video-thumbnails__controls-right .icon:before {
  content: "\e960";
}
.codewindow pre {
  position: relative;
  padding: 1em 0 1em 3em;
  padding-left: 3.8em;
  overflow-x: auto;
}
.codewindow pre code {
  position: relative;
  white-space: initial;
}
.codewindow pre.python {
  position: relative;
  color: #b7bec9;
  background: #262729;
  white-space: initial;
  border-radius: 0.3em;
}
.codewindow pre.python.line-numbers .code-number {
  position: absolute;
  top: 1em;
  left: 0em;
  width: 3em;
  pointer-events: none;
  user-select: none;
  text-align: right;
  padding-right: 1rem;
  border-right: 1px solid #999;
  color: #999;
  white-space: initial;
}
.codewindow pre.python.line-numbers .code-number div {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
}
.codewindow pre.python .code-wrapper {
  padding-left: 1rem;
  white-space: initial;
}
.codewindow pre.python .command {
  position: relative;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
}
.codewindow pre.python .command.hljs {
  background-color: transparent;
}
.codewindow pre.python .command.highlight-line {
  background: linear-gradient(to right, hsla(24, 20%, 50%, 0.1) 70%, hsla(24, 20%, 50%, 0));
}
.codewindow pre.python .hljs-built_in {
  color: #66d9ef !important;
}
.codewindow pre.python .hljs-number,
.codewindow pre.python .hljs-literal {
  color: #ae81ff !important;
}
.codewindow pre.python .hljs-string {
  color: #a6e22e !important;
}
.codewindow pre.python .button-copy {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  background-color: transparent;
  color: white;
}
.codewindow pre.python .button-copy svg {
  width: 16px;
}
.codewindow pre.python.normal-syntax {
  padding-left: 1em;
  background-color: #e1e1e1;
}
.codewindow pre.python.normal-syntax .code-number {
  display: none;
}
.codewindow pre.python.normal-syntax .hljs {
  color: #333 !important;
}
.codewindow pre.python.normal-syntax .hljs span {
  color: #333 !important;
}
.codewindow pre.python.output {
  background-color: #e1e1e1;
  padding-top: 2.2rem;
}
.codewindow pre.python.output .hljs {
  background-color: transparent;
}
.codewindow pre.python.output .command,
.codewindow pre.python.output span {
  color: #333 !important;
}
.codewindow pre.python.output .label-output {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #9096A0;
  font-size: 1rem;
}
.codewindow .hljs {
  border-radius: 0.5rem;
}
.codewindow .hljs .color-orange {
  color: #fbab18;
}
.codewindow .hljs .color-green {
  color: #6ebe4a;
}
.codewindow .hljs .color-purple {
  color: #b45bcf;
}
.commandwindow pre {
  padding: 1em;
  overflow-x: auto;
}
.commandwindow pre code {
  overflow-x: initial !important;
  white-space: nowrap;
}
.hljs {
  border-radius: 0.5rem;
}
.hljs .color-orange {
  color: #fbab18;
}
.hljs .color-green {
  color: #6ebe4a;
}
.hljs .color-purple {
  color: #b45bcf;
}
.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-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;
  }
}
/*
Progress meter
*/
.progress {
  position: relative;
  margin: 4px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.progress .barOverflow {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 120px;
  margin: auto;
  margin-bottom: -20px;
}
.progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 10px solid #eee;
  border-bottom-color: #0bf;
  border-right-color: #0bf;
}
.smv-score {
  width: 100%;
}
.smv-score .SMV-scoring-container {
  width: 100%;
}
.smv-score .SMV-scoring-container .default-smv-score {
  width: 100%;
}
.smv-score .SMV-scoring-container .default-smv-score .learning-objectives-instruction {
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  background: #0d274d;
  color: #fff;
}
.smv-score .SMV-scoring-container .default-smv-score table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}
.smv-score .SMV-scoring-container .default-smv-score table td,
.smv-score .SMV-scoring-container .default-smv-score table th {
  border: 1px solid #dee2e6;
  text-align: left;
  padding: 8px;
}
.smv-score .SMV-scoring-container .default-smv-score table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.clickAndLearn-component .clickAndLearn-widget .clickAndLearn-navContainer {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clickAndLearn-component .clickAndLearn-widget .clickAndLearn-navContainer .clickAndLearn-indicator {
  background-color: #0d274d;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clickAndLearn-component .clickAndLearn-widget .clickAndLearn-navContainer .clickAndLearn-indicator.clickAndLearn-indicatorActive {
  background-color: #f2f2f2;
}
.clickAndLearn-component .clickAndLearn-widget.clickAndLearn-horizontal .clickAndLearn-navContainer li {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 0px;
}
.clickAndLearn-component .clickAndLearn-widget.clickAndLearn-horizontal .clickAndLearn-tabViewContainer {
  margin-top: 5px;
}
.clickAndLearn-component .clickAndLearn-widget.clickAndLearn-vertical .clickAndLearn-navContainer {
  display: inline-block;
  width: 50%;
  margin-right: 5px;
}
.clickAndLearn-component .clickAndLearn-widget.clickAndLearn-vertical .clickAndLearn-navContainer li {
  margin-bottom: 3px;
  margin-left: 0px;
}
.clickAndLearn-component .clickAndLearn-widget.clickAndLearn-vertical .clickAndLearn-navContainer li img {
  width: 100%;
}
.clickAndLearn-component .clickAndLearn-widget.clickAndLearn-vertical .clickAndLearn-tabViewContainer {
  display: inline-block;
  max-width: 48%;
  height: auto;
  vertical-align: top;
}
.clickAndLearn-component .clickAndLearn-widget.clickAndLearn-vertical .clickAndLearn-tabViewContainer .clickAndLearn-tabItem {
  margin-top: 0;
}
.clickAndLearn-component .clickAndLearn-tabViewContainer .clickAndLearn-tabItem {
  width: auto;
  display: none;
  background-color: #0d274d;
  padding: 1rem;
  color: #0d274d;
}
.clickAndLearn-component .clickAndLearn-tabViewContainer .clickAndLearn-tabItem:after {
  margin-left: 0.5rem;
}
.clickAndLearn-component .clickAndLearn-tabViewContainer .clickAndLearn-tabView-title {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}
.clickAndLearn-component .clickAndLearn-tabViewContainer .clickAndLearn-tabView-body {
  display: block;
  margin-top: 5px;
  font-size: 1.2375rem;
}
.clickAndLearn-component .clickAndLearn-popup {
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: #fff;
  color: #f2f2f2;
  border: 0px;
}
.clickAndLearn-component .clickAndLearn-popup .clickAndLearn-popup-inner {
  padding: 1rem;
}
.clickAndLearn-component .clickAndLearn-popup .clickAndLearn-popup-inner .clickAndLearn-popup-toolbar-title {
  width: 80%;
  margin-bottom: 10px;
  float: left;
}
.clickAndLearn-component .clickAndLearn-popup .clickAndLearn-popup-inner .clickAndLearn-popup-body {
  overflow-y: auto;
}
.clickAndLearn-component .clickAndLearn-popup .clickAndLearn-popup-inner .clickAndLearn-popup-close {
  display: inline-block;
  float: right;
  color: #0175a2;
}
.clickAndLearn-component .clickAndLearn-popup .clickAndLearn-popup-inner .clickAndLearn-popup-close .icon {
  color: #f2f2f2;
}
.no-touch .clickAndLearn-navContainer .clickAndLearn-indicator:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.no-touch .clickAndLearn-popup-close .icon:hover {
  color: #ffffff;
}
@media (max-width: 774px) {
  .clickAndLearn-component .clickAndLearn-widget.clickAndLearn-vertical .clickAndLearn-navContainer {
    width: 100%;
  }
}
.confidenceslider__fill-linked {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #00ff00;
  position: absolute;
  height: 100%;
  background-color: yellow;
}
.flipcard__item {
  position: relative;
  float: left;
  width: 50%;
  height: 320px;
  color: #fff;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
}
html.size-medium .flipcard__item,
html.size-small .flipcard__item {
  width: 100%;
}
.flipcard__item-face {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  float: none;
  overflow: hidden;
  width: 98%;
  height: 98%;
  margin: 1%;
  cursor: pointer;
  border: 1px solid #0d274d;
  background: #0d274d;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipcard__item-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipcard__item-front .flipcard__item-frontImage {
  width: 100%;
  height: auto;
}
.flipcard__item-back {
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flipcard__item.flipcard-flip .flipcard__item-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flipcard__item.flipcard-flip .flipcard__item-back {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.gmcq__widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gmcq__item {
  position: relative;
  width: 50%;
}
.gmcq__item-input {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, 50%);
  -webkit-transform: rotateY(translate(-50%, 50%));
  -moz-transform: rotateY(translate(-50%, 50%));
  -ms-transform: rotateY(translate(-50%, 50%));
  -o-transform: rotateY(translate(-50%, 50%));
  transform: rotateY(translate(-50%, 50%));
}
.gmcq__item-label {
  display: block;
  z-index: 1;
}
.gmcq__item-label:not(.is-disabled) {
  cursor: pointer;
}
.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";
}
.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;
}
.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.has-pin-image {
  padding: 0;
}
.hotgraphic__tile-item-container {
  display: flex;
  flex-wrap: wrap;
}
.hotgraphic__tile-item {
  width: 50%;
  line-height: 0;
}
.hotgraphic__tile {
  width: 100%;
}
.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__controls.is-disabled {
  visibility: hidden;
}
.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.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 {
  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__select-icon {
  display: none;
}
.matching__select-correct-icon .icon:before {
  content: "\e944";
}
.matching__select-incorrect-icon .icon:before {
  content: "\e945";
}
.matching__widget.show-user-answer .is-correct .matching__select-correct-icon,
.matching__widget.show-user-answer .is-incorrect .matching__select-incorrect-icon {
  display: block;
}
.matching__widget.show-correct-answer .is-correct .matching__select-correct-icon,
.matching__widget.show-correct-answer .is-incorrect .matching__select-correct-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%);
  -webkit-transform: rotateY(translate(-50%, -50%));
  -moz-transform: rotateY(translate(-50%, -50%));
  -ms-transform: rotateY(translate(-50%, -50%));
  -o-transform: rotateY(translate(-50%, -50%));
  transform: rotateY(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-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";
}
.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;
}
.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__content {
  display: none;
}
@media (min-width: 47.5rem) {
  .narrative__content {
    display: block;
    float: right;
    margin-left: 2%;
    width: 38%;
  }
  .dir-rtl .narrative__content {
    float: left;
  }
  .dir-rtl .narrative__content {
    margin-left: inherit;
    margin-right: 2%;
  }
}
.narrative__strapline {
  position: relative;
}
@media (min-width: 47.5rem) {
  .narrative__strapline {
    display: none;
  }
}
.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 {
  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__controls-container {
  position: relative;
}
.narrative__controls {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: rotateY(translateY(-50%));
  -moz-transform: rotateY(translateY(-50%));
  -ms-transform: rotateY(translateY(-50%));
  -o-transform: rotateY(translateY(-50%));
  transform: rotateY(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: #000;
}
.narrative__progress.is-selected {
  background-color: #1a1a1a;
}
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;
  }
}
.objectMatching-widget.submitted .no-touch .objectMatching-category-item,
.objectMatching-widget.submitted .no-touch .objectMatching-option-item {
  cursor: default;
}
.objectMatching-widget.show-user-answer .objectMatching-select-icon {
  display: none;
}
.objectMatching-widget.show-user-answer .incorrect .objectMatching-incorrect-icon {
  display: block;
}
.objectMatching-widget.show-user-answer .correct .objectMatching-correct-icon {
  display: block;
}
.objectMatching-widget.show-correct-answer .objectMatching-select-icon {
  display: none;
}
.objectMatching-widget.show-correct-answer .objectMatching-correct-icon {
  display: block;
}
.objectMatching-widget.disabled .objectMatching-category-item,
.objectMatching-widget.disabled .objectMatching-option-item {
  cursor: default;
}
.objectMatching-widget.disabled .objectMatching-category-item-border {
  border-color: transparent;
}
.objectMatching-widget.disabled .objectMatching-select-state {
  display: block;
}
.objectmatching .objectMatching-inner {
  width: auto;
}
.objectmatching .objectMatching-widget {
  display: inline-block;
  width: 100%;
}
.objectmatching .objectMatching-categories-container,
.objectmatching .objectMatching-options-container {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 8px;
  border-color: transparent;
}
.objectmatching .objectMatching-category-title,
.objectmatching .objectMatching-option-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  display: none;
}
.objectmatching .objectMatching-category-item-container,
.objectmatching .objectMatching-option-item-container {
  position: relative;
  display: block;
  margin: 5px 0;
  border-width: 4px;
  border-style: dotted;
  border-color: transparent;
}
.objectmatching .objectMatching-category-item-container .objectMatching__item-state .objectMatching__item-icon .icon,
.objectmatching .objectMatching-option-item-container .objectMatching__item-state .objectMatching__item-icon .icon {
  display: none;
}
.objectmatching .objectMatching-category-item-container .objectMatching__item-state .objectMatching__item-icon .icon:before,
.objectmatching .objectMatching-option-item-container .objectMatching__item-state .objectMatching__item-icon .icon:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 2.3rem;
  z-index: 2;
}
.objectmatching .objectMatching-category-item-container .objectMatching__item-state .objectMatching__item-icon.objectMatching__item-correct-icon .icon:before,
.objectmatching .objectMatching-option-item-container .objectMatching__item-state .objectMatching__item-icon.objectMatching__item-correct-icon .icon:before {
  content: "\e944";
  color: #1c8e0d;
}
.objectmatching .objectMatching-category-item-container .objectMatching__item-state .objectMatching__item-icon.objectMatching__item-incorrect-icon .icon:before,
.objectmatching .objectMatching-option-item-container .objectMatching__item-state .objectMatching__item-icon.objectMatching__item-incorrect-icon .icon:before {
  content: "\e945";
  color: #c91111;
}
.objectmatching .objectMatching-category-item-container.correct .objectMatching__item-correct-icon .icon,
.objectmatching .objectMatching-option-item-container.correct .objectMatching__item-correct-icon .icon {
  display: block;
}
.objectmatching .objectMatching-category-item-container.incorrect .objectMatching__item-incorrect-icon .icon,
.objectmatching .objectMatching-option-item-container.incorrect .objectMatching__item-incorrect-icon .icon {
  display: block;
}
.objectmatching .objectMatching-category-item-border {
  border-color: #1e90ff;
}
.objectmatching .objectMatching-category-item,
.objectmatching .objectMatching-option-item {
  width: 98%;
  margin: 1%;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #000;
}
.objectmatching .objectMatching-option-item {
  padding-left: 50px;
}
.objectmatching .objectMatching-select-icon {
  color: black;
}
.objectmatching .objectMatching-correct-icon {
  display: none;
  color: green;
}
.objectmatching .objectMatching-incorrect-icon {
  display: none;
  color: red;
}
.objectmatching .objectMatching-select-state {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 10px;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  background: none;
}
@media (max-width: 760px) {
  .objectmatching .objectMatching-categories-container,
  .objectmatching .objectMatching-options-container {
    width: 100%;
  }
}
.opentextinput__count-characters {
  background: #0d274d;
  color: #fff;
  position: relative;
}
.opentextinput__count-characters .opentextinput__count-amount {
  font-weight: bold;
}
.opentextinput__count-characters .opentextinput__autosave {
  position: absolute;
  right: 0;
}
.opentextinput__item-textbox {
  display: block;
  resize: none;
  min-height: 8.75rem;
  width: 100%;
}
.opentextinput__hide-modelanswer {
  display: none;
  position: absolute;
}
.opentextinput__show-modelanswer {
  display: block;
  position: relative;
}
.reveal.component .reveal__widget {
  position: relative;
}
.reveal.component .reveal__widget-icon {
  position: absolute;
  top: 50%;
  width: 100%;
}
.reveal.component .reveal__widget-icon.icon-controls-up {
  top: 25%;
}
.reveal.component .reveal__widget-icon.icon-controls-down {
  top: 25%;
}
.reveal.component .reveal__widget-item {
  position: relative;
}
@supports (-webkit-overflow-scrolling: touch) {
  .reveal.component .reveal__widget-item {
    transform: translateZ(0);
  }
}
.reveal.component .reveal__widget-item.reveal__left {
  float: left;
  width: 50%;
}
.reveal.component .reveal__widget-item.reveal__right {
  float: right;
  width: 50%;
}
.reveal.component .reveal__image {
  display: block;
}
.reveal.component .reveal__image.reveal__right {
  float: right;
}
.reveal.component .reveal__image.reveal__left {
  float: left;
}
.reveal.component .reveal__widget {
  overflow: hidden;
}
.reveal.component .reveal__widget-slider {
  margin-left: 0;
}
.reveal__widget-control {
  background-color: rgba(2, 6, 12, 0.7);
  height: 100%;
  position: absolute;
  width: 3.125rem;
  z-index: 5;
}
.reveal__widget-control.reveal__left {
  left: 0;
  top: 0;
}
.reveal__widget-control.reveal__right {
  right: 0;
  top: 0;
}
.reveal__widget-control.reveal__top {
  height: 3.125rem;
  width: 100%;
  top: 0;
}
.reveal__widget-control.reveal__bottom {
  height: 3.125rem;
  width: 100%;
  top: auto;
  bottom: 0;
}
.reveal__widget-control:hover {
  background-color: rgba(2, 6, 12, 0.9);
  cursor: pointer;
}
div.reveal__widget-item-text {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100% !important;
  z-index: 1;
}
div.reveal__widget-item-text.reveal__left {
  left: 0;
  top: 0;
}
div.reveal__widget-item-text.reveal__right {
  right: 0;
  top: 0;
}
div.reveal__widget-item-text-body {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
div.reveal__widget-item-text-body:not(.is-truncated) .reveal__popup-open {
  display: none;
}
div.reveal__widget-item-text-body.reveal__left {
  padding: 2.5rem 2.5rem 3.75rem 5.625rem;
}
@media only screen and (min-width: 32.5rem) {
  div.reveal__widget-item-text-body.reveal__left {
    padding-right: 3.28125rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  div.reveal__widget-item-text-body.reveal__left {
    padding-right: 3.75rem;
  }
}
div.reveal__widget-item-text-body.reveal__right {
  padding: 2.5rem 5.625rem 3.75rem 2.34rem;
}
@media only screen and (min-width: 32.5rem) {
  div.reveal__widget-item-text-body.reveal__right {
    padding-left: 3.28125rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  div.reveal__widget-item-text-body.reveal__right {
    padding-left: 3.75rem;
  }
}
div.reveal__widget-item-text-body.reveal__top,
div.reveal__widget-item-text-body.reveal__bottom {
  padding: 2.5rem 2.34rem 3.75rem 2.34rem;
}
div.reveal__widget-item-text-body.reveal__top {
  bottom: 0;
  padding-top: 5.625rem !important;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 32.5rem) {
  div.reveal__widget-item-text-body.reveal__top {
    padding: 5.625rem 3.28rem 3.75rem 3.28125rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  div.reveal__widget-item-text-body.reveal__top {
    padding: 5.625rem 3.75rem 3.75rem 3.75rem;
  }
}
div.reveal__widget-item-text-body.reveal__bottom {
  bottom: auto;
  padding-bottom: 5.625rem !important;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 32.5rem) {
  div.reveal__widget-item-text-body.reveal__bottom {
    padding: 2.5rem 3.28rem 3.75rem 3.28rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  div.reveal__widget-item-text-body.reveal__bottom {
    padding: 5.625rem 3.75rem 3.75rem 3.75rem;
  }
}
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
}
.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}
.rangeslider__rtl {
  direction: rtl;
}
.rangeslider__ttb {
  top: 0;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.slider__label-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.slider__number-container {
  position: relative;
  min-height: 1rem;
  margin: 0 1rem;
}
.dir-rtl .slider__number-container {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(rotateY(180deg));
  -moz-transform: rotateY(rotateY(180deg));
  -ms-transform: rotateY(rotateY(180deg));
  -o-transform: rotateY(rotateY(180deg));
  transform: rotateY(rotateY(180deg));
}
.slider__number,
.slider__number-selection,
.slider__number-model-answer {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: rotateY(translateX(-50%));
  -moz-transform: rotateY(translateX(-50%));
  -ms-transform: rotateY(translateX(-50%));
  -o-transform: rotateY(translateX(-50%));
  transform: rotateY(translateX(-50%));
}
.dir-rtl .slider__number,
.dir-rtl .slider__number-selection,
.dir-rtl .slider__number-model-answer {
  transform: translateX(-50%) rotateY(180deg);
  -webkit-transform: rotateY(translateX(-50%) rotateY(180deg));
  -moz-transform: rotateY(translateX(-50%) rotateY(180deg));
  -ms-transform: rotateY(translateX(-50%) rotateY(180deg));
  -o-transform: rotateY(translateX(-50%) rotateY(180deg));
  transform: rotateY(translateX(-50%) rotateY(180deg));
}
.slider__scale-container {
  position: relative;
  height: 1px;
  width: calc(100% - 2rem);
  margin: 0.5rem 1rem 1.5rem;
  background-color: blue;
}
.slider__scale-notch {
  position: absolute;
  top: -5px;
  height: 10px;
  width: 1px;
  transform: translateX(-50%);
  -webkit-transform: rotateY(translateX(-50%));
  -moz-transform: rotateY(translateX(-50%));
  -ms-transform: rotateY(translateX(-50%));
  -o-transform: rotateY(translateX(-50%));
  transform: rotateY(translateX(-50%));
  background-color: red;
}
.slider__scale-notch-start {
  left: 0;
}
.slider__scale-notch-end {
  left: 100%;
}
.slider__item {
  position: relative;
}
.slider__widget.show-user-answer.is-correct .slider__number-selection {
  background-color: #1c8e0d;
  color: #fff;
}
.slider__widget.show-user-answer.is-correct .rangeslider__fill {
  background-color: #1c8e0d;
}
.slider__widget.show-user-answer.is-incorrect .slider__number-selection {
  background-color: #c91111;
  color: #fff;
}
.slider__widget.show-user-answer.is-incorrect .rangeslider__fill {
  background-color: #c91111;
}
.slider__widget.show-correct-answer .slider__number-selection {
  display: none !important;
}
.slider__widget.show-correct-answer.is-correct .slider__number-model-answer,
.slider__widget.show-correct-answer.is-incorrect .slider__number-model-answer {
  background-color: #1c8e0d;
  color: #fff;
}
.slider__widget.show-correct-answer.is-correct .rangeslider__fill,
.slider__widget.show-correct-answer.is-incorrect .rangeslider__fill {
  background-color: #1c8e0d;
}
.rangeslider--horizontal {
  height: 0.375rem;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -0.875rem;
}
.rangeslider__handle {
  height: 2rem;
  width: 2rem;
}
.rangeslider__handle:after {
  height: 1rem;
  width: 1rem;
}
.slider__widget.is-disabled .rangeslider__handle {
  cursor: default;
}
.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;
  /*
     * Hide 'X' icon for IE11 and Edge 12+
     * Issue:https://github.com/adaptlearning/adapt_framework/issues/1913
     */
}
.textinput__item-textbox::-ms-clear {
  display: none;
}
.textinput__item-icon {
  display: none;
}
.textinput__item-correct-icon .icon:before {
  content: "\e944";
}
.textinput__item-incorrect-icon .icon:before {
  content: "\e945";
}
.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;
}
.decimal-to-binary-container .decimal-to-binary-table-table-wrapper {
  overflow-x: auto;
}
.decimal-to-binary-container .decimal-to-binary-table {
  width: 100%;
  border: 2px solid #3d692b;
  border-collapse: collapse;
  min-width: 700px;
}
.decimal-to-binary-container .decimal-to-binary-table tr th {
  color: #fff;
  padding: 1rem;
  background-color: #3d692b;
  font-weight: bold;
  border: 2px solid #3d692b;
}
.decimal-to-binary-container .decimal-to-binary-table tr td {
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  padding: 1rem;
  border: 2px solid #3d692b;
}
.decimal-to-binary-container .decimal-to-binary-table tr.bit-value td {
  font-size: 1.2375rem;
}
.decimal-to-binary-container .decimal-to-binary-table input {
  width: 100%;
  padding: 8px;
  border: 1px solid #c1c8d0;
}
.decimal-to-binary-container .btn__container {
  display: flex;
  grid-gap: 1%;
  margin-top: 0.1875rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.decimal-to-binary-container .btn__container button {
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
}
.dragndropwi-inner {
  position: relative;
}
.dragndropwi-inner .dragndropwi-container {
  display: flex;
  flex-direction: column-reverse;
}
.dragndropwi-inner .dragndropwi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 200ms;
}
.dragndropwi-inner .dragndropwi-widget.dragging .dragndropwi-overlay {
  z-index: 10;
  opacity: 0.5;
}
.dragndropwi-inner .buttons,
.dragndropwi-inner .dragndropwi-item {
  z-index: 11;
}
.dragndropwi-inner .buttons.bounceback {
  display: none !important;
}
.dragndropwi-inner .dragndropwi-questions {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
.dragndropwi-inner .dragndropwi-question {
  position: relative;
  padding: 0px;
  margin-bottom: 2px;
  background: transparent;
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  max-width: 188px;
}
.dragndropwi-inner .dragndropwi-question .dragndropwi-question-text {
  font-size: 400;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  z-index: 10;
  max-width: 188px;
}
.dragndropwi-inner .dragndropwi-question .dragndropwi-item-graphic {
  float: right;
  width: 100px;
  visibility: hidden;
}
.dragndropwi-inner .dragndropwi-question .ui-droppable {
  display: inline-block;
  position: absolute;
  border: 1px solid black;
  vertical-align: middle;
  border-radius: 0px;
  width: 100px!important;
  margin: 0px;
  padding: 15px;
  height: 90px!important;
  top: 0px;
  left: 0px;
  opacity: 1;
}
.dragndropwi-inner .dragndropwi-question .ui-droppable.ui-state-active {
  background-color: #fff;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.dragndropwi-inner .dragndropwi-question .ui-droppable.ui-state-enabled.ui-state-hover {
  background-color: #ffffff;
}
.dragndropwi-inner .dragndropwi-question .ui-droppable.ui-state-disabled {
  border-style: solid;
  z-index: 8;
}
.dragndropwi-inner .dragndropwi-question .nomorespace {
  border-style: solid;
  z-index: 8;
  background-color: #fff;
}
.dragndropwi-inner .dragndropwi-question .nomorespace:before {
  content: "No more space available inside item";
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  color: black;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-weight: bold;
  font-size: 18px;
  max-height: 150px;
  overflow-y: auto;
}
.dragndropwi-inner .dragndropwi-question .dragndropwi-question-state {
  float: right;
  z-index: 10;
}
.dragndropwi-inner .dragndropwi-question .dragndropwi-question-state .icon {
  display: none;
  color: #fff;
}
.dragndropwi-inner .dragndropwi-answers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dragndropwi-inner .dragndropwi-answers .dragndropwi-answer {
  float: left;
  color: transparent;
  text-align: center;
  cursor: move;
  min-height: 140px;
  max-width: 188px;
  font-size: 0.27em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  opacity: 1!important;
}
.dragndropwi-inner .dragndropwi-answers .dragndropwi-answer.ui-draggable-disabled {
  cursor: default;
}
.dragndropwi-inner .dragndropwi-answers .dragndropwi-answer.ui-draggable-dragging {
  z-index: 12;
}
.dragndropwi-inner .dragndropwi-answers .dragndropwi-answer.ui-state-placing {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.dragndropwi-inner .dragndropwi-answers .dragndropwi-answer:after {
  color: #000;
  display: block;
  width: 100%;
  margin-bottom: -20px;
  font-size: 13px;
  max-width: 188px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dragndropwi-inner .dragndropwi-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px;
  margin: 10px 10px 20px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dragndropwi-widget.show-user-answer .dragndropwi-question.correct .icon-tick {
  display: block;
  color: #68bf4b;
}
.dragndropwi-widget.show-user-answer .dragndropwi-question.incorrect .icon-cross {
  display: block;
  color: #da3510;
}
*::-ms-backdrop,
.dragndropwi-item:after {
  position: absolute;
  bottom: 0px;
}
/* IE11 */
.dragndropwi-transition-0 {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.dragndropwi-transition-200 {
  -webkit-transition: top 0.2s, left 0.2s;
  -moz-transition: top 0.2s, left 0.2s;
  -ms-transition: top 0.2s, left 0.2s;
  -o-transition: top 0.2s, left 0.2s;
  transition: top 0.2s, left 0.2s;
}
.dragndropwi-transition-600 {
  -webkit-transition: top 0.6s, left 0.6s;
  -moz-transition: top 0.6s, left 0.6s;
  -ms-transition: top 0.6s, left 0.6s;
  -o-transition: top 0.6s, left 0.6s;
  transition: top 0.6s, left 0.6s;
}
@media all and (max-width: 47.5rem) {
  .dragndropwi-inner .dragndropwi-answers .dragndropwi-answer {
    max-width: 42%;
  }
  .dragndropwi-inner .dragndropwi-question {
    max-width: 42%;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .dragndropwi-inner .dragndropwi-question .dragndropwi-item-graphic {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.dragwords-answer {
  position: absolute;
  display: block;
  border-width: 2px;
  border-style: solid;
  border-color: #3d692b;
  border-radius: 4px;
  padding: 5px;
  cursor: move;
  text-align: center;
  color: #fff;
  background-color: #3d692b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.dragwords-answer.reset-animation {
  transition: all 2s;
}
.dragwords .dragwords-inner {
  width: auto;
}
.dragwords .dragwords-widget {
  display: inline-block;
  width: 100%;
}
.dragwords .dragwords-options-container {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 8px;
  border-color: transparent;
}
.dragwords .dragwords-items-container {
  position: relative;
  float: left;
  margin-bottom: 8px;
  border-color: transparent;
}
.dragwords .dropped {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  background-color: blue !important;
  color: #ffffff;
}
.dragwords .dragwords-item {
  display: block;
  border-width: 2px;
  border-style: dashed;
  border-color: #b7b7b7;
  border-radius: 4px;
  width: 150px;
  margin: 5px;
  height: 60px;
  z-index: 1;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dragwords .dragwords-item .dragwords-state {
  z-index: 90;
}
.dragwords .dragwords-item .dragwords-state .dragwords__item-icon {
  position: absolute;
  top: 0px;
  right: -24px;
}
.dragwords .dragwords-item .dragwords-state .dragwords__item-icon.dragwords__item-correct-icon {
  display: none;
}
.dragwords .dragwords-item .dragwords-state .dragwords__item-icon.dragwords__item-correct-icon .icon {
  color: #1c8e0d;
}
.dragwords .dragwords-item .dragwords-state .dragwords__item-icon.dragwords__item-correct-icon .icon:before {
  content: "\e944";
}
.dragwords .dragwords-item .dragwords-state .dragwords__item-icon.dragwords__item-incorrect-icon {
  display: none;
}
.dragwords .dragwords-item .dragwords-state .dragwords__item-icon.dragwords__item-incorrect-icon .icon {
  color: #c91111;
}
.dragwords .dragwords-item .dragwords-state .dragwords__item-icon.dragwords__item-incorrect-icon .icon:before {
  content: "\e945";
}
.dragwords .dragwords-item.incorrect .dragwords__item-incorrect-icon {
  display: block !important;
}
.dragwords .dragwords-item.correct .dragwords__item-correct-icon {
  display: block !important;
}
.dragwords-widget .drop-area-image {
  position: absolute;
  min-width: auto;
}
.dragwords__item-state .dragwords__item-icon .icon {
  display: none;
}
.dragwords__item-state .dragwords__item-icon .icon:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 2.3rem;
  z-index: 2;
}
.dragwords__item-state .dragwords__item-icon.dragwords__item-correct-icon .icon:before {
  content: "\e944";
  color: #1c8e0d;
}
.dragwords__item-state .dragwords__item-icon.dragwords__item-incorrect-icon .icon:before {
  content: "\e945";
  color: #c91111;
}
.correct .dragwords__item-correct-icon .icon {
  display: block;
}
.incorrect .dragwords__item-incorrect-icon .icon {
  display: block;
}
.dragwords-widget-disabled .dragwords-answer {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #DDDDDD;
  color: #000;
  border-color: #DDDDDD;
}
.matching__widget .matching__item {
  background-color: #0d274d;
}
.matching__widget .matching__item img {
  width: 100px !important;
  min-width: 100px;
}
.matching__widget .matching__item .dropdown .dropdown__btn {
  background-color: #3d692b;
  min-height: 62px;
}
.matching__widget .matching__item .dropdown .dropdown__btn:hover {
  background-color: #3d692b !important;
}
.matching__widget .matching__item .dropdown .dropdown__list .dropdown__item {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  color: #000;
}
.matching__widget .matching__item .dropdown .dropdown__list .dropdown__item:hover {
  background-color: #f2f2f2;
  color: #000;
}
.matching__select-icon {
  display: none;
}
.matching__select-correct-icon .icon:before {
  content: "\e944";
}
.matching__select-incorrect-icon .icon:before {
  content: "\e945";
}
.matching__widget.show-user-answer .is-correct .matching__select-correct-icon,
.matching__widget.show-user-answer .is-incorrect .matching__select-incorrect-icon {
  display: block;
}
.matching__widget.show-correct-answer .is-correct .matching__select-correct-icon,
.matching__widget.show-correct-answer .is-incorrect .matching__select-correct-icon {
  display: block;
}
.dropdown__btn {
  width: 100%;
  outline: 0;
}
.dropdown__btn.is-disabled .dropdown__icon {
  display: none;
}
.dropdown__inner {
  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;
}
.expose-columns {
  margin: 0 -10px;
}
.expose-columns .expose-item-inner {
  margin: 0 10px;
}
.expose-column {
  float: left;
}
.expose-item-inner {
  position: relative;
  perspective: 1000px;
  margin-bottom: 20px;
  cursor: pointer;
}
.expose-item-inner.slide-down,
.expose-item-inner.slide-left,
.expose-item-inner.slide-right,
.expose-item-inner.slide-up {
  overflow: hidden;
}
.expose-item-inner.flip-left .expose-item-cover,
.expose-item-inner.flip-up .expose-item-cover {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.expose-item-inner.shrink .expose-item-cover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.expose-item-inner .expose-item-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  padding: 0;
  text-align: center;
  color: #fff;
}
.expose-item-inner .expose-item-cover .text {
  display: inline-block;
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 24px;
}
.expose-item-inner .expose-item-cover .back,
.expose-item-inner .expose-item-cover .front {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.expose-item-inner .expose-item-cover .front {
  background: #0175a2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.expose-item-inner .expose-item-cover .back {
  background: #01506f;
}
.expose-item-inner .expose-item-cover.fade {
  opacity: 0;
}
.expose-item-inner .expose-item-cover.slide-up {
  top: -100%;
}
.expose-item-inner .expose-item-cover.slide-left {
  left: -100%;
}
.expose-item-inner .expose-item-cover.slide-right {
  left: 100%;
}
.expose-item-inner .expose-item-cover.slide-down {
  top: 100%;
}
.expose-item-inner .expose-item-cover.flip-up {
  -webkit-transform: rotateX(100deg);
  -moz-transform: rotateX(100deg);
  -ms-transform: rotateX(100deg);
  -o-transform: rotateX(100deg);
  transform: rotateX(100deg);
}
.expose-item-inner .expose-item-cover.flip-left {
  -webkit-transform: rotateY(-100deg);
  -moz-transform: rotateY(-100deg);
  -ms-transform: rotateY(-100deg);
  -o-transform: rotateY(-100deg);
  transform: rotateY(-100deg);
}
.expose-item-inner .expose-item-cover.shrink {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.expose-item-button {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  padding: 0;
  background: none !important;
}
.expose-item-content {
  background: #fff;
}
.expose-item-content .expose-item-title {
  padding: 20px;
  background: #0d274d;
  color: #ffffff;
}
.expose-item-content .expose-item-body {
  padding: 20px;
}
.dropdown__btn {
  width: 100%;
  min-width: 200px;
  outline: 0;
}
.dropdown__btn.is-disabled .dropdown__icon {
  display: none;
}
.dropdown__inner {
  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;
}
@media only screen and (max-width: 47.5rem) {
  .fillBlanks__widget {
    padding: 0.78125rem 2.34375rem 0.78125rem;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .fillBlanks__widget {
    padding: 0 3.28125rem 1.09375rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .fillBlanks__widget {
    padding: 0 3.28125rem 1.09375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .fillBlanks__widget {
    padding: 0rem;
  }
}
.fillBlanks__select-icon {
  display: none;
}
.fillBlanks__select-container {
  margin: 10px;
  display: inline-block;
}
.fillBlanks__select-correct-icon .icon:before {
  content: "\e944";
}
.fillBlanks__select-incorrect-icon .icon:before {
  content: "\e945";
}
.fillBlanks__widget.show-user-answer .is-correct .fillBlanks__select-correct-icon,
.fillBlanks__widget.show-user-answer .is-incorrect .fillBlanks__select-incorrect-icon {
  display: block;
}
.fillBlanks__widget.show-correct-answer .is-correct .fillBlanks__select-correct-icon,
.fillBlanks__widget.show-correct-answer .is-incorrect .fillBlanks__select-correct-icon {
  display: block;
}
.flipper-inner {
  /* hide back of pane during swap */
}
.flipper-inner .flipper-container {
  margin: 0 auto 20px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  width: 100%;
  max-width: 100%;
}
.flipper-inner .flipper {
  position: relative;
  height: 100%;
  margin: 10px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.flipper-inner .flipper.animating .flipper-item:not(.state-0) {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.flipper-inner .flipper-item {
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: visible;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  transform: 0deg;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipper-inner .flipper-item .flipper-item-title {
  background: #0d274d;
  color: #fff;
  padding: 20px;
}
.flipper-inner .flipper-item .flipper-item-body {
  background: #fff;
  padding: 20px 20px 50px;
  color: #333;
}
.flipper-inner .flipper-item .flipper-item-img {
  vertical-align: bottom;
}
.flipper-inner .flipper-item .flipper-item-instruction {
  position: absolute;
  margin: 20px;
  bottom: 0;
  right: 0;
  color: #0175a2;
}
.flipper-inner .flipper-item.state-0 {
  transform: -180deg;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flipper-inner .flipper-item.state-1 {
  transform: 0deg;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipper-inner .flipper-item.state-2 {
  transform: 180deg;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.dropdown__btn {
  width: 100%;
  outline: 0;
}
.dropdown__btn.is-disabled .dropdown__icon {
  display: none;
}
.dropdown__inner {
  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;
}
.graphicWithMatching__select-icon {
  display: none;
}
.graphicWithMatching__select-correct-icon .icon:before {
  content: "\e944";
}
.graphicWithMatching__select-incorrect-icon .icon:before {
  content: "\e945";
}
.graphicWithMatching__widget.show-user-answer .is-correct .graphicWithMatching__select-correct-icon,
.graphicWithMatching__widget.show-user-answer .is-incorrect .graphicWithMatching__select-incorrect-icon {
  display: block;
}
.graphicWithMatching__widget.show-correct-answer .is-correct .graphicWithMatching__select-correct-icon,
.graphicWithMatching__widget.show-correct-answer .is-incorrect .graphicWithMatching__select-correct-icon {
  display: block;
}
.graphicwithmatching .graphicWithMatching__item-container {
  max-width: 540px;
  min-width: auto;
  margin: auto;
  position: relative;
}
.graphicwithmatching .component__widget .graphicWithMatching__item {
  position: absolute;
}
@media only screen and (max-width: 47.4375rem) {
  .graphicwithmatching .dropdown__btn {
    min-width: 150px !important;
  }
  .graphicwithmatching .dropdown__btn .dropdown__inner {
    padding: 0.4rem 0.8rem 0.4rem !important;
    padding-right: 2rem !important;
  }
  .graphicwithmatching .dropdown__btn .dropdown__icon {
    right: 0.5rem !important;
  }
}
.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;
}
.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;
}
.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-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: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.hotgrid__item-icon {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: rotateY(translateX(-50%));
  -moz-transform: rotateY(translateX(-50%));
  -ms-transform: rotateY(translateX(-50%));
  -o-transform: rotateY(translateX(-50%));
  transform: rotateY(translateX(-50%));
  border-radius: 50%;
}
.hotgrid__item-btn .hotgrid__item-title,
.hotgrid__item-btn .hotgrid__item-icon {
  background-color: #0d274d;
  color: #fff;
}
.no-touch .hotgrid__item-btn:hover .hotgrid__item-title,
.no-touch .hotgrid__item-btn:not(.is-disabled):not(.is-locked):hover .hotgrid__item-icon {
  background-color: #091c37;
  color: #fff;
  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: #727272;
  color: #fff;
}
.hotgrid__item-btn.is-css .hotgrid__item-image {
  border: 3px solid #0d274d;
}
.no-touch .hotgrid__item-btn.is-css:hover .hotgrid__item-image {
  border-color: #091c37;
  transition: border-color 0.2s ease-in;
}
.hotgrid__item-btn.is-visited.is-css .hotgrid__item-image {
  border-color: #727272;
}
.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;
  }
}
.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.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;
  }
}
@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;
}
.btn-icon.hotgrid-popup__controls,
.btn-icon.hotgrid-popup__close {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #0d274d;
  color: #fff;
  border-radius: 50%;
}
.no-touch .btn-icon.hotgrid-popup__controls:not(.is-disabled):not(.is-locked):hover,
.no-touch .btn-icon.hotgrid-popup__close:not(.is-disabled):not(.is-locked):hover {
  background-color: #061121;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgrid-popup__item-title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 47.5rem) {
  .hotgrid-popup__item-title {
    font-size: 2.75rem;
  }
}
.hotgrid-popup__item-body {
  margin-bottom: 1rem;
}
.hotgrid-popup__item-body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  color: #fff;
}
.no-touch .hotgrid-popup__item-body a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.no-touch .hotgrid-popup__item-body a:hover {
  color: #fff;
  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);
}
.ip-Addresses-configuration-button {
  display: flex;
  justify-content: left;
}
.ip-Addresses-configuration-button .btn__action {
  width: 100% !important;
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
  text-align: center;
  text-decoration: none;
}
.ip-Addresses-configuration-button .btn__action.download-file {
  margin-left: 1%;
}
.popup-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #fff;
}
.popup-container .ip-Addresses-configuration__popup {
  font-size: 0.9rem;
}
.popup-container .ip-Addresses-configuration__popup .ip-Addresses-configuration__popup-header {
  width: 100%;
  height: 66px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  background-color: #0d274d;
}
.popup-container .ip-Addresses-configuration__popup .ip-Addresses-configuration__popup-header .ip-Addresses-configuration__popup-header-title {
  margin-left: 2rem;
  color: #fff;
  flex: 1;
  font-size: 1.6rem;
}
.popup-container .ip-Addresses-configuration__popup .ip-Addresses-configuration__popup-header .close-button {
  margin-right: 2rem;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}
.popup-container .ip-Addresses-configuration__popup .ip-Addresses-configuration__container {
  padding: 2rem;
  position: relative;
  width: 100%;
  height: calc(100vh - 66px);
  overflow-y: auto;
}
.popup-container .ip-Addresses-configuration__popup .AnswerGray {
  color: #0d274d;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: -10px;
  background-color: #f2f2f2;
  padding: 0.2rem;
}
.popup-container .ip-Addresses-configuration__popup .show-answer,
.popup-container .ip-Addresses-configuration__popup .hide-answer {
  padding: 0.5rem 1rem;
  background-color: #3d692b;
  color: #fff;
}
.popup-container .ip-Addresses-configuration__popup .LabTableStyle {
  width: 70%;
  border-collapse: collapse;
  border: none;
}
.popup-container .ip-Addresses-configuration__popup .LabTableStyle thead tr td {
  width: 89.6pt;
  border: solid windowtext 1pt;
  background: #DBE5F1;
  padding: 0.7pt 5.75pt 0.7pt 5.75pt;
}
.popup-container .ip-Addresses-configuration__popup .LabTableStyle tbody tr td {
  width: 89.6pt;
  border: solid windowtext 1pt;
  border-top: none;
  padding: 0.7pt 5.75pt 0.7pt 5.75pt;
}
.popup-container .ip-Addresses-configuration__popup .LabTableStyle.show-AnswerTableStyle thead tr td {
  background: #F2DBDB;
}
.popup-container .ip-Addresses-configuration__popup fieldset {
  width: 50%;
  font-size: 10px;
  font-style: normal;
  color: gray;
}
.popup-container .ip-Addresses-configuration__popup textarea {
  border: none;
  width: 100%;
  font-size: 0.9rem;
}
.popup-container .ip-Addresses-configuration__popup .question-table-col1 {
  width: 374.25pt;
  border: solid windowtext 1pt;
  border-top: none;
  padding: 0in 5.4pt 0in 5.4pt;
}
.popup-container .ip-Addresses-configuration__popup .question-table-col2 {
  width: 107.1pt;
  border-top: none;
  border-left: none;
  border-bottom: solid windowtext 1pt;
  border-right: solid windowtext 1pt;
  padding: 0in 5.4pt 0in 5.4pt;
}
.popup-container .ip-Addresses-configuration__popup .answer-table-col1 {
  width: 374.25pt;
  border: solid windowtext 1pt;
  border-top: none;
  padding: 0.7pt 5.75pt 0.7pt 5.75pt;
}
.popup-container .ip-Addresses-configuration__popup .answer-table-col2 {
  width: 107.1pt;
  border-top: none;
  border-left: none;
  border-bottom: solid windowtext 1pt;
  border-right: solid windowtext 1pt;
  padding: 0.7pt 5.75pt 0.7pt 5.75pt;
}
.popup-container .ip-Addresses-configuration__popup .display-none {
  width: 7in;
  border-collapse: collapse;
  border: none !important;
  display: none !important;
}
.popup-container .ip-Addresses-configuration__popup .global-action-container {
  margin-top: 3rem;
}
.no-scroll {
  overflow: hidden !important;
}
.ip-Addresses-configuration-button {
  display: flex;
  justify-content: left;
}
.ip-Addresses-configuration-button .btn__action {
  width: 100% !important;
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
  text-align: center;
  text-decoration: none;
}
.popup-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #fff;
}
.popup-container .ip-Addresses-configuration__popup {
  font-size: 0.9rem;
}
.popup-container .ip-Addresses-configuration__popup .ip-Addresses-configuration__popup-header {
  width: 100%;
  height: 66px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  background-color: #0d274d;
}
.popup-container .ip-Addresses-configuration__popup .ip-Addresses-configuration__popup-header .ip-Addresses-configuration__popup-header-title {
  margin-left: 2rem;
  color: #fff;
  flex: 1;
  font-size: 1.6rem;
}
.popup-container .ip-Addresses-configuration__popup .ip-Addresses-configuration__popup-header .close-button {
  margin-right: 2rem;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}
.popup-container .ip-Addresses-configuration__popup .ip-Addresses-configuration__container {
  padding: 2rem;
  position: relative;
  width: 100%;
  height: calc(100vh - 66px);
  overflow-y: auto;
}
.popup-container .ip-Addresses-configuration__popup .AnswerGray {
  color: #0d274d;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: -10px;
  background-color: #f2f2f2;
  padding: 0.2rem;
}
.popup-container .ip-Addresses-configuration__popup .show-answer,
.popup-container .ip-Addresses-configuration__popup .hide-answer {
  padding: 0.5rem 1rem;
  background-color: #3d692b;
  color: #fff;
}
.popup-container .ip-Addresses-configuration__popup .LabTableStyle {
  width: 70%;
  border-collapse: collapse;
  border: none;
}
.popup-container .ip-Addresses-configuration__popup .LabTableStyle thead tr td {
  width: 89.6pt;
  border: solid windowtext 1pt;
  background: #DBE5F1;
  padding: 0.7pt 5.75pt 0.7pt 5.75pt;
}
.popup-container .ip-Addresses-configuration__popup .LabTableStyle tbody tr td {
  width: 89.6pt;
  border: solid windowtext 1pt;
  border-top: none;
  padding: 0.7pt 5.75pt 0.7pt 5.75pt;
}
.popup-container .ip-Addresses-configuration__popup .LabTableStyle.show-AnswerTableStyle thead tr td {
  background: #F2DBDB;
}
.popup-container .ip-Addresses-configuration__popup fieldset {
  width: 50%;
  font-size: 10px;
  font-style: normal;
  color: gray;
}
.popup-container .ip-Addresses-configuration__popup textarea {
  border: none;
  width: 100%;
  font-size: 0.9rem;
}
.popup-container .ip-Addresses-configuration__popup .question-table-col1 {
  width: 374.25pt;
  border: solid windowtext 1pt;
  border-top: none;
  padding: 0in 5.4pt 0in 5.4pt;
}
.popup-container .ip-Addresses-configuration__popup .question-table-col2 {
  width: 107.1pt;
  border-top: none;
  border-left: none;
  border-bottom: solid windowtext 1pt;
  border-right: solid windowtext 1pt;
  padding: 0in 5.4pt 0in 5.4pt;
}
.popup-container .ip-Addresses-configuration__popup .answer-table-col1 {
  width: 374.25pt;
  border: solid windowtext 1pt;
  border-top: none;
  padding: 0.7pt 5.75pt 0.7pt 5.75pt;
}
.popup-container .ip-Addresses-configuration__popup .answer-table-col2 {
  width: 107.1pt;
  border-top: none;
  border-left: none;
  border-bottom: solid windowtext 1pt;
  border-right: solid windowtext 1pt;
  padding: 0.7pt 5.75pt 0.7pt 5.75pt;
}
.popup-container .ip-Addresses-configuration__popup .display-none {
  width: 7in;
  border-collapse: collapse;
  border: none !important;
  display: none !important;
}
.popup-container .ip-Addresses-configuration__popup .global-action-container {
  margin-top: 3rem;
}
.no-scroll {
  overflow: hidden !important;
}
.iframe-component .iframe-container {
  overflow: hidden;
}
.iframe-animation-inner iframe {
  border: none;
}
.iframe-component .iframe-container {
  overflow: hidden;
}
.iframegraphics iframe {
  border: none !important;
  overflow: hidden !important;
}
.iframeRangeForce-component .iframe-container {
  overflow: hidden;
}
.iframeRangeForce iframe {
  border: none !important;
  overflow: hidden !important;
}
.iframe-component .iframe-container {
  overflow: hidden;
}
.gmcq__widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gmcq__item {
  position: relative;
  width: 50%;
}
.gmcq__item-input {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, 50%);
  -webkit-transform: rotateY(translate(-50%, 50%));
  -moz-transform: rotateY(translate(-50%, 50%));
  -ms-transform: rotateY(translate(-50%, 50%));
  -o-transform: rotateY(translate(-50%, 50%));
  transform: rotateY(translate(-50%, 50%));
}
.gmcq__item-label {
  display: block;
  z-index: 1;
}
.gmcq__item-label:not(.is-disabled) {
  cursor: pointer;
}
.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";
}
.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;
}
.dropdown__btn {
  width: 100%;
  outline: 0;
}
.dropdown__btn.is-disabled .dropdown__icon {
  display: none;
}
.dropdown__inner {
  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__select-icon {
  display: none;
}
.matching__select-correct-icon .icon:before {
  content: "\e944";
}
.matching__select-incorrect-icon .icon:before {
  content: "\e945";
}
.matching__widget.show-user-answer .is-correct .matching__select-correct-icon,
.matching__widget.show-user-answer .is-incorrect .matching__select-incorrect-icon {
  display: block;
}
.matching__widget.show-correct-answer .is-correct .matching__select-correct-icon,
.matching__widget.show-correct-answer .is-incorrect .matching__select-correct-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%);
  -webkit-transform: rotateY(translate(-50%, -50%));
  -moz-transform: rotateY(translate(-50%, -50%));
  -ms-transform: rotateY(translate(-50%, -50%));
  -o-transform: rotateY(translate(-50%, -50%));
  transform: rotateY(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-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";
}
.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;
}
.ipv6-address-container .table-container {
  overflow-x: auto;
}
.ipv6-address-container .ipv6-address-table {
  width: 100%;
  border: 2px solid #3d692b;
  border-collapse: collapse;
}
.ipv6-address-container .ipv6-address-table tr th {
  color: #fff;
  padding: 1rem;
  background-color: #3d692b;
  font-weight: bold;
  border: 2px solid #325724;
}
.ipv6-address-container .ipv6-address-table tr td {
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  padding: 1rem;
  border: 2px solid #325724;
}
.ipv6-address-container .ipv6-address-table tr.bit-value td {
  font-size: 1.2375rem;
}
.ipv6-address-container .ipv6-address-table input {
  width: 100%;
  padding: 8px;
  border: 1px solid #c1c8d0;
}
.ipv6-address-container .btn__container {
  display: flex;
  grid-gap: 1%;
  margin-top: 0.1875rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.ipv6-address-container .btn__container button {
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
}
.likert {
  /*.likert-bottom-title{
            text-align:left;
        }*/
  /*LaterAddedClasses*/
  /*LaterAddedClasses*/
}
.likert .likert-widget.disabled {
  pointer-events: none;
  user-select: none;
}
.likert table {
  width: 100%;
  box-shadow: none;
}
.likert table thead {
  text-align: left;
}
.likert table thead tr {
  background-color: #b7b3b3;
}
.likert table thead tr th {
  border: 1px solid #fbfbfc !important;
  padding: 0.5rem;
  vertical-align: middle;
  font-weight: 500;
}
.likert table thead tr th.likert-title {
  padding-left: 60px;
  padding-right: 10px;
}
.likert table tbody tr td {
  border: 1px solid #fbfbfc !important;
}
.likert table tbody tr.likert-answer-option .likert-questionRow {
  position: relative;
}
.likert table tbody tr.likert-answer-option .likert-questionRow .likert__item-state .likert__item-icon {
  display: none;
}
.likert table tbody tr.likert-answer-option .likert-questionRow .likert__item-state .likert__item-icon .icon:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 2.3rem;
  z-index: 2;
}
.likert table tbody tr.likert-answer-option .likert-questionRow .likert__item-state .likert__item-icon.likert__item-correct-icon .icon:before {
  content: "\e944";
  color: #1c8e0d;
}
.likert table tbody tr.likert-answer-option .likert-questionRow .likert__item-state .likert__item-icon.likert__item-incorrect-icon .icon:before {
  content: "\e945";
  color: #c91111;
}
.likert table tbody tr.likert-answer-option .likert-questionRow.correct .likert__item-correct-icon {
  display: block;
}
.likert table tbody tr.likert-answer-option .likert-questionRow.incorrect .likert__item-incorrect-icon {
  display: block;
}
.likert table tbody td {
  padding: 10px 0px 10px 5px;
  vertical-align: middle;
}
.likert table tbody td div {
  text-align: left;
}
.likert table tbody:nth-child(even) {
  background-color: #f1f1f2;
  border: 1px solid #d4d3d3;
}
.likert table tbody:nth-child(odd) {
  background-color: #e4e4e6;
  border: 1px solid #d4d3d3;
}
.likert .likert-bottom-title {
  background-color: #0d274d;
  border: 1px solid #4685e0 !important;
  padding: 0.5rem;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
.likert .likert-options {
  padding: 0.5rem;
  text-align: center !important;
  vertical-align: middle;
}
.likert .likert-radio-options {
  text-align: center;
  width: 10%;
  position: relative;
  border: 1px solid #d4d3d3;
}
.likert .likert-radio-options input {
  cursor: pointer;
}
.likert .likert-radio-options div {
  text-align: center !important;
}
@media all and (max-width: 520px) {
  .likert .likert-radio-options {
    width: 50%;
  }
}
.likert .likert-radio-options.disabled {
  user-select: none;
  pointer-events: none;
}
.likert .likert-answer-option .likert-questionRow {
  padding-left: 60px;
  padding-right: 10px;
}
.no-touch .likert-widget:not(.disabled) .likert-item :hover {
  /*color:@item-text-color-hover;
                background-color:@item-color-hover;
                border-color:@item-border-color-hover;*/
}
.no-touch .likert-widget:not(.disabled) .likert-item :hover .likert-item-icon {
  color: #c796b4;
}
.no-touch .likert-widget:not(.disabled) .likert-item .disabled {
  color: #fff;
  background-color: #091c37;
  border-color: #091c37;
}
.no-touch .likert-widget:not(.disabled) .likert-item .disabled:hover {
  color: #fff;
  background-color: #091c37;
  border-color: #091c37;
}
.no-touch .likert-widget:not(.disabled) .likert-item .disabled .likert-item-icon {
  color: red;
}
.notify .notify-popup-body-inner {
  padding: 15px 15px 15px 0;
}
.notify .notify-popup-done {
  margin: 5px 10px !important;
}
.content-links-grid-item .btn__container {
  display: flex;
  margin-top: 0.1875rem;
  margin-bottom: 0.625rem;
  position: relative;
}
@media (max-width: 32.5rem) {
  .content-links-grid-item .btn__container {
    flex-wrap: wrap;
  }
}
.content-links-grid-item .btn__container .btn__action {
  width: calc(50% - 0.5%);
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
  text-align: center;
  text-decoration: none;
}
.content-links-grid-item .btn__container .btn__action.download-file {
  margin-left: 1%;
}
.content-links-grid-item .btn__container .btn__action:last-child {
  margin-right: 0%;
}
@media (max-width: 32.5rem) {
  .content-links-grid-item .btn__container .btn__action {
    width: calc(100%) !important;
  }
  .content-links-grid-item .btn__container .btn__action.download-file {
    margin-left: 0%;
  }
}
.deploy-devices__popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #fff;
}
.deploy-devices__popup .deploy-devices__popup-header {
  width: 100%;
  height: 66px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  background-color: #0d274d;
}
.deploy-devices__popup .deploy-devices__popup-header .deploy-devices__popup-header-title {
  margin-left: 2rem;
  color: #fff;
  flex: 1;
  font-size: 1.6rem;
}
.deploy-devices__popup .deploy-devices__popup-header .close-button {
  margin-right: 2rem;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}
.packet-tracer iframe {
  width: 100%;
  height: calc(100vh - 66px);
  border: 0px;
  padding: 2rem;
  overflow-y: auto;
}
.no-scroll {
  overflow: hidden !important;
}
.quicknav .quicknav-widget {
  font-size: 0;
  text-align: center;
}
.quicknav button {
  line-height: inherit;
  margin: 3px;
  min-height: inherit;
  vertical-align: top;
}
@media all and (max-width: 32.5rem) {
  .quicknav button {
    padding: 20px 5px;
  }
}
.quicknav button .icon {
  color: black;
  display: inline-block;
  vertical-align: top;
}
.quicknav button .icon:before {
  line-height: 1;
}
.quicknav button.selected {
  background-color: blue;
  border-color: transperent;
  color: black;
}
.quicknav button.disabled {
  cursor: not-allowed;
}
.quicknav button .text {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  line-height: 135%;
  min-width: 24px;
}
@media all and (max-width: 32.5rem) {
  .quicknav button .text {
    line-height: 24px;
    min-height: 24px;
    font-size: 12px;
  }
}
.quicknav button.hide-navigation-button {
  display: none;
}
.quicknav-inner {
  padding: 5px!important;
  background-color: #262729 !important;
}
.ie.version-11-0 #wrapper {
  overflow-x: visible;
}
.quicknav .tooltip {
  visibility: hidden;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  text-align: left;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.quicknav .tooltip.show {
  visibility: visible;
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s;
  /* don't forget to set a duration! */
}
.quicknav .tooltip .text {
  background-color: #fff;
  color: black;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: left;
}
.quicknav .tooltip .triangle {
  position: relative;
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 22px;
}
.quicknav .tooltip .triangle:before,
.quicknav .tooltip .triangle:after {
  content: "";
  top: -20px;
  position: absolute;
  display: block;
  width: 0;
  z-index: 10;
}
@media (max-width: 32.5rem) {
  .quicknav .tooltip .triangle:before,
  .quicknav .tooltip .triangle:after {
    top: -16px;
  }
}
.quicknav .tooltip .triangle:before {
  display: none;
  left: -11px;
  border-width: 22px 11px 0 11px;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.quicknav .tooltip .triangle:after {
  left: -10px;
  border-width: 20px 10px 0 10px;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #68bf4b transparent transparent transparent;
}
.rowMatching__row-cell {
  position: relative;
  width: auto;
  height: 62px;
  display: inline-block;
  margin: 5px 0px;
}
.rowMatching__row-cell.dropdown-open {
  z-index: 10;
}
.rowMatching__row-cell .dropdown__icon {
  right: 0.2rem;
  color: #fff;
}
.rowMatching__row-cell .rowMatching__item-icon {
  display: none;
}
.rowMatching__row-cell .rowMatching__item-icon .icon:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 2.3rem;
  z-index: 2;
}
.rowMatching__row-cell .rowMatching__item-icon.rowMatching__item-correct-icon .icon:before {
  content: "\e944";
  color: #1c8e0d;
}
.rowMatching__row-cell .rowMatching__item-icon.rowMatching__item-incorrect-icon .icon:before {
  content: "\e945";
  color: #c91111;
}
.rowMatching__row-cell.is-incorrect .rowMatching__item-incorrect-icon {
  display: block;
}
.rowMatching__row-cell.is-correct .rowMatching__item-correct-icon {
  display: block;
}
.vertical-row-matching .rowMatching__row-cell {
  display: block;
}
.vertical-row-matching .rowmatching__instruction {
  text-align: center;
  font-weight: bold;
}
.horizontal-row-matching .rowMatching__container {
  display: flex;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.horizontal-row-matching .rowMatching__container .rowMatching__row-cell {
  min-width: 200px;
  margin: 2px 2px;
}
.row_dropdown {
  height: 100%;
  width: 100%;
  position: absolute;
  vertical-align: middle;
}
.row_dropdown ul {
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.row_dropdown ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 40px;
}
.row_dropdown ul li.list_option {
  height: 50px;
  line-height: 50px;
}
.row_dropdown ul li.list_option .dropdown__icon {
  display: none;
}
.row_dropdown ul li:not(.init) {
  display: none;
  background: #fff;
}
.row_dropdown ul li:not(.init):hover,
.row_dropdown ul li.selected:not(.init) {
  background: #d1d1d1;
}
.row_dropdown li.init {
  cursor: pointer;
  z-index: 0;
  background-color: #0d274d;
  color: #fff;
  padding: 0px 20px;
  padding-left: 60px;
}
.tableMatching_button_container .btn__action {
  padding: 1.25rem 0;
}
.tableMatching_button_container .reset_row {
  display: none;
  background-color: #3d692b;
}
.tableMatching_button_container .submit_answer {
  display: block;
  background-color: #3d692b;
}
.sentenceOrdering-inner {
  resize: both;
  position: relative;
}
.sentenceOrdering-inner .sentenceOrdering-widget {
  position: relative;
  display: inline-block;
  width: 100%;
  transform-origin: 0% 0%;
}
.sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .prefixTitle-container {
  position: relative;
  float: left;
  width: 30%;
  cursor: auto;
  word-break: break-word;
  word-break: break-all;
}
.sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .prefixTitle-container .prefixTitle {
  color: #0d274d;
  background-color: #0d274d;
  padding: -9rem;
  margin: 0px auto 5px 5px;
}
.dir-rtl .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .prefixTitle-container .prefixTitle {
  text-align: right;
}
.sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container {
  position: relative;
  float: left;
  width: 70%;
  word-break: break-word;
  word-break: break-all;
}
.sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container ul.list li.placeholder,
.sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container ul.grid li.placeholder {
  border: dashed 1px #4b4e4f;
  /* to add border dashed set 1px*/
  display: inline-block;
  background-color: transparent;
}
.sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li {
  position: relative;
  color: #fff;
  background-color: transparent;
  padding: -9rem;
  margin: 0px auto 5px 5px;
}
.sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container .incorrect-resettable {
  cursor: auto !important;
}
.no-touch .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner:hover li {
  cursor: pointer;
}
.sentenceOrdering-inner .sentenceOrdering-item-state {
  background: none;
  position: absolute;
  right: 10px;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  margin-top: -0.75rem;
  z-index: 0;
}
.sentenceOrdering-inner .component-widget .sentenceOrdering-item-icon {
  display: none;
}
.sentenceOrdering-inner .component-widget .sentenceOrdering-correct-icon {
  color: #1c8e0d;
  display: none;
}
.sentenceOrdering-inner .component-widget .sentenceOrdering-incorrect-icon {
  color: #c91111;
  display: none;
}
.sentenceOrdering-inner .component-widget.show-user-answer .incorrect .sentenceOrdering-incorrect-icon {
  display: block;
}
.sentenceOrdering-inner .component-widget.show-user-answer .correct .sentenceOrdering-correct-icon {
  display: block;
}
.sentenceOrdering-inner .component-widget.show-correct-answer .sentence-ordering-item-icon {
  display: none;
}
.sentenceOrdering-inner .component-widget.show-correct-answer .sentenceOrdering-correct-icon {
  display: block;
}
.no-touch .sentenceOrdering-inner .component-widget.disabled .sentence-container:hover li {
  cursor: default;
}
.simple-table__table {
  border: 1px #3d692b solid;
  border-spacing: 0px;
  border-collapse: collapse;
}
.simple-table__table-header {
  background-color: #3d692b;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #3d692b;
  padding: 0.5rem;
}
.simple-table__table-header:last-child {
  border-right: 1px solid #3d692b;
}
.simple-table__table-cell {
  border: 1px #fff solid;
  padding: 0.5rem;
  vertical-align: top;
}
.stacker .sentenceOrdering-inner {
  resize: both;
  position: relative;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget {
  position: relative;
  display: inline-block;
  width: 100%;
  transform-origin: 0% 0%;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .prefixTitle-container {
  position: relative;
  float: left;
  width: 30%;
  cursor: auto;
  word-break: break-word;
  word-break: break-all;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .prefixTitle-container .prefixTitle {
  color: #323332;
  background-color: #1C304A;
  padding: -9rem;
  margin: 0px auto 5px 5px;
}
.dir-rtl .stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .prefixTitle-container .prefixTitle {
  text-align: right;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container {
  position: relative;
  float: left;
  width: 70%;
  word-break: break-word;
  word-break: break-all;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container ul.list li.placeholder,
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container ul.grid li.placeholder {
  width: 100%;
  border: dashed 1px #4b4e4f;
  /* to add border dashed set 1px*/
  display: inline-block;
  background-color: transparent;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li {
  position: relative;
  padding: 1rem;
  padding-left: 3.5rem;
  margin-top: 0.0625rem;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label {
  display: flex;
  align-items: center;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-state .item-index {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 1.5rem;
  height: 50px;
  line-height: 2.125rem !important;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-state .item-index:hover {
  background-color: #c1c8d0;
  border-color: #c1c8d0;
  color: #0d274d;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-state .item-index:after {
  position: absolute;
  bottom: 2px;
  left: 12%;
  font-family: "vanilla";
  content: "\e96a";
  height: 0.5rem;
  vertical-align: top !important;
  width: 0.5rem;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-state .item-index:before {
  position: absolute;
  top: -7px;
  left: 12%;
  font-family: "vanilla";
  content: "\e96d";
  height: 0.5rem;
  vertical-align: top !important;
  width: 0.5rem;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-state .dropdownstrip {
  width: 34px;
  position: absolute;
  top: -1%;
  left: 3%;
  z-index: 100;
  background-color: #dee2e6;
  border-color: 1px solid #dee2e6;
  color: #121212;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-state .dropdownstrip button {
  width: 100%;
  background-color: transparent;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-state .dropdownstrip button:hover {
  background-color: #c1c8d0;
  border-color: #c1c8d0;
  color: #0d274d;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-state .dropdownstrip:before {
  content: "";
  border-bottom: 0.5rem solid transparent !important;
  border-right: 0.5rem solid #c1c8d0;
  border-top: 0.5rem solid transparent !important;
  height: 0;
  left: -0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li .stacker__item-label .stacker__item-text {
  color: #333;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li:first-child .stacker__item-label .stacker__item-state .item-index:before {
  display: none;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li:last-child .stacker__item-label .stacker__item-state .item-index:after {
  display: none;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li.sentenceSequence-shadow {
  width: 100%;
  position: absolute;
  z-index: 100;
  padding: 1rem;
  padding-left: 3.5rem;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li.sentenceSequence-placeholder {
  position: relative;
  width: 100%;
  padding: 1rem;
  padding-left: 3.5rem;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container li.sentenceSequence-placeholder div {
  position: absolute;
  top: 6px;
  left: 0px;
  height: 50px;
}
.stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner .sentence-container .incorrect-resettable {
  cursor: auto !important;
}
.no-touch .stacker .sentenceOrdering-inner .sentenceOrdering-widget .sentenceOrdering-container-inner:hover li {
  cursor: pointer;
}
.stacker .correct .stacker__item-correct-icon {
  position: absolute;
  top: 0.8rem;
  left: 0px;
  color: #1c8e0d;
}
.stacker .correct .stacker__item-correct-icon:before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  width: 2.3rem;
  font-family: "vanilla";
  content: "\e944";
  display: flex;
  align-items: center;
  justify-content: center;
}
.stacker .correct .stacker__item-number {
  display: none;
}
.stacker .incorrect .stacker__item-incorrect-icon {
  position: absolute;
  top: 0.8rem;
  left: 0px;
  color: #c91111;
}
.stacker .incorrect .stacker__item-incorrect-icon:before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  width: 2.3rem;
  font-family: "vanilla";
  content: "\e945";
  display: flex;
  align-items: center;
  justify-content: center;
}
.stacker .incorrect .stacker__item-number {
  display: none;
}
.stacker .is-disabled .stacker__item-number {
  display: none;
}
.stacklist-items {
  position: relative;
  margin-bottom: -0.5rem;
}
.stacklist-item {
  position: relative;
  padding: 20px;
  margin-bottom: 0.5rem;
  background-color: #0175a2;
  color: #fff;
}
.stacklist-item.show {
  position: static !important;
}
.stacklist-button {
  display: none;
  position: absolute;
  top: 0;
  height: 53px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.stacklist-button button {
  min-width: 200px;
}
.surveyRating__item {
  position: relative;
}
.surveyRating__item-input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: rotateY(translate(-50%, -50%));
  -moz-transform: rotateY(translate(-50%, -50%));
  -ms-transform: rotateY(translate(-50%, -50%));
  -o-transform: rotateY(translate(-50%, -50%));
  transform: rotateY(translate(-50%, -50%));
}
.surveyRating__item-label {
  display: block;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border: 2px solid #3d692b;
  border-radius: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}
.surveyRating__item-label:hover:not(.is-disabled) {
  background-color: #3d692b;
  color: #fff;
}
.surveyRating__item-label:hover:not(.is-disabled) .surveyRating__item-text {
  color: #fff;
}
.surveyRating__item-label.is-selected {
  background-color: #3d692b;
  color: #fff;
  border-radius: 0.5rem;
}
.surveyRating__item-label.is-selected .surveyRating__item-text {
  color: #fff;
}
.surveyRating__item-icon {
  display: none !important;
}
.surveyRating__item-text {
  color: #3d692b;
}
.surveyRating__item-text-inner {
  margin-bottom: -6px;
}
.surveyRating__item-label:not(.is-disabled) {
  cursor: pointer;
}
.surveyRating__item-icon {
  display: none;
}
.surveyRating__item-answer-icon.is-radio .icon:before {
  content: "\e96f";
}
.surveyRating__item-answer-icon.is-checkbox .icon:before {
  content: "\e975";
}
.surveyRating__item-label.is-selected .surveyRating__item-answer-icon.is-radio .icon:before {
  content: "\e96e";
}
.surveyRating__item-label.is-selected .surveyRating__item-answer-icon.is-checkbox .icon:before {
  content: "\e974";
}
.surveyRating__item-correct-icon .icon:before {
  content: "\e944";
}
.surveyRating__item-incorrect-icon .icon:before {
  content: "\e945";
}
.surveyRating__footer-text {
  width: 100%;
  max-width: 800px;
  display: flex;
  margin-top: 1rem;
  padding: 0px 1rem;
  font-size: 0.9rem;
  font-weight: bold;
}
.surveyRating__footer-text-prefix {
  justify-content: flex-start;
  flex: 1;
}
.surveyRating__footer-text-suffix {
  justify-content: flex-end;
  flex: 1;
  text-align: right;
}
.surveyRating__widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.surveyRating__widget-inner {
  display: flex;
  max-width: 800px;
  padding: 0px 1rem;
  flex-wrap: inherit;
  justify-content: center;
}
.surveyRating__widget:not(.is-complete) .surveyRating__item-answer-icon {
  display: block;
}
.surveyRating__widget.show-user-answer .is-correct .is-selected .surveyRating__item-correct-icon,
.surveyRating__widget.show-user-answer .is-incorrect .is-selected .surveyRating__item-incorrect-icon {
  display: block;
}
.surveyRating__widget.show-user-answer .surveyRating__item:not(.is-correct):not(.is-incorrect) .is-selected .surveyRating__item-answer-icon {
  display: block;
}
.surveyRating__widget.show-correct-answer .is-correct .is-selected .surveyRating__item-correct-icon,
.surveyRating__widget.show-correct-answer .is-incorrect .is-selected .surveyRating__item-correct-icon {
  display: block;
}
.surveyRating__widget.show-correct-answer .surveyRating__item:not(.is-correct):not(.is-incorrect) .is-selected .surveyRating__item-answer-icon {
  display: block;
}
.tableMatching__table {
  width: 100%;
  border: 1px #dee2e6 solid;
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: #fff;
}
.tableMatching__table .tableMatching__table-row.dropdown-open {
  position: relative;
  z-index: 10;
}
.tableMatching__table-header {
  background-color: #dee2e6;
  font-weight: bold;
  border-right: 1px solid #dee2e6;
  padding: 0.5rem;
}
.tableMatching__table-header:last-child {
  border-right: 1px solid #dee2e6;
}
.tableMatching__table-cell {
  padding: 1rem;
  position: relative;
  border: 1px #fff solid;
  padding: 0.5rem;
  vertical-align: middle;
  height: 60px;
}
.tableMatching__table-cell .table_dropdown .dropdown__icon {
  right: 0.2rem;
  color: #fff;
}
.tableMatching__table-cell .table_dropdown .rowMatching__item-icon {
  display: none;
}
.tableMatching__table-cell .table_dropdown .rowMatching__item-icon .icon:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 2.3rem;
  z-index: 2;
}
.tableMatching__table-cell .table_dropdown .rowMatching__item-icon.rowMatching__item-correct-icon .icon:before {
  content: "\e944";
  color: #1c8e0d;
}
.tableMatching__table-cell .table_dropdown .rowMatching__item-icon.rowMatching__item-incorrect-icon .icon:before {
  content: "\e945";
  color: #c91111;
}
.tableMatching__table-cell .table_dropdown.is-incorrect .rowMatching__item-incorrect-icon {
  display: block;
}
.tableMatching__table-cell .table_dropdown.is-correct .rowMatching__item-correct-icon {
  display: block;
}
.tableMatching__table-cell .rowMatching__item-icon {
  display: none;
}
.tableMatching__table-cell .rowMatching__item-icon .icon:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 2.3rem;
  z-index: 2;
}
.tableMatching__table-cell .rowMatching__item-icon.rowMatching__item-correct-icon .icon:before {
  content: "\e944";
  color: #1c8e0d;
}
.tableMatching__table-cell .rowMatching__item-icon.rowMatching__item-incorrect-icon .icon:before {
  content: "\e945";
  color: #c91111;
}
.tableMatching__table-cell.is-incorrect .rowMatching__item-incorrect-icon {
  display: block;
}
.tableMatching__table-cell.is-correct .rowMatching__item-correct-icon {
  display: block;
}
.tablematching .table_dropdown {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  vertical-align: middle;
}
.tablematching .table_dropdown ul {
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.tablematching .table_dropdown ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 40px;
}
.tablematching .table_dropdown ul li.list_option {
  height: 50px;
  line-height: 50px;
}
.tablematching .table_dropdown ul li.list_option .dropdown__icon {
  display: none;
}
.tablematching .table_dropdown ul li:not(.init) {
  display: none;
  background: #fff;
}
.tablematching .table_dropdown ul li:not(.init):hover,
.tablematching .table_dropdown ul li.selected:not(.init) {
  background: #d1d1d1;
}
.tablematching .table_dropdown li.init {
  cursor: pointer;
  z-index: 0;
  background-color: #0d274d;
  color: #fff;
  padding: 0px 20px;
  padding-left: 60px;
}
.tableMatching_button_container {
  margin-top: 5px;
}
.tableMatching_button_container .reset_table {
  display: none;
}
.tableMatching_button_container .submit_answer {
  display: block;
}
.table-inner .table-wrapper {
  overflow: hidden;
}
.table-inner .table-widget {
  overflow-x: auto;
}
.table-inner .table-widget table,
.table-inner .table-widget th,
.table-inner .table-widget td {
  border: 1px solid #0d274d;
  padding-bottom: 0.5rem;
  table-layout: auto;
}
.table-inner .table-widget table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #0d274d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table-inner .table-widget table tr th {
  border: 1px solid #0d274d;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  background-color: #0d274d;
  color: #fff;
}
.table-inner .table-widget table tr td {
  border: 1px solid #0d274d;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
}
.table-inner .table-widget table tr img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tableDropdown__table {
  width: 100%;
  border: 1px #dee2e6 solid;
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: #fff;
}
.tableDropdown__table .tableDropdown__table-row.dropdown-open {
  position: relative;
  z-index: 10;
}
.tableDropdown__table-header {
  background-color: #dee2e6;
  font-weight: bold;
  border-right: 1px solid #dee2e6;
  padding: 0.5rem;
}
.tableDropdown__table-header:last-child {
  border-right: 1px solid #dee2e6;
}
.tableDropdown__table-cell {
  padding: 1rem;
  position: relative;
  border: 1px #fff solid;
  padding: 0.5rem;
  vertical-align: middle;
  height: 60px;
}
.tableDropdown__table-cell .table_dropdown .dropdown__icon {
  color: #fff;
}
.tableDropdown__table-cell .table_dropdown .tableDropdown__item-icon {
  display: none;
}
.tableDropdown__table-cell .table_dropdown .tableDropdown__item-icon .icon:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 2.3rem;
  z-index: 2;
}
.tableDropdown__table-cell .table_dropdown .tableDropdown__item-icon.tableDropdown__item-correct-icon .icon:before {
  content: "\e944";
  color: #1c8e0d;
}
.tableDropdown__table-cell .table_dropdown .tableDropdown__item-icon.tableDropdown__item-incorrect-icon .icon:before {
  content: "\e945";
  color: #c91111;
}
.tableDropdown__table-cell .table_dropdown.is-incorrect .tableDropdown__item-incorrect-icon {
  display: block;
}
.tableDropdown__table-cell .table_dropdown.is-correct .tableDropdown__item-correct-icon {
  display: block;
}
.tableDropdown__table-cell .tableDropdown__item-icon {
  display: none;
}
.tableDropdown__table-cell .tableDropdown__item-icon .icon:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  left: 0.6rem;
  top: 0.8rem;
  width: 2.3rem;
  z-index: 2;
}
.tableDropdown__table-cell .tableDropdown__item-icon.tableDropdown__item-correct-icon .icon:before {
  content: "\e944";
  color: #1c8e0d;
}
.tableDropdown__table-cell .tableDropdown__item-icon.tableDropdown__item-incorrect-icon .icon:before {
  content: "\e945";
  color: #c91111;
}
.tableDropdown__table-cell.is-incorrect .tableDropdown__item-incorrect-icon {
  display: block;
}
.tableDropdown__table-cell.is-correct .tableDropdown__item-correct-icon {
  display: block;
}
.tabledropdown .table_dropdown {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  vertical-align: middle;
}
.tabledropdown .table_dropdown ul {
  height: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.tabledropdown .table_dropdown ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 40px;
}
.tabledropdown .table_dropdown ul li.list_option {
  height: 50px;
  line-height: 50px;
}
.tabledropdown .table_dropdown ul li:not(.init) {
  display: none;
  background: #fff;
}
.tabledropdown .table_dropdown ul li:not(.init):hover,
.tabledropdown .table_dropdown ul li.selected:not(.init) {
  background: #f2f2f2;
}
.tabledropdown .table_dropdown li.init {
  cursor: pointer;
  z-index: 0;
  background-color: #0d274d;
  color: #fff;
  padding: 0px 20px;
  padding-left: 60px;
}
.tableDropdown_button_container {
  margin-top: 5px;
}
.tableDropdown_button_container .reset_table {
  display: none;
}
.tableDropdown_button_container .submit_answer {
  display: block;
}
.is-horizontal-layout .tabs__widget {
  flex-direction: column-reverse;
}
.is-vertical-layout .tabs__widget {
  flex-direction: row-reverse;
}
.is-vertical-layout .tabs__nav {
  width: 30%;
}
.is-vertical-layout .tabs__nav-inner {
  flex-direction: column;
}
.is-vertical-layout .tabs__content {
  width: 70%;
}
.tabs__nav-inner {
  display: flex;
}
@media (max-width: 47.5rem) {
  .tabs__nav-inner {
    flex-direction: column;
  }
}
.tabs__widget {
  display: flex;
}
.tabs__content-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: rotateY(translateY(20px));
  -moz-transform: rotateY(translateY(20px));
  -ms-transform: rotateY(translateY(20px));
  -o-transform: rotateY(translateY(20px));
  transform: rotateY(translateY(20px));
}
.tabs__content-item.is-active {
  height: auto;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: rotateY(translateY(0px));
  -moz-transform: rotateY(translateY(0px));
  -ms-transform: rotateY(translateY(0px));
  -o-transform: rotateY(translateY(0px));
  transform: rotateY(translateY(0px));
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.iframe-container iframe {
  border: 0px;
}
.tabs__content {
  background-color: #fff;
  box-shadow: inset 0 0 0 0.25rem #091c37;
}
.tabs__content-inner {
  color: #000;
  padding: 1rem;
}
.tabs__content-item-title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.tabs__content-item-body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .tabs__content-item-body a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.tabs__nav-item-btn {
  padding: 1rem;
  background-color: #0d274d;
  color: #fff;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
}
.no-touch .tabs__nav-item-btn:not(.is-selected):hover {
  background-color: #091c37;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.tabs__nav-item-btn.is-visited {
  background-color: #727272;
  color: #fff;
}
.tabs__nav-item-btn.is-selected {
  background-color: #091c37;
  color: #fff;
}
.tabs__nav-item-btn-inner {
  text-align: left;
}
.dir-rtl .tabs__nav-item-btn-inner {
  text-align: right;
}
.is-horizontal-layout .tabs__widget {
  flex-direction: column-reverse;
}
.is-vertical-layout .tabs__widget {
  flex-direction: row-reverse;
}
.is-vertical-layout .tabs__nav {
  width: 30%;
}
.is-vertical-layout .tabs__nav-inner {
  flex-direction: column;
}
.is-vertical-layout .tabs__content {
  width: 70%;
}
.tabs__nav-inner {
  display: flex;
}
@media (max-width: 47.5rem) {
  .tabs__nav-inner {
    flex-direction: column;
  }
}
.tabs__widget {
  display: flex;
}
.tabs__content-item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: rotateY(translateY(20px));
  -moz-transform: rotateY(translateY(20px));
  -ms-transform: rotateY(translateY(20px));
  -o-transform: rotateY(translateY(20px));
  transform: rotateY(translateY(20px));
}
.tabs__content-item.is-active {
  height: auto;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: rotateY(translateY(0px));
  -moz-transform: rotateY(translateY(0px));
  -ms-transform: rotateY(translateY(0px));
  -o-transform: rotateY(translateY(0px));
  transform: rotateY(translateY(0px));
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.tabs__content {
  background-color: #fff;
  box-shadow: inset 0 0 0 0.25rem #091c37;
}
.tabs__content-inner {
  padding: 1rem;
}
.tabs__content-item-title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.tabs__content-item-body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .tabs__content-item-body a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.tabs__nav-item-btn {
  padding: 1rem;
  background-color: #0d274d;
  color: #fff;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
}
.no-touch .tabs__nav-item-btn:not(.is-selected):hover {
  background-color: #091c37;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.tabs__nav-item-btn.is-visited {
  background-color: #727272;
  color: #fff;
}
.tabs__nav-item-btn.is-selected {
  background-color: #091c37;
  color: #fff;
}
.tabs__nav-item-btn-inner {
  text-align: left;
}
.dir-rtl .tabs__nav-item-btn-inner {
  text-align: right;
}
.textinputinline-widget {
  background-color: #0d274d;
  padding: 1rem;
  text-align: justify;
}
.text-left .textinputinline-widget {
  text-align: left;
}
.dir-rtl .text-left .textinputinline-widget {
  text-align: right;
}
.textinputinline-item {
  position: relative;
  display: inline;
}
.textinputinline-item span {
  background-color: transparent;
  line-height: 32px;
  cursor: default;
  color: #fff;
}
.textinputinline-item-inner {
  display: inline-block;
  position: relative;
}
.textinputinline-item-textbox {
  box-sizing: border-box;
  padding: 0 5px;
  width: 170px;
  min-width: 30%;
  max-width: 100%;
  height: 26px;
}
.textinputinline-item-textbox.textinputinline-validation-error {
  border: 2px solid #c91111;
}
.textinputinline-widget.submitted {
  background-color: #DDDDDD;
}
.textinputinline-widget.show-user-answer .incorrect .textinputinline-incorrect-icon {
  display: inline-block;
}
.textinputinline-widget.show-user-answer .correct .textinputinline-correct-icon {
  display: inline-block;
}
.textinputinline-widget.show-user-answer .incorrect .textinputinline-item-textbox,
.textinputinline-widget.show-user-answer .correct .textinputinline-item-textbox {
  padding-right: 5.5rem;
}
.textinputinline-widget.show-correct-answer .textinputinline-select-icon {
  display: none;
}
.textinputinline-widget.show-correct-answer .correct .textinputinline-correct-icon {
  display: inline-block;
}
.textinputinline-widget .textinputinline-item-state {
  background: none;
  position: absolute;
  right: -7.25rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  margin-top: -0.75rem;
  z-index: 0;
}
.dir-rtl .textinputinline-widget .textinputinline-item-state {
  right: inherit;
  left: -7.25rem;
}
.textinputinline-widget .textinputinline-correct-icon {
  color: #68bf4b;
  display: none;
}
.textinputinline-widget .textinputinline-incorrect-icon {
  color: #c91111;
  display: none;
}
.iframe-component .iframe-container {
  overflow: hidden;
}
.iframe-animation-inner iframe {
  border: none;
}
.webcomponentmedia__wrapper {
  position: relative !important;
  display: block !important;
}
.webcomponent {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@keyframes yesno-timer {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.yesno__inner {
  overflow: visible;
}
@media only screen and (max-width: 32.4375rem), only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .touch .yesno__inner .yesno__widget {
    margin-bottom: 5rem;
  }
}
.yesno.component.review .yesno__inner .yesno__widget,
.yesno.component.reset .yesno__inner .yesno__widget {
  animation: review-animation 0.3s 1 ease-in-out;
}
.yesno__inner .yesno__section {
  float: left;
  width: 50%;
}
.images-left.yesno__inner .yesno__section {
  float: right;
}
html.size-large .yesno__inner .yesno__section .yesno__timer-container {
  top: 0;
}
.yesno__inner .yesno__section-inner {
  display: flex;
  flex-direction: column;
  padding: 0.78125rem 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 47.5rem) {
  .yesno__inner .yesno__section-inner {
    padding: 1.25rem 3.75rem 1.25rem;
  }
}
.yesno__inner .yesno__section-inner .yesno__images-container {
  order: 2;
}
.yesno__inner .yesno__section-inner .yesno__timer-container {
  order: 1;
  text-align: center;
  z-index: 3;
}
.yesno__inner .yesno__section-inner .btn__container {
  order: 3;
}
.yesno__inner .yesno__text .yesno__title,
.yesno__inner .yesno__text .yesno__score {
  font-size: 2.5rem;
}
.yesno__inner .yesno__text .yesno__score {
  display: none;
}
.yesno__inner .yesno__text .yesno__score .yesno__total {
  font-size: 0.7em;
}
.yesno__inner .yesno__images-container .yesno__images-container-inner {
  position: relative;
}
.yesno__inner .yesno__images-container .yesno__image-marking {
  margin-top: -1.9rem;
}
.yesno__inner .yesno__images-container .yesno__image-buttons {
  margin-top: -2.8125rem;
}
.yesno__inner .yesno__images-container .yesno__buttons {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.yesno__inner .yesno__images-container button:hover.yesno__yes-btn .icon {
  font-size: 2.5rem;
}
.yesno__inner .yesno__images .yesno__image {
  display: none !important;
  left: 0;
  position: absolute;
  transition: 0.3s;
  top: 0;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.yesno__inner .yesno__images .yesno__image.is-selected {
  position: relative;
  opacity: 1;
}
.yesno__inner .yesno__images .yesno__image.is-selected {
  position: relative;
  opacity: 1;
}
.yesno__inner .yesno__images .yesno__image.before,
.yesno__inner .yesno__images .yesno__image.after {
  opacity: 0;
}
.yesno__inner .yesno__images .yesno__image.before {
  -webkit-transform: scale(0.5) translateX(-100%);
  -moz-transform: scale(0.5) translateX(-100%);
  -ms-transform: scale(0.5) translateX(-100%);
  -o-transform: scale(0.5) translateX(-100%);
  transform: scale(0.5) translateX(-100%);
}
.yesno__inner .yesno__images .yesno__image.after {
  -webkit-transform: scale(0.5) translateX(100%);
  -moz-transform: scale(0.5) translateX(100%);
  -ms-transform: scale(0.5) translateX(100%);
  -o-transform: scale(0.5) translateX(100%);
  transform: scale(0.5) translateX(100%);
}
.yesno__inner .yesno__images .yesno__image-feedback {
  background: #fff;
  bottom: 1.25rem;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.75);
  left: 5%;
  padding: 0.938rem;
  position: absolute;
  width: 90%;
}
.yesno__inner .yesno__images img {
  width: auto;
}
.yesno__inner .yesno__images .yesno__image-marking,
.yesno__inner .yesno__images .yesno__image-buttons {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.yesno__inner .yesno__images .yesno__button {
  display: inline-block;
}
.yesno__inner .yesno__images .yesno__image-buttons {
  display: none;
}
.yesno__inner .yesno__images .yesno__image-buttons.no-icons {
  margin-top: 0;
}
.yesno__inner .yesno__images .yesno__image-buttons.no-icons .icon,
.yesno__inner .yesno__images .yesno__image-buttons.no-icons img {
  display: none;
}
.yesno__inner .yesno__image-marking-icon img,
.yesno__inner .yesno__button img {
  height: 3.25rem;
  min-width: auto;
}
.yesno__inner .yesno__image-marking-icon .icon,
.yesno__inner .yesno__button .icon,
.yesno__inner .yesno__image-marking-icon img,
.yesno__inner .yesno__button img {
  display: inline-block;
}
.yesno__inner .yesno__image-marking-icon .icon.icon-cross,
.yesno__inner .yesno__button .icon.icon-cross,
.yesno__inner .yesno__image-marking-icon img.icon-cross,
.yesno__inner .yesno__button img.icon-cross {
  background-color: #c91111;
}
.yesno__inner .yesno__image-marking-icon .icon.icon-tick,
.yesno__inner .yesno__button .icon.icon-tick,
.yesno__inner .yesno__image-marking-icon img.icon-tick,
.yesno__inner .yesno__button img.icon-tick {
  background-color: #1c8e0d;
}
.yesno__inner .yesno__image-marking-icon.base:hover,
.yesno__inner .yesno__button.base:hover {
  background-color: #fff;
}
.yesno__inner .yesno__timer {
  display: inline-block;
  font-size: 3.125rem;
}
.yesno__inner .yesno__timer .yesno__timer-inner {
  display: inline-flex;
}
.yesno__inner .yesno__timer .yesno__timer-inner.blink {
  animation: yesno-timer 0.3333333s infinite;
}
.yesno__inner .yesno__scroll-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.yesno__inner .yesno__scroll-buttons.yesno__prev-btn {
  right: 100%;
}
.yesno__inner .yesno__scroll-buttons.yesno__prev-btn .icon:before {
  content: "\e960";
}
.dir-rtl .yesno__inner .yesno__scroll-buttons.yesno__prev-btn .icon:before {
  content: "\e961";
}
.yesno__inner .yesno__scroll-buttons.yesno__next-btn {
  left: 100%;
}
.yesno__inner .yesno__scroll-buttons.yesno__next-btn .icon:before {
  content: "\e961";
}
.dir-rtl .yesno__inner .yesno__scroll-buttons.yesno__next-btn .icon:before {
  content: "\e960";
}
.yesno__inner .yesno__scroll-indicators {
  margin-top: 0.5rem;
  text-align: center;
}
.yesno__inner .yesno__scroll-indicators button {
  border: 0.125rem solid #4D4D4D;
  height: 0.75rem;
  margin: 0 0.125rem;
  width: 0.75rem;
}
.yesno.component .btn__action,
.yesno.component .btn__feedback,
.yesno.component .btn__marking {
  display: none;
}
.yesno.component.not-started .yesno__image img {
  -webkit-filter: blur(0.125rem);
  filter: blur(0.125rem);
}
.yesno.component.not-started .yesno__image-buttons,
.yesno.component.not-started .yesno__reset-btn {
  display: none;
}
.yesno.component.not-started .yesno__start-btn {
  height: 100%;
  opacity: 0.9;
}
.yesno.component.not-started .yesno__start-btn button {
  height: 100%;
  width: 100%;
  background-color: #cecece;
  border-color: #cecece;
  color: #121212;
}
.yesno.component.challenge .yesno__buttons {
  display: none;
}
.yesno.component.challenge .yesno__images .yesno__image-buttons {
  display: block;
}
.yesno.component.reset .yesno__instruction,
.yesno.component.reset .yesno__start-btn,
.yesno.component.reset .yesno__timer {
  display: none !important;
}
.yesno.component.reset .btn__action {
  display: block;
}
.yesno.component.review .yesno__attempts,
.yesno.component.review .yesno__buttons,
.yesno.component.review .yesno__timer-container {
  display: none;
}
.yesno.component.review .yesno__score {
  display: block;
}
@media (max-width: 56.25rem) {
  .yesno.review .yesno__inner .yesno__images-container,
  .yesno.reset .yesno__inner .yesno__images-container {
    margin-bottom: 4.375rem;
    margin-top: 3.125rem;
    position: relative;
  }
  .yesno__section {
    float: none !important;
    width: 100% !important;
  }
  .yesno__section.yesno__images {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
  .yesno__section-inner .buttons-marking-icon {
    display: none;
  }
  .yesno__timer {
    font-size: 1.875rem !important;
  }
}
.yesno__timer-container {
  display: none !important;
}
.yesno__image {
  position: relative !important;
  display: block !important;
}
.yesno__images-container-inner {
  display: flex !important;
}
.yesno__image img {
  max-width: 100% !important;
  margin: 0 auto !important;
}
.yesno__inner {
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yesno__widget.show-user-answer .btn__container {
  display: none;
}
.yesno__section {
  position: relative;
}
.timer-top.yesno__section .yesno__images-container .buttons-top {
  margin-bottom: 2.5rem;
  margin-top: 3.125rem;
}
.timer-top.yesno__section .yesno__timer-container {
  top: -1.875rem;
}
html.size-large .timer-top.yesno__section .yesno__timer-container {
  height: 3.75rem;
}
.yesno__section-inner {
  padding: 0.78125rem 2.34375rem 0.78125rem;
  position: relative;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .yesno__section-inner {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .yesno__section-inner {
    padding: 1.25rem 3.75rem 1.25rem;
  }
}
.yesno__section-inner .btn__marking .icon {
  display: none;
}
.show-user-answer .yesno__section-inner .btn__container {
  display: none !important;
}
.show-user-answer .yesno__section-inner .yesno__image-buttons {
  display: none !important;
}
.yesno__text .yesno__title,
.yesno__text .yesno__score {
  margin-bottom: 1.25rem;
}
.yesno__text .yesno__attempts {
  margin: 0.625rem 0 0.625rem;
}
.yesno__images-container {
  margin-bottom: 3.125rem;
  margin-top: 0;
  text-align: center;
}
.touch .yesno__images-container {
  margin-bottom: 1.4375rem;
}
.yesno__images-container .yesno__images-container-inner {
  display: inline-block;
}
.yesno__images-container .yesno__images-container-inner:after,
.yesno__images-container .yesno__images-container-inner:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.yesno__images-container .yesno__images-container-inner:after {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0.675rem;
  left: 0.675rem;
  padding: 0.1875rem;
}
.yesno__images-container .yesno__images-container-inner:before {
  border: 0.375rem solid rgba(0, 0, 0, 0.1);
  border-width: 0.375rem 0.375rem 0 0;
  bottom: 1.2rem;
  left: 1.2rem;
}
.yesno__images-container .yesno__image-marking,
.yesno__images-container .yesno__image-buttons {
  top: 100%;
}
.yesno__images-container .yesno__scroll-indicators {
  bottom: -1.25rem;
}
.yesno__images-container .yesno__buttons {
  bottom: 0;
  display: none;
  left: 0;
  top: 0;
}
.not-started .yesno__images-container .yesno__buttons {
  display: block;
}
#wrapper.location-page .yesno__images-container button.yesno__yes-btn {
  background-color: transparent;
}
.yesno__images-container button.yesno__yes-btn .yesno__button-label {
  margin-top: 8px;
}
.yesno__images-container button.yesno__yes-btn .icon {
  font-size: 2.1875rem;
  line-height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding: 0.875rem;
  transition: font-size 0.3s linear;
}
.yesno__images-container .yesno__timer-container {
  z-index: 3;
}
.yesno__images .yesno__image {
  background-color: #fff;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1;
  box-shadow: 0 0 0 0.375rem rgba(255, 255, 255, 0.4);
}
.yesno__images .yesno__image.before,
.yesno__images .yesno__image.after {
  opacity: 0;
  z-index: 2;
}
.yesno__images .yesno__image-buttons .no-icons button {
  padding: 0.3125rem;
}
.yesno__images .yesno__image-feedback {
  box-sizing: border-box;
  color: #000;
  opacity: 0.9;
}
.yesno__images .yesno__image-feedback p {
  margin: 0;
  padding: 0;
}
.yesno__images img {
  vertical-align: bottom;
}
.yesno__images .yesno__button {
  margin: 0 0.375rem;
  position: relative;
}
.yesno__images .yesno__button button {
  display: inline-block;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
  padding: 1.25rem 0 1.25rem 0;
  width: 100%;
}
.OS-ios .yesno__images .yesno__button {
  margin: 0;
}
.yesno__images .yesno__button .yesno-button-label {
  background-color: #dee2e6;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  margin-top: 0.9375rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  top: 100%;
  width: 100%;
}
.yesno__image-marking-icon,
.yesno__button {
  margin-bottom: 0.5rem;
}
.yesno__image-marking-icon .icon,
.yesno__button .icon {
  padding: 0.375rem;
}
.yesno__image-marking-icon .icon,
.yesno__button .icon,
.yesno__image-marking-icon img,
.yesno__button img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 2.5rem;
  height: 3.25rem;
  overflow: hidden;
  vertical-align: top;
  box-shadow: 0 0 0 0.375rem rgba(0, 0, 0, 0.1);
  width: 3.25rem !important;
}
.yesno__image-marking-icon button,
.yesno__button button {
  font-size: 0.875rem;
  font-weight: normal;
  max-width: 6.25rem;
  text-align: center;
}
.OS-ios .yesno__image-marking-icon button,
.OS-ios .yesno__button button {
  width: 3.9375rem;
}
.yesno__image-marking-icon .icon {
  font-size: 2.1875rem;
  line-height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding: 0.875rem;
}
.yesno__timer-container {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.yesno__timer {
  background-color: #000;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 9.375rem;
  box-shadow: 0 0 0 0.375rem rgba(0, 0, 0, 0.1);
}
.yesno__timer-inner {
  opacity: 1;
}
.yesno__timer-inner span {
  display: inline-block;
}
.yesno__timer-inner .minutes,
.yesno__timer-inner .seconds {
  padding: 0.3125rem 0.375rem;
}
.yesno__timer-inner .separator {
  height: 100%;
  left: 50%;
  margin-left: -1.25rem;
  position: absolute;
  width: 2.5rem;
}
.yesno__scroll-buttons {
  height: 3.125rem;
  line-height: 3.125rem;
  margin-top: -1.5625rem;
  padding: 0;
  text-align: center;
  width: 3.125rem;
}
.yesno__scroll-buttons button {
  height: 2.5rem;
  margin-top: -1.25rem;
  width: 2.5rem;
}
.yesno__scroll-buttons button .icon {
  width: 100%;
}
.yesno__scroll-buttons .icon {
  color: inherit;
  font-weight: bold;
  width: 100%;
}
.yesno__scroll-indicators {
  bottom: 0;
  left: 0;
  margin-bottom: -2.5rem;
  position: absolute;
  width: 100%;
}
.yesno__scroll-indicators button {
  border: 0.125rem solid #dee2e6;
  border-radius: 100%;
}
.yesno__scroll-indicators button.yesno__scroll-indicator {
  border: 0.0625rem solid;
  border-color: #dee2e6;
  padding: 0;
}
.yesno__scroll-indicators button.yesno__scroll-indicator.is-active {
  background-color: #fff !important;
}
.yesno__scroll-indicators button.base.is-active {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.yesno.component .btn__container {
  padding-top: 1.875rem;
}
.yesno.component .btn__container .btn__feedback {
  display: none;
}
.yesno.component .btn__container .btn__action {
  display: none;
  width: 100%;
}
@media (min-width: 56.3125rem) {
  .yesno.component .btn__container.display-attempts .btn__action {
    width: 49.5%;
  }
}
.yesno.component .btn__container .btn__display {
  background-color: #ffffff;
}
.review .yesno.component .btn__container .btn__display {
  padding-left: 50%;
}
.yesno.component .btn__container .btn__display .btn__display-inner {
  font-size: inherit;
  line-height: 1.625rem;
  margin-left: 0.5%;
}
.yesno.component.not-started .yesno__image {
  overflow: hidden;
}
.yesno.component.not-started .yesno__start-btn {
  display: block;
}
.yesno.component.not-started .yesno__start-btn button {
  margin: 0;
}
.yesno.component.challenge .yesno__images .yesno__image-buttons {
  margin-top: -1.875rem;
}
.yesno.component.reset .yesno__reset-btn {
  display: block;
  height: 100%;
  opacity: 0.9;
}
.yesno.component.reset .yesno__reset-btn button {
  height: 100%;
}
.yesno.component.reset .btn__container .btn__action {
  display: block;
}
@media (min-width: 56.3125rem) {
  .yesno.component.reset .btn__container .buttons-display {
    left: 50.5%;
    margin-top: 0.1875rem;
    position: absolute;
    right: 0;
    top: 1.875rem;
  }
}
.yesno.component.review .yesno__images-container {
  margin-bottom: 5rem;
}
.yesno.component.review .yesno__score {
  margin-top: -1.25rem;
}
@media (max-width: 56.25rem) {
  .yesno__images-container-inner {
    display: inline-block !important;
  }
  .yesno.review .yesno__images,
  .yesno.reset .yesno__images {
    padding-top: 0;
  }
  .yesno .yesno__section.yesno__text {
    margin-bottom: 1.25rem;
    padding: 0;
  }
  .yesno .yesno__section.yesno__images .yesno__section-inner {
    padding: 2.5rem 0;
  }
  .yesno .yesno-section-inner {
    padding: 0;
  }
  .yesno .yesno__timer {
    font-size: 1.875rem;
    width: 5.625rem;
  }
  .yesno .yesno__timer .separator {
    top: 0.1875rem;
  }
  .yesno .timer-top.yesno__inner .yesno__section .yesno__timer-container {
    top: 0;
  }
}
@media (min-width: 56.3125rem) {
  .images-right.yesno__text .yesno__section-inner {
    padding-right: 0;
  }
  .images-left.yesno__text .yesno__section-inner {
    padding-left: 0;
  }
}
html.ie .not-started .yesno__image:after {
  color: rgba(0, 0, 0, 0.3);
  content: '?';
  display: block;
  font-size: 9.375rem;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
html.ie .not-started .yesno__image img {
  opacity: 0.02;
}
#adapt .yesno.component.not-started .yesno__start-btn .button {
  height: 100%;
  width: 100%;
  font-size: inherit !important;
}
#adapt .yesno__yes-btn {
  background-color: transparent !important;
}
#adapt .yesno__button-label {
  background-color: transparent !important;
}
.display-none {
  display: none !important;
}
.inline__feedback {
  display: none;
}
.is-question .component__widget.is-submitted ~ .inline__feedback {
  display: block;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #F2F2F2;
}
.review-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.review-button-container .review-assessment {
  background-color: transparent;
  color: #3d692b;
  text-decoration: underline;
}
.assessmentsinglesubmit .is-question .btn__container {
  display: none !important;
}
.assessmentsinglesubmit .component.is-left .marking-icon .icon,
.assessmentsinglesubmit .component.is-left .btn__marking-icon .icon {
  right: 1.45rem;
}
.assessmentsinglesubmit .component__inner .btn__marking .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.assessmentsinglesubmit .component__inner .marking-icon .icon,
.assessmentsinglesubmit .component__inner .btn__marking-icon .icon {
  border: 0 solid transparent;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 2rem;
  height: 2.625rem;
  position: absolute;
  right: 0.625rem;
  text-align: center;
  top: 0.625rem;
  width: 2.625rem;
}
.assessmentsinglesubmit .component__inner .marking-icon .icon:before,
.assessmentsinglesubmit .component__inner .btn__marking-icon .icon:before {
  line-height: 2.625rem;
}
.assessmentsinglesubmit .component__inner .marking-icon .icon.icon-cross,
.assessmentsinglesubmit .component__inner .btn__marking-icon .icon.icon-cross {
  background-color: #c91111;
}
.assessmentsinglesubmit .component__inner .marking-icon .icon.icon-tick,
.assessmentsinglesubmit .component__inner .btn__marking-icon .icon.icon-tick {
  background-color: #1c8e0d;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container {
  background-color: #fff;
  display: grid;
  padding-bottom: 1.875rem;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__display-inner {
  padding: 0.625rem 0 1.25rem;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__display .btn__instruction {
  color: #000;
  padding: 0.9375rem;
  text-align: center;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__display .btn__instruction.has-error {
  -webkit-transform: none !important;
  color: #fff;
  height: 1.5rem;
  width: 1.5rem;
  color: #c91111;
  height: unset;
  width: 100%;
  word-break: break-all;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__display .btn__instruction.has-error: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;
  content: "\e94a";
  color: #c91111;
  display: initial;
  font-size: 1.125rem;
  line-height: 0.5;
  margin-right: 0.3125rem;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  width: 92%;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster .btn__cluster-container {
  position: relative;
  width: calc(50% - 0.5%);
}
@media only screen and (max-width: 47.5rem) {
  .assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster .btn__cluster-container {
    width: 100%;
  }
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster .btn__cluster-container .btn__action {
  width: 100% !important;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster .btn__marking .icon {
  left: -0.75rem;
}
.assessmentsinglesubmit .submit-view.no-feedback .btn__container {
  text-align: center;
}
.assessmentsinglesubmit .submit-view.no-feedback .btn__marking {
  left: inherit;
  right: 0%;
}
.assessmentsinglesubmit .submit-view.no-feedback button {
  float: none;
  margin: 0;
}
.assessmentsinglesubmit .submit-view.no-feedback .btn__feedback {
  display: none !important;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__marking {
  position: absolute;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__action {
  padding: 1.25rem 0;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__marking .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.5rem;
  color: #fff;
  border: 0 solid #000;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__marking .icon-cross {
  background-color: #c91111;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__marking .icon-tick {
  background-color: #1c8e0d;
}
.assessmentsinglesubmit .unanswered .component__body {
  color: #c91111 !important;
}
.assessmentsinglesubmit .unanswered .component__body p {
  color: #c91111 !important;
}
.assessmentsinglesubmit .unanswered .component__body span {
  color: #c91111 !important;
}
.dir-rtl .assessmentsinglesubmit .submit-view.no-feedback .btn__marking {
  left: 62%;
}
.assessmentsinglesubmit .is-question .btn__container {
  display: none !important;
}
.assessmentsinglesubmit .component.is-left .marking-icon .icon,
.assessmentsinglesubmit .component.is-left .btn__marking-icon .icon {
  right: 1.45rem;
}
.assessmentsinglesubmit .component__inner .btn__marking .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.assessmentsinglesubmit .component__inner .marking-icon .icon,
.assessmentsinglesubmit .component__inner .btn__marking-icon .icon {
  border: 0 solid transparent;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 2rem;
  height: 2.625rem;
  position: absolute;
  right: 0.625rem;
  text-align: center;
  top: 0.625rem;
  width: 2.625rem;
}
.assessmentsinglesubmit .component__inner .marking-icon .icon:before,
.assessmentsinglesubmit .component__inner .btn__marking-icon .icon:before {
  line-height: 2.625rem;
}
.assessmentsinglesubmit .component__inner .marking-icon .icon.icon-cross,
.assessmentsinglesubmit .component__inner .btn__marking-icon .icon.icon-cross {
  background-color: #c91111;
}
.assessmentsinglesubmit .component__inner .marking-icon .icon.icon-tick,
.assessmentsinglesubmit .component__inner .btn__marking-icon .icon.icon-tick {
  background-color: #1c8e0d;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container {
  background-color: #fff;
  display: grid;
  padding-bottom: 1.875rem;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__display-inner {
  padding: 0.625rem 0 1.25rem;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__display .btn__instruction {
  color: #000;
  padding: 0.9375rem;
  text-align: center;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__display .btn__instruction.has-error {
  -webkit-transform: none !important;
  color: #fff;
  height: 1.5rem;
  width: 1.5rem;
  color: #c91111;
  height: unset;
  width: unset;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__display .btn__instruction.has-error: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;
  content: "\e94a";
  color: #c91111;
  display: initial;
  font-size: 1.125rem;
  line-height: 0.5;
  margin-right: 0.3125rem;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  width: 92%;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster .btn__cluster-container {
  position: relative;
  width: calc(50% - 0.5%);
}
@media only screen and (max-width: 47.5rem) {
  .assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster .btn__cluster-container {
    width: 100%;
  }
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster .btn__cluster-container .btn__action {
  width: 100% !important;
}
.assessmentsinglesubmit .submit-view .block__inner .btn__container .btn__cluster .btn__marking .icon {
  left: -0.75rem;
}
.assessmentsinglesubmit .submit-view.no-feedback .btn__container {
  text-align: center;
}
.assessmentsinglesubmit .submit-view.no-feedback .btn__marking {
  left: inherit;
  right: 0%;
}
.assessmentsinglesubmit .submit-view.no-feedback button {
  float: none;
  margin: 0;
}
.assessmentsinglesubmit .submit-view.no-feedback .btn__feedback {
  display: none !important;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__marking {
  position: absolute;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__action {
  padding: 1.25rem 0;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__marking .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.5rem;
  color: #fff;
  border: 0 solid #000;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__marking .icon-cross {
  background-color: #c91111;
}
.assessmentsinglesubmit .submit-view.single-btn .btn__marking .icon-tick {
  background-color: #1c8e0d;
}
.assessmentsinglesubmit .unanswered .component__body {
  color: #c91111 !important;
}
.assessmentsinglesubmit .unanswered .component__body p {
  color: #c91111 !important;
}
.assessmentsinglesubmit .unanswered .component__body span {
  color: #c91111 !important;
}
.dir-rtl .assessmentsinglesubmit .submit-view.no-feedback .btn__marking {
  left: 62%;
}
.nav__close-btn {
  float: right;
  display: none;
}
.dir-rtl .nav__close-btn {
  float: left;
}
.nav__close-btn .icon:before {
  content: "\e945";
}
@media (max-width: 32.5rem) {
  .nav__close-btn {
    display: block;
  }
}
.codeWindow-container {
  margin-bottom: 3%;
}
.codeWindow-container pre {
  position: relative;
  padding: 1em 0 1em 3em;
  padding-left: 3.8em;
  overflow-x: auto;
}
.codeWindow-container pre code {
  position: relative;
  white-space: initial;
}
.codeWindow-container pre.python {
  position: relative;
  color: #b7bec9;
  background: #262729;
  white-space: initial;
  border-radius: 0.3em;
}
.codeWindow-container pre.python.line-numbers .code-number {
  position: absolute;
  top: 1em;
  left: 0em;
  width: 3em;
  pointer-events: none;
  user-select: none;
  text-align: right;
  padding-right: 1rem;
  border-right: 1px solid #999;
  color: #999;
  white-space: initial;
}
.codeWindow-container pre.python.line-numbers .code-number div {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
}
.codeWindow-container pre.python .code-wrapper {
  padding-left: 1rem;
  white-space: initial;
}
.codeWindow-container pre.python .command {
  position: relative;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
}
.codeWindow-container pre.python .command.hljs {
  background-color: transparent;
}
.codeWindow-container pre.python .command.highlight-line {
  background: linear-gradient(to right, hsla(24, 20%, 50%, 0.1) 70%, hsla(24, 20%, 50%, 0));
}
.codeWindow-container pre.python .hljs-built_in {
  color: #66d9ef !important;
}
.codeWindow-container pre.python .hljs-number,
.codeWindow-container pre.python .hljs-literal {
  color: #ae81ff !important;
}
.codeWindow-container pre.python .hljs-string {
  color: #a6e22e !important;
}
.codeWindow-container pre.python .button-copy {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  background-color: transparent;
  color: white;
}
.codeWindow-container pre.python .button-copy svg {
  width: 16px;
}
.codeWindow-container pre.python.normal-syntax {
  padding-left: 1em;
  background-color: #e1e1e1;
}
.codeWindow-container pre.python.normal-syntax .code-number {
  display: none;
}
.codeWindow-container pre.python.normal-syntax .hljs {
  color: #333 !important;
}
.codeWindow-container pre.python.normal-syntax .hljs span {
  color: #333 !important;
}
.codeWindow-container pre.python.output {
  background-color: #e1e1e1;
}
.codeWindow-container pre.python.output .hljs {
  background-color: transparent;
}
.codeWindow-container pre.python.output .command,
.codeWindow-container pre.python.output span {
  color: #333 !important;
}
.codeWindow-container pre.python.output .label-output {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 0.6em 0.3em;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #9096A0;
}
.codeWindow-container .hljs {
  border-radius: 0.5rem;
}
.codeWindow-container .hljs .color-orange {
  color: #fbab18;
}
.codeWindow-container .hljs .color-green {
  color: #6ebe4a;
}
.codeWindow-container .hljs .color-purple {
  color: #b45bcf;
}
.glossary__textbox-container {
  position: relative;
}
.glossary__textbox {
  width: 100%;
  padding: 1rem 2.5rem 1rem 1rem;
}
.dir-rtl .glossary__textbox {
  padding-right: 1rem;
  padding-left: 2.5rem;
}
.glossary__textbox::-ms-clear {
  display: none !important;
}
.glossary__cancel-btn,
.glossary__search-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  padding: 0;
  transform: translateY(-50%);
  -webkit-transform: rotateY(translateY(-50%));
  -moz-transform: rotateY(translateY(-50%));
  -ms-transform: rotateY(translateY(-50%));
  -o-transform: rotateY(translateY(-50%));
  transform: rotateY(translateY(-50%));
  background-color: transparent;
}
.dir-rtl .glossary__cancel-btn,
.dir-rtl .glossary__search-icon {
  right: inherit;
  left: 0.5rem;
}
.glossary__search-icon .icon:before {
  content: "\e929";
}
.glossary__cancel-btn .icon:before {
  content: "\e945";
}
.glossary__search-container {
  position: fixed;
  top: 3.5rem;
  z-index: 2;
}
.glossary__index-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.glossary__index-container.scrolling-up {
  position: fixed;
  z-index: 1;
}
.glossary__index-container.scrolling-down {
  position: relative;
  z-index: 0;
}
.glossary__items-container,
.glossary__item-not-found {
  position: relative;
}
.glossary__item-description {
  display: none;
}
.languagepicker__inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.languagepicker-drawer__item.is-rtl {
  direction: rtl;
}
.nav__languagepicker-btn {
  float: right;
}
.dir-rtl .nav__languagepicker-btn {
  float: left;
}
.notify__popup.is-ltr {
  direction: ltr;
}
.notify__popup.is-ltr .notify__icon {
  left: inherit;
  right: 0;
}
.notify__popup.is-rtl {
  direction: rtl;
}
.notify__popup.is-rtl .notify__icon {
  right: inherit;
  left: 0;
}
.mentor {
  left: 0;
  text-align: center;
}
.mentor {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 501;
}
.mentor:after {
  content: '';
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  display: block;
  left: 0;
  pointer-events: none;
  background-color: rgba(26, 32, 53, 0.8);
}
.mentor .mentor__inner {
  position: relative;
  display: block;
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  width: 90%;
  width: calc(100% - 2.75rem);
}
@media only screen and (min-width: 47.5rem), only screen and (min-width: 64rem) {
  .mentor .mentor__inner {
    max-width: 50rem;
  }
}
@media only screen and (min-width: 64rem) {
  .mentor .mentor__inner {
    max-width: 64rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .mentor .mentor__inner {
    width: 100%;
  }
}
.mentor .mentor__image {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  z-index: 0;
}
.mentor .mentor__image img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem), only screen and (min-width: 47.5rem) {
  .mentor .mentor__image {
    width: 80%;
  }
}
@media only screen and (min-width: 47.5rem) {
  .mentor .mentor__image {
    bottom: 3.75rem;
    position: absolute;
    width: 51.5%;
  }
}
.mentor .mentor__content {
  border: 0.0625rem solid #333;
  -webkit-box-shadow: 0 0.125rem 1.875rem 0.0625rem rgb(0 0 0%);
  -moz-box-shadow: 0 0.125rem 1.875rem 0.0625rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.125rem 1.875rem 0.0625rem rgb(0 0 0%);
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.mentor .mentor__content .mentor__content-inner {
  display: flex;
  flex: 1;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 6%;
}
.mentor .mentor__content .mentor__close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e6e6e6 !important;
  color: #000;
  cursor: pointer;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  width: auto;
  z-index: 2;
}
.mentor .mentor__content .mentor__close i {
  box-sizing: border-box;
  color: #666;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  height: 3.75rem;
  text-align: center;
  width: 3.75rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mentor .mentor__content:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-width: 0.9375rem 0.9375rem 0.9375rem 0;
  left: -0.9375rem;
  bottom: 10%;
}
@media only screen and (min-width: 47.5rem) {
  .mentor.left.bottom .mentor__inner {
    height: 100%;
    width: inherit;
  }
  .mentor.left.bottom .mentor__inner .mentor__image {
    left: 0;
    min-width: 51.5%;
    position: absolute;
    width: 51.5%;
  }
  .mentor.left.bottom .mentor__inner .mentor__content {
    position: absolute;
    right: 0;
    bottom: 25%;
    width: 51.5%;
  }
}
@media only screen and (min-width: 64rem) {
  .mentor.left.bottom .mentor__content {
    bottom: 30%;
  }
}
@media only screen and (min-width: 75rem) {
  .mentor.left.bottom .mentor__content {
    min-height: 15.625rem;
  }
}
@media only screen and (max-width: 47.5rem) {
  .mentor.left.bottom.mentor {
    display: flex;
    justify-content: center;
  }
  .mentor.left.bottom.mentor .mentor__inner {
    max-width: 34.375rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .mentor.left.bottom.mentor .mentor__inner img {
    min-width: auto;
    width: 70%;
  }
  .mentor.left.bottom.mentor .mentor__inner .mentor__content {
    position: relative;
    flex: initial;
  }
  .mentor.left.bottom.mentor .mentor__inner .mentor__content:before {
    border-color: #fff transparent transparent transparent;
    border-width: 0.9375rem 0.9375rem 0 0.9375rem;
    top: inherit;
    bottom: -0.9375rem;
    left: 50%;
    margin-left: -18px;
  }
}
@media only screen and (min-device-width: 20.063rem) and (max-device-width: 47.5rem) and (orientation: landscape) {
  .mentor.left.bottom .mentor__inner {
    max-width: 100rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mentor.left.bottom .mentor__inner .mentor__image {
    left: 0;
    min-width: 50% !important;
    position: absolute;
    width: 50% !important;
  }
  .mentor.left.bottom .mentor__inner .mentor__content {
    position: absolute !important;
    right: 10px;
    bottom: 0%;
    width: 51.5%;
  }
  .mentor.left.bottom .mentor__inner .mentor__content:before {
    border-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-color: transparent #fff transparent transparent !important;
    border-width: 0.9375rem 0.9375rem 0.9375rem 0 !important;
    left: -0.9375rem !important;
    bottom: 10% !important;
    margin-left: 0px !important;
  }
  .mentor.left.bottom .mentor__inner .mentor__content .mentor__content-inner {
    padding: 3%;
  }
}
.nav__pagelevelprogress-btn {
  float: right;
  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 {
  width: 2rem;
  font-size: 1rem;
  border: 0.0625rem solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.pagelevelprogress__indicator-inner {
  position: relative;
  height: 0.375rem;
}
.pagelevelprogress__indicator-bar {
  height: inherit;
  min-width: 10%;
  background-color: #000;
}
.resources__filter-inner {
  display: flex;
}
.resources__filter-btn {
  flex-grow: 1;
}
html:not(.ie) .resources__filter-btn {
  flex-basis: 0;
}
html.trickle {
  height: 100%;
}
html.trickle #wrapper {
  overflow: hidden;
  -ms-scroll-limit-y-max: 0;
}
.article {
  position: relative;
}
.trickle__inner {
  z-index: 80;
}
.trickle__btn {
  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;
}
.nav__close-btn {
  float: right;
  display: none;
}
.dir-rtl .nav__close-btn {
  float: left;
}
.nav__close-btn .icon:before {
  content: "\e945";
}
@media (max-width: 32.5rem) {
  .nav__close-btn {
    display: block;
  }
}
.zoom-img-enabled .iframe-container {
  position: relative;
}
.zoom-img-enabled .zoomIn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 4px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
  z-index: 5;
}
.zoomed-image-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.96);
  display: flex;
}
.zoomed-image-container .zoomed-image-wrapper {
  flex-grow: 1;
}
.zoomed-image-container .zoomed-image-wrapper .iframe-container {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoomed-image-container .zoomed-image-wrapper .iframe-container .webcomponent {
  display: block;
  border: 1px solid #999999;
  aspect-ratio: var(--aspect-ratio);
  height: 100%;
}
.zoomed-image-container .zoomed-image-wrapper .iframe-container .webcomponent.byWidth {
  height: unset;
  width: 100%;
}
.zoomed-image-container .zoomed-image-wrapper .iframe-container iframe {
  width: inherit !important;
  height: inherit !important;
  min-width: 130vh;
  max-height: 94vh;
  aspect-ratio: calc(680 / 490);
}
@media (max-width: 32.5rem) {
  .zoomed-image-container .zoomed-image-wrapper .iframe-container iframe {
    min-width: 100vw;
    aspect-ratio: 1;
  }
}
.zoomed-image-container .zoomed-image-wrapper .zoomOut {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 4px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
}
.zoomed-image-container .zoomed-image-wrapper .zoomOut img {
  width: 24px;
}
.healthgauge-button {
  top: 5.5625rem;
  box-shadow: 0 0 0.625rem 0.0625rem rgba(0, 0, 0, 0.5);
  background: transparent;
  border-radius: 50%;
  font-size: 5.68em;
  height: 5rem;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0.625rem;
  width: 5rem;
  z-index: 99;
}
.healthgauge-button:after {
  border: 0.5rem solid #cccccc;
  clear: both;
  content: "";
  display: table;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1000;
}
.healthgauge-button * {
  box-sizing: border-box;
}
.healthgauge-button *:before {
  box-sizing: border-box;
}
.healthgauge-button *:after {
  box-sizing: border-box;
}
.healthgauge-button .healthgauge-progress {
  overflow: hidden;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.healthgauge-button .healthgauge-progress #svg {
  transform: rotate(-90deg);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.healthgauge-button .healthgauge-progress #svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke: #cccccc;
  stroke-width: 1.6em;
}
.healthgauge-button .healthgauge-progress #svg #bar {
  stroke: #2ecc71;
}
.healthgauge-button .healthgauge-progress img {
  display: none;
}
.healthgauge-button .healthgauge-progress__icon.fa {
  line-height: 3.75rem;
}
.healthgauge-button .healthgauge-progress__icon {
  background: #0d274d;
  border-radius: 50%;
  bottom: 10%;
  color: #fff;
  display: block;
  font-size: 1.75rem;
  left: 10%;
  line-height: 4rem;
  margin-right: 0;
  position: absolute;
  right: 10%;
  text-align: center;
  top: 10%;
  height: 80%;
  width: 80%;
  z-index: 10;
}
.healthgauge-button .healthgauge-progress__icon:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
}
.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;
}
.healthgauge-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.healthgauge-popup .healthgauge-popup__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(26, 32, 53, 0.8);
}
.healthgauge-popup .healthgauge-popup__inner {
  background-color: #fff;
  z-index: 99;
  padding: 3rem 1.25rem 0 1.25rem;
  position: fixed;
  text-align: center;
  flex-direction: column;
  max-width: 32.5rem;
  max-height: 100%;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem), only screen and (min-width: 47.5rem) {
  .healthgauge-popup .healthgauge-popup__inner {
    border-radius: 0.3125rem;
    height: 70vh;
  }
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-popup__close {
  background-color: #fff;
  color: #000;
  height: auto;
  margin: 0;
  padding: 0.75rem;
  transition: background-color 0.3s linear;
  width: auto;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-popup__close:hover {
  background-color: #f2f2f2;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-progress {
  display: inline-block;
  margin: 0;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-progress .healthgauge-progress__bar {
  height: 12.5rem;
  width: auto;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-progress img {
  height: inherit;
  max-width: 25rem;
  min-width: 0;
  vertical-align: bottom;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-labels {
  display: none;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner {
  border-radius: 0.1875rem;
  border: 0.0625rem solid #e6e6e6;
  font-size: 0.9em;
  line-height: 1.1;
  margin: 0.625rem 0;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__description-inner {
  color: #000;
  font-size: 1rem;
  margin: 1rem 0;
  text-align: start;
  padding: 0 0.625rem;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol {
  padding: 0.625rem;
  margin: 0;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol li {
  margin: 0 0 0.625rem 1.125rem;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol li::marker {
  color: transparent;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol .healthgauge-components__item-link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.2375rem;
  line-height: 1.75rem;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol .healthgauge-components__item-link .healthgauge-components__item-title {
  flex-grow: 1;
  padding-right: 5%;
  color: #000;
  text-align: left;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol .healthgauge-components__item-link .healthgauge-components__item-status {
  color: #3d692b;
  text-align: right;
  width: 33%;
}
#snackbar {
  min-width: 250px;
  margin-left: -125px;
  background-color: #1a2035;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 1.5rem;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50px;
  visibility: visible;
  display: flex;
  align-items: center;
  z-index: 100;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar .fa {
  margin-right: 10px;
}
#snackbar .snackbar-text {
  margin-right: 30px;
}
#snackbar .snackbar__close {
  background-color: transparent;
  color: #fff;
}
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
.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-page .nav__homebutton-btn .icon:before {
  content: "\e927";
}
.zoomed-image-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.zoomed-image-container img {
  cursor: zoom-in;
}
.zoomed-image-container .zoomed-image-container-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transition-duration: 300ms;
  z-index: 2147483647;
  cursor: zoom-out;
}
.zoomed-image-container .zoomed-image-container-inner .image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.zoomed-image-container .zoomed-image-container-inner .image-container img {
  width: auto;
  min-width: auto;
  height: 100vh;
  cursor: zoom-out;
}
.zoomOut {
  position: absolute;
}
.no-scroll {
  overflow: hidden !important;
}
.introoutro {
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.introoutro.fullscreen {
  background-color: #000;
}
.introoutro.fullscreen .introoutro__inner {
  background-color: #000;
  margin-top: 0;
  max-width: 100%;
  -webkit-transform: none;
  transform: none;
}
.introoutro.fullscreen .introoutro__inner .introoutro__video {
  margin-top: 0;
  -webkit-transform: none;
  transform: none;
}
.introoutro .introoutro__btn-container button {
  padding: 1.25rem 3.125rem;
  top: 0;
  vertical-align: bottom;
  width: auto;
}
.introoutro .introoutro__transcript-container {
  bottom: 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 43.75rem !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.introoutro .introoutro__transcript-container .introoutro__transcript-inner {
  padding: 2.5rem 5rem 6.25rem 3.75rem;
}
.introoutro .introoutro__transcript-container .introoutro__transcript {
  background-color: #dee2e6;
  box-shadow: inset 0 1.25rem 1.25rem -1.25rem rgb(0 0 0%);
  color: #fff;
}
.introoutro .introoutro__transcript-container .introoutro__transcript-close {
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: auto;
  color: #fff;
}
.introoutro video,
.introoutro iframe,
.introoutro .introoutro__transcript-container {
  vertical-align: bottom;
  width: 100%;
}
.introoutro__inner {
  position: relative;
  z-index: 2;
}
.introoutro__inner .introoutro__video {
  text-align: center;
  margin-top: 50vh;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.introoutro__inner.can-skip .introoutro__skip-container {
  width: auto !important;
}
.introoutro__btn-container {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.introoutro__btn-container.Right {
  text-align: right;
}
.introoutro__btn-container.Right .introoutro__btn {
  float: right;
}
.introoutro__btn-container .introoutro__btn-container-inner {
  display: inline-block;
  margin: 0.625rem 0.3125rem;
  white-space: nowrap;
}
.introoutro__btn-container .introoutro__btn {
  transition: 0.3s 0.2s ease-in-out;
}
.introoutro__btn-container .introoutro__btn .introoutro__skip-container {
  width: 0;
}
.introoutro__btn-container button {
  font-family: "roboto", 'Open Sans', sans-serif;
  display: block;
  float: right;
  font-size: 1.25rem;
  margin: 0 0.3125rem 0.625rem;
  background: #efefef;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s 0.2s ease-in-out;
  transition: 0.2s 0.2s ease-in-out;
}
.fullscreen .introoutro .introoutro__transcript-container {
  height: 50%;
  max-width: 100%;
  top: 50% !important;
  position: absolute;
  z-index: 99;
}
#adapt .introoutro .introoutro__transcript-container .introoutro__transcript {
  background-color: #000 !important;
}
.introoutro__transcript-container .introoutro__transcript {
  color: #fff;
  height: 100%;
  overflow-y: auto;
}
.introoutro__transcript-container .introoutro__transcript-inner {
  margin: 0 auto;
  max-width: 64rem;
  position: relative;
  font-family: "roboto", 'Open Sans', sans-serif;
}
.introoutro__transcript-container .introoutro__transcript-inner p {
  font-size: 1.2375rem;
}
.introoutro__transcript-container .introoutro__transcript-close {
  position: absolute;
  right: 0;
  top: 0;
}
.introoutro__transcript-container .introoutro__transcript-close .icon {
  display: block;
  height: auto;
  padding: 1.25rem;
  width: auto;
}
.show-transcript .introoutro__btn-container button.introoutro__transcript-open {
  top: -9.375rem;
}
.nav .nav__inner .introoutro__replay-icon {
  float: right;
}
.nav .nav__inner .introoutro__replay-icon:before {
  content: "\e9af";
}
.drawer .drawer-item-open.replay-intro-video {
  font-size: 1.2375rem;
}
.drawer .drawer-item-open.replay-intro-video:hover {
  background-color: #bec1c5;
}
video {
  height: 100% !important;
}
.healthgauge-button {
  top: 5.5625rem;
  box-shadow: 0 0 0.625rem 0.0625rem rgba(0, 0, 0, 0.5);
  background: transparent;
  border-radius: 50%;
  font-size: 5.68em;
  height: 5rem;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0.625rem;
  width: 5rem;
  z-index: 99;
}
.healthgauge-button:after {
  border: 0.5rem solid #cccccc;
  clear: both;
  content: "";
  display: table;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1000;
}
.healthgauge-button * {
  box-sizing: border-box;
}
.healthgauge-button *:before {
  box-sizing: border-box;
}
.healthgauge-button *:after {
  box-sizing: border-box;
}
.healthgauge-button .healthgauge-progress {
  overflow: hidden;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.healthgauge-button .healthgauge-progress #svg {
  transform: rotate(-90deg);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.healthgauge-button .healthgauge-progress #svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke: #cccccc;
  stroke-width: 1.6em;
}
.healthgauge-button .healthgauge-progress #svg #bar {
  stroke: #2ecc71;
}
.healthgauge-button .healthgauge-progress img {
  display: none;
}
.healthgauge-button .healthgauge-progress__icon.fa {
  line-height: 3.75rem;
}
.healthgauge-button .healthgauge-progress__icon {
  background: #0d274d;
  border-radius: 50%;
  bottom: 10%;
  color: #fff;
  display: block;
  font-size: 1.75rem;
  left: 10%;
  line-height: 4rem;
  margin-right: 0;
  position: absolute;
  right: 10%;
  text-align: center;
  top: 10%;
  height: 80%;
  width: 80%;
  z-index: 10;
}
.healthgauge-button .healthgauge-progress__icon:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
}
.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;
}
.healthgauge-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.healthgauge-popup .healthgauge-popup__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(26, 32, 53, 0.8);
}
.healthgauge-popup .healthgauge-popup__inner {
  background-color: #fff;
  z-index: 99;
  padding: 3rem 1.25rem 0 1.25rem;
  position: fixed;
  text-align: center;
  flex-direction: column;
  max-width: 32.5rem;
  max-height: 100%;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem), only screen and (min-width: 47.5rem) {
  .healthgauge-popup .healthgauge-popup__inner {
    border-radius: 0.3125rem;
    height: 70vh;
  }
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-popup__close {
  background-color: #fff;
  color: #000;
  height: auto;
  margin: 0;
  padding: 0.75rem;
  transition: background-color 0.3s linear;
  width: auto;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-popup__close:hover {
  background-color: #f2f2f2;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-progress {
  display: inline-block;
  margin: 0;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-progress .healthgauge-progress__bar {
  height: 12.5rem;
  width: auto;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-progress img {
  height: inherit;
  max-width: 25rem;
  min-width: 0;
  vertical-align: bottom;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-labels {
  display: none;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner {
  border-radius: 0.1875rem;
  border: 0.0625rem solid #e6e6e6;
  font-size: 0.9em;
  line-height: 1.1;
  margin: 0.625rem 0;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__description-inner {
  color: #000;
  font-size: 1rem;
  margin: 1rem 0;
  text-align: start;
  padding: 0 0.625rem;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol {
  padding: 0.625rem;
  margin: 0;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol li {
  margin: 0 0 0.625rem 1.125rem;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol li .page-title {
  padding: 1.225rem 0.625rem;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol li ol {
  margin: 0px;
  padding: 0px;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol li ol li {
  margin-left: 0px;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol li::marker {
  color: transparent;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol .healthgauge-components__item-link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.2375rem;
  line-height: 1.75rem;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol .healthgauge-components__item-link .healthgauge-components__item-title {
  flex-grow: 1;
  padding-right: 5%;
  color: #000;
  text-align: left;
}
.healthgauge-popup .healthgauge-popup__inner .healthgauge-components .healthgauge-components__inner .healthgauge-components__list ol .healthgauge-components__item-link .healthgauge-components__item-status {
  color: #3d692b;
  text-align: right;
  width: 33%;
}
#snackbar {
  min-width: 250px;
  margin-left: -125px;
  background-color: #1a2035;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 1.5rem;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50px;
  visibility: visible;
  display: flex;
  align-items: center;
  z-index: 100;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar .fa {
  margin-right: 10px;
}
#snackbar .snackbar-text {
  margin-right: 30px;
}
#snackbar .snackbar__close {
  background-color: transparent;
  color: #fff;
}
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
.zoom-img-enabled .pinImage {
  position: absolute;
  right: 50px;
  top: 11px;
  padding: 4px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
}
.pin-image-container {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.pin-image-container img {
  cursor: zoom-in;
}
.pin-image-container .zoomed-image-container-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transition-duration: 300ms;
  z-index: 2147483647;
  cursor: zoom-out;
}
.pin-image-container .zoomed-image-container-inner .image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.pin-image-container .zoomed-image-container-inner .image-container img {
  width: auto;
  min-width: auto;
  height: 100vh;
  cursor: zoom-out;
}
.pin-image-container .unpin {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 4px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 4px;
}
.pin-image-container iframe {
  border: none;
}
.zoomOut {
  position: absolute;
}
.no-scroll {
  overflow: hidden !important;
}
.display-none {
  display: none;
}
.search__textbox-container {
  position: relative;
}
.search__textbox {
  width: 100%;
  padding: 1rem;
  line-height: 1.5;
  /*
     * Hide 'X' icon for IE11 and Edge 12+
     * Issue:https://github.com/adaptlearning/adapt_framework/issues/1913
     */
}
.search__textbox::-ms-clear {
  display: none;
}
.search__items-container {
  border-top: 1px solid #bec1c5;
}
.no-touch .drawer__item-btn.is-search:not(.is-disabled):hover {
  background-color: #d3d7db;
  color: #000;
}
.drawer__item-btn.is-search {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: 0;
}
.drawer__item-btn.is-search > .drawer__item-title,
.drawer__item-btn.is-search > .drawer__item-body {
  padding-left: 1rem;
  padding-right: 1rem;
}
.drawer__item-btn.is-search > .drawer__item-body {
  margin-bottom: 0.5rem;
}
.drawer__item-btn.is-search .search {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.search__item.no-results {
  padding: 1rem;
  line-height: 1.2;
  border-bottom: 1px solid #bec1c5;
  color: #000;
}
.btn__response-container .show-answer,
.btn__response-container .hide-answer {
  background-color: #3d692b;
  color: #fff;
  width: 100%;
  padding: 1.25rem 0;
  margin-top: -0.2rem !important;
}
.btn__response-container .btn__marking {
  top: 40px;
}
.no-submit-buttons .btn__container {
  display: none;
}
.submit-all .btn__container {
  display: block;
}
.submit-all .btn__action {
  width: 56.25rem;
  margin: 0 auto;
}
.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;
}
.location-menu {
  position: relative;
  padding-top: 0px !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.location-menu .boxmenu {
  margin-top: 3.75rem;
  background-color: #fff;
  background-image: none;
  display: block;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 3.75rem);
  box-shadow: 0 0 3.125rem 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 64rem) {
  .location-menu .boxmenu {
    display: inline-block;
    max-width: 34.375rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .location-menu .boxmenu {
    display: inline-block;
    width: 50%;
  }
}
.location-menu .boxmenu .menu__inner {
  padding-top: 2.5rem;
  width: 100%;
}
.location-menu .boxmenu .menu__inner .menu__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
  padding: 2rem 0rem;
}
.location-menu .boxmenu .menu__inner .menu-addition__logo {
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: relative;
  width: 100%;
  padding: 0 2.34375rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .location-menu .boxmenu .menu__inner .menu-addition__logo {
    padding: 0 3.28125rem;
  }
}
.location-menu .boxmenu .menu__inner .menu-addition__logo .menu-addition__logo-inner {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  height: 3.125rem;
  width: 100%;
  background-size: contain;
  background-image: url(assets/cisco-logo.png);
}
@media only screen and (min-width: 47.5rem) {
  .location-menu .boxmenu .menu__inner .menu-addition__logo .menu-addition__logo-inner {
    height: 6.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .location-menu .boxmenu .menu__inner .menu-addition__logo .menu-addition__logo-inner {
    height: 4.375rem;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem), only screen and (min-width: 47.5rem) {
  .location-menu .boxmenu .menu__inner .menu-addition__logo .menu-addition__logo-inner {
    height: 5rem;
  }
}
@media only screen and (min-width: 75rem) {
  .location-menu .boxmenu .menu__inner .menu-addition__logo .menu-addition__logo-inner {
    height: 7.5rem;
  }
}
.location-menu .boxmenu .menu__inner .menu__header-wrapper {
  background-image: none;
  display: block;
}
@media only screen and (min-width: 47.5rem) {
  .location-menu .boxmenu .menu__inner .menu__header-wrapper {
    padding-top: 0;
  }
}
.location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__title {
  margin-bottom: 0;
  text-align: left;
  padding: 0 2.34375rem 0.78125rem;
  line-height: 1.75rem;
  color: #333;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__title {
    padding: 1.09375rem 3.28125rem;
  }
}
.location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__title .menu__title-inner {
  border: none;
  font-size: 2.16rem;
  line-height: 3.025rem;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0;
}
@media only screen and (min-width: 47.5rem) {
  .location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__title .menu__title-inner {
    font-size: 3.3rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__title .menu__title-inner {
    padding: 0 0 1.25rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__title .menu__title-inner {
    font-size: 2.64rem;
  }
}
.location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__title .menu__title-inner:after {
  border-bottom: 0.0625rem solid;
  content: '';
  display: block;
  height: 1.25rem;
  width: 100%;
}
.location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__body {
  font-weight: normal;
  margin-bottom: 0;
  text-align: left;
  padding: 0 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__body {
    padding: 1.09375rem 3.28125rem;
  }
}
.location-menu .boxmenu .menu__inner .menu__header-wrapper .menu__body p {
  font-size: 1.1rem;
  line-height: 1.625rem;
}
.location-menu .nav {
  position: absolute;
  background-color: #fff;
  height: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .location-menu .nav {
    max-width: 34.375rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .location-menu .nav {
    width: 50%;
    background-size: auto 3.75rem;
  }
}
.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%;
}
.boxmenu-item .menu-item__inner {
  background-color: #fff;
  color: #333;
  margin: 0;
  color: #0d274d;
  border: 0px;
  padding: 1.25rem 2.34375rem;
  cursor: pointer;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .boxmenu-item .menu-item__inner {
    padding: 1.09375rem 3.28125rem;
  }
}
.boxmenu-item .menu-item__inner .boxmenu-item__title-inner {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.54rem;
  line-height: 2.025rem;
  margin-bottom: 0;
  font-weight: normal;
}
.boxmenu-item .menu-item__inner .menu-item__progress {
  margin-bottom: 0px;
}
.boxmenu-item .menu-item__inner .menu-item__progress .pagelevelprogress__indicator {
  width: 100%;
  border: 0px;
  border-radius: 0px;
}
.boxmenu-item .menu-item__inner .menu-item__progress .pagelevelprogress__indicator .pagelevelprogress__indicator-inner {
  background-color: #f2f2f2;
  height: 0.625rem;
}
.boxmenu-item .menu-item__inner .menu-item__progress .pagelevelprogress__indicator .pagelevelprogress__indicator-bar {
  min-width: 0%;
  height: 0.625rem;
  background-color: #68bf4b;
}
.boxmenu-item .menu-item__inner .menu-item__body {
  display: none;
  color: #0d274d;
}
.boxmenu-item .menu-item__inner .menu-item__body p {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.625rem;
  font-weight: normal;
  margin: 0px;
}
.boxmenu-item .menu-item__inner:hover .menu-item__body {
  display: block;
}
@media only screen and (max-width: 47.5rem) {
  .boxmenu-item .menu-item__inner .menu-item__body {
    display: block;
  }
}
@media only screen and (max-width: 32.5rem) and (max-width: 47.4375rem) {
  .boxmenu-item .menu-item__inner .menu-item__body {
    display: block;
  }
}
.has-animation {
  overflow: hidden;
}
.fade-in-before > div {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.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);
}
.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);
}
.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);
}
.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);
}
.fade-in-right-after > div {
  opacity: 1;
  transform: translateX(0);
}
@font-face {
  font-family: 'Cisco Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/ciscoSansTTRegular.woff2) format('woff2');
}
@font-face {
  font-family: 'Cisco Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/ciscoSansTTBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Cisco Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/ciscoSansTTLight.woff2) format('woff2');
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.article.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.article__header-inner {
  padding: 0 0.5rem;
}
.article__title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 2.2125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0175a2;
}
@media (min-width: 47.5rem) {
  .article__title {
    font-size: 2.95rem;
  }
}
.article__body {
  margin-bottom: 1rem;
}
.article__instruction {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.article__body a,
.article__instruction a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .article__body a:hover,
.no-touch .article__instruction a:hover {
  color: #333;
  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(0, 0, 0, 0.5);
  color: #fff;
  transform: translate3d(0, 0, 0);
  -webkit-transform: rotateY(translate3d(0, 0, 0));
  -moz-transform: rotateY(translate3d(0, 0, 0));
  -ms-transform: rotateY(translate3d(0, 0, 0));
  -o-transform: rotateY(translate3d(0, 0, 0));
  transform: rotateY(translate3d(0, 0, 0));
}
.gmcq__attribution {
  position: relative;
}
.block.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.block__inner {
  padding: 4rem 0.5rem;
}
.block__title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0175a2;
}
@media (min-width: 47.5rem) {
  .block__title {
    font-size: 2.75rem;
  }
}
.block__body {
  margin-bottom: 1rem;
}
.block__instruction {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.block__body a,
.block__instruction a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .block__body a:hover,
.no-touch .block__instruction a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.btn__container {
  margin-top: 1rem;
}
.btn-text {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
}
.btn-text {
  background-color: #3d692b;
  color: #fff;
  border-radius: 0px;
}
.no-touch .btn-text:not(.is-disabled):not(.is-locked):hover {
  background-color: #28451c;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-text.is-disabled {
  background-color: #3d692b;
  color: #fff;
}
.btn-text.is-locked {
  background-color: #DDDDDD;
  color: #000;
  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__title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0175a2;
}
@media (min-width: 47.5rem) {
  .component__title {
    font-size: 2.4rem;
  }
}
.component__body {
  margin-bottom: 1rem;
}
.component__instruction {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.component__body a,
.component__instruction a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .component__body a:hover,
.no-touch .component__instruction a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.component.is-left + .component.is-right {
  padding-top: 4rem;
}
@media (min-width: 47.5rem) {
  .component.is-left + .component.is-right {
    padding-top: 0;
  }
}
.drawer {
  background-color: #dee2e6;
}
.drawer__toolbar {
  border-bottom: 1px solid #bec1c5;
}
.drawer__btn {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #dee2e6;
  color: #000;
  border-radius: 50%;
}
.no-touch .drawer__btn:hover {
  background-color: #c1c8d0;
  color: #000;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn {
  display: block;
  padding: 1rem;
  background-color: #d3d7db;
  border-bottom: 1px solid #bec1c5;
  color: #000;
}
.no-touch .drawer__item-btn:not(.is-disabled):hover {
  background-color: #bec1c5;
  color: #000;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn.is-disabled {
  background-color: #DDDDDD;
  color: #000;
}
.drawer__item-btn.is-selected {
  background-color: #9ba4ad;
  color: #000;
}
.drawer__item-title {
  margin-bottom: 0.25rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.dir-rtl .drawer__item-title {
  text-align: right;
}
.drawer__item-body {
  margin-bottom: 0;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.dir-rtl .drawer__item-body {
  text-align: right;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.loading {
  background-color: rgba(0, 0, 0, 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);
  -webkit-transform: rotateY(translateZ(0));
  -moz-transform: rotateY(translateZ(0));
  -ms-transform: rotateY(translateZ(0));
  -o-transform: rotateY(translateZ(0));
  transform: rotateY(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: #fcfcfc;
  z-index: 90;
}
.nav__inner {
  max-width: inherit;
}
.nav__btn {
  background-color: #f2f2f2;
  color: #fcfcfc;
}
.no-touch .nav__btn:hover {
  background-color: #d9d9d9;
  color: #fcfcfc;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__popup {
  background-color: #0d274d;
  color: #fff;
}
.notify__popup-inner {
  position: relative;
  padding: 4rem 0.5rem;
}
.notify__icon {
  display: none;
}
.notify__title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 3.5rem;
}
@media (min-width: 47.5rem) {
  .notify__title {
    font-size: 2.75rem;
  }
}
.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: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.notify__body a,
.notify__instruction a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  color: #fff;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #fff;
  transition: color 0.2s ease-in;
}
.notify__btn-container {
  margin-top: 1rem;
}
.notify__btn {
  background-color: #fff;
  color: #3d692b;
}
.no-touch .notify__btn:not(.is-disabled):hover {
  background-color: #e6e6e6;
  color: #3d692b;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__btn-icon {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #0d274d;
  color: #fff;
  border-radius: 50%;
}
.no-touch .notify__btn-icon:hover {
  background-color: #061121;
  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: #0d274d;
  color: #fff;
  transform: translateY(25px);
  -webkit-transform: rotateY(translateY(25px));
  -moz-transform: rotateY(translateY(25px));
  -ms-transform: rotateY(translateY(25px));
  -o-transform: rotateY(translateY(25px));
  transform: rotateY(translateY(25px));
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.notify-push.is-active {
  transform: translateY(0);
  -webkit-transform: rotateY(translateY(0));
  -moz-transform: rotateY(translateY(0));
  -ms-transform: rotateY(translateY(0));
  -o-transform: rotateY(translateY(0));
  transform: rotateY(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: 'Cisco Sans', sans-serif;
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 47.5rem) {
  .notify-push__title {
    font-size: 2.75rem;
  }
}
.notify-push__body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  color: #fff;
}
.no-touch .notify-push__body a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.no-touch .notify-push__body a:hover {
  color: #fff;
  transition: color 0.2s ease-in;
}
.notify-push__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #0d274d;
  color: #fff;
  border-radius: 50%;
}
.no-touch .notify-push__close-btn:hover {
  background-color: #061121;
  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 {
  max-width: inherit;
  padding: 0 0;
}
.page.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__header.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__header-inner {
  padding: 2rem 0.5rem;
}
.page__title {
  margin-bottom: 0.5rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0175a2;
}
@media (min-width: 47.5rem) {
  .page__title {
    font-size: 3rem;
  }
}
.page__subtitle {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 47.5rem) {
  .page__subtitle {
    font-size: 2rem;
  }
}
.page__body {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.page__instruction {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.page__body a,
.page__instruction a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .page__body a:hover,
.no-touch .page__instruction a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.shadow {
  background-color: rgba(0, 0, 0, 0.5);
}
.accordion__item {
  margin-bottom: 0.25rem;
}
.accordion__item-btn {
  position: relative;
  padding: 1rem;
  padding-right: 3.5rem;
  text-align: left;
  background-color: #0d274d;
  color: #fff;
  border-radius: 0px;
}
.no-touch .accordion__item-btn:not(.is-selected):hover {
  background-color: #091c37;
  color: #fff;
  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: #727272;
  color: #fff;
}
.accordion__item-btn.is-selected {
  background-color: #091c37;
  color: #fff;
}
.accordion__item-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: rotateY(translateY(-50%));
  -moz-transform: rotateY(translateY(-50%));
  -ms-transform: rotateY(translateY(-50%));
  -o-transform: rotateY(translateY(-50%));
  transform: rotateY(translateY(-50%));
}
.dir-rtl .accordion__item-icon {
  right: inherit;
  left: 1rem;
}
.accordion__item-content {
  padding: 1rem;
  border-radius: 0px;
}
.accordion__item-body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .accordion__item-body a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.accordion.has-img-zoom .accordion__item-image-container {
  overflow: hidden;
}
.accordion.has-img-zoom .accordion__item-image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .accordion.has-img-zoom .accordion__item-image-container img:hover {
  transform: scale(1.1);
}
.boxmenu {
  max-width: inherit;
  padding: 0 0;
}
.boxmenu.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.boxmenu__header.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.boxmenu__header-inner {
  padding: 2rem 0.5rem;
}
.boxmenu__title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #0175a2;
}
@media (min-width: 47.5rem) {
  .boxmenu__title {
    font-size: 3rem;
  }
}
.boxmenu__subtitle {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 47.5rem) {
  .boxmenu__subtitle {
    font-size: 2rem;
  }
}
.boxmenu__body {
  margin-bottom: 0;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.boxmenu__instruction {
  margin-bottom: 0;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.boxmenu__body a,
.boxmenu__instruction a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .boxmenu__body a:hover,
.no-touch .boxmenu__instruction a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.boxmenu-group__header-inner {
  padding: 2rem 0.5rem;
}
.boxmenu-group__title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 47.5rem) {
  .boxmenu-group__title {
    font-size: 2rem;
  }
}
.boxmenu-group__body {
  margin-bottom: 0;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.boxmenu-group__instruction {
  margin-bottom: 0;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.boxmenu-group__body a,
.boxmenu-group__instruction a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .boxmenu-group__body a:hover,
.no-touch .boxmenu-group__instruction a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.boxmenu-item__inner {
  margin: 0 0.5rem 1rem;
  padding: 1rem;
  background-color: #fff;
  color: #333;
  border: 1px solid #0d274d;
  border-radius: 0px;
}
.boxmenu-item__image-container {
  margin-bottom: 1rem;
}
.boxmenu-item__title {
  margin-bottom: 0.75rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.boxmenu-item__body {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.boxmenu-item__body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .boxmenu-item__body a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.boxmenu-item__duration {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.boxmenu-item__progress {
  margin-bottom: 1rem;
}
.boxmenu-item__button {
  background-color: #3d692b;
  color: #fff;
}
.no-touch .boxmenu-item__button:not(.is-disabled):not(.is-locked):hover {
  background-color: #28451c;
  color: #fff;
  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: #000;
}
.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: #091c37;
}
.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: #000;
}
.dir-rtl .glossary__checkbox-label {
  margin-left: inherit;
  margin-right: 0.5rem;
}
.glossary__search-container,
.glossary__index-container {
  background-color: #dee2e6;
  border-bottom: 1px solid #bec1c5;
}
.glossary__index-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
}
.glossary__index-link {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  color: #000;
}
.no-touch .glossary__index-link:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.no-touch .glossary__index-link:hover {
  color: #000;
  transition: color 0.2s ease-in;
}
.glossary__items-group-header {
  background-color: #bec1c5;
  color: #000;
  text-align: center;
}
.glossary__item-description {
  padding: 1rem;
  border-bottom: 1px solid #bec1c5;
  color: #000;
}
.glossary__item-description a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  color: #000;
}
.no-touch .glossary__item-description a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.no-touch .glossary__item-description a:hover {
  color: #000;
  transition: color 0.2s ease-in;
}
.glossary__item-not-found {
  padding: 1rem;
  line-height: 1.2;
  border-bottom: 1px solid #bec1c5;
  color: #000;
}
.gmcq__item-label {
  margin: 0.5rem;
}
.gmcq__item-option {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #0d274d;
  color: #fff;
  border-radius: 0px;
}
.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: #091c37;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.gmcq__item-label.is-disabled .gmcq__item-option {
  background-color: #DDDDDD;
  color: #000;
}
.gmcq__item-label.is-selected .gmcq__item-option {
  background-color: #091c37;
  color: #fff;
}
.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: #0d274d;
  color: #fff;
  border-radius: 50%;
}
.no-touch .hotgraphic__pin:not(.has-pin-image):hover {
  background-color: #091c37;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgraphic__pin:not(.has-pin-image).is-visited {
  background-color: #727272;
  color: #fff;
}
.hotgraphic__pin-number {
  height: 1.2375rem;
  width: 1.2375rem;
  line-height: 1.2375rem;
  text-align: center;
}
.hotgraphic-popup__inner {
  padding-top: 4rem;
}
.hotgraphic-popup__controls,
.hotgraphic-popup__close {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #0d274d;
  color: #fff;
  border-radius: 50%;
}
.no-touch .hotgraphic-popup__controls:hover,
.no-touch .hotgraphic-popup__close:hover {
  background-color: #061121;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgraphic-popup__item-title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 2.0625rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 47.5rem) {
  .hotgraphic-popup__item-title {
    font-size: 2.75rem;
  }
}
.hotgraphic-popup__item-body {
  margin-bottom: 1rem;
}
.hotgraphic-popup__item-body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  color: #fff;
}
.no-touch .hotgraphic-popup__item-body a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.no-touch .hotgraphic-popup__item-body a:hover {
  color: #fff;
  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: 0.5rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 47.5rem) {
  .languagepicker__title {
    font-size: 3rem;
  }
}
.languagepicker__body {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.languagepicker__body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .languagepicker__body a:hover {
  color: #333;
  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: #0d274d;
  color: #fff;
}
.no-touch .dropdown__btn:not(.is-disabled):not([aria-expanded="true"]):hover,
html:not(.a11y-disable-focusoutline) .dropdown__btn:focus {
  background-color: #091c37;
  color: #fff;
  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: #000;
}
.dropdown__btn[aria-expanded="true"] {
  background-color: #091c37;
  color: #fff;
}
.dropdown__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: rotateY(translateY(-50%));
  -moz-transform: rotateY(translateY(-50%));
  -ms-transform: rotateY(translateY(-50%));
  -o-transform: rotateY(translateY(-50%));
  transform: rotateY(translateY(-50%));
}
.dir-rtl .dropdown__icon {
  right: inherit;
  left: 1rem;
}
.dropdown__item {
  padding: 1rem;
  background-color: #0d274d;
  border-bottom: 1px solid #091c37;
  color: #fff;
}
.no-touch .dropdown__item:not(:focus):not([aria-selected="true"]):hover {
  background-color: #091c37;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.dropdown__item:focus,
.dropdown__item[aria-selected="true"] {
  background-color: #091c37;
  color: #fff;
}
.matching__item {
  margin-bottom: 0.25rem;
}
.matching__item-title {
  padding: 1rem;
}
.matching__select-container {
  position: relative;
}
.matching__select-state {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: rotateY(translateY(-50%));
  -moz-transform: rotateY(translateY(-50%));
  -ms-transform: rotateY(translateY(-50%));
  -o-transform: rotateY(translateY(-50%));
  transform: rotateY(translateY(-50%));
}
.dir-rtl .matching__select-state {
  right: inherit;
  left: 1rem;
}
.matching__widget.is-disabled .matching__select-icon {
  color: #000;
}
.matching__widget:not(.is-complete) .matching__select-container.has-error .dropdown__btn {
  box-shadow: 0 0 0 1px #c91111 inset;
}
.mcq__item-label {
  margin-bottom: 0.25rem;
  background-color: #0d274d;
  color: #fff;
  border-radius: 0px;
}
.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: #091c37;
  color: #fff;
  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: #000;
}
.mcq__item-label.is-selected {
  background-color: #091c37;
  color: #fff;
}
.mcq__item-state {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  -webkit-transform: rotateY(translateY(-50%));
  -moz-transform: rotateY(translateY(-50%));
  -ms-transform: rotateY(translateY(-50%));
  -o-transform: rotateY(translateY(-50%));
  transform: rotateY(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: #0d274d;
  color: #fff;
  border-radius: 0px;
}
.no-touch .media__transcript-btn:hover {
  background-color: #091c37;
  color: #fff;
  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: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .media__transcript-body-inline a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.mejs-container .mejs-overlay .mejs-overlay-button {
  transform: translate(-50%, -50%);
  -webkit-transform: rotateY(translate(-50%, -50%));
  -moz-transform: rotateY(translate(-50%, -50%));
  -ms-transform: rotateY(translate(-50%, -50%));
  -o-transform: rotateY(translate(-50%, -50%));
  transform: rotateY(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: #000;
  box-shadow: 0 0 0 3px #000;
}
.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: #000;
}
.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: #000;
}
.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: #000;
  border-color: #000;
}
.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%);
  -webkit-transform: rotateY(translate(-50%, -50%));
  -moz-transform: rotateY(translate(-50%, -50%));
  -ms-transform: rotateY(translate(-50%, -50%));
  -o-transform: rotateY(translate(-50%, -50%));
  transform: rotateY(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: 1.2375rem;
  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: #000;
  color: #fff;
}
.narrative__content-title {
  margin-bottom: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.narrative__content-body a {
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1.2375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.no-touch .narrative__content-body a:hover {
  color: #333;
  transition: color 0.2s ease-in;
}
.narrative__controls {
  background-color: #0d274d;
  color: #fff;
}
.no-touch .narrative__controls:hover {
  background-color: #091c37;
  color: #fff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.narrative__progress {
  background-color: #0d274d;
  border-radius: 50%;
}
.no-touch .narrative__progress:not(.is-selected):hover {
  background-color: #091c37;
  transition: background-color 0.2s ease-in;
}
.narrative__progress.is-visited {
  background-color: #727272;
}
.narrative__progress.is-selected {
  background-color: #091c37;
}
.narrative__strapline-btn {
  text-align: left;
  background-color: #0d274d;
  color: #fff;
}
.no-touch .narrative__strapline-btn:hover {
  background-color: #091c37;
  color: #fff;
}
.dir-rtl .narrative__strapline-btn {
  text-align: right;
}
.narrative__strapline-btn.is-visited {
  background-color: #727272;
  color: #fff;
}
.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: #f2f2f2;
}
.pagelevelprogress__indicator-inner {
  background-color: #fff;
}
.pagelevelprogress__indicator-bar {
  background-color: #f2f2f2;
  transition: width 0.5s linear;
}
.menu-item__progress .pagelevelprogress__indicator {
  border-color: #f2f2f2;
}
.menu-item__progress .pagelevelprogress__indicator-inner {
  background-color: #fff;
}
.menu-item__progress .pagelevelprogress__indicator-bar {
  background-color: #f2f2f2;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator {
  border-color: #fcfcfc;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator-inner {
  background-color: #f2f2f2;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator-bar {
  background-color: #fcfcfc;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator {
  border-color: #fcfcfc;
  transition: border-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator-inner {
  background-color: #f2f2f2;
  transition: background-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator-bar {
  background-color: #fcfcfc;
  transition: background-color 0.2s ease-in;
}
.pagelevelprogress__item-btn .pagelevelprogress__indicator {
  border-color: #000;
}
.pagelevelprogress__item-btn .pagelevelprogress__indicator-inner {
  background-color: #d3d7db;
}
.pagelevelprogress__item-btn .pagelevelprogress__indicator-bar {
  background-color: #000;
}
.no-touch .pagelevelprogress__item-btn:hover .pagelevelprogress__indicator {
  border-color: #000;
  transition: border-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__item-btn:hover .pagelevelprogress__indicator-inner {
  background-color: #bec1c5;
  transition: background-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__item-btn:hover .pagelevelprogress__indicator-bar {
  background-color: #000;
  transition: background-color 0.2s ease-in;
}
.resources__filter-btn {
  padding: 1rem 0.5rem;
  font-family: 'Cisco Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #d3d7db;
  border-bottom: 1px solid #bec1c5;
  border-right: 1px solid #bec1c5;
  color: #000;
}
.no-touch .resources__filter-btn:not(.is-disabled):not(.is-selected):hover {
  background-color: #bec1c5;
  color: #000;
  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: #9ba4ad;
  color: #000;
}
.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: #0d274d;
  color: #fff;
  z-index: 5;
}
.slider__number-model-answer {
  background-color: #0d274d;
  color: #fff;
  z-index: 10;
}
.slider__scale-container {
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: #bfbfbf;
}
.slider__scale-notch {
  background-color: #bfbfbf;
}
.slider__item {
  margin-bottom: 2rem;
}
.rangeslider {
  background-color: #DDDDDD;
}
.rangeslider--horizontal {
  box-shadow: none;
}
.rangeslider__fill {
  background-color: #0d274d;
  box-shadow: none;
}
.rangeslider__handle {
  background-image: none;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 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(0, 0, 0, 0.6);
}
html.a11y-disable-focusoutline input[type='range']:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.text.is-pull-quote .text__title {
  font-size: 1.25rem;
  font-family: 'Cisco Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-style: italic;
  color: inherit;
}
.text.is-pull-quote .text__body {
  font-size: 1rem;
  font-family: 'Cisco Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.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__widget.is-disabled .textinput__item-textbox {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #000;
}
.textinput__widget.is-disabled .textinput__item-icon {
  color: #000;
}
.textinput__item-state {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: rotateY(translateY(-50%));
  -moz-transform: rotateY(translateY(-50%));
  -ms-transform: rotateY(translateY(-50%));
  -o-transform: rotateY(translateY(-50%));
  transform: rotateY(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;
}
.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: #000;
}
.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: #333;
}
.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-container .block__inner {
  max-width: 90rem;
}
.block-color.transparent-light {
  background-color: transparent;
  color: #000;
}
.block-color.transparent-light .block__title,
.block-color.transparent-light .component__title,
.block-color.transparent-light .block__body a,
.block-color.transparent-light .component__body a,
.block-color.transparent-light .block__instruction a,
.block-color.transparent-light .component__instruction a {
  color: #000;
}
.block-color.transparent-light .pagelevelprogress__indicator {
  border-color: #000;
}
.block-color.transparent-light .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.block-color.transparent-light .pagelevelprogress__indicator-bar {
  background-color: #000;
}
.block-color.transparent-light .narrative__progress {
  background-color: rgba(0, 0, 0, 0.5);
}
.block-color.transparent-light .narrative__progress.is-selected {
  background-color: #000;
}
.block-color.transparent-dark {
  background-color: transparent;
  color: #fff;
}
.block-color.transparent-dark .block__title,
.block-color.transparent-dark .component__title,
.block-color.transparent-dark .block__body a,
.block-color.transparent-dark .component__body a,
.block-color.transparent-dark .block__instruction a,
.block-color.transparent-dark .component__instruction a {
  color: #fff;
}
.block-color.transparent-dark .pagelevelprogress__indicator {
  border-color: #fff;
}
.block-color.transparent-dark .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.block-color.transparent-dark .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.block-color.transparent-dark .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-color.transparent-dark .narrative__progress.is-selected {
  background-color: #fff;
}
.block-color.black {
  background-color: #000;
  color: #fff;
}
.block-color.black .block__title,
.block-color.black .component__title,
.block-color.black .block__body a,
.block-color.black .component__body a,
.block-color.black .block__instruction a,
.block-color.black .component__instruction a {
  color: #fff;
}
.block-color.black .pagelevelprogress__indicator {
  border-color: #fff;
}
.block-color.black .pagelevelprogress__indicator-inner {
  background-color: #000;
}
.block-color.black .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.block-color.black .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-color.black .narrative__progress.is-selected {
  background-color: #fff;
}
.block-color.background {
  background-color: #000;
  color: #fff;
}
.block-color.background .block__title,
.block-color.background .component__title,
.block-color.background .block__body a,
.block-color.background .component__body a,
.block-color.background .block__instruction a,
.block-color.background .component__instruction a {
  color: #fff;
}
.block-color.background .pagelevelprogress__indicator {
  border-color: #fff;
}
.block-color.background .pagelevelprogress__indicator-inner {
  background-color: #000;
}
.block-color.background .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.block-color.background .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-color.background .narrative__progress.is-selected {
  background-color: #fff;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite-after {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.animated.pulse[class*='-after'],
.animated.pulse.pulse-after {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.page-heading {
  overflow: hidden;
}
.page-heading .block__container {
  z-index: 1000;
  position: relative;
}
.page-heading:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.40969891) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-heading h1 {
  font-size: 3.3rem;
}
@media only screen and (max-width: 47.5rem) {
  .page-heading h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 47.5rem) and (max-width: 65rem) {
  .page-heading .component.is-left {
    width: 80%;
  }
}
body .notify__popup {
  background-color: #1a2035;
  border: none;
  color: #fff;
  height: 100% !important;
  margin-top: 0 !important;
  overflow: auto;
  padding: 0;
  top: 0 !important;
  z-index: 800;
  position: fixed;
  width: 100%;
}
body .notify__popup .notify__popup-inner {
  box-sizing: border-box;
  padding: 12% 1.875rem 1.875rem 1.875rem;
  margin: 0 auto;
  max-width: 64rem;
  text-align: center;
}
body .notify__popup .notify__content {
  text-align: left;
}
body .notify__popup .notify__content .notify__content-inner .notify__title .notify__title-inner {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 0 0 0.625rem;
  text-transform: none;
  font-size: 3.3rem;
  line-height: 3.625rem;
}
body .notify__popup .notify__content .notify__content-inner .notify__title .notify__title-inner font {
  color: #fff !important;
}
body .notify__popup .notify__content .notify__content-inner .notify__title .notify__title-inner font strong {
  font-weight: normal !important;
}
body .notify__popup .notify__content .notify__content-inner .notify__body .notify__body-inner {
  font-size: 1.2375rem;
}
body .notify__popup .notify__close-btn {
  background-color: #dee2e6;
  color: #000;
  display: inline-block;
  float: none;
  margin-top: 1.875rem;
  outline: none;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  text-decoration: none;
  transition: all 0.3s;
  width: auto;
  border-radius: 0px;
  margin: auto;
  position: relative;
  top: inherit;
  left: inherit;
  display: flex;
  align-items: center;
  transition: none !important;
  font-weight: 400;
}
body .notify__popup .notify__close-btn .icon {
  margin-right: 5px;
}
body .notify__popup .notify__close-btn:hover {
  background-color: #fff;
  color: #000;
}
.loading {
  background-color: #fff;
  position: fixed;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.loading .loading__wrapper .loading__logo {
  background: transparent;
  height: 6.25rem;
  margin: 15% 0 2.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.loading .loading__wrapper .loading__logo:after {
  background-color: transparent;
  background-image: url(assets/cisco-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 6.25rem;
  content: '';
  display: inline-block;
  height: 6.25rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.loading .course__title {
  border-color: #000;
  color: #000;
  margin: 0 10%;
  padding: 1.5625rem 0 0;
  position: relative;
  width: 80%;
}
.loading .course__title h2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 3.125rem;
  margin: 0 0 0.625rem;
}
.loading .loading__image {
  background-color: #fff;
  background-image: url(assets/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.1875rem;
  border-radius: 50%;
  color: #ffffff;
  margin: 4.375rem auto 0;
  position: relative;
  text-transform: lowercase;
  top: 0;
  background-size: 3.4375rem;
  height: 4.375rem;
  width: 4.375rem;
}
.drawer .drawer__item {
  background-color: #d3d7db;
}
.drawer .drawer__inner {
  border-left: 0.3125rem solid #c8cbcf;
  padding-top: 3.75rem;
}
.drawer .drawer__inner .pagelevelprogress {
  margin-top: -3.8125rem;
}
.drawer .drawer__inner .pagelevelprogress .pagelevelprogress__inner .pagelevelprogress__item {
  background-color: #d3d7db;
}
.drawer .drawer__inner .drawer__close .drawer__btn {
  border-radius: 0px;
  margin: 0rem;
  height: 3.75rem;
  width: 3.75rem;
}
.drawer .pagelevelprogress__item .pagelevelprogress__item-btn {
  margin: 0;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer .pagelevelprogress__item .pagelevelprogress__item-btn .pagelevelprogress__item-title {
  width: 75%;
}
.drawer .pagelevelprogress__item .pagelevelprogress__item-btn .pagelevelprogress__indicator {
  border: 0.0625rem solid #fff;
  width: 15%;
  background-color: #fff;
  border-radius: 50px;
  height: 0.75rem;
}
.drawer .pagelevelprogress__item .pagelevelprogress__item-btn .pagelevelprogress__indicator .pagelevelprogress__indicator-inner {
  background-color: transparent;
  height: 0.75rem;
}
.drawer .pagelevelprogress__item .pagelevelprogress__item-btn .pagelevelprogress__item-title-inner {
  font-size: 1.2375rem;
  line-height: 1.75rem;
  font-weight: normal;
}
.drawer .pagelevelprogress__item .pagelevelprogress__item-btn .pagelevelprogress__indicator-bar {
  background-color: #6abf4b;
  min-width: 0%;
}
.drawer .drawer__holder {
  padding-top: 3.8125rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.drawer .drawer__holder button {
  background-color: #dee2e6;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  display: inline-block;
  font-size: inherit;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
  padding: 1.25rem 0 1.25rem 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.drawer .drawer__holder .drawer__item {
  background-color: #d3d7db;
}
.drawer .drawer__holder .drawer__item .drawer__menu-title {
  font-size: 1.2375rem;
  font-weight: normal;
  text-align: center;
}
.drawer .drawer__holder .drawer__item .drawer__menu-body {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.2375rem;
  text-align: center;
}
.drawer .drawer__holder .is-search {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: 0;
}
.drawer .drawer__holder .is-search.drawer__item-title {
  padding-left: 1rem;
  padding-right: 1rem;
}
.drawer .drawer__holder .is-search.drawer__item-title .drawer__item-title-inner {
  margin: 0 0 0.625rem;
}
.drawer .drawer__holder .is-search .drawer__item-title {
  font-size: 1.2375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left !important;
}
.drawer .drawer__holder .is-search .drawer__item-title .drawer__item-title-inner {
  font-size: 1.2375rem;
  margin: 0 0 0.625rem;
  font-weight: normal;
  padding-top: 0.625rem;
}
.drawer .drawer__holder .is-search .drawer__item-body,
.drawer .drawer__holder .is-search .drawer__item-description {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left !important;
  font-size: 1.2375rem;
}
.drawer .drawer__holder .is-search .search {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.drawer .drawer__holder .is-search .search .search__textbox {
  width: 100%;
  padding: 1rem;
  line-height: 0.625rem;
  font-size: 1.2375rem;
}
.drawer .drawer__holder .is-search .search__items-container {
  border-top: 1px solid #bec1c5;
}
.drawer .drawer__holder .is-search .search__items-container .search__item {
  border-bottom: 0.0625rem solid;
  border-color: #85888a;
  color: #000;
}
.drawer .drawer__holder .is-search .search__items-container .search__item .drawer__item-title {
  font-size: 1.2375rem;
  text-align: center;
}
.drawer .drawer__holder .is-search .search__items-container .search__item .drawer__item-body {
  font-size: 1.2375rem;
  text-align: center;
}
.drawer .drawer__holder .is-search .search__items-container .search__item .is-found {
  background-color: #adbc4e;
  color: #000;
  padding: 0 0.3125rem;
}
.glossary {
  margin-top: -3.8125rem;
}
.glossary .glossary__inner {
  margin: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-align: left;
}
.glossary .glossary__inner .glossary__item-term {
  margin-bottom: 0;
  margin-top: 0;
}
.glossary .glossary__inner .glossary__item-term .glossary__item-term-title {
  font-size: 1.2375rem;
  font-weight: normal;
  text-align: center;
}
.resources .drawer__item {
  background-color: #d3d7db;
}
.resources .drawer__item .resources__item-title-inner {
  font-size: 1.2375rem;
  font-weight: normal;
}
.nav__btn {
  background-color: transparent;
  color: #000;
}
.nav__btn:hover {
  background-color: transparent !important;
  color: #000 !important;
  opacity: 0.7;
}
.nav__btn.nav__back-btn {
  display: none !important;
}
.nav__btn.nav__close-btn .icon:before {
  content: '\f08b' !important;
  font-family: fontawesome !important;
}
.location-menu .nav__btn.nav__homebutton-btn {
  display: none !important;
}
.location-page {
  background-image: none !important;
}
.location-page .nav {
  background-size: auto 3.75rem;
  height: 3.75rem;
}
.location-page .nav .nav__inner {
  background-color: transparent;
  background-image: url(assets/cisco-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 2.5rem;
  height: 100%;
  text-align: right;
  width: 100%;
}
.location-page .nav .pagelevelprogress__nav-btn {
  background-color: #fff !important;
  border: none;
  height: auto;
  left: 0;
  margin: 0;
  right: auto;
  padding: 0.125rem 0;
  position: absolute;
  top: 3.125rem;
  transition: height 0.3s linear;
  width: 100%;
  top: 3.75rem;
}
.location-page .nav .pagelevelprogress__nav-btn:hover {
  opacity: 0.7 !important;
}
.location-page .nav .pagelevelprogress__nav-btn .pagelevelprogress__indicator {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  height: 0.75rem;
  width: 100%;
}
.location-page .nav .pagelevelprogress__nav-btn .pagelevelprogress__indicator .pagelevelprogress__indicator-inner {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  height: 0.75rem;
  width: 100%;
}
.location-page .nav .pagelevelprogress__nav-btn .pagelevelprogress__indicator .pagelevelprogress__indicator-inner .pagelevelprogress__indicator-bar {
  background-color: #6abf4b;
  border-radius: 50px;
}
.notify.hotgraphic .notify__popup {
  background-color: transparent;
  border: none;
  color: #fff;
  height: 100% !important;
  margin-top: 0 !important;
  overflow: auto;
  padding: 0;
  top: 0 !important;
  z-index: 800;
}
.notify.hotgraphic .notify__popup .notify__popup-inner {
  box-sizing: border-box;
  padding: 12% 1.875rem 1.875rem 1.875rem;
  text-align: center;
}
.notify.hotgraphic .notify__popup .notify__popup-inner {
  margin: 0 auto;
  max-width: 64rem;
  text-align: left;
}
.notify.hotgraphic .notify__popup .notify__content .hotgraphic-popup {
  background-color: transparent;
  border: none;
  margin: 0;
  max-width: 64rem;
  padding-top: 3.75rem;
}
.notify.hotgraphic .notify__popup .notify__content .hotgraphic-popup__toolbar {
  background-color: #dee2e6;
  color: #000;
  height: 3.75rem;
  overflow: hidden;
  z-index: 1;
}
.notify.hotgraphic .notify__popup .notify__content .hotgraphic-popup__toolbar:before {
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.notify.hotgraphic .notify__popup .notify__content .hotgraphic-popup__inner {
  background-color: #FFFFFF;
  color: #333333;
  height: 50vh;
  max-height: 28.4375rem;
  overflow-y: auto;
  padding: 1.25rem;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}
.notify.hotgraphic .notify__popup .notify__content .hotgraphic-popup__inner .hotgraphic-popup__item-content .hotgraphic-popup__item-content-inner .hotgraphic-popup__item-title {
  font-size: 1.925rem;
  font-weight: normal;
  font-family: "Open Sans", arial, sans-serif;
  letter-spacing: -1px;
}
.notify.hotgraphic .notify__popup .notify__content .hotgraphic-popup__inner .hotgraphic-popup__item-content .hotgraphic-popup__item-body {
  font-size: 1.2375rem;
  font-weight: normal;
  letter-spacing: normal;
  font-family: "Open Sans", arial, sans-serif;
}
.notify.hotgraphic .notify__popup .notify__content button {
  background-color: #dee2e6 !important;
  color: #000;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center;
  height: 3.75rem;
  line-height: 3.75rem;
  width: 3.75rem;
  border-radius: 0%;
}
.notify.hotgraphic .notify__popup .notify__content button.next {
  left: 3.875rem;
}
.notify.hotgraphic .notify__popup .notify__content button:hover {
  background-color: #d3d7db !important;
}
.notify.hotgraphic .notify__popup .notify__content .hotgraphic-popup__close {
  left: auto;
  right: 0;
}
.notify.hotgraphic .notify__popup .notify__content .hotgraphic-popup__count {
  left: 0;
  letter-spacing: -0.125rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  text-align: center;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1.2375rem;
}
.accordion .accordion__item,
.accordioncommandwindow .accordion__item {
  border-top: 0.0625rem solid transparent;
  margin: 0;
}
.accordion .accordion__item .accordion__item-btn,
.accordioncommandwindow .accordion__item .accordion__item-btn {
  background-color: #dee2e6;
  color: #000;
  border: none;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  padding: 1.25rem 3.75rem 1.25rem;
  text-decoration: none;
  transition: background-color;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  text-align: left;
  padding-right: 4.375rem;
}
.accordion .accordion__item .accordion__item-btn .accordion__item-icon,
.accordioncommandwindow .accordion__item .accordion__item-btn .accordion__item-icon {
  position: absolute;
  top: 0%;
  right: 0rem;
  height: 100%;
  transform: translateY(0%);
}
.accordion .accordion__item .accordion__item-btn .accordion__item-icon .icon,
.accordioncommandwindow .accordion__item .accordion__item-btn .accordion__item-icon .icon {
  background-color: #dee2e6;
  color: #000;
  height: 100% !important;
  left: auto;
  margin-top: 0;
  padding: 0.125rem 0 0;
  position: absolute;
  height: 3.125rem;
  text-align: center;
  right: 0;
  top: 0;
  background-color: #416f2d;
  color: #ffffff;
  font-family: "vanilla";
  line-height: 4.063rem;
  width: 4.063rem;
  padding-top: 0.375rem;
}
.accordion .accordion__item .accordion__item-btn .accordion__item-icon .icon:before,
.accordioncommandwindow .accordion__item .accordion__item-btn .accordion__item-icon .icon:before,
.accordion .accordion__item .accordion__item-btn .accordion__item-icon .icon:after,
.accordioncommandwindow .accordion__item .accordion__item-btn .accordion__item-icon .icon:after {
  line-height: 3.75rem;
}
.accordion .accordion__item .accordion__item-btn.is-closed .icon:before,
.accordioncommandwindow .accordion__item .accordion__item-btn.is-closed .icon:before {
  content: "\e95f" !important;
}
.accordion .accordion__item .accordion__item-btn.is-selected .icon:before,
.accordioncommandwindow .accordion__item .accordion__item-btn.is-selected .icon:before {
  content: "\e962" !important;
}
.accordion .accordion__item .accordion__item-content,
.accordioncommandwindow .accordion__item .accordion__item-content {
  padding: 0rem;
  background-color: #ffffff;
}
.accordion .accordion__item .accordion__item-content .accordion__item-content-inner,
.accordioncommandwindow .accordion__item .accordion__item-content .accordion__item-content-inner {
  padding: 1.25rem 3.75rem 1.25rem;
}
.accordioncommandwindow pre {
  padding: 0 !important;
}
.accordioncommandwindow .accordion__item-content-inner {
  padding: 1.25rem 2.75rem 1.25rem !important;
}
.hotgraphic .hotgraphic__pin-item .hotgraphic__pin {
  box-sizing: content-box;
  height: 3.125rem;
  line-height: 3.125rem;
  margin: 0;
  padding: 0.3125rem;
  width: 3.125rem;
  z-index: 1;
  border-radius: 50%;
  background-color: transparent!important;
  border: none!important;
}
.hotgraphic .hotgraphic__pin-item .hotgraphic__pin .icon {
  height: 3.125rem;
  width: 3.125rem;
  font-size: 0!important;
  line-height: 3.125rem;
  margin: 0!important;
  padding: 0!important;
  text-align: center;
}
.hotgraphic .hotgraphic__pin-item .hotgraphic__pin .icon:before {
  background-image: url(assets/60003ad0cff33e59e18abc4f.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  content: "" !important;
  display: inline-block !important;
  margin: 0;
  vertical-align: middle;
  height: 3.125rem !important;
  width: 3.125rem !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hotgraphic .hotgraphic__pin-item .hotgraphic__pin:hover .icon:before {
  margin-top: -14px;
}
.hotgraphic .hotgraphic__pin-item .hotgraphic__pin.is-visited .icon:before {
  background-image: url(assets/60003ae5b68d0d78c695b49e.png);
}
.hotgraphic .hotgraphic__pin-item .hotgraphic__pin:hover.is-visited .icon:before {
  margin-top: 0px;
}
.opentextinput .opentextinput__count-characters {
  height: 68px;
  font-size: 1.2375rem;
  background-color: #f2f2f2 !important;
  padding: 1.25rem 3.75rem 1.25rem;
}
.opentextinput .opentextinput__count-characters .opentextinput__count-characters-container {
  color: #000 !important;
}
.opentextinput .opentextinput__answer-container .opentextinput__item-textbox {
  background-color: #fff !important;
  display: block;
  resize: none;
  min-height: 8.75rem;
  width: 100%;
  border: 0px;
  padding: 1.25rem 3.75rem 1.25rem;
}
.opentextinput .opentextinput__answer-container .opentextinput__item-textbox textarea:disabled {
  color: #a3a3a3;
  opacity: 1;
}
.opentextinput .component__widget .opentextinput__show-modelanswer {
  padding: 1.25rem 3.75rem 1.25rem;
  background-color: #fff;
  color: #333;
  height: auto !important;
}
.opentextinput .btn__container .btn__marking {
  background-color: transparent;
  color: transparent;
  border-radius: transparent;
}
.opentextinput .btn__container .btn__marking .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.5rem;
  color: #fff;
  border: 0;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  background-color: #1c8e0d;
}
.opentextinput .btn__container .btn__marking .icon:before {
  font-size: 2rem;
  line-height: 2.625rem;
}
.opentextinput .btn__container .btn__marking.is-full-width {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.narrative .narrative__inner .narrative__widget .narrative__slide-container {
  margin-right: 0;
  overflow-y: hidden;
  width: 50%;
}
.narrative .narrative__inner .narrative__widget .narrative__slide-container .narrative__controls {
  background-color: #cecece;
  border-color: #cecece;
  color: #121212;
}
.narrative .narrative__inner .narrative__widget .narrative__indicators {
  width: 50%;
}
.narrative .narrative__inner .narrative__widget .narrative__content {
  width: 50%;
  margin-left: 0%;
}
.narrative .narrative__inner .narrative__widget .narrative__content .narrative__content-inner {
  padding: 1.25rem 3.75rem 1.25rem;
}
.narrative .narrative__inner .narrative__progress {
  border: 0.0625rem solid #dee2e6 !important;
  border-radius: 50%;
  display: inline-block;
  height: 0.625rem;
  margin: 0.125rem;
  vertical-align: middle;
  width: 0.625rem;
  background-color: rgba(18, 18, 18, 0.5) !important;
}
.narrative .narrative__inner .narrative__progress.is-selected {
  height: 0.9375rem;
  margin-top: 0;
  width: 0.9375rem;
  background-color: #121212 !important;
}
.background-color-oxford-blue .narrative .narrative__inner .narrative__progress {
  border: 0.0625rem solid #fff !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.background-color-oxford-blue .narrative .narrative__inner .narrative__progress.is-selected {
  background-color: #fff !important;
}
.narrative .narrative__inner .narrative__strapline .narrative__strapline-btn {
  background-color: #dee2e6;
  border-color: #dee2e6;
  color: #000;
}
.narrative .narrative__inner .narrative__strapline .narrative__strapline-btn:hover {
  background-color: #cfd5db;
  border-color: #cfd5db;
  color: #000;
}
.background-color-oxford-blue .narrative .narrative__inner .narrative__strapline .narrative__strapline-btn {
  background-color: #0b2141;
  border-color: #0b2141;
  color: #fff;
}
.background-color-oxford-blue .narrative .narrative__inner .narrative__strapline .narrative__strapline-btn:hover {
  background-color: #091b36;
  border-color: #091b36;
}
.narrative .narrative__inner .narrative__strapline .narrative__strapline-btn .narrative__strapline-icon .icon:before {
  font-size: 1.8rem;
}
.narrative .narrative__inner .narrative__strapline .narrative__strapline-btn .narrative__strapline-title {
  margin-right: inherit;
  padding: inherit;
}
.narrative .narrative__inner .narrative__strapline .narrative__strapline-btn .narrative__strapline-title .narrative__strapline-title-inner {
  height: auto;
  letter-spacing: 0;
  margin: 0;
  width: auto !important;
  padding: 1.09375rem 3.28125rem 1.09375rem;
  font-size: 1.125rem;
}
.narrative.mode-small .narrative__slide-container {
  width: 100% !important;
}
.narrative.mode-small .narrative__indicators {
  width: 100% !important;
}
.matching .matching__inner .matching__widget .matching__item,
.inlinefeedbackmatching .matching__inner .matching__widget .matching__item {
  border: none;
  margin-bottom: 0;
  margin-top: 0.0625rem;
  padding: 0;
  color: #000;
}
.matching .matching__inner .matching__widget .matching__select-container,
.inlinefeedbackmatching .matching__inner .matching__widget .matching__select-container {
  margin-top: 0.0625rem;
}
.matching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon,
.inlinefeedbackmatching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon {
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -75%);
  z-index: 1;
}
.matching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon.matching__select-correct-icon .icon:before,
.inlinefeedbackmatching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon.matching__select-correct-icon .icon:before,
.matching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon.matching__select-incorrect-icon .icon:before,
.inlinefeedbackmatching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon.matching__select-incorrect-icon .icon:before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  padding: 0.3125rem;
}
.matching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon.matching__select-correct-icon .icon,
.inlinefeedbackmatching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon.matching__select-correct-icon .icon {
  color: #1c8e0d;
}
.matching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon.matching__select-incorrect-icon .icon,
.inlinefeedbackmatching .matching__inner .matching__widget .matching__select-container .matching__select-state .matching__select-icon.matching__select-incorrect-icon .icon {
  color: #c91111;
}
.matching .matching__item-title,
.inlinefeedbackmatching .matching__item-title {
  background-color: #0d274d !important;
  padding: 1.25rem 3.75rem 1.25rem;
  font-size: 1.2375rem;
  color: #fff;
}
.matching .dropdown__btn,
.inlinefeedbackmatching .dropdown__btn {
  padding: 0px;
}
.matching .dropdown__btn .dropdown__inner,
.inlinefeedbackmatching .dropdown__btn .dropdown__inner {
  padding: 1.25rem 3.75rem 1.25rem;
  text-align: left;
  text-overflow: unset;
  vertical-align: bottom;
  white-space: normal;
}
.matching .dropdown__list,
.inlinefeedbackmatching .dropdown__list {
  background-color: #fff;
  border: 0.0625rem solid #c1c8d0;
}
.matching .dropdown__list .dropdown__item,
.inlinefeedbackmatching .dropdown__list .dropdown__item {
  padding: 0.625rem;
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
  color: #000;
  font-size: 1.2375rem;
}
.matching .dropdown__list .dropdown__item:hover,
.inlinefeedbackmatching .dropdown__list .dropdown__item:hover {
  background-color: #c0c0c0 !important;
  color: #fff !important;
}
.graphicwithmatching .graphicWithMatching__inner .graphicWithMatching__widget {
  position: relative;
  padding: 2rem;
}
.graphicwithmatching .graphicWithMatching__inner .graphicWithMatching__widget .graphicWithMatching__item {
  font-size: 1rem;
  border: none;
  margin-bottom: 0;
  margin-top: 0.0625rem;
  padding: 0;
  color: #000;
}
.graphicwithmatching .graphicWithMatching__inner .graphicWithMatching__widget .graphicWithMatching__select-container {
  margin-top: 0.0625rem;
}
.graphicwithmatching .graphicWithMatching__inner .graphicWithMatching__widget .graphicWithMatching__select-container .graphicWithMatching__select-state .graphicWithMatching__select-icon {
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: -32px;
  top: 13px;
  transform: translate(-50%, -75%);
  z-index: 1;
}
.graphicwithmatching .graphicWithMatching__inner .graphicWithMatching__widget .graphicWithMatching__select-container .graphicWithMatching__select-state .graphicWithMatching__select-icon.graphicWithMatching__select-correct-icon .icon:before,
.graphicwithmatching .graphicWithMatching__inner .graphicWithMatching__widget .graphicWithMatching__select-container .graphicWithMatching__select-state .graphicWithMatching__select-icon.graphicWithMatching__select-incorrect-icon .icon:before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  padding: 0.3125rem;
}
.graphicwithmatching .graphicWithMatching__inner .graphicWithMatching__widget .graphicWithMatching__select-container .graphicWithMatching__select-state .graphicWithMatching__select-icon.graphicWithMatching__select-correct-icon .icon {
  color: #1c8e0d;
}
.graphicwithmatching .graphicWithMatching__inner .graphicWithMatching__widget .graphicWithMatching__select-container .graphicWithMatching__select-state .graphicWithMatching__select-icon.graphicWithMatching__select-incorrect-icon .icon {
  color: #c91111;
}
.graphicwithmatching .graphicWithMatching__item-title {
  background-color: #0d274d !important;
  padding: 1.25rem 3.75rem 1.25rem;
  font-size: 1.2375rem;
  color: #fff;
}
.graphicwithmatching .dropdown__btn {
  padding: 0px;
}
.graphicwithmatching .dropdown__btn .dropdown__inner {
  padding: 1rem 2rem 1rem;
  padding-right: 2.75rem;
  text-align: left;
  text-overflow: unset;
  vertical-align: bottom;
  white-space: normal;
}
.graphicwithmatching .dropdown__list {
  background-color: #fff;
  border: 0.0625rem solid #c1c8d0;
}
.graphicwithmatching .dropdown__list .dropdown__item {
  padding: 0.625rem;
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
  color: #000;
  font-size: 1rem;
}
.graphicwithmatching .dropdown__list .dropdown__item:hover {
  background-color: #c0c0c0 !important;
  color: #fff !important;
}
@media (max-width: 47.5rem) {
  .gmcq .gmcq__widget .gmcq__item,
  .inlinefeedbackgmcq .gmcq__widget .gmcq__item {
    width: 100%;
  }
}
.gmcq .gmcq__widget .gmcq__item .gmcq__item-label,
.inlinefeedbackgmcq .gmcq__widget .gmcq__item .gmcq__item-label {
  border: 2px solid #dee2e6;
}
.gmcq .gmcq__widget .gmcq__item .gmcq__item-label .gmcq__item-option,
.inlinefeedbackgmcq .gmcq__widget .gmcq__item .gmcq__item-label .gmcq__item-option {
  min-height: 3.75rem;
  padding: 0px;
}
.gmcq .gmcq__widget .gmcq__item .gmcq__item-label .gmcq__item-option .gmcq__item-state,
.inlinefeedbackgmcq .gmcq__widget .gmcq__item .gmcq__item-label .gmcq__item-option .gmcq__item-state {
  margin-top: 0.1rem;
  position: absolute;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  width: 3.125rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem), only screen and (min-width: 47.5rem) {
  .gmcq .gmcq__widget .gmcq__item .gmcq__item-label .gmcq__item-option .gmcq__item-state,
  .inlinefeedbackgmcq .gmcq__widget .gmcq__item .gmcq__item-label .gmcq__item-option .gmcq__item-state {
    height: 3.75rem;
    line-height: 3.75rem;
    width: 3.75rem;
  }
}
.brightcove .brightcove-timestamp {
  display: none !important;
}
.brightcove .brightcove-video-holder {
  display: block;
  position: relative;
  max-width: 100%;
}
.brightcove .media-transcript-container {
  display: none;
}
.tabs__nav-item-btn {
  margin: 0px 1px;
  font-size: 1.2375rem;
}
.tabs__nav-item-btn:first-child {
  margin-left: 0px;
}
.tabs__nav-item-btn:last-child {
  margin-right: 0px;
}
@media (max-width: 47.5rem) {
  .tabs__nav-item-btn {
    margin: 1px 0px;
  }
  .tabs__nav-item-btn:first-child {
    margin-top: 0px;
  }
  .tabs__nav-item-btn:last-child {
    margin-bottom: 0px;
  }
}
.fillblanks .fillBlanks__select-container {
  position: relative;
}
.fillblanks .fillBlanks__select-state {
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fillblanks .fillBlanks__select-state .icon:before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  padding: 0.3125rem;
}
.fillblanks .fillBlanks__select-state .fillBlanks__select-correct-icon .icon:before {
  color: #1c8e0d;
}
.fillblanks .fillBlanks__select-state .fillBlanks__select-incorrect-icon .icon:before {
  color: #c91111;
}
.mcq .mcq__item,
.inlinefeedbackmcq .mcq__item {
  border-top: 0.0625rem solid transparent;
}
.mcq label,
.inlinefeedbackmcq label {
  border: none;
  margin-bottom: 0;
  margin-top: 0px;
  transition: background-color;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.mcq label:before,
.inlinefeedbackmcq label:before,
.mcq label:after,
.inlinefeedbackmcq label:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.mcq label.mcq__item-label .mcq__item-state,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state {
  margin-top: 0.1875rem;
  position: absolute;
  text-align: center;
  z-index: 3;
  height: 3.75rem;
  line-height: 3.75rem;
  width: 3.75rem;
  left: 2.5rem;
  top: 0px;
  transform: translateY(0%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mcq label.mcq__item-label .mcq__item-text,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-text {
  padding: 1.25rem 3.75rem 1.25rem;
}
.mcq label.mcq__item-label .mcq__item-text .mcq__item-text-inner,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-text .mcq__item-text-inner {
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0 0 0 2.8125rem;
  position: relative;
  z-index: 2;
  line-height: 1.75rem;
  font-size: 1.2375rem;
}
.mcq label.mcq__item-label .mcq__item-state,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state {
  left: 1.875rem;
  margin-top: 0.1875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  z-index: 3;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem), only screen and (min-width: 47.5rem) {
  .mcq label.mcq__item-label .mcq__item-state,
  .inlinefeedbackmcq label.mcq__item-label .mcq__item-state {
    height: 3.75rem;
    line-height: 3.75rem;
    width: 3.75rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .mcq label.mcq__item-label .mcq__item-state,
  .inlinefeedbackmcq label.mcq__item-label .mcq__item-state {
    left: 2.5rem;
  }
}
.mcq label.mcq__item-label .mcq__item-state .mcq__item-correct-icon,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state .mcq__item-correct-icon,
.mcq label.mcq__item-label .mcq__item-state .mcq__item-incorrect-icon,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state .mcq__item-incorrect-icon {
  line-height: 3.75rem;
  width: 100%;
}
.mcq label.mcq__item-label .mcq__item-state .mcq__item-correct-icon .icon,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state .mcq__item-correct-icon .icon,
.mcq label.mcq__item-label .mcq__item-state .mcq__item-incorrect-icon .icon,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state .mcq__item-incorrect-icon .icon {
  height: 1.5rem;
  width: 1.5rem;
  color: #1c8e0d;
  width: 100%;
}
.mcq label.mcq__item-label .mcq__item-state .mcq__item-correct-icon .icon:before,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state .mcq__item-correct-icon .icon:before,
.mcq label.mcq__item-label .mcq__item-state .mcq__item-incorrect-icon .icon:before,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state .mcq__item-incorrect-icon .icon:before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  top: 0.8rem;
  width: 2.3rem;
}
.mcq label.mcq__item-label .mcq__item-state .mcq__item-incorrect-icon .icon,
.inlinefeedbackmcq label.mcq__item-label .mcq__item-state .mcq__item-incorrect-icon .icon {
  color: #c91111;
}
.mcq label.is-selected:before,
.inlinefeedbackmcq label.is-selected:before {
  content: '';
  visibility: visible;
  background-color: #3a6228;
  -webkit-animation: select-effect 300ms linear 2 both;
  -moz-animation: select-effect 300ms linear 2 both;
  -ms-animation: select-effect 300ms linear 2 both;
  animation: select-effect 300ms linear 2 both;
}
@-webkit-keyframes select-effect {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes select-effect {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes select-effect {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes select-effect {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mcq label.is-selected:after,
.inlinefeedbackmcq label.is-selected:after {
  visibility: visible;
  background: url(assets/selected-blank.png) transparent top right no-repeat;
  z-index: 1;
}
.article {
  background: transparent url() center 0 fixed no-repeat;
  background-attachment: fixed;
  background-size: cover;
  opacity: 1;
}
.article.background-color-gray {
  background-color: #f2f2f2;
}
.article.background-color-white {
  background-color: #fff;
}
.article.background-color-oxford-blue {
  background-color: #0d274d;
}
.article.background-color-deep-sky-blue {
  background-color: #00bceb;
}
.article.background-color-green {
  background-color: #3d692b;
}
.article.assessmentsinglesubmit .single-btn .block__inner {
  padding-bottom: 2rem;
}
.article.assessmentsinglesubmit .single-btn .block__inner .btn__container {
  margin-bottom: 0px;
}
.article.assessmentsinglesubmit .review-button-container {
  padding-bottom: 3rem;
}
.article .article__inner {
  background: transparent none;
  margin: 0 auto;
  max-width: 100%;
}
.article .article__inner .article__header {
  padding-top: 8.125rem;
}
.article .article__inner .article__header .article__header-inner {
  padding: 0;
  margin: 0 auto;
  max-width: 64rem;
}
.article .article__inner .article__header .article__header-inner .article__title {
  margin-bottom: 0;
}
.article .article__inner .article__header .article__header-inner .article__title .article__title-inner {
  display: inline-block;
  margin: 0 0 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding: 0.78125rem 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 47.5rem) {
  .article .article__inner .article__header .article__header-inner .article__title .article__title-inner {
    padding: 1.25rem 3.75rem 1.25rem;
  }
}
@media only screen and (min-width: 65rem) {
  .article .article__inner .article__header .article__header-inner .article__title .article__title-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .article .article__inner .article__header .article__header-inner .article__title .article__title-inner {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
.article .article__inner .article__header .article__header-inner .article__body .article__body-inner {
  padding: 0.78125rem 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 47.5rem) {
  .article .article__inner .article__header .article__header-inner .article__body .article__body-inner {
    padding: 1.25rem 3.75rem 1.25rem;
  }
}
@media only screen and (min-width: 65rem) {
  .article .article__inner .article__header .article__header-inner .article__body .article__body-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .article .article__inner .article__header .article__header-inner .article__body .article__body-inner {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
.article .article__inner .block .block__inner {
  margin: 0 auto;
  max-width: 64rem;
  padding: 8.125rem 0;
}
.article .article__inner .block .block__inner .block__header .block__header-inner {
  padding: 0;
  margin: 0 auto;
  max-width: 64rem;
}
.article .article__inner .block .block__inner .block__header .block__header-inner .block__title .block__title-inner {
  display: inline-block;
  margin: 0 0 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding: 0.78125rem 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 47.5rem) {
  .article .article__inner .block .block__inner .block__header .block__header-inner .block__title .block__title-inner {
    padding: 1.25rem 3.75rem 1.25rem;
  }
}
@media only screen and (min-width: 65rem) {
  .article .article__inner .block .block__inner .block__header .block__header-inner .block__title .block__title-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .article .article__inner .block .block__inner .block__header .block__header-inner .block__title .block__title-inner {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
.article .article__inner .block.background-color-gray {
  background-color: #f2f2f2;
}
.article .article__inner .block.background-color-gray .code pre.no-syntax {
  background-color: #e1e1e1 !important;
}
.article .article__inner .block.background-color-white {
  background-color: #fff;
}
.article .article__inner .block.background-color-oxford-blue {
  background-color: #0d274d;
}
.article .article__inner .block.background-color-oxford-blue .block__title {
  color: #00bceb;
}
.article .article__inner .block.background-color-oxford-blue .component .component__title .component__title-inner {
  color: #00bceb;
}
.article .article__inner .block.background-color-deep-sky-blue {
  background-color: #00bceb;
}
.article .article__inner .block.background-color-green {
  background-color: #3d692b;
}
.article .article__inner .block.background-color-transparent {
  background-color: transparent !important;
}
.article .article__inner .block.background-color-transparent .blank {
  padding: 3rem 0rem;
}
.article .article__inner .block.text-color-white .article__body {
  color: #fff;
}
.article .article__inner .block.text-color-white .component {
  color: #fff;
}
.article .article__inner .block.text-color-white .component .component__widget {
  color: #333;
}
.article .article__inner .block.text-color-white .narrative.component {
  color: #fff;
}
.article .article__inner .block.text-color-white .narrative.component .component__widget {
  color: #fff;
}
.article .article__inner .block.text-color-white .yesno .yesno__yes-btn {
  color: #fff;
}
.article .article__inner .block.text-color-white .pre.no-syntax {
  color: #000 !important;
}
.article .article__inner .block.title-color-deep-sky-blue .article__title .article__title-inner {
  color: #00bceb;
}
.article .article__inner .block.component-title-color-deep-sky-blue .component__title .component__title-inner {
  color: #00bceb;
}
.article .article__inner .block.component-title-color-oxford-blue .component__title .component__title-inner {
  color: #00bceb;
}
.article .article__inner .block.list-color-deep-sky-blue ul {
  list-style: none;
}
.article .article__inner .block.list-color-deep-sky-blue ul li:before {
  font-family: Arial, Helvetica, sans-serif;
  content: "\2022";
  color: #00bceb;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.article .article__inner .block.item-color-green .accordion .accordion__item .accordion__item-content,
.article .article__inner .block.item-color-green .accordionwithanimation .accordion__item .accordion__item-content,
.article .article__inner .block.item-color-green .accordioncommandwindow .accordion__item .accordion__item-content {
  color: #000;
}
.article .article__inner .block.item-color-green .accordion .accordion__item .accordion__item-btn,
.article .article__inner .block.item-color-green .accordionwithanimation .accordion__item .accordion__item-btn,
.article .article__inner .block.item-color-green .accordioncommandwindow .accordion__item .accordion__item-btn {
  background-color: #3d692b;
  border-color: #3d692b;
  color: #fff;
}
.article .article__inner .block.item-color-green .accordion .accordion__item .accordion__item-btn:hover,
.article .article__inner .block.item-color-green .accordionwithanimation .accordion__item .accordion__item-btn:hover,
.article .article__inner .block.item-color-green .accordioncommandwindow .accordion__item .accordion__item-btn:hover {
  background-color: #325724;
  border-color: #325724;
  color: #fff;
}
.article .article__inner .block.item-color-green .accordion.accordian__content_image .accordion__item-content .accordion__item-content-inner,
.article .article__inner .block.item-color-green .accordionwithanimation.accordian__content_image .accordion__item-content .accordion__item-content-inner,
.article .article__inner .block.item-color-green .accordioncommandwindow.accordian__content_image .accordion__item-content .accordion__item-content-inner {
  display: table;
}
.article .article__inner .block.item-color-green .accordion.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-body,
.article .article__inner .block.item-color-green .accordionwithanimation.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-body,
.article .article__inner .block.item-color-green .accordioncommandwindow.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-body {
  display: inline-block;
  width: 48%;
  float: right;
}
.article .article__inner .block.item-color-green .accordion.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-image-container,
.article .article__inner .block.item-color-green .accordionwithanimation.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-image-container,
.article .article__inner .block.item-color-green .accordioncommandwindow.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-image-container {
  display: inline-block;
  width: 48%;
  float: left;
}
@media only screen and (min-width: 5rem) and (max-width: 47.4375rem) {
  .article .article__inner .block.item-color-green .accordion.accordian__content_image .accordion__item-content .accordion__item-content-inner,
  .article .article__inner .block.item-color-green .accordionwithanimation.accordian__content_image .accordion__item-content .accordion__item-content-inner,
  .article .article__inner .block.item-color-green .accordioncommandwindow.accordian__content_image .accordion__item-content .accordion__item-content-inner {
    display: block;
  }
  .article .article__inner .block.item-color-green .accordion.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-body,
  .article .article__inner .block.item-color-green .accordionwithanimation.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-body,
  .article .article__inner .block.item-color-green .accordioncommandwindow.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-body {
    width: 100%;
    float: none;
  }
  .article .article__inner .block.item-color-green .accordion.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-image-container,
  .article .article__inner .block.item-color-green .accordionwithanimation.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-image-container,
  .article .article__inner .block.item-color-green .accordioncommandwindow.accordian__content_image .accordion__item-content .accordion__item-content-inner .accordion__item-image-container {
    width: 100%;
    float: none;
  }
}
.article .article__inner .block.item-color-green .mcq .mcq__item-label,
.article .article__inner .block.item-color-green .inlinefeedbackmcq .mcq__item-label {
  background-color: #3d692b !important;
  color: #ffffff;
}
.article .article__inner .block.item-color-green .mcq .mcq__item-label:hover,
.article .article__inner .block.item-color-green .inlinefeedbackmcq .mcq__item-label:hover {
  background-color: #3d692b;
}
.article .article__inner .block.item-color-green .gmcq .gmcq__item-option,
.article .article__inner .block.item-color-green .inlinefeedbackgmcq .gmcq__item-option {
  background-color: #3d692b;
  color: #ffffff;
}
.article .article__inner .block.item-color-green .gmcq .gmcq__item-label:hover .gmcq__item-option,
.article .article__inner .block.item-color-green .inlinefeedbackgmcq .gmcq__item-label:hover .gmcq__item-option {
  background-color: #3d692b;
}
.article .article__inner .block.item-color-green .matching .dropdown__btn,
.article .article__inner .block.item-color-green .inlinefeedbackmatching .dropdown__btn {
  background-color: #3d692b;
  color: #fff;
}
.article .article__inner .block.item-color-green .matching .dropdown__btn:hover,
.article .article__inner .block.item-color-green .inlinefeedbackmatching .dropdown__btn:hover {
  background-color: #3d692b !important;
}
.article .article__inner .block.item-color-green .graphicwithmatching .dropdown__btn {
  background-color: #3d692b;
  color: #fff;
}
.article .article__inner .block.item-color-green .graphicwithmatching .dropdown__btn:hover {
  background-color: #3d692b !important;
}
.article .article__inner .block.item-color-green .tabs__nav-item-btn {
  background-color: #3d692b;
  color: #fff;
}
.article .article__inner .block.item-color-green .tabs__nav-item-btn:hover {
  background-color: #3d692b !important;
}
.article .article__inner .block.item-color-green .tabs__nav-item-btn.is-selected {
  background-color: #305322 !important;
}
.article .article__inner .block.item-color-green .tabs .tabs__content {
  box-shadow: inset 0 0 0 0.25rem #305322;
}
.article .article__inner .block.item-color-green .tabs.tabs__content_image .tabs__content-item .tabs__content-item-inner {
  display: table;
}
.article .article__inner .block.item-color-green .tabs.tabs__content_image .tabs__content-item .tabs__content-item-inner .tabs__content-item-body {
  display: inline-block;
  width: 48%;
}
.article .article__inner .block.item-color-green .tabs.tabs__content_image .tabs__content-item .tabs__content-item-inner .tabs__content-item-graphic {
  display: inline-block;
  width: 48%;
  float: right;
}
@media only screen and (min-width: 5rem) and (max-width: 47.4375rem) {
  .article .article__inner .block.item-color-green .tabs.tabs__content_image .tabs__content-item .tabs__content-item-inner {
    display: block;
  }
  .article .article__inner .block.item-color-green .tabs.tabs__content_image .tabs__content-item .tabs__content-item-inner .tabs__content-item-body {
    display: inline-block;
    width: 100%;
  }
  .article .article__inner .block.item-color-green .tabs.tabs__content_image .tabs__content-item .tabs__content-item-inner .tabs__content-item-graphic {
    display: inline-block;
    width: 100%;
    float: none;
  }
}
.article .article__inner .block.item-color-green .table .table-inner .table-widget table,
.article .article__inner .block.item-color-green .table .table-inner .table-widget th,
.article .article__inner .block.item-color-green .table .table-inner .table-widget td {
  text-align: left;
  border: 2px solid #3d692b !important;
}
.article .article__inner .block.item-color-green .table .table-inner .table-widget table {
  border: 2px solid #3d692b;
  min-width: 350px !important;
}
.article .article__inner .block.item-color-green .table .table-inner .table-widget table tr th {
  border: 2px solid #3d692b;
  background-color: #3d692b;
  color: #fff;
}
.article .article__inner .block.item-color-green .table .table-inner .table-widget table tr td {
  border: 2px solid #3d692b;
  background-color: #fff;
  color: #333;
}
.article .article__inner .block.item-color-green .fillblanks .dropdown__btn {
  background-color: #3d692b;
  color: #fff;
}
.article .article__inner .block.item-color-green .fillblanks .dropdown__btn:hover {
  background-color: #3d692b;
  color: #fff;
}
.article .article__inner .block.item-color-green .fillblanks .dropdown__item {
  padding: 1rem;
  background-color: #3d692b;
  border-bottom: 1px solid #3d692b;
}
.article .article__inner .block.item-color-green .fillblanks .dropdown__item:hover {
  background-color: #28451c;
}
.article .article__inner .block.item-color-green .rowmatching .row_dropdown li.init {
  background-color: #3d692b;
}
.article .article__inner .block.item-color-green .tablematching li.init {
  background-color: #3d692b;
}
.article .article__inner .block.item-color-green .tabledropdown .table_dropdown li.init {
  background-color: #3d692b !important;
}
.article .article__inner .block.item-color-green .tabledropdown .tableDropdown__table tr td {
  border: 1px #dee2e6 solid !important;
}
.article .article__inner .component {
  margin: 0 0 0.625rem;
}
.article .article__inner .component .component__title {
  margin-bottom: 0px;
  padding: 0.78125rem 2.34375rem 0.78125rem;
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 47.5rem) {
  .article .article__inner .component .component__title {
    padding: 1.25rem 3.75rem 1.25rem;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 65rem) {
  .article .article__inner .component .component__title {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .article .article__inner .component .component__title {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
.article .article__inner .component .component__title .component__title-inner {
  padding: 0 0 0.625rem;
  margin: 0 0 0.625rem;
}
.article .article__inner .component .component__body {
  margin-bottom: 0px;
  padding: 0.78125rem 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 47.5rem) {
  .article .article__inner .component .component__body {
    padding: 1.25rem 3.75rem 1.25rem;
  }
}
@media only screen and (min-width: 65rem) {
  .article .article__inner .component .component__body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .article .article__inner .component .component__body {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
.article .article__inner .component .component__body .component__body-inner {
  padding: 1.25rem 0 0;
}
.article .article__inner .component .component__instruction {
  padding: 0.78125rem 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 47.5rem) {
  .article .article__inner .component .component__instruction {
    padding: 1.25rem 3.75rem 1.25rem;
  }
}
@media only screen and (min-width: 65rem) {
  .article .article__inner .component .component__instruction {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .article .article__inner .component .component__instruction {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
.article .article__inner .component .component__inner a {
  word-wrap: break-word;
  text-decoration: underline;
  color: #3d692b;
  font-size: 1.2375rem;
}
.article .article__inner .component .component-inner .component__body .brightcove__body-inner a {
  word-wrap: break-word;
  text-decoration: underline;
  color: #3d692b;
  font-size: 1.2375rem;
}
.article .article__title .article__title-inner {
  color: #0175a2;
}
.block.remove-padding-top .block__inner,
.block.remove-top-padding .block__inner {
  padding-top: 0 !important;
}
.block.remove-padding-bottom .block__inner,
.block.remove-bottom-padding .block__inner {
  padding-bottom: 0 !important;
}
.block.reduce-padding-top .block__inner {
  padding-top: 2rem !important;
}
.block.reduce-padding-bottom .block__inner {
  padding-bottom: 2rem !important;
}
.block.increase-padding-top .block__inner {
  padding-top: 8rem !important;
}
.block.increase-padding-bottom .block__inner {
  padding-bottom: 8rem !important;
}
.page {
  background: #4092CD url() center 0 fixed no-repeat;
  background-size: cover;
  max-width: 100%;
}
.page .page__header {
  display: none;
}
.page .page-heading .text__body .text__body-inner {
  color: #fff;
}
.btn__container {
  margin-top: 0.1875rem;
  margin-bottom: 0.625rem;
  position: relative;
  clear: both;
}
.btn__container .btn__response-container button {
  padding: 1.25rem 0;
  margin-bottom: 0.625rem;
  margin-top: 0.1875rem;
}
.btn__container .btn__response-container button.btn__action {
  margin-right: 0;
}
.btn__container .btn__response-container .btn__marking .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 50%;
  margin-left: -1.3125rem;
  margin-top: -1.5rem;
  color: #fff;
  border: 0 solid #000;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__container .btn__response-container .btn__marking.is-correct .icon {
  background-color: #1c8e0d;
}
.btn__container .btn__response-container .btn__marking.is-incorrect .icon {
  background-color: #c91111;
}
.btn__container button.btn__action {
  margin-right: 0;
}
.btn__container button.btn__action:not(.is-full-width) {
  width: calc(50% - 0.5%);
}
.btn__container button.btn__feedback {
  margin-left: 1%;
}
.btn__container button.btn__feedback:not(.is-full-width) {
  width: calc(50% - 0.5%);
}
.submit-all .btn__action {
  width: 100%;
  text-align: center;
  margin: auto !important;
}
.quick_nav .component {
  margin: 0px;
}
.quick_nav .component button {
  margin: 0.625rem 0.125rem;
  width: 6.875rem;
  padding: 0.625rem;
  color: #000 !important;
  background-color: #dee2e6;
}
.quick_nav .component button .text {
  font-size: 1.25rem;
}
.flipcard .flipcard__inner .flipcard__item {
  overflow: hidden;
}
.flipcard .flipcard__inner .flipcard__item .flipcard__item-face {
  border: none;
  background-color: transparent;
}
.flipcard .flipcard__inner .flipcard__item .flipcard__item-face.flipcard__item-back {
  padding: 1.25rem 3.75rem;
  opacity: 0;
  background-color: #0d274d;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipcard .flipcard__inner .flipcard__item .flipcard__item-face .flipcard__item-back-title {
  font-size: 1.925rem;
}
.flipcard .flipcard__inner .flipcard__item.flipcard-flip .flipcard__item-back {
  pointer-events: all;
  opacity: 1;
}
.flipcard.flipcard_fullwidth .flipcard__item {
  width: 100%;
}
.flipcard.flipcard_fullwidth .flipcard__item .flipcard__item-face {
  background-color: transparent !important;
}
.flipcard.flipcard_fullwidth .flipcard__item .flipcard__item-face.flipcard__item-back {
  background-color: #0d274d !important;
}
.content_center .component__container {
  align-items: center;
}
.quick_nav {
  background-color: #fff;
}
.quick_nav .block__inner {
  padding: 0rem !important;
}
.quick_nav .quicknav .quicknav-inner {
  background-color: #fff !important;
}
.quick_nav .quicknav button {
  background-color: #dee2e6;
  padding: 0.7rem;
}
.component.component-background-color-oxford-blue {
  background-color: #0d274d;
  border-color: #ffffff;
  color: #ffffff;
}
.component.component-padding {
  padding: 0 3.75rem 1.25rem;
}
.component.iframe iframe {
  border: none !important;
  overflow: hidden !important;
}
.article .article__instruction .article__instruction-inner {
  display: inline-block;
  margin: 0 0 0;
  margin-bottom: 0;
  max-width: 45.625rem;
  position: relative;
  z-index: 1;
  padding: 0.78125rem 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 47.5rem) {
  .article .article__instruction .article__instruction-inner {
    padding: 1.25rem 3.75rem 1.25rem;
  }
}
@media only screen and (min-width: 65rem) {
  .article .article__instruction .article__instruction-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .article .article__instruction .article__instruction-inner {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
.ip-Addresses-configuration__popup .ip-Addresses-configuration__popup-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: inherit;
  white-space: nowrap;
}
.ip-Addresses-configuration__popup .global-action-container {
  display: flex;
}
.ip-Addresses-configuration__popup .global-action-container .btn__action {
  margin: 10px;
}
.deploy-devices__popup .deploy-devices__popup-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: inherit;
  white-space: nowrap;
}
.btn__action.download-file {
  margin-left: 1%;
}
@media only screen and (max-width: 64rem) {
  .ip-Addresses-configuration__popup fieldset {
    width: 100% !important;
  }
  .ip-Addresses-configuration__popup .LabTableStyle {
    width: 100% !important;
  }
}
.page .page__inner {
  z-index: 2;
}
.page .page-background-image {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.mobile-instruction-text {
  display: none;
}
@media (max-width: 32.5rem) {
  .mobile-instruction-text {
    display: block;
    margin-top: 1rem;
  }
}
.page-heading .block__container {
  z-index: 70 !important;
}
.has-animation.matching,
.has-animation.inlinefeedbackmatching {
  overflow: inherit !important;
}
.assessment-result {
  overflow: hidden;
}
.hide-download-button .open-dialog {
  width: 100% !important;
}
.hide-download-button .download-file {
  display: none !important;
}
.hide-document-button .download-file {
  width: 100% !important;
}
.hide-document-button .open-dialog {
  display: none !important;
}
.component.table ul,
.component.table ol {
  text-align: left;
}
.mcq.option-text-normal-case .mcq__item-text .mcq__item-text-inner:first-letter,
.inlinefeedbackmcq.option-text-normal-case .mcq__item-text .mcq__item-text-inner:first-letter,
.inlinefeedbackmatching.option-text-normal-case .mcq__item-text .mcq__item-text-inner:first-letter,
.matching.option-text-normal-case .mcq__item-text .mcq__item-text-inner:first-letter {
  text-transform: inherit !important;
}
.mcq.option-text-normal-case .dropdown__list .dropdown__item .dropdown__item-inner:first-letter,
.inlinefeedbackmcq.option-text-normal-case .dropdown__list .dropdown__item .dropdown__item-inner:first-letter,
.inlinefeedbackmatching.option-text-normal-case .dropdown__list .dropdown__item .dropdown__item-inner:first-letter,
.matching.option-text-normal-case .dropdown__list .dropdown__item .dropdown__item-inner:first-letter {
  text-transform: inherit !important;
}
.mcq.option-text-normal-case .dropdown__btn .dropdown__inner:first-letter,
.inlinefeedbackmcq.option-text-normal-case .dropdown__btn .dropdown__inner:first-letter,
.inlinefeedbackmatching.option-text-normal-case .dropdown__btn .dropdown__inner:first-letter,
.matching.option-text-normal-case .dropdown__btn .dropdown__inner:first-letter {
  text-transform: inherit !important;
}
.mcq.option-text-normal-case .table-feedback tr td:last-child:first-letter,
.inlinefeedbackmcq.option-text-normal-case .table-feedback tr td:last-child:first-letter,
.inlinefeedbackmatching.option-text-normal-case .table-feedback tr td:last-child:first-letter,
.matching.option-text-normal-case .table-feedback tr td:last-child:first-letter {
  text-transform: inherit !important;
}
.table-feedback {
  width: 100%;
  border-collapse: collapse !important;
}
.table-feedback tr td {
  padding: 0.5rem !important;
  border: 1px solid #b2b2b2 !important;
}
.table-feedback tr td:first-letter {
  text-transform: uppercase;
}
.table-feedback.table-feedback-lowercase-text tr td:first-child:first-letter {
  text-transform: lowercase;
}
.matching .matching__item-title .matching__item-title_inner:first-letter,
.inlinefeedbackmatching .matching__item-title .matching__item-title_inner:first-letter {
  text-transform: uppercase;
}
.matching .dropdown__list .dropdown__item:first-letter,
.inlinefeedbackmatching .dropdown__list .dropdown__item:first-letter {
  text-transform: uppercase;
}
.matching .dropdown__btn .dropdown__inner:first-letter,
.inlinefeedbackmatching .dropdown__btn .dropdown__inner:first-letter {
  text-transform: uppercase;
}
.component.remove-bottom-padding .component__title {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.component.remove-bottom-padding .component__body-inner {
  padding-top: 0px !important;
}
pre {
  margin: 0px;
}
.loading__image-before-loader {
  background-color: #fff;
  background-image: url(assets/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.1875rem;
  border-radius: 50%;
  color: #ffffff;
  margin: 4.375rem auto 0;
  position: absolute;
  text-transform: lowercase;
  top: 50%;
  left: 50%;
  background-size: 3.4375rem;
  height: 4.375rem;
  width: 4.375rem;
}
.highlight-table {
  border-collapse: collapse;
}
.highlight-table table,
.highlight-table th,
.highlight-table td,
.highlight-table tr {
  border: 1px solid;
  padding: 10px !important;
  text-align: left;
}
.highlight-table tr td {
  word-break: break-word;
}
.highlight-table tr.table-tr-color {
  background-color: #c9dbf6;
}
.simple-table {
  border-collapse: collapse;
}
.simple-table table,
.simple-table th,
.simple-table td,
.simple-table tr {
  border: 1px solid;
  padding: 10px !important;
  text-align: center;
}
.simple-table tr.blue-table-tr-color,
.simple-table td.blue-table-tr-color {
  background: #DBE5F1 !important;
}
.simple-table tr.gray-table-tr-color,
.simple-table td.gray-table-tr-color {
  background: #f2f2f2 !important;
}
.objectmatching .component__feedback {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #F2F2F2;
}
.table__instruction,
.commandwindow__instruction-inner,
.lab-instruction,
.tablematching__instruction-inner,
.tabledropdown__instruction-inner {
  display: none;
}
@media (max-width: 32.5rem) {
  .table__instruction,
  .commandwindow__instruction-inner,
  .lab-instruction,
  .tablematching__instruction-inner,
  .tabledropdown__instruction-inner {
    display: block;
  }
}
.commandwindow .plaintext div {
  overflow-wrap: break-word;
}
.tableDropdown__table .tableDropdown__table-header {
  min-width: 200px;
}
.tableDropdown__table .tableDropdown__table-header:nth-child(1) {
  max-width: 130px;
}
.tableDropdown__table .tableDropdown__table-header:nth-child(2) {
  max-width: 130px;
}
@media (max-width: 64rem) {
  .syntax-checker-iframe iframe {
    height: 450px !important;
  }
}
@media (min-width: 47.5rem) {
  .vertical-layout-tab .tabs__widget {
    flex-direction: row-reverse;
  }
  .vertical-layout-tab .tabs__nav {
    width: 30%;
  }
  .vertical-layout-tab .tabs__content {
    width: 70%;
  }
  .vertical-layout-tab .tabs__nav-inner {
    flex-direction: column;
  }
  .vertical-layout-tab .tabs__nav-item-btn {
    margin: 0px;
    margin-bottom: 2px;
  }
}
.word-wrapping {
  word-wrap: break-word;
}
.likert-widget table thead tr {
  background-color: #3d692b;
  color: #fff;
}
.component.rawhtml .rawhtml__inner {
  margin-bottom: 0px;
  padding: 0.78125rem 2.34375rem 0.78125rem;
}
@media only screen and (min-width: 47.5rem) {
  .component.rawhtml .rawhtml__inner {
    padding: 2.5rem 3.75rem 1.25rem;
  }
}
@media only screen and (min-width: 65rem) {
  .component.rawhtml .rawhtml__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem) {
  .component.rawhtml .rawhtml__inner {
    padding: 1.09375rem 3.28125rem 1.09375rem;
  }
}
.block.python-logo-background {
  height: 0px;
}
.gmcq__item-option .gmcq__item-text .gmcq__item-text-inner {
  padding: 1em 5em;
}
.gmcq__item-option .gmcq__item-state {
  left: 1.875rem;
  margin-top: 0.1875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  z-index: 3;
}
@media only screen and (min-width: 32.5rem) and (max-width: 47.4375rem), only screen and (min-width: 47.5rem) {
  .gmcq__item-option .gmcq__item-state {
    height: 3.75rem;
    line-height: 3.75rem;
    width: 3.75rem;
  }
}
@media only screen and (min-width: 47.5rem) {
  .gmcq__item-option .gmcq__item-state {
    left: 2.5rem;
  }
}
.gmcq__item-option .gmcq__item-state .gmcq__item-correct-icon,
.gmcq__item-option .gmcq__item-state .gmcq__item-incorrect-icon {
  line-height: 3.75rem;
  width: 100%;
}
.gmcq__item-option .gmcq__item-state .gmcq__item-correct-icon .icon,
.gmcq__item-option .gmcq__item-state .gmcq__item-incorrect-icon .icon {
  height: 1.5rem;
  width: 1.5rem;
  color: #1c8e0d;
  width: 100%;
}
.gmcq__item-option .gmcq__item-state .gmcq__item-correct-icon .icon:before,
.gmcq__item-option .gmcq__item-state .gmcq__item-incorrect-icon .icon:before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  line-height: 2.3rem;
  position: absolute;
  top: 0.8rem;
  width: 2.3rem;
}
.gmcq__item-option .gmcq__item-state .gmcq__item-incorrect-icon .icon {
  color: #c91111;
}
.gmcq__item-image {
  width: 240px !important;
  margin: auto;
  min-width: 240px;
}
.accordionwithanimation .accordion__item-btn {
  padding: 1.25rem 3.75rem 1.25rem;
}
.accordionwithanimation .accordion__item-btn .accordion__item-icon {
  position: absolute;
  top: 0%;
  right: 0rem;
  height: 100%;
  transform: translateY(0%);
}
.accordionwithanimation .accordion__item-btn .accordion__item-icon .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.125rem 0 0;
  background-color: #416f2d;
  color: #ffffff;
  line-height: 4.063rem;
  width: 4.063rem;
  height: 100% !important;
}
.accordionwithanimation .accordion__item-btn .accordion__item-icon .icon:before {
  line-height: 3.75rem;
}
.accordionwithanimation .accordion__item-btn.is-closed .icon:before {
  content: "\e95f" !important;
}
.accordionwithanimation .accordion__item-btn.is-open .icon:before {
  content: "\e962" !important;
}
.accordionwithanimation .accordion__item-content {
  padding: 1.25rem 3.75rem 1.25rem;
}
.webcomponent {
  background-color: #fff;
}
.table-left-width.table .table-inner .nth-child-0 {
  white-space: nowrap;
}
.mcq_activity_download_btn {
  display: block;
  width: 100%;
  background-color: #3d692b !important;
  color: #fff !important;
  padding: 20px!important;
  margin-bottom: 5%;
  text-decoration: none !important;
  text-align: center;
}
.location-menu .boxmenu {
  background-image: none !important;
}
@media (max-width: 32.5rem) {
  .mobile-heading-small {
    font-size: 2rem !important;
  }
}
.block.remove-bottom-padding .block__inner {
  padding-bottom: 0rem !important;
}
/*# sourceMappingURL=adapt.css.map */