@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
* AXIA
*/
/* AXIA
---------------------------------------- */
@font-face {
  font-family: 'Axia';
  src: url("../fonts/AxiaLight-Regular.eot");
  src: url("../fonts/AxiaLight-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AxiaLight-Regular.woff2") format("woff2"), url("../fonts/AxiaLight-Regular.woff") format("woff"), url("../fonts/AxiaLight-Regular.ttf") format("truetype"), url("../fonts/AxiaLight-Regular.svg#AxiaLight-Regular") format("svg");
  font-weight: 300;
  font-style: normal; }

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

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

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

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

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

/* AXIA
---------------------------------------- */
@font-face {
  font-family: 'Industryy';
  src: url("../fonts/Industry-Thin.eot");
  src: url("../fonts/Industry-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Industry-Thin.woff2") format("woff2"), url("../fonts/Industry-Thin.woff") format("woff"), url("../fonts/Industry-Thin.ttf") format("truetype"), url("../fonts/Industry-Thin.svg#Industry-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

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

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

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

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=76.25em&xlarge=90em&xxlarge=120em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: Axia, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 76.25em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 120em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; } }

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

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

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

@media screen and (min-width: 76.25em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; } }

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

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

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

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

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

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

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

@media screen and (min-width: 120em) {
  .xxlarge-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .xxlarge-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; } }

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

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

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

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

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Axia, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  border: 0;
  line-height: 1; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"][disabled] {
    opacity: 0.25; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #2199e8;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #2199e8;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-ms-track {
    height: 0.5rem;
    background: #e6e6e6;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.45rem solid #fefefe;
    border-bottom: 0.45rem solid #fefefe; }
  input[type="range"]::-ms-thumb {
    background: #2199e8;
    width: 1.4rem;
    height: 1.4rem;
    border: 0; }
  input[type="range"]::-ms-fill-lower {
    background: #cacaca; }
  input[type="range"]::-ms-fill-upper {
    background: #e6e6e6; }
  output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: 0.5em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #909d75 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem;
    float: left; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
      margin-right: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 76.25em) {
    .button-group.stacked-for-medium .button {
      width: auto; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 76.25em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 120em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xxlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 76.25em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 120em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #121212; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  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;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 76.25em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 120em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; } }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 76.1875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #121212; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 76.1875em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 89.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 119.9375em) {
  .stacked-for-xlarge .top-bar-left,
  .stacked-for-xlarge .top-bar-right {
    width: 100%; } }

.stacked-for-xxlarge .top-bar-left,
.stacked-for-xxlarge .top-bar-right {
  width: 100%; }

.top-bar-left,
.top-bar-right {
  width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar-left,
  .top-bar-right {
    width: auto; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

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

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
/* Navigation breakpoints */
@media screen and (max-width: 39.9375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media screen and (min-width: 40em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

/* Mobile menu */
.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }
  .title-bar-title a img {
    display: block;
    max-width: 50px;
    margin: 0 auto; }

body {
  background-color: #fff;
  font-size: 16px; }

h1 {
  font-size: 5.0rem;
  line-height: 5.0rem;
  font-weight: 100; }
  h1:after {
    transition: 333ms -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.15) 750ms;
    transition: 333ms transform cubic-bezier(0.68, -0.55, 0.265, 1.15) 750ms;
    transition: 333ms transform cubic-bezier(0.68, -0.55, 0.265, 1.15) 750ms, 333ms -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.15) 750ms;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center; }
  h1.animate:after {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1); }
  h1.animate--reveal:after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }

h2 {
  font-size: 3.125rem;
  line-height: 3.2rem;
  font-weight: 100; }

h3 {
  font-size: 2.5rem;
  line-height: 2.2rem; }

h4 {
  font-size: .825rem;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  position: relative; }
  h4:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    transition: 333ms -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.15);
    transition: 333ms transform cubic-bezier(0.68, -0.55, 0.265, 1.15);
    transition: 333ms transform cubic-bezier(0.68, -0.55, 0.265, 1.15), 333ms -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.15); }
  h4.animate:after {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1); }
  h4.animate--reveal:after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }

p, li {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #696b66; }

.no-family {
  font-family: none !important; }

.slick-slide:focus,
input, input:focus,
button, button:focus {
  outline: none !important;
  box-shadow: none !important; }

.margin-zero {
  margin: 0; }

.padding-zero {
  padding: 0; }

.bold {
  font-weight: 300; }

sup {
  top: -.5em; }

h1 sup, h2 sup, h3 sup {
  font-weight: 100 !important;
  font-size: .5em;
  vertical-align: super;
  top: -.25rem; }
  @media screen and (max-width: 39.9375em) {
    h1 sup, h2 sup, h3 sup {
      top: 0; } }

.sources sup {
  top: .5em; }

.white-text-black-bg {
  padding: 5px 20px;
  background-color: #004b93 !important;
  color: #fff !important;
  text-transform: uppercase; }
  .white-text-black-bg b, .white-text-black-bg strong {
    color: inherit !important; }

/* MAIN LAYOUT CONTAINER
***********************************************************************/
.row {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 1920px; }
  .row > .row {
    margin: 0; }
  .row.padding {
    padding: 30px 40px !important; }
    @media screen and (max-width: 39.9375em) {
      .row.padding {
        padding: 15px 20px !important; } }
  .row.padding-hor {
    padding: 0 40px !important; }
    @media screen and (max-width: 39.9375em) {
      .row.padding-hor {
        padding: 0 20px !important; } }

.columns, .column, .columns {
  padding: 0 0;
  position: relative; }

.container {
  max-width: 1920px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  opacity: 0; }
  .container.loaded {
    opacity: 1;
    transition: 100ms opacity ease-out; }

/* BASIC LINKING
***********************************************************************/
.container {
  padding-top: 90px; }

.foo-extend-box a:not(.classic):not(.border):not(.button):not(.product-box):not(.no-underline),
.container a:not(.classic):not(.border):not(.button):not(.product-box):not(.no-underline) {
  color: #004b93;
  position: relative; }
  @media screen and (min-width: 76.25em) {
    .foo-extend-box a:not(.classic):not(.border):not(.button):not(.product-box):not(.no-underline):after,
    .container a:not(.classic):not(.border):not(.button):not(.product-box):not(.no-underline):after {
      position: absolute;
      left: 0;
      bottom: -2px;
      content: '';
      width: 0;
      border-bottom: 1px solid #004b93;
      transition: .2s all ease-out; }
    .foo-extend-box a:not(.classic):not(.border):not(.button):not(.product-box):not(.no-underline):hover:after,
    .container a:not(.classic):not(.border):not(.button):not(.product-box):not(.no-underline):hover:after {
      width: 100%; } }

.foo-extend-box a.lined:after,
.container a.lined:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 0;
  border-bottom: 1px solid #000;
  transition: .2s all ease-out; }

.foo-extend-box a.lined:hover,
.container a.lined:hover {
  color: #005ca6; }
  .foo-extend-box a.lined:hover:after,
  .container a.lined:hover:after {
    width: 100%; }

.foo-extend-box a.button,
.container a.button {
  background-color: #fff;
  color: #000 !important;
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: normal;
  position: relative;
  z-index: 15; }
  .foo-extend-box a.button:before,
  .container a.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: 0 solid #fff;
    opacity: 0;
    transition: 333ms all ease-out; }
  .foo-extend-box a.button:hover,
  .container a.button:hover {
    color: #fff !important; }
    .foo-extend-box a.button:hover:before,
    .container a.button:hover:before {
      opacity: 1;
      border: 4px solid rgba(255, 255, 255, 0.7); }

.foo-extend-box a.bold,
.container a.bold {
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase; }

.foo-extend-box input[type="submit"],
.foo-extend-box a.border,
.container input[type="submit"],
.container a.border {
  background-color: transparent;
  border: 1px solid #004b93;
  color: #004b93 !important;
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  position: relative;
  display: inline-block; }
  .foo-extend-box input[type="submit"]:not(.simple):before, .foo-extend-box input[type="submit"]:not(.simple):after,
  .foo-extend-box a.border:not(.simple):before,
  .foo-extend-box a.border:not(.simple):after,
  .container input[type="submit"]:not(.simple):before,
  .container input[type="submit"]:not(.simple):after,
  .container a.border:not(.simple):before,
  .container a.border:not(.simple):after {
    position: absolute;
    content: '';
    display: inline;
    width: 15px;
    height: 15px;
    transition: 153ms all ease-out; }
  .foo-extend-box input[type="submit"]:not(.simple):before,
  .foo-extend-box a.border:not(.simple):before,
  .container input[type="submit"]:not(.simple):before,
  .container a.border:not(.simple):before {
    top: 0;
    left: 0;
    border-top: 2px solid #004b93;
    border-left: 2px solid #004b93; }
  .foo-extend-box input[type="submit"]:not(.simple):after,
  .foo-extend-box a.border:not(.simple):after,
  .container input[type="submit"]:not(.simple):after,
  .container a.border:not(.simple):after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #004b93;
    border-right: 2px solid #004b93; }
  .foo-extend-box input[type="submit"]:hover,
  .foo-extend-box a.border:hover,
  .container input[type="submit"]:hover,
  .container a.border:hover {
    background-color: #f4f4f4; }
    .foo-extend-box input[type="submit"]:hover:before, .foo-extend-box input[type="submit"]:hover:after,
    .foo-extend-box a.border:hover:before,
    .foo-extend-box a.border:hover:after,
    .container input[type="submit"]:hover:before,
    .container input[type="submit"]:hover:after,
    .container a.border:hover:before,
    .container a.border:hover:after {
      width: 100%;
      height: 100%; }
  .foo-extend-box input[type="submit"].bg-white,
  .foo-extend-box a.border.bg-white,
  .container input[type="submit"].bg-white,
  .container a.border.bg-white {
    background-color: #fff; }
  .foo-extend-box input[type="submit"].border-white,
  .foo-extend-box a.border.border-white,
  .container input[type="submit"].border-white,
  .container a.border.border-white {
    color: #fff !important; }
    .foo-extend-box input[type="submit"].border-white, .foo-extend-box input[type="submit"].border-white:before, .foo-extend-box input[type="submit"].border-white:after,
    .foo-extend-box a.border.border-white,
    .foo-extend-box a.border.border-white:before,
    .foo-extend-box a.border.border-white:after,
    .container input[type="submit"].border-white,
    .container input[type="submit"].border-white:before,
    .container input[type="submit"].border-white:after,
    .container a.border.border-white,
    .container a.border.border-white:before,
    .container a.border.border-white:after {
      border-color: #fff; }
    .foo-extend-box input[type="submit"].border-white:hover,
    .foo-extend-box a.border.border-white:hover,
    .container input[type="submit"].border-white:hover,
    .container a.border.border-white:hover {
      color: #000 !important; }
  .foo-extend-box input[type="submit"].border-inline,
  .foo-extend-box a.border.border-inline,
  .container input[type="submit"].border-inline,
  .container a.border.border-inline {
    margin: 0 10px; }

/* FOOTER
***********************************************************************/
#foo {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto 20px auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  display: none; }
  #foo > .row {
    background-color: #3b3b3b;
    padding: 20px 20px !important;
    color: #fff; }
  #foo p {
    margin: 0;
    font-size: .8rem; }
  #foo ul {
    margin: 0;
    padding: 0; }
  #foo li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: inline-block;
    font-size: .8rem; }
  #foo a {
    color: #fff;
    position: relative;
    font-size: .75rem; }
    @media screen and (min-width: 76.25em) {
      #foo a:after {
        position: absolute;
        left: 0;
        bottom: -2px;
        content: '';
        width: 0;
        border-bottom: 1px solid #fff;
        transition: .2s all ease-out; }
      #foo a:hover:after {
        width: 100%; } }
  @media screen and (max-width: 1280px) {
    #foo .bloc--mentions p {
      font-size: .8rem; } }
  #foo .bloc--others ul {
    margin-top: -2px; }
  @media screen and (max-width: 1360px) {
    #foo .bloc--others ul {
      margin-top: 0px; }
    #foo .bloc--others li {
      font-size: .8rem;
      padding: 0 5px; } }
  #foo .bloc--follow {
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: -5px; }
    #foo .bloc--follow a {
      margin: 0 5px;
      vertical-align: middle; }
  #foo .foo-spacer {
    width: 10px;
    position: absolute;
    z-index: -11;
    height: 450px;
    pointer-events: none; }

#foo.ready,
#foo-extend.ready {
  display: block; }

/* FOOTER EXTENDED
***********************************************************************/
#foo-extend {
  display: none;
  width: 100%;
  max-width: 1920px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 20px 20px; }
  #foo-extend .foo-extend-box {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
  #foo-extend .box {
    text-align: center; }
  #foo-extend h2 {
    font-family: Axia, Arial, sans-serif;
    font-size: 2.05rem;
    font-weight: 300;
    color: #004b93;
    text-transform: uppercase; }
  #foo-extend p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #3b3b3b; }
  #foo-extend a {
    color: #fff; }
    #foo-extend a:after {
      border-color: #fff; }
  #foo-extend .gform_wrapper form {
    margin-top: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center; }
  #foo-extend .gfield_label {
    display: none; }
  #foo-extend .gform_body, #foo-extend .gform_footer {
    padding: 0;
    margin: 0;
    width: auto; }
    #foo-extend .gform_body li, #foo-extend .gform_footer li {
      width: 300px; }
  #foo-extend .gform_footer {
    margin: 0; }
  #foo-extend .ginput_container {
    margin: 0; }
  #foo-extend .validation_error {
    display: none; }
  #foo-extend .gfield_description {
    display: block;
    padding: 0;
    text-align: left; }
  #foo-extend .gfield_error {
    background-color: transparent;
    border: none; }
  #foo-extend input[type=text] {
    margin: 0;
    width: 100%;
    min-height: 43px;
    background-color: transparent;
    border: 2px solid #004b93;
    border-right-width: 1px;
    color: #004b93; }
    #foo-extend input[type=text]:focus {
      box-shadow: none; }
    #foo-extend input[type=text]::-webkit-input-placeholder {
      color: #004b93; }
    #foo-extend input[type=text]:-ms-input-placeholder {
      color: #004b93; }
    #foo-extend input[type=text]::placeholder {
      color: #004b93; }
  #foo-extend input[type=submit] {
    min-height: 43px;
    font-size: .85rem;
    line-height: 1.2rem;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #004b93;
    border-left-width: 1px;
    width: 100%;
    text-align: center;
    color: #004b93 !important; }
    #foo-extend input[type=submit]:hover {
      background-color: #004b93;
      color: #fff !important; }
    #foo-extend input[type=submit]:focus {
      box-shadow: none;
      outline: none; }
  #foo-extend .validation_error {
    color: #fff;
    border: none; }

/* LGS
***********************************************************************/
#lgs {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0; }
  #lgs .bgs-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #lgs .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    transition: 333ms box-shadow ease-in;
    background-color: #fff;
    text-align: center;
    padding: 20px 60px 40px 60px;
    min-width: 680px;
    width: 75%; }
    #lgs .box h2 {
      font-size: 2rem;
      font-weight: 100; }
  #lgs .ico--close {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 333ms all ease-out; }
    #lgs .ico--close:hover {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9); }
  #lgs .list {
    border: 5px solid #f4f4f4;
    padding: 40px 40px !important; }
  #lgs .column, #lgs .columns {
    text-align: left; }
    #lgs .column a, #lgs .columns a {
      color: #696b66;
      transition: 333ms all ease-out;
      font-weight: 300;
      font-size: 1.1rem; }
      #lgs .column a:hover, #lgs .columns a:hover {
        color: #000; }

/* SEARCH
***********************************************************************/
.search-no-results h2 {
  margin: 40px 80px; }

.search-no-results #foo {
  position: absolute;
  bottom: 0; }

.search-no-results #foo:after,
.search-no-results #foo-extend {
  display: none; }

/* COOKIE
***********************************************************************/
#cookie-notice a {
  background-image: none !important;
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  text-shadow: none !important;
  text-transform: uppercase; }

/* LOADING
***********************************************************************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  position: absolute;
  top: 0;
  z-index: 99999; }
  .pace.pace-inactive .pace-progress {
    transition: 300ms all ease-out;
    right: 0% !important; }
  .pace .pace-progress {
    background: transparent;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px; }

.relative,
.animate {
  position: relative; }

.animate--from-left {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0); }

.animate--from-right {
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0); }

.animate--from-bottom {
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px); }

.animate--from-top {
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px); }

.animate--from-top,
.animate--from-bottom,
.animate--from-left,
.animate--from-right {
  transition: 300ms all ease-out 250ms;
  opacity: 0; }
  .animate--from-top.animate--reveal,
  .animate--from-bottom.animate--reveal,
  .animate--from-left.animate--reveal,
  .animate--from-right.animate--reveal {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.animate--opacity {
  opacity: 0;
  transition: 600ms opacity ease-out 250ms !important; }
  .animate--opacity.animate--reveal {
    opacity: 1; }
  .animate--opacity.fast {
    transition-duration: 100ms !important; }

.animate--hide {
  opacity: 0;
  transition: 200ms all ease-in 0; }

.animate--scale {
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale3d(0.97, 0.97, 1);
          transform: scale3d(0.97, 0.97, 1);
  transition: 100ms opacity ease-out 50ms, 400ms -webkit-transform ease-out 250ms;
  transition: 100ms opacity ease-out 50ms, 400ms transform ease-out 250ms;
  transition: 100ms opacity ease-out 50ms, 400ms transform ease-out 250ms, 400ms -webkit-transform ease-out 250ms; }
  .animate--scale.animate--reveal {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }

.animate--hide {
  opacity: 0;
  transition: 200ms all ease-in 0; }

.animate--slide-top,
.animate--slide-bottom,
.animate--slide-left,
.animate--slide-right {
  overflow: hidden;
  display: inline-block !important;
  width: auto !important; }
  .animate--slide-top span,
  .animate--slide-bottom span,
  .animate--slide-left span,
  .animate--slide-right span {
    display: block;
    opacity: 0; }
    .animate--slide-top span:nth-child(1),
    .animate--slide-bottom span:nth-child(1),
    .animate--slide-left span:nth-child(1),
    .animate--slide-right span:nth-child(1) {
      transition: 400ms opacity ease-out 0ms, 1000ms -webkit-transform ease-out 0ms !important;
      transition: 400ms opacity ease-out 0ms, 1000ms transform ease-out 0ms !important;
      transition: 400ms opacity ease-out 0ms, 1000ms transform ease-out 0ms, 1000ms -webkit-transform ease-out 0ms !important; }
    .animate--slide-top span:nth-child(2),
    .animate--slide-bottom span:nth-child(2),
    .animate--slide-left span:nth-child(2),
    .animate--slide-right span:nth-child(2) {
      transition: 400ms opacity ease-out 250ms, 750ms -webkit-transform ease-out 250ms !important;
      transition: 400ms opacity ease-out 250ms, 750ms transform ease-out 250ms !important;
      transition: 400ms opacity ease-out 250ms, 750ms transform ease-out 250ms, 750ms -webkit-transform ease-out 250ms !important; }
    .animate--slide-top span:nth-child(3),
    .animate--slide-bottom span:nth-child(3),
    .animate--slide-left span:nth-child(3),
    .animate--slide-right span:nth-child(3) {
      transition: 400ms opacity ease-out 500ms, 500ms -webkit-transform ease-out 500ms !important;
      transition: 400ms opacity ease-out 500ms, 500ms transform ease-out 500ms !important;
      transition: 400ms opacity ease-out 500ms, 500ms transform ease-out 500ms, 500ms -webkit-transform ease-out 500ms !important; }
  .animate--slide-top.animate--reveal span,
  .animate--slide-bottom.animate--reveal span,
  .animate--slide-left.animate--reveal span,
  .animate--slide-right.animate--reveal span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .animate--slide-top.fast span,
  .animate--slide-bottom.fast span,
  .animate--slide-left.fast span,
  .animate--slide-right.fast span {
    transition-duration: 250ms !important; }

h1.animate--slide-top span,
h1.animate--slide-bottom span,
h1.animate--slide-left span,
h1.animate--slide-right span,
h2.animate--slide-top span,
h2.animate--slide-bottom span,
h2.animate--slide-left span,
h2.animate--slide-right span {
  padding-bottom: 5px; }

.animate--slide-top span {
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%); }
  .animate--slide-top span.full {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }

.animate--slide-bottom span {
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%); }
  .animate--slide-bottom span.full {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.animate--slide-left span {
  -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
          transform: translateX(25%); }
  .animate--slide-left span.full {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.animate--slide-right span {
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%); }
  .animate--slide-right span.full {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }

.animate--speed-50 {
  transition-duration: 50ms !important; }
  .animate--speed-50 span {
    transition-duration: 50ms !important; }

.animate--speed-100 {
  transition-duration: 100ms !important; }
  .animate--speed-100 span {
    transition-duration: 100ms !important; }

.animate--speed-150 {
  transition-duration: 150ms !important; }
  .animate--speed-150 span {
    transition-duration: 150ms !important; }

.animate--speed-200 {
  transition-duration: 200ms !important; }
  .animate--speed-200 span {
    transition-duration: 200ms !important; }

.animate--speed-250 {
  transition-duration: 250ms !important; }
  .animate--speed-250 span {
    transition-duration: 250ms !important; }

.animate--speed-300 {
  transition-duration: 300ms !important; }
  .animate--speed-300 span {
    transition-duration: 300ms !important; }

.animate--speed-350 {
  transition-duration: 350ms !important; }
  .animate--speed-350 span {
    transition-duration: 350ms !important; }

.animate--speed-400 {
  transition-duration: 400ms !important; }
  .animate--speed-400 span {
    transition-duration: 400ms !important; }

.animate--speed-450 {
  transition-duration: 450ms !important; }
  .animate--speed-450 span {
    transition-duration: 450ms !important; }

.animate--speed-500 {
  transition-duration: 500ms !important; }
  .animate--speed-500 span {
    transition-duration: 500ms !important; }

.animate--speed-550 {
  transition-duration: 550ms !important; }
  .animate--speed-550 span {
    transition-duration: 550ms !important; }

.animate--speed-600 {
  transition-duration: 600ms !important; }
  .animate--speed-600 span {
    transition-duration: 600ms !important; }

.animate--speed-650 {
  transition-duration: 650ms !important; }
  .animate--speed-650 span {
    transition-duration: 650ms !important; }

.animate--speed-700 {
  transition-duration: 700ms !important; }
  .animate--speed-700 span {
    transition-duration: 700ms !important; }

.animate--speed-750 {
  transition-duration: 750ms !important; }
  .animate--speed-750 span {
    transition-duration: 750ms !important; }

.animate--speed-800 {
  transition-duration: 800ms !important; }
  .animate--speed-800 span {
    transition-duration: 800ms !important; }

.animate--speed-850 {
  transition-duration: 850ms !important; }
  .animate--speed-850 span {
    transition-duration: 850ms !important; }

.animate--speed-900 {
  transition-duration: 900ms !important; }
  .animate--speed-900 span {
    transition-duration: 900ms !important; }

.animate--speed-950 {
  transition-duration: 950ms !important; }
  .animate--speed-950 span {
    transition-duration: 950ms !important; }

.animate--speed-1000 {
  transition-duration: 1000ms !important; }
  .animate--speed-1000 span {
    transition-duration: 1000ms !important; }

.animate--speed-1050 {
  transition-duration: 1050ms !important; }
  .animate--speed-1050 span {
    transition-duration: 1050ms !important; }

.animate--speed-1100 {
  transition-duration: 1100ms !important; }
  .animate--speed-1100 span {
    transition-duration: 1100ms !important; }

.animate--speed-1150 {
  transition-duration: 1150ms !important; }
  .animate--speed-1150 span {
    transition-duration: 1150ms !important; }

.animate--speed-1200 {
  transition-duration: 1200ms !important; }
  .animate--speed-1200 span {
    transition-duration: 1200ms !important; }

.animate--speed-1250 {
  transition-duration: 1250ms !important; }
  .animate--speed-1250 span {
    transition-duration: 1250ms !important; }

.animate--speed-1300 {
  transition-duration: 1300ms !important; }
  .animate--speed-1300 span {
    transition-duration: 1300ms !important; }

.animate--speed-1350 {
  transition-duration: 1350ms !important; }
  .animate--speed-1350 span {
    transition-duration: 1350ms !important; }

.animate--speed-1400 {
  transition-duration: 1400ms !important; }
  .animate--speed-1400 span {
    transition-duration: 1400ms !important; }

.animate--speed-1450 {
  transition-duration: 1450ms !important; }
  .animate--speed-1450 span {
    transition-duration: 1450ms !important; }

.animate--speed-1500 {
  transition-duration: 1500ms !important; }
  .animate--speed-1500 span {
    transition-duration: 1500ms !important; }

.animate--speed-1550 {
  transition-duration: 1550ms !important; }
  .animate--speed-1550 span {
    transition-duration: 1550ms !important; }

.animate--speed-1600 {
  transition-duration: 1600ms !important; }
  .animate--speed-1600 span {
    transition-duration: 1600ms !important; }

.animate--speed-1650 {
  transition-duration: 1650ms !important; }
  .animate--speed-1650 span {
    transition-duration: 1650ms !important; }

.animate--speed-1700 {
  transition-duration: 1700ms !important; }
  .animate--speed-1700 span {
    transition-duration: 1700ms !important; }

.animate--speed-1750 {
  transition-duration: 1750ms !important; }
  .animate--speed-1750 span {
    transition-duration: 1750ms !important; }

.animate--speed-1800 {
  transition-duration: 1800ms !important; }
  .animate--speed-1800 span {
    transition-duration: 1800ms !important; }

.animate--speed-1850 {
  transition-duration: 1850ms !important; }
  .animate--speed-1850 span {
    transition-duration: 1850ms !important; }

.animate--speed-1900 {
  transition-duration: 1900ms !important; }
  .animate--speed-1900 span {
    transition-duration: 1900ms !important; }

.animate--speed-1950 {
  transition-duration: 1950ms !important; }
  .animate--speed-1950 span {
    transition-duration: 1950ms !important; }

.animate--speed-2000 {
  transition-duration: 2000ms !important; }
  .animate--speed-2000 span {
    transition-duration: 2000ms !important; }

.animate--delay-50 {
  transition-delay: 50ms !important; }
  .animate--delay-50 span {
    transition-delay: 50ms !important; }

.animate--delay-100 {
  transition-delay: 100ms !important; }
  .animate--delay-100 span {
    transition-delay: 100ms !important; }

.animate--delay-150 {
  transition-delay: 150ms !important; }
  .animate--delay-150 span {
    transition-delay: 150ms !important; }

.animate--delay-200 {
  transition-delay: 200ms !important; }
  .animate--delay-200 span {
    transition-delay: 200ms !important; }

.animate--delay-250 {
  transition-delay: 250ms !important; }
  .animate--delay-250 span {
    transition-delay: 250ms !important; }

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

.animate--delay-350 {
  transition-delay: 350ms !important; }
  .animate--delay-350 span {
    transition-delay: 350ms !important; }

.animate--delay-400 {
  transition-delay: 400ms !important; }
  .animate--delay-400 span {
    transition-delay: 400ms !important; }

.animate--delay-450 {
  transition-delay: 450ms !important; }
  .animate--delay-450 span {
    transition-delay: 450ms !important; }

.animate--delay-500 {
  transition-delay: 500ms !important; }
  .animate--delay-500 span {
    transition-delay: 500ms !important; }

.animate--delay-550 {
  transition-delay: 550ms !important; }
  .animate--delay-550 span {
    transition-delay: 550ms !important; }

.animate--delay-600 {
  transition-delay: 600ms !important; }
  .animate--delay-600 span {
    transition-delay: 600ms !important; }

.animate--delay-650 {
  transition-delay: 650ms !important; }
  .animate--delay-650 span {
    transition-delay: 650ms !important; }

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

.animate--delay-750 {
  transition-delay: 750ms !important; }
  .animate--delay-750 span {
    transition-delay: 750ms !important; }

.animate--delay-800 {
  transition-delay: 800ms !important; }
  .animate--delay-800 span {
    transition-delay: 800ms !important; }

.animate--delay-850 {
  transition-delay: 850ms !important; }
  .animate--delay-850 span {
    transition-delay: 850ms !important; }

.animate--delay-900 {
  transition-delay: 900ms !important; }
  .animate--delay-900 span {
    transition-delay: 900ms !important; }

.animate--delay-950 {
  transition-delay: 950ms !important; }
  .animate--delay-950 span {
    transition-delay: 950ms !important; }

.animate--delay-1000 {
  transition-delay: 1000ms !important; }
  .animate--delay-1000 span {
    transition-delay: 1000ms !important; }

.animate--delay-1050 {
  transition-delay: 1050ms !important; }
  .animate--delay-1050 span {
    transition-delay: 1050ms !important; }

.animate--delay-1100 {
  transition-delay: 1100ms !important; }
  .animate--delay-1100 span {
    transition-delay: 1100ms !important; }

.animate--delay-1150 {
  transition-delay: 1150ms !important; }
  .animate--delay-1150 span {
    transition-delay: 1150ms !important; }

.animate--delay-1200 {
  transition-delay: 1200ms !important; }
  .animate--delay-1200 span {
    transition-delay: 1200ms !important; }

.animate--delay-1250 {
  transition-delay: 1250ms !important; }
  .animate--delay-1250 span {
    transition-delay: 1250ms !important; }

.animate--delay-1300 {
  transition-delay: 1300ms !important; }
  .animate--delay-1300 span {
    transition-delay: 1300ms !important; }

.animate--delay-1350 {
  transition-delay: 1350ms !important; }
  .animate--delay-1350 span {
    transition-delay: 1350ms !important; }

.animate--delay-1400 {
  transition-delay: 1400ms !important; }
  .animate--delay-1400 span {
    transition-delay: 1400ms !important; }

.animate--delay-1450 {
  transition-delay: 1450ms !important; }
  .animate--delay-1450 span {
    transition-delay: 1450ms !important; }

.animate--delay-1500 {
  transition-delay: 1500ms !important; }
  .animate--delay-1500 span {
    transition-delay: 1500ms !important; }

.animate--delay-1550 {
  transition-delay: 1550ms !important; }
  .animate--delay-1550 span {
    transition-delay: 1550ms !important; }

.animate--delay-1600 {
  transition-delay: 1600ms !important; }
  .animate--delay-1600 span {
    transition-delay: 1600ms !important; }

.animate--delay-1650 {
  transition-delay: 1650ms !important; }
  .animate--delay-1650 span {
    transition-delay: 1650ms !important; }

.animate--delay-1700 {
  transition-delay: 1700ms !important; }
  .animate--delay-1700 span {
    transition-delay: 1700ms !important; }

.animate--delay-1750 {
  transition-delay: 1750ms !important; }
  .animate--delay-1750 span {
    transition-delay: 1750ms !important; }

.animate--delay-1800 {
  transition-delay: 1800ms !important; }
  .animate--delay-1800 span {
    transition-delay: 1800ms !important; }

.animate--delay-1850 {
  transition-delay: 1850ms !important; }
  .animate--delay-1850 span {
    transition-delay: 1850ms !important; }

.animate--delay-1900 {
  transition-delay: 1900ms !important; }
  .animate--delay-1900 span {
    transition-delay: 1900ms !important; }

.animate--delay-1950 {
  transition-delay: 1950ms !important; }
  .animate--delay-1950 span {
    transition-delay: 1950ms !important; }

.animate--delay-2000 {
  transition-delay: 2000ms !important; }
  .animate--delay-2000 span {
    transition-delay: 2000ms !important; }

/* ICONS & SPRITES ***************************/
.ico,
.sprite {
  display: inline-block;
  background: url("../images/sprite-endermologie.svg");
  text-indent: -999px;
  overflow: hidden;
  outline: none; }

.ico {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: 500px 500px; }
  .ico.ico--small {
    width: 12px;
    height: 12px;
    background-size: 250px 250px; }
  .ico.ico--large {
    width: 48px;
    height: 48px;
    background-size: 1000px 1000px; }
  .ico.ico--logo {
    width: 150px;
    height: 55px;
    background-position: 0px 0px; }
    @media screen and (min-width: 76.25em) {
      .ico.ico--logo {
        width: 200px;
        height: 74px;
        background-size: 665px 665px; } }
  .ico.as-btn {
    cursor: pointer; }
  .ico.ico--small-arrow-down {
    background-position: 0 -150px;
    width: 10px;
    height: 10px; }
  .ico.ico--small-arrow-up {
    background-position: -10px -150px;
    width: 10px;
    height: 10px; }
  .ico.ico--small-arrow-left {
    background-position: -20px -150px;
    width: 10px;
    height: 10px; }
  .ico.ico--small-arrow-right {
    background-position: -30px -150px;
    width: 10px;
    height: 10px; }
  .ico.ico--plus {
    background-position: -40px -145px;
    width: 15px;
    height: 15px; }
  .ico.ico--minus {
    background-position: -55px -145px;
    width: 15px;
    height: 15px; }
  .ico.ico--close {
    background-position: -80px -200px;
    width: 40px;
    height: 40px; }
  .ico.ico--arrow-left {
    background-position: -60px -180px;
    width: 20px;
    height: 20px; }
  .ico.ico--arrow-right {
    background-position: -20px -180px;
    width: 20px;
    height: 20px; }
  .ico.ico--arrow-up {
    background-position: -40px -180px;
    width: 20px;
    height: 20px; }
  .ico.ico--arrow-down {
    background-position: 0px -180px;
    width: 20px;
    height: 20px; }
  .ico.ico--map {
    background-position: 0 -280px;
    width: 50px;
    height: 50px; }
    .ico.ico--map.large {
      background-position: 0 -420px;
      width: 120px;
      height: 120px;
      background-size: 750px 750px; }
  .ico.ico--slide-left {
    background-position: -160px -180px;
    width: 40px;
    height: 20px; }
  .ico.ico--slide-right {
    background-position: -120px -180px;
    width: 40px;
    height: 20px; }
  .ico.ico--facebook {
    background-position: 0 -400px;
    width: 30px;
    height: 30px; }
    .ico.ico--facebook.black, .ico.ico--facebook:hover {
      background-position: 0px -430px; }
    .ico.ico--facebook.white {
      background-position: 0px -370px; }
  .ico.ico--twitter {
    background-position: -30px -400px;
    width: 30px;
    height: 30px; }
    .ico.ico--twitter.black, .ico.ico--twitter:hover {
      background-position: -30px -430px; }
    .ico.ico--twitter.white {
      background-position: -30px -370px; }
  .ico.ico--linkedin {
    background-position: -60px -400px;
    width: 30px;
    height: 30px; }
    .ico.ico--linkedin.black, .ico.ico--linkedin:hover {
      background-position: -60px -430px; }
    .ico.ico--linkedin.white {
      background-position: -60px -370px; }
  .ico.ico--youtube {
    background-position: -90px -400px;
    width: 30px;
    height: 30px; }
    .ico.ico--youtube.black, .ico.ico--youtube:hover {
      background-position: -90px -430px; }
    .ico.ico--youtube.white {
      background-position: -90px -370px; }
  .ico.ico--instagram {
    background-position: -120px -400px;
    width: 30px;
    height: 30px; }
    .ico.ico--instagram.black, .ico.ico--instagram:hover {
      background-position: -120px -430px; }
    .ico.ico--instagram.white {
      background-position: -120px -370px; }
  .ico.ico--play {
    background-position: -150px -400px;
    width: 30px;
    height: 30px; }
    .ico.ico--play.black, .ico.ico--play:hover {
      background-position: -150px -430px; }
    .ico.ico--play.white {
      background-position: -150px -370px; }
  .ico.ico--quote {
    background-position: -200px -200px;
    width: 100px;
    height: 50px; }
  .ico.ico--link {
    background-position: -120px -160px;
    width: 40px;
    height: 20px; }
  .ico.ico--duration {
    background-position: -160px -280px;
    width: 60px;
    height: 60px; }
  .ico.ico--calendar {
    background-position: -220px -280px;
    width: 75px;
    height: 75px; }
  .ico.ico--search {
    background-position: -181px -430px;
    width: 31px;
    height: 30px; }
    .ico.ico--search.white {
      background-position: -210px -430px; }
  .ico.sl-ico--facebook {
    background-position: -0px -460px;
    width: 20px;
    height: 20px; }
    .ico.sl-ico--facebook.black {
      background-position: -0px -480px; }
  .ico.sl-ico--instagram {
    background-position: -20px -460px;
    width: 20px;
    height: 20px; }
    .ico.sl-ico--instagram.black {
      background-position: -20px -480px; }
  .ico.sl-ico--twitter {
    background-position: -40px -460px;
    width: 20px;
    height: 20px; }
    .ico.sl-ico--twitter.black {
      background-position: -40px -480px; }
  .ico.ico--pdf {
    width: 16px;
    height: 16px;
    background-position: -300px -300px;
    margin-right: 5px;
    vertical-align: text-top; }
  .ico.ico--doc {
    width: 16px;
    height: 16px;
    background-position: -316px -300px;
    margin-right: 5px;
    vertical-align: text-top; }
  .ico.ico--xls {
    width: 16px;
    height: 16px;
    background-position: -332px -300px;
    margin-right: 5px;
    vertical-align: text-top; }
  .ico.ico--default {
    width: 16px;
    height: 16px;
    background-position: -348px -300px;
    margin-right: 5px;
    vertical-align: text-top; }
  .ico.ico--zip {
    width: 16px;
    height: 16px;
    background-position: -364px -300px;
    margin-right: 5px;
    vertical-align: text-top; }
  .ico.ico--img {
    width: 16px;
    height: 16px;
    background-position: -380px -300px;
    margin-right: 5px;
    vertical-align: text-top; }

a.ico:hover {
  opacity: .7; }

.ico {
  transition: opacity .3s ease-out; }

#masthead {
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  background-color: #fff;
  transition: 300ms all ease-out; }

#masthead,
.menu-alt,
.top-bar-right .menu-main,
.logo {
  transition: 350ms all ease-out; }

.title-bar, .top-bar, .top-bar ul {
  background-color: #fff; }

#site-navigation {
  height: 100%;
  padding: 0;
  max-width: 1920px;
  margin: auto; }

.alt-bar {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f4f4f4; }
  .alt-bar ul {
    float: right; }
  .alt-bar li > a,
  .alt-bar li > span {
    margin: 5px 20px;
    padding: 0;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 600; }
    .alt-bar li > a:hover,
    .alt-bar li > span:hover {
      color: #696b66; }
  .alt-bar li:last-child {
    background-color: #004b93; }
    .alt-bar li:last-child > a {
      color: #fff !important; }
      .alt-bar li:last-child > a:hover {
        color: #fff !important; }

.logo-bar {
  width: 230px;
  float: left;
  padding-top: 20px; }
  @media screen and (min-width: 76.25em) {
    .logo-bar {
      padding-top: 3px; } }

.top-bar {
  float: left;
  padding-top: 45px;
  padding-left: 20px; }
  .top-bar li > a, .top-bar li > span {
    margin: 5px 10px;
    padding: 0;
    font-weight: 300;
    font-size: 1.1rem; }
  .top-bar > ul > li:not(.no-black):last-child {
    background-color: #004b93;
    margin-left: 20px !important; }
    .top-bar > ul > li:not(.no-black):last-child a {
      text-transform: uppercase;
      font-size: .7rem;
      font-weight: bold;
      color: #fff; }

/*
***********************************************************************/
.search-bar,
.lg-bar {
  height: 30px;
  margin-right: 20px; }
  .search-bar:hover,
  .lg-bar:hover {
    cursor: pointer;
    color: #000; }

.lg-bar {
  float: right;
  margin-top: 50px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase; }

.search-bar {
  width: 30px;
  float: right;
  margin-top: 43px;
  position: relative; }
  .search-bar #search-head {
    position: absolute;
    top: -5px;
    right: -30px;
    display: none;
    width: 600px;
    background-color: #f2f2f2;
    padding-right: 30px; }
    .search-bar #search-head input {
      width: 85%;
      border: none;
      background-color: #f2f2f2;
      z-index: -1;
      padding: 1px 0 0 10px;
      margin: 0;
      float: left; }
    .search-bar #search-head .ico--search {
      margin: 4px 5px 0 0 !important; }
    .search-bar #search-head .ico {
      float: right;
      display: block; }

/*
***********************************************************************/
.admin-bar .menu-alt {
  margin-top: 30px; }

.menu .active > a,
.menu .active > span {
  background-color: transparent;
  color: #004b93 !important;
  font-weight: 600; }

.menu .active:last-child > a, .menu .active:last-child > span {
  color: #fff !important; }

.menu img {
  display: block;
  margin-left: 5px;
  max-width: 68px;
  height: auto; }

/*  */
.desktop-menu li {
  position: relative; }

.desktop-menu li:hover > a {
  color: #004b93; }

.desktop-menu a {
  color: #000;
  text-align: center;
  transition: 100ms all ease-out; }
  .desktop-menu a:after {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 1px;
    border: 1px solid red;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px; }

/* ROLLOVER */
.menu-item-has-children {
  position: relative; }
  .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
    padding-right: 40px;
    width: auto;
    overflow: auto;
    left: -40px; }
    .menu-item-has-children .sub-menu li {
      list-style: none;
      white-space: nowrap;
      margin: 0 20px 0 40px;
      padding: 0px 0; }
      .menu-item-has-children .sub-menu li:last-child {
        margin-bottom: 15px; }
      .menu-item-has-children .sub-menu li a {
        font-size: .85rem;
        font-weight: 300;
        position: relative;
        display: inline-block; }
        .menu-item-has-children .sub-menu li a:before {
          content: '';
          width: 20px;
          height: 3px;
          background-color: #004b93;
          display: inline-block;
          position: absolute;
          top: 46%;
          left: -35px;
          -webkit-transform-origin: center right;
              -ms-transform-origin: center right;
                  transform-origin: center right;
          transition: 333ms all ease-out;
          -webkit-transform: scale3d(0, 1, 1);
                  transform: scale3d(0, 1, 1); }
        .menu-item-has-children .sub-menu li a:hover:before {
          -webkit-transform: scale3d(1, 1, 1);
                  transform: scale3d(1, 1, 1); }
      .menu-item-has-children .sub-menu li.active {
        background-color: transparent; }
        .menu-item-has-children .sub-menu li.active a {
          color: #000 !important;
          font-weight: bold; }
          .menu-item-has-children .sub-menu li.active a:before {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
            background-color: #000; }
  .menu-item-has-children:hover .sub-menu {
    display: block; }

/*
***********************************************************************/
.menu-is-open #site-navigation {
  left: 0;
  overflow: scroll; }

.menu-is-open .container {
  height: 100%;
  overflow: hidden; }

.menu-is-open #masthead {
  height: 100%; }

.menu-is-open #foo {
  display: none; }

#site-navigation {
  left: -100%;
  margin-top: 10px;
  display: block !important;
  transition: 200ms all ease-out;
  height: 100%; }

#mobile-menu {
  /* START PATCH SUBMENU */
  /* END PATCH SUBMENU */ }
  #mobile-menu .lg-bar {
    font-size: 1rem;
    font-weight: normal; }
  #mobile-menu ul {
    margin: 0;
    background-color: #fff; }
    #mobile-menu ul li {
      margin: 0 0px;
      list-style: none; }
      #mobile-menu ul li:not(last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      #mobile-menu ul li.active span,
      #mobile-menu ul li.active a {
        color: #000 !important;
        cursor: default; }
    #mobile-menu ul li.level2 {
      border: none;
      background-color: #f4f4f4; }
      #mobile-menu ul li.level2 a {
        color: #696b66;
        font-weight: bold;
        font-size: 1.3rem; }
    #mobile-menu ul > li span,
    #mobile-menu ul > li a {
      color: #000;
      margin-left: 0;
      font-size: 1.5rem;
      padding: 15px 0 15px 20px;
      display: inline-block;
      width: 100%;
      transition: 200ms  all ease-out; }
    #mobile-menu ul > li[aria-expanded="true"] > a:focus {
      background-color: #f4f4f4;
      font-weight: bold; }
    #mobile-menu ul > li > a:after {
      background: url("../images/sprite-endermologie.svg");
      background-size: 500px 500px;
      background-position: 0 -180px;
      width: 20px;
      height: 20px;
      margin-top: -12px;
      margin-right: 16px;
      border: none; }
    #mobile-menu ul > li > ul > li a {
      text-transform: none;
      font-size: 1.25rem;
      padding: 10px 20px 10px 40px; }
    #mobile-menu ul > li > ul > li[aria-expanded="false"] a:after {
      background-position: -80px -160px; }
    #mobile-menu ul > li > ul > li[aria-expanded="true"] a:after {
      background-position: -100px -180px; }
  #mobile-menu .menu-item-has-children {
    position: relative; }
    #mobile-menu .menu-item-has-children > ul {
      display: none; }
      #mobile-menu .menu-item-has-children > ul li:hover a {
        color: #696b66; }
  #mobile-menu .arrow-show-children {
    display: block;
    position: absolute;
    z-index: 11;
    top: 5px;
    right: 1rem;
    cursor: pointer;
    padding: 20px; }
    #mobile-menu .arrow-show-children:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      display: inline-block;
      background: url(../images/sprite-endermologie.svg) 0 -180px;
      background-size: 500px 500px;
      width: 20px;
      height: 20px;
      margin-right: 16px; }
    #mobile-menu .arrow-show-children.open {
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
  #mobile-menu .others {
    background-color: #58b5cf !important; }
    #mobile-menu .others li {
      border: none; }
      #mobile-menu .others li a {
        font-size: 1rem;
        text-transform: none;
        padding: 10px 40px; }
  #mobile-menu .follow {
    padding: 20px 0 20px 0;
    color: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
    background-color: #696b66;
    text-align: center; }
    #mobile-menu .follow li {
      width: auto;
      display: inline-block;
      text-align: center;
      border: none;
      margin: 0;
      color: #000; }
      #mobile-menu .follow li:first-child {
        width: auto;
        text-align: right; }
      #mobile-menu .follow li a {
        padding: 0;
        width: 30px;
        transition: none; }
  #mobile-menu .lg-bar {
    float: none;
    margin: 10px 0 0 20px; }
  #mobile-menu > ul {
    margin: 0 0 160px 0; }
  #mobile-menu .search-center-mobile {
    padding: 15px 0 !important;
    display: inline-block;
    width: 100%;
    position: fixed;
    z-index: 44;
    bottom: 0;
    background-color: #fff; }
  #mobile-menu #search-mobile {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #696b66;
    margin: 0 10px; }
    #mobile-menu #search-mobile input[type='text'] {
      width: 100%;
      border: none;
      font-size: 1.2rem;
      background-color: transparent;
      color: #696b66;
      padding: 20px 0px; }
      #mobile-menu #search-mobile input[type='text']::-webkit-input-placeholder {
        color: #696b66; }
      #mobile-menu #search-mobile input[type='text']::-moz-placeholder {
        color: #696b66; }
      #mobile-menu #search-mobile input[type='text']:-ms-input-placeholder {
        color: #696b66; }
      #mobile-menu #search-mobile input[type='text']:-moz-placeholder {
        color: #696b66; }
    #mobile-menu #search-mobile button {
      position: absolute;
      top: 0px;
      right: 12px; }

/* ICO MOBILE ************/
.menu-icon {
  position: relative;
  cursor: pointer; }
  .menu-icon:after {
    display: none; }
  .menu-icon span {
    height: 3px;
    background-color: #333;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    transition: 100ms all ease-out;
    transition-delay: 50ms; }
    .menu-icon span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      transition-delay: 0ms; }
    .menu-icon span:nth-child(3) {
      top: 20px;
      transition-delay: 75ms; }
  .menu-icon.is-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0px;
    left: 5px; }
  .menu-icon.is-close span:nth-child(2) {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1); }
  .menu-icon.is-close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px;
    left: 5px; }

/* BREADCRUMB
***********************************************************************/
#breadcrumbs {
  padding: 10px 15px 5px 15px;
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
  padding: 0 20px 0 80px; }
  #breadcrumbs li {
    display: inline;
    background-color: #fff;
    padding: 0 10px; }
    #breadcrumbs li, #breadcrumbs li.current, #breadcrumbs li.separator,
    #breadcrumbs li a {
      color: #666;
      font-size: .9rem;
      transition: 333ms all ease-out; }
      #breadcrumbs li:not(.current):hover, #breadcrumbs li.current:not(.current):hover, #breadcrumbs li.separator:not(.current):hover,
      #breadcrumbs li a:not(.current):hover {
        color: #000; }
      #breadcrumbs li:after, #breadcrumbs li.current:after, #breadcrumbs li.separator:after,
      #breadcrumbs li a:after {
        border-color: #fff; }
    #breadcrumbs li.separator {
      padding: 0 0px; }
    #breadcrumbs li.current {
      font-weight: bold; }
  #breadcrumbs:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0; }

#address-selector {
  position: relative;
  display: block;
  width: 275px; }
  #address-selector.open ul.list {
    display: block; }
  #address-selector.open ul.selected {
    opacity: 0; }
  #address-selector.open #selector-bg {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 200%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1; }
  #address-selector .selected {
    position: relative; }
    #address-selector .selected .ico {
      position: absolute;
      right: 10px;
      top: 13px; }
  #address-selector ul {
    width: 100%;
    margin: 0;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 33;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    #address-selector ul.list {
      display: none;
      max-height: 350px;
      overflow-y: scroll; }
    #address-selector ul li {
      list-style: none;
      font-size: 1rem;
      text-transform: uppercase;
      padding: 5px 10px;
      cursor: pointer; }
      #address-selector ul li:hover {
        background-color: #e1e1e1; }
      #address-selector ul li .flag {
        width: 30px;
        height: 20px;
        margin-right: 5px; }
      #address-selector ul li.continent {
        font-weight: bold;
        font-size: 1.25rem;
        color: #000;
        position: relative;
        padding-right: 30px; }
        #address-selector ul li.continent .ico {
          position: absolute;
          top: 10px;
          right: 10px;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center; }
        #address-selector ul li.continent.open .ico {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
    #address-selector ul .country {
      display: none; }

#adress-list {
  padding-top: 10px; }
  #adress-list .address-my {
    display: none; }

.form--required {
  font-style: italic;
  color: #696b66;
  font-size: .75rem;
  line-height: 1rem;
  display: block; }

.gform_body {
  padding-top: 40px; }
  .gform_body .mentionslegales {
    font-size: 12px;
    line-height: 145%; }
  .gform_body ul, .gform_body li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%; }
  .gform_body input {
    border: none;
    padding: 8px 15px;
    margin: 0;
    height: auto; }
  .gform_body label {
    color: #696b66; }
  .gform_body .gf-half span {
    width: 50%;
    display: inline-block;
    float: left; }
    .gform_body .gf-half span:first-child {
      padding-right: 10px; }
  .gform_body .gf-comment-small textarea[rows] {
    height: 150px; }
  .gform_body .validation_message {
    color: #cc0000;
    font-size: .85rem;
    display: inline; }
    .gform_body .validation_message.instruction {
      font-style: italic; }
  .gform_body .gfield_error input {
    background-color: #f7e9e9;
    color: #cc0000;
    font-weight: bold; }
  .gform_body .formation_date,
  .gform_body .formation_title,
  .gform_body .formation_desc,
  .gform_body .formation_type,
  .gform_body .formation_address,
  .gform_body .gfield_label_before_complex,
  .gform_body .gfield_required {
    display: none !important; }
  .gform_body .gfield.inline li {
    display: inline;
    width: auto; }

.gform_footer {
  text-align: right;
  padding-bottom: 40px; }

.page {
  position: relative; }
  .page .bloc--chiffres .fact--item h3 {
    font-weight: 900; }

/* GLOSSAIRE
***********************************************************************/
.page--glossaire .box h1 {
  padding-bottom: 0 !important; }

.page--glossaire .alpha {
  width: 100%;
  border-bottom: 3px solid #000;
  padding: 0 80px !important;
  margin-bottom: 20px;
  background-color: #fff; }
  .page--glossaire .alpha span {
    width: 3.8%;
    text-align: center;
    text-transform: uppercase;
    color: #696b66; }
    .page--glossaire .alpha span a {
      font-weight: bold;
      color: #000; }
  .page--glossaire .alpha.fixed {
    position: fixed;
    z-index: 999;
    top: 100px; }

.page--glossaire .list {
  padding: 20px 80px 0 80px !important; }
  .page--glossaire .list h2 {
    margin-top: 60px;
    margin-right: 10px; }
  .page--glossaire .list .desc {
    display: block;
    color: #696b66;
    margin-left: 60px; }
    .page--glossaire .list .desc:after {
      margin-bottom: 10px;
      content: '';
      display: inline-block;
      width: 80px;
      height: 1px; }
    .page--glossaire .list .desc:not(:last-child):after {
      background-color: #000; }
    .page--glossaire .list .desc h3 {
      margin-bottom: 0;
      font-size: 1rem;
      line-height: 1.75em;
      font-weight: bold !important;
      display: inline;
      float: left;
      margin-right: 10px; }
    .page--glossaire .list .desc b, .page--glossaire .list .desc strong {
      color: #004b93; }
  .page--glossaire .list h2 + .desc {
    margin-top: -40px; }

/* PRODUCT
***********************************************************************/
.page--product {
  /* PAGE
    ***********************************************************************/
  /* LISTING
    ***********************************************************************/ }
  .page--product .description {
    padding: 0 80px 40px 80px !important; }
    .page--product .description h4 {
      margin-bottom: 10px; }
    .page--product .description .desc-text {
      padding: 0 80px; }
      .page--product .description .desc-text p {
        font-size: 1rem;
        line-height: 1.5rem; }
  .page--product .bloc--banner {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important; }
    .page--product .bloc--banner.custom .bg {
      position: absolute;
      top: 0;
      left: -20px;
      width: calc(100% + 40px);
      max-width: calc(100% + 40px); }
    .page--product .bloc--banner.custom .box {
      position: relative; }
    .page--product .bloc--banner.custom h1 {
      font-size: 3rem;
      line-height: 100%;
      font-weight: 500; }
    .page--product .bloc--banner.custom .text {
      color: inherit; }
    .page--product .bloc--banner.custom .box-product {
      position: absolute;
      bottom: 10%;
      left: 25%;
      max-width: 33%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .page--product .bloc--banner.custom .box-product img {
        display: block;
        max-width: 100%;
        height: auto; }
    @media only screen and (max-width: 650px) {
      .page--product .bloc--banner.custom .box-product {
        position: static;
        margin-top: 25px;
        max-width: 75%;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); } }
  .page--product .box-bis {
    position: relative;
    max-width: 1920px;
    margin: -6.5vw auto 0;
    padding: 0 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .page--product .box-bis .gamme-text {
      margin-right: 8%;
      padding-top: 6.5vw;
      -webkit-flex: 0 1 880px;
          -ms-flex: 0 1 880px;
              flex: 0 1 880px;
      text-align: right; }
      .page--product .box-bis .gamme-text b, .page--product .box-bis .gamme-text strong {
        color: #004b93; }
    .page--product .box-bis .gamme-img {
      -webkit-flex: 0 1 563px;
          -ms-flex: 0 1 563px;
              flex: 0 1 563px;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
      .page--product .box-bis .gamme-img img {
        display: block;
        margin: 0 auto;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.35); }
    @media only screen and (max-width: 1024px) {
      .page--product .box-bis {
        margin-top: 40px;
        padding: 0 20px; }
        .page--product .box-bis .gamme-text {
          padding-top: 0; } }
    @media only screen and (max-width: 650px) {
      .page--product .box-bis {
        display: block; }
        .page--product .box-bis .gamme-text {
          margin-right: 0;
          text-align: left; }
        .page--product .box-bis .gamme-img {
          margin-bottom: 15px; }
          .page--product .box-bis .gamme-img img {
            max-width: 280px; } }
  .page--product .gamme-title {
    margin-bottom: 30px !important;
    text-align: center; }
    .page--product .gamme-title h4 {
      margin-top: 40px !important;
      margin-bottom: 10px; }
  .page--product .gamme-row {
    padding: 0 40px 60px 40px !important; }
  .page--product .slick-slider, .page--product .slick-list {
    padding-top: 10px;
    padding-bottom: 20px; }
  .page--product .product {
    padding-bottom: 50px; }
    .page--product .product:nth-child(3n+2) {
      top: 60px; }
    .page--product .product a {
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
      transition: 333ms box-shadow ease-in;
      display: inline-block;
      padding: 20px 30px;
      height: 100%;
      width: 80%;
      color: #000; }
      .page--product .product a img {
        height: 270px;
        padding-top: 20px;
        margin: 0 auto; }
      .page--product .product a h2 {
        margin: 20px 0 10px 0;
        font-family: Axia, Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.25rem;
        color: #004b93;
        text-transform: uppercase; }
        .page--product .product a h2:after {
          content: '';
          display: block;
          width: 20px;
          border-bottom: 1px solid #004b93;
          margin: 10px auto 10px auto;
          transition: 333ms all ease-out; }
      .page--product .product a p {
        font-size: .875rem;
        line-height: 1.1rem; }
      .page--product .product a .discover {
        padding-top: 10px;
        font-size: .75rem;
        font-weight: 600;
        color: #004b93;
        text-transform: uppercase; }
      .page--product .product a:hover {
        box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
        transition: 333ms box-shadow ease-in; }
        .page--product .product a:hover h2:after {
          width: 100px; }

/* SEARCH *******/
.search-no-results h2,
.search-results h2 {
  font-size: 1rem; }

/* SLIDER DOTS *******/
.slick-dots {
  bottom: 0px !important; }
  .slick-dots li button {
    opacity: 0; }
  .slick-dots li {
    width: 32px;
    height: 10px;
    margin: 5px;
    list-style: none;
    background-color: #c5c5c5;
    border: 2px solid #fff;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: 550ms all ease-out;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
    .slick-dots li:not(.slick-active):hover {
      border-color: #000;
      transition: 250ms all ease-in 0 !important; }
    .slick-dots li:before {
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 0px;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: scale3d(0, 0, 0);
              transform: scale3d(0, 0, 0);
      transition: 250ms -webkit-transform ease-in;
      transition: 250ms transform ease-in;
      transition: 250ms transform ease-in, 250ms -webkit-transform ease-in; }
    .slick-dots li.current:before, .slick-dots li.slick-active:before {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }

/* SITEMAP
***********************************************************************/
.page--sitemap li {
  padding-top: 40px;
  list-style: none;
  width: 25%; }
  .page--sitemap li a {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: bold;
    font-size: 1.5rem; }
  .page--sitemap li ul > li {
    padding: 10px 0 0 0px;
    width: 100%; }
    .page--sitemap li ul > li a {
      text-transform: none;
      font-weight: normal;
      font-size: 1rem;
      color: #005ca6 !important; }

/* SEARCH
***********************************************************************/
.page--search .post--item {
  padding-left: 30px !important; }

/* 404 ERROR
***********************************************************************/
body.error404 {
  overflow: hidden;
  position: relative; }
  body.error404 .container {
    height: 100%; }
    body.error404 .container .page--error {
      background-position: center center;
      background-size: cover;
      height: 100%; }
    body.error404 .container .box {
      position: absolute;
      top: 80px;
      left: 80px; }
  body.error404 #foo {
    z-index: 33;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0; }
    body.error404 #foo:after {
      display: none; }

/* FICHE
***********************************************************************/
.page-template-page-trouver-centre .centre--article .bloc--banner {
  min-height: 0 !important;
  margin-bottom: 10px; }
  .page-template-page-trouver-centre .centre--article .bloc--banner::before {
    display: none; }
  .page-template-page-trouver-centre .centre--article .bloc--banner .box {
    padding: 0;
    max-width: 100%;
    text-align: left; }

/* CENTRE
***********************************************************************/
.page--centre {
  /* CENTRE LISTING */
  /* CENTRE DETAIL */
  /* XLARGE
    ***********************************************************************/
  /* MEDIUM
    ***********************************************************************/
  /* SMALL
    ***********************************************************************/ }
  .page--centre .title-page-wrapper {
    position: relative;
    margin-bottom: 32px;
    padding: 0 0 0 90px; }
    .page--centre .title-page-wrapper::before, .page--centre .title-page-wrapper::after {
      position: absolute;
      width: 45px;
      height: 1px;
      background-color: #004b93;
      content: ''; }
    .page--centre .title-page-wrapper::before {
      left: 50px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .page--centre .title-page-wrapper::after {
      bottom: 0;
      -webkit-transform: translate(-42px, 15px) rotate(-45deg);
          -ms-transform: translate(-42px, 15px) rotate(-45deg);
              transform: translate(-42px, 15px) rotate(-45deg); }
    .page--centre .title-page-wrapper .title-page {
      position: relative;
      display: inline-block;
      font-family: Axia, Arial, sans-serif;
      font-size: 72px;
      line-height: 100%;
      font-weight: 300;
      color: #004b93;
      text-transform: none; }
      .page--centre .title-page-wrapper .title-page b, .page--centre .title-page-wrapper .title-page strong {
        display: block;
        font-size: 82px;
        font-weight: bold; }
  .page--centre .content-search {
    position: relative;
    padding: calc(8% + 30px) 20px 70px;
    background: no-repeat 0 0;
    background-size: cover; }
    .page--centre .content-search .search-fields {
      width: 100%;
      padding-bottom: 60px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: center; }
      .page--centre .content-search .search-fields.grey {
        position: relative;
        background-color: #f4f4f4;
        background-image: linear-gradient(to right, #e2ded9 0, #d3d0ca 100%); }
      .page--centre .content-search .search-fields.filter-map {
        padding: 20px; }
    .page--centre .content-search .fields-wrapper {
      margin-right: 37px;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      .page--centre .content-search .fields-wrapper#selectionSoins, .page--centre .content-search .fields-wrapper.field-country {
        margin-right: 11px; }
      .page--centre .content-search .fields-wrapper#selectionSoins select {
        padding-right: 25px;
        background-position: calc(100% + 16px) center; }
      .page--centre .content-search .fields-wrapper#selectionCountry {
        min-width: 150px; }
        .page--centre .content-search .fields-wrapper#selectionCountry .chosen-single {
          border-radius: 0;
          box-shadow: none;
          border: 1px solid #cacaca; }
      .page--centre .content-search .fields-wrapper.field-address {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .page--centre .content-search .fields-wrapper.last-field {
        margin-right: 0; }
    .page--centre .content-search .field-address label {
      text-align: left; }
    .page--centre .content-search select, .page--centre .content-search input {
      margin-bottom: 0 !important;
      font-weight: bold; }
    .page--centre .content-search select {
      color: #004b93; }
    .page--centre .content-search input {
      color: #7a93ba; }
      .page--centre .content-search input::-webkit-input-placeholder {
        color: #7a93ba; }
      .page--centre .content-search input:-ms-input-placeholder {
        color: #7a93ba; }
      .page--centre .content-search input::placeholder {
        color: #7a93ba; }
    .page--centre .content-search #btn-advanced-fields {
      border: none;
      transition: 333ms all ease-out; }
      .page--centre .content-search #btn-advanced-fields .ico {
        margin-left: 10px; }
      .page--centre .content-search #btn-advanced-fields:hover {
        background-color: #f4f4f4; }
  .page--centre .desc {
    max-width: 1357px;
    margin: 0 auto; }
  .page--centre .box-advanced-fields {
    position: relative;
    display: none;
    width: 100%;
    padding: 20px 50px 40px 50px;
    z-index: 99;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    transition: 333ms box-shadow ease-in; }
    .page--centre .box-advanced-fields.open {
      display: block; }
    .page--centre .box-advanced-fields h2 {
      font-family: Axia, Arial, sans-serif;
      font-size: 2.3rem;
      text-align: center;
      margin-bottom: 10px;
      font-weight: 100;
      color: #004b93; }
    .page--centre .box-advanced-fields #btn-advanced-fields-close {
      position: absolute;
      top: 30px;
      right: 30px; }
    .page--centre .box-advanced-fields .column, .page--centre .box-advanced-fields .columns {
      padding: 0 10px !important; }
    .page--centre .box-advanced-fields .list {
      border: 3px solid #f4f4f4;
      padding: 40px !important;
      margin: 0px 40px; }
  .page--centre .btn-submit-wrapper {
    margin-bottom: 0; }
    .page--centre .btn-submit-wrapper a {
      min-width: 191px;
      text-align: center;
      line-height: 140%; }
  .page--centre .centre-map {
    height: 100%;
    margin: 0 !important; }
    .page--centre .centre-map .acf-map {
      height: 730px; }
  .page--centre .ico-legends {
    padding: 10px 80px !important; }
    .page--centre .ico-legends img {
      width: 50px;
      padding-right: 10px;
      float: left; }
    .page--centre .ico-legends span {
      display: block;
      text-align: left;
      padding: 5px 10px 0 0;
      font-size: .8rem;
      line-height: 1rem;
      white-space: nowrap; }
    @media screen and (min-width: 76.25em) {
      .page--centre .ico-legends .medium-3 {
        width: auto !important;
        max-width: none !important;
        margin: 0 70px 0 0 !important;
        -webkit-flex: none !important;
            -ms-flex: none !important;
                flex: none !important; } }
  .page--centre .centre-box-map {
    position: relative; }
  .page--centre .centre-filters {
    padding: 20px 30px !important;
    background-color: #f2f2f2; }
    .page--centre .centre-filters label {
      display: inline-block;
      margin-right: 10px; }
  .page--centre .centre-listing {
    background-color: #fff;
    height: 100%;
    padding: 20px 20px; }
  .page--centre .listing-item {
    padding-bottom: 0px;
    width: 100%;
    position: relative; }
    .page--centre .listing-item:not(last-child) {
      border-bottom: 1px solid #696b66;
      margin-bottom: 10px; }
    .page--centre .listing-item h2 {
      color: #000;
      font-weight: bold;
      font-size: .8rem;
      line-height: 1rem;
      margin-bottom: 0; }
    .page--centre .listing-item p {
      color: #696b66;
      font-size: .75rem;
      line-height: 1rem;
      margin-bottom: 0; }
    .page--centre .listing-item .links {
      position: absolute;
      top: 0px;
      right: 0px;
      text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .page--centre .listing-item .links {
          top: 20px; } }
    .page--centre .listing-item a {
      font-weight: bold;
      font-size: .7rem;
      margin-bottom: 10px; }
  .page--centre .list-soins {
    margin: 0 0;
    padding: 0;
    position: relative; }
    .page--centre .list-soins li {
      background-color: #f4f4f4;
      width: 40px;
      height: 40px;
      list-style: none;
      display: inline-block;
      margin: 5px 10px 5px 0;
      padding: 0;
      position: relative; }
      .page--centre .list-soins li .over {
        display: none;
        width: 300px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        padding: 20px;
        line-height: 1rem;
        font-size: .9rem;
        position: absolute;
        z-index: 33;
        top: 90%;
        left: 90%; }
      @media screen and (min-width: 40em) {
        .page--centre .list-soins li:hover .over {
          display: block; } }
  .page--centre .listing-nav {
    text-align: right;
    padding-bottom: 10px; }
    .page--centre .listing-nav a {
      color: #000 !important;
      padding: 0 2px; }
      .page--centre .listing-nav a.current {
        font-weight: bold;
        cursor: default; }
      .page--centre .listing-nav a:after {
        display: none; }
      .page--centre .listing-nav a:not(.current):hover {
        color: #005ca6 !important; }
    .page--centre .listing-nav a.prev,
    .page--centre .listing-nav a.next {
      width: 20px;
      height: 20px;
      display: inline-block; }
  .page--centre .gm-style-iw {
    text-align: center;
    padding: 10px 0; }
    .page--centre .gm-style-iw h2 {
      font-size: 1rem;
      color: #000;
      font-weight: bold; }
    .page--centre .gm-style-iw p, .page--centre .gm-style-iw h2 {
      font-size: .8rem;
      line-height: 1rem;
      margin: 0;
      font-weight: bold; }
    .page--centre .gm-style-iw a {
      color: #696b66 !important;
      font-style: italic; }
  .page--centre .bloc--banner {
    z-index: 22; }
  .page--centre .box-map {
    z-index: 1; }
  .page--centre .bloc--infos {
    padding: 0 80px;
    position: relative;
    z-index: 44; }
    .page--centre .bloc--infos .box {
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
      transition: 333ms box-shadow ease-in;
      margin-top: -50%;
      background-color: #fff;
      padding: 40px; }
  .page--centre .bloc--text .box {
    padding: 40px 40px 40px 0; }
  .page--centre .centre-diaporama {
    margin-top: 80px !important; }
  .page--centre .slick-slider {
    margin-left: 0; }
  .page--centre .slick-slide {
    padding: 0; }
  .page--centre .slick-dots {
    height: 0px; }
  .page--centre .slick-prev {
    left: 0; }
    .page--centre .slick-prev:hover .ico {
      margin-right: 10px; }
  .page--centre .slick-next {
    right: 0; }
    .page--centre .slick-next:hover .ico {
      margin-left: 10px; }
  .page--centre .slick-prev, .page--centre .slick-next {
    top: 45%;
    transition: 250ms all ease-out !important;
    opacity: 1;
    background-color: #000;
    width: 90px;
    height: 90px; }
    .page--centre .slick-prev:hover, .page--centre .slick-next:hover {
      opacity: 1; }
    .page--centre .slick-prev .ico, .page--centre .slick-next .ico {
      transition: 250ms all ease-out !important; }
  .page--centre .ico--arrow-left,
  .page--centre .ico--arrow-right {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: 200ms left ease-out; }
  .page--centre .centre-infos {
    padding-right: 40px !important; }
    .page--centre .centre-infos h2 {
      font-weight: bold;
      color: #005ca6;
      line-height: 1.25rem;
      border-top: 1px solid #f4f4f4;
      padding-top: 10px; }
    .page--centre .centre-infos .address {
      font-weight: bold; }
    .page--centre .centre-infos .route {
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px 5px;
      border-bottom: 1px solid #f4f4f4;
      border-top: 1px solid #f4f4f4;
      width: 100%;
      display: inline-block;
      font-size: .8rem; }
      .page--centre .centre-infos .route:before {
        content: '>';
        color: #000;
        padding-right: 5px; }
  .page--centre .img-bg img {
    max-width: none;
    width: 100%; }
  @media screen and (max-width: 76.1875em) {
    .page--centre .centre-filters label {
       display: block; }
    .page--centre .centre-filters select {
      width: 100%; }
    .page--centre .centre-filters a.btn {
      width: 100%;
      margin-top: 20px; }
    .page--centre .centre-listing {
      padding-top: 20px;
      padding-right: 10px !important; }
    .page--centre .route {
      margin-bottom: 20px; }
    .page--centre.centre--article h1 {
      padding-right: 140px; }
    .page--centre.centre--article .acf-map {
      height: 400px; }
    .page--centre.centre--article .centre-infos {
      padding-right: 0 !important; }
    .page--centre .slick-arrow {
      display: none !important; }
    .page--centre .slick-slide {
      padding: 0 0px 40px 0px; } }
  @media screen and (max-width: 39.9375em) {
    .page--centre {
      /* CENTRE SWAP */ }
      .page--centre .slick-dots {
        height: auto; }
      .page--centre .bloc--banner {
        padding-top: 30px !important; }
      .page--centre .bloc--infos {
        padding-left: 20px !important;
        padding-right: 20px !important; }
      .page--centre .bloc--text:not(.simple) {
        padding: 0 20px !important; }
        .page--centre .bloc--text:not(.simple) .box {
          padding: 20px 0 !important; }
      .page--centre .centre-diaporama {
        margin-top: 0 !important; }
      .page--centre .content-search .list {
        display: none;
        text-align: left;
        padding: 10px 10px !important;
        background-color: #fff; }
        .page--centre .content-search .list.open {
          display: block; }
      .page--centre .content-search .search-fields {
        padding-bottom: 0; }
      .page--centre .box {
        left: 0;
        top: 0;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 20px;
        position: static; }
        .page--centre .box .column, .page--centre .box .columns {
          padding-bottom: 10px !important; }
        .page--centre .box h1 {
          margin-bottom: 10px; }
        .page--centre .box a.btn {
          width: 100%; }
      .page--centre .img-bg {
        overflow: hidden; }
        .page--centre .img-bg img {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          z-index: -1;
          height: 100%;
          max-width: none !important; }
      .page--centre .box-advanced-fields {
        position: relative;
        box-shadow: none;
        border: 1px solid red;
        padding: 10px !important; }
        .page--centre .box-advanced-fields .list {
          border: none;
          padding: 0 !important; }
      .page--centre .ico-legends {
        padding: 10px 20px !important; }
        .page--centre .ico-legends img {
          float: left;
          margin: 5px 0; }
        .page--centre .ico-legends span {
          margin-top: 10px;
          display: block; }
        .page--centre .ico-legends.mobile p {
          display: block;
          line-height: 1.2rem; }
        .page--centre .ico-legends.mobile img {
          margin: 0 0 10px 0; }
      .page--centre .centre-map {
        margin: 0 !important; }
      .page--centre .centre-swap {
        padding-top: 20px !important; }
        .page--centre .centre-swap a {
          display: inline-block;
          width: 33%;
          text-align: center;
          padding: 10px 0;
          background-color: #f2f2f2;
          font-size: .8rem;
          font-weight: bold;
          color: #696b66 !important; }
          .page--centre .centre-swap a.active {
            background-color: #fff;
            color: #696b66 !important; }
      .page--centre .centre-legendes {
        display: none; } }
  @media only screen and (max-width: 800px) {
    .page--centre .content-search .search-fields {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .page--centre .content-search .search-fields .fields-wrapper {
        margin-top: 10px;
        margin-right: 20px; }
        .page--centre .content-search .search-fields .fields-wrapper:not(.field-address) {
          -webkit-flex-basis: calc(50% - 10px);
              -ms-flex-preferred-size: calc(50% - 10px);
                  flex-basis: calc(50% - 10px); }
        .page--centre .content-search .search-fields .fields-wrapper#selectionCountry, .page--centre .content-search .search-fields .fields-wrapper.field-btn {
          margin-right: 0; } }
  @media only screen and (max-width: 480px) {
    .page--centre .title-page-wrapper {
      padding: 0;
      text-align: center; }
      .page--centre .title-page-wrapper::before, .page--centre .title-page-wrapper::after {
        display: none; }
      .page--centre .title-page-wrapper .title-page {
        position: relative; }
        .page--centre .title-page-wrapper .title-page::before, .page--centre .title-page-wrapper .title-page::after {
          position: absolute;
          width: 30px;
          height: 1px;
          background-color: #004b93;
          content: ''; }
        .page--centre .title-page-wrapper .title-page::before {
          top: 0;
          left: 0;
          -webkit-transform: translate(-27px, -3px) rotate(-45deg);
              -ms-transform: translate(-27px, -3px) rotate(-45deg);
                  transform: translate(-27px, -3px) rotate(-45deg); }
        .page--centre .title-page-wrapper .title-page::after {
          bottom: 0;
          right: 0;
          -webkit-transform: translate(27px, 16px) rotate(-45deg);
              -ms-transform: translate(27px, 16px) rotate(-45deg);
                  transform: translate(27px, 16px) rotate(-45deg); }
    .page--centre .content-search {
      padding-top: 25px;
      padding-bottom: 0;
      background: transparent !important; }
      .page--centre .content-search .search-fields {
        display: block; }
        .page--centre .content-search .search-fields .fields-wrapper {
          margin-right: 0 !important; }
      .page--centre .content-search .btn-submit-wrapper {
        margin-top: 10px;
        text-align: center; }
      .page--centre .content-search .field-address label {
        margin-top: 5px; }
        .page--centre .content-search .field-address label input {
          position: relative;
          top: 3px; } }

.hp-slider {
  margin: 0 !important;
  padding: 0 !important; }
  .hp-slider .slick-list, .hp-slider .slick-track {
    height: 100%; }
  .hp-slider .slider {
    height: 600px; }
  .hp-slider .slick-slide {
    padding: 120px 80px 0 0;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .hp-slider .slick-slide .desc {
      min-width: 330px;
      max-width: 43%;
      margin: 0 0 0 auto;
      text-align: right;
      font-family: Axia, Arial, sans-serif;
      color: #fff; }
    .hp-slider .slick-slide .title-wrapper {
      position: relative; }
      .hp-slider .slick-slide .title-wrapper::before, .hp-slider .slick-slide .title-wrapper::after {
        position: absolute;
        width: 50px;
        height: 1px;
        padding: 0 !important;
        background-color: #fff;
        content: ''; }
      .hp-slider .slick-slide .title-wrapper::before {
        -webkit-transform: translate(-43px, -3px) rotate(-48deg);
            -ms-transform: translate(-43px, -3px) rotate(-48deg);
                transform: translate(-43px, -3px) rotate(-48deg); }
      .hp-slider .slick-slide .title-wrapper::after {
        bottom: 75px;
        right: 0;
        -webkit-transform: translateY(20px) rotate(-48deg);
            -ms-transform: translateY(20px) rotate(-48deg);
                transform: translateY(20px) rotate(-48deg); }
    .hp-slider .slick-slide .sub-title {
      margin-bottom: 0;
      font-family: inherit;
      font-size: 2.21rem;
      line-height: 125%;
      font-weight: 300;
      color: #004b93;
      text-transform: uppercase; }
    .hp-slider .slick-slide .title {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin-bottom: 85px;
      overflow: visible;
      font-family: inherit;
      font-size: 3.75rem;
      line-height: 100%;
      font-weight: bold; }
    .hp-slider .slick-slide p {
      font-family: inherit;
      font-size: 1.6rem;
      line-height: 125%;
      color: inherit; }
    .hp-slider .slick-slide a.bold {
      font-size: 1.5rem;
      line-height: 100%; }
    .hp-slider .slick-slide .bg {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center center; }
      .hp-slider .slick-slide .bg:not(.bg--mobile) {
        display: none; }
    @media screen and (min-width: 40em) {
      .hp-slider .slick-slide .bg--mobile {
        display: none; }
      .hp-slider .slick-slide .bg:not(.bg--mobile) {
        display: block; } }
  .hp-slider .slick-dots {
    padding: 0 0 40px 80px;
    text-align: left; }

.hp-centre {
  text-align: center; }
  .hp-centre .choice--submit {
    width: auto !important; }

.search-center-mobile {
  width: 100%;
  padding: 10px 0; }
  .search-center-mobile h4 {
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
    padding-top: 10px;
    color: #000;
    text-align: center; }
  .search-center-mobile .ico--arrow-right {
    margin-top: 12px !important; }

.hp-brand {
  background-color: #f4f4f4;
  padding: 80px 80px 80px 80px !important; }
  .hp-brand h1 {
    position: relative;
    z-index: 11;
    font-family: Axia, Arial, sans-serif;
    color: #004b93;
    font-weight: 300; }
  .hp-brand .text {
    padding-right: 40px; }
    .hp-brand .text b, .hp-brand .text strong {
      color: #004b93; }
  .hp-brand .bloc--chiffres {
    padding: 0;
    margin: 0;
    position: relative; }
    .hp-brand .bloc--chiffres .fact--item {
      border-color: #f4f4f4;
      z-index: 11; }
      .hp-brand .bloc--chiffres .fact--item .square {
        background-color: #fff; }
    .hp-brand .bloc--chiffres:after {
      border: 10px solid #fff;
      content: '';
      position: absolute;
      z-index: 1;
      top: -45%;
      left: 10%;
      width: 70%;
      height: 100%; }

.hp-brand .slider,
.hp-techno .slider {
  width: 100%;
  z-index: 999; }
  .hp-brand .slider img,
  .hp-techno .slider img {
    margin: 0 auto !important; }

.hp-techno {
  padding: 80px 80px 80px 80px !important; }
  .hp-techno h1, .hp-techno img {
    position: relative;
    z-index: 11;
    font-size: 4.5rem; }
  .hp-techno h1 {
    font-family: Axia, Arial, sans-serif;
    color: #004b93;
    font-weight: 300; }
  .hp-techno .text-right b, .hp-techno .text-right strong {
    color: #004b93; }
  .hp-techno .text {
    padding-right: 80px; }
  .hp-techno h4 {
    padding-top: 100px; }
  .hp-techno .punchline {
    padding: 80px 80px 0 80px; }
  .hp-techno .bloc--chiffres {
    padding: 0;
    margin: 0;
    position: relative; }
    .hp-techno .bloc--chiffres .fact--item {
      z-index: 11; }
    .hp-techno .bloc--chiffres:after {
      border: 10px solid #f4f4f4;
      content: '';
      position: absolute;
      z-index: 1;
      top: -80%;
      left: 20%;
      width: 70%;
      height: 100%; }
  .hp-techno .sources {
    margin-top: 50px !important;
    color: #696b66;
    font-size: .875rem;
    font-style: italic; }

.hp-live {
  padding: 80px 0 30px 0; }
  .hp-live h2 {
    font-family: Axia, Arial, sans-serif;
    color: #004b93;
    font-weight: 300; }
  .hp-live .box-instagram {
    padding: 0 120px; }
  .hp-live .box-facebook img {
    top: 46% !important; }
  .hp-live .sl-feedback {
    display: none; }
  .hp-live .sl-box {
    position: relative;
    padding: 20px 10px 0 10px;
    overflow: hidden; }
    .hp-live .sl-box a {
      display: inline-block;
      position: relative;
      top: 0;
      left: 0;
      width: 100%; }
      .hp-live .sl-box a:hover .sl-img:after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); }
    .hp-live .sl-box .sl-infos {
      position: absolute;
      z-index: 44;
      top: 0;
      left: 0;
      width: 100%;
      color: #fff; }
      .hp-live .sl-box .sl-infos .sl-name {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
                transform-origin: left bottom;
        position: absolute;
        top: 10px;
        left: 3px;
        text-transform: uppercase; }
      .hp-live .sl-box .sl-infos .ico {
        position: absolute;
        top: 5px;
        left: 5px; }
      .hp-live .sl-box .sl-infos .sl-date {
        padding: 10px 0 0 0; }
      .hp-live .sl-box .sl-infos .sl-text {
        font-weight: bold;
        color: #fff;
        padding: 10px 40px;
        line-height: 1.1rem; }
    .hp-live .sl-box .sl-img {
      position: relative;
      z-index: 4;
      overflow: hidden;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
      .hp-live .sl-box .sl-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        max-width: none; }
      .hp-live .sl-box .sl-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
        transition: 333ms all ease-out; }

.hp-blog {
  padding: 30px 80px; }
  .hp-blog > h2 {
    padding-bottom: 20px; }
  .hp-blog h2 {
    font-family: Axia, Arial, sans-serif;
    color: #004b93; }
  .hp-blog h4 {
    color: #004b93; }
    .hp-blog h4::after {
      display: none; }
  .hp-blog h5 {
    display: inline;
    font-size: .75rem;
    font-weight: bold;
    color: #696b66;
    margin-left: 10px; }
  .hp-blog > .row {
    position: relative; }
  .hp-blog .blog-text {
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 33%;
    margin-left: -40px;
    padding: 40px 40px 40px 80px; }
    .hp-blog .blog-text:before, .hp-blog .blog-text:after {
      content: '';
      display: block;
      position: absolute; }
    .hp-blog .blog-text:before {
      height: 100px;
      bottom: 0;
      right: 0;
      border-right: 10px solid #f4f4f4; }
    .hp-blog .blog-text:after {
      bottom: -10px;
      right: 0;
      width: 250px;
      border-bottom: 10px solid #f4f4f4; }
    .hp-blog .blog-text .dips {
      position: absolute;
      width: 250px;
      top: -10px;
      left: 44px;
      border-bottom: 10px solid #f4f4f4; }
    .hp-blog .blog-text a {
      margin-top: 20px !important; }
    .hp-blog .blog-text h2.smaller {
      font-size: 2.75rem;
      line-height: 2.5rem; }

@media only screen and (max-width: 640px) {
  .hp-slider .slick-slide {
    padding-top: 35px; }
    .hp-slider .slick-slide .desc {
      min-width: 0;
      max-width: 100%; }
    .hp-slider .slick-slide .title-wrapper::before, .hp-slider .slick-slide .title-wrapper::after {
      width: 30px; }
    .hp-slider .slick-slide .title-wrapper::after {
      bottom: 45px;
      -webkit-transform: translateY(15px) rotate(-48deg);
          -ms-transform: translateY(15px) rotate(-48deg);
              transform: translateY(15px) rotate(-48deg); }
    .hp-slider .slick-slide .sub-title {
      margin-bottom: 6px;
      font-size: 1.5rem;
      line-height: 125%; }
    .hp-slider .slick-slide .title {
      margin-bottom: 45px; } }

/************************************************************************************
+ BREAKPOINT IS MEDIUM
************************************************************************************/
@media screen and (max-width: 76.1875em) {
  .hp-slider.bloc {
    padding: 0 !important;
    margin: 0 !important; }
  .hp-centre {
    margin: 0 !important; }
  .hp-brand {
    padding: 20px !important; }
    .hp-brand .bloc--chiffres {
      margin-top: 20px;
      padding: 0 !important; }
      .hp-brand .bloc--chiffres:after {
        display: none; }
      .hp-brand .bloc--chiffres .fact--item {
        top: 0 !important; }
  .hp-techno .punchline {
    padding: 20px 20px 0 0; }
  .hp-techno .bloc--chiffres:after {
    display: none; }
  .hp-techno .sources {
    text-align: right !important;
    margin-top: 10px !important;
    width: 100%; }
  .hp-live {
    padding-top: 0; }
  .hp-blog {
    padding: 0; }
    .hp-blog .blog-text {
      margin-left: 0;
      padding: 0 30px;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: auto;
      left: auto; } }

/************************************************************************************
+ BREAKPOINT IS SMALL
************************************************************************************/
@media screen and (max-width: 39.9375em) {
  .hp-slider h2 {
    font-size: 2.5rem;
    line-height: 2.75rem; }
  .hp-slider, .hp-slider .slider {
    height: 350px; }
    .hp-slider .slick-slide, .hp-slider .slider .slick-slide {
      padding: 20px; }
    .hp-slider .slick-dots, .hp-slider .slider .slick-dots {
      padding: 0 0 0 20px; }
      .hp-slider .slick-dots li a, .hp-slider .slider .slick-dots li a {
        height: 5px; }
  .hp-centre {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .hp-brand {
    margin-top: 0 !important;
    padding: 10px 10px !important; }
  .hp-techno {
    padding: 0 10px !important; }
    .hp-techno h1 {
      line-height: 2.75rem !important; }
    .hp-techno h4 {
      padding-top: 0; }
    .hp-techno .text {
      padding-right: 20px; }
  .hp-live {
    padding: 0 0px !important; }
    .hp-live .sl-box .sl-name, .hp-live .sl-box .ico {
      display: none; }
    .hp-live .sl-box .sl-text {
      line-height: 1.75rem !important; }
    .hp-live .mobile-sl-header {
      font-size: 1rem;
      color: #696b66;
      position: relative;
      margin: 10px 0 5px 0 !important; }
      .hp-live .mobile-sl-header .ico {
        margin-left: 5px; }
      .hp-live .mobile-sl-header .ico--small-arrow-right {
        position: absolute;
        right: 20px;
        top: 2px; }
      .hp-live .mobile-sl-header .title {
        padding: 2px 0 0 5px; }
    .hp-live .slider-sl {
      margin-bottom: 50px !important;
      overflow: visible; }
      .hp-live .slider-sl .slick-dots {
        bottom: -30px !important; }
    .hp-live .slick-slide {
      padding-top: 0;
      margin-right: 10px; }
    .hp-live .box-instagram {
      padding: 0 !important; }
  .hp-blog h2 {
    padding-bottom: 0; }
  .hp-blog .blog-text {
    padding: 0; }
    .hp-blog .blog-text .dips, .hp-blog .blog-text:after, .hp-blog .blog-text:before {
      display: none; }
    .hp-blog .blog-text p b, .hp-blog .blog-text p strong {
      color: #004b93; } }

/* PRESSE
***********************************************************************/
.page--presse {
  padding: 0 80px 80px 80px !important; }
  .page--presse .bloc--banner {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
  .page--presse .list--row {
    margin-bottom: 40px !important;
    padding: 0 80px !important; }
    @media screen and (min-width: 90em) {
      .page--presse .list--row {
        padding: 0 10% !important; } }
    .page--presse .list--row:last-child {
      margin-bottom: 0 !important;
      padding-bottom: 40px !important; }
    .page--presse .list--row .item--box {
      position: relative; }
    .page--presse .list--row .item--content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 40px 40px;
      margin-left: -80px !important;
      width: 70%;
      text-align: left;
      background-color: #fff; }
      .page--presse .list--row .item--content h2 {
        font-size: 2.75rem;
        margin-bottom: 20px; }
      .page--presse .list--row .item--content p {
        font-size: 1rem;
        line-height: 1.25rem; }
    .page--presse .list--row .item-offset .item--content {
      margin-right: -80px !important;
      text-align: right;
      right: 0; }
  .page--presse .list--covers {
    margin-top: 30px; }
  .page--presse h2 {
    text-transform: none;
    font-size: 1.8rem; }
  .page--presse .presse--cover {
    padding: 10px 10px 30px 0; }
    .page--presse .presse--cover .img {
      height: 0;
      width: 100%;
      padding-bottom: 100%;
      overflow: hidden; }
    .page--presse .presse--cover img {
      margin-bottom: 10px; }
    .page--presse .presse--cover h2 {
      font-size: 1.5rem;
      line-height: 1.7rem; }
    .page--presse .presse--cover h4 {
      margin-bottom: 0;
      margin-top: 20px; }
    .page--presse .presse--cover .cat {
      font-size: .9rem;
      margin-bottom: 10px; }
      .page--presse .presse--cover .cat a {
        color: #696b66 !important;
        text-transform: lowercase; }
    .page--presse .presse--cover .file {
      text-transform: uppercase;
      color: #696b66 !important; }
      .page--presse .presse--cover .file:hover {
        color: #005ca6 !important; }
  .page--presse .no-rslt {
    margin: 40px 0 300px 0; }

@media screen and (max-width: 76.1875em) {
  .bloc--banner {
    margin-left: 20px !important;
    min-height: 80px !important; } }

@media screen and (max-width: 39.9375em) {
  .page--presse .bloc--banner .box {
    margin-left: 15px !important; }
  .page--presse .list--row {
    padding: 0 20px !important;
    margin-bottom: 0 !important; }
  .page--presse .item--box .item--content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
    width: 100%;
    left: auto;
    top: auto;
    padding-top: 20px;
    margin-left: 0px !important; }
    .page--presse .item--box .item--content h2, .page--presse .item--box .item--content p {
      text-align: center; } }

/* DEFAULT
***********************************************************************/
.bloc {
  margin: 40px 0;
  padding: 40px 0; }
  .bloc:last-child {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 76.1875em) {
    .bloc {
      padding: 20px 20px !important; } }
  @media screen and (max-width: 39.9375em) {
    .bloc {
      margin: 20px 0;
      padding: 20px 10px !important; } }

.remove-margin-top {
  margin-top: 0 !important; }

.remove-margin-bottom {
  margin-bottom: 0 !important; }

.remove-padding-bottom {
  padding-bottom: 0 !important; }

.remove-padding-top {
  padding-top: 0 !important; }

/* MISC
***********************************************************************/
.embed-container {
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 40em) and (max-width: 76.1875em) {
    .embed-container {
      height: 400px; } }
  @media screen and (max-width: 39.9375em) {
    .embed-container {
      height: 200px; } }
  .embed-container iframe {
    width: 100%;
    height: 100%; }

/*
***********************************************************************/
/**
 * GENERAL
 * MEDIA QUERIES
 */
/* GENERAL
---------------------------------------- */
#social-sharing + .bloc--banner.no-img .box {
  margin-top: 50px; }

.bloc--banner {
  position: relative;
  margin-top: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .bloc--banner::before {
    display: block;
    width: 1px;
    min-height: 290px;
    padding-top: 41%;
    visibility: hidden;
    -webkit-flex: 0 0 1px;
        -ms-flex: 0 0 1px;
            flex: 0 0 1px;
    content: ''; }
  .bloc--banner.no-img::before {
    display: none; }
  .bloc--banner.no-img .box {
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 25px;
    text-align: center; }
    .bloc--banner.no-img .box::before, .bloc--banner.no-img .box::after {
      display: none; }
  .bloc--banner.no-img .sub-title, .bloc--banner.no-img .text {
    color: #696b66; }
  .bloc--banner .box {
    width: 50%;
    max-width: 660px;
    margin: 0 0 0 auto;
    padding: 10.7% 60px 20px;
    z-index: 5;
    font-family: Axia, Arial, sans-serif;
    text-align: right; }
  .bloc--banner .head {
    position: relative;
    padding-bottom: 35px; }
    .bloc--banner .head::before, .bloc--banner .head::after {
      position: absolute;
      width: 50px;
      height: 2px;
      background-color: #fff;
      content: ''; }
    .bloc--banner .head::before {
      -webkit-transform: translate(-55px, -8px) rotate(-48deg);
          -ms-transform: translate(-55px, -8px) rotate(-48deg);
              transform: translate(-55px, -8px) rotate(-48deg); }
    .bloc--banner .head::after {
      right: 0;
      bottom: 19px;
      -webkit-transform: rotate(-48deg);
          -ms-transform: rotate(-48deg);
              transform: rotate(-48deg); }
  .bloc--banner .title {
    display: inline-block;
    margin-bottom: 0;
    font-family: inherit;
    font-size: 2.75rem;
    line-height: 120%;
    font-weight: 300;
    color: #004b93;
    text-transform: uppercase; }
    .bloc--banner .title span {
      padding: 0; }
  .bloc--banner .sub-title {
    font-family: inherit;
    font-size: 4.5rem;
    line-height: 100%;
    font-weight: bold;
    color: #fff; }
  .bloc--banner .text {
    margin-top: 5px;
    font-size: 1.5rem;
    line-height: 125%;
    font-weight: 300;
    color: #fff; }
    .bloc--banner .text * {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
  .bloc--banner .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 0;
    background-size: cover; }

/* MEDIA QUERIES
---------------------------------------- */
@media screen and (max-width: 76.1875em) {
  .bloc.bloc--banner {
    padding: 0 !important;
    margin-right: 20px !important; }
  .bloc--banner .box {
    padding-top: calc(12.2% + 15px); } }

@media only screen and (max-width: 1024px) {
  .bloc--banner .box {
    padding-right: 30px;
    padding-left: 30px; } }

@media only screen and (max-width: 960px) {
  .bloc--banner .box {
    width: 100%;
    max-width: 410px; } }

@media only screen and (max-width: 650px) {
  .bloc--banner {
    display: block; }
    .bloc--banner::before {
      display: none; }
    .bloc--banner .box {
      max-width: 100%;
      padding: 10px 0 0;
      text-shadow: 0 0 0 transparent; }
    .bloc--banner .head::before, .bloc--banner .head::after {
      width: 30px;
      background-color: #696b66; }
    .bloc--banner .head::before {
      -webkit-transform: translate(-41px, -8px) rotate(-48deg);
          -ms-transform: translate(-41px, -8px) rotate(-48deg);
              transform: translate(-41px, -8px) rotate(-48deg); }
    .bloc--banner .head::after {
      bottom: 15px; }
    .bloc--banner .sub-title, .bloc--banner .text {
      color: #696b66; }
    .bloc--banner .sub-title {
      font-size: 3.5rem;
      line-height: 100%; }
    .bloc--banner .background {
      position: static;
      padding-top: 40.8%; } }

.bloc--button ul, .bloc--button li {
  margin: 0;
  padding: 0;
  list-style: none; }

.bloc--button li {
  display: inline-block; }

.bloc--button a {
  margin: 0 20px; }

@media screen and (max-width: 39.9375em) {
  .bloc--button li {
    display: block; }
  .bloc--button a {
    margin: 10px 20px; } }

/* CARTE SOINS
***********************************************************************/
.bloc--carte-soins {
  padding: 20px 80px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--carte-soins > .row {
    border-left: 10px solid #f4f4f4;
    margin: 40px 40px 0 40px !important;
    position: relative; }
    .bloc--carte-soins > .row:before, .bloc--carte-soins > .row:after {
      content: '';
      position: absolute;
      left: 0;
      border-top: 10px solid #f4f4f4;
      width: 120px;
      height: 10px; }
    .bloc--carte-soins > .row:before {
      top: 0; }
    .bloc--carte-soins > .row:after {
      bottom: 0; }
  .bloc--carte-soins .carte-item {
    padding: 30px 20px !important; }
    .bloc--carte-soins .carte-item p {
      color: #696b66; }
    .bloc--carte-soins .carte-item h3, .bloc--carte-soins .carte-item p {
      position: relative;
      padding-left: 80px; }
    .bloc--carte-soins .carte-item b, .bloc--carte-soins .carte-item strong {
      color: #004b93; }
    .bloc--carte-soins .carte-item .duration {
      float: left;
      margin-right: 10px;
      position: relative;
      text-align: center;
      width: 60px;
      padding-top: 10px;
      font-size: 1.75rem; }
      .bloc--carte-soins .carte-item .duration .ico {
        position: absolute;
        top: 0;
        left: 0; }
    .bloc--carte-soins .carte-item p, .bloc--carte-soins .carte-item .duration {
      transition: 200ms all ease-out; }
    .bloc--carte-soins .carte-item:hover p {
      color: #000; }
    .bloc--carte-soins .carte-item:hover .duration {
      color: #005ca6; }
  @media screen and (max-width: 76.1875em) {
    .bloc--carte-soins .carte-item .duration {
      padding-top: 15px; } }
  @media screen and (max-width: 39.9375em) {
    .bloc--carte-soins > .row {
      margin: 10px 0 0 0 !important;
      border: none; }
      .bloc--carte-soins > .row:before, .bloc--carte-soins > .row:after {
        display: none; }
    .bloc--carte-soins .carte-item {
      padding: 20px 10px 0 10px !important; }
      .bloc--carte-soins .carte-item h3 {
        font-size: 2rem; } }

/* CENTRE
***********************************************************************/
.bloc--centre {
  padding: 20px 20px 40px 40px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--centre .head {
    display: inline-block; }
    .bloc--centre .head .ico {
      display: block;
      margin: 0 auto; }
  .bloc--centre .choice {
    display: block;
    padding: 0 20px 0 0; }
    .bloc--centre .choice.choice--sentence {
      font-size: 2.5rem;
      line-height: 3.75rem;
      font-weight: 100; }
    .bloc--centre .choice.choice--list {
      font-size: 2.5rem;
      font-weight: 600;
      position: relative;
      overflow: hidden; }
      .bloc--centre .choice.choice--list:hover {
        overflow: visible; }
      .bloc--centre .choice.choice--list .selected {
        display: inline-block;
        font-family: Axia, Arial, sans-serif;
        color: #004b93;
        font-weight: 900; }
      .bloc--centre .choice.choice--list .ico {
        display: inline-block;
        color: #004b93; }
      .bloc--centre .choice.choice--list ul {
        position: absolute;
        z-index: 33;
        top: 5px;
        background-color: #fff;
        border: 1px solid #004b93;
        padding: 0;
        margin: 0;
        transition: 100ms all ease-in; }
        .bloc--centre .choice.choice--list ul li {
          list-style: none;
          padding: 10px 40px;
          font-size: 1.5rem;
          font-weight: normal;
          width: 100%;
          white-space: nowrap;
          transition: 200ms all ease-out; }
          .bloc--centre .choice.choice--list ul li:hover {
            background-color: #004b93;
            color: #fff;
            cursor: pointer; }
        .bloc--centre .choice.choice--list ul.disable {
          opacity: 0; }
      .bloc--centre .choice.choice--list.geo {
        text-align: left; }
        .bloc--centre .choice.choice--list.geo ul {
          border: none; }
        .bloc--centre .choice.choice--list.geo li {
          font-size: 1.25rem;
          padding: 0 20px 0 0;
          color: #696b66; }
          .bloc--centre .choice.choice--list.geo li.input {
            padding: 0; }
          .bloc--centre .choice.choice--list.geo li:hover {
            background-color: transparent;
            color: #000; }
        .bloc--centre .choice.choice--list.geo input[type='text'] {
          width: 100%;
          border: none;
          border-bottom: 1px solid #000;
          margin-bottom: 5px;
          font-size: 1.5rem; }
    .bloc--centre .choice.choice--submit {
      margin-left: 30px;
      padding-top: 10px; }

/* CHIFFRES
***********************************************************************/
.bloc--chiffres {
  padding: 0 80px 80px 80px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--chiffres .slick-list {
    padding-bottom: 40px !important; }
  .bloc--chiffres .title-center {
    text-align: center; }
    .bloc--chiffres .title-center h2 {
      font-family: Roboto;
      color: #0a0a0a; }
    .bloc--chiffres .title-center h4 {
      margin-right: auto;
      margin-left: auto;
      color: #004b93; }
      .bloc--chiffres .title-center h4::after {
        display: none; }
    @media screen and (min-width: 40em) {
      .bloc--chiffres .title-center {
        padding: 0 140px !important; } }
  .bloc--chiffres h2 {
    padding-bottom: 20px;
    font-family: Axia, Arial, sans-serif;
    color: #004b93; }
  .bloc--chiffres .fact--item {
    padding-right: 20px !important;
    color: #fff;
    min-height: 280px;
    max-height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .bloc--chiffres .fact--item:nth-child(odd) {
      top: 40px; }
    .bloc--chiffres .fact--item:nth-child(1) {
      transition-delay: 100ms !important; }
    .bloc--chiffres .fact--item:nth-child(2) {
      transition-delay: 300ms !important; }
    .bloc--chiffres .fact--item:nth-child(3) {
      transition-delay: 450ms !important; }
    .bloc--chiffres .fact--item:nth-child(4) {
      transition-delay: 550ms !important; }
    .bloc--chiffres .fact--item:nth-child(5) {
      transition-delay: 700ms !important; }
    .bloc--chiffres .fact--item h3 {
      font-size: 4rem;
      line-height: 3.8rem;
      white-space: nowrap;
      padding-bottom: 10px;
      font-family: "Industryy", Arial, sans-serif;
      color: #004b93;
      font-weight: 100;
      position: relative;
      overflow: hidden; }
      .bloc--chiffres .fact--item h3.small {
        font-size: 3.2rem; }
      .bloc--chiffres .fact--item h3.smaller {
        font-size: 2.5rem; }
      .bloc--chiffres .fact--item h3 .unit {
        font-size: 0.69em; }
      .bloc--chiffres .fact--item h3 span {
        position: relative;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        display: inline-block;
        transition: 333ms -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.15);
        transition: 333ms transform cubic-bezier(0.68, -0.55, 0.265, 1.15);
        transition: 333ms transform cubic-bezier(0.68, -0.55, 0.265, 1.15), 333ms -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.15); }
        .bloc--chiffres .fact--item h3 span:nth-child(1) {
          transition-delay: 130ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(2) {
          transition-delay: 260ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(3) {
          transition-delay: 390ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(4) {
          transition-delay: 520ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(5) {
          transition-delay: 650ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(6) {
          transition-delay: 780ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(7) {
          transition-delay: 910ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(8) {
          transition-delay: 1040ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(9) {
          transition-delay: 1170ms !important; }
        .bloc--chiffres .fact--item h3 span:nth-child(10) {
          transition-delay: 1300ms !important; }
    .bloc--chiffres .fact--item.animate--reveal h3 span {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .bloc--chiffres .fact--item.animate--reveal p, .bloc--chiffres .fact--item.animate--reveal .legend {
      opacity: 1; }
    .bloc--chiffres .fact--item p {
      font-size: 1rem;
      line-height: 1.1rem;
      font-weight: 300;
      opacity: 0;
      transition: 300ms opacity ease-out 400ms;
      color: #181818; }
    .bloc--chiffres .fact--item .legend {
      color: #696b66;
      font-size: .70rem;
      line-height: .7rem;
      font-style: italic;
      position: absolute;
      bottom: 10px;
      width: 100%;
      left: 0;
      right: 0;
      display: inline-block;
      text-align: center;
      padding: 0 10px 0px 10px;
      transition: 333ms opacity ease-out 750ms;
      opacity: 0; }
    .bloc--chiffres .fact--item img {
      width: 75px;
      padding-bottom: 20px;
      margin: 0 auto; }
  .bloc--chiffres .square {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #f6f6f6; }
  .bloc--chiffres .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 20px; }
  .bloc--chiffres .source {
    padding: 5px 20px 10px 0;
    padding-top: 25px;
    font-size: .8rem;
    line-height: .9rem;
    font-style: italic;
    color: #999;
    width: 100%;
    text-align: right !important; }
  .bloc--chiffres .link-more {
    margin-top: 60px !important; }
    .bloc--chiffres .link-more.foo-left {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .bloc--chiffres .link-more.foo-center a {
      margin-left: auto;
      margin-right: auto; }
    .bloc--chiffres .link-more.foo-right {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  @media screen and (max-width: 76.1875em) {
    .bloc--chiffres .slick-list {
      padding-bottom: 10px !important; }
    .bloc--chiffres .fact--item {
      min-height: auto; }
      .bloc--chiffres .fact--item p {
        font-size: 1.2rem;
        line-height: 1.4rem; } }
  @media screen and (max-width: 39.9375em) {
    .bloc--chiffres .slider {
      overflow: visible;
      margin-bottom: 30px; }
    .bloc--chiffres .slick-dots {
      bottom: -30px !important; }
    .bloc--chiffres .fact--item {
      top: 0 !important;
      padding-right: 0 !important;
      min-height: auto; }
    .bloc--chiffres .square {
      height: 200px;
      width: 200px;
      margin: 0 auto;
      padding: 0 !important;
      text-align: center; }
    .bloc--chiffres .legend {
      padding-bottom: 10px !important; } }

/* FORM
***********************************************************************/
.bloc--form {
  padding: 40px 80px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--form.hidden {
    background-color: #fff !important;
    margin: 0 !important;
    padding: 10px !important; }
    .bloc--form.hidden > .row {
      display: none; }
  .bloc--form .form--col {
    padding-top: 100px; }
    .bloc--form .form--col .box-date {
      position: relative;
      padding-top: 35px;
      text-align: center;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .bloc--form .form--col .date-day {
      display: block;
      font-size: 1.25rem; }
    .bloc--form .form--col .date-month {
      display: block;
      font-size: 0.7rem;
      font-weight: bold;
      line-height: .7rem; }
    .bloc--form .form--col .ico--calendar {
      position: absolute;
      top: 0;
      left: 0; }
    .bloc--form .form--col h5 {
      display: inline-block;
      font-size: 1rem; }
  .bloc--form #form-selected .box-date {
    width: 80px !important;
    padding-top: 30px; }
  @media screen and (max-width: 39.9375em) {
    .bloc--form {
      padding: 20px !important; }
      .bloc--form .gf-half span {
        width: 100%; }
      .bloc--form #form-selected .box-date {
        width: 56px !important; } }

/* FORMATION
***********************************************************************/
.bloc--formation {
  padding: 20px 80px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--formation .list--formation {
    margin-top: 40px !important;
    margin-bottom: 120px !important; }
    .bloc--formation .list--formation .column, .bloc--formation .list--formation .columns {
      position: relative;
      margin-bottom: 100px; }
    .bloc--formation .list--formation .box-date {
      width: 140px;
      height: 140px;
      padding: 40px 40px;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
      transition: 333ms box-shadow ease-in; }
      .bloc--formation .list--formation .box-date .date-day,
      .bloc--formation .list--formation .box-date .date-month {
        display: block;
        text-align: center; }
      .bloc--formation .list--formation .box-date .date-day {
        font-size: 1.35rem;
        line-height: .9rem;
        padding-top: 30px; }
      .bloc--formation .list--formation .box-date .date-month {
        font-size: .70rem;
        font-weight: bold;
        text-transform: uppercase; }
      .bloc--formation .list--formation .box-date .ico {
        position: absolute;
        z-index: -1;
        top: 30px;
        left: 31px; }
    .bloc--formation .list--formation .box {
      padding: 20px 40px;
      position: relative;
      top: 70px;
      left: 100px;
      margin-right: 100px;
      background-color: #fff; }
      .bloc--formation .list--formation .box h2 {
        font-size: 1.75rem; }
      .bloc--formation .list--formation .box h4 {
        margin-bottom: 0px; }
      .bloc--formation .list--formation .box h5 {
        display: inline;
        font-size: .75rem;
        font-weight: bold;
        color: #696b66;
        margin-left: 0px; }
      .bloc--formation .list--formation .box a {
        font-size: .8rem;
        font-weight: bold;
        text-transform: uppercase; }
        .bloc--formation .list--formation .box a:last-child {
          margin-left: 40px; }
  .bloc--formation .list--download a:not(:last-child) {
    margin: 0 20px; }
  @media screen and (max-width: 76.1875em) {
    .bloc--formation .box-date {
      width: 60px !important;
      height: auto !important;
      box-shadow: none !important;
      padding: 10px 0 0 10px !important; }
      .bloc--formation .box-date .date-day {
        padding-top: 19px !important; }
      .bloc--formation .box-date .date-day, .bloc--formation .box-date .date-month {
        font-size: .8rem !important;
        line-height: .8rem !important; }
      .bloc--formation .box-date .ico--calendar {
        background-size: 375px 375px !important;
        background-position: -165px -210px !important;
        top: 0px !important;
        left: 4px !important;
        width: 60px !important;
        height: 85px !important; }
    .bloc--formation .box {
      top: 20px !important;
      left: 60px !important;
      padding: 0px 20px 10px 10px !important;
      margin-right: 50px !important; } }
  @media screen and (max-width: 39.9375em) {
    .bloc--formation {
      padding: 0 20px !important; }
      .bloc--formation.form--col {
        padding-left: 0 !important; }
      .bloc--formation .list--formation {
        margin-bottom: 0 !important; }
        .bloc--formation .list--formation .column, .bloc--formation .list--formation .columns {
          margin-bottom: 40px; }
      .bloc--formation .list--download {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .bloc--formation .list--download a {
          display: block !important;
          margin: 20px;
          width: 90%;
          text-align: center; } }

/* IMAGE
***********************************************************************/
.bloc--image {
  text-align: right;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--image figure {
    margin: 0;
    position: relative;
    display: inline-block; }
  .bloc--image figcaption {
    font-style: italic;
    color: #696b66;
    padding: 5px 0 10px 10px;
    display: inline-block;
    font-size: .875rem; }

/* LISTING COL TEXT + IMAGE
***********************************************************************/
.bloc--listing {
  padding: 20px 80px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--listing .header h2 {
    width: 100%; }
  .bloc--listing .header p {
    width: 50%;
    color: #696b66;
    margin-top: 20px; }
  .bloc--listing h2 {
    font-family: Axia, Arial, sans-serif;
    color: #004b93; }
  .bloc--listing .list--row {
    margin: 40px 0 !important; }
  .bloc--listing .box {
    text-align: right;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 30px 15px;
    width: 90%;
    z-index: 999; }
    .bloc--listing .box h3 {
      padding-bottom: 20px;
      font-family: Axia, Arial, sans-serif;
      color: #004b93; }
    .bloc--listing .box .text-list {
      color: #696b66;
      line-height: 1.75rem; }
      .bloc--listing .box .text-list b, .bloc--listing .box .text-list strong {
        color: #004b93; }
    .bloc--listing .box a {
      text-transform: uppercase;
      color: #004b93 !important;
      font-size: .75rem;
      font-weight: 600; }
      .bloc--listing .box a:hover img {
        border: 10px red solid !important; }
    .bloc--listing .box b, .bloc--listing .box strong {
      color: #004b93; }
  .bloc--listing img.shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    transition: 333ms box-shadow ease-in; }
  .bloc--listing .product-box img {
    display: block; }
  .bloc--listing .align-left .box {
    left: 0;
    text-align: left; }
  .bloc--listing .align-left + .columns img {
    display: block;
    margin-right: 0;
    margin-left: auto; }
  @media screen and (max-width: 76.1875em) {
    .bloc--listing .header p {
      width: 100% !important; } }
  @media screen and (max-width: 39.9375em) {
    .bloc--listing {
      padding: 0 0 0 0 !important; }
      .bloc--listing .col-text {
        margin-top: -40px; }
      .bloc--listing h2 {
        margin: 0 20px !important;
        text-align: center;
        font-size: 3rem;
        line-height: 3rem;
        padding-top: 30px; }
      .bloc--listing .list--row .box {
        padding-top: 20px;
        margin: 0 auto;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 0;
        left: 0;
        right: 0;
        text-align: left; }
      .bloc--listing .list--row:last-child {
        margin-bottom: 0 !important; }
        .bloc--listing .list--row:last-child .box {
          padding-bottom: 0 !important; } }

/* PICTURES GRID
***********************************************************************/
.bloc--pictures-grid {
  padding: 0 80px 80px 80px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  @media screen and (min-width: 40em) {
    .bloc--pictures-grid .grid-item:nth-child(2) {
      top: 40px; }
    .bloc--pictures-grid .grid-item:nth-child(5) {
      top: 40px; }
    .bloc--pictures-grid .grid-item:nth-child(8) {
      top: 40px; }
    .bloc--pictures-grid .grid-item:nth-child(11) {
      top: 40px; }
    .bloc--pictures-grid .grid-item:nth-child(14) {
      top: 40px; }
    .bloc--pictures-grid .grid-item:nth-child(17) {
      top: 40px; }
    .bloc--pictures-grid .grid-item:nth-child(20) {
      top: 40px; } }
  .bloc--pictures-grid .grid-item .box {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
    transition: 333ms box-shadow ease-in;
    height: 92%;
    text-align: center;
    margin: 0 40px 40px 40px;
    padding: 40px 40px; }
    .bloc--pictures-grid .grid-item .box img {
      padding-bottom: 40px; }
    .bloc--pictures-grid .grid-item .box h2 {
      font-size: 1.4rem;
      line-height: 1.4rem;
      text-transform: uppercase; }
      .bloc--pictures-grid .grid-item .box h2:after {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        border-bottom: 1px solid #000;
        padding-top: 20px;
        margin: 0 auto; }
    .bloc--pictures-grid .grid-item .box p {
      padding-top: 10px;
      font-size: .9rem;
      line-height: 1rem; }

/* PUSH PRODUITS
***********************************************************************/
.bloc--push-produits {
  padding: 145px 0 0;
  padding-bottom: 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* MEDIUM
    ***********************************************************************/
  /* SMALL
    ***********************************************************************/ }
  .bloc--push-produits h2 {
    font-family: Axia, Arial, sans-serif;
    font-size: 2.3rem;
    line-height: 125%;
    color: #004b93; }
  .bloc--push-produits .box-push {
    display: inline-block;
    margin-bottom: -50px;
    padding-top: 30px;
    background-color: #fff;
    border: 7px solid #d9d9d9;
    text-align: center; }
    .bloc--push-produits .box-push h2 {
      margin-top: -90px;
      margin-bottom: 40px; }
  .bloc--push-produits .box-products .column, .bloc--push-produits .box-products .columns {
    padding: 0 10px; }
  .bloc--push-produits .box-products a:hover h3 {
    color: #000; }
  .bloc--push-produits .box-products h3 {
    font-size: .85rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #696b66;
    transition: 300ms color ease-out;
    margin-bottom: 0; }
    .bloc--push-produits .box-products h3.single:after {
      content: '';
      display: block;
      width: 20px;
      border-bottom: 1px solid #000;
      margin: 10px auto 0 auto; }
    .bloc--push-produits .box-products h3.or:before {
      content: attr(data-or);
      display: block;
      margin: 0 auto;
      font-size: .7rem; }
  .bloc--push-produits .box-products img {
    height: 125px;
    width: auto;
    padding-bottom: 10px;
    margin: 0 auto; }
  .bloc--push-produits .box-foo {
    padding: 20px 0 20px 0 !important; }
    .bloc--push-produits .box-foo p {
      width: 100%;
      text-align: center;
      margin: 0;
      line-height: 1.1rem;
      margin-bottom: 4px; }
    .bloc--push-produits .box-foo a {
      font-family: Axia, Arial, sans-serif;
      color: #004b93 !important;
      font-weight: bold;
      text-transform: uppercase;
      font-size: .85rem; }
      .bloc--push-produits .box-foo a::after {
        background-color: #004b93; }
    .bloc--push-produits .box-foo i, .bloc--push-produits .box-foo em {
      color: #696b66;
      font-size: .8rem; }
  @media only screen and (max-width: 768px) {
    .bloc--push-produits .bloc--push-produits .box-push {
      margin-bottom: -10px; } }
  @media screen and (max-width: 39.9375em) {
    .bloc--push-produits {
      padding-top: 0; }
      .bloc--push-produits .box-push {
        width: 60% !important; }
      .bloc--push-produits h2 {
        display: inline !important;
        width: 100%; }
      .bloc--push-produits .slider {
        overflow: visible; }
      .bloc--push-produits .slick-dots {
        bottom: -25px !important; } }

/* QUOTE / CITATION
***********************************************************************/
.bloc--quote {
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--quote .box {
    width: 90%;
    max-width: 800px;
    text-align: center;
    padding: 60px 0 20px 0;
    margin: 0 auto;
    position: relative; }
    .bloc--quote .box.centered {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
    .bloc--quote .box:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      z-index: -1;
      width: 60%;
      height: 100%;
      border: 10px solid #e5eef5; }
    .bloc--quote .box .icon {
      display: block;
      width: 80px;
      height: 60px;
      margin: 0 auto 40px;
      background: url("../images/quote.png") no-repeat center;
      background-size: cover; }
    .bloc--quote .box .quote p {
      font-size: 2.4rem;
      line-height: 3.0rem;
      font-weight: 100;
      margin: 0 0 40px 0; }
      .bloc--quote .box .quote p b, .bloc--quote .box .quote p strong {
        font-weight: 600;
        color: #004b93; }
    .bloc--quote .box .quote.smaller p {
      font-size: 1.4rem;
      line-height: 2.0rem; }
    .bloc--quote .box h4 {
      margin: 10px 0;
      color: #004b93; }
      .bloc--quote .box h4::after {
        background-color: #004b93; }
    .bloc--quote .box .source p {
      font-size: .8rem;
      font-style: italic;
      color: #999;
      padding: 20px 0 0 0; }
      .bloc--quote .box .source p a {
        color: #999 !important;
        text-decoration: underline; }
      .bloc--quote .box .source p a:hover {
        color: #000 !important; }
  .bloc--quote .quote-img {
    text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .bloc--quote {
      padding: 20px 0 !important; }
      .bloc--quote .box {
        padding-top: 40px; }
        .bloc--quote .box:after {
          width: 80%; }
        .bloc--quote .box.centered {
          position: relative !important;
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important;
          top: auto !important;
          left: auto !important; }
      .bloc--quote p {
        margin-bottom: 10px !important;
        font-size: 2rem !important;
        line-height: 2.75rem !important; }
      .bloc--quote .quote-img {
        padding-top: 20px; } }

/* REBOND PRODUITS
***********************************************************************/
.bloc--rebonds-produits {
  margin: 40px 80px 80px 80px;
  padding: 20px 0 20px 0;
  position: relative;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--rebonds-produits > .row {
    margin-bottom: 100px !important; }
  .bloc--rebonds-produits > .row:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -1;
    width: 80%;
    height: 80%;
    border: 10px solid #dfe6ec; }
  .bloc--rebonds-produits .list-with-1:after {
    width: 40%;
    margin-left: 80px; }
  .bloc--rebonds-produits .box-text h2 {
    font-size: 2.2rem; }
  .bloc--rebonds-produits .box-text a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.785rem; }
  .bloc--rebonds-produits .column:first-child .box-text, .bloc--rebonds-produits .columns:first-child .box-text {
    padding: 80px 0 0 20px; }
  .bloc--rebonds-produits .column:last-child:not(:first-child) .box-text, .bloc--rebonds-produits .columns:last-child:not(:first-child) .box-text {
    padding: 220px 0 0 20px; }
  .bloc--rebonds-produits .column:last-child:not(:first-child) .box-img img, .bloc--rebonds-produits .columns:last-child:not(:first-child) .box-img img {
    position: relative;
    left: -60px;
    top: 200px; }
  @media screen and (max-width: 39.9375em) {
    .bloc--rebonds-produits {
      margin: 0 !important;
      padding-bottom: 0 !important; }
      .bloc--rebonds-produits > .row {
        margin-bottom: 0 !important; }
        .bloc--rebonds-produits > .row:after {
          display: none; }
      .bloc--rebonds-produits .box-text {
        position: relative;
        padding: 80px 60px 20px 60px !important;
        margin-bottom: 60px; }
        .bloc--rebonds-produits .box-text:after {
          content: '';
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          z-index: -1;
          width: 80%;
          height: 100%;
          border: 10px solid #f4f4f4; }
      .bloc--rebonds-produits .box-img {
        text-align: center; }
        .bloc--rebonds-produits .box-img img {
          top: 0 !important;
          left: 0 !important;
          max-width: 60%;
          margin: 0 auto -60px auto; } }

/* REBONDS PAGE
***********************************************************************/
.bloc--rebonds {
  /* XLARGE
***********************************************************************/
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--rebonds h2 {
    color: #000; }
  .bloc--rebonds h4::after {
    display: none; }
  .bloc--rebonds .item {
    overflow: hidden; }
    .bloc--rebonds .item a {
      display: block; }
    .bloc--rebonds .item .box {
      position: absolute;
      z-index: 33;
      padding: 80px 0 0 40px; }
      .bloc--rebonds .item .box .ico {
        margin-top: 20px;
        transition: 333ms margin ease-out; }
    .bloc--rebonds .item h4::after {
      background-color: #004b93; }
    .bloc--rebonds .item .img {
      position: relative;
      z-index: 22; }
      .bloc--rebonds .item .img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        width: 100%;
        height: 100%;
        background-color: #004b93;
        border: 0 solid #fff;
        opacity: 0;
        transition: 333ms all ease-out; }
    .bloc--rebonds .item:hover .img:after {
      opacity: .7;
      border-width: 15px; }
    .bloc--rebonds .item:hover .box h2, .bloc--rebonds .item:hover .box h4 {
      color: #fff;
      transition-delay: 0ms !important; }
    .bloc--rebonds .item:hover .box h4:after {
      background-color: #fff; }
    .bloc--rebonds .item:hover .ico {
      margin-left: 5px;
      background-position: -120px -180px; }
  .bloc--rebonds .bloc--centre {
    padding-bottom: 0; }
    .bloc--rebonds .bloc--centre .choice {
      font-size: 2rem;
      line-height: 2.5rem; }
    .bloc--rebonds .bloc--centre .choice--submit {
      margin: 15px 0 0 0;
      line-height: 1.5rem; }
  @media screen and (min-width: 76.25em) {
    .bloc--rebonds a {
      display: inline;
      width: 100%; }
    .bloc--rebonds img {
      max-width: none !important;
      width: 100% !important; } }
  @media screen and (max-width: 76.1875em) {
    .bloc--rebonds .bloc--centre {
      padding: 0 20px; }
      .bloc--rebonds .bloc--centre .choice {
        font-size: 2rem;
        line-height: 2.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .bloc--rebonds .box {
      padding: 20px 0 0 20px !important; }
    .bloc--rebonds .bloc--centre {
      padding: 10px;
      text-align: center; }
      .bloc--rebonds .bloc--centre .head {
        text-align: center;
        display: block; }
      .bloc--rebonds .bloc--centre .choice {
        font-size: 1.5rem;
        line-height: 2.5rem; } }

/* MEDIUM
***********************************************************************/
/* SMALL
***********************************************************************/
/* SIMULATOR
***********************************************************************/
.bloc--simulator {
  margin-bottom: 0;
  background-color: #333;
  background-size: cover;
  background-position: center center;
  padding: 40px 20px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--simulator h2 {
    color: #fff;
    font-weight: 100;
    padding-bottom: 15px; }
    .bloc--simulator h2:after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      border-bottom: 1px solid #fff;
      padding-top: 20px;
      margin: 0 auto;
      transition: 200ms width ease-out 1110ms; }
    .bloc--simulator h2.animate--reveal:after {
      width: 20px; }
  .bloc--simulator p {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding: 0 0 20px 0; }
  .bloc--simulator a {
    margin-top: 10px; }
  @media screen and (max-width: 39.9375em) {
    .bloc--simulator {
      padding: 20px; }
      .bloc--simulator p {
        width: 100%; } }

/* MEDIUM
***********************************************************************/
/* SMALL
***********************************************************************/
/* MEDIUM
***********************************************************************/
/* SMALL
***********************************************************************/
/* TEXT : MULTIPLES CASES
***********************************************************************/
.bloc--text {
  padding: 0px 10px;
  /* MEDIUM
    ***********************************************************************/
  /* SMALL
    ***********************************************************************/ }
  .bloc--text.bloc--title-text .col:first-child {
    padding-right: 50px;
    text-align: right; }
  @media screen and (min-width: 40em) {
    .bloc--text {
      padding: 0px 80px; } }
  .bloc--text h2 {
    margin: 0 0 10px 0;
    font-family: Axia, Arial, sans-serif;
    font-size: 2.18rem;
    line-height: 2.5rem;
    font-weight: normal;
    color: #004b93;
    text-transform: uppercase; }
    .bloc--text h2 b, .bloc--text h2 strong {
      font-weight: 900; }
  .bloc--text h3 {
    font-size: 2.75rem;
    line-height: 2.5rem;
    font-weight: normal;
    margin: 0 0 10px 0; }
  .bloc--text p {
    color: #676767;
    margin: 10px 0; }
  .bloc--text b, .bloc--text strong {
    color: #004b93; }
  .bloc--text figcaption {
    font-weight: 100;
    font-size: .8rem;
    text-align: center;
    padding: 5px 10px; }
  .bloc--text .h2-hashtag {
    font-size: 2.7rem;
    line-height: 2.75rem;
    font-weight: 300;
    color: #005ca6; }
  @media screen and (min-width: 40em) {
    .bloc--text.simple {
      padding: 0 200px; } }
  @media screen and (min-width: 90em) {
    .bloc--text .col-title {
      text-align: right;
      padding-right: 3%;
      padding-top: 15px; } }
  .bloc--text .box-outlined {
    border: 10px solid #dfe6ec;
    height: 100%;
    padding: 80px 180px 80px 80px;
    margin-right: -100px; }
    .bloc--text .box-outlined h4 {
      color: #004b93; }
      .bloc--text .box-outlined h4::after {
        background-color: #004b93; }
  .bloc--text .align-left .box-img {
    right: 0; }
  .bloc--text .align-right .box-outlined {
    padding: 80px 80px 80px 140px;
    margin-left: -100px;
    margin-right: auto; }
  .bloc--text .box-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 85%;
    max-width: 600px;
    overflow: hidden; }
    .bloc--text .box-img figure {
      position: relative;
      top: 0;
      left: 0;
      margin: 0; }
  .bloc--text .box-video {
    z-index: 33;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer; }
    .bloc--text .box-video .embed-container {
      display: none; }
    .bloc--text .box-video .ico {
      position: absolute;
      left: 40px;
      bottom: 40px; }
  @media screen and (max-width: 76.1875em) {
    .bloc--text.simple {
      padding: 0 20px; } }
  @media screen and (max-width: 39.9375em) {
    .bloc--text {
      margin-bottom: 0 !important; }
      .bloc--text.simple {
        padding: 20px 20px !important;
        margin: 0 !important; }
      .bloc--text:not(.simple) {
        padding: 20px 0 0 0 !important; }
        .bloc--text:not(.simple) .col {
          padding-left: 20px;
          padding-right: 20px; }
      .bloc--text .box-outlined {
        padding: 10px 10px 40px 10px !important;
        margin-right: 20px !important;
        margin-left: 20px !important; }
      .bloc--text .box-img {
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: -40px; }
        .bloc--text .box-img figure {
          margin: 0; }
      .bloc--text .box-video .ico {
        left: 10px;
        bottom: 20px; }
      .bloc--text .h2-hashtag {
        font-size: 1.2rem;
        line-height: 1.75rem; } }

.bloc--temoignage {
  padding: 40px 40px;
  background-color: #F6F6F6;
  color: #fff; }
  .bloc--temoignage h2 {
    font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #000; }
  @media screen and (min-width: 40em) {
    .bloc--temoignage .slider-temoins .img {
      float: right;
      margin-right: 40px; } }
  .bloc--temoignage .slick-slider {
    margin-left: 0; }
  @media screen and (min-width: 40em) {
    .bloc--temoignage .slick-slide {
      margin: 0 100px; } }
  .bloc--temoignage .slick-dots {
    bottom: 0px !important;
    display: none !important; }
    .bloc--temoignage .slick-dots li button {
      opacity: 0; }
    .bloc--temoignage .slick-dots li {
      width: 16px;
      height: 16px;
      margin: 5px;
      list-style: none;
      background-color: #fff;
      border: 2px solid #fff;
      border-radius: 50%;
      cursor: pointer;
      position: relative;
      display: inline-block;
      transition: 550ms all ease-out;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
      .bloc--temoignage .slick-dots li:not(.slick-active):hover {
        border-color: #3fcfd5;
        transition: 250ms all ease-in 0 !important; }
      .bloc--temoignage .slick-dots li:before {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transform: scale3d(0, 0, 0);
                transform: scale3d(0, 0, 0);
        transition: 250ms -webkit-transform ease-in;
        transition: 250ms transform ease-in;
        transition: 250ms transform ease-in, 250ms -webkit-transform ease-in; }
      .bloc--temoignage .slick-dots li.current, .bloc--temoignage .slick-dots li.slick-active {
        width: 16px;
        height: 16px; }
        .bloc--temoignage .slick-dots li.current:before, .bloc--temoignage .slick-dots li.slick-active:before {
          -webkit-transform: scale3d(1, 1, 1);
                  transform: scale3d(1, 1, 1); }
  .bloc--temoignage .slick-prev {
    left: 0; }
    .bloc--temoignage .slick-prev:hover .ico {
      left: 47% !important; }
  .bloc--temoignage .slick-next {
    right: 0; }
    .bloc--temoignage .slick-next:hover .ico {
      left: 53% !important; }
  .bloc--temoignage .slick-prev, .bloc--temoignage .slick-next {
    top: 35%;
    transition: 250ms all ease-out !important;
    opacity: .7;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff; }
    .bloc--temoignage .slick-prev:hover, .bloc--temoignage .slick-next:hover {
      opacity: 1; }
  .bloc--temoignage .ico--arrow-left,
  .bloc--temoignage .ico--arrow-right {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: 200ms left ease-out; }
  .bloc--temoignage .quote {
    position: relative;
    margin-right: 30px;
    padding: 30px 40px; }
    .bloc--temoignage .quote:before, .bloc--temoignage .quote:after {
      position: absolute;
      display: inline-block;
      background: url("../images/sprite-lpg.svg");
      background-size: 500px 500px;
      width: 40px;
      height: 40px;
      content: ''; }
    .bloc--temoignage .quote:before {
      background-position: -80px -200px;
      top: 0px;
      left: 20px; }
    .bloc--temoignage .quote:after {
      background-position: -80px -240px;
      bottom: 20px;
      right: 20px; }
  .bloc--temoignage .legend {
    margin: -20px 0 0 40px; }
  @media screen and (min-width: 40em) and (max-width: 76.1875em) {
    .bloc--temoignage .slick-slider {
      padding: 0 40px; }
    .bloc--temoignage .slick-prev, .bloc--temoignage .slick-next {
      width: 60px;
      height: 60px; }
    .bloc--temoignage .slick-prev {
      left: 20px; }
    .bloc--temoignage .slick-next {
      right: 20px; } }
  @media screen and (max-width: 39.9375em) {
    .bloc--temoignage .slick-slider {
      padding-bottom: 40px; }
    .bloc--temoignage .slick-prev, .bloc--temoignage .slick-next {
      display: none !important; }
    .bloc--temoignage .slick-dots {
      display: block !important; }
    .bloc--temoignage .slick-slide img {
      display: inline; } }

/* POST PAGINATION
***********************************************************************/
.posts-pagination ul,
.listing-nav ul {
  margin-right: 20px; }
  .posts-pagination ul li,
  .listing-nav ul li {
    display: inline-block;
    list-style: none; }
    .posts-pagination ul li a,
    .listing-nav ul li a {
      color: #000 !important; }
    .posts-pagination ul li:hover a,
    .listing-nav ul li:hover a {
      color: #005ca6; }
    .posts-pagination ul li:hover a:after,
    .listing-nav ul li:hover a:after {
      display: none; }
    .posts-pagination ul li span.current,
    .posts-pagination ul li.current a,
    .listing-nav ul li span.current,
    .listing-nav ul li.current a {
      font-weight: bold !important;
      padding: 0 2px; }

/* SOCIAL SHARING
***********************************************************************/
#social-sharing {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 33; }
  #social-sharing .title {
    display: block;
    margin-bottom: 5px;
    text-align: right;
    font-size: 0.75rem;
    line-height: 100%;
    font-weight: bold;
    color: #004b93;
    text-transform: uppercase; }
  #social-sharing a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-left: 3px;
    opacity: 1;
    background: transparent no-repeat center;
    background-size: contain;
    text-decoration: none !important;
    transition: all 300ms ease; }
    #social-sharing a::before {
      display: block;
      width: 100%;
      padding-top: 100%;
      visibility: hidden;
      content: ''; }
    #social-sharing a::after {
      display: none; }
    #social-sharing a:hover {
      opacity: 0.75; }
    #social-sharing a.facebook {
      background-image: url("../images/svg/facebook.svg"); }
    #social-sharing a.twitter {
      background-image: url("../images/svg/twitter.svg"); }
    #social-sharing a.linkedin {
      background-image: url("../images/svg/linkedin.svg"); }
  @media screen and (max-width: 1219px) {
    #social-sharing {
      top: 0; } }

/* SIDEBAR
***********************************************************************/
.sidebar {
  padding: 0 0 0 0;
  width: 100%; }
  .sidebar #social-sharing {
    position: static;
    right: auto;
    margin-top: 20px; }
  .sidebar form {
    width: 100%; }

/* SEARCH
***********************************************************************/
.search-box {
  padding: 20px 20px;
  background-color: #e2e2e5;
  position: relative; }
  .search-box input[type="checkbox"] {
    margin: 0 5px 0 0; }
  .search-box input[type="submit"] {
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-style: 1rem;
    padding: 5px 15px;
    margin-top: 10px;
    background-color: #005ca6;
    border: 1px solid #005ca6;
    transition: 200ms all ease-out; }
    .search-box input[type="submit"]:hover {
      background-color: #fff;
      color: #005ca6; }
  .search-box select {
    margin-bottom: 10px; }
  .search-box form > .column:not(:first-child):not(:last-child), .search-box form > .columns:not(:first-child):not(:last-child) {
    padding: 0 20px; }
  .search-box p {
    margin-bottom: 0; }

/* COCHE
***********************************************************************/
.coche:before, .coche:after {
  content: '';
  position: absolute;
  background-color: #005ca6; }

.coche.top-left:before {
  top: 0;
  left: 0;
  width: 80px;
  height: 16px; }

.coche.top-left:after {
  top: 0;
  left: 0;
  width: 16px;
  height: 80px; }

.coche.top-right:before {
  top: 0;
  right: 0;
  width: 80px;
  height: 16px; }

.coche.top-right:after {
  top: 0;
  right: 0;
  width: 16px;
  height: 80px; }

.coche h2 {
  color: #005ca6;
  font-size: 3rem;
  position: relative;
  text-transform: none; }

/* BLOG *******/
.page--blog {
  /** POST
    **************************************************************/
  /** LISTING SIDEBAR
    **************************************************************/
  /** LISTING BOX
    **************************************************************/ }
  .page--blog .inside {
    padding: 0 80px; }
  .page--blog .blog--header {
    padding-bottom: 40px !important; }
  .page--blog .post--date:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #000;
    margin-right: 10px; }
  .page--blog .bloc {
    padding-left: 0 !important;
    padding-right: 40px !important; }
  .page--blog .blog--back {
    margin-bottom: 40px; }
    .page--blog .blog--back a {
      font-size: .75rem;
      font-weight: bold;
      text-transform: uppercase; }
  .page--blog .blog-category {
    padding-right: 100px !important;
    margin-bottom: 20px; }
    .page--blog .blog-category li {
      list-style: none;
      padding: 5px 0px; }
      .page--blog .blog-category li:not(:first-child) {
        border-top: 1px solid #696b66; }
      .page--blog .blog-category li a {
        display: inline-block;
        width: 100%; }
      .page--blog .blog-category li a:after {
        display: none; }
      .page--blog .blog-category li:hover {
        background-color: #f4f4f4; }
      .page--blog .blog-category li.current-cat {
        font-weight: bold; }
  .page--blog .blog--list-box {
    overflow: hidden;
    margin-bottom: 20px; }
    .page--blog .blog--list-box:hover .blog--list-text {
      background-color: #004b93;
      color: #fff; }
      .page--blog .blog--list-box:hover .blog--list-text h3, .page--blog .blog--list-box:hover .blog--list-text h4, .page--blog .blog--list-box:hover .blog--list-text p {
        color: #fff; }
    .page--blog .blog--list-box .box {
      background-color: #f4f4f4;
      margin: 0 10px 20px 10px; }
    .page--blog .blog--list-box a {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 0 10px 20px 10px; }
      .page--blog .blog--list-box a h3, .page--blog .blog--list-box a h4, .page--blog .blog--list-box a p {
        transition: all 300ms ease; }
    .page--blog .blog--list-box .blog--list-img {
      width: 100%;
      height: 220px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .page--blog .blog--list-box.first .blog--list-img {
      height: 450px; }
    .page--blog .blog--list-box .blog--list-text {
      width: 100%;
      height: 100%;
      background-color: #f4f4f4;
      padding: 20px 40px;
      text-align: center;
      transition: 333ms all ease-out; }
      .page--blog .blog--list-box .blog--list-text h3 {
        font-weight: 100;
        color: #000;
        font-size: 1.75rem;
        line-height: 2.0rem; }
      .page--blog .blog--list-box .blog--list-text h4 {
        color: #000; }
      .page--blog .blog--list-box .blog--list-text p {
        color: #000; }
  .page--blog h1 {
    position: relative;
    z-index: 88; }
  .page--blog #posts-list-sticky {
    margin-top: -50px !important; }
  .page--blog #posts-list-slider {
    margin: 20px 80px 0 80px !important;
    width: 100%;
    text-align: center; }
    .page--blog #posts-list-slider .blog--list-box a {
      padding-left: 0;
      padding-right: 0; }
      .page--blog #posts-list-slider .blog--list-box a .blog--list-text {
        background-color: transparent !important; }
      .page--blog #posts-list-slider .blog--list-box a h3 {
        font-weight: normal;
        margin-top: 20px; }
      .page--blog #posts-list-slider .blog--list-box a p {
        color: #696b66; }
      .page--blog #posts-list-slider .blog--list-box a:hover {
        background-color: #f4f4f4; }
    .page--blog #posts-list-slider .slick-arrow {
      top: 0;
      height: 100%;
      width: 30px;
      background-color: #fff; }
      .page--blog #posts-list-slider .slick-arrow .ico {
        top: 25%;
        left: 5px;
        position: absolute; }
      .page--blog #posts-list-slider .slick-arrow.slick-prev {
        left: 0; }
      .page--blog #posts-list-slider .slick-arrow.slick-next {
        right: 0; }
  @media screen and (min-width: 40em) {
    .page--blog .slick-dots {
      display: none !important; } }
  @media screen and (max-width: 76.1875em) {
    .page--blog .inside h1 {
      font-size: 2.75rem !important; }
      .page--blog .inside h1 br {
        display: none; } }
  @media screen and (max-width: 39.9375em) {
    .page--blog .blog--back {
      margin-bottom: 0; }
    .page--blog .blog-category li {
      border-color: #b6b6b6 !important; }
    .page--blog #posts-list-sticky {
      margin-top: 0 !important; }
    .page--blog .blog--list-box.first .blog--list-img {
      height: 220px; }
    .page--blog #posts-list-slider {
      margin: 20px 0px !important; }
      .page--blog #posts-list-slider .slick-arrow {
        display: none !important; }
      .page--blog #posts-list-slider h3 {
        margin-top: 0 !important; }
    .page--blog .bloc {
      padding-top: 0 !important;
      padding-right: 0 !important; } }

/* .pum {
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 100%;
  height: 100%; } */
  /* .pum .pum-container {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    margin: auto !important;
    height: 100% !important;
    width: 100% !important; } */
    /* .pum .pum-container .pum-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      max-width: 780px;
      width: 100%;
      height: 400px; } */
  .pum .popmake-close {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    background-color: #fff !important;
    color: #fff;
    font-size: 0 !important;
    background: url("../images/sprite-endermologie.svg") !important;
    background-size: 500px 500px !important;
    text-indent: -999px;
    overflow: hidden;
    outline: none;
    background-position: -80px -200px !important;
    width: 40px !important;
    height: 40px !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background-color: #fff; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -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;
  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; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 44;
  padding: 10px 5px !important;
  display: block;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -35px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -35px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  overflow: hidden; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

@media screen and (max-width: 76.1875em) {
  html {
    font-size: 12px; }
  .desktop-menu li:not(.is-submenu-item) {
    font-size: .8rem; }
  #mobile-menu, .title-bar {
    display: block !important; }
  .top-bar-left, .desktop-menu {
    display: none !important; }
  .top-bar-right {
    float: none; }
  .top-bar {
    padding-top: 0;
    padding-left: 0; }
  #masthead {
    height: auto; }
  #site-navigation {
    background-color: #fff;
    position: absolute;
    z-index: 999;
    width: 100%; }
  .menu-icon {
    background-color: transparent;
    width: 32px;
    height: 32px;
    float: right;
    right: 10px;
    top: 3px;
    margin: 20px 20px 0 0; }
    .menu-icon:after {
      background-color: #333;
      box-shadow: 0 9px 0 #333, 0 18px 0 #333; }
    .menu-icon:hover:after {
      background-color: #cacaca;
      box-shadow: 0 9px 0 #cacaca, 0 18px 0 #cacaca; }
  .top-bar-right {
    margin-right: 0; }
  .top-bar {
    width: 100%;
    overflow: hidden; }
  .menu-icon {
    float: none;
    left: 10px;
    right: auto; }
  .title-bar-title {
    float: right;
    margin: 6px 10px 2px 0; }
  .container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 85px;
    margin-top: 0px; }
  .breadcrumbs {
    display: none; }
  .page {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  h1 {
    font-size: 3rem !important;
    line-height: 3rem; }
  .page--blog .inside {
    padding: 0 10px; }
  .page--blog .blog--list-box a {
    padding-bottom: 0; }
  .col--filter .sidebar {
    padding: 0 10px 0 0; }
    .col--filter .sidebar .column:nth-child(1), .col--filter .sidebar .columns:nth-child(1) {
      padding-right: 10px; }
    .col--filter .sidebar .column:nth-child(3), .col--filter .sidebar .columns:nth-child(3) {
      padding-left: 10px; }
    .col--filter .sidebar p {
      margin: 0; }
  .col--filter .search-box {
    padding: 10px; }
    .col--filter .search-box input[type='text'],
    .col--filter .search-box select,
    .col--filter .search-box input[type='submit'] {
      margin-top: 10px; }
  .ico.ico--map {
    margin-bottom: 0; }
  .h1--punchline .column, .h1--punchline .columns {
    margin: 20px 0 10px 0; }
  .h1--punchline h1 {
    font-size: 1.8rem;
    line-height: 1rem; }
  #social-sharing {
    right: 20px; }
  .page--presse .presse--cover {
    padding: 10px; }
  .page--product .box-product {
    right: 0%;
    bottom: 0%; }
    .page--product .box-product img {
      height: 300px; }
  .page--product .description .desc-text {
    padding: 0 20px; }
  .page--glossaire .alpha {
    padding: 0 !important; }
    .page--glossaire .alpha.fixed {
      top: 75px; }
  /* SITEMAP *******/
  .page--sitemap {
    padding-bottom: 40px; }
    .page--sitemap li {
      padding-top: 20px;
      width: 50%; }
      .page--sitemap li a {
        font-size: 1.25rem; }
      .page--sitemap li ul > li {
        padding: 10px 0 0 0px; }
  #foo {
    padding: 0;
    margin: 0 auto 0 auto; }
    #foo > .row {
      margin-bottom: 0 !important; }
    #foo .bloc--mentions {
      padding-top: 20px !important; }
    #foo .bloc--follow {
      padding-top: 20px !important; }
    #foo .bloc--others {
      padding-top: 10px; }
      #foo .bloc--others a {
        font-size: 1rem; }
    #foo .foo-spacer {
      height: 0; }
    #foo.force-footer-tablet .foo-spacer {
      height: 240px; }
  #foo-extend {
    display: none;
    padding: 0;
    height: 250px; }
    #foo-extend .box {
      width: 100%;
      text-align: center; }
  #lgs {
    position: absolute; }
    #lgs .box {
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: auto;
      top: auto;
      min-width: 100%;
      padding: 30px 10px 10px 10px; }
      #lgs .box h2 {
        font-size: 1.5rem !important;
        padding: 0 30px 0 10px;
        text-align: left; }
      #lgs .box .list {
        padding: 10px 10px !important;
        border: none; } }

@media screen and (max-width: 76.1875em) {
  #foo:after,
  #foo-extend {
    display: none; } }

/****************************************************************
* MOBILE ********************************************************
****************************************************************/
@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 2.3rem !important;
    line-height: 2.5rem !important; }
  h2 {
    font-size: 2rem !important;
    line-height: 2.25rem !important; }
    h2:after {
      padding-top: 10px !important; }
  #site-navigation {
    margin-top: 0; }
  .container {
    padding: 70px 0 0 0 !important;
    overflow: hidden; }
  .page {
    padding-top: 10px; }
  .page--glossaire .alpha {
    padding: 0 !important; }
    .page--glossaire .alpha.fixed {
      top: 75px; }
  .page--glossaire .list {
    padding: 20px 20px !important; }
    .page--glossaire .list h2 {
      padding-top: 12px;
      margin-top: 0px !important;
      font-size: 2.75rem; }
  .page--glossaire .desc {
    margin-left: 40px !important; }
  .page--product .gamme-title {
    padding-top: 20px !important;
    margin-bottom: 0px !important; }
    .page--product .gamme-title h4 {
      margin-top: 0px !important;
      margin-bottom: 10px; }
  .page--product .gamme-row {
    padding: 0 !important; }
  .page--product .product {
    top: 0 !important;
    padding-top: 10px; }
    .page--product .product a {
      width: 80%;
      padding: 10px 10px; }
      .page--product .product a img {
        margin: 0 auto; }
      .page--product .product a h2 {
        margin-top: 0; }
      .page--product .product a .discover {
        padding: 0; }
  .page--product .description {
    padding: 0 20px !important; }
    .page--product .description .desc-text {
      padding: 10px 20px; }
  .page--product .box-product {
    right: 0%;
    bottom: 0%; }
    .page--product .box-product img {
      height: 200px; }
  .sidebar p {
    margin: 0; }
  .sidebar .search-box input[type='text'],
  .sidebar .search-box select {
    margin-top: 0px;
    width: 100%; }
  .sidebar .search-box a {
    margin-top: 7px !important; }
  .sidebar .search-box .column, .sidebar .search-box .columns {
    padding: 0 20px !important; }
  #social-sharing {
    display: none;
    top: 0;
    margin: 0px 5px 0 0 !important; }
    #social-sharing .title {
      display: none; }
  #cn-notice-text {
    display: block;
    line-height: 12px;
    margin-bottom: 10px; }
  #foo {
    margin: 0 auto 0 auto; }
    #foo > .row {
      padding: 0 0 10px 0 !important;
      margin: 0 !important; }
    #foo:after {
      display: none; }
    #foo .bloc--others li {
      display: inline-block;
      width: 100%; }
      #foo .bloc--others li a {
        font-size: 1.25rem;
        line-height: 2.5rem; }
    #foo .bloc--follow {
      text-align: center;
      margin: 10px 0 20px 0; }
    #foo #foo > .row {
      padding-left: 10px !important;
      padding-right: 10px !important; }
  #foo-extend:not(.force-footer-tablet) {
    display: none !important; }
  .bloc--recherche-centre input[type='submit'] {
    margin-top: 10px;
    width: 100%; }
  .rebonds-presse {
    padding-bottom: 20px !important; }
    .rebonds-presse .rebond--centre,
    .rebonds-presse .img {
      height: 220px; }
  body.error404 {
    overflow: visible !important; }
    body.error404 #foo {
      position: relative; } }

/*# sourceMappingURL=foundation.css.map */
