/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*
 * Font sizes PX to REM
 * 10px = 1rem
 * 14px = 1.4rem
 */
/** Public mixins **/
/** Media Queries **/
.logo {
  max-width: 127px;
  margin-top: 12px;
  margin-bottom: 7px;
  margin-left: 20px; }
  @media screen and (min-width: 1400px) {
    .logo {
      margin-left: 0; } }

header .col-12 {
  position: relative; }

.header-charts {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  padding: 40px 0 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 750px) {
    .header-charts {
      position: relative;
      right: initial;
      top: 0;
      margin: 0 auto; } }
  .header-charts > div {
    margin: 0 auto; }
    .header-charts > div svg > text {
      font-size: 17px !important;
      fill: #fff !important; }

.document-title {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4F4F4F; }
  @media screen and (max-width: 1020px) {
    .document-title {
      right: 80px; } }
  @media screen and (max-width: 750px) {
    .document-title {
      top: 12px;
      font-size: 14px; } }
  @media screen and (min-width: 1021px) and (max-width: 1310px) {
    .document-title {
      right: 20px; } }
  .document-title span {
    color: #FF6600; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.text-right {
  text-align: right; }

main.home {
  background-size: cover;
  background-position: center center; }
  main.home > div {
    position: relative;
    min-height: calc(100vh - 126px - 115px); }
    @media screen and (max-width: 1020px) {
      main.home > div {
        min-height: calc(100vh - 84px - 115px); } }
    main.home > div .overlay {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 30px;
      width: 100%;
      text-align: center;
      max-width: 450px; }
      @media screen and (max-width: 750px) {
        main.home > div .overlay {
          max-width: 300px; } }
      main.home > div .overlay h1 {
        max-width: 100%; }
    main.home > div h1 {
      position: relative;
      background: #fff;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
      font-size: 42px;
      color: #4F4F4F;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 50px 20px 60px;
      margin: 0; }
      @media screen and (max-width: 750px) {
        main.home > div h1 {
          font-size: 25px;
          letter-spacing: 1px;
          padding: 20px 20px 30px;
          width: 100% !important; } }
    main.home > div h2 {
      position: relative;
      font-size: 35px;
      text-transform: uppercase;
      background: #FF6600;
      color: #fff;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
      letter-spacing: 1px;
      padding: 20px 0;
      margin: -35px 30px 0; }
      @media screen and (max-width: 750px) {
        main.home > div h2 {
          font-size: 20px;
          padding: 10px 0;
          margin: -20px 30px 0; } }

.header-image {
  position: relative;
  width: calc(100% + 30px);
  height: 200px;
  margin-left: -15px;
  margin-right: -15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%; }
  @media screen and (max-width: 750px) {
    .header-image {
      height: 400px;
      padding-top: 20px; } }
  .header-image .gradient {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); }

.dimmed {
  background-color: #333; }
  .dimmed main {
    opacity: 0.2; }

main {
  transition: 0.3s opacity; }
  main h1 {
    font-size: 1.8rem;
    color: #FF6600;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #A6B5BE; }
    @media screen and (max-width: 1020px) {
      main h1 {
        padding-left: 25px;
        margin: 0 -15px 0 -15px; } }
  main .search-results {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }
    main .search-results a {
      display: block;
      text-decoration: none;
      padding: 25px 0;
      border-bottom: 1px solid #dfdfdf; }
      main .search-results a:hover h2 {
        color: #4F4F4F; }
        main .search-results a:hover h2 i {
          color: #4F4F4F; }
    main .search-results h2 {
      display: inline-block;
      font-size: 16px;
      line-height: 22px;
      vertical-align: top;
      margin-top: 0;
      transition: 0.3s color; }
      main .search-results h2 i {
        display: inline-block;
        vertical-align: top;
        font-size: 22px;
        line-height: 22px;
        margin-right: 10px;
        color: #dfdfdf;
        transition: 0.3s color; }
    main .search-results p {
      font-weight: 400;
      font-style: italic;
      color: #dfdfdf;
      margin: 0; }
  main .content {
    padding-bottom: 20px; }
    @media screen and (max-width: 1020px) {
      main .content h1 {
        margin: 0 -25px 0 -25px; } }
    main .content img {
      margin-bottom: 20px; }
  @media only screen and (min-width: 1025px) {
    main img.width-100 {
      width: 100%;
      height: auto; }
    main img.width-50 {
      width: 50%;
      height: auto; } }
  main .container {
    background-color: #fff; }
  main .container.home {
    background-color: transparent; }
  main .content {
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 1020px) {
      main .content {
        padding-left: 25px; } }
  main .highcharts-container {
    margin-bottom: 20px; }
    @media screen and (max-width: 1020px) {
      main .highcharts-container {
        width: 100% !important;
        overflow-x: auto !important; } }
  main .table-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media screen and (max-width: 1020px) {
      main .table-wrapper {
        overflow-x: auto !important; } }
    main .table-wrapper img.img-responsive {
      max-width: 9999px; }
  main .carrousel-item > h2 {
    position: relative;
    padding: 15px 10px;
    margin: 0;
    color: #4F4F4F;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer; }
    main .carrousel-item > h2 i {
      position: absolute;
      right: 0;
      top: 14px;
      transition: 0.3s all; }
    main .carrousel-item > h2.open i {
      transform: rotate(-180deg); }
  main .carrousel-item .content {
    display: none;
    padding: 10px; }
  main .carrousel-item:last-of-type {
    margin-bottom: 40px; }

footer.browse-bar {
  border-top: 5px solid #FF6600;
  background-color: #fff; }
  footer.browse-bar .container {
    padding: 20px 15px; }
  footer.browse-bar a {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 700;
    padding: 0 80px;
    color: #4F4F4F; }
    @media screen and (max-width: 750px) {
      footer.browse-bar a {
        margin: 20px 0; } }
    footer.browse-bar a.icon-prev:before {
      content: '\e314';
      left: 20px; }
    footer.browse-bar a.icon-next:before {
      content: '\e315';
      right: 20px; }
    footer.browse-bar a.icon-prev:before, footer.browse-bar a.icon-next:before {
      font-family: 'Material Icons';
      position: absolute;
      top: calc(50% - 23px);
      font-size: 50px;
      color: #d2d2d2;
      line-height: 50px; }
    footer.browse-bar a span {
      margin: 0;
      font-size: 1.4rem;
      line-height: 1.4rem;
      font-weight: 400; }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  background: #f2f2f2;
  transition: 0.6s background; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2); }

main {
  margin-top: 126px; }
  @media screen and (max-width: 1020px) {
    main {
      margin-top: 84px; } }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px; }

[class*="col-"] {
  float: left;
  padding: 0 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row::after {
  content: "";
  clear: both;
  display: block; }

.col-1 {
  width: calc(((100% / 12) * 1)); }

.col-2 {
  width: calc(((100% / 12) * 2)); }

.col-3 {
  width: calc(((100% / 12) * 3)); }

.col-4 {
  width: calc(((100% / 12) * 4)); }

.col-5 {
  width: calc(((100% / 12) * 5)); }

.col-6 {
  width: calc(((100% / 12) * 6)); }

.col-7 {
  width: calc(((100% / 12) * 7)); }

.col-8 {
  width: calc(((100% / 12) * 8)); }

.col-9 {
  width: calc(((100% / 12) * 9)); }

.col-10 {
  width: calc(((100% / 12) * 10)); }

.col-11 {
  width: calc(((100% / 12) * 11)); }

.col-12 {
  width: calc(((100% / 12) * 12)); }

.col-0-offset {
  margin-left: calc(((100% / 12) * 0)); }

.col-1-offset {
  margin-left: calc(((100% / 12) * 1)); }

.col-2-offset {
  margin-left: calc(((100% / 12) * 2)); }

.col-3-offset {
  margin-left: calc(((100% / 12) * 3)); }

.col-4-offset {
  margin-left: calc(((100% / 12) * 4)); }

.col-5-offset {
  margin-left: calc(((100% / 12) * 5)); }

.col-6-offset {
  margin-left: calc(((100% / 12) * 6)); }

.col-7-offset {
  margin-left: calc(((100% / 12) * 7)); }

.col-8-offset {
  margin-left: calc(((100% / 12) * 8)); }

.col-9-offset {
  margin-left: calc(((100% / 12) * 9)); }

.col-10-offset {
  margin-left: calc(((100% / 12) * 10)); }

.col-11-offset {
  margin-left: calc(((100% / 12) * 11)); }

.col-12-offset {
  margin-left: calc(((100% / 12) * 12)); }

@media screen and (min-width: 1021px) {
  .hide-desktop {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .col-lg-1 {
    width: calc(((100% / 12) * 1)); }
  .col-lg-2 {
    width: calc(((100% / 12) * 2)); }
  .col-lg-3 {
    width: calc(((100% / 12) * 3)); }
  .col-lg-4 {
    width: calc(((100% / 12) * 4)); }
  .col-lg-5 {
    width: calc(((100% / 12) * 5)); }
  .col-lg-6 {
    width: calc(((100% / 12) * 6)); }
  .col-lg-7 {
    width: calc(((100% / 12) * 7)); }
  .col-lg-8 {
    width: calc(((100% / 12) * 8)); }
  .col-lg-9 {
    width: calc(((100% / 12) * 9)); }
  .col-lg-10 {
    width: calc(((100% / 12) * 10)); }
  .col-lg-11 {
    width: calc(((100% / 12) * 11)); }
  .col-lg-12 {
    width: calc(((100% / 12) * 12)); }
  .col-lg-0-offset {
    margin-left: calc(((100% / 12) * 0)); }
  .col-lg-1-offset {
    margin-left: calc(((100% / 12) * 1)); }
  .col-lg-2-offset {
    margin-left: calc(((100% / 12) * 2)); }
  .col-lg-3-offset {
    margin-left: calc(((100% / 12) * 3)); }
  .col-lg-4-offset {
    margin-left: calc(((100% / 12) * 4)); }
  .col-lg-5-offset {
    margin-left: calc(((100% / 12) * 5)); }
  .col-lg-6-offset {
    margin-left: calc(((100% / 12) * 6)); }
  .col-lg-7-offset {
    margin-left: calc(((100% / 12) * 7)); }
  .col-lg-8-offset {
    margin-left: calc(((100% / 12) * 8)); }
  .col-lg-9-offset {
    margin-left: calc(((100% / 12) * 9)); }
  .col-lg-10-offset {
    margin-left: calc(((100% / 12) * 10)); }
  .col-lg-11-offset {
    margin-left: calc(((100% / 12) * 11)); }
  .col-lg-12-offset {
    margin-left: calc(((100% / 12) * 12)); } }

@media screen and (max-width: 1020px) {
  [class*="col-"] {
    width: calc(((100% / 12) * 12));
    margin-left: 0; }
  .col-md-1 {
    width: calc(((100% / 12) * 1)); }
  .col-md-2 {
    width: calc(((100% / 12) * 2)); }
  .col-md-3 {
    width: calc(((100% / 12) * 3)); }
  .col-md-4 {
    width: calc(((100% / 12) * 4)); }
  .col-md-5 {
    width: calc(((100% / 12) * 5)); }
  .col-md-6 {
    width: calc(((100% / 12) * 6)); }
  .col-md-7 {
    width: calc(((100% / 12) * 7)); }
  .col-md-8 {
    width: calc(((100% / 12) * 8)); }
  .col-md-9 {
    width: calc(((100% / 12) * 9)); }
  .col-md-10 {
    width: calc(((100% / 12) * 10)); }
  .col-md-11 {
    width: calc(((100% / 12) * 11)); }
  .col-md-12 {
    width: calc(((100% / 12) * 12)); }
  .col-md-0-offset {
    margin-left: calc(((100% / 12) * 0)); }
  .col-md-1-offset {
    margin-left: calc(((100% / 12) * 1)); }
  .col-md-2-offset {
    margin-left: calc(((100% / 12) * 2)); }
  .col-md-3-offset {
    margin-left: calc(((100% / 12) * 3)); }
  .col-md-4-offset {
    margin-left: calc(((100% / 12) * 4)); }
  .col-md-5-offset {
    margin-left: calc(((100% / 12) * 5)); }
  .col-md-6-offset {
    margin-left: calc(((100% / 12) * 6)); }
  .col-md-7-offset {
    margin-left: calc(((100% / 12) * 7)); }
  .col-md-8-offset {
    margin-left: calc(((100% / 12) * 8)); }
  .col-md-9-offset {
    margin-left: calc(((100% / 12) * 9)); }
  .col-md-10-offset {
    margin-left: calc(((100% / 12) * 10)); }
  .col-md-11-offset {
    margin-left: calc(((100% / 12) * 11)); }
  .col-md-12-offset {
    margin-left: calc(((100% / 12) * 12)); }
  .hide-tablet {
    display: none !important; } }

@media screen and (max-width: 750px) {
  .col-sm-1 {
    width: calc(((100% / 12) * 1)); }
  .col-sm-2 {
    width: calc(((100% / 12) * 2)); }
  .col-sm-3 {
    width: calc(((100% / 12) * 3)); }
  .col-sm-4 {
    width: calc(((100% / 12) * 4)); }
  .col-sm-5 {
    width: calc(((100% / 12) * 5)); }
  .col-sm-6 {
    width: calc(((100% / 12) * 6)); }
  .col-sm-7 {
    width: calc(((100% / 12) * 7)); }
  .col-sm-8 {
    width: calc(((100% / 12) * 8)); }
  .col-sm-9 {
    width: calc(((100% / 12) * 9)); }
  .col-sm-10 {
    width: calc(((100% / 12) * 10)); }
  .col-sm-11 {
    width: calc(((100% / 12) * 11)); }
  .col-sm-12 {
    width: calc(((100% / 12) * 12)); }
  .col-sm-0-offset {
    margin-left: calc(((100% / 12) * 0)); }
  .col-sm-1-offset {
    margin-left: calc(((100% / 12) * 1)); }
  .col-sm-2-offset {
    margin-left: calc(((100% / 12) * 2)); }
  .col-sm-3-offset {
    margin-left: calc(((100% / 12) * 3)); }
  .col-sm-4-offset {
    margin-left: calc(((100% / 12) * 4)); }
  .col-sm-5-offset {
    margin-left: calc(((100% / 12) * 5)); }
  .col-sm-6-offset {
    margin-left: calc(((100% / 12) * 6)); }
  .col-sm-7-offset {
    margin-left: calc(((100% / 12) * 7)); }
  .col-sm-8-offset {
    margin-left: calc(((100% / 12) * 8)); }
  .col-sm-9-offset {
    margin-left: calc(((100% / 12) * 9)); }
  .col-sm-10-offset {
    margin-left: calc(((100% / 12) * 10)); }
  .col-sm-11-offset {
    margin-left: calc(((100% / 12) * 11)); }
  .col-sm-12-offset {
    margin-left: calc(((100% / 12) * 12)); }
  .hide-mobile {
    display: none !important; } }

html {
  font-size: 62.5%; }

body {
  font-family: "Arial", "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #4F4F4F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  background-color: #fff; }
  @media screen and (max-width: 1020px) {
    h1 {
      width: calc(100% + 65px); } }
  h1.submenu-header {
    width: auto;
    color: #4F4F4F;
    background-color: #A6B5BE;
    border-bottom: 1px solid #a4a4a4;
    padding: 0;
    margin: 0; }
    h1.submenu-header a {
      display: block;
      margin: 0;
      padding: 17px 0 17px 25px; }
    h1.submenu-header p {
      display: block;
      margin: 0;
      padding: 18px 0 18px 25px; }

p, li {
  font-size: 1.4rem;
  line-height: 2.2rem; }

.content a {
  font-weight: 400;
  text-decoration: underline; }
  .content a:hover, .content a:focus {
    color: #FF6600; }

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #FF6600;
  margin-top: 30px;
  margin-bottom: 0; }
  h2 + p {
    margin-top: 0; }
  h2 + h3 {
    margin-top: 5px; }

h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 20px;
  margin-top: 20px; }
  h3 + p {
    margin-top: 0; }
  h3.subparagraph {
    margin-bottom: 20px; }
  h3.T1 {
    margin: 0 !important;
    padding: 0;
    color: #008996; }
  h3.header-type-A {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #FF6600; }
  h3.header-type-B {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #FF6600; }
  h3.header-type-C {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #4f4f4f; }
  h3.header-type-D {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    font-style: normal;
    color: #008996; }

h4 {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #4F4F4F;
  margin-bottom: 0px; }
  h4 + p {
    margin-top: 0; }
  h4.header-type-B {
    font-weight: 600;
    color: #4F4F4F;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #FF6600; }

h5 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #FF6600;
  margin-bottom: 20px; }

#my-report-ul input, #my-report-ul label {
  cursor: pointer; }

main h2 + ul,
main h3 + ul {
  margin-top: 4px; }

.footnotes {
  list-style: none;
  padding-left: 0; }
  .footnotes li {
    font-size: 1.2rem;
    font-style: italic; }

section.searchresults h3.searchresult {
  font-size: 1.6rem;
  color: #FF6600;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 0; }

section.searchresults h3.searchresults {
  font-size: 1.6rem;
  color: #FF6600;
  padding-bottom: 20px;
  padding-top: 20px; }

h1 + .table-wrapper {
  margin-top: 20px; }

table h2 {
  font-size: 1.4rem; }

table ol, table ul {
  margin: 0;
  padding: 0 0 0 18px; }

table.standard {
  margin-bottom: 30px; }
  table.standard p {
    position: relative;
    margin: 0; }
  table.standard sup.hint--bottom {
    color: #FF6600;
    margin-left: 2px;
    cursor: pointer; }
  table.standard .right sup.hint--bottom {
    position: absolute;
    margin-left: 3px;
    top: 7px; }
  table.standard tbody tr td.right {
    float: none !important;
    text-align: right; }
  table.standard tbody tr td.center {
    float: none !important;
    text-align: center; }
  table.standard tbody tr td.highlight {
    background-color: rgba(0, 0, 0, 0.1); }
  table.standard tbody tr:first-of-type td {
    border-top: 1px solid #FF6600; }
  table.standard tr.last td {
    border-bottom: 1px solid #000; }
  table.standard th, table.standard td {
    padding-top: 3px;
    padding-bottom: 3px; }
  table.standard th {
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 0px 10px;
    background-color: #00818d; }
    table.standard th.right {
      float: none !important;
      text-align: right; }
  table.standard th.left {
    text-align: left; }
  table.standard th.center {
    text-align: center; }
  table.standard th.right {
    text-align: right; }
  table.standard td {
    height: 26px;
    padding: 0px 10px;
    vertical-align: top; }
  table.standard tbody tr:nth-child(even) td {
    background-color: #f9f9f9; }
    table.standard tbody tr:nth-child(even) td.highlight {
      background-color: rgba(0, 0, 0, 0.1); }
  table.standard .emphasized td {
    background-color: #fff !important; }
    table.standard .emphasized td p {
      color: #FF6600; }
  table.standard .subtotal td {
    color: #4F4F4F;
    font-weight: bold;
    border-top: 1px solid #dfdfdf;
    background-color: #fff !important; }
  table.standard .total td {
    color: #4F4F4F;
    font-weight: bold;
    border-top: 2px solid #000;
    background-color: #fff !important; }

table tr.noteRefRow {
  position: relative;
  cursor: help; }
  table tr.noteRefRow td:first-child > p:after {
    content: '(i)';
    margin-left: 2px;
    vertical-align: super;
    color: #dc241f;
    font-size: 60%; }
  table tr.noteRefRow .noteRefTable {
    position: absolute;
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #bbb;
    z-index: 100;
    max-width: calc(100% - 20px);
    padding: 5px 10px;
    margin: 0px 5px 0px 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2); }

@media (min-width: 600px) {
  tr.noteRefRow:hover .noteRefTable, tr.noteRefRow.selected .noteRefTable {
    display: block; }
  tr.noteRefRow:hover td, tr.noteRefRow.selected td {
    background-color: #e0e0e0 !important; } }

@media (max-width: 600px) {
  tr.noteRefRow .noteRefTable {
    margin-left: 0px !important;
    max-width: calc(60% - 20px) !important; }
  tr.noteRefRow.selected .noteRefTable {
    display: block; }
  tr.noteRefRow.selected td {
    background-color: #e0e0e0 !important; } }

header {
  background-color: #fff;
  z-index: 9999; }
  header .col-12 {
    padding: 0; }

.breadcrumbs {
  text-transform: uppercase;
  font-weight: bold; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs li {
    display: inline; }
  .breadcrumbs li a {
    font-weight: 400;
    text-decoration: none; }

.menuToggle {
  position: absolute;
  right: 20px;
  top: 20px; }
  @media screen and (min-width: 1021px) {
    .menuToggle {
      display: none; } }
  .menuToggle i {
    color: #FF6600;
    font-size: 40px; }

.sidebar nav {
  height: 100%; }

nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  nav ul li {
    line-height: 1; }

nav[data-type="home"] ul {
  max-height: 115px; }

nav[data-type="home"] li {
  display: inline-block;
  position: relative;
  height: 115px;
  background-color: #fff; }
  nav[data-type="home"] li.item-count-1 {
    width: calc(100% / 1); }
  nav[data-type="home"] li.item-count-2 {
    width: calc(100% / 2); }
  nav[data-type="home"] li.item-count-3 {
    width: calc(100% / 3); }
  nav[data-type="home"] li.item-count-4 {
    width: calc(100% / 4); }
  nav[data-type="home"] li.item-count-5 {
    width: calc(100% / 5); }
  nav[data-type="home"] li.item-count-6 {
    width: calc(100% / 6); }
  nav[data-type="home"] li.item-count-7 {
    width: calc(100% / 7); }
    nav[data-type="home"] li.item-count-7 a {
      font-size: 15px; }
  nav[data-type="home"] li.item-count-8 {
    width: calc(100% / 8); }
    nav[data-type="home"] li.item-count-8 a {
      font-size: 15px; }
  @media screen and (max-width: 750px) {
    nav[data-type="home"] li {
      display: block;
      width: 100% !important;
      height: 40px; } }
  nav[data-type="home"] li a {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 115px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    border-right: 1px solid #d5d5d5; }
    @media screen and (max-width: 1020px) {
      nav[data-type="home"] li a {
        font-size: 13px; } }
    @media screen and (min-width: 767px) and (max-width: 1024px) {
      nav[data-type="home"] li a {
        line-height: 1.3;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 750px) {
      nav[data-type="home"] li a {
        font-size: 13px;
        line-height: 40px; } }

nav[data-type="inline-sub"] {
  margin-top: 30px;
  margin-bottom: 30px; }
  nav[data-type="inline-sub"] li {
    position: relative;
    display: inline-block;
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    -webkit-transition: margin .2s linear,box-shadow .2s linear;
    -moz-transition: margin .2s linear,box-shadow .2s linear;
    -o-transition: margin .2s linear,box-shadow .2s linear;
    transition: margin .2s linear,box-shadow .2s linear;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26); }
    nav[data-type="inline-sub"] li:hover {
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
      margin-top: -3px;
      margin-bottom: 3px; }
      nav[data-type="inline-sub"] li:hover a {
        color: #FF6600; }
  nav[data-type="inline-sub"] a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    height: 150px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5; }
    @media screen and (max-width: 750px) {
      nav[data-type="inline-sub"] a {
        width: 100%;
        display: block;
        margin-bottom: 20px; } }
    nav[data-type="inline-sub"] a p {
      font-size: 1.6rem;
      font-weight: 600;
      margin: 0;
      min-height: 80px; }
    nav[data-type="inline-sub"] a i {
      position: absolute;
      font-size: 3rem;
      top: 50%;
      transform: translateY(-50%);
      right: 7px;
      color: #dfdfdf; }
  nav[data-type="inline-sub"] .progress-bar {
    display: block;
    margin-top: 2px;
    max-width: calc(100% - 20px);
    background-color: #dfdfdf; }
    nav[data-type="inline-sub"] .progress-bar .inner-progress-bar {
      display: block;
      background-color: #FF6600; }

nav[data-type="sub"] {
  background: #aec2cc; }
  nav[data-type="sub"] li.hide {
    display: none !important; }
  nav[data-type="sub"] a {
    position: relative;
    overflow: hidden; }
  nav[data-type="sub"] i {
    position: absolute;
    font-size: 18px;
    top: 50%;
    margin-top: -49px;
    right: 0px;
    padding: 40px 13px;
    transition: background-color 0.3s; }
    nav[data-type="sub"] i.download-pdf {
      position: relative;
      padding: 7px;
      margin-top: 0;
      margin-right: 5px;
      vertical-align: middle; }
    nav[data-type="sub"] i:hover {
      background-color: #FF6600;
      color: #fff; }
  nav[data-type="sub"] .toggled i {
    transform: rotateZ(-180deg); }
  nav[data-type="sub"] > ul a {
    border-left: solid 4px #acacac;
    border-bottom: solid 1px #a4a4a4;
    font-weight: 300;
    transition: 0.3s border-left-color; }
    nav[data-type="sub"] > ul a:hover {
      border-left-color: #FF6600; }
  nav[data-type="sub"] > ul ul {
    display: none; }
  nav[data-type="sub"] > ul li.highlight > a {
    border-left-color: #FF6600; }
  nav[data-type="sub"] > ul li.highlight > ul {
    display: block; }
  nav[data-type="sub"] > ul li.white ul {
    background-color: #fff; }
    nav[data-type="sub"] > ul li.white ul a {
      border-bottom: solid 1px #ccc; }
  nav[data-type="sub"] > ul li .indent a {
    padding: 9px 44px 10px 40px; }
  nav[data-type="sub"] > ul li .double-indent a {
    padding: 9px 44px 10px 60px; }
  nav[data-type="sub"] > ul > li {
    background-color: #A6B5BE; }
    nav[data-type="sub"] > ul > li a {
      display: block;
      padding: 9px 44px 10px 25px; }
    nav[data-type="sub"] > ul > li ul {
      background-color: #dfdfdf; }

nav[data-type="main"] {
  background: #008996; }
  @media screen and (max-width: 1020px) {
    nav[data-type="main"] {
      position: fixed;
      height: calc(100% - 90px);
      max-height: 0px;
      width: 100%;
      overflow-y: auto;
      top: 90px;
      left: 0;
      z-index: 9998;
      transition: 0.3s height; }
      nav[data-type="main"].open {
        max-height: 1000px; } }
  nav[data-type="main"] ul {
    position: relative; }
    nav[data-type="main"] ul li {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 1020px) {
        nav[data-type="main"] ul li {
          display: block; }
          nav[data-type="main"] ul li .home {
            display: none; } }
      nav[data-type="main"] ul li.searchbox {
        position: absolute;
        right: 0;
        top: 0; }
        @media screen and (max-width: 1020px) {
          nav[data-type="main"] ul li.searchbox {
            position: relative;
            right: initial;
            padding: 10px; } }
        @media screen and (min-width: 1021px) and (max-width: 1224px) {
          nav[data-type="main"] ul li.searchbox {
            position: relative;
            margin-bottom: 10px; } }
        nav[data-type="main"] ul li.searchbox form input[type="text"] {
          padding: 5px 10px;
          margin-top: 7px;
          font-size: 1.3rem; }
          @media screen and (max-width: 1020px) {
            nav[data-type="main"] ul li.searchbox form input[type="text"] {
              margin-top: 0;
              width: 95%; } }
      nav[data-type="main"] ul li .home {
        padding: 11px 7px 6px 7px;
        background-color: #FF6600;
        color: #fff;
        -webkit-transition: 0.3s background-color;
        -moz-transition: 0.3s background-color;
        -ms-transition: 0.3s background-color;
        -o-transition: 0.3s background-color;
        transition: 0.3s background-color; }
        nav[data-type="main"] ul li .home:hover {
          color: #fff;
          background-color: #dfdfdf; }
        nav[data-type="main"] ul li .home i {
          font-size: 1.8rem; }
      nav[data-type="main"] ul li:not(:first-of-type) i {
        position: absolute;
        font-size: 18px;
        top: 50%;
        margin-top: -9px;
        right: 5px; }
        @media screen and (max-width: 1020px) {
          nav[data-type="main"] ul li:not(:first-of-type) i {
            display: none; } }
      nav[data-type="main"] ul li a {
        display: block;
        padding: 9px 25px 9px 15px;
        text-transform: uppercase;
        color: #FFF;
        transition: 0.3s all; }
        nav[data-type="main"] ul li a:hover {
          color: #fff;
          background-color: #A6B5BE; }
        nav[data-type="main"] ul li a.is-active {
          color: #4F4F4F; }
      nav[data-type="main"] ul li:hover > ul {
        display: block; }
      nav[data-type="main"] ul li > ul:before {
        position: absolute;
        left: 20px;
        top: 7px;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff; }
        @media screen and (max-width: 1020px) {
          nav[data-type="main"] ul li > ul:before {
            display: none; } }
      nav[data-type="main"] ul li ul {
        display: none;
        position: absolute;
        left: 0;
        top: 42px;
        padding-top: 15px;
        width: 230px;
        z-index: 999; }
        @media screen and (max-width: 1020px) {
          nav[data-type="main"] ul li ul {
            display: block;
            position: relative;
            width: 100%;
            top: 0;
            padding-top: 0; } }
        nav[data-type="main"] ul li ul i {
          position: absolute;
          right: 5px;
          top: 50%;
          margin-top: -12px; }
          @media screen and (max-width: 1020px) {
            nav[data-type="main"] ul li ul i {
              display: none; } }
        nav[data-type="main"] ul li ul a {
          font-weight: 500; }
        nav[data-type="main"] ul li ul li {
          position: relative;
          display: block;
          background-color: #008996; }
          nav[data-type="main"] ul li ul li ul {
            position: absolute;
            display: none;
            top: 0;
            left: 230px;
            padding-top: 0; }
            @media screen and (max-width: 1020px) {
              nav[data-type="main"] ul li ul li ul {
                display: block;
                position: relative;
                padding-left: 25px;
                left: 0; } }
            nav[data-type="main"] ul li ul li ul:before {
              display: none; }

@media handheld, only screen and (max-width: 767px) {
  #download-selectie {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  a.anchor {
    display: block;
    position: relative;
    top: -95px;
    visibility: hidden; }
  img {
    max-width: 100%;
    height: auto; }
  [data-type="sub"] {
    min-height: 100% !important; }
  #downloadmenu {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #FF6600; }
    #downloadmenu a {
      color: #4F4F4F;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 0px;
      padding-right: 20px; }
      #downloadmenu a:hover {
        color: #FFF; }
  #download-selectie {
    position: fixed;
    z-index: 60001;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #008996;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    min-height: 100%;
    overflow: auto;
    transition: all 0.3s ease; }
  #download-selectie.in {
    right: 0px; }
  #download-selectie .sluiten {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    right: 20px;
    top: 10px;
    background-image: url(../img/sluiten_licht.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    background-position: center center;
    border: 1px solid #FFF;
    border-radius: 17px 17px 17px 17px;
    -moz-border-radius: 17px 17px 17px 17px;
    -webkit-border-radius: 17px 17px 17px 17px; }
  #download-selectie-achtergrond {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 60000; }
  #download-selectie-achtergrond.in {
    display: block; } }

@media only screen and (min-width: 1025px) {
  a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden; }
  .col-3.sidebar {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column; }
  #downloadmenu {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #FF6600; }
    #downloadmenu a {
      border-radius: 0 !important;
      background-color: transparent !important;
      color: #4F4F4F;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 0px;
      padding-right: 20px; }
      #downloadmenu a:hover {
        color: #FFF; }
  #download-selectie {
    position: fixed;
    z-index: 60001;
    top: 0px;
    right: -100%;
    width: 768px;
    height: 100%;
    background-color: #008996;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    min-height: 100%;
    overflow: auto;
    transition: all 0.3s ease; }
  #download-selectie.in {
    right: 0px; }
  #download-selectie .sluiten {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    right: 20px;
    top: 10px;
    background-image: url(../img/sluiten_licht.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    background-position: center center;
    border: 1px solid #FFF;
    border-radius: 17px 17px 17px 17px;
    -moz-border-radius: 17px 17px 17px 17px;
    -webkit-border-radius: 17px 17px 17px 17px; }
  #download-selectie-achtergrond {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 60000; }
  #download-selectie-achtergrond.in {
    display: block; } }

.subnav-container ul li {
  list-style-type: square; }
  .subnav-container ul li a {
    color: #d5d5d5; }

.pdf-downloads h2 {
  color: #d5d5d5;
  background-color: #008996 !important; }

.pdf-downloads ul li {
  list-style-type: square; }
  .pdf-downloads ul li a {
    color: #ffffff; }

a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #4F4F4F;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  a:hover {
    text-decoration: underline; }

.bx-viewport {
  height: 280px !important; }

.bx-controls {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -32px;
  z-index: 1000; }

.bx-pager-item {
  display: inline-block; }
  .bx-pager-item a {
    font-size: 0;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #fff;
    display: inline-block; }
    .bx-pager-item a.active {
      background-color: #FF6600; }

/*# sourceMappingURL=all.css.map */
