@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&mportrait=61.25em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "eestiLight";
  font-weight: 400;
  line-height: 1.4;
  color: #13294b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 61.25em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64.0625em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media screen and (min-width: 61.25em) {
  .mportrait-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .mportrait-offset-0 {
    margin-left: 0%; }
  .mportrait-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .mportrait-offset-1 {
    margin-left: 8.33333%; }
  .mportrait-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .mportrait-offset-2 {
    margin-left: 16.66667%; }
  .mportrait-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .mportrait-offset-3 {
    margin-left: 25%; }
  .mportrait-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .mportrait-offset-4 {
    margin-left: 33.33333%; }
  .mportrait-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .mportrait-offset-5 {
    margin-left: 41.66667%; }
  .mportrait-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .mportrait-offset-6 {
    margin-left: 50%; }
  .mportrait-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .mportrait-offset-7 {
    margin-left: 58.33333%; }
  .mportrait-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .mportrait-offset-8 {
    margin-left: 66.66667%; }
  .mportrait-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .mportrait-offset-9 {
    margin-left: 75%; }
  .mportrait-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .mportrait-offset-10 {
    margin-left: 83.33333%; }
  .mportrait-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .mportrait-offset-11 {
    margin-left: 91.66667%; }
  .mportrait-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mportrait-up-1 > .column, .mportrait-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .mportrait-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mportrait-up-2 > .column, .mportrait-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .mportrait-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mportrait-up-3 > .column, .mportrait-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .mportrait-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mportrait-up-4 > .column, .mportrait-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .mportrait-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mportrait-up-5 > .column, .mportrait-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .mportrait-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mportrait-up-6 > .column, .mportrait-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .mportrait-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mportrait-up-7 > .column, .mportrait-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .mportrait-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mportrait-up-8 > .column, .mportrait-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 61.25em) and (min-width: 61.25em) {
  .mportrait-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.mportrait-unstack > .column, .row.mportrait-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 61.25em) {
    .row.mportrait-unstack > .column, .row.mportrait-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 61.25em) {
  .mportrait-collapse > .column, .mportrait-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .mportrait-uncollapse > .column, .mportrait-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64.0625em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 64.0625em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 64.0625em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 61.25em) {
  .mportrait-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .mportrait-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .mportrait-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .mportrait-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .mportrait-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .mportrait-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 61.25em) {
  .mportrait-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .mportrait-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .mportrait-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .mportrait-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .mportrait-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .mportrait-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .mportrait-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .mportrait-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.grid-container, .view--news-media--block-main .views-exposed-form,
.view--news-media--block-archive .views-exposed-form,
.view--news-media--block-covid-news .views-exposed-form, .node-content.node-view-mode-full .field-node--field-attachment, .view--search-content--page-main > header,
.view--search-content--page-main #views-exposed-form-search-content-page-main,
.view--search-content--page-main .js-pager__items {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container, .view--news-media--block-main .views-exposed-form,
    .view--news-media--block-archive .views-exposed-form,
    .view--news-media--block-covid-news .views-exposed-form, .node-content.node-view-mode-full .field-node--field-attachment, .view--search-content--page-main > header,
    .view--search-content--page-main #views-exposed-form-search-content-page-main,
    .view--search-content--page-main .js-pager__items {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid, .view--news-media--block-main .fluid.views-exposed-form,
  .view--news-media--block-archive .fluid.views-exposed-form,
  .view--news-media--block-covid-news .fluid.views-exposed-form, .node-content.node-view-mode-full .fluid.field-node--field-attachment, .view--search-content--page-main > header.fluid,
  .view--search-content--page-main .fluid#views-exposed-form-search-content-page-main,
  .view--search-content--page-main .fluid.js-pager__items {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid, .view--news-media--block-main .fluid.views-exposed-form,
      .view--news-media--block-archive .fluid.views-exposed-form,
      .view--news-media--block-covid-news .fluid.views-exposed-form, .node-content.node-view-mode-full .fluid.field-node--field-attachment, .view--search-content--page-main > header.fluid,
      .view--search-content--page-main .fluid#views-exposed-form-search-content-page-main,
      .view--search-content--page-main .fluid.js-pager__items {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full, .view--news-media--block-main .full.views-exposed-form,
  .view--news-media--block-archive .full.views-exposed-form,
  .view--news-media--block-covid-news .full.views-exposed-form, .node-content.node-view-mode-full .full.field-node--field-attachment, .view--search-content--page-main > header.full,
  .view--search-content--page-main .full#views-exposed-form-search-content-page-main,
  .view--search-content--page-main .full.js-pager__items {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .cell.shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 61.25em) {
  .grid-x > .mportrait-shrink, .grid-x > .mportrait-full, .grid-x > .mportrait-1, .grid-x > .mportrait-2, .grid-x > .mportrait-3, .grid-x > .mportrait-4, .grid-x > .mportrait-5, .grid-x > .mportrait-6, .grid-x > .mportrait-7, .grid-x > .mportrait-8, .grid-x > .mportrait-9, .grid-x > .mportrait-10, .grid-x > .mportrait-11, .grid-x > .mportrait-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .grid-x > .mportrait-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .mportrait-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .mportrait-1 {
    width: 8.33333%; }
  .grid-x > .mportrait-2 {
    width: 16.66667%; }
  .grid-x > .mportrait-3 {
    width: 25%; }
  .grid-x > .mportrait-4 {
    width: 33.33333%; }
  .grid-x > .mportrait-5 {
    width: 41.66667%; }
  .grid-x > .mportrait-6 {
    width: 50%; }
  .grid-x > .mportrait-7 {
    width: 58.33333%; }
  .grid-x > .mportrait-8 {
    width: 66.66667%; }
  .grid-x > .mportrait-9 {
    width: 75%; }
  .grid-x > .mportrait-10 {
    width: 83.33333%; }
  .grid-x > .mportrait-11 {
    width: 91.66667%; }
  .grid-x > .mportrait-12 {
    width: 100%; } }

@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 61.25em) {
    .grid-margin-x > .mportrait-auto {
      width: auto; }
    .grid-margin-x > .mportrait-shrink {
      width: auto; }
    .grid-margin-x > .mportrait-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .mportrait-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .mportrait-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .mportrait-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .mportrait-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .mportrait-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .mportrait-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .mportrait-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .mportrait-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .mportrait-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .mportrait-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .mportrait-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x, .view--news-media--block-main .views-exposed-form:not(.full) > .grid-padding-x,
.view--news-media--block-archive .views-exposed-form:not(.full) > .grid-padding-x,
.view--news-media--block-covid-news .views-exposed-form:not(.full) > .grid-padding-x, .node-content.node-view-mode-full .field-node--field-attachment:not(.full) > .grid-padding-x, .view--search-content--page-main > header:not(.full) > .grid-padding-x,
.view--search-content--page-main #views-exposed-form-search-content-page-main:not(.full) > .grid-padding-x,
.view--search-content--page-main .js-pager__items:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x, .view--news-media--block-main .views-exposed-form:not(.full) > .grid-padding-x,
    .view--news-media--block-archive .views-exposed-form:not(.full) > .grid-padding-x,
    .view--news-media--block-covid-news .views-exposed-form:not(.full) > .grid-padding-x, .node-content.node-view-mode-full .field-node--field-attachment:not(.full) > .grid-padding-x, .view--search-content--page-main > header:not(.full) > .grid-padding-x,
    .view--search-content--page-main #views-exposed-form-search-content-page-main:not(.full) > .grid-padding-x,
    .view--search-content--page-main .js-pager__items:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 61.25em) {
  .mportrait-up-1 > .cell {
    width: 100%; }
  .mportrait-up-2 > .cell {
    width: 50%; }
  .mportrait-up-3 > .cell {
    width: 33.33333%; }
  .mportrait-up-4 > .cell {
    width: 25%; }
  .mportrait-up-5 > .cell {
    width: 20%; }
  .mportrait-up-6 > .cell {
    width: 16.66667%; }
  .mportrait-up-7 > .cell {
    width: 14.28571%; }
  .mportrait-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64.0625em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 61.25em) {
  .grid-margin-x.mportrait-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.mportrait-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.mportrait-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.mportrait-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.mportrait-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.mportrait-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.mportrait-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.mportrait-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media screen and (min-width: 61.25em) {
    .small-margin-collapse > .mportrait-1 {
      width: 8.33333%; }
    .small-margin-collapse > .mportrait-2 {
      width: 16.66667%; }
    .small-margin-collapse > .mportrait-3 {
      width: 25%; }
    .small-margin-collapse > .mportrait-4 {
      width: 33.33333%; }
    .small-margin-collapse > .mportrait-5 {
      width: 41.66667%; }
    .small-margin-collapse > .mportrait-6 {
      width: 50%; }
    .small-margin-collapse > .mportrait-7 {
      width: 58.33333%; }
    .small-margin-collapse > .mportrait-8 {
      width: 66.66667%; }
    .small-margin-collapse > .mportrait-9 {
      width: 75%; }
    .small-margin-collapse > .mportrait-10 {
      width: 83.33333%; }
    .small-margin-collapse > .mportrait-11 {
      width: 91.66667%; }
    .small-margin-collapse > .mportrait-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64.0625em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .medium-margin-collapse > .mportrait-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .mportrait-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .mportrait-3 {
    width: 25%; }
  .medium-margin-collapse > .mportrait-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .mportrait-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .mportrait-6 {
    width: 50%; }
  .medium-margin-collapse > .mportrait-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .mportrait-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .mportrait-9 {
    width: 75%; }
  .medium-margin-collapse > .mportrait-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .mportrait-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .mportrait-12 {
    width: 100%; } }

@media print, screen and (min-width: 64.0625em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 61.25em) {
  .mportrait-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mportrait-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 61.25em) {
  .mportrait-margin-collapse > .small-1 {
    width: 8.33333%; }
  .mportrait-margin-collapse > .small-2 {
    width: 16.66667%; }
  .mportrait-margin-collapse > .small-3 {
    width: 25%; }
  .mportrait-margin-collapse > .small-4 {
    width: 33.33333%; }
  .mportrait-margin-collapse > .small-5 {
    width: 41.66667%; }
  .mportrait-margin-collapse > .small-6 {
    width: 50%; }
  .mportrait-margin-collapse > .small-7 {
    width: 58.33333%; }
  .mportrait-margin-collapse > .small-8 {
    width: 66.66667%; }
  .mportrait-margin-collapse > .small-9 {
    width: 75%; }
  .mportrait-margin-collapse > .small-10 {
    width: 83.33333%; }
  .mportrait-margin-collapse > .small-11 {
    width: 91.66667%; }
  .mportrait-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .mportrait-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .mportrait-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .mportrait-margin-collapse > .medium-3 {
    width: 25%; }
  .mportrait-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .mportrait-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .mportrait-margin-collapse > .medium-6 {
    width: 50%; }
  .mportrait-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .mportrait-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .mportrait-margin-collapse > .medium-9 {
    width: 75%; }
  .mportrait-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .mportrait-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .mportrait-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .mportrait-margin-collapse > .mportrait-1 {
    width: 8.33333%; }
  .mportrait-margin-collapse > .mportrait-2 {
    width: 16.66667%; }
  .mportrait-margin-collapse > .mportrait-3 {
    width: 25%; }
  .mportrait-margin-collapse > .mportrait-4 {
    width: 33.33333%; }
  .mportrait-margin-collapse > .mportrait-5 {
    width: 41.66667%; }
  .mportrait-margin-collapse > .mportrait-6 {
    width: 50%; }
  .mportrait-margin-collapse > .mportrait-7 {
    width: 58.33333%; }
  .mportrait-margin-collapse > .mportrait-8 {
    width: 66.66667%; }
  .mportrait-margin-collapse > .mportrait-9 {
    width: 75%; }
  .mportrait-margin-collapse > .mportrait-10 {
    width: 83.33333%; }
  .mportrait-margin-collapse > .mportrait-11 {
    width: 91.66667%; }
  .mportrait-margin-collapse > .mportrait-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .mportrait-margin-collapse > .large-1 {
    width: 8.33333%; }
  .mportrait-margin-collapse > .large-2 {
    width: 16.66667%; }
  .mportrait-margin-collapse > .large-3 {
    width: 25%; }
  .mportrait-margin-collapse > .large-4 {
    width: 33.33333%; }
  .mportrait-margin-collapse > .large-5 {
    width: 41.66667%; }
  .mportrait-margin-collapse > .large-6 {
    width: 50%; }
  .mportrait-margin-collapse > .large-7 {
    width: 58.33333%; }
  .mportrait-margin-collapse > .large-8 {
    width: 66.66667%; }
  .mportrait-margin-collapse > .large-9 {
    width: 75%; }
  .mportrait-margin-collapse > .large-10 {
    width: 83.33333%; }
  .mportrait-margin-collapse > .large-11 {
    width: 91.66667%; }
  .mportrait-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .mportrait-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .mportrait-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .mportrait-margin-collapse > .xlarge-3 {
    width: 25%; }
  .mportrait-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .mportrait-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .mportrait-margin-collapse > .xlarge-6 {
    width: 50%; }
  .mportrait-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .mportrait-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .mportrait-margin-collapse > .xlarge-9 {
    width: 75%; }
  .mportrait-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .mportrait-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .mportrait-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .mportrait-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mportrait-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .large-margin-collapse > .mportrait-1 {
    width: 8.33333%; }
  .large-margin-collapse > .mportrait-2 {
    width: 16.66667%; }
  .large-margin-collapse > .mportrait-3 {
    width: 25%; }
  .large-margin-collapse > .mportrait-4 {
    width: 33.33333%; }
  .large-margin-collapse > .mportrait-5 {
    width: 41.66667%; }
  .large-margin-collapse > .mportrait-6 {
    width: 50%; }
  .large-margin-collapse > .mportrait-7 {
    width: 58.33333%; }
  .large-margin-collapse > .mportrait-8 {
    width: 66.66667%; }
  .large-margin-collapse > .mportrait-9 {
    width: 75%; }
  .large-margin-collapse > .mportrait-10 {
    width: 83.33333%; }
  .large-margin-collapse > .mportrait-11 {
    width: 91.66667%; }
  .large-margin-collapse > .mportrait-12 {
    width: 100%; } }

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 61.25em) {
  .xlarge-margin-collapse > .mportrait-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .mportrait-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .mportrait-3 {
    width: 25%; }
  .xlarge-margin-collapse > .mportrait-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .mportrait-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .mportrait-6 {
    width: 50%; }
  .xlarge-margin-collapse > .mportrait-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .mportrait-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .mportrait-9 {
    width: 75%; }
  .xlarge-margin-collapse > .mportrait-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .mportrait-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .mportrait-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 61.25em) {
  .mportrait-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .mportrait-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .mportrait-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .mportrait-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .mportrait-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .mportrait-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .mportrait-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .mportrait-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .mportrait-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .mportrait-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .mportrait-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .mportrait-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .mportrait-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .mportrait-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .mportrait-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .mportrait-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .mportrait-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .mportrait-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .mportrait-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .mportrait-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .mportrait-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .mportrait-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .mportrait-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .mportrait-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 61.25em) {
    .grid-y > .mportrait-shrink, .grid-y > .mportrait-full, .grid-y > .mportrait-1, .grid-y > .mportrait-2, .grid-y > .mportrait-3, .grid-y > .mportrait-4, .grid-y > .mportrait-5, .grid-y > .mportrait-6, .grid-y > .mportrait-7, .grid-y > .mportrait-8, .grid-y > .mportrait-9, .grid-y > .mportrait-10, .grid-y > .mportrait-11, .grid-y > .mportrait-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media screen and (min-width: 61.25em) {
    .grid-y > .mportrait-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .mportrait-shrink {
      height: auto; }
    .grid-y > .mportrait-1 {
      height: 8.33333%; }
    .grid-y > .mportrait-2 {
      height: 16.66667%; }
    .grid-y > .mportrait-3 {
      height: 25%; }
    .grid-y > .mportrait-4 {
      height: 33.33333%; }
    .grid-y > .mportrait-5 {
      height: 41.66667%; }
    .grid-y > .mportrait-6 {
      height: 50%; }
    .grid-y > .mportrait-7 {
      height: 58.33333%; }
    .grid-y > .mportrait-8 {
      height: 66.66667%; }
    .grid-y > .mportrait-9 {
      height: 75%; }
    .grid-y > .mportrait-10 {
      height: 83.33333%; }
    .grid-y > .mportrait-11 {
      height: 91.66667%; }
    .grid-y > .mportrait-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-y > .large-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 61.25em) {
    .grid-margin-y > .mportrait-auto {
      height: auto; }
    .grid-margin-y > .mportrait-shrink {
      height: auto; }
    .grid-margin-y > .mportrait-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .mportrait-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .mportrait-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .mportrait-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .mportrait-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .mportrait-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .mportrait-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .mportrait-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .mportrait-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .mportrait-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .mportrait-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .mportrait-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 61.25em) {
  .mportrait-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .mportrait-grid-frame {
    width: 100%; }
  .mportrait-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .mportrait-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .mportrait-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .mportrait-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64.0625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 61.25em) {
  .grid-y.mportrait-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64.0625em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media screen and (min-width: 61.25em) {
  .cell .grid-y.mportrait-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 61.25em) {
    .grid-margin-y > .mportrait-auto {
      height: auto; }
    .grid-margin-y > .mportrait-shrink {
      height: auto; }
    .grid-margin-y > .mportrait-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .mportrait-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .mportrait-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .mportrait-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .mportrait-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .mportrait-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .mportrait-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .mportrait-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .mportrait-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .mportrait-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .mportrait-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .mportrait-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 61.25em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 61.25em) {
  .grid-margin-y.mportrait-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 600;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "eestiLight";
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #13294b;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #102341; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 600; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 61.25em) {
  .mportrait-text-left {
    text-align: left; }
  .mportrait-text-right {
    text-align: right; }
  .mportrait-text-center {
    text-align: center; }
  .mportrait-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #FFFFFF; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #FFFFFF; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #FFFFFF; }
  .button.secondary {
    background-color: #767676;
    color: #000000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #000000; }
  .button.success {
    background-color: #3adb76;
    color: #000000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button.warning {
    background-color: #ffae00;
    color: #000000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000000; }
  .button.alert {
    background-color: #cc4b37;
    color: #000000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #000000; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #FFFFFF; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #FFFFFF; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #000000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #000000; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #FFFFFF; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #FFFFFF; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #000000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #000000; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #000000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #000000; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #000000; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #000000; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #000000; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64.0625em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #FFFFFF; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #FFFFFF;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #FFFFFF;
  color: #13294b;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 61.25em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 61.25em) {
  .hide-for-mportrait {
    display: none !important; } }

@media screen and (max-width: 61.1875em) {
  .show-for-mportrait {
    display: none !important; } }

@media screen and (min-width: 61.25em) and (max-width: 64em) {
  .hide-for-mportrait-only {
    display: none !important; } }

@media screen and (max-width: 61.1875em), screen and (min-width: 64.0625em) {
  .show-for-mportrait-only {
    display: none !important; } }

@media print, screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*
 * zurb_foundation.scss - Contains all Drupal-specific SASS for this theme.
 *
 * @todo Split this into multiple folders/files.
*/
.region-highlighted:empty {
  display: none; }

.toolbar-tray a {
  font-size: 13px; }

.toolbar .toolbar-toggle-orientation .toolbar-icon {
  margin: 0; }
  .toolbar .toolbar-toggle-orientation .toolbar-icon:before {
    min-height: 0; }

.top-bar-section ul li {
  padding-top: 0; }
  .top-bar-section ul li a.is-active {
    color: #FFFFFF; }

.no-js .top-bar {
  display: none; }

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }
  .no-js .title-bar {
    display: none; } }

body.toolbar-fixed .sticky.is-stuck .top-bar {
  margin-top: 39px; }

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .sticky.is-stuck .top-bar {
  margin-top: 78px; }

body.toolbar-fixed .sticky.is-stuck.is-at-top {
  margin-top: 0 !important; }

.top-bar .menu-item--collapsed, .top-bar .menu-item--expanded {
  list-style: none; }

.top-bar .search-block-form .form-item-keys, .top-bar .search-block-form .form-actions {
  display: inline-block; }

.dropbutton-wrapper {
  background-color: #008CBA;
  margin: 0 0 1.25rem; }
  .dropbutton-wrapper .button {
    margin-bottom: 0;
    width: 100%;
    text-align: left; }

.toolbar-menu {
  display: block; }

@media screen and (max-width: 61.1875em) {
  #toolbar-administration {
    display: none !important; }
  body.adminimal-admin-toolbar {
    margin-left: 0 !important;
    padding-top: 0 !important; } }

@font-face {
  font-family: 'campariBold';
  src: url("../fonts/campari/Campari-Bold.woff") format("woff"), url("../fonts/campari/Campari-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'eestiLight';
  src: url("../fonts/campari/GTEestiProDisplay-Light.woff") format("woff"), url("../fonts/campari/GTEestiProDisplay-Light.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'eestiRegular';
  src: url("../fonts/campari/GTEestiProDisplay-Medium.woff") format("woff"), url("../fonts/campari/GTEestiProDisplay-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'icn-campari';
  src: url("../fonts/icn-campari/icn-campari.eot?16721276");
  src: url("../fonts/icn-campari/icn-campari.eot?16721276#iefix") format("embedded-opentype"), url("../fonts/icn-campari/icn-campari.woff2?16721276") format("woff2"), url("../fonts/icn-campari/icn-campari.woff?16721276") format("woff"), url("../fonts/icn-campari/icn-campari.ttf?16721276") format("truetype"), url("../fonts/icn-campari/icn-campari.svg?16721276#icn-campari") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="cmp-icon-"]:before,
[class*=" cmp-icon-"]:before,
[class^="cmp-icon-after-"]:after,
[class*=" cmp-icon-after-"]:after,
.field-node--field-video-gallery .field-item a:before,
.node-content.node-type-news.node-view-mode-full .internal-video-cover:before,
.field-node--field-video-gallery .field-item a:after,
.node-content.node-type-news.node-view-mode-full .internal-video-cover:after,
a.goldDownload:after,
.document_hl a span:after,
a.dwMinimalBtn:before,
.document_hl.file--application-pdf span.file_hl_desc:before,
header.pageHeader .headerHamburger .hamburgerMenu:before,
.mm-menu.mm-menu_position-top .mm-listitem .mm-btn.mm-listitem__btn:before,
.mm-menu.mm-menu_position-top .mm-navbar .mm-btn.mm-navbar__btn:after,
.campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span.txtRed:after,
.campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span.txtGold:after,
.view-archive.archive-vot-loy tr a:after,
.view-archive.archive-gen-meetings tr a:after,
.view-archive.archive-vot-loy tr .link-to-page a:after,
.view-archive.archive-gen-meetings tr .link-to-page a:after,
.view-archive.archive-fp-inv-results .itmWrp a.interactiveLink:before,
.view-archive.archive-list-documents .itmWrp a.interactiveLink:before,
.view-multimedia-kit .media-thumbnail a.media-cover:hover:before,
.views-row .admin-edit-link:before,
.block-campari-news-media-fp-grid-block .admin-edit-link:before,
.paragraph--type--ttf6-accordions .accordion-title:before,
.paragraph--type--ttf6-accstabs .accordion-title:before,
.paragraph--type--ttf6-slider .ttf6Slider_arrows .ttf6Slider_prev:before,
.paragraph--type--ttf6-slider .ttf6Slider_arrows .ttf6Slider_next:before,
.paragraph--type--juicer .juicer-feed .j-display-filters .j-instagram:before,
.paragraph--type--juicer .juicer-feed .j-display-filters .j-linkedin:before,
.paragraph--type--juicer .juicer-feed .j-display-filters .j-facebook:before,
.paragraph--type--juicer .juicer-feed .j-display-filters .j-twitter:before,
.paragraph--type--juicer .juicer-feed .j-display-filters .j-youtube:before,
.node-content.node-view-mode-full .field-type-file span.file a:before,
.node-content.node-view-mode-full .field-type-file span.file a:after,
.node-content.node-view-mode-full .field-node--field-link-pagine a:after,
.fancybox-container.acqDownloads .field-name-field-attachment a:before,
.node-content.node-type-press-release.node-view-mode-full .field-name-field-downloads a:after,
.node-content.node-type-documents.node-view-mode-full .field-name-field-downloads a:after,
.select2-container--default .select2-selection__arrow:before,
.cmp-icon-search.cmp-icon-close:before,
body.view-brands .view--brands--page .views-exposed-form .js-form-type-select > label .filter-label:after {
  font-family: "icn-campari";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cmp-icon-arrow-down:before, .paragraph--type--ttf6-accordions .accordion-title:before,
.paragraph--type--ttf6-accstabs .accordion-title:before, .select2-container--default .select2-selection__arrow:before, body.view-brands .view--brands--page .views-exposed-form .js-form-type-select > label .filter-label:after {
  content: '\e800'; }

/* '' */
.cmp-icon-arrow-left:before, .mm-menu.mm-menu_position-top .mm-navbar .mm-btn.mm-navbar__btn:after {
  content: '\e801'; }

/* '' */
.cmp-icon-arrow-right:before, .mm-menu.mm-menu_position-top .mm-listitem .mm-btn.mm-listitem__btn:before {
  content: '\e802'; }

/* '' */
.cmp-icon-arrow-up:before {
  content: '\e803'; }

/* '' */
.cmp-icon-close:before, .cmp-icon-search.cmp-icon-close:before, .view-multimedia-kit .media-thumbnail a.cmp-icon-close.media-cover:hover:before {
  content: '\e804'; }

/* '' */
.cmp-icon-facebook:before {
  content: '\e805'; }

/* '' */
.cmp-icon-hamburger:before, header.pageHeader .headerHamburger .hamburgerMenu:before {
  content: '\e806'; }

/* '' */
.cmp-icon-instagram:before {
  content: '\e807'; }

/* '' */
.cmp-icon-play:before, .field-node--field-video-gallery .field-item a:before, .node-content.node-type-news.node-view-mode-full .internal-video-cover:before {
  content: '\e808'; }

/* '' */
.cmp-icon-search:before, .view-multimedia-kit .media-thumbnail a.media-cover:hover:before {
  content: '\e809'; }

/* '' */
.cmp-icon-twitter:before {
  content: '\e80a'; }

/* '' */
.cmp-icon-youtube:before, .field-node--field-video-gallery .field-item a:after, .node-content.node-type-news.node-view-mode-full .internal-video-cover:after {
  content: '\e80b'; }

/* '' */
.cmp-icon-download:before, a.goldDownload:after, .document_hl a span:after, a.dwMinimalBtn:before, .view-archive.archive-vot-loy tr a:after,
.view-archive.archive-gen-meetings tr a:after, .node-content.node-view-mode-full .field-type-file span.file a:after, .fancybox-container.acqDownloads .field-name-field-attachment a:before, .node-content.node-type-press-release.node-view-mode-full .field-name-field-downloads a:after,
.node-content.node-type-documents.node-view-mode-full .field-name-field-downloads a:after {
  content: '\e80c'; }

/* '' */
.cmp-icon-doc:before, .node-content.node-view-mode-full .field-type-file span.file a:before {
  content: '\e80d'; }

/* '' */
.cmp-icon-arrow-full-down:before, .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span.txtRed:after {
  content: '\e80e'; }

/* '' */
.cmp-icon-arrow-full-up:before, .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span.txtGold:after {
  content: '\e80f'; }

/* '' */
.cmp-icon-stock:before, .view-archive.archive-fp-inv-results .itmWrp a.interactiveLink:before, .view-archive.archive-list-documents .itmWrp a.interactiveLink:before {
  content: '\e810'; }

/* '' */
.cmp-icon-social-x-full:before {
  content: '\e811'; }

/* '' */
.cmp-icon-calendar:before {
  content: '\e81a'; }

/* '' */
.cmp-icon-social-x:before {
  content: '\e81b'; }

/* '' */
.cmp-icon-admin-edit:before, .views-row .admin-edit-link:before,
.block-campari-news-media-fp-grid-block .admin-edit-link:before {
  content: '\e822'; }

/* '' */
.cmp-icon-arrow-round-left:before, .paragraph--type--ttf6-slider .ttf6Slider_arrows .ttf6Slider_prev:before {
  content: '\e824'; }

/* '' */
.cmp-icon-arrow-round-right:before, .view-archive.archive-vot-loy tr .link-to-page a:after,
.view-archive.archive-gen-meetings tr .link-to-page a:after, .paragraph--type--ttf6-slider .ttf6Slider_arrows .ttf6Slider_next:before, .node-content.node-view-mode-full .field-node--field-link-pagine a:after {
  content: '\e825'; }

/* '' */
.cmp-icon-fb:before, .paragraph--type--juicer .juicer-feed .j-display-filters .j-facebook:before {
  content: '\e850'; }

/* '' */
.cmp-icon-ig:before, .paragraph--type--juicer .juicer-feed .j-display-filters .j-instagram:before {
  content: '\e851'; }

/* '' */
.cmp-icon-li:before, .paragraph--type--juicer .juicer-feed .j-display-filters .j-linkedin:before {
  content: '\e852'; }

/* '' */
.cmp-icon-tw:before, .paragraph--type--juicer .juicer-feed .j-display-filters .j-twitter:before {
  content: '\e853'; }

/* '' */
.cmp-icon-yt:before, .paragraph--type--juicer .juicer-feed .j-display-filters .j-youtube:before {
  content: '\e854'; }

/* '' */
.cmp-icon-plus:before {
  content: '\e86a'; }

/* '' */
.cmp-icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.cmp-icon-file-pdf:before, .document_hl.file--application-pdf span.file_hl_desc:before, .node-content.node-view-mode-full .field-type-file span.file.file--application-pdf a:before {
  content: '\f1c1'; }

/* '' */
.cmp-icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.cmp-icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.cmp-icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */
.cmp-icon-file-image:before {
  content: '\f1c5'; }

/* '' */
.cmp-icon-file-archive:before {
  content: '\f1c6'; }

/* '' */
.cmp-icon-file-video:before {
  content: '\f1c8'; }

/* '' */
#main.columns a {
  text-decoration: none;
  transition: all 0.3s ease; }
  #main.columns a:hover {
    text-decoration: none; }

body.stopOverflow {
  overflow-x: hidden; }

body.stopOverflowY {
  overflow-y: hidden; }

.off-canvas {
  display: none !important; }

.grid-container, .view--news-media--block-main .views-exposed-form,
.view--news-media--block-archive .views-exposed-form,
.view--news-media--block-covid-news .views-exposed-form, .node-content.node-view-mode-full .field-node--field-attachment, .view--search-content--page-main > header,
.view--search-content--page-main #views-exposed-form-search-content-page-main,
.view--search-content--page-main .js-pager__items {
  max-width: calc(65rem + 30px); }
  .grid-container.gridWidthType-medium, .view--news-media--block-main .gridWidthType-medium.views-exposed-form,
  .view--news-media--block-archive .gridWidthType-medium.views-exposed-form,
  .view--news-media--block-covid-news .gridWidthType-medium.views-exposed-form, .node-content.node-view-mode-full .gridWidthType-medium.field-node--field-attachment, .view--search-content--page-main > header.gridWidthType-medium,
  .view--search-content--page-main .gridWidthType-medium#views-exposed-form-search-content-page-main,
  .view--search-content--page-main .gridWidthType-medium.js-pager__items {
    max-width: calc(75rem + 30px); }
  .grid-container.gridWidthType-large, .view--news-media--block-main .gridWidthType-large.views-exposed-form,
  .view--news-media--block-archive .gridWidthType-large.views-exposed-form,
  .view--news-media--block-covid-news .gridWidthType-large.views-exposed-form, .node-content.node-view-mode-full .gridWidthType-large.field-node--field-attachment, .view--search-content--page-main > header.gridWidthType-large,
  .view--search-content--page-main .gridWidthType-large#views-exposed-form-search-content-page-main,
  .view--search-content--page-main .gridWidthType-large.js-pager__items {
    max-width: calc(90rem + 30px); }
  @media print, screen and (min-width: 48em) {
    .grid-container.gridWidthType-fullscreen, .view--news-media--block-main .gridWidthType-fullscreen.views-exposed-form,
    .view--news-media--block-archive .gridWidthType-fullscreen.views-exposed-form,
    .view--news-media--block-covid-news .gridWidthType-fullscreen.views-exposed-form, .node-content.node-view-mode-full .gridWidthType-fullscreen.field-node--field-attachment, .view--search-content--page-main > header.gridWidthType-fullscreen,
    .view--search-content--page-main .gridWidthType-fullscreen#views-exposed-form-search-content-page-main,
    .view--search-content--page-main .gridWidthType-fullscreen.js-pager__items {
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (max-width: 47.9375em) {
    .grid-container, .view--news-media--block-main .views-exposed-form,
    .view--news-media--block-archive .views-exposed-form,
    .view--news-media--block-covid-news .views-exposed-form, .node-content.node-view-mode-full .field-node--field-attachment, .view--search-content--page-main > header,
    .view--search-content--page-main #views-exposed-form-search-content-page-main,
    .view--search-content--page-main .js-pager__items {
      max-width: calc(65rem + 20px); }
      .grid-container.gridWidthType-medium, .view--news-media--block-main .gridWidthType-medium.views-exposed-form,
      .view--news-media--block-archive .gridWidthType-medium.views-exposed-form,
      .view--news-media--block-covid-news .gridWidthType-medium.views-exposed-form, .node-content.node-view-mode-full .gridWidthType-medium.field-node--field-attachment, .view--search-content--page-main > header.gridWidthType-medium,
      .view--search-content--page-main .gridWidthType-medium#views-exposed-form-search-content-page-main,
      .view--search-content--page-main .gridWidthType-medium.js-pager__items {
        max-width: calc(75rem + 20px); }
      .grid-container.gridWidthType-large, .view--news-media--block-main .gridWidthType-large.views-exposed-form,
      .view--news-media--block-archive .gridWidthType-large.views-exposed-form,
      .view--news-media--block-covid-news .gridWidthType-large.views-exposed-form, .node-content.node-view-mode-full .gridWidthType-large.field-node--field-attachment, .view--search-content--page-main > header.gridWidthType-large,
      .view--search-content--page-main .gridWidthType-large#views-exposed-form-search-content-page-main,
      .view--search-content--page-main .gridWidthType-large.js-pager__items {
        max-width: calc(90rem + 20px); } }

.paragraph--type--ttf6-grid .grid-container.positionInitial, .paragraph--type--ttf6-grid .view--news-media--block-main .positionInitial.views-exposed-form, .view--news-media--block-main .paragraph--type--ttf6-grid .positionInitial.views-exposed-form, .paragraph--type--ttf6-grid
.view--news-media--block-archive .positionInitial.views-exposed-form,
.view--news-media--block-archive .paragraph--type--ttf6-grid .positionInitial.views-exposed-form, .paragraph--type--ttf6-grid
.view--news-media--block-covid-news .positionInitial.views-exposed-form,
.view--news-media--block-covid-news .paragraph--type--ttf6-grid .positionInitial.views-exposed-form, .paragraph--type--ttf6-grid .node-content.node-view-mode-full .positionInitial.field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--ttf6-grid .positionInitial.field-node--field-attachment, .paragraph--type--ttf6-grid .view--search-content--page-main > header.positionInitial, .paragraph--type--ttf6-grid
.view--search-content--page-main .positionInitial#views-exposed-form-search-content-page-main,
.view--search-content--page-main .paragraph--type--ttf6-grid .positionInitial#views-exposed-form-search-content-page-main, .paragraph--type--ttf6-grid
.view--search-content--page-main .positionInitial.js-pager__items,
.view--search-content--page-main .paragraph--type--ttf6-grid .positionInitial.js-pager__items {
  position: static; }
  .paragraph--type--ttf6-grid .grid-container.positionInitial .contextual-region, .paragraph--type--ttf6-grid .view--news-media--block-main .positionInitial.views-exposed-form .contextual-region, .view--news-media--block-main .paragraph--type--ttf6-grid .positionInitial.views-exposed-form .contextual-region, .paragraph--type--ttf6-grid
  .view--news-media--block-archive .positionInitial.views-exposed-form .contextual-region,
  .view--news-media--block-archive .paragraph--type--ttf6-grid .positionInitial.views-exposed-form .contextual-region, .paragraph--type--ttf6-grid
  .view--news-media--block-covid-news .positionInitial.views-exposed-form .contextual-region,
  .view--news-media--block-covid-news .paragraph--type--ttf6-grid .positionInitial.views-exposed-form .contextual-region, .paragraph--type--ttf6-grid .node-content.node-view-mode-full .positionInitial.field-node--field-attachment .contextual-region, .node-content.node-view-mode-full .paragraph--type--ttf6-grid .positionInitial.field-node--field-attachment .contextual-region, .paragraph--type--ttf6-grid .view--search-content--page-main > header.positionInitial .contextual-region, .paragraph--type--ttf6-grid
  .view--search-content--page-main .positionInitial#views-exposed-form-search-content-page-main .contextual-region,
  .view--search-content--page-main .paragraph--type--ttf6-grid .positionInitial#views-exposed-form-search-content-page-main .contextual-region, .paragraph--type--ttf6-grid
  .view--search-content--page-main .positionInitial.js-pager__items .contextual-region,
  .view--search-content--page-main .paragraph--type--ttf6-grid .positionInitial.js-pager__items .contextual-region {
    position: static; }

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .paragraph--type--ttf6-grid .grid-container.cultureTabsContainer .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .paragraph--type--ttf6-grid .view--news-media--block-main .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .view--news-media--block-main .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .paragraph--type--ttf6-grid
  .view--news-media--block-archive .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200),
  .view--news-media--block-archive .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .paragraph--type--ttf6-grid
  .view--news-media--block-covid-news .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200),
  .view--news-media--block-covid-news .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .paragraph--type--ttf6-grid .node-content.node-view-mode-full .cultureTabsContainer.field-node--field-attachment .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .node-content.node-view-mode-full .paragraph--type--ttf6-grid .cultureTabsContainer.field-node--field-attachment .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .paragraph--type--ttf6-grid .view--search-content--page-main > header.cultureTabsContainer .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .paragraph--type--ttf6-grid
  .view--search-content--page-main .cultureTabsContainer#views-exposed-form-search-content-page-main .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200),
  .view--search-content--page-main .paragraph--type--ttf6-grid .cultureTabsContainer#views-exposed-form-search-content-page-main .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200), .paragraph--type--ttf6-grid
  .view--search-content--page-main .cultureTabsContainer.js-pager__items .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200),
  .view--search-content--page-main .paragraph--type--ttf6-grid .cultureTabsContainer.js-pager__items .paragraph--type--ttf6-cell.cell.medium-6:not(.mobileBg200) {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--ttf6-grid .grid-container.cultureTabsContainer, .paragraph--type--ttf6-grid .view--news-media--block-main .cultureTabsContainer.views-exposed-form, .view--news-media--block-main .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form, .paragraph--type--ttf6-grid
  .view--news-media--block-archive .cultureTabsContainer.views-exposed-form,
  .view--news-media--block-archive .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form, .paragraph--type--ttf6-grid
  .view--news-media--block-covid-news .cultureTabsContainer.views-exposed-form,
  .view--news-media--block-covid-news .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form, .paragraph--type--ttf6-grid .node-content.node-view-mode-full .cultureTabsContainer.field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--ttf6-grid .cultureTabsContainer.field-node--field-attachment, .paragraph--type--ttf6-grid .view--search-content--page-main > header.cultureTabsContainer, .paragraph--type--ttf6-grid
  .view--search-content--page-main .cultureTabsContainer#views-exposed-form-search-content-page-main,
  .view--search-content--page-main .paragraph--type--ttf6-grid .cultureTabsContainer#views-exposed-form-search-content-page-main, .paragraph--type--ttf6-grid
  .view--search-content--page-main .cultureTabsContainer.js-pager__items,
  .view--search-content--page-main .paragraph--type--ttf6-grid .cultureTabsContainer.js-pager__items {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .paragraph--type--ttf6-grid .grid-container.cultureTabsContainer .tabs-content, .paragraph--type--ttf6-grid .view--news-media--block-main .cultureTabsContainer.views-exposed-form .tabs-content, .view--news-media--block-main .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .tabs-content, .paragraph--type--ttf6-grid
    .view--news-media--block-archive .cultureTabsContainer.views-exposed-form .tabs-content,
    .view--news-media--block-archive .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .tabs-content, .paragraph--type--ttf6-grid
    .view--news-media--block-covid-news .cultureTabsContainer.views-exposed-form .tabs-content,
    .view--news-media--block-covid-news .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .tabs-content, .paragraph--type--ttf6-grid .node-content.node-view-mode-full .cultureTabsContainer.field-node--field-attachment .tabs-content, .node-content.node-view-mode-full .paragraph--type--ttf6-grid .cultureTabsContainer.field-node--field-attachment .tabs-content, .paragraph--type--ttf6-grid .view--search-content--page-main > header.cultureTabsContainer .tabs-content, .paragraph--type--ttf6-grid
    .view--search-content--page-main .cultureTabsContainer#views-exposed-form-search-content-page-main .tabs-content,
    .view--search-content--page-main .paragraph--type--ttf6-grid .cultureTabsContainer#views-exposed-form-search-content-page-main .tabs-content, .paragraph--type--ttf6-grid
    .view--search-content--page-main .cultureTabsContainer.js-pager__items .tabs-content,
    .view--search-content--page-main .paragraph--type--ttf6-grid .cultureTabsContainer.js-pager__items .tabs-content {
      border: none; }
    .paragraph--type--ttf6-grid .grid-container.cultureTabsContainer .paragraph--type--ttf6-cell.cell.mobileBg200, .paragraph--type--ttf6-grid .view--news-media--block-main .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.mobileBg200, .view--news-media--block-main .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.mobileBg200, .paragraph--type--ttf6-grid
    .view--news-media--block-archive .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.mobileBg200,
    .view--news-media--block-archive .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.mobileBg200, .paragraph--type--ttf6-grid
    .view--news-media--block-covid-news .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.mobileBg200,
    .view--news-media--block-covid-news .paragraph--type--ttf6-grid .cultureTabsContainer.views-exposed-form .paragraph--type--ttf6-cell.cell.mobileBg200, .paragraph--type--ttf6-grid .node-content.node-view-mode-full .cultureTabsContainer.field-node--field-attachment .paragraph--type--ttf6-cell.cell.mobileBg200, .node-content.node-view-mode-full .paragraph--type--ttf6-grid .cultureTabsContainer.field-node--field-attachment .paragraph--type--ttf6-cell.cell.mobileBg200, .paragraph--type--ttf6-grid .view--search-content--page-main > header.cultureTabsContainer .paragraph--type--ttf6-cell.cell.mobileBg200, .paragraph--type--ttf6-grid
    .view--search-content--page-main .cultureTabsContainer#views-exposed-form-search-content-page-main .paragraph--type--ttf6-cell.cell.mobileBg200,
    .view--search-content--page-main .paragraph--type--ttf6-grid .cultureTabsContainer#views-exposed-form-search-content-page-main .paragraph--type--ttf6-cell.cell.mobileBg200, .paragraph--type--ttf6-grid
    .view--search-content--page-main .cultureTabsContainer.js-pager__items .paragraph--type--ttf6-cell.cell.mobileBg200,
    .view--search-content--page-main .paragraph--type--ttf6-grid .cultureTabsContainer.js-pager__items .paragraph--type--ttf6-cell.cell.mobileBg200 {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--ttf6-grid .grid-container.cultureCodeContainer, .paragraph--type--ttf6-grid .view--news-media--block-main .cultureCodeContainer.views-exposed-form, .view--news-media--block-main .paragraph--type--ttf6-grid .cultureCodeContainer.views-exposed-form, .paragraph--type--ttf6-grid
  .view--news-media--block-archive .cultureCodeContainer.views-exposed-form,
  .view--news-media--block-archive .paragraph--type--ttf6-grid .cultureCodeContainer.views-exposed-form, .paragraph--type--ttf6-grid
  .view--news-media--block-covid-news .cultureCodeContainer.views-exposed-form,
  .view--news-media--block-covid-news .paragraph--type--ttf6-grid .cultureCodeContainer.views-exposed-form, .paragraph--type--ttf6-grid .node-content.node-view-mode-full .cultureCodeContainer.field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--ttf6-grid .cultureCodeContainer.field-node--field-attachment, .paragraph--type--ttf6-grid .view--search-content--page-main > header.cultureCodeContainer, .paragraph--type--ttf6-grid
  .view--search-content--page-main .cultureCodeContainer#views-exposed-form-search-content-page-main,
  .view--search-content--page-main .paragraph--type--ttf6-grid .cultureCodeContainer#views-exposed-form-search-content-page-main, .paragraph--type--ttf6-grid
  .view--search-content--page-main .cultureCodeContainer.js-pager__items,
  .view--search-content--page-main .paragraph--type--ttf6-grid .cultureCodeContainer.js-pager__items {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; } }

.field-node--field-video-gallery .field-item a, .node-content.node-type-news.node-view-mode-full .internal-video-cover {
  position: relative;
  display: block; }
  .field-node--field-video-gallery .field-item a:before, .node-content.node-type-news.node-view-mode-full .internal-video-cover:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    line-height: 1;
    color: #fff;
    z-index: 2;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .field-node--field-video-gallery .field-item a:after, .node-content.node-type-news.node-view-mode-full .internal-video-cover:after {
    position: absolute;
    bottom: 20px;
    right: 24px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    z-index: 2;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.gridItem .giHead, .block-campari-news-media-fp-grid-block section.block-block-content .field-name-field-half-title, .node-content.node-view-mode-full .field-label, div.eu-cookie-compliance-banner .eu-cookie-compliance-category label {
  font-family: "eestiRegular";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .07em; }

html.no-js #html_load_progress {
  height: 6px;
  background: rgba(19, 41, 75, 0.5);
  position: fixed;
  z-index: 9996;
  width: 0;
  top: 0; }

html.no-js #preload-anim {
  display: none;
  position: fixed;
  width: 200px;
  height: 200px;
  z-index: 996;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  html.no-js #preload-anim path {
    fill: #13294b; }

html.not-loaded body:after,
html.unloading body:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 995;
  background: #fff url("/themes/custom/camparigroup/images/negroni-loader-75.gif") no-repeat center center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 200ms;
  opacity: 0; }

html.not-loaded.not-loaded body:after,
html.unloading.not-loaded body:after {
  opacity: 1; }

html.not-loaded.not-loaded.fadingIn body:after,
html.unloading.not-loaded.fadingIn body:after {
  opacity: 0; }

html.not-loaded.unloading body:after,
html.unloading.unloading body:after {
  animation: bodyFadeOut 200ms;
  animation-fill-mode: forwards; }

@keyframes bodyFadeOut {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.label {
  padding: 0;
  background: transparent; }

a.goldDownload, .document_hl a span {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "eestiRegular";
  font-size: .9em;
  letter-spacing: .05em;
  color: #AD841F; }
  a.goldDownload:after, .document_hl a span:after {
    margin-left: 4px;
    vertical-align: baseline; }

*:focus {
  outline: 0 none; }

.lett-space-extra, body.view-brands .view--brands--page header p {
  letter-spacing: .02em; }

.grey-block {
  background-color: #F1F1F1;
  border: 1px solid #13294b;
  padding: 40px; }

sub, sup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px; }

p:last-of-type {
  margin-bottom: 0; }

p.txtBig {
  font-size: 1.125rem;
  line-height: 1.875rem; }

p.txtMedium {
  font-size: 0.875rem;
  line-height: 1.5rem; }

p.txtSmall {
  font-size: 0.75rem;
  line-height: 1.25rem; }

p.txtRed, span.txtRed {
  color: #A01515; }

p.txtGold, span.txtGold {
  color: #AD841F; }

p.h1, .paragraph--type--history-item.historyPeriod .field-name-field-title, .paragraph--type--banner-slide .field-name-field-title-html, h1 {
  font-family: "campariBold";
  font-size: 3rem; }
  @media screen and (max-width: 47.9375em) {
    p.h1, .paragraph--type--history-item.historyPeriod .field-name-field-title, .paragraph--type--banner-slide .field-name-field-title-html, h1 {
      font-size: 2rem; } }

p.h2, .cellViewEvents .viewsreference--view-title, .view-archive.archive-vot-loy .dvlYearDocLabel,
.view-archive.archive-gen-meetings .dvlYearDocLabel, .webform-submission-form.webform-submission-do-business-with-us-form .webform-confirmation__message, .webform-submission-form.webform-submission-do-business-with-us-form .webform-confirmation__back, h2 {
  font-family: "campariBold";
  font-size: 2rem; }
  @media screen and (max-width: 47.9375em) {
    p.h2, .cellViewEvents .viewsreference--view-title, .view-archive.archive-vot-loy .dvlYearDocLabel,
    .view-archive.archive-gen-meetings .dvlYearDocLabel, .webform-submission-form.webform-submission-do-business-with-us-form .webform-confirmation__message, .webform-submission-form.webform-submission-do-business-with-us-form .webform-confirmation__back, h2 {
      font-size: 1.5rem; } }

p.h3, .view-archive.archive-vot-loy.archive-vot-loy-singley > h3,
.view-archive.archive-gen-meetings.archive-gen-singley > h3, h3 {
  font-size: 2rem; }
  @media screen and (max-width: 47.9375em) {
    p.h3, .view-archive.archive-vot-loy.archive-vot-loy-singley > h3,
    .view-archive.archive-gen-meetings.archive-gen-singley > h3, h3 {
      font-size: 1.5rem; } }

p.h4, .view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title,
.view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title, .viewsreference--view-title,
.h4 {
  font-family: "campariBold";
  font-size: 1.375rem; }
  @media screen and (max-width: 47.9375em) {
    p.h4, .view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title,
    .view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title, .viewsreference--view-title,
    .h4 {
      font-size: 1.25rem; } }

p.h5 {
  font-family: "campariBold";
  font-size: 1rem; }

strong {
  font-family: "eestiRegular";
  font-weight: normal; }

.tag, a.whiteBtn, a.whiteBtnWhiteBorder, .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-attachment a, .view--news-media--block-sticky-top .more a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--zip-container .msg-zip-create, .view--search-content--page-main .views-exposed-form input.form-text.button,
.view--search-content--page-main .views-exposed-form .button, .view--search-content--page-main ul.js-pager__items li a, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, header.pageHeader #block-searchapistatsblockdefaultcontentindex li a,
header.pageHeader #block-topsearchsuggestions li a, .view--news-media--block-main .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item label,
.view--news-media--block-archive .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item label,
.view--news-media--block-covid-news .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item label, ul.js-pager__items[data-drupal-views-infinite-scroll-pager] a.button {
  display: inline-block;
  padding: 6px 12px 4px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  color: #13294b;
  text-transform: uppercase;
  font-family: "eestiLight";
  font-size: 0.625rem;
  letter-spacing: .1em;
  line-height: 2; }

a.whiteBtn, a.whiteBtnWhiteBorder, .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-attachment a, .view--news-media--block-sticky-top .more a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--zip-container .msg-zip-create, .view--search-content--page-main .views-exposed-form input.form-text.button,
.view--search-content--page-main .views-exposed-form .button, .view--search-content--page-main ul.js-pager__items li a, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button {
  padding: 14px 25px;
  background: #FFFFFF;
  vertical-align: top;
  border: 1px solid #13294b;
  font-family: "eestiRegular";
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #13294b;
  text-decoration: none; }

a.whiteBtnWhiteBorder, .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-attachment a, .view--news-media--block-sticky-top .more a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a {
  border: 1px solid #FFFFFF; }

a[title="Gold download Link"] {
  color: #AD841F !important;
  font-family: "eestiRegular"; }

a.dwMinimalBtn {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }
  a.dwMinimalBtn:before {
    font-size: 24px;
    line-height: 24px;
    color: #13294b; }

ul.horizontalList, ul.horizontalListAlignLeft {
  margin: 20px 0 0 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center; }
  ul.horizontalList > li, ul.horizontalListAlignLeft > li {
    margin: 0 30px 30px 30px; }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    ul.horizontalList > li, ul.horizontalListAlignLeft > li {
      margin: 0 15px 15px 15px; } }
  @media screen and (max-width: 47.9375em) {
    ul.horizontalList, ul.horizontalListAlignLeft {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      ul.horizontalList > li, ul.horizontalListAlignLeft > li {
        margin: 0 0 15px 0; } }

ul.horizontalListAlignLeft {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  ul.horizontalListAlignLeft > li {
    margin: 0 15px 15px 0; }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    ul.horizontalListAlignLeft > li {
      margin: 0 15px 15px 0; } }
  @media screen and (max-width: 47.9375em) {
    ul.horizontalListAlignLeft > li {
      margin: 0 0 15px 0; } }

.field-name-body > .grid-x > .cell, .field-name-field-ttf6-text > .grid-x > .cell,
.view-acquisitions-table > .grid-x > .cell, .view-archive.archive-vot-loy > .grid-x > .cell, .view-archive.archive-gen-meetings > .grid-x > .cell {
  padding-right: 0;
  padding-left: 0; }

.field-name-body .table-scroller, .field-name-field-ttf6-text .table-scroller,
.view-acquisitions-table .table-scroller, .view-archive.archive-vot-loy .table-scroller, .view-archive.archive-gen-meetings .table-scroller {
  overflow-x: auto; }
  @media screen and (max-width: 47.9375em) {
    .field-name-body .table-scroller, .field-name-field-ttf6-text .table-scroller,
    .view-acquisitions-table .table-scroller, .view-archive.archive-vot-loy .table-scroller, .view-archive.archive-gen-meetings .table-scroller {
      margin: 20px 0; } }

.field-name-body table, .field-name-field-ttf6-text table,
.view-acquisitions-table table, .view-archive.archive-vot-loy table, .view-archive.archive-gen-meetings table {
  width: 100%;
  table-layout: auto;
  margin: 0; }
  .field-name-body table thead, .field-name-field-ttf6-text table thead,
  .view-acquisitions-table table thead, .view-archive.archive-vot-loy table thead, .view-archive.archive-gen-meetings table thead {
    background: #13294b;
    border: none; }
    .field-name-body table thead td, .field-name-body table thead th, .field-name-field-ttf6-text table thead td, .field-name-field-ttf6-text table thead th,
    .view-acquisitions-table table thead td,
    .view-acquisitions-table table thead th, .view-archive.archive-vot-loy table thead td, .view-archive.archive-vot-loy table thead th, .view-archive.archive-gen-meetings table thead td, .view-archive.archive-gen-meetings table thead th {
      padding: 12px 15px;
      font-family: "eestiRegular";
      font-weight: normal;
      font-size: 0.625rem;
      line-height: 0.875rem;
      color: #FFFFFF;
      letter-spacing: 0.00937rem;
      text-transform: uppercase;
      text-align: center; }
  .field-name-body table tbody, .field-name-field-ttf6-text table tbody,
  .view-acquisitions-table table tbody, .view-archive.archive-vot-loy table tbody, .view-archive.archive-gen-meetings table tbody {
    background: transparent;
    border: none; }
    .field-name-body table tbody tr, .field-name-body table tbody tr:nth-child(2n), .field-name-field-ttf6-text table tbody tr, .field-name-field-ttf6-text table tbody tr:nth-child(2n),
    .view-acquisitions-table table tbody tr,
    .view-acquisitions-table table tbody tr:nth-child(2n), .view-archive.archive-vot-loy table tbody tr, .view-archive.archive-vot-loy table tbody tr:nth-child(2n), .view-archive.archive-gen-meetings table tbody tr, .view-archive.archive-gen-meetings table tbody tr:nth-child(2n) {
      background: transparent;
      border-bottom: 1px solid rgba(19, 41, 75, 0.3); }
    .field-name-body table tbody tr:last-of-type, .field-name-field-ttf6-text table tbody tr:last-of-type,
    .view-acquisitions-table table tbody tr:last-of-type, .view-archive.archive-vot-loy table tbody tr:last-of-type, .view-archive.archive-gen-meetings table tbody tr:last-of-type {
      border-bottom: none !important; }
    .field-name-body table tbody td, .field-name-field-ttf6-text table tbody td,
    .view-acquisitions-table table tbody td, .view-archive.archive-vot-loy table tbody td, .view-archive.archive-gen-meetings table tbody td {
      padding: 12px 15px;
      font-size: 0.875rem;
      line-height: 1.25rem;
      color: #13294b;
      letter-spacing: 0.01875rem;
      text-align: center; }

.field-name-body .transformableDownloadTable, .field-name-field-ttf6-text .transformableDownloadTable,
.view-acquisitions-table .transformableDownloadTable, .view-archive.archive-vot-loy .transformableDownloadTable, .view-archive.archive-gen-meetings .transformableDownloadTable {
  width: 100% !important;
  table-layout: auto; }
  @media screen and (max-width: 47.9375em) {
    .field-name-body .transformableDownloadTable, .field-name-field-ttf6-text .transformableDownloadTable,
    .view-acquisitions-table .transformableDownloadTable, .view-archive.archive-vot-loy .transformableDownloadTable, .view-archive.archive-gen-meetings .transformableDownloadTable {
      display: none; } }

.field-name-body .transformableDownloadTableMobile, .field-name-field-ttf6-text .transformableDownloadTableMobile,
.view-acquisitions-table .transformableDownloadTableMobile, .view-archive.archive-vot-loy .transformableDownloadTableMobile, .view-archive.archive-gen-meetings .transformableDownloadTableMobile {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .field-name-body .transformableDownloadTableMobile, .field-name-field-ttf6-text .transformableDownloadTableMobile,
    .view-acquisitions-table .transformableDownloadTableMobile, .view-archive.archive-vot-loy .transformableDownloadTableMobile, .view-archive.archive-gen-meetings .transformableDownloadTableMobile {
      display: block; } }
  .field-name-body .transformableDownloadTableMobile .innerWrapper, .field-name-field-ttf6-text .transformableDownloadTableMobile .innerWrapper,
  .view-acquisitions-table .transformableDownloadTableMobile .innerWrapper, .view-archive.archive-vot-loy .transformableDownloadTableMobile .innerWrapper, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .innerWrapper {
    padding: 8px 0;
    border-bottom: 1px solid rgba(19, 41, 75, 0.3); }
    .field-name-body .transformableDownloadTableMobile .innerWrapper:first-of-type, .field-name-field-ttf6-text .transformableDownloadTableMobile .innerWrapper:first-of-type,
    .view-acquisitions-table .transformableDownloadTableMobile .innerWrapper:first-of-type, .view-archive.archive-vot-loy .transformableDownloadTableMobile .innerWrapper:first-of-type, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .innerWrapper:first-of-type {
      border-top: 1px solid rgba(19, 41, 75, 0.3); }
  .field-name-body .transformableDownloadTableMobile .mainTableDiv, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv,
  .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    font-size: 0; }
    .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol1, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol1,
    .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol1, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol1, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol1 {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol1 p, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol1 p,
      .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol1 p, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol1 p, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol1 p {
        margin: 0;
        font-family: "eestiRegular";
        font-size: 0.625rem;
        line-height: 0.875rem;
        letter-spacing: 0.14px;
        text-transform: uppercase; }
    .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol2, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol2,
    .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol2, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol2, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol2 {
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol2 p, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol2 p,
      .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol2 p, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol2 p, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol2 p {
        margin: 0;
        font-size: 0.75rem;
        line-height: 0.875rem; }
    .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol3, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol3,
    .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol3, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol3, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol3 {
      -ms-flex-preferred-size: 34px;
          flex-basis: 34px;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      text-align: center; }
      .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol3 a, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol3 a,
      .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol3 a, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol3 a, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol3 a {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translate(0, -50%); }
    .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol4, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol4,
    .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol4, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol4, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol4 {
      -ms-flex-preferred-size: 42px;
          flex-basis: 42px;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      text-align: center; }
      .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler,
      .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler {
        display: inline-block;
        position: relative;
        top: 50%;
        vertical-align: top;
        cursor: pointer;
        transform: translate(0, -50%); }
        .field-name-body .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler:before, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler:before,
        .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler:before, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler:before, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv .mtCol4 span.innerToggler:before {
          font-size: 10px;
          line-height: 10px; }
    .field-name-body .transformableDownloadTableMobile .mainTableDiv.opened .mtCol4 .innerToggler:before, .field-name-field-ttf6-text .transformableDownloadTableMobile .mainTableDiv.opened .mtCol4 .innerToggler:before,
    .view-acquisitions-table .transformableDownloadTableMobile .mainTableDiv.opened .mtCol4 .innerToggler:before, .view-archive.archive-vot-loy .transformableDownloadTableMobile .mainTableDiv.opened .mtCol4 .innerToggler:before, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .mainTableDiv.opened .mtCol4 .innerToggler:before {
      content: '\e803'; }
  .field-name-body .transformableDownloadTableMobile .innerTableDiv, .field-name-field-ttf6-text .transformableDownloadTableMobile .innerTableDiv,
  .view-acquisitions-table .transformableDownloadTableMobile .innerTableDiv, .view-archive.archive-vot-loy .transformableDownloadTableMobile .innerTableDiv, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .innerTableDiv {
    display: none;
    width: 100%; }
    .field-name-body .transformableDownloadTableMobile .innerTableDiv .itItem, .field-name-field-ttf6-text .transformableDownloadTableMobile .innerTableDiv .itItem,
    .view-acquisitions-table .transformableDownloadTableMobile .innerTableDiv .itItem, .view-archive.archive-vot-loy .transformableDownloadTableMobile .innerTableDiv .itItem, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .innerTableDiv .itItem {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .field-name-body .transformableDownloadTableMobile .innerTableDiv .itLbl, .field-name-field-ttf6-text .transformableDownloadTableMobile .innerTableDiv .itLbl,
    .view-acquisitions-table .transformableDownloadTableMobile .innerTableDiv .itLbl, .view-archive.archive-vot-loy .transformableDownloadTableMobile .innerTableDiv .itLbl, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .innerTableDiv .itLbl {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-family: "eestiRegular";
      font-size: 0.625rem;
      line-height: 0.875rem;
      letter-spacing: 0.14px;
      text-transform: uppercase; }
    .field-name-body .transformableDownloadTableMobile .innerTableDiv .itVal, .field-name-field-ttf6-text .transformableDownloadTableMobile .innerTableDiv .itVal,
    .view-acquisitions-table .transformableDownloadTableMobile .innerTableDiv .itVal, .view-archive.archive-vot-loy .transformableDownloadTableMobile .innerTableDiv .itVal, .view-archive.archive-gen-meetings .transformableDownloadTableMobile .innerTableDiv .itVal {
      -ms-flex-positive: 1;
          flex-grow: 1;
      font-size: 0.75rem;
      line-height: 0.875rem; }

.field-name-body.view-archive.archive-gen-meetings table tbody tr, .field-name-field-ttf6-text.view-archive.archive-gen-meetings table tbody tr,
.view-acquisitions-table.view-archive.archive-gen-meetings table tbody tr, .view-archive.archive-vot-loy.view-archive.archive-gen-meetings table tbody tr, .view-archive.archive-gen-meetings.view-archive.archive-gen-meetings table tbody tr {
  border-bottom: 0px none; }
  .field-name-body.view-archive.archive-gen-meetings table tbody tr:last-child td span:last-child a, .field-name-field-ttf6-text.view-archive.archive-gen-meetings table tbody tr:last-child td span:last-child a,
  .view-acquisitions-table.view-archive.archive-gen-meetings table tbody tr:last-child td span:last-child a, .view-archive.archive-vot-loy.view-archive.archive-gen-meetings table tbody tr:last-child td span:last-child a, .view-archive.archive-gen-meetings.view-archive.archive-gen-meetings table tbody tr:last-child td span:last-child a {
    border-bottom: 0px none; }

.field-name-body.view-archive.archive-gen-meetings table tbody td, .field-name-field-ttf6-text.view-archive.archive-gen-meetings table tbody td,
.view-acquisitions-table.view-archive.archive-gen-meetings table tbody td, .view-archive.archive-vot-loy.view-archive.archive-gen-meetings table tbody td, .view-archive.archive-gen-meetings.view-archive.archive-gen-meetings table tbody td {
  padding: 0; }
  .field-name-body.view-archive.archive-gen-meetings table tbody td span a, .field-name-field-ttf6-text.view-archive.archive-gen-meetings table tbody td span a,
  .view-acquisitions-table.view-archive.archive-gen-meetings table tbody td span a, .view-archive.archive-vot-loy.view-archive.archive-gen-meetings table tbody td span a, .view-archive.archive-gen-meetings.view-archive.archive-gen-meetings table tbody td span a {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(19, 41, 75, 0.3); }

.view-archive.archive-vot-loy table thead td, .view-archive.archive-vot-loy table thead th, .view-archive.archive-gen-meetings table thead td, .view-archive.archive-gen-meetings table thead th {
  text-align: left; }

.view-archive.archive-vot-loy table tbody td, .view-archive.archive-gen-meetings table tbody td {
  text-align: left; }

.field-name-body > .field-items, .field-name-field-ttf6-text > .field-items {
  overflow: hidden; }

.field-name-body p img.onLeft, .field-name-field-ttf6-text p img.onLeft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.field-name-body p img.onRight, .field-name-field-ttf6-text p img.onRight {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

.field-node--field-image-gallery {
  margin: 1em 0; }
  .field-node--field-image-gallery .grid-x .cell img {
    border: 1px solid rgba(19, 41, 75, 0.5); }

.field-node--field-video-gallery {
  margin: 1em 0; }
  .field-node--field-video-gallery .field-item a {
    display: block; }

.cke_editable a:not([class]) {
  color: #AD841F;
  text-decoration: underline; }

.document_hl {
  margin: 20px 0 30px; }
  .document_hl a img {
    max-width: 320px;
    max-height: 320px; }
  .document_hl a span {
    display: block;
    margin-top: 8px; }
  .document_hl.file--application-pdf span.file_hl_desc:before {
    margin-right: 4px;
    vertical-align: baseline; }

#inner-wrap #mobile-menu {
  display: none; }

header.pageHeader {
  position: fixed;
  top: 25px;
  width: 100%;
  z-index: 10 !important;
  font-size: 0;
  transition: all 0.3s ease-in-out; }
  header.pageHeader > .pageHeaderWrapper {
    position: relative;
    width: calc(100% - 2%);
    height: 60px;
    max-width: 100%;
    margin: 0 1%;
    padding: 0;
    background: #13294b;
    transition: all 0.3s ease-in-out; }
    body.mmenuOpened header.pageHeader > .pageHeaderWrapper {
      width: 100%;
      margin: 0;
      padding: 0 1%; }
    @media all and (max-width: 1024px) {
      header.pageHeader > .pageHeaderWrapper {
        width: 100%;
        margin: 0;
        height: 50px; } }
  header.pageHeader .headerSideBlk {
    -ms-flex: 1;
        flex: 1; }
  header.pageHeader .headerLogo {
    -ms-flex-preferred-size: 256px;
        flex-basis: 256px; }
  header.pageHeader a.logo {
    display: block;
    position: relative;
    top: 50%;
    vertical-align: top;
    transform: translate(0, -50%); }
    header.pageHeader a.logo img {
      width: 100%;
      height: auto;
      max-width: 100%; }
  header.pageHeader .headerSideBlk, header.pageHeader .headerHamburger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  header.pageHeader .block-headersearchtoggler {
    display: inline-block;
    vertical-align: top;
    position: static; }
    header.pageHeader .block-headersearchtoggler #searchToggler {
      display: inline-block;
      padding: 10px;
      vertical-align: top;
      cursor: pointer; }
      header.pageHeader .block-headersearchtoggler #searchToggler span {
        display: inline-block;
        vertical-align: top; }
        header.pageHeader .block-headersearchtoggler #searchToggler span:before {
          font-size: 14px;
          line-height: 14px;
          color: #FFFFFF; }
  header.pageHeader #searchHeader {
    font-size: 0.875rem;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #13294b;
    color: #fff;
    padding: 20px 0;
    top: 0;
    height: 0px;
    transition: all 200ms;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
    opacity: 0; }
    header.pageHeader #searchHeader form {
      display: -ms-flexbox;
      display: flex;
      width: 70%;
      margin: 0 15%;
      -ms-flex-align: center;
          align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding: 0 0 4px 0; }
      header.pageHeader #searchHeader form .col2 {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
      header.pageHeader #searchHeader form input {
        margin: 0;
        color: #fff;
        border: 0px none;
        background-color: transparent;
        box-shadow: none;
        font-size: 1.25rem;
        padding: 0;
        line-height: 1; }
        header.pageHeader #searchHeader form input::-webkit-input-placeholder {
          text-transform: uppercase; }
        header.pageHeader #searchHeader form input:-moz-placeholder {
          text-transform: uppercase; }
        header.pageHeader #searchHeader form input::-moz-placeholder {
          text-transform: uppercase; }
        header.pageHeader #searchHeader form input:-ms-input-placeholder {
          text-transform: uppercase; }
        header.pageHeader #searchHeader form input:focus::-webkit-input-placeholder {
          opacity: 0; }
        header.pageHeader #searchHeader form input:focus:-moz-placeholder {
          opacity: 0; }
        header.pageHeader #searchHeader form input:focus::-moz-placeholder {
          opacity: 0; }
        header.pageHeader #searchHeader form input:focus:-ms-input-placeholder {
          opacity: 0; }
      header.pageHeader #searchHeader form button {
        font-size: 1.5rem;
        line-height: 1;
        padding: 0 18px 0 0;
        color: #fff; }
        header.pageHeader #searchHeader form button span {
          display: none; }
    header.pageHeader #searchHeader.active {
      padding: 50px 0px 30px;
      top: 100%;
      height: 120px;
      visibility: visible;
      opacity: 1; }
  header.pageHeader #block-searchapistatsblockdefaultcontentindex,
  header.pageHeader #block-topsearchsuggestions {
    visibility: hidden;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    margin-top: 0;
    background-color: #13294b;
    color: #fff;
    transition: top 200ms, margin-top 200ms, max-height 200ms;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 50px; }
    header.pageHeader #block-searchapistatsblockdefaultcontentindex > div,
    header.pageHeader #block-topsearchsuggestions > div {
      width: 70%;
      margin: 0 auto; }
    header.pageHeader #block-searchapistatsblockdefaultcontentindex .field-block-content--field-intro,
    header.pageHeader #block-searchapistatsblockdefaultcontentindex .field-block-content--field-footer,
    header.pageHeader #block-topsearchsuggestions .field-block-content--field-intro,
    header.pageHeader #block-topsearchsuggestions .field-block-content--field-footer {
      font-size: 1.0625rem; }
      header.pageHeader #block-searchapistatsblockdefaultcontentindex .field-block-content--field-intro a,
      header.pageHeader #block-searchapistatsblockdefaultcontentindex .field-block-content--field-footer a,
      header.pageHeader #block-topsearchsuggestions .field-block-content--field-intro a,
      header.pageHeader #block-topsearchsuggestions .field-block-content--field-footer a {
        color: #fff;
        font-family: "eestiRegular";
        text-decoration: underline; }
    header.pageHeader #block-searchapistatsblockdefaultcontentindex ul, header.pageHeader #block-searchapistatsblockdefaultcontentindex li,
    header.pageHeader #block-topsearchsuggestions ul,
    header.pageHeader #block-topsearchsuggestions li {
      list-style: none outside none;
      margin: 0;
      padding: 0; }
    header.pageHeader #block-searchapistatsblockdefaultcontentindex ul,
    header.pageHeader #block-topsearchsuggestions ul {
      margin: 16px 0; }
    header.pageHeader #block-searchapistatsblockdefaultcontentindex li,
    header.pageHeader #block-topsearchsuggestions li {
      display: inline-block;
      margin-bottom: 10px; }
      header.pageHeader #block-searchapistatsblockdefaultcontentindex li a .keyword:before,
      header.pageHeader #block-topsearchsuggestions li a .keyword:before {
        content: "#"; }
      header.pageHeader #block-searchapistatsblockdefaultcontentindex li a .amount,
      header.pageHeader #block-topsearchsuggestions li a .amount {
        display: none; }
    header.pageHeader #block-searchapistatsblockdefaultcontentindex.active,
    header.pageHeader #block-topsearchsuggestions.active {
      top: 100%;
      margin-top: 120px;
      max-height: 600px;
      visibility: visible; }
  header.pageHeader .block-languageswitcher {
    display: inline-block;
    vertical-align: top; }
    header.pageHeader .block-languageswitcher button.button {
      margin: 0;
      padding: 0;
      background: transparent;
      box-shadow: none;
      border: none;
      font-family: "eestiLight";
      font-size: 0.625rem;
      line-height: 3.75rem;
      color: #FFFFFF;
      text-transform: uppercase; }
      header.pageHeader .block-languageswitcher button.button span {
        display: inline-block;
        margin-left: 5px;
        vertical-align: top; }
        header.pageHeader .block-languageswitcher button.button span:before {
          font-size: 4px;
          line-height: 3.75rem; }
    header.pageHeader .block-languageswitcher button.button[aria-expanded="true"] span:before {
      content: '\e803'; }
    header.pageHeader .block-languageswitcher .dropdown-pane {
      width: 80px;
      left: 0 !important;
      padding: 0;
      border: none;
      background: #c3c3c4; }
    header.pageHeader .block-languageswitcher ul.langList {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center; }
      header.pageHeader .block-languageswitcher ul.langList li {
        border-bottom: 1px solid #c3c3c4; }
        header.pageHeader .block-languageswitcher ul.langList li:last-of-type {
          border-bottom: none; }
      header.pageHeader .block-languageswitcher ul.langList a {
        display: block;
        padding: 8px 0;
        font-family: "eestiLight";
        font-size: 0.875rem;
        line-height: 1rem;
        color: #13294b;
        text-transform: uppercase; }
  header.pageHeader nav.header-menu {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: static; }
    header.pageHeader nav.header-menu ul.menu:not(.submenu) {
      position: static; }
      header.pageHeader nav.header-menu ul.menu:not(.submenu) > li {
        position: static;
        text-align: center; }
        header.pageHeader nav.header-menu ul.menu:not(.submenu) > li > a, header.pageHeader nav.header-menu ul.menu:not(.submenu) > li > span {
          display: inline-block;
          position: relative;
          cursor: pointer;
          padding: 0;
          font-family: "eestiRegular";
          font-size: 0.625rem;
          line-height: 3.75rem;
          color: #FFFFFF;
          text-transform: uppercase; }
          header.pageHeader nav.header-menu ul.menu:not(.submenu) > li > a:after, header.pageHeader nav.header-menu ul.menu:not(.submenu) > li > span:after {
            content: "";
            display: block;
            top: auto;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 3px;
            margin-top: -3px;
            border: none;
            background: transparent;
            transition: all 0.3s ease-in-out; }
        header.pageHeader nav.header-menu ul.menu:not(.submenu) > li.active-trail > a:after, header.pageHeader nav.header-menu ul.menu:not(.submenu) > li:hover > a:after, header.pageHeader nav.header-menu ul.menu:not(.submenu) > li > a.is-active:after {
          border-bottom: 3px solid #FFFFFF; }
    header.pageHeader nav.header-menu ul.menu.is-dropdown-submenu {
      right: 0;
      left: 0;
      width: 100%;
      background: #c3c3c4;
      border: none;
      text-align: left; }
      header.pageHeader nav.header-menu ul.menu.is-dropdown-submenu > li {
        width: auto;
        display: inline-block; }
        header.pageHeader nav.header-menu ul.menu.is-dropdown-submenu > li > a {
          position: relative;
          padding: 0 1rem;
          font-family: "eestiRegular";
          font-size: 0.625rem;
          line-height: 4.1875rem;
          color: #13294b;
          text-transform: uppercase; }
          header.pageHeader nav.header-menu ul.menu.is-dropdown-submenu > li > a:after {
            content: "";
            display: block;
            top: auto;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 3px;
            margin-top: -3px;
            border: none;
            background: transparent;
            transition: all 0.3s ease-in-out; }
          header.pageHeader nav.header-menu ul.menu.is-dropdown-submenu > li > a.is-active:after {
            border-bottom: 3px solid #13294b; }
  header.pageHeader .headerHamburger {
    width: 30px;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center; }
    header.pageHeader .headerHamburger .hamburgerMenu:before {
      font-size: 9px;
      line-height: 14px;
      color: #FFFFFF; }
    header.pageHeader .headerHamburger .hamburgerMenu.is-active:before {
      content: '\e804'; }
    @media print, screen and (min-width: 64.0625em) {
      header.pageHeader .headerHamburger {
        display: none; } }
  header.pageHeader.headroom--not-top {
    top: 0; }
    header.pageHeader.headroom--not-top > .pageHeaderWrapper {
      width: 100%;
      margin: 0;
      height: 50px; }
    header.pageHeader.headroom--not-top .block-languageswitcher button.button {
      line-height: 3.125rem; }
      header.pageHeader.headroom--not-top .block-languageswitcher button.button span:before {
        line-height: 3.125rem; }
    header.pageHeader.headroom--not-top nav.header-menu ul.menu:not(.submenu) > li > a {
      line-height: 3.125rem; }
  @media print, screen and (min-width: 64.0625em) {
    header.pageHeader nav.header-menu ul.menu.is-dropdown-submenu > li.liSustainabilitySpecial {
      float: right;
      /*margin-top: 10px;
        margin-right: 1rem;

        > a {
          background: $white;
          border-radius: 4px;
          line-height: rem-calc(47); // Era 67, ma aggiungo 10px sopra e sotto al li
          transition: all 0.3s ease;
        }*/ } }
  @media only screen and (max-width: 1024px) {
    header.pageHeader {
      top: 0; }
      header.pageHeader > .pageHeaderWrapper > .grid-x {
        position: relative;
        top: 50%;
        transform: translate(0, -50%); }
      header.pageHeader .headerSideBlk {
        -ms-flex: 0;
            flex: 0;
        margin-left: auto; }
      header.pageHeader .block-headersearchtoggler #searchToggler span:before {
        font-size: 15px;
        line-height: 15px; } }
  @media screen and (max-width: 47.9375em) {
    header.pageHeader .headerLogo {
      -ms-flex-preferred-size: 190px;
          flex-basis: 190px; }
    header.pageHeader a.logo img {
      width: auto;
      height: 14px; }
    header.pageHeader .block-headersearchtoggler #searchToggler {
      width: 20px;
      padding: 10px 0;
      text-align: center; }
      header.pageHeader .block-headersearchtoggler #searchToggler span.cmp-icon-close:before {
        font-size: 12px; }
    header.pageHeader .headerHamburger {
      width: 20px;
      margin-left: 20px; } }

@media screen and (min-width: 64.0625em) {
  body.user-logged-in.adminimal-admin-toolbar.toolbar-fixed.toolbar-horizontal:not(.toolbar-tray-open) header.pageHeader {
    top: 64px; }
    body.user-logged-in.adminimal-admin-toolbar.toolbar-fixed.toolbar-horizontal:not(.toolbar-tray-open) header.pageHeader.headroom--not-top {
      top: 39px; }
  body.user-logged-in.adminimal-admin-toolbar.toolbar-fixed.toolbar-horizontal.toolbar-tray-open header.pageHeader {
    top: 103px; }
    body.user-logged-in.adminimal-admin-toolbar.toolbar-fixed.toolbar-horizontal.toolbar-tray-open header.pageHeader.headroom--not-top {
      top: 78px; } }

.block-camparigroup-page-title {
  display: none !important; }

.block-system-main-block > *:first-child {
  margin-top: 150px;
  min-height: 50px;
  margin-bottom: 60px; }
  .block-system-main-block > *:first-child.node-content.node-view-mode-full.firstParagraphBanner {
    margin-top: 0; }
  .block-system-main-block > *:first-child.node-view-mode-full.node-type-spiritheque {
    margin-top: 88px; }
  .block-system-main-block > *:first-child.node-view-mode-full#node-37 {
    margin-bottom: 0; }
  .block-system-main-block > *:first-child .people-our-culture {
    min-height: calc(100vw / 100 * 45); }
  @media screen and (max-width: 47.9375em) {
    .block-system-main-block > *:first-child {
      margin-top: 80px;
      margin-bottom: 30px; }
      .block-system-main-block > *:first-child.node-content.node-view-mode-full.firstParagraphBanner {
        margin-top: 0; }
      .block-system-main-block > *:first-child.node-view-mode-full.node-type-spiritheque {
        margin-top: 88px; } }

.socShare {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .socShare li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0; }
  .socShare a.shareLink {
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
    color: #13294b; }
    .socShare a.shareLink:hover {
      color: #62B5E5; }
  .socShare span {
    display: inline-block;
    vertical-align: top; }
    .socShare span:before {
      font-size: 30px;
      line-height: 30px; }

.mm-menu.mm-menu_position-top {
  top: 50px;
  height: calc(100vh - 50px);
  max-height: 100vh;
  background: #13294b;
  z-index: 8;
  transition: all 0.2s ease-in-out; }
  .mm-menu.mm-menu_position-top.onInner {
    background: #c3c3c4; }
  body.headroom-not-top .mm-menu.mm-menu_position-top {
    top: 50px;
    height: calc(100vh - 50px); }
  .mm-menu.mm-menu_position-top .mm-panels {
    bottom: 50px; }
  .mm-menu.mm-menu_position-top .mm-panel {
    background: #13294b; }
  .mm-menu.mm-menu_position-top .mm-listview {
    position: relative;
    top: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
    transform: translate(0, -50%); }
  .mm-menu.mm-menu_position-top a, .mm-menu.mm-menu_position-top a:active, .mm-menu.mm-menu_position-top a:hover, .mm-menu.mm-menu_position-top a:link, .mm-menu.mm-menu_position-top a:visited {
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 2.36px;
    text-transform: uppercase; }
  .mm-menu.mm-menu_position-top a.mm-listitem__text {
    margin: 5px 0; }
  .mm-menu.mm-menu_position-top .mm-panel.mm-panel_has-navbar {
    background: #c3c3c4;
    /*a.liSustainabilitySpecial {
      width: calc(100% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      background: $white;
    }*/ }
    .mm-menu.mm-menu_position-top .mm-panel.mm-panel_has-navbar a, .mm-menu.mm-menu_position-top .mm-panel.mm-panel_has-navbar a:active, .mm-menu.mm-menu_position-top .mm-panel.mm-panel_has-navbar a:hover, .mm-menu.mm-menu_position-top .mm-panel.mm-panel_has-navbar a:link, .mm-menu.mm-menu_position-top .mm-panel.mm-panel_has-navbar a:visited {
      color: #13294b; }
  .mm-menu.mm-menu_position-top .mm-listitem {
    position: relative;
    border-color: transparent; }
    .mm-menu.mm-menu_position-top .mm-listitem .mm-btn.mm-listitem__btn {
      position: absolute;
      top: 50%;
      right: 0;
      width: 30px;
      height: 30px;
      padding: 0;
      transform: translate(0, -50%); }
      .mm-menu.mm-menu_position-top .mm-listitem .mm-btn.mm-listitem__btn:after {
        display: none !important; }
      .mm-menu.mm-menu_position-top .mm-listitem .mm-btn.mm-listitem__btn:before {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #FFFFFF;
        transform: translate(-50%, -50%);
        border-color: transparent; }
    .mm-menu.mm-menu_position-top .mm-listitem .mm-listitem__text {
      padding: 10px 30px; }
  .mm-menu.mm-menu_position-top .mm-navbar {
    background: transparent;
    border: none;
    border-bottom: 1px solid #13294b; }
    .mm-menu.mm-menu_position-top .mm-navbar .mm-btn.mm-navbar__btn {
      position: absolute;
      top: 50%;
      right: 0;
      width: 30px;
      height: 30px;
      padding: 0;
      transform: translate(0, -50%); }
      .mm-menu.mm-menu_position-top .mm-navbar .mm-btn.mm-navbar__btn:before {
        display: none !important; }
      .mm-menu.mm-menu_position-top .mm-navbar .mm-btn.mm-navbar__btn:after {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #13294b;
        transform: translate(-50%, -50%);
        border-color: transparent; }
    .mm-menu.mm-menu_position-top .mm-navbar .mm-navbar__title {
      font-family: "eestiRegular";
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: #13294b;
      letter-spacing: 2.36px;
      text-align: center;
      text-transform: uppercase; }
  .mm-menu.mm-menu_position-top #mm-1 .mm-navbar {
    display: none; }
  .mm-menu.mm-menu_position-top .mm-navbars_bottom {
    border: none; }
    .mm-menu.mm-menu_position-top .mm-navbars_bottom:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 130px;
      height: 5px;
      background: #FFFFFF;
      border-radius: 5px;
      transform: translate(-50%, 0); }
    .mm-menu.mm-menu_position-top .mm-navbars_bottom .mm-navbar {
      height: 50px;
      background: transparent;
      border: none; }
    .mm-menu.mm-menu_position-top .mm-navbars_bottom ul#mobilelang {
      margin: 0;
      padding: 0;
      list-style: none; }
      .mm-menu.mm-menu_position-top .mm-navbars_bottom ul#mobilelang a {
        font-family: "eestiRegular";
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 50px;
        color: #FFFFFF;
        text-align: center;
        letter-spacing: 2.36px;
        text-transform: uppercase; }

@media print, screen and (min-width: 64.0625em) {
  .mm-page.mm-slideout {
    z-index: auto !important; } }

footer.pageFooter {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #13294b; }
  footer.pageFooter .footer-center .colMenu {
    position: relative; }
    footer.pageFooter .footer-center .colMenu:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: #FFFFFF; }
  footer.pageFooter .block-camparigroup-footer ul.menu {
    margin-bottom: 20px; }
    footer.pageFooter .block-camparigroup-footer ul.menu a {
      padding: 5px 15px;
      font-family: "eestiRegular";
      font-size: 0.625rem;
      line-height: 0.75rem;
      color: #FFFFFF;
      text-transform: uppercase; }
    footer.pageFooter .block-camparigroup-footer ul.menu li:first-of-type a {
      padding-left: 0; }
    footer.pageFooter .block-camparigroup-footer ul.menu li:last-of-type a {
      padding-right: 0; }
  footer.pageFooter .block-footercopy p {
    margin: 0;
    font-size: 0.625rem;
    line-height: 0.875rem;
    color: #FFFFFF;
    letter-spacing: 0.6px; }
  footer.pageFooter .block-socialmenu h2.block-title {
    margin-bottom: 20px;
    font-family: "eestiRegular";
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #FFFFFF;
    text-transform: uppercase; }
  footer.pageFooter .block-socialmenu ul.menu a {
    padding: 0 6px; }
    footer.pageFooter .block-socialmenu ul.menu a span {
      display: none; }
    footer.pageFooter .block-socialmenu ul.menu a:before {
      font-size: 24px;
      line-height: 24px;
      color: #FFFFFF; }
  footer.pageFooter .block-socialmenu ul.menu li:first-of-type a {
    padding-left: 0; }
  footer.pageFooter .block-socialmenu ul.menu li:last-of-type a {
    padding-right: 0; }
  footer.pageFooter .block-languageswitcher-2 {
    position: relative;
    padding-bottom: 20px;
    text-align: left; }
    footer.pageFooter .block-languageswitcher-2 button.button {
      margin: 0;
      padding: 10px;
      background: transparent;
      box-shadow: none;
      border: none;
      font-family: "eestiLight";
      font-size: 0.75rem;
      line-height: 0.875rem;
      color: #FFFFFF;
      text-transform: uppercase; }
      footer.pageFooter .block-languageswitcher-2 button.button span {
        display: inline-block;
        margin-left: 10px;
        vertical-align: top; }
        footer.pageFooter .block-languageswitcher-2 button.button span:before {
          font-size: 8px;
          line-height: 0.875rem; }
    footer.pageFooter .block-languageswitcher-2 button.button[aria-expanded="true"] span:before {
      content: '\e803'; }
    footer.pageFooter .block-languageswitcher-2 .dropdown-pane {
      width: 140px;
      left: 0% !important;
      padding: 0;
      border: none;
      background: #F1F1F1; }
    footer.pageFooter .block-languageswitcher-2 ul.langList {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center; }
      footer.pageFooter .block-languageswitcher-2 ul.langList li {
        border-bottom: 1px solid #c3c3c4; }
        footer.pageFooter .block-languageswitcher-2 ul.langList li:last-of-type {
          border-bottom: none; }
      footer.pageFooter .block-languageswitcher-2 ul.langList a {
        display: block;
        padding: 8px 0;
        font-family: "eestiLight";
        font-size: 0.875rem;
        line-height: 1rem;
        color: #13294b;
        text-transform: uppercase; }
  @media print, screen and (min-width: 64.0625em) {
    footer.pageFooter .block-languageswitcher-2 {
      display: none; } }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    footer.pageFooter .block-languageswitcher-2 .dropdown-pane {
      top: 30px !important; } }
  @media screen and (max-width: 47.9375em) {
    footer.pageFooter {
      padding-top: 0;
      padding-bottom: 10px;
      background: #c3c3c4; }
      footer.pageFooter .footer-center .colMenu, footer.pageFooter .footer-center .colSocial,
      footer.pageFooter .block-socialmenu, footer.pageFooter .block-footercopy {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px; }
        footer.pageFooter .footer-center .colMenu:after, footer.pageFooter .footer-center .colSocial:after,
        footer.pageFooter .block-socialmenu:after, footer.pageFooter .block-footercopy:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: rgba(19, 41, 75, 0.5); }
      footer.pageFooter .footer-center .colMenu {
        padding-bottom: 0; }
      footer.pageFooter .block-socialmenu, footer.pageFooter .block-footercopy {
        padding-bottom: 0; }
        footer.pageFooter .block-socialmenu:after, footer.pageFooter .block-footercopy:after {
          left: -15px;
          width: calc(100% + 30px); }
      footer.pageFooter .block-languageswitcher-2 {
        text-align: center; }
        footer.pageFooter .block-languageswitcher-2 button.button {
          color: #13294b; }
        footer.pageFooter .block-languageswitcher-2 .dropdown-pane {
          left: 50% !important;
          transform: translate(-50%, 0); }
      footer.pageFooter .block-socialmenu h2.block-title {
        margin-bottom: 10px;
        font-size: 0.75rem;
        line-height: 0.875rem;
        color: #13294b;
        text-align: center; }
      footer.pageFooter .block-socialmenu ul.menu {
        -ms-flex-pack: center;
            justify-content: center; }
        footer.pageFooter .block-socialmenu ul.menu a:before {
          font-size: 20px;
          line-height: 20px; }
      footer.pageFooter .block-camparigroup-footer ul.menu {
        -ms-flex-pack: center;
            justify-content: center; }
        footer.pageFooter .block-camparigroup-footer ul.menu li {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin: 5px 0;
          text-align: center; }
        footer.pageFooter .block-camparigroup-footer ul.menu a {
          padding: 5px 0;
          font-size: 0.75rem;
          line-height: 0.875rem;
          color: #13294b; }
      footer.pageFooter .block-footercopy p {
        font-size: 0.6875rem;
        line-height: 1.875rem;
        color: #13294b;
        text-align: center;
        letter-spacing: 0.6px; } }

.campariGrid {
  margin-right: -12px;
  margin-left: -12px; }
  .campariGrid .item_1_1, .campariGrid .item_2_1, .campariGrid .item_2_2, .campariGrid .item_4_1 {
    position: relative; }
    .campariGrid .item_1_1:before, .campariGrid .item_2_1:before, .campariGrid .item_2_2:before, .campariGrid .item_4_1:before {
      content: "";
      display: block; }
  .campariGrid .item_1_1:before {
    padding-bottom: 100%; }
  .campariGrid .item_2_1:before {
    padding-bottom: 50%; }
  .campariGrid .item_4_1:before {
    padding-bottom: 25%; }
  .campariGrid .item_2_2:before {
    padding-bottom: 100%; }
  .campariGrid.newsMedia, .campariGrid.searchContent {
    -ms-flex-align: start;
        align-items: flex-start; }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    .campariGrid .item_4_1:before {
      padding-bottom: 28%; } }
  @media screen and (max-width: 47.9375em) {
    .campariGrid .item_1_1:before, .campariGrid .item_2_1:before, .campariGrid .item_2_2:before, .campariGrid .item_4_1:before {
      display: none; } }

.gridItem {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  margin: 12px; }
  .gridItem .giElement {
    position: relative;
    width: 100%;
    height: 100%; }
  .gridItem .giHead {
    display: block;
    position: relative;
    height: 22px;
    margin-bottom: 10px;
    overflow: hidden; }
    .gridItem .giHead p {
      font-family: "eestiRegular";
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2.1px; }
  .gridItem .giBody {
    position: relative;
    height: calc(100% - 32px - 50px - 10px);
    margin-bottom: 10px;
    overflow: hidden; }
    .gridItem .giBody p, .gridItem .giBody a {
      margin: 0;
      font-family: "eestiLight";
      letter-spacing: 0.89px;
      color: #13294b; }
    .gridItem .giBody p.prTitle {
      line-height: 22px;
      max-height: 90px;
      overflow: hidden; }
  .gridItem .giBody.withoutFooter {
    height: calc(100% - 32px - 10px); }
  .gridItem .giFoot {
    position: relative;
    height: 50px;
    overflow: hidden; }
    .gridItem .giFoot a.whiteBtn, .gridItem .giFoot a.whiteBtnWhiteBorder, .gridItem .giFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .gridItem .giFoot a, .gridItem .giFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .gridItem .giFoot a, .gridItem .giFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .gridItem .giFoot a, .gridItem .giFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .gridItem .giFoot a, .gridItem .giFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .gridItem .giFoot a, .gridItem .giFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .gridItem .giFoot span, .gridItem .giFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .gridItem .giFoot .msg-zip-create, .gridItem .giFoot
    .view--search-content--page-main .views-exposed-form .button,
    .view--search-content--page-main .views-exposed-form .gridItem .giFoot .button, .gridItem .giFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .gridItem .giFoot a, .gridItem .giFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .gridItem .giFoot button.eu-cookie-compliance-save-preferences-button {
      font-family: "eestiRegular";
      font-weight: bold; }
      @media screen and (min-width: 48em) and (max-width: 61.1875em) {
        .gridItem .giFoot a.whiteBtn, .gridItem .giFoot a.whiteBtnWhiteBorder, .gridItem .giFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .gridItem .giFoot a, .gridItem .giFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .gridItem .giFoot a, .gridItem .giFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .gridItem .giFoot a, .gridItem .giFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .gridItem .giFoot a, .gridItem .giFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .gridItem .giFoot a, .gridItem .giFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .gridItem .giFoot span, .gridItem .giFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .gridItem .giFoot .msg-zip-create, .gridItem .giFoot
        .view--search-content--page-main .views-exposed-form .button,
        .view--search-content--page-main .views-exposed-form .gridItem .giFoot .button, .gridItem .giFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .gridItem .giFoot a, .gridItem .giFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .gridItem .giFoot button.eu-cookie-compliance-save-preferences-button {
          padding: 10px;
          font-size: 0.75rem;
          line-height: 1.25rem;
          letter-spacing: .5px; } }
  @media screen and (max-width: 47.9375em) {
    .gridItem {
      position: relative;
      top: auto;
      left: auto;
      width: calc(100% - 24px);
      height: auto; } }

.campari_hp_custom_content.item-type-hp-custcnt.item-view-mode-grid {
  padding: 15px;
  background: #F1F1F1;
  border: 1px solid #13294b;
  border-radius: 2px; }
  .campari_hp_custom_content.item-type-hp-custcnt.item-view-mode-grid.item-color-white {
    background: #FFFFFF; }

.campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #13294b;
  border-radius: 2px; }
  .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giHead p {
    padding-right: 30px; }
  .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giHead span.cmp-icon-stock {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    vertical-align: top;
    transform: translate(0, -50%);
    line-height: 1; }
    .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giHead span.cmp-icon-stock:before {
      font-size: 10px;
      line-height: 16px; }
  .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody p {
    margin-bottom: 0; }
  .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody p:first-of-type {
    margin-bottom: 10px; }
  .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span {
    position: relative; }
  .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span.txtRed, .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span.txtGold {
    display: inline-block;
    vertical-align: top; }
    .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span.txtRed:after, .campari_hp_custom_content.item-type-hp-shareprice.item-view-mode-grid .giBody span.txtGold:after {
      margin-left: 3px;
      vertical-align: middle;
      font-size: 6px; }

.node-content.node-type-news.node-view-mode-grid .grid-container.full, .node-content.node-type-news.node-view-mode-grid .view--news-media--block-main .full.views-exposed-form, .view--news-media--block-main .node-content.node-type-news.node-view-mode-grid .full.views-exposed-form, .node-content.node-type-news.node-view-mode-grid
.view--news-media--block-archive .full.views-exposed-form,
.view--news-media--block-archive .node-content.node-type-news.node-view-mode-grid .full.views-exposed-form, .node-content.node-type-news.node-view-mode-grid
.view--news-media--block-covid-news .full.views-exposed-form,
.view--news-media--block-covid-news .node-content.node-type-news.node-view-mode-grid .full.views-exposed-form, .node-content.node-type-news.node-view-mode-grid .node-content.node-view-mode-full .full.field-node--field-attachment, .node-content.node-view-mode-full .node-content.node-type-news.node-view-mode-grid .full.field-node--field-attachment, .node-content.node-type-news.node-view-mode-grid .view--search-content--page-main > header.full, .node-content.node-type-news.node-view-mode-grid
.view--search-content--page-main .full#views-exposed-form-search-content-page-main,
.view--search-content--page-main .node-content.node-type-news.node-view-mode-grid .full#views-exposed-form-search-content-page-main, .node-content.node-type-news.node-view-mode-grid
.view--search-content--page-main .full.js-pager__items,
.view--search-content--page-main .node-content.node-type-news.node-view-mode-grid .full.js-pager__items, .node-content.node-type-news.node-view-mode-grid .grid-x,
.node-content.node-type-news.node-view-mode-grid-with-data .grid-container.full,
.node-content.node-type-news.node-view-mode-grid-with-data .view--news-media--block-main .full.views-exposed-form, .view--news-media--block-main
.node-content.node-type-news.node-view-mode-grid-with-data .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-grid-with-data
.view--news-media--block-archive .full.views-exposed-form,
.view--news-media--block-archive
.node-content.node-type-news.node-view-mode-grid-with-data .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-grid-with-data
.view--news-media--block-covid-news .full.views-exposed-form,
.view--news-media--block-covid-news
.node-content.node-type-news.node-view-mode-grid-with-data .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-grid-with-data .node-content.node-view-mode-full .full.field-node--field-attachment, .node-content.node-view-mode-full
.node-content.node-type-news.node-view-mode-grid-with-data .full.field-node--field-attachment,
.node-content.node-type-news.node-view-mode-grid-with-data .view--search-content--page-main > header.full,
.node-content.node-type-news.node-view-mode-grid-with-data
.view--search-content--page-main .full#views-exposed-form-search-content-page-main,
.view--search-content--page-main
.node-content.node-type-news.node-view-mode-grid-with-data .full#views-exposed-form-search-content-page-main,
.node-content.node-type-news.node-view-mode-grid-with-data
.view--search-content--page-main .full.js-pager__items,
.view--search-content--page-main
.node-content.node-type-news.node-view-mode-grid-with-data .full.js-pager__items,
.node-content.node-type-news.node-view-mode-grid-with-data .grid-x,
.node-content.node-type-news.node-view-mode-grid-category-data .grid-container.full,
.node-content.node-type-news.node-view-mode-grid-category-data .view--news-media--block-main .full.views-exposed-form, .view--news-media--block-main
.node-content.node-type-news.node-view-mode-grid-category-data .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-grid-category-data
.view--news-media--block-archive .full.views-exposed-form,
.view--news-media--block-archive
.node-content.node-type-news.node-view-mode-grid-category-data .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-grid-category-data
.view--news-media--block-covid-news .full.views-exposed-form,
.view--news-media--block-covid-news
.node-content.node-type-news.node-view-mode-grid-category-data .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-grid-category-data .node-content.node-view-mode-full .full.field-node--field-attachment, .node-content.node-view-mode-full
.node-content.node-type-news.node-view-mode-grid-category-data .full.field-node--field-attachment,
.node-content.node-type-news.node-view-mode-grid-category-data .view--search-content--page-main > header.full,
.node-content.node-type-news.node-view-mode-grid-category-data
.view--search-content--page-main .full#views-exposed-form-search-content-page-main,
.view--search-content--page-main
.node-content.node-type-news.node-view-mode-grid-category-data .full#views-exposed-form-search-content-page-main,
.node-content.node-type-news.node-view-mode-grid-category-data
.view--search-content--page-main .full.js-pager__items,
.view--search-content--page-main
.node-content.node-type-news.node-view-mode-grid-category-data .full.js-pager__items,
.node-content.node-type-news.node-view-mode-grid-category-data .grid-x,
.node-content.node-type-news.node-view-mode-hp-content-readmore .grid-container.full,
.node-content.node-type-news.node-view-mode-hp-content-readmore .view--news-media--block-main .full.views-exposed-form, .view--news-media--block-main
.node-content.node-type-news.node-view-mode-hp-content-readmore .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-hp-content-readmore
.view--news-media--block-archive .full.views-exposed-form,
.view--news-media--block-archive
.node-content.node-type-news.node-view-mode-hp-content-readmore .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-hp-content-readmore
.view--news-media--block-covid-news .full.views-exposed-form,
.view--news-media--block-covid-news
.node-content.node-type-news.node-view-mode-hp-content-readmore .full.views-exposed-form,
.node-content.node-type-news.node-view-mode-hp-content-readmore .node-content.node-view-mode-full .full.field-node--field-attachment, .node-content.node-view-mode-full
.node-content.node-type-news.node-view-mode-hp-content-readmore .full.field-node--field-attachment,
.node-content.node-type-news.node-view-mode-hp-content-readmore .view--search-content--page-main > header.full,
.node-content.node-type-news.node-view-mode-hp-content-readmore
.view--search-content--page-main .full#views-exposed-form-search-content-page-main,
.view--search-content--page-main
.node-content.node-type-news.node-view-mode-hp-content-readmore .full#views-exposed-form-search-content-page-main,
.node-content.node-type-news.node-view-mode-hp-content-readmore
.view--search-content--page-main .full.js-pager__items,
.view--search-content--page-main
.node-content.node-type-news.node-view-mode-hp-content-readmore .full.js-pager__items,
.node-content.node-type-news.node-view-mode-hp-content-readmore .grid-x,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .grid-container.full,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .view--news-media--block-main .full.views-exposed-form, .view--news-media--block-main
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .full.views-exposed-form,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid
.view--news-media--block-archive .full.views-exposed-form,
.view--news-media--block-archive
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .full.views-exposed-form,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid
.view--news-media--block-covid-news .full.views-exposed-form,
.view--news-media--block-covid-news
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .full.views-exposed-form,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .node-content.node-view-mode-full .full.field-node--field-attachment, .node-content.node-view-mode-full
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .full.field-node--field-attachment,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .view--search-content--page-main > header.full,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid
.view--search-content--page-main .full#views-exposed-form-search-content-page-main,
.view--search-content--page-main
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .full#views-exposed-form-search-content-page-main,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid
.view--search-content--page-main .full.js-pager__items,
.view--search-content--page-main
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .full.js-pager__items,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .grid-x {
  height: 100%; }

.node-content.node-type-news.node-view-mode-grid .cell,
.node-content.node-type-news.node-view-mode-grid-with-data .cell,
.node-content.node-type-news.node-view-mode-grid-category-data .cell,
.node-content.node-type-news.node-view-mode-hp-content-readmore .cell,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cell {
  position: relative; }

.node-content.node-type-news.node-view-mode-grid .cellLeft .newsBg,
.node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsBg,
.node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsBg,
.node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsBg,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 2px 0px 0px 2px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent; }

.node-content.node-type-news.node-view-mode-grid .cellLeft .newsVid,
.node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsVid,
.node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsVid,
.node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsVid,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsVid {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%); }
  .node-content.node-type-news.node-view-mode-grid .cellLeft .newsVid .cmp-icon-play,
  .node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsVid .cmp-icon-play,
  .node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsVid .cmp-icon-play,
  .node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsVid .cmp-icon-play,
  .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsVid .cmp-icon-play {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF; }
    .node-content.node-type-news.node-view-mode-grid .cellLeft .newsVid .cmp-icon-play:before, .node-content.node-type-news.node-view-mode-grid .cellLeft .newsVid .field-node--field-video-gallery .field-item a:before, .field-node--field-video-gallery .field-item .node-content.node-type-news.node-view-mode-grid .cellLeft .newsVid a:before, .node-content.node-type-news.node-view-mode-grid .cellLeft .newsVid .node-content.node-type-news.node-view-mode-full .internal-video-cover:before, .node-content.node-type-news.node-view-mode-full .node-content.node-type-news.node-view-mode-grid .cellLeft .newsVid .internal-video-cover:before,
    .node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsVid .cmp-icon-play:before,
    .node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsVid .field-node--field-video-gallery .field-item a:before, .field-node--field-video-gallery .field-item
    .node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsVid a:before,
    .node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsVid .node-content.node-type-news.node-view-mode-full .internal-video-cover:before, .node-content.node-type-news.node-view-mode-full
    .node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsVid .internal-video-cover:before,
    .node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsVid .cmp-icon-play:before,
    .node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsVid .field-node--field-video-gallery .field-item a:before, .field-node--field-video-gallery .field-item
    .node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsVid a:before,
    .node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsVid .node-content.node-type-news.node-view-mode-full .internal-video-cover:before, .node-content.node-type-news.node-view-mode-full
    .node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsVid .internal-video-cover:before,
    .node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsVid .cmp-icon-play:before,
    .node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsVid .field-node--field-video-gallery .field-item a:before, .field-node--field-video-gallery .field-item
    .node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsVid a:before,
    .node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsVid .node-content.node-type-news.node-view-mode-full .internal-video-cover:before, .node-content.node-type-news.node-view-mode-full
    .node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsVid .internal-video-cover:before,
    .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsVid .cmp-icon-play:before,
    .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsVid .field-node--field-video-gallery .field-item a:before, .field-node--field-video-gallery .field-item
    .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsVid a:before,
    .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsVid .node-content.node-type-news.node-view-mode-full .internal-video-cover:before, .node-content.node-type-news.node-view-mode-full
    .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsVid .internal-video-cover:before {
      font-size: 24px;
      line-height: 24px; }

.node-content.node-type-news.node-view-mode-grid .cellRight,
.node-content.node-type-news.node-view-mode-grid-with-data .cellRight,
.node-content.node-type-news.node-view-mode-grid-category-data .cellRight,
.node-content.node-type-news.node-view-mode-hp-content-readmore .cellRight,
.campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellRight {
  height: 100%;
  padding: 15px;
  background: #F1F1F1; }
  .node-content.node-type-news.node-view-mode-grid .cellRight span.cmp-icon-twitter,
  .node-content.node-type-news.node-view-mode-grid-with-data .cellRight span.cmp-icon-twitter,
  .node-content.node-type-news.node-view-mode-grid-category-data .cellRight span.cmp-icon-twitter,
  .node-content.node-type-news.node-view-mode-hp-content-readmore .cellRight span.cmp-icon-twitter,
  .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellRight span.cmp-icon-twitter {
    display: inline-block;
    vertical-align: top;
    color: #13294b; }
    .node-content.node-type-news.node-view-mode-grid .cellRight span.cmp-icon-twitter:before,
    .node-content.node-type-news.node-view-mode-grid-with-data .cellRight span.cmp-icon-twitter:before,
    .node-content.node-type-news.node-view-mode-grid-category-data .cellRight span.cmp-icon-twitter:before,
    .node-content.node-type-news.node-view-mode-hp-content-readmore .cellRight span.cmp-icon-twitter:before,
    .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellRight span.cmp-icon-twitter:before {
      font-size: 24px;
      line-height: 70px; }

@media screen and (max-width: 47.9375em) {
  .node-content.node-type-news.node-view-mode-grid .cellLeft,
  .node-content.node-type-news.node-view-mode-grid-with-data .cellLeft,
  .node-content.node-type-news.node-view-mode-grid-category-data .cellLeft,
  .node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft,
  .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft {
    height: 210px; }
    .node-content.node-type-news.node-view-mode-grid .cellLeft .newsBg,
    .node-content.node-type-news.node-view-mode-grid-with-data .cellLeft .newsBg,
    .node-content.node-type-news.node-view-mode-grid-category-data .cellLeft .newsBg,
    .node-content.node-type-news.node-view-mode-hp-content-readmore .cellLeft .newsBg,
    .campari_hp_custom_content_extended.item-type-hp-custcntext.item-view-mode-grid .cellLeft .newsBg {
      background-position: top center; } }

.node-content.node-type-news.node-view-mode-grid-category-data .giHead {
  height: 44px; }
  .node-content.node-type-news.node-view-mode-grid-category-data .giHead time {
    display: block;
    font-family: "eestiLight";
    font-weight: normal;
    font-style: italic;
    font-size: 0.875rem; }

.node-content.node-type-news.node-view-mode-grid-category-data .giBody {
  height: calc(100% - 52px - 50px - 10px); }

.node-content.node-type-news.node-view-mode-grid-category-data .giBody.withoutFooter {
  height: calc(100% - 52px - 10px); }

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .medium-hpNewsBottomCell .gridItem.node-content.node-view-mode-grid {
    height: calc(50% - 24px);
    margin-top: calc(100% + 12px); }
  .medium-spacedRight {
    margin-right: 5%; }
  .campariGrid .large-offset-3 {
    margin-left: 0; } }

@media print, screen and (min-width: 64.0625em) {
  .large-hpNewsBottomCell .gridItem.node-content.node-view-mode-grid {
    height: calc(50% - 24px);
    margin-top: calc(50% + 12px); } }

.node-content.node-view-mode-grid.node-type-page,
.node-content.node-view-mode-grid.node-type-brand,
.node-content.node-view-mode-grid.node-type-general-meeting {
  padding: 15px;
  border: 1px solid #13294b; }

.node-content.node-view-mode-grid.node-type-brand {
  overflow: hidden; }
  .node-content.node-view-mode-grid.node-type-brand .field-node--field-product-image {
    position: absolute;
    bottom: -20%;
    right: -22px;
    width: 62%;
    z-index: -1; }

.node-content.node-type-news.node-view-mode-hp-content {
  padding: 15px;
  background: #F1F1F1;
  border-radius: 2px; }

@media screen and (max-width: 47.9375em) {
  .itemMeetMaster .node-content.node-type-news.node-view-mode-grid .giBody.withoutFooter, .itemMeetMaster
  .node-content.node-type-news.node-view-mode-grid-with-data .giBody.withoutFooter, .itemMeetMaster
  .node-content.node-type-news.node-view-mode-grid-category-data .giBody.withoutFooter {
    margin-bottom: 120px; } }

.node-content.node-type-media.node-view-mode-grid .itmBg, .node-content.node-type-media.node-view-mode-grid .itmCnt, .node-content.node-type-media.node-view-mode-grid a.mediaLink,
.node-content.node-type-media.node-view-mode-grid-category-data .itmBg,
.node-content.node-type-media.node-view-mode-grid-category-data .itmCnt,
.node-content.node-type-media.node-view-mode-grid-category-data a.mediaLink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.node-content.node-type-media.node-view-mode-grid .itmBg,
.node-content.node-type-media.node-view-mode-grid-category-data .itmBg {
  z-index: 0;
  border-radius: 2px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent; }
  .node-content.node-type-media.node-view-mode-grid .itmBg:after,
  .node-content.node-type-media.node-view-mode-grid-category-data .itmBg:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.node-content.node-type-media.node-view-mode-grid:hover .itmBg:after,
.node-content.node-type-media.node-view-mode-grid-category-data:hover .itmBg:after {
  background-color: rgba(0, 0, 0, 0.2); }

.node-content.node-type-media.node-view-mode-grid .itmCnt,
.node-content.node-type-media.node-view-mode-grid-category-data .itmCnt {
  padding: 25px;
  z-index: 1; }

.node-content.node-type-media.node-view-mode-grid .field-name-field-term-country,
.node-content.node-type-media.node-view-mode-grid-category-data .field-name-field-term-country {
  font-family: "eestiRegular";
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase; }

.node-content.node-type-media.node-view-mode-grid p,
.node-content.node-type-media.node-view-mode-grid-category-data p {
  position: absolute;
  bottom: 25px;
  left: 25px;
  max-width: calc(100% - 90px);
  color: #FFFFFF; }

.node-content.node-type-media.node-view-mode-grid span.cmp-icon-youtube,
.node-content.node-type-media.node-view-mode-grid-category-data span.cmp-icon-youtube {
  position: absolute;
  bottom: 25px;
  right: 25px; }
  .node-content.node-type-media.node-view-mode-grid span.cmp-icon-youtube:before, .node-content.node-type-media.node-view-mode-grid .node-content.node-type-news.node-view-mode-full span.internal-video-cover:after, .node-content.node-type-news.node-view-mode-full .node-content.node-type-media.node-view-mode-grid span.internal-video-cover:after,
  .node-content.node-type-media.node-view-mode-grid-category-data span.cmp-icon-youtube:before,
  .node-content.node-type-media.node-view-mode-grid-category-data .node-content.node-type-news.node-view-mode-full span.internal-video-cover:after, .node-content.node-type-news.node-view-mode-full
  .node-content.node-type-media.node-view-mode-grid-category-data span.internal-video-cover:after {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF; }

.node-content.node-type-media.node-view-mode-grid a.mediaLink,
.node-content.node-type-media.node-view-mode-grid-category-data a.mediaLink {
  z-index: 2; }

@media screen and (max-width: 47.9375em) {
  .node-content.node-type-media.node-view-mode-grid .itmCnt,
  .node-content.node-type-media.node-view-mode-grid-category-data .itmCnt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto; }
    .node-content.node-type-media.node-view-mode-grid .itmCnt:before,
    .node-content.node-type-media.node-view-mode-grid-category-data .itmCnt:before {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .node-content.node-type-media.node-view-mode-grid .field-name-field-term-country,
  .node-content.node-type-media.node-view-mode-grid-category-data .field-name-field-term-country {
    position: absolute;
    top: 25px;
    left: 25px;
    max-width: calc(100% - 90px); } }

.node-content.node-type-press-release.node-view-mode-grid,
.node-content.node-type-documents.node-view-mode-grid {
  padding: 15px; }
  .node-content.node-type-press-release.node-view-mode-grid.boxColor-bluDark,
  .node-content.node-type-documents.node-view-mode-grid.boxColor-bluDark {
    background: #13294b; }
    .node-content.node-type-press-release.node-view-mode-grid.boxColor-bluDark .giHead, .node-content.node-type-press-release.node-view-mode-grid.boxColor-bluDark p.prTitle, .node-content.node-type-press-release.node-view-mode-grid.boxColor-bluDark p.prTitle a,
    .node-content.node-type-documents.node-view-mode-grid.boxColor-bluDark .giHead,
    .node-content.node-type-documents.node-view-mode-grid.boxColor-bluDark p.prTitle,
    .node-content.node-type-documents.node-view-mode-grid.boxColor-bluDark p.prTitle a {
      color: #FFFFFF; }
  .node-content.node-type-press-release.node-view-mode-grid.boxColor-greyF1,
  .node-content.node-type-documents.node-view-mode-grid.boxColor-greyF1 {
    background: #F1F1F1; }

.node-content.node-type-event.node-view-mode-hp-content {
  padding: 15px;
  border: 1px solid #13294b;
  border-radius: 2px; }
  .node-content.node-type-event.node-view-mode-hp-content .giHead {
    padding-right: 30px; }
    .node-content.node-type-event.node-view-mode-hp-content .giHead span {
      position: absolute;
      top: 0;
      right: 0;
      color: #13294b; }
      .node-content.node-type-event.node-view-mode-hp-content .giHead span:before {
        font-size: 20px;
        line-height: 20px; }
  .node-content.node-type-event.node-view-mode-hp-content .giBody span.evDate {
    font-family: "eestiRegular";
    font-weight: bold; }

body.path-frontpage .gridItem .giHead {
  margin-top: 10px; }

body.path-frontpage .gridItem .giBody {
  height: calc(100% - 42px - 50px - 10px); }

body.path-frontpage .gridItem .giBody.withoutFooter {
  height: calc(100% - 42px - 10px); }

/**
 * Ambienti desktop: gestiamo una slider a tutta pagina tramite FullPage
 * Applichiamo le seguenti media query in larghezza
 * - tutta larghezza (sopra a 1440px compreso)
 * - xlarge only (intervallo 1200px - 1439px)
 * - large only (intervallo 1025px - 1199px)
 * - medium only (intervallo 768px - 1024px)
 * - mportrait only (intervallo 980px - 1024px) (tablet landscape)
 * - small only (sotto a 767px compreso)
 *
 * Applichiamo inoltre una media query comune a tutti gli ambienti desktop (larghezza sopra 1025px compreso) per schermi bassi
 * Questa viene applicata per tutti gli schermi sotto a 749px (compreso)
 */
.sustainabilitySection.introSection .grid-container, .sustainabilitySection.introSection .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .sustainabilitySection.introSection .views-exposed-form, .sustainabilitySection.introSection
.view--news-media--block-archive .views-exposed-form,
.view--news-media--block-archive .sustainabilitySection.introSection .views-exposed-form, .sustainabilitySection.introSection
.view--news-media--block-covid-news .views-exposed-form,
.view--news-media--block-covid-news .sustainabilitySection.introSection .views-exposed-form, .sustainabilitySection.introSection .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .sustainabilitySection.introSection .field-node--field-attachment, .sustainabilitySection.introSection .view--search-content--page-main > header, .sustainabilitySection.introSection
.view--search-content--page-main #views-exposed-form-search-content-page-main,
.view--search-content--page-main .sustainabilitySection.introSection #views-exposed-form-search-content-page-main, .sustainabilitySection.introSection
.view--search-content--page-main .js-pager__items,
.view--search-content--page-main .sustainabilitySection.introSection .js-pager__items {
  padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px; }

.sustainabilitySection.introSection .field-name-field-introduction-text p {
  font-family: "campariBold";
  font-size: 2.875rem;
  line-height: 3.125rem;
  color: #FFFFFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  text-stroke-width: 1px;
  -webkit-text-stroke-color: #13294b;
  text-stroke-color: #13294b; }

.sustainabilitySection.introSection .field-name-field-introduction-text strong, .sustainabilitySection.introSection .field-name-field-introduction-text b {
  font-family: "campariBold";
  font-size: 2.875rem;
  line-height: 3.125rem;
  color: #13294b; }

body.is-ie-11 .sustainabilitySection.introSection .field-name-field-introduction-text p {
  color: #13294b; }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .sustainabilitySection.introSection .field-name-field-introduction-text p, .sustainabilitySection.introSection .field-name-field-introduction-text strong, .sustainabilitySection.introSection .field-name-field-introduction-text b {
    font-size: 2.875rem;
    line-height: 3.625rem; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .sustainabilitySection.introSection .field-name-field-introduction-text p, .sustainabilitySection.introSection .field-name-field-introduction-text strong, .sustainabilitySection.introSection .field-name-field-introduction-text b {
    font-size: 2.5rem;
    line-height: 3.25rem; } }

@media screen and (min-width: 1025px) and (max-height: 749px) {
  .sustainabilitySection.introSection .field-name-field-introduction-text p, .sustainabilitySection.introSection .field-name-field-introduction-text strong, .sustainabilitySection.introSection .field-name-field-introduction-text b {
    font-size: 2.375rem;
    line-height: 3rem; } }

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .sustainabilitySection.introSection .field-name-field-introduction-text p, .sustainabilitySection.introSection .field-name-field-introduction-text strong, .sustainabilitySection.introSection .field-name-field-introduction-text b {
    font-size: 2.375rem;
    line-height: 3.125rem; } }

@media screen and (min-width: 61.25em) and (max-width: 64em) {
  .sustainabilitySection.introSection .field-name-field-introduction-text p, .sustainabilitySection.introSection .field-name-field-introduction-text strong, .sustainabilitySection.introSection .field-name-field-introduction-text b {
    font-size: 2.5rem;
    line-height: 3.25rem; } }

@media screen and (max-width: 47.9375em) {
  .sustainabilitySection.introSection .grid-container, .sustainabilitySection.introSection .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .sustainabilitySection.introSection .views-exposed-form, .sustainabilitySection.introSection
  .view--news-media--block-archive .views-exposed-form,
  .view--news-media--block-archive .sustainabilitySection.introSection .views-exposed-form, .sustainabilitySection.introSection
  .view--news-media--block-covid-news .views-exposed-form,
  .view--news-media--block-covid-news .sustainabilitySection.introSection .views-exposed-form, .sustainabilitySection.introSection .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .sustainabilitySection.introSection .field-node--field-attachment, .sustainabilitySection.introSection .view--search-content--page-main > header, .sustainabilitySection.introSection
  .view--search-content--page-main #views-exposed-form-search-content-page-main,
  .view--search-content--page-main .sustainabilitySection.introSection #views-exposed-form-search-content-page-main, .sustainabilitySection.introSection
  .view--search-content--page-main .js-pager__items,
  .view--search-content--page-main .sustainabilitySection.introSection .js-pager__items {
    padding-top: 70px; }
  .sustainabilitySection.introSection .field-name-field-introduction-text p, .sustainabilitySection.introSection .field-name-field-introduction-text strong, .sustainabilitySection.introSection .field-name-field-introduction-text b {
    font-size: 1.75rem;
    line-height: 2.125rem; } }

.sustainabilitySection.reportSection .fp-tableCell {
  vertical-align: top; }

.sustainabilitySection.reportSection .grid-container, .sustainabilitySection.reportSection .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .sustainabilitySection.reportSection .views-exposed-form, .sustainabilitySection.reportSection
.view--news-media--block-archive .views-exposed-form,
.view--news-media--block-archive .sustainabilitySection.reportSection .views-exposed-form, .sustainabilitySection.reportSection
.view--news-media--block-covid-news .views-exposed-form,
.view--news-media--block-covid-news .sustainabilitySection.reportSection .views-exposed-form, .sustainabilitySection.reportSection .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .sustainabilitySection.reportSection .field-node--field-attachment, .sustainabilitySection.reportSection .view--search-content--page-main > header, .sustainabilitySection.reportSection
.view--search-content--page-main #views-exposed-form-search-content-page-main,
.view--search-content--page-main .sustainabilitySection.reportSection #views-exposed-form-search-content-page-main, .sustainabilitySection.reportSection
.view--search-content--page-main .js-pager__items,
.view--search-content--page-main .sustainabilitySection.reportSection .js-pager__items {
  padding-top: 110px; }

.sustainabilitySection.reportSection h4 {
  margin: 0 0 60px 0;
  font-family: "campariBold";
  font-size: 3rem;
  line-height: 3.75rem;
  color: #13294b; }

.sustainabilitySection.reportSection .field-name-field-sustainability-text p:last-of-type {
  margin: 0; }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .sustainabilitySection.reportSection .cellText {
    width: calc(58.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .sustainabilitySection.reportSection .cellText {
    width: calc(58.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; } }

@media screen and (max-width: 47.9375em) {
  .sustainabilitySection.reportSection .grid-container, .sustainabilitySection.reportSection .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .sustainabilitySection.reportSection .views-exposed-form, .sustainabilitySection.reportSection
  .view--news-media--block-archive .views-exposed-form,
  .view--news-media--block-archive .sustainabilitySection.reportSection .views-exposed-form, .sustainabilitySection.reportSection
  .view--news-media--block-covid-news .views-exposed-form,
  .view--news-media--block-covid-news .sustainabilitySection.reportSection .views-exposed-form, .sustainabilitySection.reportSection .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .sustainabilitySection.reportSection .field-node--field-attachment, .sustainabilitySection.reportSection .view--search-content--page-main > header, .sustainabilitySection.reportSection
  .view--search-content--page-main #views-exposed-form-search-content-page-main,
  .view--search-content--page-main .sustainabilitySection.reportSection #views-exposed-form-search-content-page-main, .sustainabilitySection.reportSection
  .view--search-content--page-main .js-pager__items,
  .view--search-content--page-main .sustainabilitySection.reportSection .js-pager__items {
    padding-top: 70px; }
  .sustainabilitySection.reportSection h4 {
    margin: 0 0 40px 0;
    font-size: 2.125rem;
    line-height: 2.125rem; } }

.paragraph--type--sustainability-slide .fp-tableCell {
  vertical-align: top; }

.paragraph--type--sustainability-slide .grid-container, .paragraph--type--sustainability-slide .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .paragraph--type--sustainability-slide .views-exposed-form, .paragraph--type--sustainability-slide
.view--news-media--block-archive .views-exposed-form,
.view--news-media--block-archive .paragraph--type--sustainability-slide .views-exposed-form, .paragraph--type--sustainability-slide
.view--news-media--block-covid-news .views-exposed-form,
.view--news-media--block-covid-news .paragraph--type--sustainability-slide .views-exposed-form, .paragraph--type--sustainability-slide .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--sustainability-slide .field-node--field-attachment, .paragraph--type--sustainability-slide .view--search-content--page-main > header, .paragraph--type--sustainability-slide
.view--search-content--page-main #views-exposed-form-search-content-page-main,
.view--search-content--page-main .paragraph--type--sustainability-slide #views-exposed-form-search-content-page-main, .paragraph--type--sustainability-slide
.view--search-content--page-main .js-pager__items,
.view--search-content--page-main .paragraph--type--sustainability-slide .js-pager__items {
  position: relative;
  z-index: 1; }

.paragraph--type--sustainability-slide .cell.sustTxt, .paragraph--type--sustainability-slide .cell.sustBg {
  height: 100vh; }

.paragraph--type--sustainability-slide .sustBg {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover; }

.paragraph--type--sustainability-slide .cell.sustTxt {
  padding-top: 90px;
  padding-left: 50px;
  padding-right: 50px; }

.paragraph--type--sustainability-slide .field-name-field-title-html {
  margin: 0 0 60px 0; }
  .paragraph--type--sustainability-slide .field-name-field-title-html p {
    margin: 0;
    font-family: "campariBold";
    font-size: 5rem;
    line-height: 5rem;
    color: #13294b;
    text-align: center; }

.paragraph--type--sustainability-slide .field-name-field-read-more, .paragraph--type--sustainability-slide .field-name-field-attachment {
  margin-top: 10px;
  text-align: center; }

.paragraph--type--sustainability-slide .field-name-field-sustainability-items > .field-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  .paragraph--type--sustainability-slide .field-name-field-sustainability-items > .field-items > .field-item {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%; }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .paragraph--type--sustainability-slide .cell.sustTxt {
    padding-left: 30px;
    padding-right: 30px; }
  .paragraph--type--sustainability-slide .field-name-field-title-html p {
    font-size: 4.375rem;
    line-height: 4.375rem; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .paragraph--type--sustainability-slide .cell.sustTxt {
    padding-left: 20px;
    padding-right: 20px; }
  .paragraph--type--sustainability-slide .field-name-field-title-html p {
    font-size: 3.75rem;
    line-height: 3.75rem; } }

@media screen and (min-width: 1025px) and (max-height: 749px) {
  .paragraph--type--sustainability-slide .cell.sustTxt {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px; }
  .paragraph--type--sustainability-slide .field-name-field-title-html {
    margin: 0 0 40px 0; }
    .paragraph--type--sustainability-slide .field-name-field-title-html p {
      font-size: 3.125rem;
      line-height: 3.125rem; } }

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .paragraph--type--sustainability-slide .sustBg {
    background-position: top center; }
  .paragraph--type--sustainability-slide .cell.sustTxt {
    height: 70vh; }
  .paragraph--type--sustainability-slide .cell.sustBg {
    height: 30vh; }
  .paragraph--type--sustainability-slide .cell.sustTxt {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px; }
  .paragraph--type--sustainability-slide .field-name-field-title-html p {
    font-size: 3.75rem;
    line-height: 3.75rem; } }

@media screen and (min-width: 61.25em) and (max-width: 64em) {
  .paragraph--type--sustainability-slide .sustBg {
    background-position: center center; }
  .paragraph--type--sustainability-slide .cell.sustTxt, .paragraph--type--sustainability-slide .cell.sustBg {
    height: 100vh; }
  .paragraph--type--sustainability-slide .cell.sustTxt {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px; }
  .paragraph--type--sustainability-slide .field-name-field-title-html {
    margin: 0 0 40px 0; }
    .paragraph--type--sustainability-slide .field-name-field-title-html p {
      font-size: 3.75rem;
      line-height: 3.75rem; } }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--sustainability-slide .sustBg {
    background-position: top center; }
  .paragraph--type--sustainability-slide .cell.sustTxt {
    height: auto; }
  .paragraph--type--sustainability-slide .cell.sustBg {
    height: 200px; }
  .paragraph--type--sustainability-slide .cell.sustTxt {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px; }
  .paragraph--type--sustainability-slide .field-name-field-title-html p {
    font-size: 2.5rem;
    line-height: 2.5rem; }
  .paragraph--type--sustainability-slide .field-name-field-read-more, .paragraph--type--sustainability-slide .field-name-field-attachment {
    margin-bottom: 30px; }
  .paragraph--type--sustainability-slide .field-name-field-sustainability-items > .field-items > .field-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }

.paragraph--type--sustainability-item {
  padding: 0 20px 20px 0; }
  .paragraph--type--sustainability-item .field-name-field-icon {
    margin: 0 0 10px 0; }
    .paragraph--type--sustainability-item .field-name-field-icon img {
      display: inline-block;
      max-width: 50px;
      vertical-align: top; }
  .paragraph--type--sustainability-item .field-name-field-text p {
    font-family: "eestiLight";
    font-size: 1rem;
    line-height: 1.25rem; }
  .paragraph--type--sustainability-item .field-name-field-text p.h4, .paragraph--type--sustainability-item .field-name-field-text .view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title, .view-archive.archive-vot-loy.archive-vot-loy-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text
  .view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title,
  .view-archive.archive-gen-meetings.archive-gen-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text .viewsreference--view-title {
    font-family: "eestiRegular";
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.625rem; }
  @media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .paragraph--type--sustainability-item .field-name-field-text p {
      font-size: 0.875rem;
      line-height: 1.125rem; }
    .paragraph--type--sustainability-item .field-name-field-text p.h4, .paragraph--type--sustainability-item .field-name-field-text .view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title, .view-archive.archive-vot-loy.archive-vot-loy-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text
    .view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title,
    .view-archive.archive-gen-meetings.archive-gen-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text .viewsreference--view-title {
      font-size: 1.25rem;
      line-height: 1.5rem; } }
  @media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
    .paragraph--type--sustainability-item .field-name-field-icon img {
      max-width: 40px; }
    .paragraph--type--sustainability-item .field-name-field-text p {
      font-size: 0.875rem;
      line-height: 1.125rem; }
    .paragraph--type--sustainability-item .field-name-field-text p.h4, .paragraph--type--sustainability-item .field-name-field-text .view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title, .view-archive.archive-vot-loy.archive-vot-loy-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text
    .view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title,
    .view-archive.archive-gen-meetings.archive-gen-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text .viewsreference--view-title {
      font-size: 1.25rem;
      line-height: 1.5rem; } }
  @media screen and (min-width: 1025px) and (max-height: 749px) {
    .paragraph--type--sustainability-item .field-name-field-icon img {
      max-width: 40px; }
    .paragraph--type--sustainability-item .field-name-field-text p.h4, .paragraph--type--sustainability-item .field-name-field-text .view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title, .view-archive.archive-vot-loy.archive-vot-loy-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text
    .view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title,
    .view-archive.archive-gen-meetings.archive-gen-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text .viewsreference--view-title {
      font-size: 1.125rem;
      line-height: 1.25rem; } }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    .paragraph--type--sustainability-item {
      padding: 0 20px 20px 0; }
      .paragraph--type--sustainability-item .field-name-field-icon img {
        max-width: 40px; }
      .paragraph--type--sustainability-item .field-name-field-text p.h4, .paragraph--type--sustainability-item .field-name-field-text .view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title, .view-archive.archive-vot-loy.archive-vot-loy-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text
      .view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title,
      .view-archive.archive-gen-meetings.archive-gen-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text .viewsreference--view-title {
        font-size: 1.125rem;
        line-height: 1.25rem; } }
  @media screen and (min-width: 61.25em) and (max-width: 64em) {
    .paragraph--type--sustainability-item {
      padding: 0 20px 20px 0; }
      .paragraph--type--sustainability-item .field-name-field-icon img {
        max-width: 40px; } }
  @media screen and (max-width: 47.9375em) {
    .paragraph--type--sustainability-item {
      padding: 0 20px 20px 0; }
      .paragraph--type--sustainability-item .field-name-field-icon img {
        max-width: 40px; }
      .paragraph--type--sustainability-item .field-name-field-text p.h4, .paragraph--type--sustainability-item .field-name-field-text .view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title, .view-archive.archive-vot-loy.archive-vot-loy-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text
      .view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title,
      .view-archive.archive-gen-meetings.archive-gen-singley .paragraph--type--sustainability-item .field-name-field-text h4.gen-meet-title, .paragraph--type--sustainability-item .field-name-field-text .viewsreference--view-title {
        font-size: 1.125rem;
        line-height: 1.25rem; } }

body.node-32 .block-system-main-block > :first-child {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0; }

body.node-32 footer.pageFooter {
  display: none; }

body.node-32 .sustainabilitySection.footerSection footer.pageFooter {
  display: block; }

@media screen and (max-width: 47.9375em) {
  body.node-32 footer.pageFooter {
    display: block; }
  body.node-32 .sustainabilitySection.footerSection {
    display: none; } }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #13294b !important; }

#fp-nav.fp-right {
  right: 6px !important; }

.node-type-page.node-view-mode-full#node-83 {
  min-height: 0;
  margin-top: 0; }

#block-camparihistory {
  position: relative;
  width: 100vw;
  margin-top: 127px; }

#historyMainWrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.histGoAction {
  position: absolute;
  top: 30%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #13294b;
  text-align: center;
  color: #FFFFFF; }
  .histGoAction span {
    display: inline-block;
    vertical-align: top; }
    .histGoAction span:before {
      font-size: 20px;
      line-height: 40px; }
  @media screen and (max-width: 47.9375em) {
    .histGoAction {
      display: none !important; } }

.histGoBack {
  left: 20px; }

.histGoFront {
  right: 20px; }

.paragraph.paragraph--type--history-item {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 70px; }

.paragraph--type--history-item.historyPeriod {
  position: relative;
  -ms-flex-preferred-size: 640px;
      flex-basis: 640px; }
  .paragraph--type--history-item.historyPeriod .periodMobileBg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.6;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .paragraph--type--history-item.historyPeriod .periodMobileBg:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(0, 0, 0, 0.7);
      content: ''; }
  .paragraph--type--history-item.historyPeriod .periodTexts {
    width: calc(100% - 60px - 30px);
    max-width: 400px;
    margin: 0 30px 30px 60px; }
  .paragraph--type--history-item.historyPeriod .field-name-field-text p {
    font-size: 1.125rem;
    line-height: 1.875rem; }
  .paragraph--type--history-item.historyPeriod .field-name-field-background-image img {
    width: 100%;
    max-width: 100%;
    opacity: 0.3; }

.paragraph--type--history-item.historyYear {
  -ms-flex-preferred-size: 440px;
      flex-basis: 440px;
  margin-top: 50px; }
  .paragraph--type--history-item.historyYear .field-name-field-title {
    font-family: "campariBold";
    font-size: 6.625rem;
    line-height: 6.75rem;
    color: #FFFFFF;
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
    -webkit-text-stroke-color: #AD841F;
    text-stroke-color: #AD841F; }
  .paragraph--type--history-item.historyYear .field-name-field-background-image img {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px 0; }
  .paragraph--type--history-item.historyYear .field-name-field-video video {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px 0; }
  body.is-ie-11 .paragraph--type--history-item.historyYear .field-name-field-title {
    color: #AD841F; }

.paragraph--type--history-item.historyYear:nth-child(odd) {
  margin-top: 210px; }

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .paragraph--type--history-item.historyYear .field-name-field-title {
    font-size: 5.375rem;
    line-height: 5.5rem; } }

@media screen and (max-width: 47.9375em) {
  #block-camparihistory {
    margin-top: 0; }
  #historyMainWrapper {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
    -ms-flex-direction: column;
        flex-direction: column; }
  .paragraph.paragraph--type--history-item {
    margin-right: 0; }
  .paragraph--type--history-item.historyPeriod {
    padding-top: 60px;
    padding-bottom: 20px;
    -ms-flex-preferred-size: 100vh;
        flex-basis: 100vh; }
    .paragraph--type--history-item.historyPeriod .periodMobileBg {
      display: block; }
    .paragraph--type--history-item.historyPeriod .periodTexts {
      width: 100%;
      max-width: none;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
    .paragraph--type--history-item.historyPeriod .field-name-field-title, .paragraph--type--history-item.historyPeriod .field-name-field-text p {
      color: #FFFFFF; }
    .paragraph--type--history-item.historyPeriod .field-name-field-background-image {
      display: none; }
  .paragraph--type--history-item.historyPeriod:first-of-type {
    padding-top: 120px; }
  .paragraph--type--history-item.historyYear {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }
    .paragraph--type--history-item.historyYear .field-name-field-title {
      font-size: 2.375rem;
      line-height: 3rem; }
    .paragraph--type--history-item.historyYear .field-name-field-background-image img {
      width: 100%;
      max-width: 100%;
      margin: 20px 0; }
  .paragraph--type--history-item.historyYear:nth-child(odd) {
    margin-top: 20px; } }

.block-campari-map-worldwide-presence-block,
.block-campari-map-a-great-place-to-work-block {
  position: relative;
  margin-bottom: 30px; }
  .block-campari-map-worldwide-presence-block .wpWrapper,
  .block-campari-map-a-great-place-to-work-block .wpWrapper {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .block-campari-map-worldwide-presence-block #wpMap,
  .block-campari-map-a-great-place-to-work-block #wpMap {
    position: relative;
    width: 100%;
    height: 650px; }
  .block-campari-map-worldwide-presence-block .wpCountries,
  .block-campari-map-a-great-place-to-work-block .wpCountries {
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    min-width: 520px; }
  .block-campari-map-worldwide-presence-block .node-content.node-type-country.node-view-mode-teaser,
  .block-campari-map-worldwide-presence-block .node-content.node-type-a-great-place-to-work.node-view-mode-teaser,
  .block-campari-map-a-great-place-to-work-block .node-content.node-type-country.node-view-mode-teaser,
  .block-campari-map-a-great-place-to-work-block .node-content.node-type-a-great-place-to-work.node-view-mode-teaser {
    display: none; }
  @media screen and (max-width: 47.9375em) {
    .block-campari-map-worldwide-presence-block #wpMap,
    .block-campari-map-a-great-place-to-work-block #wpMap {
      height: 450px; }
    .block-campari-map-worldwide-presence-block .wpCountries,
    .block-campari-map-a-great-place-to-work-block .wpCountries {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      height: auto;
      min-width: 0; } }

.block-campari-map-careers-block {
  position: relative;
  margin-bottom: 30px; }
  .block-campari-map-careers-block .carrersWrapper {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .block-campari-map-careers-block #carrersMap {
    position: relative;
    width: 100%;
    height: 500px; }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    .block-campari-map-careers-block #carrersMap {
      height: 400px; } }
  @media screen and (max-width: 47.9375em) {
    .block-campari-map-careers-block #carrersMap {
      height: 300px; } }

.block-campari-utilities.block-campari-camparista-experience-block .myCol.pBot120 {
  padding-bottom: 100px; }
  @media print, screen and (min-width: 48em) {
    .block-campari-utilities.block-campari-camparista-experience-block .myCol.pBot120 {
      padding-bottom: 120px; } }

.block-campari-utilities.block-campari-camparista-experience-block .myCol {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

@media print, screen and (min-width: 48em) {
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.medium-col10-16 {
    width: calc(62.5% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.medium-col14-16 {
    width: calc(87.5% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; } }

@media print, screen and (min-width: 64.0625em) {
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.large-col6-16 {
    width: calc(37.5% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.large-col8-16 {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; } }

@media print, screen and (min-width: 48em) {
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.medium-off1-16 {
    margin-left: calc(6.25% + 0.625rem); }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.medium-off2-16 {
    margin-left: calc(12.5% + 0.625rem); }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.medium-off3-16 {
    margin-left: calc(18.75% + 0.625rem); }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.medium-off5-16 {
    margin-left: calc(31.25% + 0.625rem); }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.medium-off6-16 {
    margin-left: calc(37.5% + 0.625rem); } }

@media print, screen and (min-width: 64.0625em) {
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.large-off1-16 {
    margin-left: calc(6.25% + 0.625rem); }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.large-off2-16 {
    margin-left: calc(12.5% + 0.625rem); }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.large-off4-16 {
    margin-left: calc(25% + 0.625rem); }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.large-off7-16 {
    margin-left: calc(43.75% + 0.625rem); }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol.large-off8-16 {
    margin-left: calc(50% + 0.625rem); } }

.block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridFirst, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridFirst.views-exposed-form, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
.view--news-media--block-archive .gridFirst.views-exposed-form,
.view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
.view--news-media--block-covid-news .gridFirst.views-exposed-form,
.view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridFirst.field-node--field-attachment, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.field-node--field-attachment, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridFirst, .block-campari-utilities.block-campari-camparista-experience-block
.view--search-content--page-main .gridFirst#views-exposed-form-search-content-page-main,
.view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst#views-exposed-form-search-content-page-main, .block-campari-utilities.block-campari-camparista-experience-block
.view--search-content--page-main .gridFirst.js-pager__items,
.view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.js-pager__items {
  padding-top: 40px; }
  .block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridFirst .myCol, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridFirst.views-exposed-form .myCol, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form .myCol, .block-campari-utilities.block-campari-camparista-experience-block
  .view--news-media--block-archive .gridFirst.views-exposed-form .myCol,
  .view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form .myCol, .block-campari-utilities.block-campari-camparista-experience-block
  .view--news-media--block-covid-news .gridFirst.views-exposed-form .myCol,
  .view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form .myCol, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridFirst.field-node--field-attachment .myCol, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.field-node--field-attachment .myCol, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridFirst .myCol, .block-campari-utilities.block-campari-camparista-experience-block
  .view--search-content--page-main .gridFirst#views-exposed-form-search-content-page-main .myCol,
  .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst#views-exposed-form-search-content-page-main .myCol, .block-campari-utilities.block-campari-camparista-experience-block
  .view--search-content--page-main .gridFirst.js-pager__items .myCol,
  .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.js-pager__items .myCol {
    border-bottom: 1px solid rgba(19, 41, 75, 0.3); }
  .block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridFirst img, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridFirst.views-exposed-form img, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form img, .block-campari-utilities.block-campari-camparista-experience-block
  .view--news-media--block-archive .gridFirst.views-exposed-form img,
  .view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form img, .block-campari-utilities.block-campari-camparista-experience-block
  .view--news-media--block-covid-news .gridFirst.views-exposed-form img,
  .view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form img, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridFirst.field-node--field-attachment img, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.field-node--field-attachment img, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridFirst img, .block-campari-utilities.block-campari-camparista-experience-block
  .view--search-content--page-main .gridFirst#views-exposed-form-search-content-page-main img,
  .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst#views-exposed-form-search-content-page-main img, .block-campari-utilities.block-campari-camparista-experience-block
  .view--search-content--page-main .gridFirst.js-pager__items img,
  .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.js-pager__items img {
    display: inline-block;
    max-width: 100%;
    padding-top: 40px; }
  @media print, screen and (min-width: 48em) {
    .block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridFirst, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridFirst.views-exposed-form, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
    .view--news-media--block-archive .gridFirst.views-exposed-form,
    .view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
    .view--news-media--block-covid-news .gridFirst.views-exposed-form,
    .view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridFirst.field-node--field-attachment, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.field-node--field-attachment, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridFirst, .block-campari-utilities.block-campari-camparista-experience-block
    .view--search-content--page-main .gridFirst#views-exposed-form-search-content-page-main,
    .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst#views-exposed-form-search-content-page-main, .block-campari-utilities.block-campari-camparista-experience-block
    .view--search-content--page-main .gridFirst.js-pager__items,
    .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.js-pager__items {
      padding-top: 60px; }
      .block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridFirst img, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridFirst.views-exposed-form img, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form img, .block-campari-utilities.block-campari-camparista-experience-block
      .view--news-media--block-archive .gridFirst.views-exposed-form img,
      .view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form img, .block-campari-utilities.block-campari-camparista-experience-block
      .view--news-media--block-covid-news .gridFirst.views-exposed-form img,
      .view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.views-exposed-form img, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridFirst.field-node--field-attachment img, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.field-node--field-attachment img, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridFirst img, .block-campari-utilities.block-campari-camparista-experience-block
      .view--search-content--page-main .gridFirst#views-exposed-form-search-content-page-main img,
      .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst#views-exposed-form-search-content-page-main img, .block-campari-utilities.block-campari-camparista-experience-block
      .view--search-content--page-main .gridFirst.js-pager__items img,
      .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridFirst.js-pager__items img {
        padding-top: 50px; } }

.block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridSecond, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridSecond.views-exposed-form, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
.view--news-media--block-archive .gridSecond.views-exposed-form,
.view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
.view--news-media--block-covid-news .gridSecond.views-exposed-form,
.view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridSecond.field-node--field-attachment, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.field-node--field-attachment, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridSecond, .block-campari-utilities.block-campari-camparista-experience-block
.view--search-content--page-main .gridSecond#views-exposed-form-search-content-page-main,
.view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridSecond#views-exposed-form-search-content-page-main, .block-campari-utilities.block-campari-camparista-experience-block
.view--search-content--page-main .gridSecond.js-pager__items,
.view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.js-pager__items {
  margin-top: 70px;
  margin-bottom: 50px;
  padding-top: 140px;
  padding-bottom: 110px;
  background-color: transparent;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 48em) {
    .block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridSecond, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridSecond.views-exposed-form, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
    .view--news-media--block-archive .gridSecond.views-exposed-form,
    .view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
    .view--news-media--block-covid-news .gridSecond.views-exposed-form,
    .view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridSecond.field-node--field-attachment, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.field-node--field-attachment, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridSecond, .block-campari-utilities.block-campari-camparista-experience-block
    .view--search-content--page-main .gridSecond#views-exposed-form-search-content-page-main,
    .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridSecond#views-exposed-form-search-content-page-main, .block-campari-utilities.block-campari-camparista-experience-block
    .view--search-content--page-main .gridSecond.js-pager__items,
    .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridSecond.js-pager__items {
      margin-top: 120px;
      padding-top: 150px;
      padding-bottom: 220px; } }

.block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridThird, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridThird.views-exposed-form, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridThird.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
.view--news-media--block-archive .gridThird.views-exposed-form,
.view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridThird.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
.view--news-media--block-covid-news .gridThird.views-exposed-form,
.view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridThird.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridThird.field-node--field-attachment, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridThird.field-node--field-attachment, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridThird, .block-campari-utilities.block-campari-camparista-experience-block
.view--search-content--page-main .gridThird#views-exposed-form-search-content-page-main,
.view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridThird#views-exposed-form-search-content-page-main, .block-campari-utilities.block-campari-camparista-experience-block
.view--search-content--page-main .gridThird.js-pager__items,
.view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridThird.js-pager__items {
  margin-bottom: 80px; }
  @media print, screen and (min-width: 48em) {
    .block-campari-utilities.block-campari-camparista-experience-block .grid-container.gridThird, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .gridThird.views-exposed-form, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .gridThird.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
    .view--news-media--block-archive .gridThird.views-exposed-form,
    .view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .gridThird.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
    .view--news-media--block-covid-news .gridThird.views-exposed-form,
    .view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .gridThird.views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .gridThird.field-node--field-attachment, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .gridThird.field-node--field-attachment, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header.gridThird, .block-campari-utilities.block-campari-camparista-experience-block
    .view--search-content--page-main .gridThird#views-exposed-form-search-content-page-main,
    .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridThird#views-exposed-form-search-content-page-main, .block-campari-utilities.block-campari-camparista-experience-block
    .view--search-content--page-main .gridThird.js-pager__items,
    .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .gridThird.js-pager__items {
      margin-bottom: 100px; } }

@media screen and (max-width: 47.9375em) {
  .block-campari-utilities.block-campari-camparista-experience-block .grid-container, .block-campari-utilities.block-campari-camparista-experience-block .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .block-campari-utilities.block-campari-camparista-experience-block .views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
  .view--news-media--block-archive .views-exposed-form,
  .view--news-media--block-archive .block-campari-utilities.block-campari-camparista-experience-block .views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block
  .view--news-media--block-covid-news .views-exposed-form,
  .view--news-media--block-covid-news .block-campari-utilities.block-campari-camparista-experience-block .views-exposed-form, .block-campari-utilities.block-campari-camparista-experience-block .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .block-campari-utilities.block-campari-camparista-experience-block .field-node--field-attachment, .block-campari-utilities.block-campari-camparista-experience-block .view--search-content--page-main > header, .block-campari-utilities.block-campari-camparista-experience-block
  .view--search-content--page-main #views-exposed-form-search-content-page-main,
  .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block #views-exposed-form-search-content-page-main, .block-campari-utilities.block-campari-camparista-experience-block
  .view--search-content--page-main .js-pager__items,
  .view--search-content--page-main .block-campari-utilities.block-campari-camparista-experience-block .js-pager__items {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .block-campari-utilities.block-campari-camparista-experience-block .myCol {
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .block-campari-utilities.block-campari-camparista-experience-block p.h1 br, .block-campari-utilities.block-campari-camparista-experience-block .paragraph--type--history-item.historyPeriod .field-name-field-title br, .paragraph--type--history-item.historyPeriod .block-campari-utilities.block-campari-camparista-experience-block .field-name-field-title br, .block-campari-utilities.block-campari-camparista-experience-block .paragraph--type--banner-slide .field-name-field-title-html br, .paragraph--type--banner-slide .block-campari-utilities.block-campari-camparista-experience-block .field-name-field-title-html br, .block-campari-utilities.block-campari-camparista-experience-block p.h2 br, .block-campari-utilities.block-campari-camparista-experience-block .cellViewEvents .viewsreference--view-title br, .cellViewEvents .block-campari-utilities.block-campari-camparista-experience-block .viewsreference--view-title br, .block-campari-utilities.block-campari-camparista-experience-block .view-archive.archive-vot-loy .dvlYearDocLabel br, .view-archive.archive-vot-loy .block-campari-utilities.block-campari-camparista-experience-block .dvlYearDocLabel br, .block-campari-utilities.block-campari-camparista-experience-block
  .view-archive.archive-gen-meetings .dvlYearDocLabel br,
  .view-archive.archive-gen-meetings .block-campari-utilities.block-campari-camparista-experience-block .dvlYearDocLabel br, .block-campari-utilities.block-campari-camparista-experience-block .webform-submission-form.webform-submission-do-business-with-us-form .webform-confirmation__message br, .webform-submission-form.webform-submission-do-business-with-us-form .block-campari-utilities.block-campari-camparista-experience-block .webform-confirmation__message br, .block-campari-utilities.block-campari-camparista-experience-block .webform-submission-form.webform-submission-do-business-with-us-form .webform-confirmation__back br, .webform-submission-form.webform-submission-do-business-with-us-form .block-campari-utilities.block-campari-camparista-experience-block .webform-confirmation__back br {
    display: none !important; } }

.node--type-page.node-40 .node-content.node-type-page > .view-mode-full > .field-name-body {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

/**
 * Custom block "Contact top box" - stampato nella pagina Contatti
 * 2020-02-26: .cellSponsorship rimossa. E' gestita una revisione, quindi commmento solo il codice della cella
 */
.paragraph--type--ttf6-cell.customContactBlock .block-block-content {
  /*.cellSponsorship{
    flex-basis: 58%;
    padding: 10px 20px 30px 20px;
  }*/ }
  .paragraph--type--ttf6-cell.customContactBlock .block-block-content .grid-container, .paragraph--type--ttf6-cell.customContactBlock .block-block-content .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .paragraph--type--ttf6-cell.customContactBlock .block-block-content .views-exposed-form, .paragraph--type--ttf6-cell.customContactBlock .block-block-content
  .view--news-media--block-archive .views-exposed-form,
  .view--news-media--block-archive .paragraph--type--ttf6-cell.customContactBlock .block-block-content .views-exposed-form, .paragraph--type--ttf6-cell.customContactBlock .block-block-content
  .view--news-media--block-covid-news .views-exposed-form,
  .view--news-media--block-covid-news .paragraph--type--ttf6-cell.customContactBlock .block-block-content .views-exposed-form, .paragraph--type--ttf6-cell.customContactBlock .block-block-content .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--ttf6-cell.customContactBlock .block-block-content .field-node--field-attachment, .paragraph--type--ttf6-cell.customContactBlock .block-block-content .view--search-content--page-main > header, .paragraph--type--ttf6-cell.customContactBlock .block-block-content
  .view--search-content--page-main #views-exposed-form-search-content-page-main,
  .view--search-content--page-main .paragraph--type--ttf6-cell.customContactBlock .block-block-content #views-exposed-form-search-content-page-main, .paragraph--type--ttf6-cell.customContactBlock .block-block-content
  .view--search-content--page-main .js-pager__items,
  .view--search-content--page-main .paragraph--type--ttf6-cell.customContactBlock .block-block-content .js-pager__items {
    max-width: 910px;
    margin: 70px auto 60px auto;
    padding: 30px 20px;
    background: #F1F1F1; }
  .paragraph--type--ttf6-cell.customContactBlock .block-block-content .blkCell strong {
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 2.1px;
    text-transform: uppercase; }
  .paragraph--type--ttf6-cell.customContactBlock .block-block-content .blkCell span {
    font-family: "eestiRegular"; }
  .paragraph--type--ttf6-cell.customContactBlock .block-block-content .colLeft {
    flex-basis: 40%;
    -ms-flex-preferred-size: calc(39% - 20px);
    padding: 0 20px 0 0;
    border-right: 1px solid rgba(19, 41, 75, 0.3); }
  .paragraph--type--ttf6-cell.customContactBlock .block-block-content .colRight {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .paragraph--type--ttf6-cell.customContactBlock .block-block-content .colRightWrp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .paragraph--type--ttf6-cell.customContactBlock .block-block-content .cellSustainability {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px 20px 30px 20px; }
  .paragraph--type--ttf6-cell.customContactBlock .block-block-content .cellIROffice {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 30px 20px 10px 20px;
    border-top: 1px solid rgba(19, 41, 75, 0.3); }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .colLeft {
      flex-basis: 32%;
      -ms-flex-preferred-size: calc(31% - 20px); }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .colRight {
      -ms-flex-preferred-size: 68%;
          flex-basis: 68%; } }
  @media screen and (max-width: 47.9375em) {
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .grid-container, .paragraph--type--ttf6-cell.customContactBlock .block-block-content .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .paragraph--type--ttf6-cell.customContactBlock .block-block-content .views-exposed-form, .paragraph--type--ttf6-cell.customContactBlock .block-block-content
    .view--news-media--block-archive .views-exposed-form,
    .view--news-media--block-archive .paragraph--type--ttf6-cell.customContactBlock .block-block-content .views-exposed-form, .paragraph--type--ttf6-cell.customContactBlock .block-block-content
    .view--news-media--block-covid-news .views-exposed-form,
    .view--news-media--block-covid-news .paragraph--type--ttf6-cell.customContactBlock .block-block-content .views-exposed-form, .paragraph--type--ttf6-cell.customContactBlock .block-block-content .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--ttf6-cell.customContactBlock .block-block-content .field-node--field-attachment, .paragraph--type--ttf6-cell.customContactBlock .block-block-content .view--search-content--page-main > header, .paragraph--type--ttf6-cell.customContactBlock .block-block-content
    .view--search-content--page-main #views-exposed-form-search-content-page-main,
    .view--search-content--page-main .paragraph--type--ttf6-cell.customContactBlock .block-block-content #views-exposed-form-search-content-page-main, .paragraph--type--ttf6-cell.customContactBlock .block-block-content
    .view--search-content--page-main .js-pager__items,
    .view--search-content--page-main .paragraph--type--ttf6-cell.customContactBlock .block-block-content .js-pager__items {
      margin: 40px auto 30px auto;
      padding: 0;
      background: transparent; }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .colLeft {
      flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      padding: 0;
      border-bottom: 1px solid rgba(19, 41, 75, 0.3);
      border-right: none; }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .colRight {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .wrpContacts {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-top: 15px;
      border-top: 1px solid rgba(19, 41, 75, 0.3); }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content p.pPhone {
      margin: 0;
      padding: 15px 40px 15px 0;
      border-right: 1px solid rgba(19, 41, 75, 0.3); }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .pFax {
      margin: 0;
      padding: 15px 0 15px 40px; }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .colRightWrp {
      -ms-flex-direction: column;
          flex-direction: column; }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .cellSustainability {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 20px 0;
      border-bottom: 1px solid rgba(19, 41, 75, 0.3);
      border-right: none; }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .cellSponsorship {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 20px 0;
      border-bottom: 1px solid rgba(19, 41, 75, 0.3); }
    .paragraph--type--ttf6-cell.customContactBlock .block-block-content .cellIROffice {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 20px 0;
      border-top: none;
      border-bottom: 1px solid rgba(19, 41, 75, 0.3); } }

.block-campari-utilities.block-campari-people-join-bar-block {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }
  .block-campari-utilities.block-campari-people-join-bar-block span.cmp-icon-arrow-down {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 44px; }
    .block-campari-utilities.block-campari-people-join-bar-block span.cmp-icon-arrow-down:before, .block-campari-utilities.block-campari-people-join-bar-block .paragraph--type--ttf6-accordions span.accordion-title:before, .paragraph--type--ttf6-accordions .block-campari-utilities.block-campari-people-join-bar-block span.accordion-title:before, .block-campari-utilities.block-campari-people-join-bar-block
    .paragraph--type--ttf6-accstabs span.accordion-title:before,
    .paragraph--type--ttf6-accstabs .block-campari-utilities.block-campari-people-join-bar-block span.accordion-title:before, .block-campari-utilities.block-campari-people-join-bar-block .select2-container--default span.select2-selection__arrow:before, .select2-container--default .block-campari-utilities.block-campari-people-join-bar-block span.select2-selection__arrow:before, .block-campari-utilities.block-campari-people-join-bar-block body.view-brands .view--brands--page .views-exposed-form .js-form-type-select > label span.filter-label:after, body.view-brands .view--brands--page .views-exposed-form .js-form-type-select > label .block-campari-utilities.block-campari-people-join-bar-block span.filter-label:after {
      font-size: 10px;
      line-height: 44px;
      color: #13294b; }
  @media screen and (max-width: 47.9375em) {
    .block-campari-utilities.block-campari-people-join-bar-block {
      margin-top: 0;
      margin-bottom: 0; } }

.joinWrapperBlock {
  position: fixed;
  bottom: 10px;
  right: 20px;
  height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  background: #13294b;
  z-index: 10; }
  .joinWrapperBlock p {
    display: block;
    margin: 0;
    vertical-align: top;
    font-size: 0.875rem;
    line-height: 2.75rem;
    color: #FFFFFF; }
  .joinWrapperBlock a {
    display: inline-block;
    margin: 10px 0 10px 15px;
    padding: 0 20px;
    vertical-align: top;
    border-radius: 2px;
    background: #FFFFFF;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #13294b;
    text-transform: uppercase; }
  .joinWrapperBlock span.joinBarClose {
    display: inline-block;
    margin: 10px 0 10px 20px;
    vertical-align: top;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #FFFFFF; }
    .joinWrapperBlock span.joinBarClose:hover {
      color: #62B5E5; }
    .joinWrapperBlock span.joinBarClose:before {
      display: inline-block;
      vertical-align: top;
      font-size: 0.75rem;
      line-height: 1.5rem; }
  @media screen and (max-width: 47.9375em) {
    .joinWrapperBlock {
      width: 100%;
      bottom: 0;
      right: 0;
      border-radius: 0;
      text-align: center; } }

/**
 * Blocco MailUp Subscribe
 * Override del form in /templates/mailup/form--subscribe-form.html.twig
 */
.mailup-subscribe {
  position: relative;
  padding: 25px 10px;
  background: #F1F1F1; }
  @media print, screen and (min-width: 64.0625em) {
    .mailup-subscribe {
      padding: 50px 40px; } }
  .mailup-subscribe form > .row {
    margin-bottom: 50px; }
  .mailup-subscribe form > .row:last-of-type {
    margin: 0; }
  .mailup-subscribe .js-form-type-checkbox {
    position: relative; }
    .mailup-subscribe .js-form-type-checkbox input[type='checkbox'] {
      position: absolute;
      margin: 0;
      clip: rect(1px, 1px, 1px, 1px); }
    .mailup-subscribe .js-form-type-checkbox label {
      display: inline-block;
      margin: 0;
      padding: 0 0 0 24px;
      vertical-align: top;
      font-size: 0.75rem;
      line-height: 1rem; }
      .mailup-subscribe .js-form-type-checkbox label:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        margin: 0;
        vertical-align: top;
        background: transparent;
        border: 1px solid #13294b;
        border-radius: 2px;
        transition: all 0.3s ease-in-out; }
    .mailup-subscribe .js-form-type-checkbox input[type='checkbox']:checked ~ label:before {
      background: #13294b; }
  .mailup-subscribe p.muSectionLbl, .mailup-subscribe p.muListLbl {
    font-family: "eestiRegular";
    font-weight: bold;
    color: #13294b;
    text-transform: uppercase; }
  .mailup-subscribe p.muSectionLbl {
    margin: 0 0 30px 0;
    font-size: 1rem;
    letter-spacing: 2.1px; }
  .mailup-subscribe p.muListLbl {
    margin: 0 0 15px 0;
    font-size: 0.75rem;
    letter-spacing: 1.57px; }
  .mailup-subscribe .muListLists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .mailup-subscribe .muListLists .js-form-type-checkbox {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 5px; }
  .mailup-subscribe .muListLists#muListInvestor .js-form-type-checkbox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media print, screen and (min-width: 48em) {
      .mailup-subscribe .muListLists#muListInvestor .js-form-type-checkbox {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
  .mailup-subscribe .muListLists#muListGovernance .js-form-type-checkbox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .mailup-subscribe .js-form-type-textfield label, .mailup-subscribe .js-form-type-email label {
    display: none; }
  .mailup-subscribe .js-form-type-textfield input[type='text'], .mailup-subscribe .js-form-type-textfield input[type='email'], .mailup-subscribe .js-form-type-email input[type='text'], .mailup-subscribe .js-form-type-email input[type='email'] {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid #13294b;
    transition: all 0.3s ease-in-out;
    font-family: "eestiRegular";
    font-size: 0.875rem;
    line-height: 1.875rem;
    letter-spacing: 0.78px;
    color: #13294b; }
    .mailup-subscribe .js-form-type-textfield input[type='text']::-webkit-input-placeholder, .mailup-subscribe .js-form-type-textfield input[type='email']::-webkit-input-placeholder, .mailup-subscribe .js-form-type-email input[type='text']::-webkit-input-placeholder, .mailup-subscribe .js-form-type-email input[type='email']::-webkit-input-placeholder {
      opacity: 0.5;
      color: #13294b; }
    .mailup-subscribe .js-form-type-textfield input[type='text']:-moz-placeholder, .mailup-subscribe .js-form-type-textfield input[type='email']:-moz-placeholder, .mailup-subscribe .js-form-type-email input[type='text']:-moz-placeholder, .mailup-subscribe .js-form-type-email input[type='email']:-moz-placeholder {
      opacity: 0.5;
      color: #13294b; }
    .mailup-subscribe .js-form-type-textfield input[type='text']::-moz-placeholder, .mailup-subscribe .js-form-type-textfield input[type='email']::-moz-placeholder, .mailup-subscribe .js-form-type-email input[type='text']::-moz-placeholder, .mailup-subscribe .js-form-type-email input[type='email']::-moz-placeholder {
      opacity: 0.5;
      color: #13294b; }
    .mailup-subscribe .js-form-type-textfield input[type='text']:-ms-input-placeholder, .mailup-subscribe .js-form-type-textfield input[type='email']:-ms-input-placeholder, .mailup-subscribe .js-form-type-email input[type='text']:-ms-input-placeholder, .mailup-subscribe .js-form-type-email input[type='email']:-ms-input-placeholder {
      opacity: 0.5;
      color: #13294b; }
  .mailup-subscribe .js-form-type-item p.legend {
    font-size: 0.625rem;
    line-height: 0.875rem;
    color: #929292;
    letter-spacing: 0.56px; }
  .mailup-subscribe .muSubmitWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .mailup-subscribe .muSubmitWrapper .js-form-submit {
      height: 50px;
      margin: 0;
      padding: 0 40px;
      border-radius: 2px;
      background: #FFFFFF;
      font-family: "eestiRegular";
      font-weight: bold;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      color: #13294b;
      text-align: center;
      text-transform: uppercase; }
  .mailup-subscribe #edit-mailup-lists--wrapper {
    display: none !important; }
  @media screen and (max-width: 47.9375em) {
    .mailup-subscribe {
      margin-top: 20px;
      padding: 30px 15px; }
      .mailup-subscribe form > .row {
        margin-bottom: 30px; }
      .mailup-subscribe form > .row:last-of-type {
        margin: 0; }
      .mailup-subscribe .js-form-type-textfield, .mailup-subscribe .js-form-type-email {
        margin-bottom: 5px; }
      .mailup-subscribe .js-form-type-item {
        margin-bottom: 20px; } }

/**
 * Blocco MailUp Unsubscribe
 */
.mailup-unsubscribe {
  position: relative;
  padding: 50px 40px;
  background: #F1F1F1; }
  .mailup-unsubscribe form {
    overflow: hidden; }
  .mailup-unsubscribe .js-form-type-email {
    margin-bottom: 20px; }
    .mailup-unsubscribe .js-form-type-email label {
      display: none; }
    .mailup-unsubscribe .js-form-type-email input[type='email'] {
      position: relative;
      width: 100%;
      height: 30px;
      margin: 0;
      padding: 0;
      vertical-align: top;
      box-shadow: none;
      background: transparent;
      border: none;
      border-bottom: 2px solid #13294b;
      transition: all 0.3s ease-in-out;
      font-family: "eestiRegular";
      font-size: 0.875rem;
      line-height: 1.875rem;
      letter-spacing: 0.78px;
      color: #13294b; }
      .mailup-unsubscribe .js-form-type-email input[type='email']::-webkit-input-placeholder {
        opacity: 0.5;
        color: #13294b; }
      .mailup-unsubscribe .js-form-type-email input[type='email']:-moz-placeholder {
        opacity: 0.5;
        color: #13294b; }
      .mailup-unsubscribe .js-form-type-email input[type='email']::-moz-placeholder {
        opacity: 0.5;
        color: #13294b; }
      .mailup-unsubscribe .js-form-type-email input[type='email']:-ms-input-placeholder {
        opacity: 0.5;
        color: #13294b; }
  .mailup-unsubscribe #edit-mailup-lists--wrapper legend {
    margin: 0 0 30px 0;
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 2.1px;
    color: #13294b;
    text-transform: uppercase; }
  .mailup-unsubscribe #edit-mailup-lists--wrapper .form-checkboxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .mailup-unsubscribe #edit-mailup-lists--wrapper .js-form-type-checkbox {
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 5px; }
    .mailup-unsubscribe #edit-mailup-lists--wrapper .js-form-type-checkbox input[type='checkbox'] {
      position: absolute;
      margin: 0;
      clip: rect(1px, 1px, 1px, 1px); }
    .mailup-unsubscribe #edit-mailup-lists--wrapper .js-form-type-checkbox label {
      display: inline-block;
      margin: 0;
      padding: 0 0 0 24px;
      vertical-align: top;
      font-size: 0.75rem;
      line-height: 1rem; }
      .mailup-unsubscribe #edit-mailup-lists--wrapper .js-form-type-checkbox label:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        margin: 0;
        vertical-align: top;
        background: transparent;
        border: 1px solid #13294b;
        border-radius: 2px;
        transition: all 0.3s ease-in-out; }
    .mailup-unsubscribe #edit-mailup-lists--wrapper .js-form-type-checkbox input[type='checkbox']:checked ~ label:before {
      background: #13294b; }
  .mailup-unsubscribe .js-form-submit {
    float: right;
    height: 50px;
    margin: 0;
    padding: 0 40px;
    border-radius: 2px;
    background: #FFFFFF;
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    color: #13294b;
    text-align: center;
    text-transform: uppercase; }
  @media screen and (max-width: 47.9375em) {
    .mailup-unsubscribe {
      padding: 30px 15px; } }

.campari_hp_wrapper .editBlk {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: #AD841F;
  border-radius: 20px;
  z-index: 5;
  text-align: center; }
  .campari_hp_wrapper .editBlk span {
    display: inline-block;
    vertical-align: top; }
    .campari_hp_wrapper .editBlk span:before {
      font-size: 10px;
      line-height: 20px;
      color: #FFFFFF; }
  body:not(.user-logged-in) .campari_hp_wrapper .editBlk {
    display: none !important; }

@media screen and (min-width: 48em) {
  .campari_hp_wrapper#campari_hp_first_wrapper {
    margin-bottom: 9px; }
  .campari_hp_wrapper#campari_hp_second_wrapper {
    margin-top: 9px; } }

.block-campari-news-media-fp-grid-block .grid-x {
  -ms-flex-align: start;
      align-items: start; }
  .block-campari-news-media-fp-grid-block .grid-x .cell {
    /*&.meet-the-master-cell{
        .cellLeft{
          height: 100%;
        }
        @include breakpoint(medium down){
          .cellLeft{
            height: auto;
            align-self: stretch;
          }
        }
      }*/ }
    .block-campari-news-media-fp-grid-block .grid-x .cell.no-left-img .giElement .grid-x {
      display: block; }
      .block-campari-news-media-fp-grid-block .grid-x .cell.no-left-img .giElement .grid-x .cellLeft {
        display: none; }
      .block-campari-news-media-fp-grid-block .grid-x .cell.no-left-img .giElement .grid-x .cellRight {
        width: 100%;
        max-width: none; }
    .block-campari-news-media-fp-grid-block .grid-x .cell .giElement .grid-x {
      -ms-flex-align: stretch;
          align-items: stretch; }
  .block-campari-news-media-fp-grid-block .grid-x .media-video {
    margin-right: 25%; }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    .block-campari-news-media-fp-grid-block .grid-x .media-video {
      margin-left: 0;
      margin-right: 0; } }

.block-campari-news-media-fp-grid-block section.block-block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  margin: 12px;
  padding: 15px; }
  .block-campari-news-media-fp-grid-block section.block-block-content .editBlk {
    position: absolute;
    right: 10px;
    top: 10px;
    visibility: hidden; }
    .block-campari-news-media-fp-grid-block section.block-block-content .editBlk span {
      color: #fff;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
  .block-campari-news-media-fp-grid-block section.block-block-content:hover .editBlk {
    visibility: visible; }
  .block-campari-news-media-fp-grid-block section.block-block-content .field-name-field-half-title {
    display: block;
    position: relative;
    height: 22px;
    margin-bottom: 10px;
    overflow: hidden; }

.block-campari-news-media-fp-grid-block section.block-newsmediafpmultimedia {
  padding: 0;
  background-color: #F1F1F1; }
  .block-campari-news-media-fp-grid-block section.block-newsmediafpmultimedia .cellRight {
    padding: 15px; }
  .block-campari-news-media-fp-grid-block section.block-newsmediafpmultimedia .newsBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    border-radius: 2px 0px 0px 2px;
    background-size: cover; }

.block-campari-news-media-fp-grid-block section.block-newsmediafpresults {
  background: #13294b; }
  .block-campari-news-media-fp-grid-block section.block-newsmediafpresults .giHead, .block-campari-news-media-fp-grid-block section.block-newsmediafpresults .giBody {
    color: #FFFFFF; }

.block-camparigroup-hpcustomlatestd1 {
  background: #13294b;
  padding: 15px; }
  .block-camparigroup-hpcustomlatestd1 .field-name-field-title-custom-hp {
    color: white; }
  .block-camparigroup-hpcustomlatestd1 .field-name-body > .field-items > .field-item > * {
    color: #fff;
    line-height: 22px;
    overflow: hidden; }

.view-acquisitions-list {
  margin-top: 40px; }
  @media print, screen and (min-width: 64.0625em) {
    .view-acquisitions-list .acqMobileFilter {
      display: none; } }
  @media screen and (max-width: 61.1875em) {
    .view-acquisitions-list > header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; }
    .view-acquisitions-list .acqMobileFilter {
      -ms-flex-preferred-size: 66px;
          flex-basis: 66px;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media screen and (max-width: 47.9375em) {
    .view-acquisitions-list header {
      margin-bottom: 70px; } }

.view-acquisitions-menu {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 2; }
  .view-acquisitions-menu .acquisitionYear {
    overflow: hidden; }
  .view-acquisitions-menu h3 {
    position: relative;
    display: block;
    margin: 0 0 6px 0;
    padding: 0 0 0 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: "eestiLight";
    font-weight: normal;
    font-size: 0.625rem;
    line-height: 0.75rem;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .view-acquisitions-menu h3:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 10px;
      height: 1px;
      margin: -2px 0 0 0;
      background: #13294b;
      transition: all 0.3s ease-in-out;
      transform: translate(0, -50%); }
  .view-acquisitions-menu .views-row {
    position: relative;
    display: block;
    min-height: 2px;
    margin: 0 0 6px 0;
    padding: 0 0 0 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .view-acquisitions-menu .views-row:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 6px;
      height: 1px;
      margin: 0;
      background: #13294b;
      transition: all 0.3s ease-in-out;
      transform: translate(0, -50%); }
  .view-acquisitions-menu .views-field-title {
    display: none;
    font-family: "campariBold";
    font-size: 1rem;
    line-height: 1.25rem;
    opacity: 0.3;
    transition: all 0.3s ease-in-out; }
  .view-acquisitions-menu .views-field-field-logo {
    display: none; }
    .view-acquisitions-menu .views-field-field-logo img {
      max-width: 120px;
      opacity: 0.3;
      transition: all 0.3s ease-in-out; }
  .view-acquisitions-menu .acquisitionYear.current h3 {
    padding: 0 0 0 40px;
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0.8px; }
    .view-acquisitions-menu .acquisitionYear.current h3:before {
      width: 30px;
      height: 2px; }
  .view-acquisitions-menu .acquisitionYear.current .views-field-field-logo {
    display: block; }
  .view-acquisitions-menu .acquisitionYear.current .views-row.current .views-field-field-logo img {
    opacity: 1; }
  @media screen and (max-width: 61.1875em) {
    .view-acquisitions-menu {
      position: relative;
      top: auto;
      left: auto;
      transform: translate(0, 0);
      -ms-flex-preferred-size: calc(100% - 40px - 66px);
          flex-basis: calc(100% - 40px - 66px);
      -ms-flex-positive: 0;
          flex-grow: 0;
      margin-left: 40px;
      overflow: hidden;
      /*.views-field-field-logo{
      display: inline-block;
      img{ max-width: 120px; }
    }*/ }
      .view-acquisitions-menu h3 {
        display: none !important; }
      .view-acquisitions-menu .acquisitionYear {
        display: none;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: stretch;
            align-items: stretch;
        -ms-flex-line-pack: center;
            align-content: center; }
      .view-acquisitions-menu .views-row {
        margin: 0 30px 0 0;
        padding: 0; }
        .view-acquisitions-menu .views-row:before {
          display: none; }
      .view-acquisitions-menu .acquisitionYear.current {
        display: -ms-flexbox;
        display: flex;
        overflow: scroll; } }
  @media screen and (max-width: 47.9375em) {
    .view-acquisitions-menu {
      -ms-flex-preferred-size: calc(100% - 20px - 66px);
          flex-basis: calc(100% - 20px - 66px);
      margin-left: 20px; } }

.view-brands.hp-brands {
  margin-bottom: 20px; }
  .view-brands.hp-brands .views-row {
    text-align: center; }
  .view-brands.hp-brands .views-field-field-brand-logo-transparent img {
    display: inline-block;
    max-width: 140px; }
  .view-brands.hp-brands .itemsWrapper {
    display: none; }
  .view-brands.hp-brands .itemsWrapper.slick-initialized {
    display: block; }
    .view-brands.hp-brands .itemsWrapper.slick-initialized .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }

.list-events.events-fp-investor {
  margin-top: 70px; }
  .list-events.events-fp-investor .slick-list {
    overflow: visible !important; }
  .list-events.events-fp-investor .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .list-events.events-fp-investor footer {
    margin-top: 60px; }
  @media screen and (max-width: 47.9375em) {
    .list-events.events-fp-investor {
      margin-top: 40px; }
      .list-events.events-fp-investor footer {
        margin-top: 40px; } }

.cellViewEvents .viewsreference--view-title {
  text-align: center; }

.view-events.list-events {
  margin-top: 30px; }
  .view-events.list-events .cell {
    margin-bottom: 30px; }
  .view-events.list-events nav {
    width: 100%; }
    .view-events.list-events nav ul.js-pager__items {
      width: 100%;
      margin: 0;
      font-size: 0;
      text-align: center; }
    .view-events.list-events nav li, .view-events.list-events nav a {
      display: inline-block;
      vertical-align: top;
      font-size: 1.125rem;
      line-height: 1.375rem; }
    .view-events.list-events nav li {
      margin: 0 10px; }
    .view-events.list-events nav a {
      padding: 0 5px; }

.view--news-media--block-main .views-exposed-form,
.view--news-media--block-archive .views-exposed-form,
.view--news-media--block-covid-news .views-exposed-form {
  text-align: center; }
  .view--news-media--block-main .views-exposed-form > *,
  .view--news-media--block-archive .views-exposed-form > *,
  .view--news-media--block-covid-news .views-exposed-form > * {
    margin: 15px; }
  .view--news-media--block-main .views-exposed-form #news-media-form-fieldset,
  .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset,
  .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.75rem;
    font-family: "eestiRegular";
    text-transform: uppercase;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid #13294b; }
    @media screen and (max-width: 47.9375em) {
      .view--news-media--block-main .views-exposed-form #news-media-form-fieldset,
      .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset,
      .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset {
        display: block; } }
    .view--news-media--block-main .views-exposed-form #news-media-form-fieldset .fieldset-label,
    .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset .fieldset-label,
    .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset .fieldset-label {
      padding: 0px 20px; }
    .view--news-media--block-main .views-exposed-form #news-media-form-fieldset .form-radios,
    .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset .form-radios,
    .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset .form-radios {
      display: -ms-flexbox;
      display: flex;
      background-color: #13294b;
      padding: 6px; }
      @media screen and (max-width: 47.9375em) {
        .view--news-media--block-main .views-exposed-form #news-media-form-fieldset .form-radios,
        .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset .form-radios,
        .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset .form-radios {
          display: block; } }
      .view--news-media--block-main .views-exposed-form #news-media-form-fieldset .form-radios label,
      .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset .form-radios label,
      .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset .form-radios label {
        color: #ffffff;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        opacity: .5;
        font-size: 0.75rem; }
      .view--news-media--block-main .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio,
      .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio,
      .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio {
        position: absolute;
        width: 0;
        height: 0;
        visibility: hidden; }
        .view--news-media--block-main .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio:checked + label,
        .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio:checked + label,
        .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio:checked + label {
          opacity: 1;
          border-bottom-color: #fff; }
        .view--news-media--block-main .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio[value='98'],
        .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio[value='98'],
        .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio[value='98'] {
          display: none; }
          .view--news-media--block-main .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio[value='98'] + label,
          .view--news-media--block-archive .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio[value='98'] + label,
          .view--news-media--block-covid-news .views-exposed-form #news-media-form-fieldset .form-radios input.form-radio[value='98'] + label {
            display: none; }
  .view--news-media--block-main .views-exposed-form .form-item-search,
  .view--news-media--block-archive .views-exposed-form .form-item-search,
  .view--news-media--block-covid-news .views-exposed-form .form-item-search {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #13294b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .view--news-media--block-main .views-exposed-form .form-item-search span.cmp-icon-search,
    .view--news-media--block-archive .views-exposed-form .form-item-search span.cmp-icon-search,
    .view--news-media--block-covid-news .views-exposed-form .form-item-search span.cmp-icon-search {
      cursor: pointer;
      line-height: 1;
      font-size: 1.375rem;
      padding: 0 10px; }
    .view--news-media--block-main .views-exposed-form .form-item-search input,
    .view--news-media--block-archive .views-exposed-form .form-item-search input,
    .view--news-media--block-covid-news .views-exposed-form .form-item-search input {
      box-shadow: none;
      border: 0px none;
      margin: 0; }
      .view--news-media--block-main .views-exposed-form .form-item-search input::-webkit-input-placeholder,
      .view--news-media--block-archive .views-exposed-form .form-item-search input::-webkit-input-placeholder,
      .view--news-media--block-covid-news .views-exposed-form .form-item-search input::-webkit-input-placeholder {
        font-size: 1.0625rem;
        color: #c3c3c4;
        text-transform: uppercase;
        line-height: 1.4; }
      .view--news-media--block-main .views-exposed-form .form-item-search input:-moz-placeholder,
      .view--news-media--block-archive .views-exposed-form .form-item-search input:-moz-placeholder,
      .view--news-media--block-covid-news .views-exposed-form .form-item-search input:-moz-placeholder {
        font-size: 1.0625rem;
        color: #c3c3c4;
        text-transform: uppercase;
        line-height: 1.4; }
      .view--news-media--block-main .views-exposed-form .form-item-search input::-moz-placeholder,
      .view--news-media--block-archive .views-exposed-form .form-item-search input::-moz-placeholder,
      .view--news-media--block-covid-news .views-exposed-form .form-item-search input::-moz-placeholder {
        font-size: 1.0625rem;
        color: #c3c3c4;
        text-transform: uppercase;
        line-height: 1.4; }
      .view--news-media--block-main .views-exposed-form .form-item-search input:-ms-input-placeholder,
      .view--news-media--block-archive .views-exposed-form .form-item-search input:-ms-input-placeholder,
      .view--news-media--block-covid-news .views-exposed-form .form-item-search input:-ms-input-placeholder {
        font-size: 1.0625rem;
        color: #c3c3c4;
        text-transform: uppercase;
        line-height: 1.4; }
      .view--news-media--block-main .views-exposed-form .form-item-search input:focus::-webkit-input-placeholder,
      .view--news-media--block-archive .views-exposed-form .form-item-search input:focus::-webkit-input-placeholder,
      .view--news-media--block-covid-news .views-exposed-form .form-item-search input:focus::-webkit-input-placeholder {
        opacity: 0; }
      .view--news-media--block-main .views-exposed-form .form-item-search input:focus:-moz-placeholder,
      .view--news-media--block-archive .views-exposed-form .form-item-search input:focus:-moz-placeholder,
      .view--news-media--block-covid-news .views-exposed-form .form-item-search input:focus:-moz-placeholder {
        opacity: 0; }
      .view--news-media--block-main .views-exposed-form .form-item-search input:focus::-moz-placeholder,
      .view--news-media--block-archive .views-exposed-form .form-item-search input:focus::-moz-placeholder,
      .view--news-media--block-covid-news .views-exposed-form .form-item-search input:focus::-moz-placeholder {
        opacity: 0; }
      .view--news-media--block-main .views-exposed-form .form-item-search input:focus:-ms-input-placeholder,
      .view--news-media--block-archive .views-exposed-form .form-item-search input:focus:-ms-input-placeholder,
      .view--news-media--block-covid-news .views-exposed-form .form-item-search input:focus:-ms-input-placeholder {
        opacity: 0; }
    .view--news-media--block-main .views-exposed-form .form-item-search label,
    .view--news-media--block-archive .views-exposed-form .form-item-search label,
    .view--news-media--block-covid-news .views-exposed-form .form-item-search label {
      display: none; }
  .view--news-media--block-main .views-exposed-form fieldset[data-drupal-selector=edit-tag],
  .view--news-media--block-archive .views-exposed-form fieldset[data-drupal-selector=edit-tag],
  .view--news-media--block-covid-news .views-exposed-form fieldset[data-drupal-selector=edit-tag] {
    text-align: left; }
    .view--news-media--block-main .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item,
    .view--news-media--block-archive .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item,
    .view--news-media--block-covid-news .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item {
      display: inline-block;
      margin: 0 5px 8px 0; }
      .view--news-media--block-main .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item input,
      .view--news-media--block-archive .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item input,
      .view--news-media--block-covid-news .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item input {
        visibility: hidden;
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden; }
      .view--news-media--block-main .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item label,
      .view--news-media--block-archive .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item label,
      .view--news-media--block-covid-news .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item label {
        margin: 0;
        border: 1px solid #13294b;
        padding: 4px 12px 3px; }
      .view--news-media--block-main .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item input:checked + label,
      .view--news-media--block-archive .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item input:checked + label,
      .view--news-media--block-covid-news .views-exposed-form fieldset[data-drupal-selector=edit-tag] .js-form-item input:checked + label {
        color: #fff;
        background-color: #13294b; }
  .view--news-media--block-main .views-exposed-form .form-actions.form-wrapper,
  .view--news-media--block-archive .views-exposed-form .form-actions.form-wrapper,
  .view--news-media--block-covid-news .views-exposed-form .form-actions.form-wrapper {
    height: 0;
    overflow: hidden; }
    .view--news-media--block-main .views-exposed-form .form-actions.form-wrapper input,
    .view--news-media--block-archive .views-exposed-form .form-actions.form-wrapper input,
    .view--news-media--block-covid-news .views-exposed-form .form-actions.form-wrapper input {
      visibility: hidden; }

.view--news-media--block-main.news-media-lang-it .views-exposed-form #news-media-form-fieldset.form-item.fieldgroup,
.view--news-media--block-archive.news-media-lang-it .views-exposed-form #news-media-form-fieldset.form-item.fieldgroup,
.view--news-media--block-covid-news.news-media-lang-it .views-exposed-form #news-media-form-fieldset.form-item.fieldgroup {
  display: none; }

.view--news-media--block-main.view--news-media--block-archive .form-item-title,
.view--news-media--block-archive.view--news-media--block-archive .form-item-title,
.view--news-media--block-covid-news.view--news-media--block-archive .form-item-title {
  display: none; }

.view--news-media--block-main.view--news-media--block-archive .form-item-year,
.view--news-media--block-archive.view--news-media--block-archive .form-item-year,
.view--news-media--block-covid-news.view--news-media--block-archive .form-item-year {
  display: inline-block; }
  .view--news-media--block-main.view--news-media--block-archive .form-item-year .select2-container--default .select2-selection__rendered,
  .view--news-media--block-archive.view--news-media--block-archive .form-item-year .select2-container--default .select2-selection__rendered,
  .view--news-media--block-covid-news.view--news-media--block-archive .form-item-year .select2-container--default .select2-selection__rendered {
    padding: 6px 40px 6px 20px !important; }

.view--news-media--block-sticky-top {
  line-height: 1.8; }
  .view--news-media--block-sticky-top .grid-x .cell {
    padding: 10px; }
    .view--news-media--block-sticky-top .grid-x .cell:first-child {
      padding-right: 50px; }
    .view--news-media--block-sticky-top .grid-x .cell:last-child {
      padding-left: 50px; }
  .view--news-media--block-sticky-top .more {
    margin-top: 40px; }

.view-archive.archive-vot-loy .filterArea,
.view-archive.archive-gen-meetings .filterArea {
  max-width: 160px;
  margin: 0 auto;
  padding-bottom: 20px; }

.view-archive.archive-vot-loy .listArea,
.view-archive.archive-gen-meetings .listArea {
  width: 100%; }

.view-archive.archive-vot-loy .archiveDocVotLoyYear,
.view-archive.archive-gen-meetings .archiveDocVotLoyYear {
  display: none; }
  .view-archive.archive-vot-loy .archiveDocVotLoyYear:first-of-type,
  .view-archive.archive-gen-meetings .archiveDocVotLoyYear:first-of-type {
    display: block; }

.view-archive.archive-vot-loy .views-field-title,
.view-archive.archive-gen-meetings .views-field-title {
  display: none; }

.view-archive.archive-vot-loy h4.h4,
.view-archive.archive-gen-meetings h4.h4 {
  font-size: 1.1em;
  margin: 1em 0 .5em; }

.view-archive.archive-vot-loy .dvlYearDocType,
.view-archive.archive-gen-meetings .dvlYearDocType {
  margin-bottom: 40px; }

.view-archive.archive-vot-loy .dvlYearDocLabel,
.view-archive.archive-gen-meetings .dvlYearDocLabel {
  margin-bottom: 20px;
  color: #13294b; }

.view-archive.archive-vot-loy tr a,
.view-archive.archive-gen-meetings tr a {
  position: relative;
  display: block;
  padding: 0 24px 0 0; }
  .view-archive.archive-vot-loy tr a:after,
  .view-archive.archive-gen-meetings tr a:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 16px;
    line-height: 16px; }

.view-archive.archive-vot-loy.archive-vot-loy-singley h4.gen-meet-title,
.view-archive.archive-gen-meetings.archive-gen-singley h4.gen-meet-title {
  margin: 1em 0 1em; }

.view-archive.archive-vot-loy.archive-vot-loy-singley > h3,
.view-archive.archive-gen-meetings.archive-gen-singley > h3 {
  margin-bottom: 20px;
  color: #13294b; }

.view-archive.archive-vot-loy.archive-vot-loy-singley .views-row a,
.view-archive.archive-gen-meetings.archive-gen-singley .views-row a {
  font-size: 1rem; }

.view-archive.archive-fp-inv-results .filterArea {
  max-width: 160px;
  margin: 40px auto 0 auto;
  padding-bottom: 20px; }

.view-archive.archive-fp-inv-results .listArea {
  width: 100%; }

.view-archive.archive-fp-inv-results .archiveInvestorResultYear {
  display: none; }
  .view-archive.archive-fp-inv-results .archiveInvestorResultYear:first-of-type {
    display: block; }

.view-archive.archive-fp-inv-results .airYearGroups {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 15px;
  overflow: hidden;
  overflow-x: auto; }

.view-archive.archive-fp-inv-results .airPeriodComp {
  margin-right: 90px; }

.view-archive.archive-fp-inv-results .airInteractive {
  overflow: hidden; }
  .view-archive.archive-fp-inv-results .airInteractive .airGoAction {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    color: #13294b; }
    .view-archive.archive-fp-inv-results .airInteractive .airGoAction span {
      display: inline-block;
      vertical-align: top; }
      .view-archive.archive-fp-inv-results .airInteractive .airGoAction span:before {
        font-size: 20px;
        line-height: 30px; }
  .view-archive.archive-fp-inv-results .airInteractive .airGoBack {
    float: left; }
  .view-archive.archive-fp-inv-results .airInteractive .airGoFront {
    float: right; }

.view-archive.archive-fp-inv-results .airPeriodCompLabel {
  margin-bottom: 20px;
  font-family: "eestiRegular";
  color: #13294b;
  text-transform: uppercase;
  letter-spacing: 0.89px; }

.view-archive.archive-fp-inv-results .airPeriodCompDownload {
  margin-top: 20px; }

.view-archive.archive-fp-inv-results .airPeriodCompItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.view-archive.archive-fp-inv-results .views-row {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 20px 0 0; }
  .view-archive.archive-fp-inv-results .views-row .views-field-nothing, .view-archive.archive-fp-inv-results .views-row .field-content {
    width: 100%;
    height: 100%; }

.view-archive.archive-fp-inv-results .itmWrp {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px;
  border: 1px solid #13294b;
  border-radius: 2px; }
  .view-archive.archive-fp-inv-results .itmWrp header.itmHead {
    height: 48px;
    margin-bottom: 8px;
    font-family: "eestiRegular";
    font-weight: bold;
    letter-spacing: 2.1px;
    text-transform: uppercase; }
  .view-archive.archive-fp-inv-results .itmWrp .itmBody {
    height: calc(100% - 56px); }
  .view-archive.archive-fp-inv-results .itmWrp a.itmLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .view-archive.archive-fp-inv-results .itmWrp a.interactiveLink {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 2;
    font-size: 0;
    text-align: center; }
    .view-archive.archive-fp-inv-results .itmWrp a.interactiveLink:before {
      font-size: 10px;
      line-height: 30px;
      color: #FFFFFF; }
  .view-archive.archive-fp-inv-results .itmWrp input[type='checkbox'] {
    display: none; }

.view-archive.archive-fp-inv-results .itmWrp.cntType-press_release.pressType-1 {
  background: #F1F1F1; }

.view-archive.archive-fp-inv-results .itmWrp.cntType-documents.docType-56 {
  background: #F1F1F1; }

.view-archive.archive-fp-inv-results .itmWrp.cntType-documents.docType-57 {
  background: #13294b; }
  .view-archive.archive-fp-inv-results .itmWrp.cntType-documents.docType-57 header.itmHead, .view-archive.archive-fp-inv-results .itmWrp.cntType-documents.docType-57 .itmBody {
    color: #FFFFFF; }

.view-archive.square-by-year .filterArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px; }
  .view-archive.square-by-year .filterArea label {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 10px;
    font-size: 1rem;
    line-height: 1.625rem; }
  .view-archive.square-by-year .filterArea .wrpSelect {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.view-archive.square-by-year .views-row {
  display: none;
  position: relative;
  width: 100%;
  background: #13294b; }
  .view-archive.square-by-year .views-row:after {
    content: "";
    display: block;
    padding-bottom: 100%; }

.view-archive.square-by-year .views-row:first-of-type {
  display: block; }

.view-archive.square-by-year .views-field.views-field-nothing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 1; }
  .view-archive.square-by-year .views-field.views-field-nothing .field-content {
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }

.view-archive.square-by-year p.itmTit {
  margin-bottom: 50px;
  font-family: "campariBold";
  font-size: 1.6875rem;
  line-height: 2.1875rem;
  color: #FFFFFF; }
  @media print, screen and (min-width: 48em) {
    .view-archive.square-by-year p.itmTit {
      font-size: 1.6875rem;
      line-height: 2.1875rem; } }
  @media print, screen and (min-width: 64.0625em) {
    .view-archive.square-by-year p.itmTit {
      font-size: 2.375rem;
      line-height: 3.125rem; } }

.paragraph--type--ttf6-cell.square-by-year-small .view-archive.square-by-year p.itmTit {
  margin-bottom: 30px;
  font-size: 1.375rem;
  line-height: 1.875rem; }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .paragraph--type--ttf6-cell.square-by-year-small .view-archive.square-by-year p.itmTit {
    font-size: 1.125rem;
    line-height: 1.625rem; } }

@media screen and (min-width: 48em) and (max-width: 61.1875em) {
  .paragraph--type--ttf6-cell.square-by-year-small .view-archive.square-by-year p.itmTit {
    font-size: 1.375rem;
    line-height: 1.875rem; } }

@media screen and (min-width: 61.25em) and (max-width: 64em) {
  .paragraph--type--ttf6-cell.square-by-year-small .view-archive.square-by-year p.itmTit {
    font-size: 1.125rem;
    line-height: 1.625rem; } }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--ttf6-cell.square-by-year-small .view-archive.square-by-year p.itmTit {
    font-size: 1.25rem;
    line-height: 1.875rem; } }

.view-archive.archive-list-documents .filterArea {
  max-width: 160px;
  margin: 0 auto;
  padding-bottom: 20px; }

.view-archive.archive-list-documents .listArea {
  width: 100%;
  margin-bottom: 30px; }

.view-archive.archive-list-documents .airPeriodComp {
  display: none; }
  .view-archive.archive-list-documents .airPeriodComp:first-of-type {
    display: block; }

.view-archive.archive-list-documents .views-row {
  position: relative;
  margin-bottom: 15px; }
  .view-archive.archive-list-documents .views-row .views-field-nothing, .view-archive.archive-list-documents .views-row .field-content {
    display: block;
    width: 100%; }

.view-archive.archive-list-documents .itmWrp {
  position: relative;
  width: 100%;
  padding: 25px;
  border: 1px solid #13294b;
  border-radius: 2px;
  background: #F1F1F1; }
  .view-archive.archive-list-documents .itmWrp header.itmHead {
    height: 48px;
    margin-bottom: 8px;
    font-family: "eestiRegular";
    font-weight: bold;
    letter-spacing: 2.1px;
    text-transform: uppercase; }
  .view-archive.archive-list-documents .itmWrp .itmBody p.itmDate {
    margin: 0 0 10px 0;
    font-family: "eestiRegular";
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-transform: uppercase; }
    .view-archive.archive-list-documents .itmWrp .itmBody p.itmDate span {
      display: none; }
  .view-archive.archive-list-documents .itmWrp a.itmLink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .view-archive.archive-list-documents .itmWrp a.interactiveLink {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 2;
    font-size: 0;
    text-align: center; }
    .view-archive.archive-list-documents .itmWrp a.interactiveLink:before {
      font-size: 10px;
      line-height: 30px;
      color: #FFFFFF; }
  .view-archive.archive-list-documents .itmWrp:not(.link-to-content-page) a.itmLink.link-page-content-element {
    display: none !important; }
  .view-archive.archive-list-documents .itmWrp.link-to-content-page a.itmLink:not(.link-page-content-element) {
    display: block !important; }

.view-archive.archive-list-documents .itmWrp.periodCompetence-6, .view-archive.archive-list-documents .itmWrp.periodCompetence-7, .view-archive.archive-list-documents .itmWrp.periodCompetence-8, .view-archive.archive-list-documents .itmWrp.periodCompetence-9 {
  background: #13294b; }
  .view-archive.archive-list-documents .itmWrp.periodCompetence-6 header.itmHead, .view-archive.archive-list-documents .itmWrp.periodCompetence-6 .itmBody, .view-archive.archive-list-documents .itmWrp.periodCompetence-7 header.itmHead, .view-archive.archive-list-documents .itmWrp.periodCompetence-7 .itmBody, .view-archive.archive-list-documents .itmWrp.periodCompetence-8 header.itmHead, .view-archive.archive-list-documents .itmWrp.periodCompetence-8 .itmBody, .view-archive.archive-list-documents .itmWrp.periodCompetence-9 header.itmHead, .view-archive.archive-list-documents .itmWrp.periodCompetence-9 .itmBody {
    color: #FFFFFF; }
  .view-archive.archive-list-documents .itmWrp.periodCompetence-6 .itmBody p.itmDate span, .view-archive.archive-list-documents .itmWrp.periodCompetence-7 .itmBody p.itmDate span, .view-archive.archive-list-documents .itmWrp.periodCompetence-8 .itmBody p.itmDate span, .view-archive.archive-list-documents .itmWrp.periodCompetence-9 .itmBody p.itmDate span {
    display: inline-block; }

.viewsreference--view-title {
  font-size: 1.1rem;
  margin: 2em 0 .4em; }

.view-multimedia-kit {
  margin: 0 -12px; }
  .view-multimedia-kit .media-thumbnail {
    position: relative;
    margin: 12px; }
    .view-multimedia-kit .media-thumbnail a {
      display: block; }
      .view-multimedia-kit .media-thumbnail a.media-cover:hover:before {
        position: absolute;
        z-index: 3;
        color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 32px;
        opacity: .6; }
      .view-multimedia-kit .media-thumbnail a.media-download {
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, 0.7);
        right: 10px;
        bottom: 10px;
        transition: transform 200ms; }
        .view-multimedia-kit .media-thumbnail a.media-download:hover {
          background-color: #fff;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          transform: scale(1.2); }
        .view-multimedia-kit .media-thumbnail a.media-download .cmp-icon-download {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          line-height: 1;
          font-size: 14px; }
      .view-multimedia-kit .media-thumbnail a.cmp-icon-admin-edit {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
        visibility: hidden;
        font-family: "eestiRegular";
        font-size: 12px; }
        .view-multimedia-kit .media-thumbnail a.cmp-icon-admin-edit:before, .view-multimedia-kit .media-thumbnail .views-row a.admin-edit-link:before, .views-row .view-multimedia-kit .media-thumbnail a.admin-edit-link:before, .view-multimedia-kit .media-thumbnail
        .block-campari-news-media-fp-grid-block a.admin-edit-link:before,
        .block-campari-news-media-fp-grid-block .view-multimedia-kit .media-thumbnail a.admin-edit-link:before {
          font-size: 16px; }
    .view-multimedia-kit .media-thumbnail:hover a.cmp-icon-admin-edit {
      visibility: visible; }

.view--spiritheque--block-last {
  margin: 4em 0; }
  .view--spiritheque--block-last .spiritheque-cover {
    position: relative;
    height: 0;
    padding-bottom: 36%;
    overflow: hidden; }
    .view--spiritheque--block-last .spiritheque-cover:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3); }
    .view--spiritheque--block-last .spiritheque-cover .video-cover,
    .view--spiritheque--block-last .spiritheque-cover .txt {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .view--spiritheque--block-last .spiritheque-cover .video-cover {
      min-width: 100%;
      min-height: 100%; }
      .view--spiritheque--block-last .spiritheque-cover .video-cover video {
        min-width: 100%;
        min-height: 100%; }
    .view--spiritheque--block-last .spiritheque-cover .txt {
      max-width: 80%;
      z-index: 2;
      text-align: center; }
      .view--spiritheque--block-last .spiritheque-cover .txt .desc-link {
        color: #fff;
        font-size: 1.125rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
      .view--spiritheque--block-last .spiritheque-cover .txt .brand span {
        font-family: "eestiRegular";
        text-transform: uppercase; }
      .view--spiritheque--block-last .spiritheque-cover .txt h2 {
        font-size: 2.8rem;
        margin: .4em 0; }
      .view--spiritheque--block-last .spiritheque-cover .txt .intro {
        font-size: 1.25rem; }
      .view--spiritheque--block-last .spiritheque-cover .txt .whiteBtn, .view--spiritheque--block-last .spiritheque-cover .txt .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .view--spiritheque--block-last .spiritheque-cover .txt a {
        margin-top: 3em; }
    @media all and (max-width: 1180px) {
      .view--spiritheque--block-last .spiritheque-cover .txt {
        min-width: 80%; } }
    @media screen and (max-width: 74.9375em) {
      .view--spiritheque--block-last .spiritheque-cover {
        padding-bottom: 50%; } }
    @media screen and (max-width: 61.1875em) {
      .view--spiritheque--block-last .spiritheque-cover {
        padding-bottom: 100%; } }

ul.js-pager__items[data-drupal-views-infinite-scroll-pager] {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }
  ul.js-pager__items[data-drupal-views-infinite-scroll-pager] li.pager__item {
    display: inline-block;
    list-style: none;
    margin: 0; }
  ul.js-pager__items[data-drupal-views-infinite-scroll-pager] a.button {
    padding: 14px 25px;
    background: #13294b;
    vertical-align: top;
    border: 1px solid #13294b;
    font-family: "eestiRegular";
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #FFFFFF; }

.views-row .admin-edit-link,
.block-campari-news-media-fp-grid-block .admin-edit-link {
  display: none;
  position: absolute;
  line-height: 16px;
  z-index: 9;
  bottom: 5px;
  left: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px;
  font-size: 10px;
  border-radius: 3px; }
  .views-row .admin-edit-link:before,
  .block-campari-news-media-fp-grid-block .admin-edit-link:before {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 2px; }
  .views-row .admin-edit-link:hover,
  .block-campari-news-media-fp-grid-block .admin-edit-link:hover {
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); }

.views-row:hover .admin-edit-link,
.block-campari-news-media-fp-grid-block:hover .admin-edit-link {
  display: block; }

.views-row .item_2_1 .admin-edit-link,
.block-campari-news-media-fp-grid-block .item_2_1 .admin-edit-link {
  bottom: 17px;
  left: 17px; }

.paragraph--type--ttf6-cell.hideViewFooter .views-element-container footer {
  display: none !important; }

.paragraph--type--ttf6-tabs ul.tabs,
.paragraph--type--ttf6-accstabs ul.tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 50px;
  border-color: transparent;
  background: transparent; }
  .paragraph--type--ttf6-tabs ul.tabs .tabs-title,
  .paragraph--type--ttf6-accstabs ul.tabs .tabs-title {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    text-align: center; }
    .paragraph--type--ttf6-tabs ul.tabs .tabs-title > a,
    .paragraph--type--ttf6-accstabs ul.tabs .tabs-title > a {
      position: relative;
      height: 100%;
      padding: 0 0 15px 0;
      font-family: "campariBold";
      font-size: 1.375rem;
      line-height: 1.875rem;
      color: rgba(19, 41, 75, 0.5); }
      .paragraph--type--ttf6-tabs ul.tabs .tabs-title > a:after,
      .paragraph--type--ttf6-accstabs ul.tabs .tabs-title > a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100px;
        height: 5px;
        background: transparent;
        border-radius: 1px;
        transition: all 0.3s ease-in-out;
        transform: translate(-50%, 0); }
      @media print, screen and (min-width: 64.0625em) {
        .paragraph--type--ttf6-tabs ul.tabs .tabs-title > a,
        .paragraph--type--ttf6-accstabs ul.tabs .tabs-title > a {
          font-size: 1.875rem;
          line-height: 2.5rem; } }
    .paragraph--type--ttf6-tabs ul.tabs .tabs-title > a:hover, .paragraph--type--ttf6-tabs ul.tabs .tabs-title > a:focus, .paragraph--type--ttf6-tabs ul.tabs .tabs-title > a[aria-selected="true"],
    .paragraph--type--ttf6-accstabs ul.tabs .tabs-title > a:hover,
    .paragraph--type--ttf6-accstabs ul.tabs .tabs-title > a:focus,
    .paragraph--type--ttf6-accstabs ul.tabs .tabs-title > a[aria-selected="true"] {
      background: transparent;
      color: #13294b; }
    .paragraph--type--ttf6-tabs ul.tabs .tabs-title > a[aria-selected="true"]:after,
    .paragraph--type--ttf6-accstabs ul.tabs .tabs-title > a[aria-selected="true"]:after {
      background: #AD841F; }

.paragraph--type--ttf6-tabs .tabs-content,
.paragraph--type--ttf6-accstabs .tabs-content {
  margin: 50px 0;
  border-color: transparent;
  background: transparent; }

.paragraph--type--ttf6-tabs .tabs-panel,
.paragraph--type--ttf6-accstabs .tabs-panel {
  padding: 0; }
  .paragraph--type--ttf6-tabs .tabs-panel > .paragraph--type--ttf6-text,
  .paragraph--type--ttf6-accstabs .tabs-panel > .paragraph--type--ttf6-text {
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 47.9375em) {
      .paragraph--type--ttf6-tabs .tabs-panel > .paragraph--type--ttf6-text,
      .paragraph--type--ttf6-accstabs .tabs-panel > .paragraph--type--ttf6-text {
        padding-right: 10px;
        padding-left: 10px; } }

/**
 * Richiesta ad hoc per i tab di CampariGroup
 * Si richiede che i tab non vadano mai in accordion, ma che vengano tenuti sempre in una riga con eventuale scroll dei titoli stessi
 */
.paragraph--type--ttf6-tabs ul.tabs .tabs-title {
  padding: 0 30px; }

.grid-margin-x .paragraph--type--ttf6-tabs ul.tabs, .grid-padding-x .paragraph--type--ttf6-tabs ul.tabs {
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px; }

@media screen and (max-width: 61.1875em) {
  .paragraph--type--ttf6-tabs ul.tabs {
    overflow-x: auto; } }

.paragraph--type--ttf6-accordions ul.accordion,
.paragraph--type--ttf6-accstabs ul.accordion {
  background: transparent; }

.paragraph--type--ttf6-accordions .accordion-title,
.paragraph--type--ttf6-accstabs .accordion-title {
  padding: 20px 70px 20px 0;
  border-color: #13294b;
  border-left: 0;
  border-right: 0;
  font-family: "eestiRegular";
  font-size: 1rem;
  line-height: 1.125rem;
  color: #13294b; }
  .paragraph--type--ttf6-accordions .accordion-title:before,
  .paragraph--type--ttf6-accstabs .accordion-title:before {
    right: 25px;
    font-size: 10px;
    line-height: 10px; }
  .paragraph--type--ttf6-accordions .accordion-title:focus, .paragraph--type--ttf6-accordions .accordion-title:hover,
  .paragraph--type--ttf6-accstabs .accordion-title:focus,
  .paragraph--type--ttf6-accstabs .accordion-title:hover {
    background-color: transparent; }

.paragraph--type--ttf6-accordions li.accordion-item.is-active > .accordion-title:before,
.paragraph--type--ttf6-accstabs li.accordion-item.is-active > .accordion-title:before {
  content: '\e803'; }

.paragraph--type--ttf6-accordions .accordion-content,
.paragraph--type--ttf6-accstabs .accordion-content {
  padding: 0 0 20px 0;
  background-color: transparent;
  border-color: #13294b;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.paragraph--type--ttf6-accordions li.accordion-item:last-child:not(.is-active) > .accordion-title,
.paragraph--type--ttf6-accstabs li.accordion-item:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #13294b; }

.paragraph--type--ttf6-accordions li.accordion-item:last-child > .accordion-content:last-child,
.paragraph--type--ttf6-accstabs li.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #13294b; }

.paragraph--type--ttf6-accstabs .accordion-title br {
  display: none; }

@media print, screen and (min-width: 64.0625em) {
  .paragraph--type--ttf6-accordions ul.accordion.biggerTitles .accordion-title {
    font-family: "campariBold";
    font-size: 1.875rem;
    line-height: 2.5rem; } }

.paragraph--type--ttf6-slider .slick-track {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 90%; }

.paragraph--type--ttf6-slider .ttf6Slider_arrows .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  opacity: 1;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #13294b; }
  .paragraph--type--ttf6-slider .ttf6Slider_arrows .slick-arrow:before {
    font-size: 50px;
    line-height: 50px; }

.paragraph--type--ttf6-slider .ttf6Slider_arrows .slick-arrow.slick-disabled {
  opacity: 0.3; }

.paragraph--type--ttf6-slider .ttf6Slider_arrows .ttf6Slider_prev {
  left: 10px; }

.paragraph--type--ttf6-slider .ttf6Slider_arrows .ttf6Slider_next {
  right: 10px; }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--ttf6-slider .ttf6Slider_arrows .slick-arrow {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .paragraph--type--ttf6-slider .slick-slider.slick-initialized[data-arrows="1"] .slick-list {
    width: calc(100% - 100px);
    margin: 0 50px; } }

.cmpItemBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .cmpItemBackground.cmpBgColor-darkBlue {
    background-color: #13294b; }
  .cmpItemBackground.cmpBgColor-lightGrey {
    background-color: #F1F1F1; }
  .cmpItemBackground .cmpBgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .cmpItemBackground.cmpBgType-image100Auto .cmpBgImage {
    background-size: 100% auto; }
  .cmpItemBackground.cmpBgType-imageAuto100 .cmpBgImage {
    background-size: auto 100%; }
  .cmpItemBackground .cmpBgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .cmpItemBackground .cmpBgVideo video {
      position: absolute;
      min-width: 100%;
      min-height: 100%; }
    .cmpItemBackground .cmpBgVideo.videoAlign-topCen video {
      top: 0;
      left: 50%;
      transform: translate(-50%, 0%); }
    .cmpItemBackground .cmpBgVideo.videoAlign-topLef video {
      top: 0;
      left: 0; }
    .cmpItemBackground .cmpBgVideo.videoAlign-topRig video {
      top: 0;
      right: 0; }
    .cmpItemBackground .cmpBgVideo.videoAlign-cenCen video {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .cmpItemBackground .cmpBgVideo.videoAlign-cenLef video {
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    .cmpItemBackground .cmpBgVideo.videoAlign-cenRig video {
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
    .cmpItemBackground .cmpBgVideo.videoAlign-botCen video {
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0%); }
    .cmpItemBackground .cmpBgVideo.videoAlign-botLef video {
      bottom: 0;
      left: 0; }
    .cmpItemBackground .cmpBgVideo.videoAlign-botRig video {
      bottom: 0;
      right: 0; }
  @media screen and (max-width: 47.9375em) {
    .cmpItemBackground .cmpBgVideo:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(19, 41, 75, 0.3); }
    .cmpItemBackground .cmpBgVideo video {
      display: none; } }

.paragraph--type--ttf6-grid {
  position: relative;
  overflow: hidden; }
  .paragraph--type--ttf6-grid .ptS {
    padding-top: 15px; }
  .paragraph--type--ttf6-grid .pbS {
    padding-bottom: 15px; }
  .paragraph--type--ttf6-grid .ptM {
    padding-top: 25px; }
  .paragraph--type--ttf6-grid .pbM {
    padding-bottom: 25px; }
  .paragraph--type--ttf6-grid .ptL {
    padding-top: 35px; }
  .paragraph--type--ttf6-grid .pbL {
    padding-bottom: 35px; }
  .paragraph--type--ttf6-grid .ptXXL {
    padding-top: 45px; }
  .paragraph--type--ttf6-grid .pbXXL {
    padding-bottom: 45px; }
  .paragraph--type--ttf6-grid .hasBorderTop {
    border-top: 1px solid rgba(19, 41, 75, 0.5); }
  .paragraph--type--ttf6-grid .hasBorderBottom {
    border-bottom: 1px solid rgba(19, 41, 75, 0.5); }
  .paragraph--type--ttf6-grid .hasBorderLeft {
    border-left: 1px solid rgba(19, 41, 75, 0.5); }
  .paragraph--type--ttf6-grid .hasBorderRight {
    border-right: none;
    border-bottom: 1px solid rgba(19, 41, 75, 0.5); }
  .paragraph--type--ttf6-grid .cmpBgColor-darkBlue {
    background-color: #13294b; }
  .paragraph--type--ttf6-grid .cmpBgColor-lightGrey {
    background-color: #F1F1F1; }
  .paragraph--type--ttf6-grid .grid-container, .paragraph--type--ttf6-grid .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .paragraph--type--ttf6-grid .views-exposed-form, .paragraph--type--ttf6-grid
  .view--news-media--block-archive .views-exposed-form,
  .view--news-media--block-archive .paragraph--type--ttf6-grid .views-exposed-form, .paragraph--type--ttf6-grid
  .view--news-media--block-covid-news .views-exposed-form,
  .view--news-media--block-covid-news .paragraph--type--ttf6-grid .views-exposed-form, .paragraph--type--ttf6-grid .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--ttf6-grid .field-node--field-attachment, .paragraph--type--ttf6-grid .view--search-content--page-main > header, .paragraph--type--ttf6-grid
  .view--search-content--page-main #views-exposed-form-search-content-page-main,
  .view--search-content--page-main .paragraph--type--ttf6-grid #views-exposed-form-search-content-page-main, .paragraph--type--ttf6-grid
  .view--search-content--page-main .js-pager__items,
  .view--search-content--page-main .paragraph--type--ttf6-grid .js-pager__items {
    position: relative;
    z-index: 1; }
  @media print, screen and (min-width: 48em) {
    .paragraph--type--ttf6-grid .ptS {
      padding-top: 25px; }
    .paragraph--type--ttf6-grid .pbS {
      padding-bottom: 25px; }
    .paragraph--type--ttf6-grid .ptM {
      padding-top: 30px; }
    .paragraph--type--ttf6-grid .pbM {
      padding-bottom: 30px; }
    .paragraph--type--ttf6-grid .ptL {
      padding-top: 50px; }
    .paragraph--type--ttf6-grid .pbL {
      padding-bottom: 50px; }
    .paragraph--type--ttf6-grid .ptXXL {
      padding-top: 60px; }
    .paragraph--type--ttf6-grid .pbXXL {
      padding-bottom: 60px; }
    .paragraph--type--ttf6-grid .hasBorderRight .hasBorderRight {
      border-right: 1px solid rgba(19, 41, 75, 0.5);
      border-bottom: 0 none; } }
  @media print, screen and (min-width: 64.0625em) {
    .paragraph--type--ttf6-grid .ptS {
      padding-top: 30px; }
    .paragraph--type--ttf6-grid .pbS {
      padding-bottom: 30px; }
    .paragraph--type--ttf6-grid .ptM {
      padding-top: 50px; }
    .paragraph--type--ttf6-grid .pbM {
      padding-bottom: 50px; }
    .paragraph--type--ttf6-grid .ptL {
      padding-top: 70px; }
    .paragraph--type--ttf6-grid .pbL {
      padding-bottom: 70px; }
    .paragraph--type--ttf6-grid .ptXXL {
      padding-top: 130px; }
    .paragraph--type--ttf6-grid .pbXXL {
      padding-bottom: 130px; } }

.paragraph--type--banner-slider {
  position: relative;
  overflow: hidden; }
  .paragraph--type--banner-slider .paragraph--type--banner-slide {
    position: relative; }
  .paragraph--type--banner-slider.sliderHeight-h25 {
    min-height: 25vh; }
    .paragraph--type--banner-slider.sliderHeight-h25 .paragraph--type--banner-slide {
      min-height: 25vh; }
  .paragraph--type--banner-slider.sliderHeight-h50 {
    min-height: 50vh; }
    .paragraph--type--banner-slider.sliderHeight-h50 .paragraph--type--banner-slide {
      min-height: 50vh; }
  .paragraph--type--banner-slider.sliderHeight-h75 {
    min-height: 75vh; }
    .paragraph--type--banner-slider.sliderHeight-h75 .paragraph--type--banner-slide {
      min-height: 75vh; }
  .paragraph--type--banner-slider.sliderHeight-h100 {
    min-height: 100vh; }
    .paragraph--type--banner-slider.sliderHeight-h100 .paragraph--type--banner-slide {
      min-height: 100vh; }
  @media print, screen and (min-width: 64.0625em) {
    .paragraph--type--banner-slider.sliderHeight-h100 {
      min-height: calc(100vh - 80px); }
      .paragraph--type--banner-slider.sliderHeight-h100 .paragraph--type--banner-slide {
        min-height: calc(100vh - 80px); } }

.paragraph--type--banner-slide {
  height: 1px; }
  .paragraph--type--banner-slide .grid-container, .paragraph--type--banner-slide .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .paragraph--type--banner-slide .views-exposed-form, .paragraph--type--banner-slide
  .view--news-media--block-archive .views-exposed-form,
  .view--news-media--block-archive .paragraph--type--banner-slide .views-exposed-form, .paragraph--type--banner-slide
  .view--news-media--block-covid-news .views-exposed-form,
  .view--news-media--block-covid-news .paragraph--type--banner-slide .views-exposed-form, .paragraph--type--banner-slide .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--banner-slide .field-node--field-attachment, .paragraph--type--banner-slide .view--search-content--page-main > header, .paragraph--type--banner-slide
  .view--search-content--page-main #views-exposed-form-search-content-page-main,
  .view--search-content--page-main .paragraph--type--banner-slide #views-exposed-form-search-content-page-main, .paragraph--type--banner-slide
  .view--search-content--page-main .js-pager__items,
  .view--search-content--page-main .paragraph--type--banner-slide .js-pager__items {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1; }
  .paragraph--type--banner-slide .field-name-field-title-html {
    margin-bottom: 30px; }
  .paragraph--type--banner-slide .field-name-field-text {
    margin-bottom: 60px; }
    .paragraph--type--banner-slide .field-name-field-text p {
      font-size: 1.125rem;
      line-height: 1.875rem; }
      .paragraph--type--banner-slide .field-name-field-text p:last-of-type {
        margin-bottom: 0; }
  .paragraph--type--banner-slide.slideTxtColor-white .field-name-field-title-html, .paragraph--type--banner-slide.slideTxtColor-white .field-name-field-text p {
    color: #FFFFFF; }
  .paragraph--type--banner-slide.slideTxtColor-lightBlue .field-name-field-title-html, .paragraph--type--banner-slide.slideTxtColor-lightBlue .field-name-field-text p {
    color: #62B5E5; }
  .paragraph--type--banner-slide.slideTxtColor-gold .field-name-field-title-html, .paragraph--type--banner-slide.slideTxtColor-gold .field-name-field-text p {
    color: #AD841F; }
  .paragraph--type--banner-slide.slideTitleSize-big .field-name-field-title-html {
    font-size: 2.5rem;
    line-height: 2.375rem; }
    @media print, screen and (min-width: 48em) {
      .paragraph--type--banner-slide.slideTitleSize-big .field-name-field-title-html {
        font-size: 5.625rem;
        line-height: 5.5rem; } }
    @media print, screen and (min-width: 64.0625em) {
      .paragraph--type--banner-slide.slideTitleSize-big .field-name-field-title-html {
        font-size: 6.75rem;
        line-height: 6.625rem; } }
  @media screen and (max-width: 47.9375em) {
    .paragraph--type--banner-slide .field-name-field-text {
      margin-bottom: 40px; }
    .paragraph--type--banner-slide.slideType-none, .paragraph--type--banner-slide.slideType-color {
      height: auto; }
      .paragraph--type--banner-slide.slideType-none .grid-container, .paragraph--type--banner-slide.slideType-none .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .paragraph--type--banner-slide.slideType-none .views-exposed-form, .paragraph--type--banner-slide.slideType-none
      .view--news-media--block-archive .views-exposed-form,
      .view--news-media--block-archive .paragraph--type--banner-slide.slideType-none .views-exposed-form, .paragraph--type--banner-slide.slideType-none
      .view--news-media--block-covid-news .views-exposed-form,
      .view--news-media--block-covid-news .paragraph--type--banner-slide.slideType-none .views-exposed-form, .paragraph--type--banner-slide.slideType-none .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--banner-slide.slideType-none .field-node--field-attachment, .paragraph--type--banner-slide.slideType-none .view--search-content--page-main > header, .paragraph--type--banner-slide.slideType-none
      .view--search-content--page-main #views-exposed-form-search-content-page-main,
      .view--search-content--page-main .paragraph--type--banner-slide.slideType-none #views-exposed-form-search-content-page-main, .paragraph--type--banner-slide.slideType-none
      .view--search-content--page-main .js-pager__items,
      .view--search-content--page-main .paragraph--type--banner-slide.slideType-none .js-pager__items, .paragraph--type--banner-slide.slideType-color .grid-container, .paragraph--type--banner-slide.slideType-color .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .paragraph--type--banner-slide.slideType-color .views-exposed-form, .paragraph--type--banner-slide.slideType-color
      .view--news-media--block-archive .views-exposed-form,
      .view--news-media--block-archive .paragraph--type--banner-slide.slideType-color .views-exposed-form, .paragraph--type--banner-slide.slideType-color
      .view--news-media--block-covid-news .views-exposed-form,
      .view--news-media--block-covid-news .paragraph--type--banner-slide.slideType-color .views-exposed-form, .paragraph--type--banner-slide.slideType-color .node-content.node-view-mode-full .field-node--field-attachment, .node-content.node-view-mode-full .paragraph--type--banner-slide.slideType-color .field-node--field-attachment, .paragraph--type--banner-slide.slideType-color .view--search-content--page-main > header, .paragraph--type--banner-slide.slideType-color
      .view--search-content--page-main #views-exposed-form-search-content-page-main,
      .view--search-content--page-main .paragraph--type--banner-slide.slideType-color #views-exposed-form-search-content-page-main, .paragraph--type--banner-slide.slideType-color
      .view--search-content--page-main .js-pager__items,
      .view--search-content--page-main .paragraph--type--banner-slide.slideType-color .js-pager__items {
        top: auto;
        padding-top: 40px;
        padding-bottom: 60px;
        transform: translate(0, 0); } }
  .paragraph--type--banner-slider.randomizeSlide .paragraph--type--banner-slide {
    visibility: hidden; }
  .paragraph--type--banner-slide.randomized {
    visibility: visible !important; }
  .paragraph--type--banner-slide .banner-slide-remote-video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    height: 0;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: none center center no-repeat;
    background-size: cover; }
    .paragraph--type--banner-slide .banner-slide-remote-video iframe {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

.paragraph--type--discover-more .field-name-field-text {
  margin-bottom: 30px; }

.paragraph--type--discover-more .moreLessToggler {
  margin: 30px 0; }

.paragraph--type--discover-more .moreCloser {
  display: none; }

.paragraph--type--discover-more .field-name-field-text-2 {
  display: none; }

.paragraph--type--zip-container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  .paragraph--type--zip-container .msg-zip-create {
    margin-top: 20px; }
  .paragraph--type--zip-container .field--name-field-file-to-zip {
    position: relative;
    margin-bottom: 5px; }
    .paragraph--type--zip-container .field--name-field-file-to-zip input[type='checkbox'] {
      position: absolute;
      margin: 0;
      clip: rect(1px, 1px, 1px, 1px); }
    .paragraph--type--zip-container .field--name-field-file-to-zip span.file {
      display: inline-block;
      margin: 0;
      padding: 0 0 0 24px;
      vertical-align: top;
      font-family: "eestiRegular";
      font-size: 1rem;
      line-height: 1.625rem;
      letter-spacing: 0.89px;
      cursor: pointer; }
      .paragraph--type--zip-container .field--name-field-file-to-zip span.file:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 14px;
        margin: 0;
        vertical-align: top;
        transform: translate(0, -60%);
        background: transparent;
        border: 1px solid #13294b;
        border-radius: 2px;
        transition: all 0.3s ease-in-out; }
    .paragraph--type--zip-container .field--name-field-file-to-zip input[type='checkbox']:checked ~ span.file:before {
      background: #13294b; }

.paragraph--type--highlights-container .field-name-field-items > .field-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .paragraph--type--highlights-container .field-name-field-items > .field-items > .field-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-bottom: 20px;
    border: none; }
    .paragraph--type--highlights-container .field-name-field-items > .field-items > .field-item:last-of-type {
      border-right: 0; }
    .paragraph--type--highlights-container .field-name-field-items > .field-items > .field-item:nth-child(4n) {
      border-right: 0; }
    @media print, screen and (min-width: 48em) {
      .paragraph--type--highlights-container .field-name-field-items > .field-items > .field-item {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        border-right: 1px solid rgba(19, 41, 75, 0.3); } }
    @media print, screen and (min-width: 64.0625em) {
      .paragraph--type--highlights-container .field-name-field-items > .field-items > .field-item {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }

.paragraph--type--highlights-item {
  text-align: center; }
  .paragraph--type--highlights-item .field-name-field-title {
    margin-bottom: 15px;
    font-family: "campariBold";
    font-size: 4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    letter-spacing: -0.4px; }
  .paragraph--type--highlights-item .field-name-field-text {
    font-family: "eestiRegular";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.6px; }

.paragraph--type--popup-detail-box {
  position: relative;
  cursor: pointer; }
  .paragraph--type--popup-detail-box a.popDetLinker {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%; }
  .paragraph--type--popup-detail-box .field-name-field-title-html {
    position: absolute;
    top: 50%;
    left: 15px;
    width: calc(100% - 30px);
    transform: translate(0, -50%);
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 1.625rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase; }
  .paragraph--type--popup-detail-box .popDetContent {
    display: none; }
  @media screen and (max-width: 47.9375em) {
    .paragraph--type--popup-detail-box .field-name-field-title-html {
      left: 10px;
      width: calc(100% - 20px);
      font-size: 1.125rem;
      line-height: 1.25rem; } }

.paragraph--type--popup-detail-boxes.boxesBg-white .paragraph--type--popup-detail-box {
  background: #FFFFFF; }
  .paragraph--type--popup-detail-boxes.boxesBg-white .paragraph--type--popup-detail-box .field-name-field-title-html {
    color: #13294b; }
    .paragraph--type--popup-detail-boxes.boxesBg-white .paragraph--type--popup-detail-box .field-name-field-title-html strong, .paragraph--type--popup-detail-boxes.boxesBg-white .paragraph--type--popup-detail-box .field-name-field-title-html b {
      color: #FFFFFF;
      -webkit-text-stroke-width: 1px;
      text-stroke-width: 1px;
      -webkit-text-stroke-color: #13294b;
      text-stroke-color: #13294b; }
      body.is-ie-11 .paragraph--type--popup-detail-boxes.boxesBg-white .paragraph--type--popup-detail-box .field-name-field-title-html strong, body.is-ie-11 .paragraph--type--popup-detail-boxes.boxesBg-white .paragraph--type--popup-detail-box .field-name-field-title-html b {
        color: #13294b; }

.paragraph--type--popup-detail-boxes.boxesBg-darkBlue .paragraph--type--popup-detail-box {
  background: #13294b; }
  .paragraph--type--popup-detail-boxes.boxesBg-darkBlue .paragraph--type--popup-detail-box .field-name-field-title-html {
    color: #FFFFFF; }
    .paragraph--type--popup-detail-boxes.boxesBg-darkBlue .paragraph--type--popup-detail-box .field-name-field-title-html strong, .paragraph--type--popup-detail-boxes.boxesBg-darkBlue .paragraph--type--popup-detail-box .field-name-field-title-html b {
      color: #13294b;
      -webkit-text-stroke-width: 1px;
      text-stroke-width: 1px;
      -webkit-text-stroke-color: #FFFFFF;
      text-stroke-color: #FFFFFF; }
      body.is-ie-11 .paragraph--type--popup-detail-boxes.boxesBg-darkBlue .paragraph--type--popup-detail-box .field-name-field-title-html strong, body.is-ie-11 .paragraph--type--popup-detail-boxes.boxesBg-darkBlue .paragraph--type--popup-detail-box .field-name-field-title-html b {
        color: #FFFFFF; }

.paragraph--type--popup-detail-boxes.boxesBg-lightGrey .paragraph--type--popup-detail-box {
  background: #F1F1F1; }
  .paragraph--type--popup-detail-boxes.boxesBg-lightGrey .paragraph--type--popup-detail-box .field-name-field-title-html {
    color: #13294b; }
    .paragraph--type--popup-detail-boxes.boxesBg-lightGrey .paragraph--type--popup-detail-box .field-name-field-title-html strong, .paragraph--type--popup-detail-boxes.boxesBg-lightGrey .paragraph--type--popup-detail-box .field-name-field-title-html b {
      color: #F1F1F1;
      -webkit-text-stroke-width: 1px;
      text-stroke-width: 1px;
      -webkit-text-stroke-color: #13294b;
      text-stroke-color: #13294b; }
      body.is-ie-11 .paragraph--type--popup-detail-boxes.boxesBg-lightGrey .paragraph--type--popup-detail-box .field-name-field-title-html strong, body.is-ie-11 .paragraph--type--popup-detail-boxes.boxesBg-lightGrey .paragraph--type--popup-detail-box .field-name-field-title-html b {
        color: #13294b; }

.paragraph--type--popup-detail-boxes > .grid-x > .cell {
  margin-top: 15px;
  margin-bottom: 15px; }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--popup-detail-boxes > .grid-x > .cell {
    margin-top: 10px;
    margin-bottom: 10px; } }

.fancybox-container.popDetBox .fancybox-content {
  max-width: 500px;
  padding: 30px;
  background: transparent; }

.fancybox-container.popDetBox .fancybox-button.fancybox-close-small {
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #FFFFFF; }

.fancybox-container.popDetBox .popDetBlkTop {
  padding: 20px 10px 12px 10px;
  background: #13294b; }
  .fancybox-container.popDetBox .popDetBlkTop .field-name-field-text {
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2rem;
    color: #FFFFFF;
    text-transform: uppercase; }
    .fancybox-container.popDetBox .popDetBlkTop .field-name-field-text strong, .fancybox-container.popDetBox .popDetBlkTop .field-name-field-text b {
      color: #13294b;
      -webkit-text-stroke-width: 1px;
      text-stroke-width: 1px;
      -webkit-text-stroke-color: #FFFFFF;
      text-stroke-color: #FFFFFF; }
      body.is-ie-11 .fancybox-container.popDetBox .popDetBlkTop .field-name-field-text strong, body.is-ie-11 .fancybox-container.popDetBox .popDetBlkTop .field-name-field-text b {
        color: #FFFFFF; }

.fancybox-container.popDetBox .popDetBlkBody {
  padding: 20px 10px;
  background: #FFFFFF; }
  .fancybox-container.popDetBox .popDetBlkBody .field-name-field-text-2 {
    font-family: "eestiLight";
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #13294b; }

@media screen and (max-width: 47.9375em) {
  .fancybox-container.popDetBox .popDetBlkTop {
    padding: 10px 5px 8px 5px; }
    .fancybox-container.popDetBox .popDetBlkTop .field-name-field-text {
      font-size: 1.25rem;
      line-height: 1.375rem; }
  .fancybox-container.popDetBox .popDetBlkBody {
    padding: 10px 5px; }
    .fancybox-container.popDetBox .popDetBlkBody .field-name-field-text-2 {
      font-size: 1rem;
      line-height: 1.375rem; } }

.paragraph--type--video-popup-block {
  position: relative;
  width: 100%;
  height: 100%; }
  .paragraph--type--video-popup-block .vpWrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .paragraph--type--video-popup-block .vpSquare {
    height: 0;
    padding-top: 100%; }
  .paragraph--type--video-popup-block .itmBg, .paragraph--type--video-popup-block .itmCnt, .paragraph--type--video-popup-block a.mediaLink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .paragraph--type--video-popup-block .itmBg {
    z-index: 0;
    border-radius: 2px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; }
    .paragraph--type--video-popup-block .itmBg:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1; }
  .paragraph--type--video-popup-block .itmCnt {
    padding: 25px;
    z-index: 1; }
  .paragraph--type--video-popup-block p {
    position: absolute;
    bottom: 25px;
    left: 25px;
    max-width: calc(100% - 90px);
    color: #FFFFFF; }
  .paragraph--type--video-popup-block span.cmp-icon-youtube {
    position: absolute;
    bottom: 25px;
    right: 25px; }
    .paragraph--type--video-popup-block span.cmp-icon-youtube:before, .paragraph--type--video-popup-block .node-content.node-type-news.node-view-mode-full span.internal-video-cover:after, .node-content.node-type-news.node-view-mode-full .paragraph--type--video-popup-block span.internal-video-cover:after {
      font-size: 24px;
      line-height: 24px;
      color: #FFFFFF; }
  .paragraph--type--video-popup-block a.mediaLink {
    z-index: 2; }
  .paragraph--type--video-popup-block:hover .itmBg:after {
    background-color: rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 47.9375em) {
    .paragraph--type--video-popup-block .vpBgs {
      height: 0;
      padding-top: 100%; } }

.sidePadding60 {
  padding-left: 40px;
  padding-right: 40px; }
  @media print, screen and (min-width: 48em) {
    .sidePadding60 {
      padding-left: 50px;
      padding-right: 50px; } }
  @media print, screen and (min-width: 64.0625em) {
    .sidePadding60 {
      padding-left: 60px;
      padding-right: 60px; } }

.sidePadding40 {
  padding-left: 20px;
  padding-right: 20px; }
  @media print, screen and (min-width: 48em) {
    .sidePadding40 {
      padding-left: 30px;
      padding-right: 30px; } }
  @media print, screen and (min-width: 64.0625em) {
    .sidePadding40 {
      padding-left: 40px;
      padding-right: 40px; } }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--ttf6-cell.noMarginMobile {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--ttf6-cell.mobileBg200 {
    height: 200px; } }

@media screen and (max-width: 47.9375em) {
  .paragraph--type--ttf6-cell.mobileSpaceBottom10 {
    margin-bottom: 10px; } }

.paragraph--type--juicer .juicer-feed {
  font-family: "eestiRegular"; }
  .paragraph--type--juicer .juicer-feed .j-display-filters .all {
    display: none; }
  .paragraph--type--juicer .juicer-feed .j-display-filters li {
    position: relative;
    padding: 3px 10px 3px 38px;
    border: 1px solid #13294b !important;
    color: #13294b;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "eestiRegular"; }
    .paragraph--type--juicer .juicer-feed .j-display-filters li:before {
      position: absolute;
      color: #13294b; }
  .paragraph--type--juicer .juicer-feed .j-display-filters li.highlight,
  .paragraph--type--juicer .juicer-feed .j-display-filters li:hover {
    border: 1px solid #13294b !important;
    background: #13294b !important;
    color: #fff; }
    .paragraph--type--juicer .juicer-feed .j-display-filters li.highlight:before,
    .paragraph--type--juicer .juicer-feed .j-display-filters li:hover:before {
      color: #fff; }
  .paragraph--type--juicer .juicer-feed .j-display-filters .j-instagram:before {
    font-size: 33px;
    top: -1px;
    left: -1px; }
  .paragraph--type--juicer .juicer-feed .j-display-filters .j-linkedin:before {
    font-size: 25px;
    top: 3px;
    left: 3px; }
  .paragraph--type--juicer .juicer-feed .j-display-filters .j-facebook:before {
    font-size: 23px;
    top: 4px;
    left: 5px; }
  .paragraph--type--juicer .juicer-feed .j-display-filters .j-twitter:before {
    font-size: 20px;
    top: 5px;
    left: 5px; }
  .paragraph--type--juicer .juicer-feed .j-display-filters .j-x-twitter:before {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    left: 6px;
    top: 6px; }
  .paragraph--type--juicer .juicer-feed .j-display-filters .j-youtube:before {
    font-size: 18px;
    top: 6px;
    left: 5px; }

.node-content.node-view-mode-full h2.node-title {
  margin-bottom: 1em; }

.node-content.node-view-mode-full .field-label {
  margin: 1em 0 .2em;
  font-size: 1.1em; }

.node-content.node-view-mode-full .field-type-file span.file a,
.node-content.node-view-mode-full .field-name-field-body a:not([class]),
.node-content.node-view-mode-full .field-paragraph--field-ttf6-text a:not([class]),
.node-content.node-view-mode-full .field-name-field-text-2 a:not([class]) {
  color: #AD841F;
  text-decoration: underline; }

.node-content.node-view-mode-full .field-type-file span.file a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "eestiRegular";
  font-size: .9em;
  letter-spacing: .05em; }
  .node-content.node-view-mode-full .field-type-file span.file a:before {
    margin-right: 4px;
    vertical-align: baseline; }
  .node-content.node-view-mode-full .field-type-file span.file a:after {
    margin-left: 4px;
    vertical-align: baseline; }

.node-content.node-view-mode-full .field-node--field-link-pagine a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "eestiRegular";
  font-size: .9em;
  letter-spacing: .05em;
  color: #AD841F; }
  .node-content.node-view-mode-full .field-node--field-link-pagine a:after {
    margin-left: 4px;
    vertical-align: baseline; }

.node-content.node-view-mode-full .field-node--field-attachment {
  margin-top: 2em; }

.node-content.node-type-acquisition.node-view-mode-full {
  position: relative !important;
  width: 100%;
  height: 610px; }
  .node-content.node-type-acquisition.node-view-mode-full .grid-container, .node-content.node-type-acquisition.node-view-mode-full .view--news-media--block-main .views-exposed-form, .view--news-media--block-main .node-content.node-type-acquisition.node-view-mode-full .views-exposed-form, .node-content.node-type-acquisition.node-view-mode-full
  .view--news-media--block-archive .views-exposed-form,
  .view--news-media--block-archive .node-content.node-type-acquisition.node-view-mode-full .views-exposed-form, .node-content.node-type-acquisition.node-view-mode-full
  .view--news-media--block-covid-news .views-exposed-form,
  .view--news-media--block-covid-news .node-content.node-type-acquisition.node-view-mode-full .views-exposed-form, .node-content.node-type-acquisition.node-view-mode-full .field-node--field-attachment, .node-content.node-type-acquisition.node-view-mode-full .view--search-content--page-main > header, .node-content.node-type-acquisition.node-view-mode-full
  .view--search-content--page-main #views-exposed-form-search-content-page-main,
  .view--search-content--page-main .node-content.node-type-acquisition.node-view-mode-full #views-exposed-form-search-content-page-main, .node-content.node-type-acquisition.node-view-mode-full
  .view--search-content--page-main .js-pager__items,
  .view--search-content--page-main .node-content.node-type-acquisition.node-view-mode-full .js-pager__items, .node-content.node-type-acquisition.node-view-mode-full .grid-x {
    height: 100%; }
  .node-content.node-type-acquisition.node-view-mode-full .grid-x {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .node-content.node-type-acquisition.node-view-mode-full img {
    display: inline-block; }
  .node-content.node-type-acquisition.node-view-mode-full .blkVMe {
    position: relative;
    top: 50%;
    padding: 10px;
    transform: translate(0, -50%); }
  .node-content.node-type-acquisition.node-view-mode-full sup {
    display: none; }
  @media print, screen and (min-width: 48em) {
    .node-content.node-type-acquisition.node-view-mode-full .colLeft {
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%; }
    .node-content.node-type-acquisition.node-view-mode-full .colCenter {
      -ms-flex-preferred-size: 34%;
          flex-basis: 34%; }
    .node-content.node-type-acquisition.node-view-mode-full .colRight {
      -ms-flex-preferred-size: 38%;
          flex-basis: 38%; }
    .node-content.node-type-acquisition.node-view-mode-full .blkLogo {
      height: 20%; }
    .node-content.node-type-acquisition.node-view-mode-full .blkBottle {
      height: 80%; }
    .node-content.node-type-acquisition.node-view-mode-full .blkHigh {
      height: 44%; }
    .node-content.node-type-acquisition.node-view-mode-full .blkCountry {
      height: 40%; }
    .node-content.node-type-acquisition.node-view-mode-full .blkDate {
      height: 16%; }
    .node-content.node-type-acquisition.node-view-mode-full .blkAcquisition {
      height: 55%; }
    .node-content.node-type-acquisition.node-view-mode-full .blkCapital {
      height: 45%; }
    .node-content.node-type-acquisition.node-view-mode-full .colLeft, .node-content.node-type-acquisition.node-view-mode-full .colCenter {
      border-right: 1px solid #979797; }
    .node-content.node-type-acquisition.node-view-mode-full .blkLogo, .node-content.node-type-acquisition.node-view-mode-full .blkHigh, .node-content.node-type-acquisition.node-view-mode-full .blkCountry, .node-content.node-type-acquisition.node-view-mode-full .blkAcquisition {
      border-bottom: 1px solid #979797; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-title-html {
      padding: 0 0 40px 0;
      font-family: "campariBold";
      font-size: 1rem;
      line-height: 1.25rem; }
    .node-content.node-type-acquisition.node-view-mode-full span.lblBrands {
      display: block;
      font-family: "eestiRegular";
      font-size: 1rem;
      line-height: 1.125rem;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-key-brands {
      padding: 15px 0 0 0; }
    .node-content.node-type-acquisition.node-view-mode-full span.lblCountry {
      display: block;
      padding: 0 0 10px 0;
      font-family: "eestiRegular";
      font-size: 1rem;
      line-height: 1.125rem;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-country {
      font-size: 4rem;
      line-height: 3.75rem; }
    .node-content.node-type-acquisition.node-view-mode-full span.lblCloseDate {
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-date-closing {
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-acq-upper-label {
      padding: 0 0 20px 0;
      font-family: "eestiRegular";
      font-size: 1rem;
      line-height: 1.125rem;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-acq-upper-value {
      padding-bottom: 50px;
      font-size: 4rem;
      line-height: 3.75rem;
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-acq-lower-label {
      font-family: "eestiRegular";
      font-size: 1rem;
      line-height: 1.125rem;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-acq-lower-value {
      padding: 15px 0 0 0;
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full span.lblCapital {
      display: block;
      padding-bottom: 10px;
      font-family: "eestiRegular";
      font-size: 1rem;
      line-height: 1.125rem;
      letter-spacing: 0.6px;
      text-transform: uppercase; }
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-percent-capital {
      font-size: 4rem;
      line-height: 3.75rem; } }
  @media screen and (max-width: 89.9375em) {
    .node-content.node-type-acquisition.node-view-mode-full .field-name-field-country {
      font-size: 2.75rem;
      line-height: 2.5rem; } }
  @media screen and (max-width: 47.9375em) {
    .node-content.node-type-acquisition.node-view-mode-full {
      height: auto; }
      .node-content.node-type-acquisition.node-view-mode-full .blkVMe {
        top: auto;
        transform: translate(0, 0); }
      .node-content.node-type-acquisition.node-view-mode-full .grid-x {
        display: block;
        width: 100%; }
      .node-content.node-type-acquisition.node-view-mode-full .colLeft {
        display: block;
        float: left;
        width: calc(50% - 1px);
        height: auto; }
      .node-content.node-type-acquisition.node-view-mode-full .colRight {
        display: block;
        float: left;
        width: 50%;
        height: auto; }
      .node-content.node-type-acquisition.node-view-mode-full .colLeft {
        border-right: 1px solid #979797; }
      .node-content.node-type-acquisition.node-view-mode-full .blkTitle, .node-content.node-type-acquisition.node-view-mode-full .blkBottle, .node-content.node-type-acquisition.node-view-mode-full .blkHigh, .node-content.node-type-acquisition.node-view-mode-full .blkAcquisition {
        border-bottom: 1px solid #979797; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-title-html {
        margin-bottom: 10px;
        font-family: "campariBold";
        letter-spacing: 0.62px; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-bottle img {
        width: auto;
        max-width: 100%;
        max-height: 380px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .node-content.node-type-acquisition.node-view-mode-full span.lblCountry {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: "eestiRegular";
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.125rem;
        letter-spacing: 0.6px;
        text-transform: uppercase; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-country {
        font-size: 1.75rem;
        line-height: 1.5rem; }
      .node-content.node-type-acquisition.node-view-mode-full span.lblCloseDate, .node-content.node-type-acquisition.node-view-mode-full .field-name-field-date-closing {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0.23px;
        text-transform: uppercase; }
      .node-content.node-type-acquisition.node-view-mode-full span.lblCloseDate {
        margin-top: 30px; }
      .node-content.node-type-acquisition.node-view-mode-full span.lblBrands {
        display: block;
        font-family: "eestiRegular";
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.125rem;
        letter-spacing: 0.6px;
        text-transform: uppercase; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-key-brands {
        margin-top: 10px;
        margin-bottom: 20px; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-acq-upper-label {
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: "eestiRegular";
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.125rem;
        letter-spacing: 0.6px;
        text-transform: uppercase; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-acq-upper-value {
        padding-bottom: 40px;
        font-size: 3rem;
        line-height: 2.75rem;
        text-transform: uppercase; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-acq-lower-label {
        font-family: "eestiRegular";
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.125rem;
        letter-spacing: 0.6px;
        text-transform: uppercase; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-acq-lower-value {
        margin-top: 10px;
        margin-bottom: 20px;
        letter-spacing: 0.89px;
        text-transform: uppercase; }
      .node-content.node-type-acquisition.node-view-mode-full span.lblCapital {
        margin-top: 10px;
        font-family: "eestiRegular";
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.125rem;
        letter-spacing: 0.6px;
        text-transform: uppercase; }
      .node-content.node-type-acquisition.node-view-mode-full .field-name-field-percent-capital {
        font-size: 3rem;
        line-height: 2.75rem; }
      .node-content.node-type-acquisition.node-view-mode-full .blkCapital a.whiteBtn, .node-content.node-type-acquisition.node-view-mode-full .blkCapital a.whiteBtnWhiteBorder, .node-content.node-type-acquisition.node-view-mode-full .blkCapital .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .node-content.node-type-acquisition.node-view-mode-full .blkCapital a, .node-content.node-type-acquisition.node-view-mode-full .blkCapital .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .node-content.node-type-acquisition.node-view-mode-full .blkCapital a, .node-content.node-type-acquisition.node-view-mode-full .blkCapital .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .node-content.node-type-acquisition.node-view-mode-full .blkCapital a, .node-content.node-type-acquisition.node-view-mode-full .blkCapital body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .node-content.node-type-acquisition.node-view-mode-full .blkCapital a, .node-content.node-type-acquisition.node-view-mode-full .blkCapital .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .node-content.node-type-acquisition.node-view-mode-full .blkCapital a, .node-content.node-type-acquisition.node-view-mode-full .blkCapital .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .node-content.node-type-acquisition.node-view-mode-full .blkCapital span, .node-content.node-type-acquisition.node-view-mode-full .blkCapital .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .node-content.node-type-acquisition.node-view-mode-full .blkCapital .msg-zip-create, .node-content.node-type-acquisition.node-view-mode-full .blkCapital
      .view--search-content--page-main .views-exposed-form .button,
      .view--search-content--page-main .views-exposed-form .node-content.node-type-acquisition.node-view-mode-full .blkCapital .button, .node-content.node-type-acquisition.node-view-mode-full .blkCapital .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .node-content.node-type-acquisition.node-view-mode-full .blkCapital a, .node-content.node-type-acquisition.node-view-mode-full .blkCapital div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .node-content.node-type-acquisition.node-view-mode-full .blkCapital button.eu-cookie-compliance-save-preferences-button {
        margin-top: 45px;
        padding: 14px 8px; } }

.fancybox-container.acqDownloads .field-name-field-title-html {
  margin-bottom: 20px;
  font-family: "campariBold";
  font-size: 1rem;
  line-height: 1.25rem; }

.fancybox-container.acqDownloads .field-name-field-attachment .field-item {
  display: block;
  margin-bottom: 15px; }

.fancybox-container.acqDownloads .field-name-field-attachment a {
  position: relative;
  display: block;
  padding: 0 0 0 24px; }
  .fancybox-container.acqDownloads .field-name-field-attachment a:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 16px;
    line-height: 16px; }

.node-content.node-type-country.node-view-mode-teaser,
.node-content.node-type-a-great-place-to-work.node-view-mode-teaser {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #F1F1F1; }
  .node-content.node-type-country.node-view-mode-teaser .countryWrapper,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .countryWrapper {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
  .node-content.node-type-country.node-view-mode-teaser .countryHeader,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .countryHeader {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0; }
  .node-content.node-type-country.node-view-mode-teaser h4.node-title,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser h4.node-title {
    margin: 0;
    font-family: "eestiLight";
    font-size: 3rem;
    line-height: 3.125rem;
    color: #13294b;
    letter-spacing: 1px; }
  .node-content.node-type-country.node-view-mode-teaser .countryClose,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .countryClose {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
    cursor: pointer;
    text-align: center; }
    .node-content.node-type-country.node-view-mode-teaser .countryClose span,
    .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .countryClose span {
      display: inline-block;
      vertical-align: top; }
      .node-content.node-type-country.node-view-mode-teaser .countryClose span:before,
      .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .countryClose span:before {
        font-size: 20px;
        line-height: 20px; }
  .node-content.node-type-country.node-view-mode-teaser .countryBody,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .countryBody {
    position: relative;
    width: 100%;
    overflow-y: scroll; }
  .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts > .field-items,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts > .field-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    column-gap: 10px;
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
    .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts > .field-items > .field-item,
    .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts > .field-items > .field-item {
      flex-basis: calc(50% - 5px);
      -ms-flex-preferred-size: calc(50% - 10px);
      padding: 0 0 20px 0; }
  .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts .field-name-field-type,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts .field-name-field-type {
    margin-bottom: 5px;
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.8px;
    text-transform: uppercase; }
  .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts .field-name-field-title,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts .field-name-field-title {
    font-family: "eestiRegular";
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.8px; }
  .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts .field-name-field-text,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts .field-name-field-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.8px; }
  .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts a,
  .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts a {
    color: #AD841F; }
  @media screen and (max-width: 47.9375em) {
    .node-content.node-type-country.node-view-mode-teaser,
    .node-content.node-type-a-great-place-to-work.node-view-mode-teaser {
      padding: 30px 15px; }
      .node-content.node-type-country.node-view-mode-teaser .countryBody,
      .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .countryBody {
        overflow-y: visible !important; }
      .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts > .field-items,
      .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts > .field-items {
        -ms-flex-direction: column;
            flex-direction: column; }
        .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts > .field-items > .field-item,
        .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts > .field-items > .field-item {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          margin: 0 0 30px 0;
          padding: 0; }
      .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts .field-name-field-type,
      .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts .field-name-field-title,
      .node-content.node-type-country.node-view-mode-teaser .field-name-field-contacts .field-name-field-text,
      .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts .field-name-field-type,
      .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts .field-name-field-title,
      .node-content.node-type-a-great-place-to-work.node-view-mode-teaser .field-name-field-contacts .field-name-field-text {
        font-size: 1rem;
        line-height: 1.375rem; } }

.node-content.node-type-news.node-view-mode-full {
  position: relative;
  width: 100%; }
  .node-content.node-type-news.node-view-mode-full .newsCover {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 50px;
    padding-top: 22%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; }
  .node-content.node-type-news.node-view-mode-full .field-name-field-notice-box {
    border: 1px solid #929292;
    color: #555555;
    padding: 20px;
    margin-bottom: 20px; }
    .node-content.node-type-news.node-view-mode-full .field-name-field-notice-box a {
      color: #AD841F;
      font-weight: bold;
      text-decoration: underline; }
      .node-content.node-type-news.node-view-mode-full .field-name-field-notice-box a:hover {
        text-decoration: none;
        color: #13294b; }
  .node-content.node-type-news.node-view-mode-full .mediaContent {
    padding-top: 50px; }

.node-type-press-release.node-view-mode-teaser,
.node-content.node-type-event.node-view-mode-teaser {
  position: relative;
  padding: 25px;
  background: transparent;
  border: 1px solid #13294b;
  border-radius: 2px;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out; }
  .node-type-press-release.node-view-mode-teaser .evHead,
  .node-content.node-type-event.node-view-mode-teaser .evHead {
    display: block;
    position: relative;
    height: 22px;
    margin-bottom: 20px;
    padding-right: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-family: "eestiRegular";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.1px; }
    .node-type-press-release.node-view-mode-teaser .evHead span,
    .node-content.node-type-event.node-view-mode-teaser .evHead span {
      position: absolute;
      top: 0;
      right: 0;
      transition: all 0.3s ease-in-out;
      color: #13294b; }
      .node-type-press-release.node-view-mode-teaser .evHead span:before,
      .node-content.node-type-event.node-view-mode-teaser .evHead span:before {
        font-size: 20px;
        line-height: 20px; }
  .node-type-press-release.node-view-mode-teaser .evBody,
  .node-content.node-type-event.node-view-mode-teaser .evBody {
    position: relative;
    transition: all 0.3s ease-in-out; }
    .node-type-press-release.node-view-mode-teaser .evBody .field-name-field-event-date,
    .node-content.node-type-event.node-view-mode-teaser .evBody .field-name-field-event-date {
      display: block;
      transition: all 0.3s ease-in-out;
      vertical-align: top;
      font-family: "eestiRegular";
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2.1px; }
    .node-type-press-release.node-view-mode-teaser .evBody .field-name-field-event-location,
    .node-content.node-type-event.node-view-mode-teaser .evBody .field-name-field-event-location {
      display: block;
      transition: all 0.3s ease-in-out;
      vertical-align: top; }
    .node-type-press-release.node-view-mode-teaser .evBody p.node-title,
    .node-content.node-type-event.node-view-mode-teaser .evBody p.node-title {
      margin-top: 5px;
      transition: all 0.3s ease-in-out;
      font-family: "eestiRegular";
      font-weight: bold;
      letter-spacing: 2.1px; }
  .node-type-press-release.node-view-mode-teaser .evFoot,
  .node-content.node-type-event.node-view-mode-teaser .evFoot {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 20px; }
    .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtn, .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .node-type-press-release.node-view-mode-teaser .evFoot span, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .node-type-press-release.node-view-mode-teaser .evFoot .msg-zip-create, .node-type-press-release.node-view-mode-teaser .evFoot
    .view--search-content--page-main .views-exposed-form .button,
    .view--search-content--page-main .views-exposed-form .node-type-press-release.node-view-mode-teaser .evFoot .button, .node-type-press-release.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .node-type-press-release.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button,
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtn,
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler
    .node-content.node-type-event.node-view-mode-teaser .evFoot span,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container
    .node-content.node-type-event.node-view-mode-teaser .evFoot .msg-zip-create,
    .node-content.node-type-event.node-view-mode-teaser .evFoot
    .view--search-content--page-main .views-exposed-form .button,
    .view--search-content--page-main .views-exposed-form
    .node-content.node-type-event.node-view-mode-teaser .evFoot .button,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons
    .node-content.node-type-event.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button {
      visibility: hidden;
      margin-right: 20px;
      transition: all 0.3s ease-in-out; }
    .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtn.pr, .node-type-press-release.node-view-mode-teaser .evFoot a.pr.whiteBtnWhiteBorder, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a.pr, .paragraph--type--sustainability-slide .field-name-field-read-more .node-type-press-release.node-view-mode-teaser .evFoot a.pr, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a.pr, .paragraph--type--sustainability-slide .field-name-field-attachment .node-type-press-release.node-view-mode-teaser .evFoot a.pr, .node-type-press-release.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a.pr, .view--news-media--block-sticky-top .more .node-type-press-release.node-view-mode-teaser .evFoot a.pr, .node-type-press-release.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a.pr, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .node-type-press-release.node-view-mode-teaser .evFoot a.pr, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a.pr, .paragraph--type--banner-slide .field-name-field-link .node-type-press-release.node-view-mode-teaser .evFoot a.pr, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span.pr, .paragraph--type--discover-more .moreLessToggler .node-type-press-release.node-view-mode-teaser .evFoot span.pr, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--zip-container .pr.msg-zip-create, .paragraph--type--zip-container .node-type-press-release.node-view-mode-teaser .evFoot .pr.msg-zip-create, .node-type-press-release.node-view-mode-teaser .evFoot
    .view--search-content--page-main .views-exposed-form .pr.button,
    .view--search-content--page-main .views-exposed-form .node-type-press-release.node-view-mode-teaser .evFoot .pr.button, .node-type-press-release.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a.pr, .view--search-content--page-main ul.js-pager__items li .node-type-press-release.node-view-mode-teaser .evFoot a.pr, .node-type-press-release.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.pr.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .node-type-press-release.node-view-mode-teaser .evFoot button.pr.eu-cookie-compliance-save-preferences-button,
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtn.pr,
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.pr.whiteBtnWhiteBorder,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a.pr, .paragraph--type--sustainability-slide .field-name-field-read-more
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.pr,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a.pr, .paragraph--type--sustainability-slide .field-name-field-attachment
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.pr,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a.pr, .view--news-media--block-sticky-top .more
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.pr,
    .node-content.node-type-event.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a.pr, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.pr,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a.pr, .paragraph--type--banner-slide .field-name-field-link
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.pr,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span.pr, .paragraph--type--discover-more .moreLessToggler
    .node-content.node-type-event.node-view-mode-teaser .evFoot span.pr,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--zip-container .pr.msg-zip-create, .paragraph--type--zip-container
    .node-content.node-type-event.node-view-mode-teaser .evFoot .pr.msg-zip-create,
    .node-content.node-type-event.node-view-mode-teaser .evFoot
    .view--search-content--page-main .views-exposed-form .pr.button,
    .view--search-content--page-main .views-exposed-form
    .node-content.node-type-event.node-view-mode-teaser .evFoot .pr.button,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a.pr, .view--search-content--page-main ul.js-pager__items li
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.pr,
    .node-content.node-type-event.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.pr.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons
    .node-content.node-type-event.node-view-mode-teaser .evFoot button.pr.eu-cookie-compliance-save-preferences-button {
      visibility: visible; }
    .node-type-press-release.node-view-mode-teaser .evFoot .addeventatc,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .addeventatc {
      display: inline-block;
      padding: 14px 25px;
      border-radius: 2px;
      background: #FFFFFF;
      vertical-align: top;
      border: 1px solid #13294b;
      border-radius: 2px;
      cursor: pointer;
      visibility: hidden !important;
      transition: all 0.3s ease-in-out;
      font-family: "eestiRegular" !important;
      font-weight: 600 !important;
      font-size: 0.875rem !important;
      line-height: 1.25rem !important;
      color: #13294b !important;
      text-transform: uppercase !important;
      letter-spacing: 0.5px !important;
      text-shadow: none !important;
      box-shadow: none !important;
      outline-color: transparent !important; }
      .node-type-press-release.node-view-mode-teaser .evFoot .addeventatc span.addeventatc_icon,
      .node-content.node-type-event.node-view-mode-teaser .evFoot .addeventatc span.addeventatc_icon {
        display: none; }
  .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser, .slick-slide.slick-active
  .node-content.node-type-event.node-view-mode-teaser {
    min-height: 330px;
    background: #13294b;
    transform: scale(1); }
    .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evHead, .slick-slide.slick-active
    .node-content.node-type-event.node-view-mode-teaser .evHead {
      margin-bottom: 60px; }
    .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evBody .field-name-field-event-date, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evBody .field-name-field-event-location, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evBody p.node-title, .slick-slide.slick-active
    .node-content.node-type-event.node-view-mode-teaser .evBody .field-name-field-event-date, .slick-slide.slick-active
    .node-content.node-type-event.node-view-mode-teaser .evBody .field-name-field-event-location, .slick-slide.slick-active
    .node-content.node-type-event.node-view-mode-teaser .evBody p.node-title {
      color: #FFFFFF; }
    .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot, .slick-slide.slick-active
    .node-content.node-type-event.node-view-mode-teaser .evFoot {
      margin-top: 60px; }
      .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtn, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot a, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot a, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot a, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot a, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot a, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot span, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .msg-zip-create, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot
      .view--search-content--page-main .views-exposed-form .button,
      .view--search-content--page-main .views-exposed-form .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .button, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot a, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button, .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot .addeventatc, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtn, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot span, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .msg-zip-create, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot
      .view--search-content--page-main .views-exposed-form .button,
      .view--search-content--page-main .views-exposed-form .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .button, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser .evFoot .addeventatc {
        visibility: visible !important; }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtn, .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .node-type-press-release.node-view-mode-teaser .evFoot span, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .node-type-press-release.node-view-mode-teaser .evFoot .msg-zip-create, .node-type-press-release.node-view-mode-teaser .evFoot
    .view--search-content--page-main .views-exposed-form .button,
    .view--search-content--page-main .views-exposed-form .node-type-press-release.node-view-mode-teaser .evFoot .button, .node-type-press-release.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .node-type-press-release.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button,
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtn,
    .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler
    .node-content.node-type-event.node-view-mode-teaser .evFoot span,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container
    .node-content.node-type-event.node-view-mode-teaser .evFoot .msg-zip-create,
    .node-content.node-type-event.node-view-mode-teaser .evFoot
    .view--search-content--page-main .views-exposed-form .button,
    .view--search-content--page-main .views-exposed-form
    .node-content.node-type-event.node-view-mode-teaser .evFoot .button,
    .node-content.node-type-event.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li
    .node-content.node-type-event.node-view-mode-teaser .evFoot a,
    .node-content.node-type-event.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons
    .node-content.node-type-event.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button {
      margin-right: 10px;
      margin-bottom: 5px; } }
  @media screen and (max-width: 47.9375em) {
    .node-type-press-release.node-view-mode-teaser,
    .node-content.node-type-event.node-view-mode-teaser {
      margin: 0 10px;
      transform: scale(1); }
      .node-type-press-release.node-view-mode-teaser .evHead,
      .node-content.node-type-event.node-view-mode-teaser .evHead {
        height: auto; }
      .node-type-press-release.node-view-mode-teaser .evFoot,
      .node-content.node-type-event.node-view-mode-teaser .evFoot {
        height: auto; }
        .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtn, .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .node-type-press-release.node-view-mode-teaser .evFoot span, .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .node-type-press-release.node-view-mode-teaser .evFoot .msg-zip-create, .node-type-press-release.node-view-mode-teaser .evFoot
        .view--search-content--page-main .views-exposed-form .button,
        .view--search-content--page-main .views-exposed-form .node-type-press-release.node-view-mode-teaser .evFoot .button, .node-type-press-release.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .node-type-press-release.node-view-mode-teaser .evFoot a, .node-type-press-release.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .node-type-press-release.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button,
        .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtn,
        .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder,
        .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more
        .node-content.node-type-event.node-view-mode-teaser .evFoot a,
        .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment
        .node-content.node-type-event.node-view-mode-teaser .evFoot a,
        .node-content.node-type-event.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more
        .node-content.node-type-event.node-view-mode-teaser .evFoot a,
        .node-content.node-type-event.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site
        .node-content.node-type-event.node-view-mode-teaser .evFoot a,
        .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link
        .node-content.node-type-event.node-view-mode-teaser .evFoot a,
        .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler
        .node-content.node-type-event.node-view-mode-teaser .evFoot span,
        .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container
        .node-content.node-type-event.node-view-mode-teaser .evFoot .msg-zip-create,
        .node-content.node-type-event.node-view-mode-teaser .evFoot
        .view--search-content--page-main .views-exposed-form .button,
        .view--search-content--page-main .views-exposed-form
        .node-content.node-type-event.node-view-mode-teaser .evFoot .button,
        .node-content.node-type-event.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li
        .node-content.node-type-event.node-view-mode-teaser .evFoot a,
        .node-content.node-type-event.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons
        .node-content.node-type-event.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button {
          margin: 0 0 5px 0; }
      .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser, .slick-slide.slick-active
      .node-content.node-type-event.node-view-mode-teaser {
        min-height: 20px; }
        .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evHead, .slick-slide.slick-active
        .node-content.node-type-event.node-view-mode-teaser .evHead {
          margin-bottom: 20px; }
        .slick-slide.slick-active .node-type-press-release.node-view-mode-teaser .evFoot, .slick-slide.slick-active
        .node-content.node-type-event.node-view-mode-teaser .evFoot {
          margin-top: 20px; } }
  .view-events.list-events .node-type-press-release.node-view-mode-teaser, .view-events.list-events
  .node-content.node-type-event.node-view-mode-teaser {
    height: 100%;
    transform: scale(1); }
    .view-events.list-events .node-type-press-release.node-view-mode-teaser .evHead, .view-events.list-events
    .node-content.node-type-event.node-view-mode-teaser .evHead {
      height: auto; }
    .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot, .view-events.list-events
    .node-content.node-type-event.node-view-mode-teaser .evFoot {
      height: auto; }
      .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtn, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot span, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .msg-zip-create, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot
      .view--search-content--page-main .views-exposed-form .button,
      .view--search-content--page-main .views-exposed-form .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .button, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtn, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot span, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .msg-zip-create, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot
      .view--search-content--page-main .views-exposed-form .button,
      .view--search-content--page-main .views-exposed-form .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .button, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button {
        margin-right: 10px; }
      .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtn, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot span, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .msg-zip-create, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot
      .view--search-content--page-main .views-exposed-form .button,
      .view--search-content--page-main .views-exposed-form .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .button, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot a, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button, .view-events.list-events .node-type-press-release.node-view-mode-teaser .evFoot .addeventatc, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtn, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a.whiteBtnWhiteBorder, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-read-more a, .paragraph--type--sustainability-slide .field-name-field-read-more .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--sustainability-slide .field-name-field-attachment a, .paragraph--type--sustainability-slide .field-name-field-attachment .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .view--news-media--block-sticky-top .more a, .view--news-media--block-sticky-top .more .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site a, body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--banner-slide .field-name-field-link a, .paragraph--type--banner-slide .field-name-field-link .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--discover-more .moreLessToggler span, .paragraph--type--discover-more .moreLessToggler .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot span, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .paragraph--type--zip-container .msg-zip-create, .paragraph--type--zip-container .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .msg-zip-create, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot
      .view--search-content--page-main .views-exposed-form .button,
      .view--search-content--page-main .views-exposed-form .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .button, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .view--search-content--page-main ul.js-pager__items li a, .view--search-content--page-main ul.js-pager__items li .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot a, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot button.eu-cookie-compliance-save-preferences-button, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser .evFoot .addeventatc {
        margin-right: 20px;
        margin-bottom: 15px;
        padding: 14px 10px;
        border: 1px solid #13294b;
        visibility: visible !important;
        font-size: 12px !important;
        color: #13294b !important; }
    @media screen and (max-width: 47.9375em) {
      .view-events.list-events .node-type-press-release.node-view-mode-teaser, .view-events.list-events
      .node-content.node-type-event.node-view-mode-teaser {
        margin: 0; } }
  .node-type-press-release.node-view-mode-teaser.node-type-press-release,
  .node-content.node-type-event.node-view-mode-teaser.node-type-press-release {
    background: #13294b; }
    .node-type-press-release.node-view-mode-teaser.node-type-press-release header, .node-type-press-release.node-view-mode-teaser.node-type-press-release .evBody, .node-type-press-release.node-view-mode-teaser.node-type-press-release .node-title a,
    .node-content.node-type-event.node-view-mode-teaser.node-type-press-release header,
    .node-content.node-type-event.node-view-mode-teaser.node-type-press-release .evBody,
    .node-content.node-type-event.node-view-mode-teaser.node-type-press-release .node-title a {
      color: #FFFFFF; }
    .node-type-press-release.node-view-mode-teaser.node-type-press-release.docType-,
    .node-content.node-type-event.node-view-mode-teaser.node-type-press-release.docType- {
      background: #F1F1F1; }
      .node-type-press-release.node-view-mode-teaser.node-type-press-release.docType- header, .node-type-press-release.node-view-mode-teaser.node-type-press-release.docType- .evBody, .node-type-press-release.node-view-mode-teaser.node-type-press-release.docType- .node-title a,
      .node-content.node-type-event.node-view-mode-teaser.node-type-press-release.docType- header,
      .node-content.node-type-event.node-view-mode-teaser.node-type-press-release.docType- .evBody,
      .node-content.node-type-event.node-view-mode-teaser.node-type-press-release.docType- .node-title a {
        color: #13294b; }

.node-content.node-type-press-release.node-view-mode-full,
.node-content.node-type-documents.node-view-mode-full {
  position: relative;
  width: 100%; }
  .node-content.node-type-press-release.node-view-mode-full .prCover,
  .node-content.node-type-documents.node-view-mode-full .prCover {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 50px;
    padding-top: 22%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; }
  .node-content.node-type-press-release.node-view-mode-full .field-name-body a,
  .node-content.node-type-documents.node-view-mode-full .field-name-body a {
    color: #AD841F;
    text-decoration: underline; }
  .node-content.node-type-press-release.node-view-mode-full .field-name-field-downloads,
  .node-content.node-type-documents.node-view-mode-full .field-name-field-downloads {
    margin: 36px 0; }
    .node-content.node-type-press-release.node-view-mode-full .field-name-field-downloads .field-label,
    .node-content.node-type-documents.node-view-mode-full .field-name-field-downloads .field-label {
      margin-bottom: 10px;
      font-family: "eestiRegular";
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.25rem;
      color: #13294b;
      letter-spacing: 2.1px;
      text-transform: uppercase; }
    .node-content.node-type-press-release.node-view-mode-full .field-name-field-downloads .field-item,
    .node-content.node-type-documents.node-view-mode-full .field-name-field-downloads .field-item {
      display: block;
      margin-bottom: 15px; }
    .node-content.node-type-press-release.node-view-mode-full .field-name-field-downloads a,
    .node-content.node-type-documents.node-view-mode-full .field-name-field-downloads a {
      position: relative;
      padding: 0 24px 0 0; }
      .node-content.node-type-press-release.node-view-mode-full .field-name-field-downloads a:after,
      .node-content.node-type-documents.node-view-mode-full .field-name-field-downloads a:after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        font-size: 16px;
        line-height: 16px; }

.node-content.node-type-news.node-view-mode-full .newsHeader,
.node-content.node-type-press-release.node-view-mode-full .newsHeader,
.node-content.node-type-documents.node-view-mode-full .newsHeader {
  margin-bottom: 50px; }
  .node-content.node-type-news.node-view-mode-full .newsHeader .newsAttributes,
  .node-content.node-type-press-release.node-view-mode-full .newsHeader .newsAttributes,
  .node-content.node-type-documents.node-view-mode-full .newsHeader .newsAttributes {
    margin: 10px 0; }
    .node-content.node-type-news.node-view-mode-full .newsHeader .newsAttributes span,
    .node-content.node-type-press-release.node-view-mode-full .newsHeader .newsAttributes span,
    .node-content.node-type-documents.node-view-mode-full .newsHeader .newsAttributes span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #979797; }
      .node-content.node-type-news.node-view-mode-full .newsHeader .newsAttributes span:after,
      .node-content.node-type-press-release.node-view-mode-full .newsHeader .newsAttributes span:after,
      .node-content.node-type-documents.node-view-mode-full .newsHeader .newsAttributes span:after {
        content: '|';
        margin: 0 5px; }
    .node-content.node-type-news.node-view-mode-full .newsHeader .newsAttributes span:last-of-type:after,
    .node-content.node-type-press-release.node-view-mode-full .newsHeader .newsAttributes span:last-of-type:after,
    .node-content.node-type-documents.node-view-mode-full .newsHeader .newsAttributes span:last-of-type:after {
      display: none; }

.node-content.node-type-news.node-view-mode-full .newsFooter p.tagsLabel,
.node-content.node-type-press-release.node-view-mode-full .newsFooter p.tagsLabel,
.node-content.node-type-documents.node-view-mode-full .newsFooter p.tagsLabel {
  margin-bottom: 10px;
  font-family: "eestiRegular";
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #13294b;
  letter-spacing: 2.1px;
  text-transform: uppercase; }

.node-content.node-type-news.node-view-mode-full .newsFooter .field-name-field-tags .field-items, .node-content.node-type-news.node-view-mode-full .newsFooter .field-name-field-term-tags .field-items,
.node-content.node-type-press-release.node-view-mode-full .newsFooter .field-name-field-tags .field-items,
.node-content.node-type-press-release.node-view-mode-full .newsFooter .field-name-field-term-tags .field-items,
.node-content.node-type-documents.node-view-mode-full .newsFooter .field-name-field-tags .field-items,
.node-content.node-type-documents.node-view-mode-full .newsFooter .field-name-field-term-tags .field-items {
  font-size: 0; }

.node-content.node-type-news.node-view-mode-full .newsFooter .field-name-field-tags .field-item, .node-content.node-type-news.node-view-mode-full .newsFooter .field-name-field-term-tags .field-item,
.node-content.node-type-press-release.node-view-mode-full .newsFooter .field-name-field-tags .field-item,
.node-content.node-type-press-release.node-view-mode-full .newsFooter .field-name-field-term-tags .field-item,
.node-content.node-type-documents.node-view-mode-full .newsFooter .field-name-field-tags .field-item,
.node-content.node-type-documents.node-view-mode-full .newsFooter .field-name-field-term-tags .field-item {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 8px;
  border: 1px solid #13294b;
  border-radius: 2px;
  vertical-align: top;
  font-family: "eestiRegular";
  font-size: 0.625rem;
  line-height: 1.875rem;
  text-transform: uppercase; }

.webform-submission-form {
  position: relative;
  padding: 30px 15px;
  background: #F1F1F1; }
  .webform-submission-form > .grid-x > .cell {
    margin-bottom: 20px; }
  .webform-submission-form .js-form-type-textfield label, .webform-submission-form .js-form-type-email label, .webform-submission-form .js-form-type-tel label, .webform-submission-form .js-form-type-textarea label {
    display: none; }
  .webform-submission-form .js-form-type-textfield input[type='text'], .webform-submission-form .js-form-type-textfield input[type='email'], .webform-submission-form .js-form-type-textfield input[type='tel'], .webform-submission-form .js-form-type-textfield textarea, .webform-submission-form .js-form-type-email input[type='text'], .webform-submission-form .js-form-type-email input[type='email'], .webform-submission-form .js-form-type-email input[type='tel'], .webform-submission-form .js-form-type-email textarea, .webform-submission-form .js-form-type-tel input[type='text'], .webform-submission-form .js-form-type-tel input[type='email'], .webform-submission-form .js-form-type-tel input[type='tel'], .webform-submission-form .js-form-type-tel textarea, .webform-submission-form .js-form-type-textarea input[type='text'], .webform-submission-form .js-form-type-textarea input[type='email'], .webform-submission-form .js-form-type-textarea input[type='tel'], .webform-submission-form .js-form-type-textarea textarea {
    position: relative;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #13294b;
    transition: all 0.3s ease-in-out;
    font-family: "eestiLight";
    font-size: 1rem;
    line-height: 2.5625rem;
    letter-spacing: 0.78px;
    color: #13294b; }
    .webform-submission-form .js-form-type-textfield input[type='text']::-webkit-input-placeholder, .webform-submission-form .js-form-type-textfield input[type='email']::-webkit-input-placeholder, .webform-submission-form .js-form-type-textfield input[type='tel']::-webkit-input-placeholder, .webform-submission-form .js-form-type-textfield textarea::-webkit-input-placeholder, .webform-submission-form .js-form-type-email input[type='text']::-webkit-input-placeholder, .webform-submission-form .js-form-type-email input[type='email']::-webkit-input-placeholder, .webform-submission-form .js-form-type-email input[type='tel']::-webkit-input-placeholder, .webform-submission-form .js-form-type-email textarea::-webkit-input-placeholder, .webform-submission-form .js-form-type-tel input[type='text']::-webkit-input-placeholder, .webform-submission-form .js-form-type-tel input[type='email']::-webkit-input-placeholder, .webform-submission-form .js-form-type-tel input[type='tel']::-webkit-input-placeholder, .webform-submission-form .js-form-type-tel textarea::-webkit-input-placeholder, .webform-submission-form .js-form-type-textarea input[type='text']::-webkit-input-placeholder, .webform-submission-form .js-form-type-textarea input[type='email']::-webkit-input-placeholder, .webform-submission-form .js-form-type-textarea input[type='tel']::-webkit-input-placeholder, .webform-submission-form .js-form-type-textarea textarea::-webkit-input-placeholder {
      opacity: 0.5;
      color: #13294b; }
    .webform-submission-form .js-form-type-textfield input[type='text']:-moz-placeholder, .webform-submission-form .js-form-type-textfield input[type='email']:-moz-placeholder, .webform-submission-form .js-form-type-textfield input[type='tel']:-moz-placeholder, .webform-submission-form .js-form-type-textfield textarea:-moz-placeholder, .webform-submission-form .js-form-type-email input[type='text']:-moz-placeholder, .webform-submission-form .js-form-type-email input[type='email']:-moz-placeholder, .webform-submission-form .js-form-type-email input[type='tel']:-moz-placeholder, .webform-submission-form .js-form-type-email textarea:-moz-placeholder, .webform-submission-form .js-form-type-tel input[type='text']:-moz-placeholder, .webform-submission-form .js-form-type-tel input[type='email']:-moz-placeholder, .webform-submission-form .js-form-type-tel input[type='tel']:-moz-placeholder, .webform-submission-form .js-form-type-tel textarea:-moz-placeholder, .webform-submission-form .js-form-type-textarea input[type='text']:-moz-placeholder, .webform-submission-form .js-form-type-textarea input[type='email']:-moz-placeholder, .webform-submission-form .js-form-type-textarea input[type='tel']:-moz-placeholder, .webform-submission-form .js-form-type-textarea textarea:-moz-placeholder {
      opacity: 0.5;
      color: #13294b; }
    .webform-submission-form .js-form-type-textfield input[type='text']::-moz-placeholder, .webform-submission-form .js-form-type-textfield input[type='email']::-moz-placeholder, .webform-submission-form .js-form-type-textfield input[type='tel']::-moz-placeholder, .webform-submission-form .js-form-type-textfield textarea::-moz-placeholder, .webform-submission-form .js-form-type-email input[type='text']::-moz-placeholder, .webform-submission-form .js-form-type-email input[type='email']::-moz-placeholder, .webform-submission-form .js-form-type-email input[type='tel']::-moz-placeholder, .webform-submission-form .js-form-type-email textarea::-moz-placeholder, .webform-submission-form .js-form-type-tel input[type='text']::-moz-placeholder, .webform-submission-form .js-form-type-tel input[type='email']::-moz-placeholder, .webform-submission-form .js-form-type-tel input[type='tel']::-moz-placeholder, .webform-submission-form .js-form-type-tel textarea::-moz-placeholder, .webform-submission-form .js-form-type-textarea input[type='text']::-moz-placeholder, .webform-submission-form .js-form-type-textarea input[type='email']::-moz-placeholder, .webform-submission-form .js-form-type-textarea input[type='tel']::-moz-placeholder, .webform-submission-form .js-form-type-textarea textarea::-moz-placeholder {
      opacity: 0.5;
      color: #13294b; }
    .webform-submission-form .js-form-type-textfield input[type='text']:-ms-input-placeholder, .webform-submission-form .js-form-type-textfield input[type='email']:-ms-input-placeholder, .webform-submission-form .js-form-type-textfield input[type='tel']:-ms-input-placeholder, .webform-submission-form .js-form-type-textfield textarea:-ms-input-placeholder, .webform-submission-form .js-form-type-email input[type='text']:-ms-input-placeholder, .webform-submission-form .js-form-type-email input[type='email']:-ms-input-placeholder, .webform-submission-form .js-form-type-email input[type='tel']:-ms-input-placeholder, .webform-submission-form .js-form-type-email textarea:-ms-input-placeholder, .webform-submission-form .js-form-type-tel input[type='text']:-ms-input-placeholder, .webform-submission-form .js-form-type-tel input[type='email']:-ms-input-placeholder, .webform-submission-form .js-form-type-tel input[type='tel']:-ms-input-placeholder, .webform-submission-form .js-form-type-tel textarea:-ms-input-placeholder, .webform-submission-form .js-form-type-textarea input[type='text']:-ms-input-placeholder, .webform-submission-form .js-form-type-textarea input[type='email']:-ms-input-placeholder, .webform-submission-form .js-form-type-textarea input[type='tel']:-ms-input-placeholder, .webform-submission-form .js-form-type-textarea textarea:-ms-input-placeholder {
      opacity: 0.5;
      color: #13294b; }
  .webform-submission-form .js-form-type-textfield textarea, .webform-submission-form .js-form-type-email textarea, .webform-submission-form .js-form-type-tel textarea, .webform-submission-form .js-form-type-textarea textarea {
    height: 82px;
    border-right: 1px solid #13294b;
    line-height: 1.625rem; }
  .webform-submission-form .js-form-type-checkbox {
    position: relative; }
    .webform-submission-form .js-form-type-checkbox input[type='checkbox'] {
      position: absolute;
      margin: 0;
      clip: rect(1px, 1px, 1px, 1px); }
    .webform-submission-form .js-form-type-checkbox label {
      display: inline-block;
      margin: 0;
      padding: 0 0 0 24px;
      vertical-align: top;
      font-size: 0.75rem;
      line-height: 1rem; }
      .webform-submission-form .js-form-type-checkbox label:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        margin: 0;
        vertical-align: top;
        background: transparent;
        border: 1px solid #13294b;
        border-radius: 2px;
        transition: all 0.3s ease-in-out; }
    .webform-submission-form .js-form-type-checkbox input[type='checkbox']:checked ~ label:before {
      background: #13294b; }
  .webform-submission-form .js-form-type-processed-text.privacy-text {
    margin-bottom: 5px; }
    .webform-submission-form .js-form-type-processed-text.privacy-text p {
      font-size: 0.625rem;
      line-height: 0.875rem;
      color: #929292;
      letter-spacing: 0.56px; }
      .webform-submission-form .js-form-type-processed-text.privacy-text p:last-of-type {
        margin-bottom: 0; }
  .webform-submission-form .webform-actions {
    text-align: center; }
    .webform-submission-form .webform-actions .js-form-submit {
      height: 50px;
      margin: 0;
      padding: 0 40px;
      border-radius: 2px;
      background: #FFFFFF;
      font-family: "eestiRegular";
      font-weight: bold;
      font-size: 0.875rem;
      letter-spacing: 0.5px;
      color: #13294b;
      text-align: center;
      text-transform: uppercase; }

.webform-submission-form.webform-submission-do-business-with-us-form {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  padding: 60px 55px;
  background: #FFFFFF; }
  .webform-submission-form.webform-submission-do-business-with-us-form .grid-x > .cell {
    margin-bottom: 20px; }
    .webform-submission-form.webform-submission-do-business-with-us-form .grid-x > .cell.js-form-type-processed-text {
      margin-bottom: 140px; }
  .webform-submission-form.webform-submission-do-business-with-us-form .form-wrapper.items-wrap {
    position: relative; }
  .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-radios.webform-options-display-buttons {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-radios.webform-options-display-buttons .webform-options-display-buttons-wrapper {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 25px; }
    .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-radios.webform-options-display-buttons .js-form-type-radio {
      position: relative;
      display: inline-block; }
      .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-radios.webform-options-display-buttons .js-form-type-radio input[type='radio'] {
        position: absolute;
        margin: 0;
        clip: rect(1px, 1px, 1px, 1px); }
      .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-radios.webform-options-display-buttons .js-form-type-radio label {
        display: inline-block;
        margin: 0;
        padding: 0 20px;
        vertical-align: top;
        border-radius: 2px;
        border: 1px solid #13294b;
        cursor: pointer;
        background-color: #FFFFFF;
        transition: all 0.3s ease-in-out;
        font-family: "eestiLight";
        font-size: 0.875rem;
        line-height: 3.125rem;
        color: #13294b;
        text-transform: uppercase;
        letter-spacing: .1em;
        white-space: nowrap; }
      .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-radios.webform-options-display-buttons .js-form-type-radio input[type='radio']:checked ~ label {
        background: #13294b;
        color: #FFFFFF; }
  .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-webform-entity-checkboxes .webform-options-display-side-by-side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-webform-entity-checkboxes .webform-options-display-side-by-side .js-form-type-checkbox {
      -ms-flex-preferred-size: calc(20% - 10px);
          flex-basis: calc(20% - 10px);
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 5px; }
  .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-radios.webform-element--title-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-radios.webform-element--title-inline legend {
      display: inline-block;
      margin: 0 10px 0 0;
      font-family: "eestiLight";
      font-size: 0.75rem;
      line-height: 1rem;
      color: #13294b;
      letter-spacing: 0.67px; }
    .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-radios.webform-element--title-inline .js-form-type-radio {
      position: relative; }
      .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-radios.webform-element--title-inline .js-form-type-radio input[type='radio'] {
        position: absolute;
        margin: 0;
        clip: rect(1px, 1px, 1px, 1px); }
      .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-radios.webform-element--title-inline .js-form-type-radio label {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0 0 0 20px;
        vertical-align: top;
        font-family: "eestiLight";
        font-size: 0.75rem;
        line-height: 1rem;
        color: #13294b;
        letter-spacing: .1em;
        white-space: nowrap; }
        .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-radios.webform-element--title-inline .js-form-type-radio label:before {
          content: '';
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          width: 14px;
          height: 14px;
          margin: 0;
          vertical-align: top;
          background: transparent;
          border: 1px solid #13294b;
          border-radius: 7px;
          transition: all 0.3s ease-in-out; }
        .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-radios.webform-element--title-inline .js-form-type-radio label:after {
          content: '';
          display: inline-block;
          position: absolute;
          top: 4px;
          left: 4px;
          width: 6px;
          height: 6px;
          margin: 0;
          vertical-align: top;
          background: #FFFFFF;
          border: 1px solid #FFFFFF;
          border-radius: 7px;
          transition: all 0.3s ease-in-out; }
      .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-radios.webform-element--title-inline .js-form-type-radio input[type='radio']:checked ~ label:after {
        background: #13294b;
        border: 1px solid #13294b; }
  .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--next, .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--previous {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    transform: translate(0, -50%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    font-size: 0;
    line-height: 0; }
  .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--next {
    right: -55px;
    background-image: url("../images/webform_multistep_next.svg"); }
  .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--previous {
    left: -55px;
    background-image: url("../images/webform_multistep_prev.svg"); }
  .webform-submission-form.webform-submission-do-business-with-us-form .form-actions {
    text-align: center; }
  .webform-submission-form.webform-submission-do-business-with-us-form .js-form-submit.button--primary {
    height: 50px;
    margin: 0;
    padding: 0 40px;
    border-radius: 2px;
    background: #13294b;
    font-family: "eestiRegular";
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase; }
  .webform-submission-form.webform-submission-do-business-with-us-form .webform-confirmation__message, .webform-submission-form.webform-submission-do-business-with-us-form .webform-confirmation__back {
    margin: 0;
    text-align: center; }
  @media screen and (min-width: 48em) and (max-width: 61.1875em) {
    .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--next, .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--previous {
      width: 40px;
      height: 40px; }
    .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--next {
      right: -45px; }
    .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--previous {
      left: -45px; }
    .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-webform-entity-checkboxes .webform-options-display-side-by-side .js-form-type-checkbox {
      -ms-flex-preferred-size: calc(33% - 10px);
          flex-basis: calc(33% - 10px); } }
  @media screen and (max-width: 47.9375em) {
    .webform-submission-form.webform-submission-do-business-with-us-form {
      padding: 40px 10px; }
      .webform-submission-form.webform-submission-do-business-with-us-form .grid-x > .cell.js-form-type-processed-text {
        margin-bottom: 60px; }
      .webform-submission-form.webform-submission-do-business-with-us-form .form-wrapper.items-wrap {
        padding-bottom: 60px; }
      .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-radios.webform-options-display-buttons {
        text-align: center; }
        .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-radios.webform-options-display-buttons .webform-options-display-buttons-wrapper {
          margin: 20px 0; }
      .webform-submission-form.webform-submission-do-business-with-us-form .js-webform-type-webform-entity-checkboxes .webform-options-display-side-by-side .js-form-type-checkbox {
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px); }
      .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--next, .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--previous {
        top: auto;
        bottom: 0;
        transform: translate(0, 0); }
      .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--next {
        right: 15px; }
      .webform-submission-form.webform-submission-do-business-with-us-form .webform-button--previous {
        left: 15px; } }

.block-camparigroup-search {
  display: none !important; }

.view--search-content--page-main {
  margin: 20px 0 50px; }
  .view--search-content--page-main .views-exposed-form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 0; }
    .view--search-content--page-main .views-exposed-form label {
      display: none; }
    .view--search-content--page-main .views-exposed-form > div {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
      .view--search-content--page-main .views-exposed-form > div.form-actions {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding-left: 20px; }
    .view--search-content--page-main .views-exposed-form input.form-text,
    .view--search-content--page-main .views-exposed-form .button {
      height: 42px;
      line-height: 42px; }
      .view--search-content--page-main .views-exposed-form input.form-text.button,
      .view--search-content--page-main .views-exposed-form .button.button {
        padding: 0 24px; }
  .view--search-content--page-main ul.js-pager__items {
    list-style: none outside none;
    text-align: center;
    padding: 20px 0; }
    .view--search-content--page-main ul.js-pager__items li {
      display: inline-block; }

div.eu-cookie-compliance-banner {
  padding: 24px 0;
  background: #13294b;
  font-size: 0.875rem;
  line-height: 1.3; }
  div.eu-cookie-compliance-banner .eu-cookie-compliance-message {
    width: calc(100% - 220px);
    max-width: 100%;
    margin: 5px 0 0; }
    div.eu-cookie-compliance-banner .eu-cookie-compliance-message p {
      font-weight: normal;
      display: block;
      font-size: 1em; }
    div.eu-cookie-compliance-banner .eu-cookie-compliance-message h2 {
      margin: 0 0 12px; }
    div.eu-cookie-compliance-banner .eu-cookie-compliance-message p, div.eu-cookie-compliance-banner .eu-cookie-compliance-message a {
      font-family: "eestiLight";
      color: #FFFFFF;
      text-decoration: none; }
    div.eu-cookie-compliance-banner .eu-cookie-compliance-message a, div.eu-cookie-compliance-banner .eu-cookie-compliance-message .eu-cookie-compliance-more-button {
      color: #AD841F;
      text-decoration: underline;
      font-weight: bold; }
      div.eu-cookie-compliance-banner .eu-cookie-compliance-message a.eu-cookie-compliance-more-button, div.eu-cookie-compliance-banner .eu-cookie-compliance-message .eu-cookie-compliance-more-button.eu-cookie-compliance-more-button {
        margin-top: 8px; }
  div.eu-cookie-compliance-banner .eu-cookie-compliance-categories {
    padding: 12px 0 24px; }
  div.eu-cookie-compliance-banner .eu-cookie-compliance-category {
    float: left;
    width: 70%; }
    div.eu-cookie-compliance-banner .eu-cookie-compliance-category label {
      font-size: 1em;
      font-weight: normal;
      margin-top: 12px; }
    div.eu-cookie-compliance-banner .eu-cookie-compliance-category [type=checkbox] {
      margin: 0; }
    div.eu-cookie-compliance-banner .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
      padding-top: 4px;
      font-style: italic;
      font-size: 0.875rem; }
  div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons {
    float: right;
    width: 30%;
    text-align: right; }
  div.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .agree-button {
    display: none; }
  div.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button,
  div.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button {
    margin: 1rem 0 0 0;
    padding: 0 8px;
    background: none;
    cursor: pointer;
    border: none;
    vertical-align: middle;
    box-shadow: none;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #FFFFFF;
    text-shadow: none; }
    div.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button:hover,
    div.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:hover {
      color: #AD841F; }
  div.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button {
    font-weight: bold; }
  div.eu-cookie-compliance-banner .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button {
    font-weight: lighter; }
  @media screen and (max-width: 47.9375em) {
    div.eu-cookie-compliance-banner {
      padding: 10px 0; }
      div.eu-cookie-compliance-banner h2 {
        font-family: "eestiRegular"; }
      div.eu-cookie-compliance-banner .eu-cookie-compliance-categories {
        padding: 10px 0; }
      div.eu-cookie-compliance-banner .eu-cookie-compliance-category,
      div.eu-cookie-compliance-banner .eu-cookie-compliance-categories-buttons {
        float: none;
        width: auto;
        max-width: none;
        text-align: left; }
      div.eu-cookie-compliance-banner .eu-cookie-compliance-message {
        width: 100%;
        margin: 10px 0; }
      div.eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
        width: 100%;
        margin: 0;
        text-align: center; } }

.select2-container {
  width: 100% !important;
  font-size: 1rem; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #13294b;
  padding: 0;
  height: auto; }

.select2-container--default .select2-selection__rendered {
  padding: 6px 30px 6px 10px !important;
  color: #13294b !important; }

.select2-container--default .select2-selection__arrow {
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  width: 30px !important;
  text-align: center; }
  .select2-container--default .select2-selection__arrow b {
    display: none; }
  .select2-container--default .select2-selection__arrow:before {
    position: relative !important;
    font-size: 7px !important;
    line-height: 43px !important; }

.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom: 1px solid #13294b; }

.select2-container--default.select2-container--open .select2-selection__rendered {
  color: #13294b !important; }

.select2-container--default.select2-container--open .select2-selection__arrow:before {
  content: '\e803'; }

.select2-dropdown {
  background-color: #FFFFFF;
  border: none;
  border-left: 1px solid #13294b !important;
  border-right: 1px solid #13294b !important;
  border-bottom: 1px solid #13294b !important;
  border-radius: 0;
  margin-top: 0; }
  .select2-dropdown .select2-results__option {
    color: #13294b; }
    .select2-dropdown .select2-results__option.select2-results__option--highlighted {
      background: #F1F1F1;
      color: #13294b; }
  .select2-dropdown .select2-results__option[aria-selected="true"] {
    background: #F1F1F1;
    color: #13294b; }
  .select2-dropdown.select2-dropdown--above {
    box-shadow: none; }
  .select2-dropdown.select2-dropdown--below {
    box-shadow: none; }

iframe.iframe-autosize {
  height: 10px; }

#contactMapWrapper {
  position: relative; }
  #contactMapWrapper svg#svgContactMap .infoItem {
    pointer-events: all;
    cursor: pointer; }
    #contactMapWrapper svg#svgContactMap .infoItem #area, #contactMapWrapper svg#svgContactMap .infoItem #title {
      transition: all 0.3s ease-in-out; }
  #contactMapWrapper svg#svgContactMap .infoItem.opened #area {
    fill: #62B5E5; }
  #contactMapWrapper svg#svgContactMap .infoItem.opened #title {
    fill: #FFFFFF; }
  @media screen and (max-width: 47.9375em) {
    #contactMapWrapper {
      width: 100%;
      height: 320px;
      overflow: hidden; }
      #contactMapWrapper svg#svgContactMap {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150%;
        height: 90%;
        transform: translate(-48%, -50%); } }

.paragraph.paragraph--type--management-list .popHeader {
  display: none;
  position: fixed;
  top: 22px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .5s ease;
  z-index: 30; }
  .paragraph.paragraph--type--management-list .popHeader a {
    display: inline-block;
    vertical-align: top; }
  .paragraph.paragraph--type--management-list .popHeader img {
    width: 255px;
    height: auto;
    background: white;
    padding: 20px;
    border-radius: 50px; }

.paragraph.paragraph--type--management-list a.management-zoomout, .paragraph.paragraph--type--management-list .management-nav {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  background: #13294b;
  transition: all 0.3s ease;
  z-index: 30;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center; }
  .paragraph.paragraph--type--management-list a.management-zoomout span, .paragraph.paragraph--type--management-list .management-nav span {
    display: inline-block; }
    .paragraph.paragraph--type--management-list a.management-zoomout span:before, .paragraph.paragraph--type--management-list .management-nav span:before {
      font-size: 10px;
      line-height: 50px; }

.paragraph.paragraph--type--management-list a.management-zoomout {
  top: 5px;
  right: 5px; }

.paragraph.paragraph--type--management-list .management-nav {
  top: 5px; }

.paragraph.paragraph--type--management-list #management-nav-prev {
  left: 5px; }

.paragraph.paragraph--type--management-list #management-nav-next {
  left: 60px; }

@media print, screen and (min-width: 48em) {
  .paragraph.paragraph--type--management-list a.management-zoomout, .paragraph.paragraph--type--management-list .management-nav {
    top: 5px; } }

@media print, screen and (min-width: 64.0625em) {
  .paragraph.paragraph--type--management-list a.management-zoomout, .paragraph.paragraph--type--management-list .management-nav {
    width: 60px;
    height: 60px; }
    .paragraph.paragraph--type--management-list a.management-zoomout span:before, .paragraph.paragraph--type--management-list .management-nav span:before {
      font-size: 17px;
      line-height: 60px; }
  .paragraph.paragraph--type--management-list a.management-zoomout {
    top: 15px;
    right: 15px; }
    .paragraph.paragraph--type--management-list a.management-zoomout:hover {
      background: #62B5E5; }
  .paragraph.paragraph--type--management-list .management-nav {
    top: 50%;
    opacity: 0.3;
    transform: translate(0, -50%); }
    .paragraph.paragraph--type--management-list .management-nav:hover {
      opacity: 1; }
  .paragraph.paragraph--type--management-list #management-nav-prev {
    left: 15px; }
  .paragraph.paragraph--type--management-list #management-nav-next {
    left: auto;
    right: 15px; } }

.paragraph.paragraph--type--management-item {
  margin-bottom: 10px;
  background: #FFFFFF;
  transition: transform 200ms; }
  .paragraph.paragraph--type--management-item .managerCover, .paragraph.paragraph--type--management-item .managerContent {
    position: relative; }
  .paragraph.paragraph--type--management-item .managerContent {
    padding: 20px 0 0 0; }
  .paragraph.paragraph--type--management-item a.managerOpener {
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #13294b;
    transition: all 0.3s ease;
    z-index: 10;
    color: #FFFFFF;
    text-align: center; }
    .paragraph.paragraph--type--management-item a.managerOpener span {
      display: inline-block;
      transition: all 0.3s ease; }
      .paragraph.paragraph--type--management-item a.managerOpener span:before {
        font-size: 10px;
        line-height: 50px; }
  .paragraph.paragraph--type--management-item .field-name-field-management-item-pictures .field-items {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 89%; }
  .paragraph.paragraph--type--management-item .field-name-field-management-item-pictures .field-item {
    position: absolute;
    top: 0;
    z-index: 1; }
  .paragraph.paragraph--type--management-item .field-name-field-management-item-pictures img {
    display: inline-block;
    width: 100%;
    height: auto; }
  .paragraph.paragraph--type--management-item .field-name-field-management-item-name {
    margin-bottom: 20px;
    font-family: "eestiRegular";
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.875rem;
    color: #13294b; }
  .paragraph.paragraph--type--management-item .field-name-field-management-item-biography {
    width: 1px;
    height: 1px;
    margin-top: 30px;
    opacity: 0;
    overflow: hidden;
    transition: all 200ms;
    transition-delay: 200ms; }
  @media print, screen and (min-width: 64.0625em) {
    .paragraph.paragraph--type--management-item {
      margin-bottom: 30px; }
      .paragraph.paragraph--type--management-item a.managerOpener {
        right: 25px;
        width: 76px;
        height: 76px; }
        .paragraph.paragraph--type--management-item a.managerOpener span:before {
          font-size: 20px;
          line-height: 76px; }
        .paragraph.paragraph--type--management-item a.managerOpener:hover {
          background: #62B5E5; } }

.paragraph.paragraph--type--management-list.popupList .paragraph--type--management-item {
  display: none;
  /*top: 50%;
  left: 50%;
  height: 1px;
  width: 1px;
  opacity: 0;*/
  transition: all .5s; }

.paragraph.paragraph--type--management-list.popupList .paragraph.paragraph--type--management-item .field-name-field-management-item-pictures .field-items {
  margin-left: 120px;
  opacity: 0;
  transition-property: margin-left, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.5s; }
  .paragraph.paragraph--type--management-list.popupList .paragraph.paragraph--type--management-item .field-name-field-management-item-pictures .field-items.ready {
    margin-left: 0;
    opacity: 1; }

.paragraph.paragraph--type--management-item.zoomed {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  margin-bottom: 0;
  transform: translateX(0);
  z-index: 15;
  animation: .5s circle reverse; }
  .paragraph.paragraph--type--management-item.zoomed .managerWrapperY {
    position: absolute;
    top: 80px;
    bottom: 15px;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0 15px;
    z-index: 3;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .paragraph.paragraph--type--management-item.zoomed .managerWrapperX {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .paragraph.paragraph--type--management-item.zoomed .managerCover {
    -ms-flex-order: 2;
        order: 2;
    padding: 15px 0 0 0; }
  .paragraph.paragraph--type--management-item.zoomed .managerContent {
    -ms-flex-order: 1;
        order: 1;
    padding: 0 0 15px 0; }
  .paragraph.paragraph--type--management-item.zoomed .mcInner {
    height: 100%; }
  .paragraph.paragraph--type--management-item.zoomed .field-name-field-management-item-biography {
    position: relative;
    width: auto;
    height: auto;
    opacity: 1; }
  .paragraph.paragraph--type--management-item.zoomed a.managerOpener {
    display: none; }
  @media print, screen and (min-width: 48em) {
    .paragraph.paragraph--type--management-item.zoomed .managerWrapperY {
      position: absolute;
      top: 0;
      bottom: auto;
      right: auto;
      left: 4%;
      width: 92%;
      height: 100%;
      padding: 0;
      overflow: hidden; }
    .paragraph.paragraph--type--management-item.zoomed .managerWrapperX {
      max-height: 500px;
      -ms-flex-direction: row;
          flex-direction: row; }
    .paragraph.paragraph--type--management-item.zoomed .managerCover, .paragraph.paragraph--type--management-item.zoomed .managerContent {
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
    .paragraph.paragraph--type--management-item.zoomed .managerCover {
      padding: 0 0 0 15px; }
    .paragraph.paragraph--type--management-item.zoomed .managerContent {
      padding: 0 15px 0 0;
      overflow: hidden; }
    .paragraph.paragraph--type--management-item.zoomed .mcInner {
      height: 100%;
      overflow: auto; } }
  @media screen and (min-width: 96.875em) {
    .paragraph.paragraph--type--management-item.zoomed .managerCover {
      -ms-flex: 0 1 70%;
          flex: 0 1 70%; } }
  @media print, screen and (min-width: 64.0625em) {
    .paragraph.paragraph--type--management-item.zoomed {
      top: 0;
      height: 100%;
      margin-bottom: 0; }
      .paragraph.paragraph--type--management-item.zoomed .managerWrapperY {
        left: 13%;
        width: 74%; }
      .paragraph.paragraph--type--management-item.zoomed .mcInner {
        padding: 0 10px 0 0;
        overflow: hidden; } }

.paragraph.paragraph--type--management-list.popupList .paragraph--type--management-item.zoomed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  z-index: 15; }

.paragraph.paragraph--type--management-item.zoomed.next,
.paragraph.paragraph--type--management-item.zoomed.prev {
  z-index: 9; }
  .paragraph.paragraph--type--management-item.zoomed.next.down,
  .paragraph.paragraph--type--management-item.zoomed.prev.down {
    z-index: 8; }

.paragraph.paragraph--type--management-item.zoomed.next {
  transform: translateX(100%); }

.paragraph.paragraph--type--management-item.zoomed.prev {
  transform: translateX(-100%); }

body.management-in-zoom {
  overflow: hidden; }
  body.management-in-zoom .paragraph.paragraph--type--management-list.popupList a.management-zoomout {
    display: block; }
  body.management-in-zoom .paragraph.paragraph--type--management-list.popupList .management-nav {
    display: block;
    opacity: 0.3; }
  body.management-in-zoom .paragraph.paragraph--type--management-list.popupList .management-nav.enabled {
    opacity: 1; }
  @media print, screen and (min-width: 64.0625em) {
    body.management-in-zoom header.pageHeader {
      display: none; }
    body.management-in-zoom .paragraph.paragraph--type--management-list.popupList .popHeader {
      display: block;
      animation: .5s circle reverse; }
    body.management-in-zoom .paragraph.paragraph--type--management-list.popupList .management-nav {
      display: none;
      opacity: 1; }
    body.management-in-zoom .paragraph.paragraph--type--management-list.popupList .management-nav.enabled {
      display: block; } }
  @media screen and (min-width: 1025px) and (max-height: 700px) {
    body.management-in-zoom .popHeader {
      display: none !important; } }

.circle-active {
  animation: .5s circle reverse; }

.circle {
  animation: .5s circle; }

@keyframes circle {
  0% {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%); }
  100% {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%); } }

body.view-brands {
  font-size: 1rem;
  /* NEW */ }
  body.view-brands #brand-page-header {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: all 200ms;
    top: 25px;
    height: 60px; }
    body.view-brands #brand-page-header:before {
      content: "";
      background-color: #fff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 100%;
      transition: width 200ms; }
    body.view-brands #brand-page-header .cols {
      position: relative;
      z-index: 2;
      width: calc(100% - 2%);
      height: 100%;
      margin: 0 1%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      body.view-brands #brand-page-header .cols > div {
        -ms-flex: 1 1 0px;
            flex: 1 1 0; }
      body.view-brands #brand-page-header .cols .center {
        text-align: center; }
        body.view-brands #brand-page-header .cols .center img {
          display: inline-block; }
      body.view-brands #brand-page-header .cols .right {
        text-align: right; }
    body.view-brands #brand-page-header.headroom--not-top {
      z-index: 12;
      top: 0; }
      body.view-brands #brand-page-header.headroom--not-top:before {
        width: 100%;
        bottom: 0; }
  body.view-brands.headroom-not-top .view--brands--page .views-exposed-form {
    top: 60px;
    opacity: 1;
    z-index: 9; }
    @media all and (max-width: 1023px) {
      body.view-brands.headroom-not-top .view--brands--page .views-exposed-form {
        top: 50px;
        border-left: 0px none;
        width: 100%; } }
  body.view-brands.headroom-not-top .view--brands--page .brands-group:first-child .cell:nth-child(2) .node-type-brand:not(.zoomed) .brand-product-image > img {
    width: 100%; }
  body.view-brands.headroom-not-top .view--brands--page .brands-group:first-child .cell:nth-child(2) .node-type-brand:not(.zoomed):hover .brand-product-image > img {
    transform: translateX(-60%); }
  @media all and (min-width: 1025px) {
    body.view-brands.user-logged-in.adminimal-admin-toolbar #brand-page-header {
      top: 105px; }
    body.view-brands.user-logged-in.adminimal-admin-toolbar .views-exposed-form {
      top: 105px; }
    body.view-brands.user-logged-in.adminimal-admin-toolbar.headroom-not-top #brand-page-header {
      top: 75px; }
    body.view-brands.user-logged-in.adminimal-admin-toolbar.headroom-not-top .views-exposed-form {
      top: 135px; } }
  body.view-brands.in-zoom {
    overflow: hidden; }
    body.view-brands.in-zoom .view--brands--page {
      position: relative;
      z-index: 20; }
      body.view-brands.in-zoom .view--brands--page #brands-alt-logo,
      body.view-brands.in-zoom .view--brands--page #brands-zoomout,
      body.view-brands.in-zoom .view--brands--page .brnd-nav {
        display: block; }
  body.view-brands .view--brands--page {
    padding-top: 50px; }
    body.view-brands .view--brands--page #edit-brand-house-category > ul > li:first-child {
      display: none; }
    @media all and (min-width: 1024px) {
      body.view-brands .view--brands--page #edit-brand-house-category {
        display: block !important; } }
    body.view-brands .view--brands--page .views-exposed-form {
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      top: 26px;
      transition: opacity 200ms 200ms, top 200ms 200ms;
      font-size: 0.75rem;
      font-weight: 600;
      border: 1px solid #13294b;
      text-transform: uppercase;
      font-family: "eestiRegular";
      letter-spacing: .05em;
      overflow: hidden;
      color: #13294b;
      background-color: #fff; }
      body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select > label {
          font-size: 0.75rem;
          white-space: nowrap;
          line-height: 1;
          padding: 10px 12px 8px; }
          body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select > label .filter-by {
            display: none; }
          @media all and (min-width: 1024px) {
            body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select > label span.filter-label:after {
              content: none; } }
        body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select div.bef-links ul,
        body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select div.bef-links li {
          list-style: none outside none;
          margin: 0;
          padding: 0; }
        body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select div.bef-links ul {
          display: -ms-flexbox;
          display: flex; }
          body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select div.bef-links ul li {
            white-space: nowrap; }
            body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select div.bef-links ul li a {
              display: block;
              line-height: 1;
              padding: 10px 12px 9px;
              background-color: #13294b;
              color: rgba(255, 255, 255, 0.5);
              font-weight: 400;
              position: relative; }
              body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select div.bef-links ul li a.bef-link--selected {
                color: #fff; }
                body.view-brands .view--brands--page .views-exposed-form > .js-form-type-select div.bef-links ul li a.bef-link--selected:after {
                  content: "";
                  position: absolute;
                  height: 2px;
                  left: 12px;
                  right: 12px;
                  bottom: 6px;
                  background-color: #fff; }
      body.view-brands .view--brands--page .views-exposed-form [id^=edit-actions] {
        display: none; }
    body.view-brands .view--brands--page .brnd-nav,
    body.view-brands .view--brands--page #brands-zoomout,
    body.view-brands .view--brands--page #brands-alt-logo {
      display: none;
      position: fixed;
      z-index: 11; }
    body.view-brands .view--brands--page .brnd-nav {
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      cursor: pointer;
      font-size: 1.2em;
      padding: 4px; }
      body.view-brands .view--brands--page .brnd-nav span {
        display: inline-block;
        transition: all 200ms; }
      body.view-brands .view--brands--page .brnd-nav:hover span {
        transform: translateY(3px);
        opacity: .7; }
    body.view-brands .view--brands--page #brnd-nav-next {
      right: 6%; }
    body.view-brands .view--brands--page #brnd-nav-prev {
      left: 6%; }
    body.view-brands .view--brands--page #brands-alt-logo {
      top: 2px;
      left: 50%;
      transform: translateX(-50%); }
    body.view-brands .view--brands--page #brands-zoomout {
      top: 16px;
      left: 16px;
      color: #fff;
      font-size: .8em;
      text-transform: uppercase; }
      body.view-brands .view--brands--page #brands-zoomout:before {
        display: inline-block;
        vertical-align: baseline;
        margin-right: 4px; }
    body.view-brands .view--brands--page header {
      text-align: center;
      padding: 20px 0 60px; }
      body.view-brands .view--brands--page header h2 {
        font-size: 3rem;
        line-height: 1.3; }
    body.view-brands .view--brands--page .brands-group {
      /*.grid-x{
        align-items: flex-end;
      }*/
      position: relative;
      transform: padding 200ms, max-height 200ms;
      max-height: 20000px; }
      body.view-brands .view--brands--page .brands-group:first-child {
        padding-top: 0 !important; }
      body.view-brands .view--brands--page .brands-group .cell {
        transition: transform 200ms;
        transition-delay: 200ms;
        transform: scale(0);
        position: absolute; }
        body.view-brands .view--brands--page .brands-group .cell.brand-enabled {
          transform: none;
          position: relative; }
      body.view-brands .view--brands--page .brands-group .triggerTop,
      body.view-brands .view--brands--page .brands-group .triggerBottom {
        position: absolute;
        left: 0;
        right: 0; }
      body.view-brands .view--brands--page .brands-group .triggerTop {
        top: 0;
        transform: translateY(50%); }
      body.view-brands .view--brands--page .brands-group .triggerBottom {
        bottom: 0;
        transform: translateY(-50%); }
      body.view-brands .view--brands--page .brands-group h3.grouping {
        position: absolute;
        width: 100%;
        padding: 0 0;
        text-align: center; }
        body.view-brands .view--brands--page .brands-group h3.grouping img {
          max-width: 100%;
          opacity: .3;
          vertical-align: center; }
      body.view-brands .view--brands--page .brands-group.active h3.grouping {
        position: fixed;
        top: 50%;
        transform: translateY(-50%); }
      body.view-brands .view--brands--page .brands-group.top h3.grouping {
        bottom: 0; }
      body.view-brands .view--brands--page .brands-group.bottom h3.grouping {
        top: 0; }
      body.view-brands .view--brands--page .brands-group:first-child .cell:nth-child(2) .node-type-brand:not(.zoomed) .brand-product-image > img {
        position: relative;
        width: 480px;
        max-width: none;
        max-height: none;
        left: 50%;
        transform: translateX(-50%);
        transition: width 400ms, bottom 200ms, transform 200ms, margin-bottom 200ms; }
      body.view-brands .view--brands--page .brands-group.empty {
        padding: 0 !important;
        max-height: 0;
        overflow: hidden; }
    body.view-brands .view--brands--page .node-type-brand {
      text-align: center;
      z-index: 1;
      cursor: pointer;
      position: relative;
      margin-top: 60px;
      transition: margin-top 200ms; }
      body.view-brands .view--brands--page .node-type-brand .col-1,
      body.view-brands .view--brands--page .node-type-brand .col-3 {
        opacity: 0;
        transition: top 200ms, opacity 200ms;
        position: absolute;
        -ms-flex-align: center;
            align-items: center;
        color: #fff;
        width: 1px;
        height: 1px;
        overflow: hidden;
        top: 100px;
        transition-delay: 200ms; }
      body.view-brands .view--brands--page .node-type-brand .col-2 {
        position: relative; }
      body.view-brands .view--brands--page .node-type-brand .radial-back {
        width: 2px;
        height: 2px;
        border-radius: 50%;
        transition: all 200ms;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -1px; }
      body.view-brands .view--brands--page .node-type-brand .brand-product-image {
        width: 240px;
        position: relative;
        display: inline-block; }
        body.view-brands .view--brands--page .node-type-brand .brand-product-image > img {
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          margin-right: 0;
          transition: transform 200ms; }
        body.view-brands .view--brands--page .node-type-brand .brand-product-image .img-hover {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          body.view-brands .view--brands--page .node-type-brand .brand-product-image .img-hover img {
            position: absolute;
            left: 50%;
            bottom: 2px;
            transform: translateX(-50%);
            height: 36%;
            width: auto;
            opacity: 0;
            transition: all 200ms; }
      body.view-brands .view--brands--page .node-type-brand .brand-title {
        font-family: "campariBold";
        margin-top: 30px; }
      body.view-brands .view--brands--page .node-type-brand .brand-category,
      body.view-brands .view--brands--page .node-type-brand .brand-priority {
        color: #979797; }
      body.view-brands .view--brands--page .node-type-brand .brand-category {
        font-family: "eestiRegular";
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-size: 1rem; }
      body.view-brands .view--brands--page .node-type-brand .brand-priority {
        font-size: 0.875rem;
        letter-spacing: .1em; }
      @media all and (min-width: 1024px) {
        body.view-brands .view--brands--page .node-type-brand.with-hover-image:hover .brand-product-image > img {
          position: relative;
          left: 50%;
          transform: translateX(-60%); }
        body.view-brands .view--brands--page .node-type-brand.with-hover-image:hover .brand-product-image .img-hover img {
          transform: translateX(-35%);
          opacity: 1; } }
      body.view-brands .view--brands--page .node-type-brand.zoomed {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 9;
        transform: translateX(0);
        transition: transform 200ms;
        margin-top: 0; }
        body.view-brands .view--brands--page .node-type-brand.zoomed .radial-back {
          border-radius: 0;
          margin: 0;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        body.view-brands .view--brands--page .node-type-brand.zoomed .brand-cols {
          display: -ms-inline-flexbox;
          display: inline-flex;
          position: absolute;
          left: 13%;
          width: 74%;
          height: 100%;
          -ms-flex-align: center;
              align-items: center;
          z-index: 3; }
          body.view-brands .view--brands--page .node-type-brand.zoomed .brand-cols > div {
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
        body.view-brands .view--brands--page .node-type-brand.zoomed .col-1,
        body.view-brands .view--brands--page .node-type-brand.zoomed .col-3 {
          visibility: visible;
          position: relative;
          opacity: 1;
          top: 0;
          width: auto;
          height: auto; }
        body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 {
          text-align: left;
          padding-right: 20px;
          max-height: 75%;
          overflow: hidden;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
          body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 > div {
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
          body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-logo {
            width: 100%;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
            margin-bottom: 20px; }
            body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-logo img {
              max-width: 40%;
              max-height: 80px;
              width: auto;
              height: auto; }
          body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-details {
            overflow: hidden;
            padding-right: 30px; }
          body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-site {
            margin-top: 24px;
            width: 100%; }
          body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-top-markets {
            margin-top: 40px; }
            body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 .brand-top-markets label {
              color: #fff;
              text-transform: uppercase;
              font-family: "eestiRegular";
              font-weight: bold;
              letter-spacing: .1em;
              margin-bottom: 2px; }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 {
              display: block;
              height: 75%; }
              body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 > div {
                display: block;
                -ms-flex: none;
                    flex: none; }
              body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 div.brand-logo {
                height: 160px; }
              body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 div.brand-details {
                height: calc(100% - 260px); }
              body.view-brands .view--brands--page .node-type-brand.zoomed .col-1 div.brand-site {
                height: 100px; } }
        body.view-brands .view--brands--page .node-type-brand.zoomed .col-2 {
          position: static;
          -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
              align-self: stretch; }
          body.view-brands .view--brands--page .node-type-brand.zoomed .col-2 > div {
            display: none; }
          body.view-brands .view--brands--page .node-type-brand.zoomed .col-2 .brand-product-image {
            display: block;
            width: 100%;
            height: 100%; }
            body.view-brands .view--brands--page .node-type-brand.zoomed .col-2 .brand-product-image > img {
              position: absolute;
              max-width: none;
              max-height: none;
              height: 90%;
              bottom: 4%;
              transform: translateX(-50%) !important;
              left: 50%; }
            body.view-brands .view--brands--page .node-type-brand.zoomed .col-2 .brand-product-image .img-hover {
              display: none; }
        body.view-brands .view--brands--page .node-type-brand.zoomed.next, body.view-brands .view--brands--page .node-type-brand.zoomed.prev {
          z-index: 9; }
          body.view-brands .view--brands--page .node-type-brand.zoomed.next .radial-back, body.view-brands .view--brands--page .node-type-brand.zoomed.prev .radial-back {
            transition: none; }
          body.view-brands .view--brands--page .node-type-brand.zoomed.next.down, body.view-brands .view--brands--page .node-type-brand.zoomed.prev.down {
            z-index: 8; }
        body.view-brands .view--brands--page .node-type-brand.zoomed.next {
          transform: translateX(100%); }
        body.view-brands .view--brands--page .node-type-brand.zoomed.prev {
          transform: translateX(-100%); }
  @media all and (max-width: 1023px) {
    body.view-brands #brand-page-header {
      display: none; }
    body.view-brands header.pageHeader.headroom--not-top > .pageHeaderWrapper {
      background-color: #fff; }
      body.view-brands header.pageHeader.headroom--not-top > .pageHeaderWrapper .headerLogo img {
        filter: brightness(0.1) sepia(1) hue-rotate(180deg) saturate(5); }
      body.view-brands header.pageHeader.headroom--not-top > .pageHeaderWrapper .block-headersearchtoggler #searchToggler span:before,
      body.view-brands header.pageHeader.headroom--not-top > .pageHeaderWrapper .headerHamburger .hamburgerMenu:before {
        color: #13294b; }
    body.view-brands.headroom-not-top .view--brands--page .views-exposed-form {
      opacity: 1; }
    body.view-brands .view--brands--page {
      padding-top: 0; }
      body.view-brands .view--brands--page header {
        margin: 0 24px;
        padding: 0 0 0px; }
        body.view-brands .view--brands--page header h2 {
          font-size: 2.2rem; }
      body.view-brands .view--brands--page .views-exposed-form {
        top: 0;
        opacity: 0;
        width: calc(100% - 24px); }
        body.view-brands .view--brands--page .views-exposed-form .js-form-type-select {
          -ms-flex-direction: column;
              flex-direction: column; }
          body.view-brands .view--brands--page .views-exposed-form .js-form-type-select .form-select.bef-links {
            width: 100%;
            display: none; }
            body.view-brands .view--brands--page .views-exposed-form .js-form-type-select .form-select.bef-links > label {
              cursor: pointer; }
            body.view-brands .view--brands--page .views-exposed-form .js-form-type-select .form-select.bef-links > ul {
              background-color: #13294b;
              -ms-flex-pack: center;
                  justify-content: center;
              -ms-flex-flow: wrap;
                  flex-flow: wrap;
              -ms-flex-direction: column;
                  flex-direction: column; }
              body.view-brands .view--brands--page .views-exposed-form .js-form-type-select .form-select.bef-links > ul > li {
                text-align: center; }
                body.view-brands .view--brands--page .views-exposed-form .js-form-type-select .form-select.bef-links > ul > li a {
                  padding: 12px 10px 10px;
                  margin-bottom: 2px;
                  border-top: 1px solid rgba(255, 255, 255, 0.2); }
                  body.view-brands .view--brands--page .views-exposed-form .js-form-type-select .form-select.bef-links > ul > li a:after {
                    content: normal;
                    display: none; }
          body.view-brands .view--brands--page .views-exposed-form .js-form-type-select > label {
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            background-color: #13294b;
            padding: 0; }
            body.view-brands .view--brands--page .views-exposed-form .js-form-type-select > label > span {
              padding: 10px 12px 8px;
              color: #fff; }
            body.view-brands .view--brands--page .views-exposed-form .js-form-type-select > label .filter-by {
              display: block;
              background-color: #fff;
              color: #13294b; }
            body.view-brands .view--brands--page .views-exposed-form .js-form-type-select > label .filter-label:after {
              font-size: 5px;
              margin-left: 6px;
              vertical-align: text-top;
              line-height: 10px; }
      body.view-brands .view--brands--page .brands-group .cell {
        -ms-flex-order: 2;
            order: 2; }
        body.view-brands .view--brands--page .brands-group .cell:nth-child(2) {
          -ms-flex-order: 1;
              order: 1;
          width: 100%;
          max-width: none; }
          body.view-brands .view--brands--page .brands-group .cell:nth-child(2) .node-type-brand:not(.zoomed):hover .brand-product-image > img {
            transform: translateX(-50%) !important; }
      body.view-brands .view--brands--page .brands-group h3.grouping img {
        max-width: 90%; }
    body.view-brands.in-zoom .view--brands--page header {
      top: 50px; }
      body.view-brands.in-zoom .view--brands--page header #brands-alt-logo {
        display: none; }
      body.view-brands.in-zoom .view--brands--page header #brands-zoomout {
        top: 50px; }
    body.view-brands.in-zoom header.pageHeader > .pageHeaderWrapper {
      background-color: transparent; }
      body.view-brands.in-zoom header.pageHeader > .pageHeaderWrapper .headerLogo img {
        filter: none; }
      body.view-brands.in-zoom header.pageHeader > .pageHeaderWrapper .block-headersearchtoggler #searchToggler span:before,
      body.view-brands.in-zoom header.pageHeader > .pageHeaderWrapper .headerHamburger .hamburgerMenu:before {
        color: #fff; }
    body.view-brands.in-zoom #brnd-nav-prev {
      left: 10px; }
    body.view-brands.in-zoom #brnd-nav-next {
      right: 10px; }
    body.view-brands.in-zoom .node-type-brand.zoomed {
      background-color: #13294b; }
      body.view-brands.in-zoom .node-type-brand.zoomed .radial-back {
        display: none; }
      body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols {
        -ms-flex-direction: column;
            flex-direction: column;
        overflow: auto;
        left: 0px;
        top: 80px;
        bottom: 0px;
        right: 0px;
        padding: 0 40px;
        width: auto;
        height: auto; }
        body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols .col-1 {
          max-height: none;
          padding-right: 0;
          overflow: visible;
          -ms-flex-order: 2;
              order: 2;
          z-index: 2;
          padding-top: 60px;
          display: block; }
          body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols .col-1 .brand-logo {
            margin: 30px 0; }
            body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols .col-1 .brand-logo img {
              max-width: 60%; }
          body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols .col-1 .field-node--field-brand-site {
            margin-bottom: 40px; }
        body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols .col-2 {
          -ms-flex-order: 1;
              order: 1; }
          body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols .col-2 .radial-back-mobile {
            display: block;
            position: absolute;
            right: 0px;
            left: 0px;
            width: auto;
            height: 0;
            padding-bottom: 180%; }
          body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols .col-2 .brand-product-image img {
            position: static;
            width: 90%;
            height: auto !important;
            transform: none !important;
            max-width: 480px; }
          body.view-brands.in-zoom .node-type-brand.zoomed .brand-cols .col-2 .brand-title {
            display: none; } }
  body.view-brands .brand-groups {
    transition: padding-top 200ms; }
  @media all and (min-width: 1024px) {
    body.view-brands.headroom-top .brand-groups {
      padding-top: 0; }
    body.view-brands.headroom-top .view--brands--page .brands-group:first-child .cell:nth-child(2) .node-type-brand:not(.zoomed) .brand-product-image {
      height: auto; }
      body.view-brands.headroom-top .view--brands--page .brands-group:first-child .cell:nth-child(2) .node-type-brand:not(.zoomed) .brand-product-image > img {
        margin-bottom: 200px;
        position: relative; } }
  @media all and (max-width: 1023px) {
    body.view-brands.headroom-top .brand-groups {
      padding-top: 0; }
    body.view-brands.headroom-top .view--brands--page .brands-group:first-child .cell:nth-child(2) .node-type-brand:not(.zoomed) {
      margin-top: 0; }
      body.view-brands.headroom-top .view--brands--page .brands-group:first-child .cell:nth-child(2) .node-type-brand:not(.zoomed) .brand-product-image > img {
        max-width: 360px;
        margin-bottom: 0px;
        position: relative; } }
  body.view-brands.headroom-no-top .brand-groups {
    padding-top: 0; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  body.view-brands .off-canvas-wrapper {
    overflow: visible; }
  body.view-brands .view--brands--page .brands-group > .grid-container, body.view-brands .view--brands--page .view--news-media--block-main .brands-group > .views-exposed-form, .view--news-media--block-main body.view-brands .view--brands--page .brands-group > .views-exposed-form, body.view-brands .view--brands--page
  .view--news-media--block-archive .brands-group > .views-exposed-form,
  .view--news-media--block-archive body.view-brands .view--brands--page .brands-group > .views-exposed-form, body.view-brands .view--brands--page
  .view--news-media--block-covid-news .brands-group > .views-exposed-form,
  .view--news-media--block-covid-news body.view-brands .view--brands--page .brands-group > .views-exposed-form, body.view-brands .view--brands--page .node-content.node-view-mode-full .brands-group > .field-node--field-attachment, .node-content.node-view-mode-full body.view-brands .view--brands--page .brands-group > .field-node--field-attachment, body.view-brands .view--brands--page .view--search-content--page-main.brands-group > header, body.view-brands .view--brands--page
  .view--search-content--page-main .brands-group > #views-exposed-form-search-content-page-main,
  .view--search-content--page-main body.view-brands .view--brands--page .brands-group > #views-exposed-form-search-content-page-main, body.view-brands .view--brands--page
  .view--search-content--page-main .brands-group > .js-pager__items,
  .view--search-content--page-main body.view-brands .view--brands--page .brands-group > .js-pager__items {
    margin-top: calc(-100vw / 100 * 26);
    padding-bottom: calc(100vw / 100 * 13); }
  body.view-brands .view--brands--page .brands-group h3.grouping {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 50%;
    transform: translateY(-50%); }
  body.view-brands .view--brands--page .brands-group:first-child h3.grouping {
    transition: opacity 200ms; }
  body.view-brands .view--brands--page .brands-group:first-child > .grid-container, body.view-brands .view--brands--page .view--news-media--block-main .brands-group:first-child > .views-exposed-form, .view--news-media--block-main body.view-brands .view--brands--page .brands-group:first-child > .views-exposed-form, body.view-brands .view--brands--page
  .view--news-media--block-archive .brands-group:first-child > .views-exposed-form,
  .view--news-media--block-archive body.view-brands .view--brands--page .brands-group:first-child > .views-exposed-form, body.view-brands .view--brands--page
  .view--news-media--block-covid-news .brands-group:first-child > .views-exposed-form,
  .view--news-media--block-covid-news body.view-brands .view--brands--page .brands-group:first-child > .views-exposed-form, body.view-brands .view--brands--page .node-content.node-view-mode-full .brands-group:first-child > .field-node--field-attachment, .node-content.node-view-mode-full body.view-brands .view--brands--page .brands-group:first-child > .field-node--field-attachment, body.view-brands .view--brands--page .view--search-content--page-main.brands-group:first-child > header, body.view-brands .view--brands--page
  .view--search-content--page-main .brands-group:first-child > #views-exposed-form-search-content-page-main,
  .view--search-content--page-main body.view-brands .view--brands--page .brands-group:first-child > #views-exposed-form-search-content-page-main, body.view-brands .view--brands--page
  .view--search-content--page-main .brands-group:first-child > .js-pager__items,
  .view--search-content--page-main body.view-brands .view--brands--page .brands-group:first-child > .js-pager__items {
    margin-top: calc(-100vw / 100 * 26); }
  body.view-brands.headroom-top .brands-group:first-child h3.grouping {
    opacity: 0; }
  body.view-brands.headroom-no-top .brands-group:first-child h3.grouping {
    opacity: 1; } }

img.ghost-image {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */ }

.select2-results .select2-results__option {
  min-height: 30px; }

.msg_campari_careers_container {
  /*.campariGrid{
    .item_2_1:before{
      padding-bottom: 0;
    }
    .item_2_1{
      margin-top: 30px;
    }
  }*/
  /*
  @include breakpoint(medium){
    .gridItem{
      width: calc(100% + 30px);
      margin-right: -(map-get($grid-column-gutter, medium) / 2);
      margin-left: -(map-get($grid-column-gutter, medium) / 2);
    }

    .msg_campari_careers_table_container{
      .workCell{
        margin-top: (map-get($grid-column-gutter, medium) / 2);
        margin-bottom: (map-get($grid-column-gutter, medium) / 2);
      }

      .giElement{;

        .text-part{ padding: (map-get($grid-column-gutter, medium) / 2); }

        .table-element-part.image{
          padding-top: 50%;
          height: 0;
        }
      }
    }

  }
  */ }
  .msg_campari_careers_container .msg_campari_careers_filter_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    overflow: hidden;
    width: 100%;
    /*@include breakpoint(medium){
      display: block;
      width: 100%;
    }*/ }
    .msg_campari_careers_container .msg_campari_careers_filter_container .msg_campari_careers_filter {
      float: none;
      -ms-flex-preferred-size: 320px;
          flex-basis: 320px; }
      .msg_campari_careers_container .msg_campari_careers_filter_container .msg_campari_careers_filter .msg_campari_careers_label {
        width: 30%;
        float: left;
        height: 41px;
        line-height: 41px;
        font-weight: bold;
        border-bottom: 1px solid; }
      .msg_campari_careers_container .msg_campari_careers_filter_container .msg_campari_careers_filter .msg_campari_careers_filter_select {
        width: 50%;
        float: left; }
        .msg_campari_careers_container .msg_campari_careers_filter_container .msg_campari_careers_filter .msg_campari_careers_filter_select .select2-selection {
          height: 41px; }
    @media screen and (max-width: 47.9375em) {
      .msg_campari_careers_container .msg_campari_careers_filter_container {
        display: block; }
        .msg_campari_careers_container .msg_campari_careers_filter_container .msg_campari_careers_filter {
          float: left;
          display: block;
          width: 100%; }
          .msg_campari_careers_container .msg_campari_careers_filter_container .msg_campari_careers_filter .msg_campari_careers_filter_select {
            width: 70%; } }
  .msg_campari_careers_container .gridItem {
    position: relative;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px; }
  .msg_campari_careers_container .msg_campari_careers_table_container {
    /*.cell.small-12.medium-8.large-6.item_2_1{
      width: 520px;

      .giElement{
        .gridContainer.full{
          height: 238px;
        }
      }
    }*/ }
    .msg_campari_careers_container .msg_campari_careers_table_container .workCell {
      margin-top: 15px;
      margin-bottom: 15px; }
    .msg_campari_careers_container .msg_campari_careers_table_container .giElement .full {
      height: 100%;
      background-color: #F1F1F1; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .full > .grid-x {
        height: 100%; }
    .msg_campari_careers_container .msg_campari_careers_table_container .giElement .text-part {
      padding: 15px; }
    .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.image {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: cover; }
    .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.title {
      height: auto; }
    .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.country {
      height: auto; }
    .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.description {
      max-height: 90px;
      overflow: hidden; }
    @media print, screen and (min-width: 64.0625em) {
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.title {
        height: 80px;
        margin-bottom: 0; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.country {
        height: 30px; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.family {
        height: 30px; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.function {
        height: 30px; } }
    @media print, screen and (min-width: 48em) {
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.title {
        height: 80px;
        margin-bottom: 0; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.country {
        height: 30px; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.family {
        height: 30px; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.function {
        height: 30px; } }
    @media screen and (max-width: 47.9375em) {
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.title {
        height: 80px;
        margin-bottom: 0; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.country {
        height: 30px; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.family {
        height: 30px; }
      .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.function {
        height: 30px; } }
  @media screen and (max-width: 47.9375em) {
    .msg_campari_careers_container .gridItem {
      width: calc(100% + 20px);
      margin-right: -10px;
      margin-left: -10px; }
    .msg_campari_careers_container .msg_campari_careers_table_container .workCell {
      margin-top: 10px;
      margin-bottom: 10px; }
    .msg_campari_careers_container .msg_campari_careers_table_container .giElement .text-part {
      padding: 10px; }
    .msg_campari_careers_container .msg_campari_careers_table_container .giElement .table-element-part.image {
      padding-top: 50%;
      height: 0; } }

.msg_careers_detail_container {
  max-width: 900px;
  margin: auto;
  display: block;
  overflow: hidden; }
  .msg_careers_detail_container .msg_careers_detail_title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 50px; }
  .msg_careers_detail_container .msg_careers_detail_country {
    font-size: 16px;
    height: 60px;
    line-height: 60px; }
  .msg_careers_detail_container .msg_careers_submitCV {
    margin-top: 40px; }

/*# sourceMappingURL=camparigroup.css.map */
