/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
* {
  margin: 0;
  padding: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/**
 * Windows Phone Internet Explorer viewport tag fix
 */
@media screen and (orientation: landscape) {
  @-ms-viewport {
    width: 1024px;
    height: 768px; }
 }

@media screen and (orientation: portrait) {
  @-ms-viewport {
    width: 768px;
    height: 1024px; }
 }

/*
** Mapping stars
*/
/*
** Subsite overrides
*/
/*
** Get stars
*/
/*
** CMS mode
*/
/*
** Placeholder styling
** todo : possibility to pass multiple styles
*/
/*
** Text ellipsis
*/
/*
** https://github.com/lunelson/sass-list-maps
** for libsass support
*/
@font-face {
  font-family: 'WeatherFont';
  src: url("../fonts/climacons-webfont.eot");
  src: url("../fonts/climacons-webfont.eot#ieFix") format('embedded-opentype'), url("../fonts/climacons-webfont.woff") format('woff'), url("../fonts/climacons-webfont.ttf") format('truetype');
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Noto';
  src: url("../fonts/notoserif-regular.eot");
  src: url("../fonts/notoserif-regular.eot#ieFix") format('embedded-opentype'), url("../fonts/notoserif-regular.woff") format('woff'), url("../fonts/notoserif-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Noto';
  src: url("../fonts/notoserif-italic.eot");
  src: url("../fonts/notoserif-italic.eot#ieFix") format('embedded-opentype'), url("../fonts/notoserif-italic.woff") format('woff'), url("../fonts/notoserif-italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Noto';
  src: url("../fonts/notoserif-bold.eot");
  src: url("../fonts/notoserif-bold.eot#ieFix") format('embedded-opentype'), url("../fonts/notoserif-bold.woff") format('woff'), url("../fonts/notoserif-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Noto';
  src: url("../fonts/notoserif-bolditalic.eot");
  src: url("../fonts/notoserif-bolditalic.eot#ieFix") format('embedded-opentype'), url("../fonts/notoserif-bolditalic.woff") format('woff'), url("../fonts/notoserif-bolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic; }

@media only screen and (max-width: 1119px) {
  body.immobile .tablet-hidden {
    display: none !important; } }
body.mobile .tablet-hidden {
  display: none !important; }
body.non-responsive .tablet-hidden {
  display: none !important; }

@media only screen and (max-width: 979px) {
  body.immobile .tablet-portrait-hidden {
    display: none !important; } }
@media only screen and (max-width: 979px) {
  body.mobile .tablet-portrait-hidden {
    display: none !important; } }

@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .tablet-landscape-hidden {
    display: none !important; } }
@media only screen and (min-width: 980px) {
  body.mobile .tablet-landscape-hidden {
    display: none !important; } }
body.non-responsive .tablet-landscape-hidden {
  display: none !important; }

@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile .desk-normal-hidden {
    display: none !important; } }

@media only screen and (min-width: 1280px) {
  body.immobile .desk-big-hidden {
    display: none !important; } }

@media only screen and (min-width: 1120px) {
  body.immobile .tablet-only {
    display: none !important; } }

@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .tablet-portrait-only {
    display: none !important; } }
@media only screen and (min-width: 980px) {
  body.mobile .tablet-portrait-only {
    display: none !important; } }
body.non-responsive .tablet-portrait-only {
  display: none !important; }
@media only screen and (min-width: 1120px) {
  body.immobile .tablet-portrait-only {
    display: none !important; } }

@media only screen and (max-width: 979px) {
  body.immobile .tablet-landscape-only {
    display: none !important; } }
@media only screen and (max-width: 979px) {
  body.mobile .tablet-landscape-only {
    display: none !important; } }
@media only screen and (min-width: 1120px) {
  body.immobile .tablet-landscape-only {
    display: none !important; } }

@media only screen and (max-width: 1119px) {
  body.immobile .desk-only {
    display: none !important; } }
body.mobile .desk-only {
  display: none !important; }
body.non-responsive .desk-only {
  display: none !important; }

@media only screen and (min-width: 1120px) {
  body.immobile .desk-hidden {
    display: none !important; } }

@media only screen and (max-width: 1119px) {
  body.immobile .desk-normal-only {
    display: none !important; } }
body.mobile .desk-normal-only {
  display: none !important; }
body.non-responsive .desk-normal-only {
  display: none !important; }
@media only screen and (min-width: 1280px) {
  body.immobile .desk-normal-only {
    display: none !important; } }

@media only screen and (max-width: 1119px) {
  body.immobile .desk-big-only {
    display: none !important; } }
body.mobile .desk-big-only {
  display: none !important; }
body.non-responsive .desk-big-only {
  display: none !important; }
@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile .desk-big-only {
    display: none !important; } }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    clear: both; }

.hidden, .hide {
  display: none !important; }

.required:after {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 5px;
  margin-left: 0.5rem;
  line-height: 1;
  display: inline-block;
  content: "*";
  font-family: "Roboto", sans-serif; }

#cmsButtons {
  position: fixed;
  top: 45px;
  right: 100px;
  z-index: 2000002; }

#cmsButtons a {
  display: block;
  float: left;
  margin: 5px 5px 0;
  background-color: #f5f5f5;
  border: solid 1px black;
  padding: 5px 10px;
  text-decoration: none;
  color: black; }

#cmsButtons a:hover {
  background-color: #90ee90; }

#typeOfPageView {
  background: #fff;
  border: 1px #7EABCD solid;
  padding: 3px 15px 3px 15px;
  position: fixed;
  top: 10px;
  right: 100px;
  font-weight: bold;
  font-size: 13pt;
  width: 100px;
  overflow: hidden;
  text-align: center;
  z-index: 2000002; }

.overflow-hidden {
  overflow: hidden; }

@media only screen and (max-width: 979px) {
  body.immobile .tablet-portrait-gutter-bottom .l-grid__item:first-child {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }
@media only screen and (max-width: 979px) {
  body.mobile .tablet-portrait-gutter-bottom .l-grid__item:first-child {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }

@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .tablet-landscape-gutter-bottom .l-grid__item:first-child {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }
@media only screen and (min-width: 980px) {
  body.mobile .tablet-landscape-gutter-bottom .l-grid__item:first-child {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }
body.non-responsive .tablet-landscape-gutter-bottom .l-grid__item:first-child {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile .desk-normal-gutter-bottom .l-grid__item:first-child {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }

@media only screen and (min-width: 1280px) {
  body.immobile .desk-big-gutter-bottom .l-grid__item:first-child {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }

.print-only {
  display: none; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #2c3b78;
  color: #ffffff; }
  body.subsite-sabato ::selection {
    background: #434343; }
  body.subsite-finance ::selection {
    background: #0073AB; }
  body.subsite-sas ::selection {
    background: #69a7ca; }

html {
  font-size: 10px !important; }

body {
  background: #fef7ea;
  font-family: "Noto", serif;
  min-width: 768px;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.subsite-sabato {
    background: #ffffff; }
  body.subsite-sas {
    font-family: "Verdana", sans; }

p, li, button, a, strong, small, i, b, input, select, span {
  font-size: 16px;
  font-size: 1.6rem; }

h1 {
  font-size: 32px;
  font-size: 3.2rem; }

h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3 {
  font-size: 18px;
  font-size: 1.8rem; }

h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-size: 12px;
  font-size: 1.2rem; }

button {
  border: 0;
  background: none;
  outline: none; }

textarea {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif; }

a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2c3b78;
  text-decoration: none;
  cursor: pointer; }
  body.subsite-sabato a:not('.m-koers-block--high', '.m-koers-block--positive', '.m-koers-block--equal', '.m-koers-block--negative', '.m-koers-block--deep') {
    color: #434343; }
  body.subsite-sas a {
    color: #625f5c; }
  a:hover {
    text-decoration: none;
    color: #8FA1CB; }
    body.subsite-sabato a:hover:not(.main-nav__menu__link, .main-nav__menu__link--zoeken) {
      color: #acacac; }
    body.subsite-sas a:hover {
      color: #8c8685; }

ul, ol {
  list-style-position: inside; }

li {
  list-style-type: none; }

textarea {
  outline: none;
  resize: none;
  overflow: auto; }

input {
  outline: none;
  border: none; }

input[type="password"] {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Helvetica, Arial, sans-serif; }

.main-nav {
  z-index: 10; }
  @media only screen and (max-width: 1119px) {
    body.immobile .main-nav {
      top: 0 !important;
      width: 100px;
      position: relative; } }
  body.mobile .main-nav {
    top: 0 !important;
    width: 100px;
    position: relative; }
  body.non-responsive .main-nav {
    top: 0 !important;
    width: 100px;
    position: relative; }
  @media only screen and (min-width: 1120px) {
    body.immobile .main-nav {
      width: 150px;
      height: 100%;
      position: fixed;
      min-height: 459px; } }
  .main-nav .main-nav__logo {
    background-color: #2c3b78;
    width: 100%;
    position: relative;
    z-index: 11; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__logo {
        height: 100px;
        height: 10rem; } }
    body.mobile .main-nav .main-nav__logo {
      height: 100px;
      height: 10rem; }
    body.non-responsive .main-nav .main-nav__logo {
      height: 100px;
      height: 10rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__logo {
        height: 150px;
        height: 15rem; } }
    body.subsite-finance .main-nav .main-nav__logo {
      background-color: #0073AB; }
    body.subsite-sas .main-nav .main-nav__logo {
      background-color: #69a7ca; }
  .main-nav .main-nav__homepage-link {
    text-decoration: none;
    display: block;
    height: 100%;
    padding-top: 5px;
    padding-top: 0.5rem;
    padding-left: 5px;
    padding-left: 0.5rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__homepage-link {
        padding-top: 10px;
        padding-top: 1rem;
        padding-left: 10px;
        padding-left: 1rem; } }
  .main-nav .main-nav__logo__text {
    position: absolute;
    top: -10000px; }
  .main-nav .main-nav__logo__image {
    position: absolute;
    left: 8px;
    left: 0.8rem;
    width: 130px;
    width: 13rem;
    top: 8px;
    top: 0.8rem; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__logo__image {
        width: 80px;
        width: 8rem; } }
    body.mobile .main-nav .main-nav__logo__image {
      width: 80px;
      width: 8rem; }
    body.non-responsive .main-nav .main-nav__logo__image {
      width: 80px;
      width: 8rem; }
  .main-nav .main-nav__date {
    color: #b9c3db;
    line-height: 1;
    position: absolute;
    font-family: "Noto", serif;
    bottom: 5px;
    bottom: 0.5rem;
    left: 5px;
    left: 0.5rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__date {
        bottom: 10px;
        bottom: 1rem;
        left: 10px;
        left: 1rem; } }
  .main-nav .main-nav__day {
    font-size: 17px;
    font-size: 1.7rem;
    display: block;
    font-weight: bold;
    margin-bottom: 3px; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__day {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0px; } }
    body.mobile .main-nav .main-nav__day {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 0px; }
    body.non-responsive .main-nav .main-nav__day {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 0px; }
  .main-nav .main-nav__month {
    font-size: 13px;
    font-size: 1.3rem;
    display: block; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__month {
        font-size: 12px;
        font-size: 1.2rem; } }
    body.mobile .main-nav .main-nav__month {
      font-size: 12px;
      font-size: 1.2rem; }
    body.non-responsive .main-nav .main-nav__month {
      font-size: 12px;
      font-size: 1.2rem; }
  .main-nav .main-nav__menu {
    height: 100%;
    transition: left 0.2s ease;
    font-family: "Roboto", sans-serif; }
  .main-nav .main-nav__menu__list--main {
    background-color: #fdf3e5;
    width: 100%;
    position: relative;
    z-index: 11; }
    .main-nav .main-nav__menu__list--main .main-nav__menu__item {
      display: block;
      list-style-type: none;
      width: 100%; }
      .main-nav .main-nav__menu__list--main .main-nav__menu__item.is-selected {
        background: #faeede; }
  .main-nav .main-nav__menu__link {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #2c3b78;
    text-transform: capitalize;
    border-bottom: 1px solid #e3d7c4;
    border-right: 1px solid #e3d7c4;
    width: 100%;
    display: block;
    height: 40px;
    height: 4rem;
    line-height: 40px;
    line-height: 4rem;
    padding-left: 10px;
    padding-left: 1rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__menu__link {
        font-size: 15px;
        font-size: 1.5rem; } }
    .main-nav .main-nav__menu__link.is-active {
      background: #e3d7c4;
      color: #454443; }
  .main-nav .main-nav__menu__item.menu-active .main-nav__menu__link, .main-nav .main-nav__menu__item.menu-active .main-nav__menu__link--diensten, .main-nav .main-nav__menu__item.menu-active .main-nav__menu__link--aanmelden, .main-nav .main-nav__menu__item.menu-active .main-nav__menu__link--zoeken, .main-nav .main-nav__menu__item.is-active .main-nav__menu__link, .main-nav .main-nav__menu__item.is-active .main-nav__menu__link--diensten, .main-nav .main-nav__menu__item.is-active .main-nav__menu__link--aanmelden, .main-nav .main-nav__menu__item.is-active .main-nav__menu__link--zoeken {
    background-color: #212d5b;
    color: #ffffff;
    border: none; }
  .main-nav .main-nav__menu__item.menu-active .main-nav__menu__link--zoeken:before, .main-nav .main-nav__menu__item.is-active .main-nav__menu__link--zoeken:before {
    color: #ffffff; }
  .main-nav .main-nav__menu__item.menu-active .main-nav__menu__link--abonneren, .main-nav .main-nav__menu__item.is-active .main-nav__menu__link--abonneren {
    background-color: #c75845;
    color: #FFF; }
  .main-nav .main-nav__menu__item.menu-active.is-selected {
    border-right: none; }
  .main-nav .main-nav__menu__list--actions {
    background-color: #fdf3e5;
    width: 100%;
    position: relative;
    z-index: 10; }
    .main-nav .main-nav__menu__list--actions .main-nav__menu__item {
      display: block;
      list-style-type: none;
      width: 100%; }
      .main-nav .main-nav__menu__list--actions .main-nav__menu__item.is-selected {
        background: #faeede; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__menu__list--actions {
        position: absolute;
        bottom: 0;
        padding-bottom: 20px;
        padding-bottom: 2rem; } }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__menu__list--actions {
        margin-top: 50px; } }
    body.mobile .main-nav .main-nav__menu__list--actions {
      margin-top: 50px; }
    body.non-responsive .main-nav .main-nav__menu__list--actions {
      margin-top: 50px; }
    .main-nav .main-nav__menu__list--actions .main-nav__menu__link--profile, .main-nav .main-nav__menu__list--actions .main-nav__menu__link--name, .main-nav .main-nav__menu__list--actions .main-nav__menu__link--diensten, .main-nav .main-nav__menu__list--actions .main-nav__menu__link--aanmelden, .main-nav .main-nav__menu__list--actions .main-nav__menu__link--abonneren {
      padding-left: 10px;
      padding-left: 1rem;
      border-right: 1px solid #e3d7c4; }
      .main-nav .main-nav__menu__list--actions .main-nav__menu__link--profile:hover, .main-nav .main-nav__menu__list--actions .main-nav__menu__link--name:hover, .main-nav .main-nav__menu__list--actions .main-nav__menu__link--diensten:hover, .main-nav .main-nav__menu__list--actions .main-nav__menu__link--aanmelden:hover, .main-nav .main-nav__menu__list--actions .main-nav__menu__link--abonneren:hover {
        border-right: none; }
    .main-nav .main-nav__menu__list--actions .main-nav__menu__link--abonneren {
      border: none; }
  .main-nav .main-nav__menu__link--profile {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #2c3b78;
    text-transform: capitalize;
    border-bottom: 1px solid #e3d7c4;
    border-right: 1px solid #e3d7c4;
    width: 100%;
    display: block;
    height: 40px;
    height: 4rem;
    line-height: 40px;
    line-height: 4rem;
    color: #84807c;
    border: none;
    font-family: "Roboto Condensed", sans;
    height: auto;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-bottom: 1rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__menu__link--profile {
        font-size: 15px;
        font-size: 1.5rem; } }
    .main-nav .main-nav__menu__link--profile.is-active {
      background: #e3d7c4;
      color: #454443; }
  .main-nav .main-nav__menu__link__intro, .main-nav .main-nav__menu__link__name {
    display: block;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__menu__link__intro, body.immobile .main-nav .main-nav__menu__link__name {
        font-size: 14px;
        font-size: 1.4rem; } }
    body.mobile .main-nav .main-nav__menu__link__intro, body.mobile .main-nav .main-nav__menu__link__name {
      font-size: 14px;
      font-size: 1.4rem; }
    body.non-responsive .main-nav .main-nav__menu__link__intro, body.non-responsive .main-nav .main-nav__menu__link__name {
      font-size: 14px;
      font-size: 1.4rem; }
  .main-nav .main-nav__menu__link__name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%; }
  .main-nav .main-nav__menu__link--diensten {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #2c3b78;
    text-transform: capitalize;
    border-bottom: 1px solid #e3d7c4;
    border-right: 1px solid #e3d7c4;
    width: 100%;
    display: block;
    height: 40px;
    height: 4rem;
    line-height: 40px;
    line-height: 4rem;
    border-top: 1px solid #e3d7c4;
    height: 50px;
    line-height: 1.2;
    padding-top: 6px;
    padding-top: 0.6rem;
    background-color: #f7ebdb; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__menu__link--diensten {
        font-size: 15px;
        font-size: 1.5rem; } }
    .main-nav .main-nav__menu__link--diensten.is-active {
      background: #e3d7c4;
      color: #454443; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__menu__link--diensten {
        padding-top: 7px;
        padding-top: 0.7rem;
        line-height: 1.4; } }
    body.mobile .main-nav .main-nav__menu__link--diensten {
      padding-top: 7px;
      padding-top: 0.7rem;
      line-height: 1.4; }
    body.non-responsive .main-nav .main-nav__menu__link--diensten {
      padding-top: 7px;
      padding-top: 0.7rem;
      line-height: 1.4; }
  .main-nav .main-nav__menu__link--aanmelden {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #2c3b78;
    text-transform: capitalize;
    border-bottom: 1px solid #e3d7c4;
    border-right: 1px solid #e3d7c4;
    width: 100%;
    display: block;
    height: 40px;
    height: 4rem;
    line-height: 40px;
    line-height: 4rem;
    background-color: #f7ebdb; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__menu__link--aanmelden {
        font-size: 15px;
        font-size: 1.5rem; } }
    .main-nav .main-nav__menu__link--aanmelden.is-active {
      background: #e3d7c4;
      color: #454443; }
  .main-nav .main-nav__menu__link--abonneren {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #2c3b78;
    text-transform: capitalize;
    border-bottom: 1px solid #e3d7c4;
    border-right: 1px solid #e3d7c4;
    width: 100%;
    display: block;
    height: 40px;
    height: 4rem;
    line-height: 40px;
    line-height: 4rem;
    color: #FFF;
    background-color: #c75845;
    font-weight: bold;
    text-transform: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__menu__link--abonneren {
        font-size: 15px;
        font-size: 1.5rem; } }
    .main-nav .main-nav__menu__link--abonneren.is-active {
      background: #e3d7c4;
      color: #454443; }
    .main-nav .main-nav__menu__link--abonneren:hover {
      opacity: 0.85; }
  .main-nav .main-nav__menu__link--zoeken {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #2c3b78;
    text-transform: capitalize;
    border-bottom: 1px solid #e3d7c4;
    border-right: 1px solid #e3d7c4;
    width: 100%;
    display: block;
    height: 40px;
    height: 4rem;
    line-height: 40px;
    line-height: 4rem;
    position: relative;
    background-color: #f7ebdb;
    border-right: 1px solid #e3d7c4;
    padding-left: 10px;
    padding-left: 1rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .main-nav .main-nav__menu__link--zoeken {
        font-size: 15px;
        font-size: 1.5rem; } }
    .main-nav .main-nav__menu__link--zoeken.is-active {
      background: #e3d7c4;
      color: #454443; }
    .main-nav .main-nav__menu__link--zoeken:before {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f002";
      color: #b5ada3;
      position: absolute;
      top: 13px;
      right: 6px;
      width: 20px;
      display: inline-block; }
      @media only screen and (max-width: 1119px) {
        body.immobile .main-nav .main-nav__menu__link--zoeken:before {
          right: 5px;
          font-size: 13px;
          font-size: 1.3rem;
          vertical-align: middle;
          font-family: "FontAwesome";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          top: 14px; } }
      body.mobile .main-nav .main-nav__menu__link--zoeken:before {
        right: 5px;
        font-size: 13px;
        font-size: 1.3rem;
        vertical-align: middle;
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        top: 14px; }
      body.non-responsive .main-nav .main-nav__menu__link--zoeken:before {
        right: 5px;
        font-size: 13px;
        font-size: 1.3rem;
        vertical-align: middle;
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        top: 14px; }
    .main-nav .main-nav__menu__link--zoeken:hover {
      border-right: none; }
      .main-nav .main-nav__menu__link--zoeken:hover:before {
        color: #FFF; }
  .main-nav .main-nav__menu__item.menu-active .main-nav__menu__link__percentage {
    color: #FFF; }
  .main-nav .main-nav__menu__link__percentage {
    color: #b5ada3;
    font-weight: bold;
    display: block;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__menu__link__percentage {
        font-size: 13px;
        font-size: 1.3rem; } }
    body.mobile .main-nav .main-nav__menu__link__percentage {
      font-size: 13px;
      font-size: 1.3rem; }
    body.non-responsive .main-nav .main-nav__menu__link__percentage {
      font-size: 13px;
      font-size: 1.3rem; }
  .main-nav .main-nav__menu__link__percentage--neutral {
    color: #b5ada3;
    font-weight: bold;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    color: #c6b49c; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__menu__link__percentage--neutral {
        font-size: 13px;
        font-size: 1.3rem; } }
    body.mobile .main-nav .main-nav__menu__link__percentage--neutral {
      font-size: 13px;
      font-size: 1.3rem; }
    body.non-responsive .main-nav .main-nav__menu__link__percentage--neutral {
      font-size: 13px;
      font-size: 1.3rem; }
  .main-nav .main-nav__menu__link__percentage--positive {
    color: #b5ada3;
    font-weight: bold;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    color: #2b873c; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__menu__link__percentage--positive {
        font-size: 13px;
        font-size: 1.3rem; } }
    body.mobile .main-nav .main-nav__menu__link__percentage--positive {
      font-size: 13px;
      font-size: 1.3rem; }
    body.non-responsive .main-nav .main-nav__menu__link__percentage--positive {
      font-size: 13px;
      font-size: 1.3rem; }
  .main-nav .main-nav__menu__link__percentage--negative {
    color: #b5ada3;
    font-weight: bold;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    color: #ca4036; }
    @media only screen and (max-width: 1119px) {
      body.immobile .main-nav .main-nav__menu__link__percentage--negative {
        font-size: 13px;
        font-size: 1.3rem; } }
    body.mobile .main-nav .main-nav__menu__link__percentage--negative {
      font-size: 13px;
      font-size: 1.3rem; }
    body.non-responsive .main-nav .main-nav__menu__link__percentage--negative {
      font-size: 13px;
      font-size: 1.3rem; }
  .main-nav .main-nav__background {
    background-color: #fdf3e5;
    border-right: 1px solid #e3d7c4;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }

@media only screen and (max-width: 1119px) {
  body.immobile .main-nav-placeholder {
    width: 100px; } }
body.mobile .main-nav-placeholder {
  width: 100px; }
body.non-responsive .main-nav-placeholder {
  width: 100px; }
@media only screen and (min-width: 1120px) {
  body.immobile .main-nav-placeholder {
    width: 150px; } }

.main-nav-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background-color: #e3d7c4;
  /*
   * Setting the height to 100% to have it take up the entire column doesn't work in IE.
   *
   * Note also that we cannot make this a large value and clip it using overflow-y on the parent as there are issues
   * with having overflow hidden in one dimension and overflow visible in the other. We need the other dimension to
   * have visible overflow so that the submenus are visible.
   */
  height: 2000px;
  z-index: 9; }
  @media only screen and (min-width: 1120px) {
    body.immobile .main-nav-underlay {
      width: 150px; } }
  @media only screen and (max-width: 1119px) {
    body.immobile .main-nav-underlay {
      height: 100%;
      border-right: 1px solid #e3d7c4;
      background: #fdf3e5; } }
  body.mobile .main-nav-underlay {
    height: 100%;
    border-right: 1px solid #e3d7c4;
    background: #fdf3e5; }
  body.non-responsive .main-nav-underlay {
    height: 100%;
    border-right: 1px solid #e3d7c4;
    background: #fdf3e5; }
  .is-ie .main-nav-underlay {
    height: 2000px !important;
    border-right: none !important;
    background: #fef7ea !important; }

/**
 * We consciously hide the submenus using the left property and not using the visibility or display properties. We
 * need the menus to be initially 'visible' off-screen so that IE8 will render the FontAwesome icons. This also seems
 * to fix issues where IE8 would leave icons or parts of input boxes visible after closing the menu.
 */
.sub-nav {
  left: -500px;
  width: 380px;
  padding: 30px;
  background: #212d5b;
  top: 0;
  -webkit-transform: translate3d(-380px, 0px, 0px);
  -ms-transform: translate3d(-380px, 0px, 0px);
  -moz-transform: translate3d(-380px, 0px, 0px);
  -o-transform: translate3d(-380px, 0px, 0px);
  transform: translate3d(-380px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, left 0s linear 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out, left 0s linear 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out, left 0s linear 0.3s;
  transition: transform 0.2s ease-in-out, left 0s linear 0.3s;
  min-height: 600px;
  z-index: 8;
  font-family: "Roboto", sans-serif; }
  @media only screen and (max-width: 1119px) {
    body.immobile .sub-nav {
      position: absolute;
      top: 0 !important; } }
  body.mobile .sub-nav {
    position: absolute;
    top: 0 !important; }
  body.non-responsive .sub-nav {
    position: absolute;
    top: 0 !important; }
  @media only screen and (min-width: 1120px) {
    body.immobile .sub-nav {
      height: 100%;
      position: fixed; } }
  .sub-nav.menu-active {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease-in-out, left 0s linear 0s;
    -moz-transition: -moz-transform 0.2s ease-in-out, left 0s linear 0s;
    -o-transition: -o-transform 0.2s ease-in-out, left 0s linear 0s;
    transition: transform 0.2s ease-in-out, left 0s linear 0s; }
    @media only screen and (max-width: 1119px) {
      body.immobile .sub-nav.menu-active {
        left: 100px; } }
    body.mobile .sub-nav.menu-active {
      left: 100px; }
    body.non-responsive .sub-nav.menu-active {
      left: 100px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .sub-nav.menu-active {
        left: 150px; } }
  .disable-transitions .sub-nav {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .sub-nav label {
    font-size: 16px;
    font-size: 1.6rem; }
  .sub-nav .l-search.island {
    margin-bottom: 20px; }

.sub-nav--zoeken {
  left: -500px;
  width: 380px;
  padding: 30px;
  background: #212d5b;
  top: 0;
  -webkit-transform: translate3d(-380px, 0px, 0px);
  -ms-transform: translate3d(-380px, 0px, 0px);
  -moz-transform: translate3d(-380px, 0px, 0px);
  -o-transform: translate3d(-380px, 0px, 0px);
  transform: translate3d(-380px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, left 0s linear 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out, left 0s linear 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out, left 0s linear 0.3s;
  transition: transform 0.2s ease-in-out, left 0s linear 0.3s;
  min-height: 600px;
  z-index: 8;
  font-family: "Roboto", sans-serif; }
  @media only screen and (max-width: 1119px) {
    body.immobile .sub-nav--zoeken {
      position: absolute;
      top: 0 !important; } }
  body.mobile .sub-nav--zoeken {
    position: absolute;
    top: 0 !important; }
  body.non-responsive .sub-nav--zoeken {
    position: absolute;
    top: 0 !important; }
  @media only screen and (min-width: 1120px) {
    body.immobile .sub-nav--zoeken {
      height: 100%;
      position: fixed; } }
  .sub-nav--zoeken.menu-active {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease-in-out, left 0s linear 0s;
    -moz-transition: -moz-transform 0.2s ease-in-out, left 0s linear 0s;
    -o-transition: -o-transform 0.2s ease-in-out, left 0s linear 0s;
    transition: transform 0.2s ease-in-out, left 0s linear 0s; }
    @media only screen and (max-width: 1119px) {
      body.immobile .sub-nav--zoeken.menu-active {
        left: 100px; } }
    body.mobile .sub-nav--zoeken.menu-active {
      left: 100px; }
    body.non-responsive .sub-nav--zoeken.menu-active {
      left: 100px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .sub-nav--zoeken.menu-active {
        left: 150px; } }
  .disable-transitions .sub-nav--zoeken {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .sub-nav--zoeken label {
    font-size: 16px;
    font-size: 1.6rem; }
  .sub-nav--zoeken .l-search.island {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .sub-nav--zoeken {
      bottom: 0;
      top: auto !important;
      min-height: 0;
      height: auto; } }
  .sub-nav--zoeken .m-searchform-input {
    margin-bottom: 30px;
    position: relative;
    z-index: 10001; }

.sub-nav__header {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  zoom: 1; }
  .sub-nav__header:before, .sub-nav__header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .sub-nav__header:after {
    clear: both; }

.sub-nav__header__title {
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  float: left; }

.sub-nav__header__all, .sub-nav__header__logout {
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  float: right; }
  body.subsite-sabato .sub-nav__header__all, body.subsite-sabato .sub-nav__header__logout {
    color: white; }
  body.subsite-finance .sub-nav__header__all, body.subsite-finance .sub-nav__header__logout {
    color: white; }
  body.subsite-sas .sub-nav__header__all, body.subsite-sas .sub-nav__header__logout {
    color: white; }
  .sub-nav__header__all:hover, .sub-nav__header__logout:hover {
    color: #8FA1CB;
    text-decoration: none; }
    body.subsite-sabato .sub-nav__header__all:hover, body.subsite-sabato .sub-nav__header__logout:hover {
      color: #8FA1CB; }
    body.subsite-finance .sub-nav__header__all:hover, body.subsite-finance .sub-nav__header__logout:hover {
      color: #8FA1CB; }
    body.subsite-sas .sub-nav__header__all:hover, body.subsite-sas .sub-nav__header__logout:hover {
      color: #8FA1CB; }

.sub-nav__header__all {
  background: #2c3b78;
  padding: 8px 13px; }
  .sub-nav__header__all:after {
    margin-left: 8px;
    margin-left: 0.8rem;
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: baseline;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    content: "\f105";
    position: relative;
    top: 1px; }

.sub-nav__header__logout {
  color: #b9c3db; }
  .sub-nav__header__logout:before {
    margin-right: 5px;
    margin-right: 0.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f011"; }

.sub-nav__article-list {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.sub-nav__article-list__item {
  list-style-type: none; }

.sub-nav__article-list__link {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px;
  padding: 1.5rem;
  color: white;
  word-wrap: break-word;
  line-height: 18px;
  background-color: #2c3b78;
  display: block;
  margin-bottom: 1px; }
  body.subsite-sabato .sub-nav__article-list__link {
    color: white; }
  body.subsite-finance .sub-nav__article-list__link {
    color: white; }
  body.subsite-sas .sub-nav__article-list__link {
    color: white; }
  .sub-nav__article-list__link:hover {
    color: #8FA1CB; }
    body.subsite-sabato .sub-nav__article-list__link:hover {
      color: #8FA1CB; }
    body.subsite-finance .sub-nav__article-list__link:hover {
      color: #8FA1CB; }
    body.subsite-sas .sub-nav__article-list__link:hover {
      color: #8FA1CB; }

.sub-nav__article-list__item {
  list-style-type: none; }

.more-nav {
  position: absolute;
  left: -300px;
  top: -1px;
  min-width: 300px;
  padding: 17px 30px;
  background: #fdf3e5;
  border: 1px solid #e3d7c4;
  border-left: none;
  z-index: -1; }

.more-nav__list-item {
  border-bottom: 1px solid #e3d7c4; }
  .more-nav__list-item:last-child {
    border: none; }

.more-nav__link {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  color: #2c3b78;
  background-color: none;
  position: relative; }
  .more-nav__link:hover {
    color: #abb6d2; }
  .more-nav__link:after {
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f105";
    background-color: none;
    position: absolute;
    height: 100%;
    width: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    right: 0; }
  .more-nav__link:after {
    color: #2c3b78;
    line-height: 50px; }

.overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #e3d7c4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  visibility: hidden; }
  body.subsite-sabato .overlay {
    background: #FFFFFF !important; }

.classifieds {
  position: relative;
  overflow: hidden;
  background: #e3d7c4; }
  .classifieds > * {
    text-align: center;
    font-size: 0; }
    .classifieds > * > * {
      display: inline-block; }
    .classifieds > * > .placeholder {
      width: 100%; }
    .classifieds > * .banner {
      margin: 0px 10px 20px;
      margin: 0rem 1rem 2rem; }
  .classifieds #bannerAdTitle {
    width: 100%;
    text-align: left;
    font: 13px "Noto", serif;
    color: #84807c;
    margin: 10px 0px 10px 10px;
    margin: 1rem 0rem 1rem 1rem; }
  .classifieds .js-dfpAdPosSR {
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    .classifieds .js-dfpAdPosSR:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  @media only screen and (max-width: 979px) {
    body.immobile .classifieds {
      margin-top: 10px;
      margin-top: 1rem; } }
  @media only screen and (max-width: 979px) {
    body.mobile .classifieds {
      margin-top: 10px;
      margin-top: 1rem; } }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .classifieds {
      margin-top: 10px;
      margin-top: 1rem; } }

.classifieds--no-grid {
  position: relative;
  overflow: hidden; }
  .classifieds--no-grid > * {
    text-align: center;
    font-size: 0; }
    .classifieds--no-grid > * > * {
      display: inline-block; }
    .classifieds--no-grid > * > .placeholder {
      width: 100%; }
    .classifieds--no-grid > * .banner {
      margin: 0px 10px 20px;
      margin: 0rem 1rem 2rem; }
  .classifieds--no-grid #bannerAdTitle {
    width: 100%;
    text-align: left;
    font: 13px "Noto", serif;
    color: #84807c;
    margin: 10px 0px 10px 10px;
    margin: 1rem 0rem 1rem 1rem; }
  .classifieds--no-grid .js-dfpAdPosSR {
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    .classifieds--no-grid .js-dfpAdPosSR:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  .classifieds--no-grid #bannerAdTitle {
    border-top: 1px solid #e3d7c4; }

.opentip-container {
  position: absolute;
  z-index: 100;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  -moz-transition: -moz-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -ms-transition: -ms-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  pointer-events: none;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0); }

.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center, .opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center, .opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right, .opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right, .opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
  -webkit-transform: translateY(-5px) translateX(5px);
  -moz-transform: translateY(-5px) translateX(5px);
  -o-transform: translateY(-5px) translateX(5px);
  -ms-transform: translateY(-5px) translateX(5px);
  transform: translateY(-5px) translateX(5px); }

.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right, .opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right, .opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right, .opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right, .opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
  -webkit-transform: translateY(5px) translateX(5px);
  -moz-transform: translateY(5px) translateX(5px);
  -o-transform: translateY(5px) translateX(5px);
  -ms-transform: translateY(5px) translateX(5px);
  transform: translateY(5px) translateX(5px); }

.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center, .opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center, .opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px); }

.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left, .opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left, .opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  -o-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px); }

.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left, .opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left, .opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }

.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left, .opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left, .opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
  -webkit-transform: translateY(-5px) translateX(-5px);
  -moz-transform: translateY(-5px) translateX(-5px);
  -o-transform: translateY(-5px) translateX(-5px);
  -ms-transform: translateY(-5px) translateX(-5px);
  transform: translateY(-5px) translateX(-5px); }

.opentip-container.ot-fixed .opentip {
  pointer-events: auto; }

.opentip-container.ot-hidden {
  display: none; }

.opentip-container .opentip {
  position: relative;
  /*font-size: 13px;
  line-height: 120%;
  padding: 9px 14px;
  color: #4f4b47;
  text-shadow: -1px -1px 0px rgba(255,255,255,0.2);   */ }

.opentip-container .opentip .header {
  margin: 0;
  padding: 0; }

.opentip-container .opentip .ot-close {
  pointer-events: auto;
  display: block;
  position: absolute;
  top: -12px;
  left: 60px;
  /*
  color: rgba(0,0,0,0.5);
  background: rgba(0,0,0,0);
  text-decoration: none;
  */ }

.opentip-container .opentip .ot-close span {
  display: none; }

.opentip-container .opentip .ot-loading-indicator {
  display: none; }

.opentip-container.ot-loading .ot-loading-indicator {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block; }

.opentip-container.ot-loading .ot-loading-indicator span {
  display: block;
  -webkit-animation: otloading 2s linear infinite;
  -moz-animation: otloading 2s linear infinite;
  -o-animation: otloading 2s linear infinite;
  -ms-animation: otloading 2s linear infinite;
  animation: otloading 2s linear infinite;
  text-align: center; }

.opentip-container.style-dark .opentip, .opentip-container.style-alert .opentip {
  color: #f8f8f8;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }

.opentip-container.style-glass .opentip {
  padding: 15px 25px;
  color: #317cc5;
  text-shadow: 1px 1px 8px rgba(0, 94, 153, 0.3); }

.opentip-container.ot-hide-effect-fade {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.opentip-container.ot-hide-effect-fade.ot-hiding {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.opentip-container.ot-show-effect-appear.ot-going-to-show, .opentip-container.ot-show-effect-appear.ot-showing {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 1s ease-in-out; }

.opentip-container.ot-show-effect-appear.ot-going-to-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.opentip-container.ot-show-effect-appear.ot-showing {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

.opentip-container.ot-show-effect-appear.ot-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none; }

@-moz-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes otloading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.koersenfiche-main-price, .koersenfiche-main-percentage {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Roboto Condensed", sans;
  color: #454443;
  display: inline-block;
  font-weight: bold; }
  .koersenfiche-main-price span, .koersenfiche-main-percentage span {
    font-size: 36px;
    font-size: 3.6rem; }

.koersenfiche-main-price, .koersenfiche-main-price span {
  padding-right: 40px;
  padding-right: 4rem; }

.koersenfiche-main-percentage, .koersenfiche-main-percentage span {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Roboto Condensed", sans; }
  .koersenfiche-main-percentage .neg, .koersenfiche-main-percentage .low, .koersenfiche-main-percentage span .neg, .koersenfiche-main-percentage span .low {
    color: #ca4036; }
  .koersenfiche-main-percentage .pos, .koersenfiche-main-percentage .high, .koersenfiche-main-percentage span .pos, .koersenfiche-main-percentage span .high {
    color: #23843f; }

.koersenfiche-inline-text {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  vertical-align: text-bottom;
  margin: 0px 10px;
  margin: 0rem 1rem;
  color: black;
  font-family: "Roboto", sans-serif; }

.koersenfiche-sidebar-text {
  margin: 10px 0px;
  margin: 1rem 0rem; }

.koersenfiche-main-addsection, .koersenfiche-bottom-recommendation {
  text-align: right; }
  .koersenfiche-main-addsection .koersenfiche-btn-spacer:last-child, .koersenfiche-bottom-recommendation .koersenfiche-btn-spacer:last-child {
    margin-right: 0px; }
  .koersenfiche-main-addsection .opinion_give_opinion_span, .koersenfiche-bottom-recommendation .opinion_give_opinion_span {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    margin-right: 10px;
    margin-right: 1rem; }

.koersenfiche-btn-spacer {
  margin-right: 10px;
  margin-right: 1rem; }

.koersenfiche-graph-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans;
  color: #84807c;
  font-weight: bold; }

.koersenfiche-graph-button {
  vertical-align: text-bottom;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px; }

.koersenfiche-separator {
  vertical-align: text-bottom;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif; }

.koersenfiche-graph-button--small {
  vertical-align: text-bottom;
  font-size: 12px;
  font-size: 1.2rem; }

@media only screen and (min-width: 1280px) {
  body.immobile .koersenfiche-graph-button-filters {
    float: left; } }
.koersenfiche-graph-button-filters a {
  font-family: "Roboto", sans-serif;
  padding: 0px 3px; }

.koersenfiche-graph-button-showExtended {
  vertical-align: text-bottom;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding-left: 3px;
  padding-left: 0.3rem;
  font-family: "Roboto", sans-serif; }

.l-main-container-article .l-main-container-article__sidebar-to-the-right .l-main-container-article__advertisement {
  position: inherit;
  border-top: 1px solid #e3d7c4; }
  body.subsite-sabato .l-main-container-article .l-main-container-article__sidebar-to-the-right .l-main-container-article__advertisement {
    border-top: none; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-main-container-article .l-main-container-article__sidebar-to-the-right .l-main-container-article__advertisement {
      border-top: none; } }

.analysis-spacer {
  padding-right: 8px;
  padding-right: 0.8rem; }

.opinion_legend {
  color: #A9A9A9;
  font-size: 10px;
  font-size: 1rem;
  text-align: right; }

/*
  Verrichtingen/operations
*/
.operationsdate .datepicker {
  display: inline-block;
  margin: 10px 5px 0px 5px;
  margin: 1rem 0.5rem 0rem 0.5rem; }
  .operationsdate .datepicker input {
    background: #E6D7C4;
    padding: 4px 8px; }

.operationstype {
  text-align: right;
  margin: 10px 10px 0px 10px;
  margin: 1rem 1rem 0rem 1rem; }
  .operationstype select {
    width: 80%;
    height: 32px; }

.add_to.dropdown {
  position: relative;
  display: inline-block;
  float: right; }
  .add_to.dropdown:before {
    content: '+';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 10px;
    border: 1px solid #E3D6C3;
    background: #fef7ea;
    padding: 4px;
    font-weight: bold;
    color: black; }
  .add_to.dropdown dt, .add_to.dropdown dd {
    display: none; }
  .add_to.dropdown:hover dt, .add_to.dropdown:hover dd {
    display: block; }
  .add_to.dropdown:hover:before {
    border-right: 2px solid #fef7ea; }
  .add_to.dropdown dd {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 4000;
    border: 1px solid #E3D6C3;
    background: #fef7ea;
    padding: 4px; }
    .add_to.dropdown dd ul {
      list-style-type: none; }
    .add_to.dropdown dd li {
      border-bottom: 1px solid #E3D6C3;
      color: #59554e;
      font-size: 12px;
      font-size: 1.2rem;
      text-decoration: none;
      padding: 5px 10px; }
      .add_to.dropdown dd li a {
        color: #59554e;
        text-decoration: none;
        font-size: 12px;
        font-size: 1.2rem; }
      .add_to.dropdown dd li.last {
        border-bottom: none; }

.l-main-container__section.operations-results {
  padding-top: 0 !important; }

.operations-results {
  color: #59554e;
  font-size: 12px;
  font-size: 1.2rem; }
  .operations-results h3 {
    border-bottom: 1px solid #E3D6C3;
    line-height: 1.3;
    margin: 18px 0px 10px 0px;
    margin: 1.8rem 0rem 1rem 0rem; }
  .operations-results p {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0px 0px 0px;
    margin: 1rem 0rem 0rem 0rem; }
  .operations-results .corpAcItem td.name a, .operations-results .corpAcItem a {
    font-weight: bold; }

.dijitTooltip {
  max-width: 550px; }

.nihilo .dijitTooltipContainer, .tundra .dijitTooltipContainer {
  background: #ffffff;
  border: 1px solid #e3d7c4;
  padding: 0; }

.nihilo .dijitTooltipLeft .dijitTooltipConnector, .nihilo .dijitTooltipRight .dijitTooltipConnector, .tundra .dijitTooltipLeft .dijitTooltipConnector, .tundra .dijitTooltipRight .dijitTooltipConnector {
  background: none; }

.nihilo .dijitTooltipLeft .dijitTooltipConnector, .tundra .dijitTooltipLeft .dijitTooltipConnector {
  right: 2px; }
  .nihilo .dijitTooltipLeft .dijitTooltipConnector:before, .tundra .dijitTooltipLeft .dijitTooltipConnector:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 9px solid #fffbf4; }
  .nihilo .dijitTooltipLeft .dijitTooltipConnector:after, .tundra .dijitTooltipLeft .dijitTooltipConnector:after {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fffbf4; }

.nihilo .dijitTooltipRight .dijitTooltipConnector, .tundra .dijitTooltipRight .dijitTooltipConnector {
  left: 2px; }
  .nihilo .dijitTooltipRight .dijitTooltipConnector:before, .tundra .dijitTooltipRight .dijitTooltipConnector:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 9px solid #fffbf4; }
  .nihilo .dijitTooltipRight .dijitTooltipConnector:after, .tundra .dijitTooltipRight .dijitTooltipConnector:after {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fffbf4; }

.dijitTooltipFocusNode {
  padding: 0; }

html {
  font-size: 10px; }

.date-picker.date-picker-site2014 {
  font-size: 13px;
  font-size: 1.3rem; }

.mediaQueryTest {
  font-family: "NO"; }
  @media only screen {
    .mediaQueryTest {
      font-family: "YES"; } }

body.non-responsive {
  min-width: 1280px; }

@media only screen and (min-width: 1280px) {
  body.immobile .screenMonitor {
    font-family: "desk-big"; } }
@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile .screenMonitor {
    font-family: "desk-normal"; } }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .screenMonitor {
    font-family: "tablet-landscape"; } }
@media only screen and (min-width: 980px) {
  body.mobile .screenMonitor {
    font-family: "tablet-landscape"; } }
body.non-responsive .screenMonitor {
  font-family: "tablet-landscape"; }
@media only screen and (max-width: 979px) {
  body.immobile .screenMonitor {
    font-family: "tablet-portrait"; } }
@media only screen and (max-width: 979px) {
  body.mobile .screenMonitor {
    font-family: "tablet-portrait"; } }

/**
 * The test creative for the leaderboard had its z-index set to 1000000.
 * The splash needs to have a higher z-index; a transparent bit of the leaderboard will prevent clicking on the close
 * button otherwise.
 */
/* Splash */
#splashOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9000px;
  z-index: 2000000;
  background-color: #e3d7c4;
  opacity: 0.85;
  display: none; }

#splashBlock {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -362px;
  width: 724px;
  z-index: 2000001;
  display: none; }
  #splashBlock #splashHeader {
    text-align: right;
    background-color: #fef7ea; }
    #splashBlock #splashHeader #splashLogo {
      display: none;
      visibility: hidden; }
    #splashBlock #splashHeader a {
      display: inline-block;
      line-height: 42px;
      font-family: "Roboto", sans-serif;
      vertical-align: top;
      height: 42px; }
      #splashBlock #splashHeader a .splashText {
        display: inline-block;
        line-height: 42px;
        margin: 0 10px 0 0;
        vertical-align: top;
        text-decoration: underline; }
      #splashBlock #splashHeader a .splashCloseButton {
        font-size: 30px;
        font-size: 3rem;
        font-family: verdana, arial, sans-serif;
        height: 42px;
        width: 42px;
        display: inline-block;
        line-height: 42px;
        text-align: center;
        background-color: #2c3b78;
        color: white; }
  #splashBlock #splashContent {
    background: #fef7ea;
    padding: 0 42px 42px; }

/* Floorad */
#bottomOverlayFrame {
  display: none; }

body.withSplashOverlay {
  position: relative;
  width: 100%; }
  body.withSplashOverlay #splashOverlay, body.withSplashOverlay #splashBlock {
    display: block; }
  body.withSplashOverlay .imu, body.withSplashOverlay object, body.withSplashOverlay embed, body.withSplashOverlay #bottomOverlay, body.withSplashOverlay #bottomOverlayFrame {
    display: none; }
  body.withSplashOverlay #splashContent object, body.withSplashOverlay #splashContent embed {
    visibility: visible; }

#bottomOverlay {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  background-color: #e3d7c4;
  text-align: center;
  display: none;
  z-index: 23; }
  @media only screen and (max-width: 1119px) {
    body.immobile #bottomOverlay {
      z-index: 150000; } }
  body.mobile #bottomOverlay {
    z-index: 150000; }
  body.non-responsive #bottomOverlay {
    z-index: 150000; }
  #bottomOverlay .bottomOverlayClose {
    position: absolute;
    top: -26px;
    right: 0;
    z-index: 99;
    height: 26px;
    background-color: #e3d7c4;
    box-shadow: -1px -1px 1px 0px rgba(69, 68, 67, 0.4);
    padding: 0 10px; }
    #bottomOverlay .bottomOverlayClose a {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      height: 26px;
      line-height: 26px;
      font-weight: normal;
      color: #2c3b78;
      display: block;
      text-decoration: none; }
      #bottomOverlay .bottomOverlayClose a span {
        display: inline-block;
        line-height: 26px; }
      #bottomOverlay .bottomOverlayClose a .bottomOverlayText {
        font-size: 14px;
        font-size: 1.4rem; }
      #bottomOverlay .bottomOverlayClose a:hover .bottomOverlayText {
        text-decoration: underline; }
      #bottomOverlay .bottomOverlayClose a .bottomOverlayCloseButton {
        margin-right: 5px; }
  #bottomOverlay .bottomOverlayShadow {
    margin: 10px 0; }
  #bottomOverlay .bottomOverlayWrapper {
    margin: 0 auto;
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile #bottomOverlay .bottomOverlayWrapper {
        padding-left: 150px; } }
    @media only screen and (min-width: 1280px) {
      body.immobile #bottomOverlay .bottomOverlayWrapper {
        padding-left: 150px; } }

.withBottomOverlay #bottomOverlay {
  display: block;
  box-shadow: -1px -1px 1px 0px rgba(69, 68, 67, 0.4); }
.withBottomOverlay #bottomOverlayFrame {
  display: block;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  left: 0;
  bottom: 0;
  z-index: 699 !important;
  width: 100%;
  height: 93px;
  position: fixed; }
.withBottomOverlay #wrap {
  margin-bottom: 70px; }

/* Leaderboard - Pushdown */
#eyeDiv {
  top: 10px !important; }

/* Marketing PopUp */
#popupBlock {
  position: fixed;
  left: 85px;
  width: 488px;
  height: 364px;
  bottom: -364px;
  opacity: 0;
  z-index: 1999999; }
  #popupBlock #popupHeader {
    background-color: #2c3b78;
    position: absolute;
    text-align: center;
    top: -17.5px;
    left: 470.5px; }
    #popupBlock #popupHeader a {
      display: inline-block;
      font-family: "Roboto", sans-serif;
      vertical-align: middle; }
      #popupBlock #popupHeader a .popupCloseButton {
        font-size: 24px;
        font-size: 2.4rem;
        font-family: verdana, arial, sans-serif;
        height: 35px;
        width: 35px;
        display: inline-block;
        text-align: center;
        background-color: #2c3b78;
        color: white; }
  #popupBlock #popupContent {
    padding: 4px;
    background: rgba(44, 59, 120, 0.75); }

.l-main-container-article .inline-video {
  float: right; }

.l-main-container--homepage .inline-video {
  float: none; }

.m-bump__content .fb_confirmation p {
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  margin: 18px 0; }

.m-bump-social .m-bump-social__service.facebook_square, .m-share .m-bump-social__service.facebook_square {
  -webkit-border-radius: 0%;
  -ms-border-radius: 0%;
  -moz-border-radius: 0%;
  -o-border-radius: 0%;
  border-radius: 0%;
  display: inline-block;
  border: none;
  background: none;
  background-color: #3b5998;
  vertical-align: middle;
  width: auto;
  height: auto; }
.m-bump-social .m-bump-social__service__link.facebook_square, .m-share .m-bump-social__service__link.facebook_square {
  padding: 0px 10px;
  padding: 0rem 1rem;
  width: auto;
  height: auto;
  line-height: 30px; }
  .m-bump-social .m-bump-social__service__link.facebook_square span, .m-share .m-bump-social__service__link.facebook_square span {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #ffffff;
    font-family: "Roboto", sans-serif; }
  .m-bump-social .m-bump-social__service__link.facebook_square:before, .m-share .m-bump-social__service__link.facebook_square:before {
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #ffffff; }
    .m-bump-social .m-bump-social__service__link.facebook_square:before:before, .m-share .m-bump-social__service__link.facebook_square:before:before {
      content: "\f082";
      color: #ffffff; }

.invisible-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  opacity: 0;
  z-index: 30; }

.m-message {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #454443;
  display: inline-block;
  vertical-align: middle; }
  .m-message a {
    font-size: 14px;
    font-size: 1.4rem; }

.m-message--error {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #454443;
  display: inline-block;
  vertical-align: middle;
  color: #A9210B; }
  .m-message--error a {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-message--error a {
    text-decoration: underline; }

.m-message--error--full {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #454443;
  display: inline-block;
  vertical-align: middle;
  display: block;
  width: 100%;
  color: #A9210B; }
  .m-message--error--full a {
    font-size: 14px;
    font-size: 1.4rem; }

.m-message-box--error {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 10px;
  padding: 0.8rem 1rem;
  font-family: "Roboto", sans-serif;
  color: #000000;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  background: #A9210B;
  color: #ffffff; }
  .m-message-box--error:before {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 10px;
    margin-right: 1rem;
    content: "\f071";
    color: #ffffff; }

.m-message-box--error--full {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 10px;
  padding: 0.8rem 1rem;
  font-family: "Roboto", sans-serif;
  color: #000000;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  display: block;
  width: 100%;
  background: #A9210B;
  color: #ffffff; }
  .m-message-box--error--full:before {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 10px;
    margin-right: 1rem;
    content: "\f071";
    color: #ffffff; }

.m-breadcrumb {
  margin-left: -15px; }
  .m-breadcrumb .m-breadcrumb__item {
    display: inline-block;
    position: relative;
    height: 40px;
    padding-left: 10px;
    font-family: "Roboto", sans-serif;
    margin-left: 5px; }
    .m-breadcrumb .m-breadcrumb__item.respond-to-hover:hover, .m-breadcrumb .m-breadcrumb__item.hovered {
      background: #e3d7c4; }
      body.subsite-sabato .m-breadcrumb .m-breadcrumb__item.respond-to-hover:hover, body.subsite-sabato .m-breadcrumb .m-breadcrumb__item.hovered {
        background: #434343; }
      .m-breadcrumb .m-breadcrumb__item.respond-to-hover:hover .m-breadcrumb__sub, .m-breadcrumb .m-breadcrumb__item.hovered .m-breadcrumb__sub {
        -webkit-opacity: 1;
        -ms-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible; }
      body.subsite-sabato .m-breadcrumb .m-breadcrumb__item.respond-to-hover:hover .m-breadcrumb__item__link, body.subsite-sabato .m-breadcrumb .m-breadcrumb__item.hovered .m-breadcrumb__item__link {
        color: #FFFFFF; }
      .m-breadcrumb .m-breadcrumb__item.respond-to-hover:hover .m-breadcrumb__item__link:after, .m-breadcrumb .m-breadcrumb__item.hovered .m-breadcrumb__item__link:after {
        color: #454443; }
        body.subsite-sabato .m-breadcrumb .m-breadcrumb__item.respond-to-hover:hover .m-breadcrumb__item__link:after, body.subsite-sabato .m-breadcrumb .m-breadcrumb__item.hovered .m-breadcrumb__item__link:after {
          color: #FFFFFF; }
    .m-breadcrumb .m-breadcrumb__item:first-child .m-breadcrumb__item__link {
      font-size: 16px;
      font-size: 1.6rem; }
  .m-breadcrumb .m-breadcrumb__item__link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c3b78;
    text-decoration: none;
    margin-right: 8px;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-breadcrumb .m-breadcrumb__item__link {
      color: #434343; }
    body.subsite-finance .m-breadcrumb .m-breadcrumb__item__link {
      color: #0073AB; }
    .m-breadcrumb .m-breadcrumb__item__link:after {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f107";
      margin-left: 10px;
      color: #b9c3db; }
      body.subsite-sabato .m-breadcrumb .m-breadcrumb__item__link:after {
        color: #434343; }
  .m-breadcrumb .m-breadcrumb__item__link__label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c3b78;
    text-decoration: none;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-breadcrumb .m-breadcrumb__item__link__label {
      color: #434343; }
    body.subsite-finance .m-breadcrumb .m-breadcrumb__item__link__label {
      color: #0073AB; }
  .m-breadcrumb .m-breadcrumb__item__logo {
    position: relative;
    vertical-align: middle; }
  .m-breadcrumb .m-breadcrumb__sub {
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #c2b6a4;
    border-top: 1px solid #c2b6a4; }
    body.subsite-sabato .m-breadcrumb .m-breadcrumb__sub {
      border-bottom: 1px solid #000000;
      border-top: 1px solid #000000; }
  .m-breadcrumb .m-breadcrum__sub__item {
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    min-width: 200px;
    height: 40px;
    list-style-type: none;
    border-bottom: 1px solid #c2b6a4;
    border-right: 1px solid #c2b6a4;
    border-left: 1px solid #c2b6a4;
    background: #fef7ea;
    position: relative; }
    body.subsite-sabato .m-breadcrumb .m-breadcrum__sub__item {
      background: #ffffff;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      border-left: 1px solid #000000; }
    .m-breadcrumb .m-breadcrum__sub__item:last-child {
      border-bottom: 0px; }
    .m-breadcrumb .m-breadcrum__sub__item:after {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f105";
      color: #454443;
      position: absolute;
      right: 8px;
      top: 10px; }
    .m-breadcrumb .m-breadcrum__sub__item.respond-to-hover:hover {
      background: #fdf3e5; }
      body.subsite-sabato .m-breadcrumb .m-breadcrum__sub__item.respond-to-hover:hover {
        background: #acacac; }
  .m-breadcrumb .m-breadcrumb__sub__item__link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #454443;
    display: block;
    white-space: nowrap;
    padding: 0px 20px 0px 8px; }
    body.subsite-sabato .m-breadcrumb .m-breadcrumb__sub__item__link {
      color: #434343; }
    .m-breadcrumb .m-breadcrumb__sub__item__link.respond-to-hover:hover {
      color: #2c3b78;
      font-weight: bold; }
      body.subsite-sabato .m-breadcrumb .m-breadcrumb__sub__item__link.respond-to-hover:hover {
        color: #434343; }
      body.subsite-finance .m-breadcrumb .m-breadcrumb__sub__item__link.respond-to-hover:hover {
        color: #0073AB; }

.m-nav-button {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #2c3b78;
  width: 100%;
  height: 100%;
  position: relative; }
  body.subsite-finance .m-nav-button {
    background-color: #0073AB; }
    body.subsite-finance .m-nav-button.is-disabled {
      background-color: #d3d2d3;
      cursor: default; }
  .m-nav-button.is-disabled {
    background-color: #d3d2d3;
    cursor: default; }
  .m-nav-button:before {
    display: block; }
  .m-nav-button:after {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    color: white;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 0px;
    top: 0px; }
  .m-nav-button.left:after {
    content: "\f104"; }
  .m-nav-button.right:after {
    content: "\f105"; }

.m-nav-button--divider-v {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #2c3b78;
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #212d5b; }
  body.subsite-finance .m-nav-button--divider-v {
    background-color: #0073AB; }
    body.subsite-finance .m-nav-button--divider-v.is-disabled {
      background-color: #d3d2d3;
      cursor: default; }
  .m-nav-button--divider-v.is-disabled {
    background-color: #d3d2d3;
    cursor: default; }
  .m-nav-button--divider-v:before {
    display: block; }
  .m-nav-button--divider-v:after {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    color: white;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 0px;
    top: 0px; }
  .m-nav-button--divider-v.left:after {
    content: "\f104"; }
  .m-nav-button--divider-v.right:after {
    content: "\f105"; }
  .m-nav-button--divider-v.last {
    border-bottom: none; }
  .m-nav-button--divider-v:hover {
    opacity: 0.95; }

.m-nav-button--next {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #2c3b78;
  width: 100%;
  height: 100%;
  position: relative; }
  body.subsite-finance .m-nav-button--next {
    background-color: #0073AB; }
    body.subsite-finance .m-nav-button--next.is-disabled {
      background-color: #d3d2d3;
      cursor: default; }
  .m-nav-button--next.is-disabled {
    background-color: #d3d2d3;
    cursor: default; }
  .m-nav-button--next:before {
    display: block; }
  .m-nav-button--next:after {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    color: white;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 0px;
    top: 0px; }
  .m-nav-button--next.left:after {
    content: "\f104"; }
  .m-nav-button--next.right:after {
    content: "\f105"; }
  .m-nav-button--next:before {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f105";
    text-align: center; }

.m-nav-button--previous {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #2c3b78;
  width: 100%;
  height: 100%;
  position: relative; }
  body.subsite-finance .m-nav-button--previous {
    background-color: #0073AB; }
    body.subsite-finance .m-nav-button--previous.is-disabled {
      background-color: #d3d2d3;
      cursor: default; }
  .m-nav-button--previous.is-disabled {
    background-color: #d3d2d3;
    cursor: default; }
  .m-nav-button--previous:before {
    display: block; }
  .m-nav-button--previous:after {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    color: white;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 0px;
    top: 0px; }
  .m-nav-button--previous.left:after {
    content: "\f104"; }
  .m-nav-button--previous.right:after {
    content: "\f105"; }
  .m-nav-button--previous:before {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f104";
    text-align: center; }

.m-article-preview {
  background-color: #fdf3e5;
  color: #59554e;
  padding: 11px;
  display: inline-block;
  vertical-align: middle;
  height: 78px;
  border-left: 1px solid #e3d7c4;
  position: absolute;
  width: 185px; }
  body.subsite-sabato .m-article-preview {
    background-color: #ffffff;
    border: 1px solid #000000; }
  .m-article-preview.withImage {
    width: 270px; }
  .m-article-preview .m-article-preview__link {
    display: table;
    height: 100%; }
    .m-article-preview .m-article-preview__link:hover .m-article-preview__description {
      color: #2c3b78; }
  .m-article-preview .m-article-preview__thumb {
    display: table-cell;
    vertical-align: middle;
    height: 56px;
    font-size: 0px; }
    .m-article-preview .m-article-preview__thumb img {
      max-width: none; }
  .m-article-preview .m-article-preview__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0px 0px 0px 10px;
    margin: 0rem 0rem 0rem 1rem;
    padding-left: 10px;
    padding-left: 1rem;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    color: #59554e;
    height: 56px;
    height: 5.6rem;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-article-preview .m-article-preview__description {
      color: #434343; }
  .m-article-preview .m-article-preview__description__arrow:after {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    color: #59554e;
    content: "\f105";
    font-weight: 700;
    margin: -2px 0 0 2px; }

.m-article-preview--single {
  background-color: #fdf3e5;
  color: #59554e;
  padding: 11px;
  display: inline-block;
  vertical-align: middle;
  height: 78px;
  border-left: 1px solid #e3d7c4;
  position: absolute;
  width: 185px;
  border: 1px solid #e3d7c4; }
  body.subsite-sabato .m-article-preview--single {
    background-color: #ffffff;
    border: 1px solid #000000; }
  .m-article-preview--single.withImage {
    width: 270px; }
  .m-article-preview--single .m-article-preview__link {
    display: table;
    height: 100%; }
    .m-article-preview--single .m-article-preview__link:hover .m-article-preview__description {
      color: #2c3b78; }
  .m-article-preview--single .m-article-preview__thumb {
    display: table-cell;
    vertical-align: middle;
    height: 56px;
    font-size: 0px; }
    .m-article-preview--single .m-article-preview__thumb img {
      max-width: none; }
  .m-article-preview--single .m-article-preview__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0px 0px 0px 10px;
    margin: 0rem 0rem 0rem 1rem;
    padding-left: 10px;
    padding-left: 1rem;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    color: #59554e;
    height: 56px;
    height: 5.6rem;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-article-preview--single .m-article-preview__description {
      color: #434343; }
  .m-article-preview--single .m-article-preview__description__arrow:after {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    color: #59554e;
    content: "\f105";
    font-weight: 700;
    margin: -2px 0 0 2px; }

.m-article-next {
  font-size: 0;
  position: fixed;
  right: 0;
  top: 45%;
  top: calc(50% - 40px);
  z-index: 1; }
  .m-article-next:hover .m-article-preview--single {
    right: 30px; }
  .m-article-next .m-article-next__link {
    display: table; }
  .m-article-next .m-article-preview--single {
    -webkit-transition: right 0.6s ease;
    -ms-transition: right 0.6s ease;
    -moz-transition: right 0.6s ease;
    -o-transition: right 0.6s ease;
    transition: right 0.6s ease;
    position: absolute;
    right: -420px;
    width: 420px;
    height: 80px;
    height: auto;
    z-index: -1; }
  .m-article-next .m-article-preview__thumb {
    margin-right: 10px;
    display: table-cell; }
    .m-article-next .m-article-preview__thumb img {
      max-width: none; }
  .m-article-next .m-article-preview__description {
    width: 100%;
    margin: 0;
    display: table-cell;
    line-height: 18px; }

.m-article-next__next-button {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 80px;
  background: #2c3b78;
  color: #ffffff;
  text-align: center; }
  body.subsite-sabato .m-article-next__next-button {
    background: #434343; }
  body.subsite-finance .m-article-next__next-button {
    background: #0073AB; }
  body.subsite-sas .m-article-next__next-button {
    background: #69a7ca; }
  .m-article-next__next-button:before {
    font-size: 28px;
    font-size: 2.8rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 80px;
    content: "\f105"; }

.m-meta {
  border-top: 1px solid #e3d7c4;
  border-bottom: 1px solid #e3d7c4;
  margin-bottom: 20px; }
  body.subsite-sabato .m-meta {
    border-top: 1px solid #000000;
    border-bottom: none;
    margin-bottom: 0; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-meta {
      border-top: none;
      border-bottom: none;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-meta {
      margin: -20px 0px 0px 0px;
      margin: -2rem 0rem 0rem 0rem; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sas .m-meta {
      margin: -20px 0px 0px 0px;
      margin: -2rem 0rem 0rem 0rem; } }
  .m-meta .m-meta__segment {
    padding: 20px 0px;
    padding: 2rem 0rem;
    position: relative;
    border-top: none;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0 20px 0 0; }
    .m-meta .m-meta__segment.enriched {
      padding: 20px 0px 0px 0px;
      padding: 2rem 0rem 0rem 0rem; }
      .m-meta .m-meta__segment.enriched .m-meta__item {
        margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta .m-meta__segment {
        float: none; } }
    body.subsite-sabato .m-meta .m-meta__segment {
      padding: 20px 0px;
      padding: 2rem 0rem; }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta .m-meta__segment {
        padding: 5px 0px 10px 0px;
        padding: 0.5rem 0rem 1rem 0rem; } }
    .m-meta .m-meta__segment:last-child {
      margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta .m-meta__segment {
        margin: 0; } }
  .m-meta .m-meta__segment--actions {
    padding: 20px 0px;
    padding: 2rem 0rem;
    position: relative;
    border-top: none;
    display: inline-block;
    vertical-align: middle;
    float: left;
    float: right; }
    .m-meta .m-meta__segment--actions.enriched {
      padding: 20px 0px 0px 0px;
      padding: 2rem 0rem 0rem 0rem; }
      .m-meta .m-meta__segment--actions.enriched .m-meta__item {
        margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta .m-meta__segment--actions {
        float: none; } }
    body.subsite-sabato .m-meta .m-meta__segment--actions {
      padding: 20px 0px;
      padding: 2rem 0rem; }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta .m-meta__segment--actions {
        padding: 5px 0px 10px 0px;
        padding: 0.5rem 0rem 1rem 0rem; } }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta .m-meta__segment--actions {
        float: none; } }
    .m-meta .m-meta__segment--actions .m-meta__item__link {
      font-size: 0px;
      font-size: 0rem; }
      @media only screen and (min-width: 1280px) {
        body.immobile .m-meta .m-meta__segment--actions .m-meta__item__link {
          font-size: 14px;
          font-size: 1.4rem; } }
  .m-meta .m-meta__item {
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
    color: #454443;
    display: inline-block; }
    @media only screen and (max-width: 979px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item.date {
        display: block; } }
    @media only screen and (max-width: 979px) {
      body.mobile.subsite-sabato .m-meta .m-meta__item.date {
        display: block; } }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item.date {
        display: block; } }
    @media only screen and (min-width: 980px) {
      body.mobile.subsite-sabato .m-meta .m-meta__item.date {
        display: block; } }
    body.non-responsive.subsite-sabato .m-meta .m-meta__item.date {
      display: block; }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item.date {
        display: block; } }
  .m-meta .m-meta__item-container {
    display: table;
    text-decoration: none; }
    body.subsite-sabato .m-meta .m-meta__item-container {
      display: block; }
  .m-meta .m-meta__item__link, .m-meta .m-meta__item__icon, .m-meta .m-meta__item__text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4; }
  .m-meta .m-meta__item__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none; }
    body.subsite-sabato .m-meta .m-meta__item__link {
      color: #434343; }
    body.subsite-finance .m-meta .m-meta__item__link {
      color: #0073AB; }
    body.subsite-sas .m-meta .m-meta__item__link {
      font-size: 13px;
      font-size: 1.3rem;
      color: #625f5c;
      font-family: "Verdana", sans; }
  .m-meta .m-meta__item__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sabato .m-meta .m-meta__item__text {
      display: inline-block;
      vertical-align: middle; }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item__text {
        font-size: 15px;
        font-size: 1.5rem;
        display: inline-block;
        text-align: center;
        width: auto;
        text-transform: uppercase;
        color: #434343;
        font-family: "Playfair Display SC", serif; } }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item__text {
        display: block;
        width: 100%; } }
  body.subsite-sabato .m-meta .m-meta__item__text--day-container {
    position: relative;
    display: inline-block;
    width: auto; }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-meta .m-meta__item__text--day-container {
      width: 100%;
      display: block;
      position: absolute;
      text-align: center;
      left: 0;
      top: -34px; } }
  .m-meta .m-meta__item__text--day {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-meta .m-meta__item__text--day {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      color: #434343; }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item__text--day {
        font-size: 34px;
        font-size: 3.4rem;
        padding: 0 15px;
        font-family: "Playfair Display", serif;
        background: #ffffff; } }
  .m-meta .m-meta__item__icon {
    width: 24px; }
    body.subsite-sabato .m-meta .m-meta__item__icon {
      width: auto; }
    .m-meta .m-meta__item__icon:before {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 20px;
      margin-top: -2px;
      margin-right: 10px;
      color: #b5ada3; }
    .m-meta .m-meta__item__icon.time:before {
      content: "\f017"; }
      @media only screen and (max-width: 979px) {
        body.immobile.subsite-sabato .m-meta .m-meta__item__icon.time:before {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 2px; } }
      @media only screen and (max-width: 979px) {
        body.mobile.subsite-sabato .m-meta .m-meta__item__icon.time:before {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 2px; } }
      @media only screen and (min-width: 980px) and (max-width: 1119px) {
        body.immobile.subsite-sabato .m-meta .m-meta__item__icon.time:before {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 2px; } }
      @media only screen and (min-width: 980px) {
        body.mobile.subsite-sabato .m-meta .m-meta__item__icon.time:before {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 2px; } }
      body.non-responsive.subsite-sabato .m-meta .m-meta__item__icon.time:before {
        font-size: 16px;
        font-size: 1.6rem;
        margin-right: 2px; }
      @media only screen and (min-width: 1120px) and (max-width: 1279px) {
        body.immobile.subsite-sabato .m-meta .m-meta__item__icon.time:before {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 2px; } }
    @media only screen and (max-width: 979px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item__icon.time {
        display: inline-block; } }
    @media only screen and (max-width: 979px) {
      body.mobile.subsite-sabato .m-meta .m-meta__item__icon.time {
        display: inline-block; } }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item__icon.time {
        display: inline-block; } }
    @media only screen and (min-width: 980px) {
      body.mobile.subsite-sabato .m-meta .m-meta__item__icon.time {
        display: inline-block; } }
    body.non-responsive.subsite-sabato .m-meta .m-meta__item__icon.time {
      display: inline-block; }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item__icon.time {
        display: inline-block; } }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta .m-meta__item__icon.time {
        display: none; } }
    .m-meta .m-meta__item__icon.profile:before {
      content: "\f007"; }
    .m-meta .m-meta__item__icon.save:before {
      content: "\f02e"; }
    .m-meta .m-meta__item__icon.edit:before {
      content: "\f040"; }
    .m-meta .m-meta__item__icon.print:before {
      content: "\f02f"; }
    .m-meta .m-meta__item__icon.paper:before {
      content: "\f036"; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-meta .m-meta__segment, body.immobile .m-meta .m-meta__segment--actions {
      display: block;
      border-top: 1px solid #e3d7c4; }
    body.immobile .m-meta .m-meta__item {
      margin: 5px 0px;
      margin: 0.5rem 0rem;
      display: block; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-meta .m-meta__segment, body.immobile.subsite-sabato .m-meta .m-meta__segment--actions {
      display: block;
      border-top: 1px solid #000000; } }
  .m-meta .m-meta__sponsor-block {
    padding: 25px 0px 20px 0px;
    padding: 2.5rem 0rem 2rem 0rem;
    border-top: 1px solid #e3d7c4;
    float: left; }
    .m-meta .m-meta__sponsor-block > * {
      font-size: 13px;
      font-size: 1.3rem;
      color: #6a6864;
      display: inline-block;
      vertical-align: middle;
      font-family: "Verdana", sans;
      margin: 0; }
    .m-meta .m-meta__sponsor-block img {
      max-width: 200px; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta .m-meta__sponsor-block {
        float: none; }
        body.immobile .m-meta .m-meta__sponsor-block > * {
          display: block;
          margin: 0px 0px 20px 0px;
          margin: 0rem 0rem 2rem 0rem; }
          body.immobile .m-meta .m-meta__sponsor-block > *:last-child {
            margin: 0; }
        body.immobile .m-meta .m-meta__sponsor-block img {
          max-width: 100%; } }
  .m-meta .m-meta__author {
    display: table; }
  .m-meta .m-meta__author__image, .m-meta .m-meta__author__info {
    display: table-cell;
    vertical-align: top; }
  .m-meta .m-meta__author__image {
    width: 60px;
    width: 6rem; }
  .m-meta .m-meta__author__info {
    padding-left: 10px;
    padding-left: 1rem; }
  .m-meta .m-meta__author__by {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    display: block;
    font-family: "Roboto", sans-serif;
    color: #c2b6a4; }
  .m-meta .m-meta__author__name {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    line-height: 1.2;
    font-family: "Noto", serif;
    color: #2c3b78; }
    .m-meta .m-meta__author__name:hover {
      color: #8FA1CB; }

.m-meta--horizontal {
  border-top: 1px solid #e3d7c4;
  border-bottom: 1px solid #e3d7c4;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-meta--horizontal {
      border-top: none;
      border-bottom: none;
      margin-bottom: 0; } }
  .m-meta--horizontal .m-meta__segment {
    padding: 20px 0px;
    padding: 2rem 0rem;
    position: relative;
    border-top: none;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0 20px 0 0; }
    .m-meta--horizontal .m-meta__segment.enriched {
      padding: 20px 0px 0px 0px;
      padding: 2rem 0rem 0rem 0rem; }
      .m-meta--horizontal .m-meta__segment.enriched .m-meta__item {
        margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta--horizontal .m-meta__segment {
        float: none; } }
    body.subsite-sabato .m-meta--horizontal .m-meta__segment {
      padding: 20px 0px;
      padding: 2rem 0rem; }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta--horizontal .m-meta__segment {
        padding: 5px 0px 10px 0px;
        padding: 0.5rem 0rem 1rem 0rem; } }
    .m-meta--horizontal .m-meta__segment:last-child {
      margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta--horizontal .m-meta__segment {
        margin: 0; } }
  .m-meta--horizontal .m-meta__segment--actions {
    padding: 20px 0px;
    padding: 2rem 0rem;
    position: relative;
    border-top: none;
    display: inline-block;
    vertical-align: middle;
    float: left;
    float: right; }
    .m-meta--horizontal .m-meta__segment--actions.enriched {
      padding: 20px 0px 0px 0px;
      padding: 2rem 0rem 0rem 0rem; }
      .m-meta--horizontal .m-meta__segment--actions.enriched .m-meta__item {
        margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta--horizontal .m-meta__segment--actions {
        float: none; } }
    body.subsite-sabato .m-meta--horizontal .m-meta__segment--actions {
      padding: 20px 0px;
      padding: 2rem 0rem; }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta--horizontal .m-meta__segment--actions {
        padding: 5px 0px 10px 0px;
        padding: 0.5rem 0rem 1rem 0rem; } }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta--horizontal .m-meta__segment--actions {
        float: none; } }
    .m-meta--horizontal .m-meta__segment--actions .m-meta__item__link {
      font-size: 0px;
      font-size: 0rem; }
      @media only screen and (min-width: 1280px) {
        body.immobile .m-meta--horizontal .m-meta__segment--actions .m-meta__item__link {
          font-size: 14px;
          font-size: 1.4rem; } }
  .m-meta--horizontal .m-meta__item {
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
    color: #454443;
    display: inline-block; }
  .m-meta--horizontal .m-meta__item-container {
    display: table;
    text-decoration: none; }
    body.subsite-sabato .m-meta--horizontal .m-meta__item-container {
      display: block; }
  .m-meta--horizontal .m-meta__item__link, .m-meta--horizontal .m-meta__item__icon, .m-meta--horizontal .m-meta__item__text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4; }
  .m-meta--horizontal .m-meta__item__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none; }
  .m-meta--horizontal .m-meta__item__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
  .m-meta--horizontal .m-meta__item__icon {
    width: 24px; }
    .m-meta--horizontal .m-meta__item__icon:before {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 20px;
      margin-top: -2px;
      margin-right: 10px;
      color: #b5ada3; }
    .m-meta--horizontal .m-meta__item__icon.time:before {
      content: "\f017"; }
    .m-meta--horizontal .m-meta__item__icon.profile:before {
      content: "\f007"; }
    .m-meta--horizontal .m-meta__item__icon.save:before {
      content: "\f02e"; }
    .m-meta--horizontal .m-meta__item__icon.edit:before {
      content: "\f040"; }
    .m-meta--horizontal .m-meta__item__icon.print:before {
      content: "\f02f"; }
    .m-meta--horizontal .m-meta__item__icon.paper:before {
      content: "\f036"; }

.m-meta--vertical {
  border-top: 1px solid #e3d7c4;
  border-bottom: 1px solid #e3d7c4;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-meta--vertical {
      border-top: none;
      border-bottom: none;
      margin-bottom: 0; } }
  .m-meta--vertical .m-meta__segment {
    padding: 20px 0px;
    padding: 2rem 0rem;
    position: relative;
    border-top: none;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0 20px 0 0; }
    .m-meta--vertical .m-meta__segment.enriched {
      padding: 20px 0px 0px 0px;
      padding: 2rem 0rem 0rem 0rem; }
      .m-meta--vertical .m-meta__segment.enriched .m-meta__item {
        margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta--vertical .m-meta__segment {
        float: none; } }
    body.subsite-sabato .m-meta--vertical .m-meta__segment {
      padding: 20px 0px;
      padding: 2rem 0rem; }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta--vertical .m-meta__segment {
        padding: 5px 0px 10px 0px;
        padding: 0.5rem 0rem 1rem 0rem; } }
    .m-meta--vertical .m-meta__segment:last-child {
      margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta--vertical .m-meta__segment {
        margin: 0; } }
  .m-meta--vertical .m-meta__segment--actions {
    padding: 20px 0px;
    padding: 2rem 0rem;
    position: relative;
    border-top: none;
    display: inline-block;
    vertical-align: middle;
    float: left;
    float: right; }
    .m-meta--vertical .m-meta__segment--actions.enriched {
      padding: 20px 0px 0px 0px;
      padding: 2rem 0rem 0rem 0rem; }
      .m-meta--vertical .m-meta__segment--actions.enriched .m-meta__item {
        margin: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta--vertical .m-meta__segment--actions {
        float: none; } }
    body.subsite-sabato .m-meta--vertical .m-meta__segment--actions {
      padding: 20px 0px;
      padding: 2rem 0rem; }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-meta--vertical .m-meta__segment--actions {
        padding: 5px 0px 10px 0px;
        padding: 0.5rem 0rem 1rem 0rem; } }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-meta--vertical .m-meta__segment--actions {
        float: none; } }
    .m-meta--vertical .m-meta__segment--actions .m-meta__item__link {
      font-size: 0px;
      font-size: 0rem; }
      @media only screen and (min-width: 1280px) {
        body.immobile .m-meta--vertical .m-meta__segment--actions .m-meta__item__link {
          font-size: 14px;
          font-size: 1.4rem; } }
  .m-meta--vertical .m-meta__item {
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
    color: #454443;
    display: inline-block; }
  .m-meta--vertical .m-meta__item-container {
    display: table;
    text-decoration: none; }
    body.subsite-sabato .m-meta--vertical .m-meta__item-container {
      display: block; }
  .m-meta--vertical .m-meta__item__link, .m-meta--vertical .m-meta__item__icon, .m-meta--vertical .m-meta__item__text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4; }
  .m-meta--vertical .m-meta__item__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none; }
  .m-meta--vertical .m-meta__item__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
  .m-meta--vertical .m-meta__item__icon {
    width: 24px; }
    .m-meta--vertical .m-meta__item__icon:before {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 20px;
      margin-top: -2px;
      margin-right: 10px;
      color: #b5ada3; }
    .m-meta--vertical .m-meta__item__icon.time:before {
      content: "\f017"; }
    .m-meta--vertical .m-meta__item__icon.profile:before {
      content: "\f007"; }
    .m-meta--vertical .m-meta__item__icon.save:before {
      content: "\f02e"; }
    .m-meta--vertical .m-meta__item__icon.edit:before {
      content: "\f040"; }
    .m-meta--vertical .m-meta__item__icon.print:before {
      content: "\f02f"; }
    .m-meta--vertical .m-meta__item__icon.paper:before {
      content: "\f036"; }
  .m-meta--vertical .m-meta__segment {
    display: block;
    border-top: 1px solid #e3d7c4; }
    body.subsite-sabato .m-meta--vertical .m-meta__segment {
      border-top: 1px solid #000000; }
  .m-meta--vertical .m-meta__item {
    margin: 5px 0px;
    margin: 0.5rem 0rem;
    display: block; }

.m-reaction-box__info {
  white-space: nowrap; }

.m-reaction-box--header {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: 100%;
  background: none; }
  .m-reaction-box--header:active {
    color: transparent; }
  .m-reaction-box--header .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px; }
  .m-reaction-box--header .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block; }
    body.subsite-sabato .m-reaction-box--header .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--header .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--header .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--header .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--header .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--header .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--header .m-reaction-box__info__amount {
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1; }
  .m-reaction-box--header .m-reaction-box__info__text {
    font-size: 18px;
    font-size: 1.8rem; }

.m-reaction-box--big--top-left {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--top-left {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--top-left {
    background: #0073AB; }
  .m-reaction-box--big--top-left:active {
    color: transparent; }
  .m-reaction-box--big--top-left .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--top-left .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--top-left .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--top-left .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--top-left .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--top-left .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--top-left .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--top-left .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-left {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-left {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--top-left {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-left {
      height: 45px; } }
  .m-reaction-box--big--top-left .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--top-left .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--top-left .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--top-left .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--top-left .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--top-left .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--top-left .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--top-left .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--top-left .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--top-left .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--top-left .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--top-left .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--top-left .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--top-left .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-left .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-left .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--top-left .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-left .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-left .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-left .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--top-left .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-left .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #212d5b;
    top: -5px;
    left: 12px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      left: 20px; } }
  body.non-responsive .m-reaction-box--big--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #212d5b;
    top: -9px;
    left: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      left: 20px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #434343;
    top: -9px;
    left: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      left: 20px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0073AB;
    top: -9px;
    left: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--top-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      left: 20px; } }
  body.subsite-sabato .m-reaction-box--big--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #434343;
    top: -5px;
    left: 12px; }
  body.subsite-finance .m-reaction-box--big--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0073AB;
    top: -5px;
    left: 12px; }
  body.subsite-sas .m-reaction-box--big--top-left {
    display: none; }

.m-reaction-box--small--top-left {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--top-left {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--top-left {
    background: #0073AB; }
  .m-reaction-box--small--top-left:active {
    color: transparent; }
  .m-reaction-box--small--top-left .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--top-left .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--top-left .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--top-left .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--top-left .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--top-left .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--top-left .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--top-left .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--top-left .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-left .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--top-left .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-left .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--top-left .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-left .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--top-left .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-left .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #212d5b;
    top: -5px;
    left: 12px; }
  body.subsite-sabato .m-reaction-box--small--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #434343;
    top: -5px;
    left: 12px; }
  body.subsite-finance .m-reaction-box--small--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0073AB;
    top: -5px;
    left: 12px; }
  body.subsite-sas .m-reaction-box--small--top-left {
    display: none; }

.m-reaction-box--big--top-center {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--top-center {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--top-center {
    background: #0073AB; }
  .m-reaction-box--big--top-center:active {
    color: transparent; }
  .m-reaction-box--big--top-center .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--top-center .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--top-center .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--top-center .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--top-center .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--top-center .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--top-center .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--top-center .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-center {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-center {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--top-center {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-center {
      height: 45px; } }
  .m-reaction-box--big--top-center .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--top-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--top-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--top-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--top-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--top-center .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--top-center .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--top-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--top-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--top-center .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--top-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--top-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--top-center .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--top-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--top-center .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--top-center .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #212d5b;
    top: -5px;
    left: 69px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      left: 90px; } }
  body.non-responsive .m-reaction-box--big--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #212d5b;
    top: -9px;
    left: 90px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      left: 90px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #434343;
    top: -9px;
    left: 90px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      left: 90px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0073AB;
    top: -9px;
    left: 90px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--top-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      left: 90px; } }
  body.subsite-sabato .m-reaction-box--big--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #434343;
    top: -5px;
    left: 69px; }
  body.subsite-finance .m-reaction-box--big--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0073AB;
    top: -5px;
    left: 69px; }
  body.subsite-sas .m-reaction-box--big--top-center {
    display: none; }

.m-reaction-box--small--top-center {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--top-center {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--top-center {
    background: #0073AB; }
  .m-reaction-box--small--top-center:active {
    color: transparent; }
  .m-reaction-box--small--top-center .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--top-center .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--top-center .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--top-center .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--top-center .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--top-center .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--top-center .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--top-center .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--top-center .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-center .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--top-center .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-center .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--top-center .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-center .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--top-center .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-center .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #212d5b;
    top: -5px;
    left: 69px; }
  body.subsite-sabato .m-reaction-box--small--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #434343;
    top: -5px;
    left: 69px; }
  body.subsite-finance .m-reaction-box--small--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0073AB;
    top: -5px;
    left: 69px; }
  body.subsite-sas .m-reaction-box--small--top-center {
    display: none; }

.m-reaction-box--big--top-right {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--top-right {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--top-right {
    background: #0073AB; }
  .m-reaction-box--big--top-right:active {
    color: transparent; }
  .m-reaction-box--big--top-right .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--top-right .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--top-right .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--top-right .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--top-right .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--top-right .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--top-right .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--top-right .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-right {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-right {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--top-right {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-right {
      height: 45px; } }
  .m-reaction-box--big--top-right .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--top-right .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--top-right .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--top-right .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--top-right .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--top-right .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--top-right .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--top-right .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--top-right .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--top-right .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--top-right .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--top-right .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--top-right .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--top-right .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-right .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-right .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--top-right .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-right .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-right .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-right .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--top-right .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-right .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #212d5b;
    top: -5px;
    right: 12px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      right: 20px; } }
  body.non-responsive .m-reaction-box--big--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #212d5b;
    top: -9px;
    right: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #212d5b;
      top: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      right: 20px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #434343;
    top: -9px;
    right: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #434343;
      top: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      right: 20px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0073AB;
    top: -9px;
    right: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--top-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0073AB;
      top: -9px;
      right: 20px; } }
  body.subsite-sabato .m-reaction-box--big--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #434343;
    top: -5px;
    right: 12px; }
  body.subsite-finance .m-reaction-box--big--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0073AB;
    top: -5px;
    right: 12px; }
  body.subsite-sas .m-reaction-box--big--top-right {
    display: none; }

.m-reaction-box--small--top-right {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--top-right {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--top-right {
    background: #0073AB; }
  .m-reaction-box--small--top-right:active {
    color: transparent; }
  .m-reaction-box--small--top-right .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--top-right .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--top-right .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--top-right .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--top-right .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--top-right .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--top-right .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--top-right .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--top-right .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-right .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--top-right .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-right .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--top-right .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-right .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--top-right .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--top-right .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #212d5b;
    top: -5px;
    right: 12px; }
  body.subsite-sabato .m-reaction-box--small--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #434343;
    top: -5px;
    right: 12px; }
  body.subsite-finance .m-reaction-box--small--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0073AB;
    top: -5px;
    right: 12px; }
  body.subsite-sas .m-reaction-box--small--top-right {
    display: none; }

.m-reaction-box--big--bottom-left {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--bottom-left {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--bottom-left {
    background: #0073AB; }
  .m-reaction-box--big--bottom-left:active {
    color: transparent; }
  .m-reaction-box--big--bottom-left .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--bottom-left .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--bottom-left .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--bottom-left .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--bottom-left .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--bottom-left .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--bottom-left .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--bottom-left .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-left {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-left {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--bottom-left {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-left {
      height: 45px; } }
  .m-reaction-box--big--bottom-left .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--bottom-left .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--bottom-left .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--bottom-left .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--bottom-left .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--bottom-left .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--bottom-left .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--bottom-left .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-left .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--bottom-left .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-left .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--bottom-left .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-left .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #212d5b;
    bottom: -5px;
    left: 12px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      left: 20px; } }
  body.non-responsive .m-reaction-box--big--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #212d5b;
    bottom: -9px;
    left: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      left: 20px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #434343;
    bottom: -9px;
    left: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      left: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      left: 20px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0073AB;
    bottom: -9px;
    left: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--bottom-left:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      left: 20px; } }
  body.subsite-sabato .m-reaction-box--big--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #434343;
    bottom: -5px;
    left: 12px; }
  body.subsite-finance .m-reaction-box--big--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0073AB;
    bottom: -5px;
    left: 12px; }
  body.subsite-sas .m-reaction-box--big--bottom-left {
    display: none; }

.m-reaction-box--small--bottom-left {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--bottom-left {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--bottom-left {
    background: #0073AB; }
  .m-reaction-box--small--bottom-left:active {
    color: transparent; }
  .m-reaction-box--small--bottom-left .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--bottom-left .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--bottom-left .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--bottom-left .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--bottom-left .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--bottom-left .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--bottom-left .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--bottom-left .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--bottom-left .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-left .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--bottom-left .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-left .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--bottom-left .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-left .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--bottom-left .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-left .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #212d5b;
    bottom: -5px;
    left: 12px; }
  body.subsite-sabato .m-reaction-box--small--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #434343;
    bottom: -5px;
    left: 12px; }
  body.subsite-finance .m-reaction-box--small--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0073AB;
    bottom: -5px;
    left: 12px; }
  body.subsite-sas .m-reaction-box--small--bottom-left {
    display: none; }

.m-reaction-box--big--bottom-center {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--bottom-center {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--bottom-center {
    background: #0073AB; }
  .m-reaction-box--big--bottom-center:active {
    color: transparent; }
  .m-reaction-box--big--bottom-center .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--bottom-center .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--bottom-center .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--bottom-center .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--bottom-center .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--bottom-center .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--bottom-center .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--bottom-center .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-center {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-center {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--bottom-center {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-center {
      height: 45px; } }
  .m-reaction-box--big--bottom-center .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--bottom-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--bottom-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--bottom-center .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--bottom-center .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--bottom-center .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--bottom-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--bottom-center .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--bottom-center .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--bottom-center .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #212d5b;
    bottom: -5px;
    left: 69px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      left: 90px; } }
  body.non-responsive .m-reaction-box--big--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #212d5b;
    bottom: -9px;
    left: 90px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      left: 90px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #434343;
    bottom: -9px;
    left: 90px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      left: 90px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      left: 90px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0073AB;
    bottom: -9px;
    left: 90px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--bottom-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      left: 90px; } }
  body.subsite-sabato .m-reaction-box--big--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #434343;
    bottom: -5px;
    left: 69px; }
  body.subsite-finance .m-reaction-box--big--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0073AB;
    bottom: -5px;
    left: 69px; }
  body.subsite-sas .m-reaction-box--big--bottom-center {
    display: none; }

.m-reaction-box--small--bottom-center {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--bottom-center {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--bottom-center {
    background: #0073AB; }
  .m-reaction-box--small--bottom-center:active {
    color: transparent; }
  .m-reaction-box--small--bottom-center .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--bottom-center .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--bottom-center .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--bottom-center .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--bottom-center .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--bottom-center .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--bottom-center .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--bottom-center .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--bottom-center .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-center .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--bottom-center .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-center .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--bottom-center .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-center .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--bottom-center .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-center .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #212d5b;
    bottom: -5px;
    left: 69px; }
  body.subsite-sabato .m-reaction-box--small--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #434343;
    bottom: -5px;
    left: 69px; }
  body.subsite-finance .m-reaction-box--small--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0073AB;
    bottom: -5px;
    left: 69px; }
  body.subsite-sas .m-reaction-box--small--bottom-center {
    display: none; }

.m-reaction-box--big--bottom-right {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--bottom-right {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--bottom-right {
    background: #0073AB; }
  .m-reaction-box--big--bottom-right:active {
    color: transparent; }
  .m-reaction-box--big--bottom-right .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--bottom-right .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--bottom-right .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--bottom-right .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--bottom-right .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--bottom-right .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--bottom-right .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--bottom-right .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-right {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-right {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--bottom-right {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-right {
      height: 45px; } }
  .m-reaction-box--big--bottom-right .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--bottom-right .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--bottom-right .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--bottom-right .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--bottom-right .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--bottom-right .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--bottom-right .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--bottom-right .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-right .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--bottom-right .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-right .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--bottom-right .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-right .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #212d5b;
    bottom: -5px;
    right: 12px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      right: 20px; } }
  body.non-responsive .m-reaction-box--big--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #212d5b;
    bottom: -9px;
    right: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #212d5b;
      bottom: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      right: 20px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #434343;
    bottom: -9px;
    right: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #434343;
      bottom: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      right: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      right: 20px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0073AB;
    bottom: -9px;
    right: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--bottom-right:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0073AB;
      bottom: -9px;
      right: 20px; } }
  body.subsite-sabato .m-reaction-box--big--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #434343;
    bottom: -5px;
    right: 12px; }
  body.subsite-finance .m-reaction-box--big--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0073AB;
    bottom: -5px;
    right: 12px; }
  body.subsite-sas .m-reaction-box--big--bottom-right {
    display: none; }

.m-reaction-box--small--bottom-right {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--bottom-right {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--bottom-right {
    background: #0073AB; }
  .m-reaction-box--small--bottom-right:active {
    color: transparent; }
  .m-reaction-box--small--bottom-right .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--bottom-right .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--bottom-right .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--bottom-right .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--bottom-right .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--bottom-right .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--bottom-right .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--bottom-right .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--bottom-right .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-right .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--bottom-right .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-right .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--bottom-right .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-right .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--bottom-right .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--bottom-right .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #212d5b;
    bottom: -5px;
    right: 12px; }
  body.subsite-sabato .m-reaction-box--small--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #434343;
    bottom: -5px;
    right: 12px; }
  body.subsite-finance .m-reaction-box--small--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0073AB;
    bottom: -5px;
    right: 12px; }
  body.subsite-sas .m-reaction-box--small--bottom-right {
    display: none; }

.m-reaction-box--big--right-top {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--right-top {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--right-top {
    background: #0073AB; }
  .m-reaction-box--big--right-top:active {
    color: transparent; }
  .m-reaction-box--big--right-top .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--right-top .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--right-top .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--right-top .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--right-top .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--right-top .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--right-top .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--right-top .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-top {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-top {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--right-top {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-top {
      height: 45px; } }
  .m-reaction-box--big--right-top .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--right-top .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--right-top .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--right-top .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--right-top .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--right-top .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--right-top .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--right-top .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--right-top .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--right-top .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--right-top .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--right-top .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--right-top .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--right-top .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-top .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-top .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--right-top .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-top .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-top .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-top .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--right-top .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-top .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 12px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  body.non-responsive .m-reaction-box--big--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #212d5b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    top: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #434343;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    top: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #0073AB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    top: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--right-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 20px; } }
  body.subsite-sabato .m-reaction-box--big--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 12px; }
  body.subsite-finance .m-reaction-box--big--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 12px; }
  body.subsite-sas .m-reaction-box--big--right-top {
    display: none; }

.m-reaction-box--small--right-top {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--right-top {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--right-top {
    background: #0073AB; }
  .m-reaction-box--small--right-top:active {
    color: transparent; }
  .m-reaction-box--small--right-top .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--right-top .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--right-top .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--right-top .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--right-top .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--right-top .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--right-top .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--right-top .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--right-top .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-top .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--right-top .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-top .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--right-top .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-top .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--right-top .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-top .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 12px; }
  body.subsite-sabato .m-reaction-box--small--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 12px; }
  body.subsite-finance .m-reaction-box--small--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 12px; }
  body.subsite-sas .m-reaction-box--small--right-top {
    display: none; }

.m-reaction-box--big--right-center {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--right-center {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--right-center {
    background: #0073AB; }
  .m-reaction-box--big--right-center:active {
    color: transparent; }
  .m-reaction-box--big--right-center .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--right-center .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--right-center .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--right-center .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--right-center .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--right-center .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--right-center .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--right-center .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-center {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-center {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--right-center {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-center {
      height: 45px; } }
  .m-reaction-box--big--right-center .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--right-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--right-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--right-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--right-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--right-center .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--right-center .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--right-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--right-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--right-center .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--right-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--right-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--right-center .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--right-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--right-center .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--right-center .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 11.5px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  body.non-responsive .m-reaction-box--big--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #212d5b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    top: 12.5px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #434343;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    top: 12.5px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #0073AB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    top: 12.5px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--right-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      top: 12.5px; } }
  body.subsite-sabato .m-reaction-box--big--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 11.5px; }
  body.subsite-finance .m-reaction-box--big--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 11.5px; }
  body.subsite-sas .m-reaction-box--big--right-center {
    display: none; }

.m-reaction-box--small--right-center {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--right-center {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--right-center {
    background: #0073AB; }
  .m-reaction-box--small--right-center:active {
    color: transparent; }
  .m-reaction-box--small--right-center .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--right-center .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--right-center .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--right-center .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--right-center .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--right-center .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--right-center .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--right-center .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--right-center .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-center .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--right-center .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-center .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--right-center .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-center .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--right-center .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-center .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 11.5px; }
  body.subsite-sabato .m-reaction-box--small--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 11.5px; }
  body.subsite-finance .m-reaction-box--small--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 11.5px; }
  body.subsite-sas .m-reaction-box--small--right-center {
    display: none; }

.m-reaction-box--big--right-bottom {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--right-bottom {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--right-bottom {
    background: #0073AB; }
  .m-reaction-box--big--right-bottom:active {
    color: transparent; }
  .m-reaction-box--big--right-bottom .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--right-bottom .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--right-bottom .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--right-bottom .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--right-bottom .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--right-bottom .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--right-bottom .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--right-bottom .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-bottom {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-bottom {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--right-bottom {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-bottom {
      height: 45px; } }
  .m-reaction-box--big--right-bottom .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--right-bottom .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--right-bottom .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--right-bottom .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--right-bottom .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--right-bottom .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--right-bottom .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--right-bottom .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-bottom .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--right-bottom .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-bottom .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--right-bottom .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-bottom .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    bottom: 12px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  body.non-responsive .m-reaction-box--big--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #212d5b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    bottom: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #434343;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    bottom: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 10px solid #0073AB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -9px;
    bottom: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--right-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-left: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      right: -9px;
      bottom: 20px; } }
  body.subsite-sabato .m-reaction-box--big--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    bottom: 12px; }
  body.subsite-finance .m-reaction-box--big--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    bottom: 12px; }
  body.subsite-sas .m-reaction-box--big--right-bottom {
    display: none; }

.m-reaction-box--small--right-bottom {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--right-bottom {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--right-bottom {
    background: #0073AB; }
  .m-reaction-box--small--right-bottom:active {
    color: transparent; }
  .m-reaction-box--small--right-bottom .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--right-bottom .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--right-bottom .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--right-bottom .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--right-bottom .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--right-bottom .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--right-bottom .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--right-bottom .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--right-bottom .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-bottom .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--right-bottom .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-bottom .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--right-bottom .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-bottom .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--right-bottom .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--right-bottom .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    bottom: 12px; }
  body.subsite-sabato .m-reaction-box--small--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    bottom: 12px; }
  body.subsite-finance .m-reaction-box--small--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -5px;
    bottom: 12px; }
  body.subsite-sas .m-reaction-box--small--right-bottom {
    display: none; }

.m-reaction-box--big--left-top {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--left-top {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--left-top {
    background: #0073AB; }
  .m-reaction-box--big--left-top:active {
    color: transparent; }
  .m-reaction-box--big--left-top .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--left-top .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--left-top .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--left-top .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--left-top .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--left-top .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--left-top .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--left-top .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-top {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-top {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--left-top {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-top {
      height: 45px; } }
  .m-reaction-box--big--left-top .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--left-top .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--left-top .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--left-top .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--left-top .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--left-top .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--left-top .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--left-top .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--left-top .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--left-top .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--left-top .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--left-top .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--left-top .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--left-top .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-top .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-top .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--left-top .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-top .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-top .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-top .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--left-top .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-top .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 12px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  body.non-responsive .m-reaction-box--big--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #212d5b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    top: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #434343;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    top: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #0073AB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    top: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--left-top:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 20px; } }
  body.subsite-sabato .m-reaction-box--big--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 12px; }
  body.subsite-finance .m-reaction-box--big--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 12px; }
  body.subsite-sas .m-reaction-box--big--left-top {
    display: none; }

.m-reaction-box--small--left-top {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--left-top {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--left-top {
    background: #0073AB; }
  .m-reaction-box--small--left-top:active {
    color: transparent; }
  .m-reaction-box--small--left-top .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--left-top .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--left-top .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--left-top .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--left-top .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--left-top .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--left-top .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--left-top .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--left-top .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-top .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--left-top .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-top .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--left-top .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-top .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--left-top .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-top .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 12px; }
  body.subsite-sabato .m-reaction-box--small--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 12px; }
  body.subsite-finance .m-reaction-box--small--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 12px; }
  body.subsite-sas .m-reaction-box--small--left-top {
    display: none; }

.m-reaction-box--big--left-center {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--left-center {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--left-center {
    background: #0073AB; }
  .m-reaction-box--big--left-center:active {
    color: transparent; }
  .m-reaction-box--big--left-center .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--left-center .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--left-center .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--left-center .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--left-center .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--left-center .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--left-center .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--left-center .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-center {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-center {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--left-center {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-center {
      height: 45px; } }
  .m-reaction-box--big--left-center .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--left-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--left-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--left-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--left-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--left-center .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--left-center .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--left-center .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--left-center .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--left-center .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--left-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--left-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--left-center .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--left-center .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--left-center .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-center .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--left-center .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-center .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 11.5px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  body.non-responsive .m-reaction-box--big--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #212d5b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    top: 12.5px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #434343;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    top: 12.5px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #0073AB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    top: 12.5px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--left-center:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      top: 12.5px; } }
  body.subsite-sabato .m-reaction-box--big--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 11.5px; }
  body.subsite-finance .m-reaction-box--big--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 11.5px; }
  body.subsite-sas .m-reaction-box--big--left-center {
    display: none; }

.m-reaction-box--small--left-center {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--left-center {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--left-center {
    background: #0073AB; }
  .m-reaction-box--small--left-center:active {
    color: transparent; }
  .m-reaction-box--small--left-center .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--left-center .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--left-center .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--left-center .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--left-center .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--left-center .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--left-center .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--left-center .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--left-center .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-center .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--left-center .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-center .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--left-center .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-center .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--left-center .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-center .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 11.5px; }
  body.subsite-sabato .m-reaction-box--small--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 11.5px; }
  body.subsite-finance .m-reaction-box--small--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    top: 11.5px; }
  body.subsite-sas .m-reaction-box--small--left-center {
    display: none; }

.m-reaction-box--big--left-bottom {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--big--left-bottom {
    background: #434343; }
  body.subsite-finance .m-reaction-box--big--left-bottom {
    background: #0073AB; }
  .m-reaction-box--big--left-bottom:active {
    color: transparent; }
  .m-reaction-box--big--left-bottom .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--big--left-bottom .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--big--left-bottom .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--big--left-bottom .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--big--left-bottom .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--big--left-bottom .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--big--left-bottom .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--big--left-bottom .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-bottom {
      height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-bottom {
      height: 45px; } }
  body.non-responsive .m-reaction-box--big--left-bottom {
    height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-bottom {
      height: 45px; } }
  .m-reaction-box--big--left-bottom .m-reaction-box__react {
    width: 35px;
    height: 35px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--left-bottom .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.mobile .m-reaction-box--big--left-bottom .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
    body.non-responsive .m-reaction-box--big--left-bottom .m-reaction-box__react {
      width: 45px;
      height: 45px; }
      body.non-responsive .m-reaction-box--big--left-bottom .m-reaction-box__react:before {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 45px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__react {
        width: 45px;
        height: 45px; }
        body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__react:before {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 45px; } }
  .m-reaction-box--big--left-bottom .m-reaction-box__info {
    padding: 0 45px 0 10px; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-reaction-box--big--left-bottom .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
    body.non-responsive .m-reaction-box--big--left-bottom .m-reaction-box__info {
      padding: 0px 65px 0px 20px;
      padding: 0rem 6.5rem 0rem 2rem; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__info {
        padding: 0px 65px 0px 20px;
        padding: 0rem 6.5rem 0rem 2rem; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-bottom .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  body.non-responsive .m-reaction-box--big--left-bottom .m-reaction-box__info__amount {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 45px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__info__amount {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 45px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-bottom .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  body.non-responsive .m-reaction-box--big--left-bottom .m-reaction-box__info__text {
    font-size: 19px;
    font-size: 1.9rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-bottom .m-reaction-box__info__text {
      font-size: 19px;
      font-size: 1.9rem; } }
  .m-reaction-box--big--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    bottom: 12px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  body.non-responsive .m-reaction-box--big--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #212d5b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    bottom: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #212d5b;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  body.non-responsive.subsite-sabato .m-reaction-box--big--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #434343;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    bottom: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #434343;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-finance .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-finance .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  body.non-responsive.subsite-finance .m-reaction-box--big--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 10px solid #0073AB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -9px;
    bottom: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-finance .m-reaction-box--big--left-bottom:before {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      content: "";
      border-right: 10px solid #0073AB;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -9px;
      bottom: 20px; } }
  body.subsite-sabato .m-reaction-box--big--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    bottom: 12px; }
  body.subsite-finance .m-reaction-box--big--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    bottom: 12px; }
  body.subsite-sas .m-reaction-box--big--left-bottom {
    display: none; }

.m-reaction-box--small--left-bottom {
  display: inline-block;
  position: relative;
  background: #212d5b;
  vertical-align: middle;
  padding-left: 0;
  text-align: left;
  color: transparent;
  width: auto;
  height: 35px; }
  body.subsite-sabato .m-reaction-box--small--left-bottom {
    background: #434343; }
  body.subsite-finance .m-reaction-box--small--left-bottom {
    background: #0073AB; }
  .m-reaction-box--small--left-bottom:active {
    color: transparent; }
  .m-reaction-box--small--left-bottom .m-reaction-box__info__amount {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
    vertical-align: middle; }
  .m-reaction-box--small--left-bottom .m-reaction-box__info__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans;
    color: #b9c3db;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-box--small--left-bottom .m-reaction-box__info__text {
      color: #acacac; }
    body.subsite-finance .m-reaction-box--small--left-bottom .m-reaction-box__info__text {
      color: #05A7D9; }
  .m-reaction-box--small--left-bottom .m-reaction-box__react {
    position: absolute;
    background: #2c3b78;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    display: block; }
    body.subsite-sabato .m-reaction-box--small--left-bottom .m-reaction-box__react {
      background: #2c2c2c; }
    body.subsite-finance .m-reaction-box--small--left-bottom .m-reaction-box__react {
      background: #05A7D9; }
    .m-reaction-box--small--left-bottom .m-reaction-box__react:before {
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      color: #ffffff;
      content: "\f075"; }
  .m-reaction-box--small--left-bottom .m-reaction-box__info__amount {
    margin-right: 0;
    vertical-align: middle; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-bottom .m-reaction-box__info__amount {
        margin-right: 4px;
        margin-right: 0.4rem; } }
  .m-reaction-box--small--left-bottom .m-reaction-box__info__text {
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-bottom .m-reaction-box__info__text {
        display: inline-block; } }
  .m-reaction-box--small--left-bottom .m-reaction-box__info {
    padding: 0 8px;
    text-align: center; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-bottom .m-reaction-box__info {
        padding: 0 45px 0 10px;
        text-align: left; } }
  .m-reaction-box--small--left-bottom .m-reaction-box__react {
    width: 35px;
    height: 35px;
    display: none; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-reaction-box--small--left-bottom .m-reaction-box__react {
        display: block; } }
  .m-reaction-box--small--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #212d5b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    bottom: 12px; }
  body.subsite-sabato .m-reaction-box--small--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #434343;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    bottom: 12px; }
  body.subsite-finance .m-reaction-box--small--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 6px solid #0073AB;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -5px;
    bottom: 12px; }
  body.subsite-sas .m-reaction-box--small--left-bottom {
    display: none; }

.m-share {
  zoom: 1;
  position: relative;
  color: #c2b6a4;
  font-size: 0.001px;
  min-height: 36px; }
  .m-share:before, .m-share:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-share:after {
    clear: both; }
  .m-share .m-share__count {
    border-right: 1px solid #e3d7c4;
    height: 25px;
    min-width: 30px;
    text-align: center;
    float: left;
    margin-top: 5px; }
    body.subsite-sabato .m-share .m-share__count {
      border-right: 1px solid #000000; }
  .m-share .m-share__count__number {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Roboto Condensed", sans;
    color: #c2b6a4;
    position: relative;
    top: -3px; }
    body.subsite-sabato .m-share .m-share__count__number {
      font-family: "Playfair Display", serif;
      color: #acacac;
      top: -8px; }
  .m-share .m-share__services {
    padding-left: 10px;
    overflow: hidden;
    float: left; }
    .m-share .m-share__services:after {
      content: " ";
      display: block;
      border-bottom: 1px solid #e3d7c4;
      position: relative;
      margin-left: -10px;
      top: -16px;
      z-index: -1; }
      body.subsite-sabato .m-share .m-share__services:after {
        border-bottom: 1px solid #000000; }
  .sub-nav .m-share .m-share__services__list {
    text-align: center; }
  .m-share .m-share__services__social-services > ul {
    font-size: 0.001px; }
  .m-share .m-share__services__service {
    border-radius: 50%;
    border: 1px solid #e3d7c4;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-color: white; }
    .m-share .m-share__services__service:first-child {
      margin-left: 0; }
    body.subsite-sabato .m-share .m-share__services__service {
      background: #434343;
      border: 1px solid #434343; }
  .m-share .m-share__services__service__link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    padding: 0; }
    .m-share .m-share__services__service__link:before {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 33px; }
    .m-share .m-share__services__service__link.mediaid {
      background: url("../img/media-id-circle.png");
      background-size: 22px 22px;
      background-repeat: no-repeat;
      background-position: center center; }
    .m-share .m-share__services__service__link.facebook:before {
      content: "\f09a";
      color: #38538e; }
    body.subsite-sabato .m-share .m-share__services__service__link.facebook:before {
      color: #ffffff; }
    .m-share .m-share__services__service__link.facebook_square:before {
      content: "\f082";
      color: #ffffff; }
    body.subsite-sabato .m-share .m-share__services__service__link.facebook_square:before {
      color: #ffffff; }
    .m-share .m-share__services__service__link.twitter:before {
      content: "\f099";
      color: #42a4cd; }
    body.subsite-sabato .m-share .m-share__services__service__link.twitter:before {
      color: #ffffff; }
    .m-share .m-share__services__service__link.linkedin:before {
      content: "\f0e1";
      color: #5094c4; }
    body.subsite-sabato .m-share .m-share__services__service__link.linkedin:before {
      color: #ffffff; }
    .m-share .m-share__services__service__link.googleplus:before {
      content: "\f0d5";
      color: #c94936; }
    body.subsite-sabato .m-share .m-share__services__service__link.googleplus:before {
      color: #ffffff; }
    .m-share .m-share__services__service__link.link:before {
      content: "\f0c1";
      color: #212d5b; }
    body.subsite-sabato .m-share .m-share__services__service__link.link:before {
      color: #ffffff; }
    .m-share .m-share__services__service__link.email:before {
      content: "\f003";
      color: #212d5b; }
    body.subsite-sabato .m-share .m-share__services__service__link.email:before {
      color: #ffffff; }
    .m-share .m-share__services__service__link.share:before {
      content: "\f064";
      color: #212d5b; }
    body.subsite-sabato .m-share .m-share__services__service__link.share:before {
      color: #ffffff; }
    .m-share .m-share__services__service__link.rss:before {
      content: "\f09e";
      color: #f79a17; }
    body.subsite-sabato .m-share .m-share__services__service__link.rss:before {
      color: #ffffff; }
  .m-share .share {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none; }
    .m-share .share:before {
      content: "\f064";
      color: #212d5b; }
    .m-share .share:before {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      text-align: center; }
  .m-share li {
    font-size: 16px;
    font-size: 1.6rem; }
  .m-share .m-share__services {
    width: 50px;
    /* Start active styling */
    /* End active styling */ }
    .m-share .m-share__services.is-active {
      position: relative;
      overflow: visible;
      width: 50px !important; }
      .m-share .m-share__services.is-active .m-share__services__services-list {
        position: absolute;
        top: 0;
        left: 10px;
        width: 50px;
        z-index: 20; }
      .m-share .m-share__services.is-active .m-share__services__social-services {
        background: #e3d7c4;
        margin-top: 20px;
        width: 55px;
        padding: 10px;
        left: -5px;
        position: relative; }
        .m-share .m-share__services.is-active .m-share__services__social-services:before {
          width: 0;
          height: 0;
          font-size: 0;
          line-height: 0;
          position: absolute;
          content: "";
          border-left: 12.5px solid transparent;
          border-right: 12.5px solid transparent;
          border-bottom: 12.5px solid #e3d7c4;
          top: -11.5px;
          left: 15px; }
        .m-share .m-share__services.is-active .m-share__services__social-services > ul {
          font-size: 0.001px; }
        .m-share .m-share__services.is-active .m-share__services__social-services .m-share__services__service {
          margin-left: 0; }
      .m-share .m-share__services.is-active .m-share__services__service {
        display: block !important;
        margin-top: 10px;
        margin-left: 5px; }
        .m-share .m-share__services.is-active .m-share__services__service:first-child {
          margin-top: 0; }
      .m-share .m-share__services.is-active:after {
        top: 19px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-share .m-share__services {
        width: auto; } }

.m-share--big {
  zoom: 1;
  position: relative;
  color: #c2b6a4;
  font-size: 0.001px; }
  .m-share--big:before, .m-share--big:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-share--big:after {
    clear: both; }
  .m-share--big .m-share__count {
    border-right: 1px solid #e3d7c4;
    height: 25px;
    min-width: 30px;
    text-align: center;
    float: left;
    margin-top: 5px; }
    body.subsite-sabato .m-share--big .m-share__count {
      border-right: 1px solid #000000; }
  .m-share--big .m-share__count__number {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Roboto Condensed", sans;
    color: #c2b6a4;
    position: relative;
    top: -3px; }
    body.subsite-sabato .m-share--big .m-share__count__number {
      font-family: "Playfair Display", serif;
      color: #acacac;
      top: -8px; }
  .m-share--big .m-share__services {
    padding-left: 10px;
    overflow: hidden;
    float: left; }
    .m-share--big .m-share__services:after {
      content: " ";
      display: block;
      border-bottom: 1px solid #e3d7c4;
      position: relative;
      margin-left: -10px;
      top: -16px;
      z-index: -1; }
      body.subsite-sabato .m-share--big .m-share__services:after {
        border-bottom: 1px solid #000000; }
  .sub-nav .m-share--big .m-share__services__list {
    text-align: center; }
  .m-share--big .m-share__services__social-services > ul {
    font-size: 0.001px; }
  .m-share--big .m-share__services__service {
    border-radius: 50%;
    border: 1px solid #e3d7c4;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-color: white; }
    .m-share--big .m-share__services__service:first-child {
      margin-left: 0; }
    body.subsite-sabato .m-share--big .m-share__services__service {
      background: #434343;
      border: 1px solid #434343; }
  .m-share--big .m-share__services__service__link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    padding: 0; }
    .m-share--big .m-share__services__service__link:before {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 33px; }
    .m-share--big .m-share__services__service__link.mediaid {
      background: url("../img/media-id-circle.png");
      background-size: 22px 22px;
      background-repeat: no-repeat;
      background-position: center center; }
    .m-share--big .m-share__services__service__link.facebook:before {
      content: "\f09a";
      color: #38538e; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.facebook:before {
      color: #ffffff; }
    .m-share--big .m-share__services__service__link.facebook_square:before {
      content: "\f082";
      color: #ffffff; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.facebook_square:before {
      color: #ffffff; }
    .m-share--big .m-share__services__service__link.twitter:before {
      content: "\f099";
      color: #42a4cd; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.twitter:before {
      color: #ffffff; }
    .m-share--big .m-share__services__service__link.linkedin:before {
      content: "\f0e1";
      color: #5094c4; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.linkedin:before {
      color: #ffffff; }
    .m-share--big .m-share__services__service__link.googleplus:before {
      content: "\f0d5";
      color: #c94936; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.googleplus:before {
      color: #ffffff; }
    .m-share--big .m-share__services__service__link.link:before {
      content: "\f0c1";
      color: #212d5b; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.link:before {
      color: #ffffff; }
    .m-share--big .m-share__services__service__link.email:before {
      content: "\f003";
      color: #212d5b; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.email:before {
      color: #ffffff; }
    .m-share--big .m-share__services__service__link.share:before {
      content: "\f064";
      color: #212d5b; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.share:before {
      color: #ffffff; }
    .m-share--big .m-share__services__service__link.rss:before {
      content: "\f09e";
      color: #f79a17; }
    body.subsite-sabato .m-share--big .m-share__services__service__link.rss:before {
      color: #ffffff; }
  .m-share--big .share {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none; }
    .m-share--big .share:before {
      content: "\f064";
      color: #212d5b; }
    .m-share--big .share:before {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 35px;
      text-align: center; }
  .m-share--big li {
    font-size: 16px;
    font-size: 1.6rem; }
  .m-share--big .m-share__services {
    width: auto; }
    .m-share--big .m-share__services .m-share__services__service {
      display: inline-block !important; }
      .m-share--big .m-share__services .m-share__services__service.m-share__services__service--selector {
        display: none !important; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-share--big .m-share__services {
      width: auto; }
    body.immobile .m-share--big .m-share__services__service {
      width: 45px;
      height: 45px; }
    body.immobile .m-share--big .m-share__services__service__link:before {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 45px; }
    body.immobile .m-share--big .m-share__count {
      height: auto; }
    body.immobile .m-share--big .m-share__count__number {
      top: 0; }
    body.immobile .m-share--big .m-share__services:after {
      top: -22px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-share--big .m-share__services {
      width: auto; }
    body.mobile .m-share--big .m-share__services__service {
      width: 45px;
      height: 45px; }
    body.mobile .m-share--big .m-share__services__service__link:before {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 45px; }
    body.mobile .m-share--big .m-share__count {
      height: auto; }
    body.mobile .m-share--big .m-share__count__number {
      top: 0; }
    body.mobile .m-share--big .m-share__services:after {
      top: -22px; } }
  body.non-responsive .m-share--big .m-share__services {
    width: auto; }
  body.non-responsive .m-share--big .m-share__services__service {
    width: 45px;
    height: 45px; }
  body.non-responsive .m-share--big .m-share__services__service__link:before {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 45px; }
  body.non-responsive .m-share--big .m-share__count {
    height: auto; }
  body.non-responsive .m-share--big .m-share__count__number {
    top: 0; }
  body.non-responsive .m-share--big .m-share__services:after {
    top: -22px; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-share--big .m-share__services {
      width: auto; }
    body.immobile .m-share--big .m-share__services__service {
      width: 45px;
      height: 45px; }
    body.immobile .m-share--big .m-share__services__service__link:before {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 45px; }
    body.immobile .m-share--big .m-share__count {
      height: auto; }
    body.immobile .m-share--big .m-share__count__number {
      top: 0; }
    body.immobile .m-share--big .m-share__services:after {
      top: -22px; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-share--big .m-share__count__number {
      top: -4px; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-share--big .m-share__count__number {
      top: -4px; } }
  @media only screen and (min-width: 980px) {
    body.mobile.subsite-sabato .m-share--big .m-share__count__number {
      top: -4px; } }
  body.non-responsive.subsite-sabato .m-share--big .m-share__count__number {
    top: -4px; }
  .m-share--big .m-share__services__service--selector {
    display: none; }

.m-big-divider {
  width: 100%;
  height: 15px;
  background-image: url("../img/big-divider.png");
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }
  body.subsite-sabato .m-big-divider {
    background-image: url("../img/sabato/big-divider.png"); }

.m-section-header {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background-image: url("../img/big-divider.png");
  font-size: 0.001px;
  position: relative;
  min-height: 16px; }
  body.subsite-sabato .m-section-header {
    background-image: url("../img/sabato/big-divider.png"); }
  .m-section-header .m-section-header__title {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 1;
    color: #59554e;
    background: #fef7ea;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-section-header .m-section-header__title {
      background: #ffffff; }
    body.subsite-sas .m-section-header .m-section-header__title {
      font-size: 17px;
      font-size: 1.7rem;
      color: #69a7ca;
      font-family: "Verdana", sans; }
    .m-section-header .m-section-header__title a {
      font-family: "Roboto", sans-serif; }
      .m-section-header .m-section-header__title a.sabato {
        font-family: "Playfair Display", serif;
        color: #434343;
        font-weight: 400; }
      body.subsite-sabato .m-section-header .m-section-header__title a {
        color: #434343; }
      body.subsite-finance .m-section-header .m-section-header__title a {
        color: #0073AB; }
      body.subsite-sas .m-section-header .m-section-header__title a {
        font-size: 17px;
        font-size: 1.7rem;
        font-family: "Verdana", sans;
        color: #69a7ca; }
    .m-section-header .m-section-header__title.is-clickable {
      color: #2c3b78;
      text-decoration: none; }
    .m-section-header .m-section-header__title.right {
      float: right;
      padding: 0 0 0 15px; }
  .m-section-header .m-section-header__link {
    font-family: "Roboto", sans-serif; }
  .m-section-header .m-section-header__sub-title {
    color: #59554e;
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 5px;
    margin-left: 0.5rem; }
    .m-section-header .m-section-header__sub-title:hover {
      color: #2c3b78; }
  .m-section-header .m-section-header__sponsor {
    font-size: 12px;
    font-size: 1.2rem;
    color: #59554e;
    line-height: 1.5;
    height: 100%;
    background: #fef7ea;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 70px;
    padding-right: 7rem;
    padding-left: 10px;
    padding-left: 1rem; }
    .m-section-header .m-section-header__sponsor .m-section-header__sponsor__image {
      position: absolute;
      right: 0;
      top: 0;
      max-height: 30px; }

.m-section-header--small {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background-image: url("../img/big-divider.png");
  font-size: 0.001px;
  position: relative;
  min-height: 16px;
  top: 4px;
  top: 0.4rem;
  min-height: 0;
  height: 7px;
  height: 0.7rem; }
  body.subsite-sabato .m-section-header--small {
    background-image: url("../img/sabato/big-divider.png"); }
  .m-section-header--small .m-section-header__title {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 1;
    color: #59554e;
    background: #fef7ea;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-section-header--small .m-section-header__title {
      background: #ffffff; }
    body.subsite-sas .m-section-header--small .m-section-header__title {
      font-size: 17px;
      font-size: 1.7rem;
      color: #69a7ca;
      font-family: "Verdana", sans; }
    .m-section-header--small .m-section-header__title a {
      font-family: "Roboto", sans-serif; }
      .m-section-header--small .m-section-header__title a.sabato {
        font-family: "Playfair Display", serif;
        color: #434343;
        font-weight: 400; }
      body.subsite-sabato .m-section-header--small .m-section-header__title a {
        color: #434343; }
      body.subsite-finance .m-section-header--small .m-section-header__title a {
        color: #0073AB; }
      body.subsite-sas .m-section-header--small .m-section-header__title a {
        font-size: 17px;
        font-size: 1.7rem;
        font-family: "Verdana", sans;
        color: #69a7ca; }
    .m-section-header--small .m-section-header__title.is-clickable {
      color: #2c3b78;
      text-decoration: none; }
    .m-section-header--small .m-section-header__title.right {
      float: right;
      padding: 0 0 0 15px; }
  .m-section-header--small .m-section-header__link {
    font-family: "Roboto", sans-serif; }
  .m-section-header--small .m-section-header__sub-title {
    color: #59554e;
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 5px;
    margin-left: 0.5rem; }
    .m-section-header--small .m-section-header__sub-title:hover {
      color: #2c3b78; }
  .m-section-header--small .m-section-header__sponsor {
    font-size: 12px;
    font-size: 1.2rem;
    color: #59554e;
    line-height: 1.5;
    height: 100%;
    background: #fef7ea;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 70px;
    padding-right: 7rem;
    padding-left: 10px;
    padding-left: 1rem; }
    .m-section-header--small .m-section-header__sponsor .m-section-header__sponsor__image {
      position: absolute;
      right: 0;
      top: 0;
      max-height: 30px; }
  .m-section-header--small .m-section-header__title {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    top: -4px;
    top: -0.4rem; }

.m-section-header--bear-bull {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background-image: url("../img/big-divider.png");
  font-size: 0.001px;
  position: relative;
  min-height: 16px;
  margin: 0;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  body.subsite-sabato .m-section-header--bear-bull {
    background-image: url("../img/sabato/big-divider.png"); }
  .m-section-header--bear-bull .m-section-header__title {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 1;
    color: #59554e;
    background: #fef7ea;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-section-header--bear-bull .m-section-header__title {
      background: #ffffff; }
    body.subsite-sas .m-section-header--bear-bull .m-section-header__title {
      font-size: 17px;
      font-size: 1.7rem;
      color: #69a7ca;
      font-family: "Verdana", sans; }
    .m-section-header--bear-bull .m-section-header__title a {
      font-family: "Roboto", sans-serif; }
      .m-section-header--bear-bull .m-section-header__title a.sabato {
        font-family: "Playfair Display", serif;
        color: #434343;
        font-weight: 400; }
      body.subsite-sabato .m-section-header--bear-bull .m-section-header__title a {
        color: #434343; }
      body.subsite-finance .m-section-header--bear-bull .m-section-header__title a {
        color: #0073AB; }
      body.subsite-sas .m-section-header--bear-bull .m-section-header__title a {
        font-size: 17px;
        font-size: 1.7rem;
        font-family: "Verdana", sans;
        color: #69a7ca; }
    .m-section-header--bear-bull .m-section-header__title.is-clickable {
      color: #2c3b78;
      text-decoration: none; }
    .m-section-header--bear-bull .m-section-header__title.right {
      float: right;
      padding: 0 0 0 15px; }
  .m-section-header--bear-bull .m-section-header__link {
    font-family: "Roboto", sans-serif; }
  .m-section-header--bear-bull .m-section-header__sub-title {
    color: #59554e;
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 5px;
    margin-left: 0.5rem; }
    .m-section-header--bear-bull .m-section-header__sub-title:hover {
      color: #2c3b78; }
  .m-section-header--bear-bull .m-section-header__sponsor {
    font-size: 12px;
    font-size: 1.2rem;
    color: #59554e;
    line-height: 1.5;
    height: 100%;
    background: #fef7ea;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 70px;
    padding-right: 7rem;
    padding-left: 10px;
    padding-left: 1rem; }
    .m-section-header--bear-bull .m-section-header__sponsor .m-section-header__sponsor__image {
      position: absolute;
      right: 0;
      top: 0;
      max-height: 30px; }
  .m-section-header--bear-bull .m-section-header__link {
    padding-left: 60px;
    padding-left: 6rem; }
  .m-section-header--bear-bull .m-section-header__image {
    position: absolute;
    top: 0;
    left: 0;
    max-height: none; }

.m-section-header--sabato {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  background-image: url("../img/big-divider.png");
  font-size: 0.001px;
  position: relative;
  min-height: 16px;
  background-image: url("../img/big-divider-black.png"); }
  body.subsite-sabato .m-section-header--sabato {
    background-image: url("../img/sabato/big-divider.png"); }
  .m-section-header--sabato .m-section-header__title {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 1;
    color: #59554e;
    background: #fef7ea;
    font-family: "Roboto", sans-serif; }
    body.subsite-sabato .m-section-header--sabato .m-section-header__title {
      background: #ffffff; }
    body.subsite-sas .m-section-header--sabato .m-section-header__title {
      font-size: 17px;
      font-size: 1.7rem;
      color: #69a7ca;
      font-family: "Verdana", sans; }
    .m-section-header--sabato .m-section-header__title a {
      font-family: "Roboto", sans-serif; }
      .m-section-header--sabato .m-section-header__title a.sabato {
        font-family: "Playfair Display", serif;
        color: #434343;
        font-weight: 400; }
      body.subsite-sabato .m-section-header--sabato .m-section-header__title a {
        color: #434343; }
      body.subsite-finance .m-section-header--sabato .m-section-header__title a {
        color: #0073AB; }
      body.subsite-sas .m-section-header--sabato .m-section-header__title a {
        font-size: 17px;
        font-size: 1.7rem;
        font-family: "Verdana", sans;
        color: #69a7ca; }
    .m-section-header--sabato .m-section-header__title.is-clickable {
      color: #2c3b78;
      text-decoration: none; }
    .m-section-header--sabato .m-section-header__title.right {
      float: right;
      padding: 0 0 0 15px; }
  .m-section-header--sabato .m-section-header__link {
    font-family: "Roboto", sans-serif; }
  .m-section-header--sabato .m-section-header__sub-title {
    color: #59554e;
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 5px;
    margin-left: 0.5rem; }
    .m-section-header--sabato .m-section-header__sub-title:hover {
      color: #2c3b78; }
  .m-section-header--sabato .m-section-header__sponsor {
    font-size: 12px;
    font-size: 1.2rem;
    color: #59554e;
    line-height: 1.5;
    height: 100%;
    background: #fef7ea;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 70px;
    padding-right: 7rem;
    padding-left: 10px;
    padding-left: 1rem; }
    .m-section-header--sabato .m-section-header__sponsor .m-section-header__sponsor__image {
      position: absolute;
      right: 0;
      top: 0;
      max-height: 30px; }
  .m-section-header--sabato .m-section-header__title {
    background-color: white; }
  .m-section-header--sabato .m-section-header__link {
    color: black; }

.m-tag {
  padding: 0px 10px 4px 10px;
  padding: 0rem 1rem 0.4rem 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #e3d7c4;
  margin: 5px 0; }
  body.subsite-sabato .m-tag {
    border-left: 1px solid #000000; }
  .m-tag:first-child {
    border: none; }
    body.subsite-sabato .m-tag:first-child {
      border: none; }
  .m-tag .m-tag__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none; }
    body.subsite-sabato .m-tag .m-tag__link {
      color: #434343; }
    body.subsite-finance .m-tag .m-tag__link {
      color: #0073AB; }
    body.subsite-sas .m-tag .m-tag__link {
      color: #69a7ca; }

.m-label {
  font-size: 15xpx;
  font-size: 1.5xrem;
  padding: 0px 4px;
  padding: 0rem 0.4rem;
  line-height: 25px;
  min-height: 25px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 2px;
  color: #454443;
  border: none;
  background: #e3d7c4;
  display: inline-block;
  padding-left: 4px;
  padding-left: 0.4rem;
  text-shadow: none; }
  .m-label.breaking {
    background: #c43d3b; }
  .m-label.tzine {
    background: #3089a7; }
  .m-label.mzine {
    background: #2b7713; }
  .m-label.live {
    background: #a02a27; }
  .m-label.time {
    background: #fdf3e5; }
  .m-label.memoriam {
    background: #000000; }
  .m-label.opmerkelijk {
    background: #ce9235; }
  .m-label.regular {
    background: #2f82a4; }
  .m-label.sabato {
    background: #ffffff; }
  .m-label.breaking {
    color: white; }
  .m-label.tzine {
    color: white; }
  .m-label.mzine {
    color: white; }
  .m-label.live {
    color: white; }
  .m-label.time {
    color: white; }
  .m-label.memoriam {
    color: white; }
  .m-label.opmerkelijk {
    color: white; }
  .m-label.regular {
    color: white; }
  .m-label.time {
    color: #000; }
    .m-label.time:before {
      font-size: 15xpx;
      font-size: 1.5xrem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f017";
      margin-right: 5px; }
  .m-label.finance {
    background-image: url("../img/tijd/finance_logo_section.png");
    width: 55px;
    background-size: 55px auto; }
    .m-article-teaser--text--small .m-label.finance {
      background-image: url("../img/tijd/finance_brand_label_alternative.png"); }
  .m-label.sabato {
    background-image: url("../img/sabato_brand_label.png");
    width: 70px; }
  .m-label.finance, .m-label.sabato {
    background-repeat: no-repeat;
    background-position: 50%; }
  .m-label.memoriam {
    color: #fff3e5; }
  .m-label.regular {
    font-family: "Noto", serif;
    font-weight: 700; }
  .l-dossiers .m-label.reportage, .l-dossiers .m-label.analyse, .l-dossiers .m-label.interview, .l-dossiers .m-label.portret, .l-dossiers .m-label.nieuws_analyse {
    color: #84807c;
    text-shadow: none;
    background: #faead5;
    padding: 2px 6px;
    line-height: 20px; }

.m-label--small {
  font-size: 15xpx;
  font-size: 1.5xrem;
  padding: 0px 4px;
  padding: 0rem 0.4rem;
  line-height: 25px;
  min-height: 25px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 2px;
  color: #454443;
  border: none;
  background: #e3d7c4;
  display: inline-block;
  padding-left: 4px;
  padding-left: 0.4rem;
  text-shadow: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  height: 20px; }
  .m-label--small.breaking {
    background: #c43d3b; }
  .m-label--small.tzine {
    background: #3089a7; }
  .m-label--small.mzine {
    background: #2b7713; }
  .m-label--small.live {
    background: #a02a27; }
  .m-label--small.time {
    background: #fdf3e5; }
  .m-label--small.memoriam {
    background: #000000; }
  .m-label--small.opmerkelijk {
    background: #ce9235; }
  .m-label--small.regular {
    background: #2f82a4; }
  .m-label--small.sabato {
    background: #ffffff; }
  .m-label--small.breaking {
    color: white; }
  .m-label--small.tzine {
    color: white; }
  .m-label--small.mzine {
    color: white; }
  .m-label--small.live {
    color: white; }
  .m-label--small.time {
    color: white; }
  .m-label--small.memoriam {
    color: white; }
  .m-label--small.opmerkelijk {
    color: white; }
  .m-label--small.regular {
    color: white; }
  .m-label--small.time {
    color: #000; }
    .m-label--small.time:before {
      font-size: 15xpx;
      font-size: 1.5xrem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f017";
      margin-right: 5px; }
  .m-label--small.finance {
    background-image: url("../img/tijd/finance_logo_section.png");
    width: 55px;
    background-size: 55px auto; }
    .m-article-teaser--text--small .m-label--small.finance {
      background-image: url("../img/tijd/finance_brand_label_alternative.png"); }
  .m-label--small.sabato {
    background-image: url("../img/sabato_brand_label.png");
    width: 70px; }
  .m-label--small.finance, .m-label--small.sabato {
    background-repeat: no-repeat;
    background-position: 50%; }
  .m-label--small.memoriam {
    color: #fff3e5; }
  .m-label--small.regular {
    font-family: "Noto", serif;
    font-weight: 700; }
  .l-dossiers .m-label--small.reportage, .l-dossiers .m-label--small.analyse, .l-dossiers .m-label--small.interview, .l-dossiers .m-label--small.portret, .l-dossiers .m-label--small.nieuws_analyse {
    color: #84807c;
    text-shadow: none;
    background: #faead5;
    padding: 2px 6px;
    line-height: 20px; }

.m-label--big {
  font-size: 15xpx;
  font-size: 1.5xrem;
  padding: 0px 4px;
  padding: 0rem 0.4rem;
  line-height: 25px;
  min-height: 25px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 2px;
  color: #454443;
  border: none;
  background: #e3d7c4;
  display: inline-block;
  padding-left: 4px;
  padding-left: 0.4rem;
  text-shadow: none;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px; }
  .m-label--big.breaking {
    background: #c43d3b; }
  .m-label--big.tzine {
    background: #3089a7; }
  .m-label--big.mzine {
    background: #2b7713; }
  .m-label--big.live {
    background: #a02a27; }
  .m-label--big.time {
    background: #fdf3e5; }
  .m-label--big.memoriam {
    background: #000000; }
  .m-label--big.opmerkelijk {
    background: #ce9235; }
  .m-label--big.regular {
    background: #2f82a4; }
  .m-label--big.sabato {
    background: #ffffff; }
  .m-label--big.breaking {
    color: white; }
  .m-label--big.tzine {
    color: white; }
  .m-label--big.mzine {
    color: white; }
  .m-label--big.live {
    color: white; }
  .m-label--big.time {
    color: white; }
  .m-label--big.memoriam {
    color: white; }
  .m-label--big.opmerkelijk {
    color: white; }
  .m-label--big.regular {
    color: white; }
  .m-label--big.time {
    color: #000; }
    .m-label--big.time:before {
      font-size: 15xpx;
      font-size: 1.5xrem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f017";
      margin-right: 5px; }
  .m-label--big.finance {
    background-image: url("../img/tijd/finance_logo_section.png");
    width: 55px;
    background-size: 55px auto; }
    .m-article-teaser--text--small .m-label--big.finance {
      background-image: url("../img/tijd/finance_brand_label_alternative.png"); }
  .m-label--big.sabato {
    background-image: url("../img/sabato_brand_label.png");
    width: 70px; }
  .m-label--big.finance, .m-label--big.sabato {
    background-repeat: no-repeat;
    background-position: 50%; }
  .m-label--big.memoriam {
    color: #fff3e5; }
  .m-label--big.regular {
    font-family: "Noto", serif;
    font-weight: 700; }
  .l-dossiers .m-label--big.reportage, .l-dossiers .m-label--big.analyse, .l-dossiers .m-label--big.interview, .l-dossiers .m-label--big.portret, .l-dossiers .m-label--big.nieuws_analyse {
    color: #84807c;
    text-shadow: none;
    background: #faead5;
    padding: 2px 6px;
    line-height: 20px; }

.m-label.noback {
  font-size: 15xpx;
  font-size: 1.5xrem;
  padding: 0px 4px;
  padding: 0rem 0.4rem;
  line-height: 25px;
  min-height: 25px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 2px;
  color: #454443;
  border: none;
  background: #e3d7c4;
  display: inline-block; }
  .m-label.noback.breaking {
    background: #c43d3b; }
  .m-label.noback.tzine {
    background: #3089a7; }
  .m-label.noback.mzine {
    background: #2b7713; }
  .m-label.noback.live {
    background: #a02a27; }
  .m-label.noback.time {
    background: #fdf3e5; }
  .m-label.noback.memoriam {
    background: #000000; }
  .m-label.noback.opmerkelijk {
    background: #ce9235; }
  .m-label.noback.regular {
    background: #2f82a4; }
  .m-label.noback.sabato {
    background: #ffffff; }
  .m-label.noback.breaking {
    color: white; }
  .m-label.noback.tzine {
    color: white; }
  .m-label.noback.mzine {
    color: white; }
  .m-label.noback.live {
    color: white; }
  .m-label.noback.time {
    color: white; }
  .m-label.noback.memoriam {
    color: white; }
  .m-label.noback.opmerkelijk {
    color: white; }
  .m-label.noback.regular {
    color: white; }
  .m-label.noback.time {
    color: #000; }
    .m-label.noback.time:before {
      font-size: 15xpx;
      font-size: 1.5xrem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f017";
      margin-right: 5px; }
  .m-label.noback.finance {
    background-image: url("../img/tijd/finance_logo_section.png");
    width: 55px;
    background-size: 55px auto; }
    .m-article-teaser--text--small .m-label.noback.finance {
      background-image: url("../img/tijd/finance_brand_label_alternative.png"); }
  .m-label.noback.sabato {
    background-image: url("../img/sabato_brand_label.png");
    width: 70px; }
  .m-label.noback.finance, .m-label.noback.sabato {
    background-repeat: no-repeat;
    background-position: 50%; }
  .m-label.noback.memoriam {
    color: #fff3e5; }
  .m-label.noback.regular {
    font-family: "Noto", serif;
    font-weight: 700; }
  .l-dossiers .m-label.noback.reportage, .l-dossiers .m-label.noback.analyse, .l-dossiers .m-label.noback.interview, .l-dossiers .m-label.noback.portret, .l-dossiers .m-label.noback.nieuws_analyse {
    color: #84807c;
    text-shadow: none;
    background: #faead5;
    padding: 2px 6px;
    line-height: 20px; }

.m-label--small.noback {
  font-size: 15xpx;
  font-size: 1.5xrem;
  padding: 0px 4px;
  padding: 0rem 0.4rem;
  line-height: 25px;
  min-height: 25px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 2px;
  color: #454443;
  border: none;
  background: #e3d7c4;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  height: 20px; }
  .m-label--small.noback.breaking {
    background: #c43d3b; }
  .m-label--small.noback.tzine {
    background: #3089a7; }
  .m-label--small.noback.mzine {
    background: #2b7713; }
  .m-label--small.noback.live {
    background: #a02a27; }
  .m-label--small.noback.time {
    background: #fdf3e5; }
  .m-label--small.noback.memoriam {
    background: #000000; }
  .m-label--small.noback.opmerkelijk {
    background: #ce9235; }
  .m-label--small.noback.regular {
    background: #2f82a4; }
  .m-label--small.noback.sabato {
    background: #ffffff; }
  .m-label--small.noback.breaking {
    color: white; }
  .m-label--small.noback.tzine {
    color: white; }
  .m-label--small.noback.mzine {
    color: white; }
  .m-label--small.noback.live {
    color: white; }
  .m-label--small.noback.time {
    color: white; }
  .m-label--small.noback.memoriam {
    color: white; }
  .m-label--small.noback.opmerkelijk {
    color: white; }
  .m-label--small.noback.regular {
    color: white; }
  .m-label--small.noback.time {
    color: #000; }
    .m-label--small.noback.time:before {
      font-size: 15xpx;
      font-size: 1.5xrem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f017";
      margin-right: 5px; }
  .m-label--small.noback.finance {
    background-image: url("../img/tijd/finance_logo_section.png");
    width: 55px;
    background-size: 55px auto; }
    .m-article-teaser--text--small .m-label--small.noback.finance {
      background-image: url("../img/tijd/finance_brand_label_alternative.png"); }
  .m-label--small.noback.sabato {
    background-image: url("../img/sabato_brand_label.png");
    width: 70px; }
  .m-label--small.noback.finance, .m-label--small.noback.sabato {
    background-repeat: no-repeat;
    background-position: 50%; }
  .m-label--small.noback.memoriam {
    color: #fff3e5; }
  .m-label--small.noback.regular {
    font-family: "Noto", serif;
    font-weight: 700; }
  .l-dossiers .m-label--small.noback.reportage, .l-dossiers .m-label--small.noback.analyse, .l-dossiers .m-label--small.noback.interview, .l-dossiers .m-label--small.noback.portret, .l-dossiers .m-label--small.noback.nieuws_analyse {
    color: #84807c;
    text-shadow: none;
    background: #faead5;
    padding: 2px 6px;
    line-height: 20px; }

.m-label--big.noback {
  font-size: 15xpx;
  font-size: 1.5xrem;
  padding: 0px 4px;
  padding: 0rem 0.4rem;
  line-height: 25px;
  min-height: 25px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 2px;
  color: #454443;
  border: none;
  background: #e3d7c4;
  display: inline-block;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px; }
  .m-label--big.noback.breaking {
    background: #c43d3b; }
  .m-label--big.noback.tzine {
    background: #3089a7; }
  .m-label--big.noback.mzine {
    background: #2b7713; }
  .m-label--big.noback.live {
    background: #a02a27; }
  .m-label--big.noback.time {
    background: #fdf3e5; }
  .m-label--big.noback.memoriam {
    background: #000000; }
  .m-label--big.noback.opmerkelijk {
    background: #ce9235; }
  .m-label--big.noback.regular {
    background: #2f82a4; }
  .m-label--big.noback.sabato {
    background: #ffffff; }
  .m-label--big.noback.breaking {
    color: white; }
  .m-label--big.noback.tzine {
    color: white; }
  .m-label--big.noback.mzine {
    color: white; }
  .m-label--big.noback.live {
    color: white; }
  .m-label--big.noback.time {
    color: white; }
  .m-label--big.noback.memoriam {
    color: white; }
  .m-label--big.noback.opmerkelijk {
    color: white; }
  .m-label--big.noback.regular {
    color: white; }
  .m-label--big.noback.time {
    color: #000; }
    .m-label--big.noback.time:before {
      font-size: 15xpx;
      font-size: 1.5xrem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f017";
      margin-right: 5px; }
  .m-label--big.noback.finance {
    background-image: url("../img/tijd/finance_logo_section.png");
    width: 55px;
    background-size: 55px auto; }
    .m-article-teaser--text--small .m-label--big.noback.finance {
      background-image: url("../img/tijd/finance_brand_label_alternative.png"); }
  .m-label--big.noback.sabato {
    background-image: url("../img/sabato_brand_label.png");
    width: 70px; }
  .m-label--big.noback.finance, .m-label--big.noback.sabato {
    background-repeat: no-repeat;
    background-position: 50%; }
  .m-label--big.noback.memoriam {
    color: #fff3e5; }
  .m-label--big.noback.regular {
    font-family: "Noto", serif;
    font-weight: 700; }
  .l-dossiers .m-label--big.noback.reportage, .l-dossiers .m-label--big.noback.analyse, .l-dossiers .m-label--big.noback.interview, .l-dossiers .m-label--big.noback.portret, .l-dossiers .m-label--big.noback.nieuws_analyse {
    color: #84807c;
    text-shadow: none;
    background: #faead5;
    padding: 2px 6px;
    line-height: 20px; }

.m-label--flagged {
  font-size: 15xpx;
  font-size: 1.5xrem;
  padding: 0px 4px;
  padding: 0rem 0.4rem;
  line-height: 25px;
  min-height: 25px;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 2px;
  color: #454443;
  border: none;
  background: #e3d7c4;
  display: inline-block;
  font-size: 90%;
  text-transform: uppercase;
  position: relative;
  left: -10px;
  text-shadow: none;
  color: white; }
  .m-label--flagged.breaking {
    background: #c43d3b; }
  .m-label--flagged.tzine {
    background: #3089a7; }
  .m-label--flagged.mzine {
    background: #2b7713; }
  .m-label--flagged.live {
    background: #a02a27; }
  .m-label--flagged.time {
    background: #fdf3e5; }
  .m-label--flagged.memoriam {
    background: #000000; }
  .m-label--flagged.opmerkelijk {
    background: #ce9235; }
  .m-label--flagged.regular {
    background: #2f82a4; }
  .m-label--flagged.sabato {
    background: #ffffff; }
  .m-label--flagged.breaking {
    color: white; }
  .m-label--flagged.tzine {
    color: white; }
  .m-label--flagged.mzine {
    color: white; }
  .m-label--flagged.live {
    color: white; }
  .m-label--flagged.time {
    color: white; }
  .m-label--flagged.memoriam {
    color: white; }
  .m-label--flagged.opmerkelijk {
    color: white; }
  .m-label--flagged.regular {
    color: white; }
  .m-label--flagged.time {
    color: #000; }
    .m-label--flagged.time:before {
      font-size: 15xpx;
      font-size: 1.5xrem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f017";
      margin-right: 5px; }
  .m-label--flagged.finance {
    background-image: url("../img/tijd/finance_logo_section.png");
    width: 55px;
    background-size: 55px auto; }
    .m-article-teaser--text--small .m-label--flagged.finance {
      background-image: url("../img/tijd/finance_brand_label_alternative.png"); }
  .m-label--flagged.sabato {
    background-image: url("../img/sabato_brand_label.png");
    width: 70px; }
  .m-label--flagged.finance, .m-label--flagged.sabato {
    background-repeat: no-repeat;
    background-position: 50%; }
  .m-label--flagged.memoriam {
    color: #fff3e5; }
  .m-label--flagged.regular {
    font-family: "Noto", serif;
    font-weight: 700; }
  .l-dossiers .m-label--flagged.reportage, .l-dossiers .m-label--flagged.analyse, .l-dossiers .m-label--flagged.interview, .l-dossiers .m-label--flagged.portret, .l-dossiers .m-label--flagged.nieuws_analyse {
    color: #84807c;
    text-shadow: none;
    background: #faead5;
    padding: 2px 6px;
    line-height: 20px; }
  .m-label--flagged .m-label--flagged__primary {
    padding: 10px 12px 10px 6px;
    padding: 1rem 1.2rem 1rem 0.6rem;
    float: left;
    background: #2c3b78;
    color: white; }
  .m-label--flagged .m-label--flagged__secondary {
    padding: 10px 6px;
    padding: 1rem 0.6rem;
    float: left;
    background: #fdf3e5;
    color: #2c3b78; }

/*
** Silent Classes - sizes
*/
/*
** Silent Classes assets
*/
/*
** Outline assets - default
*/
/*
** Different outline assets - default
*/
.m-outline-asset--citation {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 400px;
  float: none;
  margin: 0 auto 40px auto;
  border-top: none !important; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--citation {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--citation {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--citation {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--citation {
      border-top: 1px solid #000000; } }
  .m-outline-asset--citation .m-outline-asset--citation__quote {
    background: #f5e8d8;
    padding: 30px;
    position: relative; }
    body.subsite-sabato .m-outline-asset--citation .m-outline-asset--citation__quote {
      background: #acacac; }
    .m-outline-asset--citation .m-outline-asset--citation__quote:before {
      width: 0px;
      height: 0px;
      font-size: 0;
      line-height: 0;
      position: absolute;
      bottom: -22px;
      left: 22px;
      content: "";
      border-style: solid;
      border-width: 22px 0px 0 44px;
      border-color: #f5e8d8 transparent transparent transparent; }
      body.subsite-sabato .m-outline-asset--citation .m-outline-asset--citation__quote:before {
        border-color: #acacac transparent transparent transparent; }
  .m-outline-asset--citation .m-outline-asset--citation__quote__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-outline-asset--citation .m-outline-asset--citation__quote__text {
      font-size: 20px;
      font-size: 2rem;
      font-family: "Noto", serif;
      font-style: italic;
      color: #ffffff;
      text-transform: none;
      text-align: right; }
      body.subsite-sabato .m-outline-asset--citation .m-outline-asset--citation__quote__text:before {
        font-size: 22px;
        content: open-quote; }
      body.subsite-sabato .m-outline-asset--citation .m-outline-asset--citation__quote__text:after {
        font-size: 22px;
        content: close-quote; }
  .m-outline-asset--citation .m-outline-asset--citation__info {
    display: block;
    padding-left: 80px;
    margin-top: 10px; }
  .m-outline-asset--citation .m-outline-asset--citation__info__author {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
    display: block;
    color: #454443;
    text-transform: uppercase;
    font-weight: bold; }
    body.subsite-sabato .m-outline-asset--citation .m-outline-asset--citation__info__author {
      font-size: 14px;
      font-size: 1.4rem;
      color: #7f7f7f;
      display: inline-block;
      text-transform: none;
      font-weight: 400; }
  .m-outline-asset--citation .m-outline-asset--citation__info__function {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
    display: block;
    color: #454443;
    text-transform: uppercase;
    font-weight: normal; }
    body.subsite-sabato .m-outline-asset--citation .m-outline-asset--citation__info__function {
      color: #7f7f7f;
      display: inline-block;
      text-transform: none;
      font-weight: 400; }
      body.subsite-sabato .m-outline-asset--citation .m-outline-asset--citation__info__function:before {
        content: '-';
        margin-right: 4px; }

.m-outline-asset--contract {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 400px;
  float: none;
  margin: 0 auto 40px auto;
  border-top: none !important; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--contract {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--contract {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--contract {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--contract {
      border-top: 1px solid #000000; } }
  .m-outline-asset--contract.no-float {
    margin: 0 0 20px 0 !important;
    float: none !important;
    width: auto !important; }
    .m-outline-asset--contract.no-float .m-outline-asset--tool__name, .m-outline-asset--contract.no-float .m-outline-asset--tool__title, .m-outline-asset--contract.no-float .m-outline-asset--tool__description, .m-outline-asset--contract.no-float .m-outline-asset--contract__name, .m-outline-asset--contract.no-float .m-outline-asset--contract__title, .m-outline-asset--contract.no-float .m-outline-asset--contract__description {
      max-width: 70% !important; }
  .m-outline-asset--contract .m-outline-asset--contract__link {
    display: block; }
  .m-outline-asset--contract .m-outline-asset--contract__header {
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    padding-bottom: 2px;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e3d7c4;
    position: relative; }
  .m-outline-asset--contract .m-outline-asset--contract__name {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #454443;
    max-width: 270px;
    display: block; }
  .m-outline-asset--contract .m-outline-asset--contract__image-container {
    padding: 0px 10px;
    padding: 0rem 1rem;
    position: absolute;
    right: 20px;
    top: -5px;
    background: #fef7ea; }
  .m-outline-asset--contract .m-outline-asset--contract__image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  .m-outline-asset--contract .m-outline-asset--contract__image-mask {
    background-image: url("../img/tool-mask.png");
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0; }
  .m-outline-asset--contract .m-outline-asset--contract__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    font-family: "Noto", serif;
    font-weight: 700;
    color: #212d5b;
    max-width: 270px;
    display: block; }
  .m-outline-asset--contract .m-outline-asset--contract__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0px;
    margin: 0rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #454443;
    max-width: 270px;
    display: block; }
    .m-outline-asset--contract .m-outline-asset--contract__description:after {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-left: 5px;
      margin-left: 0.5rem;
      color: #454443;
      content: "\f105"; }

.m-outline-asset--tool {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 400px;
  float: none;
  margin: 0 auto 40px auto;
  border-top: none !important; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--tool {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--tool {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--tool {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--tool {
      border-top: 1px solid #000000; } }
  .m-outline-asset--tool.no-float {
    margin: 0 0 20px 0 !important;
    float: none !important;
    width: auto !important; }
    .m-outline-asset--tool.no-float .m-outline-asset--tool__name, .m-outline-asset--tool.no-float .m-outline-asset--tool__title, .m-outline-asset--tool.no-float .m-outline-asset--tool__description, .m-outline-asset--tool.no-float .m-outline-asset--contract__name, .m-outline-asset--tool.no-float .m-outline-asset--contract__title, .m-outline-asset--tool.no-float .m-outline-asset--contract__description {
      max-width: 70% !important; }
  .m-outline-asset--tool .m-outline-asset--tool__link {
    display: block; }
  .m-outline-asset--tool .m-outline-asset--tool__header {
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    padding-bottom: 2px;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e3d7c4;
    position: relative; }
  .m-outline-asset--tool .m-outline-asset--tool__name {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #454443;
    max-width: 270px;
    display: block; }
  .m-outline-asset--tool .m-outline-asset--tool__image-container {
    padding: 0px 10px;
    padding: 0rem 1rem;
    position: absolute;
    right: 20px;
    top: -5px;
    background: #fef7ea; }
  .m-outline-asset--tool .m-outline-asset--tool__image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  .m-outline-asset--tool .m-outline-asset--tool__image-mask {
    background-image: url("../img/tool-mask.png");
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0; }
  .m-outline-asset--tool .m-outline-asset--tool__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    font-family: "Noto", serif;
    font-weight: 700;
    color: #212d5b;
    max-width: 270px;
    display: block; }
  .m-outline-asset--tool .m-outline-asset--tool__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0px;
    margin: 0rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #454443;
    max-width: 270px;
    display: block; }
    .m-outline-asset--tool .m-outline-asset--tool__description:after {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-left: 5px;
      margin-left: 0.5rem;
      color: #454443;
      content: "\f105"; }

.m-outline-asset--number-citation {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 400px;
  float: none;
  margin: 0 auto 40px auto;
  color: #454443; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--number-citation {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--number-citation {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--number-citation {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--number-citation {
      border-top: 1px solid #000000; } }
  .m-outline-asset--number-citation .m-outline-asset--number-citation__header {
    font-size: 30px;
    font-size: 3rem;
    display: block;
    font-weight: bold;
    font-family: "Roboto Condensed", sans; }
  .m-outline-asset--number-citation .m-outline-asset--number-citation__highlighted {
    font-size: 65px;
    font-size: 6.5rem;
    color: #56a47d;
    font-weight: bold;
    letter-spacing: -2px; }
    body.subsite-sabato .m-outline-asset--number-citation .m-outline-asset--number-citation__highlighted {
      color: #acacac; }
  .m-outline-asset--number-citation .m-outline-asset--number-citation__content {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    font-weight: bold; }
    body.subsite-sabato .m-outline-asset--number-citation .m-outline-asset--number-citation__content {
      color: #454443; }

.m-outline-asset--image {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  zoom: 1;
  padding-top: 0;
  margin: 0 40px 20px 0;
  float: none;
  display: block;
  border: 0; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--image {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--image {
    border-top: 1px solid #000000; }
  .m-outline-asset--image:before, .m-outline-asset--image:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-outline-asset--image:after {
    clear: both; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--image {
      border-top: 1px solid #e3d7c4;
      float: left;
      padding-top: 20px;
      margin: 5px 40px 20px -190px; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--image {
      border-top: 1px solid #000000; } }
  .m-outline-asset--image .m-outline-asset--image__description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    color: #84807c;
    float: none;
    width: 340px;
    margin: 0 auto;
    font-style: italic;
    display: block;
    margin-top: 10px;
    margin-top: 1rem; }
    body.subsite-sabato .m-outline-asset--image .m-outline-asset--image__description {
      font-size: 18px;
      font-size: 1.8rem;
      color: #2f2d2c;
      font-weight: 700;
      font-style: normal; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-outline-asset--image .m-outline-asset--image__description {
        float: left;
        width: 150px;
        margin: 0 40px 0 0; } }
  .m-outline-asset--image .m-outline-asset--image__content {
    float: none;
    display: block;
    max-width: 340px;
    margin: 0 auto; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-outline-asset--image .m-outline-asset--image__content {
        float: right;
        width: 340px;
        margin: 0; } }

/* Sabato overrides */
.m-outline-asset--poll {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 100%;
  border-top: none;
  margin: 0 0 40px;
  background: #3089a7;
  padding: 20px 30px 30px;
  position: relative;
  border: none !important; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--poll {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--poll {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-outline-asset--poll {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-outline-asset--poll {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  body.non-responsive .m-outline-asset--poll {
    width: 530px;
    margin: 0 auto 40px auto;
    float: none; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--poll {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--poll {
      margin: 5px 40px 20px 0;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--poll {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--poll {
      border-top: 1px solid #000000; } }
  body.subsite-sabato .m-outline-asset--poll {
    background: #454443; }
  body.subsite-sas .m-outline-asset--poll {
    background: #69a7ca; }
  .m-outline-asset--poll:before {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 38px 38px 0;
    border-color: transparent #fef7ea transparent transparent; }
    body.subsite-sabato .m-outline-asset--poll:before {
      border-color: transparent #ffffff transparent transparent; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--poll {
      border-top: none; } }
  .m-outline-asset--poll .m-outline-asset--poll__error {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    color: #ffffff;
    border-top: 1px solid #0b4457; }
    .m-outline-asset--poll .m-outline-asset--poll__error:before {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f071";
      margin-right: 10px; }
  .m-outline-asset--poll .m-outline-asset--poll__title {
    font-size: 22px;
    font-size: 2.2rem;
    display: block;
    font-family: "Noto", serif;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px; }
  .m-outline-asset--poll .m-outline-asset--poll__fieldset {
    border: none;
    padding: 0;
    margin: 0 0 20px 0; }
  .m-outline-asset--poll .m-outline-asset--poll__item {
    display: table;
    list-style-type: none;
    margin-bottom: 10px;
    padding: 0;
    text-indent: 0px; }
    .m-outline-asset--poll .m-outline-asset--poll__item:before {
      display: none; }
    .m-outline-asset--poll .m-outline-asset--poll__item:last-child {
      margin-bottom: 0; }
  .m-outline-asset--poll .m-outline-asset--poll__item__input {
    display: table-cell;
    padding: 0;
    margin: 0 10px 0 0; }
  .m-outline-asset--poll .m-outline-asset--poll__item__label, .m-outline-asset--poll .m-outline-asset--poll__results__answer, .m-outline-asset--poll .m-outline-asset--poll__votes {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    display: table-cell;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
  .m-outline-asset--poll .m-outline-asset--poll__votes {
    padding-bottom: 10px; }
  .m-outline-asset--poll .m-outline-asset--poll__actions {
    display: block;
    border-top: 1px solid #0b4457;
    padding-top: 20px;
    text-align: left; }
    body.subsite-sabato .m-outline-asset--poll .m-outline-asset--poll__actions {
      border-top: 1px solid #FFFFFF; }
  .m-outline-asset--poll .m-outline-asset--poll__actions--alternative {
    display: block;
    border-top: 1px solid #0b4457;
    padding-top: 20px;
    text-align: right; }
    body.subsite-sabato .m-outline-asset--poll .m-outline-asset--poll__actions--alternative {
      border-top: 1px solid #FFFFFF; }
  .m-outline-asset--poll .m-outline-asset--poll__submit {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 14px;
    padding: 1rem 1.4rem;
    display: inline-block;
    margin-right: 20px;
    background: #0b4457;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700; }
    body.subsite-sabato .m-outline-asset--poll .m-outline-asset--poll__submit {
      background: #030000; }
  .m-outline-asset--poll .m-outline-asset--poll__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline; }
  .m-outline-asset--poll .m-outline-asset--poll__results {
    display: block; }
  .m-outline-asset--poll .m-outline-asset--poll__results__result {
    font-size: 16px;
    font-size: 1.6rem;
    background: #0b4457;
    text-align: right;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    padding-right: 10px;
    display: block; }
    body.subsite-sabato .m-outline-asset--poll .m-outline-asset--poll__results__result {
      background: #030000; }
  .m-outline-asset--poll .m-outline-asset--poll__results__answer {
    display: block;
    margin-bottom: 10px; }
  .m-outline-asset--poll .m-outline-asset--poll__results__result-container {
    display: block;
    margin-bottom: 20px; }

.m-outline-asset--html-asset {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 100%;
  border-top: none;
  margin: 0 0 40px;
  background: #f7f0ea;
  padding: 20px 30px 30px;
  position: relative;
  border: none !important; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--html-asset {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--html-asset {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-outline-asset--html-asset {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-outline-asset--html-asset {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  body.non-responsive .m-outline-asset--html-asset {
    width: 530px;
    margin: 0 auto 40px auto;
    float: none; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--html-asset {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--html-asset {
      margin: 5px 40px 20px 0;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--html-asset {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--html-asset {
      border-top: 1px solid #000000; } }
  body.subsite-sabato .m-outline-asset--html-asset {
    background: #acacac; }
  .m-outline-asset--html-asset .m-outline-asset--html-asset__header {
    padding: 0px 30px 10px 30px;
    padding: 0rem 3rem 1rem 3rem;
    margin: 0px -30px 10px -30px;
    margin: 0rem -3rem 1rem -3rem;
    display: block;
    border-bottom: 1px solid #e3d7c4; }
  .m-outline-asset--html-asset .m-outline-asset--html-asset__label {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem 0.5rem 0rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #454443; }
  .m-outline-asset--html-asset .m-outline-asset--html-asset__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    font-family: "Noto", serif;
    font-weight: 700;
    color: #454443; }
  body.subsite-sabato .m-outline-asset--html-asset span, body.subsite-sabato .m-outline-asset--html-asset p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff !important;
    font-family: "Playfair Display", serif; }
  .m-outline-asset--html-asset:before {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 38px 38px 0;
    border-color: transparent #fef7ea transparent transparent; }
    body.subsite-sabato .m-outline-asset--html-asset:before {
      border-color: transparent #ffffff transparent transparent; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--html-asset {
      border-top: none; } }
  .m-outline-asset--html-asset ul li {
    font-size: 14px;
    font-size: 1.4rem; }

.m-outline-asset--webtv {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 100%;
  border-top: none;
  margin: 0 0 40px;
  zoom: 1;
  padding-top: 20px; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--webtv {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--webtv {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-outline-asset--webtv {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-outline-asset--webtv {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  body.non-responsive .m-outline-asset--webtv {
    width: 530px;
    margin: 0 auto 40px auto;
    float: none; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--webtv {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--webtv {
      margin: 5px 40px 20px 0;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--webtv {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--webtv {
      border-top: 1px solid #000000; } }
  .m-outline-asset--webtv:before, .m-outline-asset--webtv:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-outline-asset--webtv:after {
    clear: both; }
  .m-outline-asset--webtv .m-outline-asset--webtv__description {
    font-size: 15px;
    font-size: 1.5rem;
    color: #84807c;
    float: none;
    width: 340px;
    font-style: italic;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-outline-asset--webtv .m-outline-asset--webtv__description {
        float: left;
        width: 150px;
        margin: 0 40px 0 0; } }
    body.subsite-sabato .m-outline-asset--webtv .m-outline-asset--webtv__description {
      font-size: 18px;
      font-size: 1.8rem;
      color: #2f2d2c;
      font-weight: 700;
      font-style: normal; }
  .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper {
    float: none;
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    width: 340px;
    cursor: pointer; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper {
        float: right;
        margin: 0; } }
    .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper:before {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 70px;
      text-align: center;
      width: 70px;
      height: 70px;
      position: absolute;
      left: 0;
      bottom: 0;
      content: "\25b6";
      color: #ffffff;
      background: #2c3b78; }
      .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper:before:hover {
        background: #212d5b; }
        body.subsite-sabato .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper:before:hover {
          background: #2c2c2c; }
        body.subsite-finance .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper:before:hover {
          background: #003A76; }
        body.subsite-sas .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper:before:hover {
          background: false; }
      body.subsite-sabato .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper:before {
        background: #434343; }
      body.subsite-sas .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper:before {
        background: #69a7ca; }
      body.subsite-finance .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper:before {
        background: #0073AB; }
  .m-outline-asset--webtv .m-outline-asset--webtv__content {
    cursor: pointer;
    width: 340px; }

.m-outline-asset--youtube {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 100%;
  border-top: none;
  margin: 0 0 40px;
  zoom: 1;
  padding-top: 20px; }
  @media only screen and (min-width: 1280px) {
    body.immobile .isFullWidth .m-outline-asset--youtube .m-outline-asset--youtube__description {
      width: auto; } }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--youtube {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--youtube {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-outline-asset--youtube {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-outline-asset--youtube {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  body.non-responsive .m-outline-asset--youtube {
    width: 530px;
    margin: 0 auto 40px auto;
    float: none; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--youtube {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--youtube {
      margin: 5px 40px 20px 0;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--youtube {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--youtube {
      border-top: 1px solid #000000; } }
  .m-outline-asset--youtube:before, .m-outline-asset--youtube:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-outline-asset--youtube:after {
    clear: both; }
  .m-outline-asset--youtube iframe {
    width: 340px;
    float: right;
    margin: 0; }
  .m-outline-asset--youtube .m-outline-asset--youtube__description {
    font-size: 15px;
    font-size: 1.5rem;
    color: #84807c;
    float: none;
    width: 340px;
    margin: 0 auto;
    font-style: italic;
    display: block; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-outline-asset--youtube .m-outline-asset--youtube__description {
        float: left;
        width: 150px;
        margin: 0 40px 0 0; } }
    body.subsite-sabato .m-outline-asset--youtube .m-outline-asset--youtube__description {
      font-size: 18px;
      font-size: 1.8rem;
      color: #2f2d2c;
      font-style: normal; }
  .m-outline-asset--youtube .m-outline-asset--youtube__content-wrapper {
    float: none;
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    width: 340px; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-outline-asset--youtube .m-outline-asset--youtube__content-wrapper {
        float: right;
        margin: 0; } }
  .m-outline-asset--youtube .m-outline-asset--youtube__content {
    width: 340px; }

.m-outline-asset--slider {
  display: block;
  border-top: 1px solid #e3d7c4;
  float: left;
  margin: 5px 40px 20px 0;
  width: 100%;
  border-top: none;
  margin: 0 0 40px;
  zoom: 1;
  padding-top: 20px; }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--slider {
      margin: 5px 40px 20px -190px; } }
  body.subsite-sabato .m-outline-asset--slider {
    border-top: 1px solid #000000; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-outline-asset--slider {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-outline-asset--slider {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  body.non-responsive .m-outline-asset--slider {
    width: 530px;
    margin: 0 auto 40px auto;
    float: none; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--slider {
      width: 530px;
      margin: 0 auto 40px auto;
      float: none; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-outline-asset--slider {
      margin: 5px 40px 20px 0;
      float: left; } }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-outline-asset--slider {
      border-top: 1px solid #e3d7c4;
      margin: 5px 40px 20px -190px; } }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .m-outline-asset--slider {
      border-top: 1px solid #000000; } }
  .m-outline-asset--slider:before, .m-outline-asset--slider:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-outline-asset--slider:after {
    clear: both; }
  .m-outline-asset--slider .m-outline-asset--slider__description {
    font-size: 15px;
    font-size: 1.5rem;
    color: #84807c;
    float: none;
    width: 340px;
    margin: 0 auto;
    font-style: italic;
    display: block;
    line-height: 22px;
    margin-top: 10px;
    margin-top: 1rem; }
    body.subsite-sabato .m-outline-asset--slider .m-outline-asset--slider__description {
      font-size: 18px;
      font-size: 1.8rem;
      color: #2f2d2c;
      font-weight: 700;
      font-style: normal; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-outline-asset--slider .m-outline-asset--slider__description {
        float: left;
        width: 150px;
        margin: 0 40px 0 0; } }
  .m-outline-asset--slider .m-outline-asset--slider__content-wrapper {
    float: none;
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    width: 340px; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-outline-asset--slider .m-outline-asset--slider__content-wrapper {
        float: right;
        margin: 0; } }
  .m-outline-asset--slider .m-outline-asset--slider__content-info {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #2c3b78;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: 14px; }
    .m-outline-asset--slider .m-outline-asset--slider__content-info:hover {
      background: #212d5b; }
      body.subsite-sabato .m-outline-asset--slider .m-outline-asset--slider__content-info:hover {
        background: #2c2c2c; }
      body.subsite-finance .m-outline-asset--slider .m-outline-asset--slider__content-info:hover {
        background: #003A76; }
      body.subsite-sas .m-outline-asset--slider .m-outline-asset--slider__content-info:hover {
        background: false; }
    body.subsite-finance .m-outline-asset--slider .m-outline-asset--slider__content-info {
      background: #0073AB; }
    body.subsite-sabato .m-outline-asset--slider .m-outline-asset--slider__content-info {
      background: #434343; }
    body.subsite-sas .m-outline-asset--slider .m-outline-asset--slider__content-info {
      background: #69a7ca; }
  .m-outline-asset--slider .m-outline-asset--slider__content-info__count {
    display: block;
    font-weight: 700;
    line-height: 1;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Roboto Condensed", sans;
    color: #ffffff;
    line-height: 1;
    font-weight: 700; }
    body.subsite-sas .m-outline-asset--slider .m-outline-asset--slider__content-info__count {
      font-family: "Verdana", sans; }
  .m-outline-asset--slider .m-outline-asset--slider__content-info__type {
    display: block;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Noto", serif;
    color: #b9c3db; }
    body.subsite-sabato .m-outline-asset--slider .m-outline-asset--slider__content-info__type {
      color: #acacac; }
    body.subsite-sas .m-outline-asset--slider .m-outline-asset--slider__content-info__type {
      font-family: "Verdana", sans;
      color: #FFFFFF; }
  .m-outline-asset--slider .m-outline-asset--slider__content {
    width: 340px; }

.m-outline-asset--quotation-shortcode {
  height: 23px;
  line-height: 19px;
  background: #fffaf4;
  border: 1px solid #e3d7c4;
  display: inline-block;
  cursor: default;
  position: relative;
  font-family: "Noto", serif;
  overflow: hidden; }
  .m-outline-asset--quotation-shortcode > .realtime {
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .m-outline-asset--quotation-shortcode.highlight--up {
    background: #2B873C; }
    .m-outline-asset--quotation-shortcode.highlight--up .m-outline-asset--quotation-shortcode__percentage, .m-outline-asset--quotation-shortcode.highlight--up .m-outline-asset--quotation-info__percentage {
      -webkit-transition: top 0.4s 0.5s ease;
      -ms-transition: top 0.4s 0.5s ease;
      -moz-transition: top 0.4s 0.5s ease;
      -o-transition: top 0.4s 0.5s ease;
      transition: top 0.4s 0.5s ease;
      color: #ffffff !important; }
    .m-outline-asset--quotation-shortcode.highlight--up .m-outline-asset--quotation-shortcode__name, .m-outline-asset--quotation-shortcode.highlight--up .m-outline-asset--quotation-info__name {
      color: #ffffff !important; }
  .m-outline-asset--quotation-shortcode.highlight--down {
    background: #CD4036; }
    .m-outline-asset--quotation-shortcode.highlight--down .m-outline-asset--quotation-shortcode__percentage, .m-outline-asset--quotation-shortcode.highlight--down .m-outline-asset--quotation-info__percentage {
      -webkit-transition: top 0.4s 0.5s ease;
      -ms-transition: top 0.4s 0.5s ease;
      -moz-transition: top 0.4s 0.5s ease;
      -o-transition: top 0.4s 0.5s ease;
      transition: top 0.4s 0.5s ease;
      color: #ffffff !important; }
    .m-outline-asset--quotation-shortcode.highlight--down .m-outline-asset--quotation-shortcode__name, .m-outline-asset--quotation-shortcode.highlight--down .m-outline-asset--quotation-info__name {
      color: #ffffff !important; }
  .m-outline-asset--quotation-shortcode.update .m-outline-asset--quotation-shortcode__percentage, .m-outline-asset--quotation-shortcode.update .m-outline-asset--quotation-info__percentage {
    top: 23px; }
  .m-outline-asset--quotation-shortcode > span:first-of-type {
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: block;
    width: 100%;
    height: 100%; }
  .m-outline-asset--quotation-shortcode .m-outline-asset--quotation-shortcode__name {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #59554e;
    font-weight: 700;
    text-transform: uppercase; }
  .m-outline-asset--quotation-shortcode .m-outline-asset--quotation-shortcode__percentage, .m-outline-asset--quotation-shortcode .m-outline-asset--quotation-info__percentage {
    position: relative;
    top: 0; }
    .m-outline-asset--quotation-shortcode .m-outline-asset--quotation-shortcode__percentage:after, .m-outline-asset--quotation-shortcode .m-outline-asset--quotation-info__percentage:after {
      content: attr(data-new-val);
      position: absolute;
      right: 0px;
      width: 100%;
      height: 22px;
      overflow: hidden;
      text-align: right;
      top: -23px; }
  .m-outline-asset--quotation-shortcode .m-outline-asset--quotation-shortcode__percentage {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-weight: 700; }
  .m-outline-asset--quotation-shortcode a {
    text-decoration: none !important; }

.m-outline-asset--quotation-shortcode.high .m-outline-asset--quotation-shortcode__name {
  color: #1E652B; }
.m-outline-asset--quotation-shortcode.high .m-outline-asset--quotation-shortcode__percentage {
  color: #1E652B; }
.m-outline-asset--quotation-shortcode.high.is-active {
  background: #1E652B;
  border: 1px solid #1E652B; }
  .m-outline-asset--quotation-shortcode.high.is-active .m-outline-asset--quotation-shortcode__name {
    color: #ffffff; }
  .m-outline-asset--quotation-shortcode.high.is-active .m-outline-asset--quotation-shortcode__percentage {
    color: #ffffff; }

.m-outline-asset--quotation-info__percentage.high {
  color: #1E652B; }

.m-outline-asset--quotation-shortcode.positive .m-outline-asset--quotation-shortcode__name {
  color: #2B873C; }
.m-outline-asset--quotation-shortcode.positive .m-outline-asset--quotation-shortcode__percentage {
  color: #2B873C; }
.m-outline-asset--quotation-shortcode.positive.is-active {
  background: #2B873C;
  border: 1px solid #2B873C; }
  .m-outline-asset--quotation-shortcode.positive.is-active .m-outline-asset--quotation-shortcode__name {
    color: #ffffff; }
  .m-outline-asset--quotation-shortcode.positive.is-active .m-outline-asset--quotation-shortcode__percentage {
    color: #ffffff; }

.m-outline-asset--quotation-info__percentage.positive {
  color: #2B873C; }

.m-outline-asset--quotation-shortcode.negative .m-outline-asset--quotation-shortcode__name {
  color: #CD4036; }
.m-outline-asset--quotation-shortcode.negative .m-outline-asset--quotation-shortcode__percentage {
  color: #CD4036; }
.m-outline-asset--quotation-shortcode.negative.is-active {
  background: #CD4036;
  border: 1px solid #CD4036; }
  .m-outline-asset--quotation-shortcode.negative.is-active .m-outline-asset--quotation-shortcode__name {
    color: #ffffff; }
  .m-outline-asset--quotation-shortcode.negative.is-active .m-outline-asset--quotation-shortcode__percentage {
    color: #ffffff; }

.m-outline-asset--quotation-info__percentage.negative {
  color: #CD4036; }

.m-outline-asset--quotation-shortcode.deep .m-outline-asset--quotation-shortcode__name {
  color: #A52C23; }
.m-outline-asset--quotation-shortcode.deep .m-outline-asset--quotation-shortcode__percentage {
  color: #A52C23; }
.m-outline-asset--quotation-shortcode.deep.is-active {
  background: #A52C23;
  border: 1px solid #A52C23; }
  .m-outline-asset--quotation-shortcode.deep.is-active .m-outline-asset--quotation-shortcode__name {
    color: #ffffff; }
  .m-outline-asset--quotation-shortcode.deep.is-active .m-outline-asset--quotation-shortcode__percentage {
    color: #ffffff; }

.m-outline-asset--quotation-info__percentage.deep {
  color: #A52C23; }

.m-outline-asset--quotation-shortcode.equal .m-outline-asset--quotation-shortcode__name {
  color: #84807C; }
.m-outline-asset--quotation-shortcode.equal .m-outline-asset--quotation-shortcode__percentage {
  color: #84807C; }
.m-outline-asset--quotation-shortcode.equal.is-active {
  background: #C6B49C;
  border: 1px solid #C6B49C; }
  .m-outline-asset--quotation-shortcode.equal.is-active .m-outline-asset--quotation-shortcode__name {
    color: #ffffff; }
  .m-outline-asset--quotation-shortcode.equal.is-active .m-outline-asset--quotation-shortcode__percentage {
    color: #ffffff; }

.m-outline-asset--quotation-info__percentage.equal {
  color: #84807C; }

.m-outline-asset--quotation-info {
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  display: none;
  max-width: 540px;
  background: #fef7ea;
  color: #454443; }
  .m-outline-asset--quotation-info.hidden {
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    display: none; }
  .m-outline-asset--quotation-info .l-grid__row :first-child .m-outline-asset--quotation-info__container {
    border-left: none; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__container {
    padding: 10px 15px;
    display: block;
    border-left: 1px solid #e3d7c4; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__content .l-grid__item {
    padding-left: 0px; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__content .l-grid__row {
    border-bottom: 1px solid #e3d7c4;
    margin-bottom: 0px;
    overflow: hidden; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__content .l-grid__row .l-grid__item:last-child .m-outline-asset--quotation-info__container {
      border: none; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__content .l-grid__row:last-child {
      border: none; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__header {
    display: block;
    background: #fdf3e5;
    width: 100%; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__title {
    padding: 0px 25px;
    padding: 0rem 2.5rem;
    font-size: 26px;
    font-size: 2.6rem;
    display: block;
    font-family: "Noto", serif;
    text-decoration: none;
    color: #2c3b78;
    padding-top: 20px;
    padding-bottom: 20px; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__title:after {
      content: "\f105";
      font-family: "FontAwesome";
      color: #b5ada3;
      padding-left: 10px; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__divider {
    display: block;
    width: 100%;
    height: 5px;
    background-image: url("../img/reaction-divider.png"); }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__details {
    padding-bottom: 9999px !important;
    margin-bottom: -9999px !important;
    border-right: 1px solid #e3d7c4; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__details__section {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3d7c4; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__details__section:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__price-link {
    color: #454443; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__price-link:hover {
      color: #454443; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__price {
    text-align: left;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
    color: #454443; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__percentage-link {
    display: inline-block; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__percentage {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: right;
    font-family: "Roboto Condensed", sans;
    font-weight: bold; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__details__title {
    color: #aaa094;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__details__number {
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    display: block; }
  .m-outline-asset--quotation-info .l-grid--full.m-outline-asset--quotation-info__details__sub-section {
    margin-top: 10px;
    margin-top: 1rem; }
    .m-outline-asset--quotation-info .l-grid--full.m-outline-asset--quotation-info__details__sub-section.first {
      padding-bottom: 10px;
      padding-bottom: 1rem;
      border-bottom: 1px solid #e3d7c4; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__details__time {
    text-align: right;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-size: 1.4rem; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__details__time:before {
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin: -2px 5px 0px 0px;
      margin: -0.2rem 0.5rem 0rem 0rem;
      content: "\f017"; }
  .m-outline-asset--quotation-info .m-outline-asset--quoation-info__graph-container {
    padding-bottom: 9999px !important;
    margin-bottom: -9999px !important; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__graph {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 175px; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__graph .m-outline-asset--quotation-info__graph__wrapper {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__analyst__row {
    display: block;
    margin-bottom: 5px;
    font-family: "Noto", serif; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__analyst__row:last-child {
    margin-bottom: 0px; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__analyst__link {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__analyst__link a {
      margin-left: 5px;
      margin-left: 0.5rem;
      font-size: 14px;
      font-size: 1.4rem; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__recommendation-container {
    padding-bottom: 9999px !important;
    margin-bottom: -9999px !important; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__recommendation__link {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 9px;
    margin-top: 0.9rem;
    text-align: center;
    padding: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #2c3b78;
    background-color: #fdf3e5;
    border: 1px solid #e3d7c4;
    display: block; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__recommendation__link:hover {
      background-color: #2c3b78;
      border: 1px solid #2c3b78;
      color: #FFF; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__actions__action {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    display: block; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__actions__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__actions__item {
    margin-top: 5px;
    margin-top: 0.5rem;
    display: block;
    color: #2c3b78; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__related__item {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    display: block;
    font-family: "Noto", serif;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #454443; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__related__item:before {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-right: 5px;
      margin-right: 0.5rem;
      content: "\f105"; }
    .m-outline-asset--quotation-info .m-outline-asset--quotation-info__related__item:hover {
      color: #2c3b78; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__community-container {
    padding-bottom: 9999px !important;
    margin-bottom: -9999px !important;
    border-right: 1px solid #e3d7c4; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__action-container {
    padding-bottom: 9999px !important;
    margin-bottom: -9999px !important;
    border-right: 1px solid #e3d7c4; }
  .m-outline-asset--quotation-info .m-outline-asset--quotation-info__related-container {
    padding-bottom: 9999px !important;
    margin-bottom: -9999px !important; }

.opentip .m-outline-asset--quotation-info {
  display: block; }

/*
** Outline assets - full width
*/
.isFullWidth {
  /*
  ** Different outline assets - full width
  */ }
  .isFullWidth .m-outline-asset--image {
    margin: 0 auto 20px auto !important;
    display: block !important;
    float: none !important;
    width: 100%;
    border-top: none !important;
    padding-top: 0 !important; }
    @media only screen and (min-width: 1280px) {
      body.immobile .isFullWidth .m-outline-asset--image {
        margin: 0 auto 20px auto !important; } }
    .isFullWidth .m-outline-asset--image .m-outline-asset--slider__content-wrapper {
      float: none !important; }
    .isFullWidth .m-outline-asset--image .m-outline-asset--slider__content-wrapper {
      width: 100%; }
    .isFullWidth .m-outline-asset--image .m-outline-asset--image__content {
      width: 100%;
      max-width: 100%; }
    .isFullWidth .m-outline-asset--image .m-outline-asset--image__content {
      display: block !important;
      float: none !important;
      width: 100% !important;
      margin-bottom: 20px !important;
      max-height: none; }
    .isFullWidth .m-outline-asset--image .m-outline-asset--image__description {
      display: block !important;
      float: none !important;
      width: 100% !important; }
      body.subsite-sabato .isFullWidth .m-outline-asset--image .m-outline-asset--image__description {
        font-size: 16px;
        font-size: 1.6rem;
        color: #7f7f7f;
        text-align: center;
        font-weight: 400; }
  .isFullWidth .m-outline-asset--slider {
    border-top: none !important;
    padding-top: 0 !important; }
    .isFullWidth .m-outline-asset--slider .m-outline-asset--slider__content-wrapper {
      margin-bottom: 10px !important;
      width: 530px !important; }
    .isFullWidth .m-outline-asset--slider .m-outline-asset--slider__content {
      width: 530px !important; }
    .isFullWidth .m-outline-asset--slider .m-outline-asset--slider__description {
      float: none !important;
      width: 100% !important; }
  .isFullWidth .m-outline-asset--webtv {
    border-top: none !important;
    padding-top: 0 !important; }
    .isFullWidth .m-outline-asset--webtv .m-outline-asset--webtv__content-wrapper {
      margin-bottom: 10px !important;
      width: 530px !important; }
    .isFullWidth .m-outline-asset--webtv .m-outline-asset--webtv__content {
      width: 530px !important; }
    .isFullWidth .m-outline-asset--webtv .m-outline-asset--webtv__description {
      float: none !important;
      width: 100% !important; }
  .isFullWidth .m-outline-asset--youtube {
    border-top: none !important;
    padding-top: 0 !important; }
    .isFullWidth .m-outline-asset--youtube iframe {
      margin-bottom: 10px !important;
      width: 530px !important; }
    .isFullWidth .m-outline-asset--youtube .m-outline-asset--webtv__description {
      float: none !important;
      width: 100% !important; }
  .isFullWidth .m-outline-asset--citation, .isFullWidth .m-outline-asset--number-citation, .isFullWidth .m-outline-asset--contract, .isFullWidth .m-outline-asset--tool {
    margin: 0 auto 20px auto !important;
    display: block !important;
    float: none !important;
    width: 400px !important; }
    @media only screen and (min-width: 1280px) {
      body.immobile .isFullWidth .m-outline-asset--citation, body.immobile .isFullWidth .m-outline-asset--number-citation, body.immobile .isFullWidth .m-outline-asset--contract, body.immobile .isFullWidth .m-outline-asset--tool {
        margin: 0 auto 20px auto !important; } }
    .isFullWidth .m-outline-asset--citation .m-outline-asset--slider__content-wrapper, .isFullWidth .m-outline-asset--number-citation .m-outline-asset--slider__content-wrapper, .isFullWidth .m-outline-asset--contract .m-outline-asset--slider__content-wrapper, .isFullWidth .m-outline-asset--tool .m-outline-asset--slider__content-wrapper {
      float: none !important; }
  .isFullWidth .m-outline-asset--poll, .isFullWidth .m-outline-asset--html-asset, .isFullWidth .m-outline-asset--webtv, .isFullWidth .m-outline-asset--youtube, .isFullWidth .m-outline-asset--slider {
    margin: 0 auto 20px auto !important;
    display: block !important;
    float: none !important;
    width: 530px !important; }
    @media only screen and (min-width: 1280px) {
      body.immobile .isFullWidth .m-outline-asset--poll, body.immobile .isFullWidth .m-outline-asset--html-asset, body.immobile .isFullWidth .m-outline-asset--webtv, body.immobile .isFullWidth .m-outline-asset--youtube, body.immobile .isFullWidth .m-outline-asset--slider {
        margin: 0 auto 20px auto !important; } }
    .isFullWidth .m-outline-asset--poll .m-outline-asset--slider__content-wrapper, .isFullWidth .m-outline-asset--html-asset .m-outline-asset--slider__content-wrapper, .isFullWidth .m-outline-asset--webtv .m-outline-asset--slider__content-wrapper, .isFullWidth .m-outline-asset--youtube .m-outline-asset--slider__content-wrapper, .isFullWidth .m-outline-asset--slider .m-outline-asset--slider__content-wrapper {
      float: none !important; }

.m-outline-asset__inlinevideo {
  position: relative;
  display: block; }
  .m-outline-asset__inlinevideo:after {
    content: '';
    background: url('../img/play.png');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%; }

.m-reaction-count--top-left {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--top-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b5ada3;
    top: -4px;
    left: 10px; }

.m-reaction-count--top-center {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--top-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b5ada3;
    top: -4px;
    left: "/2-5px"; }

.m-reaction-count--top-right {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--top-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b5ada3;
    top: -4px;
    right: 10px; }

.m-reaction-count--bottom-left {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--bottom-left:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b5ada3;
    bottom: -4px;
    left: 10px; }

.m-reaction-count--bottom-center {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--bottom-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b5ada3;
    bottom: -4px;
    left: "/2-5px"; }

.m-reaction-count--bottom-right {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--bottom-right:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b5ada3;
    bottom: -4px;
    right: 10px; }

.m-reaction-count--right-top {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--right-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid #b5ada3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -4px;
    top: 10px; }

.m-reaction-count--right-center {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--right-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid #b5ada3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -4px;
    top: 5px; }

.m-reaction-count--right-bottom {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--right-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-left: 5px solid #b5ada3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -4px;
    bottom: 10px; }

.m-reaction-count--left-top {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--left-top:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 5px solid #b5ada3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -4px;
    top: 10px; }

.m-reaction-count--left-center {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--left-center:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 5px solid #b5ada3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -4px;
    top: 5px; }

.m-reaction-count--left-bottom {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica", "Arial", sans;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  text-align: center;
  min-width: 25px;
  height: 20px;
  background-color: #b5ada3; }
  .m-reaction-count--left-bottom:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    content: "";
    border-right: 5px solid #b5ada3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -4px;
    bottom: 10px; }

.m-ad {
  display: inline-block;
  vertical-align: top; }
  .m-ad.m-ad--centered {
    text-align: center; }
    .m-ad.m-ad--centered > .js-dfpAdPosSR {
      margin: 10px 0;
      display: block; }
  .m-ad.m-ad--highlight {
    background-color: #faeede; }
    .m-ad.m-ad--highlight > * {
      padding: 20px 0; }
  .m-ad.m-ad--block {
    display: block !important; }
  @media only screen and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-ad {
      max-width: 468px;
      display: block;
      margin: 0 auto; } }
  body.mobile.subsite-sabato .m-ad {
    max-width: 468px;
    display: block;
    margin: 0 auto; }
  body.non-responsive.subsite-sabato .m-ad {
    max-width: 468px;
    display: block;
    margin: 0 auto; }
  @media only screen and (min-width: 1120px) {
    body.immobile.subsite-sabato .m-ad {
      display: inline-block;
      margin: 0; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-ad {
      display: block; } }
  .m-ad .m-ad__title {
    font-size: 14px;
    font-size: 1.4rem;
    color: #84807c;
    font-style: italic;
    text-align: left;
    font-weight: 400;
    margin: 0 0 10px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-ad .m-ad__title {
        margin: 0 0 10px;
        height: auto;
        line-height: 1; } }
    body.subsite-sabato .m-ad .m-ad__title {
      text-align: left; }
    @media only screen and (max-width: 1119px) {
      body.immobile.subsite-sabato .m-ad .m-ad__title {
        text-align: center; } }
    body.mobile.subsite-sabato .m-ad .m-ad__title {
      text-align: center; }
    body.non-responsive.subsite-sabato .m-ad .m-ad__title {
      text-align: center; }

.m-ad--open.imu {
  min-height: 250px; }
.m-ad--open.leader {
  min-height: 170px; }

.m-mediamaster-pointer {
  cursor: hand; }

.m-mediamaster--zen-default {
  width: 100%;
  height: 594px;
  background: #c2b6a4; }

.m-mediamaster {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 0px;
  cursor: pointer; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-mediamaster {
      margin: 0; } }
  .m-mediamaster img {
    max-width: 774px;
    max-width: 77.4rem;
    width: 100%;
    height: auto; }
  .m-mediamaster .m-mediamaster__zoom {
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #ffffff;
    text-decoration: none; }
    .m-mediamaster .m-mediamaster__zoom:before {
      font-size: 30px;
      font-size: 3rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f002"; }

.m-mediamaster--longread {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 0px;
  cursor: pointer; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-mediamaster--longread {
      margin: 0; } }
  .m-mediamaster--longread img {
    max-width: 774px;
    max-width: 77.4rem;
    width: 100%;
    height: auto; }
  .m-mediamaster--longread .m-mediamaster__zoom {
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #ffffff;
    text-decoration: none; }
    .m-mediamaster--longread .m-mediamaster__zoom:before {
      font-size: 30px;
      font-size: 3rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f002"; }
  .m-mediamaster--longread img {
    max-width: none; }

.m-mediamaster-actions--is-relative {
  position: relative;
  width: 100%;
  text-align: left; }
  .m-mediamaster-actions--is-relative.left {
    text-align: left; }
  .m-mediamaster-actions--is-relative.right {
    text-align: right; }

.m-mediamaster-actions--is-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left; }
  .m-mediamaster-actions--is-absolute.left {
    text-align: left; }
  .m-mediamaster-actions--is-absolute.right {
    text-align: right; }

.m-mediamaster-asset {
  width: 90px;
  height: 90px;
  background: #2c3b78;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding-top: 18px;
  margin-right: 1px; }
  .m-mediamaster-asset:hover {
    background-color: #212d5b; }
    body.subsite-sabato .m-mediamaster-asset:hover {
      background-color: #2c2c2c; }
  .m-mediamaster-asset:last-child {
    margin-right: 0; }
  body.subsite-sabato .m-mediamaster-asset {
    background: #434343; }
  body.subsite-sas .m-mediamaster-asset {
    background: #69a7ca; }
  .m-mediamaster-asset .m-mediamaster-asset__info {
    text-align: center;
    margin: 0px; }
  .m-mediamaster-asset .m-mediamaster-asset__count {
    font-size: 40px;
    font-size: 4rem;
    display: block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #ffffff;
    line-height: 1; }
    body.subsite-sabato .m-mediamaster-asset .m-mediamaster-asset__count {
      font-size: 42px;
      font-size: 4.2rem;
      font-family: "Playfair Display", serif;
      color: #ffffff; }
    body.subsite-sas .m-mediamaster-asset .m-mediamaster-asset__count {
      font-size: 35px;
      font-size: 3.5rem;
      font-family: "Verdana", sans;
      color: #FFFFFF; }
  .m-mediamaster-asset .m-mediamaster-asset__type {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    font-family: "Noto", serif;
    font-weight: 700;
    color: #b9c3db;
    line-height: 1; }
    body.subsite-sabato .m-mediamaster-asset .m-mediamaster-asset__type {
      color: #acacac; }
    body.subsite-sas .m-mediamaster-asset .m-mediamaster-asset__type {
      font-family: "Verdana", sans;
      color: #FFFFFF; }

.m-read-more .m-read-more__list__item {
  list-style-type: none;
  border-bottom: 1px solid #e3d7c4;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  body.subsite-sabato .m-read-more .m-read-more__list__item {
    border-bottom: 1px solid #000000; }
    body.subsite-sabato .m-read-more .m-read-more__list__item:last-child {
      border-bottom: none; }
  .m-read-more .m-read-more__list__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
.m-read-more .m-read-more__list__item__link {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #2c3b78;
  text-decoration: none;
  display: table; }
  .m-read-more .m-read-more__list__item__link:hover {
    color: #8FA1CB; }
  body.subsite-sabato .m-read-more .m-read-more__list__item__link {
    color: #454443; }
    body.subsite-sabato .m-read-more .m-read-more__list__item__link:hover {
      color: false; }
  body.subsite-sas .m-read-more .m-read-more__list__item__link {
    color: #625f5c; }
  .m-read-more .m-read-more__list__item__link:before {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-right: 10px;
    padding-right: 1rem;
    padding-top: 4px;
    padding-top: 0.4rem; }
    body.subsite-sabato .m-read-more .m-read-more__list__item__link:before {
      color: false; }
  .m-read-more .m-read-more__list__item__link.article:before {
    content: "\f0ca"; }
  .m-read-more .m-read-more__list__item__link.webtv:before {
    content: "\f04b"; }
  .m-read-more .m-read-more__list__item__link.youtube:before {
    content: "\f04b"; }
  .m-read-more .m-read-more__list__item__link.document:before {
    content: "\f0c6"; }
  .m-read-more .m-read-more__list__item__link.image_slider:before {
    content: "\f030"; }
  .m-read-more .m-read-more__list__item__link.poll:before {
    content: "\f00c"; }
  .m-read-more .m-read-more__list__item__link.tool:before {
    content: "\f0e4"; }
  .m-read-more .m-read-more__list__item__link.liveblog:before {
    content: null; }
  .m-read-more .m-read-more__list__item__link.dossier:before {
    content: "\f07b"; }
  .m-read-more .m-read-more__list__item__link.contract:before {
    content: "\f0ea"; }
  .m-read-more .m-read-more__list__item__link.link:before {
    content: "\f0ac"; }
.m-read-more .m-read-more__list__item__title {
  display: table-cell;
  vertical-align: top; }

.m-annual-report {
  margin: 0 auto; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-annual-report {
      margin: 0; } }
  .m-annual-report.annualreport .m-annual-report__link, .m-annual-report.companyguide .m-annual-report__link {
    display: table;
    width: 100%; }
    .m-annual-report.annualreport .m-annual-report__link:after, .m-annual-report.companyguide .m-annual-report__link:after {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: table-cell;
      vertical-align: middle;
      content: "\f105";
      color: #c2b6a4;
      text-align: right; }
    .m-annual-report.annualreport .m-annual-report__link .m-annual-report__link__text, .m-annual-report.companyguide .m-annual-report__link .m-annual-report__link__text {
      font-size: 12px;
      font-size: 1.2rem;
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      text-transform: uppercase;
      font-weight: 700; }
  .m-annual-report .m-annual-report__content {
    background: #fffaf4;
    padding: 10px 10px 0 10px; }
    .l-main-container-article__sidebar-to-the-right .m-annual-report .m-annual-report__content, .l-main-container-article__sidebar-inline .m-annual-report .m-annual-report__content {
      border-left: 1px solid #e3d7c4;
      border-right: 1px solid #e3d7c4; }
    body.subsite-sabato .m-annual-report .m-annual-report__content {
      background: #FFFFFF; }
      .l-main-container-article__sidebar-to-the-right body.subsite-sabato .m-annual-report .m-annual-report__content, .l-main-container-article__sidebar-inline body.subsite-sabato .m-annual-report .m-annual-report__content {
        border-left: 1px solid #acacac;
        border-right: 1px solid #acacac; }
    .m-annual-report .m-annual-report__content:nth-child(2), .m-annual-report .m-annual-report__content.first {
      border-top: 1px solid #e3d7c4; }
      body.subsite-sabato .m-annual-report .m-annual-report__content:nth-child(2), body.subsite-sabato .m-annual-report .m-annual-report__content.first {
        border-top: 1px solid #acacac; }
    .m-annual-report .m-annual-report__content.last {
      border-bottom: 1px solid #e3d7c4; }
      .m-annual-report .m-annual-report__content.last .m-annual-report__link {
        border-bottom: none; }
    .m-annual-report .m-annual-report__content.only {
      border-top: 1px solid #e3d7c4;
      border-bottom: 1px solid #e3d7c4; }
      .m-annual-report .m-annual-report__content.only .m-annual-report__link {
        border-bottom: none; }
  .m-annual-report .m-annual-report__link {
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid #e3d7c4;
    padding-bottom: 10px;
    display: block;
    font-family: "Roboto", sans-serif; }
  .m-annual-report .m-annual-report__link__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #2c3b78;
    display: block; }
    .m-annual-report .m-annual-report__link__text:hover {
      color: #8FA1CB; }

.m-search-box:hover .m-search-box__link {
  display: none; }
.m-search-box:hover .m-search-box__inner {
  display: block; }

.m-search-box__link {
  border-top: 1px solid #e3d7c4;
  height: 50px; }

.m-search-box__link, .m-search-box__advanced__link {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #2c3b78; }

.m-search-box__link:before, .m-search-box__form__button:before {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  margin-right: 10px;
  color: #b5ada3;
  content: "\f002"; }

.m-search-box__inner {
  display: none;
  background-color: #fdf3e5;
  height: 50px;
  width: 510px;
  border: 1px solid #e3d7c4;
  border-bottom: none; }

.m-search-box__form {
  display: inline-block;
  vertical-align: middle; }
  .m-search-box__form .m-search-box__form__input {
    margin-left: 15px;
    background-color: #fdf3e5; }
  .m-search-box__form .m-search-box__form__button {
    margin: 0 15px;
    color: #2c3b78; }
  .m-search-box__form .m-search-box__form__input {
    border: none;
    border-bottom: 1px dashed #b7c4da; }

.m-search-box__advanced {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #e3d7c4; }

.m-search-box__advanced__plus {
  content: '+';
  color: #b5ada3;
  margin-left: 0px;
  font-weight: bold;
  margin-right: 5px;
  font-size: 21px;
  font-size: 2.1rem; }

.m-reaction {
  zoom: 1;
  padding: 30px;
  width: 100%;
  border-top: 1px solid #e3d7c4; }
  .m-reaction:before, .m-reaction:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-reaction:after {
    clear: both; }
  .m-reaction.first {
    border-top: none; }

.m-reaction--response {
  zoom: 1;
  padding: 30px;
  width: 100%;
  border-top: 1px solid #e3d7c4;
  padding-left: 50px; }
  .m-reaction--response:before, .m-reaction--response:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-reaction--response:after {
    clear: both; }
  .m-reaction--response.first {
    border-top: none; }

.m-reaction__container {
  position: relative;
  width: 100%; }

.m-reaction__header {
  margin-bottom: 15px; }

.m-reaction__author, .m-reaction__time, .m-reaction__ratingtitle {
  display: inline-block;
  vertical-align: bottom; }
  .m-reaction__author .l-reaction-panel__spelregels, .m-reaction__time .l-reaction-panel__spelregels, .m-reaction__ratingtitle .l-reaction-panel__spelregels {
    padding-left: 95px; }

.m-reaction__currency {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #c2b6a4;
  display: inline-block;
  vertical-align: middle; }

.m-reaction__author {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 20px;
  border-right: 1px solid #e3d7c4;
  line-height: 1; }

.m-reaction__ratingtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 20px;
  line-height: 1;
  padding-left: 29px;
  margin-bottom: 15px; }

.m-reaction__time {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 0;
  font-family: "Roboto", sans-serif;
  color: #c2b6a4; }
  .m-reaction__time:before {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f017";
    margin-right: 10px; }

.m-reaction__text {
  font-size: 15px;
  font-size: 1.5rem;
  color: #454443;
  line-height: 24px; }

.m-reaction__content {
  padding-right: 35px;
  padding-right: 3.5rem; }

.m-reaction__interaction-container {
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.m-reaction__interaction__respond__button {
  position: absolute;
  bottom: 0;
  right: 0; }

.m-reaction--ad {
  zoom: 1;
  padding: 30px;
  width: 100%;
  border-top: 1px solid #e3d7c4;
  text-align: center;
  background-color: #faeede; }
  .m-reaction--ad:before, .m-reaction--ad:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-reaction--ad:after {
    clear: both; }
  .m-reaction--ad.first {
    border-top: none; }

.m-reaction-input {
  font-size: 16px;
  font-size: 1.6rem;
  background: #e3d7c4;
  width: auto;
  height: 130px;
  position: relative; }
  body.subsite-sabato .m-reaction-input {
    background: #acacac; }

.m-reaction-input__textarea, .m-reaction-input__count {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #454443; }
  body.subsite-sabato .m-reaction-input__textarea, body.subsite-sabato .m-reaction-input__count {
    color: #434343; }

.m-reaction-input__textarea {
  width: 100%;
  height: 105px;
  border: none;
  background: none;
  padding: 18px 22px;
  line-height: 1; }
  .m-reaction-input__textarea::-webkit-input-placeholder {
    color: #434343; }
  .m-reaction-input__textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #434343; }
  .m-reaction-input__textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #434343; }
  .m-reaction-input__textarea:-ms-input-placeholder {
    color: #434343; }

.m-reaction-input__count {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  right: 20px;
  bottom: 10px;
  line-height: 1;
  color: #84807c; }

.m-reaction-input--top-left:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #e3d7c4;
  top: -12px;
  left: 26px; }
body.subsite-sabato .m-reaction-input--top-left:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #acacac;
  top: -12px;
  left: 26px; }

.m-reaction-input--top-center:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #e3d7c4;
  top: -12px;
  left: 257pxpx; }
body.subsite-sabato .m-reaction-input--top-center:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #acacac;
  top: -12px;
  left: 257pxpx; }

.m-reaction-input--top-right:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #e3d7c4;
  top: -12px;
  right: 26px; }
body.subsite-sabato .m-reaction-input--top-right:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #acacac;
  top: -12px;
  right: 26px; }

.m-reaction-input--bottom-left:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #e3d7c4;
  bottom: -12px;
  left: 26px; }
body.subsite-sabato .m-reaction-input--bottom-left:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #acacac;
  bottom: -12px;
  left: 26px; }

.m-reaction-input--bottom-center:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #e3d7c4;
  bottom: -12px;
  left: 257pxpx; }
body.subsite-sabato .m-reaction-input--bottom-center:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #acacac;
  bottom: -12px;
  left: 257pxpx; }

.m-reaction-input--bottom-right:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #e3d7c4;
  bottom: -12px;
  right: 26px; }
body.subsite-sabato .m-reaction-input--bottom-right:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #acacac;
  bottom: -12px;
  right: 26px; }

.m-reaction-input--right-top:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid #e3d7c4;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -12px;
  top: 26px; }
body.subsite-sabato .m-reaction-input--right-top:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid #acacac;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -12px;
  top: 26px; }

.m-reaction-input--right-center:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid #e3d7c4;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -12px;
  top: 52pxpx; }
body.subsite-sabato .m-reaction-input--right-center:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid #acacac;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -12px;
  top: 52pxpx; }

.m-reaction-input--right-bottom:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid #e3d7c4;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -12px;
  bottom: 26px; }
body.subsite-sabato .m-reaction-input--right-bottom:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-left: 13px solid #acacac;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  right: -12px;
  bottom: 26px; }

.m-reaction-input--left-top:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-right: 13px solid #e3d7c4;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -12px;
  top: 26px; }
body.subsite-sabato .m-reaction-input--left-top:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-right: 13px solid #acacac;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -12px;
  top: 26px; }

.m-reaction-input--left-center:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-right: 13px solid #e3d7c4;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -12px;
  top: 52pxpx; }
body.subsite-sabato .m-reaction-input--left-center:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-right: 13px solid #acacac;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -12px;
  top: 52pxpx; }

.m-reaction-input--left-bottom:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-right: 13px solid #e3d7c4;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -12px;
  bottom: 26px; }
body.subsite-sabato .m-reaction-input--left-bottom:before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  content: "";
  border-right: 13px solid #acacac;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  left: -12px;
  bottom: 26px; }

.sub-nav__kanaal {
  position: relative;
  height: 100px;
  display: block;
  text-decoration: none;
  background: #2c3b78; }
  .sub-nav__kanaal:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    width: 100%;
    height: 100%; }
  .sub-nav__kanaal .sub-nav__kanaal__background {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover; }
    .sub-nav__kanaal .sub-nav__kanaal__background.most-read {
      background-image: url("../img/tijd/sub-nav/most-read.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.most-read {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/most-read@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.kaaiman {
      background-image: url("../img/tijd/sub-nav/kaaiman.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.kaaiman {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/kaaiman@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.t-zine {
      background-image: url("../img/tijd/sub-nav/t-zine.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.t-zine {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/t-zine@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.subscribe {
      background-image: url("../img/tijd/sub-nav/subscribe.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.subscribe {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/subscribe@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.stocks {
      background-image: url("../img/tijd/sub-nav/stocks.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.stocks {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/stocks@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.funds {
      background-image: url("../img/tijd/sub-nav/funds.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.funds {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/funds@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.exchange-rate {
      background-image: url("../img/tijd/sub-nav/exchange-rate.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.exchange-rate {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/exchange-rate@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.materials {
      background-image: url("../img/tijd/sub-nav/materials.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.materials {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/materials@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.interest {
      background-image: url("../img/tijd/sub-nav/interest.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.interest {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/interest@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.agenda {
      background-image: url("../img/tijd/sub-nav/agenda.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.agenda {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/agenda@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.model {
      background-image: url("../img/tijd/sub-nav/model.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.model {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/model@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.tools {
      background-image: url("../img/tijd/sub-nav/tools.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.tools {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/tools@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.property {
      background-image: url("../img/tijd/sub-nav/property.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.property {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/property@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.gastronomy {
      background-image: url("../img/tijd/sub-nav/gastronomy.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.gastronomy {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/gastronomy@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.travel {
      background-image: url("../img/tijd/sub-nav/travel.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.travel {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/travel@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.design {
      background-image: url("../img/tijd/sub-nav/design.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.design {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/design@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.wijntijd {
      background-image: url("../img/tijd/sub-nav/wijntijd.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.wijntijd {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/wijntijd@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.abo {
      background-image: url("../img/tijd/sub-nav/abo.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.abo {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/abo@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.eshop {
      background-image: url("../img/tijd/sub-nav/eshop.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.eshop {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/eshop@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.buzness {
      background-image: url("../img/tijd/sub-nav/buzness.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.buzness {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/buzness@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.edito {
      background-image: url("../img/tijd/sub-nav/edito.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.edito {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/edito@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.manage {
      background-image: url("../img/tijd/sub-nav/manage.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.manage {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/manage@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.archive {
      background-image: url("../img/tijd/sub-nav/archive.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.archive {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/archive@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.helpcenter {
      background-image: url("../img/tijd/sub-nav/helpcenter.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.helpcenter {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/helpcenter@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.move {
      background-image: url("../img/tijd/sub-nav/move.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal .sub-nav__kanaal__background.move {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/move@2x.png"); } }
    .sub-nav__kanaal .sub-nav__kanaal__background.subscribe, .sub-nav__kanaal .sub-nav__kanaal__background.kaaiman {
      background-color: white; }

.sub-nav__kanaal--big {
  position: relative;
  height: 100px;
  display: block;
  text-decoration: none;
  background: #2c3b78; }
  .sub-nav__kanaal--big:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    width: 100%;
    height: 100%; }
  .sub-nav__kanaal--big .sub-nav__kanaal__background {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover; }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.most-read {
      background-image: url("../img/tijd/sub-nav/most-read.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.most-read {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/most-read@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.kaaiman {
      background-image: url("../img/tijd/sub-nav/kaaiman.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.kaaiman {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/kaaiman@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.t-zine {
      background-image: url("../img/tijd/sub-nav/t-zine.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.t-zine {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/t-zine@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.subscribe {
      background-image: url("../img/tijd/sub-nav/subscribe.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.subscribe {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/subscribe@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.stocks {
      background-image: url("../img/tijd/sub-nav/stocks.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.stocks {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/stocks@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.funds {
      background-image: url("../img/tijd/sub-nav/funds.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.funds {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/funds@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.exchange-rate {
      background-image: url("../img/tijd/sub-nav/exchange-rate.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.exchange-rate {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/exchange-rate@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.materials {
      background-image: url("../img/tijd/sub-nav/materials.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.materials {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/materials@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.interest {
      background-image: url("../img/tijd/sub-nav/interest.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.interest {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/interest@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.agenda {
      background-image: url("../img/tijd/sub-nav/agenda.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.agenda {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/agenda@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.model {
      background-image: url("../img/tijd/sub-nav/model.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.model {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/model@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.tools {
      background-image: url("../img/tijd/sub-nav/tools.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.tools {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/tools@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.property {
      background-image: url("../img/tijd/sub-nav/property.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.property {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/property@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.gastronomy {
      background-image: url("../img/tijd/sub-nav/gastronomy.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.gastronomy {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/gastronomy@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.travel {
      background-image: url("../img/tijd/sub-nav/travel.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.travel {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/travel@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.design {
      background-image: url("../img/tijd/sub-nav/design.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.design {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/design@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.wijntijd {
      background-image: url("../img/tijd/sub-nav/wijntijd.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.wijntijd {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/wijntijd@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.abo {
      background-image: url("../img/tijd/sub-nav/abo.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.abo {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/abo@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.eshop {
      background-image: url("../img/tijd/sub-nav/eshop.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.eshop {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/eshop@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.buzness {
      background-image: url("../img/tijd/sub-nav/buzness.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.buzness {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/buzness@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.edito {
      background-image: url("../img/tijd/sub-nav/edito.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.edito {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/edito@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.manage {
      background-image: url("../img/tijd/sub-nav/manage.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.manage {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/manage@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.archive {
      background-image: url("../img/tijd/sub-nav/archive.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.archive {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/archive@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.helpcenter {
      background-image: url("../img/tijd/sub-nav/helpcenter.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.helpcenter {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/helpcenter@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.move {
      background-image: url("../img/tijd/sub-nav/move.png");
      background-position: center center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .sub-nav__kanaal--big .sub-nav__kanaal__background.move {
          /* Retina-specific stuff here */
          background-image: url("../img/tijd/sub-nav/move@2x.png"); } }
    .sub-nav__kanaal--big .sub-nav__kanaal__background.subscribe, .sub-nav__kanaal--big .sub-nav__kanaal__background.kaaiman {
      background-color: white; }
  .sub-nav__kanaal--big span {
    max-width: none; }
  .sub-nav__kanaal--big .sub-nav__kanaal__titel:after {
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f105";
    position: relative;
    top: -1px;
    top: -0.1rem;
    margin-left: 10px;
    margin-left: 1rem; }
  .sub-nav__kanaal--big .sub-nav__kanaal__background--big {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-color: #fffaf3;
    -webkit-perspective: 350px;
    perspective: 350px;
    overflow: hidden; }
  .sub-nav__kanaal--big .sub-nav__kanaal__background__wrapper {
    width: 80%;
    height: 120%;
    position: absolute;
    left: 10%;
    bottom: -20%;
    overflow: hidden;
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
    box-shadow: -2px 0 10px #888888; }
    .sub-nav__kanaal--big .sub-nav__kanaal__background__wrapper img {
      width: 100%;
      height: auto;
      max-height: none; }

.sub-nav__kanaal__titel {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #fffaf3;
  font-weight: 400;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  padding: 4px 8px;
  max-width: 100px;
  z-index: 5; }
  .sub-nav__kanaal__titel.have-arrow:after {
    margin-left: 5px;
    margin-left: 0.5rem;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: baseline;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    content: "\f105";
    position: relative;
    top: 1px; }

.sub-nav__kanaal__titel--abonneer {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #fffaf3;
  font-weight: 400;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  padding: 4px 8px;
  max-width: 100px;
  z-index: 5;
  background-color: #c75845; }
  .sub-nav__kanaal__titel--abonneer.have-arrow:after {
    margin-left: 5px;
    margin-left: 0.5rem;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: baseline;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    content: "\f105";
    position: relative;
    top: 1px; }

.sub-nav__kanaal__titel--block {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #fffaf3;
  font-weight: 400;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  padding: 4px 8px;
  max-width: 100px;
  z-index: 5;
  background: #2c3b78; }
  .sub-nav__kanaal__titel--block.have-arrow:after {
    margin-left: 5px;
    margin-left: 0.5rem;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: baseline;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    content: "\f105";
    position: relative;
    top: 1px; }

.m-table {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  width: 100%;
  color: #59554e;
  border: 1px solid #E3D6C3;
  font-family: "Roboto", sans-serif; }
  .m-table th {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 10px 12px;
    padding: 0.8rem 1rem 1.2rem;
    border-right: 1px solid #ECE1CF;
    background: #E3D6C3;
    text-align: left;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans; }
    .m-table th.empty {
      background: #fef7ea;
      border: 1px solid #fef7ea;
      border-bottom: 1px solid #E3D6C3;
      border-right: 1px solid #E3D6C3; }
    .m-table th.sortcol {
      cursor: pointer; }
  .m-table tr {
    background: #fef7ea; }
    .m-table tr:hover {
      background: #efe3cc; }
    .m-table tr.odd {
      background: #f5eedf; }
      .m-table tr.odd:hover {
        background: #efe3cc; }
  .m-table .total td {
    background: #f5eedf;
    font-weight: bold; }
  .m-table td {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    cursor: default;
    color: #59554e;
    padding: 8px 10px;
    padding: 0.8rem 1rem;
    border-right: 1px solid #E3D6C3; }
    .m-table td span {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      cursor: default;
      color: #59554e; }
    .m-table td.sortcol {
      cursor: pointer; }
  .m-table .positive, .m-table .pos {
    color: #23843f; }
  .m-table .negative, .m-table .neg {
    color: #ca4036; }

.m-table--green-red {
  background: #E6D7C4;
  width: 100%;
  height: 8px;
  zoom: 1; }
  .m-table--green-red:before, .m-table--green-red:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-table--green-red:after {
    clear: both; }
  .m-table--green-red .m-table--green-red__marker_green {
    float: left;
    width: 40%;
    height: 5px;
    background: #34883A; }
  .m-table--green-red .m-table--green-red__marker_red {
    float: left;
    width: 60%;
    height: 5px;
    position: relative;
    background: #c43c3b url('../img/arrow_green-red.png') no-repeat top left; }
    .m-table--green-red .m-table--green-red__marker_red:after {
      content: '';
      width: 16px;
      height: 8px;
      position: absolute;
      background: #c43c3b url('../img/arrow_green-red.png') no-repeat top left;
      top: 0;
      left: 0; }

.more-info {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../img/more_info.png') no-repeat 0 0;
  float: right; }

.m-more-block {
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e3d7c4;
  margin-bottom: 20px; }
  body.subsite-sabato .m-more-block {
    border-bottom: 1px solid #000000;
    min-height: 385px; }
  .m-more-block .m-more-block__container {
    zoom: 1; }
    .m-more-block .m-more-block__container:before, .m-more-block .m-more-block__container:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-more-block .m-more-block__container:after {
      clear: both; }
  .m-more-block .m-more-block__image-container {
    width: 120px;
    float: left;
    margin-right: 20px; }
    body.subsite-sabato .m-more-block .m-more-block__image-container {
      float: none;
      display: block;
      width: 100%; }
      body.subsite-sabato .m-more-block .m-more-block__image-container img {
        max-width: 100%;
        max-height: 100%; }
  .m-more-block .m-more-block__image {
    width: 100%; }
  .m-more-block .m-more-block__text {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    line-height: 1.2;
    color: #454443; }
    .m-more-block .m-more-block__text:hover {
      color: #2c3b78; }
    body.subsite-sabato .m-more-block .m-more-block__text {
      font-size: 25px;
      font-size: 2.5rem;
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      font-family: "Playfair Display", serif;
      color: #434343; }
  body.subsite-sabato .m-more-block .m-more-block__intro {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Noto", serif;
    color: #434343; }
  .m-more-block .m-more-block__footer {
    width: 100%;
    height: 20px; }
  .m-more-block .m-more-block__footer__reaction-count {
    position: absolute;
    right: 0;
    bottom: 0; }

.m-eshop {
  margin: 0 auto;
  border: 1px solid #e3d7c4; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-eshop {
      margin: 0; } }
  .m-eshop .m-eshop__content {
    background: #fffaf4;
    padding: 10px 10px 0 10px;
    display: table;
    padding: 10px;
    border-bottom: 1px solid #e3d7c4; }
    .l-main-container-article__sidebar-to-the-right .m-eshop .m-eshop__content, .l-main-container-article__sidebar-inline .m-eshop .m-eshop__content {
      border-left: 1px solid #e3d7c4;
      border-right: 1px solid #e3d7c4; }
    body.subsite-sabato .m-eshop .m-eshop__content {
      background: #FFFFFF; }
      .l-main-container-article__sidebar-to-the-right body.subsite-sabato .m-eshop .m-eshop__content, .l-main-container-article__sidebar-inline body.subsite-sabato .m-eshop .m-eshop__content {
        border-left: 1px solid #acacac;
        border-right: 1px solid #acacac; }
    .m-eshop .m-eshop__content:nth-child(2), .m-eshop .m-eshop__content.first {
      border-top: 1px solid #e3d7c4; }
      body.subsite-sabato .m-eshop .m-eshop__content:nth-child(2), body.subsite-sabato .m-eshop .m-eshop__content.first {
        border-top: 1px solid #acacac; }
    .m-eshop .m-eshop__content.last {
      border-bottom: 1px solid #e3d7c4; }
      .m-eshop .m-eshop__content.last .m-annual-report__link {
        border-bottom: none; }
    .m-eshop .m-eshop__content.only {
      border-top: 1px solid #e3d7c4;
      border-bottom: 1px solid #e3d7c4; }
      .m-eshop .m-eshop__content.only .m-annual-report__link {
        border-bottom: none; }
    .m-eshop .m-eshop__content:hover .m-eshop__content__info__title {
      color: #8FA1CB; }
  .m-eshop.no-border {
    border: none; }
    .m-eshop.no-border .m-eshop__content {
      border-top: none; }
  .m-eshop.lonely .m-eshop__content {
    border: 1px solid #e3d7c4; }
  .m-eshop.finance .m-eshop__content__info__intro {
    margin-bottom: 14px; }
  .m-eshop.finance .m-eshop__content__info__price-container, .m-eshop.finance .m-eshop__content__info__submit-container {
    width: auto !important; }
  .m-eshop.finance .m-eshop__content__info__price-container {
    margin-right: 10px; }
  .m-eshop.finance .m-eshop__content__info__submit {
    color: #ffffff !important;
    background: #2c3b78 !important; }
  .m-eshop.finance .m-eshop__content__info__price {
    color: #2c3b78 !important; }
  .m-eshop .m-eshop__content__teaser, .m-eshop .m-eshop__content__info {
    display: table-cell;
    vertical-align: top; }
  .m-eshop .m-eshop__content__teaser {
    width: 120px;
    padding-right: 10px; }
    .m-eshop .m-eshop__content__teaser img {
      width: 90px;
      height: 128px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-eshop .m-eshop__content__teaser {
        width: 100px; } }
  .m-eshop .m-eshop__content__info__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem 0.5rem 0rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
  .m-eshop .m-eshop__content__info__intro {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem 0.5rem 0rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
  .m-eshop .m-eshop__content__info__price-container, .m-eshop .m-eshop__content__info__submit-container {
    display: inline-block;
    vertical-align: middle; }
  .m-eshop .m-eshop__content__info__price-container {
    margin-right: 20px;
    margin-right: 2rem; }
  .m-eshop .m-eshop__content__info__price {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78; }
    body.subsite-sabato .m-eshop .m-eshop__content__info__price {
      color: #434343; }
    body.subsite-finance .m-eshop .m-eshop__content__info__price {
      color: #0073AB; }
    body.subsite-sas .m-eshop .m-eshop__content__info__price {
      color: #625f5c; }
  .m-eshop .m-eshop__content__info__submit {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    font-weight: 700;
    padding: 6px 12px; }
    body.subsite-sabato .m-eshop .m-eshop__content__info__submit {
      background: #434343;
      color: #FFFFFF; }
    body.subsite-finance .m-eshop .m-eshop__content__info__submit {
      background: #0073AB;
      color: #FFFFFF; }
    body.subsite-sas .m-eshop .m-eshop__content__info__submit {
      background: #69a7ca;
      color: #FFFFFF; }

.m-article-list-item--full-title {
  list-style-type: none;
  border-bottom: solid 1px #e3d7c4;
  padding: 15px 0px;
  padding: 1.5rem 0rem; }
  .m-article-list-item--full-title:last-child {
    border-bottom: none; }
  .m-article-list-item--full-title .m-article-list-item__link {
    display: table;
    width: 100%; }
    .m-article-list-item--full-title .m-article-list-item__link:hover .m-article-list-item__title {
      color: #2c3b78; }
  .m-article-list-item--full-title .m-article-list-item__title {
    display: table-cell;
    vertical-align: top;
    color: #454443;
    word-wrap: break-word;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    width: 100%; }
  .m-article-list-item--full-title .m-article-list-item__time {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    color: #84807c;
    font-weight: normal;
    font-family: "Roboto", sans-serif; }
  .m-article-list-item--full-title .m-article-list-item__time span {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-list-item--full-title .m-article-list-item__title {
    width: 100%; }

.m-article-list-item {
  list-style-type: none;
  border-bottom: solid 1px #e3d7c4;
  padding: 15px 0px;
  padding: 1.5rem 0rem; }
  .m-article-list-item:last-child {
    border-bottom: none; }
  .m-article-list-item .m-article-list-item__link {
    display: table;
    width: 100%; }
    .m-article-list-item .m-article-list-item__link:hover .m-article-list-item__title {
      color: #2c3b78; }
  .m-article-list-item .m-article-list-item__title {
    display: table-cell;
    vertical-align: top;
    color: #454443;
    word-wrap: break-word;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    width: 100%; }
  .m-article-list-item .m-article-list-item__time {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    color: #84807c;
    font-weight: normal;
    font-family: "Roboto", sans-serif; }
  .m-article-list-item .m-article-list-item__time span {
    font-size: 14px;
    font-size: 1.4rem; }

.m-article-list-item--ad {
  text-align: center;
  background-color: #faeede;
  line-height: 0;
  list-style-type: none; }
  .m-article-list-item--ad > * {
    line-height: normal; }
  .m-article-list-item--ad .js-dfpAdPosSR {
    padding: 20px 0; }
  .m-article-list-item--ad:empty {
    display: none; }

.m-article-list-item--ad-short {
  background-color: #faeede;
  list-style-type: none;
  padding: 20px 10px;
  padding: 2rem 1rem; }
  .m-article-list-item--ad-short .m-article-list-item__publish {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-list-item--ad-short .m-article-list-item__link {
    font-size: 14px;
    font-size: 1.4rem;
    color: #73a8c3;
    text-decoration: none; }
  .m-article-list-item--ad-short .m-article-list-item__title {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem; }

.m-article-list-item--ad-big {
  background-color: #faeede;
  list-style-type: none;
  padding: 20px 10px;
  padding: 2rem 1rem; }

.m-stars {
  width: 75px;
  width: 7.5rem;
  height: 16px;
  height: 1.6rem;
  font-family: "FontAwesome";
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .m-stars:before, .m-stars:after {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1; }
  .m-stars[data-amount="0.0"]:before {
    display: none !important; }
  .m-stars[data-amount="0.0"]:after {
    font-size: 8px;
    font-size: 0.8rem;
    color: #b5ada3;
    line-height: 16px;
    letter-spacing: 10px;
    content: "\f068\f068\f068\f068\f068"; }
  .m-stars[data-amount="1.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005"; }
  .m-stars[data-amount="1.5"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005\f123"; }
  .m-stars[data-amount="2.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005\f005"; }
  .m-stars[data-amount="2.5"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005\f005\f123"; }
  .m-stars[data-amount="3.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005\f005\f005"; }
  .m-stars[data-amount="3.5"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005\f005\f005\f123"; }
  .m-stars[data-amount="4.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005\f005\f005\f005"; }
  .m-stars[data-amount="4.5"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005\f005\f005\f005\f123"; }
  .m-stars[data-amount="5.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f005\f005\f005\f005\f005"; }
  .m-stars[data-range="3"]:before {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f006\f006\f006"; }
  .m-stars[data-range="5"]:before {
    font-size: 16px;
    font-size: 1.6rem;
    color: #454443;
    content: "\f006\f006\f006\f006\f006"; }

.m-stars--alternative {
  width: 75px;
  width: 7.5rem;
  height: 16px;
  height: 1.6rem;
  font-family: "FontAwesome";
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .m-stars--alternative:before, .m-stars--alternative:after {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1; }
  .m-stars--alternative[data-amount="0.0"]:before {
    display: none !important; }
  .m-stars--alternative[data-amount="0.0"]:after {
    font-size: 8px;
    font-size: 0.8rem;
    color: #b5ada3;
    line-height: 16px;
    letter-spacing: 10px;
    content: "\f068\f068\f068\f068\f068"; }
  .m-stars--alternative[data-amount="1.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005"; }
  .m-stars--alternative[data-amount="1.5"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005\f123"; }
  .m-stars--alternative[data-amount="2.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005\f005"; }
  .m-stars--alternative[data-amount="2.5"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005\f005\f123"; }
  .m-stars--alternative[data-amount="3.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005\f005\f005"; }
  .m-stars--alternative[data-amount="3.5"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005\f005\f005\f123"; }
  .m-stars--alternative[data-amount="4.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005\f005\f005\f005"; }
  .m-stars--alternative[data-amount="4.5"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005\f005\f005\f005\f123"; }
  .m-stars--alternative[data-amount="5.0"]:after {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f005\f005\f005\f005\f005"; }
  .m-stars--alternative[data-range="3"]:before {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f006\f006\f006"; }
  .m-stars--alternative[data-range="5"]:before {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffffff;
    content: "\f006\f006\f006\f006\f006"; }

.m-mediamaster-carousel {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  z-index: 26;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .m-mediamaster-carousel.hidden {
    opacity: 0; }
  .m-mediamaster-carousel .m-mediamaster-carousel__container {
    width: 688px;
    margin: 0 auto;
    height: 100%; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__container {
        width: 900px; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-mediamaster-carousel .m-mediamaster-carousel__container {
        width: 900px; } }
    body.non-responsive .m-mediamaster-carousel .m-mediamaster-carousel__container {
      width: 900px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__container {
        width: 900px; } }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__container {
        width: 1200px; } }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__container {
        width: 1200px; } }
  .m-mediamaster-carousel .m-mediamaster-carousel__extra__header {
    zoom: 1;
    margin-bottom: 20px; }
    .m-mediamaster-carousel .m-mediamaster-carousel__extra__header:before, .m-mediamaster-carousel .m-mediamaster-carousel__extra__header:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-mediamaster-carousel .m-mediamaster-carousel__extra__header:after {
      clear: both; }
  .m-mediamaster-carousel .m-mediamaster-carousel__title {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 40px 0px 0px 0px;
    padding: 4rem 0rem 0rem 0rem;
    display: block;
    font-family: "Noto", serif;
    color: #454443; }
  .m-mediamaster-carousel .m-mediamaster-carousel__actions {
    padding-right: 55px;
    padding-right: 5.5rem;
    min-height: 55px;
    min-height: 5.5rem;
    position: relative;
    margin-bottom: 40px; }
  .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav {
    display: inline-block;
    vertical-align: top; }
  .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item {
    width: 90px;
    height: 90px;
    background: #fffaf4;
    border-right: 1px solid #e3d7c4;
    border-bottom: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    text-align: center;
    padding-top: 18px; }
    .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item:hover {
      background: #2c3b78;
      border: 1px solid #2c3b78;
      color: #FFF; }
      body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item:hover {
        background: #434343;
        border: 1px solid #434343; }
      .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item:hover .m-mediamaster-carousel__actions__nav__amount {
        color: #FFF; }
      .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item:hover .m-mediamaster-carousel__actions__nav__type {
        color: #b9c3db; }
        body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item:hover .m-mediamaster-carousel__actions__nav__type {
          color: #acacac; }
    body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item {
      background: #FFFFFF;
      border-right: 1px solid #acacac;
      border-bottom: 1px solid #acacac;
      border-left: 1px solid #acacac; }
    body.subsite-sas .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item {
      border-right: 1px solid #e3d7c4;
      border-bottom: 1px solid #e3d7c4;
      border-left: 1px solid #e3d7c4; }
    .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item:last-child {
      margin-right: 0; }
    .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item.active {
      background: #2c3b78;
      border: 1px solid #2c3b78;
      cursor: default; }
      body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item.active {
        background: #434343;
        border: 1px solid #434343; }
      body.subsite-finance .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item.active {
        background: #0073AB; }
      body.subsite-sas .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item.active {
        background: #69a7ca;
        border: none; }
      .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item.active .m-mediamaster-carousel__actions__nav__amount {
        color: #ffffff; }
      .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item.active .m-mediamaster-carousel__actions__nav__type {
        color: #b9c3db; }
        body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item.active .m-mediamaster-carousel__actions__nav__type {
          color: #acacac; }
        body.subsite-sas .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__item.active .m-mediamaster-carousel__actions__nav__type {
          font-family: "Verdana", sans;
          color: #FFFFFF; }
  .m-mediamaster-carousel .m-mediamaster-carousel__intro {
    line-height: 22px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #454443; }
  .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__amount {
    font-size: 30px;
    font-size: 3rem;
    display: block;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    color: #2c3b78;
    line-height: 1; }
    body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__amount {
      color: #434343; }
    body.subsite-sas .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__amount {
      color: #625f5c;
      font-family: "Verdana", sans; }
  .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__type {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    font-family: "Noto", serif;
    font-weight: 700;
    color: #c2b6a4;
    line-height: 1; }
    body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__nav__type {
      color: #acacac; }
  .m-mediamaster-carousel .m-mediamaster-carousel__actions__close {
    font-size: 50px;
    font-size: 5rem;
    line-height: 46px;
    line-height: 4.6rem;
    width: 55px;
    height: 55px;
    background: #fffaf4;
    border-right: 1px solid #e3d7c4;
    border-bottom: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4;
    color: #2c3b78;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0; }
    .m-mediamaster-carousel .m-mediamaster-carousel__actions__close:hover {
      background-color: #2c3b78;
      border: 1px solid #2c3b78;
      color: #FFF; }
    body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__close {
      color: #434343;
      background: #FFFFFF;
      border-right: 1px solid #acacac;
      border-bottom: 1px solid #acacac;
      border-left: 1px solid #acacac; }
      body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__actions__close:hover {
        background: #434343;
        border: 1px solid #434343;
        color: #FFF; }
    body.subsite-finance .m-mediamaster-carousel .m-mediamaster-carousel__actions__close {
      color: #0073AB; }
    body.subsite-sas .m-mediamaster-carousel .m-mediamaster-carousel__actions__close {
      color: #69a7ca; }
  .m-mediamaster-carousel .m-mediamaster-carousel__media {
    height: 458px;
    display: block;
    margin: 0 auto 20px auto;
    position: relative; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__media {
        height: 441px;
        margin: 0 auto; } }
    @media only screen and (min-width: 980px) {
      body.mobile .m-mediamaster-carousel .m-mediamaster-carousel__media {
        height: 441px;
        margin: 0 auto; } }
    body.non-responsive .m-mediamaster-carousel .m-mediamaster-carousel__media {
      height: 441px;
      margin: 0 auto; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__media {
        height: 441px;
        margin: 0 auto; } }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__media {
        height: 533px; } }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__media {
        height: 591px; } }
  .m-mediamaster-carousel .m-mediamaster-carousel__media__item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    .m-mediamaster-carousel .m-mediamaster-carousel__media__item.active {
      opacity: 1;
      display: block; }
    .m-mediamaster-carousel .m-mediamaster-carousel__media__item[data-asset-type="youtube"] iframe {
      position: relative;
      z-index: 5; }
    .m-mediamaster-carousel .m-mediamaster-carousel__media__item:before {
      display: none; }
    .m-mediamaster-carousel .m-mediamaster-carousel__media__item > * {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
    .m-mediamaster-carousel .m-mediamaster-carousel__media__item img {
      max-height: 458px; }
      @media only screen and (min-width: 980px) and (max-width: 1119px) {
        body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__media__item img {
          max-height: 441px; } }
      @media only screen and (min-width: 980px) {
        body.mobile .m-mediamaster-carousel .m-mediamaster-carousel__media__item img {
          max-height: 441px; } }
      body.non-responsive .m-mediamaster-carousel .m-mediamaster-carousel__media__item img {
        max-height: 441px; }
      @media only screen and (min-width: 1120px) and (max-width: 1279px) {
        body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__media__item img {
          max-height: 533px; } }
      @media only screen and (min-width: 1280px) {
        body.immobile .m-mediamaster-carousel .m-mediamaster-carousel__media__item img {
          max-height: 591px; } }
  .m-mediamaster-carousel .m-mediamaster-carousel__pagination, .m-mediamaster-carousel .m-mediamaster-carousel__controls {
    vertical-align: top;
    width: 49%; }
  .m-mediamaster-carousel .m-mediamaster-carousel__pagination {
    text-align: left;
    float: left; }
  .m-mediamaster-carousel .m-mediamaster-carousel__pagination__current {
    font-size: 40px;
    font-size: 4rem;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    line-height: 1;
    color: #84807c; }
    body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__pagination__current {
      color: #434343; }
    body.subsite-sas .m-mediamaster-carousel .m-mediamaster-carousel__pagination__current {
      font-family: "Verdana", sans; }
  .m-mediamaster-carousel .m-mediamaster-carousel__pagination__total {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Roboto Condensed", sans;
    line-height: 1;
    color: #e3d7c4; }
    body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__pagination__total {
      color: #acacac; }
    body.subsite-sas .m-mediamaster-carousel .m-mediamaster-carousel__pagination__total {
      font-family: "Verdana", sans; }
    .m-mediamaster-carousel .m-mediamaster-carousel__pagination__total:before {
      font-size: 28px;
      font-size: 2.8rem;
      content: "/";
      font-family: "Roboto Condensed", sans;
      color: #e3d7c4;
      margin: 0 5px; }
      body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__pagination__total:before {
        color: #acacac; }
  .m-mediamaster-carousel .m-mediamaster-carousel__divider {
    background: url("../img/big-divider.png");
    height: 9px;
    margin-bottom: 20px; }
    body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__divider {
      background: url("../img/sabato/big-divider.png"); }
  .m-mediamaster-carousel .m-mediamaster-carousel__controls {
    text-align: right;
    float: right; }
  .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller {
    width: 40px;
    height: 40px;
    background: #fffaf4;
    border: 1px solid #e3d7c4;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    text-align: center;
    font-weight: 700; }
    .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:hover {
      background-color: #2c3b78;
      border: 1px solid #2c3b78; }
      .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:hover:before {
        color: #FFF; }
    body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller {
      background: #FFFFFF;
      border: 1px solid #acacac; }
      body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:hover {
        background: #434343;
        border: 1px solid #434343; }
        body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:hover:before {
          color: #FFF; }
    .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:last-child {
      margin-right: 0; }
    .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:before {
      font-size: 28px;
      font-size: 2.8rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 40px;
      color: #2c3b78; }
      body.subsite-sabato .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:before {
        color: #434343; }
      body.subsite-finance .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:before {
        color: #0073AB; }
      body.subsite-sas .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller:before {
        color: #69a7ca; }
    .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller.left:before {
      content: "\f104"; }
    .m-mediamaster-carousel .m-mediamaster-carousel__controls__controller.right:before {
      content: "\f105"; }

.m-breaking-news {
  background-color: #a63533;
  color: white;
  width: 100%;
  height: 40px;
  height: 4rem;
  overflow: hidden;
  line-height: 40px; }
  .m-breaking-news .m-breaking-news__label {
    background-color: #c43d3b;
    border-right: 1px solid white;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }
  .m-breaking-news .m-breaking-news__title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    margin-left: 3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    width: 75%;
    width: calc( 100% - 170px); }
    .m-breaking-news .m-breaking-news__title a {
      text-decoration: none;
      color: white;
      font-size: 22px;
      font-size: 2.2rem; }
  .m-breaking-news .m-breaking-news__arrow {
    position: absolute;
    right: 0;
    top: 42%;
    top: calc( 50% - 7px); }
    .m-breaking-news .m-breaking-news__arrow:before {
      content: "";
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      z-index: 2;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid #c43d3b; }
    .m-breaking-news .m-breaking-news__arrow:after {
      content: "";
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      position: absolute;
      z-index: 1;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid white; }
    .m-breaking-news .m-breaking-news__arrow:before {
      border-left: 6px solid transparent;
      border-left: 6px solid transparent;
      border-left: 7px solid #c43d3b;
      top: 1px; }

.m-list-item {
  list-style-type: none;
  display: inline-block;
  line-height: 20px;
  border-right: 1px solid #e3d7c4;
  padding: 0px 10px 0px 10px;
  padding: 0rem 1rem 0rem 1rem;
  margin: 5px 0; }
  @media only screen and (max-width: 979px) {
    body.immobile .m-list-item {
      padding: 0px 5px 0px 5px;
      padding: 0rem 0.5rem 0rem 0.5rem; } }
  @media only screen and (max-width: 979px) {
    body.mobile .m-list-item {
      padding: 0px 5px 0px 5px;
      padding: 0rem 0.5rem 0rem 0.5rem; } }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .m-list-item {
      padding: 0px 5px 0px 5px;
      padding: 0rem 0.5rem 0rem 0.5rem; } }
  @media only screen and (min-width: 1280px) {
    body.immobile .m-list-item {
      padding: 0px 8px 0px 8px;
      padding: 0rem 0.8rem 0rem 0.8rem; } }
  body.subsite-finance .m-list-item {
    padding: 0px 6px 0px 6px;
    padding: 0rem 0.6rem 0rem 0.6rem; }
  .m-list-item .m-list-item__link {
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
    color: #2c3b78; }
    .m-list-item .m-list-item__link.is-active, .m-list-item .m-list-item__link:hover {
      color: #454443;
      padding-bottom: 5px;
      border-bottom: 4px solid #2c3b78; }
    .m-list-item .m-list-item__link.all-nodes {
      color: #0073AB; }
      .m-list-item .m-list-item__link.all-nodes:before {
        font-size: 16px;
        font-size: 1.6rem;
        vertical-align: middle;
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        margin-right: 8px;
        margin-right: 0.8rem;
        content: "\f009";
        color: #0073AB; }
    body.subsite-finance .m-list-item .m-list-item__link.is-active, body.subsite-finance .m-list-item .m-list-item__link:hover {
      border-bottom: 4px solid #0073AB; }
    @media only screen and (max-width: 979px) {
      body.immobile .m-list-item .m-list-item__link {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media only screen and (max-width: 979px) {
      body.mobile .m-list-item .m-list-item__link {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .m-list-item .m-list-item__link {
        font-size: 13px;
        font-size: 1.3rem; } }

.m-article-teaser--horizontal {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  zoom: 1;
  overflow: hidden;
  border: 1px solid #e3d7c4;
  background: #fffaf4;
  margin-top: 10px;
  margin-top: 1rem; }
  .m-article-teaser--horizontal .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--horizontal .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--horizontal .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--horizontal .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--horizontal .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--horizontal .m-article-teaser__assets:before, .m-article-teaser--horizontal .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--horizontal .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--horizontal .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--horizontal .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--horizontal .m-article-teaser__content, .m-article-teaser--horizontal .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--horizontal .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--horizontal .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--horizontal .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--horizontal:before, .m-article-teaser--horizontal:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-article-teaser--horizontal:after {
    clear: both; }
  .m-article-teaser--horizontal .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--horizontal .m-article-teaser__title {
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-article-teaser--horizontal .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--horizontal .m-article-teaser__inleiding {
    color: #84807c; }
  .m-article-teaser--horizontal .m-article-teaser__container {
    display: block;
    overflow: hidden; }
  .m-article-teaser--horizontal .m-article-teaser__assets {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fef7ea; }
    .m-article-teaser--horizontal .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--horizontal .m-article-teaser__container {
    height: 140px;
    height: 14rem; }

.m-article-teaser--horizontal--text {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  zoom: 1;
  overflow: hidden;
  margin-top: 20px;
  margin-top: 2rem;
  border-bottom: 1px solid #e3d7c4; }
  .m-article-teaser--horizontal--text .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--horizontal--text .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--horizontal--text .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--horizontal--text .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--horizontal--text .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--horizontal--text .m-article-teaser__assets:before, .m-article-teaser--horizontal--text .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--horizontal--text .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--horizontal--text .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal--text .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal--text .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--horizontal--text .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--horizontal--text .m-article-teaser__content, .m-article-teaser--horizontal--text .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--horizontal--text .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--horizontal--text .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--horizontal--text .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--horizontal--text:before, .m-article-teaser--horizontal--text:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-article-teaser--horizontal--text:after {
    clear: both; }
  .m-article-teaser--horizontal--text .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--horizontal--text .m-article-teaser__title {
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-article-teaser--horizontal--text .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--horizontal--text .m-article-teaser__inleiding {
    color: #84807c; }
  .m-article-teaser--horizontal--text .m-article-teaser__container {
    display: block;
    overflow: hidden; }
  .m-article-teaser--horizontal--text .m-article-teaser__assets {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fef7ea; }
    .m-article-teaser--horizontal--text .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--horizontal--text .m-article-teaser__title {
    font-style: italic; }
  .m-article-teaser--horizontal--text .m-article-teaser__title, .m-article-teaser--horizontal--text .m-article-teaser__labels, .m-article-teaser--horizontal--text .m-article-teaser__author {
    margin-bottom: 0px;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .m-article-teaser--horizontal--text .m-article-teaser__container {
    height: 145px;
    height: 14.5rem; }
  .m-article-teaser--horizontal--text .m-article-teaser__assets:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 247, 234, 0)), color-stop(100%, #fff7ea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf4', endColorstr='#fffaf4',GradientType=0 );
    /* IE6-8 */
    filter: none; }

.m-article-teaser--horizontal--cover {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  zoom: 1; }
  .m-article-teaser--horizontal--cover .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--horizontal--cover .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--horizontal--cover .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--horizontal--cover .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--horizontal--cover .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--horizontal--cover .m-article-teaser__assets:before, .m-article-teaser--horizontal--cover .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--horizontal--cover .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--horizontal--cover .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal--cover .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal--cover .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--horizontal--cover .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--horizontal--cover .m-article-teaser__content, .m-article-teaser--horizontal--cover .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--horizontal--cover .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--horizontal--cover .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--horizontal--cover .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--horizontal--cover:before, .m-article-teaser--horizontal--cover:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-article-teaser--horizontal--cover:after {
    clear: both; }
  .m-article-teaser--horizontal--cover .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--horizontal--cover .m-article-teaser__title {
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-article-teaser--horizontal--cover .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--horizontal--cover .m-article-teaser__inleiding {
    color: #84807c; }
  .m-article-teaser--horizontal--cover .m-article-teaser__container {
    display: block;
    overflow: hidden; }
  .m-article-teaser--horizontal--cover .m-article-teaser__assets {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fef7ea; }
    .m-article-teaser--horizontal--cover .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--horizontal--cover .m-article-teaser__container {
    height: 170px;
    height: 17rem;
    position: relative;
    margin-right: 40px;
    margin-right: 4rem; }
  .m-article-teaser--horizontal--cover .m-article-teaser__cover {
    margin-right: 20px;
    margin-right: 2rem;
    max-width: 250px;
    max-width: 25rem;
    float: left;
    background-position: center center; }
  .m-article-teaser--horizontal--cover .m-article-teaser__title, .m-article-teaser--horizontal--cover .m-article-teaser__labels, .m-article-teaser--horizontal--cover .m-article-teaser__author {
    margin-bottom: 0px;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .m-article-teaser--horizontal--cover .m-article-teaser__assets:before {
    content: "";
    width: 100%;
    height: 30px;
    height: 3rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
    /* IE6-8 */
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 247, 234, 0)), color-stop(100%, #fff7ea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
    /* IE6-8 */
    filter: none; }
  .m-article-teaser--horizontal--cover .m-article-teaser__assets__icons {
    color: #b5ada3; }

.m-article-teaser--horizontal--cover--small {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  zoom: 1; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--horizontal--cover--small .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--horizontal--cover--small .m-article-teaser__assets:before, .m-article-teaser--horizontal--cover--small .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--horizontal--cover--small .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--horizontal--cover--small .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--horizontal--cover--small .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__content, .m-article-teaser--horizontal--cover--small .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--horizontal--cover--small:before, .m-article-teaser--horizontal--cover--small:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-article-teaser--horizontal--cover--small:after {
    clear: both; }
  .m-article-teaser--horizontal--cover--small .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__title {
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__inleiding {
    color: #84807c; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__container {
    display: block;
    overflow: hidden; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__assets {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fef7ea; }
    .m-article-teaser--horizontal--cover--small .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__container {
    height: 170px;
    height: 17rem;
    position: relative;
    margin-right: 40px;
    margin-right: 4rem; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__cover {
    margin-right: 20px;
    margin-right: 2rem;
    max-width: 250px;
    max-width: 25rem;
    float: left;
    background-position: center center; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__title, .m-article-teaser--horizontal--cover--small .m-article-teaser__labels, .m-article-teaser--horizontal--cover--small .m-article-teaser__author {
    margin-bottom: 0px;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__assets:before {
    content: "";
    width: 100%;
    height: 30px;
    height: 3rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
    /* IE6-8 */
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 247, 234, 0)), color-stop(100%, #fff7ea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
    /* IE6-8 */
    filter: none; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__assets__icons {
    color: #b5ada3; }
  .m-article-teaser--horizontal--cover--small .m-article-teaser__title {
    font-size: 18px;
    font-size: 1.8rem; }

.m-article-teaser--horizontal--cover--big {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  zoom: 1; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--horizontal--cover--big .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--horizontal--cover--big .m-article-teaser__assets:before, .m-article-teaser--horizontal--cover--big .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--horizontal--cover--big .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--horizontal--cover--big .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--horizontal--cover--big .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__content, .m-article-teaser--horizontal--cover--big .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--horizontal--cover--big:before, .m-article-teaser--horizontal--cover--big:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-article-teaser--horizontal--cover--big:after {
    clear: both; }
  .m-article-teaser--horizontal--cover--big .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__title {
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__inleiding {
    color: #84807c; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__container {
    display: block;
    overflow: hidden; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__assets {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fef7ea; }
    .m-article-teaser--horizontal--cover--big .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__container {
    height: 170px;
    height: 17rem;
    position: relative;
    margin-right: 40px;
    margin-right: 4rem; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__cover {
    margin-right: 20px;
    margin-right: 2rem;
    max-width: 250px;
    max-width: 25rem;
    float: left;
    background-position: center center; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__title, .m-article-teaser--horizontal--cover--big .m-article-teaser__labels, .m-article-teaser--horizontal--cover--big .m-article-teaser__author {
    margin-bottom: 0px;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__assets:before {
    content: "";
    width: 100%;
    height: 30px;
    height: 3rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
    /* IE6-8 */
    filter: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 247, 234, 0)), color-stop(100%, #fff7ea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 247, 234, 0) 0%, #fff7ea 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
    /* IE6-8 */
    filter: none; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__assets__icons {
    color: #b5ada3; }
  .m-article-teaser--horizontal--cover--big .m-article-teaser__title {
    font-size: 24px;
    font-size: 2.4rem; }

.m-article-teaser--vertical--cover {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden; }
  .m-article-teaser--vertical--cover .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--vertical--cover .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--vertical--cover .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--vertical--cover .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--vertical--cover .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--vertical--cover .m-article-teaser__assets:before, .m-article-teaser--vertical--cover .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--vertical--cover .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--vertical--cover .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--vertical--cover .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--vertical--cover .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--vertical--cover .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--vertical--cover .m-article-teaser__content, .m-article-teaser--vertical--cover .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--vertical--cover .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--vertical--cover .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--vertical--cover .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--vertical--cover .m-article-teaser__assets {
    height: 20px;
    overflow: hidden; }
  .m-article-teaser--vertical--cover .m-article-teaser__assets__icons {
    float: none;
    display: block; }

.m-article-teaser--vertical--cover--title-only {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--vertical--cover--title-only .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets:before, .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--vertical--cover--title-only .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__content, .m-article-teaser--vertical--cover--title-only .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets {
    height: 20px;
    position: relative; }
    .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets__icons {
    float: none;
    display: block; }
  .m-article-teaser--vertical--cover--title-only > img {
    width: 100%;
    height: auto;
    display: block; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__container {
    padding: 10px 0px 0px 0px;
    padding: 1rem 0rem 0rem 0rem;
    display: block;
    background: #fffaf2;
    border-right: 1px solid #e3d7c3;
    border-bottom: 1px solid #e3d7c3;
    border-left: 1px solid #e3d7c3; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__labels, .m-article-teaser--vertical--cover--title-only .m-article-teaser__title {
    padding: 0px 10px;
    padding: 0rem 1rem; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__labels {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__title {
    height: 60px;
    height: 6rem;
    overflow: hidden; }
  .m-article-teaser--vertical--cover--title-only .m-article-teaser__assets__netto-node {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
    margin-right: 10px;
    margin-right: 1rem;
    border-right: 1px solid #b5aea3;
    float: left;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #0073AB;
    text-transform: uppercase; }
  .m-article-teaser--vertical--cover--title-only .m-asset-icon:before {
    color: #b5aea3; }

.m-article-teaser--title-only {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden; }
  .m-article-teaser--title-only .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--title-only .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--title-only .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--title-only .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--title-only .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--title-only .m-article-teaser__assets:before, .m-article-teaser--title-only .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--title-only .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--title-only .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--title-only .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--title-only .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--title-only .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--title-only .m-article-teaser__content, .m-article-teaser--title-only .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--title-only .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--title-only .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--title-only .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--title-only .m-article-teaser__title {
    color: #454443; }

.m-article-teaser--kaaiman {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden; }
  .m-article-teaser--kaaiman .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--kaaiman .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--kaaiman .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--kaaiman .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--kaaiman .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--kaaiman .m-article-teaser__assets:before, .m-article-teaser--kaaiman .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--kaaiman .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--kaaiman .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--kaaiman .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--kaaiman .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--kaaiman .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--kaaiman .m-article-teaser__content, .m-article-teaser--kaaiman .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--kaaiman .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--kaaiman .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--kaaiman .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--kaaiman .m-article-teaser__cover {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    width: 100%;
    background-position: center center; }
  .m-article-teaser--kaaiman .m-article-teaser__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    color: #454443; }
  .m-article-teaser--kaaiman .m-article-teaser__inleiding {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #84807c; }
  .m-article-teaser--kaaiman .m-article-teaser__title, .m-article-teaser--kaaiman .m-article-teaser__labels, .m-article-teaser--kaaiman .m-article-teaser__author {
    margin-top: 0px;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }

.m-article-teaser--sabato--big {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  height: 350px;
  height: 35rem;
  height: 350px !important;
  height: 35rem !important; }
  .m-article-teaser--sabato--big .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--sabato--big .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--sabato--big .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--sabato--big .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--sabato--big .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--sabato--big .m-article-teaser__assets:before, .m-article-teaser--sabato--big .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--sabato--big .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--sabato--big .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--sabato--big .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--sabato--big .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--sabato--big .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--sabato--big .m-article-teaser__content, .m-article-teaser--sabato--big .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--sabato--big .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--sabato--big .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--sabato--big .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--sabato--big .m-article-teaser__title {
    font-size: 30px;
    font-size: 3rem; }
  .m-article-teaser--sabato--big .m-article-teaser__author {
    font-size: 18px;
    font-size: 1.8rem; }
  .m-article-teaser--sabato--big .m-article-teaser__hover__content {
    font-size: 17px;
    font-size: 1.7rem; }
  .m-article-teaser--sabato--big .m-article-teaser__content {
    margin: 0 !important;
    padding: 0 !important; }
  .m-article-teaser--sabato--big .m-article-teaser__title {
    font-weight: normal;
    color: #434343;
    background-color: white;
    display: inline-block;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    font-family: "Playfair Display", serif; }
  .m-article-teaser--sabato--big .m-article-teaser__cover {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
  .m-article-teaser--sabato--big .m-article-teaser__title {
    font-size: 30px;
    font-size: 3rem;
    margin: 0;
    padding: 15px 20px;
    padding: 1.5rem 2rem; }

.m-article-teaser--sabato--medium {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  height: 170px;
  height: 17rem;
  height: 170px; }
  .m-article-teaser--sabato--medium .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--sabato--medium .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--sabato--medium .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--sabato--medium .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--sabato--medium .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--sabato--medium .m-article-teaser__assets:before, .m-article-teaser--sabato--medium .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--sabato--medium .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--sabato--medium .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--sabato--medium .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--sabato--medium .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--sabato--medium .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--sabato--medium .m-article-teaser__content, .m-article-teaser--sabato--medium .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--sabato--medium .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--sabato--medium .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--sabato--medium .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--sabato--medium .m-article-teaser__title {
    font-size: 18px;
    font-size: 1.8rem; }
  .m-article-teaser--sabato--medium .m-article-teaser__author {
    font-size: 16px;
    font-size: 1.6rem; }
  @media only screen and (max-width: 979px) {
    body.immobile .m-article-teaser--sabato--medium .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (max-width: 979px) {
    body.mobile .m-article-teaser--sabato--medium .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .m-article-teaser--sabato--medium .m-article-teaser__assets__second {
      display: none; } }
  .m-article-teaser--sabato--medium .m-article-teaser__hover__content {
    font-size: 15px;
    font-size: 1.5rem; }
  .m-article-teaser--sabato--medium .m-article-teaser__content {
    margin: 0 !important;
    padding: 0 !important; }
  .m-article-teaser--sabato--medium .m-article-teaser__title {
    font-weight: normal;
    color: #434343;
    background-color: white;
    display: inline-block;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    font-family: "Playfair Display", serif; }
  .m-article-teaser--sabato--medium .m-article-teaser__cover {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
  .m-article-teaser--sabato--medium .m-article-teaser__title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 10px 15px;
    padding: 1rem 1.5rem; }
  .sub-nav .m-article-teaser--sabato--medium {
    margin-bottom: 10px; }

.m-article-teaser--sabato--text--big {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #434343;
  height: 750px;
  height: 75rem; }
  .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container {
    height: 625px !important;
    height: 62.5rem !important; }
  @media only screen and (max-width: 979px) {
    body.immobile .m-article-teaser--sabato--text--big {
      height: 585px;
      height: 58.5rem; }
      body.immobile .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container {
        height: 470px !important;
        height: 47rem !important; } }
  @media only screen and (max-width: 979px) {
    body.mobile .m-article-teaser--sabato--text--big {
      height: 585px;
      height: 58.5rem; }
      body.mobile .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container {
        height: 470px !important;
        height: 47rem !important; } }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .m-article-teaser--sabato--text--big {
      height: 585px;
      height: 58.5rem; }
      body.immobile .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container {
        height: 470px !important;
        height: 47rem !important; } }
  .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container {
    display: block;
    position: relative;
    text-decoration: none;
    color: #59554e;
    overflow: hidden;
    height: 350px;
    height: 35rem;
    margin-bottom: 0; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__title {
      font-weight: bold;
      font-family: "Noto", serif;
      line-height: 1.2;
      word-wrap: break-word;
      color: #454443; }
      .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__title:hover {
        color: #2c3b78; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__author {
      font-style: italic;
      line-height: 1;
      word-wrap: break-word; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__inleiding {
      word-wrap: break-word;
      font-family: "Noto", serif;
      font-size: 14px;
      font-size: 1.4rem; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__assets {
      zoom: 1;
      width: 100%;
      height: auto; }
      .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__assets:before, .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__assets:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__assets:after {
        clear: both; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-outline-asset--quotation-shortcode {
      margin: 0;
      float: left;
      height: 20px;
      height: 2rem; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__assets__reactions {
      float: right;
      height: 20px;
      height: 2rem; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__assets__icons {
      float: left;
      height: auto;
      line-height: 15px;
      line-height: 1.5rem; }
      .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__assets__icons .m-asset-icon {
        line-height: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0px 5px;
        margin: 0rem 0.5rem; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__content, .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__container .m-article-teaser__assets {
      display: block; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__labels {
      display: block; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__author {
      font-family: "Noto", serif; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__inleiding {
      display: block; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__content {
      margin: 0 !important;
      padding: 0 !important; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__title {
      font-weight: normal;
      color: #434343;
      background-color: white;
      display: inline-block;
      max-width: 80%;
      max-height: 80%;
      position: absolute;
      bottom: 0;
      left: 0;
      overflow: hidden;
      font-family: "Playfair Display", serif; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__cover {
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__title {
      font-size: 30px;
      font-size: 3rem; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__author {
      font-size: 18px;
      font-size: 1.8rem; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__hover__content {
      font-size: 17px;
      font-size: 1.7rem; }
    .m-article-teaser--sabato--text--big .m-article-teaser--sabato__container .m-article-teaser__title {
      font-size: 30px;
      font-size: 3rem;
      margin: 0;
      padding: 15px 20px;
      padding: 1.5rem 2rem; }
  .m-article-teaser--sabato--text--big .m-article-teaser__inleiding {
    font-size: 15px;
    font-size: 1.5rem;
    color: #434343;
    font-family: "Playfair Display", serif;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 30px 15px;
    padding: 3rem 1.5rem;
    height: 95px;
    height: 9.5rem; }
    .m-article-teaser--sabato--text--big .m-article-teaser__inleiding:after {
      content: "";
      width: 100%;
      height: 30px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-8 */
      filter: none; }

.m-article-teaser--sabato--text--medium {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #434343;
  height: 365px;
  height: 36.5rem; }
  .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container {
    display: block;
    position: relative;
    text-decoration: none;
    color: #59554e;
    overflow: hidden;
    height: 170px;
    height: 17rem;
    height: 195px !important;
    height: 19.5rem !important;
    margin-bottom: 0; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__title {
      font-weight: bold;
      font-family: "Noto", serif;
      line-height: 1.2;
      word-wrap: break-word;
      color: #454443; }
      .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__title:hover {
        color: #2c3b78; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__author {
      font-style: italic;
      line-height: 1;
      word-wrap: break-word; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__inleiding {
      word-wrap: break-word;
      font-family: "Noto", serif;
      font-size: 14px;
      font-size: 1.4rem; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets {
      zoom: 1;
      width: 100%;
      height: auto; }
      .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets:before, .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets:after {
        clear: both; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-outline-asset--quotation-shortcode {
      margin: 0;
      float: left;
      height: 20px;
      height: 2rem; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets__reactions {
      float: right;
      height: 20px;
      height: 2rem; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets__icons {
      float: left;
      height: auto;
      line-height: 15px;
      line-height: 1.5rem; }
      .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets__icons .m-asset-icon {
        line-height: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0px 5px;
        margin: 0rem 0.5rem; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__content, .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__container .m-article-teaser__assets {
      display: block; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__labels {
      display: block; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__author {
      font-family: "Noto", serif; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__inleiding {
      display: block; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__title {
      font-size: 18px;
      font-size: 1.8rem; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__author {
      font-size: 16px;
      font-size: 1.6rem; }
    @media only screen and (max-width: 979px) {
      body.immobile .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets__second {
        display: none; } }
    @media only screen and (max-width: 979px) {
      body.mobile .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets__second {
        display: none; } }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__assets__second {
        display: none; } }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__hover__content {
      font-size: 15px;
      font-size: 1.5rem; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__content {
      margin: 0 !important;
      padding: 0 !important; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__title {
      font-weight: normal;
      color: #434343;
      background-color: white;
      display: inline-block;
      max-width: 80%;
      max-height: 80%;
      position: absolute;
      bottom: 0;
      left: 0;
      overflow: hidden;
      font-family: "Playfair Display", serif; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__container .m-article-teaser__cover {
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0; }
  .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__inleiding {
    font-size: 15px;
    font-size: 1.5rem;
    color: #434343;
    font-family: "Playfair Display", serif;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 20px 0px 30px 0px;
    padding: 2rem 0rem 3rem 0rem;
    height: 140px;
    height: 14rem; }
    .m-article-teaser--sabato--text--medium .m-article-teaser--sabato__inleiding:after {
      content: "";
      width: 100%;
      height: 30px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--sabato--text--medium .m-article-teaser__inleiding {
    margin-top: 20px;
    margin-top: 2rem;
    display: block; }
  .m-article-teaser--sabato--text--medium .m-article-teaser__title {
    font-size: 25px;
    font-size: 2.5rem;
    color: #434343;
    background-color: white;
    display: block;
    width: 100%;
    font-family: "Playfair Display", serif;
    word-wrap: break-word; }

.m-article-teaser--cover--small {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  background-color: #e3d7c4;
  height: 170px;
  height: 17rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .m-article-teaser--cover--small .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--cover--small .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--cover--small .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--cover--small .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--cover--small .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--cover--small .m-article-teaser__assets:before, .m-article-teaser--cover--small .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--cover--small .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--cover--small .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--cover--small .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--cover--small .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--cover--small .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--cover--small .m-article-teaser__content, .m-article-teaser--cover--small .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--cover--small .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--cover--small .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--cover--small .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--cover--small .m-article-teaser__cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
    .m-article-teaser--cover--small .m-article-teaser__cover img {
      left: 0 !important; }
    .m-article-teaser--cover--small .m-article-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjE0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--cover--small .m-article-teaser__title, .m-article-teaser--cover--small .m-article-teaser__inleiding, .m-article-teaser--cover--small .m-article-teaser__author {
    margin-bottom: 0;
    margin-top: 7px;
    margin-top: 0.7rem; }
  .m-article-teaser--cover--small .m-article-teaser__title {
    color: white; }
  .m-article-teaser--cover--small .m-article-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .m-article-teaser--cover--small .m-article-teaser__content {
    padding: 10px 10px;
    padding: 1rem 1rem;
    padding-top: 0px;
    overflow: hidden; }
  .m-article-teaser--cover--small .m-article-teaser__author {
    color: white; }
  .m-article-teaser--cover--small .m-article-teaser__assets {
    height: 20px;
    overflow: hidden; }
  .m-article-teaser--cover--small .m-article-teaser__assets__icons {
    color: white;
    float: none;
    display: block; }
  .m-article-teaser--cover--small .m-outline-asset {
    border-top: none !important;
    border-right: none !important; }
  .m-article-teaser--cover--small .m-article-teaser__hover__background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #59554e; }
    body.subsite-finance .m-article-teaser--cover--small .m-article-teaser__hover__background {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      background: #0073AB; }
  .m-article-teaser--cover--small .m-article-teaserassetsquotation {
    border-width: 0px 0px 1px 1px;
    line-height: 14px; }
  .m-article-teaser--cover--small .m-article-teaser__netto-flag__container--main {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  .m-article-teaser--cover--small .m-article-teaser__title {
    font-size: 16px;
    font-size: 1.6rem; }
  .m-article-teaser--cover--small .m-article-teaser__author {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--cover--small .m-article-teaser__hover__content {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--cover--small .m-article-teaser__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-article-teaser--cover--small.css-hover:hover .m-article-teaser__hover, .m-article-teaser--cover--small.hovered .m-article-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .m-article-teaser--cover--small.css-hover:hover .m-article-teaser__container, .m-article-teaser--cover--small.css-hover:hover .m-article-teaser__content, .m-article-teaser--cover--small.css-hover:hover .m-article-teaser__assets, .m-article-teaser--cover--small.hovered .m-article-teaser__container, .m-article-teaser--cover--small.hovered .m-article-teaser__content, .m-article-teaser--cover--small.hovered .m-article-teaser__assets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .m-article-teaser--cover--small .m-article-teaser__container, .m-article-teaser--cover--small .m-article-teaser__content, .m-article-teaser--cover--small .m-article-teaser__assets {
    -webkit-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .m-article-teaser--cover--small .m-article-teaser__hover__content {
    position: absolute;
    bottom: 0px;
    padding: 40px 20px 0px 20px;
    padding: 4rem 2rem 0rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-height: 100%;
    color: white;
    font-family: "Noto", serif;
    line-height: 22px;
    line-height: 2.2rem;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%; }
  .m-article-teaser--cover--small .m-article-teaser__hover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.m-article-teaser--cover--medium {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  background-color: #e3d7c4;
  height: 170px;
  height: 17rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .m-article-teaser--cover--medium .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--cover--medium .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--cover--medium .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--cover--medium .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--cover--medium .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--cover--medium .m-article-teaser__assets:before, .m-article-teaser--cover--medium .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--cover--medium .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--cover--medium .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--cover--medium .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--cover--medium .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--cover--medium .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--cover--medium .m-article-teaser__content, .m-article-teaser--cover--medium .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--cover--medium .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--cover--medium .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--cover--medium .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--cover--medium .m-article-teaser__cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
    .m-article-teaser--cover--medium .m-article-teaser__cover img {
      left: 0 !important; }
    .m-article-teaser--cover--medium .m-article-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjE0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--cover--medium .m-article-teaser__title, .m-article-teaser--cover--medium .m-article-teaser__inleiding, .m-article-teaser--cover--medium .m-article-teaser__author {
    margin-bottom: 0;
    margin-top: 7px;
    margin-top: 0.7rem; }
  .m-article-teaser--cover--medium .m-article-teaser__title {
    color: white; }
  .m-article-teaser--cover--medium .m-article-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .m-article-teaser--cover--medium .m-article-teaser__content {
    padding: 10px 10px;
    padding: 1rem 1rem;
    padding-top: 0px;
    overflow: hidden; }
  .m-article-teaser--cover--medium .m-article-teaser__author {
    color: white; }
  .m-article-teaser--cover--medium .m-article-teaser__assets {
    height: 20px;
    overflow: hidden; }
  .m-article-teaser--cover--medium .m-article-teaser__assets__icons {
    color: white;
    float: none;
    display: block; }
  .m-article-teaser--cover--medium .m-outline-asset {
    border-top: none !important;
    border-right: none !important; }
  .m-article-teaser--cover--medium .m-article-teaser__hover__background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #59554e; }
    body.subsite-finance .m-article-teaser--cover--medium .m-article-teaser__hover__background {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      background: #0073AB; }
  .m-article-teaser--cover--medium .m-article-teaserassetsquotation {
    border-width: 0px 0px 1px 1px;
    line-height: 14px; }
  .m-article-teaser--cover--medium .m-article-teaser__netto-flag__container--main {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  .m-article-teaser--cover--medium .m-article-teaser__title {
    font-size: 18px;
    font-size: 1.8rem; }
  .m-article-teaser--cover--medium .m-article-teaser__author {
    font-size: 16px;
    font-size: 1.6rem; }
  @media only screen and (max-width: 979px) {
    body.immobile .m-article-teaser--cover--medium .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (max-width: 979px) {
    body.mobile .m-article-teaser--cover--medium .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .m-article-teaser--cover--medium .m-article-teaser__assets__second {
      display: none; } }
  .m-article-teaser--cover--medium .m-article-teaser__hover__content {
    font-size: 15px;
    font-size: 1.5rem; }
  .m-article-teaser--cover--medium .m-article-teaser__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-article-teaser--cover--medium.css-hover:hover .m-article-teaser__hover, .m-article-teaser--cover--medium.hovered .m-article-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .m-article-teaser--cover--medium.css-hover:hover .m-article-teaser__container, .m-article-teaser--cover--medium.css-hover:hover .m-article-teaser__content, .m-article-teaser--cover--medium.css-hover:hover .m-article-teaser__assets, .m-article-teaser--cover--medium.hovered .m-article-teaser__container, .m-article-teaser--cover--medium.hovered .m-article-teaser__content, .m-article-teaser--cover--medium.hovered .m-article-teaser__assets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .m-article-teaser--cover--medium .m-article-teaser__container, .m-article-teaser--cover--medium .m-article-teaser__content, .m-article-teaser--cover--medium .m-article-teaser__assets {
    -webkit-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .m-article-teaser--cover--medium .m-article-teaser__hover__content {
    position: absolute;
    bottom: 0px;
    padding: 40px 20px 0px 20px;
    padding: 4rem 2rem 0rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-height: 100%;
    color: white;
    font-family: "Noto", serif;
    line-height: 22px;
    line-height: 2.2rem;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%; }
  .m-article-teaser--cover--medium .m-article-teaser__hover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  body.subsite-finance .m-article-teaser--cover--medium .m-article-teaser__cover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    background: #0073AB; }

.m-article-teaser--cover--dossier {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  background-color: #e3d7c4;
  height: 170px;
  height: 17rem; }
  .m-article-teaser--cover--dossier .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--cover--dossier .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--cover--dossier .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--cover--dossier .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--cover--dossier .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--cover--dossier .m-article-teaser__assets:before, .m-article-teaser--cover--dossier .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--cover--dossier .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--cover--dossier .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--cover--dossier .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--cover--dossier .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--cover--dossier .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--cover--dossier .m-article-teaser__content, .m-article-teaser--cover--dossier .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--cover--dossier .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--cover--dossier .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--cover--dossier .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--cover--dossier .m-article-teaser__cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
    .m-article-teaser--cover--dossier .m-article-teaser__cover img {
      left: 0 !important; }
    .m-article-teaser--cover--dossier .m-article-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjE0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--cover--dossier .m-article-teaser__title, .m-article-teaser--cover--dossier .m-article-teaser__inleiding, .m-article-teaser--cover--dossier .m-article-teaser__author {
    margin-bottom: 0;
    margin-top: 7px;
    margin-top: 0.7rem; }
  .m-article-teaser--cover--dossier .m-article-teaser__title {
    color: white; }
  .m-article-teaser--cover--dossier .m-article-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .m-article-teaser--cover--dossier .m-article-teaser__content {
    padding: 10px 10px;
    padding: 1rem 1rem;
    padding-top: 0px;
    overflow: hidden; }
  .m-article-teaser--cover--dossier .m-article-teaser__author {
    color: white; }
  .m-article-teaser--cover--dossier .m-article-teaser__assets {
    height: 20px;
    overflow: hidden; }
  .m-article-teaser--cover--dossier .m-article-teaser__assets__icons {
    color: white;
    float: none;
    display: block; }
  .m-article-teaser--cover--dossier .m-outline-asset {
    border-top: none !important;
    border-right: none !important; }
  .m-article-teaser--cover--dossier .m-article-teaser__hover__background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #59554e; }
    body.subsite-finance .m-article-teaser--cover--dossier .m-article-teaser__hover__background {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      background: #0073AB; }
  .m-article-teaser--cover--dossier .m-article-teaserassetsquotation {
    border-width: 0px 0px 1px 1px;
    line-height: 14px; }
  .m-article-teaser--cover--dossier .m-article-teaser__netto-flag__container--main {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  .m-article-teaser--cover--dossier .m-article-teaser__title {
    font-size: 18px;
    font-size: 1.8rem; }
  .m-article-teaser--cover--dossier .m-article-teaser__author {
    font-size: 16px;
    font-size: 1.6rem; }
  @media only screen and (max-width: 979px) {
    body.immobile .m-article-teaser--cover--dossier .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (max-width: 979px) {
    body.mobile .m-article-teaser--cover--dossier .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .m-article-teaser--cover--dossier .m-article-teaser__assets__second {
      display: none; } }
  .m-article-teaser--cover--dossier .m-article-teaser__hover__content {
    font-size: 15px;
    font-size: 1.5rem; }
  body.subsite-finance .m-article-teaser--cover--dossier .m-article-teaser__cover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    background: #0073AB; }
  .m-article-teaser--cover--dossier .m-article-teaser__title:hover {
    color: #ffffff; }

.m-article-teaser--cover--big {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  background-color: #e3d7c4;
  height: 350px;
  height: 35rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 30px;
  font-size: 3rem; }
  .m-article-teaser--cover--big .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--cover--big .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--cover--big .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--cover--big .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--cover--big .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--cover--big .m-article-teaser__assets:before, .m-article-teaser--cover--big .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--cover--big .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--cover--big .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--cover--big .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--cover--big .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--cover--big .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--cover--big .m-article-teaser__content, .m-article-teaser--cover--big .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--cover--big .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--cover--big .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--cover--big .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--cover--big .m-article-teaser__cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
    .m-article-teaser--cover--big .m-article-teaser__cover img {
      left: 0 !important; }
    .m-article-teaser--cover--big .m-article-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjE0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--cover--big .m-article-teaser__title, .m-article-teaser--cover--big .m-article-teaser__inleiding, .m-article-teaser--cover--big .m-article-teaser__author {
    margin-bottom: 0;
    margin-top: 7px;
    margin-top: 0.7rem; }
  .m-article-teaser--cover--big .m-article-teaser__title {
    color: white; }
  .m-article-teaser--cover--big .m-article-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .m-article-teaser--cover--big .m-article-teaser__content {
    padding: 10px 10px;
    padding: 1rem 1rem;
    padding-top: 0px;
    overflow: hidden; }
  .m-article-teaser--cover--big .m-article-teaser__author {
    color: white; }
  .m-article-teaser--cover--big .m-article-teaser__assets {
    height: 20px;
    overflow: hidden; }
  .m-article-teaser--cover--big .m-article-teaser__assets__icons {
    color: white;
    float: none;
    display: block; }
  .m-article-teaser--cover--big .m-outline-asset {
    border-top: none !important;
    border-right: none !important; }
  .m-article-teaser--cover--big .m-article-teaser__hover__background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #59554e; }
    body.subsite-finance .m-article-teaser--cover--big .m-article-teaser__hover__background {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      background: #0073AB; }
  .m-article-teaser--cover--big .m-article-teaserassetsquotation {
    border-width: 0px 0px 1px 1px;
    line-height: 14px; }
  .m-article-teaser--cover--big .m-article-teaser__netto-flag__container--main {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  .m-article-teaser--cover--big .m-article-teaser__title {
    font-size: 30px;
    font-size: 3rem; }
  .m-article-teaser--cover--big .m-article-teaser__author {
    font-size: 18px;
    font-size: 1.8rem; }
  .m-article-teaser--cover--big .m-article-teaser__hover__content {
    font-size: 17px;
    font-size: 1.7rem; }
  .m-article-teaser--cover--big .m-article-teaser__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-article-teaser--cover--big.css-hover:hover .m-article-teaser__hover, .m-article-teaser--cover--big.hovered .m-article-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .m-article-teaser--cover--big.css-hover:hover .m-article-teaser__container, .m-article-teaser--cover--big.css-hover:hover .m-article-teaser__content, .m-article-teaser--cover--big.css-hover:hover .m-article-teaser__assets, .m-article-teaser--cover--big.hovered .m-article-teaser__container, .m-article-teaser--cover--big.hovered .m-article-teaser__content, .m-article-teaser--cover--big.hovered .m-article-teaser__assets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .m-article-teaser--cover--big .m-article-teaser__container, .m-article-teaser--cover--big .m-article-teaser__content, .m-article-teaser--cover--big .m-article-teaser__assets {
    -webkit-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .m-article-teaser--cover--big .m-article-teaser__hover__content {
    position: absolute;
    bottom: 0px;
    padding: 40px 20px 0px 20px;
    padding: 4rem 2rem 0rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-height: 100%;
    color: white;
    font-family: "Noto", serif;
    line-height: 22px;
    line-height: 2.2rem;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%; }
  .m-article-teaser--cover--big .m-article-teaser__hover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  body.subsite-finance .m-article-teaser--cover--big .m-article-teaser__cover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    background: #0073AB; }
  .m-article-teaser--cover--big .m-article-teaser__hover__content {
    line-height: 24px;
    line-height: 2.4rem; }
  .m-article-teaser--cover--big .m-article-teaser__content {
    padding: 0px 10px 15px 10px;
    padding: 0rem 1rem 1.5rem 1rem; }
  .m-article-teaser--cover--big .m-article-teaser__title, .m-article-teaser--cover--big .m-article-teaser__inleiding, .m-article-teaser--cover--big .m-article-teaser__author {
    margin-bottom: 0;
    margin-top: 10px;
    margin-top: 1rem; }

.m-article-teaser--text--small {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  overflow: hidden;
  border: 1px solid #e3d7c4;
  background: #fffaf4;
  padding: 10px;
  padding: 1rem;
  height: 170px;
  height: 17rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .m-article-teaser--text--small .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--text--small .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--text--small .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--text--small .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--text--small .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--text--small .m-article-teaser__assets:before, .m-article-teaser--text--small .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--text--small .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--text--small .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--text--small .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--text--small .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--text--small .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--text--small .m-article-teaser__content, .m-article-teaser--text--small .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--text--small .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--text--small .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--text--small .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--text--small .m-article-teaser__title, .m-article-teaser--text--small .m-article-teaser__labels, .m-article-teaser--text--small .m-article-teaser__author {
    margin-top: 0;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .m-article-teaser--text--small .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--text--small .m-article-teaser__title {
    color: #454443; }
  .m-article-teaser--text--small .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--text--small .m-article-teaser__inleiding {
    color: #59554e; }
  .m-article-teaser--text--small .m-article-teaser__assets {
    min-height: 20px;
    min-height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fffaf4;
    height: 20px; }
    .m-article-teaser--text--small .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--text--small .m-article-teaserassetsquotation {
    border-width: 1px 1px 0px 0px;
    line-height: 14px; }
  .m-article-teaser--text--small .m-article-teaser__assets__icons {
    color: #b5ada3;
    float: none;
    display: block; }
  .m-article-teaser--text--small .m-article-teaser__assets__reactions {
    position: relative;
    bottom: -1px;
    right: -1px; }
  .m-article-teaser--text--small .m-outline-asset {
    border-bottom: none !important;
    border-left: none !important; }
  .m-article-teaser--text--small .m-article-teaser__hover__background {
    background-color: #c2b6a4; }
  .m-article-teaser--text--small .m-article-teaser__title {
    font-size: 16px;
    font-size: 1.6rem; }
  .m-article-teaser--text--small .m-article-teaser__author {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--text--small .m-article-teaser__hover__content {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--text--small .m-article-teaser__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-article-teaser--text--small.css-hover:hover .m-article-teaser__hover, .m-article-teaser--text--small.hovered .m-article-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .m-article-teaser--text--small.css-hover:hover .m-article-teaser__container, .m-article-teaser--text--small.css-hover:hover .m-article-teaser__content, .m-article-teaser--text--small.css-hover:hover .m-article-teaser__assets, .m-article-teaser--text--small.hovered .m-article-teaser__container, .m-article-teaser--text--small.hovered .m-article-teaser__content, .m-article-teaser--text--small.hovered .m-article-teaser__assets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .m-article-teaser--text--small .m-article-teaser__container, .m-article-teaser--text--small .m-article-teaser__content, .m-article-teaser--text--small .m-article-teaser__assets {
    -webkit-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .m-article-teaser--text--small .m-article-teaser__hover__content {
    position: absolute;
    bottom: 0px;
    padding: 40px 20px 0px 20px;
    padding: 4rem 2rem 0rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-height: 100%;
    color: white;
    font-family: "Noto", serif;
    line-height: 22px;
    line-height: 2.2rem;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%; }
  .m-article-teaser--text--small .m-article-teaser__hover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.m-article-teaser--text--medium {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  overflow: hidden;
  border: 1px solid #e3d7c4;
  background: #fffaf4;
  padding: 10px;
  padding: 1rem;
  height: 170px;
  height: 17rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .m-article-teaser--text--medium .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--text--medium .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--text--medium .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--text--medium .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--text--medium .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--text--medium .m-article-teaser__assets:before, .m-article-teaser--text--medium .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--text--medium .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--text--medium .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--text--medium .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--text--medium .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--text--medium .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--text--medium .m-article-teaser__content, .m-article-teaser--text--medium .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--text--medium .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--text--medium .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--text--medium .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--text--medium .m-article-teaser__title, .m-article-teaser--text--medium .m-article-teaser__labels, .m-article-teaser--text--medium .m-article-teaser__author {
    margin-top: 0;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .m-article-teaser--text--medium .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--text--medium .m-article-teaser__title {
    color: #454443; }
  .m-article-teaser--text--medium .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--text--medium .m-article-teaser__inleiding {
    color: #59554e; }
  .m-article-teaser--text--medium .m-article-teaser__assets {
    min-height: 20px;
    min-height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fffaf4;
    height: 20px; }
    .m-article-teaser--text--medium .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--text--medium .m-article-teaserassetsquotation {
    border-width: 1px 1px 0px 0px;
    line-height: 14px; }
  .m-article-teaser--text--medium .m-article-teaser__assets__icons {
    color: #b5ada3;
    float: none;
    display: block; }
  .m-article-teaser--text--medium .m-article-teaser__assets__reactions {
    position: relative;
    bottom: -1px;
    right: -1px; }
  .m-article-teaser--text--medium .m-outline-asset {
    border-bottom: none !important;
    border-left: none !important; }
  .m-article-teaser--text--medium .m-article-teaser__hover__background {
    background-color: #c2b6a4; }
  .m-article-teaser--text--medium .m-article-teaser__title {
    font-size: 18px;
    font-size: 1.8rem; }
  .m-article-teaser--text--medium .m-article-teaser__author {
    font-size: 16px;
    font-size: 1.6rem; }
  @media only screen and (max-width: 979px) {
    body.immobile .m-article-teaser--text--medium .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (max-width: 979px) {
    body.mobile .m-article-teaser--text--medium .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .m-article-teaser--text--medium .m-article-teaser__assets__second {
      display: none; } }
  .m-article-teaser--text--medium .m-article-teaser__hover__content {
    font-size: 15px;
    font-size: 1.5rem; }
  .m-article-teaser--text--medium .m-article-teaser__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-article-teaser--text--medium.css-hover:hover .m-article-teaser__hover, .m-article-teaser--text--medium.hovered .m-article-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .m-article-teaser--text--medium.css-hover:hover .m-article-teaser__container, .m-article-teaser--text--medium.css-hover:hover .m-article-teaser__content, .m-article-teaser--text--medium.css-hover:hover .m-article-teaser__assets, .m-article-teaser--text--medium.hovered .m-article-teaser__container, .m-article-teaser--text--medium.hovered .m-article-teaser__content, .m-article-teaser--text--medium.hovered .m-article-teaser__assets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .m-article-teaser--text--medium .m-article-teaser__container, .m-article-teaser--text--medium .m-article-teaser__content, .m-article-teaser--text--medium .m-article-teaser__assets {
    -webkit-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .m-article-teaser--text--medium .m-article-teaser__hover__content {
    position: absolute;
    bottom: 0px;
    padding: 40px 20px 0px 20px;
    padding: 4rem 2rem 0rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-height: 100%;
    color: white;
    font-family: "Noto", serif;
    line-height: 22px;
    line-height: 2.2rem;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%; }
  .m-article-teaser--text--medium .m-article-teaser__hover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.m-article-teaser--text--big {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  overflow: hidden;
  border: 1px solid #e3d7c4;
  background: #fffaf4;
  padding: 10px;
  padding: 1rem;
  height: 350px;
  height: 35rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .m-article-teaser--text--big .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--text--big .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--text--big .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--text--big .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--text--big .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--text--big .m-article-teaser__assets:before, .m-article-teaser--text--big .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--text--big .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--text--big .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--text--big .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--text--big .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--text--big .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--text--big .m-article-teaser__content, .m-article-teaser--text--big .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--text--big .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--text--big .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--text--big .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--text--big .m-article-teaser__title, .m-article-teaser--text--big .m-article-teaser__labels, .m-article-teaser--text--big .m-article-teaser__author {
    margin-top: 0;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .m-article-teaser--text--big .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--text--big .m-article-teaser__title {
    color: #454443; }
  .m-article-teaser--text--big .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--text--big .m-article-teaser__inleiding {
    color: #59554e; }
  .m-article-teaser--text--big .m-article-teaser__assets {
    min-height: 20px;
    min-height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fffaf4;
    height: 20px; }
    .m-article-teaser--text--big .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--text--big .m-article-teaserassetsquotation {
    border-width: 1px 1px 0px 0px;
    line-height: 14px; }
  .m-article-teaser--text--big .m-article-teaser__assets__icons {
    color: #b5ada3;
    float: none;
    display: block; }
  .m-article-teaser--text--big .m-article-teaser__assets__reactions {
    position: relative;
    bottom: -1px;
    right: -1px; }
  .m-article-teaser--text--big .m-outline-asset {
    border-bottom: none !important;
    border-left: none !important; }
  .m-article-teaser--text--big .m-article-teaser__hover__background {
    background-color: #c2b6a4; }
  .m-article-teaser--text--big .m-article-teaser__title {
    font-size: 30px;
    font-size: 3rem; }
  .m-article-teaser--text--big .m-article-teaser__author {
    font-size: 18px;
    font-size: 1.8rem; }
  .m-article-teaser--text--big .m-article-teaser__hover__content {
    font-size: 17px;
    font-size: 1.7rem; }
  .m-article-teaser--text--big .m-article-teaser__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-article-teaser--text--big.css-hover:hover .m-article-teaser__hover, .m-article-teaser--text--big.hovered .m-article-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .m-article-teaser--text--big.css-hover:hover .m-article-teaser__container, .m-article-teaser--text--big.css-hover:hover .m-article-teaser__content, .m-article-teaser--text--big.css-hover:hover .m-article-teaser__assets, .m-article-teaser--text--big.hovered .m-article-teaser__container, .m-article-teaser--text--big.hovered .m-article-teaser__content, .m-article-teaser--text--big.hovered .m-article-teaser__assets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .m-article-teaser--text--big .m-article-teaser__container, .m-article-teaser--text--big .m-article-teaser__content, .m-article-teaser--text--big .m-article-teaser__assets {
    -webkit-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .m-article-teaser--text--big .m-article-teaser__hover__content {
    position: absolute;
    bottom: 0px;
    padding: 40px 20px 0px 20px;
    padding: 4rem 2rem 0rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-height: 100%;
    color: white;
    font-family: "Noto", serif;
    line-height: 22px;
    line-height: 2.2rem;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%; }
  .m-article-teaser--text--big .m-article-teaser__hover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.m-article-teaser--text--small__no__overlay {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  overflow: hidden;
  border: 1px solid #e3d7c4;
  background: #fffaf4;
  padding: 10px;
  padding: 1rem;
  height: 170px;
  height: 17rem; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--text--small__no__overlay .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--text--small__no__overlay .m-article-teaser__assets:before, .m-article-teaser--text--small__no__overlay .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--text--small__no__overlay .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--text--small__no__overlay .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--text--small__no__overlay .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__content, .m-article-teaser--text--small__no__overlay .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__title, .m-article-teaser--text--small__no__overlay .m-article-teaser__labels, .m-article-teaser--text--small__no__overlay .m-article-teaser__author {
    margin-top: 0;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .m-article-teaser--text--small__no__overlay .noback {
    color: #59554e;
    text-shadow: none; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__title {
    color: #454443; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__author {
    color: #b5ada3; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__inleiding {
    color: #59554e; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__assets {
    min-height: 20px;
    min-height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fffaf4;
    height: 20px; }
    .m-article-teaser--text--small__no__overlay .m-article-teaser__assets:before {
      content: "";
      width: 100%;
      height: 30px;
      height: 3rem;
      position: absolute;
      bottom: 100%;
      left: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 250, 244, 0)), color-stop(100%, #fffaf4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 250, 244, 0) 0%, #fffaf4 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff7ea', endColorstr='#fff7ea',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--text--small__no__overlay .m-article-teaserassetsquotation {
    border-width: 1px 1px 0px 0px;
    line-height: 14px; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__assets__icons {
    color: #b5ada3;
    float: none;
    display: block; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__assets__reactions {
    position: relative;
    bottom: -1px;
    right: -1px; }
  .m-article-teaser--text--small__no__overlay .m-outline-asset {
    border-bottom: none !important;
    border-left: none !important; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__hover__background {
    background-color: #c2b6a4; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__title {
    font-size: 16px;
    font-size: 1.6rem; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__author {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--text--small__no__overlay .m-article-teaser__hover__content {
    font-size: 14px;
    font-size: 1.4rem; }

.m-article-teaser--comment--small {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  background-color: #e3d7c4;
  height: 170px;
  height: 17rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .m-article-teaser--comment--small .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--comment--small .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--comment--small .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--comment--small .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--comment--small .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--comment--small .m-article-teaser__assets:before, .m-article-teaser--comment--small .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--comment--small .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--comment--small .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--comment--small .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--comment--small .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--comment--small .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--comment--small .m-article-teaser__content, .m-article-teaser--comment--small .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--comment--small .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--comment--small .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--comment--small .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--comment--small:before {
    content: '“';
    font-family: "Noto", serif;
    color: white;
    font-size: 80px;
    font-size: 8rem;
    line-height: 80px;
    z-index: 1;
    position: absolute;
    left: 8px;
    left: 0.8rem; }
  .m-article-teaser--comment--small:hover:before {
    content: ""; }
  .m-article-teaser--comment--small .m-article-teaser__title {
    font-weight: normal;
    font-style: italic; }
  .m-article-teaser--comment--small .m-article-teaser__content {
    padding-top: 40px; }
  .m-article-teaser--comment--small .m-article-teaser__cover:after {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0.5)), color-stop(100%, #0c132e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c132e', endColorstr='#0c132e',GradientType=0 );
    /* IE6-8 */
    filter: none; }
  .m-article-teaser--comment--small .m-reaction-count--left-bottom, .m-article-teaser--comment--small .m-reaction-count--left-center {
    background-color: #2f82a4; }
    .m-article-teaser--comment--small .m-reaction-count--left-bottom:before, .m-article-teaser--comment--small .m-reaction-count--left-center:before {
      border-right-color: #2f82a4; }
  .m-article-teaser--comment--small .m-article-teaser__cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
    .m-article-teaser--comment--small .m-article-teaser__cover img {
      left: 0 !important; }
    .m-article-teaser--comment--small .m-article-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjE0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--comment--small .m-article-teaser__title, .m-article-teaser--comment--small .m-article-teaser__inleiding, .m-article-teaser--comment--small .m-article-teaser__author {
    margin-bottom: 0;
    margin-top: 7px;
    margin-top: 0.7rem; }
  .m-article-teaser--comment--small .m-article-teaser__title {
    color: white; }
  .m-article-teaser--comment--small .m-article-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .m-article-teaser--comment--small .m-article-teaser__content {
    padding: 10px 10px;
    padding: 1rem 1rem;
    padding-top: 0px;
    overflow: hidden; }
  .m-article-teaser--comment--small .m-article-teaser__author {
    color: white; }
  .m-article-teaser--comment--small .m-article-teaser__assets {
    height: 20px;
    overflow: hidden; }
  .m-article-teaser--comment--small .m-article-teaser__assets__icons {
    color: white;
    float: none;
    display: block; }
  .m-article-teaser--comment--small .m-outline-asset {
    border-top: none !important;
    border-right: none !important; }
  .m-article-teaser--comment--small .m-article-teaser__hover__background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #59554e; }
    body.subsite-finance .m-article-teaser--comment--small .m-article-teaser__hover__background {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      background: #0073AB; }
  .m-article-teaser--comment--small .m-article-teaserassetsquotation {
    border-width: 0px 0px 1px 1px;
    line-height: 14px; }
  .m-article-teaser--comment--small .m-article-teaser__netto-flag__container--main {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  .m-article-teaser--comment--small .m-article-teaser__title {
    font-size: 16px;
    font-size: 1.6rem; }
  .m-article-teaser--comment--small .m-article-teaser__author {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--comment--small .m-article-teaser__hover__content {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--comment--small .m-article-teaser__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-article-teaser--comment--small.css-hover:hover .m-article-teaser__hover, .m-article-teaser--comment--small.hovered .m-article-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .m-article-teaser--comment--small.css-hover:hover .m-article-teaser__container, .m-article-teaser--comment--small.css-hover:hover .m-article-teaser__content, .m-article-teaser--comment--small.css-hover:hover .m-article-teaser__assets, .m-article-teaser--comment--small.hovered .m-article-teaser__container, .m-article-teaser--comment--small.hovered .m-article-teaser__content, .m-article-teaser--comment--small.hovered .m-article-teaser__assets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .m-article-teaser--comment--small .m-article-teaser__container, .m-article-teaser--comment--small .m-article-teaser__content, .m-article-teaser--comment--small .m-article-teaser__assets {
    -webkit-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .m-article-teaser--comment--small .m-article-teaser__hover__content {
    position: absolute;
    bottom: 0px;
    padding: 40px 20px 0px 20px;
    padding: 4rem 2rem 0rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-height: 100%;
    color: white;
    font-family: "Noto", serif;
    line-height: 22px;
    line-height: 2.2rem;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%; }
  .m-article-teaser--comment--small .m-article-teaser__hover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.m-article-teaser--comment--medium {
  display: block;
  position: relative;
  text-decoration: none;
  color: #59554e;
  overflow: hidden;
  background-color: #e3d7c4;
  height: 170px;
  height: 17rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .m-article-teaser--comment--medium .m-article-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    word-wrap: break-word;
    color: #454443; }
    .m-article-teaser--comment--medium .m-article-teaser__title:hover {
      color: #2c3b78; }
  .m-article-teaser--comment--medium .m-article-teaser__author {
    font-style: italic;
    line-height: 1;
    word-wrap: break-word; }
  .m-article-teaser--comment--medium .m-article-teaser__inleiding {
    word-wrap: break-word;
    font-family: "Noto", serif;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-article-teaser--comment--medium .m-article-teaser__assets {
    zoom: 1;
    width: 100%;
    height: auto; }
    .m-article-teaser--comment--medium .m-article-teaser__assets:before, .m-article-teaser--comment--medium .m-article-teaser__assets:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-article-teaser--comment--medium .m-article-teaser__assets:after {
      clear: both; }
  .m-article-teaser--comment--medium .m-outline-asset--quotation-shortcode {
    margin: 0;
    float: left;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--comment--medium .m-article-teaser__assets__reactions {
    float: right;
    height: 20px;
    height: 2rem; }
  .m-article-teaser--comment--medium .m-article-teaser__assets__icons {
    float: left;
    height: auto;
    line-height: 15px;
    line-height: 1.5rem; }
    .m-article-teaser--comment--medium .m-article-teaser__assets__icons .m-asset-icon {
      line-height: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
  .m-article-teaser--comment--medium .m-article-teaser__content, .m-article-teaser--comment--medium .m-article-teaser__container .m-article-teaser__assets {
    display: block; }
  .m-article-teaser--comment--medium .m-article-teaser__labels {
    display: block; }
  .m-article-teaser--comment--medium .m-article-teaser__author {
    font-family: "Noto", serif; }
  .m-article-teaser--comment--medium .m-article-teaser__inleiding {
    display: block; }
  .m-article-teaser--comment--medium:before {
    content: '“';
    font-family: "Noto", serif;
    color: white;
    font-size: 80px;
    font-size: 8rem;
    line-height: 80px;
    z-index: 1;
    position: absolute;
    left: 8px;
    left: 0.8rem; }
  .m-article-teaser--comment--medium:hover:before {
    content: ""; }
  .m-article-teaser--comment--medium .m-article-teaser__title {
    font-weight: normal;
    font-style: italic; }
  .m-article-teaser--comment--medium .m-article-teaser__content {
    padding-top: 40px; }
  .m-article-teaser--comment--medium .m-article-teaser__cover:after {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0.5)), color-stop(100%, #0c132e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c132e', endColorstr='#0c132e',GradientType=0 );
    /* IE6-8 */
    filter: none; }
  .m-article-teaser--comment--medium .m-reaction-count--left-bottom, .m-article-teaser--comment--medium .m-reaction-count--left-center {
    background-color: #2f82a4; }
    .m-article-teaser--comment--medium .m-reaction-count--left-bottom:before, .m-article-teaser--comment--medium .m-reaction-count--left-center:before {
      border-right-color: #2f82a4; }
  .m-article-teaser--comment--medium .m-article-teaser__cover {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
    .m-article-teaser--comment--medium .m-article-teaser__cover img {
      left: 0 !important; }
    .m-article-teaser--comment--medium .m-article-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjE0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-article-teaser--comment--medium .m-article-teaser__title, .m-article-teaser--comment--medium .m-article-teaser__inleiding, .m-article-teaser--comment--medium .m-article-teaser__author {
    margin-bottom: 0;
    margin-top: 7px;
    margin-top: 0.7rem; }
  .m-article-teaser--comment--medium .m-article-teaser__title {
    color: white; }
  .m-article-teaser--comment--medium .m-article-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .m-article-teaser--comment--medium .m-article-teaser__content {
    padding: 10px 10px;
    padding: 1rem 1rem;
    padding-top: 0px;
    overflow: hidden; }
  .m-article-teaser--comment--medium .m-article-teaser__author {
    color: white; }
  .m-article-teaser--comment--medium .m-article-teaser__assets {
    height: 20px;
    overflow: hidden; }
  .m-article-teaser--comment--medium .m-article-teaser__assets__icons {
    color: white;
    float: none;
    display: block; }
  .m-article-teaser--comment--medium .m-outline-asset {
    border-top: none !important;
    border-right: none !important; }
  .m-article-teaser--comment--medium .m-article-teaser__hover__background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #59554e; }
    body.subsite-finance .m-article-teaser--comment--medium .m-article-teaser__hover__background {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      background: #0073AB; }
  .m-article-teaser--comment--medium .m-article-teaserassetsquotation {
    border-width: 0px 0px 1px 1px;
    line-height: 14px; }
  .m-article-teaser--comment--medium .m-article-teaser__netto-flag__container--main {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  .m-article-teaser--comment--medium .m-article-teaser__title {
    font-size: 18px;
    font-size: 1.8rem; }
  .m-article-teaser--comment--medium .m-article-teaser__author {
    font-size: 16px;
    font-size: 1.6rem; }
  @media only screen and (max-width: 979px) {
    body.immobile .m-article-teaser--comment--medium .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (max-width: 979px) {
    body.mobile .m-article-teaser--comment--medium .m-article-teaser__assets__second {
      display: none; } }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .m-article-teaser--comment--medium .m-article-teaser__assets__second {
      display: none; } }
  .m-article-teaser--comment--medium .m-article-teaser__hover__content {
    font-size: 15px;
    font-size: 1.5rem; }
  .m-article-teaser--comment--medium .m-article-teaser__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-article-teaser--comment--medium.css-hover:hover .m-article-teaser__hover, .m-article-teaser--comment--medium.hovered .m-article-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .m-article-teaser--comment--medium.css-hover:hover .m-article-teaser__container, .m-article-teaser--comment--medium.css-hover:hover .m-article-teaser__content, .m-article-teaser--comment--medium.css-hover:hover .m-article-teaser__assets, .m-article-teaser--comment--medium.hovered .m-article-teaser__container, .m-article-teaser--comment--medium.hovered .m-article-teaser__content, .m-article-teaser--comment--medium.hovered .m-article-teaser__assets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .m-article-teaser--comment--medium .m-article-teaser__container, .m-article-teaser--comment--medium .m-article-teaser__content, .m-article-teaser--comment--medium .m-article-teaser__assets {
    -webkit-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .m-article-teaser--comment--medium .m-article-teaser__hover__content {
    position: absolute;
    bottom: 0px;
    padding: 40px 20px 0px 20px;
    padding: 4rem 2rem 0rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    max-height: 100%;
    color: white;
    font-family: "Noto", serif;
    line-height: 22px;
    line-height: 2.2rem;
    z-index: 1;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%; }
  .m-article-teaser--comment--medium .m-article-teaser__hover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.m-article-teaser__content--has-flag.m-article-teaser__content--has-flag {
  overflow: visible; }

.m-article-teaser__netto-flag {
  float: left;
  font-size: 0; }

.m-article-teaser__netto-flag__container--main {
  height: 20px;
  height: 2rem;
  padding: 0px 8px;
  padding: 0rem 0.8rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #ffffff;
  border: 1px solid #e3d7c3; }

.m-article-teaser--vertical--cover--title-only .m-article-teaser__netto-flag__container--main {
  border-width: 1px 1px 0px 0px; }

.m-media-teaser--finance .m-article-teaser__netto-flag__container--main {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #e3d7c4;
  border-left: 1px solid #e3d7c4; }

.m-article-teaser__netto-flag__container--sub {
  height: 20px;
  height: 2rem;
  padding: 0px 8px;
  padding: 0rem 0.8rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #0073AB; }

.m-article-teaser__netto-flag__label--main {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0073AB; }

.m-article-teaser__netto-flag__label--sub {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff; }

.m-article-link--save {
  height: 170px;
  height: 17rem;
  position: relative;
  display: block;
  text-align: right;
  background: #05A7D9; }
  .m-article-link--save .m-article-link__label {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 400;
    position: absolute;
    right: 20px;
    bottom: 10px; }
    .m-article-link--save .m-article-link__label strong {
      font-size: 24px;
      font-size: 2.4rem;
      font-family: "Roboto", sans-serif;
      color: #ffffff;
      line-height: 1.1;
      font-family: "Noto", serif;
      font-weight: 700; }
    .m-article-link--save .m-article-link__label:after {
      font-size: 24px;
      font-size: 2.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1.1;
      margin: 0px 0px 0px 4px;
      margin: 0rem 0rem 0rem 0.4rem;
      content: "\f105";
      display: inline-block;
      vertical-align: middle; }

.m-live-teaser {
  display: block;
  cursor: pointer;
  padding: 20px 0px;
  padding: 2rem 0rem; }
  .m-live-teaser .m-live-teaser__container {
    display: table;
    width: 100%;
    margin: 20px 0px;
    margin: 2rem 0rem; }
  .m-live-teaser .m-live-teaser__labels {
    display: table-cell;
    width: 130px;
    width: 13rem;
    border-right: 1px solid #e3d7c4; }
    .m-live-teaser .m-live-teaser__labels .m-label--big {
      margin-bottom: 2px;
      margin-bottom: 0.2rem; }
  .m-live-teaser .m-live-teaser__content {
    display: table-cell;
    padding-left: 20px;
    padding-left: 2rem; }
  .m-live-teaser .m-live-teaser__title {
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
    font-family: "Noto", serif;
    color: #454443;
    display: block; }
  .m-live-teaser .m-live-teaser__sub-title {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Noto", serif;
    color: #59554e;
    display: block;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
  .m-live-teaser .m-live-teaser__intro {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #454443;
    display: block;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
  .m-live-teaser .m-live-teaser__markten {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #2c3b78;
    float: left; }
    .m-live-teaser .m-live-teaser__markten:after {
      color: #454443;
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f105";
      margin-left: 5px;
      margin-left: 0.5rem;
      position: relative;
      top: -2px;
      top: -0.2rem; }
  .m-live-teaser .m-live-teaser__footer {
    zoom: 1; }
    .m-live-teaser .m-live-teaser__footer:before, .m-live-teaser .m-live-teaser__footer:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-live-teaser .m-live-teaser__footer:after {
      clear: both; }
  .m-live-teaser .m-live-teaser__reactions {
    float: right; }

.m-koers-block--high {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans;
  text-align: center;
  color: white;
  height: 36px;
  padding: 4px 0px;
  margin: 1px 0 0 1px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  background-color: #1f662c; }
  .m-koers-block--high .m-koers-block__name, .m-koers-block--high .m-koers-block__percentage {
    font-family: "Roboto", sans-serif;
    line-height: 14px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .m-koers-block--high .m-koers-block__name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-koers-block--high .m-koers-block__name {
        font-size: 14px;
        font-size: 1.4rem; } }
  .m-koers-block--high:hover {
    background-color: #454443;
    color: #FFF; }

.m-koers-block--positive {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans;
  text-align: center;
  color: white;
  height: 36px;
  padding: 4px 0px;
  margin: 1px 0 0 1px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  background-color: #2b873c; }
  .m-koers-block--positive .m-koers-block__name, .m-koers-block--positive .m-koers-block__percentage {
    font-family: "Roboto", sans-serif;
    line-height: 14px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .m-koers-block--positive .m-koers-block__name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-koers-block--positive .m-koers-block__name {
        font-size: 14px;
        font-size: 1.4rem; } }
  .m-koers-block--positive:hover {
    background-color: #454443;
    color: #FFF; }

.m-koers-block--equal {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans;
  text-align: center;
  color: white;
  height: 36px;
  padding: 4px 0px;
  margin: 1px 0 0 1px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  background-color: #c6b49c; }
  .m-koers-block--equal .m-koers-block__name, .m-koers-block--equal .m-koers-block__percentage {
    font-family: "Roboto", sans-serif;
    line-height: 14px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .m-koers-block--equal .m-koers-block__name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-koers-block--equal .m-koers-block__name {
        font-size: 14px;
        font-size: 1.4rem; } }
  .m-koers-block--equal:hover {
    background-color: #454443;
    color: #FFF; }

.m-koers-block--negative {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans;
  text-align: center;
  color: white;
  height: 36px;
  padding: 4px 0px;
  margin: 1px 0 0 1px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  background-color: #ca4036; }
  .m-koers-block--negative .m-koers-block__name, .m-koers-block--negative .m-koers-block__percentage {
    font-family: "Roboto", sans-serif;
    line-height: 14px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .m-koers-block--negative .m-koers-block__name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-koers-block--negative .m-koers-block__name {
        font-size: 14px;
        font-size: 1.4rem; } }
  .m-koers-block--negative:hover {
    background-color: #454443;
    color: #FFF; }

.m-koers-block--deep {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans;
  text-align: center;
  color: white;
  height: 36px;
  padding: 4px 0px;
  margin: 1px 0 0 1px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  background-color: #a62d25; }
  .m-koers-block--deep .m-koers-block__name, .m-koers-block--deep .m-koers-block__percentage {
    font-family: "Roboto", sans-serif;
    line-height: 14px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal; }
  .m-koers-block--deep .m-koers-block__name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-koers-block--deep .m-koers-block__name {
        font-size: 14px;
        font-size: 1.4rem; } }
  .m-koers-block--deep:hover {
    background-color: #454443;
    color: #FFF; }

.m-reaction-thanks:after {
  content: '';
  background: url("../img/reaction-divider.png");
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 30px; }
  body.subsite-sabato .m-reaction-thanks:after {
    background: url("../img/sabato/reaction-divider.png"); }
.m-dialog-body .m-reaction-thanks:after {
  display: none; }
.m-reaction-thanks .m-reaction-thanks__message {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #59554e;
  margin-bottom: 20px; }
.m-reaction-thanks .m-reaction-thanks__message__link {
  display: block;
  text-decoration: underline; }
  body.subsite-sabato .m-reaction-thanks .m-reaction-thanks__message__link {
    color: #434343; }
  .m-reaction-thanks .m-reaction-thanks__message__link:hover {
    text-decoration: none; }
    body.subsite-sabato .m-reaction-thanks .m-reaction-thanks__message__link:hover {
      color: #434343; }
.m-reaction-thanks .m-reaction-thanks__text-container {
  display: table-cell; }
  .m-reaction-thanks .m-reaction-thanks__text-container > * {
    display: inline-block;
    line-height: 22px; }
.m-reaction-thanks .m-reaction-thanks__quote {
  font-size: 70px;
  font-size: 7rem;
  color: #454443;
  font-family: "Noto", serif;
  font-weight: 700;
  display: table-cell;
  vertical-align: top;
  line-height: 60px;
  padding-right: 10px; }
.m-reaction-thanks .m-reaction-thanks__container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left; }
.m-reaction-thanks .m-reaction-thanks__intro {
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  font-family: "Noto", serif;
  font-style: italic;
  color: #59554e; }
.m-reaction-thanks .m-reaction-thanks__link {
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  font-family: "Noto", serif;
  color: #212d5b;
  text-decoration: none;
  font-style: italic; }
.m-reaction-thanks .m-reaction-thanks__reaction {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto", serif;
  font-style: italic;
  color: #59554e; }
.m-reaction-thanks .m-share__services {
  padding-left: 0;
  font-size: 0.001px;
  margin-bottom: 20px; }

.m-asset-icon {
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5; }

.video:before {
  content: "\f04b"; }

.foto:before {
  content: "\f030"; }

.oog:before {
  content: "\f06e"; }

.paperclip:before {
  content: "\f0c6"; }

.list:before {
  content: "\f0ca"; }

.check:before {
  content: "\f00c"; }

.globe:before {
  content: "\f0ac"; }

.map:before {
  content: "\f07b"; }

.gauge:before {
  content: "\f0e4"; }

.documenten:before {
  content: "\f0ea"; }

.bullhorn:before {
  content: "\f0a1"; }

.m-weather {
  display: table;
  width: 100%;
  text-decoration: none; }
  .m-weather .m-weather__icon__container, .m-weather .m-weather__info {
    display: table-cell;
    vertical-align: middle; }
  .m-weather .m-weather__icon:before {
    font-family: "WeatherFont";
    width: 70px;
    width: 7rem;
    height: 60px;
    height: 6rem;
    line-height: 60px;
    font-size: 70px;
    font-size: 7rem;
    color: #454443; }
  .m-weather .cloudy_heavily:before {
    content: "\e000"; }
  .m-weather .cloudy_full:before {
    content: "\e000"; }
  .m-weather .cloudy:before {
    content: "\e001"; }
  .m-weather .rain:before {
    content: "\e003"; }
  .m-weather .rainsqualls:before {
    content: "\e004"; }
  .m-weather .drizzle:before {
    content: "\e00c"; }
  .m-weather .rain_and_drizzle:before {
    content: "\e00c"; }
  .m-weather .sleet:before {
    content: "\e00f"; }
  .m-weather .sleetsqualls:before {
    content: "\e00f"; }
  .m-weather .black_ice:before {
    content: "\e012"; }
  .m-weather .wintersqualls:before {
    content: "\e015"; }
  .m-weather .snowsqualls:before {
    content: "\e015"; }
  .m-weather .snow:before {
    content: "\e018"; }
  .m-weather .fog:before {
    content: "\e01b"; }
  .m-weather .wind:before {
    content: "\e021"; }
  .m-weather .storm:before {
    content: "\e025"; }
  .m-weather .warm_storm:before {
    content: "\e025"; }
  .m-weather .squalls_and_storm:before {
    content: "\e025"; }
  .m-weather .clear:before {
    content: "\e028"; }
  .m-weather .m-weather__description {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    color: #454443;
    font-style: italic; }
  .m-weather .m-weather__values__min {
    margin-right: 15px; }
  .m-weather .m-weather__values__min, .m-weather .m-weather__values__max {
    display: inline-block; }
  .m-weather .m-weather__values__label {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 4px;
    margin-right: 0.4rem;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    color: #99958d;
    text-transform: uppercase;
    margin-right: 4px; }
  .m-weather .m-weather__values__min__value, .m-weather .m-weather__values__max__value {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    font-family: "Roboto", sans-serif; }
  .m-weather .m-weather__values__min__value {
    color: #c4b39f; }
  .m-weather .m-weather__values__max__value {
    color: #f19692; }

.m-evolution-table {
  font-family: "Roboto", sans-serif;
  width: 100%;
  color: #59554e; }
  .m-evolution-table .low, .m-evolution-table .high {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700; }
  .m-evolution-table .date {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #545351; }
  .m-evolution-table .graphic {
    padding-bottom: 25px; }

.m-evolution-table__low {
  text-align: left;
  padding-right: 20px;
  padding-right: 2rem;
  width: 100px;
  width: 10rem;
  vertical-align: bottom;
  line-height: 1; }

.m-evolution-table__high {
  text-align: right;
  padding-left: 20px;
  padding-left: 2rem;
  width: 100px;
  width: 10rem;
  vertical-align: bottom;
  line-height: 1; }

.m-evolution-table__evolution_bg {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  .m-evolution-table__evolution_bg .m-evolution-table__evolutionslider {
    width: 11px;
    height: 70px;
    position: absolute;
    top: 0;
    margin-left: -4px;
    background: url("../img/evolution-table__evolutionslider.png") no-repeat 0 0; }
  .m-evolution-table__evolution_bg .m-evolution-table__evolutionslider__amount {
    font-weight: bold;
    position: absolute;
    bottom: -25px;
    bottom: -2.5rem;
    left: -15px;
    left: -1.5rem; }

.no-svg .m-evolution-table__evolution_bg .svg-fallback {
  width: 700px;
  height: 70px;
  background-image: url("../img/evolution-table-nosvg.png"); }

.m-media-teaser--big {
  position: relative;
  display: block;
  height: 350px; }
  .m-media-teaser--big .m-media-teaser__cover {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-position: 50%; }
    .m-media-teaser--big .m-media-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-media-teaser--big:hover:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.15); }
  .m-media-teaser--big .m-media-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%; }
  .m-media-teaser--big .m-media-teaser__type-container, .m-media-teaser--big .m-media-teaser__title-container {
    display: table-cell;
    vertical-align: bottom; }
  .m-media-teaser--big .m-media-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    color: white; }
  .m-media-teaser--big .m-media-teaser__type {
    background-color: #2c3b78;
    color: #b0bad4;
    display: block;
    text-align: center; }
  .m-media-teaser--big .m-media-teaser__netto-flag {
    float: left;
    font-size: 0; }
  .m-media-teaser--big .m-media-teaser__netto-flag__container--main {
    height: 20px;
    height: 2rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #ffffff;
    border: 1px solid #e3d7c3; }
  .m-media-teaser--big .m-media-teaser__netto-flag__container--sub {
    height: 20px;
    height: 2rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #0073AB; }
  .m-media-teaser--big .m-media-teaser__netto-flag__label--main {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0073AB; }
  .m-media-teaser--big .m-media-teaser__netto-flag__label--sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff; }
  .m-media-teaser--big.js-inline-video {
    cursor: pointer; }
  .m-media-teaser--big .m-media-teaser__type {
    width: 90px;
    width: 9rem;
    height: 90px;
    height: 9rem;
    line-height: 90px; }
  .m-media-teaser--big .video-type:before {
    font-size: 10px;
    font-size: 1rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f04b";
    font-size: 50px;
    font-size: 5rem; }
  .m-media-teaser--big .foto-type {
    line-height: 1;
    font-weight: bold;
    padding-top: 10px;
    padding-top: 1rem; }
  .m-media-teaser--big .m-media-teaser__type__amount {
    color: white;
    display: block;
    font-size: 50px;
    font-size: 5rem;
    font-family: "Roboto Condensed", sans;
    font-weight: bold; }
  .m-media-teaser--big .m-media-teaser__title-container {
    padding: 20px;
    padding: 2rem; }
  .m-media-teaser--big .m-media-teaser__type-container {
    width: 90px; }
  .m-media-teaser--big .m-media-teaser__title {
    max-height: 310px;
    overflow: hidden;
    font-size: 24px;
    font-size: 2.4rem; }

.m-media-teaser--small {
  position: relative;
  display: block;
  height: 170px; }
  .m-media-teaser--small .m-media-teaser__cover {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-position: 50%; }
    .m-media-teaser--small .m-media-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-media-teaser--small:hover:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.15); }
  .m-media-teaser--small .m-media-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%; }
  .m-media-teaser--small .m-media-teaser__type-container, .m-media-teaser--small .m-media-teaser__title-container {
    display: table-cell;
    vertical-align: bottom; }
  .m-media-teaser--small .m-media-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    color: white; }
  .m-media-teaser--small .m-media-teaser__type {
    background-color: #2c3b78;
    color: #b0bad4;
    display: block;
    text-align: center; }
  .m-media-teaser--small .m-media-teaser__netto-flag {
    float: left;
    font-size: 0; }
  .m-media-teaser--small .m-media-teaser__netto-flag__container--main {
    height: 20px;
    height: 2rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #ffffff;
    border: 1px solid #e3d7c3; }
  .m-media-teaser--small .m-media-teaser__netto-flag__container--sub {
    height: 20px;
    height: 2rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #0073AB; }
  .m-media-teaser--small .m-media-teaser__netto-flag__label--main {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0073AB; }
  .m-media-teaser--small .m-media-teaser__netto-flag__label--sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff; }
  .m-media-teaser--small .m-media-teaser__type-container {
    width: 35px;
    width: 3.5rem; }
  .m-media-teaser--small .m-media-teaser__type {
    width: 35px;
    width: 3.5rem;
    height: 35px;
    height: 3.5rem;
    position: absolute;
    bottom: 0;
    right: 0; }
    .m-media-teaser--small .m-media-teaser__type:before {
      font-size: 10px;
      font-size: 1rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 20px;
      font-size: 2rem;
      line-height: 35px; }
  .m-media-teaser--small .video-type:before {
    content: "\f04b"; }
  .m-media-teaser--small .foto-type:before {
    content: "\f030"; }
  .m-media-teaser--small .html-type:before {
    content: "\f0e4"; }
  .m-media-teaser--small .m-media-teaser__title-container {
    padding: 10px;
    padding: 1rem; }
  .m-media-teaser--small .m-media-teaser__title {
    max-height: 150px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem; }

.m-media-teaser--finance {
  position: relative;
  display: block;
  height: 170px; }
  .m-media-teaser--finance .m-media-teaser__cover {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-position: 50%; }
    .m-media-teaser--finance .m-media-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-media-teaser--finance:hover:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.15); }
  .m-media-teaser--finance .m-media-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%; }
  .m-media-teaser--finance .m-media-teaser__type-container, .m-media-teaser--finance .m-media-teaser__title-container {
    display: table-cell;
    vertical-align: bottom; }
  .m-media-teaser--finance .m-media-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    color: white; }
  .m-media-teaser--finance .m-media-teaser__type {
    background-color: #2c3b78;
    color: #b0bad4;
    display: block;
    text-align: center; }
  .m-media-teaser--finance .m-media-teaser__netto-flag {
    float: left;
    font-size: 0; }
  .m-media-teaser--finance .m-media-teaser__netto-flag__container--main {
    height: 20px;
    height: 2rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #ffffff;
    border: 1px solid #e3d7c3; }
  .m-media-teaser--finance .m-media-teaser__netto-flag__container--sub {
    height: 20px;
    height: 2rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #0073AB; }
  .m-media-teaser--finance .m-media-teaser__netto-flag__label--main {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0073AB; }
  .m-media-teaser--finance .m-media-teaser__netto-flag__label--sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff; }
  .m-media-teaser--finance .m-media-teaser__type-container {
    width: 35px;
    width: 3.5rem; }
  .m-media-teaser--finance .m-media-teaser__type {
    width: 35px;
    width: 3.5rem;
    height: 35px;
    height: 3.5rem;
    position: absolute;
    bottom: 0;
    right: 0; }
    .m-media-teaser--finance .m-media-teaser__type:before {
      font-size: 10px;
      font-size: 1rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 20px;
      font-size: 2rem;
      line-height: 35px; }
  .m-media-teaser--finance .video-type:before {
    content: "\f04b"; }
  .m-media-teaser--finance .foto-type:before {
    content: "\f030"; }
  .m-media-teaser--finance .html-type:before {
    content: "\f0e4"; }
  .m-media-teaser--finance .m-media-teaser__title-container {
    padding: 10px;
    padding: 1rem; }
  .m-media-teaser--finance .m-media-teaser__title {
    max-height: 150px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem; }
  .m-media-teaser--finance .m-media-teaser__type-container {
    display: block; }
  .m-media-teaser--finance .m-media-teaser__title-container {
    display: block; }
  .m-media-teaser--finance .m-media-teaser__container {
    display: block; }
  .m-media-teaser--finance .m-article-teaser__netto-flag__label--main, .m-media-teaser--finance .m-article-teaser__netto-flag__label--sub {
    white-space: nowrap; }

.m-media-teaser--vadot {
  position: relative;
  display: block;
  height: 350px; }
  .m-media-teaser--vadot .m-media-teaser__cover {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-position: 50%; }
    .m-media-teaser--vadot .m-media-teaser__cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzEzMmUiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0)), color-stop(20%, rgba(12, 19, 46, 0)), color-stop(100%, rgba(12, 19, 46, 0.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(12, 19, 46, 0) 0%, rgba(12, 19, 46, 0) 20%, rgba(12, 19, 46, 0.7) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c132e', endColorstr='#b30c132e',GradientType=0 );
      /* IE6-8 */
      filter: none; }
  .m-media-teaser--vadot:hover:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.15); }
  .m-media-teaser--vadot .m-media-teaser__container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%; }
  .m-media-teaser--vadot .m-media-teaser__type-container, .m-media-teaser--vadot .m-media-teaser__title-container {
    display: table-cell;
    vertical-align: bottom; }
  .m-media-teaser--vadot .m-media-teaser__title {
    font-weight: bold;
    font-family: "Noto", serif;
    line-height: 1.2;
    color: white; }
  .m-media-teaser--vadot .m-media-teaser__type {
    background-color: #2c3b78;
    color: #b0bad4;
    display: block;
    text-align: center; }
  .m-media-teaser--vadot .m-media-teaser__netto-flag {
    float: left;
    font-size: 0; }
  .m-media-teaser--vadot .m-media-teaser__netto-flag__container--main {
    height: 20px;
    height: 2rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #ffffff;
    border: 1px solid #e3d7c3; }
  .m-media-teaser--vadot .m-media-teaser__netto-flag__container--sub {
    height: 20px;
    height: 2rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: #0073AB; }
  .m-media-teaser--vadot .m-media-teaser__netto-flag__label--main {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0073AB; }
  .m-media-teaser--vadot .m-media-teaser__netto-flag__label--sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff; }
  .m-media-teaser--vadot .m-media-teaser__type-container {
    width: 35px;
    width: 3.5rem; }
  .m-media-teaser--vadot .m-media-teaser__type {
    width: 35px;
    width: 3.5rem;
    height: 35px;
    height: 3.5rem;
    position: absolute;
    bottom: 0;
    right: 0; }
    .m-media-teaser--vadot .m-media-teaser__type:before {
      font-size: 10px;
      font-size: 1rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 20px;
      font-size: 2rem;
      line-height: 35px; }
  .m-media-teaser--vadot .m-media-teaser__title-container {
    padding: 10px;
    padding: 1rem; }
  .m-media-teaser--vadot .m-media-teaser__title {
    max-height: 150px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem; }
  .m-media-teaser--vadot .m-media-teaser__cover:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjMTMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(12, 19, 46, 0.5)), color-stop(100%, #0c132e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(12, 19, 46, 0.5) 0%, #0c132e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c132e', endColorstr='#0c132e',GradientType=0 );
    /* IE6-8 */
    filter: none; }
  .m-media-teaser--vadot .foto-type:before {
    content: "\f030"; }

.m-dialog-content--correct {
  max-height: 725px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fdf3e5;
  padding: 30px 10px;
  width: 447px; }
  .m-dialog-body-without-title .m-dialog-content--correct {
    padding-top: 0; }
  body.subsite-sabato .m-dialog-content--correct {
    background: #ffffff;
    border: 1px solid #000000; }
  .m-dialog-content--correct .m-dialog-content__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-dialog-content--correct .m-dialog-content__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-dialog-content--correct .m-dialog-content__section:before, .m-dialog-content--correct .m-dialog-content__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--correct .m-dialog-content__section:after {
      clear: both; }
    .m-dialog-content--correct .m-dialog-content__section:last-child {
      margin-bottom: 0; }
  .m-dialog-content--correct .m-dialog-content__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-dialog-content--correct .m-dialog-content__section--right:before, .m-dialog-content--correct .m-dialog-content__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--correct .m-dialog-content__section--right:after {
      clear: both; }
    .m-dialog-content--correct .m-dialog-content__section--right:last-child {
      margin-bottom: 0; }
  .m-dialog-content--correct textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    padding: 10px;
    height: 100%; }
    body.subsite-sabato .m-dialog-content--correct textarea {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correct textarea {
      font-family: "Verdana", sans; }
    .m-dialog-content--correct textarea:disabled {
      color: #84807c; }
    .m-dialog-content--correct textarea.error {
      border-color: #A9210B; }
  .m-dialog-content--correct li {
    list-style-type: none; }
  .m-dialog-content--correct .m-dialog-content__error {
    display: inline-block; }
  .m-dialog-content--correct .m-dialog-content__error--full {
    display: inline-block;
    display: block; }
  .m-dialog-content--correct .m-dialog-content__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--correct .m-dialog-content__label--left {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__label--left {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--correct .m-dialog-content__label--full {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__label--full {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--correct .m-dialog-content__actions--left {
    text-align: left; }
  .m-dialog-content--correct .m-dialog-content__actions--right {
    text-align: right; }
  .m-dialog-content--correct .m-dialog-content__actions__link {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-right: 1.5rem; }
    body.subsite-sabato .m-dialog-content--correct .m-dialog-content__actions__link {
      color: #434343; }
    body.subsite-finance .m-dialog-content--correct .m-dialog-content__actions__link {
      color: #0073AB; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__actions__link {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-dialog-content--correct .m-dialog-content__actions__link:hover {
      text-decoration: none; }
    .m-dialog-content--correct .m-dialog-content__actions__link:last-child {
      margin-right: 0px;
      margin-right: 0rem; }
  .m-dialog-content--correct .m-dialog-content__actions__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-dialog-content--correct .m-dialog-content__actions__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-dialog-content--correct .m-dialog-content__actions__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__actions__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-dialog-content--correct .m-dialog-content__spam__section--left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .m-dialog-content--correct .m-dialog-content__spam__section--right {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
  .m-dialog-content--correct .m-dialog-content__checkbox {
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle; }
  .m-dialog-content--correct .m-dialog-content__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--correct .m-dialog-content__input {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__input {
      font-family: "Verdana", sans; }
    .m-dialog-content--correct .m-dialog-content__input:disabled {
      color: #84807c; }
    .m-dialog-content--correct .m-dialog-content__input.error {
      border-color: #A9210B; }
  .m-dialog-content--correct .m-dialog-content__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right; }
    body.subsite-sabato .m-dialog-content--correct .m-dialog-content__input--right {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__input--right {
      font-family: "Verdana", sans; }
    .m-dialog-content--correct .m-dialog-content__input--right:disabled {
      color: #84807c; }
    .m-dialog-content--correct .m-dialog-content__input--right.error {
      border-color: #A9210B; }
  .m-dialog-content--correct .m-dialog-content__input--full {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-dialog-content--correct .m-dialog-content__input--full {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__input--full {
      font-family: "Verdana", sans; }
    .m-dialog-content--correct .m-dialog-content__input--full:disabled {
      color: #84807c; }
    .m-dialog-content--correct .m-dialog-content__input--full.error {
      border-color: #A9210B; }
  .m-dialog-content--correct .m-dialog-content__input--spam {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 4px;
    margin-right: 0.4rem; }
    body.subsite-sabato .m-dialog-content--correct .m-dialog-content__input--spam {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__input--spam {
      font-family: "Verdana", sans; }
    .m-dialog-content--correct .m-dialog-content__input--spam:disabled {
      color: #84807c; }
    .m-dialog-content--correct .m-dialog-content__input--spam.error {
      border-color: #A9210B; }
  .m-dialog-content--correct .m-dialog-content__input--day, .m-dialog-content--correct .m-dialog-content__input--month, .m-dialog-content--correct .m-dialog-content__input--year {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--correct .m-dialog-content__input--day, body.subsite-sabato .m-dialog-content--correct .m-dialog-content__input--month, body.subsite-sabato .m-dialog-content--correct .m-dialog-content__input--year {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correct .m-dialog-content__input--day, body.subsite-sas .m-dialog-content--correct .m-dialog-content__input--month, body.subsite-sas .m-dialog-content--correct .m-dialog-content__input--year {
      font-family: "Verdana", sans; }
    .m-dialog-content--correct .m-dialog-content__input--day:disabled, .m-dialog-content--correct .m-dialog-content__input--month:disabled, .m-dialog-content--correct .m-dialog-content__input--year:disabled {
      color: #84807c; }
    .m-dialog-content--correct .m-dialog-content__input--day.error, .m-dialog-content--correct .m-dialog-content__input--month.error, .m-dialog-content--correct .m-dialog-content__input--year.error {
      border-color: #A9210B; }
  .m-dialog-content--correct .m-dialog-content__container {
    width: 200px; }

.m-dialog-content--archive {
  max-height: 725px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fdf3e5;
  padding: 30px 10px;
  width: 420px; }
  .m-dialog-body-without-title .m-dialog-content--archive {
    padding-top: 0; }
  body.subsite-sabato .m-dialog-content--archive {
    background: #ffffff;
    border: 1px solid #000000; }
  .m-dialog-content--archive .m-dialog-content__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-dialog-content--archive .m-dialog-content__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-dialog-content--archive .m-dialog-content__section:before, .m-dialog-content--archive .m-dialog-content__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--archive .m-dialog-content__section:after {
      clear: both; }
    .m-dialog-content--archive .m-dialog-content__section:last-child {
      margin-bottom: 0; }
  .m-dialog-content--archive .m-dialog-content__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-dialog-content--archive .m-dialog-content__section--right:before, .m-dialog-content--archive .m-dialog-content__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--archive .m-dialog-content__section--right:after {
      clear: both; }
    .m-dialog-content--archive .m-dialog-content__section--right:last-child {
      margin-bottom: 0; }
  .m-dialog-content--archive textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    padding: 10px;
    height: 100%; }
    body.subsite-sabato .m-dialog-content--archive textarea {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive textarea {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive textarea:disabled {
      color: #84807c; }
    .m-dialog-content--archive textarea.error {
      border-color: #A9210B; }
  .m-dialog-content--archive li {
    list-style-type: none; }
  .m-dialog-content--archive .m-dialog-content__error {
    display: inline-block; }
  .m-dialog-content--archive .m-dialog-content__error--full {
    display: inline-block;
    display: block; }
  .m-dialog-content--archive .m-dialog-content__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--archive .m-dialog-content__label--left {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__label--left {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--archive .m-dialog-content__label--full {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__label--full {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--archive .m-dialog-content__actions--left {
    text-align: left; }
  .m-dialog-content--archive .m-dialog-content__actions--right {
    text-align: right; }
  .m-dialog-content--archive .m-dialog-content__actions__link {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-right: 1.5rem; }
    body.subsite-sabato .m-dialog-content--archive .m-dialog-content__actions__link {
      color: #434343; }
    body.subsite-finance .m-dialog-content--archive .m-dialog-content__actions__link {
      color: #0073AB; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__actions__link {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-dialog-content--archive .m-dialog-content__actions__link:hover {
      text-decoration: none; }
    .m-dialog-content--archive .m-dialog-content__actions__link:last-child {
      margin-right: 0px;
      margin-right: 0rem; }
  .m-dialog-content--archive .m-dialog-content__actions__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-dialog-content--archive .m-dialog-content__actions__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-dialog-content--archive .m-dialog-content__actions__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__actions__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-dialog-content--archive .m-dialog-content__spam__section--left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .m-dialog-content--archive .m-dialog-content__spam__section--right {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
  .m-dialog-content--archive .m-dialog-content__checkbox {
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle; }
  .m-dialog-content--archive .m-dialog-content__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--archive .m-dialog-content__input {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__input {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive .m-dialog-content__input:disabled {
      color: #84807c; }
    .m-dialog-content--archive .m-dialog-content__input.error {
      border-color: #A9210B; }
  .m-dialog-content--archive .m-dialog-content__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right; }
    body.subsite-sabato .m-dialog-content--archive .m-dialog-content__input--right {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__input--right {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive .m-dialog-content__input--right:disabled {
      color: #84807c; }
    .m-dialog-content--archive .m-dialog-content__input--right.error {
      border-color: #A9210B; }
  .m-dialog-content--archive .m-dialog-content__input--full {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-dialog-content--archive .m-dialog-content__input--full {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__input--full {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive .m-dialog-content__input--full:disabled {
      color: #84807c; }
    .m-dialog-content--archive .m-dialog-content__input--full.error {
      border-color: #A9210B; }
  .m-dialog-content--archive .m-dialog-content__input--spam {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 4px;
    margin-right: 0.4rem; }
    body.subsite-sabato .m-dialog-content--archive .m-dialog-content__input--spam {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__input--spam {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive .m-dialog-content__input--spam:disabled {
      color: #84807c; }
    .m-dialog-content--archive .m-dialog-content__input--spam.error {
      border-color: #A9210B; }
  .m-dialog-content--archive .m-dialog-content__input--day, .m-dialog-content--archive .m-dialog-content__input--month, .m-dialog-content--archive .m-dialog-content__input--year {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--archive .m-dialog-content__input--day, body.subsite-sabato .m-dialog-content--archive .m-dialog-content__input--month, body.subsite-sabato .m-dialog-content--archive .m-dialog-content__input--year {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive .m-dialog-content__input--day, body.subsite-sas .m-dialog-content--archive .m-dialog-content__input--month, body.subsite-sas .m-dialog-content--archive .m-dialog-content__input--year {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive .m-dialog-content__input--day:disabled, .m-dialog-content--archive .m-dialog-content__input--month:disabled, .m-dialog-content--archive .m-dialog-content__input--year:disabled {
      color: #84807c; }
    .m-dialog-content--archive .m-dialog-content__input--day.error, .m-dialog-content--archive .m-dialog-content__input--month.error, .m-dialog-content--archive .m-dialog-content__input--year.error {
      border-color: #A9210B; }
  .m-dialog-content--archive .m-dialog-content__container {
    width: 200px; }
  .m-dialog-content--archive .m-dialog-content__input, .m-dialog-content--archive .m-dialog-content__input--right {
    width: 280px; }

.m-dialog-content--archive-completion {
  max-height: 725px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fdf3e5;
  padding: 30px 10px;
  width: 384px; }
  .m-dialog-body-without-title .m-dialog-content--archive-completion {
    padding-top: 0; }
  body.subsite-sabato .m-dialog-content--archive-completion {
    background: #ffffff;
    border: 1px solid #000000; }
  .m-dialog-content--archive-completion .m-dialog-content__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-dialog-content--archive-completion .m-dialog-content__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-dialog-content--archive-completion .m-dialog-content__section:before, .m-dialog-content--archive-completion .m-dialog-content__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--archive-completion .m-dialog-content__section:after {
      clear: both; }
    .m-dialog-content--archive-completion .m-dialog-content__section:last-child {
      margin-bottom: 0; }
  .m-dialog-content--archive-completion .m-dialog-content__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-dialog-content--archive-completion .m-dialog-content__section--right:before, .m-dialog-content--archive-completion .m-dialog-content__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--archive-completion .m-dialog-content__section--right:after {
      clear: both; }
    .m-dialog-content--archive-completion .m-dialog-content__section--right:last-child {
      margin-bottom: 0; }
  .m-dialog-content--archive-completion textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    padding: 10px;
    height: 100%; }
    body.subsite-sabato .m-dialog-content--archive-completion textarea {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive-completion textarea {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive-completion textarea:disabled {
      color: #84807c; }
    .m-dialog-content--archive-completion textarea.error {
      border-color: #A9210B; }
  .m-dialog-content--archive-completion li {
    list-style-type: none; }
  .m-dialog-content--archive-completion .m-dialog-content__error {
    display: inline-block; }
  .m-dialog-content--archive-completion .m-dialog-content__error--full {
    display: inline-block;
    display: block; }
  .m-dialog-content--archive-completion .m-dialog-content__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--archive-completion .m-dialog-content__label--left {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__label--left {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--archive-completion .m-dialog-content__label--full {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__label--full {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--archive-completion .m-dialog-content__actions--left {
    text-align: left; }
  .m-dialog-content--archive-completion .m-dialog-content__actions--right {
    text-align: right; }
  .m-dialog-content--archive-completion .m-dialog-content__actions__link {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-right: 1.5rem; }
    body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__actions__link {
      color: #434343; }
    body.subsite-finance .m-dialog-content--archive-completion .m-dialog-content__actions__link {
      color: #0073AB; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__actions__link {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-dialog-content--archive-completion .m-dialog-content__actions__link:hover {
      text-decoration: none; }
    .m-dialog-content--archive-completion .m-dialog-content__actions__link:last-child {
      margin-right: 0px;
      margin-right: 0rem; }
  .m-dialog-content--archive-completion .m-dialog-content__actions__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__actions__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-dialog-content--archive-completion .m-dialog-content__actions__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__actions__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-dialog-content--archive-completion .m-dialog-content__spam__section--left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .m-dialog-content--archive-completion .m-dialog-content__spam__section--right {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
  .m-dialog-content--archive-completion .m-dialog-content__checkbox {
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle; }
  .m-dialog-content--archive-completion .m-dialog-content__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__input {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__input {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive-completion .m-dialog-content__input:disabled {
      color: #84807c; }
    .m-dialog-content--archive-completion .m-dialog-content__input.error {
      border-color: #A9210B; }
  .m-dialog-content--archive-completion .m-dialog-content__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right; }
    body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__input--right {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__input--right {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive-completion .m-dialog-content__input--right:disabled {
      color: #84807c; }
    .m-dialog-content--archive-completion .m-dialog-content__input--right.error {
      border-color: #A9210B; }
  .m-dialog-content--archive-completion .m-dialog-content__input--full {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__input--full {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__input--full {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive-completion .m-dialog-content__input--full:disabled {
      color: #84807c; }
    .m-dialog-content--archive-completion .m-dialog-content__input--full.error {
      border-color: #A9210B; }
  .m-dialog-content--archive-completion .m-dialog-content__input--spam {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 4px;
    margin-right: 0.4rem; }
    body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__input--spam {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__input--spam {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive-completion .m-dialog-content__input--spam:disabled {
      color: #84807c; }
    .m-dialog-content--archive-completion .m-dialog-content__input--spam.error {
      border-color: #A9210B; }
  .m-dialog-content--archive-completion .m-dialog-content__input--day, .m-dialog-content--archive-completion .m-dialog-content__input--month, .m-dialog-content--archive-completion .m-dialog-content__input--year {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__input--day, body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__input--month, body.subsite-sabato .m-dialog-content--archive-completion .m-dialog-content__input--year {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__input--day, body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__input--month, body.subsite-sas .m-dialog-content--archive-completion .m-dialog-content__input--year {
      font-family: "Verdana", sans; }
    .m-dialog-content--archive-completion .m-dialog-content__input--day:disabled, .m-dialog-content--archive-completion .m-dialog-content__input--month:disabled, .m-dialog-content--archive-completion .m-dialog-content__input--year:disabled {
      color: #84807c; }
    .m-dialog-content--archive-completion .m-dialog-content__input--day.error, .m-dialog-content--archive-completion .m-dialog-content__input--month.error, .m-dialog-content--archive-completion .m-dialog-content__input--year.error {
      border-color: #A9210B; }
  .m-dialog-content--archive-completion .m-dialog-content__container {
    width: 200px; }

.m-dialog-content--correction-completion {
  max-height: 725px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fdf3e5;
  padding: 30px 10px;
  width: 384px; }
  .m-dialog-body-without-title .m-dialog-content--correction-completion {
    padding-top: 0; }
  body.subsite-sabato .m-dialog-content--correction-completion {
    background: #ffffff;
    border: 1px solid #000000; }
  .m-dialog-content--correction-completion .m-dialog-content__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-dialog-content--correction-completion .m-dialog-content__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-dialog-content--correction-completion .m-dialog-content__section:before, .m-dialog-content--correction-completion .m-dialog-content__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--correction-completion .m-dialog-content__section:after {
      clear: both; }
    .m-dialog-content--correction-completion .m-dialog-content__section:last-child {
      margin-bottom: 0; }
  .m-dialog-content--correction-completion .m-dialog-content__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-dialog-content--correction-completion .m-dialog-content__section--right:before, .m-dialog-content--correction-completion .m-dialog-content__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--correction-completion .m-dialog-content__section--right:after {
      clear: both; }
    .m-dialog-content--correction-completion .m-dialog-content__section--right:last-child {
      margin-bottom: 0; }
  .m-dialog-content--correction-completion textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    padding: 10px;
    height: 100%; }
    body.subsite-sabato .m-dialog-content--correction-completion textarea {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correction-completion textarea {
      font-family: "Verdana", sans; }
    .m-dialog-content--correction-completion textarea:disabled {
      color: #84807c; }
    .m-dialog-content--correction-completion textarea.error {
      border-color: #A9210B; }
  .m-dialog-content--correction-completion li {
    list-style-type: none; }
  .m-dialog-content--correction-completion .m-dialog-content__error {
    display: inline-block; }
  .m-dialog-content--correction-completion .m-dialog-content__error--full {
    display: inline-block;
    display: block; }
  .m-dialog-content--correction-completion .m-dialog-content__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--correction-completion .m-dialog-content__label--left {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__label--left {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--correction-completion .m-dialog-content__label--full {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__label--full {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--correction-completion .m-dialog-content__actions--left {
    text-align: left; }
  .m-dialog-content--correction-completion .m-dialog-content__actions--right {
    text-align: right; }
  .m-dialog-content--correction-completion .m-dialog-content__actions__link {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-right: 1.5rem; }
    body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__actions__link {
      color: #434343; }
    body.subsite-finance .m-dialog-content--correction-completion .m-dialog-content__actions__link {
      color: #0073AB; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__actions__link {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-dialog-content--correction-completion .m-dialog-content__actions__link:hover {
      text-decoration: none; }
    .m-dialog-content--correction-completion .m-dialog-content__actions__link:last-child {
      margin-right: 0px;
      margin-right: 0rem; }
  .m-dialog-content--correction-completion .m-dialog-content__actions__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__actions__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-dialog-content--correction-completion .m-dialog-content__actions__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__actions__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-dialog-content--correction-completion .m-dialog-content__spam__section--left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .m-dialog-content--correction-completion .m-dialog-content__spam__section--right {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
  .m-dialog-content--correction-completion .m-dialog-content__checkbox {
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle; }
  .m-dialog-content--correction-completion .m-dialog-content__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__input {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__input {
      font-family: "Verdana", sans; }
    .m-dialog-content--correction-completion .m-dialog-content__input:disabled {
      color: #84807c; }
    .m-dialog-content--correction-completion .m-dialog-content__input.error {
      border-color: #A9210B; }
  .m-dialog-content--correction-completion .m-dialog-content__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right; }
    body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__input--right {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__input--right {
      font-family: "Verdana", sans; }
    .m-dialog-content--correction-completion .m-dialog-content__input--right:disabled {
      color: #84807c; }
    .m-dialog-content--correction-completion .m-dialog-content__input--right.error {
      border-color: #A9210B; }
  .m-dialog-content--correction-completion .m-dialog-content__input--full {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__input--full {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__input--full {
      font-family: "Verdana", sans; }
    .m-dialog-content--correction-completion .m-dialog-content__input--full:disabled {
      color: #84807c; }
    .m-dialog-content--correction-completion .m-dialog-content__input--full.error {
      border-color: #A9210B; }
  .m-dialog-content--correction-completion .m-dialog-content__input--spam {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 4px;
    margin-right: 0.4rem; }
    body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__input--spam {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__input--spam {
      font-family: "Verdana", sans; }
    .m-dialog-content--correction-completion .m-dialog-content__input--spam:disabled {
      color: #84807c; }
    .m-dialog-content--correction-completion .m-dialog-content__input--spam.error {
      border-color: #A9210B; }
  .m-dialog-content--correction-completion .m-dialog-content__input--day, .m-dialog-content--correction-completion .m-dialog-content__input--month, .m-dialog-content--correction-completion .m-dialog-content__input--year {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__input--day, body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__input--month, body.subsite-sabato .m-dialog-content--correction-completion .m-dialog-content__input--year {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__input--day, body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__input--month, body.subsite-sas .m-dialog-content--correction-completion .m-dialog-content__input--year {
      font-family: "Verdana", sans; }
    .m-dialog-content--correction-completion .m-dialog-content__input--day:disabled, .m-dialog-content--correction-completion .m-dialog-content__input--month:disabled, .m-dialog-content--correction-completion .m-dialog-content__input--year:disabled {
      color: #84807c; }
    .m-dialog-content--correction-completion .m-dialog-content__input--day.error, .m-dialog-content--correction-completion .m-dialog-content__input--month.error, .m-dialog-content--correction-completion .m-dialog-content__input--year.error {
      border-color: #A9210B; }
  .m-dialog-content--correction-completion .m-dialog-content__container {
    width: 200px; }

.m-dialog-content--error {
  max-height: 725px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fdf3e5;
  padding: 30px 10px;
  width: 400px; }
  .m-dialog-body-without-title .m-dialog-content--error {
    padding-top: 0; }
  body.subsite-sabato .m-dialog-content--error {
    background: #ffffff;
    border: 1px solid #000000; }
  .m-dialog-content--error .m-dialog-content__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-dialog-content--error .m-dialog-content__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-dialog-content--error .m-dialog-content__section:before, .m-dialog-content--error .m-dialog-content__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--error .m-dialog-content__section:after {
      clear: both; }
    .m-dialog-content--error .m-dialog-content__section:last-child {
      margin-bottom: 0; }
  .m-dialog-content--error .m-dialog-content__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-dialog-content--error .m-dialog-content__section--right:before, .m-dialog-content--error .m-dialog-content__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--error .m-dialog-content__section--right:after {
      clear: both; }
    .m-dialog-content--error .m-dialog-content__section--right:last-child {
      margin-bottom: 0; }
  .m-dialog-content--error textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    padding: 10px;
    height: 100%; }
    body.subsite-sabato .m-dialog-content--error textarea {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--error textarea {
      font-family: "Verdana", sans; }
    .m-dialog-content--error textarea:disabled {
      color: #84807c; }
    .m-dialog-content--error textarea.error {
      border-color: #A9210B; }
  .m-dialog-content--error li {
    list-style-type: none; }
  .m-dialog-content--error .m-dialog-content__error {
    display: inline-block; }
  .m-dialog-content--error .m-dialog-content__error--full {
    display: inline-block;
    display: block; }
  .m-dialog-content--error .m-dialog-content__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--error .m-dialog-content__label--left {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__label--left {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--error .m-dialog-content__label--full {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__label--full {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--error .m-dialog-content__actions--left {
    text-align: left; }
  .m-dialog-content--error .m-dialog-content__actions--right {
    text-align: right; }
  .m-dialog-content--error .m-dialog-content__actions__link {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-right: 1.5rem; }
    body.subsite-sabato .m-dialog-content--error .m-dialog-content__actions__link {
      color: #434343; }
    body.subsite-finance .m-dialog-content--error .m-dialog-content__actions__link {
      color: #0073AB; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__actions__link {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-dialog-content--error .m-dialog-content__actions__link:hover {
      text-decoration: none; }
    .m-dialog-content--error .m-dialog-content__actions__link:last-child {
      margin-right: 0px;
      margin-right: 0rem; }
  .m-dialog-content--error .m-dialog-content__actions__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-dialog-content--error .m-dialog-content__actions__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-dialog-content--error .m-dialog-content__actions__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__actions__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-dialog-content--error .m-dialog-content__spam__section--left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .m-dialog-content--error .m-dialog-content__spam__section--right {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
  .m-dialog-content--error .m-dialog-content__checkbox {
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle; }
  .m-dialog-content--error .m-dialog-content__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--error .m-dialog-content__input {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__input {
      font-family: "Verdana", sans; }
    .m-dialog-content--error .m-dialog-content__input:disabled {
      color: #84807c; }
    .m-dialog-content--error .m-dialog-content__input.error {
      border-color: #A9210B; }
  .m-dialog-content--error .m-dialog-content__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right; }
    body.subsite-sabato .m-dialog-content--error .m-dialog-content__input--right {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__input--right {
      font-family: "Verdana", sans; }
    .m-dialog-content--error .m-dialog-content__input--right:disabled {
      color: #84807c; }
    .m-dialog-content--error .m-dialog-content__input--right.error {
      border-color: #A9210B; }
  .m-dialog-content--error .m-dialog-content__input--full {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-dialog-content--error .m-dialog-content__input--full {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__input--full {
      font-family: "Verdana", sans; }
    .m-dialog-content--error .m-dialog-content__input--full:disabled {
      color: #84807c; }
    .m-dialog-content--error .m-dialog-content__input--full.error {
      border-color: #A9210B; }
  .m-dialog-content--error .m-dialog-content__input--spam {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 4px;
    margin-right: 0.4rem; }
    body.subsite-sabato .m-dialog-content--error .m-dialog-content__input--spam {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__input--spam {
      font-family: "Verdana", sans; }
    .m-dialog-content--error .m-dialog-content__input--spam:disabled {
      color: #84807c; }
    .m-dialog-content--error .m-dialog-content__input--spam.error {
      border-color: #A9210B; }
  .m-dialog-content--error .m-dialog-content__input--day, .m-dialog-content--error .m-dialog-content__input--month, .m-dialog-content--error .m-dialog-content__input--year {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--error .m-dialog-content__input--day, body.subsite-sabato .m-dialog-content--error .m-dialog-content__input--month, body.subsite-sabato .m-dialog-content--error .m-dialog-content__input--year {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--error .m-dialog-content__input--day, body.subsite-sas .m-dialog-content--error .m-dialog-content__input--month, body.subsite-sas .m-dialog-content--error .m-dialog-content__input--year {
      font-family: "Verdana", sans; }
    .m-dialog-content--error .m-dialog-content__input--day:disabled, .m-dialog-content--error .m-dialog-content__input--month:disabled, .m-dialog-content--error .m-dialog-content__input--year:disabled {
      color: #84807c; }
    .m-dialog-content--error .m-dialog-content__input--day.error, .m-dialog-content--error .m-dialog-content__input--month.error, .m-dialog-content--error .m-dialog-content__input--year.error {
      border-color: #A9210B; }
  .m-dialog-content--error .m-dialog-content__container {
    width: 200px; }

.m-dialog-content--portfolio-add {
  max-height: 725px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fdf3e5;
  padding: 30px 10px;
  width: 550px;
  padding: 30px; }
  .m-dialog-body-without-title .m-dialog-content--portfolio-add {
    padding-top: 0; }
  body.subsite-sabato .m-dialog-content--portfolio-add {
    background: #ffffff;
    border: 1px solid #000000; }
  .m-dialog-content--portfolio-add .m-dialog-content__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-dialog-content--portfolio-add .m-dialog-content__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-dialog-content--portfolio-add .m-dialog-content__section:before, .m-dialog-content--portfolio-add .m-dialog-content__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--portfolio-add .m-dialog-content__section:after {
      clear: both; }
    .m-dialog-content--portfolio-add .m-dialog-content__section:last-child {
      margin-bottom: 0; }
  .m-dialog-content--portfolio-add .m-dialog-content__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-dialog-content--portfolio-add .m-dialog-content__section--right:before, .m-dialog-content--portfolio-add .m-dialog-content__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-content--portfolio-add .m-dialog-content__section--right:after {
      clear: both; }
    .m-dialog-content--portfolio-add .m-dialog-content__section--right:last-child {
      margin-bottom: 0; }
  .m-dialog-content--portfolio-add textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    padding: 10px;
    height: 100%; }
    body.subsite-sabato .m-dialog-content--portfolio-add textarea {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--portfolio-add textarea {
      font-family: "Verdana", sans; }
    .m-dialog-content--portfolio-add textarea:disabled {
      color: #84807c; }
    .m-dialog-content--portfolio-add textarea.error {
      border-color: #A9210B; }
  .m-dialog-content--portfolio-add li {
    list-style-type: none; }
  .m-dialog-content--portfolio-add .m-dialog-content__error {
    display: inline-block; }
  .m-dialog-content--portfolio-add .m-dialog-content__error--full {
    display: inline-block;
    display: block; }
  .m-dialog-content--portfolio-add .m-dialog-content__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--portfolio-add .m-dialog-content__label--left {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__label--left {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--portfolio-add .m-dialog-content__label--full {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__label--full {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-content--portfolio-add .m-dialog-content__actions--left {
    text-align: left; }
  .m-dialog-content--portfolio-add .m-dialog-content__actions--right {
    text-align: right; }
  .m-dialog-content--portfolio-add .m-dialog-content__actions__link {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-right: 1.5rem; }
    body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__actions__link {
      color: #434343; }
    body.subsite-finance .m-dialog-content--portfolio-add .m-dialog-content__actions__link {
      color: #0073AB; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__actions__link {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-dialog-content--portfolio-add .m-dialog-content__actions__link:hover {
      text-decoration: none; }
    .m-dialog-content--portfolio-add .m-dialog-content__actions__link:last-child {
      margin-right: 0px;
      margin-right: 0rem; }
  .m-dialog-content--portfolio-add .m-dialog-content__actions__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__actions__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-dialog-content--portfolio-add .m-dialog-content__actions__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__actions__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-dialog-content--portfolio-add .m-dialog-content__spam__section--left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .m-dialog-content--portfolio-add .m-dialog-content__spam__section--right {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
  .m-dialog-content--portfolio-add .m-dialog-content__checkbox {
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle; }
  .m-dialog-content--portfolio-add .m-dialog-content__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__input {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__input {
      font-family: "Verdana", sans; }
    .m-dialog-content--portfolio-add .m-dialog-content__input:disabled {
      color: #84807c; }
    .m-dialog-content--portfolio-add .m-dialog-content__input.error {
      border-color: #A9210B; }
  .m-dialog-content--portfolio-add .m-dialog-content__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right; }
    body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__input--right {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__input--right {
      font-family: "Verdana", sans; }
    .m-dialog-content--portfolio-add .m-dialog-content__input--right:disabled {
      color: #84807c; }
    .m-dialog-content--portfolio-add .m-dialog-content__input--right.error {
      border-color: #A9210B; }
  .m-dialog-content--portfolio-add .m-dialog-content__input--full {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__input--full {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__input--full {
      font-family: "Verdana", sans; }
    .m-dialog-content--portfolio-add .m-dialog-content__input--full:disabled {
      color: #84807c; }
    .m-dialog-content--portfolio-add .m-dialog-content__input--full.error {
      border-color: #A9210B; }
  .m-dialog-content--portfolio-add .m-dialog-content__input--spam {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 4px;
    margin-right: 0.4rem; }
    body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__input--spam {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__input--spam {
      font-family: "Verdana", sans; }
    .m-dialog-content--portfolio-add .m-dialog-content__input--spam:disabled {
      color: #84807c; }
    .m-dialog-content--portfolio-add .m-dialog-content__input--spam.error {
      border-color: #A9210B; }
  .m-dialog-content--portfolio-add .m-dialog-content__input--day, .m-dialog-content--portfolio-add .m-dialog-content__input--month, .m-dialog-content--portfolio-add .m-dialog-content__input--year {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__input--day, body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__input--month, body.subsite-sabato .m-dialog-content--portfolio-add .m-dialog-content__input--year {
      background: #acacac; }
    body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__input--day, body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__input--month, body.subsite-sas .m-dialog-content--portfolio-add .m-dialog-content__input--year {
      font-family: "Verdana", sans; }
    .m-dialog-content--portfolio-add .m-dialog-content__input--day:disabled, .m-dialog-content--portfolio-add .m-dialog-content__input--month:disabled, .m-dialog-content--portfolio-add .m-dialog-content__input--year:disabled {
      color: #84807c; }
    .m-dialog-content--portfolio-add .m-dialog-content__input--day.error, .m-dialog-content--portfolio-add .m-dialog-content__input--month.error, .m-dialog-content--portfolio-add .m-dialog-content__input--year.error {
      border-color: #A9210B; }
  .m-dialog-content--portfolio-add .m-dialog-content__container {
    width: 200px; }
  .m-dialog-content--portfolio-add .m-dialog-content__input--right {
    width: 275px; }
  .m-dialog-content--portfolio-add .m-dialog-content__container {
    width: 275px;
    float: right; }
  .m-dialog-content--portfolio-add .m-dialog-content__input--day {
    width: 60px;
    width: 6rem;
    margin: 0px 5px 0px 0px;
    margin: 0rem 0.5rem 0rem 0rem; }
  .m-dialog-content--portfolio-add .m-dialog-content__input--month {
    width: 125px;
    width: 12.5rem;
    margin: 0px 5px 0px 0px;
    margin: 0rem 0.5rem 0rem 0rem; }
  .m-dialog-content--portfolio-add .m-dialog-content__input--year {
    width: 80px;
    width: 8rem;
    margin: 0px;
    margin: 0rem; }
  .m-dialog-content--portfolio-add .m-dialog-content--portfolio-add__footnote {
    font-size: 15px;
    font-size: 1.5rem;
    color: #454443;
    font-family: "Roboto", sans-serif; }

.m-dialog-header {
  height: 30px;
  height: 3rem;
  background: #212d5b;
  padding: 4px 10px;
  position: relative; }
  body.subsite-sabato .m-dialog-header {
    background: #434343; }
  body.subsite-finance .m-dialog-header {
    background: #0073AB; }
  body.subsite-sas .m-dialog-header {
    background: #69a7ca; }
  .m-dialog-header.only-close {
    background: #fdf3e5;
    text-align: right; }
    .m-dialog-header.only-close.is-bump {
      background: #212d5b; }
      body.subsite-sabato .m-dialog-header.only-close.is-bump {
        background: #434343; }
      body.subsite-finance .m-dialog-header.only-close.is-bump {
        background: #0073AB; }
      body.subsite-sas .m-dialog-header.only-close.is-bump {
        background: #69a7ca; }
  .m-dialog-header .m-dialog-header__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #ffffff; }
    body.subsite-sabato .m-dialog-header .m-dialog-header__title {
      color: #ffffff; }
    body.subsite-finance .m-dialog-header .m-dialog-header__title {
      color: #ffffff; }
    body.subsite-sas .m-dialog-header .m-dialog-header__title {
      color: #FFFFFF; }
  .m-dialog-header .m-dialog-header__close {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    color: #2c3b78; }

.m-dialog-body.is-loading {
  background: url("../img/loading.gif") no-repeat center center; }
.m-dialog-body.m-dialog-body-with-title .m-bump-header__close {
  top: -30px; }
.m-dialog-body .l-reaction-form {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden; }
.m-dialog-body .l-reaction-panel__thanks {
  max-height: 725px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fdf3e5;
  padding: 30px 10px;
  min-width: 450px; }
  .m-dialog-body-without-title .m-dialog-body .l-reaction-panel__thanks {
    padding-top: 0; }
  body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks {
    background: #ffffff;
    border: 1px solid #000000; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    color: #454443; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section:before, .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section:after {
      clear: both; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section:last-child {
      margin-bottom: 0; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section--right:before, .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section--right:after {
      clear: both; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__section--right:last-child {
      margin-bottom: 0; }
  .m-dialog-body .l-reaction-panel__thanks textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    padding: 10px;
    height: 100%; }
    body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks textarea {
      background: #acacac; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks textarea {
      font-family: "Verdana", sans; }
    .m-dialog-body .l-reaction-panel__thanks textarea:disabled {
      color: #84807c; }
    .m-dialog-body .l-reaction-panel__thanks textarea.error {
      border-color: #A9210B; }
  .m-dialog-body .l-reaction-panel__thanks li {
    list-style-type: none; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__error {
    display: inline-block; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__error--full {
    display: inline-block;
    display: block; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__label--left {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__label--left {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__label--full {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__label--full {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions--left {
    text-align: left; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions--right {
    text-align: right; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__link {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-right: 1.5rem; }
    body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__link {
      color: #434343; }
    body.subsite-finance .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__link {
      color: #0073AB; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__link {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__link:hover {
      text-decoration: none; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__link:last-child {
      margin-right: 0px;
      margin-right: 0rem; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__actions__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__spam__section--left {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__spam__section--right {
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__checkbox {
    margin-right: 5px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input {
      background: #acacac; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input {
      font-family: "Verdana", sans; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input:disabled {
      color: #84807c; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input.error {
      border-color: #A9210B; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right; }
    body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--right {
      background: #acacac; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--right {
      font-family: "Verdana", sans; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--right:disabled {
      color: #84807c; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--right.error {
      border-color: #A9210B; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--full {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--full {
      background: #acacac; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--full {
      font-family: "Verdana", sans; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--full:disabled {
      color: #84807c; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--full.error {
      border-color: #A9210B; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--spam {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 4px;
    margin-right: 0.4rem; }
    body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--spam {
      background: #acacac; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--spam {
      font-family: "Verdana", sans; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--spam:disabled {
      color: #84807c; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--spam.error {
      border-color: #A9210B; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--day, .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--month, .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--year {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--day, body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--month, body.subsite-sabato .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--year {
      background: #acacac; }
    body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--day, body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--month, body.subsite-sas .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--year {
      font-family: "Verdana", sans; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--day:disabled, .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--month:disabled, .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--year:disabled {
      color: #84807c; }
    .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--day.error, .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--month.error, .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__input--year.error {
      border-color: #A9210B; }
  .m-dialog-body .l-reaction-panel__thanks .m-dialog-content__container {
    width: 200px; }
.m-dialog-body .m-reaction-thanks__text-container {
  max-width: 375px; }
.m-dialog-body .m-reaction-thanks {
  padding: 10px 0px;
  padding: 1rem 0rem; }

.m-eco-dashboard-block {
  text-align: center;
  border-left: 1px solid #e3d7c4; }
  .m-eco-dashboard-block .m-eco-dashboard-block__title {
    color: #454443;
    font-family: "Noto", serif;
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 5px;
    margin: 0rem 0.5rem; }
  .m-eco-dashboard-block .m-eco-dashboard-block__number {
    color: #56a47d;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: -1px; }

.m-eco-dashboard-block--staatsschuld {
  text-align: center;
  border-left: 1px solid #e3d7c4; }
  .m-eco-dashboard-block--staatsschuld .m-eco-dashboard-block__title {
    color: #454443;
    font-family: "Noto", serif;
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 5px;
    margin: 0rem 0.5rem; }
  .m-eco-dashboard-block--staatsschuld .m-eco-dashboard-block__number {
    color: #56a47d;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: -1px; }

.m-eco-dashboard-block--inflatie {
  text-align: center;
  border-left: 1px solid #e3d7c4; }
  .m-eco-dashboard-block--inflatie .m-eco-dashboard-block__title {
    color: #454443;
    font-family: "Noto", serif;
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 5px;
    margin: 0rem 0.5rem; }
  .m-eco-dashboard-block--inflatie .m-eco-dashboard-block__number {
    color: #56a47d;
    font-family: "Roboto Condensed", sans;
    font-weight: bold;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: -1px; }

.m-btn {
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  background: #2c3b78;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  padding: 5px 10px;
  padding: 0.5rem 1rem; }
  .m-btn.m-btn--secondary {
    border: 1px solid #e3d7c4;
    background: #fffaf4;
    color: #2c3b78;
    font-family: "Roboto", sans-serif; }
    .m-btn.m-btn--secondary:hover {
      border: 1px solid #2c3b78;
      background-color: #2c3b78;
      color: #FFF; }

.m-reaction-disclaimer .m-reaction-disclaimer__intro {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #454443;
  margin: 0 30px 30px; }
  .m-reaction-disclaimer .m-reaction-disclaimer__intro a {
    color: #2c3b78;
    text-decoration: none; }
    body.subsite-sabato .m-reaction-disclaimer .m-reaction-disclaimer__intro a {
      color: #434343; }
    body.subsite-sabato .m-reaction-disclaimer .m-reaction-disclaimer__intro a:hover {
      color: #acacac; }
.m-reaction-disclaimer .m-reaction-disclaimer__content {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #454443;
  background: #e3d7c4;
  padding: 10px 20px;
  height: 200px;
  overflow-y: scroll;
  margin: 0 30px 30px; }
  body.subsite-sabato .m-reaction-disclaimer .m-reaction-disclaimer__content {
    background: #acacac;
    color: #434343; }
  .m-reaction-disclaimer .m-reaction-disclaimer__content a {
    color: #2c3b78;
    text-decoration: none; }
    body.subsite-sabato .m-reaction-disclaimer .m-reaction-disclaimer__content a {
      color: #434343; }
    body.subsite-sabato .m-reaction-disclaimer .m-reaction-disclaimer__content a:hover {
      color: #acacac; }

.m-reaction-email .m-reaction-email__section {
  zoom: 1;
  text-align: left;
  margin-bottom: 20px; }
  .m-reaction-email .m-reaction-email__section:before, .m-reaction-email .m-reaction-email__section:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-reaction-email .m-reaction-email__section:after {
    clear: both; }
  .m-reaction-email .m-reaction-email__section:last-child {
    margin-bottom: 0; }
.m-reaction-email .m-reaction-email__section--right {
  zoom: 1;
  text-align: left;
  margin-bottom: 20px;
  text-align: right; }
  .m-reaction-email .m-reaction-email__section--right:before, .m-reaction-email .m-reaction-email__section--right:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-reaction-email .m-reaction-email__section--right:after {
    clear: both; }
  .m-reaction-email .m-reaction-email__section--right:last-child {
    margin-bottom: 0; }
.m-reaction-email .m-reaction-email__receivers {
  float: right;
  width: 275px; }
.m-reaction-email .m-reaction-email__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  vertical-align: middle; }
  body.subsite-sas .m-reaction-email .m-reaction-email__label {
    font-family: "Verdana", sans;
    color: #454443; }
.m-reaction-email .m-reaction-email__label--full {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }
  body.subsite-sas .m-reaction-email .m-reaction-email__label--full {
    font-family: "Verdana", sans;
    color: #454443; }
.m-reaction-email .m-reaction-email__label--small {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem; }
  body.subsite-sas .m-reaction-email .m-reaction-email__label--small {
    font-family: "Verdana", sans;
    color: #454443; }
.m-reaction-email .m-reaction-email__input {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  background: #e3d7c4;
  border: none;
  color: #454443;
  width: 275px; }
  body.subsite-sabato .m-reaction-email .m-reaction-email__input {
    background: #acacac; }
  body.subsite-sas .m-reaction-email .m-reaction-email__input {
    font-family: "Verdana", sans; }
  .m-reaction-email .m-reaction-email__input:disabled {
    color: #84807c; }
  .m-reaction-email .m-reaction-email__input.error {
    border-color: #A9210B; }
.m-reaction-email .m-reaction-email__input--right {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  background: #e3d7c4;
  border: none;
  color: #454443;
  float: right;
  width: 275px; }
  body.subsite-sabato .m-reaction-email .m-reaction-email__input--right {
    background: #acacac; }
  body.subsite-sas .m-reaction-email .m-reaction-email__input--right {
    font-family: "Verdana", sans; }
  .m-reaction-email .m-reaction-email__input--right:disabled {
    color: #84807c; }
  .m-reaction-email .m-reaction-email__input--right.error {
    border-color: #A9210B; }
.m-reaction-email .m-reaction-email__captcha-container {
  float: right;
  width: 275px; }
.m-reaction-email .m-reaction-email__input--captcha {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  background: #e3d7c4;
  border: none;
  color: #454443;
  width: 40px;
  margin-right: 10px;
  margin-right: 1rem; }
  body.subsite-sabato .m-reaction-email .m-reaction-email__input--captcha {
    background: #acacac; }
  body.subsite-sas .m-reaction-email .m-reaction-email__input--captcha {
    font-family: "Verdana", sans; }
  .m-reaction-email .m-reaction-email__input--captcha:disabled {
    color: #84807c; }
  .m-reaction-email .m-reaction-email__input--captcha.error {
    border-color: #A9210B; }
.m-reaction-email textarea {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  background: #e3d7c4;
  border: none;
  color: #454443;
  display: block;
  padding: 5px;
  padding: 0.5rem;
  height: 100%;
  max-height: 150px; }
  body.subsite-sabato .m-reaction-email textarea {
    background: #acacac; }
  body.subsite-sas .m-reaction-email textarea {
    font-family: "Verdana", sans; }
  .m-reaction-email textarea:disabled {
    color: #84807c; }
  .m-reaction-email textarea.error {
    border-color: #A9210B; }
.m-reaction-email .m-reaction-email__submit {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  background: #2c3b78;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  height: auto; }
  body.subsite-sabato .m-reaction-email .m-reaction-email__submit {
    background: #434343;
    color: #ffffff; }
  body.subsite-finance .m-reaction-email .m-reaction-email__submit {
    background: #0073AB;
    color: #ffffff; }
  body.subsite-sas .m-reaction-email .m-reaction-email__submit {
    background: #69a7ca;
    color: #FFFFFF;
    font-family: "Verdana", sans; }
.m-reaction-email .m-reaction-email__cancel {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #2c3b78;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-right: 1rem; }
  body.subsite-sabato .m-reaction-email .m-reaction-email__cancel {
    color: #434343; }
  body.subsite-finance .m-reaction-email .m-reaction-email__cancel {
    color: #0073AB; }
  body.subsite-sas .m-reaction-email .m-reaction-email__cancel {
    color: #625f5c;
    font-family: "Verdana", sans; }
  .m-reaction-email .m-reaction-email__cancel:hover {
    text-decoration: none; }

.m-reaction-email--dialog {
  padding: 20px;
  padding: 2rem;
  width: 600px;
  width: 60rem;
  max-height: 600px;
  overflow-y: auto;
  background: #fdf3e5; }
  .m-reaction-email--dialog .m-reaction-email__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-reaction-email--dialog .m-reaction-email__section:before, .m-reaction-email--dialog .m-reaction-email__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-reaction-email--dialog .m-reaction-email__section:after {
      clear: both; }
    .m-reaction-email--dialog .m-reaction-email__section:last-child {
      margin-bottom: 0; }
  .m-reaction-email--dialog .m-reaction-email__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-reaction-email--dialog .m-reaction-email__section--right:before, .m-reaction-email--dialog .m-reaction-email__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-reaction-email--dialog .m-reaction-email__section--right:after {
      clear: both; }
    .m-reaction-email--dialog .m-reaction-email__section--right:last-child {
      margin-bottom: 0; }
  .m-reaction-email--dialog .m-reaction-email__receivers {
    float: right;
    width: 275px; }
  .m-reaction-email--dialog .m-reaction-email__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sas .m-reaction-email--dialog .m-reaction-email__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-reaction-email--dialog .m-reaction-email__label--full {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
    body.subsite-sas .m-reaction-email--dialog .m-reaction-email__label--full {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-reaction-email--dialog .m-reaction-email__label--small {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
    body.subsite-sas .m-reaction-email--dialog .m-reaction-email__label--small {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-reaction-email--dialog .m-reaction-email__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 275px; }
    body.subsite-sabato .m-reaction-email--dialog .m-reaction-email__input {
      background: #acacac; }
    body.subsite-sas .m-reaction-email--dialog .m-reaction-email__input {
      font-family: "Verdana", sans; }
    .m-reaction-email--dialog .m-reaction-email__input:disabled {
      color: #84807c; }
    .m-reaction-email--dialog .m-reaction-email__input.error {
      border-color: #A9210B; }
  .m-reaction-email--dialog .m-reaction-email__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right;
    width: 275px; }
    body.subsite-sabato .m-reaction-email--dialog .m-reaction-email__input--right {
      background: #acacac; }
    body.subsite-sas .m-reaction-email--dialog .m-reaction-email__input--right {
      font-family: "Verdana", sans; }
    .m-reaction-email--dialog .m-reaction-email__input--right:disabled {
      color: #84807c; }
    .m-reaction-email--dialog .m-reaction-email__input--right.error {
      border-color: #A9210B; }
  .m-reaction-email--dialog .m-reaction-email__captcha-container {
    float: right;
    width: 275px; }
  .m-reaction-email--dialog .m-reaction-email__input--captcha {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 10px;
    margin-right: 1rem; }
    body.subsite-sabato .m-reaction-email--dialog .m-reaction-email__input--captcha {
      background: #acacac; }
    body.subsite-sas .m-reaction-email--dialog .m-reaction-email__input--captcha {
      font-family: "Verdana", sans; }
    .m-reaction-email--dialog .m-reaction-email__input--captcha:disabled {
      color: #84807c; }
    .m-reaction-email--dialog .m-reaction-email__input--captcha.error {
      border-color: #A9210B; }
  .m-reaction-email--dialog textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    padding: 5px;
    padding: 0.5rem;
    height: 100%;
    max-height: 150px; }
    body.subsite-sabato .m-reaction-email--dialog textarea {
      background: #acacac; }
    body.subsite-sas .m-reaction-email--dialog textarea {
      font-family: "Verdana", sans; }
    .m-reaction-email--dialog textarea:disabled {
      color: #84807c; }
    .m-reaction-email--dialog textarea.error {
      border-color: #A9210B; }
  .m-reaction-email--dialog .m-reaction-email__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-reaction-email--dialog .m-reaction-email__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-reaction-email--dialog .m-reaction-email__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-reaction-email--dialog .m-reaction-email__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-reaction-email--dialog .m-reaction-email__cancel {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 1rem; }
    body.subsite-sabato .m-reaction-email--dialog .m-reaction-email__cancel {
      color: #434343; }
    body.subsite-finance .m-reaction-email--dialog .m-reaction-email__cancel {
      color: #0073AB; }
    body.subsite-sas .m-reaction-email--dialog .m-reaction-email__cancel {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-reaction-email--dialog .m-reaction-email__cancel:hover {
      text-decoration: none; }
  body.subsite-sabato .m-reaction-email--dialog {
    background: #FFFFFF;
    border: 1px solid #000000; }

.m-reaction-email-confirmation {
  background: #fdf3e5;
  padding: 20px;
  padding: 2rem;
  width: 400px; }
  body.subsite-sabato .m-reaction-email-confirmation {
    background: #FFFFFF;
    border: 1px solid #000000; }
  .m-reaction-email-confirmation .m-reaction-email-confirmation__message {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    body.subsite-sas .m-reaction-email-confirmation .m-reaction-email-confirmation__message {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-reaction-email-confirmation .m-reaction-email-confirmation__actions {
    text-align: right; }
  .m-reaction-email-confirmation .m-reaction-email-confirmation__cancel {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-reaction-email-confirmation .m-reaction-email-confirmation__cancel {
      color: #434343; }
    body.subsite-finance .m-reaction-email-confirmation .m-reaction-email-confirmation__cancel {
      color: #0073AB; }
    body.subsite-sas .m-reaction-email-confirmation .m-reaction-email-confirmation__cancel {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-reaction-email-confirmation .m-reaction-email-confirmation__cancel:hover {
      text-decoration: none; }

.m-reaction-link {
  text-align: left; }
  .m-reaction-link .m-reaction-link__section--left {
    text-align: left; }
  .m-reaction-link .m-reaction-link__section--right {
    text-align: right; }
  .m-reaction-link .m-reaction-link__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem; }
    body.subsite-sabato .m-reaction-link .m-reaction-link__input {
      background: #acacac; }
    body.subsite-sas .m-reaction-link .m-reaction-link__input {
      font-family: "Verdana", sans; }
    .m-reaction-link .m-reaction-link__input:disabled {
      color: #84807c; }
    .m-reaction-link .m-reaction-link__input.error {
      border-color: #A9210B; }
  .m-reaction-link .m-reaction-link__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sas .m-reaction-link .m-reaction-link__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-reaction-link .m-reaction-link__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-reaction-link .m-reaction-link__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-reaction-link .m-reaction-link__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-reaction-link .m-reaction-link__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
    .m-reaction-link .m-reaction-link__submit button {
      color: #ffffff; }
  .m-reaction-link .m-reaction-link__cancel {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 1rem; }
    body.subsite-sabato .m-reaction-link .m-reaction-link__cancel {
      color: #434343; }
    body.subsite-finance .m-reaction-link .m-reaction-link__cancel {
      color: #0073AB; }
    body.subsite-sas .m-reaction-link .m-reaction-link__cancel {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-reaction-link .m-reaction-link__cancel:hover {
      text-decoration: none; }
  .m-reaction-link .m-reaction-link__actions {
    text-align: right; }

.m-reaction-link--dialog {
  text-align: left;
  padding: 20px;
  padding: 2rem;
  width: 600px;
  width: 60rem;
  text-align: center;
  line-height: 1.5;
  background: #fdf3e5; }
  .m-reaction-link--dialog .m-reaction-link__section--left {
    text-align: left; }
  .m-reaction-link--dialog .m-reaction-link__section--right {
    text-align: right; }
  .m-reaction-link--dialog .m-reaction-link__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem; }
    body.subsite-sabato .m-reaction-link--dialog .m-reaction-link__input {
      background: #acacac; }
    body.subsite-sas .m-reaction-link--dialog .m-reaction-link__input {
      font-family: "Verdana", sans; }
    .m-reaction-link--dialog .m-reaction-link__input:disabled {
      color: #84807c; }
    .m-reaction-link--dialog .m-reaction-link__input.error {
      border-color: #A9210B; }
  .m-reaction-link--dialog .m-reaction-link__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sas .m-reaction-link--dialog .m-reaction-link__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-reaction-link--dialog .m-reaction-link__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-reaction-link--dialog .m-reaction-link__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-reaction-link--dialog .m-reaction-link__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-reaction-link--dialog .m-reaction-link__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
    .m-reaction-link--dialog .m-reaction-link__submit button {
      color: #ffffff; }
  .m-reaction-link--dialog .m-reaction-link__cancel {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 1rem; }
    body.subsite-sabato .m-reaction-link--dialog .m-reaction-link__cancel {
      color: #434343; }
    body.subsite-finance .m-reaction-link--dialog .m-reaction-link__cancel {
      color: #0073AB; }
    body.subsite-sas .m-reaction-link--dialog .m-reaction-link__cancel {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-reaction-link--dialog .m-reaction-link__cancel:hover {
      text-decoration: none; }
  .m-reaction-link--dialog .m-reaction-link__actions {
    text-align: right; }
  body.subsite-sabato .m-reaction-link--dialog {
    background: #ffffff;
    border: 1px solid #000000; }

.m-reaction-interaction .m-reaction-interaction__button {
  color: #e3d7c4;
  z-index: 2;
  position: relative; }
  body.subsite-sabato .m-reaction-interaction .m-reaction-interaction__button {
    color: #acacac; }
  .m-reaction-interaction .m-reaction-interaction__button:before {
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }
  .m-reaction-interaction .m-reaction-interaction__button:hover, .m-reaction-interaction .m-reaction-interaction__button.active {
    color: #2c3b78; }
    body.subsite-sabato .m-reaction-interaction .m-reaction-interaction__button:hover, body.subsite-sabato .m-reaction-interaction .m-reaction-interaction__button.active {
      color: #434343; }
  .m-reaction-interaction .m-reaction-interaction__button.share:before {
    content: "\f112"; }
  .m-reaction-interaction .m-reaction-interaction__button.respond:before {
    content: "\f075"; }
.m-reaction-interaction .m-reaction-interaction__share, .m-reaction-interaction .m-reaction-interaction__respond {
  position: absolute;
  right: 0; }
.m-reaction-interaction .m-reaction-interaction__share {
  top: 0; }
.m-reaction-interaction .m-reaction-interaction__respond {
  bottom: 0; }
.m-reaction-interaction .m-reaction-interaction__share__container {
  height: 40px;
  background: #e3d7c4;
  z-index: 1;
  position: absolute;
  white-space: nowrap;
  padding: 0 80px 0 20px;
  right: -10px;
  top: -12px; }
  body.subsite-sabato .m-reaction-interaction .m-reaction-interaction__share__container {
    background: #acacac; }
.m-reaction-interaction .m-reaction-interaction__share__link {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #2c3b78;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 10px; }
  body.subsite-sabato .m-reaction-interaction .m-reaction-interaction__share__link {
    color: #434343; }
  body.subsite-finance .m-reaction-interaction .m-reaction-interaction__share__link {
    color: #0073AB; }
  body.subsite-sas .m-reaction-interaction .m-reaction-interaction__share__link {
    color: #625f5c;
    font-family: "Verdana", sans; }
  .m-reaction-interaction .m-reaction-interaction__share__link:hover {
    text-decoration: none; }
  .m-reaction-interaction .m-reaction-interaction__share__link:last-child {
    margin-right: 0; }

.m-markten-live-article .m-markten-live-article__link {
  text-decoration: none; }
.m-markten-live-article .m-markten-live-article__time {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0px 5px 8px;
  padding: 2rem 0rem 0.5rem 0.8rem;
  border-left: 1px solid #e3d7c4;
  display: block;
  color: grey;
  font-family: "Roboto", sans-serif; }
  .m-markten-live-article .m-markten-live-article__time:before {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: -2px 10px 0px 0px;
    margin: -0.2rem 1rem 0rem 0rem;
    display: inline-block;
    content: "\f017"; }
.m-markten-live-article .m-markten-live-article__title {
  color: black;
  display: block;
  padding-left: 8px;
  padding-left: 0.8rem;
  margin-top: 10px;
  margin-top: 1rem;
  font-weight: bold;
  font-family: "Noto", serif; }
  .m-markten-live-article .m-markten-live-article__title:hover {
    color: #2c3b78; }

.m-snel-naar {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0px 8px;
  padding: 0rem 0.8rem;
  margin-right: 8px;
  margin-right: 0.8rem;
  background: white;
  color: #2c3b78;
  border: 1px solid #e3d7c4;
  display: inline-block;
  line-height: 34px;
  text-decoration: none;
  font-family: "Roboto", sans-serif; }
  .m-snel-naar:hover {
    background-color: #2c3b78;
    border: 1px solid #2c3b78;
    color: white; }

.m-newsstream-menu .m-newsstream-menu__content {
  line-height: 65px;
  line-height: 6.5rem;
  height: 65px;
  text-align: center;
  width: 348px;
  background: #fdf3e5;
  border-bottom: 1px solid #e3d7c4; }
  @media only screen and (max-width: 1119px) {
    body.immobile .m-newsstream-menu .m-newsstream-menu__content {
      position: static;
      width: 100%; } }
  body.mobile .m-newsstream-menu .m-newsstream-menu__content {
    position: static;
    width: 100%; }
  body.non-responsive .m-newsstream-menu .m-newsstream-menu__content {
    position: static;
    width: 100%; }
  .m-newsstream-menu .m-newsstream-menu__content.fixed {
    position: fixed;
    top: 0;
    z-index: 24;
    background: #fef7ea;
    border-bottom: none; }
    .m-newsstream-menu .m-newsstream-menu__content.fixed:before {
      content: "";
      width: calc(100% - 30px);
      height: 20px;
      background-color: #000000;
      box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.3);
      border-radius: 50px/31%;
      clip: rect(28px, auto, 35px, 0);
      position: absolute;
      top: 35px;
      left: 15px; }
.m-newsstream-menu .m-newsstream-menu__item {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  line-height: 1;
  border-right: 1px solid #e3d7c4;
  padding: 0 10px; }
  @media only screen and (max-width: 1119px) {
    body.immobile .m-newsstream-menu .m-newsstream-menu__item {
      padding: 0 15px; } }
  body.mobile .m-newsstream-menu .m-newsstream-menu__item {
    padding: 0 15px; }
  body.non-responsive .m-newsstream-menu .m-newsstream-menu__item {
    padding: 0 15px; }
  .m-newsstream-menu .m-newsstream-menu__item:first-of-type {
    padding-left: 0; }
  .m-newsstream-menu .m-newsstream-menu__item:last-of-type {
    padding-right: 0;
    border-right: none; }
  .m-newsstream-menu .m-newsstream-menu__item.active .m-newsstream-menu__item__link {
    color: #84807c;
    border-bottom: 3px solid #2c3b78; }
    body.subsite-finance .m-newsstream-menu .m-newsstream-menu__item.active .m-newsstream-menu__item__link {
      border-bottom: 3px solid #0073AB; }
.m-newsstream-menu .m-newsstream-menu__item__link {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #2c3b78;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700; }
  body.subsite-finance .m-newsstream-menu .m-newsstream-menu__item__link {
    color: #0073AB; }
  .m-newsstream-menu .m-newsstream-menu__item__link:hover {
    color: #84807c;
    border-bottom: 3px solid #2c3b78; }
    body.subsite-finance .m-newsstream-menu .m-newsstream-menu__item__link:hover {
      border-bottom: 3px solid #0073AB; }

.m-newsstream-header {
  padding: 0 0 0 5px;
  text-align: center;
  width: 305px;
  display: table-cell;
  vertical-align: top; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-newsstream-header {
      width: 100%;
      padding: 0;
      display: block; } }
  .m-newsstream-header .m-newsstream-header__ad {
    display: block;
    margin: 0 0 10px;
    width: 100%; }
    .m-newsstream-header .m-newsstream-header__ad .m-ad__title {
      margin: 0 0 0 2px;
      height: 65px;
      line-height: 75px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-newsstream-header .m-newsstream-header__ad {
        margin: 0px auto;
        width: 300px; }
        body.immobile .m-newsstream-header .m-newsstream-header__ad :first-child {
          margin-top: 10px;
          margin-top: 1rem; } }
  .m-newsstream-header .m-newsstream-header__html {
    margin-left: 25px;
    margin-left: 2.5rem;
    margin-right: 25px;
    margin-right: 2.5rem;
    font-family: "Roboto", sans-serif; }
    .m-newsstream-header .m-newsstream-header__html:first-child {
      margin-top: 10px;
      margin-top: 1rem; }

.m-newsstream-container {
  width: 100%; }
  @media only screen and (max-width: 1119px) {
    body.immobile .m-newsstream-container {
      border-left: 1px solid #e3d7c4;
      border-bottom: 1px solid #e3d7c4;
      border-right: 1px solid #e3d7c4; } }
  body.mobile .m-newsstream-container {
    border-left: 1px solid #e3d7c4;
    border-bottom: 1px solid #e3d7c4;
    border-right: 1px solid #e3d7c4; }
  body.non-responsive .m-newsstream-container {
    border-left: 1px solid #e3d7c4;
    border-bottom: 1px solid #e3d7c4;
    border-right: 1px solid #e3d7c4; }
  .m-newsstream-container .m-newsstream-container__tab {
    -webkit-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 100%;
    min-height: 235px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #fef7ea;
    position: relative; }
    @media only screen and (min-width: 1120px) {
      body.immobile .m-newsstream-container .m-newsstream-container__tab {
        height: auto; } }
    .m-newsstream-container .m-newsstream-container__tab.active {
      -webkit-opacity: 1;
      -ms-opacity: 1;
      -moz-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }

.m-newsstream-buttons {
  padding: 13px 0px 5px 0px;
  padding: 1.3rem 0rem 0.5rem 0rem;
  -webkit-transition: bottom 0.2s ease-in-out;
  -ms-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
  text-align: center;
  background: #fff7ea;
  position: fixed;
  width: 348px;
  bottom: -60px; }
  body.subsite-sabato .m-newsstream-buttons {
    background: #ffffff; }
  @media only screen and (max-width: 1119px) {
    body.immobile.subsite-sabato .m-newsstream-buttons {
      background: #ffffff;
      border-bottom: 1px solid #000000; } }
  body.mobile.subsite-sabato .m-newsstream-buttons {
    background: #ffffff;
    border-bottom: 1px solid #000000; }
  body.non-responsive.subsite-sabato .m-newsstream-buttons {
    background: #ffffff;
    border-bottom: 1px solid #000000; }
  @media only screen and (max-width: 1119px) {
    body.immobile .m-newsstream-buttons {
      position: absolute;
      bottom: 0;
      left: 1px;
      width: 100%;
      width: -moz-calc(100% - 2px);
      width: -webkit-calc(100% - 2px);
      width: -o-calc(100%-2px);
      width: calc(100% - 2px);
      background: #fdf3e5;
      border-bottom: 1px solid #e3d7c4; } }
  body.mobile .m-newsstream-buttons {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 100%;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100%-2px);
    width: calc(100% - 2px);
    background: #fdf3e5;
    border-bottom: 1px solid #e3d7c4; }
  body.non-responsive .m-newsstream-buttons {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 100%;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: -o-calc(100%-2px);
    width: calc(100% - 2px);
    background: #fdf3e5;
    border-bottom: 1px solid #e3d7c4; }
  .m-newsstream-buttons:before {
    content: "";
    width: calc(100% - 30px);
    height: 20px;
    background-color: #000000;
    box-shadow: 0px -10px 4px rgba(0, 0, 0, 0.3);
    border-radius: 50px/31%;
    clip: rect(-15px, auto, -10px, 0);
    position: absolute;
    top: 10px;
    left: 15px; }
  .m-newsstream-buttons.enabled {
    bottom: 0; }
  .m-newsstream-buttons .m-newsstream-buttons__container {
    position: relative; }
  .m-newsstream-buttons .m-newsstream-buttons__button--up {
    width: 80px;
    width: 8rem;
    height: 40px;
    height: 4rem;
    margin: 0px 8px 0px 0px;
    margin: 0rem 0.8rem 0rem 0rem;
    background: #2c3b78;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none; }
    body.subsite-sabato .m-newsstream-buttons .m-newsstream-buttons__button--up {
      background: #2c2c2c; }
    body.subsite-finance .m-newsstream-buttons .m-newsstream-buttons__button--up {
      background: #0073AB; }
    .m-newsstream-buttons .m-newsstream-buttons__button--up:hover {
      background: #8FA1CB; }
      body.subsite-sabato .m-newsstream-buttons .m-newsstream-buttons__button--up:hover {
        background: #434343; }
      body.subsite-finance .m-newsstream-buttons .m-newsstream-buttons__button--up:hover {
        background: #05A7D9; }
    .m-newsstream-buttons .m-newsstream-buttons__button--up:last-of-type {
      margin-right: 0; }
    .m-newsstream-buttons .m-newsstream-buttons__button--up.disabled {
      background: #e3d7c4;
      cursor: default; }
      body.subsite-sabato .m-newsstream-buttons .m-newsstream-buttons__button--up.disabled {
        background: #e3d7c4; }
      body.subsite-finance .m-newsstream-buttons .m-newsstream-buttons__button--up.disabled {
        background: #e3d7c4; }
      .m-newsstream-buttons .m-newsstream-buttons__button--up.disabled:hover {
        background: #e3d7c4; }
        body.subsite-sabato .m-newsstream-buttons .m-newsstream-buttons__button--up.disabled:hover {
          background: #e3d7c4; }
        body.subsite-finance .m-newsstream-buttons .m-newsstream-buttons__button--up.disabled:hover {
          background: #e3d7c4; }
    .m-newsstream-buttons .m-newsstream-buttons__button--up:before {
      font-size: 28px;
      font-size: 2.8rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 40px;
      color: #ffffff; }
    .m-newsstream-buttons .m-newsstream-buttons__button--up:before {
      content: "\f106"; }
  .m-newsstream-buttons .m-newsstream-buttons__button--down {
    width: 80px;
    width: 8rem;
    height: 40px;
    height: 4rem;
    margin: 0px 8px 0px 0px;
    margin: 0rem 0.8rem 0rem 0rem;
    background: #2c3b78;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: none; }
    body.subsite-sabato .m-newsstream-buttons .m-newsstream-buttons__button--down {
      background: #2c2c2c; }
    body.subsite-finance .m-newsstream-buttons .m-newsstream-buttons__button--down {
      background: #0073AB; }
    .m-newsstream-buttons .m-newsstream-buttons__button--down:hover {
      background: #8FA1CB; }
      body.subsite-sabato .m-newsstream-buttons .m-newsstream-buttons__button--down:hover {
        background: #434343; }
      body.subsite-finance .m-newsstream-buttons .m-newsstream-buttons__button--down:hover {
        background: #05A7D9; }
    .m-newsstream-buttons .m-newsstream-buttons__button--down:last-of-type {
      margin-right: 0; }
    .m-newsstream-buttons .m-newsstream-buttons__button--down.disabled {
      background: #e3d7c4;
      cursor: default; }
      body.subsite-sabato .m-newsstream-buttons .m-newsstream-buttons__button--down.disabled {
        background: #e3d7c4; }
      body.subsite-finance .m-newsstream-buttons .m-newsstream-buttons__button--down.disabled {
        background: #e3d7c4; }
      .m-newsstream-buttons .m-newsstream-buttons__button--down.disabled:hover {
        background: #e3d7c4; }
        body.subsite-sabato .m-newsstream-buttons .m-newsstream-buttons__button--down.disabled:hover {
          background: #e3d7c4; }
        body.subsite-finance .m-newsstream-buttons .m-newsstream-buttons__button--down.disabled:hover {
          background: #e3d7c4; }
    .m-newsstream-buttons .m-newsstream-buttons__button--down:before {
      font-size: 28px;
      font-size: 2.8rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 40px;
      color: #ffffff; }
    .m-newsstream-buttons .m-newsstream-buttons__button--down:before {
      content: "\f107"; }

.m-leaderboard {
  background: #e3d7c4; }
  .m-leaderboard .m-leaderboard__content {
    text-align: center;
    margin: 0 auto; }
    .m-leaderboard .m-leaderboard__content iframe {
      margin: 10px 0; }

.m-footer-block .m-footer-block__title {
  padding: 10px 10px 10px 20px;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border-bottom: 1px solid #e3d7c4; }
  body.subsite-sabato .m-footer-block .m-footer-block__title {
    color: #434343;
    border-bottom: 1px solid #000000; }
.m-footer-block .m-footer-block__list {
  list-style-type: none;
  padding: 6px 20px;
  padding: 0.6rem 2rem; }
.m-footer-block .m-footer-block__link {
  margin: 6px 0px;
  margin: 0.6rem 0rem;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2c3b78;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  display: block; }
  .m-footer-block .m-footer-block__link:hover {
    color: #8FA1CB; }
    body.subsite-sabato .m-footer-block .m-footer-block__link:hover {
      color: #434343; }
  body.subsite-sabato .m-footer-block .m-footer-block__link {
    color: #000000; }

.m-footer-block--abonnee {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .m-footer-block--abonnee .m-footer-block__title {
    padding: 10px 10px 10px 20px;
    padding: 1rem 1rem 1rem 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    width: 100%;
    border-bottom: 1px solid #e3d7c4; }
    body.subsite-sabato .m-footer-block--abonnee .m-footer-block__title {
      color: #434343;
      border-bottom: 1px solid #000000; }
  .m-footer-block--abonnee .m-footer-block__list {
    list-style-type: none;
    padding: 6px 20px;
    padding: 0.6rem 2rem; }
  .m-footer-block--abonnee .m-footer-block__link {
    margin: 6px 0px;
    margin: 0.6rem 0rem;
    font-size: 13px;
    font-size: 1.3rem;
    color: #2c3b78;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    display: block; }
    .m-footer-block--abonnee .m-footer-block__link:hover {
      color: #8FA1CB; }
      body.subsite-sabato .m-footer-block--abonnee .m-footer-block__link:hover {
        color: #434343; }
    body.subsite-sabato .m-footer-block--abonnee .m-footer-block__link {
      color: #000000; }

.m-footer-block--abonnee-worden {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  .m-footer-block--abonnee-worden .m-footer-block__title {
    padding: 10px 10px 10px 20px;
    padding: 1rem 1rem 1rem 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    width: 100%;
    border-bottom: 1px solid #e3d7c4; }
    body.subsite-sabato .m-footer-block--abonnee-worden .m-footer-block__title {
      color: #434343;
      border-bottom: 1px solid #000000; }
  .m-footer-block--abonnee-worden .m-footer-block__list {
    list-style-type: none;
    padding: 6px 20px;
    padding: 0.6rem 2rem; }
  .m-footer-block--abonnee-worden .m-footer-block__link {
    margin: 6px 0px;
    margin: 0.6rem 0rem;
    font-size: 13px;
    font-size: 1.3rem;
    color: #2c3b78;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    display: block; }
    .m-footer-block--abonnee-worden .m-footer-block__link:hover {
      color: #8FA1CB; }
      body.subsite-sabato .m-footer-block--abonnee-worden .m-footer-block__link:hover {
        color: #434343; }
    body.subsite-sabato .m-footer-block--abonnee-worden .m-footer-block__link {
      color: #000000; }

.m-footer-block--lees-tablet {
  border-bottom: 0; }
  .m-footer-block--lees-tablet .m-footer-block__title {
    padding: 10px 10px 10px 20px;
    padding: 1rem 1rem 1rem 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    width: 100%;
    border-bottom: 1px solid #e3d7c4; }
    body.subsite-sabato .m-footer-block--lees-tablet .m-footer-block__title {
      color: #434343;
      border-bottom: 1px solid #000000; }
  .m-footer-block--lees-tablet .m-footer-block__list {
    list-style-type: none;
    padding: 6px 20px;
    padding: 0.6rem 2rem; }
  .m-footer-block--lees-tablet .m-footer-block__link {
    margin: 6px 0px;
    margin: 0.6rem 0rem;
    font-size: 13px;
    font-size: 1.3rem;
    color: #2c3b78;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    display: block; }
    .m-footer-block--lees-tablet .m-footer-block__link:hover {
      color: #8FA1CB; }
      body.subsite-sabato .m-footer-block--lees-tablet .m-footer-block__link:hover {
        color: #434343; }
    body.subsite-sabato .m-footer-block--lees-tablet .m-footer-block__link {
      color: #000000; }
  .m-footer-block--lees-tablet .m-footer-block__title {
    padding-left: 0px;
    border-bottom: none;
    border-top: 1px solid #e3d7c4; }
    body.subsite-sabato .m-footer-block--lees-tablet .m-footer-block__title {
      border-top: 1px solid #000000; }
    @media only screen and (min-width: 1280px) {
      body.immobile .m-footer-block--lees-tablet .m-footer-block__title {
        padding-left: 20px;
        padding-left: 2rem;
        border-top: 0px;
        border-bottom: 1px solid #e3d7c4; } }
    @media only screen and (min-width: 1280px) {
      body.immobile.subsite-sabato .m-footer-block--lees-tablet .m-footer-block__title {
        border-bottom: 1px solid #000000; } }

/* AUTOSUGGEST FIELDS */
div.autosuggest {
  background-color: #fff;
  padding: 0;
  position: absolute;
  z-index: 999;
  font-family: 'Open sans';
  margin-top: 8px;
  font-size: 14px; }
  div.autosuggest div.as_header, div.autosuggest div.as_footer, div.autosuggest div.as_header div.as_corner, div.autosuggest div.as_footer div.as_corner {
    display: none; }
  div.autosuggest li a span.tl, div.autosuggest li a span.tr {
    display: none; }
  div.autosuggest ul {
    padding: 5px 5px;
    border: 1px solid #ABABAB; }
  div.autosuggest li a, div.autosuggest li.as_warning {
    display: block;
    color: #222222;
    overflow: hidden;
    padding: 2px 3px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; }
  div.autosuggest li a {
    height: 100%; }
  div.autosuggest ul li a em {
    font-style: normal;
    font-weight: 700; }
  div.autosuggest ul li a small {
    padding-left: 6px; }
  div.autosuggest ul li a:hover {
    background-color: #e3d7c4;
    color: #000000; }
  div.autosuggest ul li.as_highlight {
    background-color: #e3d7c4; }
    div.autosuggest ul li.as_highlight a {
      color: #000000; }

.m-tooltip {
  display: block;
  height: auto;
  width: auto;
  margin: 0;
  vertical-align: inherit;
  z-index: auto; }
  .m-tooltip .m-tooltip__header {
    padding-top: 20px;
    padding-top: 2rem;
    background: #fef7ea; }
    .m-tooltip .m-tooltip__header:after {
      content: '';
      background: url("../img/reaction-divider.png");
      width: 100%;
      height: 5px;
      display: block; }
      body.subsite-sabato .m-tooltip .m-tooltip__header:after {
        background: url("../img/sabato/reaction-divider.png"); }
  .m-tooltip .m-tooltip__body {
    padding: 20px;
    padding: 2rem;
    background: #fffbf4; }
  .m-tooltip .m-tooltip__title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0px 20px 20px 20px;
    padding: 0rem 2rem 2rem 2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #454443;
    margin: 0; }
  .m-tooltip .m-tooltip__content {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #454443; }

.m-tooltip-icon {
  margin-left: 8px;
  margin-left: 0.8rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: #dcd2c2; }
  .m-tooltip-icon:before {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 20px; }
  .m-tooltip-icon.question:before {
    content: "\f059"; }
  .m-tooltip-icon.error:before {
    content: "\f071";
    color: #A9210B; }
  .m-tooltip-icon .m-tooltip-icon__container {
    display: none; }

.m-relatedPaperArticles .m-relatedPaperArticles__list__item {
  list-style-type: none;
  border-bottom: 1px solid #e3d7c4;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .m-relatedPaperArticles .m-relatedPaperArticles__list__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
.m-relatedPaperArticles .m-relatedPaperArticles__list__item__link {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #2c3b78;
  text-decoration: none; }

.m-investoradvice-report {
  margin: 0 auto; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-investoradvice-report {
      margin: 0; } }
  .m-investoradvice-report .m-investoradvice-report__header {
    zoom: 1; }
    .m-investoradvice-report .m-investoradvice-report__header:before, .m-investoradvice-report .m-investoradvice-report__header:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-investoradvice-report .m-investoradvice-report__header:after {
      clear: both; }
  .m-investoradvice-report .m-investoradvice-report__title {
    float: left; }
  .m-investoradvice-report .m-investoradvice-report__thumbnail {
    float: right;
    width: 60px;
    height: 20px; }
    .m-investoradvice-report .m-investoradvice-report__thumbnail.belegger {
      background: url("../img/investor/belegger/logo-small.png") no-repeat center center #fef7ea;
      width: 89px;
      height: 23px;
      position: absolute;
      right: 10px;
      top: -4px; }
    .m-investoradvice-report .m-investoradvice-report__thumbnail.investisseur {
      background: url("../img/investor/investisseur/logo-small.png") no-repeat center center #fef7ea;
      width: 111px;
      height: 23px;
      position: absolute;
      right: 10px;
      top: -4px; }
  .m-investoradvice-report .m-investoradvice-report__content {
    background: #fffaf4;
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid #e3d7c4; }
    .l-main-container-article__sidebar-to-the-right .m-investoradvice-report .m-investoradvice-report__content, .l-main-container-article__sidebar-inline .m-investoradvice-report .m-investoradvice-report__content {
      border-left: 1px solid #e3d7c4;
      border-right: 1px solid #e3d7c4; }
    body.subsite-sabato .m-investoradvice-report .m-investoradvice-report__content {
      background: #FFFFFF; }
      .l-main-container-article__sidebar-to-the-right body.subsite-sabato .m-investoradvice-report .m-investoradvice-report__content, .l-main-container-article__sidebar-inline body.subsite-sabato .m-investoradvice-report .m-investoradvice-report__content {
        border-left: 1px solid #acacac;
        border-right: 1px solid #acacac; }
    .m-investoradvice-report .m-investoradvice-report__content:nth-child(2), .m-investoradvice-report .m-investoradvice-report__content.first {
      border-top: 1px solid #e3d7c4; }
      body.subsite-sabato .m-investoradvice-report .m-investoradvice-report__content:nth-child(2), body.subsite-sabato .m-investoradvice-report .m-investoradvice-report__content.first {
        border-top: 1px solid #acacac; }
    .m-investoradvice-report .m-investoradvice-report__content.last {
      border-bottom: 1px solid #e3d7c4; }
      .m-investoradvice-report .m-investoradvice-report__content.last .m-annual-report__link {
        border-bottom: none; }
    .m-investoradvice-report .m-investoradvice-report__content.only {
      border-top: 1px solid #e3d7c4;
      border-bottom: 1px solid #e3d7c4; }
      .m-investoradvice-report .m-investoradvice-report__content.only .m-annual-report__link {
        border-bottom: none; }
  .m-investoradvice-report .m-investoradvice-report__info {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443;
    font-weight: 700; }
  .m-investoradvice-report .m-investoradvice-report__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    padding-bottom: 10px;
    display: block; }

.m-reaction-action-link {
  margin-top: 20px;
  margin-top: 2rem; }
  .m-reaction-action-link .m-reaction-action-link__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-transform: uppercase; }
  .m-reaction-action-link .m-reaction-action-link__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block; }
    body.subsite-sabato .m-reaction-action-link .m-reaction-action-link__input {
      background: #acacac; }
    body.subsite-sas .m-reaction-action-link .m-reaction-action-link__input {
      font-family: "Verdana", sans; }
    .m-reaction-action-link .m-reaction-action-link__input:disabled {
      color: #84807c; }
    .m-reaction-action-link .m-reaction-action-link__input.error {
      border-color: #A9210B; }
  .m-reaction-action-link .m-reaction-cancel-share {
    text-align: right; }

.m-reaction-action-inappropriate {
  margin-top: 20px;
  margin-top: 2rem; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section:before, .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section:after {
      clear: both; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section:last-child {
      margin-bottom: 0; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section--right {
    zoom: 1;
    text-align: left;
    margin-bottom: 20px;
    text-align: right; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section--right:before, .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section--right:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section--right:after {
      clear: both; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__section--right:last-child {
      margin-bottom: 0; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__intro, .m-reaction-action-inappropriate .m-reaction-action-inappropriate__thanks {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-family: "Noto", serif;
    color: #454443; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    float: left; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__rules {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    float: right; }
    body.subsite-sabato .m-reaction-action-inappropriate .m-reaction-action-inappropriate__rules {
      color: #434343; }
    body.subsite-finance .m-reaction-action-inappropriate .m-reaction-action-inappropriate__rules {
      color: #0073AB; }
    body.subsite-sas .m-reaction-action-inappropriate .m-reaction-action-inappropriate__rules {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__rules:hover {
      text-decoration: none; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sas .m-reaction-action-inappropriate .m-reaction-action-inappropriate__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__label--small {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
    body.subsite-sas .m-reaction-action-inappropriate .m-reaction-action-inappropriate__label--small {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__input--right {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    float: right;
    width: 300px; }
    body.subsite-sabato .m-reaction-action-inappropriate .m-reaction-action-inappropriate__input--right {
      background: #acacac; }
    body.subsite-sas .m-reaction-action-inappropriate .m-reaction-action-inappropriate__input--right {
      font-family: "Verdana", sans; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__input--right:disabled {
      color: #84807c; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__input--right.error {
      border-color: #A9210B; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    display: block;
    float: right;
    width: 300px;
    padding: 5px;
    height: 100%; }
    body.subsite-sabato .m-reaction-action-inappropriate .m-reaction-action-inappropriate__textarea {
      background: #acacac; }
    body.subsite-sas .m-reaction-action-inappropriate .m-reaction-action-inappropriate__textarea {
      font-family: "Verdana", sans; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__textarea:disabled {
      color: #84807c; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate__textarea.error {
      border-color: #A9210B; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__captcha-container {
    width: 300px;
    float: right; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate___input--captcha {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    width: 40px;
    margin-right: 10px;
    margin-right: 1rem; }
    body.subsite-sabato .m-reaction-action-inappropriate .m-reaction-action-inappropriate___input--captcha {
      background: #acacac; }
    body.subsite-sas .m-reaction-action-inappropriate .m-reaction-action-inappropriate___input--captcha {
      font-family: "Verdana", sans; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate___input--captcha:disabled {
      color: #84807c; }
    .m-reaction-action-inappropriate .m-reaction-action-inappropriate___input--captcha.error {
      border-color: #A9210B; }
  .m-reaction-action-inappropriate .m-reaction-action-inappropriate__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-reaction-action-inappropriate .m-reaction-action-inappropriate__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-reaction-action-inappropriate .m-reaction-action-inappropriate__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-reaction-action-inappropriate .m-reaction-action-inappropriate__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }

.m-bedrijvengids {
  background-color: #fdf3e5;
  border: 1px solid #e3d7c4;
  padding: 20px 15px;
  padding: 2rem 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 1rem; }
  .m-bedrijvengids .m-bedrijvengids__title {
    font-family: "Noto", serif;
    font-weight: bold;
    color: #2c3b78;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
    .m-bedrijvengids .m-bedrijvengids__title:after {
      color: #b9c3db;
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f105";
      margin-left: 10px;
      margin-left: 1rem;
      vertical-align: baseline; }
  .m-bedrijvengids .m-bedrijvengids__text {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    color: #84807c; }
  .m-bedrijvengids .m-bedrijvengids__input-container {
    background: #fffaf3;
    border: 1px solid #e3d7c4;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    margin-top: 15px;
    margin-top: 1.5rem;
    position: relative; }
    .m-bedrijvengids .m-bedrijvengids__input-container:before {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f002";
      color: #84807c;
      position: absolute;
      top: 8px;
      top: 0.8rem; }
  .m-bedrijvengids .m-bedrijvengids__input-field {
    color: #84807c;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fffaf3;
    padding-left: 25px;
    padding-left: 2.5rem;
    border: none;
    width: 100%;
    outline: none; }
  .m-bedrijvengids .m-bedrijvengids__submit-container {
    zoom: 1; }
    .m-bedrijvengids .m-bedrijvengids__submit-container:before, .m-bedrijvengids .m-bedrijvengids__submit-container:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-bedrijvengids .m-bedrijvengids__submit-container:after {
      clear: both; }
  .m-bedrijvengids .m-bedrijvengids__submit {
    text-transform: uppercase;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #2c3b78;
    border: none;
    float: right;
    outline: none; }

.m-bump-inline {
  width: 650px;
  width: 65rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  position: relative; }
  .m-bump-inline:hover .m-bump-inline__link {
    background: #c75845; }
  .m-bump-inline:hover .m-bump-inline__abo-description {
    color: #ffffff; }
  .m-bump-inline:hover .m-bump-inline__title strong, .m-bump-inline:hover .m-bump-inline__info strong {
    color: #ffffff; }
  .m-bump-inline .m-bump-inline__link {
    padding: 20px 60px 20px 20px;
    background: #212d5b;
    display: block;
    text-decoration: none; }
    .m-bump-inline .m-bump-inline__link:after {
      font-size: 50px;
      font-size: 5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      height: 50px;
      position: absolute;
      top: 36%;
      top: calc(50% - 20px);
      right: 20px;
      color: #ffffff;
      content: "\f105"; }
  .m-bump-inline .m-bump-inline__title {
    font-size: 26px;
    font-size: 2.6rem;
    display: block;
    width: 100%;
    line-height: 1;
    margin: 0;
    font-family: "Noto", serif;
    color: #ffffff; }
    .m-bump-inline .m-bump-inline__title strong {
      font-size: 26px;
      font-size: 2.6rem;
      font-family: "Noto", serif;
      font-weight: 700;
      color: #b9c3db; }
      .m-bump-inline .m-bump-inline__title strong.white {
        color: #ffffff; }
  .m-bump-inline .m-bump-inline__info {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 20px;
    margin-top: 2rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    display: block; }
    .m-bump-inline .m-bump-inline__info strong {
      font-size: 16px;
      font-size: 1.6rem;
      color: #b9c3db;
      font-weight: 400;
      font-family: "Roboto", sans-serif; }
  .m-bump-inline .m-bump-inline__info--action {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 20px;
    margin-top: 2rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    display: block; }
    .m-bump-inline .m-bump-inline__info--action strong {
      font-size: 16px;
      font-size: 1.6rem;
      color: #b9c3db;
      font-weight: 400;
      font-family: "Roboto", sans-serif; }

.m-bump-header {
  margin: 0px 0px 40px 0px;
  margin: 0rem 0rem 4rem 0rem;
  padding: 40px 40px 0px 40px;
  padding: 4rem 4rem 0rem 4rem;
  position: relative; }
  .m-bump-header .m-bump-header__title {
    font-size: 30px;
    font-size: 3rem;
    margin: 0px 0px 8px 0px;
    margin: 0rem 0rem 0.8rem 0rem;
    font-family: "Noto", serif;
    color: #ffffff;
    line-height: 1; }
  .m-bump-header .m-bump-header__close {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px;
    line-height: 4rem;
    width: 40px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    background: #2c3b78; }

.m-bump-footer {
  padding: 20px 40px;
  padding: 2rem 4rem;
  border-top: 1px solid #707685; }
  .m-bump-footer .m-bump-footer__content {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF; }
    .m-bump-footer .m-bump-footer__content a {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "Roboto", sans-serif;
      color: #b9c3db;
      text-decoration: none;
      border-bottom: 1px solid #b9c3db; }
      .m-bump-footer .m-bump-footer__content a:hover {
        text-decoration: none; }

.m-bump-form {
  background: #212d5b; }
  .m-bump-form .l-grid__item.m-bump-form__actions-section--left {
    vertical-align: middle;
    text-align: left; }
  .m-bump-form .l-grid__item.m-bump-form__actions-section--right {
    vertical-align: middle;
    text-align: right; }
  .m-bump-form .m-bump-form__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
  .m-bump-form .m-bump-form__input-section {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .m-bump-form .m-bump-form__label {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    float: none !important;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF; }
  .m-bump-form .m-bump-form__label--full {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    float: none !important;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    display: block !important;
    width: 100% !important; }
  .m-bump-form .m-bump-form__label--password {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    float: none !important;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    width: 50%; }
  .m-bump-form .m-bump-form__label--left {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    float: none !important;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    float: left; }
  .m-bump-form .m-bump-form__forgot-password {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    width: 50%;
    color: #b9c3db;
    text-align: right;
    text-decoration: none; }
    .m-bump-form .m-bump-form__forgot-password:after {
      margin-left: 5px;
      margin-left: 0.5rem;
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      content: "\f105"; }
  .m-bump-form .m-bump-form__input {
    padding: 0px 10px;
    padding: 0rem 1rem;
    background: #e3d7c4;
    height: 40px !important;
    float: none !important;
    line-height: 40px;
    display: inline-block;
    border: none;
    margin-top: 5px;
    margin-top: 0.5rem; }
  .m-bump-form .m-bump-form__input--full {
    padding: 0px 10px;
    padding: 0rem 1rem;
    background: #e3d7c4;
    height: 40px !important;
    float: none !important;
    line-height: 40px;
    display: inline-block;
    border: none;
    margin-top: 5px;
    margin-top: 0.5rem;
    display: block;
    width: 100%; }
  .m-bump-form .m-bump-form__action {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 18px;
    padding: 1rem 1.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border: none;
    -webkit-font-smoothing: antialiased;
    color: #FFFFFF;
    background: #2c3b78;
    position: relative;
    background: #c75845;
    color: #ffffff; }
    .m-bump-form .m-bump-form__action:hover:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      background-color: rgba(255, 255, 255, 0.15); }
  .m-bump-form .m-bump-form__info {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    text-align: center; }
    .m-bump-form .m-bump-form__info a {
      font-size: 15px;
      font-size: 1.5rem;
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }
  .m-bump-form .m-bump-form__message {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    display: block; }
  .m-bump-form .m-bump-form__error {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .m-bump-form .m-bump-form__remember {
    display: table; }
    .m-bump-form .m-bump-form__remember .m-bump-form__input--remember, .m-bump-form .m-bump-form__remember .m-bump-form__label {
      display: table-cell;
      float: none !important;
      height: auto !important; }
    .m-bump-form .m-bump-form__remember .m-bump-form__label {
      padding-left: 5px;
      padding-left: 0.5rem; }

.m-bump-social .m-bump-social__divider {
  font-size: 16px;
  font-size: 1.6rem;
  height: 20px;
  height: 2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  color: #b9c3db;
  font-family: "Roboto", sans-serif;
  position: relative; }
  .m-bump-social .m-bump-social__divider:before {
    content: " ";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #b9c3db; }
.m-bump-social .m-bump-social__divider__text {
  padding: 0px 10px;
  padding: 0rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  background: #212d5b;
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif; }
.m-bump-social .m-bump-social__services {
  padding: 20px 0px;
  padding: 2rem 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #b9c3db;
  display: block;
  text-align: center; }
.m-bump-social .m-bump-social__service {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  margin-right: 2rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  vertical-align: middle;
  list-style-type: none;
  display: inline-block;
  background: #ffffff;
  width: 40px;
  height: 40px; }
  .m-bump-social .m-bump-social__service:before {
    display: none; }
  .m-bump-social .m-bump-social__service:last-child {
    margin: 0; }
.m-bump-social .m-bump-social__service__link {
  text-decoration: none;
  line-height: 40px;
  display: block;
  height: 40px;
  width: 40px; }
  .m-bump-social .m-bump-social__service__link:before {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    line-height: 40px; }
  .m-bump-social .m-bump-social__service__link.linkedin:before {
    content: "\f0e1";
    color: #5094c4; }
  .m-bump-social .m-bump-social__service__link.googleplus:before {
    content: "\f0d5";
    color: #c94936; }
  .m-bump-social .m-bump-social__service__link.mediaid {
    background: url("../img/media-id-circle.png");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center; }

.m-bump-modal {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  overflow: auto;
  z-index: 26; }

.m-bump-benefits h2, .m-bump-benefits h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 700; }
  .m-bump-benefits h2 span, .m-bump-benefits h2 strong, .m-bump-benefits h3 span, .m-bump-benefits h3 strong {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #b9c3db; }
.m-bump-benefits ul {
  margin-bottom: 40px;
  margin-bottom: 4rem; }
.m-bump-benefits li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  display: block;
  position: relative;
  list-style-type: none;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #FFFFFF; }
  .m-bump-benefits li span {
    font-size: 17px;
    font-size: 1.7rem; }
    @media only screen and (max-width: 1119px) {
      body.immobile .m-bump-benefits li span {
        font-size: 15px;
        font-size: 1.5rem; } }
    body.mobile .m-bump-benefits li span {
      font-size: 15px;
      font-size: 1.5rem; }
    body.non-responsive .m-bump-benefits li span {
      font-size: 15px;
      font-size: 1.5rem; }
  .m-bump-benefits li:last-child {
    margin-bottom: 0; }
  .m-bump-benefits li:before {
    font-size: 30px;
    font-size: 3rem;
    line-height: 16px;
    line-height: 1.6rem;
    position: absolute;
    left: 0px;
    top: 3px;
    content: "+";
    color: #c75845;
    font-weight: 700; }
.m-bump-benefits button {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 18px;
  padding: 1rem 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border: none;
  -webkit-font-smoothing: antialiased;
  color: #FFFFFF;
  background: #2c3b78;
  position: relative;
  background: #c75845;
  color: #ffffff; }
  .m-bump-benefits button:hover:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.15); }

.m-bump-account {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #707685; }
  .m-bump-account .m-bump-account__input-section {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .m-bump-account .m-bump-account__input-section--last {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-bottom: 0; }
  .m-bump-account .m-bump-account__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    color: #b9c3db; }
    body.subsite-sas .m-bump-account .m-bump-account__label {
      font-family: "Verdana", sans;
      color: #454443; }
    .m-bump-account .m-bump-account__label:after {
      color: #b9c3db; }
  .m-bump-account .m-bump-account__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-bump-account .m-bump-account__input {
      background: #acacac; }
    body.subsite-sas .m-bump-account .m-bump-account__input {
      font-family: "Verdana", sans; }
    .m-bump-account .m-bump-account__input:disabled {
      color: #84807c; }
    .m-bump-account .m-bump-account__input.error {
      border-color: #A9210B; }
  .m-bump-account .m-bump-account__right-container {
    position: relative;
    padding-left: 25px; }
    .m-bump-account .m-bump-account__right-container .m-tooltip-icon {
      position: absolute;
      top: 4px;
      left: 0px;
      margin: 0; }
      .m-bump-account .m-bump-account__right-container .m-tooltip-icon:before {
        font-size: 16px;
        font-size: 1.6rem; }
  .m-bump-account .m-bump-account__error {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem; }

.m-bump-account--noborder {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #707685;
  border-bottom: none; }
  .m-bump-account--noborder .m-bump-account__input-section {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .m-bump-account--noborder .m-bump-account__input-section--last {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-bottom: 0; }
  .m-bump-account--noborder .m-bump-account__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    color: #b9c3db; }
    body.subsite-sas .m-bump-account--noborder .m-bump-account__label {
      font-family: "Verdana", sans;
      color: #454443; }
    .m-bump-account--noborder .m-bump-account__label:after {
      color: #b9c3db; }
  .m-bump-account--noborder .m-bump-account__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-bump-account--noborder .m-bump-account__input {
      background: #acacac; }
    body.subsite-sas .m-bump-account--noborder .m-bump-account__input {
      font-family: "Verdana", sans; }
    .m-bump-account--noborder .m-bump-account__input:disabled {
      color: #84807c; }
    .m-bump-account--noborder .m-bump-account__input.error {
      border-color: #A9210B; }
  .m-bump-account--noborder .m-bump-account__right-container {
    position: relative;
    padding-left: 25px; }
    .m-bump-account--noborder .m-bump-account__right-container .m-tooltip-icon {
      position: absolute;
      top: 4px;
      left: 0px;
      margin: 0; }
      .m-bump-account--noborder .m-bump-account__right-container .m-tooltip-icon:before {
        font-size: 16px;
        font-size: 1.6rem; }
  .m-bump-account--noborder .m-bump-account__error {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem; }

.m-bump-user {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #707685; }
  .m-bump-user .m-bump-user__section {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .m-bump-user .m-bump-user__section--last {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-bottom: 0; }
  .m-bump-user .m-bump-user__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    color: #b9c3db; }
    body.subsite-sas .m-bump-user .m-bump-user__label {
      font-family: "Verdana", sans;
      color: #454443; }
    .m-bump-user .m-bump-user__label:after {
      color: #b9c3db; }
  .m-bump-user .m-bump-user__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-bump-user .m-bump-user__input {
      background: #acacac; }
    body.subsite-sas .m-bump-user .m-bump-user__input {
      font-family: "Verdana", sans; }
    .m-bump-user .m-bump-user__input:disabled {
      color: #84807c; }
    .m-bump-user .m-bump-user__input.error {
      border-color: #A9210B; }
  .m-bump-user .m-bump-user__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-bump-user .m-bump-user__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-bump-user .m-bump-user__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-bump-user .m-bump-user__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-bump-user .m-bump-user__right-container {
    position: relative;
    padding-left: 25px; }
    .m-bump-user .m-bump-user__right-container .m-tooltip-icon {
      position: absolute;
      top: 4px;
      left: 0px;
      margin: 0; }
      .m-bump-user .m-bump-user__right-container .m-tooltip-icon:before {
        font-size: 16px;
        font-size: 1.6rem; }

.m-bump {
  max-width: 1000px;
  background: #212d5b;
  display: block;
  width: 700px;
  margin: 40px auto; }
  .m-bump.is-dialog {
    margin: 0 auto; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .m-bump {
      width: 900px; } }
  @media only screen and (min-width: 980px) {
    body.mobile .m-bump {
      width: 900px; } }
  body.non-responsive .m-bump {
    width: 900px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-bump {
      width: 1000px; } }
  .m-bump .m-bump__content {
    padding: 0 40px;
    overflow: hidden; }
  .m-bump .m-bump__section--left, .m-bump .m-bump__section--right {
    padding-bottom: 9999px !important;
    margin-bottom: -9959px !important; }
  .m-bump .m-bump__section--left {
    padding-right: 40px;
    padding-right: 4rem;
    border-right: 1px solid #707685; }
  @media only screen and (max-width: 979px) {
    body.immobile .m-bump.is-breakable .l-grid--article-page {
      margin-left: 0 !important; }
    body.immobile .m-bump.is-breakable .l-grid__item {
      padding-left: 0 !important; }
    body.immobile .m-bump.is-breakable .m-bump__section--left {
      border-bottom: 1px solid #707685;
      border-right: none;
      padding-right: 0;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; }
    body.immobile .m-bump.is-breakable .m-bump__section--right {
      padding-top: 40px; } }
  @media only screen and (max-width: 979px) {
    body.mobile .m-bump.is-breakable .l-grid--article-page {
      margin-left: 0 !important; }
    body.mobile .m-bump.is-breakable .l-grid__item {
      padding-left: 0 !important; }
    body.mobile .m-bump.is-breakable .m-bump__section--left {
      border-bottom: 1px solid #707685;
      border-right: none;
      padding-right: 0;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; }
    body.mobile .m-bump.is-breakable .m-bump__section--right {
      padding-top: 40px; } }
  .m-bump .m-bump__section__header h1 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
    .m-bump .m-bump__section__header h1 span {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 0px 0px 30px 0px;
      margin: 0rem 0rem 3rem 0rem;
      font-family: "Roboto", sans-serif;
      color: #b9c3db; }
  .m-bump .m-bump__section__header h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
  .m-bump .m-bump__section__header--big h1 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
    .m-bump .m-bump__section__header--big h1 span {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 0px 0px 30px 0px;
      margin: 0rem 0rem 3rem 0rem;
      font-family: "Roboto", sans-serif;
      color: #b9c3db; }
  .m-bump .m-bump__section__header--big h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
  .m-bump .m-bump__section__header--big h1 {
    font-size: 20px;
    font-size: 2rem; }
    .m-bump .m-bump__section__header--big h1 span {
      font-size: 20px;
      font-size: 2rem; }
  .m-bump .m-bump__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto;
    float: right; }
    body.subsite-sabato .m-bump .m-bump__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-bump .m-bump__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-bump .m-bump__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-bump .m-bump__general-conditions {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #b9c3db; }
    body.subsite-sas .m-bump .m-bump__general-conditions {
      font-family: "Verdana", sans;
      color: #454443; }
    .m-bump .m-bump__general-conditions a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #ffffff; }
  .m-bump h2, .m-bump h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-weight: 700; }
    .m-bump h2 span, .m-bump h2 strong, .m-bump h3 span, .m-bump h3 strong {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      font-family: "Roboto", sans-serif;
      color: #b9c3db; }
  .m-bump ul {
    margin-bottom: 40px;
    margin-bottom: 4rem; }
  .m-bump li {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    list-style-type: none;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #FFFFFF;
    display: table; }
    .m-bump li:last-child {
      margin-bottom: 0; }
    .m-bump li:before {
      font-size: 30px;
      font-size: 3rem;
      line-height: 16px;
      line-height: 1.6rem;
      padding: 0px 8px 0px 0px;
      padding: 0rem 0.8rem 0rem 0rem;
      content: "+";
      color: #c75845;
      font-weight: 700;
      display: inline-block;
      position: relative;
      top: 4px; }
    .m-bump li span {
      display: table-cell; }
  .m-bump p {
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    font-weight: 400; }
    .m-bump p a {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "Roboto", sans-serif;
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      text-decoration: none; }
      .m-bump p a:hover {
        text-decoration: none; }
  .m-bump button {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 18px;
    padding: 1rem 1.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border: none;
    -webkit-font-smoothing: antialiased;
    color: #FFFFFF;
    background: #2c3b78;
    position: relative;
    background: #c75845;
    color: #ffffff; }
    .m-bump button:hover:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      background-color: rgba(255, 255, 255, 0.15); }
  .m-bump .m-bump__form__input--remember {
    margin-right: 10px; }
  .m-bump .m-bump__submit-container {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem; }
  .m-bump .m-bump__close {
    font-size: 20px;
    font-size: 2rem;
    right: 10px;
    right: 1rem;
    top: 5px;
    top: 0.5rem;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    line-height: 1; }
  .m-bump .m-bump__forgot__thanks {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 20px 0px;
    padding: 2rem 0rem;
    position: relative;
    border-top: 1px solid #b9c3db;
    border-bottom: 1px solid #b9c3db; }
  .m-bump .m-bump-form__info a {
    color: #b9c3db;
    border-bottom: 1px solid #b9c3db; }
  .m-bump .m-bump__become-abo {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #fff; }
    .m-bump .m-bump__become-abo a {
      font-size: 16px;
      font-size: 1.6rem;
      color: #b9c3db;
      text-decoration: underline; }
      .m-bump .m-bump__become-abo a:hover {
        text-decoration: underline; }
  .m-bump .m-bump__sponsor {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0px;
    padding: 1.5rem 0rem; }

.l-main-container .m-bump {
  width: 100%; }

.m-menu-item {
  font-family: none;
  list-style-type: none;
  background-color: #fdf3e5;
  border: 1px solid #e3d7c4;
  border-left: 0px;
  margin-top: -1px;
  height: 40px;
  height: 4rem;
  display: table;
  table-layout: fixed;
  width: 100%;
  word-break: break-word;
  position: relative; }
  .m-menu-item .m-menu-item__link {
    padding: 0px 40px 0px 20px;
    padding: 0rem 4rem 0rem 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    color: #454443;
    line-height: 1;
    word-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    font-family: "Roboto", sans-serif; }
    .m-menu-item .m-menu-item__link:after {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f105";
      color: #84807c;
      position: absolute;
      right: 15px;
      right: 1.5rem;
      top: 10px;
      top: 1rem; }
    .m-menu-item .m-menu-item__link:hover {
      font-weight: bold;
      color: none; }

.m-password-forgot {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 20px 0px;
  padding: 2rem 0rem;
  position: relative;
  border-top: 1px solid #b9c3db;
  border-bottom: 1px solid #b9c3db; }
  .m-password-forgot .m-password-forgot__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
  .m-password-forgot .m-password-forgot__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
    body.subsite-sas .m-password-forgot .m-password-forgot__label {
      font-family: "Verdana", sans;
      color: #454443; }
    .m-password-forgot .m-password-forgot__label.required:after {
      color: #ffffff; }
  .m-password-forgot .m-password-forgot__submit-container {
    zoom: 1; }
    .m-password-forgot .m-password-forgot__submit-container:before, .m-password-forgot .m-password-forgot__submit-container:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-password-forgot .m-password-forgot__submit-container:after {
      clear: both; }
  .m-password-forgot .m-password-forgot__input-container {
    padding-right: 0px;
    padding-right: 0rem;
    overflow: hidden; }
  .m-password-forgot .m-password-forgot__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443;
    height: 40px !important;
    float: none !important; }
    body.subsite-sabato .m-password-forgot .m-password-forgot__input {
      background: #acacac; }
    body.subsite-sas .m-password-forgot .m-password-forgot__input {
      font-family: "Verdana", sans; }
    .m-password-forgot .m-password-forgot__input:disabled {
      color: #84807c; }
    .m-password-forgot .m-password-forgot__input.error {
      border-color: #A9210B; }
  .m-password-forgot .m-password-forgot__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto;
    text-transform: capitalize;
    height: 40px;
    float: right; }
    body.subsite-sabato .m-password-forgot .m-password-forgot__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-password-forgot .m-password-forgot__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-password-forgot .m-password-forgot__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }
  .m-password-forgot .m-password-forgot__cancel {
    text-transform: capitalize;
    height: 40px;
    float: right; }
  .m-password-forgot .m-password-forgot__error {
    margin-bottom: 20px;
    margin-bottom: 2rem; }

.m-password-forgot__confirmation {
  padding: 15px 15px 15px 12px;
  padding: 1.5rem 1.5rem 1.5rem 1.2rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  background-color: #2c3b78;
  color: #ffffff;
  display: block; }

.m-password-forgot__confirmation-content {
  padding: 0px 0px 0px 30px;
  padding: 0rem 0rem 0rem 3rem;
  font-size: 16px;
  font-weight: normal;
  display: block; }

.m-password-forgot__check-icon:before {
  margin-right: 10px;
  margin-right: 1rem;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f00c";
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  line-height: 1; }

.m-password-forgot__close-confirmation:before {
  margin: 0px;
  margin: 0rem;
  padding-left: 5px;
  padding-left: 0.5rem;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f00d";
  position: relative;
  z-index: 1;
  display: inline;
  float: right;
  vertical-align: top;
  line-height: 0.6;
  clear: both;
  cursor: pointer; }

.m-icon-block {
  color: #fffaf3;
  background-color: #2c3b78;
  height: 100px;
  height: 10rem;
  display: block;
  position: relative; }
  .m-icon-block .m-icon-block__titel {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    bottom: 0.5rem;
    left: 5px;
    left: 0.5rem; }
  .m-icon-block:hover {
    color: #ffffff; }
  .m-icon-block.beheer:before {
    font-size: 50px;
    font-size: 5rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 85px;
    content: "\f085";
    text-align: center;
    width: 100%;
    display: block; }
  .m-icon-block.verhuizen:before {
    font-size: 50px;
    font-size: 5rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 75px;
    content: "\f0d1";
    text-align: center;
    width: 100%;
    display: block; }

.m-icon-block--portefeuille--positive {
  color: #fffaf3;
  background-color: #2c3b78;
  height: 100px;
  height: 10rem;
  display: block;
  position: relative;
  background-color: #2b873c; }
  .m-icon-block--portefeuille--positive .m-icon-block__titel {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    bottom: 0.5rem;
    left: 5px;
    left: 0.5rem; }
  .m-icon-block--portefeuille--positive:hover {
    color: #ffffff; }
  .m-icon-block--portefeuille--positive .m-icon-block__content {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 80px;
    display: block; }

.m-icon-block--portefeuille--neutral {
  color: #fffaf3;
  background-color: #2c3b78;
  height: 100px;
  height: 10rem;
  display: block;
  position: relative;
  background-color: #c6b49c; }
  .m-icon-block--portefeuille--neutral .m-icon-block__titel {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    bottom: 0.5rem;
    left: 5px;
    left: 0.5rem; }
  .m-icon-block--portefeuille--neutral:hover {
    color: #ffffff; }
  .m-icon-block--portefeuille--neutral .m-icon-block__content {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 80px;
    display: block; }

.m-icon-block--portefeuille--negative {
  color: #fffaf3;
  background-color: #2c3b78;
  height: 100px;
  height: 10rem;
  display: block;
  position: relative;
  background-color: #ca4036; }
  .m-icon-block--portefeuille--negative .m-icon-block__titel {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    bottom: 0.5rem;
    left: 5px;
    left: 0.5rem; }
  .m-icon-block--portefeuille--negative:hover {
    color: #ffffff; }
  .m-icon-block--portefeuille--negative .m-icon-block__content {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 80px;
    display: block; }

.m-icon-block--portefeuille-aanmaken {
  color: #fffaf3;
  background-color: #2c3b78;
  height: 100px;
  height: 10rem;
  display: block;
  position: relative;
  background-color: #ca4036; }
  .m-icon-block--portefeuille-aanmaken .m-icon-block__titel {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    bottom: 0.5rem;
    left: 5px;
    left: 0.5rem; }
  .m-icon-block--portefeuille-aanmaken:hover {
    color: #ffffff; }
  .m-icon-block--portefeuille-aanmaken .m-icon-block__content {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
    word-spacing: -3px;
    display: block; }

.m-completeusername {
  background: #fdf3e5;
  padding: 20px;
  padding: 2rem;
  width: 750px; }
  body.subsite-sabato .m-completeusername {
    background: #FFFFFF;
    border: 1px solid #000000; }
  .m-completeusername .m-completeusername__section {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .m-completeusername .m-completeusername__section--last {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    margin-bottom: 0; }
  .m-completeusername .m-completeusername__intro {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    body.subsite-sas .m-completeusername .m-completeusername__intro {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-completeusername .m-completeusername__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-family: "Roboto", sans-serif; }
  .m-completeusername .m-completeusername__input-container {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .m-completeusername .m-completeusername__input-wrapper {
    display: table-cell;
    width: 20px;
    width: 2rem; }
  .m-completeusername .m-completeusername__input {
    margin-right: 10px;
    margin-right: 1rem;
    margin-top: 5px;
    margin-top: 0.5rem; }
  .m-completeusername .m-completeusername__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
    word-break: break-word; }
    body.subsite-sas .m-completeusername .m-completeusername__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-completeusername .m-completeusername__incorrect {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-size: 1.4rem;
    background: #e3d7c4; }
    body.subsite-sas .m-completeusername .m-completeusername__incorrect {
      font-family: "Verdana", sans;
      color: #454443; }
    body.subsite-sabato .m-completeusername .m-completeusername__incorrect {
      background: #434343;
      color: #FFFFFF; }
    body.subsite-finance .m-completeusername .m-completeusername__incorrect {
      background: #0073AB;
      color: #FFFFFF; }
    body.subsite-sas .m-completeusername .m-completeusername__incorrect {
      background: #69a7ca;
      color: #FFFFFF; }
  .m-completeusername .m-completeusername__cancel-suggestion h2 {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-family: "Roboto", sans-serif; }
  .m-completeusername .m-completeusername__cancel-suggestion p {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem; }
    body.subsite-sas .m-completeusername .m-completeusername__cancel-suggestion p {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-completeusername .m-completeusername__display-name-container {
    display: table; }
  .m-completeusername .m-completeusername__display-name-container__input {
    display: table-cell;
    margin-right: 10px;
    margin-right: 1rem;
    margin-top: 5px;
    margin-top: 0.5rem; }
  .m-completeusername .m-completeusername__display-name-container__label {
    display: table-cell;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-completeusername .m-completeusername__actions {
    text-align: right; }
  .m-completeusername .m-completeusername__cancel {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 1rem; }
    body.subsite-sabato .m-completeusername .m-completeusername__cancel {
      color: #434343; }
    body.subsite-finance .m-completeusername .m-completeusername__cancel {
      color: #0073AB; }
    body.subsite-sas .m-completeusername .m-completeusername__cancel {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-completeusername .m-completeusername__cancel:hover {
      text-decoration: none; }
  .m-completeusername .m-completeusername__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-completeusername .m-completeusername__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-completeusername .m-completeusername__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-completeusername .m-completeusername__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }

.m-completename {
  background: #fdf3e5;
  padding: 20px;
  padding: 2rem;
  width: 600px; }
  body.subsite-sabato .m-completename {
    background: #FFFFFF;
    border: 1px solid #000000; }
  .m-completename .m-completename__title {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto", serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .m-completename .m-completename__section {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    zoom: 1; }
    .m-completename .m-completename__section:before, .m-completename .m-completename__section:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-completename .m-completename__section:after {
      clear: both; }
  .m-completename .m-completename__section--last {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    zoom: 1;
    margin-bottom: 0; }
    .m-completename .m-completename__section--last:before, .m-completename .m-completename__section--last:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .m-completename .m-completename__section--last:after {
      clear: both; }
  .m-completename .m-completename__input-container {
    width: 300px;
    float: right;
    position: relative; }
    .m-completename .m-completename__input-container .m-tooltip-icon {
      position: absolute;
      left: -40px;
      top: 6px; }
  .m-completename .m-completename__input {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: #e3d7c4;
    border: none;
    color: #454443; }
    body.subsite-sabato .m-completename .m-completename__input {
      background: #acacac; }
    body.subsite-sas .m-completename .m-completename__input {
      font-family: "Verdana", sans; }
    .m-completename .m-completename__input:disabled {
      color: #84807c; }
    .m-completename .m-completename__input.error {
      border-color: #A9210B; }
  .m-completename .m-completename__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    float: left;
    line-height: 30px; }
    body.subsite-sas .m-completename .m-completename__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-completename .m-completename__gender-container {
    float: right;
    width: 300px; }
  .m-completename .m-completename__gender-container__male, .m-completename .m-completename__gender-container__female {
    margin-right: 20px;
    margin-right: 2rem;
    display: inline-block; }
  .m-completename .m-completename__gender__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sas .m-completename .m-completename__gender__label {
      font-family: "Verdana", sans;
      color: #454443; }
  .m-completename .m-completename__gender__input {
    margin-right: 10px;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle; }
  .m-completename .m-completename__actions {
    text-align: right; }
  .m-completename .m-completename__cancel {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-right: 1rem; }
    body.subsite-sabato .m-completename .m-completename__cancel {
      color: #434343; }
    body.subsite-finance .m-completename .m-completename__cancel {
      color: #0073AB; }
    body.subsite-sas .m-completename .m-completename__cancel {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-completename .m-completename__cancel:hover {
      text-decoration: none; }
  .m-completename .m-completename__submit {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #2c3b78;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    height: auto; }
    body.subsite-sabato .m-completename .m-completename__submit {
      background: #434343;
      color: #ffffff; }
    body.subsite-finance .m-completename .m-completename__submit {
      background: #0073AB;
      color: #ffffff; }
    body.subsite-sas .m-completename .m-completename__submit {
      background: #69a7ca;
      color: #FFFFFF;
      font-family: "Verdana", sans; }

.m-bypass-ipaccess-warning {
  position: fixed;
  top: 80px;
  right: 10px;
  background-color: red;
  border: solid 1px black;
  padding: 5px 10px;
  color: black;
  z-index: 999;
  font-family: "Roboto", sans-serif; }
  .m-bypass-ipaccess-warning a:hover {
    background-color: #90ee90; }

.m-robinson {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem; }
  .m-robinson .m-robinson__section {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem;
    display: table; }
  .m-robinson .m-robinson__section--last {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem;
    display: table;
    margin-bottom: 0; }
  .m-robinson .m-robinson__input {
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem;
    display: table-cell; }
  .m-robinson .m-robinson__label {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #b9c3db;
    display: table-cell; }

.m-marktenwidget-item {
  list-style-type: none;
  margin-right: 5px;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: top; }
  .m-marktenwidget-item .m-marktenwidget-item__link {
    text-decoration: none;
    padding: 5px 5px 0px 5px;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    border: 1px solid #e3d7c4;
    height: 40px;
    height: 4rem;
    display: block;
    line-height: 1;
    background-color: #fffaf3; }
    .m-marktenwidget-item .m-marktenwidget-item__link.is-active {
      background-color: #fdf3e5;
      border-bottom: none;
      height: 51px;
      height: 5.1rem; }
    .m-marktenwidget-item .m-marktenwidget-item__link:hover {
      background-color: #fdf3e5;
      border: 1px solid #c2b6a4; }
    .m-marktenwidget-item .m-marktenwidget-item__link.is-active:hover {
      border: 1px solid #e3d7c4;
      border-bottom: none; }
  .m-marktenwidget-item .m-marktenwidget-item__city {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #454443;
    font-size: 13px;
    font-size: 1.3rem; }
  .m-marktenwidget-item .m-marktenwidget-item__percentage--deep {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: red; }
  .m-marktenwidget-item .m-marktenwidget-item__percentage--negative {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: #ca4036; }
  .m-marktenwidget-item .m-marktenwidget-item__percentage--equal {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: #c6b49c; }
  .m-marktenwidget-item .m-marktenwidget-item__percentage--positive {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: #2b873c; }
  .m-marktenwidget-item .m-marktenwidget-item__percentage--high {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    color: green; }

.m-marktenwidget-more {
  display: inline-block;
  vertical-align: top; }
  .m-marktenwidget-more .m-marktenwidget-more__link {
    font-size: 30px;
    font-size: 3rem;
    font-family: "Noto", serif;
    letter-spacing: 1px;
    color: #fffaf3;
    background-color: #b6ada4;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    height: 40px;
    height: 4rem;
    position: relative; }
    .m-marktenwidget-more .m-marktenwidget-more__link.respond-to-hover:hover .m-marktenwidget-more__menu, .m-marktenwidget-more .m-marktenwidget-more__link.hovered .m-marktenwidget-more__menu {
      opacity: 1;
      visibility: visible; }
  .m-marktenwidget-more .m-marktenwidget-more__item {
    list-style-type: none; }
  .m-marktenwidget-more .m-marktenwidget-more__menu {
    width: 210px;
    width: 21rem;
    border-left: 1px solid #e3d7c4;
    border-top: 1px solid #e3d7c4;
    position: absolute;
    left: 0;
    top: 40px;
    top: 4rem;
    opacity: 0;
    visibility: hidden; }
    .m-marktenwidget-more .m-marktenwidget-more__menu .m-menu-item__link {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      letter-spacing: normal; }

.m-marktenwidget-picker {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  cursor: pointer;
  display: inline-block; }
  .m-marktenwidget-picker.respond-to-hover:hover .m-marktenwidget-picker__selected, .m-marktenwidget-picker.hovered .m-marktenwidget-picker__selected {
    background-color: #e3d7c4; }
  .m-marktenwidget-picker.respond-to-hover:hover .m-marktenwidget-picker__selected__arrow, .m-marktenwidget-picker.hovered .m-marktenwidget-picker__selected__arrow {
    background: none; }
    .m-marktenwidget-picker.respond-to-hover:hover .m-marktenwidget-picker__selected__arrow:after, .m-marktenwidget-picker.hovered .m-marktenwidget-picker__selected__arrow:after {
      color: #59554e; }
  .m-marktenwidget-picker.respond-to-hover:hover .m-marktenwidget-picker__list, .m-marktenwidget-picker.hovered .m-marktenwidget-picker__list {
    opacity: 1;
    visibility: visible; }
  .m-marktenwidget-picker .m-marktenwidget-picker__selected {
    padding: 5px;
    padding: 0.5rem; }
  .m-marktenwidget-picker .m-marktenwidget-picker__selected__text {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #2c3b78;
    display: inline-block;
    vertical-align: middle; }
  .m-marktenwidget-picker .m-marktenwidget-picker__selected__arrow {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    margin-left: 10px;
    margin-left: 1rem;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    display: inline-block;
    vertical-align: middle;
    background: #2c3b78;
    text-align: center; }
    .m-marktenwidget-picker .m-marktenwidget-picker__selected__arrow:after {
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 20px;
      line-height: 2rem;
      display: inline;
      content: "\f107";
      color: #fffaf3; }
  .m-marktenwidget-picker .m-marktenwidget-picker__item {
    list-style-type: none; }
    .m-marktenwidget-picker .m-marktenwidget-picker__item .m-menu-item__link {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase; }
  .m-marktenwidget-picker .m-marktenwidget-picker__list {
    z-index: 1;
    width: 200px;
    width: 20rem;
    border-left: 1px solid #e3d7c4;
    border-top: 1px solid #e3d7c4;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease-in-out; }

.m-agenda-item {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-family: "Noto", serif; }
  .m-agenda-item .m-agenda-item__link {
    color: #454443;
    font-family: "Noto", serif; }
    .m-agenda-item .m-agenda-item__link:hover {
      color: #2c3b78; }
  .m-agenda-item .m-agenda-item__title {
    font-weight: bold;
    word-wrap: break-word;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 2px;
    margin-bottom: 0.2rem; }
  .m-agenda-item .m-agenda-item__text {
    color: #454443;
    word-wrap: break-word;
    font-size: 12px;
    font-size: 1.2rem;
    display: block; }

.m-data-list {
  list-style-type: none;
  padding: 15px 0px;
  padding: 1.5rem 0rem; }
  .m-data-list .m-data-list__link {
    color: #454443;
    display: table;
    table-layout: fixed;
    width: 100%;
    cursor: pointer;
    font-family: "Roboto Condensed", sans; }
  .m-data-list .m-data-list__title {
    font-size: 15px;
    font-size: 1.5rem;
    display: table-cell;
    font-weight: bold;
    word-wrap: break-word; }
  .m-data-list .m-data-list__data {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: right;
    display: table-cell;
    width: 60px;
    width: 6rem; }

.m-reaction-item {
  border-bottom: 1px solid #e3d7c4;
  margin: 0px 15px;
  margin: 0rem 1.5rem;
  padding: 20px 0px;
  padding: 2rem 0rem;
  list-style-type: none; }
  .m-reaction-item .m-reaction-item__name {
    font-weight: bold;
    word-break: break-word;
    display: block;
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
  .m-reaction-item .m-reaction-item__time {
    color: #b5ada3;
    display: block;
    margin-bottom: 5px;
    margin-bottom: 0.5rem; }
    .m-reaction-item .m-reaction-item__time:before {
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f017";
      margin-right: 10px;
      margin-right: 1rem; }
  .m-reaction-item .m-reaction-item__stock {
    color: #007aad;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    display: table;
    table-layout: fixed; }
    .m-reaction-item .m-reaction-item__stock .m-reaction-item__stock__name {
      word-break: break-word;
      font-weight: bold;
      display: table-cell; }
    .m-reaction-item .m-reaction-item__stock .m-reaction-item__stock__rate {
      display: table-cell;
      padding-left: 10px;
      padding-left: 1rem; }
  .m-reaction-item .m-reaction-item__container {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-reaction-item .m-reaction-item__reaction {
    color: #59554e; }
  .m-reaction-item .m-reaction-item__reaction-advice {
    font-weight: bold; }

.m-receiver {
  padding: 6px 10px;
  padding: 0.6rem 1rem;
  margin: -6px 4px 10px 0px;
  margin: -0.6rem 0.4rem 1rem 0rem;
  display: inline-block;
  border: 1px solid #e3d7c4;
  cursor: pointer; }
  .m-receiver.is-invalid {
    border: 1px solid #ca4036; }
    .m-receiver.is-invalid .m-receiver__email {
      color: #ca4036; }
  .m-receiver .m-receiver__email, .m-receiver .m-receiver__close {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px; }
  .m-receiver .m-receiver__email {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
    margin-right: 1rem;
    font-family: "Roboto", sans-serif;
    color: #000000; }
  .m-receiver .m-receiver__close {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: -2px;
    margin-top: -0.2rem;
    color: #c2b6a4; }
    .m-receiver .m-receiver__close:before {
      content: "\00d7";
      font-family: Verdana;
      font-weight: 400; }

.m-analyst-stock--even {
  list-style-type: none;
  padding: 7px 6px;
  padding: 0.7rem 0.6rem;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #f6edde; }
  .m-analyst-stock--even .m-analyst-stock__name {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    word-break: break-word;
    padding-right: 15px;
    padding-right: 1.5rem;
    color: #454443; }
  .m-analyst-stock--even .m-analyst-stock__amount {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-right: 1.5rem;
    color: #454443; }
  .m-analyst-stock--even .m-analyst-stock__rate {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    text-align: right;
    color: #007aad; }

.m-analyst-stock--odd {
  list-style-type: none;
  padding: 7px 6px;
  padding: 0.7rem 0.6rem;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .m-analyst-stock--odd .m-analyst-stock__name {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    word-break: break-word;
    padding-right: 15px;
    padding-right: 1.5rem;
    color: #454443; }
  .m-analyst-stock--odd .m-analyst-stock__amount {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-right: 1.5rem;
    color: #454443; }
  .m-analyst-stock--odd .m-analyst-stock__rate {
    font-size: 12px;
    font-size: 1.2rem;
    display: table-cell;
    text-align: right;
    color: #007aad; }

.m-recommendation {
  color: #454443;
  border-bottom: 1px solid #e3d7c4;
  padding: 5px 0px;
  padding: 0.5rem 0rem;
  width: 100%;
  display: table;
  table-layout: fixed; }
  .m-recommendation .m-recommendation__name {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Noto", serif;
    display: table-cell;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #454443; }
  .m-recommendation a.m-recommendation__name {
    color: #2c3b78; }
    .m-recommendation a.m-recommendation__name:hover {
      color: #8FA1CB; }
  .m-recommendation .m-recommendation__rating {
    font-size: 14px;
    font-size: 1.4rem;
    display: table-cell;
    text-align: right;
    color: #007aad;
    width: 90px;
    width: 9rem; }
  .m-recommendation .m-recommendation__rating--has-number {
    font-size: 14px;
    font-size: 1.4rem;
    display: table-cell;
    text-align: right;
    color: #007aad;
    width: 140px;
    width: 14rem; }
  .m-recommendation .m-recommendation__rating__count {
    color: #454443;
    margin-right: 20px;
    margin-right: 2rem; }

.m-recommendation--user {
  color: #454443;
  border-bottom: 1px solid #e3d7c4;
  padding: 5px 0px;
  padding: 0.5rem 0rem;
  width: 100%;
  display: table;
  table-layout: fixed; }
  .m-recommendation--user .m-recommendation__name {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Noto", serif;
    display: table-cell;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #454443; }
  .m-recommendation--user a.m-recommendation__name {
    color: #2c3b78; }
    .m-recommendation--user a.m-recommendation__name:hover {
      color: #8FA1CB; }
  .m-recommendation--user .m-recommendation__rating {
    text-align: right;
    display: table-cell;
    width: 20px;
    width: 2rem; }

.m-subscribe-confirm .m-subscribe-confirm__section {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
.m-subscribe-confirm .m-subscribe-confirm__section--last {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-bottom: 0; }
.m-subscribe-confirm .m-subscribe-confirm__link-container {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
.m-subscribe-confirm .m-subscribe-confirm__link {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-decoration: none; }
.m-subscribe-confirm .m-subscribe-confirm__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #b9c3db;
  display: inline-block;
  font-weight: 400; }
  .m-subscribe-confirm .m-subscribe-confirm__text a {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none; }
.m-subscribe-confirm .m-subscribe-confirm__action {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 15px 0px;
  padding: 1.5rem 0rem;
  position: relative;
  border-top: 1px solid #b9c3db;
  border-bottom: 1px solid #b9c3db; }
.m-subscribe-confirm .m-subscribe-confirm__action__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #ffffff; }

.m-subscribe-activate .m-subscribe-activate__section {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: left; }
.m-subscribe-activate .m-subscribe-activate__section--info {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: left;
  padding: 20px 0px;
  padding: 2rem 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-top: 1px solid #b9c3db;
  border-bottom: 1px solid #b9c3db;
  font-family: "Roboto", sans-serif;
  color: #ffffff; }
.m-subscribe-activate .m-subscribe-activate__input-container {
  margin-bottom: 10px;
  margin-bottom: 1rem; }
.m-subscribe-activate .m-subscribe-activate__input-container--last {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-bottom: 0; }
.m-subscribe-activate .m-subscribe-activate__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  color: #ffffff; }
  body.subsite-sas .m-subscribe-activate .m-subscribe-activate__label {
    font-family: "Verdana", sans;
    color: #454443; }
  .m-subscribe-activate .m-subscribe-activate__label:after {
    color: #ffffff; }
.m-subscribe-activate .m-subscribe-activate__input {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  background: #e3d7c4;
  border: none;
  color: #454443;
  display: block; }
  body.subsite-sabato .m-subscribe-activate .m-subscribe-activate__input {
    background: #acacac; }
  body.subsite-sas .m-subscribe-activate .m-subscribe-activate__input {
    font-family: "Verdana", sans; }
  .m-subscribe-activate .m-subscribe-activate__input:disabled {
    color: #84807c; }
  .m-subscribe-activate .m-subscribe-activate__input.error {
    border-color: #A9210B; }
.m-subscribe-activate .m-subscribe-activate__section--submit {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: left;
  text-align: right; }
.m-subscribe-activate .m-subscribe-activate__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  display: block;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 700; }
.m-subscribe-activate .m-subscribe-activate__error {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.m-update-email .m-update-email__message {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #ffffff; }
.m-update-email .m-update-email__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  color: #ffffff; }
  body.subsite-sas .m-update-email .m-update-email__label {
    font-family: "Verdana", sans;
    color: #454443; }
  .m-update-email .m-update-email__label:after {
    color: #ffffff; }
.m-update-email .m-update-email__email-container {
  display: inline-block; }
.m-update-email .m-update-email__email-label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-right: 0.5rem;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle; }
  body.subsite-sas .m-update-email .m-update-email__email-label {
    font-family: "Verdana", sans;
    color: #454443; }
.m-update-email .m-update-email__email-info {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  body.subsite-sas .m-update-email .m-update-email__email-info {
    font-family: "Verdana", sans;
    color: #454443; }
.m-update-email .m-update-email__input-container {
  padding-right: 10px;
  padding-right: 1rem;
  overflow: hidden; }
.m-update-email .m-update-email__input {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  background: #e3d7c4;
  border: none;
  color: #454443; }
  body.subsite-sabato .m-update-email .m-update-email__input {
    background: #acacac; }
  body.subsite-sas .m-update-email .m-update-email__input {
    font-family: "Verdana", sans; }
  .m-update-email .m-update-email__input:disabled {
    color: #84807c; }
  .m-update-email .m-update-email__input.error {
    border-color: #A9210B; }
.m-update-email .m-update-email__submit {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  background: #2c3b78;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  height: auto;
  float: right; }
  body.subsite-sabato .m-update-email .m-update-email__submit {
    background: #434343;
    color: #ffffff; }
  body.subsite-finance .m-update-email .m-update-email__submit {
    background: #0073AB;
    color: #ffffff; }
  body.subsite-sas .m-update-email .m-update-email__submit {
    background: #69a7ca;
    color: #FFFFFF;
    font-family: "Verdana", sans; }
.m-update-email .m-update-email__close {
  top: 5px;
  top: 0.5rem;
  right: 5px;
  right: 0.5rem;
  position: absolute;
  color: #ffffff; }
  .m-update-email .m-update-email__close:before {
    content: "\00d7";
    font-family: Verdana;
    font-weight: 400; }
.m-update-email .m-update-email__error {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.m-rss .m-rss__title {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 4px;
  padding: 0.4rem;
  display: block;
  font-family: "Roboto", sans-serif;
  background: #e3d7c4;
  color: #454443;
  text-transform: uppercase; }
  .m-rss .m-rss__title:before {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 10px;
    margin-right: 1rem; }
  .m-rss .m-rss__title:before {
    content: "\f09e";
    color: #f79a17; }
.m-rss .m-rss__list__item {
  list-style-type: none; }
  .m-rss .m-rss__list__item:before {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 10px;
    margin-right: 1rem; }
  .m-rss .m-rss__list__item:before {
    content: "\f09e";
    color: #f79a17; }

.m-sabato-list-item {
  list-style-type: none;
  padding: 20px 0px;
  padding: 2rem 0rem;
  border-bottom: 1px solid #434343; }
  .m-sabato-list-item .m-sabato-list-item__title {
    display: inline-block;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .m-sabato-list-item .m-sabato-list-item__title__number {
    color: white;
    text-align: center;
    line-height: 20px;
    line-height: 2rem;
    margin-right: 10px;
    margin-right: 1rem;
    background-color: #2c2c2a;
    display: inline-block;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem; }
  .m-sabato-list-item .m-sabato-list-item__title__text {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #2c2c2a; }
  .m-sabato-list-item .m-sabato-list-item__text {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    font-family: "Playfair Display", serif;
    color: #434343; }

.m-quotation-rating {
  zoom: 1;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%; }
  .m-quotation-rating:before, .m-quotation-rating:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-quotation-rating:after {
    clear: both; }
  .m-quotation-rating .m-quotation-rating__meta {
    padding-right: 80px;
    padding-right: 8rem;
    width: 100%;
    display: table; }
    .m-quotation-rating .m-quotation-rating__meta > * {
      height: 20px;
      height: 2rem;
      display: table-cell;
      vertical-align: middle; }
  .m-quotation-rating .m-quotation-rating__filler-container {
    width: inherit; }
  .m-quotation-rating .m-quotation-rating__filler {
    height: 20px;
    height: 2rem;
    position: relative; }
  .m-quotation-rating .m-quotation-rating__filler__line {
    border-bottom: 1px dashed #c2b6a4;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%; }
  .m-quotation-rating .m-quotation-rating__label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px 5px;
    padding: 0rem 0.5rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: "Noto", serif;
    color: #454443;
    white-space: nowrap; }
  .m-quotation-rating .m-quotation-rating__stars {
    width: 75px;
    width: 7.5rem;
    height: 16px;
    height: 1.6rem;
    font-family: "FontAwesome";
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0; }
    .m-quotation-rating .m-quotation-rating__stars:before, .m-quotation-rating .m-quotation-rating__stars:after {
      position: absolute;
      top: 0;
      left: 0;
      line-height: 1; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="0.0"]:before {
      display: none !important; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="0.0"]:after {
      font-size: 8px;
      font-size: 0.8rem;
      color: #b5ada3;
      line-height: 16px;
      letter-spacing: 10px;
      content: "\f068\f068\f068\f068\f068"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="1.0"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="1.5"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005\f123"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="2.0"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005\f005"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="2.5"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005\f005\f123"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="3.0"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005\f005\f005"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="3.5"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005\f005\f005\f123"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="4.0"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005\f005\f005\f005"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="4.5"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005\f005\f005\f005\f123"; }
    .m-quotation-rating .m-quotation-rating__stars[data-amount="5.0"]:after {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f005\f005\f005\f005\f005"; }
    .m-quotation-rating .m-quotation-rating__stars[data-range="3"]:before {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f006\f006\f006"; }
    .m-quotation-rating .m-quotation-rating__stars[data-range="5"]:before {
      font-size: 16px;
      font-size: 1.6rem;
      color: #454443;
      content: "\f006\f006\f006\f006\f006"; }

.m-funds-goto .m-funds-goto__list {
  border: 1px solid #e3d7c4; }
.m-funds-goto .m-funds-goto__list__list-item {
  height: 38px;
  height: 3.8rem;
  padding: 0px 15px;
  padding: 0rem 1.5rem;
  background: #fdf3e5;
  display: block;
  border-bottom: 1px solid #e3d7c4;
  position: relative; }
  .m-funds-goto .m-funds-goto__list__list-item:hover {
    background: #faeede; }
.m-funds-goto .m-funds-goto__list__list-item--last {
  height: 38px;
  height: 3.8rem;
  padding: 0px 15px;
  padding: 0rem 1.5rem;
  background: #fdf3e5;
  display: block;
  border-bottom: 1px solid #e3d7c4;
  position: relative;
  border-bottom: none; }
  .m-funds-goto .m-funds-goto__list__list-item--last:hover {
    background: #faeede; }
.m-funds-goto .m-funds-goto__list__link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  display: block;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #454443;
  text-decoration: none; }
.m-funds-goto .m-funds-goto__list-item__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #454443;
  display: inline-block;
  width: 90%;
  text-align: left;
  vertical-align: top; }
.m-funds-goto .m-funds-goto__list-item__arrow {
  display: inline-block;
  width: 10%;
  text-align: right;
  vertical-align: top; }
  .m-funds-goto .m-funds-goto__list-item__arrow:after {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 38px;
    line-height: 3.8rem;
    content: "\f105";
    color: #e3d7c4; }

.m-funds-top5 .m-funds-top5__section {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  display: table; }
.m-funds-top5 .m-funds-top5__section--last {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  display: table;
  margin: 0; }
.m-funds-top5 .m-funds-top5__left, .m-funds-top5 .m-funds-top5__right {
  display: table-cell; }
.m-funds-top5 .m-funds-top5__left {
  width: 25px;
  width: 2.5rem;
  text-align: left; }
.m-funds-top5 .m-funds-top5__number {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #454443; }
.m-funds-top5 .m-funds-top5__name {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #454443; }
.m-funds-top5 .m-funds-top5__amount {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px 30px 0px 0px;
  margin: 0rem 3rem 0rem 0rem;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #454443; }
.m-funds-top5 .m-funds-top5__date {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px 30px 0px 0px;
  margin: 0rem 3rem 0rem 0rem;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #454443; }
  .m-funds-top5 .m-funds-top5__date:before {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0px 5px 0px 0px;
    margin: 0rem 0.5rem 0rem 0rem;
    color: #b5ada3;
    content: "\f017"; }

.m-popup--isSlideUp {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  position: fixed;
  z-index: 950;
  width: 480px;
  height: 360px;
  left: 85px;
  bottom: -398px;
  opacity: 0; }
  .m-popup--isSlideUp .m-popup--isSlideUp__content {
    display: block; }
  .m-popup--isSlideUp .m-popup--isSlideUp__container {
    position: relative; }
  .m-popup--isSlideUp .m-popup--closeButton {
    position: absolute;
    text-align: center;
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    right: 0px;
    top: -38px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: Arial;
    font-size: 17px; }

.m-popup--isSplash {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  position: fixed;
  z-index: 950;
  width: 640px;
  height: 480px;
  z-index: 1000; }
  .m-popup--isSplash .m-popup--isSplash--content {
    display: block; }
  .m-popup--isSplash .m-popup--isSplash--container {
    position: relative; }
  .m-popup--isSplash .m-popup--closeButton {
    position: absolute;
    text-align: center;
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    right: 0px;
    top: -38px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: Arial;
    font-size: 17px; }

.m-recommend-header {
  zoom: 1; }
  .m-recommend-header:before, .m-recommend-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-recommend-header:after {
    clear: both; }
  .m-recommend-header .m-recommend-header__section--left {
    float: left;
    text-align: left; }
  .m-recommend-header .m-recommend-header__section--right {
    float: right;
    text-align: right; }
  .m-recommend-header .m-recommend-header__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #454443;
    text-transform: uppercase;
    display: inline-block; }
  .m-recommend-header .m-recommend-header__cancel {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    body.subsite-sabato .m-recommend-header .m-recommend-header__cancel {
      color: #434343; }
    body.subsite-finance .m-recommend-header .m-recommend-header__cancel {
      color: #0073AB; }
    body.subsite-sas .m-recommend-header .m-recommend-header__cancel {
      color: #625f5c;
      font-family: "Verdana", sans; }
    .m-recommend-header .m-recommend-header__cancel:hover {
      text-decoration: none; }

.m-recommend-footer .m-recommend-footer__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem; }
  body.subsite-sas .m-recommend-footer .m-recommend-footer__label {
    font-family: "Verdana", sans;
    color: #454443; }
.m-recommend-footer .m-recommend-footer__cancel {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #2c3b78;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem; }
  body.subsite-sabato .m-recommend-footer .m-recommend-footer__cancel {
    color: #434343; }
  body.subsite-finance .m-recommend-footer .m-recommend-footer__cancel {
    color: #0073AB; }
  body.subsite-sas .m-recommend-footer .m-recommend-footer__cancel {
    color: #625f5c;
    font-family: "Verdana", sans; }
  .m-recommend-footer .m-recommend-footer__cancel:hover {
    text-decoration: none; }
.m-recommend-footer .m-recommend-footer__submit {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  background: #2c3b78;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  height: auto; }
  body.subsite-sabato .m-recommend-footer .m-recommend-footer__submit {
    background: #434343;
    color: #ffffff; }
  body.subsite-finance .m-recommend-footer .m-recommend-footer__submit {
    background: #0073AB;
    color: #ffffff; }
  body.subsite-sas .m-recommend-footer .m-recommend-footer__submit {
    background: #69a7ca;
    color: #FFFFFF;
    font-family: "Verdana", sans; }
.m-recommend-footer .m-recommend-footer__checkbox-container {
  display: table; }
  .m-recommend-footer .m-recommend-footer__checkbox-container > * {
    display: table-cell; }
.m-recommend-footer .m-recommend-footer__checkbox {
  margin: 0px 8px 0px 0px;
  margin: 0rem 0.8rem 0rem 0rem; }
.m-recommend-footer .m-recommend-footer__section--left {
  text-align: left; }
.m-recommend-footer .m-recommend-footer__section--right {
  text-align: right; }

.m-list-alternate .l-markten-live__koers-lijst__row--odd td.l-markten-live__koers-lijst__name, .m-list-alternate .l-markten-live__koers-lijst__row--even td.l-markten-live__koers-lijst__percentage, .m-list-alternate .l-markten-live__koers-lijst__row--even .m-list-alternate td.l-markten-live__koers-lijst__percentage--negative, .m-list-alternate .m-list-alternate .l-markten-live__koers-lijst__row--even td.l-markten-live__koers-lijst__percentage--negative, .m-list-alternate .l-markten-live__koers-lijst__row--even .m-list-alternate td.l-markten-live__koers-lijst__percentage--positive, .m-list-alternate .m-list-alternate .l-markten-live__koers-lijst__row--even td.l-markten-live__koers-lijst__percentage--positive, .m-list-alternate .l-markten-live__koers-lijst__row--odd td.l-markten-live__koers-lijst__percentage, .m-list-alternate .l-markten-live__koers-lijst__row--odd .m-list-alternate td.l-markten-live__koers-lijst__percentage--negative, .m-list-alternate .m-list-alternate .l-markten-live__koers-lijst__row--odd td.l-markten-live__koers-lijst__percentage--negative, .m-list-alternate .l-markten-live__koers-lijst__row--odd .m-list-alternate td.l-markten-live__koers-lijst__percentage--positive, .m-list-alternate .m-list-alternate .l-markten-live__koers-lijst__row--odd td.l-markten-live__koers-lijst__percentage--positive, .m-list-alternate .l-markten-live__koers-lijst__row--even td.l-markten-live__koers-lijst__name {
  padding: 10px; }
.m-list-alternate .l-markten-live__koers-lijst__name {
  font-family: "Roboto Condensed", sans;
  color: #84807c;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  width: auto; }
.m-list-alternate .l-markten-live__koers-lijst__percentage, .m-list-alternate .m-list-alternate .l-markten-live__koers-lijst__percentage--negative, .m-list-alternate .m-list-alternate .l-markten-live__koers-lijst__percentage--negative, .m-list-alternate .m-list-alternate .l-markten-live__koers-lijst__percentage--positive, .m-list-alternate .m-list-alternate .l-markten-live__koers-lijst__percentage--positive, .m-list-alternate .js-stock-detail-main-time {
  font-family: "Roboto Condensed", sans;
  color: #454443;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 15px; }

.m-article-source {
  text-align: left;
  display: block; }
  .m-article-source .m-article-source__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    color: #454443;
    display: inline-block;
    font-weight: 700; }
    body.subsite-sabato .m-article-source .m-article-source__title {
      color: #454443; }
    body.subsite-finance .m-article-source .m-article-source__title {
      color: #454443; }
    body.subsite-sas .m-article-source .m-article-source__title {
      color: #625f5c;
      font-family: "Verdana", sans; }
  .m-article-source .m-article-source__info {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    color: #454443;
    display: inline-block;
    font-weight: 400; }
    body.subsite-sabato .m-article-source .m-article-source__info {
      color: #454443; }
    body.subsite-finance .m-article-source .m-article-source__info {
      color: #454443; }
    body.subsite-sas .m-article-source .m-article-source__info {
      color: #625f5c;
      font-family: "Verdana", sans; }

.m-article-source--right {
  text-align: left;
  display: block;
  text-align: right; }
  .m-article-source--right .m-article-source__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    color: #454443;
    display: inline-block;
    font-weight: 700; }
    body.subsite-sabato .m-article-source--right .m-article-source__title {
      color: #454443; }
    body.subsite-finance .m-article-source--right .m-article-source__title {
      color: #454443; }
    body.subsite-sas .m-article-source--right .m-article-source__title {
      color: #625f5c;
      font-family: "Verdana", sans; }
  .m-article-source--right .m-article-source__info {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto", serif;
    color: #454443;
    display: inline-block;
    font-weight: 400; }
    body.subsite-sabato .m-article-source--right .m-article-source__info {
      color: #454443; }
    body.subsite-finance .m-article-source--right .m-article-source__info {
      color: #454443; }
    body.subsite-sas .m-article-source--right .m-article-source__info {
      color: #625f5c;
      font-family: "Verdana", sans; }

.m-history-graph .m-history-graph__navigation {
  padding: 30px 0px 15px 0px;
  padding: 3rem 0rem 1.5rem 0rem; }
.m-history-graph .m-history-graph__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 15px 0px 0px;
  margin: 0rem 1.5rem 0rem 0rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #454443;
  display: inline-block;
  vertical-align: middle; }
.m-history-graph .m-history-graph__periods {
  display: inline-block;
  vertical-align: middle; }

.m-contract-teaser.subtitle-only .m-contract-teaser__subtitle, .m-contract-teaser.subtitle-only .m-tool-teaser__subtitle {
  margin: 0; }
.m-contract-teaser .m-contract-teaser__link {
  text-decoration: none;
  display: block; }
.m-contract-teaser .m-contract-teaser__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
  display: block;
  font-family: "Noto", serif;
  font-weight: 700;
  color: #05A7D9; }
  .m-contract-teaser .m-contract-teaser__title:hover {
    color: #0073AB; }
.m-contract-teaser .m-contract-teaser__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  display: block;
  font-family: "Noto", serif;
  font-weight: 700;
  color: #454443; }
  .m-contract-teaser .m-contract-teaser__subtitle:hover {
    color: #0073AB; }
.m-contract-teaser .m-contract-teaser__container {
  display: table; }
.m-contract-teaser .m-contract-teaser__info {
  font-size: 15px;
  font-size: 1.5rem;
  display: table-cell;
  vertical-align: top;
  font-family: "Noto", serif;
  color: #454443; }
  .m-contract-teaser .m-contract-teaser__info:after {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: 4px;
    margin-left: 0.4rem;
    content: "\f105"; }
.m-contract-teaser .m-contract-teaser__image {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: top; }
.m-contract-teaser .m-contract-teaser__imagemask {
  background-image: url('../img/tool-mask.png');
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0; }

.m-tool-teaser.subtitle-only .m-contract-teaser__subtitle, .m-tool-teaser.subtitle-only .m-tool-teaser__subtitle {
  margin: 0; }
.m-tool-teaser .m-tool-teaser__link {
  text-decoration: none;
  display: block; }
.m-tool-teaser .m-tool-teaser__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
  display: block;
  font-family: "Noto", serif;
  font-weight: 700;
  color: #05A7D9; }
  .m-tool-teaser .m-tool-teaser__title:hover {
    color: #0073AB; }
.m-tool-teaser .m-tool-teaser__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px 5px 0px;
  margin: 0rem 0rem 0.5rem 0rem;
  display: block;
  font-family: "Noto", serif;
  font-weight: 700;
  color: #454443; }
  .m-tool-teaser .m-tool-teaser__subtitle:hover {
    color: #0073AB; }
.m-tool-teaser .m-tool-teaser__container {
  display: table; }
.m-tool-teaser .m-tool-teaser__info {
  font-size: 15px;
  font-size: 1.5rem;
  display: table-cell;
  vertical-align: top;
  font-family: "Noto", serif;
  color: #454443; }
  .m-tool-teaser .m-tool-teaser__info:after {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: 4px;
    margin-left: 0.4rem;
    content: "\f105"; }
.m-tool-teaser .m-tool-teaser__image {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: top; }
.m-tool-teaser .m-tool-teaser__imagemask {
  background-image: url('../img/tool-mask.png');
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0; }

.m-node-teaser {
  position: relative;
  background: gray;
  width: 100% !important;
  position: relative;
  background: gray;
  width: 100% !important; }
  .m-node-teaser.small {
    width: 170px;
    width: 17rem;
    height: 170px;
    height: 17rem; }
    .m-node-teaser.small.auto .m-node-teaser__content {
      background: url('../img/netto/nodes/small/auto.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.belastingen .m-node-teaser__content {
      background: url('../img/netto/nodes/small/belastingen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.budget .m-node-teaser__content {
      background: url('../img/netto/nodes/small/budget.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.energie .m-node-teaser__content {
      background: url('../img/netto/nodes/small/energie.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.erfenis .m-node-teaser__content {
      background: url('../img/netto/nodes/small/erfenis.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.lenen .m-node-teaser__content {
      background: url('../img/netto/nodes/small/lenen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.loopbaan .m-node-teaser__content {
      background: url('../img/netto/nodes/small/loopbaan.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.pensioen .m-node-teaser__content {
      background: url('../img/netto/nodes/small/pensioen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.reizen .m-node-teaser__content {
      background: url('../img/netto/nodes/small/reizen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.sparen .m-node-teaser__content {
      background: url('../img/netto/nodes/small/sparen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.vastgoed .m-node-teaser__content {
      background: url('../img/netto/nodes/small/vastgoed.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.small.verzekeren .m-node-teaser__content {
      background: url('../img/netto/nodes/small/verzekeren.jpg') center center no-repeat;
      background-size: cover; }
  .m-node-teaser.big {
    width: 350px;
    width: 35rem;
    height: 350px;
    height: 35rem; }
    .m-node-teaser.big.auto .m-node-teaser__content {
      background: url('../img/netto/nodes/big/auto.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.belastingen .m-node-teaser__content {
      background: url('../img/netto/nodes/big/belastingen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.budget .m-node-teaser__content {
      background: url('../img/netto/nodes/big/budget.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.energie .m-node-teaser__content {
      background: url('../img/netto/nodes/big/energie.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.erfenis .m-node-teaser__content {
      background: url('../img/netto/nodes/big/erfenis.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.lenen .m-node-teaser__content {
      background: url('../img/netto/nodes/big/lenen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.loopbaan .m-node-teaser__content {
      background: url('../img/netto/nodes/big/loopbaan.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.pensioen .m-node-teaser__content {
      background: url('../img/netto/nodes/big/pensioen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.reizen .m-node-teaser__content {
      background: url('../img/netto/nodes/big/reizen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.sparen .m-node-teaser__content {
      background: url('../img/netto/nodes/big/sparen.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.vastgoed .m-node-teaser__content {
      background: url('../img/netto/nodes/big/vastgoed.jpg') center center no-repeat;
      background-size: cover; }
    .m-node-teaser.big.verzekeren .m-node-teaser__content {
      background: url('../img/netto/nodes/big/verzekeren.jpg') center center no-repeat;
      background-size: cover; }
  .m-node-teaser.light .m-node-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background: #0073AB; }
  .m-node-teaser.normal .m-node-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background: #003A76; }
  .m-node-teaser.dark .m-node-teaser__hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    background: #003A76; }
  .m-node-teaser .m-node-teaser__link {
    display: block;
    width: 100%;
    height: 100%; }
    .m-node-teaser .m-node-teaser__link:hover .m-node-teaser__hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      -moz-opacity: 0.75;
      -khtml-opacity: 0.75;
      opacity: 0.75; }
  .m-node-teaser .m-node-teaser__hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .m-node-teaser .m-node-teaser__content {
    width: 100%;
    height: 100%; }
  .m-node-teaser .m-node-teaser__content__text {
    font-size: 20px;
    font-size: 2rem;
    padding: 2px 6px;
    padding: 0.2rem 0.6rem;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Roboto Condensed", sans;
    font-weight: 700;
    color: #fef7ea;
    text-transform: capitalize; }

.m-datepicker {
  padding: 0px 0px 0px 6px;
  padding: 0rem 0rem 0rem 0.6rem;
  height: 34px;
  height: 3.4rem;
  width: 130px;
  width: 13rem;
  display: inline-block;
  vertical-align: middle;
  background: #e3d7c4;
  border: 1px solid #e3d6c3;
  box-sizing: content-box;
  position: relative; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-datepicker {
      width: 200px;
      width: 20rem; } }
  .m-datepicker .m-datepicker__input {
    font-size: 14px;
    font-size: 1.4rem;
    height: 34px;
    height: 3.4rem;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #84807c;
    display: inline-block;
    vertical-align: middle; }
  .m-datepicker .date-picker-control, .m-datepicker .date-picker-button-active {
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 0 !important;
    background-image: none !important;
    width: 34px !important;
    height: 34px !important;
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #fffbf4 !important;
    border: none !important; }
    .m-datepicker .date-picker-control:hover span, .m-datepicker .date-picker-control:focus span, .m-datepicker .date-picker-button-active:hover span, .m-datepicker .date-picker-button-active:focus span {
      -webkit-animation: none;
      -ms-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none;
      box-shadow: none; }
    .m-datepicker .date-picker-control span, .m-datepicker .date-picker-button-active span {
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      width: auto;
      height: auto;
      display: none; }
    .m-datepicker .date-picker-control:after, .m-datepicker .date-picker-button-active:after {
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f073";
      color: #84807c;
      line-height: 34px; }

.m-datepicker--alternative {
  padding: 0px 0px 0px 6px;
  padding: 0rem 0rem 0rem 0.6rem;
  height: 34px;
  height: 3.4rem;
  width: 130px;
  width: 13rem;
  display: inline-block;
  vertical-align: middle;
  background: #e3d7c4;
  border: 1px solid #e3d6c3;
  box-sizing: content-box;
  position: relative;
  background: #fffbf4; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-datepicker--alternative {
      width: 200px;
      width: 20rem; } }
  .m-datepicker--alternative .m-datepicker__input {
    font-size: 14px;
    font-size: 1.4rem;
    height: 34px;
    height: 3.4rem;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #84807c;
    display: inline-block;
    vertical-align: middle; }
  .m-datepicker--alternative .date-picker-control, .m-datepicker--alternative .date-picker-button-active {
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 0 !important;
    background-image: none !important;
    width: 34px !important;
    height: 34px !important;
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #fffbf4 !important;
    border: none !important; }
    .m-datepicker--alternative .date-picker-control:hover span, .m-datepicker--alternative .date-picker-control:focus span, .m-datepicker--alternative .date-picker-button-active:hover span, .m-datepicker--alternative .date-picker-button-active:focus span {
      -webkit-animation: none;
      -ms-animation: none;
      -moz-animation: none;
      -o-animation: none;
      animation: none;
      box-shadow: none; }
    .m-datepicker--alternative .date-picker-control span, .m-datepicker--alternative .date-picker-button-active span {
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      width: auto;
      height: auto;
      display: none; }
    .m-datepicker--alternative .date-picker-control:after, .m-datepicker--alternative .date-picker-button-active:after {
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f073";
      color: #84807c;
      line-height: 34px; }
  .m-datepicker--alternative .date-picker-control, .m-datepicker--alternative .date-picker-button-active {
    border-left: 1px solid #e3d7c4 !important; }

.m-tijd-connect-info {
  padding: 15px 0px 15px 25px;
  padding: 1.5rem 0rem 1.5rem 2.5rem;
  background: #69a7ca;
  position: relative;
  border-left: 1px solid #fef7ea; }
  .m-tijd-connect-info:before {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    top: -moz-calc(50% - 12px);
    top: -webkit-calc(50% - 12px);
    top: -o-calc(50%-12px);
    top: calc(50% - 12px); }
  .m-tijd-connect-info .m-tijd-connect-info__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    font-family: "Verdana", sans;
    font-weight: 400;
    color: #FFFFFF;
    display: block; }

.m-operation-nav .m-operation-nav__label {
  font-size: 15px;
  font-size: 1.5rem;
  width: 30px;
  width: 3rem;
  font-family: "Roboto", sans-serif;
  color: #59554e;
  display: inline-block;
  vertical-align: middle; }
.m-operation-nav .m-operation-nav__section.left {
  text-align: left; }
.m-operation-nav .m-operation-nav__section.right {
  text-align: right; }
.m-operation-nav .m-operation-nav__datepicker-container {
  margin: 0px 5px 5px 0px;
  margin: 0rem 0.5rem 0.5rem 0rem;
  float: left; }
  .m-operation-nav .m-operation-nav__datepicker-container:last-of-type {
    margin: 0px 0px 5px 0px;
    margin: 0rem 0rem 0.5rem 0rem; }
.m-operation-nav .m-operation-nav__select {
  width: 170px;
  width: 17rem;
  height: 34px;
  height: 3.4rem;
  font-size: 13px;
  font-size: 1.3rem;
  color: #454443;
  background: #fffbf4;
  border: 1px solid #e3d7c4;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  vertical-align: middle; }
.m-operation-nav .m-operation-nav__submit {
  height: 34px;
  height: 3.4rem; }
.m-operation-nav .m-datepicker:first-of-type {
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem; }

.m-reading-time .m-reading-time__minutes {
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Roboto Condensed", sans; }
  .m-reading-time .m-reading-time__minutes:after {
    font-weight: 700;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    margin-left: 2px;
    content: "\0027"; }
.m-reading-time .m-reading-time__label {
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif; }

.m-reading-time--inline {
  display: inline-block; }
  .m-reading-time--inline .m-reading-time__minutes {
    font-weight: 700;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    font-size: 40px;
    font-size: 4rem;
    font-family: "Roboto Condensed", sans; }
    .m-reading-time--inline .m-reading-time__minutes:after {
      font-weight: 700;
      line-height: 1;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
      color: #FFFFFF;
      margin-left: 2px;
      content: "\0027"; }
  .m-reading-time--inline .m-reading-time__label {
    font-weight: 700;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif; }
  .m-reading-time--inline .m-reading-time__minutes {
    display: block;
    text-align: center; }
  .m-reading-time--inline .m-reading-time__label {
    display: block;
    text-align: center; }

.m-connect-provider--connected {
  height: 175px;
  height: 17.5rem;
  width: 100%;
  padding: 25px;
  padding: 2.5rem;
  background: #fff3e5;
  border: 1px solid #e3d7c4;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
  .m-connect-provider--connected .m-connect-provider__icon {
    display: block;
    margin: 0 auto 15px auto; }
  .m-connect-provider--connected .m-connect-provider__label {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0 auto 15px auto;
    color: #454443; }
  .m-connect-provider--connected .m-connect-username__label {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #454443;
    margin: 0 auto 5px auto; }
  .m-connect-provider--connected .m-connect-provider__link {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #2c3b78;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background: none;
    padding: 0;
    max-width: 175px;
    margin: 0 auto; }
  .m-connect-provider--connected .m-connect-provider__link:hover {
    color: #8FA1CB; }

.m-connect-provider--disconnected {
  height: 175px;
  height: 17.5rem;
  width: 100%;
  padding: 25px;
  padding: 2.5rem;
  background: #fff3e5;
  border: 1px solid #e3d7c4;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #fff7ea; }
  .m-connect-provider--disconnected .m-connect-provider__icon {
    display: block;
    margin: 0 auto 15px auto; }
  .m-connect-provider--disconnected .m-connect-provider__label {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0 auto 15px auto;
    color: #454443; }
  .m-connect-provider--disconnected .m-connect-username__label {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #454443;
    margin: 0 auto 5px auto; }
  .m-connect-provider--disconnected .m-connect-provider__link {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #2c3b78;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background: none;
    padding: 0;
    max-width: 175px;
    margin: 0 auto; }
  .m-connect-provider--disconnected .m-connect-provider__label {
    color: #c2b6a4; }
  .m-connect-provider--disconnected .m-connect-provider__link {
    background: #2c3b78;
    padding: 8px 10px;
    color: #ffffff;
    font-weight: 700; }
    .m-connect-provider--disconnected .m-connect-provider__link:hover {
      background: #8FA1CB; }

.m-service-message, .m-service-message--alert, .m-service-message--alert-extra, .m-service-message--info, .m-service-message--brand, .m-service-message--brand-tijd, .m-service-message--brand-echo {
  text-align: initial;
  color: #454443;
  font-family: "Roboto", sans-serif;
  line-height: 19px;
  padding-left: 70px;
  position: relative;
  min-height: 50px;
  margin: 25px 0px 0px 0px;
  margin: 2.5rem 0rem 0rem 0rem;
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .m-service-message, body.immobile .m-service-message--alert, body.immobile .m-service-message--alert-extra, body.immobile .m-service-message--info, body.immobile .m-service-message--brand, body.immobile .m-service-message--brand-tijd, body.immobile .m-service-message--brand-echo {
      margin: 25px 25px 0px 25px;
      margin: 2.5rem 2.5rem 0rem 2.5rem; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-sidebar--sabato .m-service-message, body.immobile .l-sidebar--sabato .m-service-message--alert, body.immobile .l-sidebar--sabato .m-service-message--alert-extra, body.immobile .l-sidebar--sabato .m-service-message--info, body.immobile .l-sidebar--sabato .m-service-message--brand, body.immobile .l-sidebar--sabato .m-service-message--brand-tijd, body.immobile .l-sidebar--sabato .m-service-message--brand-echo {
      margin: 25px 0px 0px 0px;
      margin: 2.5rem 0rem 0rem 0rem; } }
  .m-service-message:before, .m-service-message--alert:before, .m-service-message--alert-extra:before, .m-service-message--info:before, .m-service-message--brand:before, .m-service-message--brand-tijd:before, .m-service-message--brand-echo:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    line-height: 54px;
    color: #FFF;
    text-align: center;
    background: black;
    font-size: 30px;
    font-size: 3rem; }
  .m-service-message:after, .m-service-message--alert:after, .m-service-message--alert-extra:after, .m-service-message--info:after, .m-service-message--brand:after, .m-service-message--brand-tijd:after, .m-service-message--brand-echo:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: 45px;
    top: 20px;
    background: black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.m-service-message--alert a, .m-service-message--alert-extra a, .m-service-message--info a, .m-service-message--brand a, .m-service-message--brand .m-service-message--brand-tijd, .m-service-message--brand .m-service-message--brand-echo {
  font-size: 14px;
  font-size: 1.4rem; }

.m-service-message--brand:before, .m-service-message--brand-tijd:before, .m-service-message--brand-echo:before {
  background-repeat: no-repeat;
  background-position: 5px 5px; }

.m-service-message--brand-tijd:before {
  background-size: 46px 40px;
  background-position: 5px 5px;
  background-image: url(../img/tijd/logo.png);
  background-color: #2c3b78; }
.m-service-message--brand-tijd:after {
  background-color: #2c3b78; }
.m-service-message--brand-tijd a {
  font-size: 14px;
  font-size: 1.4rem; }

.m-service-message--brand-echo:before {
  background-size: 40px 13px;
  background-position: 5px 30px;
  background-image: url(../img/echo/logo.png);
  background-color: #9a0b16; }
.m-service-message--brand-echo:after {
  background-color: #9a0b16; }
.m-service-message--brand-echo a {
  font-size: 14px;
  font-size: 1.4rem; }

.m-service-message--alert:before, .m-service-message--alert-extra:before {
  content: "\f12a"; }

.m-service-message--info:before {
  content: "\f129"; }

.m-service-message--alert:before, .m-service-message--alert:after, .m-service-message--info:before, .m-service-message--info:after {
  background-color: #b5ada3; }

.m-service-message--alert-extra {
  color: #c75845; }
  .m-service-message--alert-extra:before, .m-service-message--alert-extra:after {
    background-color: #c75845; }

.m-section-block {
  height: 170px; }
  .m-section-block .m-section-block--link {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-family: "Noto", serif;
    font-size: 20px;
    font-size: 2rem;
    background-color: #2c3b78;
    line-height: 20px;
    font-weight: bold;
    color: #FFF; }
    .m-section-block .m-section-block--link:hover {
      background-color: #212d5b; }
  .m-section-block .m-section-block--highlight {
    color: #b9c3db;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 18px;
    margin-top: 5px; }
    .m-section-block .m-section-block--highlight:after {
      content: "\f105";
      font-family: 'FontAwesome';
      font-size: 18px;
      font-size: 1.8rem;
      padding-left: 10px; }

.m-social-like {
  padding: 40px;
  padding: 4rem;
  background: #212d5b;
  display: table;
  width: 100%; }
  .m-social-like:before {
    font-size: 230px;
    font-size: 23rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding: 0px 65px 0px 0px;
    padding: 0rem 6.5rem 0rem 0rem;
    content: "\f087";
    display: table-cell;
    vertical-align: top;
    color: #768ba8; }
  .m-social-like .m-social-like__container {
    display: table-cell;
    vertical-align: top; }
  .m-social-like .m-social-like__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    font-family: "Noto", serif;
    color: #FFFFFF;
    font-weight: 700; }
  .m-social-like .m-social-like__text-container {
    margin: 0px 0px 40px 0px;
    margin: 0rem 0rem 4rem 0rem;
    display: block;
    max-width: 500px; }
  .m-social-like .m-social-like__text {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 550px;
    max-width: 55rem;
    font-family: "Roboto", sans-serif;
    color: #b9c3db;
    font-weight: 400;
    vertical-align: middle; }
  .m-social-like .m-social-like__action-container {
    display: block;
    text-align: left; }
    .m-social-like .m-social-like__action-container.right {
      text-align: right; }
  .m-social-like .m-social-like__action {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 18px;
    padding: 1rem 1.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border: none;
    -webkit-font-smoothing: antialiased;
    color: #FFFFFF;
    background: #2c3b78;
    position: relative; }
    .m-social-like .m-social-like__action:hover:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      background-color: rgba(255, 255, 255, 0.15); }

.m-social-connect {
  padding: 30px;
  padding: 3rem;
  background: #212d5b;
  width: 100%; }
  .m-social-connect .m-social-connect__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 auto 30px auto;
    max-width: 500px;
    max-width: 50rem;
    text-align: center;
    font-family: "Noto", serif;
    display: block;
    color: #FFFFFF; }
  .m-social-connect .m-social-connect__sections {
    max-width: 700px;
    max-width: 70rem;
    margin: 0 auto; }
  .m-social-connect .m-social-connect__section {
    border-right: 1px solid #707685;
    text-align: center; }
    .m-social-connect .m-social-connect__section.last {
      border-right: none; }
  .m-social-connect .m-social-connect__action-container {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  .m-social-connect .m-social-connect__action {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 18px;
    padding: 1rem 1.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border: none;
    -webkit-font-smoothing: antialiased;
    color: #FFFFFF;
    background: #2c3b78;
    position: relative;
    padding: 12px 28px;
    padding: 1.2rem 2.8rem;
    text-transform: uppercase; }
    .m-social-connect .m-social-connect__action:hover:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      background-color: rgba(255, 255, 255, 0.15); }
  .m-social-connect .m-social-connect__info {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 260px;
    max-width: 26rem;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    color: #b9c3db;
    display: block; }

.m-social-link {
  padding: 30px;
  padding: 3rem;
  background: #212d5b;
  width: 100%; }
  .m-social-link .m-social-link__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem;
    max-width: 550px;
    max-width: 55rem;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    font-weight: 700; }
  .m-social-link .m-social-link__error {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    max-width: 550px;
    max-width: 55rem; }
  .m-social-link .m-bump-form {
    max-width: 550px;
    max-width: 55rem; }

.m-dossier-header .m-dossier-header__title-container {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  display: table;
  width: 100%; }
  .m-dossier-header .m-dossier-header__title-container.withSocial {
    table-layout: fixed; }
    .m-dossier-header .m-dossier-header__title-container.withSocial .m-dossier-header__title {
      width: 65%; }
.m-dossier-header .m-dossier-header__title, .m-dossier-header .m-dossier-header__social {
  display: table-cell;
  vertical-align: middle; }
.m-dossier-header .m-dossier-header__title {
  font-size: 35px;
  font-size: 3.5rem;
  color: #454443;
  font-family: "Noto", serif;
  font-weight: 700;
  margin: 0;
  text-align: left; }
.m-dossier-header .m-dossier-header__social {
  text-align: right; }
.m-dossier-header .m-dossier-header__intro {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Noto", serif;
  font-weight: 400;
  color: #7f786d; }

.m-exchange-link {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: text-bottom;
  font-family: "Roboto", sans-serif;
  color: #2c3b78; }

.m-exchange-label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: text-bottom;
  font-family: "Roboto", sans-serif;
  color: #454443; }

.m-fb-like-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px; }

.m-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .m-embed-container iframe, .m-embed-container object, .m-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.m-search {
  zoom: 1;
  position: relative; }
  .m-search:before, .m-search:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-search:after {
    clear: both; }
  .m-search .m-search__box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 30px;
    height: 3rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem;
    border: 1px solid #e3d7c4;
    background: #fffaf4;
    color: #454443;
    text-align: left; }
    .m-search .m-search__box:before {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 30px;
      content: "\f002";
      color: #b5ada3;
      position: relative;
      z-index: 1;
      display: inline-block;
      height: 100%; }
  .m-search .m-search__box__input {
    padding-left: 30px;
    padding-left: 3rem;
    font-size: 15px;
    font-size: 1.5rem;
    background: #fffaf4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    .m-search .m-search__box__input::-webkit-input-placeholder {
      color: #b5ada3;
      font-style: "normal"; }
    .m-search .m-search__box__input::-moz-placeholder {
      color: #b5ada3;
      opacity: 1;
      font-style: "normal"; }
    .m-search .m-search__box__input:-ms-input-placeholder {
      color: #b5ada3;
      font-style: "normal"; }
  .m-search .m-search__submit {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    padding: 0rem 1rem;
    height: 30px;
    height: 3rem;
    background: #2c3b78;
    color: #fffaf3;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    float: right;
    margin-top: 10px;
    margin-top: 1rem; }
  .m-search .m-search__result__list {
    position: absolute;
    width: 100%;
    border: 1px solid #e3d7c4;
    border-top: 0;
    background: #fffaf4;
    z-index: 2; }
  .m-search .m-search__result__link {
    position: relative; }
    .m-search .m-search__result__link:after {
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 20px;
      line-height: 2rem;
      display: inline;
      content: "\f105";
      color: black;
      position: absolute;
      top: 50%;
      right: 10px;
      right: 1rem;
      margin-top: -10px;
      margin-top: -1rem; }
  .m-search .m-search__result__link {
    padding: 16px 20px 16px 18px;
    padding: 1.6rem 2rem 1.6rem 1.8rem;
    display: block;
    border-bottom: 1px solid #e3d7c4;
    color: #454443;
    font-size: 14px;
    font-size: 1.4rem; }
    .m-search .m-search__result__link:hover {
      background-color: #e3d7c4; }

.m-search--sidebar {
  zoom: 1;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .m-search--sidebar:before, .m-search--sidebar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .m-search--sidebar:after {
    clear: both; }
  .m-search--sidebar .m-search__box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 30px;
    height: 3rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem;
    border: 1px solid #e3d7c4;
    background: #fffaf4;
    color: #454443;
    text-align: left; }
    .m-search--sidebar .m-search__box:before {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 30px;
      content: "\f002";
      color: #b5ada3;
      position: relative;
      z-index: 1;
      display: inline-block;
      height: 100%; }
  .m-search--sidebar .m-search__box__input {
    padding-left: 30px;
    padding-left: 3rem;
    font-size: 15px;
    font-size: 1.5rem;
    background: #fffaf4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    .m-search--sidebar .m-search__box__input::-webkit-input-placeholder {
      color: #b5ada3;
      font-style: "normal"; }
    .m-search--sidebar .m-search__box__input::-moz-placeholder {
      color: #b5ada3;
      opacity: 1;
      font-style: "normal"; }
    .m-search--sidebar .m-search__box__input:-ms-input-placeholder {
      color: #b5ada3;
      font-style: "normal"; }
  .m-search--sidebar .m-search__submit {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    padding: 0rem 1rem;
    height: 30px;
    height: 3rem;
    background: #2c3b78;
    color: #fffaf3;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    float: right;
    margin-top: 10px;
    margin-top: 1rem; }
  .m-search--sidebar .m-search__result__list {
    position: absolute;
    width: 100%;
    border: 1px solid #e3d7c4;
    border-top: 0;
    background: #fffaf4;
    z-index: 2; }
  .m-search--sidebar .m-search__result__link {
    position: relative; }
    .m-search--sidebar .m-search__result__link:after {
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 20px;
      line-height: 2rem;
      display: inline;
      content: "\f105";
      color: black;
      position: absolute;
      top: 50%;
      right: 10px;
      right: 1rem;
      margin-top: -10px;
      margin-top: -1rem; }
  .m-search--sidebar .m-search__result__link {
    padding: 16px 20px 16px 18px;
    padding: 1.6rem 2rem 1.6rem 1.8rem;
    display: block;
    border-bottom: 1px solid #e3d7c4;
    color: #454443;
    font-size: 14px;
    font-size: 1.4rem; }
    .m-search--sidebar .m-search__result__link:hover {
      background-color: #e3d7c4; }
  .m-search--sidebar .m-search__box:before {
    color: #b5ada3; }
  .m-search--sidebar .m-search__box__input {
    background: #fef7ea; }
  .m-search--sidebar .m-search__result__list {
    background: #fef7ea; }

.m-faqpage-section {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  position: relative; }
  .m-faqpage-section .m-faqpage-section__list-container {
    display: none; }
  .m-faqpage-section .m-faqpage-section__list-container--top3 {
    display: block; }
  .m-faqpage-section .m-faqpage-section__header {
    display: table; }
  .m-faqpage-section .m-faqpage-section__header__image-container {
    display: table-cell;
    width: 120px; }
  .m-faqpage-section .m-faqpage-section__header__text {
    font-size: 14px;
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: top;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #59554e; }
  .m-faqpage-section .m-section-header--small {
    margin-top: 25px;
    margin-top: 2.5rem; }
  .m-faqpage-section .m-faqpage-section__list-item {
    border-bottom: 1px solid #e3d7c4;
    padding-bottom: 5px;
    padding-bottom: 0.5rem; }
    .m-faqpage-section .m-faqpage-section__list-item:last-child {
      border: none;
      padding: 0; }
  .m-faqpage-section .m-faqpage-section__list-item__link {
    font-size: 14px;
    font-size: 1.4rem;
    color: #59554e; }
    .m-faqpage-section .m-faqpage-section__list-item__link:hover {
      color: #8FA1CB; }
  .m-faqpage-section .m-faqpage-section__list-action {
    position: relative; }
  .m-faqpage-section .m-faqpage-section__list-action__button {
    display: inline-block;
    background: #fdf3e5;
    color: false;
    border: 1px solid #e3d7c4;
    border-top: none;
    text-align: center;
    width: 110px;
    width: 11rem;
    margin: auto;
    display: block;
    cursor: pointer;
    margin-top: 5px;
    margin-top: 0.5rem;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif; }
    .m-faqpage-section .m-faqpage-section__list-action__button:before {
      content: "";
      border-bottom: 1px solid #e3d7c4;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0; }
    .m-faqpage-section .m-faqpage-section__list-action__button:after {
      margin-left: 5px;
      margin-left: 0.5rem;
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 20px;
      line-height: 2rem;
      display: inline;
      content: "\f107";
      color: false; }
    .m-faqpage-section .m-faqpage-section__list-action__button.is-active:after {
      content: "\f106"; }

.is-active .m-faqpage-section.is-selected {
  z-index: 1; }
  .is-active .m-faqpage-section.is-selected .m-faqpage-section__list-container {
    display: block; }

.m-filterbox {
  position: relative;
  cursor: pointer; }
  .m-filterbox.hovered .m-filterbox__container {
    background: #faeede; }
  .m-filterbox.hovered .m-filterbox__menu {
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible; }
  .m-filterbox.top .m-filterbox__menu {
    bottom: 41px;
    bottom: 4.1rem; }
  .m-filterbox.bottom .m-filterbox__menu {
    top: 41px;
    top: 4.1rem; }
  .m-filterbox .m-filterbox__container {
    height: 40px;
    height: 4rem;
    line-height: 40px;
    line-height: 4rem;
    border: 1px solid #e3d7c4;
    background: #fffaf4; }
    .m-filterbox .m-filterbox__container:after {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 2;
      content: "\f107";
      color: #454443;
      position: absolute;
      right: 18px;
      top: 0; }
  .m-filterbox .m-filterbox__container__active {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    .m-filterbox .m-filterbox__container__active .m-filterbox__menu__item {
      background: none; }
  .m-filterbox .m-filterbox__menu {
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 10;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 1px solid #e3d7c4;
    width: 100%;
    height: auto; }
  .m-filterbox .m-filterbox__menu__item {
    height: 40px;
    height: 4rem;
    background: #fffaf4;
    border-bottom: 1px solid #e3d7c4; }
    .m-filterbox .m-filterbox__menu__item:last-of-type {
      border-bottom: none; }
  .m-filterbox .m-filterbox__menu__item__content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    padding: 0px 18px;
    padding: 0rem 1.8rem;
    font-family: "Roboto", sans-serif;
    color: #454443;
    display: block; }
  .m-filterbox .m-stars {
    margin-right: 10px;
    margin-right: 1rem; }

/*
** Search popular in search section
*/
.m-search-popular .m-search-popular__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  font-family: "Roboto", sans-serif;
  color: #b9c3db;
  font-weight: 400; }
.m-search-popular .m-search-popular__item {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  height: 40px;
  height: 4rem;
  padding: 0px 20px 0px 10px;
  padding: 0rem 2rem 0rem 1rem;
  display: block;
  color: #fffaf3;
  background: #2c3b78;
  position: relative; }
  .m-search-popular .m-search-popular__item:after {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    content: "\f105"; }

.m-search-popular--light .m-search-popular__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  font-family: "Roboto", sans-serif;
  color: #b9c3db;
  font-weight: 400; }
.m-search-popular--light .m-search-popular__item {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  height: 40px;
  height: 4rem;
  padding: 0px 20px 0px 10px;
  padding: 0rem 2rem 0rem 1rem;
  display: block;
  color: #fffaf3;
  background: #2c3b78;
  position: relative; }
  .m-search-popular--light .m-search-popular__item:after {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    content: "\f105"; }
.m-search-popular--light .m-search-popular__container {
  border: 1px solid #e3d7c4; }
.m-search-popular--light .m-search-popular__row {
  border-bottom: 1px solid #e3d7c4; }
  .m-search-popular--light .m-search-popular__row:last-of-type {
    border-bottom: none; }
.m-search-popular--light .m-search-popular__item {
  background: #fdf3e5;
  color: #454443;
  border-right: 1px solid #e3d7c4; }
  .m-search-popular--light .m-search-popular__item.last-in-row {
    border-right: none; }
  .m-search-popular--light .m-search-popular__item:after {
    color: #e3d7c4; }

.m-sortable:after {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #59554e; }
.m-sortable.asc:after {
  content: "\f0d8"; }
.m-sortable.desc:after {
  content: "\f0d7"; }

.m-sortable--right {
  float: right; }
  .m-sortable--right:after {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #59554e; }
  .m-sortable--right.asc:after {
    content: "\f0d8"; }
  .m-sortable--right.desc:after {
    content: "\f0d7"; }

.m-sortable--left {
  float: left; }
  .m-sortable--left:after {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #59554e; }
  .m-sortable--left.asc:after {
    content: "\f0d8"; }
  .m-sortable--left.desc:after {
    content: "\f0d7"; }

/*
** Search Suggestions
**
** Used at:
** - Search result page
*/
.m-search-suggestions .m-search-suggestions__label {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #84807c; }
.m-search-suggestions .m-search-suggestions__suggestion {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #2c3b78;
  text-decoration: underline; }

/**
 * Search form input
 *
 * Used at:
 * - Main navigation search
 * - Search results/solr page
 */
.m-searchform-input {
  display: table;
  width: 100%; }
  .m-searchform-input .m-searchform-input__field-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: auto; }
    .m-searchform-input .m-searchform-input__field-container:before {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      left: 10px;
      left: 1rem;
      color: #807c79;
      line-height: 40px;
      content: "\f002";
      position: absolute;
      z-index: 1; }
  .m-searchform-input .m-searchform-input__field {
    padding: 9px 10px 10px 36px;
    padding: 0.9rem 1rem 1rem 3.6rem;
    width: 100%;
    height: 40px;
    background: #e3d7c4;
    color: #454443;
    font-family: "Roboto", sans-serif; }
    .m-searchform-input .m-searchform-input__field::-ms-clear {
      display: none; }
  .m-searchform-input .m-searchform-input__button-container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 110px; }
  .m-searchform-input .m-searchform-input__button {
    height: 40px;
    width: 100%;
    background: #2c3b78;
    color: #fffaf3;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }

.l-content-teaser {
  overflow: hidden;
  background: #fdf3e5;
  border-bottom: 1px solid #e3d7c4;
  position: relative;
  width: 100%; }
  .l-content-teaser .l-content-teaser__breaking-news {
    width: 275px;
    height: 100%;
    display: table;
    vertical-align: middle; }
    .l-content-teaser .l-content-teaser__breaking-news .m-breaking-news__label {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0px 12px;
      padding: 0rem 1.2rem;
      height: 100%;
      line-height: 78px;
      display: table-cell; }
    .l-content-teaser .l-content-teaser__breaking-news .m-breaking-news__link {
      vertical-align: middle;
      line-height: 1;
      display: table-cell; }
    .l-content-teaser .l-content-teaser__breaking-news .m-breaking-news__title {
      font-size: 14px;
      font-size: 1.4rem;
      margin-left: 15px;
      margin-left: 1.5rem;
      margin-right: 0;
      font-family: "Roboto", sans-serif;
      width: 150px;
      max-height: 78px;
      white-space: normal;
      color: #ffffff;
      display: block;
      line-height: 1.3; }
  .l-content-teaser .l-content-teaser__section {
    display: table;
    width: 100px;
    height: 78px;
    position: absolute;
    top: 0;
    z-index: 5;
    border-right: 1px solid #e3d7c4; }
  .l-content-teaser .l-content-teaser__section--big {
    display: table;
    width: 100px;
    height: 78px;
    position: absolute;
    top: 0;
    z-index: 5;
    border-right: 1px solid #e3d7c4;
    width: 375px; }
  .l-content-teaser .l-content-teaser__recent {
    height: 78px;
    width: 95px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background-color: #fdf3e5; }
  .l-content-teaser .l-content-teaser__recent__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #59554e;
    line-height: 78px;
    text-transform: uppercase;
    font-weight: bold; }
  .l-content-teaser .l-content-teaser__loading {
    color: transparent;
    font-size: 0;
    height: 78px;
    background: url("../img/loading.gif") no-repeat center center; }
  .l-content-teaser .l-content-teaser__article-wrapper {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 78px;
    margin-left: 99px;
    font-size: 0; }
  .l-content-teaser .l-content-teaser__article-wrapper--small {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 78px;
    margin-left: 99px;
    font-size: 0;
    margin-left: 374px;
    position: relative;
    height: 78px; }
  .l-content-teaser .l-content-teaser__nav {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 39px;
    vertical-align: middle; }
  .l-content-teaser .l-content-teaser__nav__wrapper {
    width: 39px;
    height: 39px; }
  .l-content-teaser .l-content-teaser__nav {
    display: inline-block;
    width: 39px;
    vertical-align: middle; }

.l-main-container {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  padding-right: 40px;
  padding-right: 4rem;
  max-width: 1425px;
  max-width: 142.5rem;
  padding-right: 40px;
  padding-right: 4rem; }
  .l-main-container .l-main-container__section--island {
    margin: 10px 0px;
    margin: 1rem 0rem;
    border: 1px solid #E6D7C4; }
  .l-main-container .l-main-container__section {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem; }
  .l-main-container .l-main-container__section--boxed {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container .l-main-container__section--boxed:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container .l-main-container__section--boxed .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container .l-main-container__section--boxed .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container .l-main-container__section--boxed:after {
      border-color: #fef7ea transparent transparent #b5aea3; }
  .l-main-container .l-main-container__section--boxed-breaking {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container .l-main-container__section--boxed-breaking:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container .l-main-container__section--boxed-breaking .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container .l-main-container__section--boxed-breaking .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container .l-main-container__section--boxed-breaking:after {
      border-color: #fef7ea transparent transparent #c43d3b; }
    .l-main-container .l-main-container__section--boxed-breaking:before {
      content: "";
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      position: absolute;
      height: 5px;
      background: #CF6863; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container {
      padding-left: 40px;
      padding-left: 4rem; } }
  body.mobile .l-main-container {
    padding-left: 40px;
    padding-left: 4rem; }
  body.non-responsive .l-main-container {
    padding-left: 40px;
    padding-left: 4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container {
      padding-left: 40px;
      padding-left: 4rem; } }

.l-main-container--homepage {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  padding-right: 40px;
  padding-right: 4rem;
  max-width: 1545px;
  max-width: 154.5rem;
  padding-top: 20px;
  padding-top: 2rem; }
  .l-main-container--homepage .l-main-container__section--island {
    margin: 10px 0px;
    margin: 1rem 0rem;
    border: 1px solid #E6D7C4; }
  .l-main-container--homepage .l-main-container__section {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem; }
  .l-main-container--homepage .l-main-container__section--boxed {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container--homepage .l-main-container__section--boxed:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container--homepage .l-main-container__section--boxed .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container--homepage .l-main-container__section--boxed .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container--homepage .l-main-container__section--boxed:after {
      border-color: #fef7ea transparent transparent #b5aea3; }
  .l-main-container--homepage .l-main-container__section--boxed-breaking {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container--homepage .l-main-container__section--boxed-breaking:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container--homepage .l-main-container__section--boxed-breaking .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container--homepage .l-main-container__section--boxed-breaking .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container--homepage .l-main-container__section--boxed-breaking:after {
      border-color: #fef7ea transparent transparent #c43d3b; }
    .l-main-container--homepage .l-main-container__section--boxed-breaking:before {
      content: "";
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      position: absolute;
      height: 5px;
      background: #CF6863; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container--homepage {
      padding-left: 40px;
      padding-left: 4rem; } }
  body.mobile .l-main-container--homepage {
    padding-left: 40px;
    padding-left: 4rem; }
  body.non-responsive .l-main-container--homepage {
    padding-left: 40px;
    padding-left: 4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container--homepage {
      padding-left: 40px;
      padding-left: 4rem; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container--homepage {
      padding-right: 390px;
      padding-right: 39rem; } }
  .l-main-container--homepage .m-breaking-news {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-main-container--homepage .homepage-slider-viewport {
    position: relative;
    height: 350px;
    overflow: hidden; }
    @media only screen and (max-width: 979px) {
      body.immobile .l-main-container--homepage .homepage-slider-viewport {
        height: 710px !important; } }
    @media only screen and (max-width: 979px) {
      body.mobile .l-main-container--homepage .homepage-slider-viewport {
        height: 710px !important; } }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-main-container--homepage .homepage-slider-viewport {
        height: 710px !important; } }
    .l-main-container--homepage .homepage-slider-viewport.tool, .l-main-container--homepage .homepage-slider-viewport.contract {
      max-height: 160px; }
    .l-main-container--homepage .homepage-slider-viewport.homepage-slider-viewport-main {
      height: 530px; }
      @media only screen and (max-width: 979px) {
        body.immobile .l-main-container--homepage .homepage-slider-viewport.homepage-slider-viewport-main {
          height: 710px; } }
      @media only screen and (max-width: 979px) {
        body.mobile .l-main-container--homepage .homepage-slider-viewport.homepage-slider-viewport-main {
          height: 710px; } }
      @media only screen and (min-width: 1120px) and (max-width: 1279px) {
        body.immobile .l-main-container--homepage .homepage-slider-viewport.homepage-slider-viewport-main {
          height: 710px; } }
    .l-main-container--homepage .homepage-slider-viewport .homepage-slider-container {
      position: absolute;
      width: 100%;
      height: 100%; }
      .l-main-container--homepage .homepage-slider-viewport .homepage-slider-container > [data-ajax-panel] {
        width: 100%;
        position: absolute; }
    .l-main-container--homepage .homepage-slider-viewport .m-media-teaser--small, .l-main-container--homepage .homepage-slider-viewport .m-media-teaser--finance {
      height: 170px;
      height: 17rem; }
  .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__name, .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__price, .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__percentage--equal, .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__percentage--negative, .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__percentage--positive {
    padding: 0 !important; }
    .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__name a, .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__price a, .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__percentage--equal a, .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__percentage--negative a, .l-main-container--homepage .l-main-container__barometer .l-markten-live__koers-lijst__percentage--positive a {
      padding: 6px 5px !important; }

.l-main-container--sabato {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  padding-right: 40px;
  padding-right: 4rem;
  max-width: 1545px;
  max-width: 154.5rem;
  background-color: white;
  padding-top: 30px;
  padding-top: 3rem; }
  .l-main-container--sabato .l-main-container__section--island {
    margin: 10px 0px;
    margin: 1rem 0rem;
    border: 1px solid #E6D7C4; }
  .l-main-container--sabato .l-main-container__section {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem; }
  .l-main-container--sabato .l-main-container__section--boxed {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container--sabato .l-main-container__section--boxed:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container--sabato .l-main-container__section--boxed .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container--sabato .l-main-container__section--boxed .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container--sabato .l-main-container__section--boxed:after {
      border-color: #fef7ea transparent transparent #b5aea3; }
  .l-main-container--sabato .l-main-container__section--boxed-breaking {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container--sabato .l-main-container__section--boxed-breaking:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container--sabato .l-main-container__section--boxed-breaking .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container--sabato .l-main-container__section--boxed-breaking .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container--sabato .l-main-container__section--boxed-breaking:after {
      border-color: #fef7ea transparent transparent #c43d3b; }
    .l-main-container--sabato .l-main-container__section--boxed-breaking:before {
      content: "";
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      position: absolute;
      height: 5px;
      background: #CF6863; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container--sabato {
      padding-left: 40px;
      padding-left: 4rem; } }
  body.mobile .l-main-container--sabato {
    padding-left: 40px;
    padding-left: 4rem; }
  body.non-responsive .l-main-container--sabato {
    padding-left: 40px;
    padding-left: 4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container--sabato {
      padding-left: 40px;
      padding-left: 4rem; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container--sabato {
      padding-right: 390px;
      padding-right: 39rem; } }
  .l-main-container--sabato .l-footer {
    background-color: white; }

/*
** Transform mixin to silent placeholder when libsass supports extend
*/
.l-main-container-article {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  padding-right: 40px;
  padding-right: 4rem;
  max-width: 1425px;
  max-width: 142.5rem;
  padding-right: 40px;
  padding-right: 4rem;
  position: relative;
  padding-top: 40px;
  margin-right: 40px;
  /*
  ** Begin l-main-container-article
  */
  /*
  ** End l-main-container-article
  */ }
  .l-main-container-article .l-main-container__section--island {
    margin: 10px 0px;
    margin: 1rem 0rem;
    border: 1px solid #E6D7C4; }
  .l-main-container-article .l-main-container__section {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem; }
  .l-main-container-article .l-main-container__section--boxed {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container-article .l-main-container__section--boxed:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container-article .l-main-container__section--boxed .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container-article .l-main-container__section--boxed .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container-article .l-main-container__section--boxed:after {
      border-color: #fef7ea transparent transparent #b5aea3; }
  .l-main-container-article .l-main-container__section--boxed-breaking {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container-article .l-main-container__section--boxed-breaking:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container-article .l-main-container__section--boxed-breaking .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container-article .l-main-container__section--boxed-breaking .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container-article .l-main-container__section--boxed-breaking:after {
      border-color: #fef7ea transparent transparent #c43d3b; }
    .l-main-container-article .l-main-container__section--boxed-breaking:before {
      content: "";
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      position: absolute;
      height: 5px;
      background: #CF6863; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article {
      padding-left: 40px;
      padding-left: 4rem; } }
  body.mobile .l-main-container-article {
    padding-left: 40px;
    padding-left: 4rem; }
  body.non-responsive .l-main-container-article {
    padding-left: 40px;
    padding-left: 4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container-article {
      padding-left: 40px;
      padding-left: 4rem; } }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article .l-main-container-article__sidebar-section {
      display: block;
      max-width: 400px;
      margin: 40px auto !important; } }
  body.mobile .l-main-container-article .l-main-container-article__sidebar-section {
    display: block;
    max-width: 400px;
    margin: 40px auto !important; }
  body.non-responsive .l-main-container-article .l-main-container-article__sidebar-section {
    display: block;
    max-width: 400px;
    margin: 40px auto !important; }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .l-main-container-article .l-main-container-article__sidebar-section {
      display: block;
      max-width: 400px;
      margin: 40px auto !important; } }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article .m-eshop {
      border: none; } }
  body.mobile .l-main-container-article .m-eshop {
    border: none; }
  body.non-responsive .l-main-container-article .m-eshop {
    border: none; }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .l-main-container-article .m-eshop {
      border: none; } }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article .m-eshop__content, body.immobile .l-main-container-article .m-investoradvice-report__content {
      border-right: 1px solid #e3d7c4;
      border-left: 1px solid #e3d7c4; } }
  body.mobile .l-main-container-article .m-eshop__content, body.mobile .l-main-container-article .m-investoradvice-report__content {
    border-right: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  body.non-responsive .l-main-container-article .m-eshop__content, body.non-responsive .l-main-container-article .m-investoradvice-report__content {
    border-right: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .l-main-container-article .m-eshop__content, body.immobile .l-main-container-article .m-investoradvice-report__content {
      border-right: 1px solid #e3d7c4;
      border-left: 1px solid #e3d7c4; } }
  .l-main-container-article .l-main-container-article-container {
    display: block; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article-container {
        display: table;
        width: 100%; } }
  .l-main-container-article .l-main-container-article__container {
    position: relative; }
    .l-main-container-article .l-main-container-article__container p, .l-main-container-article .l-main-container-article__container strong, .l-main-container-article .l-main-container-article__container small, .l-main-container-article .l-main-container-article__container i, .l-main-container-article .l-main-container-article__container b, .l-main-container-article .l-main-container-article__container h1, .l-main-container-article .l-main-container-article__container h2, .l-main-container-article .l-main-container-article__container h3, .l-main-container-article .l-main-container-article__container h4, .l-main-container-article .l-main-container-article__container h5, .l-main-container-article .l-main-container-article__container h6 {
      color: #454443; }
      .l-main-container-article .l-main-container-article__container p.m-share__count__number, .l-main-container-article .l-main-container-article__container strong.m-share__count__number, .l-main-container-article .l-main-container-article__container small.m-share__count__number, .l-main-container-article .l-main-container-article__container i.m-share__count__number, .l-main-container-article .l-main-container-article__container b.m-share__count__number, .l-main-container-article .l-main-container-article__container h1.m-share__count__number, .l-main-container-article .l-main-container-article__container h2.m-share__count__number, .l-main-container-article .l-main-container-article__container h3.m-share__count__number, .l-main-container-article .l-main-container-article__container h4.m-share__count__number, .l-main-container-article .l-main-container-article__container h5.m-share__count__number, .l-main-container-article .l-main-container-article__container h6.m-share__count__number {
        color: #c2b6a4; }
      body.subsite-sas .l-main-container-article .l-main-container-article__container p, body.subsite-sas .l-main-container-article .l-main-container-article__container strong, body.subsite-sas .l-main-container-article .l-main-container-article__container small, body.subsite-sas .l-main-container-article .l-main-container-article__container i, body.subsite-sas .l-main-container-article .l-main-container-article__container b, body.subsite-sas .l-main-container-article .l-main-container-article__container h1, body.subsite-sas .l-main-container-article .l-main-container-article__container h2, body.subsite-sas .l-main-container-article .l-main-container-article__container h3, body.subsite-sas .l-main-container-article .l-main-container-article__container h4, body.subsite-sas .l-main-container-article .l-main-container-article__container h5, body.subsite-sas .l-main-container-article .l-main-container-article__container h6 {
        font-family: "Verdana", sans; }
    .l-main-container-article .l-main-container-article__container p {
      margin: 0 0 30px;
      line-height: 26px; }
      .l-main-container-article .l-main-container-article__container p.m-share__count__number, .l-main-container-article .l-main-container-article__container p.m-investoradvice-report__info {
        margin: 0;
        line-height: normal; }
      .l-main-container-article .l-main-container-article__container p.m-eshop__content__info__inro {
        line-height: 20px;
        line-height: 2rem;
        margin: 0px 0px 5px 0px;
        margin: 0rem 0rem 0.5rem 0rem; }
    .l-main-container-article .l-main-container-article__container h4 {
      font-size: 20px;
      font-size: 2rem;
      margin: 0 0 10px; }
      body.subsite-sabato .l-main-container-article .l-main-container-article__container h4 {
        font-size: 24px;
        font-size: 2.4rem;
        text-transform: uppercase;
        font-family: "Playfair Display SC", serif;
        font-weight: 700;
        color: #434343; }
      body.subsite-sas .l-main-container-article .l-main-container-article__container h4 {
        font-family: "Verdana", sans;
        font-weight: 400;
        color: #69a7ca; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body h2 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 28px; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body h3 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 25px; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body h4 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 22px; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body h5 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 19px; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body h6 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 16px; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body ul li, .l-main-container-article .l-main-container-article__container .l-main-container-article__body ol li {
      line-height: 24px;
      color: #454443;
      margin-bottom: 15px;
      margin-bottom: 1.5rem; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body ul li {
      padding-left: 1em;
      text-indent: -0.7em; }
      .l-main-container-article .l-main-container-article__container .l-main-container-article__body ul li:before {
        content: "• ";
        font-size: 22px;
        vertical-align: middle;
        color: #b5ada3; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body ol li {
      list-style-type: decimal; }
    .l-main-container-article .l-main-container-article__container .l-main-container-article__body > img, .l-main-container-article .l-main-container-article__container .l-main-container-article__body p > img {
      width: 100%;
      max-width: 774px; }
  .l-main-container-article .l-main-container-article__header {
    zoom: 1;
    margin-bottom: 30px; }
    .l-main-container-article .l-main-container-article__header:before, .l-main-container-article .l-main-container-article__header:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .l-main-container-article .l-main-container-article__header:after {
      clear: both; }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .l-main-container-article .l-main-container-article__title-container {
      margin: 0px 0px 20px 0px;
      margin: 0rem 0rem 2rem 0rem;
      border-bottom: 1px solid #000000; } }
  .l-main-container-article .l-main-container-article__title {
    font-family: "Noto", serif;
    color: #454443;
    margin-bottom: 10px; }
    body.subsite-sabato .l-main-container-article .l-main-container-article__title {
      font-size: 58px;
      font-size: 5.8rem;
      font-family: "Playfair Display", serif;
      font-weight: 400; }
    body.subsite-sas .l-main-container-article .l-main-container-article__title {
      font-size: 35px;
      font-size: 3.5rem;
      padding: 0px 0px 10px 0px;
      padding: 0rem 0rem 1rem 0rem;
      font-family: "Verdana", sans;
      color: #625f5c;
      font-weight: 400;
      border-bottom: 1px solid #e3d7c4; }
    .l-main-container-article .l-main-container-article__title.l-main-container-article__title--underline {
      padding-bottom: 10px;
      padding-bottom: 1rem;
      border-bottom: 1px solid #e3d7c4; }
  .l-main-container-article .m-exchange-link, .l-main-container-article .m-exchange-label {
    float: right;
    line-height: 54px; }
  .l-main-container-article .l-main-container-article__subtitle {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #c2b6a4; }
    body.subsite-sas .l-main-container-article .l-main-container-article__subtitle {
      font-size: 26px;
      font-size: 2.6rem;
      font-family: "Verdana", sans; }
  .l-main-container-article .l-main-container-article__breadcrumb {
    text-align: left;
    float: left; }
  .l-main-container-article .l-main-container-article__actions {
    text-align: right;
    float: right; }
  .l-main-container-article .l-main-container-article__actions__share {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .l-main-container-article .l-main-container-article__intro {
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: bold;
    margin: 0 0 30px;
    color: #454443; }
    body.subsite-sas .l-main-container-article .l-main-container-article__intro {
      font-size: 17px;
      font-size: 1.7rem;
      font-family: "Verdana", sans; }
  .l-main-container-article .l-main-container-article__paragraph {
    margin: 0 0 40px; }
  .l-main-container-article .l-main-container-article__paragraph:first-child {
    margin: 0 0 25px 0; }
  .l-main-container-article .l-main-container-article__article {
    position: relative;
    padding-right: 0; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article__article {
        display: table-cell;
        vertical-align: top; } }
    .l-main-container-article .l-main-container-article__article .interview-question {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 0px 0px 30px 0px;
      margin: 0rem 0rem 3rem 0rem;
      font-family: "Noto", serif;
      font-weight: 700;
      color: #454443;
      display: block; }
      .l-main-container-article .l-main-container-article__article .interview-question:before {
        font-size: 16px;
        font-size: 1.6rem;
        vertical-align: middle;
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        margin: 0px 10px 0px 0px;
        margin: 0rem 1rem 0rem 0rem;
        content: '\f10d';
        color: #b5ada3;
        display: inline-block; }
    body.subsite-sas .l-main-container-article .l-main-container-article__article .dropcap:first-letter {
      font-size: 67px;
      font-size: 6.7rem;
      margin: 0px 5px 0px 0px;
      margin: 0rem 0.5rem 0rem 0rem;
      line-height: 44px;
      font-family: "Verdana", sans;
      color: #69a7ca;
      float: left; }
  .l-main-container-article .l-main-container-article__sidebar {
    width: 100%; }
    .l-main-container-article .l-main-container-article__sidebar .m-eshop {
      border: none; }
    .l-main-container-article .l-main-container-article__sidebar .m-eshop__content__info__price-container {
      text-align: left;
      margin-right: 0; }
    .l-main-container-article .l-main-container-article__sidebar .m-eshop__content__info__submit-container {
      text-align: right; }
    .l-main-container-article .l-main-container-article__sidebar .l-faqpage__contact__paragraph {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      line-height: 1;
      color: #84807c; }
  .l-main-container-article .l-main-container-article__container__table {
    width: 100%; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article__container__table {
        display: table;
        table-layout: fixed; } }
    .non-responsive .l-main-container-article .l-main-container-article__container__table {
      margin-bottom: 40px; }
  .l-main-container-article .l-main-container-article__sidebar-to-the-right {
    width: 100%; }
    .l-main-container-article .l-main-container-article__sidebar-to-the-right .m-eshop {
      border: none; }
    .l-main-container-article .l-main-container-article__sidebar-to-the-right .m-eshop__content__info__price-container {
      text-align: left;
      margin-right: 0; }
    .l-main-container-article .l-main-container-article__sidebar-to-the-right .m-eshop__content__info__submit-container {
      text-align: right; }
    .l-main-container-article .l-main-container-article__sidebar-to-the-right .l-faqpage__contact__paragraph {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      line-height: 1;
      color: #84807c; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article__sidebar-to-the-right {
        display: table-cell;
        width: 340px;
        padding-left: 40px;
        vertical-align: top; } }
    @media only screen and (max-width: 1119px) {
      body.immobile .l-main-container-article .l-main-container-article__sidebar-to-the-right {
        display: none; } }
    body.mobile .l-main-container-article .l-main-container-article__sidebar-to-the-right {
      display: none; }
    body.non-responsive .l-main-container-article .l-main-container-article__sidebar-to-the-right {
      display: none; }
  .l-main-container-article .l-main-container-article__sidebar-inline {
    width: 100%; }
    .l-main-container-article .l-main-container-article__sidebar-inline .m-eshop {
      border: none; }
    .l-main-container-article .l-main-container-article__sidebar-inline .m-eshop__content__info__price-container {
      text-align: left;
      margin-right: 0; }
    .l-main-container-article .l-main-container-article__sidebar-inline .m-eshop__content__info__submit-container {
      text-align: right; }
    .l-main-container-article .l-main-container-article__sidebar-inline .l-faqpage__contact__paragraph {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      line-height: 1;
      color: #84807c; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article__sidebar-inline {
        display: none; } }
  .l-main-container-article .l-main-container-article__advertisement {
    position: absolute;
    left: 100000px;
    text-align: center; }
    .l-main-container-article .l-main-container-article__advertisement .m-ad:last-child .js-dfpAdPosSR {
      margin: 0; }
    .l-main-container-article .l-main-container-article__advertisement.js-bottom-ads {
      padding: 20px 0; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article__advertisement .js-dfpAdPosSR {
        margin: 0 0 20px; } }
    @media only screen and (max-width: 1119px) {
      body.immobile.subsite-sabato .l-main-container-article .l-main-container-article__advertisement .js-dfpAdPosSR {
        margin: 0 0 40px; } }
    body.mobile.subsite-sabato .l-main-container-article .l-main-container-article__advertisement .js-dfpAdPosSR {
      margin: 0 0 40px; }
    body.non-responsive.subsite-sabato .l-main-container-article .l-main-container-article__advertisement .js-dfpAdPosSR {
      margin: 0 0 40px; }
    @media only screen and (min-width: 1120px) {
      body.immobile.subsite-sabato .l-main-container-article .l-main-container-article__advertisement .js-dfpAdPosSR {
        margin: 0 0 20px; } }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article__advertisement {
        text-align: left; } }
  .l-main-container-article .l-main-container-article__advertisement__placeholder {
    margin: 0 0 40px;
    max-width: 300px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article__advertisement__placeholder.js-bottom-ads-placeholder {
        margin-top: 250px; } }
  .l-main-container-article .l-main-container-article__tags {
    text-align: left;
    vertical-align: bottom;
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid #e3d7c4;
    border-bottom: 1px solid #e3d7c4; }
    body.subsite-sabato .l-main-container-article .l-main-container-article__tags {
      border-top: 1px solid #000000;
      border-bottom: none; }
    .l-main-container-article .l-main-container-article__tags.heading {
      margin: 0px 0px 10px 0px;
      margin: 0rem 0rem 1rem 0rem;
      border: none;
      padding: 0; }
  .l-main-container-article .l-main-container-article__react {
    text-align: right;
    vertical-align: bottom; }
  .l-main-container-article .l-main-container-article__share-container {
    padding-bottom: 20px; }
    body.subsite-sabato .l-main-container-article .l-main-container-article__share-container {
      border-bottom: 1px solid #000000; }
    @media only screen and (min-width: 1120px) {
      body.immobile.subsite-sabato .l-main-container-article .l-main-container-article__share-container {
        border-bottom: none; } }
    body.subsite-sas .l-main-container-article .l-main-container-article__share-container {
      padding-top: 20px;
      padding-bottom: 0;
      border-top: 1px solid #e3d7c4;
      border-bottom: none; }
    body.subsite-sas .l-main-container-article .l-main-container-article__share-container .m-share--big {
      float: right; }
  .l-main-container-article .l-main-container-article__read-more {
    margin: 0 auto 40px;
    max-width: 400px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article .l-main-container-article__read-more {
        margin: 0 0 40px;
        max-width: none; } }
  .l-main-container-article .l-main-container-article__contract__link, .l-main-container-article .l-main-container-article__tool__link {
    display: block;
    text-decoration: none; }
  .l-main-container-article .l-main-container-article__tool {
    padding: 0px 20px 0px 0px;
    padding: 0rem 2rem 0rem 0rem;
    border-right: 1px solid #e3d7c4; }
  .l-main-container-article .l-main-container-article__contract {
    padding: 0px 0px 0px 20px;
    padding: 0rem 0rem 0rem 2rem; }
  .l-main-container-article .l-main-container-article__contract__title, .l-main-container-article .l-main-container-article__tool__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem;
    display: block;
    font-family: "Roboto", sans-serif;
    color: #05A7D9;
    font-weight: 700;
    text-transform: uppercase; }
    .l-main-container-article .l-main-container-article__contract__title:hover, .l-main-container-article .l-main-container-article__tool__title:hover {
      color: #0073AB; }
  .l-main-container-article .l-main-container-article__body-container {
    margin: 0px 30px;
    margin: 0rem 3rem;
    position: relative;
    top: -75px; }
  .l-main-container-article .l-main-container-article__body-container__background {
    padding: 20px 30px;
    padding: 2rem 3rem;
    background: #fef7ea; }
  body .l-main-container-article .l-main-container-article__sidebar-section {
    margin-bottom: 40px; }
  .l-main-container-article p a {
    text-decoration: underline; }
    body.subsite-finance .l-main-container-article p a {
      color: #0073AB; }
      body.subsite-finance .l-main-container-article p a:hover {
        color: #05A7D9; }
  .l-main-container-article .m-tool-teaser, .l-main-container-article .m-contract-teaser {
    padding: 0px 0px 15px 0px;
    padding: 0rem 0rem 1.5rem 0rem;
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem 1.5rem 0rem;
    border-bottom: 1px solid #e3d7c4; }
    .l-main-container-article .m-tool-teaser:last-child, .l-main-container-article .m-contract-teaser:last-child {
      border-bottom: none;
      margin: 0;
      padding: 0; }
  .l-main-container-article .m-tool-teaser__subtitle, .l-main-container-article .m-contract-teaser__subtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .l-main-container-article .inassetvideo {
    display: none; }
  .l-main-container-article .m-article-source, .l-main-container-article .m-article-source--right {
    margin: 0px 0px 8px 0px;
    margin: 0rem 0rem 0.8rem 0rem; }
  .l-main-container-article .l-main-container--fiche__main-info {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 10px 0px;
    padding: 1rem 0rem;
    line-height: 40px; }
  .l-main-container-article .l-grid__row--inverted-flip {
    margin-left: -40px !important; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container-article .l-grid__row--flip {
      padding-left: 40px !important; } }
  .l-main-container-article .l-grid__item--flip {
    padding-left: 40px !important; }

.l-main-container-article--zen {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  padding-right: 40px;
  padding-right: 4rem;
  max-width: 1425px;
  max-width: 142.5rem;
  padding-right: 40px;
  padding-right: 4rem;
  position: relative;
  padding-top: 40px;
  margin-right: 40px;
  /*
  ** Begin l-main-container-article
  */
  /*
  ** End l-main-container-article
  */ }
  .l-main-container-article--zen .l-main-container__section--island {
    margin: 10px 0px;
    margin: 1rem 0rem;
    border: 1px solid #E6D7C4; }
  .l-main-container-article--zen .l-main-container__section {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem; }
  .l-main-container-article--zen .l-main-container__section--boxed {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container-article--zen .l-main-container__section--boxed:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container-article--zen .l-main-container__section--boxed .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container-article--zen .l-main-container__section--boxed .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container-article--zen .l-main-container__section--boxed:after {
      border-color: #fef7ea transparent transparent #b5aea3; }
  .l-main-container-article--zen .l-main-container__section--boxed-breaking {
    margin: 0px 0px 28px 0px;
    margin: 0rem 0rem 2.8rem 0rem;
    padding: 15px;
    padding: 1.5rem;
    background: #EFE8DC;
    position: relative; }
    .l-main-container-article--zen .l-main-container__section--boxed-breaking:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 30px; }
    .l-main-container-article--zen .l-main-container__section--boxed-breaking .m-section-header {
      margin: 0px 0px 15px 0px;
      margin: 0rem 0rem 1.5rem 0rem;
      background: none; }
    .l-main-container-article--zen .l-main-container__section--boxed-breaking .m-section-header__title {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Noto", serif;
      text-transform: none;
      background: none; }
    .l-main-container-article--zen .l-main-container__section--boxed-breaking:after {
      border-color: #fef7ea transparent transparent #c43d3b; }
    .l-main-container-article--zen .l-main-container__section--boxed-breaking:before {
      content: "";
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      position: absolute;
      height: 5px;
      background: #CF6863; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article--zen {
      padding-left: 40px;
      padding-left: 4rem; } }
  body.mobile .l-main-container-article--zen {
    padding-left: 40px;
    padding-left: 4rem; }
  body.non-responsive .l-main-container-article--zen {
    padding-left: 40px;
    padding-left: 4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container-article--zen {
      padding-left: 40px;
      padding-left: 4rem; } }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article--zen .l-main-container-article__sidebar-section {
      display: block;
      max-width: 400px;
      margin: 40px auto !important; } }
  body.mobile .l-main-container-article--zen .l-main-container-article__sidebar-section {
    display: block;
    max-width: 400px;
    margin: 40px auto !important; }
  body.non-responsive .l-main-container-article--zen .l-main-container-article__sidebar-section {
    display: block;
    max-width: 400px;
    margin: 40px auto !important; }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .l-main-container-article--zen .l-main-container-article__sidebar-section {
      display: block;
      max-width: 400px;
      margin: 40px auto !important; } }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article--zen .m-eshop {
      border: none; } }
  body.mobile .l-main-container-article--zen .m-eshop {
    border: none; }
  body.non-responsive .l-main-container-article--zen .m-eshop {
    border: none; }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .l-main-container-article--zen .m-eshop {
      border: none; } }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article--zen .m-eshop__content, body.immobile .l-main-container-article--zen .m-investoradvice-report__content {
      border-right: 1px solid #e3d7c4;
      border-left: 1px solid #e3d7c4; } }
  body.mobile .l-main-container-article--zen .m-eshop__content, body.mobile .l-main-container-article--zen .m-investoradvice-report__content {
    border-right: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  body.non-responsive .l-main-container-article--zen .m-eshop__content, body.non-responsive .l-main-container-article--zen .m-investoradvice-report__content {
    border-right: 1px solid #e3d7c4;
    border-left: 1px solid #e3d7c4; }
  @media only screen and (min-width: 1120px) and (max-width: 1279px) {
    body.immobile .l-main-container-article--zen .m-eshop__content, body.immobile .l-main-container-article--zen .m-investoradvice-report__content {
      border-right: 1px solid #e3d7c4;
      border-left: 1px solid #e3d7c4; } }
  .l-main-container-article--zen .l-main-container-article-container {
    display: block; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article-container {
        display: table;
        width: 100%; } }
  .l-main-container-article--zen .l-main-container-article__container {
    position: relative; }
    .l-main-container-article--zen .l-main-container-article__container p, .l-main-container-article--zen .l-main-container-article__container strong, .l-main-container-article--zen .l-main-container-article__container small, .l-main-container-article--zen .l-main-container-article__container i, .l-main-container-article--zen .l-main-container-article__container b, .l-main-container-article--zen .l-main-container-article__container h1, .l-main-container-article--zen .l-main-container-article__container h2, .l-main-container-article--zen .l-main-container-article__container h3, .l-main-container-article--zen .l-main-container-article__container h4, .l-main-container-article--zen .l-main-container-article__container h5, .l-main-container-article--zen .l-main-container-article__container h6 {
      color: #454443; }
      .l-main-container-article--zen .l-main-container-article__container p.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container strong.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container small.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container i.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container b.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container h1.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container h2.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container h3.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container h4.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container h5.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container h6.m-share__count__number {
        color: #c2b6a4; }
      body.subsite-sas .l-main-container-article--zen .l-main-container-article__container p, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container strong, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container small, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container i, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container b, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container h1, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container h2, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container h3, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container h4, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container h5, body.subsite-sas .l-main-container-article--zen .l-main-container-article__container h6 {
        font-family: "Verdana", sans; }
    .l-main-container-article--zen .l-main-container-article__container p {
      margin: 0 0 30px;
      line-height: 26px; }
      .l-main-container-article--zen .l-main-container-article__container p.m-share__count__number, .l-main-container-article--zen .l-main-container-article__container p.m-investoradvice-report__info {
        margin: 0;
        line-height: normal; }
      .l-main-container-article--zen .l-main-container-article__container p.m-eshop__content__info__inro {
        line-height: 20px;
        line-height: 2rem;
        margin: 0px 0px 5px 0px;
        margin: 0rem 0rem 0.5rem 0rem; }
    .l-main-container-article--zen .l-main-container-article__container h4 {
      font-size: 20px;
      font-size: 2rem;
      margin: 0 0 10px; }
      body.subsite-sabato .l-main-container-article--zen .l-main-container-article__container h4 {
        font-size: 24px;
        font-size: 2.4rem;
        text-transform: uppercase;
        font-family: "Playfair Display SC", serif;
        font-weight: 700;
        color: #434343; }
      body.subsite-sas .l-main-container-article--zen .l-main-container-article__container h4 {
        font-family: "Verdana", sans;
        font-weight: 400;
        color: #69a7ca; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body h2 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 28px; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body h3 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 25px; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body h4 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 22px; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body h5 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 19px; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body h6 {
      font-family: "Noto", serif;
      font-weight: 700;
      line-height: initial;
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-size: 16px; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body ul li, .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body ol li {
      line-height: 24px;
      color: #454443;
      margin-bottom: 15px;
      margin-bottom: 1.5rem; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body ul li {
      padding-left: 1em;
      text-indent: -0.7em; }
      .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body ul li:before {
        content: "• ";
        font-size: 22px;
        vertical-align: middle;
        color: #b5ada3; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body ol li {
      list-style-type: decimal; }
    .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body > img, .l-main-container-article--zen .l-main-container-article__container .l-main-container-article__body p > img {
      width: 100%;
      max-width: 774px; }
  .l-main-container-article--zen .l-main-container-article__header {
    zoom: 1;
    margin-bottom: 30px; }
    .l-main-container-article--zen .l-main-container-article__header:before, .l-main-container-article--zen .l-main-container-article__header:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .l-main-container-article--zen .l-main-container-article__header:after {
      clear: both; }
  @media only screen and (min-width: 1280px) {
    body.immobile.subsite-sabato .l-main-container-article--zen .l-main-container-article__title-container {
      margin: 0px 0px 20px 0px;
      margin: 0rem 0rem 2rem 0rem;
      border-bottom: 1px solid #000000; } }
  .l-main-container-article--zen .l-main-container-article__title {
    font-family: "Noto", serif;
    color: #454443;
    margin-bottom: 10px; }
    body.subsite-sabato .l-main-container-article--zen .l-main-container-article__title {
      font-size: 58px;
      font-size: 5.8rem;
      font-family: "Playfair Display", serif;
      font-weight: 400; }
    body.subsite-sas .l-main-container-article--zen .l-main-container-article__title {
      font-size: 35px;
      font-size: 3.5rem;
      padding: 0px 0px 10px 0px;
      padding: 0rem 0rem 1rem 0rem;
      font-family: "Verdana", sans;
      color: #625f5c;
      font-weight: 400;
      border-bottom: 1px solid #e3d7c4; }
    .l-main-container-article--zen .l-main-container-article__title.l-main-container-article__title--underline {
      padding-bottom: 10px;
      padding-bottom: 1rem;
      border-bottom: 1px solid #e3d7c4; }
  .l-main-container-article--zen .m-exchange-link, .l-main-container-article--zen .m-exchange-label {
    float: right;
    line-height: 54px; }
  .l-main-container-article--zen .l-main-container-article__subtitle {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-family: "Noto", serif;
    font-weight: 400;
    color: #c2b6a4; }
    body.subsite-sas .l-main-container-article--zen .l-main-container-article__subtitle {
      font-size: 26px;
      font-size: 2.6rem;
      font-family: "Verdana", sans; }
  .l-main-container-article--zen .l-main-container-article__breadcrumb {
    text-align: left;
    float: left; }
  .l-main-container-article--zen .l-main-container-article__actions {
    text-align: right;
    float: right; }
  .l-main-container-article--zen .l-main-container-article__actions__share {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .l-main-container-article--zen .l-main-container-article__intro {
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: bold;
    margin: 0 0 30px;
    color: #454443; }
    body.subsite-sas .l-main-container-article--zen .l-main-container-article__intro {
      font-size: 17px;
      font-size: 1.7rem;
      font-family: "Verdana", sans; }
  .l-main-container-article--zen .l-main-container-article__paragraph {
    margin: 0 0 40px; }
  .l-main-container-article--zen .l-main-container-article__paragraph:first-child {
    margin: 0 0 25px 0; }
  .l-main-container-article--zen .l-main-container-article__article {
    position: relative;
    padding-right: 0; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__article {
        display: table-cell;
        vertical-align: top; } }
    .l-main-container-article--zen .l-main-container-article__article .interview-question {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 0px 0px 30px 0px;
      margin: 0rem 0rem 3rem 0rem;
      font-family: "Noto", serif;
      font-weight: 700;
      color: #454443;
      display: block; }
      .l-main-container-article--zen .l-main-container-article__article .interview-question:before {
        font-size: 16px;
        font-size: 1.6rem;
        vertical-align: middle;
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        margin: 0px 10px 0px 0px;
        margin: 0rem 1rem 0rem 0rem;
        content: '\f10d';
        color: #b5ada3;
        display: inline-block; }
    body.subsite-sas .l-main-container-article--zen .l-main-container-article__article .dropcap:first-letter {
      font-size: 67px;
      font-size: 6.7rem;
      margin: 0px 5px 0px 0px;
      margin: 0rem 0.5rem 0rem 0rem;
      line-height: 44px;
      font-family: "Verdana", sans;
      color: #69a7ca;
      float: left; }
  .l-main-container-article--zen .l-main-container-article__sidebar {
    width: 100%; }
    .l-main-container-article--zen .l-main-container-article__sidebar .m-eshop {
      border: none; }
    .l-main-container-article--zen .l-main-container-article__sidebar .m-eshop__content__info__price-container {
      text-align: left;
      margin-right: 0; }
    .l-main-container-article--zen .l-main-container-article__sidebar .m-eshop__content__info__submit-container {
      text-align: right; }
    .l-main-container-article--zen .l-main-container-article__sidebar .l-faqpage__contact__paragraph {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      line-height: 1;
      color: #84807c; }
  .l-main-container-article--zen .l-main-container-article__container__table {
    width: 100%; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__container__table {
        display: table;
        table-layout: fixed; } }
    .non-responsive .l-main-container-article--zen .l-main-container-article__container__table {
      margin-bottom: 40px; }
  .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right {
    width: 100%; }
    .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right .m-eshop {
      border: none; }
    .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right .m-eshop__content__info__price-container {
      text-align: left;
      margin-right: 0; }
    .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right .m-eshop__content__info__submit-container {
      text-align: right; }
    .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right .l-faqpage__contact__paragraph {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      line-height: 1;
      color: #84807c; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right {
        display: table-cell;
        width: 340px;
        padding-left: 40px;
        vertical-align: top; } }
    @media only screen and (max-width: 1119px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right {
        display: none; } }
    body.mobile .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right {
      display: none; }
    body.non-responsive .l-main-container-article--zen .l-main-container-article__sidebar-to-the-right {
      display: none; }
  .l-main-container-article--zen .l-main-container-article__sidebar-inline {
    width: 100%; }
    .l-main-container-article--zen .l-main-container-article__sidebar-inline .m-eshop {
      border: none; }
    .l-main-container-article--zen .l-main-container-article__sidebar-inline .m-eshop__content__info__price-container {
      text-align: left;
      margin-right: 0; }
    .l-main-container-article--zen .l-main-container-article__sidebar-inline .m-eshop__content__info__submit-container {
      text-align: right; }
    .l-main-container-article--zen .l-main-container-article__sidebar-inline .l-faqpage__contact__paragraph {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      line-height: 1;
      color: #84807c; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__sidebar-inline {
        display: none; } }
  .l-main-container-article--zen .l-main-container-article__advertisement {
    position: absolute;
    left: 100000px;
    text-align: center; }
    .l-main-container-article--zen .l-main-container-article__advertisement .m-ad:last-child .js-dfpAdPosSR {
      margin: 0; }
    .l-main-container-article--zen .l-main-container-article__advertisement.js-bottom-ads {
      padding: 20px 0; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__advertisement .js-dfpAdPosSR {
        margin: 0 0 20px; } }
    @media only screen and (max-width: 1119px) {
      body.immobile.subsite-sabato .l-main-container-article--zen .l-main-container-article__advertisement .js-dfpAdPosSR {
        margin: 0 0 40px; } }
    body.mobile.subsite-sabato .l-main-container-article--zen .l-main-container-article__advertisement .js-dfpAdPosSR {
      margin: 0 0 40px; }
    body.non-responsive.subsite-sabato .l-main-container-article--zen .l-main-container-article__advertisement .js-dfpAdPosSR {
      margin: 0 0 40px; }
    @media only screen and (min-width: 1120px) {
      body.immobile.subsite-sabato .l-main-container-article--zen .l-main-container-article__advertisement .js-dfpAdPosSR {
        margin: 0 0 20px; } }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__advertisement {
        text-align: left; } }
  .l-main-container-article--zen .l-main-container-article__advertisement__placeholder {
    margin: 0 0 40px;
    max-width: 300px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__advertisement__placeholder.js-bottom-ads-placeholder {
        margin-top: 250px; } }
  .l-main-container-article--zen .l-main-container-article__tags {
    text-align: left;
    vertical-align: bottom;
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid #e3d7c4;
    border-bottom: 1px solid #e3d7c4; }
    body.subsite-sabato .l-main-container-article--zen .l-main-container-article__tags {
      border-top: 1px solid #000000;
      border-bottom: none; }
    .l-main-container-article--zen .l-main-container-article__tags.heading {
      margin: 0px 0px 10px 0px;
      margin: 0rem 0rem 1rem 0rem;
      border: none;
      padding: 0; }
  .l-main-container-article--zen .l-main-container-article__react {
    text-align: right;
    vertical-align: bottom; }
  .l-main-container-article--zen .l-main-container-article__share-container {
    padding-bottom: 20px; }
    body.subsite-sabato .l-main-container-article--zen .l-main-container-article__share-container {
      border-bottom: 1px solid #000000; }
    @media only screen and (min-width: 1120px) {
      body.immobile.subsite-sabato .l-main-container-article--zen .l-main-container-article__share-container {
        border-bottom: none; } }
    body.subsite-sas .l-main-container-article--zen .l-main-container-article__share-container {
      padding-top: 20px;
      padding-bottom: 0;
      border-top: 1px solid #e3d7c4;
      border-bottom: none; }
    body.subsite-sas .l-main-container-article--zen .l-main-container-article__share-container .m-share--big {
      float: right; }
  .l-main-container-article--zen .l-main-container-article__read-more {
    margin: 0 auto 40px;
    max-width: 400px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-main-container-article--zen .l-main-container-article__read-more {
        margin: 0 0 40px;
        max-width: none; } }
  .l-main-container-article--zen .l-main-container-article__contract__link, .l-main-container-article--zen .l-main-container-article__tool__link {
    display: block;
    text-decoration: none; }
  .l-main-container-article--zen .l-main-container-article__tool {
    padding: 0px 20px 0px 0px;
    padding: 0rem 2rem 0rem 0rem;
    border-right: 1px solid #e3d7c4; }
  .l-main-container-article--zen .l-main-container-article__contract {
    padding: 0px 0px 0px 20px;
    padding: 0rem 0rem 0rem 2rem; }
  .l-main-container-article--zen .l-main-container-article__contract__title, .l-main-container-article--zen .l-main-container-article__tool__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem;
    display: block;
    font-family: "Roboto", sans-serif;
    color: #05A7D9;
    font-weight: 700;
    text-transform: uppercase; }
    .l-main-container-article--zen .l-main-container-article__contract__title:hover, .l-main-container-article--zen .l-main-container-article__tool__title:hover {
      color: #0073AB; }
  .l-main-container-article--zen .l-main-container-article__body-container {
    margin: 0px 30px;
    margin: 0rem 3rem;
    position: relative;
    top: -75px; }
  .l-main-container-article--zen .l-main-container-article__body-container__background {
    padding: 20px 30px;
    padding: 2rem 3rem;
    background: #fef7ea; }
  body .l-main-container-article--zen .l-main-container-article__sidebar-section {
    margin-bottom: 40px; }
  .l-main-container-article--zen p a {
    text-decoration: underline; }
    body.subsite-finance .l-main-container-article--zen p a {
      color: #0073AB; }
      body.subsite-finance .l-main-container-article--zen p a:hover {
        color: #05A7D9; }
  .l-main-container-article--zen .m-tool-teaser, .l-main-container-article--zen .m-contract-teaser {
    padding: 0px 0px 15px 0px;
    padding: 0rem 0rem 1.5rem 0rem;
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem 1.5rem 0rem;
    border-bottom: 1px solid #e3d7c4; }
    .l-main-container-article--zen .m-tool-teaser:last-child, .l-main-container-article--zen .m-contract-teaser:last-child {
      border-bottom: none;
      margin: 0;
      padding: 0; }
  .l-main-container-article--zen .m-tool-teaser__subtitle, .l-main-container-article--zen .m-contract-teaser__subtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .l-main-container-article--zen .inassetvideo {
    display: none; }
  .l-main-container-article--zen .m-article-source, .l-main-container-article--zen .m-article-source--right {
    margin: 0px 0px 8px 0px;
    margin: 0rem 0rem 0.8rem 0rem; }
  .l-main-container-article--zen .l-main-container--fiche__main-info {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 10px 0px;
    padding: 1rem 0rem;
    line-height: 40px; }
  .l-main-container-article--zen .l-grid__row--inverted-flip {
    margin-left: -40px !important; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container-article--zen .l-grid__row--flip {
      padding-left: 40px !important; } }
  .l-main-container-article--zen .l-grid__item--flip {
    padding-left: 40px !important; }
  .l-main-container-article--zen .l-main-container-article__header {
    padding: 0px 30px;
    padding: 0rem 3rem;
    top: 50px;
    top: 5rem;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-main-container-article--zen {
      padding: 0; } }
  body.mobile .l-main-container-article--zen {
    padding: 0; }
  body.non-responsive .l-main-container-article--zen {
    padding: 0; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-main-container-article--zen {
      padding: 0; } }
  .l-main-container-article--zen .m-mediamaster-asset {
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem; }
    .l-main-container-article--zen .m-mediamaster-asset:last-child {
      margin: 0px 20px 0px 0px;
      margin: 0rem 2rem 0rem 0rem; }
  .l-main-container-article--zen .l-main-container-article__title {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 400; }
  .l-main-container-article--zen .l-main-container-article__intro {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #7C7C7C !important; }
  .l-main-container-article--zen .m-breadcrumb__item:hover .m-breadcrumb__item__link {
    color: #2c3b78;
    text-shadow: none; }
  .l-main-container-article--zen .m-breadcrumb__item__link {
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }
    .l-main-container-article--zen .m-breadcrumb__item__link:after {
      color: #FFFFFF;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); }
  .l-main-container-article--zen > .m-big-divider {
    margin: 0px 60px;
    margin: 0rem 6rem;
    width: auto; }
  .l-main-container-article--zen .l-footer {
    margin: 0px 60px;
    margin: 0rem 6rem; }

.main-nav-table {
  display: table;
  table-layout: fixed; }

.main-nav-column-content {
  display: table-cell;
  vertical-align: top;
  width: 100%; }

.main-nav-column-menu {
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 24; }
  .main-nav-column-menu.menu-active {
    z-index: 9999; }

.l-tags {
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }
  .l-tags .l-tags__list:before {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f02c";
    margin-right: 10px;
    color: #b5ada3; }
    body.subsite-sabato .l-tags .l-tags__list:before {
      margin-right: 0; }

.l-mediamaster .l-mediamaster__intro {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #84807c;
  border-bottom: 1px solid #e3d7c4;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: left; }
  body.subsite-sabato .l-mediamaster .l-mediamaster__intro {
    font-family: "Roboto", sans-serif;
    color: #7f7f7f;
    font-style: normal;
    border-bottom: 1px solid #000000; }
  body.subsite-sas .l-mediamaster .l-mediamaster__intro {
    font-family: "Verdana", sans;
    color: #8c8685; }
.l-mediamaster.is-longread .m-mediamaster-actions--is-absolute {
  padding: 0px 30px;
  padding: 0rem 3rem;
  bottom: 75px; }

.l-reaction-panel {
  -webkit-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  background-color: #fdf3e5;
  border-left: 1px solid #e3d7c4;
  position: fixed;
  width: 610px;
  height: 100%;
  z-index: 26;
  right: -670px;
  top: 0;
  /*
  ** History graph
  */ }
  body.subsite-sabato .l-reaction-panel {
    background: #ffffff;
    border-left: 1px solid #acacac; }
  .l-reaction-panel.opened {
    right: 0; }
  .l-reaction-panel.closed {
    right: -670px; }
  .l-reaction-panel .m-bump-form {
    padding: 30px;
    padding: 3rem; }
  .l-reaction-panel .m-bump-form__info {
    margin-bottom: 0; }
  .l-reaction-panel .l-reaction-panel__message {
    padding: 0 30px;
    margin-bottom: 20px; }
  .l-reaction-panel .l-reaction-panel__thanks {
    margin-top: 30px; }
  .l-reaction-panel .l-reaction-panel__thanks__message {
    margin: 0px 20px 20px;
    margin: 0rem 2rem 2rem;
    padding: 0px 0px 20px 0px;
    padding: 0rem 0rem 2rem 0rem;
    border-bottom: 1px solid #e3d7c4; }
  .l-reaction-panel .l-reaction-panel__thanks__container {
    margin: 0 20px; }
  .l-reaction-panel .l-reaction-panel__thanks__share {
    margin: 10px 0px 0px 0px;
    margin: 1rem 0rem 0rem 0rem;
    display: block; }
  .l-reaction-panel .l-reaction-panel__thanks__share__services {
    padding-left: 0;
    font-size: 0.001px; }
    @media only screen and (max-width: 1119px) {
      body.immobile .l-reaction-panel .l-reaction-panel__thanks__share__services {
        width: 235px; } }
    body.mobile .l-reaction-panel .l-reaction-panel__thanks__share__services {
      width: 235px; }
    body.non-responsive .l-reaction-panel .l-reaction-panel__thanks__share__services {
      width: 235px; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-reaction-panel .l-reaction-panel__thanks__share__services {
        width: 235px; } }
  .l-reaction-panel .l-reaction-panel__link {
    margin-top: 40px;
    padding: 0 20px; }
  .l-reaction-panel .l-reaction-panel__email {
    margin-top: 40px;
    padding: 0 20px; }
  .l-reaction-panel .m-reaction-box--header {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    text-align: left; }
  .l-reaction-panel .l-reaction-panel__header {
    background: #212d5b;
    position: relative;
    height: 60px;
    line-height: 58px;
    width: 100%;
    padding: 0px 30px;
    padding: 0rem 3rem; }
    body.subsite-sabato .l-reaction-panel .l-reaction-panel__header {
      background: #434343; }
    body.subsite-finance .l-reaction-panel .l-reaction-panel__header {
      background: #0073AB; }
  .l-reaction-panel .l-reaction-panel__header__actions {
    text-align: right; }
  .l-reaction-panel .m-reaction-box__info__text {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Roboto Condensed", sans;
    font-weight: 400;
    vertical-align: middle; }
  .l-reaction-panel .l-reaction-panel__header--recommend {
    background: #212d5b;
    position: relative;
    height: 60px;
    line-height: 58px;
    width: 100%;
    height: 60px;
    height: 6rem;
    padding: 0px 30px;
    padding: 0rem 3rem;
    line-height: 60px; }
    body.subsite-sabato .l-reaction-panel .l-reaction-panel__header--recommend {
      background: #434343; }
    body.subsite-finance .l-reaction-panel .l-reaction-panel__header--recommend {
      background: #0073AB; }
    .l-reaction-panel .l-reaction-panel__header--recommend .m-reaction-box__info__amount {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      color: #fff;
      line-height: 1;
      vertical-align: middle; }
    .l-reaction-panel .l-reaction-panel__header--recommend .l-reaction-panel__spelregels {
      font-size: 14px;
      font-size: 1.4rem; }
    .l-reaction-panel .l-reaction-panel__header--recommend .l-reaction-panel__react {
      font-size: 14px;
      font-size: 1.4rem; }
    .l-reaction-panel .l-reaction-panel__header--recommend .l-reaction-panel__header__actions {
      text-align: right; }
  .l-reaction-panel .l-reaction-panel__react {
    max-width: 200px;
    max-width: 20rem;
    padding: 6px 60px 6px 20px;
    padding: 0.6rem 6rem 0.6rem 2rem;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background: #2c3b78;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    position: relative; }
    body.subsite-sabato .l-reaction-panel .l-reaction-panel__react {
      background: #2c2c2c; }
    body.subsite-finance .l-reaction-panel .l-reaction-panel__react {
      background: #05A7D9; }
      body.subsite-finance .l-reaction-panel .l-reaction-panel__react:hover {
        background: #05A7D9;
        color: #ffffff; }
    .l-reaction-panel .l-reaction-panel__react:after {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-left: 10px;
      margin-left: 1rem;
      content: "\f075";
      position: absolute;
      right: 20px;
      top: 50%;
      top: -moz-calc(50% - 10px);
      top: -webkit-calc(50% - 10px);
      top: -o-calc(50%-10px);
      top: calc(50% - 10px); }
  .l-reaction-panel .l-reaction-panel__container {
    position: relative;
    height: 100%; }
  .l-reaction-panel .l-reaction-panel__content {
    background-color: #fdf3e5;
    position: relative;
    width: 100%; }
    body.subsite-sabato .l-reaction-panel .l-reaction-panel__content {
      background-color: #ffffff; }
  .l-reaction-panel .l-reaction-panel__scroll-container {
    height: 100%;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -o-calc(100%-60px);
    height: calc(100% - 60px);
    overflow-y: auto;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    font-size: 1.5rem; }
  .l-reaction-panel .l-reaction-panel__close {
    font-size: 50px;
    font-size: 5rem;
    text-decoration: none;
    background: #2c3b78;
    position: absolute;
    left: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    color: white;
    line-height: 56px;
    font-family: "Roboto", sans-serif;
    text-align: center; }
    body.subsite-sabato .l-reaction-panel .l-reaction-panel__close {
      background: #2c2c2c; }
    body.subsite-finance .l-reaction-panel .l-reaction-panel__close {
      background: #05A7D9; }
    .l-reaction-panel .l-reaction-panel__close:hover {
      background: #212d5b; }
      body.subsite-sabato .l-reaction-panel .l-reaction-panel__close:hover {
        background: #434343; }
      body.subsite-finance .l-reaction-panel .l-reaction-panel__close:hover {
        background: #0073AB;
        color: #FFFFFF; }
  .l-reaction-panel .m-stars--alternative {
    margin-bottom: 2px;
    margin-bottom: 0.2rem; }
  .l-reaction-panel .l-reaction-panel__spelregels {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    color: white;
    padding: 0 20px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .l-reaction-panel .m-reaction:first-child {
    border-top: none; }
  .l-reaction-panel .l-reaction-panel__bots {
    padding: 30px;
    padding: 3rem; }
  .l-reaction-panel .l-history-graph {
    margin: 0px 30px;
    margin: 0rem 3rem;
    padding: 20px 0px 0px 0px;
    padding: 2rem 0rem 0rem 0rem;
    height: 300px;
    height: 30rem; }
    .l-reaction-panel .l-history-graph .l-history-graph__divider {
      display: none; }
    .l-reaction-panel .l-history-graph .l-history-graph__period {
      height: 25px;
      height: 2.5rem;
      display: table-cell;
      vertical-align: top;
      width: 40%; }
    .l-reaction-panel .l-history-graph .l-history-graph__legend {
      height: 25px;
      height: 2.5rem;
      display: table-cell;
      vertical-align: top;
      width: 60%;
      text-align: right; }
    .l-reaction-panel .l-history-graph .l-history-graph__info {
      display: block; }
    .l-reaction-panel .l-history-graph .l-history-graph__period__label {
      font-size: 14px;
      font-size: 1.4rem; }
    .l-reaction-panel .l-history-graph .l-history-graph__period__time {
      margin: 0px 0px 0px 5px;
      margin: 0rem 0rem 0rem 0.5rem;
      font-size: 14px;
      font-size: 1.4rem; }
    .l-reaction-panel .l-history-graph .l-history-graph__legend__average {
      font-size: 14px;
      font-size: 1.4rem; }
    .l-reaction-panel .l-history-graph .l-history-graph__legend__trend {
      font-size: 14px;
      font-size: 1.4rem; }
  .l-reaction-panel .l-reaction-form .l-reaction-form__footer {
    margin: 30px 30px 20px; }
  .l-reaction-panel .l-reaction-panel__filtercontainer {
    padding: 30px 30px 0 30px; }

.l-reaction-form {
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #fdf3e5;
  position: relative;
  padding-top: 20px; }
  body.subsite-sabato .l-reaction-form {
    background: #ffffff; }
  .l-reaction-form.dialog {
    width: 500px; }
    .l-reaction-form.dialog .l-reaction-form__footer {
      margin-top: 0; }
  .l-reaction-form.folded.no-dialog .l-reaction-form__footer {
    display: none; }
  .l-reaction-form.folded.no-dialog .m-reaction-input__count {
    display: none; }
  .l-reaction-form.folded.no-dialog .m-reaction-input {
    margin: 0px 30px 30px 30px;
    margin: 0rem 3rem 3rem 3rem;
    height: 65px;
    height: 6.5rem; }
  .l-reaction-form.no-dialog:after {
    content: '';
    background: url("../img/reaction-divider.png");
    width: 100%;
    height: 5px;
    display: block; }
    body.subsite-sabato .l-reaction-form.no-dialog:after {
      background: url("../img/sabato/reaction-divider.png"); }
  .l-reaction-form .l-reaction-form__error {
    margin: 0px 30px 20px 30px;
    margin: 0rem 3rem 2rem 3rem;
    display: block; }
  .l-reaction-form .m-message {
    margin: 0px 30px 15px 30px;
    margin: 0rem 3rem 1.5rem 3rem;
    display: block; }
  .l-reaction-form .m-reaction-input {
    -webkit-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    margin: 0px 30px 30px 30px;
    margin: 0rem 3rem 3rem 3rem; }
  .l-reaction-form .l-reaction-form__footer {
    margin: 30px 30px 10px 10px;
    line-height: 1; }
  .l-reaction-form .l-reaction-form__footer__section-left, .l-reaction-form .l-reaction-form__footer__section-right {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .l-reaction-form .l-reaction-form__footer__section-left {
    width: 50%;
    text-align: left;
    display: table;
    float: left;
    padding-top: 8px; }
    .l-reaction-form .l-reaction-form__footer__section-left .l-reaction-form__checkbox, .l-reaction-form .l-reaction-form__footer__section-left .l-reaction-form__label {
      display: table-cell; }
  .l-reaction-form .l-reaction-form__footer__section-right {
    width: 50%;
    text-align: right; }
  .l-reaction-form .l-reaction-form__checkbox, .l-reaction-form .l-reaction-form__label, .l-reaction-form .l-reaction-form__button, .l-reaction-form .l-reaction-form__link {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .l-reaction-form .l-reaction-form__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none; }
    body.subsite-finance .l-reaction-form .l-reaction-form__link {
      color: #0073AB; }
    body.subsite-sabato .l-reaction-form .l-reaction-form__link {
      color: #434343; }
  .l-reaction-form .l-reaction-form__checkbox {
    margin-right: 10px;
    margin-right: 1rem; }
  .l-reaction-form .l-reaction-form__label {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    .l-reaction-form .l-reaction-form__label a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #2c3b78;
      text-decoration: none; }
      body.subsite-sabato .l-reaction-form .l-reaction-form__label a {
        color: #434343; }
      body.subsite-sabato .l-reaction-form .l-reaction-form__label a:hover {
        color: #acacac; }
  .l-reaction-form .l-reaction-form__button {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    background: #2c3b78;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    margin-left: 10px;
    -webkit-font-smoothing: antialiased; }
    body.subsite-sabato .l-reaction-form .l-reaction-form__button {
      background: #434343;
      color: #FFFFFF; }
    body.subsite-finance .l-reaction-form .l-reaction-form__button {
      background: #0073AB;
      color: #FFFFFF; }
  .l-reaction-form .l-reaction-form__message {
    padding: 10px 30px 20px; }

.l-reaction-form--inline {
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #fdf3e5;
  position: relative;
  padding-top: 20px; }
  body.subsite-sabato .l-reaction-form--inline {
    background: #ffffff; }
  .l-reaction-form--inline.dialog {
    width: 500px; }
    .l-reaction-form--inline.dialog .l-reaction-form__footer {
      margin-top: 0; }
  .l-reaction-form--inline.folded.no-dialog .l-reaction-form__footer {
    display: none; }
  .l-reaction-form--inline.folded.no-dialog .m-reaction-input__count {
    display: none; }
  .l-reaction-form--inline.folded.no-dialog .m-reaction-input {
    margin: 0px 30px 30px 30px;
    margin: 0rem 3rem 3rem 3rem;
    height: 65px;
    height: 6.5rem; }
  .l-reaction-form--inline.no-dialog:after {
    content: '';
    background: url("../img/reaction-divider.png");
    width: 100%;
    height: 5px;
    display: block; }
    body.subsite-sabato .l-reaction-form--inline.no-dialog:after {
      background: url("../img/sabato/reaction-divider.png"); }
  .l-reaction-form--inline .l-reaction-form__error {
    margin: 0px 30px 20px 30px;
    margin: 0rem 3rem 2rem 3rem;
    display: block; }
  .l-reaction-form--inline .m-message {
    margin: 0px 30px 15px 30px;
    margin: 0rem 3rem 1.5rem 3rem;
    display: block; }
  .l-reaction-form--inline .m-reaction-input {
    -webkit-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    margin: 0px 30px 30px 30px;
    margin: 0rem 3rem 3rem 3rem; }
  .l-reaction-form--inline .l-reaction-form__footer {
    margin: 30px 30px 10px 10px;
    line-height: 1; }
  .l-reaction-form--inline .l-reaction-form__footer__section-left, .l-reaction-form--inline .l-reaction-form__footer__section-right {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .l-reaction-form--inline .l-reaction-form__footer__section-left {
    width: 50%;
    text-align: left;
    display: table;
    float: left;
    padding-top: 8px; }
    .l-reaction-form--inline .l-reaction-form__footer__section-left .l-reaction-form__checkbox, .l-reaction-form--inline .l-reaction-form__footer__section-left .l-reaction-form__label {
      display: table-cell; }
  .l-reaction-form--inline .l-reaction-form__footer__section-right {
    width: 50%;
    text-align: right; }
  .l-reaction-form--inline .l-reaction-form__checkbox, .l-reaction-form--inline .l-reaction-form__label, .l-reaction-form--inline .l-reaction-form__button, .l-reaction-form--inline .l-reaction-form__link {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .l-reaction-form--inline .l-reaction-form__link {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #2c3b78;
    text-decoration: none; }
    body.subsite-finance .l-reaction-form--inline .l-reaction-form__link {
      color: #0073AB; }
    body.subsite-sabato .l-reaction-form--inline .l-reaction-form__link {
      color: #434343; }
  .l-reaction-form--inline .l-reaction-form__checkbox {
    margin-right: 10px;
    margin-right: 1rem; }
  .l-reaction-form--inline .l-reaction-form__label {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    .l-reaction-form--inline .l-reaction-form__label a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #2c3b78;
      text-decoration: none; }
      body.subsite-sabato .l-reaction-form--inline .l-reaction-form__label a {
        color: #434343; }
      body.subsite-sabato .l-reaction-form--inline .l-reaction-form__label a:hover {
        color: #acacac; }
  .l-reaction-form--inline .l-reaction-form__button {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    background: #2c3b78;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    margin-left: 10px;
    -webkit-font-smoothing: antialiased; }
    body.subsite-sabato .l-reaction-form--inline .l-reaction-form__button {
      background: #434343;
      color: #FFFFFF; }
    body.subsite-finance .l-reaction-form--inline .l-reaction-form__button {
      background: #0073AB;
      color: #FFFFFF; }
  .l-reaction-form--inline .l-reaction-form__message {
    padding: 10px 30px 20px; }
  .l-reaction-form--inline:after {
    display: none; }
  .l-reaction-form--inline .m-reaction-input {
    margin: 0; }

.l-reaction-form__divider:after {
  content: '';
  background: url("../img/reaction-divider.png");
  width: 100%;
  height: 5px;
  display: block; }
  body.subsite-sabato .l-reaction-form__divider:after {
    background: url("../img/sabato/reaction-divider.png"); }

.l-outline-asset--quotation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  overflow: hidden; }

.js-sidebar-scroll-tablet {
  position: relative; }

.l-sidebar {
  height: auto;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 20px;
  background: #fdf3e5; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-sidebar {
      width: 350px;
      height: 100%;
      position: absolute;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      right: 0;
      top: 0; } }
  .l-sidebar .l-sidebar__container {
    width: 100%;
    display: table;
    position: relative; }
    @media only screen and (max-width: 1119px) {
      body.immobile .l-sidebar .l-sidebar__container {
        top: 0 !important; } }
    body.mobile .l-sidebar .l-sidebar__container {
      top: 0 !important; }
    body.non-responsive .l-sidebar .l-sidebar__container {
      top: 0 !important; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-sidebar .l-sidebar__container {
        width: 350px;
        display: block; } }
  .l-sidebar .l-sidebar__scroll-container {
    font-size: 1.5rem;
    position: static;
    height: auto;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 1px solid #e3d7c4; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-sidebar .l-sidebar__scroll-container {
        height: 100%;
        position: fixed;
        width: 350px;
        border-top: none;
        border-bottom: none; } }
  .l-sidebar .l-sidebar__container__content-wrapper {
    position: relative; }
  .l-sidebar .l-sidebar__container__content {
    display: table-cell;
    padding: 0 5px 0 10px;
    vertical-align: top; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-sidebar .l-sidebar__container__content {
        width: 100%;
        display: block;
        padding: 0; } }
  .l-sidebar .l-article-list {
    background: #fef7ea; }
  .l-sidebar .m-article-list-item {
    margin: 0 25px; }
  .l-sidebar .m-article-list-item__title {
    padding-right: 15px; }
  .l-sidebar .m-section-header {
    margin: 0px 25px 0px 25px;
    margin: 0rem 2.5rem 0rem 2.5rem; }
  .l-sidebar .l-sidebar__container__section-header {
    padding: 20px 0px 10px 0px;
    padding: 2rem 0rem 1rem 0rem; }
  .l-sidebar .l-sidebar__krant-online {
    display: block;
    padding: 20px 25px;
    border-bottom: 1px solid #e3d7c4; }
  .l-sidebar .l-sidebar__krant-online__image-container {
    height: 210px;
    overflow: hidden;
    margin-bottom: 20px; }
  .l-sidebar .l-sidebar__krant-online__image {
    width: 100%;
    max-height: none; }
  .l-sidebar .l-sidebar__krant-online__date {
    font-size: 16px;
    font-size: 1.6rem;
    color: #84807c;
    font-family: "Noto", serif;
    font-weight: 700;
    display: block;
    margin-bottom: 20px; }
  .l-sidebar .l-sidebar__krant-online__button-container {
    text-align: center; }
  .l-sidebar .l-sidebar__krant-online__button--alternative {
    padding: 8px 16px;
    padding: 0.8rem 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    background: #2c3b78;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    width: 100%;
    text-decoration: none;
    background: #c75845;
    margin-right: 10px; }
  .l-sidebar .l-sidebar__krant-online__button {
    padding: 8px 16px;
    padding: 0.8rem 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    background: #2c3b78;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    width: 100%;
    text-decoration: none; }

/*
*
*
*
*
*
*/
.l-sidebar--sabato {
  height: auto;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 20px;
  background: #fdf3e5;
  background: #ffffff;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-sidebar--sabato {
      width: 350px;
      height: 100%;
      position: absolute;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      right: 0;
      top: 0; } }
  .l-sidebar--sabato .l-sidebar__container {
    width: 100%;
    display: table;
    position: relative;
    padding: 0px 25px;
    padding: 0rem 2.5rem;
    background-color: white;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 1119px) {
      body.immobile .l-sidebar--sabato .l-sidebar__container {
        top: 0 !important; } }
    body.mobile .l-sidebar--sabato .l-sidebar__container {
      top: 0 !important; }
    body.non-responsive .l-sidebar--sabato .l-sidebar__container {
      top: 0 !important; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-sidebar--sabato .l-sidebar__container {
        width: 350px;
        display: block; } }
  .l-sidebar--sabato .l-sidebar__scroll-container {
    font-size: 1.5rem;
    position: static;
    height: auto;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 1px solid #e3d7c4;
    border: 1px solid #000000; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-sidebar--sabato .l-sidebar__scroll-container {
        height: 100%;
        position: fixed;
        width: 350px;
        border-top: none;
        border-bottom: none; } }
  .l-sidebar--sabato .l-sidebar__container__content-wrapper {
    position: relative; }
  .l-sidebar--sabato .l-sidebar__container__content {
    display: table-cell;
    padding: 0 5px 0 10px;
    vertical-align: top; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-sidebar--sabato .l-sidebar__container__content {
        width: 100%;
        display: block;
        padding: 0; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-sidebar--sabato .m-newsstream-header {
      padding: 30px 0px;
      padding: 3rem 0rem;
      margin: 0px 0px 30px 0px;
      margin: 0rem 0rem 3rem 0rem;
      border-bottom: 1px solid #434343; } }
  .l-sidebar--sabato .l-sidebar__container__content {
    padding-top: 30px;
    padding-top: 3rem; }
  .l-sidebar--sabato .l-sidebar__sabato-online__image-container {
    height: 210px;
    overflow: hidden;
    margin-bottom: 20px; }
  .l-sidebar--sabato .l-sidebar__sabato-online__image {
    width: 100%;
    max-height: none; }
  .l-sidebar--sabato .l-sidebar__sabato-online__mag {
    color: #2c2c2a;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    margin-top: 2px;
    margin-top: 0.2rem; }
  .l-sidebar--sabato .l-sidebar__sabato-online__date {
    color: #6a6b66;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    font-style: italic; }
  .l-sidebar--sabato .l-sidebar__sabato-online__button {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: white;
    background-color: #434343;
    width: 100%;
    padding: 15px 0px;
    padding: 1.5rem 0rem;
    display: inline-block;
    vertical-align: middle; }
  .l-sidebar--sabato .l-sidebar__sabato-online {
    padding-bottom: 45px;
    padding-bottom: 4.5rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    border-bottom: 1px solid #434343; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-sidebar--sabato .m-newsstream-buttons {
      margin-left: -25px; } }

.l-old-browser-banner__container {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 25px 30px 0px 30px;
  padding: 2.5rem 3rem 0rem 3rem;
  padding-right: 40px;
  padding-right: 4rem;
  max-width: 1545px;
  max-width: 154.5rem;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-old-browser-banner__container {
      padding-left: 40px;
      padding-left: 4rem; } }
  body.mobile .l-old-browser-banner__container {
    padding-left: 40px;
    padding-left: 4rem; }
  body.non-responsive .l-old-browser-banner__container {
    padding-left: 40px;
    padding-left: 4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-old-browser-banner__container {
      padding-left: 40px;
      padding-left: 4rem; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-old-browser-banner__container {
      padding-right: 390px;
      padding-right: 39rem; } }
  .is-homepage .l-old-browser-banner__container {
    margin-bottom: 0; }

.l-old-browser-banner__text-outer {
  padding: 10px 10px 10px 10px;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  background-color: #e3d7c4;
  color: #454443;
  display: block;
  line-height: 1.2;
  clear: none; }

.l-old-browser-banner__text-inner {
  padding: 10px 5px 10px 5px;
  padding: 1rem 0.5rem 1rem 0.5rem; }
  .l-old-browser-banner__text-inner span {
    font-weight: bold; }
  .l-old-browser-banner__text-inner a {
    text-decoration: underline; }

.l-old-browser-banner__warning-icon:before {
  margin-right: 15px;
  margin-right: 1.5rem;
  padding-top: 10px;
  padding-top: 1rem;
  font-size: 40px;
  font-size: 4rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f071";
  color: #A9210B;
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  line-height: 1;
  vertical-align: middle; }

.l-old-browser-banner__close-icon:before {
  margin: 0px;
  margin: 0rem;
  padding-left: 5px;
  padding-left: 0.5rem;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f00d";
  color: #c2b6a4;
  position: relative;
  z-index: 1;
  display: inline;
  float: right;
  vertical-align: top;
  line-height: 0.6;
  clear: both;
  cursor: hand; }

.l-old-browser-banner__close-icon:hover {
  cursor: hand; }

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to â€˜falseâ€™:
 */
/**
 * Is this build mobile first? Setting to â€˜trueâ€™ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sassâ€™ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddinâ€™!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which canâ€™t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columnsâ€™ gutters.
 */
.l-grid {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important; }
  .l-grid > * {
    letter-spacing: normal; }
    .l-grid > *.l-grid__row, .l-grid > *.l-grid__row--flip, .l-grid > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid.v-middle .l-grid__item {
    vertical-align: middle !important; }

/* Opera hack */
.opera:-o-prefocus, .l-grid {
  word-spacing: -0.43em !important; }

/**
  Grid row for gutter bottom
*/
.l-grid__row {
  margin-bottom: 10px;
  display: block;
  font-size: 0.001px; }
  .l-grid__row.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid__row:last-child {
    margin-bottom: 0; }

.l-grid__row--flip {
  margin-bottom: 10px;
  display: block;
  font-size: 0.001px;
  display: inline-block;
  vertical-align: top; }
  .l-grid__row--flip.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid__row--flip:last-child {
    margin-bottom: 0; }

.l-grid__row--inverted-flip {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important; }
  .l-grid__row--inverted-flip > * {
    letter-spacing: normal; }
    .l-grid__row--inverted-flip > *.l-grid__row, .l-grid__row--inverted-flip > *.l-grid__row--flip, .l-grid__row--inverted-flip > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid__row--inverted-flip.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid__row--inverted-flip.v-middle .l-grid__item {
    vertical-align: middle !important; }

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.l-grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 10px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0; }
  .l-grid__item.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid__item.left {
    text-align: left; }
  .l-grid__item.right {
    text-align: right; }

.l-grid__item--flip, .l-grid__item--inverted-flip {
  display: inline-block;
  /* [1] */
  padding-left: 10px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0; }
  .l-grid__item--flip.island, .l-grid__item--inverted-flip.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid__item--flip.left, .l-grid__item--inverted-flip.left {
    text-align: left; }
  .l-grid__item--flip.right, .l-grid__item--inverted-flip.right {
    text-align: right; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-grid__item--flip, body.immobile .l-grid__item--inverted-flip {
      padding-left: 0 !important; } }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.l-grid--rev {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  direction: rtl;
  text-align: left; }
  .l-grid--rev > * {
    letter-spacing: normal; }
    .l-grid--rev > *.l-grid__row, .l-grid--rev > *.l-grid__row--flip, .l-grid--rev > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--rev.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--rev.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--rev > .l-grid__item {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.l-grid--full {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  display: block;
  margin-left: 0; }
  .l-grid--full > * {
    letter-spacing: normal; }
    .l-grid--full > *.l-grid__row, .l-grid--full > *.l-grid__row--flip, .l-grid--full > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--full.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--full.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--full > .l-grid__row > .l-grid__item {
    padding-left: 0; }
  .l-grid--full > .l-grid__item {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.l-grid--right {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  text-align: right; }
  .l-grid--right > * {
    letter-spacing: normal; }
    .l-grid--right > *.l-grid__row, .l-grid--right > *.l-grid__row--flip, .l-grid--right > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--right.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--right.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--right > .l-grid__item {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.l-grid--center {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  text-align: center; }
  .l-grid--center > * {
    letter-spacing: normal; }
    .l-grid--center > *.l-grid__row, .l-grid--center > *.l-grid__row--flip, .l-grid--center > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--center.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--center.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--center > .l-grid__item {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.l-grid--middle {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important; }
  .l-grid--middle > * {
    letter-spacing: normal; }
    .l-grid--middle > *.l-grid__row, .l-grid--middle > *.l-grid__row--flip, .l-grid--middle > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--middle.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--middle.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--middle > .l-grid__item {
    vertical-align: middle; }

.l-grid--full--middle {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  display: block;
  margin-left: 0; }
  .l-grid--full--middle > * {
    letter-spacing: normal; }
    .l-grid--full--middle > *.l-grid__row, .l-grid--full--middle > *.l-grid__row--flip, .l-grid--full--middle > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--full--middle.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--full--middle.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--full--middle > .l-grid__item {
    padding-left: 0;
    vertical-align: middle; }

.l-grid--bottom {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important; }
  .l-grid--bottom > * {
    letter-spacing: normal; }
    .l-grid--bottom > *.l-grid__row, .l-grid--bottom > *.l-grid__row--flip, .l-grid--bottom > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--bottom.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--bottom.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--bottom > .l-grid__item {
    vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.l-grid--narrow {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  margin-left: -5px; }
  .l-grid--narrow > * {
    letter-spacing: normal; }
    .l-grid--narrow > *.l-grid__row, .l-grid--narrow > *.l-grid__row--flip, .l-grid--narrow > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--narrow.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--narrow.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--narrow > .l-grid__item {
    padding-left: 5px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.l-grid--wide {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  margin-left: -20px; }
  .l-grid--wide > * {
    letter-spacing: normal; }
    .l-grid--wide > *.l-grid__row, .l-grid--wide > *.l-grid__row--flip, .l-grid--wide > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--wide.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--wide.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--wide.island {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .l-grid--wide > .l-grid__item {
    padding-left: 20px; }

/**
 * Create grids with small borders
 */
.l-grid--bordered {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  margin-left: -1px; }
  .l-grid--bordered > * {
    letter-spacing: normal; }
    .l-grid--bordered > *.l-grid__row, .l-grid--bordered > *.l-grid__row--flip, .l-grid--bordered > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--bordered.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--bordered.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--bordered .l-grid__row {
    margin-bottom: 10px;
    display: block;
    font-size: 0.001px;
    margin-bottom: 1px; }
    .l-grid--bordered .l-grid__row.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--bordered .l-grid__row:last-child {
      margin-bottom: 0; }
  .l-grid--bordered .l-grid__item {
    padding-left: 1px; }

.l-grid--bordered-wide {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  margin-left: -2px; }
  .l-grid--bordered-wide > * {
    letter-spacing: normal; }
    .l-grid--bordered-wide > *.l-grid__row, .l-grid--bordered-wide > *.l-grid__row--flip, .l-grid--bordered-wide > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--bordered-wide.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--bordered-wide.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--bordered-wide .l-grid__row {
    margin-bottom: 10px;
    display: block;
    font-size: 0.001px;
    margin-bottom: 2px; }
    .l-grid--bordered-wide .l-grid__row.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--bordered-wide .l-grid__row:last-child {
      margin-bottom: 0; }
  .l-grid--bordered-wide .l-grid__item {
    padding-left: 2px; }

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
.island {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.no-island {
  margin-bottom: 0; }

/**
   * Whole
   */
.one-whole {
  width: 100% !important; }

/**
   * Halves
   */
.one-half {
  width: 50% !important; }

/**
   * Thirds
   */
.one-third {
  width: 33.333% !important; }

.two-thirds {
  width: 66.666% !important; }

/**
   * Quarters
   */
.one-quarter {
  width: 25% !important; }

.two-quarters {
  width: 50% !important; }

.three-quarters {
  width: 75% !important; }

/**
   * Fifths
   */
.one-fifth {
  width: 20% !important; }

.two-fifths {
  width: 40% !important; }

.three-fifths {
  width: 60% !important; }

.four-fifths {
  width: 80% !important; }

/**
   * Sixths
   */
.one-sixth {
  width: 16.666% !important; }

.two-sixths {
  width: 33.333% !important; }

.three-sixths {
  width: 50% !important; }

.four-sixths {
  width: 66.666% !important; }

.five-sixths {
  width: 83.333% !important; }

/**
   * Eighths
   */
.one-eighth {
  width: 12.5% !important; }

.two-eighths {
  width: 25% !important; }

.three-eighths {
  width: 37.5% !important; }

.four-eighths {
  width: 50% !important; }

.five-eighths {
  width: 62.5% !important; }

.six-eighths {
  width: 75% !important; }

.seven-eighths {
  width: 87.5% !important; }

/**
   * Tenths
   */
.one-tenth {
  width: 10% !important; }

.two-tenths {
  width: 20% !important; }

.three-tenths {
  width: 30% !important; }

.four-tenths {
  width: 40% !important; }

.five-tenths {
  width: 50% !important; }

.six-tenths {
  width: 60% !important; }

.seven-tenths {
  width: 70% !important; }

.eight-tenths {
  width: 80% !important; }

.nine-tenths {
  width: 90% !important; }

/**
   * Twelfths
   */
.one-twelfth {
  width: 8.333% !important; }

.two-twelfths {
  width: 16.666% !important; }

.three-twelfths {
  width: 25% !important; }

.four-twelfths {
  width: 33.333% !important; }

.five-twelfths {
  width: 41.666% !important; }

.six-twelfths {
  width: 50% !important; }

.seven-twelfths {
  width: 58.333% !important; }

.eight-twelfths {
  width: 66.666% !important; }

.nine-twelfths {
  width: 75% !important; }

.ten-twelfths {
  width: 83.333% !important; }

.eleven-twelfths {
  width: 91.666% !important; }

body.non-responsive {
  /**
   * Whole
   */
  /**
   * Halves
   */
  /**
   * Thirds
   */
  /**
   * Quarters
   */
  /**
   * Fifths
   */
  /**
   * Sixths
   */
  /**
   * Eighths
   */
  /**
   * Tenths
   */
  /**
   * Twelfths
   */ }
  body.non-responsive .desk-big-island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  body.non-responsive .desk-big-no-island {
    margin-bottom: 0; }
  body.non-responsive .desk-big-one-whole {
    width: 100% !important; }
  body.non-responsive .desk-big-one-half {
    width: 50% !important; }
  body.non-responsive .desk-big-one-third {
    width: 33.333% !important; }
  body.non-responsive .desk-big-two-thirds {
    width: 66.666% !important; }
  body.non-responsive .desk-big-one-quarter {
    width: 25% !important; }
  body.non-responsive .desk-big-two-quarters {
    width: 50% !important; }
  body.non-responsive .desk-big-three-quarters {
    width: 75% !important; }
  body.non-responsive .desk-big-one-fifth {
    width: 20% !important; }
  body.non-responsive .desk-big-two-fifths {
    width: 40% !important; }
  body.non-responsive .desk-big-three-fifths {
    width: 60% !important; }
  body.non-responsive .desk-big-four-fifths {
    width: 80% !important; }
  body.non-responsive .desk-big-one-sixth {
    width: 16.666% !important; }
  body.non-responsive .desk-big-two-sixths {
    width: 33.333% !important; }
  body.non-responsive .desk-big-three-sixths {
    width: 50% !important; }
  body.non-responsive .desk-big-four-sixths {
    width: 66.666% !important; }
  body.non-responsive .desk-big-five-sixths {
    width: 83.333% !important; }
  body.non-responsive .desk-big-one-eighth {
    width: 12.5% !important; }
  body.non-responsive .desk-big-two-eighths {
    width: 25% !important; }
  body.non-responsive .desk-big-three-eighths {
    width: 37.5% !important; }
  body.non-responsive .desk-big-four-eighths {
    width: 50% !important; }
  body.non-responsive .desk-big-five-eighths {
    width: 62.5% !important; }
  body.non-responsive .desk-big-six-eighths {
    width: 75% !important; }
  body.non-responsive .desk-big-seven-eighths {
    width: 87.5% !important; }
  body.non-responsive .desk-big-one-tenth {
    width: 10% !important; }
  body.non-responsive .desk-big-two-tenths {
    width: 20% !important; }
  body.non-responsive .desk-big-three-tenths {
    width: 30% !important; }
  body.non-responsive .desk-big-four-tenths {
    width: 40% !important; }
  body.non-responsive .desk-big-five-tenths {
    width: 50% !important; }
  body.non-responsive .desk-big-six-tenths {
    width: 60% !important; }
  body.non-responsive .desk-big-seven-tenths {
    width: 70% !important; }
  body.non-responsive .desk-big-eight-tenths {
    width: 80% !important; }
  body.non-responsive .desk-big-nine-tenths {
    width: 90% !important; }
  body.non-responsive .desk-big-one-twelfth {
    width: 8.333% !important; }
  body.non-responsive .desk-big-two-twelfths {
    width: 16.666% !important; }
  body.non-responsive .desk-big-three-twelfths {
    width: 25% !important; }
  body.non-responsive .desk-big-four-twelfths {
    width: 33.333% !important; }
  body.non-responsive .desk-big-five-twelfths {
    width: 41.666% !important; }
  body.non-responsive .desk-big-six-twelfths {
    width: 50% !important; }
  body.non-responsive .desk-big-seven-twelfths {
    width: 58.333% !important; }
  body.non-responsive .desk-big-eight-twelfths {
    width: 66.666% !important; }
  body.non-responsive .desk-big-nine-twelfths {
    width: 75% !important; }
  body.non-responsive .desk-big-ten-twelfths {
    width: 83.333% !important; }
  body.non-responsive .desk-big-eleven-twelfths {
    width: 91.666% !important; }

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .tablet-portrait-island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    body.immobile .tablet-portrait-no-island {
      margin-bottom: 0; }
    body.immobile .tablet-portrait-one-whole {
      width: 100% !important; }
    body.immobile .tablet-portrait-one-half {
      width: 50% !important; }
    body.immobile .tablet-portrait-one-third {
      width: 33.333% !important; }
    body.immobile .tablet-portrait-two-thirds {
      width: 66.666% !important; }
    body.immobile .tablet-portrait-one-quarter {
      width: 25% !important; }
    body.immobile .tablet-portrait-two-quarters {
      width: 50% !important; }
    body.immobile .tablet-portrait-three-quarters {
      width: 75% !important; }
    body.immobile .tablet-portrait-one-fifth {
      width: 20% !important; }
    body.immobile .tablet-portrait-two-fifths {
      width: 40% !important; }
    body.immobile .tablet-portrait-three-fifths {
      width: 60% !important; }
    body.immobile .tablet-portrait-four-fifths {
      width: 80% !important; }
    body.immobile .tablet-portrait-one-sixth {
      width: 16.666% !important; }
    body.immobile .tablet-portrait-two-sixths {
      width: 33.333% !important; }
    body.immobile .tablet-portrait-three-sixths {
      width: 50% !important; }
    body.immobile .tablet-portrait-four-sixths {
      width: 66.666% !important; }
    body.immobile .tablet-portrait-five-sixths {
      width: 83.333% !important; }
    body.immobile .tablet-portrait-one-eighth {
      width: 12.5% !important; }
    body.immobile .tablet-portrait-two-eighths {
      width: 25% !important; }
    body.immobile .tablet-portrait-three-eighths {
      width: 37.5% !important; }
    body.immobile .tablet-portrait-four-eighths {
      width: 50% !important; }
    body.immobile .tablet-portrait-five-eighths {
      width: 62.5% !important; }
    body.immobile .tablet-portrait-six-eighths {
      width: 75% !important; }
    body.immobile .tablet-portrait-seven-eighths {
      width: 87.5% !important; }
    body.immobile .tablet-portrait-one-tenth {
      width: 10% !important; }
    body.immobile .tablet-portrait-two-tenths {
      width: 20% !important; }
    body.immobile .tablet-portrait-three-tenths {
      width: 30% !important; }
    body.immobile .tablet-portrait-four-tenths {
      width: 40% !important; }
    body.immobile .tablet-portrait-five-tenths {
      width: 50% !important; }
    body.immobile .tablet-portrait-six-tenths {
      width: 60% !important; }
    body.immobile .tablet-portrait-seven-tenths {
      width: 70% !important; }
    body.immobile .tablet-portrait-eight-tenths {
      width: 80% !important; }
    body.immobile .tablet-portrait-nine-tenths {
      width: 90% !important; }
    body.immobile .tablet-portrait-one-twelfth {
      width: 8.333% !important; }
    body.immobile .tablet-portrait-two-twelfths {
      width: 16.666% !important; }
    body.immobile .tablet-portrait-three-twelfths {
      width: 25% !important; }
    body.immobile .tablet-portrait-four-twelfths {
      width: 33.333% !important; }
    body.immobile .tablet-portrait-five-twelfths {
      width: 41.666% !important; }
    body.immobile .tablet-portrait-six-twelfths {
      width: 50% !important; }
    body.immobile .tablet-portrait-seven-twelfths {
      width: 58.333% !important; }
    body.immobile .tablet-portrait-eight-twelfths {
      width: 66.666% !important; }
    body.immobile .tablet-portrait-nine-twelfths {
      width: 75% !important; }
    body.immobile .tablet-portrait-ten-twelfths {
      width: 83.333% !important; }
    body.immobile .tablet-portrait-eleven-twelfths {
      width: 91.666% !important; } }

@media only screen and (min-width: 980px) and (max-width: 1120px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .tablet-landscape-island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    body.immobile .tablet-landscape-no-island {
      margin-bottom: 0; }
    body.immobile .tablet-landscape-one-whole {
      width: 100% !important; }
    body.immobile .tablet-landscape-one-half {
      width: 50% !important; }
    body.immobile .tablet-landscape-one-third {
      width: 33.333% !important; }
    body.immobile .tablet-landscape-two-thirds {
      width: 66.666% !important; }
    body.immobile .tablet-landscape-one-quarter {
      width: 25% !important; }
    body.immobile .tablet-landscape-two-quarters {
      width: 50% !important; }
    body.immobile .tablet-landscape-three-quarters {
      width: 75% !important; }
    body.immobile .tablet-landscape-one-fifth {
      width: 20% !important; }
    body.immobile .tablet-landscape-two-fifths {
      width: 40% !important; }
    body.immobile .tablet-landscape-three-fifths {
      width: 60% !important; }
    body.immobile .tablet-landscape-four-fifths {
      width: 80% !important; }
    body.immobile .tablet-landscape-one-sixth {
      width: 16.666% !important; }
    body.immobile .tablet-landscape-two-sixths {
      width: 33.333% !important; }
    body.immobile .tablet-landscape-three-sixths {
      width: 50% !important; }
    body.immobile .tablet-landscape-four-sixths {
      width: 66.666% !important; }
    body.immobile .tablet-landscape-five-sixths {
      width: 83.333% !important; }
    body.immobile .tablet-landscape-one-eighth {
      width: 12.5% !important; }
    body.immobile .tablet-landscape-two-eighths {
      width: 25% !important; }
    body.immobile .tablet-landscape-three-eighths {
      width: 37.5% !important; }
    body.immobile .tablet-landscape-four-eighths {
      width: 50% !important; }
    body.immobile .tablet-landscape-five-eighths {
      width: 62.5% !important; }
    body.immobile .tablet-landscape-six-eighths {
      width: 75% !important; }
    body.immobile .tablet-landscape-seven-eighths {
      width: 87.5% !important; }
    body.immobile .tablet-landscape-one-tenth {
      width: 10% !important; }
    body.immobile .tablet-landscape-two-tenths {
      width: 20% !important; }
    body.immobile .tablet-landscape-three-tenths {
      width: 30% !important; }
    body.immobile .tablet-landscape-four-tenths {
      width: 40% !important; }
    body.immobile .tablet-landscape-five-tenths {
      width: 50% !important; }
    body.immobile .tablet-landscape-six-tenths {
      width: 60% !important; }
    body.immobile .tablet-landscape-seven-tenths {
      width: 70% !important; }
    body.immobile .tablet-landscape-eight-tenths {
      width: 80% !important; }
    body.immobile .tablet-landscape-nine-tenths {
      width: 90% !important; }
    body.immobile .tablet-landscape-one-twelfth {
      width: 8.333% !important; }
    body.immobile .tablet-landscape-two-twelfths {
      width: 16.666% !important; }
    body.immobile .tablet-landscape-three-twelfths {
      width: 25% !important; }
    body.immobile .tablet-landscape-four-twelfths {
      width: 33.333% !important; }
    body.immobile .tablet-landscape-five-twelfths {
      width: 41.666% !important; }
    body.immobile .tablet-landscape-six-twelfths {
      width: 50% !important; }
    body.immobile .tablet-landscape-seven-twelfths {
      width: 58.333% !important; }
    body.immobile .tablet-landscape-eight-twelfths {
      width: 66.666% !important; }
    body.immobile .tablet-landscape-nine-twelfths {
      width: 75% !important; }
    body.immobile .tablet-landscape-ten-twelfths {
      width: 83.333% !important; }
    body.immobile .tablet-landscape-eleven-twelfths {
      width: 91.666% !important; } }

@media only screen and (min-width: 1120px) and (max-width: 1280px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .desk-normal-island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    body.immobile .desk-normal-no-island {
      margin-bottom: 0; }
    body.immobile .desk-normal-one-whole {
      width: 100% !important; }
    body.immobile .desk-normal-one-half {
      width: 50% !important; }
    body.immobile .desk-normal-one-third {
      width: 33.333% !important; }
    body.immobile .desk-normal-two-thirds {
      width: 66.666% !important; }
    body.immobile .desk-normal-one-quarter {
      width: 25% !important; }
    body.immobile .desk-normal-two-quarters {
      width: 50% !important; }
    body.immobile .desk-normal-three-quarters {
      width: 75% !important; }
    body.immobile .desk-normal-one-fifth {
      width: 20% !important; }
    body.immobile .desk-normal-two-fifths {
      width: 40% !important; }
    body.immobile .desk-normal-three-fifths {
      width: 60% !important; }
    body.immobile .desk-normal-four-fifths {
      width: 80% !important; }
    body.immobile .desk-normal-one-sixth {
      width: 16.666% !important; }
    body.immobile .desk-normal-two-sixths {
      width: 33.333% !important; }
    body.immobile .desk-normal-three-sixths {
      width: 50% !important; }
    body.immobile .desk-normal-four-sixths {
      width: 66.666% !important; }
    body.immobile .desk-normal-five-sixths {
      width: 83.333% !important; }
    body.immobile .desk-normal-one-eighth {
      width: 12.5% !important; }
    body.immobile .desk-normal-two-eighths {
      width: 25% !important; }
    body.immobile .desk-normal-three-eighths {
      width: 37.5% !important; }
    body.immobile .desk-normal-four-eighths {
      width: 50% !important; }
    body.immobile .desk-normal-five-eighths {
      width: 62.5% !important; }
    body.immobile .desk-normal-six-eighths {
      width: 75% !important; }
    body.immobile .desk-normal-seven-eighths {
      width: 87.5% !important; }
    body.immobile .desk-normal-one-tenth {
      width: 10% !important; }
    body.immobile .desk-normal-two-tenths {
      width: 20% !important; }
    body.immobile .desk-normal-three-tenths {
      width: 30% !important; }
    body.immobile .desk-normal-four-tenths {
      width: 40% !important; }
    body.immobile .desk-normal-five-tenths {
      width: 50% !important; }
    body.immobile .desk-normal-six-tenths {
      width: 60% !important; }
    body.immobile .desk-normal-seven-tenths {
      width: 70% !important; }
    body.immobile .desk-normal-eight-tenths {
      width: 80% !important; }
    body.immobile .desk-normal-nine-tenths {
      width: 90% !important; }
    body.immobile .desk-normal-one-twelfth {
      width: 8.333% !important; }
    body.immobile .desk-normal-two-twelfths {
      width: 16.666% !important; }
    body.immobile .desk-normal-three-twelfths {
      width: 25% !important; }
    body.immobile .desk-normal-four-twelfths {
      width: 33.333% !important; }
    body.immobile .desk-normal-five-twelfths {
      width: 41.666% !important; }
    body.immobile .desk-normal-six-twelfths {
      width: 50% !important; }
    body.immobile .desk-normal-seven-twelfths {
      width: 58.333% !important; }
    body.immobile .desk-normal-eight-twelfths {
      width: 66.666% !important; }
    body.immobile .desk-normal-nine-twelfths {
      width: 75% !important; }
    body.immobile .desk-normal-ten-twelfths {
      width: 83.333% !important; }
    body.immobile .desk-normal-eleven-twelfths {
      width: 91.666% !important; } }

@media only screen and (min-width: 1280px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .desk-big-island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    body.immobile .desk-big-no-island {
      margin-bottom: 0; }
    body.immobile .desk-big-one-whole {
      width: 100% !important; }
    body.immobile .desk-big-one-half {
      width: 50% !important; }
    body.immobile .desk-big-one-third {
      width: 33.333% !important; }
    body.immobile .desk-big-two-thirds {
      width: 66.666% !important; }
    body.immobile .desk-big-one-quarter {
      width: 25% !important; }
    body.immobile .desk-big-two-quarters {
      width: 50% !important; }
    body.immobile .desk-big-three-quarters {
      width: 75% !important; }
    body.immobile .desk-big-one-fifth {
      width: 20% !important; }
    body.immobile .desk-big-two-fifths {
      width: 40% !important; }
    body.immobile .desk-big-three-fifths {
      width: 60% !important; }
    body.immobile .desk-big-four-fifths {
      width: 80% !important; }
    body.immobile .desk-big-one-sixth {
      width: 16.666% !important; }
    body.immobile .desk-big-two-sixths {
      width: 33.333% !important; }
    body.immobile .desk-big-three-sixths {
      width: 50% !important; }
    body.immobile .desk-big-four-sixths {
      width: 66.666% !important; }
    body.immobile .desk-big-five-sixths {
      width: 83.333% !important; }
    body.immobile .desk-big-one-eighth {
      width: 12.5% !important; }
    body.immobile .desk-big-two-eighths {
      width: 25% !important; }
    body.immobile .desk-big-three-eighths {
      width: 37.5% !important; }
    body.immobile .desk-big-four-eighths {
      width: 50% !important; }
    body.immobile .desk-big-five-eighths {
      width: 62.5% !important; }
    body.immobile .desk-big-six-eighths {
      width: 75% !important; }
    body.immobile .desk-big-seven-eighths {
      width: 87.5% !important; }
    body.immobile .desk-big-one-tenth {
      width: 10% !important; }
    body.immobile .desk-big-two-tenths {
      width: 20% !important; }
    body.immobile .desk-big-three-tenths {
      width: 30% !important; }
    body.immobile .desk-big-four-tenths {
      width: 40% !important; }
    body.immobile .desk-big-five-tenths {
      width: 50% !important; }
    body.immobile .desk-big-six-tenths {
      width: 60% !important; }
    body.immobile .desk-big-seven-tenths {
      width: 70% !important; }
    body.immobile .desk-big-eight-tenths {
      width: 80% !important; }
    body.immobile .desk-big-nine-tenths {
      width: 90% !important; }
    body.immobile .desk-big-one-twelfth {
      width: 8.333% !important; }
    body.immobile .desk-big-two-twelfths {
      width: 16.666% !important; }
    body.immobile .desk-big-three-twelfths {
      width: 25% !important; }
    body.immobile .desk-big-four-twelfths {
      width: 33.333% !important; }
    body.immobile .desk-big-five-twelfths {
      width: 41.666% !important; }
    body.immobile .desk-big-six-twelfths {
      width: 50% !important; }
    body.immobile .desk-big-seven-twelfths {
      width: 58.333% !important; }
    body.immobile .desk-big-eight-twelfths {
      width: 66.666% !important; }
    body.immobile .desk-big-nine-twelfths {
      width: 75% !important; }
    body.immobile .desk-big-ten-twelfths {
      width: 83.333% !important; }
    body.immobile .desk-big-eleven-twelfths {
      width: 91.666% !important; } }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  body.mobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.mobile .tablet-portrait-island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    body.mobile .tablet-portrait-no-island {
      margin-bottom: 0; }
    body.mobile .tablet-portrait-one-whole {
      width: 100% !important; }
    body.mobile .tablet-portrait-one-half {
      width: 50% !important; }
    body.mobile .tablet-portrait-one-third {
      width: 33.333% !important; }
    body.mobile .tablet-portrait-two-thirds {
      width: 66.666% !important; }
    body.mobile .tablet-portrait-one-quarter {
      width: 25% !important; }
    body.mobile .tablet-portrait-two-quarters {
      width: 50% !important; }
    body.mobile .tablet-portrait-three-quarters {
      width: 75% !important; }
    body.mobile .tablet-portrait-one-fifth {
      width: 20% !important; }
    body.mobile .tablet-portrait-two-fifths {
      width: 40% !important; }
    body.mobile .tablet-portrait-three-fifths {
      width: 60% !important; }
    body.mobile .tablet-portrait-four-fifths {
      width: 80% !important; }
    body.mobile .tablet-portrait-one-sixth {
      width: 16.666% !important; }
    body.mobile .tablet-portrait-two-sixths {
      width: 33.333% !important; }
    body.mobile .tablet-portrait-three-sixths {
      width: 50% !important; }
    body.mobile .tablet-portrait-four-sixths {
      width: 66.666% !important; }
    body.mobile .tablet-portrait-five-sixths {
      width: 83.333% !important; }
    body.mobile .tablet-portrait-one-eighth {
      width: 12.5% !important; }
    body.mobile .tablet-portrait-two-eighths {
      width: 25% !important; }
    body.mobile .tablet-portrait-three-eighths {
      width: 37.5% !important; }
    body.mobile .tablet-portrait-four-eighths {
      width: 50% !important; }
    body.mobile .tablet-portrait-five-eighths {
      width: 62.5% !important; }
    body.mobile .tablet-portrait-six-eighths {
      width: 75% !important; }
    body.mobile .tablet-portrait-seven-eighths {
      width: 87.5% !important; }
    body.mobile .tablet-portrait-one-tenth {
      width: 10% !important; }
    body.mobile .tablet-portrait-two-tenths {
      width: 20% !important; }
    body.mobile .tablet-portrait-three-tenths {
      width: 30% !important; }
    body.mobile .tablet-portrait-four-tenths {
      width: 40% !important; }
    body.mobile .tablet-portrait-five-tenths {
      width: 50% !important; }
    body.mobile .tablet-portrait-six-tenths {
      width: 60% !important; }
    body.mobile .tablet-portrait-seven-tenths {
      width: 70% !important; }
    body.mobile .tablet-portrait-eight-tenths {
      width: 80% !important; }
    body.mobile .tablet-portrait-nine-tenths {
      width: 90% !important; }
    body.mobile .tablet-portrait-one-twelfth {
      width: 8.333% !important; }
    body.mobile .tablet-portrait-two-twelfths {
      width: 16.666% !important; }
    body.mobile .tablet-portrait-three-twelfths {
      width: 25% !important; }
    body.mobile .tablet-portrait-four-twelfths {
      width: 33.333% !important; }
    body.mobile .tablet-portrait-five-twelfths {
      width: 41.666% !important; }
    body.mobile .tablet-portrait-six-twelfths {
      width: 50% !important; }
    body.mobile .tablet-portrait-seven-twelfths {
      width: 58.333% !important; }
    body.mobile .tablet-portrait-eight-twelfths {
      width: 66.666% !important; }
    body.mobile .tablet-portrait-nine-twelfths {
      width: 75% !important; }
    body.mobile .tablet-portrait-ten-twelfths {
      width: 83.333% !important; }
    body.mobile .tablet-portrait-eleven-twelfths {
      width: 91.666% !important; } }

@media only screen and (min-width: 980px) {
  body.mobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.mobile .tablet-landscape-island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    body.mobile .tablet-landscape-no-island {
      margin-bottom: 0; }
    body.mobile .tablet-landscape-one-whole {
      width: 100% !important; }
    body.mobile .tablet-landscape-one-half {
      width: 50% !important; }
    body.mobile .tablet-landscape-one-third {
      width: 33.333% !important; }
    body.mobile .tablet-landscape-two-thirds {
      width: 66.666% !important; }
    body.mobile .tablet-landscape-one-quarter {
      width: 25% !important; }
    body.mobile .tablet-landscape-two-quarters {
      width: 50% !important; }
    body.mobile .tablet-landscape-three-quarters {
      width: 75% !important; }
    body.mobile .tablet-landscape-one-fifth {
      width: 20% !important; }
    body.mobile .tablet-landscape-two-fifths {
      width: 40% !important; }
    body.mobile .tablet-landscape-three-fifths {
      width: 60% !important; }
    body.mobile .tablet-landscape-four-fifths {
      width: 80% !important; }
    body.mobile .tablet-landscape-one-sixth {
      width: 16.666% !important; }
    body.mobile .tablet-landscape-two-sixths {
      width: 33.333% !important; }
    body.mobile .tablet-landscape-three-sixths {
      width: 50% !important; }
    body.mobile .tablet-landscape-four-sixths {
      width: 66.666% !important; }
    body.mobile .tablet-landscape-five-sixths {
      width: 83.333% !important; }
    body.mobile .tablet-landscape-one-eighth {
      width: 12.5% !important; }
    body.mobile .tablet-landscape-two-eighths {
      width: 25% !important; }
    body.mobile .tablet-landscape-three-eighths {
      width: 37.5% !important; }
    body.mobile .tablet-landscape-four-eighths {
      width: 50% !important; }
    body.mobile .tablet-landscape-five-eighths {
      width: 62.5% !important; }
    body.mobile .tablet-landscape-six-eighths {
      width: 75% !important; }
    body.mobile .tablet-landscape-seven-eighths {
      width: 87.5% !important; }
    body.mobile .tablet-landscape-one-tenth {
      width: 10% !important; }
    body.mobile .tablet-landscape-two-tenths {
      width: 20% !important; }
    body.mobile .tablet-landscape-three-tenths {
      width: 30% !important; }
    body.mobile .tablet-landscape-four-tenths {
      width: 40% !important; }
    body.mobile .tablet-landscape-five-tenths {
      width: 50% !important; }
    body.mobile .tablet-landscape-six-tenths {
      width: 60% !important; }
    body.mobile .tablet-landscape-seven-tenths {
      width: 70% !important; }
    body.mobile .tablet-landscape-eight-tenths {
      width: 80% !important; }
    body.mobile .tablet-landscape-nine-tenths {
      width: 90% !important; }
    body.mobile .tablet-landscape-one-twelfth {
      width: 8.333% !important; }
    body.mobile .tablet-landscape-two-twelfths {
      width: 16.666% !important; }
    body.mobile .tablet-landscape-three-twelfths {
      width: 25% !important; }
    body.mobile .tablet-landscape-four-twelfths {
      width: 33.333% !important; }
    body.mobile .tablet-landscape-five-twelfths {
      width: 41.666% !important; }
    body.mobile .tablet-landscape-six-twelfths {
      width: 50% !important; }
    body.mobile .tablet-landscape-seven-twelfths {
      width: 58.333% !important; }
    body.mobile .tablet-landscape-eight-twelfths {
      width: 66.666% !important; }
    body.mobile .tablet-landscape-nine-twelfths {
      width: 75% !important; }
    body.mobile .tablet-landscape-ten-twelfths {
      width: 83.333% !important; }
    body.mobile .tablet-landscape-eleven-twelfths {
      width: 91.666% !important; } }

/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
   * Not a particularly great selector, but the DRYest way to do things.
   */
[class*="push-"] {
  position: relative; }

/**
   * Whole
   */
.push-one-whole {
  left: 100%; }

/**
   * Halves
   */
.push-one-half {
  left: 50%; }

/**
   * Thirds
   */
.push-one-third {
  left: 33.333%; }

.push-two-thirds {
  left: 66.666%; }

/**
   * Quarters
   */
.push-one-quarter {
  left: 25%; }

.push-two-quarters {
  left: 50%; }

.push-three-quarters {
  left: 75%; }

/**
   * Fifths
   */
.push-one-fifth {
  left: 20%; }

.push-two-fifths {
  left: 40%; }

.push-three-fifths {
  left: 60%; }

.push-four-fifths {
  left: 80%; }

/**
   * Sixths
   */
.push-one-sixth {
  left: 16.666%; }

.push-two-sixths {
  left: 33.333%; }

.push-three-sixths {
  left: 50%; }

.push-four-sixths {
  left: 66.666%; }

.push-five-sixths {
  left: 83.333%; }

/**
   * Eighths
   */
.push-one-eighth {
  left: 12.5%; }

.push-two-eighths {
  left: 25%; }

.push-three-eighths {
  left: 37.5%; }

.push-four-eighths {
  left: 50%; }

.push-five-eighths {
  left: 62.5%; }

.push-six-eighths {
  left: 75%; }

.push-seven-eighths {
  left: 87.5%; }

/**
   * Tenths
   */
.push-one-tenth {
  left: 10%; }

.push-two-tenths {
  left: 20%; }

.push-three-tenths {
  left: 30%; }

.push-four-tenths {
  left: 40%; }

.push-five-tenths {
  left: 50%; }

.push-six-tenths {
  left: 60%; }

.push-seven-tenths {
  left: 70%; }

.push-eight-tenths {
  left: 80%; }

.push-nine-tenths {
  left: 90%; }

/**
   * Twelfths
   */
.push-one-twelfth {
  left: 8.333%; }

.push-two-twelfths {
  left: 16.666%; }

.push-three-twelfths {
  left: 25%; }

.push-four-twelfths {
  left: 33.333%; }

.push-five-twelfths {
  left: 41.666%; }

.push-six-twelfths {
  left: 50%; }

.push-seven-twelfths {
  left: 58.333%; }

.push-eight-twelfths {
  left: 66.666%; }

.push-nine-twelfths {
  left: 75%; }

.push-ten-twelfths {
  left: 83.333%; }

.push-eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .push-tablet-portrait-one-whole {
      left: 100%; }
    body.immobile .push-tablet-portrait-one-half {
      left: 50%; }
    body.immobile .push-tablet-portrait-one-third {
      left: 33.333%; }
    body.immobile .push-tablet-portrait-two-thirds {
      left: 66.666%; }
    body.immobile .push-tablet-portrait-one-quarter {
      left: 25%; }
    body.immobile .push-tablet-portrait-two-quarters {
      left: 50%; }
    body.immobile .push-tablet-portrait-three-quarters {
      left: 75%; }
    body.immobile .push-tablet-portrait-one-fifth {
      left: 20%; }
    body.immobile .push-tablet-portrait-two-fifths {
      left: 40%; }
    body.immobile .push-tablet-portrait-three-fifths {
      left: 60%; }
    body.immobile .push-tablet-portrait-four-fifths {
      left: 80%; }
    body.immobile .push-tablet-portrait-one-sixth {
      left: 16.666%; }
    body.immobile .push-tablet-portrait-two-sixths {
      left: 33.333%; }
    body.immobile .push-tablet-portrait-three-sixths {
      left: 50%; }
    body.immobile .push-tablet-portrait-four-sixths {
      left: 66.666%; }
    body.immobile .push-tablet-portrait-five-sixths {
      left: 83.333%; }
    body.immobile .push-tablet-portrait-one-eighth {
      left: 12.5%; }
    body.immobile .push-tablet-portrait-two-eighths {
      left: 25%; }
    body.immobile .push-tablet-portrait-three-eighths {
      left: 37.5%; }
    body.immobile .push-tablet-portrait-four-eighths {
      left: 50%; }
    body.immobile .push-tablet-portrait-five-eighths {
      left: 62.5%; }
    body.immobile .push-tablet-portrait-six-eighths {
      left: 75%; }
    body.immobile .push-tablet-portrait-seven-eighths {
      left: 87.5%; }
    body.immobile .push-tablet-portrait-one-tenth {
      left: 10%; }
    body.immobile .push-tablet-portrait-two-tenths {
      left: 20%; }
    body.immobile .push-tablet-portrait-three-tenths {
      left: 30%; }
    body.immobile .push-tablet-portrait-four-tenths {
      left: 40%; }
    body.immobile .push-tablet-portrait-five-tenths {
      left: 50%; }
    body.immobile .push-tablet-portrait-six-tenths {
      left: 60%; }
    body.immobile .push-tablet-portrait-seven-tenths {
      left: 70%; }
    body.immobile .push-tablet-portrait-eight-tenths {
      left: 80%; }
    body.immobile .push-tablet-portrait-nine-tenths {
      left: 90%; }
    body.immobile .push-tablet-portrait-one-twelfth {
      left: 8.333%; }
    body.immobile .push-tablet-portrait-two-twelfths {
      left: 16.666%; }
    body.immobile .push-tablet-portrait-three-twelfths {
      left: 25%; }
    body.immobile .push-tablet-portrait-four-twelfths {
      left: 33.333%; }
    body.immobile .push-tablet-portrait-five-twelfths {
      left: 41.666%; }
    body.immobile .push-tablet-portrait-six-twelfths {
      left: 50%; }
    body.immobile .push-tablet-portrait-seven-twelfths {
      left: 58.333%; }
    body.immobile .push-tablet-portrait-eight-twelfths {
      left: 66.666%; }
    body.immobile .push-tablet-portrait-nine-twelfths {
      left: 75%; }
    body.immobile .push-tablet-portrait-ten-twelfths {
      left: 83.333%; }
    body.immobile .push-tablet-portrait-eleven-twelfths {
      left: 91.666%; } }

@media only screen and (min-width: 980px) and (max-width: 1120px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .push-tablet-landscape-one-whole {
      left: 100%; }
    body.immobile .push-tablet-landscape-one-half {
      left: 50%; }
    body.immobile .push-tablet-landscape-one-third {
      left: 33.333%; }
    body.immobile .push-tablet-landscape-two-thirds {
      left: 66.666%; }
    body.immobile .push-tablet-landscape-one-quarter {
      left: 25%; }
    body.immobile .push-tablet-landscape-two-quarters {
      left: 50%; }
    body.immobile .push-tablet-landscape-three-quarters {
      left: 75%; }
    body.immobile .push-tablet-landscape-one-fifth {
      left: 20%; }
    body.immobile .push-tablet-landscape-two-fifths {
      left: 40%; }
    body.immobile .push-tablet-landscape-three-fifths {
      left: 60%; }
    body.immobile .push-tablet-landscape-four-fifths {
      left: 80%; }
    body.immobile .push-tablet-landscape-one-sixth {
      left: 16.666%; }
    body.immobile .push-tablet-landscape-two-sixths {
      left: 33.333%; }
    body.immobile .push-tablet-landscape-three-sixths {
      left: 50%; }
    body.immobile .push-tablet-landscape-four-sixths {
      left: 66.666%; }
    body.immobile .push-tablet-landscape-five-sixths {
      left: 83.333%; }
    body.immobile .push-tablet-landscape-one-eighth {
      left: 12.5%; }
    body.immobile .push-tablet-landscape-two-eighths {
      left: 25%; }
    body.immobile .push-tablet-landscape-three-eighths {
      left: 37.5%; }
    body.immobile .push-tablet-landscape-four-eighths {
      left: 50%; }
    body.immobile .push-tablet-landscape-five-eighths {
      left: 62.5%; }
    body.immobile .push-tablet-landscape-six-eighths {
      left: 75%; }
    body.immobile .push-tablet-landscape-seven-eighths {
      left: 87.5%; }
    body.immobile .push-tablet-landscape-one-tenth {
      left: 10%; }
    body.immobile .push-tablet-landscape-two-tenths {
      left: 20%; }
    body.immobile .push-tablet-landscape-three-tenths {
      left: 30%; }
    body.immobile .push-tablet-landscape-four-tenths {
      left: 40%; }
    body.immobile .push-tablet-landscape-five-tenths {
      left: 50%; }
    body.immobile .push-tablet-landscape-six-tenths {
      left: 60%; }
    body.immobile .push-tablet-landscape-seven-tenths {
      left: 70%; }
    body.immobile .push-tablet-landscape-eight-tenths {
      left: 80%; }
    body.immobile .push-tablet-landscape-nine-tenths {
      left: 90%; }
    body.immobile .push-tablet-landscape-one-twelfth {
      left: 8.333%; }
    body.immobile .push-tablet-landscape-two-twelfths {
      left: 16.666%; }
    body.immobile .push-tablet-landscape-three-twelfths {
      left: 25%; }
    body.immobile .push-tablet-landscape-four-twelfths {
      left: 33.333%; }
    body.immobile .push-tablet-landscape-five-twelfths {
      left: 41.666%; }
    body.immobile .push-tablet-landscape-six-twelfths {
      left: 50%; }
    body.immobile .push-tablet-landscape-seven-twelfths {
      left: 58.333%; }
    body.immobile .push-tablet-landscape-eight-twelfths {
      left: 66.666%; }
    body.immobile .push-tablet-landscape-nine-twelfths {
      left: 75%; }
    body.immobile .push-tablet-landscape-ten-twelfths {
      left: 83.333%; }
    body.immobile .push-tablet-landscape-eleven-twelfths {
      left: 91.666%; } }

@media only screen and (min-width: 1120px) and (max-width: 1280px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .push-desk-normal-one-whole {
      left: 100%; }
    body.immobile .push-desk-normal-one-half {
      left: 50%; }
    body.immobile .push-desk-normal-one-third {
      left: 33.333%; }
    body.immobile .push-desk-normal-two-thirds {
      left: 66.666%; }
    body.immobile .push-desk-normal-one-quarter {
      left: 25%; }
    body.immobile .push-desk-normal-two-quarters {
      left: 50%; }
    body.immobile .push-desk-normal-three-quarters {
      left: 75%; }
    body.immobile .push-desk-normal-one-fifth {
      left: 20%; }
    body.immobile .push-desk-normal-two-fifths {
      left: 40%; }
    body.immobile .push-desk-normal-three-fifths {
      left: 60%; }
    body.immobile .push-desk-normal-four-fifths {
      left: 80%; }
    body.immobile .push-desk-normal-one-sixth {
      left: 16.666%; }
    body.immobile .push-desk-normal-two-sixths {
      left: 33.333%; }
    body.immobile .push-desk-normal-three-sixths {
      left: 50%; }
    body.immobile .push-desk-normal-four-sixths {
      left: 66.666%; }
    body.immobile .push-desk-normal-five-sixths {
      left: 83.333%; }
    body.immobile .push-desk-normal-one-eighth {
      left: 12.5%; }
    body.immobile .push-desk-normal-two-eighths {
      left: 25%; }
    body.immobile .push-desk-normal-three-eighths {
      left: 37.5%; }
    body.immobile .push-desk-normal-four-eighths {
      left: 50%; }
    body.immobile .push-desk-normal-five-eighths {
      left: 62.5%; }
    body.immobile .push-desk-normal-six-eighths {
      left: 75%; }
    body.immobile .push-desk-normal-seven-eighths {
      left: 87.5%; }
    body.immobile .push-desk-normal-one-tenth {
      left: 10%; }
    body.immobile .push-desk-normal-two-tenths {
      left: 20%; }
    body.immobile .push-desk-normal-three-tenths {
      left: 30%; }
    body.immobile .push-desk-normal-four-tenths {
      left: 40%; }
    body.immobile .push-desk-normal-five-tenths {
      left: 50%; }
    body.immobile .push-desk-normal-six-tenths {
      left: 60%; }
    body.immobile .push-desk-normal-seven-tenths {
      left: 70%; }
    body.immobile .push-desk-normal-eight-tenths {
      left: 80%; }
    body.immobile .push-desk-normal-nine-tenths {
      left: 90%; }
    body.immobile .push-desk-normal-one-twelfth {
      left: 8.333%; }
    body.immobile .push-desk-normal-two-twelfths {
      left: 16.666%; }
    body.immobile .push-desk-normal-three-twelfths {
      left: 25%; }
    body.immobile .push-desk-normal-four-twelfths {
      left: 33.333%; }
    body.immobile .push-desk-normal-five-twelfths {
      left: 41.666%; }
    body.immobile .push-desk-normal-six-twelfths {
      left: 50%; }
    body.immobile .push-desk-normal-seven-twelfths {
      left: 58.333%; }
    body.immobile .push-desk-normal-eight-twelfths {
      left: 66.666%; }
    body.immobile .push-desk-normal-nine-twelfths {
      left: 75%; }
    body.immobile .push-desk-normal-ten-twelfths {
      left: 83.333%; }
    body.immobile .push-desk-normal-eleven-twelfths {
      left: 91.666%; } }

@media only screen and (min-width: 1280px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .push-desk-big-one-whole {
      left: 100%; }
    body.immobile .push-desk-big-one-half {
      left: 50%; }
    body.immobile .push-desk-big-one-third {
      left: 33.333%; }
    body.immobile .push-desk-big-two-thirds {
      left: 66.666%; }
    body.immobile .push-desk-big-one-quarter {
      left: 25%; }
    body.immobile .push-desk-big-two-quarters {
      left: 50%; }
    body.immobile .push-desk-big-three-quarters {
      left: 75%; }
    body.immobile .push-desk-big-one-fifth {
      left: 20%; }
    body.immobile .push-desk-big-two-fifths {
      left: 40%; }
    body.immobile .push-desk-big-three-fifths {
      left: 60%; }
    body.immobile .push-desk-big-four-fifths {
      left: 80%; }
    body.immobile .push-desk-big-one-sixth {
      left: 16.666%; }
    body.immobile .push-desk-big-two-sixths {
      left: 33.333%; }
    body.immobile .push-desk-big-three-sixths {
      left: 50%; }
    body.immobile .push-desk-big-four-sixths {
      left: 66.666%; }
    body.immobile .push-desk-big-five-sixths {
      left: 83.333%; }
    body.immobile .push-desk-big-one-eighth {
      left: 12.5%; }
    body.immobile .push-desk-big-two-eighths {
      left: 25%; }
    body.immobile .push-desk-big-three-eighths {
      left: 37.5%; }
    body.immobile .push-desk-big-four-eighths {
      left: 50%; }
    body.immobile .push-desk-big-five-eighths {
      left: 62.5%; }
    body.immobile .push-desk-big-six-eighths {
      left: 75%; }
    body.immobile .push-desk-big-seven-eighths {
      left: 87.5%; }
    body.immobile .push-desk-big-one-tenth {
      left: 10%; }
    body.immobile .push-desk-big-two-tenths {
      left: 20%; }
    body.immobile .push-desk-big-three-tenths {
      left: 30%; }
    body.immobile .push-desk-big-four-tenths {
      left: 40%; }
    body.immobile .push-desk-big-five-tenths {
      left: 50%; }
    body.immobile .push-desk-big-six-tenths {
      left: 60%; }
    body.immobile .push-desk-big-seven-tenths {
      left: 70%; }
    body.immobile .push-desk-big-eight-tenths {
      left: 80%; }
    body.immobile .push-desk-big-nine-tenths {
      left: 90%; }
    body.immobile .push-desk-big-one-twelfth {
      left: 8.333%; }
    body.immobile .push-desk-big-two-twelfths {
      left: 16.666%; }
    body.immobile .push-desk-big-three-twelfths {
      left: 25%; }
    body.immobile .push-desk-big-four-twelfths {
      left: 33.333%; }
    body.immobile .push-desk-big-five-twelfths {
      left: 41.666%; }
    body.immobile .push-desk-big-six-twelfths {
      left: 50%; }
    body.immobile .push-desk-big-seven-twelfths {
      left: 58.333%; }
    body.immobile .push-desk-big-eight-twelfths {
      left: 66.666%; }
    body.immobile .push-desk-big-nine-twelfths {
      left: 75%; }
    body.immobile .push-desk-big-ten-twelfths {
      left: 83.333%; }
    body.immobile .push-desk-big-eleven-twelfths {
      left: 91.666%; } }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  body.mobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.mobile .push-tablet-portrait-one-whole {
      left: 100%; }
    body.mobile .push-tablet-portrait-one-half {
      left: 50%; }
    body.mobile .push-tablet-portrait-one-third {
      left: 33.333%; }
    body.mobile .push-tablet-portrait-two-thirds {
      left: 66.666%; }
    body.mobile .push-tablet-portrait-one-quarter {
      left: 25%; }
    body.mobile .push-tablet-portrait-two-quarters {
      left: 50%; }
    body.mobile .push-tablet-portrait-three-quarters {
      left: 75%; }
    body.mobile .push-tablet-portrait-one-fifth {
      left: 20%; }
    body.mobile .push-tablet-portrait-two-fifths {
      left: 40%; }
    body.mobile .push-tablet-portrait-three-fifths {
      left: 60%; }
    body.mobile .push-tablet-portrait-four-fifths {
      left: 80%; }
    body.mobile .push-tablet-portrait-one-sixth {
      left: 16.666%; }
    body.mobile .push-tablet-portrait-two-sixths {
      left: 33.333%; }
    body.mobile .push-tablet-portrait-three-sixths {
      left: 50%; }
    body.mobile .push-tablet-portrait-four-sixths {
      left: 66.666%; }
    body.mobile .push-tablet-portrait-five-sixths {
      left: 83.333%; }
    body.mobile .push-tablet-portrait-one-eighth {
      left: 12.5%; }
    body.mobile .push-tablet-portrait-two-eighths {
      left: 25%; }
    body.mobile .push-tablet-portrait-three-eighths {
      left: 37.5%; }
    body.mobile .push-tablet-portrait-four-eighths {
      left: 50%; }
    body.mobile .push-tablet-portrait-five-eighths {
      left: 62.5%; }
    body.mobile .push-tablet-portrait-six-eighths {
      left: 75%; }
    body.mobile .push-tablet-portrait-seven-eighths {
      left: 87.5%; }
    body.mobile .push-tablet-portrait-one-tenth {
      left: 10%; }
    body.mobile .push-tablet-portrait-two-tenths {
      left: 20%; }
    body.mobile .push-tablet-portrait-three-tenths {
      left: 30%; }
    body.mobile .push-tablet-portrait-four-tenths {
      left: 40%; }
    body.mobile .push-tablet-portrait-five-tenths {
      left: 50%; }
    body.mobile .push-tablet-portrait-six-tenths {
      left: 60%; }
    body.mobile .push-tablet-portrait-seven-tenths {
      left: 70%; }
    body.mobile .push-tablet-portrait-eight-tenths {
      left: 80%; }
    body.mobile .push-tablet-portrait-nine-tenths {
      left: 90%; }
    body.mobile .push-tablet-portrait-one-twelfth {
      left: 8.333%; }
    body.mobile .push-tablet-portrait-two-twelfths {
      left: 16.666%; }
    body.mobile .push-tablet-portrait-three-twelfths {
      left: 25%; }
    body.mobile .push-tablet-portrait-four-twelfths {
      left: 33.333%; }
    body.mobile .push-tablet-portrait-five-twelfths {
      left: 41.666%; }
    body.mobile .push-tablet-portrait-six-twelfths {
      left: 50%; }
    body.mobile .push-tablet-portrait-seven-twelfths {
      left: 58.333%; }
    body.mobile .push-tablet-portrait-eight-twelfths {
      left: 66.666%; }
    body.mobile .push-tablet-portrait-nine-twelfths {
      left: 75%; }
    body.mobile .push-tablet-portrait-ten-twelfths {
      left: 83.333%; }
    body.mobile .push-tablet-portrait-eleven-twelfths {
      left: 91.666%; } }

@media only screen and (min-width: 980px) {
  body.mobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.mobile .push-tablet-landscape-one-whole {
      left: 100%; }
    body.mobile .push-tablet-landscape-one-half {
      left: 50%; }
    body.mobile .push-tablet-landscape-one-third {
      left: 33.333%; }
    body.mobile .push-tablet-landscape-two-thirds {
      left: 66.666%; }
    body.mobile .push-tablet-landscape-one-quarter {
      left: 25%; }
    body.mobile .push-tablet-landscape-two-quarters {
      left: 50%; }
    body.mobile .push-tablet-landscape-three-quarters {
      left: 75%; }
    body.mobile .push-tablet-landscape-one-fifth {
      left: 20%; }
    body.mobile .push-tablet-landscape-two-fifths {
      left: 40%; }
    body.mobile .push-tablet-landscape-three-fifths {
      left: 60%; }
    body.mobile .push-tablet-landscape-four-fifths {
      left: 80%; }
    body.mobile .push-tablet-landscape-one-sixth {
      left: 16.666%; }
    body.mobile .push-tablet-landscape-two-sixths {
      left: 33.333%; }
    body.mobile .push-tablet-landscape-three-sixths {
      left: 50%; }
    body.mobile .push-tablet-landscape-four-sixths {
      left: 66.666%; }
    body.mobile .push-tablet-landscape-five-sixths {
      left: 83.333%; }
    body.mobile .push-tablet-landscape-one-eighth {
      left: 12.5%; }
    body.mobile .push-tablet-landscape-two-eighths {
      left: 25%; }
    body.mobile .push-tablet-landscape-three-eighths {
      left: 37.5%; }
    body.mobile .push-tablet-landscape-four-eighths {
      left: 50%; }
    body.mobile .push-tablet-landscape-five-eighths {
      left: 62.5%; }
    body.mobile .push-tablet-landscape-six-eighths {
      left: 75%; }
    body.mobile .push-tablet-landscape-seven-eighths {
      left: 87.5%; }
    body.mobile .push-tablet-landscape-one-tenth {
      left: 10%; }
    body.mobile .push-tablet-landscape-two-tenths {
      left: 20%; }
    body.mobile .push-tablet-landscape-three-tenths {
      left: 30%; }
    body.mobile .push-tablet-landscape-four-tenths {
      left: 40%; }
    body.mobile .push-tablet-landscape-five-tenths {
      left: 50%; }
    body.mobile .push-tablet-landscape-six-tenths {
      left: 60%; }
    body.mobile .push-tablet-landscape-seven-tenths {
      left: 70%; }
    body.mobile .push-tablet-landscape-eight-tenths {
      left: 80%; }
    body.mobile .push-tablet-landscape-nine-tenths {
      left: 90%; }
    body.mobile .push-tablet-landscape-one-twelfth {
      left: 8.333%; }
    body.mobile .push-tablet-landscape-two-twelfths {
      left: 16.666%; }
    body.mobile .push-tablet-landscape-three-twelfths {
      left: 25%; }
    body.mobile .push-tablet-landscape-four-twelfths {
      left: 33.333%; }
    body.mobile .push-tablet-landscape-five-twelfths {
      left: 41.666%; }
    body.mobile .push-tablet-landscape-six-twelfths {
      left: 50%; }
    body.mobile .push-tablet-landscape-seven-twelfths {
      left: 58.333%; }
    body.mobile .push-tablet-landscape-eight-twelfths {
      left: 66.666%; }
    body.mobile .push-tablet-landscape-nine-twelfths {
      left: 75%; }
    body.mobile .push-tablet-landscape-ten-twelfths {
      left: 83.333%; }
    body.mobile .push-tablet-landscape-eleven-twelfths {
      left: 91.666%; } }

/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
   * Not a particularly great selector, but the DRYest way to do things.
   */
[class*="pull-"] {
  position: relative; }

/**
   * Whole
   */
.pull-one-whole {
  right: 100%; }

/**
   * Halves
   */
.pull-one-half {
  right: 50%; }

/**
   * Thirds
   */
.pull-one-third {
  right: 33.333%; }

.pull-two-thirds {
  right: 66.666%; }

/**
   * Quarters
   */
.pull-one-quarter {
  right: 25%; }

.pull-two-quarters {
  right: 50%; }

.pull-three-quarters {
  right: 75%; }

/**
   * Fifths
   */
.pull-one-fifth {
  right: 20%; }

.pull-two-fifths {
  right: 40%; }

.pull-three-fifths {
  right: 60%; }

.pull-four-fifths {
  right: 80%; }

/**
   * Sixths
   */
.pull-one-sixth {
  right: 16.666%; }

.pull-two-sixths {
  right: 33.333%; }

.pull-three-sixths {
  right: 50%; }

.pull-four-sixths {
  right: 66.666%; }

.pull-five-sixths {
  right: 83.333%; }

/**
   * Eighths
   */
.pull-one-eighth {
  right: 12.5%; }

.pull-two-eighths {
  right: 25%; }

.pull-three-eighths {
  right: 37.5%; }

.pull-four-eighths {
  right: 50%; }

.pull-five-eighths {
  right: 62.5%; }

.pull-six-eighths {
  right: 75%; }

.pull-seven-eighths {
  right: 87.5%; }

/**
   * Tenths
   */
.pull-one-tenth {
  right: 10%; }

.pull-two-tenths {
  right: 20%; }

.pull-three-tenths {
  right: 30%; }

.pull-four-tenths {
  right: 40%; }

.pull-five-tenths {
  right: 50%; }

.pull-six-tenths {
  right: 60%; }

.pull-seven-tenths {
  right: 70%; }

.pull-eight-tenths {
  right: 80%; }

.pull-nine-tenths {
  right: 90%; }

/**
   * Twelfths
   */
.pull-one-twelfth {
  right: 8.333%; }

.pull-two-twelfths {
  right: 16.666%; }

.pull-three-twelfths {
  right: 25%; }

.pull-four-twelfths {
  right: 33.333%; }

.pull-five-twelfths {
  right: 41.666%; }

.pull-six-twelfths {
  right: 50%; }

.pull-seven-twelfths {
  right: 58.333%; }

.pull-eight-twelfths {
  right: 66.666%; }

.pull-nine-twelfths {
  right: 75%; }

.pull-ten-twelfths {
  right: 83.333%; }

.pull-eleven-twelfths {
  right: 91.666%; }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .pull-tablet-portrait-one-whole {
      right: 100%; }
    body.immobile .pull-tablet-portrait-one-half {
      right: 50%; }
    body.immobile .pull-tablet-portrait-one-third {
      right: 33.333%; }
    body.immobile .pull-tablet-portrait-two-thirds {
      right: 66.666%; }
    body.immobile .pull-tablet-portrait-one-quarter {
      right: 25%; }
    body.immobile .pull-tablet-portrait-two-quarters {
      right: 50%; }
    body.immobile .pull-tablet-portrait-three-quarters {
      right: 75%; }
    body.immobile .pull-tablet-portrait-one-fifth {
      right: 20%; }
    body.immobile .pull-tablet-portrait-two-fifths {
      right: 40%; }
    body.immobile .pull-tablet-portrait-three-fifths {
      right: 60%; }
    body.immobile .pull-tablet-portrait-four-fifths {
      right: 80%; }
    body.immobile .pull-tablet-portrait-one-sixth {
      right: 16.666%; }
    body.immobile .pull-tablet-portrait-two-sixths {
      right: 33.333%; }
    body.immobile .pull-tablet-portrait-three-sixths {
      right: 50%; }
    body.immobile .pull-tablet-portrait-four-sixths {
      right: 66.666%; }
    body.immobile .pull-tablet-portrait-five-sixths {
      right: 83.333%; }
    body.immobile .pull-tablet-portrait-one-eighth {
      right: 12.5%; }
    body.immobile .pull-tablet-portrait-two-eighths {
      right: 25%; }
    body.immobile .pull-tablet-portrait-three-eighths {
      right: 37.5%; }
    body.immobile .pull-tablet-portrait-four-eighths {
      right: 50%; }
    body.immobile .pull-tablet-portrait-five-eighths {
      right: 62.5%; }
    body.immobile .pull-tablet-portrait-six-eighths {
      right: 75%; }
    body.immobile .pull-tablet-portrait-seven-eighths {
      right: 87.5%; }
    body.immobile .pull-tablet-portrait-one-tenth {
      right: 10%; }
    body.immobile .pull-tablet-portrait-two-tenths {
      right: 20%; }
    body.immobile .pull-tablet-portrait-three-tenths {
      right: 30%; }
    body.immobile .pull-tablet-portrait-four-tenths {
      right: 40%; }
    body.immobile .pull-tablet-portrait-five-tenths {
      right: 50%; }
    body.immobile .pull-tablet-portrait-six-tenths {
      right: 60%; }
    body.immobile .pull-tablet-portrait-seven-tenths {
      right: 70%; }
    body.immobile .pull-tablet-portrait-eight-tenths {
      right: 80%; }
    body.immobile .pull-tablet-portrait-nine-tenths {
      right: 90%; }
    body.immobile .pull-tablet-portrait-one-twelfth {
      right: 8.333%; }
    body.immobile .pull-tablet-portrait-two-twelfths {
      right: 16.666%; }
    body.immobile .pull-tablet-portrait-three-twelfths {
      right: 25%; }
    body.immobile .pull-tablet-portrait-four-twelfths {
      right: 33.333%; }
    body.immobile .pull-tablet-portrait-five-twelfths {
      right: 41.666%; }
    body.immobile .pull-tablet-portrait-six-twelfths {
      right: 50%; }
    body.immobile .pull-tablet-portrait-seven-twelfths {
      right: 58.333%; }
    body.immobile .pull-tablet-portrait-eight-twelfths {
      right: 66.666%; }
    body.immobile .pull-tablet-portrait-nine-twelfths {
      right: 75%; }
    body.immobile .pull-tablet-portrait-ten-twelfths {
      right: 83.333%; }
    body.immobile .pull-tablet-portrait-eleven-twelfths {
      right: 91.666%; } }

@media only screen and (min-width: 980px) and (max-width: 1120px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .pull-tablet-landscape-one-whole {
      right: 100%; }
    body.immobile .pull-tablet-landscape-one-half {
      right: 50%; }
    body.immobile .pull-tablet-landscape-one-third {
      right: 33.333%; }
    body.immobile .pull-tablet-landscape-two-thirds {
      right: 66.666%; }
    body.immobile .pull-tablet-landscape-one-quarter {
      right: 25%; }
    body.immobile .pull-tablet-landscape-two-quarters {
      right: 50%; }
    body.immobile .pull-tablet-landscape-three-quarters {
      right: 75%; }
    body.immobile .pull-tablet-landscape-one-fifth {
      right: 20%; }
    body.immobile .pull-tablet-landscape-two-fifths {
      right: 40%; }
    body.immobile .pull-tablet-landscape-three-fifths {
      right: 60%; }
    body.immobile .pull-tablet-landscape-four-fifths {
      right: 80%; }
    body.immobile .pull-tablet-landscape-one-sixth {
      right: 16.666%; }
    body.immobile .pull-tablet-landscape-two-sixths {
      right: 33.333%; }
    body.immobile .pull-tablet-landscape-three-sixths {
      right: 50%; }
    body.immobile .pull-tablet-landscape-four-sixths {
      right: 66.666%; }
    body.immobile .pull-tablet-landscape-five-sixths {
      right: 83.333%; }
    body.immobile .pull-tablet-landscape-one-eighth {
      right: 12.5%; }
    body.immobile .pull-tablet-landscape-two-eighths {
      right: 25%; }
    body.immobile .pull-tablet-landscape-three-eighths {
      right: 37.5%; }
    body.immobile .pull-tablet-landscape-four-eighths {
      right: 50%; }
    body.immobile .pull-tablet-landscape-five-eighths {
      right: 62.5%; }
    body.immobile .pull-tablet-landscape-six-eighths {
      right: 75%; }
    body.immobile .pull-tablet-landscape-seven-eighths {
      right: 87.5%; }
    body.immobile .pull-tablet-landscape-one-tenth {
      right: 10%; }
    body.immobile .pull-tablet-landscape-two-tenths {
      right: 20%; }
    body.immobile .pull-tablet-landscape-three-tenths {
      right: 30%; }
    body.immobile .pull-tablet-landscape-four-tenths {
      right: 40%; }
    body.immobile .pull-tablet-landscape-five-tenths {
      right: 50%; }
    body.immobile .pull-tablet-landscape-six-tenths {
      right: 60%; }
    body.immobile .pull-tablet-landscape-seven-tenths {
      right: 70%; }
    body.immobile .pull-tablet-landscape-eight-tenths {
      right: 80%; }
    body.immobile .pull-tablet-landscape-nine-tenths {
      right: 90%; }
    body.immobile .pull-tablet-landscape-one-twelfth {
      right: 8.333%; }
    body.immobile .pull-tablet-landscape-two-twelfths {
      right: 16.666%; }
    body.immobile .pull-tablet-landscape-three-twelfths {
      right: 25%; }
    body.immobile .pull-tablet-landscape-four-twelfths {
      right: 33.333%; }
    body.immobile .pull-tablet-landscape-five-twelfths {
      right: 41.666%; }
    body.immobile .pull-tablet-landscape-six-twelfths {
      right: 50%; }
    body.immobile .pull-tablet-landscape-seven-twelfths {
      right: 58.333%; }
    body.immobile .pull-tablet-landscape-eight-twelfths {
      right: 66.666%; }
    body.immobile .pull-tablet-landscape-nine-twelfths {
      right: 75%; }
    body.immobile .pull-tablet-landscape-ten-twelfths {
      right: 83.333%; }
    body.immobile .pull-tablet-landscape-eleven-twelfths {
      right: 91.666%; } }

@media only screen and (min-width: 1120px) and (max-width: 1280px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .pull-desk-normal-one-whole {
      right: 100%; }
    body.immobile .pull-desk-normal-one-half {
      right: 50%; }
    body.immobile .pull-desk-normal-one-third {
      right: 33.333%; }
    body.immobile .pull-desk-normal-two-thirds {
      right: 66.666%; }
    body.immobile .pull-desk-normal-one-quarter {
      right: 25%; }
    body.immobile .pull-desk-normal-two-quarters {
      right: 50%; }
    body.immobile .pull-desk-normal-three-quarters {
      right: 75%; }
    body.immobile .pull-desk-normal-one-fifth {
      right: 20%; }
    body.immobile .pull-desk-normal-two-fifths {
      right: 40%; }
    body.immobile .pull-desk-normal-three-fifths {
      right: 60%; }
    body.immobile .pull-desk-normal-four-fifths {
      right: 80%; }
    body.immobile .pull-desk-normal-one-sixth {
      right: 16.666%; }
    body.immobile .pull-desk-normal-two-sixths {
      right: 33.333%; }
    body.immobile .pull-desk-normal-three-sixths {
      right: 50%; }
    body.immobile .pull-desk-normal-four-sixths {
      right: 66.666%; }
    body.immobile .pull-desk-normal-five-sixths {
      right: 83.333%; }
    body.immobile .pull-desk-normal-one-eighth {
      right: 12.5%; }
    body.immobile .pull-desk-normal-two-eighths {
      right: 25%; }
    body.immobile .pull-desk-normal-three-eighths {
      right: 37.5%; }
    body.immobile .pull-desk-normal-four-eighths {
      right: 50%; }
    body.immobile .pull-desk-normal-five-eighths {
      right: 62.5%; }
    body.immobile .pull-desk-normal-six-eighths {
      right: 75%; }
    body.immobile .pull-desk-normal-seven-eighths {
      right: 87.5%; }
    body.immobile .pull-desk-normal-one-tenth {
      right: 10%; }
    body.immobile .pull-desk-normal-two-tenths {
      right: 20%; }
    body.immobile .pull-desk-normal-three-tenths {
      right: 30%; }
    body.immobile .pull-desk-normal-four-tenths {
      right: 40%; }
    body.immobile .pull-desk-normal-five-tenths {
      right: 50%; }
    body.immobile .pull-desk-normal-six-tenths {
      right: 60%; }
    body.immobile .pull-desk-normal-seven-tenths {
      right: 70%; }
    body.immobile .pull-desk-normal-eight-tenths {
      right: 80%; }
    body.immobile .pull-desk-normal-nine-tenths {
      right: 90%; }
    body.immobile .pull-desk-normal-one-twelfth {
      right: 8.333%; }
    body.immobile .pull-desk-normal-two-twelfths {
      right: 16.666%; }
    body.immobile .pull-desk-normal-three-twelfths {
      right: 25%; }
    body.immobile .pull-desk-normal-four-twelfths {
      right: 33.333%; }
    body.immobile .pull-desk-normal-five-twelfths {
      right: 41.666%; }
    body.immobile .pull-desk-normal-six-twelfths {
      right: 50%; }
    body.immobile .pull-desk-normal-seven-twelfths {
      right: 58.333%; }
    body.immobile .pull-desk-normal-eight-twelfths {
      right: 66.666%; }
    body.immobile .pull-desk-normal-nine-twelfths {
      right: 75%; }
    body.immobile .pull-desk-normal-ten-twelfths {
      right: 83.333%; }
    body.immobile .pull-desk-normal-eleven-twelfths {
      right: 91.666%; } }

@media only screen and (min-width: 1280px) {
  body.immobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.immobile .pull-desk-big-one-whole {
      right: 100%; }
    body.immobile .pull-desk-big-one-half {
      right: 50%; }
    body.immobile .pull-desk-big-one-third {
      right: 33.333%; }
    body.immobile .pull-desk-big-two-thirds {
      right: 66.666%; }
    body.immobile .pull-desk-big-one-quarter {
      right: 25%; }
    body.immobile .pull-desk-big-two-quarters {
      right: 50%; }
    body.immobile .pull-desk-big-three-quarters {
      right: 75%; }
    body.immobile .pull-desk-big-one-fifth {
      right: 20%; }
    body.immobile .pull-desk-big-two-fifths {
      right: 40%; }
    body.immobile .pull-desk-big-three-fifths {
      right: 60%; }
    body.immobile .pull-desk-big-four-fifths {
      right: 80%; }
    body.immobile .pull-desk-big-one-sixth {
      right: 16.666%; }
    body.immobile .pull-desk-big-two-sixths {
      right: 33.333%; }
    body.immobile .pull-desk-big-three-sixths {
      right: 50%; }
    body.immobile .pull-desk-big-four-sixths {
      right: 66.666%; }
    body.immobile .pull-desk-big-five-sixths {
      right: 83.333%; }
    body.immobile .pull-desk-big-one-eighth {
      right: 12.5%; }
    body.immobile .pull-desk-big-two-eighths {
      right: 25%; }
    body.immobile .pull-desk-big-three-eighths {
      right: 37.5%; }
    body.immobile .pull-desk-big-four-eighths {
      right: 50%; }
    body.immobile .pull-desk-big-five-eighths {
      right: 62.5%; }
    body.immobile .pull-desk-big-six-eighths {
      right: 75%; }
    body.immobile .pull-desk-big-seven-eighths {
      right: 87.5%; }
    body.immobile .pull-desk-big-one-tenth {
      right: 10%; }
    body.immobile .pull-desk-big-two-tenths {
      right: 20%; }
    body.immobile .pull-desk-big-three-tenths {
      right: 30%; }
    body.immobile .pull-desk-big-four-tenths {
      right: 40%; }
    body.immobile .pull-desk-big-five-tenths {
      right: 50%; }
    body.immobile .pull-desk-big-six-tenths {
      right: 60%; }
    body.immobile .pull-desk-big-seven-tenths {
      right: 70%; }
    body.immobile .pull-desk-big-eight-tenths {
      right: 80%; }
    body.immobile .pull-desk-big-nine-tenths {
      right: 90%; }
    body.immobile .pull-desk-big-one-twelfth {
      right: 8.333%; }
    body.immobile .pull-desk-big-two-twelfths {
      right: 16.666%; }
    body.immobile .pull-desk-big-three-twelfths {
      right: 25%; }
    body.immobile .pull-desk-big-four-twelfths {
      right: 33.333%; }
    body.immobile .pull-desk-big-five-twelfths {
      right: 41.666%; }
    body.immobile .pull-desk-big-six-twelfths {
      right: 50%; }
    body.immobile .pull-desk-big-seven-twelfths {
      right: 58.333%; }
    body.immobile .pull-desk-big-eight-twelfths {
      right: 66.666%; }
    body.immobile .pull-desk-big-nine-twelfths {
      right: 75%; }
    body.immobile .pull-desk-big-ten-twelfths {
      right: 83.333%; }
    body.immobile .pull-desk-big-eleven-twelfths {
      right: 91.666%; } }

@media only screen and (min-width: 768px) and (max-width: 980px) {
  body.mobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.mobile .pull-tablet-portrait-one-whole {
      right: 100%; }
    body.mobile .pull-tablet-portrait-one-half {
      right: 50%; }
    body.mobile .pull-tablet-portrait-one-third {
      right: 33.333%; }
    body.mobile .pull-tablet-portrait-two-thirds {
      right: 66.666%; }
    body.mobile .pull-tablet-portrait-one-quarter {
      right: 25%; }
    body.mobile .pull-tablet-portrait-two-quarters {
      right: 50%; }
    body.mobile .pull-tablet-portrait-three-quarters {
      right: 75%; }
    body.mobile .pull-tablet-portrait-one-fifth {
      right: 20%; }
    body.mobile .pull-tablet-portrait-two-fifths {
      right: 40%; }
    body.mobile .pull-tablet-portrait-three-fifths {
      right: 60%; }
    body.mobile .pull-tablet-portrait-four-fifths {
      right: 80%; }
    body.mobile .pull-tablet-portrait-one-sixth {
      right: 16.666%; }
    body.mobile .pull-tablet-portrait-two-sixths {
      right: 33.333%; }
    body.mobile .pull-tablet-portrait-three-sixths {
      right: 50%; }
    body.mobile .pull-tablet-portrait-four-sixths {
      right: 66.666%; }
    body.mobile .pull-tablet-portrait-five-sixths {
      right: 83.333%; }
    body.mobile .pull-tablet-portrait-one-eighth {
      right: 12.5%; }
    body.mobile .pull-tablet-portrait-two-eighths {
      right: 25%; }
    body.mobile .pull-tablet-portrait-three-eighths {
      right: 37.5%; }
    body.mobile .pull-tablet-portrait-four-eighths {
      right: 50%; }
    body.mobile .pull-tablet-portrait-five-eighths {
      right: 62.5%; }
    body.mobile .pull-tablet-portrait-six-eighths {
      right: 75%; }
    body.mobile .pull-tablet-portrait-seven-eighths {
      right: 87.5%; }
    body.mobile .pull-tablet-portrait-one-tenth {
      right: 10%; }
    body.mobile .pull-tablet-portrait-two-tenths {
      right: 20%; }
    body.mobile .pull-tablet-portrait-three-tenths {
      right: 30%; }
    body.mobile .pull-tablet-portrait-four-tenths {
      right: 40%; }
    body.mobile .pull-tablet-portrait-five-tenths {
      right: 50%; }
    body.mobile .pull-tablet-portrait-six-tenths {
      right: 60%; }
    body.mobile .pull-tablet-portrait-seven-tenths {
      right: 70%; }
    body.mobile .pull-tablet-portrait-eight-tenths {
      right: 80%; }
    body.mobile .pull-tablet-portrait-nine-tenths {
      right: 90%; }
    body.mobile .pull-tablet-portrait-one-twelfth {
      right: 8.333%; }
    body.mobile .pull-tablet-portrait-two-twelfths {
      right: 16.666%; }
    body.mobile .pull-tablet-portrait-three-twelfths {
      right: 25%; }
    body.mobile .pull-tablet-portrait-four-twelfths {
      right: 33.333%; }
    body.mobile .pull-tablet-portrait-five-twelfths {
      right: 41.666%; }
    body.mobile .pull-tablet-portrait-six-twelfths {
      right: 50%; }
    body.mobile .pull-tablet-portrait-seven-twelfths {
      right: 58.333%; }
    body.mobile .pull-tablet-portrait-eight-twelfths {
      right: 66.666%; }
    body.mobile .pull-tablet-portrait-nine-twelfths {
      right: 75%; }
    body.mobile .pull-tablet-portrait-ten-twelfths {
      right: 83.333%; }
    body.mobile .pull-tablet-portrait-eleven-twelfths {
      right: 91.666%; } }

@media only screen and (min-width: 980px) {
  body.mobile {
    /**
   * Whole
   */
    /**
   * Halves
   */
    /**
   * Thirds
   */
    /**
   * Quarters
   */
    /**
   * Fifths
   */
    /**
   * Sixths
   */
    /**
   * Eighths
   */
    /**
   * Tenths
   */
    /**
   * Twelfths
   */ }
    body.mobile .pull-tablet-landscape-one-whole {
      right: 100%; }
    body.mobile .pull-tablet-landscape-one-half {
      right: 50%; }
    body.mobile .pull-tablet-landscape-one-third {
      right: 33.333%; }
    body.mobile .pull-tablet-landscape-two-thirds {
      right: 66.666%; }
    body.mobile .pull-tablet-landscape-one-quarter {
      right: 25%; }
    body.mobile .pull-tablet-landscape-two-quarters {
      right: 50%; }
    body.mobile .pull-tablet-landscape-three-quarters {
      right: 75%; }
    body.mobile .pull-tablet-landscape-one-fifth {
      right: 20%; }
    body.mobile .pull-tablet-landscape-two-fifths {
      right: 40%; }
    body.mobile .pull-tablet-landscape-three-fifths {
      right: 60%; }
    body.mobile .pull-tablet-landscape-four-fifths {
      right: 80%; }
    body.mobile .pull-tablet-landscape-one-sixth {
      right: 16.666%; }
    body.mobile .pull-tablet-landscape-two-sixths {
      right: 33.333%; }
    body.mobile .pull-tablet-landscape-three-sixths {
      right: 50%; }
    body.mobile .pull-tablet-landscape-four-sixths {
      right: 66.666%; }
    body.mobile .pull-tablet-landscape-five-sixths {
      right: 83.333%; }
    body.mobile .pull-tablet-landscape-one-eighth {
      right: 12.5%; }
    body.mobile .pull-tablet-landscape-two-eighths {
      right: 25%; }
    body.mobile .pull-tablet-landscape-three-eighths {
      right: 37.5%; }
    body.mobile .pull-tablet-landscape-four-eighths {
      right: 50%; }
    body.mobile .pull-tablet-landscape-five-eighths {
      right: 62.5%; }
    body.mobile .pull-tablet-landscape-six-eighths {
      right: 75%; }
    body.mobile .pull-tablet-landscape-seven-eighths {
      right: 87.5%; }
    body.mobile .pull-tablet-landscape-one-tenth {
      right: 10%; }
    body.mobile .pull-tablet-landscape-two-tenths {
      right: 20%; }
    body.mobile .pull-tablet-landscape-three-tenths {
      right: 30%; }
    body.mobile .pull-tablet-landscape-four-tenths {
      right: 40%; }
    body.mobile .pull-tablet-landscape-five-tenths {
      right: 50%; }
    body.mobile .pull-tablet-landscape-six-tenths {
      right: 60%; }
    body.mobile .pull-tablet-landscape-seven-tenths {
      right: 70%; }
    body.mobile .pull-tablet-landscape-eight-tenths {
      right: 80%; }
    body.mobile .pull-tablet-landscape-nine-tenths {
      right: 90%; }
    body.mobile .pull-tablet-landscape-one-twelfth {
      right: 8.333%; }
    body.mobile .pull-tablet-landscape-two-twelfths {
      right: 16.666%; }
    body.mobile .pull-tablet-landscape-three-twelfths {
      right: 25%; }
    body.mobile .pull-tablet-landscape-four-twelfths {
      right: 33.333%; }
    body.mobile .pull-tablet-landscape-five-twelfths {
      right: 41.666%; }
    body.mobile .pull-tablet-landscape-six-twelfths {
      right: 50%; }
    body.mobile .pull-tablet-landscape-seven-twelfths {
      right: 58.333%; }
    body.mobile .pull-tablet-landscape-eight-twelfths {
      right: 66.666%; }
    body.mobile .pull-tablet-landscape-nine-twelfths {
      right: 75%; }
    body.mobile .pull-tablet-landscape-ten-twelfths {
      right: 83.333%; }
    body.mobile .pull-tablet-landscape-eleven-twelfths {
      right: 91.666%; } }

.l-grid--article-page {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  margin-left: -40px !important; }
  .l-grid--article-page > * {
    letter-spacing: normal; }
    .l-grid--article-page > *.l-grid__row, .l-grid--article-page > *.l-grid__row--flip, .l-grid--article-page > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--article-page.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--article-page.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--article-page .l-grid__row--inverted-flip {
    display: block;
    list-style: none;
    /* [1] */
    margin: 0;
    /* [2] */
    padding: 0;
    /* [2] */
    margin-left: -10px;
    /* [3] */
    font-size: 0.001px;
    letter-spacing: -1em !important;
    margin-left: -40px !important; }
    .l-grid--article-page .l-grid__row--inverted-flip > * {
      letter-spacing: normal; }
      .l-grid--article-page .l-grid__row--inverted-flip > *.l-grid__row, .l-grid--article-page .l-grid__row--inverted-flip > *.l-grid__row--flip, .l-grid--article-page .l-grid__row--inverted-flip > *.l-grid__row--inverted-flip {
        letter-spacing: -1em; }
    .l-grid--article-page .l-grid__row--inverted-flip.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--article-page .l-grid__row--inverted-flip.v-middle .l-grid__item {
      vertical-align: middle !important; }
  .l-grid--article-page .l-grid__row {
    margin-bottom: 10px;
    display: block;
    font-size: 0.001px;
    margin-bottom: 40px !important; }
    .l-grid--article-page .l-grid__row.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--article-page .l-grid__row:last-child {
      margin-bottom: 0; }
  .l-grid--article-page .l-grid__item {
    display: inline-block;
    /* [1] */
    padding-left: 10px;
    /* [2] */
    vertical-align: top;
    /* [3] */
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    /* [4] */
    -webkit-box-sizing: border-box;
    /* [5] */
    -moz-box-sizing: border-box;
    /* [5] */
    box-sizing: border-box;
    /* [5] */
    letter-spacing: normal;
    word-spacing: normal;
    margin: 0;
    padding-left: 40px !important; }
    .l-grid--article-page .l-grid__item.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--article-page .l-grid__item.left {
      text-align: left; }
    .l-grid--article-page .l-grid__item.right {
      text-align: right; }
  .l-grid--article-page .l-grid__row--flip {
    margin-bottom: 10px;
    display: block;
    font-size: 0.001px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px !important; }
    .l-grid--article-page .l-grid__row--flip.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--article-page .l-grid__row--flip:last-child {
      margin-bottom: 0; }
  .l-grid--article-page .l-grid {
    margin-left: -40px !important; }
    .l-grid--article-page .l-grid .l-grid__row {
      margin-bottom: 10px;
      display: block;
      font-size: 0.001px;
      margin-bottom: 40px !important; }
      .l-grid--article-page .l-grid .l-grid__row.island {
        margin-bottom: 10px;
        margin-bottom: 1rem; }
      .l-grid--article-page .l-grid .l-grid__row:last-child {
        margin-bottom: 0; }
    .l-grid--article-page .l-grid .l-grid__item {
      display: inline-block;
      /* [1] */
      padding-left: 10px;
      /* [2] */
      vertical-align: top;
      /* [3] */
      font-size: 16px;
      font-size: 1.6rem;
      width: 100%;
      /* [4] */
      -webkit-box-sizing: border-box;
      /* [5] */
      -moz-box-sizing: border-box;
      /* [5] */
      box-sizing: border-box;
      /* [5] */
      letter-spacing: normal;
      word-spacing: normal;
      margin: 0;
      padding-left: 40px !important; }
      .l-grid--article-page .l-grid .l-grid__item.island {
        margin-bottom: 10px;
        margin-bottom: 1rem; }
      .l-grid--article-page .l-grid .l-grid__item.left {
        text-align: left; }
      .l-grid--article-page .l-grid .l-grid__item.right {
        text-align: right; }
  .l-grid--article-page .l-grid--full {
    display: block;
    margin-left: 0 !important; }
    .l-grid--article-page .l-grid--full .l-grid__item {
      padding-left: 0 !important; }
    .l-grid--article-page .l-grid--full .l-grid__row {
      margin-bottom: 0 !important; }

.l-grid--40 {
  display: block;
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -10px;
  /* [3] */
  font-size: 0.001px;
  letter-spacing: -1em !important;
  margin-left: -40px !important; }
  .l-grid--40 > * {
    letter-spacing: normal; }
    .l-grid--40 > *.l-grid__row, .l-grid--40 > *.l-grid__row--flip, .l-grid--40 > *.l-grid__row--inverted-flip {
      letter-spacing: -1em; }
  .l-grid--40.island {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-grid--40.v-middle .l-grid__item {
    vertical-align: middle !important; }
  .l-grid--40 .l-grid__row--inverted-flip {
    display: block;
    list-style: none;
    /* [1] */
    margin: 0;
    /* [2] */
    padding: 0;
    /* [2] */
    margin-left: -10px;
    /* [3] */
    font-size: 0.001px;
    letter-spacing: -1em !important;
    margin-left: -40px !important; }
    .l-grid--40 .l-grid__row--inverted-flip > * {
      letter-spacing: normal; }
      .l-grid--40 .l-grid__row--inverted-flip > *.l-grid__row, .l-grid--40 .l-grid__row--inverted-flip > *.l-grid__row--flip, .l-grid--40 .l-grid__row--inverted-flip > *.l-grid__row--inverted-flip {
        letter-spacing: -1em; }
    .l-grid--40 .l-grid__row--inverted-flip.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--40 .l-grid__row--inverted-flip.v-middle .l-grid__item {
      vertical-align: middle !important; }
  .l-grid--40 .l-grid__row {
    margin-bottom: 10px;
    display: block;
    font-size: 0.001px;
    margin-bottom: 40px !important; }
    .l-grid--40 .l-grid__row.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--40 .l-grid__row:last-child {
      margin-bottom: 0; }
  .l-grid--40 .l-grid__item {
    display: inline-block;
    /* [1] */
    padding-left: 10px;
    /* [2] */
    vertical-align: top;
    /* [3] */
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    /* [4] */
    -webkit-box-sizing: border-box;
    /* [5] */
    -moz-box-sizing: border-box;
    /* [5] */
    box-sizing: border-box;
    /* [5] */
    letter-spacing: normal;
    word-spacing: normal;
    margin: 0;
    padding-left: 40px !important; }
    .l-grid--40 .l-grid__item.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--40 .l-grid__item.left {
      text-align: left; }
    .l-grid--40 .l-grid__item.right {
      text-align: right; }
  .l-grid--40 .l-grid__row--flip {
    margin-bottom: 10px;
    display: block;
    font-size: 0.001px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px !important; }
    .l-grid--40 .l-grid__row--flip.island {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
    .l-grid--40 .l-grid__row--flip:last-child {
      margin-bottom: 0; }
  .l-grid--40 .l-grid {
    margin-left: -40px !important; }
    .l-grid--40 .l-grid .l-grid__row {
      margin-bottom: 10px;
      display: block;
      font-size: 0.001px;
      margin-bottom: 40px !important; }
      .l-grid--40 .l-grid .l-grid__row.island {
        margin-bottom: 10px;
        margin-bottom: 1rem; }
      .l-grid--40 .l-grid .l-grid__row:last-child {
        margin-bottom: 0; }
    .l-grid--40 .l-grid .l-grid__item {
      display: inline-block;
      /* [1] */
      padding-left: 10px;
      /* [2] */
      vertical-align: top;
      /* [3] */
      font-size: 16px;
      font-size: 1.6rem;
      width: 100%;
      /* [4] */
      -webkit-box-sizing: border-box;
      /* [5] */
      -moz-box-sizing: border-box;
      /* [5] */
      box-sizing: border-box;
      /* [5] */
      letter-spacing: normal;
      word-spacing: normal;
      margin: 0;
      padding-left: 40px !important; }
      .l-grid--40 .l-grid .l-grid__item.island {
        margin-bottom: 10px;
        margin-bottom: 1rem; }
      .l-grid--40 .l-grid .l-grid__item.left {
        text-align: left; }
      .l-grid--40 .l-grid .l-grid__item.right {
        text-align: right; }
  .l-grid--40 .l-grid--full {
    display: block;
    margin-left: 0 !important; }
    .l-grid--40 .l-grid--full .l-grid__item {
      padding-left: 0 !important; }
    .l-grid--40 .l-grid--full .l-grid__row {
      margin-bottom: 0 !important; }

@media only screen and (min-width: 1280px) {
  body.immobile.subsite-sabato .l-more-section .l-grid__item.one-half:nth-last-of-type(1) .l-more-section__link {
    border-right: 1px solid #000000; }
  body.immobile.subsite-sabato .l-more-section .l-grid__item.one-half:nth-of-type(4n) .l-more-section__link {
    border-right: 1px solid #000000; } }
@media only screen and (max-width: 979px) {
  body.immobile.subsite-sabato .l-more-section .l-grid__item.one-half:nth-of-type(even) .l-more-section__link {
    border-right: 1px solid #000000; } }
@media only screen and (max-width: 979px) {
  body.mobile.subsite-sabato .l-more-section .l-grid__item.one-half:nth-of-type(even) .l-more-section__link {
    border-right: 1px solid #000000; } }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile.subsite-sabato .l-more-section .l-grid__item.one-half:nth-of-type(even) .l-more-section__link {
    border-right: 1px solid #000000; } }
@media only screen and (min-width: 980px) {
  body.mobile.subsite-sabato .l-more-section .l-grid__item.one-half:nth-of-type(even) .l-more-section__link {
    border-right: 1px solid #000000; } }
body.non-responsive.subsite-sabato .l-more-section .l-grid__item.one-half:nth-of-type(even) .l-more-section__link {
  border-right: 1px solid #000000; }
@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile.subsite-sabato .l-more-section .l-grid__item.one-half:nth-of-type(even) .l-more-section__link {
    border-right: 1px solid #000000; } }
.l-more-section .l-more-section__link {
  color: transparent;
  display: block; }
  body.subsite-sabato .l-more-section .l-more-section__link {
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    border-left: 1px solid #000; }
.l-more-section .m-more-block {
  min-height: 110px; }

.l-homepage-slider {
  zoom: 1;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  position: relative;
  height: 40px;
  height: 4rem; }
  .l-homepage-slider:before, .l-homepage-slider:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .l-homepage-slider:after {
    clear: both; }
  .l-homepage-slider .l-homepage-slider__list {
    float: left;
    font-size: 0px;
    margin-top: 5px;
    margin-top: 0.5rem; }
  .l-homepage-slider .m-list-item:last-child {
    border: none;
    padding-right: 0; }
  .l-homepage-slider .m-list-item:first-child {
    padding-left: 0; }
  .l-homepage-slider .m-list-item__link {
    font-family: "Roboto Condensed", sans;
    text-transform: capitalize; }
  .l-homepage-slider .l-homepage-slider__nav {
    float: right;
    height: 100%;
    color: white; }
  .l-homepage-slider .l-homepage-slider__next {
    width: 40px;
    width: 4rem; }
  .l-homepage-slider .l-homepage-slider__prev {
    width: 40px;
    width: 4rem;
    margin-right: 1px; }

.l-markten-live {
  margin-left: 0; }
  .l-markten-live .m-list-item:last-child {
    border: none; }
  .l-markten-live .l-markten-live__list {
    text-align: right;
    line-height: 16px;
    margin-top: -1px; }
    .l-markten-live .l-markten-live__list .m-list-item {
      margin: 0px;
      line-height: 16px; }
    .l-markten-live .l-markten-live__list .m-list-item__link {
      font-family: "Roboto Condensed", sans; }
      .l-markten-live .l-markten-live__list .m-list-item__link:hover {
        border: 0px;
        padding-bottom: 0px;
        color: #8FA1CB;
        line-height: 16px; }
    .l-markten-live .l-markten-live__list .m-list-item:first-child {
      padding-left: 0; }
    .l-markten-live .l-markten-live__list .m-list-item:last-child {
      padding-right: 0; }
  .l-markten-live .l-markten-live__live a {
    height: 185px; }
  .l-markten-live .l-markten-live__koers-lijst {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-family: "Roboto Condensed", sans; }
    .l-markten-live .l-markten-live__koers-lijst table {
      width: 100%; }
  .l-markten-live .l-markten-live__koers-lijst__row--odd {
    background: #f5eedf; }
    .l-markten-live .l-markten-live__koers-lijst__row--odd td {
      padding: 6px 5px;
      padding: 0.6rem 0.5rem; }
    .l-markten-live .l-markten-live__koers-lijst__row--odd:hover {
      background: #ded7c9; }
  .l-markten-live .l-markten-live__koers-lijst__row--active {
    background: #ded7c9; }
    .l-markten-live .l-markten-live__koers-lijst__row--active td {
      padding: 6px 5px;
      padding: 0.6rem 0.5rem; }
    .l-markten-live .l-markten-live__koers-lijst__row--active:hover {
      background: #ded7c9; }
  .l-markten-live .l-markten-live__koers-lijst__row--even td {
    padding: 6px 5px;
    padding: 0.6rem 0.5rem; }
  .l-markten-live .l-markten-live__koers-lijst__row--even:hover {
    background: #ded7c9; }
  .l-markten-live .l-markten-live__koers-lijst__name {
    width: 35%; }
    .l-markten-live .l-markten-live__koers-lijst__name a {
      display: block;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      color: grey;
      text-decoration: none; }
      @media only screen and (min-width: 1280px) {
        body.immobile .l-markten-live .l-markten-live__koers-lijst__name a {
          padding-left: 5px;
          font-size: 15px;
          font-size: 1.5rem; } }
  .l-markten-live .l-markten-live__koers-lijst__price {
    width: 30%;
    text-align: right; }
    .l-markten-live .l-markten-live__koers-lijst__price a {
      display: block;
      color: black;
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; }
      @media only screen and (min-width: 1280px) {
        body.immobile .l-markten-live .l-markten-live__koers-lijst__price a {
          font-size: 15px;
          font-size: 1.5rem; } }
  .l-markten-live .l-markten-live__koers-lijst__percentage--negative {
    padding-left: 0px;
    text-align: right;
    width: 30%;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    color: #ca4036; }
    .l-markten-live .l-markten-live__koers-lijst__percentage--negative a {
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      font-weight: bold;
      text-decoration: none;
      white-space: nowrap; }
      @media only screen and (min-width: 1280px) {
        body.immobile .l-markten-live .l-markten-live__koers-lijst__percentage--negative a {
          padding-right: 5px;
          font-size: 15px;
          font-size: 1.5rem; } }
    .l-markten-live .l-markten-live__koers-lijst__percentage--negative a {
      color: #ca4036; }
  .l-markten-live .l-markten-live__koers-lijst__percentage--positive {
    padding-left: 0px;
    text-align: right;
    width: 30%;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    color: #2b873c; }
    .l-markten-live .l-markten-live__koers-lijst__percentage--positive a {
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      font-weight: bold;
      text-decoration: none;
      white-space: nowrap; }
      @media only screen and (min-width: 1280px) {
        body.immobile .l-markten-live .l-markten-live__koers-lijst__percentage--positive a {
          padding-right: 5px;
          font-size: 15px;
          font-size: 1.5rem; } }
    .l-markten-live .l-markten-live__koers-lijst__percentage--positive a {
      color: #2b873c; }
  .l-markten-live .l-markten-live__koers-lijst__percentage--equal {
    padding-left: 0px;
    text-align: right;
    width: 30%;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    color: #c6b49c; }
    .l-markten-live .l-markten-live__koers-lijst__percentage--equal a {
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      font-weight: bold;
      text-decoration: none;
      white-space: nowrap; }
      @media only screen and (min-width: 1280px) {
        body.immobile .l-markten-live .l-markten-live__koers-lijst__percentage--equal a {
          padding-right: 5px;
          font-size: 15px;
          font-size: 1.5rem; } }
    .l-markten-live .l-markten-live__koers-lijst__percentage--equal a {
      color: #c6b49c; }
  .l-markten-live .l-markten-live__related {
    margin-top: 10px;
    margin-top: 1rem;
    position: relative; }
    .l-markten-live .l-markten-live__related:before {
      content: '';
      position: absolute;
      height: 7px;
      width: 100%;
      background-image: url("../img/big-divider.png"); }
  .l-markten-live .l-markten-live__header {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    .l-markten-live .l-markten-live__header .l-markten-live__header__title {
      display: table-cell;
      vertical-align: middle; }
    .l-markten-live .l-markten-live__header .m-section-header {
      margin-bottom: 0; }
    .l-markten-live .l-markten-live__header .l-markten-live__list {
      display: table-cell;
      vertical-align: middle;
      width: 455px;
      width: 45.5rem; }
      @media only screen and (max-width: 979px) {
        body.immobile .l-markten-live .l-markten-live__header .l-markten-live__list {
          width: 375px;
          width: 37.5rem; } }
      @media only screen and (max-width: 979px) {
        body.mobile .l-markten-live .l-markten-live__header .l-markten-live__list {
          width: 375px;
          width: 37.5rem; } }
      @media only screen and (min-width: 1120px) and (max-width: 1279px) {
        body.immobile .l-markten-live .l-markten-live__header .l-markten-live__list {
          width: 375px;
          width: 37.5rem; } }
  .l-markten-live .l-markten-live--headerextra {
    background-image: url("../img/big-divider.png");
    height: 16px; }
    .l-markten-live .l-markten-live--headerextra .l-markten-live--headerextra--link {
      font-size: 15px;
      font-size: 1.5rem;
      font-family: "Roboto", sans-serif;
      padding-left: 15px;
      line-height: 16px;
      height: 16px;
      position: relative;
      top: -3px;
      height: 17px;
      background: #fef7ea; }
  .l-markten-live .l-main-container__section {
    margin-top: 40px;
    margin-top: 4rem; }

.l-connect {
  font-family: "Verdana", sans;
  border: 1px solid #e3d7c4;
  background: #faeede; }
  .l-connect a {
    font-family: "Verdana", sans; }
  .l-connect .l-connect__block:last-child {
    border: none; }
  .l-connect .overflow-hidden {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
  .l-connect .l-connect__block {
    border-right: 1px solid #e3d7c4;
    padding: 20px;
    padding: 2rem;
    word-wrap: break-word;
    padding-bottom: 9999px;
    margin-bottom: -9999px; }
    body.subsite-finance .l-connect .l-connect__block {
      border-right: none; }
    .l-connect .l-connect__block a {
      text-decoration: none;
      display: block; }
  .l-connect .l-connect__footer {
    border-top: 1px solid #e3d7c4; }
  .l-connect .l-connect__footer__image-container {
    height: 50px;
    height: 5rem;
    display: table-cell;
    vertical-align: middle; }
  .l-connect .l-connect__footer__text-container {
    height: 50px;
    height: 5rem;
    padding: 0px 15px;
    padding: 0rem 1.5rem;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden; }
  .l-connect .l-connect__footer__link, .l-connect .l-connect__footer__text {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif; }
  .l-connect .l-connect__footer__text {
    color: #84807c; }
  .l-connect .l-connect__footer__link {
    color: #73a4cd;
    text-decoration: none; }
  .l-connect .l-connect__title {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    line-height: 18px;
    color: #454443; }
  .l-connect .l-connect__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    color: #84807c;
    font-family: "Roboto", sans-serif; }

@media only screen and (min-width: 1280px) {
  body.immobile .l-opinie-zak {
    padding-left: 10px;
    padding-left: 1rem; } }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .l-opinie-zak {
    padding-left: 10px;
    padding-left: 1rem; } }
@media only screen and (min-width: 980px) {
  body.mobile .l-opinie-zak {
    padding-left: 10px;
    padding-left: 1rem; } }
body.non-responsive .l-opinie-zak {
  padding-left: 10px;
  padding-left: 1rem; }
.l-opinie-zak img {
  max-width: 100%; }

.l-kaaiman {
  margin-bottom: 40px; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-kaaiman {
      padding-right: 20px;
      padding-right: 2rem;
      border-right: 1px solid #e3d7c4; } }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .l-kaaiman {
      padding-right: 20px;
      padding-right: 2rem;
      border-right: 1px solid #e3d7c4; } }
  @media only screen and (min-width: 980px) {
    body.mobile .l-kaaiman {
      padding-right: 20px;
      padding-right: 2rem;
      border-right: 1px solid #e3d7c4; } }
  body.non-responsive .l-kaaiman {
    padding-right: 20px;
    padding-right: 2rem;
    border-right: 1px solid #e3d7c4; }

.l-koersenfiche__spacer {
  margin: 10px 0px;
  margin: 1rem 0rem; }

@media only screen and (min-width: 1280px) {
  body.immobile .l-koersenfiche__box-AB .l-grid__item:last-child {
    padding-left: 0px; } }

.l-koersenfiche__box-A {
  margin-right: 10px;
  margin-right: 1rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-right: 10px;
  padding-right: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e3d7c4; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-koersenfiche__box-A {
      border-right: 1px solid #e3d7c4;
      border-bottom: none; } }

.l-koersenfiche__box-B {
  margin-right: 10px;
  margin-right: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem; }

.l-koersenfiche__box-AB {
  border-right: 1px solid #e3d7c4; }

.l-koersenfiche__box-C {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e3d7c4; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-koersenfiche__box-C {
      border-bottom: none; } }

.l-koersenfiche__box-E {
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e3d7c4; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-koersenfiche__box-E {
      border-bottom: none; } }

.l-koersenfiche__box-F {
  margin: 10px 0px;
  margin: 1rem 0rem; }

.l-koersenfiche__box-DE {
  padding: 10px 0px;
  padding: 1rem 0rem;
  margin: 10px 0px;
  margin: 1rem 0rem;
  zoom: 1;
  border-top: 1px solid #e3d7c4;
  border-bottom: 1px solid #e3d7c4; }
  .l-koersenfiche__box-DE:before, .l-koersenfiche__box-DE:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .l-koersenfiche__box-DE:after {
    clear: both; }
  .l-koersenfiche__box-DE .m-btn.active:after {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-left: 5px;
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    content: "\f0dc";
    color: #454443; }
  .l-koersenfiche__box-DE .m-btn.active:hover:after {
    color: #FFF; }
  .l-koersenfiche__box-DE .m-btn.inactive, .l-koersenfiche__box-DE .m-btn.inactive:hover {
    color: #84807c;
    border: 1px solid #A9210B; }
    .l-koersenfiche__box-DE .m-btn.inactive:after, .l-koersenfiche__box-DE .m-btn.inactive:hover:after {
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-left: 5px;
      margin-left: 0.5rem;
      display: inline-block;
      vertical-align: middle;
      content: "\f0dc";
      color: #84807c; }

.l-koersenfiche__box-DE__section {
  margin: 0px 50px 0px 0px;
  margin: 0rem 5rem 0rem 0rem;
  display: inline-block; }
  .l-koersenfiche__box-DE__section:last-of-type {
    margin: 0; }

.l-reaction-thanks .m-share__count {
  display: none;
  font-size: 16px;
  font-size: 1.6rem; }
.l-reaction-thanks .m-share__services {
  padding-left: 0;
  font-size: 0.001px; }

.l-reaction-inline .m-reaction-thanks {
  padding: 0;
  margin-top: 20px; }
  .l-reaction-inline .m-reaction-thanks:after {
    display: none; }

.l-finance {
  padding-top: 25px; }
  .l-finance .l-finance__row {
    padding: 20px 0px;
    padding: 2rem 0rem;
    border-bottom: 1px solid #e3d7c4; }
    .l-finance .l-finance__row:first-child {
      padding-top: 0; }
    .l-finance .l-finance__row:last-child {
      border: none;
      padding-bottom: 0; }
    .l-finance .l-finance__row .l-grid__item:first-child .m-article-teaser--title-only {
      padding-left: 0; }
    .l-finance .l-finance__row .l-grid__item:last-child .m-article-teaser--title-only {
      border: none;
      padding-right: 0; }
    .l-finance .l-finance__row .m-article-teaser--title-only {
      border-right: 1px solid #e3d7c4;
      padding: 0px 10px;
      padding: 0rem 1rem;
      padding-bottom: 9999px;
      margin-bottom: -9999px; }
    .l-finance .l-finance__row .m-article-teaser--horizontal--cover .m-label--big.finance {
      display: none; }
  .l-finance .l-finance__media-teaser {
    margin-top: 10px;
    margin-top: 1rem; }
  .l-finance .l-finance__media-teaser--first {
    margin-top: 10px;
    margin-top: 1rem; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .l-finance .l-finance__media-teaser--first {
        margin-top: 0; } }
    @media only screen and (min-width: 980px) {
      body.mobile .l-finance .l-finance__media-teaser--first {
        margin-top: 0; } }
    body.non-responsive .l-finance .l-finance__media-teaser--first {
      margin-top: 0; }
    @media only screen and (min-width: 1280px) {
      body.immobile .l-finance .l-finance__media-teaser--first {
        margin-top: 0; } }
  .l-finance .l-finance__title {
    font-size: 32px;
    font-size: 3.2rem;
    color: #454443;
    font-family: "Noto", serif;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #e3d7c4; }
  .l-finance .l-finance__dialog {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    .l-finance .l-finance__dialog p {
      margin-bottom: 15px;
      margin-bottom: 1.5rem; }
  .l-finance .l-finance__search {
    padding: 0;
    margin: 0 0 20px 0; }
    .l-finance .l-finance__search .l-finance__searchbox {
      background-color: #e3d7c4; }
      .l-finance .l-finance__search .l-finance__searchbox input[type="text"] {
        background-color: #e3d7c4;
        vertical-align: middle; }
    .l-finance .l-finance__search .l-question-form__form {
      margin: 0; }
    .l-finance .l-finance__search .l-question-form__action {
      text-align: left; }
    .l-finance .l-finance__search .l-question-form__input-container {
      max-width: 100%; }
      .l-finance .l-finance__search .l-question-form__input-container:before {
        color: #454443; }
  .l-finance .l-finance__column {
    border-right: 1px solid #e3d7c4; }
    .l-finance .l-finance__column:last-child {
      border: none; }
    .l-finance .l-finance__column .l-finance__section:last-of-type {
      margin-bottom: 0; }
  .l-finance .l-finance__tools-sections {
    border-bottom: 1px solid #e3d7c4;
    padding: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
  .l-finance .l-finance__section {
    margin-bottom: 35px; }
  .l-finance .l-finance__section__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #0073AB; }
  .l-finance .l-finance__section__list {
    list-style: none;
    padding-left: 0; }
  .l-finance .l-finance__section__list__item {
    padding: 0; }
  .l-finance .l-finance__section__list__link {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    font-family: "Noto", serif;
    color: #59554e; }
    .l-finance .l-finance__section__list__link:hover {
      color: #0073AB; }
  .l-finance .l-finance__content-overview-list {
    display: table-row;
    margin-bottom: 10px; }
  .l-finance .l-finance__content-overview-item {
    display: table-cell;
    border: 1px solid #e3d7c4;
    background-color: #fef7ea; }
  .l-finance .l-finance__content-overview-link {
    width: 25px;
    height: 15px;
    padding: 2px 6px;
    display: table-cell;
    text-decoration: none;
    color: #0073AB;
    background-color: #fef7ea;
    font-family: "Roboto", sans-serif; }
    .l-finance .l-finance__content-overview-link:hover {
      font-weight: bold;
      color: #0073AB; }
  .l-finance .l-finance__inactive-link {
    color: #e3d7c4; }
    .l-finance .l-finance__inactive-link:hover {
      cursor: default; }
  .l-finance .l-finance__tags-section {
    display: block;
    clear: both;
    overflow: hidden;
    font-family: "Noto", serif;
    min-height: 80px;
    min-height: 8rem;
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem;
    padding: 0px 0px 5px 0px;
    padding: 0rem 0rem 0.5rem 0rem; }
    .l-finance .l-finance__tags-section .l-finance__tags-section-column {
      display: inline; }
    .l-finance .l-finance__tags-section .l-finance__left {
      display: inline-block;
      margin: 25px 0px 0px 0px;
      margin: 2.5rem 0rem 0rem 0rem;
      padding: 0px;
      padding: 0rem;
      width: 35%; }
    .l-finance .l-finance__tags-section .l-finance__right {
      display: inline-block;
      margin: 25px 0px 0px 0px;
      margin: 2.5rem 0rem 0rem 0rem;
      padding: 0px;
      padding: 0rem;
      width: 35%;
      float: right; }
    .l-finance .l-finance__tags-section a {
      color: #59554e; }
    .l-finance .l-finance__tags-section a:hover {
      color: #0073AB; }
  .l-finance .l-finance__tagtitle {
    margin: 20px 0px 0px 0px;
    margin: 2rem 0rem 0rem 0rem;
    padding: 0px;
    padding: 0rem;
    width: 20%;
    float: left; }
  .l-finance .l-finance__tagtitle-link {
    font-size: 36pt;
    text-decoration: none;
    color: #c2b6a4;
    cursor: pointer;
    padding: 0;
    line-height: 1em; }
    .l-finance .l-finance__tagtitle-link:hover {
      color: #c2b6a4;
      cursor: default; }

@media only screen and (min-width: 1280px) {
  body.immobile .l-weather {
    border-left: 1px solid #e3d7c4;
    padding-left: 10px; } }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .l-weather {
    border-left: 1px solid #e3d7c4;
    padding-left: 10px; } }
@media only screen and (min-width: 980px) {
  body.mobile .l-weather {
    border-left: 1px solid #e3d7c4;
    padding-left: 10px; } }
body.non-responsive .l-weather {
  border-left: 1px solid #e3d7c4;
  padding-left: 10px; }

@media only screen and (min-width: 1280px) {
  body.immobile .l-eco-dashboard {
    padding-right: 10px; } }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .l-eco-dashboard {
    padding-right: 10px; } }
@media only screen and (min-width: 980px) {
  body.mobile .l-eco-dashboard {
    padding-right: 10px; } }
body.non-responsive .l-eco-dashboard {
  padding-right: 10px; }
@media only screen and (min-width: 1280px) {
  body.immobile .l-eco-dashboard .m-eco-dashboard-block--staatsschuld {
    border-left: none; } }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .l-eco-dashboard .m-eco-dashboard-block--staatsschuld {
    padding-right: 20px;
    padding-right: 2rem;
    border-left: none; } }
@media only screen and (min-width: 980px) {
  body.mobile .l-eco-dashboard .m-eco-dashboard-block--staatsschuld {
    padding-right: 20px;
    padding-right: 2rem;
    border-left: none; } }
body.non-responsive .l-eco-dashboard .m-eco-dashboard-block--staatsschuld {
  padding-right: 20px;
  padding-right: 2rem;
  border-left: none; }
@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile .l-eco-dashboard .l-grid__item:nth-child(2) .m-eco-dashboard-block {
    border-left: none; } }
@media only screen and (max-width: 979px) {
  body.immobile .l-eco-dashboard .l-grid__item:nth-child(2) .m-eco-dashboard-block {
    border-left: none; } }
@media only screen and (max-width: 979px) {
  body.mobile .l-eco-dashboard .l-grid__item:nth-child(2) .m-eco-dashboard-block {
    border-left: none; } }
@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile .l-eco-dashboard .m-eco-dashboard-block--staatsschuld, body.immobile .l-eco-dashboard .m-eco-dashboard-block--inflatie {
    border-left: none;
    margin-bottom: 20px; } }
@media only screen and (max-width: 979px) {
  body.immobile .l-eco-dashboard .m-eco-dashboard-block--staatsschuld, body.immobile .l-eco-dashboard .m-eco-dashboard-block--inflatie {
    border-left: none;
    margin-bottom: 20px; } }
@media only screen and (max-width: 979px) {
  body.mobile .l-eco-dashboard .m-eco-dashboard-block--staatsschuld, body.mobile .l-eco-dashboard .m-eco-dashboard-block--inflatie {
    border-left: none;
    margin-bottom: 20px; } }
.l-eco-dashboard .m-eco-dashboard-block__link {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 1.2; }
.l-eco-dashboard .m-eco-dashboard-block__info {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #b5ada3; }

.l-footer {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  body.subsite-sabato .l-footer {
    background-color: #ffffff; }
  .l-footer .l-footer__top {
    border-bottom: 1px solid #e3d7c4; }
    body.subsite-sabato .l-footer .l-footer__top {
      border-bottom: 1px solid #000000; }
  .l-footer .l-footer__column {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    border-right: 1px solid #e3d7c4; }
    body.subsite-sabato .l-footer .l-footer__column {
      border-right: 1px solid #000000; }
  .l-footer .l-footer__column--tools {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    border-right: 1px solid #e3d7c4; }
    @media only screen and (max-width: 979px) {
      body.immobile .l-footer .l-footer__column--tools {
        border-right: none; } }
    @media only screen and (max-width: 979px) {
      body.mobile .l-footer .l-footer__column--tools {
        border-right: none; } }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .l-footer .l-footer__column--tools {
        border-right: none; } }
    @media only screen and (min-width: 980px) {
      body.mobile .l-footer .l-footer__column--tools {
        border-right: none; } }
    body.non-responsive .l-footer .l-footer__column--tools {
      border-right: none; }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-footer .l-footer__column--tools {
        border-right: none; } }
    @media only screen and (max-width: 979px) {
      body.immobile.subsite-sabato .l-footer .l-footer__column--tools {
        border-right: none; } }
    @media only screen and (max-width: 979px) {
      body.mobile.subsite-sabato .l-footer .l-footer__column--tools {
        border-right: none; } }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile.subsite-sabato .l-footer .l-footer__column--tools {
        border-right: none; } }
    @media only screen and (min-width: 980px) {
      body.mobile.subsite-sabato .l-footer .l-footer__column--tools {
        border-right: none; } }
    body.non-responsive.subsite-sabato .l-footer .l-footer__column--tools {
      border-right: none; }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile.subsite-sabato .l-footer .l-footer__column--tools {
        border-right: none; } }
    body.subsite-sabato .l-footer .l-footer__column--tools {
      border-right: 1px solid #000000; }
  .l-footer .m-share {
    margin: 15px 5px;
    margin: 1.5rem 0.5rem;
    text-align: center;
    height: auto; }
  .l-footer .m-share__services__list {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 2.5px;
    margin: 0.3rem 0.25rem; }
  .l-footer .l-footer__bottom {
    border-bottom: 1px solid #e3d7c4;
    position: relative; }
    body.subsite-sabato .l-footer .l-footer__bottom {
      border-bottom: 1px solid #000000; }
  .l-footer .l-footer__bottom__mediafin-logo {
    width: 42px;
    height: 42px;
    margin-right: 5px;
    margin-right: 0.5rem; }
  .l-footer .l-footer__bottom__links {
    width: 85%;
    font-family: "Roboto", sans-serif; }
  .l-footer .l-footer__bottom__logos {
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    margin-top: 0px;
    border-top: 1px solid #e3d7c4;
    text-align: center; }
    body.subsite-sabato .l-footer .l-footer__bottom__logos {
      border-top: 1px solid #000000; }
    @media only screen and (min-width: 1280px) {
      body.immobile .l-footer .l-footer__bottom__logos {
        margin-top: 10px;
        margin-top: 1rem;
        text-align: right;
        border-top: 0px;
        padding: 0px; } }
  .l-footer .l-footer__bottom__mediafin-logo, .l-footer .l-footer__bottom__logo, .l-footer .l-footer__bottom__links, .l-footer .l-footer__bottom__links__list {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .l-footer .l-footer__bottom__list-item {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none; }
  .l-footer .l-footer__bottom__link {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 5px;
    padding: 0rem 0.5rem;
    text-decoration: none;
    color: #2c3b78;
    border-right: 1px solid #e3d7c4; }
    body.subsite-sabato .l-footer .l-footer__bottom__link {
      color: #000000;
      border-right: 1px solid #cccccc; }
    .l-footer .l-footer__bottom__link:hover {
      color: #8FA1CB; }
      body.subsite-sabato .l-footer .l-footer__bottom__link:hover {
        color: #434343; }
  .l-footer .l-footer__bottom__copyright {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 5px;
    padding: 0rem 0.5rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    body.subsite-sabato .l-footer .l-footer__bottom__copyright {
      color: #cccccc; }
  .l-footer .l-footer__bottom__links__list .l-footer__bottom__list-item:last-child .l-footer__bottom__link {
    border: none; }
  .l-footer .l-footer__bottom__links__list .l-footer__bottom__list-item:nth-of-type(2) .l-footer__bottom__link {
    border-left: 1px solid #e3d7c4; }
    body.subsite-sabato .l-footer .l-footer__bottom__links__list .l-footer__bottom__list-item:nth-of-type(2) .l-footer__bottom__link {
      border-left: 1px solid #cccccc; }
  .l-footer .l-footer__first-row .l-grid__item:first-child .m-footer-block__title, .l-footer .l-footer__first-row .l-grid__item:first-child .m-footer-block__list {
    padding-left: 0; }
  .l-footer .l-footer__bottom__logo {
    padding: 0px 10px;
    padding: 0rem 1rem;
    border-right: 1px solid #e3d7c4; }
  .l-footer .l-footer__bottom__list-item:last-child .l-footer__bottom__logo {
    border: none; }
  .l-footer .m-share__services__service {
    width: 45px;
    height: 45px; }
  .l-footer .m-share__services__service__link:before {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 45px; }

.l-snel-naar .l-snel-naar__block {
  font-size: 16px;
  font-size: 1.6rem;
  color: false;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 0px 8px;
  padding: 0rem 0.8rem;
  margin-right: 24px;
  margin-top: 2px;
  background: #f8ebd3;
  position: relative;
  height: 34px;
  line-height: 34px; }
  .l-snel-naar .l-snel-naar__block:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 12px solid #f8ebd3; }

.l-lees-tablet {
  padding: 0px 15px;
  padding: 0rem 1.5rem; }
  .l-lees-tablet .l-lees-tablet__image {
    margin: 40px 0px 30px 0px;
    margin: 4rem 0rem 3rem 0rem;
    width: 230px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 1119px) {
      body.immobile .l-lees-tablet .l-lees-tablet__image {
        margin: 10px 0px;
        margin: 1rem 0rem; } }
    body.mobile .l-lees-tablet .l-lees-tablet__image {
      margin: 10px 0px;
      margin: 1rem 0rem; }
    body.non-responsive .l-lees-tablet .l-lees-tablet__image {
      margin: 10px 0px;
      margin: 1rem 0rem; }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-lees-tablet .l-lees-tablet__image {
        margin: 10px 0px;
        margin: 1rem 0rem; } }
  .l-lees-tablet .l-lees-tablet__store {
    margin-left: 5px;
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 1119px) {
      body.immobile .l-lees-tablet .l-lees-tablet__store {
        margin-top: 10px;
        margin-top: 1rem; } }
    body.mobile .l-lees-tablet .l-lees-tablet__store {
      margin-top: 10px;
      margin-top: 1rem; }
    body.non-responsive .l-lees-tablet .l-lees-tablet__store {
      margin-top: 10px;
      margin-top: 1rem; }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-lees-tablet .l-lees-tablet__store {
        margin-top: 10px;
        margin-top: 1rem; } }
  .l-lees-tablet .l-lees-tablet__store__android {
    margin-right: 10px;
    margin-right: 1rem; }

.l-width-limiter--homepage {
  padding-top: 28px;
  padding-top: 2.8rem;
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-right: 4rem;
  max-width: 1545px;
  max-width: 154.5rem; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-width-limiter--homepage {
      padding-left: 40px;
      padding-left: 4rem; } }
  body.mobile .l-width-limiter--homepage {
    padding-left: 40px;
    padding-left: 4rem; }
  body.non-responsive .l-width-limiter--homepage {
    padding-left: 40px;
    padding-left: 4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-width-limiter--homepage {
      padding-left: 40px;
      padding-left: 4rem; } }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-width-limiter--homepage {
      padding-right: 390px;
      padding-right: 39rem; } }

.l-width-limiter--artikel {
  padding-top: 28px;
  padding-top: 2.8rem;
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-right: 4rem;
  max-width: 1425px;
  max-width: 142.5rem;
  padding-right: 40px;
  padding-right: 4rem; }
  @media only screen and (max-width: 1119px) {
    body.immobile .l-width-limiter--artikel {
      padding-left: 40px;
      padding-left: 4rem; } }
  body.mobile .l-width-limiter--artikel {
    padding-left: 40px;
    padding-left: 4rem; }
  body.non-responsive .l-width-limiter--artikel {
    padding-left: 40px;
    padding-left: 4rem; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-width-limiter--artikel {
      padding-left: 40px;
      padding-left: 4rem; } }

.l-sub-sectie .l-sub-sectie__header {
  font-size: 30px;
  font-size: 3rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e3d7c4; }
.l-sub-sectie .l-sub-sectie__list {
  padding-bottom: 9999px;
  margin-bottom: -9999px; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .l-sub-sectie .l-sub-sectie__list {
      border-right: 1px solid #e3d7c4;
      padding-right: 20px;
      padding-right: 2rem; } }
  @media only screen and (min-width: 980px) {
    body.mobile .l-sub-sectie .l-sub-sectie__list {
      border-right: 1px solid #e3d7c4;
      padding-right: 20px;
      padding-right: 2rem; } }
  body.non-responsive .l-sub-sectie .l-sub-sectie__list {
    border-right: 1px solid #e3d7c4;
    padding-right: 20px;
    padding-right: 2rem; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-sub-sectie .l-sub-sectie__list {
      border-right: 1px solid #e3d7c4;
      padding-right: 20px;
      padding-right: 2rem; } }
  .l-sub-sectie .l-sub-sectie__list .l-grid__item:last-child .l-sub-sectie__list__item {
    margin-bottom: 0; }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .l-sub-sectie .l-sidebar {
    margin-top: 20px;
    margin-top: 2rem; } }
@media only screen and (min-width: 980px) {
  body.mobile .l-sub-sectie .l-sidebar {
    margin-top: 20px;
    margin-top: 2rem; } }
body.non-responsive .l-sub-sectie .l-sidebar {
  margin-top: 20px;
  margin-top: 2rem; }
.l-sub-sectie .l-sub-sectie__mid-list {
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  margin-top: 20px;
  margin-top: 2rem; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .l-sub-sectie .l-sub-sectie__mid-list {
      padding-left: 20px;
      padding-left: 2rem;
      margin-top: 0; } }
  @media only screen and (min-width: 980px) {
    body.mobile .l-sub-sectie .l-sub-sectie__mid-list {
      padding-left: 20px;
      padding-left: 2rem;
      margin-top: 0; } }
  body.non-responsive .l-sub-sectie .l-sub-sectie__mid-list {
    padding-left: 20px;
    padding-left: 2rem;
    margin-top: 0; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-sub-sectie .l-sub-sectie__mid-list {
      padding-left: 20px;
      padding-left: 2rem;
      margin-top: 0; } }
  .l-sub-sectie .l-sub-sectie__mid-list .m-article-list {
    margin-bottom: 30px; }
    .l-sub-sectie .l-sub-sectie__mid-list .m-article-list .m-article-list-item--full-title:first-child {
      padding-top: 0px; }
.l-sub-sectie .l-sub-sectie__list__item {
  border-bottom: 1px solid #e3d7c4;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
.l-sub-sectie .l-connect {
  margin: 20px 0px;
  margin: 2rem 0rem; }

.l-article-list {
  position: relative;
  background-color: #fef7ea; }

.l-sub-sectie-meer {
  margin: 20px 0px;
  margin: 2rem 0rem; }
  .l-sub-sectie-meer .l-sub-sectie-meer__content {
    border-left: 1px solid #e3d7c4; }
    .l-sub-sectie-meer .l-sub-sectie-meer__content li {
      list-style-type: none; }
  .l-sub-sectie-meer .m-menu-item__link {
    text-transform: uppercase; }

.l-diensten {
  text-align: left; }
  .l-diensten .l-diensten__verlopen {
    background-color: #c75845;
    color: #fffaf3;
    display: block;
    width: 100%;
    padding: 20px 15px;
    padding: 2rem 1.5rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    display: table; }
    .l-diensten .l-diensten__verlopen:before {
      font-size: 30px;
      font-size: 3rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      padding-right: 20px;
      padding-right: 2rem;
      content: "\f071";
      display: table-cell;
      vertical-align: middle; }
  .l-diensten .diensten__verlopen__container {
    display: table-cell;
    vertical-align: middle; }
  .l-diensten .l-diensten__verlopen__text {
    display: block;
    font-size: 14px;
    font-size: 1.4rem; }
  .l-diensten .l-diensten__verlopen__cta {
    display: block;
    margin-top: 10px;
    margin-top: 1rem;
    font-size: 14px;
    font-size: 1.4rem; }
    .l-diensten .l-diensten__verlopen__cta:after {
      font-size: 20px;
      font-size: 2rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f105";
      position: relative;
      top: -3px;
      top: -0.3rem;
      left: 10px;
      left: 1rem; }
  .l-diensten .l-diensten__abonneren {
    padding: 15px;
    padding: 1.5rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    zoom: 1;
    background-color: #2c3b78;
    color: #fffaf3;
    width: 100%;
    display: block;
    position: relative; }
    .l-diensten .l-diensten__abonneren:before, .l-diensten .l-diensten__abonneren:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .l-diensten .l-diensten__abonneren:after {
      clear: both; }
  .l-diensten .l-diensten__abonneren__image {
    padding-top: 6px; }
  .l-diensten .l-diensten__abonneren__container {
    float: right;
    max-width: 175px; }
  .l-diensten .l-diensten__abonneren__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    display: block; }
  .l-diensten .l-diensten__abonneren__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    display: block; }
  .l-diensten .l-diensten__abonneren__cta {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    background-color: #c75845;
    padding: 8px 40px;
    padding: 0.8rem 4rem; }

.l-login {
  text-align: left;
  color: #fffaf3; }
  .l-login .l-login__header {
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #404669; }
  .l-login .l-login__header:first-child {
    margin-top: 0; }
  .l-login .l-login__close {
    font-size: 20px;
    font-size: 2rem;
    right: 10px;
    right: 1rem;
    top: 5px;
    top: 0.5rem;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    line-height: 1; }
  .l-login .l-login__header__sub-title, .l-login .l-login__header__link, .l-login .l-login__forgot {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #b9c3db; }
  .l-login .l-login__header__link, .l-login .l-login__forgot {
    float: right; }
    .l-login .l-login__header__link:after, .l-login .l-login__forgot:after {
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-left: 10px;
      margin-left: 1rem;
      margin-top: -2px;
      margin-top: -0.2rem;
      content: "\f105";
      display: inline-block; }
  .l-login .l-login__header__title {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF; }
  .l-login .l-login__header__sub-title {
    margin-left: 5px;
    margin-left: 0.5rem; }
  .l-login .m-share__services__service {
    margin-right: 15px;
    margin-right: 1.5rem;
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem; }
    body.subsite-sabato .l-login .m-share__services__service {
      background: #FFFFFF;
      border: 1px solid #e3d7c4; }
  body.subsite-sabato .l-login .m-share__services__service__link.facebook:before {
    content: "\f09a";
    color: #38538e; }
  body.subsite-sabato .l-login .m-share__services__service__link.facebook_square:before {
    content: "\f082";
    color: #ffffff; }
  body.subsite-sabato .l-login .m-share__services__service__link.twitter:before {
    content: "\f099";
    color: #42a4cd; }
  body.subsite-sabato .l-login .m-share__services__service__link.linkedin:before {
    content: "\f0e1";
    color: #5094c4; }
  body.subsite-sabato .l-login .m-share__services__service__link.googleplus:before {
    content: "\f0d5";
    color: #c94936; }
  body.subsite-sabato .l-login .m-share__services__service__link.link:before {
    content: "\f0c1";
    color: #212d5b; }
  body.subsite-sabato .l-login .m-share__services__service__link.email:before {
    content: "\f003";
    color: #212d5b; }
  body.subsite-sabato .l-login .m-share__services__service__link.share:before {
    content: "\f064";
    color: #212d5b; }
  body.subsite-sabato .l-login .m-share__services__service__link.rss:before {
    content: "\f09e";
    color: #f79a17; }
  .l-login .m-share__services__service__link:before {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px; }
  .l-login .l-login__inputfield, .l-login .m-password-forgot__input {
    padding: 0px 10px;
    padding: 0rem 1rem;
    height: 40px;
    height: 4rem;
    margin-top: 4px;
    margin-top: 0.4rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    background: #e3d7c4;
    line-height: 40px;
    border: none;
    color: #454443;
    display: block;
    width: 100%; }
  .l-login .l-login__inputfield--password {
    padding: 0px 10px;
    padding: 0rem 1rem;
    height: 40px;
    height: 4rem;
    margin-top: 4px;
    margin-top: 0.4rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    background: #e3d7c4;
    line-height: 40px;
    border: none;
    color: #454443;
    display: block;
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem; }
  .l-login .l-login__form__error {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-login .l-login__form__footer {
    zoom: 1; }
    .l-login .l-login__form__footer:before, .l-login .l-login__form__footer:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .l-login .l-login__form__footer:after {
      clear: both; }
  .l-login .l-login__keeplogin {
    display: table;
    float: left;
    margin-top: 8px;
    margin-top: 0.8rem;
    width: 160px;
    width: 16rem; }
    .l-login .l-login__keeplogin .l-login__checkbox, .l-login .l-login__keeplogin .l-login__label {
      display: table-cell;
      vertical-align: baseline; }
  .l-login .l-login__checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-right: 0.5rem; }
  .l-login .l-login__submit, .l-login .m-password-forgot__submit {
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
    height: 4rem;
    width: 115px;
    width: 11.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    float: right;
    background: #c75845;
    color: #FFFFFF; }
  .l-login .l-login__buttons-container {
    overflow: hidden; }
  .l-login .l-login__buttons {
    padding: 10px 0px;
    padding: 1rem 0rem;
    padding-bottom: 9999px !important;
    margin-bottom: -9989px !important;
    text-align: center;
    color: #fffaf3;
    background-color: #2c3b78;
    display: inline-block;
    vertical-align: top;
    width: 155px; }
    .l-login .l-login__buttons.first {
      margin-right: 10px; }
  .l-login .m-password-forgot__submit {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 4px;
    margin-top: 0.4rem;
    font-weight: normal;
    background-color: #c75845; }
  .l-login .m-password-forgot__cancel {
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    height: 4rem;
    width: 115px;
    width: 11.5rem;
    margin-top: 4px;
    margin-top: 0.4rem;
    text-align: center;
    float: right;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #b9c3db;
    background-color: transparent; }
  .l-login .m-password-forgot__label {
    margin-bottom: 0; }

.l-search.island {
  margin-bottom: 10px;
  margin-bottom: 1rem; }
.l-search.autosuggest {
  margin-top: 0;
  z-index: 10001; }
.l-search.meta {
  margin-top: 10px;
  margin-top: 1rem;
  height: auto; }
.l-search .l-search__title {
  font-size: 20px;
  font-size: 2rem;
  margin: 0px 0px 30px 0px;
  margin: 0rem 0rem 3rem 0rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fffaf3; }
.l-search .l-search__inputfield-container {
  position: relative; }
  .l-search .l-search__inputfield-container:before {
    color: #807c79;
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 40px;
    content: "\f002";
    position: absolute;
    left: 10px;
    left: 1rem;
    z-index: 1; }
.l-search .l-search__inputfield {
  width: 100%;
  padding: 9px 10px 10px 40px;
  padding: 0.9rem 1rem 1rem 4rem;
  background-color: #e3d7c4;
  color: #454443;
  font-family: "Roboto", sans-serif; }
  .l-search .l-search__inputfield::-ms-clear {
    display: none; }
.l-search .l-search__clear:before {
  line-height: 40px;
  line-height: 4rem;
  right: 10px;
  right: 1rem;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f057";
  color: #807c79;
  cursor: pointer;
  display: inline;
  position: absolute;
  right: 1rem;
  top: 1rem; }
.l-search .l-search__clear:hover {
  cursor: pointer; }
.l-search .l-search__submit {
  width: 100%;
  height: 40px;
  height: 4rem;
  background-color: #2c3b78;
  color: #fffaf3;
  font-weight: bold; }
.l-search .l-search__facets-container {
  margin-top: 10px;
  margin-top: 1rem;
  display: inline; }
.l-search .l-search__facet-type-container {
  margin-right: 10px;
  margin-right: 1rem;
  border-right: solid 1px #e3d7c4;
  display: inline; }
.l-search .l-search__label {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #84807c; }
.l-search .l-search__facet-name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-right: 0.5rem;
  font-family: "Roboto", sans-serif;
  color: #454443;
  font-weight: bold; }
.l-search .l-search__remove-facet:before {
  padding-right: 5px;
  padding-right: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f057";
  color: #807c79;
  cursor: pointer;
  display: inline;
  position: relative; }
.l-search .l-search__meta-container {
  display: block;
  line-height: 2;
  font-family: "Roboto", sans-serif; }
.l-search .l-search__save-search:before {
  padding-right: 5px;
  padding-right: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f0c7";
  color: #807c79;
  cursor: pointer;
  display: inline;
  position: relative; }
.l-search .l-search__link {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #2c3b78;
  display: inline;
  font-family: "Roboto", sans-serif; }
.l-search .l-zoeken__autocomplete {
  list-style-type: none;
  border-top: 1px solid #e3d7c4;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 0; }
.l-search .l-zoeken__autocomplete__item {
  text-align: left;
  color: #454443;
  background-color: #fff3e5;
  width: 100%;
  height: 40px;
  height: 4rem;
  line-height: 40px;
  padding-left: 10px;
  padding-left: 1rem;
  border-bottom: 1px solid #e3d7c4;
  border-left: 1px solid #e3d7c4;
  border-right: 1px solid #e3d7c4;
  font-family: "Roboto", sans-serif; }
  .l-search .l-zoeken__autocomplete__item span {
    line-height: 40px; }

.sub-nav--zoeken.menu-active .m-searchform-input__field-container {
  /* Attract attention after focus */
  -webkit-animation: fade_scale_in 0.8s 0s ease;
  -moz-animation: fade_scale_in 0.8s 0s ease;
  -o-animation: fade_scale_in 0.8s 0s ease;
  animation: fade_scale_in 0.8s 0s ease; }

@-webkit-keyframes fade_scale_in {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes fade_scale_in {
  0% {
    transform: scale(1.5);
    opacity: 0; }

  100% {
    transform: scale(1);
    opacity: 1; } }

@-o-keyframes fade_scale_in {
  0% {
    transform: scale(1.5);
    opacity: 0; }

  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes fade_scale_in {
  0% {
    transform: scale(1.5);
    opacity: 0; }

  100% {
    transform: scale(1);
    opacity: 1; } }

.l-marktenwidget {
  position: relative;
  z-index: 2; }
  .l-marktenwidget .l-marktenwidget__header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%; }
  .l-marktenwidget .l-marktenwidget__menu {
    padding-right: 150px;
    padding-right: 15rem; }
    @media only screen and (max-width: 979px) {
      body.immobile .l-marktenwidget .l-marktenwidget__menu {
        padding-right: 40px;
        padding-right: 4rem; } }
    @media only screen and (max-width: 979px) {
      body.mobile .l-marktenwidget .l-marktenwidget__menu {
        padding-right: 40px;
        padding-right: 4rem; } }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-marktenwidget .l-marktenwidget__menu {
        padding-right: 40px;
        padding-right: 4rem; } }
  .l-marktenwidget .l-marktenwidget__search {
    width: 150px;
    width: 15rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    height: 4rem; }
    @media only screen and (max-width: 979px) {
      body.immobile .l-marktenwidget .l-marktenwidget__search:hover .l-marktenwidget__search__icon {
        height: 50px;
        height: 5rem; } }
    @media only screen and (max-width: 979px) {
      body.mobile .l-marktenwidget .l-marktenwidget__search:hover .l-marktenwidget__search__icon {
        height: 50px;
        height: 5rem; } }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-marktenwidget .l-marktenwidget__search:hover .l-marktenwidget__search__icon {
        height: 50px;
        height: 5rem; } }
    .l-marktenwidget .l-marktenwidget__search:hover .l-marktenwidget__search__inputfield {
      display: block; }
  .l-marktenwidget .l-marktenwidget__search__icon {
    text-align: center;
    background-color: #e3d7c4;
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    line-height: 40px;
    line-height: 4rem;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 979px) {
      body.immobile .l-marktenwidget .l-marktenwidget__search__icon {
        right: 0;
        left: auto; } }
    @media only screen and (max-width: 979px) {
      body.mobile .l-marktenwidget .l-marktenwidget__search__icon {
        right: 0;
        left: auto; } }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-marktenwidget .l-marktenwidget__search__icon {
        right: 0;
        left: auto; } }
    .l-marktenwidget .l-marktenwidget__search__icon:before {
      font-size: 15px;
      font-size: 1.5rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f002";
      color: #b5ada3; }
  .l-marktenwidget .l-marktenwidget__search__inputfield {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    background-color: #e3d7c4;
    color: #50504e;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    line-height: 2rem;
    padding-top: 10px;
    padding-top: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    padding-left: 40px;
    padding-left: 4rem; }
    .l-marktenwidget .l-marktenwidget__search__inputfield::-webkit-input-placeholder {
      color: #b5ada3;
      font-style: "normal"; }
    .l-marktenwidget .l-marktenwidget__search__inputfield::-moz-placeholder {
      color: #b5ada3;
      opacity: 1;
      font-style: "normal"; }
    .l-marktenwidget .l-marktenwidget__search__inputfield:-ms-input-placeholder {
      color: #b5ada3;
      font-style: "normal"; }
    @media only screen and (max-width: 979px) {
      body.immobile .l-marktenwidget .l-marktenwidget__search__inputfield {
        display: none;
        position: absolute;
        right: 0;
        top: 50px;
        top: 5rem;
        padding-left: 10px;
        padding-left: 1rem; } }
    @media only screen and (max-width: 979px) {
      body.mobile .l-marktenwidget .l-marktenwidget__search__inputfield {
        display: none;
        position: absolute;
        right: 0;
        top: 50px;
        top: 5rem;
        padding-left: 10px;
        padding-left: 1rem; } }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-marktenwidget .l-marktenwidget__search__inputfield {
        display: none;
        position: absolute;
        right: 0;
        top: 50px;
        top: 5rem;
        padding-left: 10px;
        padding-left: 1rem; } }
    .l-marktenwidget .l-marktenwidget__search__inputfield:focus {
      /* Webkit */
      /* Firefox 4-18 */
      /* Firefox 19+ */
      /* IE */ }
      .l-marktenwidget .l-marktenwidget__search__inputfield:focus::-webkit-input-placeholder {
        color: transparent; }
      .l-marktenwidget .l-marktenwidget__search__inputfield:focus:-moz-placeholder {
        color: transparent; }
      .l-marktenwidget .l-marktenwidget__search__inputfield:focus::-moz-placeholder {
        color: transparent; }
      .l-marktenwidget .l-marktenwidget__search__inputfield:focus:-ms-input-placeholder {
        color: transparent; }
  .l-marktenwidget .l-marktenwidget__content {
    background: #fdf3e5;
    border: 1px solid #e3d7c4;
    position: relative;
    top: 50px;
    top: 5rem;
    padding: 10px;
    padding: 1rem;
    margin-bottom: 50px;
    margin-bottom: 5rem; }
  .l-marktenwidget .l-marktenwidget__chart {
    text-align: center; }
    @media only screen and (max-width: 979px) {
      body.immobile .l-marktenwidget .l-marktenwidget__chart {
        margin-top: 10px;
        margin-top: 1rem; } }
    @media only screen and (max-width: 979px) {
      body.mobile .l-marktenwidget .l-marktenwidget__chart {
        margin-top: 10px;
        margin-top: 1rem; } }
    @media only screen and (min-width: 1120px) and (max-width: 1279px) {
      body.immobile .l-marktenwidget .l-marktenwidget__chart {
        margin-top: 10px;
        margin-top: 1rem; } }

@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .l-agenda {
    padding-left: 20px;
    padding-left: 2rem; } }
@media only screen and (min-width: 980px) {
  body.mobile .l-agenda {
    padding-left: 20px;
    padding-left: 2rem; } }
body.non-responsive .l-agenda {
  padding-left: 20px;
  padding-left: 2rem; }
@media only screen and (min-width: 1280px) {
  body.immobile .l-agenda {
    padding-left: 20px;
    padding-left: 2rem; } }
.l-agenda .l-agenda__list {
  list-style: none; }
  .l-agenda .l-agenda__list .m-agenda-item:last-child {
    margin-bottom: 0; }

.l-in-beeld {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .l-in-beeld {
      padding-right: 20px;
      padding-right: 2rem;
      margin-bottom: 0;
      border-right: 1px solid #e3d7c4; } }
  @media only screen and (min-width: 980px) {
    body.mobile .l-in-beeld {
      padding-right: 20px;
      padding-right: 2rem;
      margin-bottom: 0;
      border-right: 1px solid #e3d7c4; } }
  body.non-responsive .l-in-beeld {
    padding-right: 20px;
    padding-right: 2rem;
    margin-bottom: 0;
    border-right: 1px solid #e3d7c4; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-in-beeld {
      padding-right: 20px;
      padding-right: 2rem;
      margin-bottom: 0;
      border-right: 1px solid #e3d7c4; } }

.l-in-beeld {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 980px) and (max-width: 1119px) {
    body.immobile .l-in-beeld {
      padding-right: 20px;
      padding-right: 2rem;
      margin-bottom: 0;
      border-right: 1px solid #e3d7c4; } }
  @media only screen and (min-width: 980px) {
    body.mobile .l-in-beeld {
      padding-right: 20px;
      padding-right: 2rem;
      margin-bottom: 0;
      border-right: 1px solid #e3d7c4; } }
  body.non-responsive .l-in-beeld {
    padding-right: 20px;
    padding-right: 2rem;
    margin-bottom: 0;
    border-right: 1px solid #e3d7c4; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-in-beeld {
      padding-right: 20px;
      padding-right: 2rem;
      margin-bottom: 0;
      border-right: 1px solid #e3d7c4; } }

.l-data-list .m-data-list {
  border-bottom: 1px solid #e3d7c4; }
  .l-data-list .m-data-list:last-child {
    border: none; }

.l-fondsen-obligaties .l-fondsen-obligaties__item {
  list-style-type: none; }
.l-fondsen-obligaties .m-menu-item {
  height: auto;
  border-right: none;
  background: none; }
  .l-fondsen-obligaties .m-menu-item:after {
    top: 0; }
.l-fondsen-obligaties .m-menu-item__link {
  padding: 17px 0px;
  padding: 1.7rem 0rem;
  text-transform: uppercase; }

.l-analyst-stocks {
  padding: 25px 15px;
  padding: 2.5rem 1.5rem;
  border-bottom: 1px solid #e3d7c4; }
  .l-analyst-stocks .m-section-header {
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem; }

.l-recommendation {
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .l-recommendation .l-recommendation__title {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #454443;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .l-recommendation .m-recommendation:last-child {
    border-bottom: none; }

.l-history-graph {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .l-history-graph .l-history-graph__top {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .l-history-graph .l-history-graph__period {
    font-size: 14px;
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: middle;
    width: 25%; }
  .l-history-graph .l-history-graph__period__label {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #454443; }
  .l-history-graph .l-history-graph__period__content {
    display: inline-block; }
  .l-history-graph .l-history-graph__period__time {
    margin-left: 15px;
    margin-left: 1.5rem;
    color: #2c3b78;
    font-weight: bold; }
    .l-history-graph .l-history-graph__period__time.selected, .l-history-graph .l-history-graph__period__time:hover {
      font-weight: normal;
      color: #454443; }
  .l-history-graph .l-history-graph__legend {
    color: #454443;
    display: table-cell;
    vertical-align: middle;
    width: 40%; }
  .l-history-graph .l-history-graph__legend__average {
    margin-left: 20px;
    margin-left: 2rem;
    display: inline-block;
    vertical-align: middle; }
    .l-history-graph .l-history-graph__legend__average img {
      vertical-align: middle; }
  .l-history-graph .l-history-graph__legend__trend {
    display: inline-block;
    vertical-align: middle; }
    .l-history-graph .l-history-graph__legend__trend img {
      vertical-align: middle; }
  .l-history-graph .l-history-graph__info {
    height: 25px;
    height: 2.5rem;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem;
    display: table-cell;
    vertical-align: middle; }
    .l-history-graph .l-history-graph__info span {
      margin: 0px 5px;
      margin: 0rem 0.5rem; }
    .l-history-graph .l-history-graph__info .l-history-graph__info__content {
      height: 25px;
      height: 2.5rem;
      text-align: right; }
      .l-history-graph .l-history-graph__info .l-history-graph__info__content > * {
        margin: 0px 10px 0px 0px;
        margin: 0rem 1rem 0rem 0rem;
        display: inline-block;
        vertical-align: middle; }
        .l-history-graph .l-history-graph__info .l-history-graph__info__content > *.js-rating-count-placeholder, .l-history-graph .l-history-graph__info .l-history-graph__info__content > *:last-child {
          margin-right: 0; }
      .l-history-graph .l-history-graph__info .l-history-graph__info__content .js-date-placeholder, .l-history-graph .l-history-graph__info .l-history-graph__info__content .js-rating-count-placeholder {
        font-size: 14px;
        font-size: 1.4rem; }
  .l-history-graph .l-history-graph__graph {
    width: 100%; }
  .l-history-graph strong {
    font-size: 0; }
    .l-history-graph strong:before {
      font-size: 13px;
      font-size: 1.3rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\f005";
      color: #b5ada3;
      position: absolute;
      left: 10px;
      top: 2px; }

.l-sabato .l-sabato__node__header {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem;
  padding: 0px 0px 20px 0px;
  padding: 0rem 0rem 2rem 0rem;
  border-bottom: 1px solid #000000; }
.l-sabato .l-sabato__node__title {
  font-size: 58px;
  font-size: 5.8rem;
  color: #454443;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  line-height: 1; }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .l-sabato .l-sabato--left-column {
    padding-right: 20px;
    padding-right: 2rem;
    border-right: 1px solid #434343; } }
@media only screen and (min-width: 980px) {
  body.mobile .l-sabato .l-sabato--left-column {
    padding-right: 20px;
    padding-right: 2rem;
    border-right: 1px solid #434343; } }
body.non-responsive .l-sabato .l-sabato--left-column {
  padding-right: 20px;
  padding-right: 2rem;
  border-right: 1px solid #434343; }
@media only screen and (min-width: 1280px) {
  body.immobile .l-sabato .l-sabato--left-column {
    padding-right: 20px;
    padding-right: 2rem;
    border-right: 1px solid #434343; } }
@media only screen and (max-width: 979px) {
  body.immobile .l-sabato .l-sabato--left-column--small-screens {
    padding-right: 20px;
    padding-right: 2rem;
    border-right: 1px solid #434343; } }
@media only screen and (max-width: 979px) {
  body.mobile .l-sabato .l-sabato--left-column--small-screens {
    padding-right: 20px;
    padding-right: 2rem;
    border-right: 1px solid #434343; } }
@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile .l-sabato .l-sabato--left-column--small-screens {
    padding-right: 20px;
    padding-right: 2rem;
    border-right: 1px solid #434343; } }
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  body.immobile .l-sabato .l-sabato--right-column {
    padding-left: 20px;
    padding-left: 2rem; } }
@media only screen and (min-width: 980px) {
  body.mobile .l-sabato .l-sabato--right-column {
    padding-left: 20px;
    padding-left: 2rem; } }
body.non-responsive .l-sabato .l-sabato--right-column {
  padding-left: 20px;
  padding-left: 2rem; }
@media only screen and (min-width: 1280px) {
  body.immobile .l-sabato .l-sabato--right-column {
    padding-left: 20px;
    padding-left: 2rem; } }
@media only screen and (max-width: 979px) {
  body.immobile .l-sabato .l-sabato--right-column--small-screens {
    padding-left: 20px;
    padding-left: 2rem; } }
@media only screen and (max-width: 979px) {
  body.mobile .l-sabato .l-sabato--right-column--small-screens {
    padding-left: 20px;
    padding-left: 2rem; } }
@media only screen and (min-width: 1120px) and (max-width: 1279px) {
  body.immobile .l-sabato .l-sabato--right-column--small-screens {
    padding-left: 20px;
    padding-left: 2rem; } }

.l-rss-page {
  padding-left: 140px; }
  @media only screen and (min-width: 1120px) {
    body.immobile .l-rss-page {
      padding-left: 190px; } }
  .l-rss-page .m-rss {
    margin-bottom: 20px;
    margin-bottom: 2rem; }

.l-quotation-rating {
  padding: 0px 30px 15px 30px;
  padding: 0rem 3rem 1.5rem 3rem; }

.l-rating-validity {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem; }
  .l-rating-validity .m-message--error {
    padding: 0 30px; }

.l-funds-page {
  margin: 0px 0px 40px 0px;
  margin: 0rem 0rem 4rem 0rem;
  /*
  ** HTML block
  */
  /*
  ** Artikel : laatste 6
  */
  /*
  ** Top 5 fondsen
  */ }
  .l-funds-page .l-funds-page__fundfinder {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem; }
    @media only screen and (min-width: 980px) and (max-width: 1119px) {
      body.immobile .l-funds-page .l-funds-page__fundfinder {
        margin: 0; } }
    @media only screen and (min-width: 980px) {
      body.mobile .l-funds-page .l-funds-page__fundfinder {
        margin: 0; } }
    body.non-responsive .l-funds-page .l-funds-page__fundfinder {
      margin: 0; }
    @media only screen and (min-width: 1120px) {
      body.immobile .l-funds-page .l-funds-page__fundfinder {
        margin: 0; } }
  .l-funds-page .l-funds-page__header {
    border-bottom: 1px solid #e3d7c4; }
  .l-funds-page .l-funds-page__title {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    font-family: "Noto", serif;
    color: #454443;
    font-weight: 700; }
  .l-funds-page .l-funds-page__section {
    padding: 20px 0px;
    padding: 2rem 0rem;
    border-bottom: 1px solid #e3d7c4; }
  .l-funds-page .l-funds-page__section--big {
    padding: 20px 0px;
    padding: 2rem 0rem;
    border-bottom: 1px solid #e3d7c4;
    padding: 20px 0px 40px 0px;
    padding: 2rem 0rem 4rem 0rem; }
  .l-funds-page .l-funds-page__section--last {
    padding: 20px 0px;
    padding: 2rem 0rem;
    border-bottom: 1px solid #e3d7c4;
    padding: 20px 0px 0px 0px;
    padding: 2rem 0rem 0rem 0rem;
    border-bottom: none; }
  .l-funds-page .l-funds-page__html-block h1 {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #b4aca2;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    font-size: 1.5rem; }
  .l-funds-page .l-funds-page__html-block h2 {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #b4aca2;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-size: 1.4rem; }
  .l-funds-page .l-funds-page__article-preview {
    padding: 20px 0px;
    padding: 2rem 0rem;
    border-bottom: 1px solid #e3d7c4; }
    .l-funds-page .l-funds-page__article-preview:last-child {
      margin: 0px 0px 20px 0px;
      margin: 0rem 0rem 2rem 0rem; }
      @media only screen and (min-width: 980px) and (max-width: 1119px) {
        body.immobile .l-funds-page .l-funds-page__article-preview:last-child {
          margin: 0; } }
      @media only screen and (min-width: 980px) {
        body.mobile .l-funds-page .l-funds-page__article-preview:last-child {
          margin: 0; } }
      body.non-responsive .l-funds-page .l-funds-page__article-preview:last-child {
        margin: 0; }
      @media only screen and (min-width: 1120px) {
        body.immobile .l-funds-page .l-funds-page__article-preview:last-child {
          margin: 0; } }
  .l-funds-page .l-funds-page__top5 {
    margin: 0px 0px 40px 0px;
    margin: 0rem 0rem 4rem 0rem; }
  .l-funds-page .l-funds-page__top5--last {
    margin: 0px 0px 40px 0px;
    margin: 0rem 0rem 4rem 0rem;
    margin: 0; }
  .l-funds-page .l-funds-page__top5__header {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem; }
  .l-funds-page .l-funds-page__top5__description {
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem 1.5rem 0rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #b5ada3; }
  .l-funds-page .l-funds-page__fund-container {
    zoom: 1; }
    .l-funds-page .l-funds-page__fund-container:before, .l-funds-page .l-funds-page__fund-container:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .l-funds-page .l-funds-page__fund-container:after {
      clear: both; }
  .l-funds-page .l-funds-page__fund {
    margin: 0px 20px 10px 0px;
    margin: 0rem 2rem 1rem 0rem;
    height: 30px;
    height: 3rem;
    float: left; }
  .l-funds-page .l-funds-page__fund__link {
    display: block; }

.l-recommend {
  background: #fdf3e5;
  padding: 10px;
  padding: 1rem;
  width: 500px; }
  body.subsite-sabato .l-recommend {
    background: #FFFFFF;
    border: 1px solid #000000; }
  .l-recommend .l-recommend__intro-container {
    padding: 0px 0px 20px 0px;
    padding: 0rem 0rem 2rem 0rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    border-bottom: 1px solid #e3d7c4; }
  .l-recommend .l-recommend__intro {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    font-family: "Roboto", sans-serif;
    color: #454443; }
  .l-recommend .l-quotation-rating {
    padding: 0; }
  .l-recommend .m-recommend-header {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem; }
  .l-recommend .m-reaction-input {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem; }

.l-question-form--finance {
  padding: 20px 0 50px 0; }
  .l-question-form--finance .l-question-form__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0px 0px 20px;
    margin: 0rem 0rem 2rem;
    display: block;
    font-family: "Noto", serif;
    font-weight: 700;
    font-style: normal;
    color: #454443;
    text-align: center; }
    .l-question-form--finance .l-question-form__title strong {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      font-style: italic; }
  .l-question-form--finance .l-question-form__form {
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem; }
  .l-question-form--finance .l-question-form__action {
    text-align: center; }
  .l-question-form--finance .l-question-form__input-container {
    height: 30px;
    height: 3rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    max-width: 570px;
    max-width: 57rem;
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    background: #fffaf3;
    border: 1px solid #e3d7c4; }
    .l-question-form--finance .l-question-form__input-container:before {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle;
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      line-height: 30px;
      content: "\f002";
      color: #0073AB;
      position: relative;
      z-index: 1;
      display: inline-block;
      height: 100%; }
  .l-question-form--finance .l-question-form__clear:before {
    right: 10px;
    right: 1rem;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f057";
    color: #807c79;
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 1rem;
    top: 1rem;
    line-height: 0.5;
    z-index: 1; }
  .l-question-form--finance .l-question-form__clear:hover {
    cursor: pointer; }
  .l-question-form--finance .l-question-form__submit-container {
    height: 30px;
    height: 3rem;
    padding: 0px 8px;
    padding: 0rem 0.8rem;
    max-width: 570px;
    max-width: 57rem;
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .l-question-form--finance .l-question-form__input {
    padding-left: 30px;
    padding-left: 3rem;
    font-size: 15px;
    font-size: 1.5rem;
    background: #fffaf3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Roboto", sans-serif;
    color: #454443; }
    .l-question-form--finance .l-question-form__input::-ms-clear {
      display: none; }
  .l-question-form--finance .l-question-form__submit {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px 10px;
    padding: 0rem 1rem;
    height: 30px;
    height: 3rem;
    line-height: 30px;
    background: #0073AB;
    color: #fef7ea;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle; }
  .l-question-form--finance .l-question-form__other-container {
    text-align: center; }
  .l-question-form--finance .l-question-form__other-container__label {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #454443; }
  .l-question-form--finance a, .l-question-form--finance .l-question-form__other-container__link {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px 0px 0px 4px;
    margin: 0rem 0rem 0rem 0.4rem;
    font-family: "Roboto", sans-serif;
    color: #0073AB; }
  .l-question-form--finance .l-search.autosuggest {
    max-width: 570px;
    max-width: 57rem;
    width: 100%;
    left: 0; }
  .l-question-form--finance .l-zoeken__autocomplete__item {
    padding: 0px 10px;
    padding: 0rem 1rem;
    background-color: #fef7eb;
    color: #0073AB;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
    .l-question-form--finance .l-zoeken__autocomplete__item a {
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block;
      margin: 0; }
    .l-question-form--finance .l-zoeken__autocomplete__item.all {
      background-color: #fbeedf;
      color: #0073AB;
      font-weight: 700; }
      .l-question-form--finance .l-zoeken__autocomplete__item.all.as_highlight {
        background-color: #e3d7c4; }
      .l-question-form--finance .l-zoeken__autocomplete__item.all a {
        color: #0073AB; }

/*
** Style this layout with html-tags because it's an html-block
*/
.l-html-block-netto {
  padding: 20px 20px 0px 20px;
  padding: 2rem 2rem 0rem 2rem;
  background: #e3d7c4;
  position: relative; }
  @media only screen and (min-width: 1280px) {
    body.immobile .l-html-block-netto {
      padding: 20px;
      padding: 2rem; } }
  .l-html-block-netto h1 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0px 0px 25px 0px;
    margin: 0rem 0rem 2.5rem 0rem;
    padding: 0px;
    padding: 0rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #454443; }
    @media only screen and (min-width: 1280px) {
      body.immobile .l-html-block-netto h1 {
        padding: 0px 255px 0px 0px;
        padding: 0rem 25.5rem 0rem 0rem; } }
  .l-html-block-netto a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px;
    padding: 0rem;
    margin: 0px 0px 20px 0px;
    margin: 0rem 0rem 2rem 0rem;
    font-family: "Roboto", sans-serif;
    color: #0073AB;
    text-decoration: underline;
    display: block; }
    @media only screen and (min-width: 1280px) {
      body.immobile .l-html-block-netto a {
        padding: 0px 255px 0px 0px;
        padding: 0rem 25.5rem 0rem 0rem;
        margin: 0px;
        margin: 0rem; } }
  .l-html-block-netto img {
    position: relative;
    display: block;
    right: auto;
    bottom: auto; }
    @media only screen and (min-width: 1280px) {
      body.immobile .l-html-block-netto img {
        position: absolute;
        right: 0;
        bottom: 0; } }

.l-tool-teaser--horizontal {
  max-height: 160px;
  position: relative;
  overflow: hidden; }
  .l-tool-teaser--horizontal:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    height: 3rem;
    left: 0;
    bottom: 0px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(254, 247, 234, 0) 0%, #fef7ea 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(254, 247, 234, 0) 0%, #fef7ea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, rgba(254, 247, 234, 0) 0%, #fef7ea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(254, 247, 234, 0) 0%, #fef7ea 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$asset-shadow-set-color, endColorstr=$asset-shadow-set-color,GradientType=0 );
    /* IE6-8 */
    filter: none; }
  .l-tool-teaser--horizontal .m-tool-teaser {
    margin: 0; }

.l-tool-teaser--vertical .m-tool-teaser {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem; }

.l-contract-teaser--horizontal {
  max-height: 160px;
  position: relative;
  overflow: hidden; }
  .l-contract-teaser--horizontal:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    height: 3rem;
    left: 0;
    bottom: 0px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdlYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(254, 247, 234, 0) 0%, #fef7ea 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(254, 247, 234, 0) 0%, #fef7ea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, rgba(254, 247, 234, 0) 0%, #fef7ea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(254, 247, 234, 0) 0%, #fef7ea 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$asset-shadow-set-color, endColorstr=$asset-shadow-set-color,GradientType=0 );
    /* IE6-8 */
    filter: none; }
  .l-contract-teaser--horizontal .m-contract-teaser {
    margin: 0; }

.l-contract-teaser--vertical .m-contract-teaser {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem; }

.l-mediamaster-asset-container {
  font-size: 0; }
  .l-mediamaster-asset-container .m-reading-time, .l-mediamaster-asset-container .m-reading-time--inline {
    padding: 18px 0px 0px 0px;
    padding: 1.8rem 0rem 0rem 0rem;
    width: 90px;
    height: 90px; }

.l-account-connect .l-account-connect__title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #454443;
  font-family: "Noto", serif; }

.l-dossiers .l-dossiers__section {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem; }
.l-dossiers .l-dossiers__header {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem; }
.l-dossiers .m-article-teaser--title-only {
  padding: 15px 0px;
  padding: 1.5rem 0rem;
  min-height: 75px;
  min-height: 7.5rem; }
.l-dossiers .l-dossiers__most-recent {
  overflow: hidden; }
.l-dossiers .l-dossiers__most-recent--is-bordered {
  overflow: hidden; }
  .l-dossiers .l-dossiers__most-recent--is-bordered > .l-grid {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 1rem 0rem;
    border-bottom: 1px solid #e3d7c4; }
    .l-dossiers .l-dossiers__most-recent--is-bordered > .l-grid:last-of-type {
      border-bottom: none; }
    .l-dossiers .l-dossiers__most-recent--is-bordered > .l-grid > .l-grid__item :last-child .m-article-teaser--title-only {
      border-bottom: none;
      padding-bottom: 0; }
  .l-dossiers .l-dossiers__most-recent--is-bordered .l-grid__item.br {
    padding-right: 10px;
    padding-right: 1rem;
    border-right: 1px solid #e3d7c4; }
  .l-dossiers .l-dossiers__most-recent--is-bordered .l-grid__item.child-bb > .m-article-teaser--horizontal--cover, .l-dossiers .l-dossiers__most-recent--is-bordered .l-grid__item.child-bb > .m-article-teaser--horizontal--cover--small, .l-dossiers .l-dossiers__most-recent--is-bordered .l-grid__item.child-bb > .m-article-teaser--horizontal--cover--big {
    padding-bottom: 10px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3d7c4; }
  .l-dossiers .l-dossiers__most-recent--is-bordered .m-article-teaser--title-only {
    border-bottom: 1px solid #e3d7c4; }
.l-dossiers .m-big-divider {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem; }
.l-dossiers .m-share {
  display: inline-block; }
.l-dossiers .m-article-teaser--comment--small {
  height: 170px;
  height: 17rem; }

/*
** This file can be deleted when s2010 pages are gone
*/
.l-s2010-breadcrumbs .m-breadcrumb {
  margin-bottom: 10px; }

.l-corporate-actions-search {
  margin-bottom: 20px; }
  .l-corporate-actions-search .m-datepicker {
    width: 160px !important; }
  .l-corporate-actions-search .l-corporate-actions-search__input {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 8px;
    display: inline-block;
    height: 34px;
    background-color: #e3d7c4;
    color: #454443;
    font-family: "Roboto", sans-serif; }

.grid-container .l-faqpage__header {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.l-faqpage__header {
  border: 1px solid #e3d7c4;
  background: #fdf3e5;
  padding: 40px 20px 30px 20px;
  padding: 4rem 2rem 3rem 2rem; }
  .l-faqpage__header .l-grid__item {
    padding-left: 20px;
    padding-left: 2rem; }
    .l-faqpage__header .l-grid__item:first-child {
      margin-left: -20px;
      margin-left: -2rem; }
    .l-faqpage__header .l-grid__item:last-child {
      margin-left: 20px;
      margin-left: 2rem; }

.l-faqpage__title {
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  color: #454443; }

.l-faqpage__contact {
  font-family: "Roboto", sans-serif;
  color: #84807c; }

.l-faqpage__contact--sidebar {
  font-family: "Roboto", sans-serif;
  color: #84807c;
  margin-bottom: 40px;
  margin-bottom: 4rem; }
  .l-faqpage__contact--sidebar .l-faqpage__contact__paragraph, .l-faqpage__contact--sidebar a {
    font-size: 13px;
    font-size: 1.3rem; }

.l-faqpage__categories {
  margin-top: 40px;
  margin-top: 4rem; }
  .l-faqpage__categories.is-active {
    position: relative; }
    .l-faqpage__categories.is-active:after {
      content: '';
      background: url("../img/faq-active.png");
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.l-question-form--helpcenter .l-question-form__title {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 2rem;
  display: block;
  font-family: "Noto", serif;
  font-weight: 700;
  font-style: normal;
  color: #454443;
  text-align: center; }
  .l-question-form--helpcenter .l-question-form__title strong {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    font-style: italic; }
.l-question-form--helpcenter .l-question-form__form {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 2rem 0rem; }
.l-question-form--helpcenter .l-question-form__action {
  text-align: center; }
.l-question-form--helpcenter .l-question-form__input-container {
  height: 30px;
  height: 3rem;
  padding: 0px 8px;
  padding: 0rem 0.8rem;
  max-width: 570px;
  max-width: 57rem;
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  background: #fffaf3;
  border: 1px solid #e3d7c4; }
  .l-question-form--helpcenter .l-question-form__input-container:before {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 30px;
    content: "\f002";
    color: #0073AB;
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 100%; }
.l-question-form--helpcenter .l-question-form__clear:before {
  right: 10px;
  right: 1rem;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f057";
  color: #807c79;
  cursor: pointer;
  display: inline;
  position: absolute;
  right: 1rem;
  top: 1rem;
  line-height: 0.5;
  z-index: 1; }
.l-question-form--helpcenter .l-question-form__clear:hover {
  cursor: pointer; }
.l-question-form--helpcenter .l-question-form__submit-container {
  height: 30px;
  height: 3rem;
  padding: 0px 8px;
  padding: 0rem 0.8rem;
  max-width: 570px;
  max-width: 57rem;
  margin: 0px 10px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.l-question-form--helpcenter .l-question-form__input {
  padding-left: 30px;
  padding-left: 3rem;
  font-size: 15px;
  font-size: 1.5rem;
  background: #fffaf3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  color: #454443; }
  .l-question-form--helpcenter .l-question-form__input::-ms-clear {
    display: none; }
.l-question-form--helpcenter .l-question-form__submit {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0px 10px;
  padding: 0rem 1rem;
  height: 30px;
  height: 3rem;
  line-height: 30px;
  background: #0073AB;
  color: #fef7ea;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle; }
.l-question-form--helpcenter .l-question-form__other-container {
  text-align: center; }
.l-question-form--helpcenter .l-question-form__other-container__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #454443; }
.l-question-form--helpcenter a, .l-question-form--helpcenter .l-question-form__other-container__link {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px 0px 4px;
  margin: 0rem 0rem 0rem 0.4rem;
  font-family: "Roboto", sans-serif;
  color: #0073AB; }
.l-question-form--helpcenter .l-search.autosuggest {
  max-width: 570px;
  max-width: 57rem;
  width: 100%;
  left: 0; }
.l-question-form--helpcenter .l-zoeken__autocomplete__item {
  padding: 0px 10px;
  padding: 0rem 1rem;
  background-color: #fef7eb;
  color: #0073AB;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
  .l-question-form--helpcenter .l-zoeken__autocomplete__item a {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: 0; }
  .l-question-form--helpcenter .l-zoeken__autocomplete__item.all {
    background-color: #fbeedf;
    color: #0073AB;
    font-weight: 700; }
    .l-question-form--helpcenter .l-zoeken__autocomplete__item.all.as_highlight {
      background-color: #e3d7c4; }
    .l-question-form--helpcenter .l-zoeken__autocomplete__item.all a {
      color: #0073AB; }
.l-question-form--helpcenter .l-question-form__input-container {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  max-width: none;
  border: 1px solid #e3d7c4; }
  .l-question-form--helpcenter .l-question-form__input-container:before {
    color: #c2b6a4; }
.l-question-form--helpcenter .l-question-form__input::-webkit-input-placeholder {
  color: #e3d7c4;
  font-style: "italic"; }
.l-question-form--helpcenter .l-question-form__input::-moz-placeholder {
  color: #e3d7c4;
  opacity: 1;
  font-style: "italic"; }
.l-question-form--helpcenter .l-question-form__input:-ms-input-placeholder {
  color: #e3d7c4;
  font-style: "italic"; }
.l-question-form--helpcenter .l-question-form__submit-container {
  padding: 0px;
  padding: 0rem;
  max-width: none;
  border: 0px; }
.l-question-form--helpcenter .l-question-form__submit {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0px 15px;
  padding: 0rem 1.5rem;
  background: #2c3b78;
  float: right;
  font-weight: bold; }
.l-question-form--helpcenter .l-zoeken__autocomplete__item {
  padding: 0px 15px;
  padding: 0rem 1.5rem;
  height: auto;
  position: relative; }
  .l-question-form--helpcenter .l-zoeken__autocomplete__item a {
    white-space: normal; }
  .l-question-form--helpcenter .l-zoeken__autocomplete__item:after {
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f105";
    color: #454443;
    z-index: 1;
    display: inline-block;
    height: 100%;
    line-height: inherit;
    vertical-align: inherit;
    clear: both;
    position: absolute;
    right: 10px;
    right: 1rem;
    top: 50%;
    margin-top: -18px;
    margin-top: -1.8rem; }
  .l-question-form--helpcenter .l-zoeken__autocomplete__item.all {
    color: #454443;
    font-weight: normal;
    font-family: "Noto", serif; }
    .l-question-form--helpcenter .l-zoeken__autocomplete__item.all a {
      color: #454443;
      font-weight: normal;
      font-family: "Noto", serif; }
    .l-question-form--helpcenter .l-zoeken__autocomplete__item.all span {
      font-size: 15px;
      font-size: 1.5rem; }
.l-question-form--helpcenter .l-search.autosuggest {
  margin-top: 5px;
  margin-top: 0.5rem;
  max-width: none; }

/*
** Search results page
*/
.l-search-results .m-searchform-input {
  width: 550px; }

/**
 * Search landing page
 */
.l-search-landing {
  width: 600px;
  padding-top: 40px; }
  .l-search-landing .m-searchform-input, .l-search-landing .m-search-popular--light {
    width: 550px; }
  .l-search-landing .m-searchform-input {
    margin-bottom: 20px; }
  .l-search-landing .m-search-popular__title {
    color: #454443; }
  .l-search-landing .m-search-popular__row {
    margin-bottom: 0 !important; }
