@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * 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; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*-------------------------------------------------------------------
	Variables
-------------------------------------------------------------------*/
/*
$museo-100:'MuseoSans100Regular', Arial, Helvetica, sans-serif;
*/
@media screen and (max-width: 1200px) {
  head {
    font-family: "mq-large 1200px"; }
  body:after {
    content: "mq-large - max-width: 1200px"; } }

@media screen and (max-width: 1210px) {
  head {
    font-family: "mq-default 1210px"; }
  body:after {
    content: "mq-default - max-width: 1210px"; } }

@media screen and (max-width: 768px) {
  head {
    font-family: "mq-tablet 768px"; }
  body:after {
    content: "mq-tablet - max-width: 768px"; } }

@media screen and (max-width: 600px) {
  head {
    font-family: "mq-mobile 600px"; }
  body:after {
    content: "mq-mobile - max-width: 600px"; } }

head {
  clear: both; }
  head title {
    font-family: "mq-large 1200px, mq-default 1210px, mq-tablet 768px, mq-mobile 600px"; }

body:after {
  display: none; }

*[data-usn-if] {
  display: none; }

/*-------------------------------------------------------------------
	Functions
-------------------------------------------------------------------*/
/*
	Acts like a php var_dump but with a SASS list or variable
*/
/*
	Calculate the resize ratio of the svg sprite based on the icon provided
	The icon needs at least 4 params (x, y, width, height)
	(optional) w or h based ratio
*/
/*
	Slice a SASS list like php array_slice
*/
/*-------------------------------------------------------------------
	Media queries
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Transform
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Transition
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Animation
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Utilities
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Browser prefixes
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Grid
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	SVG Icons generation
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Utilities
-------------------------------------------------------------------*/
/* 
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translateY(-20px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translateY(0);
    /* IE9 */
    /* Opera 10.5 */
    transform: translateY(0); } }

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translateY(-20px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translateY(0);
    /* IE9 */
    /* Opera 10.5 */
    transform: translateY(0); } }

@font-face {
  font-family: "AvantGardeGothicITC-light";
  src: url(../css/fonts/AvantGardeGothicITC-light.eot);
  src: url(../css/fonts/AvantGardeGothicITC-light.eot?#iefix) format("embedded-opentype"), url(../css/fonts/AvantGardeGothicITC-light.woff) format("woff"), url(../css/fonts/AvantGardeGothicITC-light.ttf) format("truetype"), url(../css/fonts/AvantGardeGothicITC-light.svg#AvantGardeGothicITC-light) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "AvantGardeGothicITCW01Bd";
  src: url(../css/fonts/30F494_0_0.eot);
  src: url(../css/fonts/30F494_0_0.eot?#iefix) format("embedded-opentype"), url(../css/fonts/30F494_0_0.woff) format("woff"), url(../css/fonts/30F494_0_0.ttf) format("truetype"), url(../css/fonts/30F494_0_0.svg#AvantGardeGothicITCW01Bd) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "AvantGardeGothicITCW01Bk";
  src: url(../css/fonts/30F494_1_0.eot);
  src: url(../css/fonts/30F494_1_0.eot?#iefix) format("embedded-opentype"), url(../css/fonts/30F494_1_0.woff) format("woff"), url(../css/fonts/30F494_1_0.ttf) format("truetype"), url(../css/fonts/30F494_1_0.svg#AvantGardeGothicITCW01Bk) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "museo_sans700";
  src: url(../css/fonts/museosans-700-webfont.eot);
  src: url(../css/fonts/museosans-700-webfont.eot?#iefix) format("embedded-opentype"), url(../css/fonts/museosans-700-webfont.woff) format("woff"), url(../css/fonts/museosans-700-webfont.ttf) format("truetype"), url(../css/fonts/museosans-700-webfont.svg#museo_sans700) format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }
  html body {
    color: #000000;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    overflow-x: hidden; }
    html body.no-video-playing #toplayer-video {
      -webkit-animation: fade-out 0.5s forwards;
      animation: fade-out 0.5s forwards; }
    html body.has-video-playing {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: scroll; }
      html body.has-video-playing #toplayer-video {
        -webkit-animation: fade-in 1s forwards;
        animation: fade-in 1s forwards; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

h1, h2, h3, h4, h5 {
  font-family: "AvantGardeGothicITCW01Bk", sans-serif;
  font-weight: normal;
  margin: 0 0 24px; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    font-family: "AvantGardeGothicITCW01Bd", sans-serif;
    font-weight: normal; }

p {
  margin: 0 0 24px; }

a {
  color: #FFFFFF; }

ul, ol {
  margin: 0 0 24px;
  padding: 0; }
  ul li, ol li {
    margin: 0 0 5px; }

img {
  border: 0;
  display: inline-block;
  outline: 0; }
  img.img-responsive {
    display: block;
    height: auto;
    width: 100%; }

table {
  margin: 0 0 20px;
  width: 100%; }

button, a, span, i {
  outline: 0; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

button:focus {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

a:focus {
  outline: none; }

a::-moz-focus-inner {
  border: 0; }

.layout-wrapper {
  margin: 0 auto;
  text-align: left;
  width: 1210px; }
  .layout-wrapper.wide {
    max-width: 1600px;
    width: 100%; }
    @media only screen and (max-width: 900px) {
      .layout-wrapper.wide {
        padding: 0; } }
  @media only screen and (max-width: 1258px) {
    .layout-wrapper {
      padding: 0 24px;
      width: 100%; } }
  .layout-wrapper.official-menu {
    max-width: 1400px;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 900px) {
      .layout-wrapper.official-menu {
        padding: 0; } }

#layout {
  overflow: hidden; }

#layout-header {
  vertical-align: middle; }
  @media only screen and (max-width: 900px) {
    #layout-header {
      border-bottom: 1px solid #dbdbdb; } }
  #layout-header h1 {
    float: left;
    margin: 0 15px 15px 0; }
    @media only screen and (max-width: 900px) {
      #layout-header h1 {
        margin: 0;
        padding: 10px 0 0 0;
        float: none;
        display: inline-block; } }
    @media only screen and (max-width: 900px) {
      #layout-header h1 img {
        width: 92px; } }
  #layout-header .layout-wrapper {
    background-color: #fff; }

#layout-content {
  margin: 0 0 12px; }

#layout-footer {
  background: #e8e8ea; }
  #layout-footer > .layout-wrapper {
    padding: 50px 12px; }
  #layout-footer .nav-footer {
    float: left; }
  #layout-footer .footer-socials {
    float: right;
    max-width: 250px; }
    #layout-footer .footer-socials p {
      font-weight: bold;
      margin: 0 0 10px;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem; }
    #layout-footer .footer-socials .footer-small-text {
      font-size: 12px;
      font-size: 1.2rem; }
    #layout-footer .footer-socials .has-feedback {
      margin: 4px 0 15px;
      position: relative; }
      #layout-footer .footer-socials .has-feedback .input-sm {
        padding-right: 42px; }
        #layout-footer .footer-socials .has-feedback .input-sm + .form-control-feedback {
          height: 30px;
          line-height: 30px;
          position: absolute;
          right: 0;
          text-align: center;
          top: 0;
          width: 30px;
          z-index: 2; }
          #layout-footer .footer-socials .has-feedback .input-sm + .form-control-feedback i {
            color: #000000;
            font-size: 12px;
            font-size: 1.2rem; }
    #layout-footer .footer-socials .logos-sociaux a.slink {
      background: #0E7AB6;
      border-radius: 2px;
      color: #FFFFFF;
      display: inline-block;
      height: 29px;
      margin-bottom: 10px;
      padding: 6px;
      text-align: center;
      width: 29px;
      font-size: 18px;
      font-size: 1.8rem; }
  #layout-footer .subfooter {
    background: #000000;
    color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem; }
    #layout-footer .subfooter .layout-wrapper {
      padding: 12px; }
    #layout-footer .subfooter p {
      margin: 0; }

.l-align {
  text-align: left; }

.c-align {
  text-align: center; }

.r-align {
  text-align: right; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clear {
  clear: both;
  display: block; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.animation-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.animation-asset {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.asset-txt-new {
  background-image: url(../img/animation/promo-greek-extra-creamy/txt-new-fr.png);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: translate(0, 0);
  /* IE9 */
  /* Opera 10.5 */
  transform: translate(0, 0);
  -webkit-transition: all 0.8s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: all 0.8s ease;
  /* Opera 10.5 */
  transition: all 0.8s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .asset-txt-new.en {
    background-image: url(../img/animation/promo-greek-extra-creamy/txt-new-en.png); }
  .asset-txt-new--skyr {
    background-image: url(../img/animation/promo-skyr/frame-1-fr.png); }
    .asset-txt-new--skyr.en {
      background-image: url(../img/animation/promo-skyr/frame-1-en.png); }

.asset-txt-extra {
  background-image: url(../img/animation/promo-greek-extra-creamy/txt-extra-fr.png);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: translate(0, 0);
  /* IE9 */
  /* Opera 10.5 */
  transform: translate(0, 0);
  -webkit-transition: all 0.8s 1s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: all 0.8s 1s ease;
  /* Opera 10.5 */
  transition: all 0.8s 1s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .asset-txt-extra.en {
    background-image: url(../img/animation/promo-greek-extra-creamy/txt-extra-en.png); }
  .asset-txt-extra--skyr {
    background-image: url(../img/animation/promo-skyr/frame-2-fr.png); }
    .asset-txt-extra--skyr.en {
      background-image: url(../img/animation/promo-skyr/frame-2-en.png); }

.asset-bg-end {
  background-image: url(../img/animation/promo-greek-extra-creamy/bg-last-frame.jpg);
  opacity: 1;
  -webkit-transition: opacity 0.8s 4.5s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: opacity 0.8s 4.5s ease;
  /* Opera 10.5 */
  transition: opacity 0.8s 4.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .asset-bg-end--skyr {
    background-image: url(../img/animation/promo-skyr/frame-last-fr.jpg); }
    .asset-bg-end--skyr.en {
      background-image: url(../img/animation/promo-skyr/frame-last-en.jpg); }

.animation-paused .asset-txt-new {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: translate(0, 0);
  /* IE9 */
  /* Opera 10.5 */
  transform: translate(0, 0); }

.animation-paused .asset-txt-extra {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: translate(0, 0);
  /* IE9 */
  /* Opera 10.5 */
  transform: translate(0, 0); }

.animation-paused .asset-bg-end {
  opacity: 0; }

/* ************************************************************************
*	Module de box
*	
*	Fourre-tout pour les modules qu'on ne parvient pas à nommer convenablement
*	à utiliser avec parcimonie.
*	
* ************************************************************************/
.btn {
  background: none;
  border: 0;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none; }
  .btn:hover {
    text-decoration: none; }

/***************** Roles *******************/
.btn-primary {
  background: black;
  border: 1px solid #333;
  color: #FFFFFF; }
  .btn-primary.btn-inverted {
    background: white;
    color: black; }
  .btn-primary.btn-rebate {
    position: relative;
    -webkit-transition: color 1s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: color 1s ease;
    /* Opera 10.5 */
    transition: color 1s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .btn-primary.btn-rebate:before {
      background-color: black;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 2;
      top: 0;
      left: 0;
      -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transform: scaleX(0);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: scaleX(0);
      /* IE9 */
      /* Opera 10.5 */
      transform: scaleX(0);
      -webkit-transition: transform 1s ease;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: transform 1s ease;
      /* Opera 10.5 */
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
    .btn-primary.btn-rebate:hover {
      color: white !important; }
      .btn-primary.btn-rebate:hover:before {
        -webkit-transform: scaleX(1);
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: scaleX(1);
        /* IE9 */
        /* Opera 10.5 */
        transform: scaleX(1); }
    .btn-primary.btn-rebate span {
      position: relative;
      z-index: 5; }

#load-more {
  display: none;
  color: black;
  margin-bottom: 90px;
  position: relative;
  -webkit-transition: color 1s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: color 1s ease;
  /* Opera 10.5 */
  transition: color 1s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  #load-more:before {
    background-color: black;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(0);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: scaleX(0);
    /* IE9 */
    /* Opera 10.5 */
    transform: scaleX(0);
    -webkit-transition: transform 1s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1s ease;
    /* Opera 10.5 */
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  #load-more:hover {
    color: white; }
    #load-more:hover:before {
      -webkit-transform: scaleX(1);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: scaleX(1);
      /* IE9 */
      /* Opera 10.5 */
      transform: scaleX(1); }
  #load-more span {
    position: relative;
    z-index: 5; }

.btn-play {
  -webkit-transform: scale(1);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: scale(1);
  /* IE9 */
  /* Opera 10.5 */
  transform: scale(1);
  -webkit-transition: transform 1s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: transform 1s ease;
  /* Opera 10.5 */
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .btn-play i {
    width: 76px;
    height: 76px; }

.hero-btn-play * {
  pointer-events: none; }

.hero-btn-play i {
  width: 76px;
  height: 76px;
  -webkit-transform: scale(1);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: scale(1);
  /* IE9 */
  /* Opera 10.5 */
  transform: scale(1);
  -webkit-transition: transform 1s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: transform 1s ease;
  /* Opera 10.5 */
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }

.hero-btn-play:hover i {
  -webkit-transform: scale(1.05);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: scale(1.05);
  /* IE9 */
  /* Opera 10.5 */
  transform: scale(1.05); }

.brick-wall {
  margin: 0 -12px;
  padding-top: 38px;
  padding-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }
  @media only screen and (max-width: 600px) {
    .brick-wall {
      display: block; } }

.brick {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.33%;
  -moz-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%; }
  @media only screen and (max-width: 1024px) {
    .brick {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
      -moz-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; } }
  @media only screen and (max-width: 600px) {
    .brick {
      width: 100%;
      max-width: 430px;
      margin: 0 auto; } }
  .brick.brick-0 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0s ease, opacity 2s 0s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0s ease, opacity 2s 0s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0s ease, -webkit-transform 1.2s 0s ease;
    transition: opacity 2s 0s ease, -webkit-transform 1.2s 0s ease;
    transition: transform 1.2s 0s ease, opacity 2s 0s ease;
    transition: transform 1.2s 0s ease, opacity 2s 0s ease, -webkit-transform 1.2s 0s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-1 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0.1s ease, opacity 2s 0.1s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0.1s ease, opacity 2s 0.1s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0.1s ease, -webkit-transform 1.2s 0.1s ease;
    transition: opacity 2s 0.1s ease, -webkit-transform 1.2s 0.1s ease;
    transition: transform 1.2s 0.1s ease, opacity 2s 0.1s ease;
    transition: transform 1.2s 0.1s ease, opacity 2s 0.1s ease, -webkit-transform 1.2s 0.1s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-2 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0.2s ease, opacity 2s 0.2s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0.2s ease, opacity 2s 0.2s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0.2s ease, -webkit-transform 1.2s 0.2s ease;
    transition: opacity 2s 0.2s ease, -webkit-transform 1.2s 0.2s ease;
    transition: transform 1.2s 0.2s ease, opacity 2s 0.2s ease;
    transition: transform 1.2s 0.2s ease, opacity 2s 0.2s ease, -webkit-transform 1.2s 0.2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-3 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0.3s ease, opacity 2s 0.3s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0.3s ease, opacity 2s 0.3s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0.3s ease, -webkit-transform 1.2s 0.3s ease;
    transition: opacity 2s 0.3s ease, -webkit-transform 1.2s 0.3s ease;
    transition: transform 1.2s 0.3s ease, opacity 2s 0.3s ease;
    transition: transform 1.2s 0.3s ease, opacity 2s 0.3s ease, -webkit-transform 1.2s 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-4 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0.4s ease, opacity 2s 0.4s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0.4s ease, opacity 2s 0.4s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0.4s ease, -webkit-transform 1.2s 0.4s ease;
    transition: opacity 2s 0.4s ease, -webkit-transform 1.2s 0.4s ease;
    transition: transform 1.2s 0.4s ease, opacity 2s 0.4s ease;
    transition: transform 1.2s 0.4s ease, opacity 2s 0.4s ease, -webkit-transform 1.2s 0.4s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-5 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0.5s ease, opacity 2s 0.5s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0.5s ease, opacity 2s 0.5s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0.5s ease, -webkit-transform 1.2s 0.5s ease;
    transition: opacity 2s 0.5s ease, -webkit-transform 1.2s 0.5s ease;
    transition: transform 1.2s 0.5s ease, opacity 2s 0.5s ease;
    transition: transform 1.2s 0.5s ease, opacity 2s 0.5s ease, -webkit-transform 1.2s 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-6 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0.6s ease, opacity 2s 0.6s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0.6s ease, opacity 2s 0.6s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0.6s ease, -webkit-transform 1.2s 0.6s ease;
    transition: opacity 2s 0.6s ease, -webkit-transform 1.2s 0.6s ease;
    transition: transform 1.2s 0.6s ease, opacity 2s 0.6s ease;
    transition: transform 1.2s 0.6s ease, opacity 2s 0.6s ease, -webkit-transform 1.2s 0.6s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-7 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0.7s ease, opacity 2s 0.7s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0.7s ease, opacity 2s 0.7s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0.7s ease, -webkit-transform 1.2s 0.7s ease;
    transition: opacity 2s 0.7s ease, -webkit-transform 1.2s 0.7s ease;
    transition: transform 1.2s 0.7s ease, opacity 2s 0.7s ease;
    transition: transform 1.2s 0.7s ease, opacity 2s 0.7s ease, -webkit-transform 1.2s 0.7s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-8 .fixed-ratio-content {
    -webkit-transition: transform 1.2s 0.8s ease, opacity 2s 0.8s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 1.2s 0.8s ease, opacity 2s 0.8s ease;
    /* Opera 10.5 */
    -webkit-transition: opacity 2s 0.8s ease, -webkit-transform 1.2s 0.8s ease;
    transition: opacity 2s 0.8s ease, -webkit-transform 1.2s 0.8s ease;
    transition: transform 1.2s 0.8s ease, opacity 2s 0.8s ease;
    transition: transform 1.2s 0.8s ease, opacity 2s 0.8s ease, -webkit-transform 1.2s 0.8s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .brick.brick-quotes .fixed-ratio-content {
    background-color: black; }
  .brick .img-quotes {
    opacity: 0.7; }
  .brick .fixed-ratio-content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translateY(0px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translateY(0px); }
  .brick.off-view .fixed-ratio-content {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translateY(-20px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translateY(-20px); }
    .brick.off-view .fixed-ratio-content .brick-text-plain {
      opacity: 0; }
      .brick.off-view .fixed-ratio-content .brick-text-plain + .brick-plus {
        opacity: 0; }
  .brick.brick-double {
    max-width: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 66.66%;
    -moz-flex: 0 1 66.66%;
    -ms-flex: 0 1 66.66%;
    flex: 0 1 66.66%; }
    .brick.brick-double .fixed-ratio-content {
      background-color: black; }
    .brick.brick-double img {
      opacity: 0.8; }
    @media only screen and (max-width: 1024px) {
      .brick.brick-double {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    .brick.brick-double video {
      height: auto;
      left: 50%;
      overflow: hidden;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(-50%, -50%);
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(-50%, -50%);
      zoom: 1; }
  .brick.long-title .brick-text {
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 1100px) {
      .brick.long-title .brick-text {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media only screen and (max-width: 680px) {
      .brick.long-title .brick-text {
        font-size: 14px;
        font-size: 1.4rem; } }
  .brick .fixed-ratio-content {
    visibility: visible; }
  .brick .brick-trigger * {
    pointer-events: none; }
  .brick .brick-trigger img {
    -webkit-transform: scale(1.05);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: scale(1.05);
    /* IE9 */
    /* Opera 10.5 */
    transform: scale(1.05);
    -webkit-transition: transform 2.5s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: transform 2.5s ease;
    /* Opera 10.5 */
    -webkit-transition: -webkit-transform 2.5s ease;
    transition: -webkit-transform 2.5s ease;
    transition: transform 2.5s ease;
    transition: transform 2.5s ease, -webkit-transform 2.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    .brick .brick-trigger img.asset-flavour-bomb, .brick .brick-trigger img.asset-video, .brick .brick-trigger img.bg-animation {
      -webkit-transform: scale(1);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: scale(1);
      /* IE9 */
      /* Opera 10.5 */
      transform: scale(1); }
    .brick .brick-trigger img.asset-video {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: scale(1) translate(-50%, -50%);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: scale(1) translate(-50%, -50%);
      /* IE9 */
      /* Opera 10.5 */
      transform: scale(1) translate(-50%, -50%);
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
  .brick .brick-trigger:hover .btn-play {
    -webkit-transform: scale(1.05) translate(-50%, -50%);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: scale(1.05) translate(-50%, -50%);
    /* IE9 */
    /* Opera 10.5 */
    transform: scale(1.05) translate(-50%, -50%); }
  .brick .brick-trigger:hover img {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    /* Opera 10.5 */
    transform: scale(1); }
    .brick .brick-trigger:hover img.asset-video {
      -webkit-transform: scale(1) translate(-50%, -50%);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: scale(1) translate(-50%, -50%);
      /* IE9 */
      /* Opera 10.5 */
      transform: scale(1) translate(-50%, -50%); }
  .brick .brick-trigger .brick-plain-profile img {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    /* Opera 10.5 */
    transform: scale(1); }
  .brick .brick-trigger .brick-plain-profile:hover img {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    /* Opera 10.5 */
    transform: scale(1); }
  .brick .brick-content {
    display: none; }
  .brick video {
    height: 100%;
    width: 100%; }
    .brick video.gif-video {
      opacity: 0;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
      .brick video.gif-video.is-playing {
        opacity: 1; }
  .brick.brick-dark .brick-text {
    color: white; }
  .brick.brick-dark .brick-plus {
    background-color: black; }
    .brick.brick-dark .brick-plus path {
      fill: white; }
  .brick.brick-light .brick-text {
    color: black; }
  .brick.brick-light .brick-plus {
    background-color: white; }
    .brick.brick-light .brick-plus path {
      fill: black; }
  .brick.brick-light .brick-content-thumb path {
    fill: white; }
  .brick .brick-text {
    bottom: 18px;
    font-family: "AvantGardeGothicITCW01Bd", sans-serif;
    left: 20px;
    line-height: 0.9;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem; }
    @media only screen and (max-width: 1100px) {
      .brick .brick-text {
        bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 1024px) {
      .brick .brick-text {
        left: 10px; } }
    @media only screen and (max-width: 600px) {
      .brick .brick-text {
        font-size: 12px;
        font-size: 1.2rem; } }
    .brick .brick-text span {
      font-family: "AvantGardeGothicITCW01Bk", sans-serif; }
  .brick .brick-quotes-container {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px; }
    .brick .brick-quotes-container .brick-text {
      display: block;
      position: relative;
      left: 0;
      bottom: 0; }
    .brick .brick-quotes-container .brick-text-quotes {
      text-transform: none;
      line-height: 1.1;
      font-family: "AvantGardeGothicITCW01Bk", sans-serif;
      margin: 0 0 25px 0;
      max-width: 300px;
      font-size: 30px;
      font-size: 3rem; }
      @media only screen and (max-width: 1200px) {
        .brick .brick-quotes-container .brick-text-quotes {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media only screen and (max-width: 1024px) {
        .brick .brick-quotes-container .brick-text-quotes {
          font-size: 30px;
          font-size: 3rem; } }
      @media only screen and (max-width: 680px) {
        .brick .brick-quotes-container .brick-text-quotes {
          font-size: 20px;
          font-size: 2rem;
          margin: 0 0 10px 0;
          padding-right: 10px; } }
      .brick .brick-quotes-container .brick-text-quotes span {
        font-family: "AvantGardeGothicITCW01Bd", sans-serif; }
    .brick .brick-quotes-container .brick-text-quotes-name {
      font-family: "proxima-nova", sans-serif;
      padding-right: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
      .brick .brick-quotes-container .brick-text-quotes-name strong {
        display: block;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        margin: 0 0 8px 0;
        text-transform: uppercase; }
      @media only screen and (max-width: 680px) {
        .brick .brick-quotes-container .brick-text-quotes-name {
          font-size: 12px;
          font-size: 1.2rem; } }
  .brick .brick-plus {
    bottom: 0;
    height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .brick .brick-content-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    max-height: 294px;
    position: absolute;
    text-align: center;
    line-height: 1;
    top: 50%;
    left: 50%;
    max-width: 294px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate(-50%, -50%);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(-50%, -50%);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 768px) {
      .brick .brick-content-thumb {
        max-width: 254px;
        max-height: 254px; } }
    .brick .brick-content-thumb p {
      margin: 0 0 20px 0;
      font-family: "AvantGardeGothicITCW01Bd", sans-serif;
      text-transform: uppercase;
      font-size: 30px;
      font-size: 3rem; }
    .brick .brick-content-thumb span {
      display: block;
      font-family: "AvantGardeGothicITCW01Bk", sans-serif;
      margin: 10px 0;
      text-transform: none;
      font-size: 18px;
      font-size: 1.8rem; }
  .brick .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 76px;
    width: 76px;
    -webkit-transform: translate(-50%, -50%);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(-50%, -50%);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(-50%, -50%); }
    .brick .btn-play path {
      fill: white; }

.brick-overlay {
  display: none;
  margin: 12px 0;
  padding: 100px 12px;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .brick-overlay {
      padding: 40px 12px;
      max-width: 430px;
      margin: 0 auto; } }
  .brick-overlay.brick-overlay-video {
    background: #000000;
    display: block;
    padding: 100px 90px;
    opacity: 0;
    max-width: 100%;
    -webkit-transition: opacity 0.5s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: opacity 0.5s ease;
    /* Opera 10.5 */
    transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    @media only screen and (max-width: 900px) {
      .brick-overlay.brick-overlay-video {
        padding: 60px 45px; } }
    @media only screen and (max-width: 600px) {
      .brick-overlay.brick-overlay-video {
        padding: 60px 30px; } }
    .brick-overlay.brick-overlay-video.active {
      opacity: 1; }
      .brick-overlay.brick-overlay-video.active:before {
        opacity: 1; }
    .brick-overlay.brick-overlay-video:before {
      background: #000000;
      content: "";
      display: block;
      height: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 200vw;
      z-index: -1;
      -webkit-transform: translate(-50%, 0);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(-50%, 0);
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(-50%, 0);
      zoom: 1;
      -webkit-transition: opacity 0.5s ease;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: opacity 0.5s ease;
      /* Opera 10.5 */
      transition: opacity 0.5s ease;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
      @media only screen and (max-width: 1024px) {
        .brick-overlay.brick-overlay-video:before {
          display: none; } }
    .brick-overlay.brick-overlay-video .brick-close.active:before {
      -webkit-box-shadow: inset 0px 0px 0px 0px #000000;
      box-shadow: inset 0px 0px 0px 0px #000000; }
    .brick-overlay.brick-overlay-video .brick-close:before {
      -webkit-box-shadow: inset 0px 0px 0px 30px #000000;
      box-shadow: inset 0px 0px 0px 30px #000000; }
    .brick-overlay.brick-overlay-video .icon path {
      fill: #FFFFFF; }
  .brick-overlay .brick-close {
    position: absolute;
    right: 8px;
    top: 40px;
    width: 36px;
    height: 36px;
    padding: 0; }
    @media only screen and (max-width: 820px) {
      .brick-overlay .brick-close {
        width: 20px;
        height: 20px;
        top: 10px;
        right: 0; } }
    @media only screen and (max-width: 768px) {
      .brick-overlay .brick-close {
        right: 8px; } }
    @media only screen and (max-width: 820px) {
      .brick-overlay .brick-close i {
        width: 20px;
        height: 20px; } }
    .brick-overlay .brick-close:focus {
      outline: none; }
    .brick-overlay .brick-close::-moz-focus-inner {
      border: 0; }
    .brick-overlay .brick-close.active:before {
      -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
      box-shadow: inset 0px 0px 0px 0px #ffffff; }
    .brick-overlay .brick-close:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-box-shadow: inset 0px 0px 0px 30px #ffffff;
      box-shadow: inset 0px 0px 0px 30px #ffffff;
      -webkit-transform: translate(-50%, -50%);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(-50%, -50%);
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(-50%, -50%);
      -webkit-transition: box-shadow 1s ease;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: box-shadow 1s ease;
      /* Opera 10.5 */
      -webkit-transition: -webkit-box-shadow 1s ease;
      transition: -webkit-box-shadow 1s ease;
      transition: box-shadow 1s ease;
      transition: box-shadow 1s ease, -webkit-box-shadow 1s ease;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
      @media only screen and (max-width: 900px) {
        .brick-overlay .brick-close:before {
          width: 120%;
          height: 120%; } }

.brick-bio {
  /*.story-explaination {
	  float:left;
	  width:50%;
	  @include responsive($mq-tablet) {
		  float:none;
		  width:auto;
	  }

  }
  .fixed-ratio.fixed-ratio-double-brick:after {
	  @include responsive($mq-tablet) {
		  padding-top:140%;
	  }

  }
  .story-title {
	  @include responsive(820px) {
		  @include font-size(36);
	  }

	  & + p {
		  @include responsive(820px) {
			  @include font-size(14);
		  }
	  }
  }
  .story-explaination {
	  @include responsive($mq-tablet) {
		  height:auto;
		  //padding:0;
		  margin:0 0 20px 0;
	  }
  }
  .fixed-ratio .fixed-ratio-content img {
	  width:50%;

	  @include responsive(900px) {
		  width:45%;
	  }
	  @include responsive($mq-tablet) {
		  width:auto;
	  }
  }
  img {
	  float:right;
	  @include responsive($mq-tablet) {
		  float:none;
	  }
  }*/ }
  .brick-bio .brick-bio-title {
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 680px) {
      .brick-bio .brick-bio-title {
        font-size: 16px;
        font-size: 1.6rem; } }
    .brick-bio .brick-bio-title strong {
      display: block;
      font-family: "AvantGardeGothicITCW01Bd", sans-serif;
      text-transform: uppercase;
      font-size: 46px;
      font-size: 4.6rem; }
      @media only screen and (max-width: 680px) {
        .brick-bio .brick-bio-title strong {
          font-size: 40px;
          font-size: 4rem; } }

@media only screen and (max-width: 768px) {
  .brick-explaination .fixed-ratio.fixed-ratio-square:after {
    padding-top: 50%; } }

@media only screen and (max-width: 375px) {
  .brick-explaination .fixed-ratio.fixed-ratio-square:after {
    padding-top: 75%; } }

/*-------------------------------------------------------------------
	Fixed ratio boxes
-------------------------------------------------------------------*/
.fixed-ratio {
  display: block;
  position: relative;
  width: 100%; }
  .fixed-ratio .after, .fixed-ratio:after {
    display: block;
    content: ''; }
  .fixed-ratio .fixed-ratio-content {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden; }
    .fixed-ratio .fixed-ratio-content img {
      width: 100%;
      height: auto; }
    .fixed-ratio .fixed-ratio-content iframe {
      width: 100%;
      height: 100%; }
    .fixed-ratio .fixed-ratio-content .logo-video {
      width: auto;
      max-width: 160px;
      height: auto;
      opacity: 1;
      position: absolute;
      bottom: 20px;
      left: 20px;
      -webkit-transform: scale(1);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: scale(1);
      /* IE9 */
      /* Opera 10.5 */
      transform: scale(1);
      -webkit-transition: none;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: none;
      /* Opera 10.5 */
      transition: none;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
  .fixed-ratio.fixed-ratio-screen .after, .fixed-ratio.fixed-ratio-screen:after {
    padding-top: 75%; }
  .fixed-ratio.fixed-ratio-widescreen .after, .fixed-ratio.fixed-ratio-widescreen:after {
    padding-top: 56.25%; }
  .fixed-ratio.fixed-ratio-square .after, .fixed-ratio.fixed-ratio-square:after {
    padding-top: 100%; }
  .fixed-ratio.fixed-ratio-double-brick .after, .fixed-ratio.fixed-ratio-double-brick:after {
    padding-top: calc(50% - 24px/2); }
    @media only screen and (max-width: 1024px) {
      .fixed-ratio.fixed-ratio-double-brick .after, .fixed-ratio.fixed-ratio-double-brick:after {
        padding-top: 100%; } }

@media only screen and (max-width: 1024px) {
  .fixed-ratio-double-brick .fixed-ratio-content img {
    width: auto; } }

.form .form-group {
  margin: 0 0 24px; }
  .form .form-group.form-group-inline label, .form .form-group.form-group-inline input, .form .form-group.form-group-inline select, .form .form-group.form-group-inline textarea {
    display: inline-block; }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=telephone],
input[type=tel],
select,
textarea {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition: all 0.5s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: all 0.5s ease;
  /* Opera 10.5 */
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  input[type=text] ::-webkit-input-placeholder,
  input[type=password] ::-webkit-input-placeholder,
  input[type=email] ::-webkit-input-placeholder,
  input[type=search] ::-webkit-input-placeholder,
  input[type=telephone] ::-webkit-input-placeholder,
  input[type=tel] ::-webkit-input-placeholder,
  select ::-webkit-input-placeholder,
  textarea ::-webkit-input-placeholder {
    color: #8f8e7d; }
  input[type=text] :-moz-placeholder,
  input[type=password] :-moz-placeholder,
  input[type=email] :-moz-placeholder,
  input[type=search] :-moz-placeholder,
  input[type=telephone] :-moz-placeholder,
  input[type=tel] :-moz-placeholder,
  select :-moz-placeholder,
  textarea :-moz-placeholder {
    color: #8f8e7d; }
  input[type=text] ::-moz-placeholder,
  input[type=password] ::-moz-placeholder,
  input[type=email] ::-moz-placeholder,
  input[type=search] ::-moz-placeholder,
  input[type=telephone] ::-moz-placeholder,
  input[type=tel] ::-moz-placeholder,
  select ::-moz-placeholder,
  textarea ::-moz-placeholder {
    color: #8f8e7d; }
  input[type=text] :-ms-input-placeholder,
  input[type=password] :-ms-input-placeholder,
  input[type=email] :-ms-input-placeholder,
  input[type=search] :-ms-input-placeholder,
  input[type=telephone] :-ms-input-placeholder,
  input[type=tel] :-ms-input-placeholder,
  select :-ms-input-placeholder,
  textarea :-ms-input-placeholder {
    color: #8f8e7d; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=search]:focus,
  input[type=telephone]:focus,
  input[type=tel]:focus,
  select:focus,
  textarea:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  input[type=text].input-sm,
  input[type=password].input-sm,
  input[type=email].input-sm,
  input[type=search].input-sm,
  input[type=telephone].input-sm,
  input[type=tel].input-sm,
  select.input-sm,
  textarea.input-sm {
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 1.2rem; }
  input[type=text].input-md,
  input[type=password].input-md,
  input[type=email].input-md,
  input[type=search].input-md,
  input[type=telephone].input-md,
  input[type=tel].input-md,
  select.input-md,
  textarea.input-md {
    width: 142px; }
  input[type=text].input-lg,
  input[type=password].input-lg,
  input[type=email].input-lg,
  input[type=search].input-lg,
  input[type=telephone].input-lg,
  input[type=tel].input-lg,
  select.input-lg,
  textarea.input-lg {
    width: 324px; }
    @media only screen and (max-width: 400px) {
      input[type=text].input-lg,
      input[type=password].input-lg,
      input[type=email].input-lg,
      input[type=search].input-lg,
      input[type=telephone].input-lg,
      input[type=tel].input-lg,
      select.input-lg,
      textarea.input-lg {
        width: 100%; } }

label {
  display: block;
  margin: 0 0 5px; }

textarea {
  min-height: 150px; }

.input-full {
  width: 100%; }

.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 56.25vw; }
  .fullscreen > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .fullscreen > .hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hero-container {
  margin: 0 0 12px; }

.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 607px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .hero {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }
  @media only screen and (max-width: 600px) {
    .hero {
      min-height: 400px; } }
  .hero.hero-light .hero-btn-play path {
    fill: #FFFFFF; }
  .hero.hero-light p, .hero.hero-light img {
    color: #FFFFFF;
    margin: -130px 0 0 0; }
    @media only screen and (max-width: 1258px) {
      .hero.hero-light p, .hero.hero-light img {
        margin: -126px 0 0 0; } }
  .hero .hero-btn-play {
    display: block;
    height: 76px;
    left: 50%;
    padding: 0;
    position: absolute;
    top: calc(50% - 60px);
    width: 76px;
    -webkit-transform: translate(-50%, -50%);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(-50%, -50%);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(-50%, -50%);
    zoom: 1; }
    @media only screen and (max-width: 768px) {
      .hero .hero-btn-play {
        top: calc(50% - 50px); } }
    @media only screen and (max-width: 600px) {
      .hero .hero-btn-play {
        height: 60px;
        top: calc(50% - 30px);
        width: 60px; } }
  .hero p {
    font-family: "AvantGardeGothicITCW01Bk", sans-serif;
    line-height: 1.1;
    position: relative;
    text-transform: uppercase;
    font-size: 70px;
    font-size: 7rem; }
    @media only screen and (max-width: 768px) {
      .hero p {
        padding: 180px 0 0 0; } }
    @media only screen and (max-width: 600px) {
      .hero p {
        padding: 180px 0 0 0;
        font-size: 30px;
        font-size: 3rem; } }
    @media only screen and (max-width: 768px) {
      .hero p br {
        display: none; } }
    .hero p strong {
      font-family: "AvantGardeGothicITCW01Bd", sans-serif; }
      @media only screen and (max-width: 768px) {
        .hero p strong {
          display: block; } }
  .hero video {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(-50%, -50%);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(-50%, -50%); }

.hero-content-container {
  background: #FFFFFF;
  padding: 30px 40px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 1210px;
  left: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%, -100%);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: translate(-50%, -100%);
  /* IE9 */
  /* Opera 10.5 */
  transform: translate(-50%, -100%);
  zoom: 1; }

.hero-content p {
  line-height: 1.4;
  margin: 0 auto 10px;
  max-width: 580px;
  font-size: 14px;
  font-size: 1.4rem; }
  .hero-content p:last-child {
    margin-bottom: 3px; }
  .hero-content p.hero-identifier {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.7rem; }
    .hero-content p.hero-identifier span {
      font-family: "AvantGardeGothicITCW01Bk", sans-serif; }

.hero-logo {
  padding-left: 130px; }
  @media only screen and (max-width: 1144px) {
    .hero-logo {
      padding-left: 65px; } }
  @media only screen and (max-width: 900px) {
    .hero-logo {
      padding-left: 0px;
      width: 250px; } }
  @media only screen and (max-width: 768px) {
    .hero-logo {
      margin: 0 !important;
      position: absolute;
      top: calc(50% - 50px);
      left: 24px;
      width: 250px;
      -webkit-transform: translate(0, -50%);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(0, -50%);
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(0, -50%); } }
  @media only screen and (max-width: 600px) {
    .hero-logo {
      width: 125px;
      top: 20px;
      -webkit-transform: translate(0, 0) !important;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(0, 0) !important;
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(0, 0) !important; } }
  .hero-logo.hero-promo {
    -webkit-transform: translate(0, -60px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, -60px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, -60px);
    zoom: 1; }
    @media only screen and (max-width: 1700px) {
      .hero-logo.hero-promo {
        -webkit-transform: translate(10%, -60px);
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: translate(10%, -60px);
        /* IE9 */
        /* Opera 10.5 */
        transform: translate(10%, -60px);
        zoom: 1; } }
    @media only screen and (max-width: 1500px) {
      .hero-logo.hero-promo {
        -webkit-transform: translate(15%, -60px);
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: translate(15%, -60px);
        /* IE9 */
        /* Opera 10.5 */
        transform: translate(15%, -60px);
        zoom: 1; } }
    @media only screen and (max-width: 1450px) {
      .hero-logo.hero-promo {
        -webkit-transform: translate(20%, -60px);
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: translate(20%, -60px);
        /* IE9 */
        /* Opera 10.5 */
        transform: translate(20%, -60px);
        zoom: 1; } }
    @media only screen and (max-width: 1144px) {
      .hero-logo.hero-promo {
        padding-left: 130px; } }
    @media only screen and (max-width: 900px) {
      .hero-logo.hero-promo {
        padding-left: 65px;
        width: 350px; } }
    @media only screen and (max-width: 768px) {
      .hero-logo.hero-promo {
        margin: 0 !important;
        position: absolute;
        top: calc(50% - 60px);
        left: 24px;
        width: 350px;
        -webkit-transform: translate(0, -50%);
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: translate(0, -50%);
        /* IE9 */
        /* Opera 10.5 */
        transform: translate(0, -50%); } }
    @media only screen and (max-width: 600px) {
      .hero-logo.hero-promo {
        width: 200px;
        padding: 0;
        top: 20px;
        -webkit-transform: translate(0, 0) !important;
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: translate(0, 0) !important;
        /* IE9 */
        /* Opera 10.5 */
        transform: translate(0, 0) !important; } }

.icon {
  background-size: contain;
  display: inline-block;
  vertical-align: middle; }

/*-------------------------------------------------------------------
	Icon positioning
-------------------------------------------------------------------*/
.icon-padded-left {
  margin-left: 10px; }

.icon-padded-right {
  margin-right: 10px; }

/*-------------------------------------------------------------------
	List of icons
-------------------------------------------------------------------*/
.icon-arrow {
  height: 13px;
  width: 22px; }

.icon-close {
  height: 27px;
  width: 27px; }

.icon-facebook {
  height: 20px;
  width: 11px; }

.icon-link {
  height: 20px;
  width: 23px; }

.icon-pinterest {
  height: 20px;
  width: 17px; }

.icon-twitter {
  height: 20px;
  width: 24px; }

.icon-plus {
  height: 19px;
  width: 19px; }

.icon svg {
  height: 100%;
  width: 100%; }

.list-floated {
  margin: 0; }
  .list-floated > li {
    float: left;
    padding: 0 0 0 24px; }
    .list-floated > li:first-child {
      padding-left: 0; }

.list-stacked {
  margin: 0 0 24px; }
  .list-stacked > li {
    padding: 10px 0 0 0; }
    .list-stacked > li:first-child {
      padding-top: 0; }
    .list-stacked > li a {
      display: block; }

.list-inline {
  display: inline-block; }

.list-dotted {
  padding: 0 0 0 15px; }
  .list-dotted > li {
    list-style-type: disc; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
  .modal-dialog.modal-picture {
    width: 75%;
    max-width: 750px; }
    .modal-dialog.modal-picture img {
      width: 100%; }

.modal-content {
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.3; }

.modal-header {
  background: #333;
  color: #FFFFFF;
  border-bottom: 1px solid #777;
  padding: 24px; }
  .modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #777;
    margin-top: -2px; }
  .modal-header .modal-title {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem; }

.modal-body {
  position: relative;
  padding: 24px;
  font-size: 16px;
  font-size: 1.6rem; }

.modal-footer {
  padding: 24px;
  text-align: right; }
  .modal-footer:after {
    content: "";
    display: block;
    clear: both; }
  .modal-footer {
    zoom: 1; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-video {
  background: transparent; }
  .modal-video .modal-dialog {
    margin: 0;
    left: 50%;
    top: 50%;
    width: 50%; }
    @media only screen and (max-width: 1210px) {
      .modal-video .modal-dialog {
        width: 90%; } }
  .modal-video .modal-content {
    background: transparent; }
  .modal-video .modal-body {
    background: transparent;
    padding: 0; }
  .modal-video .close {
    background: #333;
    border-radius: 50%;
    color: #FFFFFF;
    float: none;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
    font-size: 20px;
    font-size: 2rem; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 1210px) {
  .modal-lg {
    width: 900px; } }

.nav ul {
  margin: 0; }
  .nav ul li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative; }
    .nav ul li:first-child {
      margin-left: 0; }
    .nav ul li a {
      color: #000000;
      display: block;
      text-decoration: none; }

.nav-metas-container {
  margin: 0;
  position: relative;
  /*&:after{
	  border-top:2px dotted $black;
	  bottom:-4px;
	  content:"";
	  display:block;
	  position:absolute;
	  width:100%;
  }*/ }
  @media only screen and (max-width: 900px) {
    .nav-metas-container {
      display: none; } }
  .nav-metas-container .layout-wrapper {
    padding-bottom: 16px; }
  .nav-metas-container .nav-metas {
    float: right; }

.nav-metas-mobile {
  display: none;
  padding: 0 10px; }
  @media only screen and (max-width: 900px) {
    .nav-metas-mobile {
      border-bottom: 1px solid #dbdbdb; } }
  .nav-metas-mobile ul li {
    margin: 0 0 24px 0; }
    @media only screen and (max-width: 900px) {
      .nav-metas-mobile ul li {
        display: block;
        float: none; } }
  .nav-metas-mobile a {
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem; }
  @media only screen and (max-width: 900px) {
    .nav-metas-mobile {
      display: block; } }

.nav-primary {
  margin: 3px 0 0 0; }
  @media only screen and (max-width: 900px) {
    .nav-primary {
      margin: 0;
      padding: 20px 0 0 0; } }
  @media only screen and (max-width: 900px) {
    .nav-primary ul li {
      display: block;
      padding: 0 10px;
      margin: 0 0 24px 0;
      float: none; } }
  .nav-primary ul li a {
    font-family: "AvantGardeGothicITCW01Bd", sans-serif;
    text-decoration: none;
    padding: 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.7rem; }
    @media only screen and (max-width: 900px) {
      .nav-primary ul li a {
        padding: 0;
        font-weight: 500;
        font-size: 17px;
        font-size: 1.7rem; } }

.nav-categories-container {
  padding: 24px 0; }
  .nav-categories-container.is-sticky {
    height: 100px; }
    .nav-categories-container.is-sticky .nav-categories {
      background: #FFFFFF;
      left: 0;
      position: fixed;
      bottom: inherit;
      top: 0;
      width: 100%;
      z-index: 200; }
      .nav-categories-container.is-sticky .nav-categories > ul li a {
        padding: 18px 0px 17px;
        font-size: 14px;
        font-size: 1.4rem; }
        .nav-categories-container.is-sticky .nav-categories > ul li a:before {
          bottom: 0; }
  .nav-categories-container .nav-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: all 0.5s ease;
    /* Opera 10.5 */
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    .nav-categories-container .nav-categories a {
      color: #000000; }
    .nav-categories-container .nav-categories > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      @media only screen and (max-width: 900px) {
        .nav-categories-container .nav-categories > ul {
          display: block;
          border: 2px solid #dbdbdb;
          width: 100%; } }
      .nav-categories-container .nav-categories > ul li {
        float: none;
        margin: 0 15px; }
        @media only screen and (max-width: 900px) {
          .nav-categories-container .nav-categories > ul li {
            display: none;
            border-bottom: 2px solid #dbdbdb;
            margin: 0;
            padding: 0 15px; }
            .nav-categories-container .nav-categories > ul li:last-child {
              border-bottom: none; }
            .nav-categories-container .nav-categories > ul li:first-child {
              display: block;
              border-bottom: none; } }
        .nav-categories-container .nav-categories > ul li a {
          opacity: 0.5;
          padding: 18px 0 17px;
          text-transform: uppercase;
          font-size: 14px;
          font-size: 1.4rem;
          -webkit-transition: all 0.5s ease;
          /* Saf3.1+, Chrome */
          /* FF3.5+ */
          /* IE9 */
          -o-transition: all 0.5s ease;
          /* Opera 10.5 */
          transition: all 0.5s ease;
          -webkit-backface-visibility: hidden;
          -webkit-transform-style: preserve-3d; }
          @media only screen and (max-width: 900px) {
            .nav-categories-container .nav-categories > ul li a {
              opacity: 1; } }
          .nav-categories-container .nav-categories > ul li a:before {
            background: #000000;
            bottom: -3px;
            content: '';
            height: 3px;
            left: 0;
            position: absolute;
            width: 100%;
            -webkit-transform: scaleX(0);
            /* Saf3.1+, Chrome */
            /* FF3.5+ */
            -ms-transform: scaleX(0);
            /* IE9 */
            /* Opera 10.5 */
            transform: scaleX(0);
            -webkit-transition: transform 0.5s ease;
            /* Saf3.1+, Chrome */
            /* FF3.5+ */
            /* IE9 */
            -o-transition: transform 0.5s ease;
            /* Opera 10.5 */
            -webkit-transition: -webkit-transform 0.5s ease;
            transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
            transition: transform 0.5s ease, -webkit-transform 0.5s ease;
            -webkit-backface-visibility: hidden;
            -webkit-transform-style: preserve-3d; }
            @media only screen and (max-width: 900px) {
              .nav-categories-container .nav-categories > ul li a:before {
                display: none; } }
          .nav-categories-container .nav-categories > ul li a:hover, .nav-categories-container .nav-categories > ul li a.active {
            opacity: 1; }
            .nav-categories-container .nav-categories > ul li a:hover:before, .nav-categories-container .nav-categories > ul li a.active:before {
              -webkit-transform: scaleX(1);
              /* Saf3.1+, Chrome */
              /* FF3.5+ */
              -ms-transform: scaleX(1);
              /* IE9 */
              /* Opera 10.5 */
              transform: scaleX(1); }
      @media only screen and (max-width: 900px) {
        .nav-categories-container .nav-categories > ul.is-open {
          z-index: 10; }
          .nav-categories-container .nav-categories > ul.is-open li {
            display: block; }
            .nav-categories-container .nav-categories > ul.is-open li:first-child {
              background-color: #dbdbdb; } }

.nav-submenu {
  background-color: black;
  left: 0;
  right: 0; }

.nav-sharebar {
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: opacity 1s ease;
  /* Opera 10.5 */
  transition: opacity 1s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .nav-sharebar.active {
    opacity: 1; }
  .nav-sharebar ul {
    margin-left: -15px; }
    .nav-sharebar ul li a, .nav-sharebar ul li button {
      background: none;
      border: 0;
      padding: 15px 5px 0 15px;
      -webkit-transition: opacity 0.5s ease;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: opacity 0.5s ease;
      /* Opera 10.5 */
      transition: opacity 0.5s ease;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
      .nav-sharebar ul li a:hover, .nav-sharebar ul li button:hover {
        opacity: 0.7; }
      .nav-sharebar ul li a *, .nav-sharebar ul li button * {
        pointer-events: none; }

.nav-footer ul {
  margin-top: 4px; }
  .nav-footer ul li {
    float: none;
    margin: 0 0 3px; }
    .nav-footer ul li a {
      font-size: 12px;
      font-size: 1.2rem;
      -webkit-transition: color 0.5s ease;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: color 0.5s ease;
      /* Opera 10.5 */
      transition: color 0.5s ease;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
      .nav-footer ul li a:hover {
        color: #0E7AB6;
        text-decoration: underline; }

.nav-footer > ul {
  float: left;
  margin: 0 0 0 10px;
  min-width: 175px; }
  .nav-footer > ul:first-child {
    margin-left: 0; }
  .nav-footer > ul > li {
    margin: 0 0 25px; }
    .nav-footer > ul > li > a {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem; }

.nav-subfooter ul {
  margin: 0; }
  .nav-subfooter ul li {
    margin: 0 0 0 24px; }
    .nav-subfooter ul li:first-child {
      margin-left: 0; }
    .nav-subfooter ul li a {
      color: #FFFFFF;
      font-size: 12px;
      font-size: 1.2rem; }
      .nav-subfooter ul li a:hover {
        text-decoration: underline; }

.logo-wrapper {
  display: inline-block;
  width: 25%; }
  @media only screen and (max-width: 575px) {
    .logo-wrapper {
      width: 33.33%; } }

.logo-wrapper img {
  display: block;
  max-width: 285px;
  width: 100%;
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto; }

.level-1 {
  padding: 10px 10px 2px 10px;
  margin: 0px; }

.header.header-link-meta {
  font-family: "AvantGardeGothicITC-light", sans-serif;
  padding: 0px 5px 0px 5px;
  height: 100%;
  font-size: 15px;
  line-height: 22.5px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1); }

.main-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.5s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: opacity 0.5s ease;
  /* Opera 10.5 */
  transition: opacity 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .slick-slider .slide {
    height: 0;
    overflow: hidden; }
    .slick-slider .slide:first-child {
      height: auto; }
  .slick-slider.slick-initialized {
    opacity: 1; }
    .slick-slider.slick-initialized .slick-slide {
      height: auto;
      overflow: auto; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  min-width: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide.slick-slide-disabled {
    opacity: 0;
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: height, opacity;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: height, opacity;
    /* Opera 10.5 */
    transition: height, opacity;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    .slick-slide.slick-slide-disabled:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

/* Arrows */
.slick-arrow {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  z-index: 20;
  -webkit-transform: translate(0, -50%);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: translate(0, -50%);
  /* IE9 */
  /* Opera 10.5 */
  transform: translate(0, -50%);
  zoom: 1;
  -webkit-transition: opacity 0.5s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: opacity 0.5s ease;
  /* Opera 10.5 */
  transition: opacity 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  @media only screen and (max-width: 600px) {
    .slick-arrow i {
      width: 20px; } }
  .slick-arrow.slick-disabled {
    opacity: 0.4; }
  .slick-arrow.slick-prev {
    left: 24px;
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    /* Opera 10.5 */
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* IE6-IE9
		Can't implement rotate for IE, no COS functions available in SASS
		Example : 7.5deg
		filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
	*/
    zoom: 1;
    -webkit-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    transform-origin: 50% 25%; }
    @media only screen and (max-width: 600px) {
      .slick-arrow.slick-prev {
        left: 12px; } }
    .slick-arrow.slick-prev polyline {
      stroke: #FFFFFF; }
  .slick-arrow.slick-next {
    right: 24px; }
    @media only screen and (max-width: 600px) {
      .slick-arrow.slick-next {
        right: 12px; } }
    .slick-arrow.slick-next polyline {
      stroke: #FFFFFF; }

/* Dots */
.slick-dots {
  bottom: -30px;
  display: block;
  list-style: none;
  text-align: center;
  position: absolute;
  padding: 0;
  width: 100%;
  margin: 0;
  z-index: 20; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0; }
    .slick-dots li button {
      color: transparent;
      border: 0;
      border-radius: 50%;
      cursor: pointer;
      display: block;
      height: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      padding: 5px;
      width: 12px;
      -webkit-transition: background;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: background;
      /* Opera 10.5 */
      transition: background;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1;
          background-color: #000000; }
      .slick-dots li button:before {
        background: #777;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 12px;
        height: 12px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      background-color: #000000; }

#slider-hero-content .slick-arrow {
  top: 15px; }
  #slider-hero-content .slick-arrow.slick-next {
    right: 0; }
  #slider-hero-content .slick-arrow.slick-prev {
    left: 0; }

.story {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .story {
      display: block; } }

#story-shared {
  padding-top: 38px; }
  #story-shared .asset-bg-end {
    opacity: 1 !important; }
  #story-shared .story-content .story-title, #story-shared .story-content p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; }
  @media only screen and (max-width: 768px) {
    #story-shared .story-media {
      display: block; } }
  #story-shared .story-media .fixed-ratio-content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; }
  #story-shared p + ul {
    opacity: 1; }
  #story-shared .nav-sharebar {
    opacity: 1; }
  #story-shared .story-tags {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; }

.story-media {
  position: relative;
  z-index: 50;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transition: opacity 0.5s ease 0.1s;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: opacity 0.5s ease 0.1s;
  /* Opera 10.5 */
  transition: opacity 0.5s ease 0.1s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  @media only screen and (max-width: 768px) {
    .story-media {
      display: block;
      max-width: 430px;
      margin: 0 auto; } }
  @media only screen and (max-width: 600px) {
    .story-media {
      display: block;
      max-width: 430px;
      margin: 0 auto; } }
  .story-media.transition-out {
    opacity: 0; }
  .story-media .fixed-ratio-content {
    opacity: 0;
    -webkit-transform: translate(0, -24px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, -24px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, -24px);
    zoom: 1;
    -webkit-transition: all 1s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: all 1s ease;
    /* Opera 10.5 */
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  .story-media.active .fixed-ratio-content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; }
  .story-media video {
    height: 100%;
    width: 100%; }

.story-content {
  padding: 0 0 0 70px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-transition: all 0.5s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: all 0.5s ease;
  /* Opera 10.5 */
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  @media only screen and (max-width: 1024px) {
    .story-content {
      padding: 0 0 0 45px; } }
  @media only screen and (max-width: 768px) {
    .story-content {
      max-width: 430px;
      margin: 0 auto;
      padding: 40px 0 0 0; } }
  .story-content a {
    color: #000000;
    font-weight: bold;
    text-decoration: none; }
  .story-content .btn-rebate {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: opacity 0.5s ease;
    /* Opera 10.5 */
    transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    .story-content .btn-rebate.active {
      opacity: 1; }
  .story-content > div {
    max-width: 580px;
    padding: 40px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 1024px) {
      .story-content > div {
        padding: 0 0 0 0; } }
  .story-content.transition-out {
    opacity: 0; }
  .story-content .story-pre-title {
    max-width: 580px;
    font-family: "AvantGardeGothicITCW01Bk", sans-serif;
    font-weight: normal;
    margin: 0 0 30px 0;
    font-size: 22px;
    font-size: 2.2rem; }
  .story-content .story-title {
    max-width: 580px;
    font-family: "AvantGardeGothicITCW01Bd", sans-serif;
    letter-spacing: -1px;
    line-height: 1;
    opacity: 0;
    margin: 0 0 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 60px;
    font-size: 6rem;
    -webkit-transform: translate(0, -12px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, -12px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, -12px);
    zoom: 1;
    -webkit-transition: all 1s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: all 1s ease;
    /* Opera 10.5 */
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    @media only screen and (max-width: 1024px) {
      .story-content .story-title {
        font-size: 50px;
        font-size: 5rem; } }
    .story-content .story-title.active {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(0, 0);
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(0, 0);
      zoom: 1; }
    .story-content .story-title.story-title-quote {
      font-family: "AvantGardeGothicITCW01Bk", sans-serif;
      line-height: 1.2;
      margin: 0 0 40px 0;
      text-transform: none;
      font-size: 32px;
      font-size: 3.2rem; }
      .story-content .story-title.story-title-quote span {
        font-family: "AvantGardeGothicITCW01Bd", sans-serif; }
    .story-content .story-title strong {
      display: block; }
  .story-content .story-content-quote {
    max-width: 580px;
    opacity: 0;
    -webkit-transform: translate(0, -12px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, -12px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, -12px);
    zoom: 1; }
    .story-content .story-content-quote.active {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(0, 0);
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(0, 0);
      zoom: 1; }
      .story-content .story-content-quote.active p {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: translate(0, 0);
        /* IE9 */
        /* Opera 10.5 */
        transform: translate(0, 0);
        zoom: 1; }
  .story-content p {
    max-width: 580px;
    line-height: 1.3;
    margin: 0 0 30px;
    opacity: 0;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transform: translate(0, -12px);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, -12px);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, -12px);
    zoom: 1;
    -webkit-transition: all 1s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: all 1s ease;
    /* Opera 10.5 */
    transition: all 1s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    @media only screen and (max-width: 1024px) {
      .story-content p {
        font-size: 16px;
        font-size: 1.6rem; } }
    .story-content p.active {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(0, 0);
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(0, 0);
      zoom: 1; }
    .story-content p.story-teaser-plain {
      line-height: 1;
      font-family: "AvantGardeGothicITCW01Bd", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 26px;
      font-size: 2.6rem; }
      .story-content p.story-teaser-plain span {
        font-family: "AvantGardeGothicITCW01Bk", sans-serif; }
    .story-content p.story-text-quote-author-bio {
      font-family: "proxima-nova", sans-serif;
      margin: 0;
      font-size: 18px;
      font-size: 1.8rem; }
      .story-content p.story-text-quote-author-bio strong {
        display: block;
        line-height: 1;
        font-weight: bold;
        margin: 0 0 5px 0;
        text-transform: uppercase; }
    .story-content p.story-text-quote-author {
      font-family: "proxima-nova", sans-serif;
      font-weight: bold;
      line-height: 1;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem; }
      .story-content p.story-text-quote-author strong {
        display: block;
        font-weight: normal;
        text-transform: none; }
    .story-content p + ul {
      max-width: 580px;
      list-style-type: none;
      margin: 0 0 25px 0;
      opacity: 0;
      max-width: 100%;
      font-size: 18px;
      font-size: 1.8rem;
      -webkit-transform: translate(0, -12px);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: translate(0, -12px);
      /* IE9 */
      /* Opera 10.5 */
      transform: translate(0, -12px);
      zoom: 1;
      -webkit-transition: all 1s ease;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: all 1s ease;
      /* Opera 10.5 */
      transition: all 1s ease;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
      .story-content p + ul.active {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: translate(0, 0);
        /* IE9 */
        /* Opera 10.5 */
        transform: translate(0, 0);
        zoom: 1; }
      .story-content p + ul li {
        position: relative; }
        .story-content p + ul li:first-child {
          font-weight: 900;
          text-transform: uppercase; }
        .story-content p + ul li:before {
          content: "\2d";
          font-weight: normal;
          padding: 0 5px 0 0; }

.story-tags {
  display: block;
  margin: 20px 0 0 0;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: translate(0, -100%);
  /* IE9 */
  /* Opera 10.5 */
  transform: translate(0, -100%);
  zoom: 1;
  -webkit-transition: all 1s ease;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  -o-transition: all 1s ease;
  /* Opera 10.5 */
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }
  .story-tags.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; }
  .story-tags a {
    background-color: #a4a4a4;
    color: #FFFFFF;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 0 0 10px;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-transition: background-color 0.5s ease;
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    /* IE9 */
    -o-transition: background-color 0.5s ease;
    /* Opera 10.5 */
    transition: background-color 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
    .story-tags a:hover {
      background-color: #000000; }
    .story-tags a:first-child {
      margin-left: 0; }

.story-explaination {
  padding: 0 30px 0 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media only screen and (max-width: 1024px) {
    .story-explaination {
      padding: 0 20px 0 30px; } }
  .story-explaination h1 {
    font-family: "AvantGardeGothicITCW01Bd", sans-serif;
    line-height: 0.9;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 54px;
    font-size: 5.4rem; }
    @media only screen and (max-width: 1024px) {
      .story-explaination h1 {
        margin: 0 0 20px 0;
        font-size: 44px;
        font-size: 4.4rem; } }
    @media only screen and (max-width: 900px) {
      .story-explaination h1 {
        font-size: 38px;
        font-size: 3.8rem; } }
  .story-explaination p {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 900px) {
      .story-explaination p {
        font-size: 16px;
        font-size: 1.6rem; } }

.story-video {
  display: block; }
  .story-video .story-media {
    display: block;
    max-width: none; }
    @media only screen and (max-width: 768px) {
      .story-video .story-media {
        display: block;
        max-width: none; } }
  .story-video .story-content {
    bottom: 40px;
    display: block;
    left: 0;
    padding: 0 90px;
    position: absolute;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .story-video .story-content {
        bottom: 40px;
        padding: 0 45px; } }
    @media only screen and (max-width: 600px) {
      .story-video .story-content {
        bottom: 20px;
        padding: 0 35px; } }
    .story-video .story-content .nav-sharebar {
      margin: 0; }
  .story-video .story-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-height: 25px;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: auto;
    right: 90px;
    position: absolute; }
    .story-video .story-tags a {
      background-color: #202020;
      color: #FFFFFF;
      line-height: 1; }
      .story-video .story-tags a:hover {
        background-color: #535353; }

.story-actions {
  margin-top: auto; }

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  .story-content .story-title {
    line-height: 1.5; } }

table {
  background-color: #FFFFFF; }

caption {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  margin-bottom: 24px;
  max-width: 100%;
  width: 100%; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 20px;
    line-height: 1;
    vertical-align: top;
    border-top: 1px solid #ccc; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ccc; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 10px; }

.table-bordered {
  border: 1px solid #ccc; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ccc; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e1e1e1; }

.table-hover > tbody > tr:hover {
  background-color: #ccc; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 768px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 12px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ccc; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

/* ************************************************************************
*	Module de text
*	
*	Pour les styles de texte ind�pendant ne faisant pas parti d'un module. 
*	Ces textes sont répétés à travers le site sans avoir d'appartenance
*	à un module déjà en place
*
*	Ex: Un texte d'emphase d'une certaine forme/couleur/taille utilisé à
*		endroits
*	
* ************************************************************************/
/* ************************************************************************
*	Module de title
*	
*	Pour les styles de texte ind�pendant ne faisant pas parti d'un module.
*	Ces titres sont répétés à travers le site sans avoir d'appartenance
*	à un module déjà en place
*
*	Ex: Un titre utilisé dans du texte courant
*	
* ************************************************************************/
.tooltipped {
  position: relative; }

.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px; }

.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent; }

.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
  display: inline-block;
  text-decoration: none; }

.tooltipped-multiline:hover:after, .tooltipped-multiline:active:after, .tooltipped-multiline:focus:after {
  display: table-cell; }

.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px; }

.tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.8); }

.tooltipped-se:after {
  right: auto;
  left: 50%;
  margin-left: -15px; }

.tooltipped-sw:after {
  margin-right: -15px; }

.tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px; }

.tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: rgba(0, 0, 0, 0.8); }

.tooltipped-ne:after {
  right: auto;
  left: 50%;
  margin-left: -15px; }

.tooltipped-nw:after {
  margin-right: -15px; }

.tooltipped-s:after, .tooltipped-n:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }

.tooltipped-w:after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.tooltipped-w:before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.8); }

.tooltipped-e:after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.tooltipped-e:before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.8); }

.tooltipped-multiline:after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-break: break-word;
  word-wrap: normal;
  white-space: pre-line;
  border-collapse: separate; }

.tooltipped-multiline.tooltipped-s:after, .tooltipped-multiline.tooltipped-n:after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltipped-multiline.tooltipped-w:after, .tooltipped-multiline.tooltipped-e:after {
  right: 100%; }

@media screen and (min-width: 0\0) {
  .tooltipped-multiline:after {
    width: 250px; } }

.tooltipped-sticky:before, .tooltipped-sticky:after {
  display: inline-block; }

.tooltipped-sticky.tooltipped-multiline:after {
  display: table-cell; }

.toplayer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 400;
  visibility: hidden;
  opacity: 0; }
  .toplayer .toplayer-holder {
    height: 100%; }
  .toplayer .icon path {
    fill: #FFFFFF; }

#toplayer-video {
  background-color: #000000;
  color: #FFFFFF; }
  #toplayer-video .toplayer-holder header {
    background-color: #000000; }

.toplayer-close {
  position: absolute;
  top: 20px;
  right: 20px; }

#trigger-menu-mobile {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100; }
  @media only screen and (max-width: 900px) {
    #trigger-menu-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  #trigger-menu-mobile span {
    background-color: #333;
    display: block;
    position: relative;
    height: 2px;
    width: 15px; }
    #trigger-menu-mobile span:before, #trigger-menu-mobile span:after {
      content: "";
      position: absolute;
      background-color: #333;
      display: block;
      height: 2px;
      width: 15px;
      -webkit-transform: rotate(0);
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      -ms-transform: rotate(0);
      /* IE9 */
      /* Opera 10.5 */
      transform: rotate(0);
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: transform 0.5s ease;
      /* Saf3.1+, Chrome */
      /* FF3.5+ */
      /* IE9 */
      -o-transition: transform 0.5s ease;
      /* Opera 10.5 */
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease;
      -webkit-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d; }
    #trigger-menu-mobile span:before {
      top: -5px; }
    #trigger-menu-mobile span:after {
      bottom: -5px; }
  #trigger-menu-mobile.has-menu-open span {
    background-color: white; }
  #trigger-menu-mobile.has-menu-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: rotate(45deg);
    /* IE9 */
    /* Opera 10.5 */
    transform: rotate(45deg); }
  #trigger-menu-mobile.has-menu-open span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: rotate(-45deg);
    /* IE9 */
    /* Opera 10.5 */
    transform: rotate(-45deg); }
  #trigger-menu-mobile + div {
    background-color: white;
    display: block;
    width: 75%; }
    @media only screen and (max-width: 900px) {
      #trigger-menu-mobile + div {
        padding: 45px 0 0 0; } }
    #trigger-menu-mobile + div.is-open {
      visibility: visible;
      opacity: 1; }
      @media only screen and (max-width: 900px) {
        #trigger-menu-mobile + div.is-open {
          z-index: 10; } }
    @media only screen and (max-width: 900px) {
      #trigger-menu-mobile + div {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: opacity 0.7s ease;
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        /* IE9 */
        -o-transition: opacity 0.7s ease;
        /* Opera 10.5 */
        transition: opacity 0.7s ease;
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d; } }

#trigger-categorie-mobile {
  z-index: 200; }
  @media only screen and (max-width: 900px) {
    #trigger-categorie-mobile span {
      background-color: black;
      display: block;
      float: right;
      height: 2px;
      margin-top: 9px;
      position: relative;
      width: 20px; }
      #trigger-categorie-mobile span:before, #trigger-categorie-mobile span:after {
        content: "";
        position: absolute;
        background-color: black;
        display: block;
        height: 2px;
        width: 20px;
        -webkit-transform: rotate(0);
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        -ms-transform: rotate(0);
        /* IE9 */
        /* Opera 10.5 */
        transform: rotate(0);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: transform 0.5s ease;
        /* Saf3.1+, Chrome */
        /* FF3.5+ */
        /* IE9 */
        -o-transition: transform 0.5s ease;
        /* Opera 10.5 */
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d; }
      #trigger-categorie-mobile span:before {
        top: -7px; }
      #trigger-categorie-mobile span:after {
        bottom: -7px; } }
  #trigger-categorie-mobile.has-menu-open span {
    background: #dbdbdb; }
  #trigger-categorie-mobile.has-menu-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: rotate(45deg);
    /* IE9 */
    /* Opera 10.5 */
    transform: rotate(45deg); }
  #trigger-categorie-mobile.has-menu-open span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    /* Saf3.1+, Chrome */
    /* FF3.5+ */
    -ms-transform: rotate(-45deg);
    /* IE9 */
    /* Opera 10.5 */
    transform: rotate(-45deg); }

.is-hidden {
  display: none; }

.is-accessible {
  border: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0; }

html.is-ie .brick {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31% !important;
  -moz-flex: 0 1 31% !important;
  -ms-flex: 0 1 31% !important;
  flex: 0 1 31% !important; }

html.is-ie .brick-double {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 65% !important;
  -moz-flex: 0 1 65% !important;
  -ms-flex: 0 1 65% !important;
  flex: 0 1 65% !important; }

html.is-ie .hero-logo {
  margin-top: -60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  -ms-transform: translate(0, -50%);
  /* IE9 */
  /* Opera 10.5 */
  transform: translate(0, -50%); }
