/*
Theme Name: Rue89 2016
Theme URI: https://bitbucket.org/rue89-local/common-theme-2016
Author: Geoffrey Brossard
Author URI: https://www.geoffreybrossard.fr/
Description: The Wordpress theme for Rue89 created and adapted from the design used by Rue89 France that was created by Upian.
Version: 2.7.29
License: © Geoffrey Brossard for Rue89 Strasbourg, Lyon and Bordeaux, All right reserved
Tags: rue89, strasbourg, lyon, bordeaux, 2016
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Montserrat:400,700|Hind+Vadodara:400,700|Oswald:400,700&display=swap);
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
@font-face {
  font-family: "r89";
  src: url('icon-webfont/r89.ttf');
  src: url('icon-webfont/r89.woff') format('woff'), url('icon-webfont/r89.ttf') format('truetype'), url('icon-webfont/r89.svg#r89') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.icon-r89, .image-floor__button, .image-block__icon, .icon-button__icon, .comment__expander:after, .react__title:before, .blog-category-selector:after, .contact-switch__option--dropdown:after, .error-box__closer, .search-engine .gsc-search-button:after, .search-engine .gsc-selected-option-container:after {
  display: inline-block;
  font-family: "r89";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px; }

.read-too__title, .testimony__heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 0.93333;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .read-too__title strong, .testimony__heading strong {
    color: red; }

.read-too, .testimony, .app-block, .icon-button, .search-slider {
  display: block;
  margin: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  text-decoration: inherit;
  color: inherit; }
  @media screen and (min-width: 720px) {
    .read-too, .testimony, .app-block, .icon-button, .search-slider {
      margin-left: 0;
      margin-right: 0; } }
  .main-column .read-too, .main-column .testimony, .main-column .app-block, .main-column .icon-button, .main-column .search-slider {
    margin-left: 0;
    margin-right: 0; }

.article-block--header .article-block__avatar-img img, .blog-sheet__avatar img {
  border: solid 5px #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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.
 */
body {
  margin: 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, menu, 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/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.main-column {
  padding: 0 15px; }
  @media screen and (min-width: 720px) {
    .main-column {
      padding: 0;
      max-width: 650px;
      margin: auto; } }
  @media screen and (min-width: 1024px) {
    .main-column {
      max-width: 960px; } }
  .main-column__item {
    margin-bottom: 24px; }
    @media screen and (min-width: 720px) {
      .main-column__item {
        margin-bottom: 48px; } }
  @media screen and (min-width: 1024px) {
    .main-column--article {
      max-width: 680px; } }
  .main-column__layout .main-column__side {
    display: none; }
  @media screen and (min-width: 1024px) {
    .main-column__layout {
      margin-left: -50px; }
      .main-column__layout .main-column__main, .main-column__layout .main-column__side {
        display: inline-block;
        padding-left: 50px;
        vertical-align: top; }
      .main-column__layout .main-column__main {
        width: 660px; }
        .main-column__layout .main-column__main .article__content {
          width: auto; }
      .main-column__layout .main-column__side {
        width: 350px; } }

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  background-color: #fff;
  color: #35363f;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul, li > ol {
  margin-bottom: 0; }

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img, img[width], img[height] {
  /* [2] */
  max-width: none; }

html {
  font-family: 'Montserrat', sans-serif;
  cursor: default; }

html, body {
  max-width: 100%;
  max-height: 100%; }

* {
  -webkit-tap-highlight-color: transparent; }

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout, .article-block--small, .article-group--two .article-group__content, .article-group--three .article-group__content, .article-group--three .article-alt-group__content, .testimony__content, .blog-list, .author-bio__data {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -24px; }

/**
     * 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.
     */
.layout__item, .article-block--small .article-block__poster, .article-block--small .article-block__content, .image-block, .article-group--two .article-block, .article-group--two .image-block, .article-group--three .article-block, .article-group--three .image-block, .testimony__banner, .testimony__body, .blog-list__categories, .blog-list__sheets, .author-bio__data-title, .author-bio__data-value {
  display: inline-block;
  /* [1] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */ }

/**
     * Layouts with small gutters.
     */
.layout--small {
  margin-left: -12px; }
  .layout--small > .layout__item, .article-block--small .layout--small > .article-block__poster, .article-block--small .layout--small > .article-block__content, .layout--small > .image-block, .article-group--two .layout--small > .article-block, .article-group--three .layout--small > .article-block, .layout--small > .testimony__banner, .layout--small > .testimony__body, .layout--small > .blog-list__categories, .layout--small > .blog-list__sheets, .layout--small > .author-bio__data-title, .layout--small > .author-bio__data-value {
    padding-left: 12px; }

/**
     * Layouts with large gutters.
     */
.layout--large {
  margin-left: -48px; }
  .layout--large > .layout__item, .article-block--small .layout--large > .article-block__poster, .article-block--small .layout--large > .article-block__content, .layout--large > .image-block, .article-group--two .layout--large > .article-block, .article-group--three .layout--large > .article-block, .layout--large > .testimony__banner, .layout--large > .testimony__body, .layout--large > .blog-list__categories, .layout--large > .blog-list__sheets, .layout--large > .author-bio__data-title, .layout--large > .author-bio__data-value {
    padding-left: 48px; }

/**
     * Layouts with no gutters.
     */
.layout--flush {
  margin-left: 0; }
  .layout--flush > .layout__item, .article-block--small .layout--flush > .article-block__poster, .article-block--small .layout--flush > .article-block__content, .layout--flush > .image-block, .article-group--two .layout--flush > .article-block, .article-group--three .layout--flush > .article-block, .layout--flush > .testimony__banner, .layout--flush > .testimony__body, .layout--flush > .blog-list__categories, .layout--flush > .blog-list__sheets, .layout--flush > .author-bio__data-title, .layout--flush > .author-bio__data-value {
    padding-left: 0; }

.layout--abs {
  position: relative; }
  .layout--abs .layout__item--abs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

/*------------------------------------*\
    #LIST-UI
\*------------------------------------*/
/**
 * The UI list object creates blocky list items with a keyline separator out of
 * a `ul` or `ol`.
 */
.list-ui, .list-ui__item, .list-ui > li {
  border: 0 solid #ccc; }

.list-ui {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top-width: 1px; }

.list-ui__item, .list-ui > li {
  padding: 24px;
  border-bottom-width: 1px; }

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.media, .icon-button, .article-block--header .article-block__avatar-media, .article-source--small, .article__content .numero, .comment-form__profile-media, .pager__poster, .keywords, .newsletter__media, .blog-sheet__blog, .author-story__header {
  display: block; }

.media__img, .icon-button__icon, .article-block--header .article-block__avatar-img, .article-source--small .article-source__image, .article__content .numero .nombre, .comment-form__avatar, .pager__poster__image, .keywords__title, .newsletter__icon, .blog-sheet__avatar, .author-story__avatar {
  float: left;
  margin-right: 24px; }
  .media__img > img, .icon-button__icon > img, .article-block--header .article-block__avatar-img > img, .article-source--small .article-source__image > img, .article__content .numero .nombre > img, .comment-form__avatar > img, .pager__poster__image > img, .keywords__title > img, .newsletter__icon > img, .blog-sheet__avatar > img, .author-story__avatar > img {
    display: block; }

.media__body, .icon-button__body, .article-block--header .article-block__avatar-body, .article-source--small .article-source__body, .article__content .numero > div, .comment-form__author, .pager__poster__title, .keywords__list, .blog-sheet__content, .author-story__title {
  overflow: hidden;
  display: block; }
  .media__body, .icon-button__body, .article-block--header .article-block__avatar-body, .article-source--small .article-source__body, .article__content .numero > div, .comment-form__author, .pager__poster__title, .keywords__list, .blog-sheet__content, .author-story__title, .media__body > :last-child, .icon-button__body > :last-child, .article-block--header .article-block__avatar-body > :last-child, .article-source--small .article-source__body > :last-child, .article__content .numero > div > :last-child, .comment-form__author > :last-child, .pager__poster__title > :last-child, .keywords__list > :last-child, .blog-sheet__content > :last-child, .author-story__title > :last-child {
    margin-bottom: 0; }

/**
     * Small media objects.
     */
.media--small, .author-story__header {
  /**
             * Small reversed media objects.
             */ }
  .media--small > .media__img, .author-story__header > .media__img, .media--small > .icon-button__icon, .author-story__header > .icon-button__icon, .article-block--header .media--small > .article-block__avatar-img, .article-block--header .author-story__header > .article-block__avatar-img, .article-source--small .media--small > .article-source__image, .article-source--small .author-story__header > .article-source__image, .article__content .numero .media--small > .nombre, .article__content .numero .author-story__header > .nombre, .media--small > .comment-form__avatar, .author-story__header > .comment-form__avatar, .media--small > .pager__poster__image, .author-story__header > .pager__poster__image, .media--small > .keywords__title, .author-story__header > .keywords__title, .media--small > .newsletter__icon, .author-story__header > .newsletter__icon, .media--small > .blog-sheet__avatar, .author-story__header > .blog-sheet__avatar, .media--small > .author-story__avatar, .author-story__header > .author-story__avatar {
    margin-right: 12px; }
  .media--small.media--rev > .media__img, .media--small.article-source--small > .media__img, .article-source--small.author-story__header > .media__img, .media--rev.author-story__header > .media__img, .media--small.media--rev > .icon-button__icon, .media--small.article-source--small > .icon-button__icon, .article-source--small.author-story__header > .icon-button__icon, .media--rev.author-story__header > .icon-button__icon, .article-block--header .media--small.media--rev > .article-block__avatar-img, .article-block--header .media--small.article-source--small > .article-block__avatar-img, .article-block--header .article-source--small.author-story__header > .article-block__avatar-img, .article-block--header .media--rev.author-story__header > .article-block__avatar-img, .article-source--small .media--small.media--rev > .article-source__image, .media--small.article-source--small > .article-source__image, .article-source--small.author-story__header > .article-source__image, .article-source--small .media--rev.author-story__header > .article-source__image, .article__content .numero .media--small.media--rev > .nombre, .article__content .numero .media--small.article-source--small > .nombre, .article__content .numero .article-source--small.author-story__header > .nombre, .article__content .numero .media--rev.author-story__header > .nombre, .media--small.media--rev > .comment-form__avatar, .media--small.article-source--small > .comment-form__avatar, .article-source--small.author-story__header > .comment-form__avatar, .media--rev.author-story__header > .comment-form__avatar, .media--small.media--rev > .pager__poster__image, .media--small.article-source--small > .pager__poster__image, .article-source--small.author-story__header > .pager__poster__image, .media--rev.author-story__header > .pager__poster__image, .media--small.media--rev > .keywords__title, .media--small.article-source--small > .keywords__title, .article-source--small.author-story__header > .keywords__title, .media--rev.author-story__header > .keywords__title, .media--small.media--rev > .newsletter__icon, .media--small.article-source--small > .newsletter__icon, .article-source--small.author-story__header > .newsletter__icon, .media--rev.author-story__header > .newsletter__icon, .media--small.media--rev > .blog-sheet__avatar, .media--small.article-source--small > .blog-sheet__avatar, .article-source--small.author-story__header > .blog-sheet__avatar, .media--rev.author-story__header > .blog-sheet__avatar, .media--small.media--rev > .author-story__avatar, .media--small.article-source--small > .author-story__avatar, .article-source--small.author-story__header > .author-story__avatar, .media--rev.author-story__header > .author-story__avatar {
    margin-right: 0;
    margin-left: 12px; }

/**
     * Reversed image location (right instead of left). Extends `.media`.
     */
.media--rev > .media__img, .article-source--small > .media__img, .media--rev > .icon-button__icon, .article-source--small > .icon-button__icon, .article-block--header .media--rev > .article-block__avatar-img, .article-block--header .article-source--small > .article-block__avatar-img, .article-source--small .media--rev > .article-source__image, .article-source--small > .article-source__image, .article__content .numero .media--rev > .nombre, .article__content .numero .article-source--small > .nombre, .media--rev > .comment-form__avatar, .article-source--small > .comment-form__avatar, .media--rev > .pager__poster__image, .article-source--small > .pager__poster__image, .media--rev > .keywords__title, .article-source--small > .keywords__title, .media--rev > .newsletter__icon, .article-source--small > .newsletter__icon, .media--rev > .blog-sheet__avatar, .article-source--small > .blog-sheet__avatar, .media--rev > .author-story__avatar, .article-source--small > .author-story__avatar {
  float: right;
  margin-right: 0;
  margin-left: 24px; }

/**
     * Flush media objects have no space between the image- and text-content.
     */
.media--flush > .media__img, .media--flush > .icon-button__icon, .article-block--header .media--flush > .article-block__avatar-img, .article-source--small .media--flush > .article-source__image, .article__content .numero .media--flush > .nombre, .media--flush > .comment-form__avatar, .media--flush > .pager__poster__image, .media--flush > .keywords__title, .media--flush > .newsletter__icon, .media--flush > .blog-sheet__avatar, .media--flush > .author-story__avatar {
  margin-right: 0;
  margin-left: 0; }

.share-btn {
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: .5;
  background-color: #fff;
  -webkit-transition: color 0.25s;
          transition: color 0.25s;
  border: solid 1px #e2e2e6;
  color: #8b8d9b !important;
  border-bottom-color: #8b8d9b; }
  .share-btn .icon-r89, .share-btn .image-floor__button, .share-btn .image-block__icon, .share-btn .icon-button__icon, .share-btn .comment__expander:after, .share-btn .react__title:before, .share-btn .blog-category-selector:after, .share-btn .contact-switch__option--dropdown:after, .share-btn .error-box__closer, .share-btn .search-engine .gsc-search-button:after, .search-engine .share-btn .gsc-search-button:after, .share-btn .search-engine .gsc-selected-option-container:after, .search-engine .share-btn .gsc-selected-option-container:after {
    position: relative;
    z-index: 1; }
  .share-btn:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: -1px;
    height: 3px;
    -webkit-transition: height 0.25s;
            transition: height 0.25s; }
  .share-btn:hover {
    color: white !important; }
    .share-btn:hover:after {
      height: 110%;
      height: calc(100% + 2px); }
  .share-btn:after {
    background: #8b8d9b; }
  .share-btn--facebook {
    border: solid 1px #ced5e5;
    color: #3c5a98 !important;
    border-bottom-color: #3c5a98; }
    .share-btn--facebook:after {
      background: #3c5a98; }
  .share-btn--twitter {
    border: solid 1px #d6f0fa;
    color: #5cc4ed !important;
    border-bottom-color: #5cc4ed; }
    .share-btn--twitter:after {
      background: #5cc4ed; }

.bicolor-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 15px; }
  .bicolor-title strong {
    color: red; }
  .bicolor-title--blocky strong {
    display: block; }
    @media screen and (min-width: 720px) {
      .bicolor-title--blocky strong {
        display: inline; } }
  .bicolor-title--grayscale strong {
    color: black; }
  .bicolor-title--small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667; }

/*a*/
.slab-link {
  font-weight: 700;
  position: relative;
  display: block;
  border: solid 1px #D7D6E4;
  border-bottom-width: 3px;
  padding: 24px;
  text-align: center;
  color: #545665;
  text-decoration: none;
  margin-bottom: 24px;
  -webkit-transition: color 0.1s;
          transition: color 0.1s; }
  .slab-link:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 0;
    background-color: #D7D6E4;
    z-index: 1;
    -webkit-transition: height 0.25s;
            transition: height 0.25s; }
  .slab-link span {
    position: relative;
    z-index: 2; }
  .slab-link span {
    position: relative; }
  .slab-link--caps {
    text-transform: uppercase; }
  .slab-link--dark {
    position: relative;
    border-color: #35363f; }
    .slab-link--dark:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: #35363f;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .slab-link--dark span {
      position: relative;
      z-index: 2; }
    .slab-link--dark:hover {
      color: white; }
  .slab-link:hover:after {
    height: 100%; }
  .slab-link:active {
    color: #8d8f9e; }
  @media screen and (min-width: 720px) {
    .slab-link {
      margin-bottom: 48px; } }

.image, .encadre, .asset-audio, .quote, .asset {
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .image, .encadre, .asset-audio, .quote, .asset {
      margin-bottom: 48px; } }

@media screen and (min-width: 720px) {
  .image-left, .encadre-left, .asset-left, .image-right, .encadre-right, .asset-right {
    width: 300px;
    margin-bottom: 50px; } }

@media screen and (min-width: 720px) {
  .image-left, .encadre-left, .asset-left {
    float: left;
    margin-right: 50px;
    margin-left: -30px; } }

@media screen and (min-width: 720px) {
  .image-right, .encadre-right, .asset-right {
    float: right;
    margin-left: 50px; } }

.image,
.wp-block-image {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  font-family: Arial, sans-serif;
  font-weight: 700;
  border: solid 1px #D7D6E4;
  border-bottom: 0;
  background: #F0EFF4; }
  .image a {
    font-weight: 400;
    color: #545665; }
    .image a:hover {
      color: #025484;
      text-decoration: underline; }
  .image img,
  .wp-block-image img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .image-legend,
  .wp-block-image figcaption {
    background: #fff;
    padding: 12px;
    border-top: solid 3px #D7D6E4;
    position: relative;
    margin-top: -1px !important;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px !important;
    font-size: 0.75rem;
    line-height: 1.33333;
    font-weight: 700;}
    .image-legend:before,
    .wp-block-image figcaption:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 1px;
      background-color: #D7D6E4; }
  @media screen and (min-width: 1024px) {
    .image--shift-left {
      margin-left: -140px; } }

.encadre, .asset-audio {
  font-family: 'Hind Vadodara', sans-serif;
  padding: 24px;
  background-color: #F0EFF4;
  border-left: solid 3px #D7D6E4;
  color: #35363f; }
  .encadre p:last-child, .asset-audio p:last-child {
    margin-bottom: 0; }
  .encadre-content, .asset-audio-content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  .encadre-title, .asset-audio-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08333;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 24px; }

/*blockquote*/
.quote {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  border: solid 2px #F0EFF4;
  border-right: 0; }
  .article__content .quote {
    border-left: 0;
    padding: 24px;
    margin-left: 0;
    color: #8d8f9e; }
    @media screen and (min-width: 720px) {
      .article__content .quote {
        padding: 34px; } }
  @media screen and (min-width: 720px) {
    .quote {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.53846; } }
  .quote__author {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.2;
    color: red;
    text-transform: uppercase; }
    @media screen and (min-width: 720px) {
      .quote__author {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.16667; } }

.asset-twitter iframe {
  width: 100% !important;
  max-width: 650px !important;
  margin-left: auto !important;
  margin-right: auto !important; }
.asset-audio audio {
  margin-bottom: 12px; }
.asset-audio-title {
  margin-bottom: 12px; }
.asset-document {
  max-width: 87px;
  margin-bottom: 0; }
  @media screen and (min-width: 720px) {
    .asset-document {
      max-width: none;
      width: auto;
      margin-bottom: 50px; } }
  .asset-document.asset-left {
    float: left;
    margin-right: 24px; }
    @media screen and (min-width: 720px) {
      .asset-document.asset-left {
        margin-right: 50px; } }
  .asset-document.asset-right {
    float: right;
    margin-left: 24px; }
    @media screen and (min-width: 720px) {
      .asset-document.asset-right {
        margin-left: 50px; } }
  .asset-document .asset-content {
    display: none;
    margin-bottom: 12px; }
    @media screen and (min-width: 720px) {
      .asset-document .asset-content {
        display: block; } }
    .asset-document .asset-content a {
      display: inline-block;
      background-color: #F0EFF4;
      padding: 36px;
      position: relative; }
      .asset-document .asset-content a:after {
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        background: url("images/pdf-corner.gif");
        background-size: 100%;
        top: 0;
        right: 0; }
  .asset-document .asset-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px; }
    .asset-document .asset-title strong {
      color: red; }
  @media screen and (min-width: 720px) {
    .asset-document .asset-legend {
      display: none; } }
  .asset-document .asset-legend a {
    display: block;
    padding-left: 75px;
    overflow: hidden;
    width: 0;
    height: 92px;
    background: url("images/pdf-icon.png");
    background-size: 100%; }

/*a*/
.all-blogs-btn {
  position: relative;
  display: block;
  background-color: #35363f;
  text-transform: uppercase;
  text-decoration: inherit;
  color: white;
  text-align: center;
  letter-spacing: .1em;
  padding: 18px;
  padding-bottom: 14px;
  border: 0;
  border-bottom: solid 4px black;
  outline: 0 !important;
  margin-bottom: 24px; }
  .all-blogs-btn:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 0;
    background-color: black;
    z-index: 1;
    -webkit-transition: height 0.25s;
            transition: height 0.25s; }
  .all-blogs-btn span {
    position: relative;
    z-index: 2; }
  .all-blogs-btn:after {
    left: 0;
    right: 0; }
  .all-blogs-btn span {
    position: relative; }
  .all-blogs-btn img {
    margin-left: 1em;
    vertical-align: bottom;
    height: 39px; }
  .all-blogs-btn:hover:after {
    height: 100%; }
  @media screen and (min-width: 720px) {
    .all-blogs-btn {
      margin-bottom: 48px; } }
  .all-blogs-btn .minus-five-px {
    top: -5px; }

/*a*/
.load-more-btn {
  position: relative;
  display: block;
  background-color: #F0EFF4;
  text-transform: uppercase;
  text-decoration: inherit;
  color: #35363f;
  text-align: center;
  letter-spacing: .1em;
  padding: 18px;
  padding-bottom: 14px;
  border: 0;
  border-bottom: solid 4px #D7D6E4;
  outline: 0 !important;
  margin: 48px auto; }
  .load-more-btn:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 0;
    background-color: #D7D6E4;
    z-index: 1;
    -webkit-transition: height 0.25s;
            transition: height 0.25s; }
  .load-more-btn span {
    position: relative;
    z-index: 2; }
  .load-more-btn:after {
    left: 0;
    right: 0; }
  .load-more-btn span {
    position: relative; }
  .load-more-btn img {
    margin-left: .5em;
    vertical-align: bottom; }
  .load-more-btn:hover:after {
    height: 100%; }
  @media screen and (min-width: 720px) {
    .load-more-btn {
      width: 60%; } }

.page-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  background-color: #35363f; }
.page-content {
  position: relative;
  z-index: 102;
  background-color: #fff;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s; }
  .page-content__surround-ad {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat top center; }
    .page-content__surround-ad--under-banner {
      top: 116px; }
  .page-content__surround-top-spacer {
    height: 160px; }
    @media screen and (min-width: 1024px) {
        .page-content__surrounded {
            position: relative;
            max-width: 986px;
            margin: auto;
            border: solid 2px #fff;
            background-color: #fff; } }
.page-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 104;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(53, 54, 63, 0.8);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s; }
  .with-nav .page-overlay {
    opacity: 1; }

.with-nav .page-overlay, .with-nav .page-content, .with-nav .sticky-header {
  -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
          transform: translateX(280px); }

.header {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px;
  padding-top: 15px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, transparent 100%); }
  @media screen and (min-width: 1024px) {
    .header__content {
      max-width: 960px;
      margin: auto; } }
  .header__top {
    position: relative;
    padding-top: 15px;
    padding-bottom: 25px;
    border-bottom: solid 1px rgba(239, 238, 243, 0.3); }
    @media screen and (min-width: 1024px) {
      .header__top {
        padding-top: 0;
        padding-bottom: 10px; } }
    .header__top__burger {
      display: block;
      float: left;
      width: 38px;
      height: 32px;
      margin-top: 12px;
      background: url('images/burger-m.gif') no-repeat;
      border: none; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .header__top__burger {
          background-image: url('images/burger-m@2x.gif'); } }
      @media screen and (min-width: 720px) and (max-width: 1023px) {
        .header__top__burger {
          width: 42px;
          background-image: url('images/burger-l.gif'); } }
      @media screen and (min-width: 720px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 720px) and (max-width: 1023px) and (min-resolution: 192dpi) {
        .header__top__burger {
          background-image: url('images/burger-l@2x.gif'); } }
      @media screen and (min-width: 1024px) {
        .header__top__burger {
          display: none; } }
  .header__logo {
    display: block;
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    border-left: solid 0px transparent; }
    @media screen and (min-width: 720px) {
      .header__logo {
        width: 100px;
        border-left: 0; } }
    @media screen and (min-width: 1024px) {
      .header__logo {
        width: 180px;
        height: 135px; } }
  .header__bottom-burger {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 42px;
    height: 32px;
    background: url('images/burger-l.gif') no-repeat;
    background-size: 100%;
    padding: 0 !important;
    border: 0; }
    .header__bottom-burger:before {
      display: none !important; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .header__bottom-burger {
        background-image: url('images/burger-s@2x.gif'); } }
    @media screen and (max-width: 1024px) {
      .header__bottom-burger {
        display: none;
      }
    }
  .header__links {
    display: none;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85714;
    text-transform: uppercase;
    list-style-type: none;
    text-align: justify; }
    @media screen and (min-width: 1024px) {
      .header__links {
        display: block; } }
    .header__links li {
      display: inline-block;
      position: relative; }
    .header__links:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .header__links a {
      display: block;
      text-decoration: inherit;
      padding-top: 10px;
      position: relative; }
      .header__links a, .header__links a:focus, .header__links a:active {
        color: white !important; }
      .header__links a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 0;
        background-color: white;
        -webkit-transition: height 0.25s;
                transition: height 0.25s; }
      .header__links a:hover:before {
        height: 4px; }

.sticky-header {
  position: fixed;
  z-index: 103;
  background-color: white;
  box-shadow: 0 4px 0 0 rgba(53, 54, 63, 0.2);
  top: -65px;
  left: 0;
  right: 0;
  -webkit-transition: top .5s, -webkit-transform 0.5s;
          transition: top .5s, transform 0.5s; }
  .sticky-header__content {
    margin: auto;
    padding: 10px 0;
    line-height: 0;
    position: relative; }
    @media screen and (min-width: 720px) and (max-width: 1023px) {
      .sticky-header__content {
        max-width: 650px; } }
    @media screen and (min-width: 1024px) {
      .sticky-header__content {
        max-width: 960px; } }
  .sticky-header__burger {
    position: absolute;
    left: 0;
    width: 38px;
    height: 32px;
    margin-top: 2px;
    margin-left: 7px;
    background: url('images/burger-m-dark.gif') no-repeat;
    background-size: 100%;
    border: none; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .sticky-header__burger {
        background-image: url('images/burger-m-dark@2x.gif'); } }
    @media screen and (min-width: 720px) {
      .sticky-header__burger {
        width: 30px;
        height: 24px;
        margin-left: 0;
        margin-top: 6px;
        background-image: url('images/burger-l-dark.gif'); } }
    @media screen and (min-width: 720px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 720px) and (min-resolution: 192dpi) {
      .sticky-header__burger {
        background-image: url('images/burger-l-dark@2x.gif'); } }
  .sticky-header__logo {
    display: block;
    width: 64px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto; }
    .has-share-bar .sticky-header__logo {
      margin-right: 54%; }
    @media screen and (min-width: 720px) {
      .sticky-header__logo {
        margin: auto !important; } }
  .sticky-header--visible {
    top: 0; }
  .sticky-header .share-bar {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px; }
    @media screen and (min-width: 720px) {
      .sticky-header .share-bar {
        right: 0; } }

.article-block__title, .image-block__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667;
  font-weight: 400;
  color: black;
  -webkit-transition: color 0.25s;
          transition: color 0.25s; }
  @media screen and (min-width: 720px) {
    .article-block__title, .image-block__title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.14286; } }

.article-block {
  border-top: solid 1px #e2e0eb;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative; }
  .article-block__poster {
    position: relative; }
    .article-block__poster img {
      width: 100%; }
    .article-block__poster-title {
      display: block;
      position: absolute;
      left: 96px;
      right: 72px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.28571;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
      text-align: center; }
  .article-block__content {
    font-family: 'Hind Vadodara', sans-serif;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px; }
  .article-block__label {
    font-size: 10px;
    font-size: 0.625rem;
    text-decoration: none;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: .5em 1em;
    color: white; }
    .article-block__label--center {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.14286;
      font-weight: 700;
      top: 50% !important;
      left: 50% !important;
      margin-left: 12px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      white-space: nowrap; }
  .article-block__category {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #8d8f9e;
    letter-spacing: .06em;
    margin-bottom: 6px; }
    @media screen and (min-width: 720px) {
      .article-block__category {
        margin-bottom: 12px; } }
    .article-block__category .icon-r89, .article-block__category .image-floor__button, .article-block__category .image-block__icon, .article-block__category .icon-button__icon, .article-block__category .comment__expander:after, .article-block__category .react__title:before, .article-block__category .blog-category-selector:after, .article-block__category .contact-switch__option--dropdown:after, .article-block__category .error-box__closer, .article-block__category .search-engine .gsc-search-button:after, .search-engine .article-block__category .gsc-search-button:after, .article-block__category .search-engine .gsc-selected-option-container:after, .search-engine .article-block__category .gsc-selected-option-container:after {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1;
      border: solid 1px #8d8f9e;
      border-radius: 50%;
      vertical-align: middle;
      margin-top: -.2em; }
  .article-block__lead {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #8d8f9e;
    padding-top: 12px;
    margin-bottom: 12px; }
    @media screen and (min-width: 720px) {
      .article-block__lead {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
        padding-top: 48px; } }
    @media screen and (min-width: 1024px) {
      .article-block__lead {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.22222; } }
    @media screen and (min-width: 720px) {
      .article-block__lead--padded {
        padding-bottom: 48px; } }
  .article-block__title {
    margin-bottom: 15px; }
    .article-block__title--caps {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase; }
  .article-block__body {
    margin-bottom: 15px;
    max-height: 6em;
    overflow: hidden;
    position: relative; }
    .article-block__body:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 2em;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
  .article-block__meta, .article-block .article-analytics {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.27273;
    color: #778899; }
    .article-block__meta strong, .article-block .article-analytics strong, .article-meta__authors strong {
      font-weight: normal; }
  .article-block__meta strong {
    color: #35363f; }
  .article-meta__authors strong, .sponso-red {
      color: #ff3333;
  }
  .article-block__shares {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    margin-left: 6px;
    color: #35363f; }
    .article-block__shares .icon-r89, .article-block__shares .image-floor__button, .article-block__shares .image-block__icon, .article-block__shares .icon-button__icon, .article-block__shares .comment__expander:after, .article-block__shares .react__title:before, .article-block__shares .blog-category-selector:after, .article-block__shares .contact-switch__option--dropdown:after, .article-block__shares .error-box__closer, .article-block__shares .search-engine .gsc-search-button:after, .search-engine .article-block__shares .gsc-search-button:after, .article-block__shares .search-engine .gsc-selected-option-container:after, .search-engine .article-block__shares .gsc-selected-option-container:after {
      font-size: 1.2em;
      vertical-align: middle; }
  .article-block.article-block--medium .article-block__content {
    border-top: solid 2px #8d8f9e; }
  .article-block .article-block__label {
    background-color: #8d8f9e; }
  .article-block--blue.article-block--medium .article-block__content {
    border-top: solid 2px #277691; }
  .article-block--blue .article-block__label {
    background-color: #277691; }
  .article-block--red.article-block--medium .article-block__content {
    border-top: solid 2px red; }
  .article-block--red .article-block__label {
    background-color: red; }
  .article-block--green.article-block--medium .article-block__content {
    border-top: solid 2px #87aa66; }
  .article-block--green .article-block__label {
    background-color: #87aa66; }
  .article-block--purple.article-block--medium .article-block__content {
    border-top: solid 2px #93278f; }
  .article-block--purple .article-block__label {
    background-color: #93278f; }
  .article-block--gray.article-block--medium .article-block__content {
    border-top: solid 2px #35363f; }
  .article-block--gray .article-block__label {
    background-color: #35363f; }
  .article-block--white.article-block--medium .article-block__content {
    border-top: solid 2px #F0EFF4; }
  .article-block--white .article-block__label {
    background-color: #F0EFF4; }
  .article-block--white .article-block__label {
    color: #35363f; }
  @media screen and (min-width: 720px) {
    .article-block {
      padding: 0; }
      .article-block__content {
        padding-left: 0;
        padding-right: 0; }
      .article-block__body {
        display: none;
        max-height: none; } }
  @media screen and (min-width: 1024px) {
    .article-block {
      border-top: 0; } }
  .article-block--large .article-block__content, .article-block--header .article-block__content, .article-block--medium .article-block__content {
    background-color: white;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    margin-top: -10px;
    margin-left: 15px;
    margin-right: 15px; }
  .article-block--large, .article-block--header {
    border-top: 0; }
    @media screen and (min-width: 720px) {
      .article-block--large, .article-block--header {
        text-align: center; } }
    .article-block--large .article-block__title, .article-block--header .article-block__title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.14286; }
    .article-block--large .article-block__content, .article-block--header .article-block__content {
      display: block;
      color: inherit;
      text-decoration: inherit; }
    .article-block--large .article-block__poster:after, .article-block--header .article-block__poster:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(53, 54, 63, 0.45); }
    @media screen and (min-width: 720px) {
      .article-block--large .article-block__content, .article-block--header .article-block__content {
        margin-top: -45px;
        padding-top: 22.5px;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto; }
      .article-block--large .article-block__poster, .article-block--header .article-block__poster {
        border-bottom: solid 5px #D7D6E4; }
      .article-block--large .article-block__title, .article-block--header .article-block__title {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.19048;
        margin-bottom: 30px;
        padding-left: 45px;
        padding-right: 45px; }
      .article-block--large .article-block__body, .article-block--header .article-block__body {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.33333;
        display: block;
        max-height: none;
        margin-bottom: 30px; }
        .article-block--large .article-block__body:after, .article-block--header .article-block__body:after {
          display: none; }
      .article-block--large .article-block__meta, .article-block--header .article-block__meta {
        padding-bottom: 30px;
        border-bottom: solid 1px #D7D6E4; } }
    @media screen and (min-width: 1024px) {
      .article-block--large .article-block__content, .article-block--header .article-block__content {
        max-width: 960px;
        margin-top: -82.5px;
        padding-top: 30px; }
      .article-block--large .article-block__poster, .article-block--header .article-block__poster {
        max-height: 550px;
        overflow: hidden; }
        .article-block--header .blog-header .article-block__poster {
          max-height: 392px; }
        @media screen and (min-width: 1300px) {
          .article-block--large .article-block__poster > *:not(script), .article-block--header .article-block__poster > *:not(script) {
            display: block;
            margin-top: calc((550px - 42%) / 2); }
            .page-content__surrounded .article-block--large .article-block__poster > *, .page-content__surrounded .article-block--header .article-block__poster > * {
              margin-top: auto; } }
      .article-block--large .article-block__title, .article-block--header .article-block__title {
        padding-left: 150px;
        padding-right: 150px; }
      .article-block--large .article-block__body, .article-block--header .article-block__body {
        padding-left: 45px;
        padding-right: 45px; } }
  .article-block--small .article-block__content {
    padding-left: 39px; }
  .article-block--small .article-block__label {
    left: 24px; }
  .article-block--small:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 24px;
    height: 1px;
    background-color: #D7D6E4; }
  @media screen and (min-width: 720px) {
    .article-block--small {
      margin-bottom: 30px;
      border-top: 0;
      padding-bottom: 30px; }
      .article-block--small:after {
        content: ''; }
      .article-block--small .article-block__poster, .article-block--small .article-block__content {
        width: 49%; }
      .article-block--small .article-block__content {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 24px; }
      .article-block--small .article-block__title {
        height: 3.75em; } }
  .article-block--alt {
    margin-bottom: 30px; }
    .article-block--alt .article-block__content {
      background-color: #F0EFF4;
      padding-top: 35px; }
    .article-block--alt .article-block__label {
      left: 25px;
      background-color: #8d8f9e;
      padding: .2em .5em .1em .5em; }
    @media screen and (min-width: 720px) {
      .article-block--alt .article-block__content {
        border-top: solid 1px #D7D6E4;
        padding: 15px; }
      .article-block--alt .article-block__title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.3;
        margin-top: 12px; } }
    @media screen and (min-width: 1024px) {
      .article-block--alt .article-block__label {
        display: none; }
      .article-block--alt .article-block__title {
        margin-top: 0; } }
    @media screen and (min-width: 720px) {
      .article-block--alt {
        border-top: 0 !important; } }
  @media screen and (min-width: 720px) {
    .article-block--expand {
      border: solid 1px #D7D6E4;
      margin-bottom: 30px; } }
  @media screen and (min-width: 720px) {
    .article-block--expand .article-block__body {
      height: 75px;
      -webkit-transition: margin 0.25s, height 0.25s;
              transition: margin 0.25s, height 0.25s; }
    .article-block--expand .article-block__content {
      background: #fff;
      position: relative;
      margin-top: -45px;
      margin-left: 45px;
      margin-right: 45px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 22.5px;
      padding-bottom: 25px;
      -webkit-transition: margin 0.25s;
              transition: margin 0.25s; }
    .article-block--expand .article-block__body {
      display: block; } }
  @media screen and (min-width: 720px) {
    .article-block--expand .article-block__content:hover {
      margin-top: -120px; }
    .article-block--expand .article-block__content:hover .article-block__body {
      height: 150px; } }
  @media screen and (min-width: 720px) {
    .article-block--expand-s .article-block__content:hover {
      margin-top: -75px; }
    .article-block--expand-s .article-block__content:hover .article-block__body {
      height: 105px; } }

a.article-block {
  display: block;
  text-decoration: inherit;
  color: inherit; }

.article-block__author-meta {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: .1em; }
  .article-block__author-meta--before {
    padding: 12px 0; }
    @media screen and (min-width: 720px) {
      .article-block__author-meta--before {
        display: none; } }
  .article-block__author-meta--after {
    display: none;
    margin-bottom: 12px; }
    @media screen and (min-width: 720px) {
      .article-block__author-meta--after {
        display: block; } }
  .article-block__author-meta > * {
    padding: .3em;
    display: inline-block;
    margin: 0 .2em;
    margin-bottom: .3em; }
.article-block__author-job {
  text-transform: uppercase; }
.article-block__author-id {
  background-color: #D7D6E4; }
.article-block__author-tag {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  color: white;
  background-color: red; }
@media screen and (min-width: 720px) {
  .article-block__author-avatar-media {
    padding-top: 48px; } }
.article-block__author-name, .article-block__author-tagline {
  font-family: 'Lora', serif;
  font-weight: 400;
  color: black; }
.article-block__author-name {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.14286;
  margin-bottom: 12px; }
  @media screen and (min-width: 720px) {
    .article-block__author-name {
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 1.2;
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .article-block__author-name {
      font-size: 44px;
      font-size: 2.75rem;
      line-height: 1.18182; } }
.article-block__author-tagline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  font-style: italic;
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .article-block__author-tagline {
      margin-bottom: 12px; } }
.article-block__author-actions {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  text-align: left; }
  .article-block__author-actions, .article-block__author-actions a {
    color: red; }
  .article-block__author-actions a, .article-block__author-actions span {
    text-decoration: inherit;
    margin-right: .5em;
    display: inline-block; }
  .article-block__author-actions a {
    position: relative; }
    .article-block__author-actions a:after {
      content: '';
      position: absolute;
      background-color: red;
      height: 1px;
      bottom: .65em;
      left: 2.75em;
      right: 100%;
      -webkit-transition: right 0.25s;
              transition: right 0.25s; }
    .article-block__author-actions a:hover:after {
      right: 0; }
  .article-block__author-actions .icon-r89, .article-block__author-actions .image-floor__button, .article-block__author-actions .image-block__icon, .article-block__author-actions .icon-button__icon, .article-block__author-actions .comment__expander:after, .article-block__author-actions .react__title:before, .article-block__author-actions .blog-category-selector:after, .article-block__author-actions .contact-switch__option--dropdown:after, .article-block__author-actions .error-box__closer, .article-block__author-actions .search-engine .gsc-search-button:after, .search-engine .article-block__author-actions .gsc-search-button:after, .article-block__author-actions .search-engine .gsc-selected-option-container:after, .search-engine .article-block__author-actions .gsc-selected-option-container:after {
    vertical-align: middle; }
.article-block__author-counter {
  color: #545665; }
  .article-block__author-counter:before {
    content: '';
    display: inline-block;
    width: .55em;
    height: .55em;
    background-color: red;
    border-radius: 100%;
    margin-right: .3em;
    vertical-align: middle;
    margin-top: -.2em; }
  .article-block__author-counter:before {
    margin: 0 .6em; }

.no-touch a.article-block:hover .article-block__title {
  color: #545665; }
.no-touch .article-block--large a.article-block__content:hover .article-block__title, .no-touch .article-block--header a.article-block__content:hover .article-block__title {
  color: #545665; }

.image-floor {
  margin-bottom: 30px;
  position: relative; }
  .image-floor__gallery {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    white-space: nowrap; }
  .image-floor__button {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    margin-top: -.5em;
    color: white;
    display: none; }
    .image-floor__button--left {
      left: 15px; }
    .image-floor__button--right {
      right: 15px; }
  .image-floor .image-block {
    display: inline-block;
    padding-left: 0;
    white-space: normal; }
    .image-floor .image-block:before, .image-floor .image-block:after, .image-floor .image-block__content {
      left: 0; }
  @media screen and (min-width: 720px) {
    .image-floor {
      max-width: 650px;
      margin-left: auto;
      margin-right: auto; }
      .image-floor__gallery {
        overflow: hidden; }
      .image-floor__button {
        display: block; } }
  @media screen and (min-width: 1024px) {
    .image-floor {
      max-width: 960px; } }

.image-block {
  position: relative;
  overflow: hidden; }
  .image-block img, .image-block picture {
    width: 100%; }
  .image-block:before, .image-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px; }
  .image-block:before {
    width: 4px;
    background: rgba(53, 54, 63, 0.65); }
  .image-block:after {
    right: 0;
    background-color: rgba(53, 54, 63, 0.5);
    -webkit-transition: background-color 0.25s;
            transition: background-color 0.25s; }
  .no-touch .image-block:hover:after {
    background-color: rgba(53, 54, 63, 0.75); }
  @media screen and (min-width: 720px) {
    .no-touch .image-floor:hover .image-block:after {
      background-color: rgba(53, 54, 63, 0.75); } }
  .image-block__content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;
    right: 0;
    padding: 25px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5); }
  .image-block__lead {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667;
    letter-spacing: 0.04167em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: .5em; }
  .image-block__icon {
    margin-top: -10px;
    margin-left: -2.5px;
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-radius: 50%; }
  .image-block__title {
    color: white; }
  @media screen and (min-width: 720px) {
    .image-block--image {
      text-align: center; }
      .image-block--image .image-block__content {
        padding: 120px; } }
  .image-block--half, .image-block--third {
    margin-bottom: 30px; }
  .image-block--half {
    width: 50%; }
  .image-block--third {
    width: 50%; }
  @media screen and (min-width: 720px) {
    .image-block--video img, .image-block--video picture {
      height: 224px; } }

a.image-block {
  text-decoration: inherit;
  color: inherit; }

.ad {
  margin-bottom: 30px;
  display: block;
  text-align: center; }
  .ad img {
    max-width: 100%;
    max-height: 100%;
  }
  .ad--lap-article {
    width: 300px;
    margin-left: 24px;
    float: right; }
  .ad--desk img {
    max-width: 960px; }
  .ad--desk-top {
    margin: 0;
    height: 270px;
    background: no-repeat fixed top center; }
  .ad--desk-top-banner {
    margin: 0;
    background: url('images/pattern-dark.jpg') fixed; }
  .ad__banner {
    padding: 12px;
    height: 116px;
    background: no-repeat fixed center 12px; }

@media screen and (min-width: 720px) {
  .article-group {
    max-width: 650px;
    margin: auto; } }
@media screen and (min-width: 1024px) {
  .article-group {
    max-width: 960px; } }
@media screen and (min-width: 720px) {
  .article-group--two .article-block--medium .article-block__content, .article-group--three .article-block--medium .article-block__content {
    border-top: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0; } }
.article-group--two .image-block, .article-group--three .image-block {
  margin-bottom: 30px; }
  .article-group--two .image-block:before, .article-group--two .image-block:after, .article-group--three .image-block:before, .article-group--three .image-block:after {
    left: 24px; }
  .article-group--two .image-block__content, .article-group--three .image-block__content {
    padding-left: 39px; }
.article-group--two .article-block--small, .article-group--three .article-block--small {
  margin-left: 0;
  margin-bottom: 15px; }
  .article-group--two .article-block--small:after, .article-group--three .article-block--small:after {
    display: none; }
  .article-group--two .article-block--small .article-block__poster, .article-group--two .article-block--small .article-block__content, .article-group--three .article-block--small .article-block__poster, .article-group--three .article-block--small .article-block__content {
    display: block;
    width: 100%;
    padding-left: 0; }
  .article-group--two .article-block--small .article-block__content, .article-group--three .article-block--small .article-block__content {
    padding-top: 15px; }
  .article-group--two .article-block--small .article-block__label, .article-group--three .article-block--small .article-block__label {
    left: 0; }
@media screen and (min-width: 720px) {
  .article-group--two .article-block, .article-group--two .image-block {
    width: 50%; }
  .article-group--two .article-block {
    border-top: 0; }
    .article-group--two .article-block__title {
      min-height: 3.5em;
      height: auto; } }
  .article-group--one .article-block--small .article-block__title {
      min-height: 3.75em;
      height: auto; }
@media screen and (min-width: 720px) {
  .article-group--three .article-block {
    width: 33%; }
    .article-group--three .article-block__title {
      height: 5.2em; } }
@media screen and (min-width: 1024px) {
  .article-group--three .article-block--medium .article-block__title, .article-group--three .article-block--small .article-block__title {
    min-height: 3.6em;
    height: auto; } }

.read-too__list {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  list-style-type: none;
  background-color: #F0EFF4;
  padding: 15px; }
  @media screen and (min-width: 720px) {
    .read-too__list {
      padding: 45px; } }
.read-too a {
  display: block;
  text-decoration: inherit;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #D7D6E4;
  color: inherit;
  -webkit-transition: color 0.25s;
          transition: color 0.25s; }
  .no-touch .read-too a:hover {
    color: #8c8e9c; }
  @media screen and (min-width: 720px) {
    .read-too a {
      padding-bottom: 24px;
      margin-bottom: 24px; } }
.read-too li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
.read-too--elsewhere {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 720px) {
    .read-too--elsewhere {
      margin-bottom: 48px; } }
  .read-too--elsewhere a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
    letter-spacing: -.01em; }
    @media screen and (min-width: 720px) {
      .read-too--elsewhere a {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.2; } }
    .read-too--elsewhere a span {
      font-family: 'Hind Vadodara', sans-serif;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1;
      display: block;
      color: #8d8f9e;
      margin-bottom: 6px; }
      @media screen and (min-width: 720px) {
        .read-too--elsewhere a span {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1; } }
      .read-too--elsewhere a span strong {
        font-weight: normal;
        color: #35363f; }

.testimony__banner {
  position: relative;
  margin-bottom: 15px; }
  .testimony__banner img {
    width: 100%; }
  .testimony__banner__button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    color: white;
    display: inline-block;
    border: solid 2px white;
    padding: .5em;
    background-color: rgba(255, 0, 0, 0.4);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 12px;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .testimony__banner__button:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: white;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .testimony__banner__button span {
      position: relative;
      z-index: 2; }
  .testimony__banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 24px;
    background-color: rgba(255, 0, 0, 0.6); }
.testimony__body {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.16667; }
.testimony__bottom {
  margin-top: 15px;
  height: 22px;
  background: url('images/testimony-bar.gif') no-repeat bottom right;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .testimony__bottom {
      background-image: url('images/testimony-bar@2x.gif'); } }
@media screen and (min-width: 720px) and (max-width: 1023px) {
  .testimony__banner, .testimony__body {
    width: 50%;
    margin-bottom: 0; } }
.testimony:hover .testimony__banner__button {
  color: red; }
  .testimony:hover .testimony__banner__button:after {
    height: 100%; }
.testimony:active .testimony__banner__button {
  color: #545665; }

.app-block {
  margin: 0;
  margin-bottom: 30px;
  position: relative; }
  .app-block img, .app-block picture {
    width: 100%; }
  .app-block:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%); }
  .app-block__body {
    padding: 15px;
    padding-bottom: 30px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25; }
    .app-block__body p {
      font-family: 'Lora', serif;
      font-style: italic;
      margin: 0 auto; }
  .app-block__heading {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.17647;
    margin: 0 auto 40px}
  .app-block__heading, .app-block p {
    margin-bottom: 24px;
    max-width: 960px;}
  .app-block__button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    border: solid 1px white;
    padding: 1em;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .app-block__button:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: white;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .app-block__button span {
      position: relative;
      z-index: 2; }
  @media screen and (min-width: 720px) {
    .app-block__body {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2; }
    .app-block__heading {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .app-block__heading {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.16667; }
    .app-block__button {
      margin: 15px; } }
  .app-block:hover .app-block__button {
    color: black; }
    .app-block:hover .app-block__button:after {
      height: 100%; }

/*a*/
.icon-button {
  font-weight: 700;
  background-color: #F0EFF4;
  border-bottom: solid 4px #c9c8d0;
  text-transform: uppercase;
  color: #545665;
  overflow: hidden; }
  .icon-button__icon, .icon-button__body {
    padding: 15px; }
  .icon-button__icon {
    border-right: solid 1px #c9c8d0; }
    .icon-button__icon--o {
      position: relative; }
      .icon-button__icon--o:after {
        content: '';
        position: absolute;
        top: 16%;
        right: 16%;
        bottom: 16%;
        left: 16%;
        border: solid 1px rgba(255, 255, 255, 0.75);
        border-radius: 100%; }
  .icon-button__body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    padding-left: 0; }
  .icon-button__title, .icon-button__subtitle {
    -webkit-transition: color 0.1s;
            transition: color 0.1s;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1; }
    @media screen and (min-width: 720px) and (max-width: 1023px) {
      .icon-button__title, .icon-button__subtitle {
        display: inline-block; } }
  .icon-button__title {
    color: #35363f;
    margin-bottom: .15em; }
    .icon-button--red .icon-button__title {
        color: white;}
    .icon-button--red .icon-button__body {
        color: white;}
    @media screen and (min-width: 720px) {
      .icon-button__title {
        margin-right: 10px; } }
  .icon-button__subtitle {
    color: #8d8f9e; }
  .icon-button:active .icon-button__title, .icon-button:active .icon-button__subtitle {
    color: #c9c8d0; }
  .icon-button--compact {
    letter-spacing: -.05em; }
  .icon-button--small .icon-button__body {
    padding: 19px;
    padding-left: 0; }
  .icon-button--small .icon-button__title, .icon-button--small .icon-button__subtitle {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1; }
  .icon-button--longer-sub .icon-button__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1; }
  .icon-button--longer-sub .icon-button__subtitle {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1; }
    @media screen and (min-width: 720px) and (max-width: 1023px) {
      .icon-button--longer-sub .icon-button__subtitle {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1; } }
  .icon-button--blue, .icon-button--twitter, .icon-button--orange, .icon-button--red {
    color: white;
    position: relative; }
    .icon-button--blue, .icon-button--twitter, .icon-button--orange, .icon-button--red {
      -webkit-transition: color 0.1s;
              transition: color 0.1s; }
    .icon-button--blue:after, .icon-button--twitter:after, .icon-button--orange:after, .icon-button--red:after {
      content: '';
      display: block !important;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .icon-button--blue .icon-button__icon, .icon-button--blue .icon-button__body,
    .icon-button--twitter .icon-button__icon, .icon-button--twitter .icon-button__body,
    .icon-button--orange .icon-button__icon, .icon-button--orange .icon-button__body,
    .icon-button--red .icon-button__icon, .icon-button--red .icon-button__body {
      position: relative;
      z-index: 2; }
    .icon-button--blue .icon-button__title, .icon-button--blue .icon-button__subtitle,
    .icon-button--twitter .icon-button__title, .icon-button--twitter .icon-button__subtitle,
    .icon-button--orange .icon-button__title, .icon-button--orange .icon-button__subtitle,
    .icon-button--red .icon-button__title, .icon-button--red .icon-button__subtitle {
      -webkit-transition: color 0.1s;
              transition: color 0.1s; }
    @media screen and (min-width: 720px) {
        .icon-button--blue:hover:after, .icon-button--twitter:hover:after,
        .icon-button--orange:hover:after, .icon-button--red:hover:after {
          height: 100%; }
    }
  .icon-button--blue {
    background-color: #3b5998;
    border-bottom-color: #294069; }
    .icon-button--blue:after {
      background-color: #345081; }
    .icon-button--blue .icon-button__icon {
      border-right-color: #294069; }
    .icon-button--blue .icon-button__title {
      color: #d7f7ff; }
    .icon-button--blue .icon-button__subtitle {
      color: white; }
    .icon-button--blue:active {
      color: #3b5998; }
      .icon-button--blue:active .icon-button__title, .icon-button--blue:active .icon-button__subtitle {
        color: #3b5998; }
    .icon-button--twitter {
      background-color: #5cc4ed;
      border-bottom-color: #37788C; }
      .icon-button--twitter:after {
        background-color: #4EAAC6; }
      .icon-button--twitter .icon-button__icon {
        border-right-color: #4EAAC6; }
      .icon-button--twitter .icon-button__title {
        color: #d7f7ff; }
      .icon-button--twitter .icon-button__subtitle {
        color: white; }
      .icon-button--twitter:active {
        color: #5cc4ed; }
        .icon-button--twitter:active .icon-button__title, .icon-button--twitter:active .icon-button__subtitle {
          color: #5cc4ed; }
      .icon-button--orange {
        background-color: #F57900;
        border-bottom-color: #A64A00; }
        .icon-button--orange:after {
          background-color: #CE5C00; }
        .icon-button--orange .icon-button__icon {
          border-right-color: #CE5C00; }
        .icon-button--orange .icon-button__title {
          color: #FFE9D7; }
        .icon-button--orange .icon-button__subtitle {
          color: white; }
        .icon-button--orange:active {
          color: #F57900; }
          .icon-button--orange:active .icon-button__title, .icon-button--orange:active .icon-button__subtitle {
            color: #F57900; }
  .icon-button--red {
    background-color: #c30000;
    border-bottom-color: #8a0000; }
    .icon-button--red:after {
      background-color: #8a0000; }
    .icon-button--red .icon-button__icon {
      border-right-color: #8a0000; }
    .icon-button--red:active {
      color: #c20000; }
  .icon-button--slab {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 720px) {
      .icon-button--slab {
        margin-bottom: 48px; } }
    .icon-button--slab .icon-button__icon {
      margin-right: 0; }
    .icon-button--slab .icon-button__body {
      padding-right: 0;
      text-align: center; }

.random-icon {
  width: 35px;
  height: 25px;
  margin-top: 5px;
  margin-bottom: 5px; }

.search-slider {
  overflow: hidden;
  background-color: #F0EFF4; }
  .search-slider__content {
    white-space: nowrap; }
    .search-slider__content > * {
      display: inline-block;
      vertical-align: top; }
  .search-slider__form {
    font-weight: 700;
    padding: 15px;
    border-right: solid 1px #c9c8d0; }
    .search-slider__form input {
      width: 100%;
      background-color: transparent;
      border: 0;
      border-bottom: solid 2px #c9c8d0;
      padding: 7px;
      padding-left: 0;
      padding-right: 0;
      outline: 0; }
  .search-slider .icon-button {
    margin: 0;
    margin-right: 1px;
    width: 100%; }
  .search-slider--open .icon-button {
    position: relative; }
    .search-slider--open .icon-button:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: #c9c8d0;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .search-slider--open .icon-button span {
      position: relative;
      z-index: 2; }
    .search-slider--open .icon-button__icon {
      position: relative;
      z-index: 2; }
    .search-slider--open .icon-button:after {
      display: block; }
    .search-slider--open .icon-button:hover:after {
      height: 100%; }

.loader {
  margin: auto;
  padding-bottom: 30px;
  font-size: .55em;
  padding-top: 2em;
  width: 7em; }
  .loader__swing div, .loader__shadow div {
    float: left;
    width: 1em;
    border-radius: 100%; }
  .loader__swing div {
    height: 1em; }
    .loader__swing div:nth-of-type(1) {
      background: #d7d6e4; }
    .loader__swing div:nth-of-type(2) {
      background: #8d8f9e; }
    .loader__swing div:nth-of-type(3) {
      background: #545665; }
    .loader__swing div:nth-of-type(4) {
      background: #35363f; }
    .loader__swing div:nth-of-type(5) {
      background: #8a0000; }
    .loader__swing div:nth-of-type(6) {
      background: #c30000; }
    .loader__swing div:nth-of-type(7) {
      background: #ff0000; }
  .loader__swing__l {
    -webkit-animation: ball-l .425s ease-in-out infinite alternate;
            animation: ball-l .425s ease-in-out infinite alternate; }
  .loader__swing__r {
    -webkit-animation: ball-r .425s ease-in-out infinite alternate;
            animation: ball-r .425s ease-in-out infinite alternate; }
  .loader__shadow {
    clear: left;
    padding-top: 1.5em; }
    .loader__shadow div {
      height: .25em;
      background: #e3dbd2;
      -webkit-filter: blur(1px);
              filter: blur(1px); }
    .loader__shadow__l {
      background: #d5d8d6;
      -webkit-animation: shadow-l-n .425s ease-in-out infinite alternate;
              animation: shadow-l-n .425s ease-in-out infinite alternate; }
    .loader__shadow__r {
      background: #eed3ca;
      -webkit-animation: shadow-r-n .425s ease-in-out infinite alternate;
              animation: shadow-r-n .425s ease-in-out infinite alternate; }

@-webkit-keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0); }

  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
            transform: rotate(50deg) translateX(-2.5em); } }

@keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0); }

  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
            transform: rotate(50deg) translateX(-2.5em); } }

@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
            transform: rotate(-50deg) translateX(2.5em); }

  50%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0); } }

@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
            transform: rotate(-50deg) translateX(2.5em); }

  50%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0); } }

@-webkit-keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.75em);
            transform: translateX(-1.75em); } }

@keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.75em);
            transform: translateX(-1.75em); } }

@-webkit-keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
            transform: translateX(1.75em); }

  50%, 100% {
    opacity: .5;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
            transform: translateX(1.75em); }

  50%, 100% {
    opacity: .5;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.sidebar {
  font-weight: 700;
  background-color: #F0EFF4;
  text-transform: uppercase;
  color: #545665;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125; }
  .sidebar, .sidebar ul {
    list-style-type: none; }
  .sidebar a {
    display: block;
    color: inherit;
    text-decoration: inherit;
    -webkit-transition: color 0.25s, background-color 0.25s;
            transition: color 0.25s, background-color 0.25s; }
    .sidebar a:hover {
      background-color: #f7f7f9; }
    .sidebar a:active {
      background-color: #dcdce3; }
  .sidebar a, .sidebar__search {
    border-right: solid 4px #D7D6E4;
    padding: 16px 16px 16px 30px; }
  .sidebar__home a {
    border: 0;
    padding: 15px;
    padding-bottom: 18px;
    border-bottom: solid 1px #c6c7d0; }
  .sidebar__search {
    padding-bottom: 0; }
  .sidebar form {
    padding-top: 22.4px;
    padding-bottom: 22.4px;
    border-top: solid 1px #d2d2da; }
  .sidebar label > * {
    pointer-events: none; }
  .sidebar input {
    color: #8d8f9e;
    border: 0;
    background: transparent;
    outline: none;
    width: 90%;
    line-height: 2; }
    .sidebar input::-webkit-input-placeholder {
      -webkit-transition: opacity 0.25s;
              transition: opacity 0.25s; }
    .sidebar input:-moz-placeholder {
      transition: opacity 0.25s; }
    .sidebar input::-moz-placeholder {
      transition: opacity 0.25s; }
    .sidebar input:-ms-input-placeholder {
      transition: opacity 0.25s; }
    .sidebar input:focus::-webkit-input-placeholder {
      opacity: .3; }
    .sidebar input:focus:-moz-placeholder {
      opacity: .3; }
    .sidebar input:focus::-moz-placeholder {
      opacity: .3; }
    .sidebar input:focus:-ms-input-placeholder {
      opacity: .3; }
  .sidebar .icon-button {
    margin: 0;
    padding: 0;
    border-right: 0; }
    .sidebar .icon-button__title, .sidebar .icon-button__subtitle {
      display: block; }
  .sidebar .icon-button--blue, .sidebar .icon-button--twitter, .sidebar .icon-button--orange {
    color: white; }
    .sidebar .icon-button--blue:hover {
      background-color: #3b5998; }
    .sidebar .icon-button--blue:active {
      color: #3b5998; }
    .sidebar .icon-button--twitter:hover {
      background-color: #5cc4ed; }
    .sidebar .icon-button--twitter:active {
      color: #5cc4ed; }
    .sidebar .icon-button--orange:hover {
      background-color: #F57900; }
    .sidebar .icon-button--orange:active {
      color: #F57900; }
  .sidebar__first-item a,
  .sidebar > li:first-child a, /* if rubrique */
  .sidebar > div:nth-child(2) li:first-of-type a /* if menu */ {
    padding-top: 32px; }
  .sidebar__meta {
    font-weight: 400;
    background-color: #35363f;
    color: #8d8f9e; }
    .sidebar__meta a:hover {
      background-color: inherit; }
    .sidebar__meta > a {
      color: #D7D6E4;
      padding: 32px;
      border-right: 0; }
      .sidebar__meta > a:after {
        content: '+';
        float: right;
        color: white; }
      .sidebar__meta > a:active {
        background-color: inherit; }
    .sidebar__meta ul {
      font-family: 'Hind Vadodara', sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.16667;
      margin: 0 32px;
      padding: 32px 0;
      border-top: solid 1px #50515c; }
      .sidebar__meta ul a {
        text-transform: none;
        padding: 10px 0;
        border-left: 0;
        border-right: 0; }
        .sidebar__meta ul a:hover {
          color: #D7D6E4; }
        .sidebar__meta ul a:active {
          background-color: inherit; }
    .sidebar__meta.sidebar__meta--expanded > a:after {
      content: '-'; }

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 75px; }
  .sticky-sidebar:before, .sticky-sidebar:after {
    content: '';
    display: table; }

.article-block--header {
  margin-bottom: 0; }
  .article-block--header .article-block__content {
    padding-top: 0;
    text-align: center;
    padding-bottom: 0; }
    .article-block--header .article-block__content--sep {
      padding-bottom: 24px;
      border-bottom: solid 1px #D7D6E4;
      margin-bottom: 24px; }
      @media screen and (min-width: 1024px) {
        .article-block--header .article-block__content--sep {
          margin-bottom: 48px; } }
  .article-block--header .article-block__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2; }
    @media screen and (min-width: 720px) {
      .article-block--header .article-block__title {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.19048; } }
    .article-block--header .article-block__title--caps {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.33333; }
      @media screen and (min-width: 720px) {
        .article-block--header .article-block__title--caps {
          font-size: 36px;
          font-size: 2.25rem;
          line-height: 1.16667; } }
      @media screen and (min-width: 720px) {
        .article-block--header .article-block__title--caps {
          font-size: 40px;
          font-size: 2.5rem;
          line-height: 1.05; } }
  .article-block--header .article-block__subtitle {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-style: italic;
    color: black;
    margin-bottom: 24px; }
    @media screen and (min-width: 720px) {
      .article-block--header .article-block__subtitle {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.59091;
        margin-bottom: 6px; } }
  .article-block--header .article-block__body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 680px;
    max-height: none;
    margin-left: auto;
    margin-right: auto; }
    .article-block--header .article-block__body:after {
      display: none; }
    @media screen and (min-width: 720px) {
      .article-block--header .article-block__body {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.33333; } }
  .article-block--header .article-block__label {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 24px; }
  .article-block--header .article-block__source {
    padding-top: 144px;
    padding-bottom: 36px;
    text-align: center;
    background: url('images/pattern-light.gif') center; }
    @media screen and (min-width: 720px) {
      .article-block--header .article-block__source {
        padding-top: 192px;
        padding-bottom: 96px; } }
    .article-block--header .article-block__source__domain, .article-block--header .article-block__source__title {
      padding-left: 12px;
      padding-right: 12px; }
      @media screen and (min-width: 720px) {
        .article-block--header .article-block__source__domain, .article-block--header .article-block__source__title {
          margin-left: auto;
          margin-right: auto;
          padding: 0;
          max-width: 602px; } }
      @media screen and (min-width: 1024px) {
        .article-block--header .article-block__source__domain, .article-block--header .article-block__source__title {
          max-width: 912px; } }
    .article-block--header .article-block__source__domain {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.16667;
      text-transform: uppercase;
      letter-spacing: .1em;
      margin-bottom: 6px; }
      .article-block--header .article-block__source__domain span {
        background-color: white;
        padding: .4em .8em; }
      @media screen and (min-width: 1024px) {
        .article-block--header .article-block__source__domain {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.125; } }
    .article-block--header .article-block__source__title {
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      font-weight: 400;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.16667; }
      @media screen and (min-width: 720px) {
        .article-block--header .article-block__source__title {
          font-size: 42px;
          font-size: 2.625rem;
          line-height: 1.14286; } }
      @media screen and (min-width: 1024px) {
        .article-block--header .article-block__source__title {
          font-size: 50px;
          font-size: 3.125rem;
          line-height: 1.28; } }
  .article-block__no-poster, .article-block--header .article-block__cover-poster {
    background: url('images/pattern-dark.jpg') center;
    height: 168px; }
    @media screen and (min-width: 720px) {
      .article-block__no-poster, .article-block--header .article-block__cover-poster {
        height: 216px; } }
    @media screen and (min-width: 1024px) {
      .article-block__no-poster, .article-block--header .article-block__cover-poster {
        height: 336px; } }
  .article-block--header .article-block__no-poster--no-content {
    height: 120px; }
    @media screen and (min-width: 720px) {
      .article-block--header .article-block__no-poster--no-content {
        height: 168px; } }
    @media screen and (min-width: 1024px) {
      .article-block--header .article-block__no-poster--no-content {
        height: 336px; } }
  .article-block--header .article-block__cover-poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .article-block--header .article-block__cover-poster:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(53, 54, 63, 0.85); }
  .article-block--header .article-block__avatar-img {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 12px; }
    .article-block--header .article-block__avatar-img img {
      display: inline-block;
      width: 72px;
      height: auto; }
    @media screen and (min-width: 720px) {
      .article-block--header .article-block__avatar-img {
        float: left;
        margin-right: 24px;
        padding-left: 24px; }
        .article-block--header .article-block__avatar-img img {
          width: 96px; } }
    @media screen and (min-width: 1024px) {
      .article-block--header .article-block__avatar-img {
        padding-left: 48px;
        margin-right: 48px; }
        .article-block--header .article-block__avatar-img img {
          border-width: 12px;
          width: 168px;
          margin-bottom: 48px; } }
  @media screen and (min-width: 720px) {
    .article-block--header .article-block__avatar-body {
      text-align: left; } }
  .article-block--header .article-block__author {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    text-align: center;
    color: #8d8f9e;
    padding-bottom: 24px; }
    .article-block--header .article-block__author a {
      text-decoration: inherit;
      -webkit-transition: color 0.25s;
              transition: color 0.25s;
      color: black; }
      .article-block--header .article-block__author a:hover {
        color: red; }
    @media screen and (min-width: 720px) {
      .article-block--header .article-block__author {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.33333;
        padding-bottom: 48px; } }

.article-block--no-content .header__top {
  border-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .article-block--no-content .header__top {
      border-bottom: solid 1px rgba(239, 238, 243, 0.3); } }

.article-block--sourced, .article-block--random {
  margin-bottom: -6px; }
  @media screen and (min-width: 720px) {
    .article-block--sourced, .article-block--random {
      margin-bottom: -12px; } }
  .article-block--sourced .article-block__poster, .article-block--random .article-block__poster {
    border-bottom: 0; }
    .article-block--sourced .article-block__poster:after, .article-block--random .article-block__poster:after {
      display: none; }

.article-block--random .article-block__source {
  background-image: url('images/pattern-dark.jpg');
  border-bottom: solid 6px #d6d5e3; }
  .article-block--random .article-block__source__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    text-transform: uppercase; }
.article-block--random .article-block__content {
  margin-top: 24px;
  margin-bottom: 24px; }

.article-block--list .header {
  padding-bottom: 0; }
  .article-block--list .header__top {
    border-bottom: 0; }
.article-block--list .article-block__no-poster {
  height: 120px;
  border-bottom: solid 6px #D7D6E4; }
  @media screen and (min-width: 1024px) {
    .article-block--list .article-block__no-poster {
      height: 216px; } }
.article-block--list .article-block__content {
  margin-top: -6px;
  padding: 24px 0;
  border-bottom: solid 1px #D7D6E4;
  margin-bottom: 24px; }
  .article-block--list .article-block__content .description {
    margin-top: 10px;
    font-style: italic; }
.article-block--list .article-block__title {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  text-transform: uppercase;
  color: #8d8f9e;
  letter-spacing: .15em;
  margin-bottom: 0; }
  .article-block--list .article-block__title strong {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.15385;
    display: block;
    color: #35363f;
    letter-spacing: .1em; }
  @media screen and (min-width: 720px) {
    .article-block--list .article-block__title {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; }
      .article-block--list .article-block__title strong {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .article-block--list .article-block__title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2; }
      .article-block--list .article-block__title strong {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.15; } }

.article-block--blog-list .article-block__no-poster {
  background: url('images/blog-list-pattern.jpg'); }
.article-block--blog-list .article-block__content {
  border-bottom: 0;
  padding-bottom: 0; }

.blog-header {
  position: relative;
  min-height: 168px; }
  @media screen and (min-width: 720px) {
    .blog-header {
      min-height: 216px; } }
  @media screen and (min-width: 1024px) {
    .blog-header {
      min-height: 336px; } }
  .blog-header__poster {
    position: absolute !important;
    height: auto !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .blog-header__body {
    color: white;
    text-align: center;
    position: relative;
    padding: 10px;
    padding-top: 144px;
    padding-bottom: 48px;
    margin: auto; }
    @media screen and (min-width: 720px) {
      .blog-header__body {
        padding-top: 192px;
        padding-bottom: 144px;
        width: 650px; } }
    @media screen and (min-width: 1024px) {
      .blog-header__body {
        padding-top: 227px;
        padding-bottom: 109px;
        width: 960px; } }
  .blog-header__title {
    display: block;
    text-transform: uppercase;
    text-decoration: inherit;
    color: inherit;
    letter-spacing: .1em;
    margin-bottom: 12px; }
    .blog-header__title .icon-r89, .blog-header__title .image-floor__button, .blog-header__title .image-block__icon, .blog-header__title .icon-button__icon, .blog-header__title .comment__expander:after, .blog-header__title .react__title:before, .blog-header__title .blog-category-selector:after, .blog-header__title .contact-switch__option--dropdown:after, .blog-header__title .error-box__closer, .blog-header__title .search-engine .gsc-search-button:after, .search-engine .blog-header__title .gsc-search-button:after, .blog-header__title .search-engine .gsc-selected-option-container:after, .search-engine .blog-header__title .gsc-selected-option-container:after {
      font-size: 1.5em;
      vertical-align: -.2em;
      padding-right: .15em;
      margin-right: .3em;
      position: relative; }
      .blog-header__title .icon-r89:after, .blog-header__title .image-floor__button:after, .blog-header__title .image-block__icon:after, .blog-header__title .icon-button__icon:after, .blog-header__title .comment__expander:after, .blog-header__title .blog-category-selector:after, .blog-header__title .contact-switch__option--dropdown:after, .blog-header__title .error-box__closer:after, .blog-header__title .search-engine .gsc-search-button:after, .search-engine .blog-header__title .gsc-search-button:after, .blog-header__title .search-engine .gsc-selected-option-container:after, .search-engine .blog-header__title .gsc-selected-option-container:after {
        content: '';
        background-color: white;
        position: absolute;
        right: 0;
        width: 1px;
        top: .2em;
        bottom: .15em; }
    @media screen and (min-width: 720px) {
      .blog-header__title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.33333; } }
  .blog-header__subtitle {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-style: italic; }
    @media screen and (min-width: 720px) {
      .blog-header__subtitle {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.27273; } }
    @media screen and (min-width: 1024px) {
      .blog-header__subtitle {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
        padding-left: 96px;
        padding-right: 96px; } }

.article-block--blog .article-block__cover-poster, .article-block--blog-post .article-block__cover-poster {
  border-bottom: solid 6px #D7D6E4; }

.article-block--blog .header__top {
  border-bottom: 0; }
.article-block--blog .article-block__label {
  margin-bottom: 12px; }
.article-block--blog .article-block__content {
  margin-top: -52.8px;
  border-bottom: solid 1px #F0EFF4;
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .article-block--blog .article-block__content {
      border-bottom-color: #D7D6E4;
      margin-bottom: 48px; } }
  @media screen and (min-width: 1024px) {
    .article-block--blog .article-block__content {
      margin-top: -96px; } }
.article-block--blog .article-block__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 720px) {
    .article-block--blog .article-block__title {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.17647;
      margin-bottom: 6px; } }
@media screen and (min-width: 720px) {
  .article-block--blog .article-block__title, .article-block--blog .article-block__author {
    text-align: left;
    padding-left: 0; } }

.article-analytics {
  text-transform: uppercase; }
  .article-analytics a, .article-analytics span {
    margin-right: 1.5em;
    color: inherit;
    text-decoration: inherit; }
  .article-analytics strong, .article-analytics a:hover {
    color: red; }
  @media screen and (min-width: 720px) {
    .article-analytics {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1.45455; } }
  .article-analytics__reaction-count:before {
    content: '';
    display: inline-block;
    width: .55em;
    height: .55em;
    background-color: red;
    border-radius: 100%;
    margin-right: .3em;
    vertical-align: middle;
    margin-top: -.2em; }

.article-meta, .article-updated {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.45455;
  text-align: center;
  color: #8d8f9e; }

.article-meta {
  background-color: #fff;
  border-top: solid 1px #F0EFF4;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden; }
  .article-meta a {
    text-decoration: inherit;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
  .article-meta__masthead, .article-meta .article-analytics {
    padding: 12px;
    border-bottom: solid 1px #F0EFF4; }
    @media screen and (min-width: 720px) {
      .article-meta__masthead, .article-meta .article-analytics {
        padding: 18px; } }
    @media screen and (min-width: 1024px) {
      .article-meta__masthead, .article-meta .article-analytics {
        float: left; } }
  .article-meta__masthead span {
    display: block; }
    @media screen and (min-width: 720px) {
      .article-meta__masthead span {
        display: inline; } }
  .article-meta__masthead a {
    color: black; }
    .article-meta__masthead a:hover {
      color: red; }
  @media screen and (min-width: 720px) {
    .article-meta__masthead {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.14286; } }
  @media screen and (min-width: 1024px) {
    .article-meta__masthead {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.16667;
      padding-left: 0;
      text-align: left;
      width: 40%;
      position: relative; }
      .article-meta__masthead:after {
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background-color: #F0EFF4;
        display: block;
        position: absolute; } }
  @media screen and (min-width: 720px) {
    .article-meta .article-analytics {
      text-align: left;
      padding-left: 0; } }
  @media screen and (min-width: 1024px) {
    .article-meta .article-analytics {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.16667;
      padding-left: 12px;
      width: 60%; } }
  @media screen and (min-width: 720px) {
    .article-meta__authors:after {
      content: ' . '; } }
  .article-meta .share-bar {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0; }
    @media screen and (min-width: 720px) {
      .article-meta .share-bar {
        display: block; } }
    @media screen and (min-width: 1024px) {
      .article-meta .share-bar {
        top: 0; } }

.article-meta + .article-updated {
  margin-top: -25px; }

.article-updated {
  background-color: #F0EFF4;
  padding: 18px;
  margin-bottom: 24px; }
  .article-updated .icon-r89, .article-updated .image-floor__button, .article-updated .image-block__icon, .article-updated .icon-button__icon, .article-updated .comment__expander:after, .article-updated .react__title:before, .article-updated .blog-category-selector:after, .article-updated .contact-switch__option--dropdown:after, .article-updated .error-box__closer, .article-updated .search-engine .gsc-search-button:after, .search-engine .article-updated .gsc-search-button:after, .article-updated .search-engine .gsc-selected-option-container:after, .search-engine .article-updated .gsc-selected-option-container:after {
    line-height: .5em;
    vertical-align: middle; }
  @media screen and (min-width: 720px) {
    .article-updated {
      text-align: left; } }

.article-share {
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .article-share {
      margin-bottom: 48px; } }
  .article-share__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .article-share .share-bar {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455; }
    .article-share .share-bar__btn {
      min-height: 4.8em; }
      @media screen and (min-width: 720px) {
        .article-share .share-bar__btn {
          min-height: inherit; } }
  @media screen and (min-width: 720px) {
    .article-share {
      position: relative;
      border: solid 1px #F0EFF4;
      border-left: 0;
      border-right: 0; }
      .article-share__title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        font-weight: 700;
        padding: 17px 0;
        margin-bottom: 0; }
      .article-share .share-bar {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; } }

/*a*/
.article-source {
  margin-bottom: 24px;
  display: block;
  color: #35363f !important;
  text-decoration: inherit;
  padding-bottom: 12px;
  border-bottom: solid 1px #F0EFF4; }
  @media screen and (min-width: 720px) {
    .article-source {
      margin-bottom: 48px; } }
  .article-source__body {
    text-transform: uppercase;
    font-weight: 700; }
    .article-source__body strong {
      color: #025484; }
  .article-source__name {
    font-family: 'Lora', serif;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    font-style: italic; }
  .article-source__profile {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    color: #8d8f9e; }
  .article-source:hover .article-source__image {
    color: #025484; }
  .article-source:active .article-source__image {
    color: #023954; }
  .article-source--small .article-source__body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 5px; }
  @media screen and (min-width: 1024px) {
    .article-source--small {
      margin-bottom: 24px; } }
  .article-source--large {
    border-bottom-color: #8d8f9e; }
    .article-source--large .article-source__body {
      padding-bottom: 6px;
      border-bottom: solid 1px #8d8f9e;
      margin-bottom: 24px; }
    .article-source--large .article-source__image {
      font-family: Arial, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.22222;
      font-weight: 700;
      display: block;
      vertical-align: middle;
      -webkit-transition: color 0.25s;
              transition: color 0.25s; }
      .article-source--large .article-source__image img {
        margin-right: 24px;
        margin-bottom: 12px; }

.article__content {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black; }
  @media screen and (min-width: 720px) {
    .article__content {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.66667;
      padding-bottom: 24px; } }
  @media screen and (min-width: 1024px) {
    .article__content {
      width: 680px;
      margin-left: auto;
      margin-right: auto; } }
  .article__content p, .article__content ul, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
    margin-bottom: 24px; }
  .article__content p.has-drop-cap:not(:focus)::first-letter {
      font-size: 6.4em;
  }
  .article__content li {
    list-style-position: inside; }
  .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 400; }
  .article__content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273; }
    @media screen and (min-width: 720px) {
      .article__content h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.06667;
        padding-top: 15px; } }
  .article__content h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    color: #545665; }
    @media screen and (min-width: 720px) {
      .article__content h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.08333; } }
  .article__content h2 + h3 {
    margin-top: -12px; }
  .article__content a:not(.wp-block-button__link), #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    color: #025484;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .article__content a:hover, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
      text-decoration: none; }
    .article__content a:active, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:active {
      color: #023954; }
  .article__content blockquote {
    margin-left: -12px;
    border-left: solid 4px #D7D6E4;
    padding-left: 28px;
    color: #545665; }
    @media screen and (min-width: 720px) {
      .article__content blockquote {
        margin-left: 0; } }
  .article__content .next-to-desk-side {
    clear: both; }
    @media screen and (min-width: 1024px) {
      .article__content .next-to-desk-side {
        clear: none;
        display: table-caption;
        width: 465px; } }
  @media screen and (min-width: 1024px) {
    .article__content .next-to-desk-side + .ad + .next-to-desk-side, .article__content .next-to-desk-side + .next-to-desk-side {
      display: block; } }
  .article__content__sidebar {
    display: none;
    float: right;
    width: 300px;
    margin-left: 55px;
    margin-bottom: 55px;
    margin-right: -140px; }
    @media screen and (min-width: 1024px) {
      .article__content__sidebar {
        display: block; } }
  .article__content .numero {
    margin-bottom: 24px; }
    .article__content .numero:after {
      display: none !important; }
    .article__content .numero .nombre {
      font-family: 'Montserrat', sans-serif;
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 1.14286;
      display: none;
      background-color: #F0EFF4;
      padding: 24px; }
      @media screen and (min-width: 1024px) {
        .article__content .numero .nombre {
          display: block; } }
    .article__content .numero > div h2 {
      padding-top: 0; }

.article-app {
  margin-bottom: 24px;
  position: relative;
  height: 380px; }
  @media screen and (min-width: 720px) {
    .article-app {
      margin-bottom: 48px; } }
  @media screen and (min-width: 1024px) {
    .article-app {
      height: 710px;
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; } }
  .article-app__cover, .article-app__app {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media screen and (min-width: 1024px) {
    .article-app__cover, .article-app__loader {
      display: none; } }
  .article-app__cover {
    z-index: 3;
    text-transform: uppercase;
    background: no-repeat center;
    background-size: cover; }
    .article-app__cover:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 65%;
      bottom: 0;
      width: 5px;
      background: rgba(53, 54, 63, 0.15); }
  .article-app__body {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 35%;
    background: rgba(255, 255, 255, 0.85);
    padding: 24px; }
  .article-app__title {
    cursor: pointer; }
    .article-app__title:before {
      content: '';
      display: block;
      background-color: red;
      width: 24px;
      height: 4px;
      margin-top: 48px;
      margin-bottom: 24px; }
  .article-app__share, .article-app__launcher {
    position: absolute;
    left: 24px;
    right: 24px; }
  .article-app__share {
    bottom: 96px; }
  .article-app .share-btn {
    margin-right: 8px; }
  .article-app__launcher {
    display: block;
    text-decoration: inherit;
    color: inherit;
    bottom: 24px;
    padding-top: 24px;
    border-top: solid 1px white; }
    .article-app__launcher strong {
      color: red; }
    .article-app__launcher .icon-r89, .article-app__launcher .image-floor__button, .article-app__launcher .image-block__icon, .article-app__launcher .icon-button__icon, .article-app__launcher .comment__expander:after, .article-app__launcher .react__title:before, .article-app__launcher .blog-category-selector:after, .article-app__launcher .contact-switch__option--dropdown:after, .article-app__launcher .error-box__closer, .article-app__launcher .search-engine .gsc-search-button:after, .search-engine .article-app__launcher .gsc-search-button:after, .article-app__launcher .search-engine .gsc-selected-option-container:after, .search-engine .article-app__launcher .gsc-selected-option-container:after {
      position: absolute;
      right: 0;
      top: 26px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1; }
  .article-app__app {
    z-index: 1;
    display: none; }
    @media screen and (min-width: 1024px) {
      .article-app__app {
        display: block;
        position: absolute;
        z-index: 999; } }
    .article-app__app.is-open {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999; }
  .article-app__header {
    background-color: white;
    box-shadow: 0 4px 0 0 rgba(53, 54, 63, 0.2);
    position: relative;
    z-index: 1;
    vertical-align: middle;
    height: 51px; }
    @media screen and (min-width: 1024px) {
      .article-app__header {
        display: none; } }
    .article-app__header-title {
      font-weight: 700;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1;
      position: absolute;
      left: 152px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      display: inline;
      text-transform: uppercase; }
  .article-app__back {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 128px;
    height: 27px;
    background-image: url('images/app-header.png');
    background-size: 100%; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .article-app__back {
        background-image: url('images/app-header@2x.png'); } }
  .article-app__frame-wrapper {
    position: absolute;
    top: 51px;
    right: 0;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 1024px) {
      .article-app__frame-wrapper {
        top: 0; } }
  .article-app__frame {
    /* @see https://stackoverflow.com/questions/23083462/how-to-get-an-iframe-to-be-responsive-in-ios-safari */
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0; }
    @media screen and (min-width: 1024px) {
      .article-app__frame {
        border-bottom: solid 4px #D7D6E4; } }

.share-bar {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.45455; }
  .share-bar__btn {
    position: relative;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: top;
    background-color: #8b8d9b;
    width: 5em;
    height: 100%;
    text-align: center;
    color: white; }
    .share-bar__btn:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: #70727c;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .share-bar__btn span {
      position: relative;
      z-index: 2; }
    .share-bar__btn:after {
      left: 0;
      right: 0;
      height: 3px; }
    .share-bar__btn .icon-r89, .share-bar__btn .image-floor__button, .share-bar__btn .image-block__icon, .share-bar__btn .icon-button__icon, .share-bar__btn .comment__expander:after, .share-bar__btn .react__title:before, .share-bar__btn .blog-category-selector:after, .share-bar__btn .contact-switch__option--dropdown:after, .share-bar__btn .error-box__closer, .share-bar__btn .search-engine .gsc-search-button:after, .search-engine .share-bar__btn .gsc-search-button:after, .share-bar__btn .search-engine .gsc-selected-option-container:after, .search-engine .share-bar__btn .gsc-selected-option-container:after {
      font-size: 4em;
      position: relative;
      z-index: 2;
      margin-top: -.1em; }
    .share-bar__btn span {
      font-family: 'Hind Vadodara', sans-serif;
      font-weight: 700;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1.18182;
      display: block;
      margin-top: -1em;
      margin-bottom: .5em; }
    .share-bar__btn--facebook {
      background-color: #3c5a98; }
      .share-bar__btn--facebook:after {
        background-color: #2f4b75; }
    .share-bar__btn--twitter {
      background-color: #5cc4ed; }
      .share-bar__btn--twitter:after {
        background-color: #4eaac6; }
    .share-bar__btn--no-count .icon-r89, .share-bar__btn--no-count .image-floor__button, .share-bar__btn--no-count .image-block__icon, .share-bar__btn--no-count .icon-button__icon, .share-bar__btn--no-count .comment__expander:after, .share-bar__btn--no-count .react__title:before, .share-bar__btn--no-count .blog-category-selector:after, .share-bar__btn--no-count .contact-switch__option--dropdown:after, .share-bar__btn--no-count .error-box__closer, .share-bar__btn--no-count .search-engine .gsc-search-button:after, .search-engine .share-bar__btn--no-count .gsc-search-button:after, .share-bar__btn--no-count .search-engine .gsc-selected-option-container:after, .search-engine .share-bar__btn--no-count .gsc-selected-option-container:after {
      margin-top: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .share-bar__btn:hover:after {
      height: 100%; }
  .share-bar--small .icon-r89, .sticky-header__content .share-bar .icon-r89,
  .share-bar--small .image-floor__button, .sticky-header__content .share-bar .image-floor__button,
  .share-bar--small .image-block__icon, .sticky-header__content .share-bar .image-block__icon,
  .share-bar--small .icon-button__icon, .sticky-header__content .share-bar .icon-button__icon,
  .share-bar--small .comment__expander:after, .sticky-header__content .share-bar .comment__expander:after,
  .share-bar--small .react__title:before, .sticky-header__content .share-bar .react__title:before,
  .share-bar--small .blog-category-selector:after, .sticky-header__content .share-bar .blog-category-selector:after,
  .share-bar--small .contact-switch__option--dropdown:after, .sticky-header__content .share-bar .contact-switch__option--dropdown:after,
  .share-bar--small .error-box__closer, .sticky-header__content .share-bar .error-box__closer,
  .share-bar--small .search-engine .gsc-search-button:after, .sticky-header__content .share-bar .search-engine .gsc-search-button:after,
  .share-bar--small .gsc-search-button:after, .sticky-header__content .share-bar .gsc-search-button:after,
  .share-bar--small .search-engine .gsc-selected-option-container:after, .sticky-header__content .share-bar .search-engine .gsc-selected-option-container:after,
  .search-engine .share-bar--small .gsc-selected-option-container:after, .search-engine .sticky-header__content .share-bar .gsc-selected-option-container:after {
    font-size: 2.6em;
    margin-top: -.05em;
    margin-bottom: .1em; }
  .share-bar--small .share-bar__btn, .sticky-header__content .share-bar .share-bar__btn {
    width: 3.3em;
    margin-left: 10px; }
    .share-bar--small .share-bar__btn span, .sticky-header__content .share-bar .share-bar__btn span {
      font-size: .75em; }
  .main-column .main-column__main .search-engine {
      margin-top: 5px;
  }

.comments {
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .comments {
      margin-bottom: 48px; } }
  .comments__tabs {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: black; }
    @media screen and (min-width: 720px) {
      .comments__tabs {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.125;
        text-align: left; } }
  .comments__tab {
    display: inline-block;
    width: calc(50% - 6px);
    background-color: #d6d6d8;
    text-decoration: inherit;
    color: inherit;
    padding: 12px 0; }
    .comments__tab:first-child {
      margin-right: 8px; }
    @media screen and (min-width: 720px) {
      .comments__tab {
        padding: 12px;
        padding-left: 0; } }
    .comments__tab strong {
      display: block;
      color: #545665; }
    .comments__tab--active {
      pointer-events: none;
      background-color: #F0EFF4; }
      .comments__tab--active strong {
        color: red; }
  .comments__count {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
    display: none;
    width: 3em;
    text-align: center;
    color: #545665; }
    @media screen and (min-width: 720px) {
      .comments__count {
        display: inline-block;
        float: left; } }
    .comments__tab--active .comments__count {
      color: red; }
    .comments__tab--active .comments__count.comments__count--none {
      display: block;
      width: auto;
      padding: 0px 15px; }
  .comments__page-size-selector {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667;
    letter-spacing: .04em;
    color: #8d8f9e;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 12px; }
    .comments__page-size-selector select {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1;
      margin-right: .75em;
      border: solid 1px #d6d5e3;
      outline: 0; }
  .comments__lists {
    background-color: #F0EFF4;
    padding: 12px; }
  .comments__list {
    display: none; }
    .comments__list--active {
      display: block; }

.comment {
  margin-bottom: 12px; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment__timestamp {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    color: #8d8f9e;
    margin-bottom: 12px; }
    @media screen and (min-width: 720px) {
      .comment__timestamp {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 1.27273; } }
  .comment__body {
    background-color: white;
    padding: 12px;
    padding-bottom: 0;
    border-top: solid 3px #555665; }
    @media screen and (min-width: 720px) {
      .comment__body {
        padding: 24px;
        padding-bottom: 0; } }
  .comment__head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #D7D6E4;
    overflow: auto; }
  .comment__avatar, .comment__author {
    float: left; }
  .comment__avatar {
    display: block;
    width: 48px;
    margin-right: 15px; }
  .comment__author-name {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    text-decoration: inherit;
    font-style: italic;
    color: black;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .comment__author-name:hover {
      color: #545665; }
    @media screen and (min-width: 720px) {
      .comment__author-name {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.12;
        display: inline; }
        .comment__author-name:after {
          content: ' '; } }
  .comment__answering-to strong {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: italic;
    color: black; }
  .comment__answering-to, .comment__tagline {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333; }
  .comment__author-tag {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667;
    display: inline-block;
    text-transform: uppercase;
    color: white;
    background-color: red;
    padding: .1em .3em;
    margin-right: 1em; }
  .comment__author-job {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    color: #555665; }
    @media screen and (min-width: 720px) {
      .comment__author-job {
        display: inline-block; } }
    .comment__author-job strong {
      font-weight: 400;
      color: black; }
  @media screen and (min-width: 720px) {
    .comment__answering-to {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.86667;
      display: inline; }
    .comment__tagline {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1; } }
  .comment__content {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    padding-bottom: 15px;
    color: black;
    word-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .comment__content a {
      color: #025484;
      -webkit-transition: color 0.25s;
              transition: color 0.25s; }
      .comment__content a:hover {
        text-decoration: none; }
      .comment__content a:active {
        color: #023954; }
  .comment__actions {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 700;
    border-top: solid 1px #D7D6E4;
    padding-top: 12px;
    color: #8d8f9e;
    text-transform: uppercase;
    list-style-type: none;
    letter-spacing: .1em;
    overflow: auto;
    position: relative; }
    @media screen and (min-width: 720px) {
      .comment__actions {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.46154; } }
    .comment__actions li {
      display: inline-block;
      margin-right: 12px;
      margin-bottom: 12px; }
      .comment__actions li.count {
        font-weight: 400;
        float: right;
        margin-right: 0; }
        .comment__actions li.count a {
          display: block; }
          .comment__actions li.count a:before {
            content: '';
            display: inline-block;
            width: .55em;
            height: .55em;
            background-color: red;
            border-radius: 100%;
            margin-right: .3em;
            vertical-align: middle;
            margin-top: -.2em; }
    .comment__actions a, .comment__actions span {
      color: inherit;
      text-decoration: inherit;
      -webkit-transition: color 0.25s;
              transition: color 0.25s; }
      .comment__actions a:hover, .comment__actions span:hover {
        color: #545665; }
  .comment__share {
    position: absolute;
    top: 4px;
    left: 76px;
    padding-left: 12px;
    padding-right: 24px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
            transition: opacity 0.25s; }
    @media screen and (min-width: 720px) {
      .comment__share {
        left: 83px; } }
    .comment__share li {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
      .comment__share li:last-child {
        margin-right: 0; }
    .comment__share .share-btn .icon-r89, .comment__share .share-btn .image-floor__button, .comment__share .share-btn .image-block__icon, .comment__share .share-btn .icon-button__icon, .comment__share .share-btn .comment__expander:after, .comment__share .share-btn .react__title:before, .comment__share .share-btn .blog-category-selector:after, .comment__share .share-btn .contact-switch__option--dropdown:after, .comment__share .share-btn .error-box__closer, .comment__share .share-btn .search-engine .gsc-search-button:after, .search-engine .comment__share .share-btn .gsc-search-button:after, .comment__share .share-btn .search-engine .gsc-selected-option-container:after, .search-engine .comment__share .share-btn .gsc-selected-option-container:after {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.07143; }
    .comment__share:before, .comment__share:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0; }
    .comment__share:before {
      left: 0;
      right: 24px;
      background-color: white; }
    .comment__share:after {
      right: 0;
      width: 24px;
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    .comment__action--share:hover .comment__share {
      opacity: 1;
      pointer-events: auto; }
  .comment__expander {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.09091;
    background-color: white;
    border-top: solid 3px #d6d5e3;
    padding: 24px;
    cursor: pointer; }
    .comment__expander strong {
      font-weight: normal;
      color: red; }
    .comment__expander:after {
      float: right;
      content: '\E007';
      -webkit-transition: -webkit-transform .4s;
              transition: transform .4s; }
    .comment__expander--open:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .comment__children {
    padding-top: 12px; }
    @media screen and (min-width: 720px) {
      .comment__children {
        padding-left: 24px; } }
    .comment__children .comment__body {
      border-top-color: #d5d5d7; }
  .comment--featured > .comment__body {
    border-top-color: red; }

@media screen and (min-width: 720px) {
  .comment__children .comment__children .comment__children .comment__children {
    padding-left: 0; } }

/*ul*/
.comments-pager {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: justify;
  margin-bottom: 0;
  height: 48px;
  border-top: solid 4px #D7D6E4;
  padding-top: 12px; }
  .comments-pager li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle; }
  .comments-pager a {
    color: #8d8f9e;
    text-decoration: inherit;
    display: block; }
  .comments-pager__summary {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    color: #8d8f9e; }
    .comments-pager__summary strong {
      font-weight: normal;
      color: #35363f; }
    @media screen and (min-width: 720px) {
      .comments-pager__summary {
        display: none !important; } }
  .comments-pager__page {
    display: none !important; }
    @media screen and (min-width: 720px) {
      .comments-pager__page {
        display: inline-block !important; } }
  .comments-pager:after {
    content: '';
    display: inline-block;
    width: 100%; }

.comment-gate {
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .comment-gate {
      margin-bottom: 48px; } }
  .comment-gate__body {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    background-color: #F0EFF4;
    padding: 12px; }
  .comment-gate__intro {
    padding: 6px;
    float: none; }
    @media screen and (min-width: 720px) {
      .comment-gate__intro {
        float: left; } }
  .comment-gate__buttons {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .15em; }
    @media screen and (min-width: 720px) {
      .comment-gate__buttons {
        text-align: right; } }
    .comment-gate__buttons a {
      display: inline-block;
      text-decoration: inherit;
      color: white;
      background-color: #8d8f9e;
      padding: 6px 12px;
      padding-bottom: 4px;
      margin-left: 12px;
      border-bottom: solid 2px #545665; }

.comment-form-and-preview--in-stream {
  margin-top: -12px; }

.comment-form {
  margin-bottom: 24px;
  background-color: #F0EFF4;
  padding: 12px;
  position: relative; }
  @media screen and (min-width: 720px) {
    .comment-form {
      margin-bottom: 48px; } }
  @media screen and (min-width: 720px) {
    .comment-form {
      padding: 24px; } }
  .comment-form__profile {
    padding-bottom: 12px;
    border-bottom: solid 1px #d6d5e3;
    margin-bottom: 12px; }
  .comment-form__avatar {
    width: 48px; }
  @media screen and (min-width: 720px) {
    .comment-form__author {
      padding-right: 168px; } }
  .comment-form__name {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    font-style: italic;
    color: black; }
  .comment-form__tagline {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667;
    color: #555665; }
  @media screen and (min-width: 720px) {
    .comment-form__sign-out {
      position: absolute;
      top: 24px;
      right: 24px;
      text-align: center; } }
  .comment-form__sign-out-description {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #545665;
    display: none; }
    @media screen and (min-width: 720px) {
      .comment-form__sign-out-description {
        display: block; } }
  .comment-form__sign-out-button {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.2;
    position: relative;
    display: block;
    background-color: #8d8f9e;
    text-transform: uppercase;
    text-decoration: inherit;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    padding: 18px;
    padding-bottom: 14px;
    border: 0;
    border-bottom: solid 4px #545665;
    outline: 0 !important;
    display: inline-block;
    padding: 4px;
    padding-bottom: 2px;
    border-bottom-width: 2px; }
    .comment-form__sign-out-button:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: #545665;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .comment-form__sign-out-button span {
      position: relative;
      z-index: 2; }
    .comment-form__sign-out-button:after {
      left: 0;
      right: 0; }
    .comment-form__sign-out-button span {
      position: relative; }
    .comment-form__sign-out-button img {
      margin-left: .5em;
      vertical-align: bottom; }
    .comment-form__sign-out-button:hover:after {
      height: 100%; }
    @media screen and (min-width: 720px) {
      .comment-form__sign-out-button {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.25;
        padding-left: 12px;
        padding-right: 12px; } }
  .comment-form__attachment {
    margin-bottom: 12px; }
    .comment-form__attachment .media, .comment-form__attachment .icon-button, .comment-form__attachment .article-block--header .article-block__avatar-media, .article-block--header .comment-form__attachment .article-block__avatar-media, .comment-form__attachment .article-source--small, .comment-form__attachment .article__content .numero, .article__content .comment-form__attachment .numero, .comment-form__attachment .comment-form__profile-media, .comment-form__attachment .pager__poster, .comment-form__attachment .keywords, .comment-form__attachment .newsletter__media, .comment-form__attachment .blog-sheet__blog, .comment-form__attachment .author-story__header {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.16667;
      text-transform: uppercase;
      cursor: pointer; }
      .comment-form__attachment .media strong, .comment-form__attachment .icon-button strong, .comment-form__attachment .article-block--header .article-block__avatar-media strong, .article-block--header .comment-form__attachment .article-block__avatar-media strong, .comment-form__attachment .article-source--small strong, .comment-form__attachment .article__content .numero strong, .article__content .comment-form__attachment .numero strong, .comment-form__attachment .comment-form__profile-media strong, .comment-form__attachment .pager__poster strong, .comment-form__attachment .keywords strong, .comment-form__attachment .newsletter__media strong, .comment-form__attachment .blog-sheet__blog strong, .comment-form__attachment .author-story__header strong {
        color: red; }
    .comment-form__attachment .media__img, .comment-form__attachment .icon-button__icon, .comment-form__attachment .article-block--header .article-block__avatar-img, .article-block--header .comment-form__attachment .article-block__avatar-img, .comment-form__attachment .article-source--small .article-source__image, .article-source--small .comment-form__attachment .article-source__image, .comment-form__attachment .article__content .numero .nombre, .article__content .numero .comment-form__attachment .nombre, .comment-form__attachment .comment-form__avatar, .comment-form__attachment .pager__poster__image, .comment-form__attachment .keywords__title, .comment-form__attachment .newsletter__icon, .comment-form__attachment .blog-sheet__avatar, .comment-form__attachment .author-story__avatar {
      margin-right: 6px; }
    .comment-form__attachment .media__body, .comment-form__attachment .icon-button__body, .comment-form__attachment .article-block--header .article-block__avatar-body, .article-block--header .comment-form__attachment .article-block__avatar-body, .comment-form__attachment .article-source--small .article-source__body, .article-source--small .comment-form__attachment .article-source__body, .comment-form__attachment .article__content .numero > div, .article__content .comment-form__attachment .numero > div, .comment-form__attachment .comment-form__author, .comment-form__attachment .pager__poster__title, .comment-form__attachment .keywords__list, .comment-form__attachment .blog-sheet__content, .comment-form__attachment .author-story__title {
      padding-top: .2em; }
      .comment-form__attachment .media__body--short {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 2.33333; }
  @media screen and (min-width: 720px) {
    .comment-form__add-attachment {
      display: none; } }
  .comment-form__add-attachment--active {
    opacity: .5; }
  .comment-form__attachment-type-wrapper {
    display: none; }
    @media screen and (min-width: 720px) {
      .comment-form__attachment-type-wrapper {
        display: block; } }
  .comment-form__attachment-intro, .comment-form__attachment-body--help {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    margin-top: 12px;
    margin-bottom: 12px; }
    .comment-form__attachment-intro--sep, .comment-form__attachment-body--help--sep {
      border-top: solid 1px #d6d5e3;
      padding-top: 12px; }
      @media screen and (min-width: 720px) {
        .comment-form__attachment-intro--sep, .comment-form__attachment-body--help--sep {
          display: none; } }
  .comment-form__attachment-types {
    padding-left: 24px; }
    @media screen and (min-width: 720px) {
      .comment-form__attachment-types {
        padding-left: 0; } }
    .comment-form__attachment-types .layout__item, .comment-form__attachment-types .article-block--small .article-block__poster, .article-block--small .comment-form__attachment-types .article-block__poster, .comment-form__attachment-types .article-block--small .article-block__content, .article-block--small .comment-form__attachment-types .article-block__content, .comment-form__attachment-types .image-block, .comment-form__attachment-types .article-group--two .article-block, .article-group--two .comment-form__attachment-types .article-block, .comment-form__attachment-types .article-group--three .article-block, .article-group--three .comment-form__attachment-types .article-block, .comment-form__attachment-types .testimony__banner, .comment-form__attachment-types .testimony__body, .comment-form__attachment-types .blog-list__categories, .comment-form__attachment-types .blog-list__sheets, .comment-form__attachment-types .author-bio__data-title, .comment-form__attachment-types .author-bio__data-value {
      margin-bottom: 12px; }
      .comment-form__attachment-types .layout__item:last-child, .comment-form__attachment-types .article-block--small .article-block__poster:last-child, .article-block--small .comment-form__attachment-types .article-block__poster:last-child, .comment-form__attachment-types .article-block--small .article-block__content:last-child, .article-block--small .comment-form__attachment-types .article-block__content:last-child, .comment-form__attachment-types .image-block:last-child, .comment-form__attachment-types .article-group--two .article-block:last-child, .article-group--two .comment-form__attachment-types .article-block:last-child, .comment-form__attachment-types .article-group--three .article-block:last-child, .article-group--three .comment-form__attachment-types .article-block:last-child, .comment-form__attachment-types .testimony__banner:last-child, .comment-form__attachment-types .testimony__body:last-child, .comment-form__attachment-types .blog-list__categories:last-child, .comment-form__attachment-types .blog-list__sheets:last-child, .comment-form__attachment-types .author-bio__data-title:last-child, .comment-form__attachment-types .author-bio__data-value:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 720px) {
        .comment-form__attachment-types .layout__item, .comment-form__attachment-types .article-block--small .article-block__poster, .article-block--small .comment-form__attachment-types .article-block__poster, .comment-form__attachment-types .article-block--small .article-block__content, .article-block--small .comment-form__attachment-types .article-block__content, .comment-form__attachment-types .image-block, .comment-form__attachment-types .article-group--two .article-block, .article-group--two .comment-form__attachment-types .article-block, .comment-form__attachment-types .article-group--three .article-block, .article-group--three .comment-form__attachment-types .article-block, .comment-form__attachment-types .testimony__banner, .comment-form__attachment-types .testimony__body, .comment-form__attachment-types .blog-list__categories, .comment-form__attachment-types .blog-list__sheets, .comment-form__attachment-types .author-bio__data-title, .comment-form__attachment-types .author-bio__data-value {
          margin-bottom: 0; } }
    .comment-form__attachment-types .inactive {
      opacity: .5; }
  .comment-form__attachment-body {
    display: none; }
    .comment-form__attachment-body--help {
      list-style-position: inside; }
      .comment-form__attachment-body--help li {
        margin-bottom: 24px; }
      .comment-form__attachment-body--help-closer {
        font-family: 'Montserrat', sans-serif;
        text-align: right; }
  .comment-form__attachment-help-closer {
    font-family: 'Montserrat', sans-serif;
    text-align: right; }
  .comment-form__file-input {
    max-width: 100%;
    margin-bottom: 12px; }
  .comment-form__field {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    background-color: white;
    border: solid 1px #D7D6E4;
    padding: 24px;
    margin-bottom: 12px;
    outline: 0; }
    .comment-form__field--small {
      padding: 12px; }
  .comment-form__be-warned {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    margin-bottom: 12px; }
    .comment-form__be-warned input {
      margin-right: .5em; }
  .comment-form__actions {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667; }
    @media screen and (min-width: 720px) {
      .comment-form__actions {
        text-align: right;
        white-space: nowrap; } }
  .comment-form__action {
    position: relative;
    display: block;
    background-color: #8d8f9e;
    text-transform: uppercase;
    text-decoration: inherit;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    padding: 18px;
    padding-bottom: 14px;
    border: 0;
    border-bottom: solid 4px #545665;
    outline: 0 !important;
    margin-bottom: 12px;
    width: 100%; }
    .comment-form__action:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: #545665;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .comment-form__action span {
      position: relative;
      z-index: 2; }
    .comment-form__action:after {
      left: 0;
      right: 0; }
    .comment-form__action span {
      position: relative; }
    .comment-form__action img {
      margin-left: .5em;
      vertical-align: bottom; }
    .comment-form__action:hover:after {
      height: 100%; }
    @media screen and (min-width: 720px) {
      .comment-form__action {
        display: inline-block;
        width: auto;
        margin-right: 24px; } }
    .comment-form__action:last-child {
      margin-bottom: 0;
      margin-right: 0; }
    .comment-form__action--publish {
      background-color: #c30000;
      border-color: #8a0000; }
      .comment-form__action--publish:after {
        background-color: #8a0000; }
    .comment-form__action--small {
      padding-top: 12px;
      padding-bottom: 8px; }
    .comment-form__action--tiny {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.25;
      display: inline-block;
      padding: 12px;
      padding-bottom: 8px; }
  .comment-form--in-stream {
    background-color: white; }

.comment-preview-holder {
  display: none; }

.comment-preview {
  margin-bottom: 24px;
  background-color: #F0EFF4;
  padding: 12px; }
  @media screen and (min-width: 720px) {
    .comment-preview {
      margin-bottom: 48px; } }
  .comment-preview__comment {
    margin-bottom: 12px; }
  .comment-preview__actions {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667; }
    @media screen and (min-width: 720px) {
      .comment-preview__actions {
        text-align: right;
        white-space: nowrap; } }
  .comment-preview__action {
    position: relative;
    display: block;
    background-color: #8d8f9e;
    text-transform: uppercase;
    text-decoration: inherit;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    padding: 18px;
    padding-bottom: 14px;
    border: 0;
    border-bottom: solid 4px #545665;
    outline: 0 !important;
    margin-bottom: 12px;
    width: 100%; }
    .comment-preview__action:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: #545665;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .comment-preview__action span {
      position: relative;
      z-index: 2; }
    .comment-preview__action:after {
      left: 0;
      right: 0; }
    .comment-preview__action span {
      position: relative; }
    .comment-preview__action img {
      margin-left: .5em;
      vertical-align: bottom; }
    .comment-preview__action:hover:after {
      height: 100%; }
    @media screen and (min-width: 720px) {
      .comment-preview__action {
        display: inline-block;
        width: auto;
        margin-right: 24px; } }
    .comment-preview__action:last-child {
      margin-bottom: 0;
      margin-right: 0; }
    .comment-preview__action--publish {
      background-color: #c30000;
      border-color: #8a0000; }
      .comment-preview__action--publish:after {
        background-color: #8a0000; }
  .comment-preview--in-stream {
    padding: 0;
    margin-top: 36px;
    margin-bottom: 12px; }

.pager {
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .pager {
      margin-bottom: 48px; } }
  .pager a {
    color: inherit;
    text-decoration: inherit; }
  .pager__body {
    background-color: #F0EFF4; }
  @media screen and (min-width: 720px) {
    .pager__scroller {
      padding: 45px; } }
  .pager__page:last-child .pager__poster {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  @media screen and (min-width: 720px) {
    .pager__poster {
      padding-bottom: 24px;
      margin-bottom: 24px;
      border-bottom: solid 1px #D7D6E4; } }
  .pager__poster__image {
    float: none; }
    @media screen and (min-width: 720px) {
      .pager__poster__image {
        float: left;
        width: 33.333%; } }
  .pager__poster__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
    color: #35363f;
    letter-spacing: -.01em;
    padding: 15px;
    padding-bottom: 0;
    background-color: #F0EFF4;
    position: relative;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    @media screen and (min-width: 720px) {
      .pager__poster__title {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.2;
        padding: 0; } }
    .no-touch .pager__page:hover .pager__poster__title {
      color: #8c8e9c; }
  .pager__media-list {
    padding: 15px;
    padding-bottom: 0;
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
    letter-spacing: -.01em; }
    .pager__media-list > * {
      padding-bottom: 15px; }
    @media screen and (min-width: 720px) {
      .pager__media-list {
        padding: 0; }
        .pager__media-list .media, .pager__media-list .icon-button, .pager__media-list .article-block--header .article-block__avatar-media, .article-block--header .pager__media-list .article-block__avatar-media, .pager__media-list .article-source--small, .pager__media-list .article__content .numero, .article__content .pager__media-list .numero, .pager__media-list .comment-form__profile-media, .pager__media-list .pager__poster, .pager__media-list .keywords, .pager__media-list .newsletter__media, .pager__media-list .blog-sheet__blog, .pager__media-list .author-story__header {
          border-bottom: solid 1px #D7D6E4;
          margin-bottom: 15px; }
          .pager__media-list .media__body, .pager__media-list .icon-button__body, .pager__media-list .article-block--header .article-block__avatar-body, .article-block--header .pager__media-list .article-block__avatar-body, .pager__media-list .article-source--small .article-source__body, .article-source--small .pager__media-list .article-source__body, .pager__media-list .article__content .numero > div, .article__content .pager__media-list .numero > div, .pager__media-list .comment-form__author, .pager__media-list .pager__poster__title, .pager__media-list .keywords__list, .pager__media-list .blog-sheet__content, .pager__media-list .author-story__title {
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 1.27273; }
          .pager__media-list .media:last-child, .pager__media-list .icon-button:last-child, .pager__media-list .article-block--header .article-block__avatar-media:last-child, .article-block--header .pager__media-list .article-block__avatar-media:last-child, .pager__media-list .article-source--small:last-child, .pager__media-list .article__content .numero:last-child, .article__content .pager__media-list .numero:last-child, .pager__media-list .comment-form__profile-media:last-child, .pager__media-list .pager__poster:last-child, .pager__media-list .keywords:last-child, .pager__media-list .newsletter__media:last-child, .pager__media-list .blog-sheet__blog:last-child, .pager__media-list .author-story__header:last-child {
            border-bottom: 0;
            margin-bottom: 0; } }
  .pager__nav {
    border-top: solid 1px #D7D6E4;
    margin: 15px;
    padding: 15px;
    position: relative;
    color: #D7D6E4; }
    @media screen and (min-width: 720px) {
      .pager__nav {
        display: none; } }
  .pager__left, .pager__right {
    position: absolute;
    top: 15px;
    color: inherit;
    font-size: 1.5em; }
  .pager__left {
    left: 0; }
  .pager__right {
    right: 0; }
  .pager__dots {
    text-align: center; }
    .pager__dots a {
      margin: 10px; }
    .pager__dots .active {
      color: red; }

.keywords {
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  overflow: auto; }
  /*@media screen and (min-width: 720px) {
    .keywords {
      margin-bottom: 48px; } }*/
  .keywords__title {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 6px 12px;
    color: white;
    background-color: #35363f;
    float: none;
    display: inline-block;
    margin-bottom: 12px; }
    @media screen and (min-width: 720px) {
      .keywords__title {
        float: left; } }
  .keywords__list {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1; }
    @media screen and (min-width: 720px) {
      .keywords__list {
        padding-top: 4px; }
        .keywords__list li {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.71429; } }
  .keywords li {
    list-style-type: none;
    float: left;
    margin-right: .3em;
    margin-bottom: .4em; }
    .keywords li:last-child a:after {
      display: none; }
  .keywords a {
    text-decoration: inherit;
    color: #35363f;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .keywords a:after {
      content: ' .';
      color: #35363f; }
    .keywords a:hover {
      color: #8d8f9e; }

.article-list__articles--sep {
  margin-bottom: 24px;
  border-bottom: solid 1px #d6d5e3; }
  @media screen and (min-width: 720px) {
    .article-list__articles--sep {
      margin-bottom: 48px; } }
  @media screen and (min-width: 1024px) {
      .article-list__articles {
          min-height: 1400px;
      }
  }
.article-list__articles .article-block {
  border-top: 0;
  margin-bottom: 24px; }
  .article-list__articles .article-block:after {
    content: ''; }
  .article-list__articles .article-block__content {
    padding-left: 24px;
    padding-right: 0; }
  .article-list__articles .article-block__title {
    height: auto; }
  .article-list__articles .article-block:last-child {
    margin-bottom: 12px; }
    .article-list__articles .article-block:last-child:after {
      display: none; }
.article-list__nav {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.14286;
  font-family: 'Hind Vadodara', sans-serif;
  border-top: solid 4px #D7D6E4;
  padding-top: 12px;
  margin-bottom: 12px;
  color: #8d8f9e;
  text-align: justify; }
  .article-list__nav li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle; }
    .article-list__nav li.active {
      color: #35363f; }
  .only-lap-desk {
    display: none; }
    @media screen and (min-width: 720px) {
      .only-lap-desk {
        display: block; }
      .article-list__nav .only-lap-desk {
        display: inline-block; } }
  .article-list__nav a {
    color: inherit;
    text-decoration: inherit;
    padding: 10px; }
  .article-list__nav:after {
    content: '';
    display: inline-block;
    width: 100%; }
  @media screen and (min-width: 720px) {
    .article-list__nav {
      text-align: right; }
      .article-list__nav li {
        margin-left: 24px; }
      .article-list__nav .article-list__arrow--left {
        margin-left: 0;
        float: left; } }
.article-list__arrow {
  color: #D7D6E4; }
  .article-list__arrow a {
    padding: 0; }

.charts {
    margin-bottom: 30px;
}
.charts a {
  -webkit-transition: color 0.25s;
          transition: color 0.25s; }
.charts__tabs {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.27273;
  text-transform: uppercase; }
.charts__tab {
  text-decoration: inherit;
  display: inline-block;
  width: 33.333%;
  border-right: solid 2px #fff;
  background-color: #d6d6d8;
  color: #8d8f9e;
  text-align: center;
  padding: 12px 0; }
  .charts__tab:last-child {
    border-right: 0; }
  .charts__tab:hover {
    color: #545665; }
  .charts__tab--active {
    background-color: #F0EFF4;
    color: red;
    pointer-events: none; }
.charts__lists {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  background-color: #F0EFF4;
  padding: 24px; }
.charts__list {
  display: none; }
  .charts__list--active {
    display: block; }
.charts__item {
  display: block;
  text-decoration: inherit;
  color: inherit;
  padding-bottom: 12px;
  border-bottom: solid 1px #D7D6E4;
  margin-bottom: 12px; }
  .charts__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0; }
  .charts__item:hover {
    color: #545665; }
.charts .article-analytics {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  margin-top: 12px;
  color: #8d8f9e; }
  .charts .article-analytics strong {
    font-weight: normal; }

.react {
  margin-bottom: 24px;
  background-color: #F0EFF4;
  color: black; }
  @media screen and (min-width: 720px) {
    .react {
      margin-bottom: 48px; } }
  .react__title, .react__list {
    padding: 24px; }
  .react__title {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    display: block;
    text-decoration: inherit;
    color: inherit;
    border-top: solid 3px #D7D6E4;
    border-bottom: solid 1px white; }
    .react__title:before {
      content: '\E005';
      float: right;
      -webkit-transition: -webkit-transform .5s;
              transition: transform .5s;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    @media screen and (min-width: 720px) {
      .react__title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.14286; } }
    .react--open .react__title:before {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  .react__body {
    display: none; }
  .react__list {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    list-style-type: none; }
    .react__list a {
      color: inherit;
      text-decoration: inherit;
      display: block;
      padding-left: 24px;
      -webkit-transition: color 0.25s;
              transition: color 0.25s; }
      .react__list a:hover {
        color: #545665; }

.newsletter {
  margin-bottom: 24px; }
  .newsletter__media {
    margin-bottom: 12px;
    overflow: hidden; }
  .newsletter__icon {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 0.41667;
    pointer-events: none;
    margin-left: -.3em;
    margin-right: -.1em;
    color: #D7D6E4; }
  .newsletter__body {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }
  .newsletter__form {
    position: relative;
    overflow: hidden; }
  .newsletter__input, .newsletter__submit, .newsletter__feedback {
    padding: 12px; }
  .newsletter__input, .newsletter__submit {
    border: solid 1px #8d8f9e;
    border-bottom-width: 4px;
    padding-bottom: 8px; }
  .newsletter__input {
    width: 100%;
    outline: 0; }
    .newsletter__input::-webkit-input-placeholder {
      font-style: italic; }
    .newsletter__input:-moz-placeholder {
      font-style: italic; }
    .newsletter__input::-moz-placeholder {
      font-style: italic; }
    .newsletter__input:-ms-input-placeholder {
      font-style: italic; }
  .newsletter__submit {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-left: 0;
    background-color: white;
    color: #8d8f9e;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .newsletter__submit:hover {
      color: #b2b3c1; }
  .newsletter__feedback {
    font-family: Arial, sans-serif;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 100%;
    background-color: #8d8f9e;
    color: #8d8f9e;
    text-align: center;
    -webkit-transition: top 0.25s, color 0.25s;
            transition: top 0.25s, color 0.25s; }
    .newsletter__feedback--over {
      top: 0; }
    .newsletter__feedback--readable {
      color: white; }

.blog-article {
  border-bottom: solid 1px #D7D6E4;
  margin-bottom: 24px; }
  .blog-article a {
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
  .blog-article__link {
    color: inherit;
    text-decoration: inherit;
    display: block; }
  .blog-article__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
    font-weight: 400;
    color: black;
    margin-bottom: 24px;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    @media screen and (min-width: 720px) {
      .blog-article__title {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 1.26316; } }
  .blog-article:hover .blog-article__title {
    color: #545665; }
  .blog-article__body {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
    margin-bottom: 24px; }
  .blog-article__analytics {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    color: #8d8f9e;
    margin-bottom: 24px; }
  .blog-article__timestamp {
    text-transform: none; }

.blog-list__categories {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #1d1d1b;
  text-transform: uppercase;
  list-style-type: none;
  letter-spacing: .1em;
  padding-top: 12px;
  display: none; }
  @media screen and (min-width: 720px) {
    .blog-list__categories {
      display: inline-block;
      width: 20%; } }
  .blog-list__categories a {
    display: block;
    color: inherit;
    text-decoration: inherit;
    padding-top: 24px;
    padding-bottom: 12px;
    border-bottom: solid 1px #d6d5e3;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .blog-list__categories a:hover {
      color: #35363f; }
.blog-list .active a {
  color: red;
  border-bottom-width: 4px;
  border-bottom-color: #D7D6E4; }
.blog-list__categories-title {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  padding-bottom: 12px;
  border-bottom: solid 4px #d6d5e3; }
  .blog-list__categories-title strong {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
    display: block;
    color: red; }
@media screen and (min-width: 720px) {
  .blog-list__sheets {
    width: 80%; } }

.blog-category-selector {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
  background-color: #F0EFF4;
  padding: 12px;
  margin-bottom: 24px; }
  .blog-category-selector:after {
    content: '\E007';
    float: right;
    margin-top: -.15em; }
  @media screen and (min-width: 720px) {
    .blog-category-selector {
      display: none; } }

.blog-sheet {
  margin-bottom: 24px; }
  .blog-sheets {
    border-top: solid 1px #D7D6E4;
    padding-top: 24px; }
  @media screen and (min-width: 720px) {
    .blog-sheet {
      margin-bottom: 48px; } }
  .blog-sheet a {
    text-decoration: inherit; }
  .blog-sheet__blog {
    text-align: center;
    margin-bottom: 24px; }
    @media screen and (min-width: 720px) {
      .blog-sheet__blog {
        text-align: left;
        margin-bottom: 12px; } }
  .blog-sheet__avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 12px; }
    .blog-sheet__avatar img {
      margin: auto; }
    @media screen and (min-width: 720px) {
      .blog-sheet__avatar {
        float: left;
        margin-right: 24px;
        margin-bottom: 0; } }
  .blog-sheet__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    display: block;
    color: black;
    text-transform: uppercase;
    margin-bottom: 12px; }
    @media screen and (min-width: 720px) {
      .blog-sheet__title {
        margin-bottom: 0; } }
  .blog-sheet__subtitle {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    font-style: italic;
    margin-bottom: 6px; }
  .blog-sheet__author {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: #8d8f9e; }
    .blog-sheet__author a {
      color: #35363f; }
  .blog-sheet__post {
    display: block;
    color: inherit;
    background-color: #F0EFF4;
    padding: 12px; }
    .blog-sheet__post-timestamp {
      font-family: 'Hind Vadodara', sans-serif;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1.27273;
      color: #8d8f9e; }
    .blog-sheet__post-title {
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      font-weight: 400;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.27273;
      -webkit-transition: color 0.25s;
              transition: color 0.25s; }
    .blog-sheet__post:hover .blog-sheet__post-title {
      color: #545665; }

.contact-switch {
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .contact-switch__options {
      position: relative; }
      .contact-switch__options:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 24px;
        left: 50%;
        height: 1px;
        background-color: #D7D6E4; } }
  @media screen and (min-width: 720px) {
    .contact-switch__options .layout__item, .contact-switch__options .article-block--small .article-block__poster, .article-block--small .contact-switch__options .article-block__poster, .contact-switch__options .article-block--small .article-block__content, .article-block--small .contact-switch__options .article-block__content, .contact-switch__options .image-block, .contact-switch__options .article-group--two .article-block, .article-group--two .contact-switch__options .article-block, .contact-switch__options .article-group--three .article-block, .article-group--three .contact-switch__options .article-block, .contact-switch__options .testimony__banner, .contact-switch__options .testimony__body, .contact-switch__options .blog-list__categories, .contact-switch__options .blog-list__sheets, .contact-switch__options .author-bio__data-title, .contact-switch__options .author-bio__data-value {
      width: 50%; } }
  .contact-switch__option {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 0.88889;
    text-transform: uppercase;
    background-color: #F0EFF4;
    padding: 12px;
    cursor: pointer; }
    @media screen and (min-width: 720px) {
      .contact-switch__option {
        padding: 24px;
        border-bottom: solid 1px #D7D6E4; } }
    .contact-switch__option strong {
      color: red;
      display: block; }
    .contact-switch__option .media__img, .contact-switch__option .icon-button__icon, .contact-switch__option .article-block--header .article-block__avatar-img, .article-block--header .contact-switch__option .article-block__avatar-img, .contact-switch__option .article-source--small .article-source__image, .article-source--small .contact-switch__option .article-source__image, .contact-switch__option .article__content .numero .nombre, .article__content .numero .contact-switch__option .nombre, .contact-switch__option .comment-form__avatar, .contact-switch__option .pager__poster__image, .contact-switch__option .keywords__title, .contact-switch__option .newsletter__icon, .contact-switch__option .blog-sheet__avatar, .contact-switch__option .author-story__avatar {
      margin-right: 12px; }
    .contact-switch__option--dropdown {
      position: relative; }
      .contact-switch__option--dropdown:after {
        content: '\E007';
        position: absolute;
        top: 12px;
        right: 12px;
        -webkit-transition: -webkit-transform .4s;
                transition: transform .4s; }
      @media screen and (min-width: 720px) {
        .contact-switch__option--dropdown {
          display: none; } }
    .contact-switch__option--open:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .contact-switch__option--first {
      border-top: solid 1px #D7D6E4; }
      @media screen and (min-width: 720px) {
        .contact-switch__option--first {
          border-top: 0; } }
    .contact-switch__option--active {
      pointer-events: none; }
      @media screen and (max-width: 719px) {
        .contact-switch__option--active, .contact-switch__option--active strong {
          color: #909090; } }
      @media screen and (min-width: 720px) {
        .contact-switch__option--active {
          background-color: white;
          border-top: solid 1px #D7D6E4;
          border-bottom: 0; }
          .contact-switch__option--active.contact-switch__option--first {
            border-right: solid 1px #D7D6E4; }
          .contact-switch__option--active.contact-switch__option--last {
            border-left: solid 1px #D7D6E4; } }

.contact-form {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px; }
  .contact-form input, .contact-form textarea, .contact-form select {
    display: block;
    width: 100%;
    border: solid 1px #D7D6E4;
    padding: 12px; }
  .contact-form__secure-link, .contact-form__item {
    display: block; }
  .contact-form__secure-link {
    text-decoration: inherit;
    text-align: right;
    color: red;
    margin-bottom: 24px; }
  .contact-form__item, .contact-form__tip, .contact-form__footnote, .contact-form__error--global {
    margin-bottom: 18px; }
  .contact-form__item--error input, .contact-form__item--error textarea, .contact-form__item--error select {
    border-color: red; }
  .contact-form__error {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    color: red;
    margin-top: .2em; }
  .contact-form__item-descr {
    margin-bottom: 6px; }
    .contact-form__item--required .contact-form__item-descr:after {
      content: ' *';
      color: red; }
  .contact-form__tip, .contact-form__footnote {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.53846;
    font-style: italic;
    color: #8d8f9e; }
  .contact-form__island {
    padding: 24px;
    background-color: #F0EFF4; }
    .contact-form__island input {
      border: 0; }
  .contact-form__footnote:before {
    content: '* ';
    color: red; }
  .contact-form__submit {
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    display: block;
    background-color: #c30000;
    text-transform: uppercase;
    text-decoration: inherit;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    padding: 18px;
    padding-bottom: 14px;
    border: 0;
    border-bottom: solid 4px #8a0000;
    outline: 0 !important;
    width: 50%;
    margin: auto; }
    .contact-form__submit:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: #8a0000;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .contact-form__submit span {
      position: relative;
      z-index: 2; }
    .contact-form__submit:after {
      left: 0;
      right: 0; }
    .contact-form__submit span {
      position: relative; }
    .contact-form__submit img {
      margin-left: .5em;
      vertical-align: bottom; }
    .contact-form__submit:hover:after {
      height: 100%; }

.error-box {
  padding: 24px;
  border: solid 1px red;
  text-align: center;
  margin-bottom: 24px;
  position: relative; }
  @media screen and (min-width: 720px) {
    .error-box {
      padding: 48px; } }
  .error-box__closer {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .error-box__closer:after {
      content: '\E00B'; }
    @media screen and (min-width: 720px) {
      .error-box__closer {
        top: 12px;
        right: 12px; } }
  .error-box__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: red; }
  .error-box__body ul {
    text-align: left; }
  .error-box__body > * {
    margin-bottom: 24px; }
    .error-box__body > *:last-child {
      margin-bottom: 0; }

.media-form {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #F0EFF4;
  padding: 12px;
  margin-bottom: 24px; }
  @media screen and (min-width: 720px) {
    .media-form {
      padding: 48px; } }
  .media-form ul {
    list-style-type: none; }
  .media-form li {
    padding-left: 24px;
    margin-bottom: 24px;
    position: relative; }
    .media-form li:before {
      content: '•';
      color: red;
      position: absolute;
      top: 0;
      left: 0; }
    .media-form li a {
      text-decoration: inherit;
      color: red; }
  .media-form input {
    display: block;
    width: 100%;
    border: 0;
    padding: 12px;
    margin-bottom: 12px; }
  .media-form__media, .media-form__button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.06667;
    text-transform: uppercase;
    margin-bottom: 24px; }
  .media-form__media strong {
    color: red; }
  .media-form__media .media__img, .media-form__media .icon-button__icon, .media-form__media .article-block--header .article-block__avatar-img, .article-block--header .media-form__media .article-block__avatar-img, .media-form__media .article-source--small .article-source__image, .article-source--small .media-form__media .article-source__image, .media-form__media .article__content .numero .nombre, .article__content .numero .media-form__media .nombre, .media-form__media .comment-form__avatar, .media-form__media .pager__poster__image, .media-form__media .keywords__title, .media-form__media .newsletter__icon, .media-form__media .blog-sheet__avatar, .media-form__media .author-story__avatar {
    margin-right: 12px; }
  .media-form__media .media__body, .media-form__media .icon-button__body, .media-form__media .article-block--header .article-block__avatar-body, .article-block--header .media-form__media .article-block__avatar-body, .media-form__media .article-source--small .article-source__body, .article-source--small .media-form__media .article-source__body, .media-form__media .article__content .numero > div, .article__content .media-form__media .numero > div, .media-form__media .comment-form__author, .media-form__media .pager__poster__title, .media-form__media .keywords__list, .media-form__media .blog-sheet__content, .media-form__media .author-story__title {
    padding-top: 8.4px; }
  @media screen and (min-width: 720px) {
    .media-form__items {
      margin-left: 24px;
      margin-right: 24px; } }
  .media-form__button {
    display: block;
    width: 100%;
    color: red;
    letter-spacing: .05em;
    border: solid 1px red;
    border-bottom-width: 4px;
    background-color: transparent;
    padding: 12px; }
  .media-form .contact-form__item {
    margin-bottom: 0; }
  .media-form--video .media-form__button {
    background-color: #8d8f9e;
    color: white;
    border: 0;
    border-bottom: solid 4px #545665;
    margin-bottom: 0; }
  @media screen and (min-width: 720px) {
    .media-form--video .media-form__items {
      margin-left: 96px;
      margin-right: 96px; } }

.contact-thanks {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  background-color: #F0EFF4;
  padding: 48px;
  text-align: center;
  margin-bottom: 24px; }
  .contact-thanks__body {
    color: black;
    margin-bottom: 48px; }
  .contact-thanks__more {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 24px; }
  .contact-thanks__link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    display: block;
    background-color: #c30000;
    text-transform: uppercase;
    text-decoration: inherit;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    padding: 18px;
    padding-bottom: 14px;
    border: 0;
    border-bottom: solid 4px #8a0000;
    outline: 0 !important;
    width: 192px;
    margin: auto; }
    .contact-thanks__link:after {
      content: '';
      position: absolute;
      left: -1px;
      right: -1px;
      bottom: 0;
      height: 0;
      background-color: #8a0000;
      z-index: 1;
      -webkit-transition: height 0.25s;
              transition: height 0.25s; }
    .contact-thanks__link span {
      position: relative;
      z-index: 2; }
    .contact-thanks__link:after {
      left: 0;
      right: 0; }
    .contact-thanks__link span {
      position: relative; }
    .contact-thanks__link img {
      margin-left: .5em;
      vertical-align: bottom; }
    .contact-thanks__link:hover:after {
      height: 100%; }
    .contact-thanks__link span {
      display: block; }
    .contact-thanks__link .l1 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      letter-spacing: .1em; }
    .contact-thanks__link .l2 {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1;
      letter-spacing: .07em; }

.author-bio__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  text-transform: uppercase;
  color: #545665;
  margin-bottom: 24px; }
.author-bio__body {
  font-family: 'Hind Vadodara', sans-serif;
  margin-bottom: 24px; }
.author-bio__data {
  font-family: 'Hind Vadodara', sans-serif;
  margin-bottom: 24px; }
  .author-bio__data-title {
    width: 30%; }
  .author-bio__data-value {
    width: 70%; }

.author-wall .sticky-sidebar {
  top: 24px; }
.author-wall__categories {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.36364;
  display: none;
  text-transform: uppercase;
  padding-top: 24px; }
  @media screen and (min-width: 720px) {
    .author-wall__categories {
      display: inline-block;
      width: 20%; } }
  .author-wall__categories ul {
    list-style-type: none; }
  .author-wall__categories li:first-child {
    border-top: solid 1px #D7D6E4; }
  .author-wall__categories li:last-child {
    border-bottom: solid 4px #D7D6E4; }
  .author-wall__categories a {
    display: block;
    text-decoration: inherit;
    padding: 12px 0;
    border-bottom: solid 1px #D7D6E4;
    color: #545665;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .author-wall__categories a:hover {
      color: #8d8f9e; }
  .author-wall__categories .active a, .author-wall__categories .active span {
    color: #8d8f9e; }
  .author-wall__categories .active a {
    border-bottom-width: 4px; }
  .author-wall__categories span {
    font-family: 'Hind Vadodara', sans-serif;
    display: block;
    color: red; }
@media screen and (min-width: 720px) {
  .author-wall__stories {
    width: 80%; } }

.author-story {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 24px; }
  .author-story a {
    text-decoration: inherit; }
  .author-story__timestamp {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 24px;
    border-bottom: solid 1px #D7D6E4;
    margin-bottom: 12px; }
  .author-story__header {
    margin-bottom: 12px; }
  .author-story__avatar {
    width: 42px;
    margin-top: .35em; }
    .author-story__avatar img {
      border-radius: 50%; }
  .author-story__author-name {
    color: black; }
  .author-story__target-name {
    font-weight: 700;
    color: #1177b1;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .author-story__target-name:hover {
      color: #025484; }
  .author-story__body {
    padding: 24px;
    padding-bottom: 0;
    background-color: #F0EFF4;
    color: #545665; }
    .author-story__body a {
      text-decoration: underline;
      color: #025484;
      -webkit-transition: color 0.25s;
              transition: color 0.25s; }
      .author-story__body a:hover {
        text-decoration: none; }
  .author-story__more {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    font-family: Arial, sans-serif;
    display: block;
    margin-top: 12px;
    border-top: solid 1px #D7D6E4;
    padding: 24px;
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none !important;
    color: #8d8f9e !important;
    -webkit-transition: color 0.25s;
            transition: color 0.25s; }
    .author-story__more:hover {
      color: #545665 !important; }

@media screen and (min-width: 720px) {
  .static-page__header .article-block__content {
    padding: 48px 0; } }
.static-page__header .article-block__title {
  color: #35363f;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5; }
  @media screen and (min-width: 720px) {
    .static-page__header .article-block__title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1.16667; } }
  @media screen and (min-width: 1024px) {
    .static-page__header .article-block__title {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1.05; } }
.static-page__body {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }
  .static-page__body p, .static-page__body h2, .static-page__body li {
    margin-bottom: 24px; }
  .static-page__body h2, .static-page__body h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111; }
  .static-page__body h2 {
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: solid 1px #8d8f9e; }
  .static-page__body ul {
    padding-left: 24px;
    list-style-type: square; }
  .static-page__body a {
    color: red;
    text-decoration: inherit; }
    .static-page__body a:hover {
      text-decoration: underline; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
     * Whole.
     */
[class~="1/1"] {
  width: 100% !important; }

/**
     * Halves.
     */
[class~="1/2"], [class~="2/4"], [class~="3/6"], [class~="4/8"], [class~="5/10"], [class~="6/12"] {
  width: 50% !important; }

/**
     * Thirds.
     */
[class~="1/3"], [class~="2/6"], [class~="3/9"], [class~="4/12"] {
  width: 33.3333% !important; }

[class~="2/3"], [class~="4/6"], [class~="6/9"], [class~="8/12"] {
  width: 66.6667% !important; }

/**
     * Quarters.
     */
[class~="1/4"], [class~="2/8"], [class~="3/12"] {
  width: 25% !important; }

[class~="3/4"], [class~="6/8"], [class~="9/12"] {
  width: 75% !important; }

/**
     * Fifths.
     */
[class~="1/5"], [class~="2/10"] {
  width: 20% !important; }

[class~="2/5"], [class~="4/10"] {
  width: 40% !important; }

[class~="3/5"], [class~="6/10"] {
  width: 60% !important; }

[class~="4/5"], [class~="8/10"] {
  width: 80% !important; }

/**
     * Sixths.
     */
[class~="1/6"], [class~="2/12"] {
  width: 16.66667% !important; }

[class~="5/6"], [class~="10/12"] {
  width: 83.33333% !important; }

/**
     * Eighths.
     */
[class~="1/8"] {
  width: 12.5% !important; }

[class~="3/8"] {
  width: 37.5% !important; }

[class~="5/8"] {
  width: 62.5% !important; }

[class~="7/8"] {
  width: 87.5% !important; }

/**
     * Ninths.
     */
[class~="1/9"] {
  width: 11.11111% !important; }

[class~="2/9"] {
  width: 22.22222% !important; }

[class~="4/9"] {
  width: 44.44444% !important; }

[class~="5/9"] {
  width: 55.55556% !important; }

[class~="7/9"] {
  width: 77.77778% !important; }

[class~="8/9"] {
  width: 88.88889% !important; }

/**
     * Tenths.
     */
[class~="1/10"] {
  width: 10% !important; }

[class~="3/10"] {
  width: 30% !important; }

[class~="7/10"] {
  width: 70% !important; }

[class~="9/10"] {
  width: 90% !important; }

/**
     * Twelfths.
     */
[class~="1/12"] {
  width: 8.33333% !important; }

[class~="5/12"] {
  width: 41.66667% !important; }

[class~="7/12"] {
  width: 58.33333% !important; }

[class~="11/12"] {
  width: 91.66667% !important; }

@media screen and (min-width: 720px) {
  [class~="lap-and-up-1/2"] {
    width: 50%; } }

@media screen and (min-width: 720px) {
  [class~="lap-and-up-1/4"] {
    width: 25%; } }

@media screen and (min-width: 720px) and (max-width: 1023px) {
  [class~="lap-1/2"] {
    width: 50%; } }

/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after, .media:after, .icon-button:after, .article-block--header .article-block__avatar-media:after, .article-source--small:after, .article__content .numero:after, .comment-form__profile-media:after, .pager__poster:after, .keywords:after, .newsletter__media:after, .blog-sheet__blog:after, .author-story__header:after {
  content: "";
  display: table;
  clear: both; }

.brand-red {
  color: red !important; }

.no-scroll {
  overflow: hidden; }

.search-engine .gsc-control-cse {
  font-family: 'Hind Vadodara', sans-serif;
  padding: 0;
  border: 0;
  background: transparent; }
.search-engine table.gsc-search-box {
  border: solid 1px #8d8f9e;
  margin-bottom: 24px; }
.search-engine .gsc-input {
  padding-right: 0 !important; }
.search-engine input.gsc-input {
  font-size: 20px !important;
  line-height: 24px !important;
  color: #8d8f9e; }
.search-engine .gsc-input-box {
  height: auto;
  padding: 12px;
  border: 0; }
  @media screen and (min-width: 720px) {
    .search-engine .gsc-input-box {
      padding: 24px; } }
  .search-engine .gsc-input-box-hover, .search-engine .gsc-input-box-focus {
    box-shadow: none; }
  .search-engine .gsc-input-box .gsib_a {
    padding: 0; }
  .search-engine .gsc-input-box .gsib_b {
    display: none; }
.search-engine .gsc-search-button {
  position: relative;
  padding-right: 12px;
  border-left: solid 1px #8d8f9e; }
  @media screen and (min-width: 720px) {
    .search-engine .gsc-search-button {
      padding-left: 12px;
      padding-right: 24px; } }
  .search-engine .gsc-search-button input {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    border: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    opacity: 0; }
  .search-engine .gsc-search-button:after {
    content: '\E00F';
    color: #8d8f9e;
    padding-left: 12px; }
.search-engine .gsc-option-menu .gsc-option-menu-item {
  padding: 12px; }
  .search-engine .gsc-option-menu .gsc-option-menu-item .gsc-option {
    padding: 0 12px; }
.search-engine .gsc-tabsArea, .search-engine .gsc-refinementsArea {
  display: none; }
.search-engine .gsc-above-wrapper-area {
  padding: 0;
  border: 0; }
.search-engine .gsc-above-wrapper-area-container td {
  display: block;
  width: 100%; }
.search-engine .gsc-result-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #35363f;
  text-align: center;
  padding: 0;
  padding-bottom: 12px;
  border-bottom: solid 1px #D7D6E4;
  margin-bottom: 12px; }
  @media screen and (min-width: 720px) {
    .search-engine .gsc-result-info {
      border-bottom: 0; } }
.search-engine .gsc-orderby {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  margin-bottom: 24px; }
  .search-engine .gsc-orderby, .search-engine .gsc-orderby * {
    font-size: 14px !important;
    line-height: 18px !important; }
  .search-engine .gsc-orderby > div {
    display: inline-block; }
  @media screen and (min-width: 720px) {
    .search-engine .gsc-orderby {
      border: solid 1px #D7D6E4;
      border-left: 0;
      border-right: 0; } }
.search-engine .gsc-orderby-label {
  text-align: left;
  width: 100%; }
  @media screen and (min-width: 720px) {
    .search-engine .gsc-orderby-label {
      width: 60%; } }
.search-engine .gsc-option-menu-container {
  width: 100%;
  text-transform: uppercase; }
  @media screen and (min-width: 720px) {
    .search-engine .gsc-option-menu-container {
      width: 40%; } }
.search-engine .gsc-selected-option-container {
  display: block;
  width: 100% !important;
  max-width: none;
  background: #F0EFF4;
  border: 0;
  font-weight: normal;
  height: auto;
  padding: 24px;
  position: relative; }
  .search-engine .gsc-selected-option-container .gsc-selected-option {
    text-align: left; }
  .search-engine .gsc-selected-option-container .gsc-option-selector {
    display: none; }
  .search-engine .gsc-selected-option-container:after {
    content: '\E007';
    position: absolute;
    top: 18px;
    right: 18px; }
.search-engine .gsc-thumbnail-inside, .search-engine .gsc-url-top, .search-engine .gsc-table-result {
  padding: 0; }
.search-engine .gsc-input {
  background-color: transparent; }
.search-engine .gsc-results {
  padding: 0 !important;
  width: auto; }
.search-engine .gsc-result {
  padding: 0 0 12px 0 !important;
  border-bottom: solid 1px #D7D6E4 !important;
  margin-bottom: 12px !important; }
  @media screen and (min-width: 720px) {
    .search-engine .gsc-result {
      padding: 0 0 24px 0 !important;
      margin-bottom: 24px !important; } }
.search-engine .gs-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 6px; }
  .search-engine .gs-title, .search-engine .gs-title b {
    font-weight: 400;
    font-size: 22px !important;
    line-height: 26px !important;
    text-decoration: none !important;
    color: black !important; }
    @media screen and (min-width: 720px) {
      .search-engine .gs-title, .search-engine .gs-title b {
        font-size: 32px !important;
        line-height: 36px !important; } }
.search-engine .gsc-url-top {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 6px; }
  .search-engine .gsc-url-top b {
    font-weight: normal; }
  @media screen and (min-width: 720px) {
    .search-engine .gsc-url-top {
      font-size: 16px !important;
      line-height: 22px !important; } }
.search-engine .gs-visibleUrl {
  color: red !important; }
.search-engine .gs-image {
  max-width: none !important;
  max-height: none !important;
  width: 100%; }
.search-engine .gs-image-box {
  padding: 0;
  height: auto !important;
  margin-bottom: 6px; }
@media screen and (max-width: 719px) {
  .search-engine .gsc-table-result td {
    display: block;
    width: 100%;
    overflow: auto; }
  .search-engine .gs-image-box {
    width: 100% !important; } }
@media screen and (min-width: 720px) {
  .search-engine .gs-image-box {
    width: 144px !important;
    padding-right: 24px; } }
.search-engine .gs-snippet {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #545665 !important;
  margin: 0; }
  .search-engine .gs-snippet b {
    font-weight: normal;
    background-color: #d7f7ff; }
.search-engine .gsc-cursor-box {
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0 !important;
  text-align: right; }
.search-engine .gsc-cursor-page {
  color: #909090 !important;
  padding-left: 1em; }
.search-engine .gsc-cursor-current-page {
  font-weight: normal;
  color: #35363f !important; }

.only-palm {
  display: none; }
  @media all and (max-width: 719px) {
    .only-palm {
      display: block; } }
.only-lap {
  display: none; }
  @media all and (min-width: 720px) and (max-width: 1023px) {
    .only-lap {
      display: block; } }
.only-desk {
  display: none; }
  @media all and (min-width: 1024px) {
    .only-desk {
      display: block; } }
.only-palm-lap {
  display: none; }
  @media all and (max-width: 719px) {
    .only-palm-lap {
      display: block; } }
  @media all and (min-width: 720px) and (max-width: 1023px) {
    .only-palm-lap {
      display: block; } }
.only-palm-desk {
  display: none; }
  @media all and (max-width: 719px) {
    .only-palm-desk {
      display: block; } }
  @media all and (min-width: 1024px) {
    .only-palm-desk {
      display: block; } }

.iScrollIndicator {
  border: 0 !important; }

/*******************/
/* Geoffrey's adds */
/*******************/

/* progress bar in sticky header */
.progress-bar {
    z-index: 102;
    position: fixed;
    height: 4px;
    background: red;
    top: 0;
    left: 0;
}
.sticky-header .progress-bar {
    position: absolute;
    top: auto;
    bottom: -4px;
}

.no-margin {
    margin: 0;
}

/* ajusting article group size */
.article-group--one .article-block .article-block__poster,
.article-group--one .article-block .article-block__content,
.main-column .article-block.article-block--small .article-block__poster,
.main-column .article-block.article-block--small .article-block__content {
    /*width: 49%;*/
}
.main-column .article-block.article-block--small .article-block__content .article-block__title {
    font-size: 1.5rem;
}

/* poster as background image to get the same size */
.article-block__poster .wrapped-centered-poster,
.article-block__poster .wrapped-centered-poster,
.article-block__poster .wrapped-centered-poster {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.article-group--three .article-block__poster .wrapped-centered-poster,
.article-group--two .article-block__poster .wrapped-centered-poster,
.article-group--one .article-block__poster .wrapped-centered-poster {
    height: 130px
}

/* media content */
.article-block__media_content {
    height: 30%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: right;
    background: transparent linear-gradient(to top, transparent 10%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0% 0%;
}
.article-block--small .article-block__poster .article-block__media_content {
    margin-left: 24px;
}
.article-block__media_content img {
    margin: 10px;
}
.article-block--small .article-block__media_content img,
.article-block--medium:not(.article-block--expand) .article-block__media_content img {
    width: 30px;
}
.article-block--medium.article-block--expand .article-block__media_content img {
    width: 45px;
}

/* side blocks */
.side-thumbnail, .ad-block, .author-block, .article-small-slideshow, .agenda-events {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    text-decoration: inherit;
    color: inherit; }
.side__title, .article-alt-group__title, .author__title, .article-small-slideshow__title, .agenda-events__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 0.93333;
    text-transform: uppercase;
    margin-bottom: 10px; }
.side__title strong, .more-of-this strong,
.author__title strong, .more-articles strong,
.article-alt-group__title strong,
.article-small-slideshow__title strong, .agenda-events__title strong {
    color: red; }
.more-of-this, .more-articles {
    font-size: 14px;
    text-align: right; }
.side-thumbnail__content, .author__content, .article-small-slideshow__content, .agenda-events__content {
    font-family: 'Hind Vadodara', sans-serif;
    line-height: 1.22222;
    list-style-type: none;
    background-color: #F0EFF4;
    padding: 15px; }
.side-thumbnail .entry-content, .side-thumbnail .entry-details,
.author-block .entry-content, .author-block .entry-details {
  display: block;
  text-decoration: inherit;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #D7D6E4;
  color: inherit;
  -webkit-transition: color 0.25s;
          transition: color 0.25s; }
.side-thumbnail__content a, .author__content a {
    color: inherit;
    text-decoration: inherit;
}
.side-thumbnail .entry-details, .author-block .entry-details {
    border-bottom: none;
    font-size: 14px;
    text-align: right;
    padding-bottom: 0;
}
.side-thumbnail .author {
    color: black;
}
.side-thumbnail a .article-block__title {
    margin-top: 5px;
}
.no-touch .side-thumbnail a:hover, .no-touch .side-thumbnail a:hover .article-block__title, .no-touch .author-block a:hover {
    color: #8c8e9c; }
.no-touch .more-of-this a:hover strong, .no-touch .more-articles:hover strong {
    color: #6c6e7c;
}

/* author block */
.author-block .author__content .entry-content {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 2px;
    padding-bottom: 0;
    border-bottom: none;
}
.author-block .author__content .entry-content img {
    max-width: 130px;
    height: auto;
}
.author-block .author__content .entry-details {
    text-align: left;
    margin-bottom: 0;
}
.author-block .author__content .more-articles {
    float: left;
    text-align: left;
}
.author-block .author__content .social {
    float: right;
}
.author-block .author__content .social a {
    width: 2em;
    height: 2em;
    color: white;
}
.author-block .author__content .social .icon-r89 {
    font-size: 2em;
}
.share-bar__btn--red {
    background-color: #C30000;
}
.share-bar__btn--red::after {
    background-color: #8A0000;
}
.share-bar__btn--googleplus {
    background-color: #DD4B39;
}
.share-bar__btn--googleplus::after {
    background-color: #C72A19;
}
.share-bar__btn--pgp {
    background-color: #FFCF00;
}
.share-bar__btn--pgp .social .icon-r89 {
    font-size: 1em;
}
.share-bar__btn--pgp::after {
    background-color: #C6A104;
}
.author-block .author__content .author__links.bordered {
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #D7D6E4;
}
.clear {
    clear: both;
}
/* info 3 voix and agenda block */
.article-small-slideshow__content, .agenda-events__content {
    width: 300px;
    overflow: hidden;
}
.article-small-slideshow__content > ul, .agenda-events__content > ul {
    width: 10000px;
}
.article-small-slideshow__content > ul > li, .agenda-events__content > ul > li {
    width: 300px;
    padding: 0 15px;
    display: inline-block;
}
.article-small-slideshow__content > ul > li .article-block--small,
.agenda-events__content > ul > li .article-block--small {
    margin-left: 0;
    margin-bottom: 0;
    background: white;
}
.article-small-slideshow__content > ul > li .article-block--small::after {
    margin-top: 15px;
    height: 22px;
    background: url('images/testimony-bar.gif') #F0EFF4 no-repeat bottom right;
    background-size: cover;
    left: 0;
}
.article-small-slideshow__content > ul > li .article-block--small .article-block__poster,
.article-small-slideshow__content > ul > li .article-block--small .article-block__content,
.agenda-events__content > ul > li .article-block--small .article-block__poster,
.agenda-events__content > ul > li .article-block--small .article-block__content {
    padding-left: 0;
    width: 100%;
}
.article-small-slideshow__content > ul > li .wrapped-centered-poster {
    height: 130px;
}
.article-small-slideshow__content > ul > li .article-block--small .article-block__poster .article-block__label,
.agenda-events__content > ul > li .article-block--small .article-block__poster .article-block__label {
    left: 0;
}
.article-small-slideshow__content > ul > li .article-block--small .article-block__content,
.agenda-events__content > ul > li .article-block--small .article-block__content {
    padding: 15px;
}
.article-small-slideshow__content > ul > li .article-block--small .article-block__title,
.agenda-events__content > ul > li .article-block--small .article-block__title {
    height: auto;
    min-height: 4.5em;
}
.article-small-slideshow__navigation, .agenda-events__navigation {
    position: relative;
    background: #F0EFF4;
    text-align: center;
    width: 300px;
    height: 50px;
    padding: 10px 15px 10px 15px;
}
.article-small-slideshow__navigation button, .agenda-events__navigation button {
    background: none;
    border: none;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.article-small-slideshow__navigation button.prev, .agenda-events__navigation button.prev {
    position: absolute;
    top:0;
    left: 15px;
}
.article-small-slideshow__navigation button.next, .agenda-events__navigation button.next {
    position: absolute;
    top:0;
    right: 15px;
}
.article-small-slideshow__navigation button.goto, .agenda-events__navigation button.goto {
    border-radius: 50%;
    background: #35363f;
    height: 10px;
    width: 10px;
}
.article-small-slideshow__navigation button.goto.active {
    background: #ff0000;
}
/* agenda block */
.agenda-events {
    background-color: #93060F;
}
#agenda-slide.agenda-events {
    padding-bottom: 15px;
}
.agenda-events .agenda-events__title {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 15px 0 15px;
    font-size: 14px;
    font-size: 0.9rem;
}
.agenda-events .agenda-events__title strong {
    color: white;
}
#agenda-slide.agenda-events .agenda-events__title:hover {
    text-decoration: underline;
}
.agenda-events .agenda-events__title .provider-logo {
    max-width: 60px;
    max-height: 30px;
    margin-right: 5px;
}
.agenda-events .article-block--small {
    padding-bottom: 0;
}
.agenda-events__content {
    padding-top: 2px;
}
.agenda-events__content .article-block__label {
    background: rgba(147, 6, 15, 0.7)
}
.agenda-events__content .article-block__content {
    min-height: 150px;
}
.agenda-events__content .event-block__title {
    font-size: 17px;
}
.agenda-events__content .event-block__meta {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.agenda-events__content .event-block__meta strong {
    font-size: 13px;
    text-transform: none;
    color: #FF0000;
    font-weight: bold;
}
.agenda-events__content, .agenda-events__navigation {
    background-color: #93060F;
}
.agenda-events .agenda-events__navigation {
    height: 40px;
}
.agenda-events__navigation button {
    color: #FFFFFF;
}
.agenda-events__navigation button.goto.active {
    background: #ff0000;
}
.agenda-events__navigation button.goto {
    background: #FFFFFF;
    /*border: 1px solid #FFFFFF;*/
}
.agenda-events__content > ul > li .wrapped-centered-poster {
    height: 270px;
}
.agenda-events a.submit-event {
    display: block;
    width: 100%;
    height: 27px;
    padding: 5px;
    font-size: 15px;
    font-family: 'Hind Vadodara', sans-serif;
    line-height: 1.22222;
    list-style-type: none;
    text-align: center;
    color: white;
    text-decoration: none;
}
.agenda-events a.submit-event:hover {
    text-decoration: underline;
}

/* adjust newsletter margin on palm */
.only-palm .newsletter {
    margin-left: 30px;
    margin-right: 30px;
}

/* remove appblock body that leads to overflow the content */
.only-palm .app-block .app-block__body p,
.only-palm .app-block .app-block__body .app-block__button {
    display: none;
}
@media screen and (max-width: 450px) {
    .only-palm .app-block .app-block__body .app-block__heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

/* modify main column width on single page when wide_single is set */
.main-column__main.wide-single {
    width: 100%;
    min-height: auto !important;
}

/* sharing bar */
.sharedaddy.sd-sharing-enabled {
    position: relative;
    margin-bottom: 24px;
    border: solid 1px #F0EFF4;
    border-left: 0;
    border-right: 0;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content,
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content ul {
    display: inline;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-title::before {
    display: none;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    padding: 17px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #35363f;
    height: 52px;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content {
    position: absolute;
    right:0px;
    bottom:-1px;
    top:-1px;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button {
    background-color: #8B8D9B;
    color: white!important;
    border-radius: 0px;
    margin-right: 0px;
    height: 52px;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button::before {
    font-size: 2.5em;
    padding-top: 3px;
    z-index: 2;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button::after {
    z-index: 1;
    background-color: #70727C;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: '';
    position: absolute;
    transition: height 0.25s;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button .share-count {
    z-index: 2;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button:hover .share-count {
    z-index: 0;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-facebook {
    background-color: #3C5A98;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-facebook::after {
    background-color: #2F4B75;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-twitter {
    background-color: #5CC4ED;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-twitter::after {
    background-color: #4EAAC6;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-red {
    background-color: #C30000;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-red::after {
    background-color: #8A0000;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-google-plus-1::after {
    background-color: #C72A19;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-linkedin::after {
    background-color: #01547F;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-pocket::after {
    background-color: #CD1C32;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button.share-pinterest::after {
    background-color: #98181E;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content .sd-button:hover::after {
    height: 52px;
}
.sharedaddy.sd-sharing-enabled .sd-sharing .sd-content ul li a.sd-button:hover {
    background: auto;
    opacity: 1;
}

/* Ultimedia block */
#ultimedia_wrapper {
    margin-bottom: 24px;
}

/* comment form */
@media screen and (min-width: 1024px) {
    .comments {
        min-height: 800px;
    }
}
form#commentform .comment-notes {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 10px;
}
form#commentform .comment-notes span#email-notes {
    /*display: block;*/
}
form#commentform .comment-form-author {
    margin-top: 15px;
}
form#commentform .comment-form-email,
form#commentform .comment-form-url {
    margin-top: 5px;
}
form#commentform .comment-form-author input,
form#commentform .comment-form-email input,
form#commentform .comment-form-url input {
    display: block;
    width: 100%;
}
form#commentform .form-submit {
    margin-top: 15px;
}
.comment-respond {
    position: relative;
}
.comment-respond h3 {
    position: relative;
    background-color: #F0EFF4;
    text-transform: uppercase;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-weight: 700;
    font-size: 16px;
    width: 50%;
}
.comment-respond h3 strong {
    color: red;
}
.comment-respond h3 small {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-transform: uppercase;
}
.comment-respond a {
    color: #8D8F9E;
    text-decoration: inherit;
}
.comment-respond a:hover {
    color: #545665;
}
.comment-respond .comment-form,
.comment-respond p.must-log-in {
    background-color: #F0EFF4;
    padding-top: 7px;
    font-size: 14px;
}
.comment-respond p.must-log-in {
    padding: 24px;
    margin-bottom: 24px;
}
.comment-respond .comment-form textarea {
    width: 100%;
    margin-top: 12px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    background-color: white;
    border: solid 1px #D7D6E4;
    padding: 24px;
    margin-bottom: 12px;
    outline: 0;
}
.comment-respond .comment-form .form-submit {
    text-align: right;
}
.comment-respond .comment-form input[type="submit"] {
    background-color: #c30000;
    text-transform: uppercase;
    text-decoration: inherit;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    padding: 18px;
    padding-bottom: 14px;
    border: 0;
    border-bottom: solid 4px #8a0000;
    outline: 0 !important;
}
.comment-respond .comment-form input[type="submit"]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #545665;
    z-index: 1;
    -webkit-transition: height 0.25s;
    transition: height 0.25s;
}
.comment-respond .comment-form input[type="submit"]:hover::after {
    height: 100%;
}
.comment-respond .comment-form .logged-in-as {
    position: absolute;
    right: 25px;
    color: #8D8F9E;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: right;
    padding-top: 2px;
}
.comments__list .comment-respond::before {
    content: '';
    background: #D7D6E4;
    height: 1px;
    padding-top: 10px;
    position: absolute;
    left: 25px;
    right: 25px;
}
.comments__list .comment-respond,
.comments__list .comment-respond h3,
.comments__list .comment-respond .comment-form {
    background-color: #FFFFFF
}
.comments__list .comment-respond h3 {
    padding-bottom: 15px;
    width: 100%;
}
.comment__body .comment__avatar img {
    max-height: 53px;
    max-width: 48px;
    width: auto !important;
    height: auto !important;
}

/* search form in header */
.header__search {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.header__search .media__body {
    display: inline-block;
    width: 0;
    transition: width 1s ease-in-out;
}
.header__search .media__body.visible {
    width: 180px;
}
.header__search .media__body input {
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid gray;
    padding: 4px;
    width: 172px;
    outline: none;
}
.header__search .media__img {
    display: inline-block;
    float: none;
    color: white;
    margin: 0px;
    cursor: pointer;
}
@media screen and (max-width: 719px) {
    .header__search {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .header__search {
        top: 26px;
        bottom: auto;
    }
}

/* search form on search page */
.search-engine form {
    position: relative;
    height: 62px;
    margin-bottom: 30px;
    border: 1px #8D8F9E solid;
}
.search-engine label {
    height: 100%;
}
.search-engine input[name="s"] {
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 10%;
    width: 90%;
    height: 60px;
    border: none;
    padding: 0 24px;
    color: rgb(141, 143, 158)
}
.search-engine button {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 60px;
    border: none;
    border-left: 1px #8D8F9E solid;
    background: white;
}

/* chapô */
.article-block--header .article-block__body {
    font-weight: bold;
}

/* iframe before content */
.iframe-before-columns-container {
    margin-bottom: 10px;
}

/* article content formatting */
@media screen and (min-width: 1024px) {
    article.article .main-column__main {
        min-height: 2060px;
    }
}
.article__content iframe {
    border: 0;
}
.article__content a, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    text-decoration: none;
}
.article__content a:hover, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: underline;
}
.article__content h4 {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
}
@media screen and (min-width: 720px) {
    .article__content h4 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.06667;
        padding-top: 15px;
    }
}
.article__content .image.wp-caption img, .article__content img.size-large, .article__content img.size-full {
    max-width: 100% !important;
    height: auto !important;
}
@media screen and (min-width: 720px) {
    .article__content img.alignleft, .article__content .image.alignleft,
    .article__content img.alignright, .article__content .image.alignright {
        max-width: 50% !important;
        height: auto !important;
        margin: 0;
    }
    .article__content img.alignleft, .article__content .image.alignleft {
        float: left;
        margin-right: 1em;
    }
    .article__content img.alignright, .article__content .image.alignright {
        float: right;
        margin-left: 1em;
    }
}
.article__content form {
    color: #666666;
}
.article__content form label {
    color: black;
}
.article__content form .required {
    color: red;
}
.article__content form input[type="text"],
.article__content form input[type="email"],
.article__content form input[type="tel"],
.article__content form input[type="submit"],
.article__content form select,
.article__content form textarea {
    display: block;
    width: 100%;
    max-width: 325px;
}
.article__content form input[type="submit"] {
    background-color: #c30000;
    margin-top: 24px;
    padding: 24px;
    overflow: hidden;
    border: none;
    border-bottom: solid 4px #8a0000;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
.article__content form textarea {
    resize: vertical;
}
.wpcf7-form span.wpcf7-list-item {
    margin: 0 0.5em 0 0;
}
.mc-field-group {
    margin-bottom: 24px;
}
/* « encadré » and image aligned */
.article__content .aside {
    background: #f0eff4;
    border-left: solid 3px #D7D6E4;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    color: rgb(53, 54, 63);
}
.article__content .image.alignleft p,
.article__content .image.alignright p {
    margin-bottom: 0;
}
.article__content .aside.aside-left,
.article__content .aside.aside-right {
    width: 45%;
}
.article__content .aside.aside-left,
.article__content .image.alignleft {
    float: left;
    margin-right: 5%;
}
.article__content .aside.aside-right,
.article__content .image.alignright {
    float: right;
    margin-left: 5%;
}
.article__content .aside h2 {
    padding: 0 0 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #d7d6e4;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    color: black;
}
.article__content .aside p {
    margin-top: 10px;
    margin-bottom: 0;
}
.article__content .aside p:empty {
    display: none;
}
/* tabs */
.article__content a.charts__tab {
    color: #8d8f9e;
}
.article__content a.charts__tab:hover {
    text-decoration: none;
    color: #545665;
}
.article__content a.charts__tab--active,
.article__content a.charts__tab--active:hover {
    color: red;
    cursor: default;
}
/* bordure (« Aller plus loin ») */
.bordure, .related-posts {
    margin: 20px 0;
    color: #35363f;
    font-size: 18px;
    font-size: 1.125rem;
}
.related-posts li {
    font-size: 15px !important;
    font-size: 1rem !important;
    font-family: 'Hind Vadodara'!important, sans-serif;
    font-weight: bold !important;
    line-height: 1.3 !important;
}
.bordure h2, .related-posts h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 15px;
}
.bordure h2 strong, .related-posts h2 strong {
    color: #FF0000;
}
.bordure > p:empty, .bordure > li:empty {
    display: none;
}
.bordure .bordure__inner, .bordure > p, .bordure > li {
    background: #F0EFF4;
    margin-bottom: 0;
    padding: 0 30px;
}
.bordure .bordure__inner, .bordure p, .bordure li {
    margin-bottom: 0;
    padding-top: 12px;
}
.bordure p:not(:last-child)::after, .bordure li:not(:last-child)::after{
    content: '';
    border-bottom: 1px #D7D6E4 solid;
    height: 1px;
    padding-bottom: 12px;
    display: block;
}
.bordure .bordure__inner, .bordure > p:first-of-type, .bordure > li:first-of-type {
    padding-top: 24px;
}
.bordure .bordure__inner, .bordure > p:last-child, .bordure > li:last-child {
    padding-bottom: 24px;
}
.bordure a, .related-posts a {
    color: #025484;
    text-decoration: none;
}
.bordure a:hover, .related-posts a:hover {
    text-decoration: underline;
}

/* « Y aller » block */
.bordure.y-aller .y-aller__poster,
.bordure.y-aller .y-aller__content {
    display: inline-block;
    background: #F0EFF4;
}
.bordure.y-aller .y-aller__poster {
    width: 25%;
    margin-right: 24px;
    margin-top: 5px;
    vertical-align: top;
}
.bordure.y-aller .y-aller__poster img {
    width: 100%;
}
.bordure.y-aller .y-aller__content img.provider-logo {
    width: 30px;
}
.bordure.y-aller .y-aller__content {
    width: 70%;
}

/* blog list */
.blog-sheet__avatar img {
    max-width: 79px;
    height:auto;
}

/* Weekly agenda on culture/sortir page */
.weekly-agenda {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: #93060F;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    border: 1px #D7D6E4 solid;
}
.weekly-agenda .event-slides {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    overflow: hidden;
}
.weekly-agenda .event-slides .event-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.weekly-agenda .event-slides .event-slide:not(.active) {
    display: none;
}
.weekly-agenda .event-slides .event-slide > h2 {
    padding: 5px 20px;
    color: white;
}
.weekly-agenda .event-slides .event-slide > h2 a {
    color: white;
    text-decoration: none;
}
.weekly-agenda .event-slides .event-slide > h2 a:hover {
    text-decoration: underline;
}
.weekly-agenda .event-slides .event-slide h2 img {
    height: 30px;
    margin-right: 5px;
}
.weekly-agenda .event-slides .event-slide h2 span.burger {
    width: 42px;
    height: 30px;
    float: right;
    margin-top: 5px;
    background-image: url('images/burger-l.gif');
    vertical-align: bottom;
    cursor: pointer;
}
.weekly-agenda .event-slides .event-slide .event-slide-wrapper {
    width: 100%;
    overflow: hidden;
}
.weekly-agenda .event-slides .event-slide ul {
    width: 10000px;
}
.weekly-agenda .event-slide ul li {
    display: inline-block;
    height: 410px;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.weekly-agenda .event-slide li .event-block.event-block--long {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    background: white;
}
.weekly-agenda .event-slide li .event-block.event-block--long .wrapped-centered-poster {
    height: 165px;
}
.weekly-agenda .event-slide li .event-block.event-block--long .article-block__label {
    background: rgba(147, 6, 15, 0.6);
}
.weekly-agenda .event-slide li .event-block.event-block--long .article-block__content {
    padding: 10px;
}
.weekly-agenda .event-slide li .event-block.event-block--long .article-block__content h2 {
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    min-height: 3.5em;
}
.weekly-agenda .event-slide li .event-block.event-block--long .article-block__content .event-block__meta {
    text-transform: uppercase;
    font-weight: bold;
}
.weekly-agenda .event-slide li .event-block.event-block--long .article-block__content .event-block__meta strong {
    text-transform: none;
    color: #FF0000;
    padding-bottom: 3px;
    display: block;
}
.weekly-agenda .category-navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 240px;
    display: inline-block;
    vertical-align: top;
    background: white;
}
.weekly-agenda .category-navigation ul {
    height: 100%;
}
.weekly-agenda .category-navigation li {
    height: 33.333px;
    padding: 5px 10px;
    background: white;
    list-style: none;
    cursor: pointer;
}
.weekly-agenda .category-navigation li:hover,
.weekly-agenda .category-navigation li.active {
    color: white;
    background: #93060F;
}
.weekly-agenda .event-navigation {
    position: relative;
    text-align: center;
    height: 50px;
    padding: 10px 15px 10px 15px;
    margin-top: 3px;
}
.weekly-agenda .event-navigation button {
    background: none;
    border: none;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.weekly-agenda .event-navigation button.prev,
.weekly-agenda .event-navigation button.next {
    position: absolute;
    top:0;
    color: #FFFFFF;
}
.weekly-agenda .event-navigation button.prev {
    left: 5px;
}
.weekly-agenda .event-navigation button.next {
    right: 5px;
}
.weekly-agenda .event-navigation button.prev:active,
.weekly-agenda .event-navigation button.next:active {
    color: #FF0000;
}
.weekly-agenda .event-navigation button.goto {
    border-radius: 50%;
    background: #FFFFFF;
    height: 10px;
    width: 10px;
}
.weekly-agenda .event-navigation button.goto.active {
    background: #ff0000;
}

/* agenda responsive */
@media screen and (max-width: 1023px) {
    .weekly-agenda {
        max-width: 650px;
    }
    .weekly-agenda .category-navigation {
        z-index: 2;
        right: -240px;
        animation-name: goOutCategoryNavigation;
        animation-duration: 0.5s;
        animation-fill-mode: both;
    }
    .weekly-agenda.show-category .category-navigation {
        animation-name: comeInCategoryNavigation;
        animation-duration: 0.5s;
        animation-fill-mode: both;
    }
    .weekly-agenda .overlay-navigation {
        z-index: 1;
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        background: #93060F;
        opacity: 0;
        animation-name: fadeOutOverlay;
        animation-duration: 0.5s;
        animation-fill-mode: both;
    }
    .weekly-agenda.show-category .overlay-navigation {
        display: block;
        animation-name: fadeInOverlay;
        animation-duration: 0.5s;
        animation-fill-mode: both;
    }

    @keyframes fadeInOverlay {
        0% { opacity: 0; }
        100% { opacity: 0.8; }
    }
    @keyframes fadeOutOverlay {
        0% { opacity: 0.8; }
        100% { opacity: 0; }
    }
    @keyframes comeInCategoryNavigation {
        0% { right: -240px; }
        100% { right: 0; }
    }
    @keyframes goOutCategoryNavigation {
        0% { right: 0; }
        100% { right: -240px; }
    }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
    .weekly-agenda .event-slide ul li {
        width: 210px;
    }
}
@media screen and (min-width: 400px) and (max-width: 719px) {
    .weekly-agenda .event-slide ul li {
        width: 175px;
    }
}
@media screen and (min-width: 400px) {
    .weekly-agenda .event-navigation.only-tiny-palm {
        display: none;
    }
}
@media screen and (max-width: 399px) {
    .weekly-agenda .event-slide ul li {
        width: 200px;
    }
    .weekly-agenda .event-slide h2 .category-name {
        display: none;
    }
    .weekly-agenda .event-navigation.only-palm {
        display: none;
    }
    .weekly-agenda .event-navigation.only-tiny-palm {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    .weekly-agenda {
        max-width: 960px;
    }
    .weekly-agenda .event-slides {
        right: 240px;
    }
    .weekly-agenda .event-slide ul li {
        width: 175px;
    }
    .weekly-agenda .category-navigation {
        left: 720px;
    }
}

/* event search on culture page */
form.event-search label {
    display: block;
    color: white;
    font-weight: bold;
}
form.event-search select {
    width: 100%;
    background: white;
    border: none;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 2px;
}
form.event-search button {
    position: relative;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #ff0000;
    border: none;
    color: white;
    font-weight: bold;
}
form.event-search button div {
    display: block;
    position: absolute;
}
form.event-search button div.icon-r89 {
    top: 3px;
    left: 10px;
}
form.event-search button div.text {
    top: 10px;
    left: 50px;
}

/* Cookies notice */
#cookieChoiceInfo {
    padding: 0 10%;
}

/* PGP key display */
textarea.pgp-key {
    width: 100%;
    height: 65%;
    resize: none;
    font-family: monospace;
}

/* Habillage */
.page-content__surround-top-spacer {
    height: 210px;
}
.page-content__surround-ad {
    position:fixed;
    max-width: 100%;
    overflow: hidden;
}
.page-content__surround-ad .ad {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1680px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

/* Interstitiel */
.interstitiel {
    z-index: 2000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    margin: 0;
    padding: 0;
}
.interstitiel .close-button {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,0.7);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    border: 3px white solid;
    box-shadow: 0 0 7px rgba(75,75,75,0.5);
    cursor: pointer;
}
.interstitiel .interstitiel-wrapper {
    height: 90%;
    width: 90%;
    margin: 5% auto 5% auto;
    overflow: hidden;
}
.interstitiel .interstitiel-wrapper.interstitiel-iframe-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
}

/* top banner */
.ad.ad--high-banner {
    overflow: hidden;
}
.ad.ad--high-banner .high-banner--wrapper {
     display: inline-block;
     position: relative;
     right: -50%;
}
.ad.ad--high-banner .high-banner--wrapper div.ad-block {
    position: relative;
    right: 50%;
    width: 10000px;
}

/* sponsored articles */
.article-block .article-block__poster {
    overflow: hidden;
}
.article-block.spon-post .article-block__label {
    display: none;
}
.article-block.spon-post .article-block__poster::after {
    content: 'Article sponsorisé';
    display: block;
    width: 1000px;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
        -ms-transform: rotate(-90deg) translate(-100%, 0);
            transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: left top;
    transform-style: preserve-3d;
    background: #FF0000 none repeat scroll 0% 0%;
    text-align: right;
    color: white;
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    line-height: 1.6;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: .05em;
    padding: .5em 1em;
}
.article-list__articles .article-block.spon-post .article-block__poster::after {
    left: 24px;
}
@media screen and (min-width: 720px) {
    .article-block.article-block--small.spon-post .article-block__poster::after,
    .article-group--three .article-block.article-block--medium.spon-post .article-block__poster::after,
    .article-group--two .article-block.article-block--medium.spon-post .article-block__poster::after {
        font-size: 12px;
        height: 34px;
    }
}
@media screen and (max-width: 400px) {
    .article-block.spon-post .article-block__poster::after {
        font-size: 13px;
        height: 37px;
    }
}
@media screen and (max-width: 300px) {
    .article-block.spon-post .article-block__poster::after {
        font-size: 10px;
        height: 30px;
    }
}

/* empty chapô */
.article-block__content.article-block__content--empty-body .article-block__body {
    height: 0;
}
.article-block__content.article-block__content--empty-body:hover .article-block__body {
    height: 30px;
}

/* user dashboard */
.article-block--header .article-block__author-avatar-media .article-block__avatar-body {
    margin-top: 10px;
}
.article-block--header .article-block__author-avatar-media .article-block__avatar-img img {
    width: auto;
    height: auto;
    margin-bottom: 0;
}
.article-block--header .article-block__author-avatar-media .article-block__avatar-body .social {
    height: 40px;
}
.article-block--header .article-block__author-avatar-media .article-block__avatar-body .social .share-bar__btn {
    width: 40px;
}
.article-block--header .article-block__author-avatar-media .article-block__avatar-body .social .share-bar__btn .icon-r89 {
    font-size: 3em;
}
.article-block--header .article-block__author-avatar-media .article-block__avatar-body .social .share-bar__btn--website .icon-r89 {
    font-size: 2em;
}

/* pagination button for articles */
article.article .article__content {
    transition: opacity 500ms ease-in-out;
}
article.article .page-navigation {
    margin-bottom: 30px;
    padding-bottom: 5px;
    text-align: center;
    color: #707070;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 0.9rem;
}
article.article .page-navigation--buttons::before {
    content: 'Cliquez pour lire la suite';
    display: block;
    text-transform: uppercase;
    color: #FF0000;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    font-size: 1.1rem;
    font-weight: bold;
}
article.article .page-navigation--buttons button {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background: #F0EFF4;
    border: none;
}
article.article .page-navigation--buttons button:not(.active):not(:disabled):hover,
article.article .page-navigation--buttons button:not(.active):not(:disabled):hover a {
    background: #868686;
    color: white;
}
article.article .page-navigation--buttons button:disabled {
    color: #A2A2A2;
}
article.article .page-navigation--buttons button.active {
    background: #FF0000;
    color: white;
}
article.article .page-navigation--buttons button a {
    color: #868686;
    text-decoration: none;
}

/***
 * Anti adblocker */
.anti-blocker a.icon-button {
    width: 50%;
    max-width: 700px;
    margin: 5px auto;
    text-align: center;
}
.anti-blocker a.icon-button .icon-button__body {
    padding: 19px;
}

/* over the article */
article.article .anti-blocker {
    position: relative;
    top: -150px;
}
article.article .anti-blocker::before {
    content: '';
    display: block;
    height: 150px;
    background: transparent;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
/* as popup */
.anti-blocker.popup {
    z-index: 200;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    text-align: center;
    overflow-y: auto;
}
.anti-blocker.popup > img {
    max-width: 70%;
    max-height: 70%;
}

.text-align-center {
    text-align: center;
}
.width-25 {
    width: 25%;
}
.no-border-right-width-100 {
    width: 100%;
    border-right: none;
}

@media screen {
    .print-only {
        display: none !important;
    }
}

/***
 * Gutenberg integration
 ***/
.embed-youtube {
    display: block;
    position: relative;
    padding-bottom: 56.75%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-youtube .youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 600px) {
    .article__content .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n)  {
        margin-left: 0;
        padding-left: 32px;
    }
    .article__content .wp-block-column:not(:last-child) {
        margin-right: 0;
        padding-right: 32px;
    }
}
.article__content blockquote p {
    margin-bottom: 14px;
}
.article__content blockquote cite {
    opacity: 0.7;
    font-size: 0.9rem;
}
