/*! 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: 62rem;
}
.block__inner {
  margin: 0 auto;
  max-width: 62rem;
}
.btn-icon {
  padding: 1rem;
  border: 0;
}
.btn-text {
  padding: 0.5rem 1rem;
}
.btn__response-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.btn__action:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-right: 1rem;
}
.dir-rtl .btn__action:not(.is-full-width) {
  margin-right: inherit;
  margin-left: 1rem;
}
.btn__feedback:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.dir-rtl .btn__feedback:not(.is-full-width) {
  margin-left: inherit;
  margin-right: 1rem;
}
.btn__action.is-full-width,
.btn__feedback.is-full-width {
  width: 100%;
}
.can-show-marking .btn__action.is-full-width,
.can-show-marking .btn__feedback.is-full-width {
  margin-right: 2.5rem;
}
.dir-rtl .can-show-marking .btn__action.is-full-width,
.dir-rtl .can-show-marking .btn__feedback.is-full-width {
  margin-right: inherit;
  margin-left: 2.5rem;
}
.btn__marking {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dir-rtl .btn__marking {
  left: inherit;
  right: 50%;
  transform: translate(50%, -50%);
}
.btn__marking.is-full-width {
  left: inherit;
  right: 0.5rem;
  transform: translate(0, -50%);
}
.dir-rtl .btn__marking.is-full-width {
  left: 0.5rem;
  right: inherit;
}
.btn__marking.is-correct {
  background-color: #82ca9c;
  color: #ffffff;
}
.btn__marking.is-correct .icon:before {
  content: "\e944";
}
.btn__marking.is-incorrect {
  background-color: #d7192d;
  color: #ffffff;
}
.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: 48rem) {
  .component__container {
    flex-direction: row;
  }
}
@media (min-width: 48rem) {
  .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: #ffffff;
}
.notify__popup-inner {
  margin: 0 auto;
  max-width: 62rem;
}
.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: 48rem) {
  .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: 48rem) {
  .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: #ffffff;
}
.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: 62rem;
}
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;
}
.graphicPop .notify__image {
  margin: auto;
  display: block;
  min-width: 100%;
}
.hotgraphic__widget {
  position: relative;
}
.hotgraphic__pin {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}
@media (min-width: 48rem) {
  .hotgraphic__pin {
    padding: 1rem;
  }
}
.hotgraphic__pin .icon:before {
  content: "\e920";
}
.hotgraphic__pin.has-pin-image {
  padding: 0;
  background-color: transparent;
  opacity: 1;
  transform: scale(1);
}
.hotgraphic__pin.has-pin-image:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease-in-out;
}
.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: 48rem) {
  .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: 48rem) {
  .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: 48rem) {
  .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;
}
.narrative:not(.items-are-full-width) .narrative__content {
  display: none;
}
@media (min-width: 48rem) {
  .narrative:not(.items-are-full-width) .narrative__content {
    display: block;
    float: right;
    margin-left: 2%;
    width: 38%;
  }
  .dir-rtl .narrative:not(.items-are-full-width) .narrative__content {
    float: left;
  }
  .dir-rtl .narrative:not(.items-are-full-width) .narrative__content {
    margin-left: inherit;
    margin-right: 2%;
  }
}
.narrative__strapline {
  position: relative;
}
.mode-large .narrative__strapline {
  display: none !important;
}
.narrative__strapline-header {
  position: relative;
  overflow: hidden;
}
.narrative__strapline-btn {
  position: relative;
  float: left;
  padding: 0;
  outline-offset: -5px;
}
.dir-rtl .narrative__strapline-btn {
  float: right;
}
.ie .narrative__strapline-btn:focus .focus-rect {
  position: absolute;
  right: 5px;
  bottom: 5px;
  top: 5px;
  left: 5px;
  outline-color: highlight;
  outline-style: solid;
  outline-width: 3px;
}
.narrative__strapline-title {
  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: 48rem) {
  .narrative__slide-container {
    width: 60%;
  }
}
.narrative__slider-image-container {
  float: left;
}
.dir-rtl .narrative__slider-image-container {
  float: right;
}
.narrative__slider-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.narrative__controls-container {
  position: relative;
}
.narrative__controls {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.narrative__controls-left {
  left: 0;
}
.dir-rtl .narrative__controls-left {
  left: inherit;
  right: 0;
}
.narrative__controls-left .icon:before {
  content: "\e960";
}
.dir-rtl .narrative__controls-left .icon:before {
  content: "\e961";
}
.narrative__controls-right {
  right: 0;
}
.dir-rtl .narrative__controls-right {
  right: inherit;
  left: 0;
}
.narrative__controls-right .icon:before {
  content: "\e961";
}
.dir-rtl .narrative__controls-right .icon:before {
  content: "\e960";
}
.narrative__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 48rem) {
  .narrative__indicators {
    width: 60%;
  }
}
.narrative__progress {
  height: 0.75rem;
  width: 0.75rem;
  margin: 0.25rem;
  cursor: pointer;
  background-color: #4b4e4f;
}
.narrative__progress.is-selected {
  background-color: #646869;
}
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: 48rem) {
  .narrative__text-controls .narrative__slide-container .narrative__controls,
  .narrative__text-controls .narrative__slide-indicators {
    display: none !important;
  }
}
.items-are-full-width .narrative__widget {
  display: flex;
  flex-wrap: wrap;
}
.items-are-full-width .narrative__content {
  display: flex;
  width: 100%;
  margin-left: inherit;
  order: 1;
}
.items-are-full-width .narrative__strapline {
  display: none !important;
}
.items-are-full-width .narrative__slide-container,
.items-are-full-width .narrative__indicators {
  width: 100%;
  order: 0;
}
.items-are-full-width .narrative__indicators {
  margin-bottom: 0.5rem;
}
.aboutus__header-container {
  display: flex;
  border-bottom: 1px solid #284c66;
  padding: 1rem;
  color: #ffffff;
}
.aboutus__header-container img {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  min-width: unset;
  max-width: unset;
}
.aboutus__headline {
  display: inline-block;
  width: 87%;
}
.aboutus__headline-inner {
  font-size: 1.4rem;
  font-weight: inherit;
  line-height: 1.4;
}
.aboutus__items-container {
  display: block;
}
.aboutus__item {
  display: block;
}
.aboutus__item .aboutus__item-body {
  display: none;
  color: #ffffff;
  padding: 1rem;
  border-bottom: 1px solid #284c66;
}
.aboutus__item .aboutus__item-body a {
  color: #ffffff;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .aboutus__item .aboutus__item-body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .aboutus__item .aboutus__item-body a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
@font-face {
  font-family: 'adapt-aboutus';
  src: url('fonts/adapt-aboutus.eot');
  src: url('fonts/adapt-aboutus.eot') format('embedded-opentype'), url('fonts/adapt-aboutus.woff') format('woff'), url('fonts/adapt-aboutus.ttf') format('truetype'), url('fonts/adapt-aboutus.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.aboutus__sociallinks {
  display: flex;
  padding: 1rem;
}
.aboutus__sociallinks a {
  text-decoration: none;
}
.aboutus__sociallinks .icon:before {
  color: #ffffff;
  display: inline-block;
  font-family: 'adapt-aboutus';
  font-size: 2rem;
  margin: 0 0.75rem 0.75rem 0;
}
.no-touch .aboutus__sociallinks .icon:before:hover {
  color: #ffffff;
}
.aboutus__sociallinks .icon-qq:before {
  content: "\e900";
}
.aboutus__sociallinks .icon-tengxun-weibo:before {
  content: "\e901";
}
.aboutus__sociallinks .icon-wechat:before {
  content: "\e902";
}
.aboutus__sociallinks .icon-sina-weibo:before {
  content: "\e903";
}
.aboutus__sociallinks .icon-youku:before {
  content: "\e904";
}
.aboutus__sociallinks .icon-googleplus:before {
  content: "\ea89";
}
.aboutus__sociallinks .icon-facebook:before {
  content: "\ea8d";
}
.aboutus__sociallinks .icon-instagram:before {
  content: "\ea90";
}
.aboutus__sociallinks .icon-twitter:before {
  content: "\ea92";
}
.aboutus__sociallinks .icon-feed:before {
  content: "\ea95";
}
.aboutus__sociallinks .icon-youtube:before {
  content: "\ea99";
}
.aboutus__sociallinks .icon-vimeo:before {
  content: "\ea9d";
}
.aboutus__sociallinks .icon-lanyrd:before {
  content: "\ea9f";
}
.aboutus__sociallinks .icon-flickr:before {
  content: "\eaa2";
}
.aboutus__sociallinks .icon-picasa:before {
  content: "\eaa5";
}
.aboutus__sociallinks .icon-deviantart:before {
  content: "\eaac";
}
.aboutus__sociallinks .icon-steam:before {
  content: "\eaae";
}
.aboutus__sociallinks .icon-blogger:before {
  content: "\eaba";
}
.aboutus__sociallinks .icon-tumblr:before {
  content: "\eabc";
}
.aboutus__sociallinks .icon-soundcloud:before {
  content: "\eac5";
}
.aboutus__sociallinks .icon-linkedin:before {
  content: "\eac8";
}
.aboutus__sociallinks .icon-pinterest:before {
  content: "\ead1";
}
.aboutus__sociallinks .icon-xing:before {
  content: "\ead2";
}
.glossary {
  /*&__search-container {
    *position: fixed;
    top: @navigation-height;
    z-index: 2;
  }*/
  /*&__index-container.scrolling-up {
    position: fixed;
    z-index: 1;
  }

  &__index-container.scrolling-down {
    position: relative;
    z-index: 0;
  }*/
}
.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%);
  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__header-inner {
  position: fixed;
  top: 3.5rem;
  z-index: 1;
}
.glossary__index-container {
  /*position: relative;
    z-index: 1;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.glossary__items-container,
.glossary__item-not-found {
  position: relative;
}
.glossary__item-description {
  display: none;
}
.resources__filter-inner {
  display: flex;
}
.resources__filter-btn {
  flex-grow: 1;
}
html:not(.ie) .resources__filter-btn {
  flex-basis: 0;
}
.notify .notify__popup {
  top: 50%;
}
.notify.resources .notify__content-inner .resources-popup {
  border: unset;
}
.notify.resources .notify__content-inner .resources-popup__inner {
  padding: 0;
}
.notify.resources .notify__popup {
  background-color: transparent;
  color: #4b4e4f;
}
.notify.resources .notify__popup-content {
  width: auto;
  pointer-events: auto;
}
.notify.resources .notify__content-inner .resources-popup {
  max-width: 30%;
  margin: 0 auto;
  background-color: #ffffff;
  z-index: 5;
  position: relative;
}
.notify.resources .notify__content-inner .resources-popup__inner {
  padding-top: 3.5rem;
}
.notify.resources .notify__content-inner .resources-popup__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  background-color: #284c66;
}
.notify.resources .notify__content-inner .resources-popup__toolbar.hide-pagination {
  justify-content: flex-end;
}
.notify.resources .notify__content-inner .resources-popup__nav {
  display: flex;
  align-items: center;
  background-color: #284c66;
}
.notify.resources .notify__content-inner .resources-popup__done {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
.notify.resources .notify__content-inner .resources-popup__controls.back .icon:before {
  content: "\e96b";
}
.dir-rtl .notify.resources .notify__content-inner .resources-popup__controls.back .icon:before {
  content: "\e96c";
}
.notify.resources .notify__content-inner .resources-popup__controls.next .icon:before {
  content: "\e96c";
}
.dir-rtl .notify.resources .notify__content-inner .resources-popup__controls.next .icon:before {
  content: "\e96b";
}
.notify.resources .notify__content-inner .resources-popup__close .icon:before {
  content: "\e945";
}
.notify.resources .notify__content-inner .resources-popup__count {
  padding: 1rem;
  line-height: 1;
  color: #ffffff;
}
.notify.resources .notify__content-inner .resources-popup__controls.is-disabled {
  visibility: hidden;
}
.notify.resources .notify__content-inner .resources-popup__controls {
  touch-action: none;
  float: left;
  text-decoration: none;
}
.notify.resources .btn-icon {
  background-color: #284c66 !important;
}
.notify.resources .btn-text {
  background-color: #2d2d2d !important;
}
.popup-element button {
  width: 100%;
  position: relative;
  left: 0;
  font-size: 0.9em;
  text-align: center;
  border-radius: initial;
}
.shadow .notify__shadow {
  background: rgba(0, 0, 0, 0.5) !important;
}
.resources__item-wrapper div {
  padding: 10px 15px;
}
.resources__item-wrapper > h1 {
  border-bottom: 1px solid lightgrey;
  font-size: 1.15em !important;
  text-align: center;
}
#resources__item-thumbnail {
  padding: 0;
  margin: 0 auto;
  display: inherit;
}
#resources__item-text {
  background-color: white;
}
#resources__item-text > .license-logo {
  float: right;
  width: 10%;
  margin-bottom: 1em;
}
#resources__item-text p {
  font-size: 0.85em;
  clear: both;
}
#resources__item-text > p > a:link {
  font-weight: bold;
  text-decoration: underline;
}
.license-logo {
  margin-left: 0.1em;
  display: inline;
  min-width: auto;
}
.download p {
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;
}
.download > img {
  width: 15%;
}
@media screen and (max-width: 450px) {
  #resources__item-thumbnail {
    float: none;
    margin-right: 0;
    max-width: unset;
  }
  .resources-popup {
    max-width: 80% !important;
  }
}
.btn {
  padding: 7px;
  width: 100%;
  text-align: left;
}
#btn__container img {
  margin-right: 8px;
  vertical-align: middle;
  display: inline;
  min-width: auto;
}
.btn-txt-span {
  vertical-align: middle;
  font-size: 1.3em;
}
.nav {
  /*.location-menu &__homebutton-btn .icon {
    .icon-controls-small-left;
  }*/
}
.nav__homebutton-btn {
  float: left;
}
.dir-rtl .nav__homebutton-btn {
  float: right;
}
.hide-nav-home-btn .nav__homebutton-btn {
  display: none !important;
}
.location-page .nav__homebutton-btn .icon:before,
.location-menu .nav__homebutton-btn .icon:before {
  content: "\e927";
}
.dixitPageNav .pageslider-container {
  margin: 0 auto;
  overflow: hidden;
}
.dixitPageNav .pageslider-container .pageslider {
  height: auto;
}
.dixitPageNav .pageslider-container .pageslider .contentobject {
  float: left;
  height: auto;
}
.dixitPageNav__inner {
  position: relative;
}
.dixitPageNav__infographic .infographic-menu-item-title {
  display: none;
}
.dixitPageNav__infographic .dixitPageNav__background {
  height: 100vh;
}
.dixitPageNav__infographic .infographic-menu-container,
.dixitPageNav__infographic .infographic-menu-container-col:last-child,
.dixitPageNav__infographic .infographic-menu-container-col:first-child {
  margin: 0;
}
.dixitPageNav__infographic .infographic-items {
  margin-top: 22px;
}
.dixitPageNav__btn-container {
  height: auto;
  margin-top: 5px;
  position: relative;
  text-align: center;
}
.dixitPageNav-progress {
  background-color: #00a9d7;
  border: 3px solid #0081a4;
  border-radius: 50%;
  display: inline-block;
  margin: 1px;
  padding: 0.5rem;
}
.no-touch .dixitPageNav-progress:hover {
  background-color: #0081a4;
  border-color: #0081a4;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.dixitPageNav-progress.active {
  background-color: #005971;
  border: 3px solid #005971;
  pointer-events: none;
}
.dixitPageNav-progress.is-locked {
  background-color: #dddddd;
  border: 3px solid #dddddd;
  pointer-events: none;
}
.dixitPageNav-controls {
  background-color: #00a9d7;
  display: block;
  height: 3rem;
  margin-top: -1.5rem;
  position: absolute;
  text-decoration: none;
  top: 50%;
  width: 3rem;
  z-index: 10;
}
.no-touch .dixitPageNav-controls:hover {
  background-color: #0081a4;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.no-touch .dixitPageNav-controls:hover .icon {
  color: #ffffff;
}
.dixitPageNav-controls .icon {
  color: #ffffff;
  margin: 0.75rem;
}
.dixitPageNav-control-left {
  top: 10em;
  left: 0;
}
.dixitPageNav-control-right {
  top: 10em;
  right: 0;
}
.dixitPageNav-hidden,
.dixitPageNav__aux {
  display: none;
  visibility: hidden;
}
.dixitPageNav__bg {
  display: none;
}
.dixitPageNav__tooltip {
  position: absolute;
  transform: translate(-50%, -100%);
  visibility: hidden;
  white-space: nowrap;
}
.dixitPageNav__tooltip.show {
  visibility: visible;
}
.dixitPageNav__triangle {
  position: relative;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
}
.dixitPageNav__triangle:after {
  content: "";
  position: absolute;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: red transparent transparent transparent;
}
.dixitPageNav__tooltip-text {
  padding: 0.5rem;
  background-color: #00a9d7;
  color: #ffffff;
  border-radius: 5px;
}
.dixitPageNav__triangle:after {
  border-color: #00a9d7 transparent transparent transparent;
}
@media (min-width: 900px) {
  .dixitPageNav__page__inner .page__title.is-hidden {
    display: none;
  }
  .dixitPageNav__bg {
    display: block;
  }
  .dixitPageNav__bg svg {
    max-width: 64em;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.infographic-menu {
  min-height: calc(100vh - 1.25rem * 5);
  color: black;
  padding-bottom: 24px;
  overflow-x: hidden;
}
.menu.infographic-menu {
  background: center / cover no-repeat;
}
.infographic-menu-container {
  display: flex;
  flex-direction: column;
  margin: 0 24px;
}
.infographic-menu-container-col:first-child {
  flex: 1;
}
.infographic-menu-container-col:last-child {
  flex: 2;
}
.infographic-menu-title {
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  width: 100%;
  color: #ffffff !important;
  box-sizing: border-box;
  position: unset;
  padding: 24px;
}
.infographic-title-inner {
  color: #284c66;
  font-size: 30px;
  margin: 24px 0 !important;
}
.infographic-menu-body {
  border: 0;
  outline: 0;
  z-index: 1;
  padding: 24px;
  display: block;
  color: #4d4d4d;
  border-radius: 24px !important;
  background: #284c66;
}
.infographic-menu-body p {
  font-size: 1.25rem !important;
  margin: 0;
}
.infographic-menu-item-body {
  margin-bottom: 1rem;
  display: block !important;
  padding: 0 0 0 90px;
}
.menu-item-body-inner p {
  font-size: 1.25rem !important;
}
.infographic-menu-objectives {
  width: auto;
  padding: 24px;
  display: block;
  border-left: solid 5px #00a9d7;
  font-weight: 400 !important;
  border-left: solid 0 #ffffff !important;
  color: #284c66 !important;
}
.infographic-container-inner {
  margin-top: 24px;
}
.infographic-menu-item {
  font-size: 1.25rem;
  float: left;
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
}
.menu-item-inner {
  position: relative;
  max-width: 464px;
  margin: auto;
  padding: 24px 24px 24px 24px;
  color: #546e7a;
  max-width: -webkit-fill-available !important;
  display: block;
  transform: none;
}
.menu-item-inner .menu-item-image {
  width: 100%;
  height: 70px;
  object-fit: cover;
  position: absolute;
  width: 70px !important;
  display: inline;
  min-width: auto;
}
.menu-item-inner.show-item {
  z-index: 5;
  display: block !important;
  margin-left: 128px !important;
  margin-top: -24px !important;
  padding: 20px 20px 24px 20px !important;
  box-shadow: -2px 2px 10px 0 rgba(50, 50, 50, 0.3);
  width: 300px;
  border: solid 1px #c5b9ac;
}
.infographic-menu-item-title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 0 0 90px;
  min-height: 38px;
  font-weight: 400;
}
.infographic-menu-item-title .menu-item-title-inner {
  font-size: 100%;
  color: #4d4d4d;
}
.infographic-menu-item-button {
  display: block;
  position: relative;
  text-align: right;
  padding: 0;
}
.infographic-menu-item-button button {
  padding: 3px 6px 3px 6px;
  background-color: #ffffff;
  color: #00a9d7;
}
.infographic-menu-item-button a {
  background-color: #ffffff;
  color: #00a9d7;
  padding: 3px 14px 3px 14px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  border: #ffffff solid 1px;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}
.infographic-menu-item-button a:hover {
  background-color: #00a9d7;
  color: #ffffff;
  border-color: #ffffff;
}
.menu-item-duration {
  position: absolute;
  right: 24px;
  float: none;
  color: #546e7a;
  left: 25px !important;
  bottom: 44px;
  max-width: 30%;
}
.infographic-items {
  z-index: 2;
}
.infographic-menu-item.locked .menu-item-inner .infographic-menu-item-button a {
  visibility: hidden;
}
.infographic-menu-item.locked .menu-item-inner {
  background: #c5b9ac !important;
  opacity: 0.3;
}
.menu-item-inner.show-item {
  margin-left: -275px !important;
  margin-top: 100px !important;
}
.menu-item-inner .menu-item-triangle {
  overflow: hidden;
}
.menu-item-inner .menu-item-triangle:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: #fff;
  transform: rotate(45deg);
  top: -16px;
  left: 287px;
  border-top: solid 1px #C5B9AC;
  border-left: solid 1px #C5B9AC;
  box-shadow: -12px -10px 19px -2px rgba(50, 50, 50, 0.2);
}
.infographic-menu-item.locked .menu-item-hotspot {
  cursor: default;
}
.infographic-menu-item.locked .tooltiptext {
  background-color: #727272;
  opacity: 0.6;
}
.infographic-menu-item.locked .tooltiptext::after {
  border-color: #727272 transparent transparent transparent;
}
.menu-item-hotspot {
  display: none;
}
.menu-item-triangle {
  display: none;
}
.infographic-container-image {
  display: none;
}
.infographic-background-none {
  background-image: none !important;
}
.infographic-container-image {
  display: none;
}
.footer {
  width: 100%;
  position: relative;
  z-index: 11;
  background: #4d4d4d;
  color: #ffffff;
  overflow: auto;
}
.footer .footer-inner {
  max-width: 90rem;
  margin: 0 auto;
}
.footer .footer-inner .footer-item-container {
  padding: 0 48px;
}
.footer .footer-inner .footer-item-container .contenedor-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
}
.footer .footer-inner .footer-item-container .contenedor-logos img {
  margin: 0 1.5em;
  min-width: 10% !important;
  width: 30%;
}
.footer .footer-inner .footer-item-container p {
  padding-top: 1em;
}
@media (min-width: 768px) {
  .infographic-menu {
    padding-bottom: 48px;
  }
  .infographic-menu-container {
    flex-direction: row;
    margin: 0 48px;
  }
  .infographic-title-inner {
    font-size: 40px;
    margin: 24px !important;
  }
  .infographic-items {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .infographic-container-image {
    display: block;
    width: 100%;
    height: auto;
  }
  .infographic-container-inner {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .infographic-menu-container-col:first-child {
    margin-right: 24px;
  }
  .infographic-menu-container-col:last-child {
    margin-left: 24px;
  }
  .infographic-menu-item {
    position: absolute;
  }
  .menu-item-hotspot {
    z-index: 3;
    position: absolute;
    display: block;
    height: fit-content;
  }
  .menu-item-hotspot-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .menu-item-hotspot-icon.locked:hover {
    cursor: default;
    -webkit-transform: none;
    transform: none;
  }
  .tooltip .tooltiptext {
    left: 100%;
    font-size: 1.25rem;
    visibility: hidden;
    width: 200%;
    background-color: #00a9d7;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    z-index: 4;
    bottom: 115%;
    margin-left: -150%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .tooltip .tooltiptext:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00a9d7 transparent transparent transparent;
  }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .menu-item-inner.show-item {
    margin-left: -270px !important;
    margin-top: 125px !important;
  }
}
.has-animation {
  overflow: hidden;
}
.fade-in-before > div {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-after > div {
  opacity: 1;
}
.fade-in-top-before > div {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-top-after > div {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-bottom-before > div {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-bottom-after > div {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-left-before > div {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-left-after > div {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-right-before > div {
  opacity: 0;
  transform: translateX(100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-right-after > div {
  opacity: 1;
  transform: translateX(0);
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Iberia Headline Web';
  src: url('fonts/iberia-headline.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Iberia Text Web';
  src: url('fonts/iberia_text-regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Iberia Text Web';
  src: url('fonts/iberia_text-bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Iberia Text Web';
  src: url('fonts/iberia_text-italic.ttf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Iberia Text Web';
  src: url('fonts/iberia_text-bold_italic.ttf');
  font-weight: bold;
  font-style: italic;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
b,
strong {
  font-weight: 700;
}
.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: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #284c66;
}
@media (min-width: 48rem) {
  .article__title {
    font-size: 2.5rem;
  }
}
.article__body {
  margin-bottom: 1rem;
}
.article__instruction {
  margin-bottom: 1rem;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.article__body a,
.article__instruction a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .article__body a:hover,
.no-touch .article__instruction a:hover {
  color: #4d4d4d;
  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(75, 78, 79, 0.5);
  color: #ffffff;
  transform: 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: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #284c66;
}
@media (min-width: 48rem) {
  .block__title {
    font-size: 2.5rem;
  }
}
.block__body {
  margin-bottom: 1rem;
}
.block__instruction {
  margin-bottom: 1rem;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.block__body a,
.block__instruction a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .block__body a:hover,
.no-touch .block__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.btn__container {
  margin-top: 1rem;
}
.btn-icon {
  background-color: #00a9d7;
  color: #ffffff;
}
.no-touch .btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #ed7ea9;
  color: #284c66;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-text {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
.btn-text {
  background-color: #00a9d7;
  color: #ffffff;
  border-radius: 5px;
}
.no-touch .btn-text:not(.is-disabled):not(.is-locked):hover {
  background-color: rgba(0, 169, 215, 0.71);
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-icon.is-disabled,
.btn-text.is-disabled {
  background-color: #dddddd;
  color: #ccc;
}
.btn-icon.is-locked,
.btn-text.is-locked {
  background-color: #dddddd;
  color: #ccc;
  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: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #284c66;
}
@media (min-width: 48rem) {
  .component__title {
    font-size: 2.5rem;
  }
}
.component__body {
  margin-bottom: 1rem;
}
.component__instruction {
  margin-bottom: 1rem;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.component__body a,
.component__instruction a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .component__body a:hover,
.no-touch .component__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.component.is-left + .component.is-right {
  padding-top: 4rem;
}
@media (min-width: 48rem) {
  .component.is-left + .component.is-right {
    padding-top: 0;
  }
}
.drawer {
  background-color: #2d2d2d;
}
.drawer__toolbar {
  border-bottom: 1px solid #284c66;
}
.drawer__btn {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #2d2d2d;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .drawer__btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #141414;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn {
  display: block;
  padding: 1rem;
  background-color: #2d2d2d;
  color: #ffffff;
  text-decoration: none;
}
.no-touch .drawer__item-btn:not(.is-disabled):hover {
  background-color: #284c66;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn.is-disabled {
  background-color: #dddddd;
  color: #ccc;
}
.drawer__item-btn.is-selected {
  background-color: #284c66;
  color: #ffffff;
}
.drawer__item-title {
  margin-bottom: 0.25rem;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}
.dir-rtl .drawer__item-title {
  text-align: right;
}
.drawer__item-body {
  margin-bottom: 0;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.dir-rtl .drawer__item-body {
  text-align: right;
}
.loading {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.loading__inner,
.loading__inner:before,
.loading__inner:after {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation-fill-mode: both;
  animation: loading 1.25s infinite ease-in-out;
}
.loading__inner {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -9999rem;
  animation-delay: -0.16s;
  transform: translateZ(0);
}
.loading__inner:before,
.loading__inner:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading__inner:before {
  left: -3rem;
  animation-delay: -0.32s;
}
.loading__inner:after {
  left: 3rem;
}
@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5rem 0 -1.3rem;
  }
  40% {
    box-shadow: 0 2.5rem 0 0;
  }
}
.nav {
  background-color: #ed7ea9;
}
.nav__inner {
  max-width: inherit;
}
.nav__btn {
  background-color: #ed7ea9;
  color: #ffffff;
}
.no-touch .nav__btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #ed7ea9;
  color: #284c66;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__popup {
  background-color: #284c66;
  color: #ffffff;
}
.notify__popup-inner {
  position: relative;
  padding: 4rem 0.5rem;
}
.notify__icon {
  display: none;
}
.notify__title {
  margin-bottom: 1rem;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  padding-right: 3.5rem;
}
@media (min-width: 48rem) {
  .notify__title {
    font-size: 2.5rem;
  }
}
.dir-rtl .notify__title {
  padding-right: inherit;
  padding-left: 3.5rem;
}
@media (min-width: 48rem) {
  .notify__title {
    padding-right: inherit;
  }
  .dir-rtl .notify__title {
    padding-left: inherit;
  }
}
.notify__body {
  margin-bottom: 1rem;
}
.notify__instruction {
  margin-bottom: 0;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.notify__body a,
.notify__instruction a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.notify__btn-container {
  margin-top: 1rem;
}
.notify__btn {
  background-color: #1e394d;
  color: #00a9d7;
}
.no-touch .notify__btn:not(.is-disabled):hover {
  background-color: #a7cde2;
  color: #00a9d7;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__btn-icon {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #1e394d;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .notify__btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #a7cde2;
  color: #ffffff;
  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: #284c66;
  color: #ffffff;
  transform: translateY(25px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.notify-push.is-active {
  transform: translateY(0);
}
.notify-push__inner {
  padding: 1rem;
  padding-right: 4.5rem;
}
.dir-rtl .notify-push__inner {
  padding-right: 1rem;
  padding-left: 4.5rem;
}
.notify-push__title {
  margin-bottom: 1rem;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 48rem) {
  .notify-push__title {
    font-size: 2.5rem;
  }
}
.notify-push__body a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .notify-push__body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .notify-push__body a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.notify-push__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #1e394d;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .notify-push__close-btn:not(.is-disabled):not(.is-locked):hover {
  background-color: #a7cde2;
  color: #ffffff;
  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: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #284c66;
}
@media (min-width: 48rem) {
  .page__title {
    font-size: 3rem;
  }
}
.page__subtitle {
  margin-bottom: 1rem;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 48rem) {
  .page__subtitle {
    font-size: 2rem;
  }
}
.page__body {
  margin-bottom: 1rem;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.page__instruction {
  margin-bottom: 1rem;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.page__body a,
.page__instruction a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .page__body a:hover,
.no-touch .page__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.shadow {
  background-color: rgba(255, 255, 255, 0.5);
}
.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: #ffffff;
}
.dir-rtl .glossary__checkbox-label {
  margin-left: inherit;
  margin-right: 0.5rem;
}
.glossary__search-container,
.glossary__index-container {
  background-color: #2d2d2d;
  border-bottom: 1px solid #284c66;
}
.glossary__index-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
}
.glossary__index-link {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .glossary__index-link:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .glossary__index-link:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.glossary__items-group-header {
  background-color: #284c66;
  color: #ffffff;
  text-align: center;
}
.glossary__item-description {
  padding: 1rem;
  border-bottom: 1px solid #284c66;
  color: #ffffff;
}
.glossary__item-description a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .glossary__item-description a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .glossary__item-description a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.glossary__item-not-found {
  padding: 1rem;
  line-height: 1.2;
  border-bottom: 1px solid #284c66;
  color: #ffffff;
}
.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: #00a9d7;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .hotgraphic__pin:not(.has-pin-image):not(.is-disabled):not(.is-locked):hover {
  background-color: #0081a4;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgraphic__pin:not(.has-pin-image).is-visited {
  background-color: #727272;
  color: #ffffff;
}
.hotgraphic__pin-number {
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}
.hotgraphic-popup__inner {
  padding-top: 4rem;
}
.hotgraphic-popup__controls,
.hotgraphic-popup__close {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #1e394d;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .hotgraphic-popup__controls:not(.is-disabled):not(.is-locked):hover,
.no-touch .hotgraphic-popup__close:not(.is-disabled):not(.is-locked):hover {
  background-color: #a7cde2;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.hotgraphic-popup__item-title {
  margin-bottom: 1rem;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 48rem) {
  .hotgraphic-popup__item-title {
    font-size: 2.5rem;
  }
}
.hotgraphic-popup__item-body {
  margin-bottom: 1rem;
}
.hotgraphic-popup__item-body a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .hotgraphic-popup__item-body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .hotgraphic-popup__item-body a:hover {
  color: #ffffff;
  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);
}
.narrative__content-title {
  margin-bottom: 1rem;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
.narrative__content-body a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .narrative__content-body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.narrative__controls {
  background-color: #00a9d7;
  color: #ffffff;
}
.no-touch .narrative__controls:not(.is-disabled):not(.is-locked):hover {
  background-color: #0081a4;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.narrative__progress {
  background-color: #00a9d7;
  border-radius: 50%;
}
.no-touch .narrative__progress:not(.is-selected):hover {
  background-color: #0081a4;
  transition: background-color 0.2s ease-in;
}
.narrative__progress.is-visited {
  background-color: #727272;
}
.narrative__progress.is-selected {
  background-color: #005971;
}
.narrative__strapline-btn {
  text-align: left;
  background-color: #00a9d7;
  color: #ffffff;
}
.dir-rtl .narrative__strapline-btn {
  text-align: right;
}
.narrative__strapline-icon {
  background-color: #00a9d7;
  color: #ffffff;
}
.no-touch .narrative__strapline-btn:not(.is-disabled):not(.is-locked):hover,
.no-touch .narrative__strapline-btn:not(.is-disabled):not(.is-locked):hover .narrative__strapline-icon {
  background-color: #0081a4;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.narrative__strapline-btn.is-visited,
.narrative__strapline-btn.is-visited .narrative__strapline-icon {
  background-color: #727272;
  color: #ffffff;
}
.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);
}
.text.is-pull-quote .text__title {
  font-size: 1.25rem;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  letter-spacing: normal;
  color: inherit;
}
.text.is-pull-quote .text__body {
  font-size: 1rem;
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.tutor__content-inner {
  padding: 4rem 0.5rem;
  padding: 1rem;
}
.tutor__title {
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .tutor__title {
    font-size: 2.5rem;
  }
}
.tutor__body {
  margin-bottom: 1rem;
}
.tutor__btn {
  margin-top: 1rem;
}
.tutor__btn-icon {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #1e394d;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .tutor__btn-icon:not(.is-disabled):not(.is-locked):hover {
  background-color: #a7cde2;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.tutor-type-overlay .tutor__inner {
  background-color: #284c66;
  color: #ffffff;
}
.tutor-type-overlay .tutor__title {
  padding-right: 2.5rem;
}
.dir-rtl .tutor-type-overlay .tutor__title {
  padding-right: inherit;
  padding-left: 2.5rem;
}
.tutor-type-overlay .tutor__body a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .tutor-type-overlay .tutor__body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .tutor-type-overlay .tutor__body a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.tutor-type-overlay .tutor__btn {
  background-color: #1e394d;
  color: #00a9d7;
}
.no-touch .tutor-type-overlay .tutor__btn:hover {
  background-color: #a7cde2;
  color: #00a9d7;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.tutor-type-overlay .tutor__btn-icon {
  background-color: #1e394d;
  color: #ffffff;
}
.no-touch .tutor-type-overlay .tutor__btn-icon:hover {
  background-color: #a7cde2;
  color: #ffffff;
}
.background-blend-mode.soft-light {
  background-blend-mode: soft-light;
}
.mix-blend-mode.soft-light {
  mix-blend-mode: soft-light;
}
.background-blend-mode.screen {
  background-blend-mode: screen;
}
.mix-blend-mode.screen {
  mix-blend-mode: screen;
}
.background-blend-mode.saturation {
  background-blend-mode: saturation;
}
.mix-blend-mode.saturation {
  mix-blend-mode: saturation;
}
.background-blend-mode.overlay {
  background-blend-mode: overlay;
}
.mix-blend-mode.overlay {
  mix-blend-mode: overlay;
}
.background-blend-mode.multiply {
  background-blend-mode: multiply;
}
.mix-blend-mode.multiply {
  mix-blend-mode: multiply;
}
.background-blend-mode.luminosity {
  background-blend-mode: luminosity;
}
.mix-blend-mode.luminosity {
  mix-blend-mode: luminosity;
}
.background-blend-mode.lighten {
  background-blend-mode: lighten;
}
.mix-blend-mode.lighten {
  mix-blend-mode: lighten;
}
.background-blend-mode.hue {
  background-blend-mode: hue;
}
.mix-blend-mode.hue {
  mix-blend-mode: hue;
}
.background-blend-mode.hard-light {
  background-blend-mode: hard-light;
}
.mix-blend-mode.hard-light {
  mix-blend-mode: hard-light;
}
.background-blend-mode.exclusion {
  background-blend-mode: exclusion;
}
.mix-blend-mode.exclusion {
  mix-blend-mode: exclusion;
}
.background-blend-mode.difference {
  background-blend-mode: difference;
}
.mix-blend-mode.difference {
  mix-blend-mode: difference;
}
.background-blend-mode.darken {
  background-blend-mode: darken;
}
.mix-blend-mode.darken {
  mix-blend-mode: darken;
}
.background-blend-mode.color-dodge {
  background-blend-mode: color-dodge;
}
.mix-blend-mode.color-dodge {
  mix-blend-mode: color-dodge;
}
.background-blend-mode.color-burn {
  background-blend-mode: color-burn;
}
.mix-blend-mode.color-burn {
  mix-blend-mode: color-burn;
}
.background-blend-mode.color {
  background-blend-mode: color;
}
.mix-blend-mode.color {
  mix-blend-mode: color;
}
@media (min-width: 0) {
  .component.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 0) {
  .component.col-xs-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 0) {
  .component.col-xs-3 {
    width: 25%;
  }
}
@media (min-width: 0) {
  .component.col-xs-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 0) {
  .component.col-xs-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 0) {
  .component.col-xs-6 {
    width: 50%;
  }
}
@media (min-width: 0) {
  .component.col-xs-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 0) {
  .component.col-xs-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 0) {
  .component.col-xs-9 {
    width: 75%;
  }
}
@media (min-width: 0) {
  .component.col-xs-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 0) {
  .component.col-xs-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 0) {
  .component.col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 36rem) {
  .component.col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-3 {
    width: 25%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-6 {
    width: 50%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-9 {
    width: 75%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 48rem) {
  .component.col-md-12 {
    width: 100%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-3 {
    width: 25%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-6 {
    width: 50%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-9 {
    width: 75%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 62rem) {
  .component.col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-3 {
    width: 25%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-6 {
    width: 50%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-9 {
    width: 75%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 90rem) {
  .component.col-xl-12 {
    width: 100%;
  }
}
.component__container {
  flex-direction: unset;
}
.filter.grayscale img {
  filter: grayscale(1);
}
.filter.invert img {
  filter: invert(1);
}
.filter.sepia img {
  filter: sepia(1);
}
.hide-nav-back-btn .nav__back-btn {
  display: none !important;
}
.hide-page-header .page__header {
  display: none !important;
}
.header-color.background .menu__header,
.header-color.background .page__header {
  background-color: #4b4e4f;
}
.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: #ffffff;
}
.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: #4d4d4d;
}
.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: #ffffff;
}
.block.align-vert-center .component__container {
  align-items: center;
}
.block.align-vert-bottom .component__container {
  align-items: flex-end;
}
@media (min-width: 48rem) {
  .block.reverse-desktop-order .component__container {
    flex-direction: row-reverse;
  }
  .block.reverse-desktop-order .component.is-left {
    padding-right: inherit;
    padding-left: 0.5rem;
  }
  .dir-rtl .block.reverse-desktop-order .component.is-left {
    padding-left: inherit;
    padding-right: 0.5rem;
  }
  .block.reverse-desktop-order .component.is-right {
    padding-left: inherit;
    padding-right: 0.5rem;
  }
  .dir-rtl .block.reverse-desktop-order .component.is-right {
    padding-right: inherit;
    padding-left: 0.5rem;
  }
}
.block.extend-content-container .block__inner {
  max-width: 70rem;
}
.block.extend-container .block__inner {
  max-width: 90rem;
}
.block.remove-padding-top .block__inner,
.block.remove-top-padding .block__inner {
  padding-top: 0;
}
.block.remove-padding-bottom .block__inner,
.block.remove-bottom-padding .block__inner {
  padding-bottom: 0;
}
.block.reduce-padding-top .block__inner {
  padding-top: 2rem;
}
.block.reduce-padding-bottom .block__inner {
  padding-bottom: 2rem;
}
.block.increase-padding-top .block__inner {
  padding-top: 8rem;
}
.block.increase-padding-bottom .block__inner {
  padding-bottom: 8rem;
}
.bg-color.black {
  background-color: #4b4e4f;
  color: #ffffff;
}
.bg-color.black .block__title,
.bg-color.black .component__title,
.bg-color.black .block__body a,
.bg-color.black .component__body a,
.bg-color.black .block__instruction a,
.bg-color.black .component__instruction a {
  color: #ffffff;
}
.bg-color.black .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.bg-color.black .pagelevelprogress__indicator-inner {
  background-color: #4b4e4f;
}
.bg-color.black .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.bg-color.black .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.black .narrative__progress.is-selected {
  background-color: #ffffff;
}
.bg-color.background {
  background-color: #4b4e4f;
  color: #ffffff;
}
.bg-color.background .block__title,
.bg-color.background .component__title,
.bg-color.background .block__body a,
.bg-color.background .component__body a,
.bg-color.background .block__instruction a,
.bg-color.background .component__instruction a {
  color: #ffffff;
}
.bg-color.background .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.bg-color.background .pagelevelprogress__indicator-inner {
  background-color: #4b4e4f;
}
.bg-color.background .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.bg-color.background .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.background .narrative__progress.is-selected {
  background-color: #ffffff;
}
.bg-color.transparent-light {
  background-color: transparent;
  color: #4b4e4f;
}
.bg-color.transparent-light .block__title,
.bg-color.transparent-light .component__title,
.bg-color.transparent-light .block__body a,
.bg-color.transparent-light .component__body a,
.bg-color.transparent-light .block__instruction a,
.bg-color.transparent-light .component__instruction a {
  color: #4b4e4f;
}
.bg-color.transparent-light .pagelevelprogress__indicator {
  border-color: #4b4e4f;
}
.bg-color.transparent-light .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.bg-color.transparent-light .pagelevelprogress__indicator-bar {
  background-color: #4b4e4f;
}
.bg-color.transparent-light .narrative__progress {
  background-color: rgba(75, 78, 79, 0.5);
}
.bg-color.transparent-light .narrative__progress.is-selected {
  background-color: #4b4e4f;
}
.bg-color.transparent-dark {
  background-color: transparent;
  color: #ffffff;
}
.bg-color.transparent-dark .block__title,
.bg-color.transparent-dark .component__title,
.bg-color.transparent-dark .block__body a,
.bg-color.transparent-dark .component__body a,
.bg-color.transparent-dark .block__instruction a,
.bg-color.transparent-dark .component__instruction a {
  color: #ffffff;
}
.bg-color.transparent-dark .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.bg-color.transparent-dark .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.bg-color.transparent-dark .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.bg-color.transparent-dark .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-color.transparent-dark .narrative__progress.is-selected {
  background-color: #ffffff;
}
.drawer {
  z-index: 300;
}
.navigation {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  height: 56px;
}
.no-touch .pagelevelprogress__navigation:hover .pagelevelprogress__navigation-bar {
  background-color: #fcd100;
  border: none;
}
.no-touch .pagelevelprogress__navigation-bar {
  background-color: #8b8671;
  border: none;
}
.no-touch .pagelevelprogress__navigation:hover .pagelevelprogress__navigation-completion {
  background-color: #ffffff;
}
.pagelevelprogress__navigation-completion {
  background-color: #ffffff;
  height: 9px;
}
.navigation-logo-container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.navigation-logo {
  margin: 0 auto;
  min-width: 100px;
  max-width: 200px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.block .block__inner {
  padding: 15px 0 15px;
}
.article .article-inner {
  padding: 15px 0 15px;
}
.component .component__inner {
  background-color: unset;
}
.component .component__body-inner {
  padding: 0 0 0 10px;
  display: block;
  top: 8%;
  border-left: solid 5px #978f65;
  position: relative;
}
.custom-red-bg .block__inner .block__body {
  background-color: #978f65;
  color: white;
  padding: 10px;
}
.drawer {
  background-color: #2d2d2d;
  color: #ffffff;
}
.drawer .pagelevelprogress__item-title {
  background-color: #ffffff;
}
.drawer .drawer__inner {
  border-left: 5px solid #284c66;
}
/*.drawer .drawer__toolbar {
    border-bottom: 1px solid desaturate(@drawer-item-inverted, 80%);
}*/
.drawer .drawer__item .drawer__item-open {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
.drawer .drawer__item-open:hover {
  background-color: #474747 !important;
  color: #ffffff;
}
.drawer .pagelevelprogress__indicator {
  width: 15%;
  height: 8px;
  margin-left: 3%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.drawer .pagelevelprogress__item-title:hover .pagelevelprogress__indicator {
  background-color: transparent;
}
.drawer .pagelevelprogress__indicator-complete .pagelevelprogress__indicator-bar {
  background-color: #284c66;
}
.drawer .pagelevelprogress__item-title:hover .pagelevelprogress__indicator-bar {
  background-color: #284c66 !important;
}
.drawer .pagelevelprogress__item-title:hover .pagelevelprogress__indicator-incomplete {
  background-color: transparent !important;
}
.drawer .drawer__item {
  background-color: #2d2d2d;
}
.aboutus__header-container {
  padding: 0 !important;
}
.aboutus__item-body a {
  color: #ffffff !important;
}
.page-header {
  display: none;
}
.custom-header {
  max-width: 400px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-left: unset !important;
  text-align: center !important;
  margin-top: -60px;
  margin-bottom: -30px;
}
.custom-header .component__body-inner {
  border-left: unset;
}
.custom-header .component__title {
  text-align: center !important;
  font-weight: bold;
}
.custom-header .text-body-inner:after {
  content: url('assets/down_arrow.png');
  max-width: 60px;
}
.custom-footer {
  max-width: 400px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-left: unset !important;
  text-align: center !important;
  margin-top: -30px;
  margin-bottom: -60px;
}
.custom-footer .component__body-inner {
  border-left: unset;
}
.custom-header .component__title {
  text-align: center !important;
  font-weight: bold;
}
.navigation-tabs .navigation-tabs-widget {
  font-size: 0;
  text-align: center;
}
.navigation-tabs button {
  line-height: inherit;
  margin: 3px;
  min-height: inherit;
  padding: 20px;
  vertical-align: top;
}
.navigation-tabs button .icon {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.navigation-tabs button .icon:before {
  line-height: 1;
}
.navigation-tabs button.selected {
  background-color: #00a9d7;
  border-color: #ed7ea9;
  color: #284c66;
}
.navigation-tabs button.disabled {
  cursor: not-allowed;
}
.navigation-tabs button .text {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  display: inline-block;
  line-height: 135%;
  min-width: 24px;
}
@media all and (max-width: 36rem) {
  .navigation-tabs button .text {
    line-height: 24px;
    min-height: 24px;
  }
}
.tab {
  border-left: 1px solid #00a9d7;
  border-right: 1px solid #00a9d7;
}
.tab button {
  display: inline-block;
  float: left;
  text-align: center;
  text-decoration: none;
  height: 57px;
  color: #00a9d7;
}
.no-touch .tab button:hover {
  color: #00a9d7;
  background-color: #006293;
}
.tab .selected {
  color: #00a9d7;
  background-color: #978f65;
  cursor: default;
}
div.dragndrop-inner .dragndrop-question .ui-droppable {
  border-color: #978f65;
}
div.dragndrop-inner .dragndrop-question {
  color: #00a9d7;
  border: 1px solid #006293;
  background: #978f65;
}
.component .component__title,
.block__title-inner {
  color: #00a9d7 !important;
}
.dragndrop-inner .dragndrop-answers .dragndrop-answer.ui-state-placed {
  color: #00a9d7 !important;
}
.block__title-inner {
  margin-bottom: 20px;
}
.component .component__body {
  margin: 10px 0;
}
.resources__filter-btn {
  padding: 1rem 0.5rem;
  background-color: #2d2d2d;
  border-bottom: 1px solid #284c66;
  border-right: 1px solid #284c66;
  color: #ffffff;
  padding: 15px 0;
}
.no-touch .resources__filter-btn:not(.is-disabled):not(.is-selected):hover {
  background-color: #284c66;
  color: #ffffff;
  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: #284c66;
  color: #ffffff;
}
.resources__item-btn {
  text-decoration: none;
}
body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body ::-webkit-scrollbar {
  width: 1rem;
}
body ::-webkit-scrollbar-track {
  margin: 1rem 0;
  box-shadow: inset 0 0 0.3rem #2D2D2D;
  border-radius: 0.6rem;
}
body ::-webkit-scrollbar-thumb {
  background: #ed7ea9;
  border-radius: 0.6rem;
  transition: background-color 0.2s ease-in;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #b81a57;
}
.glossary__item-description {
  padding: 0rem 1rem!important;
  border-bottom: none!important;
}
.glossary__item-description p {
  font-size: 1rem!important;
}
.glossary__items-group-header {
  text-align: center;
  font-weight: bolder!important;
}
.glossary__index-container {
  border-bottom: 0.5px solid #ffffff;
}
.glossary__textbox {
  width: 100%;
  padding: 0.25rem 2.5rem 0.25rem 1rem;
}
.glossary__checkbox-container {
  padding: 0.5rem 1rem;
}
.glossary__textbox-container {
  margin: 0rem 1rem 0;
}
.glossary__index-item {
  display: grid;
  width: 1.25rem;
}
.btn__container.pj-center {
  margin-top: 0.5rem;
}
.graphicPop .notify__image {
  background: white;
}
table {
  border-spacing: 0px!important;
  border-color: #005971 !important;
  border-collapse: collapse!important;
}
.component__body sup a,
.accordion__item-body sup a {
  font-family: 'Iberia Text Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.page__inner {
  background: white;
}
.menu.contentobject.\36 200fb9601d7c2487681bbca.infographic-menu.submenu {
  background: white;
}
.component__body a,
.component__instruction a,
.block__body a,
.block__instruction a,
.accordion__item-body a {
  color: #2680b4 !important;
}
.trickle.is-full-width .trickle__inner {
  margin: 15px 36px 36px!important;
}
.narrative__content-title {
  vertical-align: middle;
  font-size: 2rem!important;
  color: #006293 !important;
}
.flipper-inner .flipper-item .flipper-item-img {
  vertical-align: bottom;
  padding: 15px 25px!Important;
}
.trickle.is-full-width .trickle__inner {
  position: relative!important;
}
.glossary__item-description {
  color: #ffffff;
}
.glossary__items-group-header {
  background-color: #ffffff !important;
  color: #123835 !important;
}
.glossary__search-container,
.glossary__index-container {
  background-color: #284c66 !important;
}
.textinputinline-item-inner {
  display: inline-block;
  position: relative;
  width: 15%!important;
}
.textinputinline.\36 20133ef01d7c2487681bd06 .textinputinline-item-inner {
  width: 7%!important;
}
body {
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif !important;
  line-height: 1.5 !important;
}
body p {
  margin: 10px 0!important;
}
.btn-text {
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif !important;
}
.menu.contentobject.infographic-menu.submenu .infographic-title-inner {
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-size: 3rem!important;
  line-height: 1.2 !important;
  letter-spacing: normal!important;
  color: #006293 !important;
  padding-top: 2rem!important;
  text-align: center!important;
  font-weight: bold!important;
  font-size: 40px;
  margin: 0 24px 24px!important;
}
.menu.contentobject.infographic-menu.submenu .infographic-menu-title {
  padding: 0px;
}
.infographic-menu-body {
  color: #546e7a !important;
  border-radius: 24px !important;
  background: transparent!important;
  border: solid 1px #dad4cd !important;
  padding: 35px!important;
}
.infographic-menu-body p {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  padding: 6px 0px!important;
}
.infographic-title-inner {
  font-size: 40px;
  margin: 24px !important;
  text-align: center!important;
}
.aboutus__header-container img {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  min-width: -webkit-fill-available !important;
  max-width: -webkit-fill-available !important;
}
.drawer__item-body {
  margin-bottom: 0;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500!important;
  line-height: 1.5;
  text-align: left;
}
.aboutus__item .aboutus__item-body a {
  color: #ffffff;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1rem!important;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.drawer__item-title {
  margin-bottom: 0.25rem;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  border-bottom: solid 1px #929292;
}
.drawer {
  background-color: #284c66;
}
.drawer__item-btn {
  background-color: #284c66;
}
.drawer__btn {
  background-color: #284c66;
}
.notify.resources .btn-text {
  background-color: #284c66 !important;
}
.notify.resources .notify__content-inner .resources-popup__inner {
  border: 1px solid #284c66;
}
.location-menu .location-id-course#wrapper {
  padding-top: 3.5rem;
  background: white!important;
}
.footer {
  background: #284c66;
}
.page-footer {
  padding: 0 1% 1%;
  color: #546e7a;
  background-color: #ffffff;
  margin: 0 1em 1em 1em;
}
.footer .footer-inner .footer-item-container p {
  padding-top: 1em;
  text-align: center;
}
.component .component__body-inner {
  padding: 0 0 0 0px!important;
  display: block;
  top: 8%;
  border-left: 0px #978f65 !important;
  position: relative;
}
.component__title {
  margin-top: 25px;
}
.text-body-inner table,
.text-body-inner th,
.text-body-inner td {
  border: 2px solid black;
  padding: 0.5rem;
  vertical-align: middle;
}
.expose-item-inner .expose-item-cover .text {
  top: 15% !important;
}
.article__title {
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-size: 3rem!important;
  line-height: 1.2 !important;
  letter-spacing: normal!important;
  color: #006293 !important;
  padding-top: 2rem!important;
  text-align: center!important;
  font-weight: bold!important;
}
.article__header-inner {
  padding: 0 0rem;
}
.block__title-inner {
  color: #00a9d7 !important;
}
.block__title {
  font-size: 2.5rem;
}
.component__title-inner {
  display: inline;
  vertical-align: middle;
  font-size: 2rem!important;
  color: #006293 !important;
}
.blockslider-article .blockslider-controls-container {
  height: auto;
  margin-top: -35px;
  position: relative;
  text-align: center;
}
.blockslider-article .blockslider-controls {
  background-color: #006293;
  display: block;
  height: 3rem;
  margin-top: -1.5rem;
  position: absolute;
  text-decoration: none;
  top: 50%;
  width: 3rem;
  z-index: 10;
}
.blockslider-article .blockslider-progress {
  background-color: #ffffff;
  border: 3px solid #006293;
  border-radius: 50%;
  display: inline-block;
  margin: 1px;
  padding: 0.5rem;
}
.blockslider-article .blockslider-progress.active {
  background-color: #00a9d78c;
}
.block__inner {
  padding: 5px 0!important;
}
.component__attribution {
  position: inherit;
  background-color: #1e394d8c;
}
.stacklist-item {
  position: relative;
  padding: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0.5rem;
  background-color: #00a9d7;
  color: #ffffff;
}
.stacklist-item.show p {
  font-size: 1.1rem !important;
  margin-top: 17.6px !important;
}
.flipper-inner .flipper-item .flipper-item-body p {
  font-size: 1.1rem !important;
}
.flipper-inner .flipper-item .flipper-item-body ul li,
ol li {
  font-size: 1.1rem !important;
}
.flipper-inner .flipper-item .flipper-item-body {
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  color: #464646;
}
.accordion__item-content {
  padding: 1rem;
  border-radius: 5px;
  color: #000000;
  background-color: white;
  border: 1.2px solid #005971;
}
.accordion__item-content-inner p {
  font-size: 1.1rem !important;
}
.accordion__item-content-inner ul li,
ol li {
  font-size: 1.1rem !important;
}
.resumen {
  color: #ffffff;
  background-color: #284c66;
}
.resumen .article__title {
  color: #a7cde2 !important;
}
.resumen .block__title-inner {
  color: #a7cde2 !important;
}
.resumen .block__inner {
  padding: 15px 0!important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.destacado1 {
  background-color: #a6cde2;
}
.destacado1 .block__title {
  font-size: 2.5rem;
  margin-top: 25px;
}
.destacado2 {
  background-color: #f9d4e2;
}
.destacado3 {
  background-color: #f2f4c5;
}
.destacado4 {
  background-color: #f9d4e2;
  border: 1.5px solid;
  border-radius: 20px;
  border-color: #5d5a5a;
}
.exercicios .btn-text {
  background-color: #dfe36d;
  color: #284c66;
}
.exercicios .btn-text:hover {
  background-color: #dfe36d;
  color: #284c66;
}
.exercicios .btn-text:not(.is-disabled):not(.is-locked):hover {
  background-color: #bbbd5d;
  color: #ffffff;
}
.exercicios2 .accordion__item-btn {
  background-color: #dfe36d;
  color: #284c66;
}
.exercicios2 .accordion__item-btn:hover {
  background-color: #dfe36d;
  color: #284c66;
}
.exercicios2 .accordion__item-btn:not(.is-selected):hover {
  background-color: #bbbd5d;
  color: #ffffff;
}
.parasabermais .accordion__item-btn {
  background-color: #f9d4e2;
  color: #284c66;
}
.parasabermais .accordion__item-btn:hover {
  background-color: #ed7ea9;
  color: #ffffff;
}
.parasabermais .accordion__item-btn:not(.is-selected):hover {
  background-color: #ed7ea9;
  color: #ffffff;
}
.titulopeque .block__title-inner {
  vertical-align: middle;
  font-size: 2rem!important;
  color: #006293 !important;
}
.margenimg .component__inner.graphic__inner {
  margin-top: 95px;
}
.margenimg2 .component__inner.graphic__inner {
  margin-top: 138px;
}
.titulosinmargen .component__title {
  margin-top: 0px;
}
.infographic-menu-item-button {
  text-align: left;
  margin-left: 70px;
}
.infographic-menu-item-button a {
  text-align: left;
}
.page__inner {
  background: white;
}
.page__title {
  text-align: center!important;
}
.block__inner {
  max-width: none;
}
.component__attribution {
  position: inherit;
  background-color: #1e394d8c;
}
.hotgraphic__pin.item-0 {
  width: 5.88% !important;
}
.hotgraphic__pin.item-1 {
  width: 6.15% !important;
}
.hotgraphic__pin.item-2 {
  width: 6.15% !important;
}
.hotgraphic__pin.item-3 {
  width: 6.2% !important;
}
.hotgraphic__pin.item-4 {
  width: 6.2% !important;
}
.hotgraphic__pin.item-5 {
  width: 6.2% !important;
}
.hotgraphic__pin.item-6 {
  width: 6.67% !important;
}
.hotgraphic__pin.item-7 {
  width: 6.88% !important;
}
.hotgraphic__pin.item-8 {
  width: 7.08% !important;
}
.hotgraphic__pin.item-9 {
  width: 7.24% !important;
}
.hotgraphic__pin.item-10 {
  width: 6.25% !important;
}
.hotgraphic__pin.item-11 {
  width: 6.09% !important;
}
.hotgraphic__pin.item-12 {
  width: 7.5% !important;
}
.hotgraphic__pin.item-13 {
  width: 7.76% !important;
}
.hotgraphic__pin.item-14 {
  width: 7.86% !important;
}
.hotgraphic__pin.item-15 {
  width: 8.85% !important;
}
.peDeXunta {
  background-color: #284C66 !important;
  color: #ffffff !important;
  font-family: 'Iberia Headline Web', 'Open Sans', Helvetica, Arial, sans-serif !important;
  padding-bottom: 64px;
}
.peDeXunta .block__inner {
  max-width: 1024px;
}
.peDeXunta .component .component__body-inner {
  border-left: solid 0px #284C66;
}
.drawer {
  background-color: #284c66;
}
.drawer__item-btn {
  background-color: #284c66;
}
.drawer__btn {
  background-color: #284c66;
}
.glossary__item-description {
  color: #ffffff;
}
.glossary__items-group-header {
  background-color: #ffffff !important;
  color: #123835 !important;
}
.glossary__search-container,
.glossary__index-container {
  background-color: #284c66 !important;
}
/*# sourceMappingURL=adapt.css.map */