@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
*/
/**
 * 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=64.0625em&xlarge=87.5em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Calibri", "Arial";
  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: 64.0625em) {
  .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: 87.5em) {
  .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: 90em) {
  .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: 64.0625em) {
  .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: 64.0625em) and (min-width: 64.0625em) {
  .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: 64.0625em) {
    .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: 64.0625em) {
  .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: 87.5em) {
  .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: 87.5em) and (min-width: 87.5em) {
  .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: 87.5em) {
    .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: 87.5em) {
  .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: 90em) {
  .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: 90em) and (min-width: 90em) {
  .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: 90em) {
    .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: 90em) {
  .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: "Calibri", "Arial";
  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: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 87.5em) {
  .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: 90em) {
  .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: 64.0625em) {
    .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: 64.0625em) {
  .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: 87.5em) {
  .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: 90em) {
  .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: 64.0625em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 87.5em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .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: 64.0625em) {
  .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: 87.5em) {
  .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: 90em) {
  .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; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 64em) {
  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: 64em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%; } }

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

@media screen and (max-width: 89.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: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 89.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: 64.0625em) {
  .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: 87.5em) {
  .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: 90em) {
  .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; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 3.75rem; }
  #footer-container #footer {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem 0; }
    #footer-container #footer::before, #footer-container #footer::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; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }

helvetica-neue-regular-extended {
  font-family: "HelveticaNeueExtended", "HelveticaNeue-Extended", "Helvetica Neue Extended", "HelveticaNeueRomanExtended", "HelveticaNeue-Roman-Extended", "Helvetica Neue Roman Extended", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: expanded; }

body {
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  font-stretch: normal; }

h1 {
  font-size: 3.0rem;
  line-height: 3.4rem; }

h2 {
  font-size: 1.3rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1.1rem; }

p, li {
  font-size: 1.15rem;
  line-height: 1.25rem; }

button {
  outline: none; }

.margin-zero {
  margin: 0; }

.bold {
  font-weight: bold; }

.row {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 1420px; }
  .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: 1420px;
  margin: 20px auto 0 auto;
  padding: 0 40px;
  opacity: 0; }
  .container.loaded {
    opacity: 1;
    transition: 250ms opacity ease-out; }

.container {
  padding-top: 125px; }
  .container a:not(.classic):not(.border):not(.btn) {
    color: #23a5d6;
    position: relative; }

@incliude breakpoint (large up) {
  .container a:not(.classic):not(.border):not(.btn):after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    width: 0;
    border-bottom: 1px solid #23a5d6;
    transition: .2s all ease-out; }
  .container a:not(.classic):not(.border):not(.btn):hover:after {
    width: 100%; } }
  .container a.border {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    transition: 200ms all ease-out; }
    .container a.border:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transition: 250ms all ease-out;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
              transform: scale(0, 1);
      width: 100%;
      height: 100%;
      background-color: #23a5d6; }
    .container a.border:hover {
      color: #fff;
      border-color: #23a5d6; }
      .container a.border:hover:before {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1); }
  .container input[type="submit"],
  .container a.btn {
    outline: none;
    border: 1px solid #23a5d6;
    background-color: #23a5d6;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    display: inline-block;
    transition: 200ms all ease-out; }
    @media screen and (min-width: 64.0625em) and (max-width: 87.4375em) {
      .container input[type="submit"],
      .container a.btn {
        padding: 9px 20px; } }
    .container input[type="submit"]:not(.disabled):hover,
    .container a.btn:not(.disabled):hover {
      border-color: #23a5d6;
      background-color: #fff;
      color: #23a5d6; }

.bg-img {
  background-position: center center;
  background-size: cover; }
  .bg-img img {
    opacity: 0; }

body.snap-footer-on-bottom {
  min-height: 100vh; }
  body.snap-footer-on-bottom #foo {
    bottom: 0;
    position: absolute; }

#foo {
  background-color: #e9e9e9;
  width: 100%;
  margin-top: 40px; }
  #foo > .row {
    margin: 0 auto !important;
    padding: 40px 40px !important; }
  #foo p {
    margin: 0;
    font-size: 1rem; }
  #foo ul {
    margin: 0;
    padding: 0; }
  #foo li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: inline-block;
    font-size: 1rem; }
  #foo a {
    color: #000;
    position: relative; }
    @media screen and (min-width: 64.0625em) {
      #foo a:after {
        position: absolute;
        left: 0;
        bottom: -2px;
        content: '';
        width: 0;
        border-bottom: 1px solid #23a5d6;
        transition: .2s all ease-out; }
      #foo a:hover {
        color: #23a5d6; }
        #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: -4px; }
    #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; }

@media screen and (max-width: 64em) {
  .pum-container {
    top: 40% !important;
    height: 250px !important; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .pum-container {
    height: 500px !important; } }

@media screen and (min-width: 64.0625em) {
  .pum-container {
    width: 80% !important;
    height: 85% !important; } }

.pum-container .pum-content,
.pum-container .pum-content > p:first-child {
  height: 100%; }

.pum-container iframe {
  width: 100% !important;
  height: 100% !important; }

#cookie-notice {
  background-color: #23a5d6 !important; }
  #cookie-notice a {
    background-image: none !important;
    background-color: #fff !important;
    color: #23a5d6 !important;
    border: none !important;
    text-shadow: none !important;
    text-transform: uppercase; }

.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; }

select {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  background-size: 30px 6px;
  outline: none;
  background: #fff url(../images/select-arrow.png) no-repeat right center;
  font-style: italic; }
  select.width-auto {
    width: auto;
    padding-right: 30px;
    background-origin: border-box; }
  select.italic {
    font-style: italic; }

input[type='radio'],
input[type='checkbox'] {
  position: absolute;
  left: -9999px; }

label {
  display: inline-block;
  position: relative;
  padding: 0 0 10px 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #cfcece;
    transition: 100ms all ease-out; }
  label:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: 100ms all ease-out; }

label:hover:before, input[type='checkbox']:hover:before {
  border-color: #919191; }

input[type='radio']:checked + label:after,
input[type='checkbox']:checked + label:after {
  opacity: 1; }

input[type='text'].italic::-webkit-input-placeholder,
input[type='textarea'].italic::-webkit-input-placeholder {
  color: #696b66;
  font-style: italic; }

input[type='text'].italic::-moz-placeholder,
input[type='textarea'].italic::-moz-placeholder {
  color: #696b66;
  font-style: italic; }

input[type='text'].italic:-ms-input-placeholder,
input[type='textarea'].italic:-ms-input-placeholder {
  color: #696b66;
  font-style: italic; }

input[type='text'].italic:-moz-placeholder,
input[type='textarea'].italic:-moz-placeholder {
  color: #696b66;
  font-style: italic; }

textarea.is-required,
select.is-required,
input.is-required {
  border: 1px solid #999; }

.animate {
  position: relative; }

.animate--from-left {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  transition: 300ms all ease-out 250ms; }
  .animate--from-left.done {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.animate--from-right {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
          transform: translate(20px, 0);
  transition: 300ms all ease-out 250ms; }
  .animate--from-right.done {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.animate--from-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  transition: 300ms all ease-out 250ms; }
  .animate--from-bottom.done {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.animate--from-top {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  transition: 300ms all ease-out 250ms; }
  .animate--from-top.done {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.animate--opacity {
  opacity: 0;
  transition: 300ms all ease-out 250ms; }
  .animate--opacity.done {
    opacity: 1; }

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

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

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

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

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

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

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

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

/* HEADER *******/
.page--header h1 {
  margin-top: 20px; }

.page--header h2 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
  font-weight: 200;
  font-stretch: normal;
  text-transform: none; }

.page--header .header--content {
  position: relative; }
  .page--header .header--content .text {
    margin: 60px 0; }
  @media screen and (min-width: 64.0625em) {
    .page--header .header--content {
      padding-right: 200px; } }

/*   *******/
/* CONTACT *******/
.page--contact .gform_wrapper {
  margin-top: 40px; }
  .page--contact .gform_wrapper .gform_body .gfield {
    padding-top: 0 !important; }
    .page--contact .gform_wrapper .gform_body .gfield .ginput_container {
      margin-top: 0 !important; }
  .page--contact .gform_wrapper .gform_body .gfield_html > * {
    font-size: 11px;
    line-height: 130%;
    color: #696b66; }
  .page--contact .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 35px;
    padding-left: 10px; }
    .page--contact .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
      color: #696b66;
      font-style: italic; }
    .page--contact .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
      color: #696b66;
      font-style: italic; }
    .page--contact .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
      color: #696b66;
      font-style: italic; }
  .page--contact .gform_wrapper .gform_body textarea, .page--contact .gform_wrapper .gform_body select {
    padding-left: 10px; }
  .page--contact .gform_wrapper .gform_body textarea::-webkit-input-placeholder {
    color: #696b66;
    font-style: italic; }
  .page--contact .gform_wrapper .gform_body textarea:-ms-input-placeholder {
    color: #696b66;
    font-style: italic; }
  .page--contact .gform_wrapper .gform_body textarea::placeholder {
    color: #696b66;
    font-style: italic; }
  .page--contact .gform_wrapper .gform_body select {
    margin-bottom: 20px !important;
    height: 35px;
    color: #696b66; }
  .page--contact .gform_wrapper .gform_body .ginput_container_radio li, .page--contact .gform_wrapper .gform_body .ginput_container_checkbox li {
    width: auto !important; }
    .page--contact .gform_wrapper .gform_body .ginput_container_radio li + li, .page--contact .gform_wrapper .gform_body .ginput_container_checkbox li + li {
      margin-left: 24px !important; }
  .page--contact .gform_wrapper .gform_body .ginput_container_radio input, .page--contact .gform_wrapper .gform_body .ginput_container_checkbox input {
    position: absolute;
    top: 1px;
    left: inherit; }
  .page--contact .gform_wrapper .gform_body .ginput_container_radio label, .page--contact .gform_wrapper .gform_body .ginput_container_checkbox label {
    display: inline-block !important;
    padding-left: 24px;
    max-width: 100% !important; }

/* ACTUALITES *******/
.slider-news {
  width: 100%; }

#hp--news .header--content h1,
.page--actualites .header--content h1 {
  margin-bottom: 20px; }

#hp--news .post--row,
.page--actualites .post--row {
  margin-bottom: 40px !important;
  opacity: 0; }
  #hp--news .post--row h4,
  .page--actualites .post--row h4 {
    display: inline-block; }
  #hp--news .post--row .date,
  .page--actualites .post--row .date {
    margin-bottom: 10px !important; }
    #hp--news .post--row .date:after,
    .page--actualites .post--row .date:after {
      border: none !important; }

#hp--news .post--item,
.page--actualites .post--item {
  padding: 0 30px 30px 0px; }
  #hp--news .post--item.rebond:nth-child(1),
  .page--actualites .post--item.rebond:nth-child(1) {
    padding-left: 0; }
  #hp--news .post--item.rebond:nth-child(3),
  .page--actualites .post--item.rebond:nth-child(3) {
    padding-right: 0; }
  #hp--news .post--item h2,
  .page--actualites .post--item h2 {
    color: #23a5d6;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0; }
  #hp--news .post--item h3,
  .page--actualites .post--item h3 {
    font-size: 1.3rem;
    line-height: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
    color: #23a5d6;
    text-transform: none;
    transition: 200ms all ease-out; }
  #hp--news .post--item h4,
  .page--actualites .post--item h4 {
    font-size: 1rem;
    padding: 5px;
    color: #fff;
    margin: 0;
    padding: 2px 5px;
    background-color: #23a5d6;
    display: inline; }
  #hp--news .post--item p,
  .page--actualites .post--item p {
    color: #696b66;
    font-size: 1rem;
    line-height: 1.15rem; }
  #hp--news .post--item .date,
  .page--actualites .post--item .date {
    color: #9c9a9a;
    margin-bottom: 20px;
    font-weight: bold; }
    #hp--news .post--item .date:after,
    .page--actualites .post--item .date:after {
      content: '';
      width: 40px;
      border-bottom: 1px solid #7f7f7f;
      display: block;
      padding-top: 10px; }
  #hp--news .post--item.actualite h3,
  .page--actualites .post--item.actualite h3 {
    color: #3fcfd5; }
  #hp--news .post--item.actualite h4,
  .page--actualites .post--item.actualite h4 {
    background-color: #3fcfd5; }
  #hp--news .post--item .rebond-img,
  .page--actualites .post--item .rebond-img {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover; }

#hp--news #posts-list .post--item,
.page--actualites #posts-list .post--item {
  padding-left: 30px; }

#hp--news .read-more,
.page--actualites .read-more {
  text-transform: uppercase; }
  #hp--news .read-more:before,
  .page--actualites .read-more:before {
    content: '>';
    color: #23a5d6;
    padding-right: 10px; }

#hp--news h1,
.page--actualites h1 {
  margin: 20px 0 10px 0; }

#hp--news .post--date,
.page--actualites .post--date {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -10px;
  color: #191919;
  font-size: .9rem; }

#hp--news .bloc--text,
.page--actualites .bloc--text {
  overflow: hidden;
  padding-left: 0px !important; }

#hp--news .bloc--image,
.page--actualites .bloc--image {
  padding-left: 20% !important; }

#hp--news .rebond h2,
.page--actualites .rebond h2 {
  font-size: 1.6rem;
  color: #000;
  font-weight: normal;
  margin: 40px 0 20px 0; }

#hp--news .col-social,
.page--actualites .col-social {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    #hp--news .col-social,
    .page--actualites .col-social {
      height: 50px; }
      #hp--news .col-social #social-sharing,
      .page--actualites .col-social #social-sharing {
        left: 0 !important;
        right: auto !important; } }

.get-more-news {
  margin-bottom: 20px; }

/* SEARCH *******/
.search-no-results h1,
.search-results h1 {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0 0 5px 0; }

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

/* CENTRE *******/
.page--centre {
  /* CENTRE LISTING */
  /* CENTRE SWAP */
  /* CENTRE ITEM */ }
  .page--centre .content-search {
    position: relative; }
  .page--centre:not(.centre--article) .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .page--centre .box {
    background-color: rgba(226, 226, 226, 0.9);
    width: 70%;
    padding: 80px 50px; }
    .page--centre .box h1 {
      font-size: 2.3rem;
      text-align: center;
      margin-bottom: 40px; }
    .page--centre .box .column, .page--centre .box .columns {
      padding: 0 10px !important; }
  .page--centre .centre--map {
    height: 100%;
    margin: 10px 0; }
    .page--centre .centre--map .acf-map {
      height: 550px; }
  .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 {
    padding-top: 10px;
    padding-right: 40px !important; }
  .page--centre .listing-item {
    padding-bottom: 10px; }
    .page--centre .listing-item:not(last-child) {
      border-bottom: 1px solid #23a5d6;
      margin-bottom: 10px; }
    .page--centre .listing-item h2 {
      color: #23a5d6;
      font-weight: bold;
      font-size: .8rem;
      margin-bottom: 0; }
    .page--centre .listing-item p {
      font-size: .88rem;
      line-height: 1rem;
      font-weight: bold; }
    .page--centre .listing-item a {
      color: #696b66 !important;
      font-style: italic;
      font-size: .9rem; }
      .page--centre .listing-item a:hover {
        color: #23a5d6 !important; }
    .page--centre .listing-item ul {
      margin: 10px 0 0 0;
      padding: 0; }
    .page--centre .listing-item li {
      border: 1px solid #9c9a9a;
      list-style: none;
      display: inline-block;
      padding: 5px 5px 5px 0;
      margin: 0; }
  .page--centre .listing-nav {
    text-align: center;
    padding-top: 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: #23a5d6 !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; }
    .page--centre .gm-style-iw h2 {
      font-size: 1rem;
      color: #23a5d6;
      font-weight: bold; }
    .page--centre .gm-style-iw p, .page--centre .gm-style-iw h2 {
      font-size: .8rem;
      margin: 0;
      font-weight: bold; }
    .page--centre .gm-style-iw a {
      color: #696b66 !important;
      font-style: italic; }
  .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;
      color: #696b66 !important; }
      .page--centre .centre-swap a.active {
        background-color: #23a5d6;
        color: #fff !important; }
  .page--centre.centre--article .box {
    -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
            transform: translateY(-300px);
    position: absolute; }
  .page--centre .centre-header {
    position: relative; }
  .page--centre .centre-desc {
    margin-top: 20px;
    margin-bottom: 40px; }
    .page--centre .centre-desc p {
      font-size: 1rem; }
  .page--centre .centre-icos .listing-item {
    border: none; }
  .page--centre .centre-icos li {
    margin-right: 15px;
    margin-bottom: 15px; }
  .page--centre .slick-slider {
    margin-left: 0; }
  .page--centre .slick-slide {
    padding: 0 80px 40px 80px; }
  .page--centre .slick-prev {
    left: 0; }
    .page--centre .slick-prev:hover .ico {
      left: 47% !important;
      background-position: -40px -240px; }
  .page--centre .slick-next {
    right: 0; }
    .page--centre .slick-next:hover .ico {
      left: 53% !important;
      background-position: -40px -200px; }
  .page--centre .slick-prev, .page--centre .slick-next {
    top: 35%;
    transition: 250ms all ease-out !important;
    opacity: .7;
    width: 80px;
    height: 80px; }
    .page--centre .slick-prev:hover, .page--centre .slick-next:hover {
      opacity: 1; }
  .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: #23a5d6;
      line-height: 1.25rem;
      border-top: 1px solid #9c9a9a;
      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 #9c9a9a;
      border-top: 1px solid #9c9a9a;
      width: 100%;
      display: inline-block;
      font-size: .8rem; }
      .page--centre .centre-infos .route:before {
        content: '>';
        color: #000;
        padding-right: 5px; }

/* 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: #9c9a9a;
    border: 2px solid #fff;
    border-radius: 10px;
    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: #3fcfd5;
      transition: 250ms all ease-in 0 !important; }
    .slick-dots li:before {
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 10px;
      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); }

/* PRESSE *******/
.page--presse .list--row {
  margin-bottom: 40px !important; }
  .page--presse .list--row .item--box {
    position: relative; }
  .page--presse .list--row .item--content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 80%; }
    .page--presse .list--row .item--content h2 {
      font-size: 2.75rem;
      color: #23a5d6;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
      font-weight: 200;
      font-stretch: normal; }
    .page--presse .list--row .item--content p {
      font-size: .9rem;
      line-height: .9rem; }

.page--presse h2 {
  font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
  font-weight: 200;
  font-stretch: normal;
  text-transform: none;
  font-size: 1.8rem; }

.page--presse .presse--cover {
  padding: 10px 10px 30px 0; }
  .page--presse .presse--cover img {
    margin-bottom: 10px; }
  .page--presse .presse--cover h3 {
    color: #23a5d6;
    text-transform: none;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
    height: 30px; }
  .page--presse .presse--cover h4 {
    color: #696b66;
    text-transform: none;
    font-size: 1rem;
    margin: 0; }
  .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: #23a5d6 !important; }

.rebonds-presse .column, .rebonds-presse .columns {
  height: 100%;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important; }
  .rebonds-presse .column a, .rebonds-presse .columns a {
    width: 100%; }

.rebonds-presse .img {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 360px; }

.rebonds-presse .rebond--centre {
  height: 360px; }

/* TECHNOLOGIE *******/
.page--technologies .bloc-title {
  height: 140px;
  padding: 40px 50px; }
  .page--technologies .bloc-title h2 {
    font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
    font-weight: 200;
    font-stretch: normal; }
    @media screen and (min-width: 40em) {
      .page--technologies .bloc-title h2 {
        white-space: nowrap; } }

.page--technologies .quote {
  background-color: #23a5d6;
  color: #fff;
  font-size: 1.4rem;
  font-style: italic;
  padding: 60px 60px 40px 60px;
  position: relative; }
  .page--technologies .quote:before, .page--technologies .quote:after {
    position: absolute;
    display: inline-block;
    background: url("../images/sprite-lpg.svg");
    background-size: 500px 500px;
    width: 40px;
    height: 40px;
    content: ''; }
  .page--technologies .quote:before {
    background-position: -80px -200px;
    top: 20px;
    left: 20px; }
  .page--technologies .quote:after {
    background-position: -80px -240px;
    bottom: 20px;
    right: 20px; }

@media screen and (min-width: 40em) {
  .page--technologies .techno-1 .quote {
    margin-left: -40px; } }

@media screen and (min-width: 40em) {
  .page--technologies .techno-2 .quote {
    margin-right: -40px; } }

.page--technologies .techno-2 .focus--box {
  text-align: left; }

.page--technologies .techno-2 .img-1 {
  z-index: -1;
  position: relative; }

.page--technologies .techno-2 .img-2 {
  margin-top: 40px; }

@media screen and (min-width: 40em) {
  .page--technologies .techno-2 .focus-2 {
    margin-top: 50px; } }

.page--technologies .focus--box {
  background-color: #e4eef1;
  padding: 20px 30px 10px 30px;
  text-align: center; }
  .page--technologies .focus--box.transparent {
    background-color: transparent; }
  .page--technologies .focus--box.line-bottomright:before, .page--technologies .focus--box.line-bottomleft:before, .page--technologies .focus--box.line-topright:before, .page--technologies .focus--box.line-topleft:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 2px; }
  .page--technologies .focus--box.line-bottomright:before {
    bottom: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, #b1b9bb 0%, rgba(177, 185, 187, 0) 100%); }
  .page--technologies .focus--box.line-bottomleft:before {
    bottom: 0;
    left: 0;
    width: 150px;
    background: linear-gradient(to right, #b1b9bb 0%, rgba(177, 185, 187, 0) 100%); }
  .page--technologies .focus--box.line-topright:before {
    top: -2px;
    right: 0;
    width: 150px;
    background: linear-gradient(to left, #b1b9bb 0%, rgba(177, 185, 187, 0) 100%); }
  .page--technologies .focus--box.line-topleft:before {
    top: 0;
    left: -2px;
    height: 150px;
    background: linear-gradient(to bottom, #b1b9bb 0%, rgba(177, 185, 187, 0) 100%); }
  .page--technologies .focus--box h3 {
    color: #23a5d6;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; }
  .page--technologies .focus--box li {
    line-height: 1.5rem;
    list-style: none;
    margin-left: 1rem;
    padding-left: 1rem;
    position: relative; }
    .page--technologies .focus--box li:before {
      content: '•';
      color: #23a5d6;
      position: absolute;
      left: -2px; }

.page--technologies .techno--text {
  padding: 40px 0 !important; }

.page--technologies .page--actualites {
  margin-bottom: 40px; }

/* MISSION *******/
.page--mission .punchline {
  color: #23a5d6;
  font-size: 2rem;
  margin: 20px 0;
  text-transform: none; }

.page--mission .clients-list {
  border-top: 1px solid #f17082;
  border-bottom: 1px solid #f17082;
  padding: 10px 0 !important;
  margin: 60px 0 !important; }

.page--mission .logo {
  padding: 20px 40px !important;
  vertical-align: middle; }
  .page--mission .logo img {
    max-width: 100%; }

.page--mission .focus--box {
  position: relative;
  margin-bottom: 40px !important; }
  .page--mission .focus--box img {
    width: 100%;
    height: 100%; }

.page--mission .focus--list {
  position: absolute;
  z-index: 12;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%; }
  .page--mission .focus--list .slick-prev, .page--mission .focus--list .slick-next {
    top: 30%; }
  .page--mission .focus--list .slick-prev {
    left: 0; }
  .page--mission .focus--list .slick-next {
    right: 0; }
  .page--mission .focus--list h2 {
    color: #fff;
    font-size: 3.4rem;
    line-height: 3rem;
    font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
    font-weight: 200;
    font-stretch: normal;
    margin: 0 0 5px 0; }
  .page--mission .focus--list h3 {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin: 0; }

.page--mission h2.punchline {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
  font-weight: 200;
  font-stretch: normal; }

/* EXPERTS *******/
.page--experts .experts-list {
  margin-bottom: 60px !important; }

.page--experts .expert--item {
  background-color: #262e3d;
  height: 100%;
  position: relative;
  cursor: pointer; }
  .page--experts .expert--item:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: 250ms all ease-out; }
  .page--experts .expert--item.disabled {
    cursor: pointer; }
  .page--experts .expert--item.margin-bottom {
    margin-bottom: 100px; }
  .page--experts .expert--item .expert-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 22;
    font-size: 1.15rem !important;
    line-height: 1.4rem !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; }
    @media screen and (min-width: 64.0625em) {
      .page--experts .expert--item .expert-name br.only-desktop {
        display: none; } }

.page--experts .expert--infos {
  position: absolute;
  top: 0;
  padding: 0 0 0 20px; }
  @media screen and (max-width: 39.9375em) {
    .page--experts .expert--infos {
      padding-top: 40px; } }
  .page--experts .expert--infos h2 {
    font-size: 1.8rem;
    line-height: 2rem; }
    .page--experts .expert--infos h2:before {
      content: '';
      display: block;
      border-bottom: 2px solid #000;
      width: 50px;
      margin-bottom: 20px; }
  .page--experts .expert--infos .punchline {
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: none;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
    font-stretch: normal; }
    .page--experts .expert--infos .punchline:after {
      content: '';
      display: block;
      border-bottom: 2px solid #000;
      width: 50px;
      margin-top: 20px; }
  .page--experts .expert--infos div {
    padding-top: 20px; }
  @media screen and (max-width: 39.9375em) {
    .page--experts .expert--infos {
      margin-left: -20px;
      padding-right: 20px; } }

.page--experts .expert--foo {
  padding: 0 0 40px 0; }

@media screen and (max-width: 39.9375em) {
  .page--experts #info-box {
    left: 0px; }
  .page--experts .expert--infos {
    left: 0px;
    margin-left: 0 !important; } }

/* ETUDES *******/
.bloc--chiffres .facts,
.page--etude .facts {
  margin: 40px 0; }
  .bloc--chiffres .facts .fact--title h2,
  .page--etude .facts .fact--title h2 {
    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 300;
    font-stretch: normal; }
  .bloc--chiffres .facts .fact--item,
  .page--etude .facts .fact--item {
    color: #fff;
    min-height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .bloc--chiffres .facts .fact--item.bg-grey,
    .page--etude .facts .fact--item.bg-grey {
      background-color: #a5c6d1; }
    .bloc--chiffres .facts .fact--item.bg-blue,
    .page--etude .facts .fact--item.bg-blue {
      background-color: #23a5d6; }
    .bloc--chiffres .facts .fact--item h2,
    .page--etude .facts .fact--item h2 {
      font-size: 4rem;
      font-weight: 100;
      font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
      font-weight: 300;
      font-stretch: normal;
      white-space: nowrap; }
    .bloc--chiffres .facts .fact--item p,
    .page--etude .facts .fact--item p {
      font-size: 1rem;
      line-height: 1.1rem;
      text-transform: uppercase;
      font-weight: bold; }
  .bloc--chiffres .facts .box,
  .page--etude .facts .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 .etude--listing h2,
.page--etude .etude--listing h2 {
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 2rem;
  text-transform: none; }
  .bloc--chiffres .etude--listing h2:not(:first-child),
  .page--etude .etude--listing h2:not(:first-child) {
    margin-top: 20px; }

.bloc--chiffres .etude--item,
.page--etude .etude--item {
  margin-bottom: 20px; }
  .bloc--chiffres .etude--item h3,
  .page--etude .etude--item h3 {
    color: #23a5d6;
    margin: 0;
    text-transform: none;
    font-weight: bold;
    font-size: 1.2rem; }
  .bloc--chiffres .etude--item .desc p,
  .page--etude .etude--item .desc p {
    font-size: 1rem;
    margin: 0; }
  .bloc--chiffres .etude--item .file i,
  .page--etude .etude--item .file i {
    font-size: .8rem; }
  .bloc--chiffres .etude--item .files--list,
  .page--etude .etude--item .files--list {
    margin: 5px 0 0 0; }
    .bloc--chiffres .etude--item .files--list li,
    .page--etude .etude--item .files--list li {
      list-style: none;
      padding-right: 15px;
      display: inline-block; }
    .bloc--chiffres .etude--item .files--list a,
    .page--etude .etude--item .files--list a {
      font-size: .9rem; }

/* 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: #23a5d6 !important; }

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

/* 404 *******/
body.error404 {
  overflow: hidden; }
  body.error404 #foo {
    position: absolute;
    bottom: 0; }

.page--error .why {
  margin: 50px !important; }

/* **************************************************************
 PAGE EXPERTS
************************************************************** */
.experts-label h2 {
  font-size: 3.0rem !important;
  line-height: 3.4rem !important; }

.experts-groups ul {
  margin: 10px 0 30px 0;
  padding: 0; }

.experts-groups li {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
  margin-right: 20px;
  padding-bottom: 5px;
  font-size: 1rem;
  font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  cursor: pointer;
  color: #696b66;
  transition: 200ms all ease-out;
  position: relative; }
  .experts-groups li:after {
    content: '';
    background-color: #23a5d6;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    transition: 200ms all ease-out; }
  .experts-groups li:hover {
    color: #000; }
  .experts-groups li.active {
    cursor: default;
    color: #000; }
    .experts-groups li.active:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

.experts-photos {
  display: none;
  transition: 333ms all ease-in; }
  .experts-photos .expert--item {
    transition: 333ms all ease-in; }
    .experts-photos .expert--item.disabled:not(:hover) .expert-name,
    .experts-photos .expert--item.disabled:not(:hover) img, .experts-photos .expert--item.isover:not(:hover) .expert-name,
    .experts-photos .expert--item.isover:not(:hover) img {
      opacity: .3; }
  .experts-photos.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  .experts-photos.visible {
    opacity: 1; }
  .experts-photos .expert-name,
  .experts-photos img {
    transition: 222ms all ease-in; }

#experts-groups--inline,
#experts-groups--select {
  display: none; }

@media screen and (min-width: 40em) {
  #experts-groups--inline {
    display: block; } }

@media screen and (max-width: 39.9375em) {
  #experts-groups--select {
    display: block; } }

#experts-groups--select {
  margin-bottom: 10px;
  font-size: 1.33rem;
  line-height: 2rem;
  height: 35px; }

/* **************************************************************
 SINGLE PAGE EXPERT
************************************************************** */
.page--expert h1 {
  margin-top: 20px; }

@media screen and (min-width: 40em) {
  .page--expert .col-text {
    padding-left: 40px; } }

.page--expert .punchline {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px; }

.page--expert blockquote,
.page--expert blockquote p {
  border: none;
  padding: 5px 0;
  font-size: 2rem;
  line-height: 2rem;
  color: #23a5d6;
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal; }

.page--expert li {
  list-style-type: none;
  position: relative;
  line-height: 1.8rem; }
  .page--expert li:before {
    content: '';
    vertical-align: top;
    background-color: #23a5d6;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -15px; }

/* POST PAGINATION *******/
.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: #23a5d6; }
  .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: 0;
  right: 0; }
  #social-sharing .title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 5px;
    text-transform: uppercase; }
  #social-sharing a {
    margin: 0 10px 0 0; }
    #social-sharing a:last-child {
      margin-right: 0; }

/* SIDEBAR  *******/
.sidebar {
  padding: 0 40px 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: #23a5d6;
    border: 1px solid #23a5d6;
    transition: 200ms all ease-out; }
    .search-box input[type="submit"]:hover {
      background-color: #fff;
      color: #23a5d6; }
  .search-box select {
    margin-bottom: 10px; }

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

.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: #23a5d6;
  font-size: 3rem;
  position: relative;
  text-transform: none; }

/* REBOND *******/
.rebonds {
  margin-top: 40px !important; }
  .rebonds .item {
    position: relative;
    display: inline-block;
    text-transform: uppercase; }
    .rebonds .item:hover .img:before {
      background-color: rgba(0, 0, 0, 0.7); }
    .rebonds .item:hover .box {
      color: #23a5d6; }
    .rebonds .item:hover h3:after {
      border-color: #23a5d6;
      -webkit-transform: scale(5, 1);
          -ms-transform: scale(5, 1);
              transform: scale(5, 1); }
  .rebonds .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    transition: 200ms all ease-in; }
    .rebonds .box h3 {
      margin: 0; }
      .rebonds .box h3:after {
        content: '';
        display: block;
        width: 10px;
        transition: 300ms all ease-out;
        border-bottom: 1px solid #fff;
        margin: 5px auto 0 auto; }
  .rebonds .img {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block; }
    .rebonds .img:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(43, 51, 80, 0.5);
      transition: 200ms all ease-in; }

.rebond--centre {
  background-color: #8fdfe2;
  text-align: center;
  height: 100%;
  width: 100%; }
  .rebond--centre img {
    width: 40px !important;
    height: auto;
    margin-bottom: 10px; }
  .rebond--centre > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .rebond--centre .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: transparent;
    width: 100%; }
  .rebond--centre p {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #000; }
  .rebond--centre b, .rebond--centre strong {
    font-size: 3rem;
    line-height: 2.2rem; }
  .rebond--centre i, .rebond--centre em {
    font-size: 1rem;
    line-height: 1rem;
    font-style: normal; }
  .rebond--centre.large p {
    font-size: 2rem;
    line-height: 1.8rem; }
  .rebond--centre.large b, .rebond--centre.large strong {
    font-size: 3.3rem;
    line-height: 3rem; }
  .rebond--centre.large i, .rebond--centre.large em {
    font-size: 1.3rem;
    line-height: 1.5rem; }
  .rebond--centre:hover p, .rebond--centre:hover b, .rebond--centre:hover strong, .rebond--centre:hover i, .rebond--centre:hover em {
    color: #fff; }
  .rebond--centre:hover .ico {
    background-position: -80px -280px; }
  .rebond--centre:hover .ico.large {
    background-position: -120px -420px; }

#hp--news {
  margin: 40px 0 0 0; }
  #hp--news .column, #hp--news .columns {
    padding-right: 50px; }
    #hp--news .column:hover h3, #hp--news .columns:hover h3, #hp--news .column:hover p, #hp--news .columns:hover p {
      color: #000; }

.h1--punchline {
  margin-right: -40px !important; }
  .h1--punchline .column, .h1--punchline .columns {
    color: #fff;
    background-color: #23a5d6;
    padding: 15px 30px;
    margin: 40px 0; }
  .h1--punchline h1 {
    margin: 0;
    font-size: 3rem;
    font-family: "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
    font-weight: 200;
    font-stretch: normal; }

#hp--soins .column, #hp--soins .columns {
  position: relative; }

#hp--soins .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 250ms all ease-in;
  overflow: hidden; }
  #hp--soins .over .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%; }
  #hp--soins .over h2 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 40px;
    padding-bottom: 20px; }
  #hp--soins .over ul {
    margin: 0;
    padding: 0;
    position: relative; }
  #hp--soins .over li {
    list-style: none;
    text-align: center;
    display: none; }
    #hp--soins .over li:not(:last-child):after {
      content: '';
      display: block;
      width: 20px;
      border-bottom: 1px solid #fff;
      margin: 5px auto; }
  #hp--soins .over a {
    color: #fff;
    font-size: 14px; }
  #hp--soins .over a.alone {
    display: inline-block;
    width: 100%;
    padding: 50% 0; }
  #hp--soins .over.hover {
    background-color: rgba(0, 0, 0, 0.8); }
    #hp--soins .over.hover li {
      display: block; }

.hp--bloc {
  padding: 20px 0; }
  .hp--bloc h2 {
    font-size: 44px;
    line-height: 40px;
    position: relative;
    margin-left: 100px;
    padding-left: 10px; }
    .hp--bloc h2:before {
      content: '';
      width: 90px;
      border-bottom: 2px solid #000;
      position: absolute;
      top: 35px;
      left: -100px;
      display: inline-block; }
  .hp--bloc p {
    margin: 20px 0 10px 140px;
    padding-right: 10px;
    max-width: 340px; }

.bloc--expert .column.txt-right .box, .bloc--expert .txt-right.columns .box,
.hp--focus .txt-right .hp--bloc {
  margin-right: 50px; }
  @media screen and (min-width: 40em) {
    .bloc--expert .column.txt-right .box, .bloc--expert .txt-right.columns .box,
    .hp--focus .txt-right .hp--bloc {
      margin-top: 50px; } }
  .bloc--expert .column.txt-right .box h2, .bloc--expert .txt-right.columns .box h2,
  .hp--focus .txt-right .hp--bloc h2 {
    margin-left: 10px; }
    .bloc--expert .column.txt-right .box h2:before, .bloc--expert .txt-right.columns .box h2:before,
    .hp--focus .txt-right .hp--bloc h2:before {
      right: -100px;
      left: auto; }
  .bloc--expert .column.txt-right .box p, .bloc--expert .txt-right.columns .box p,
  .hp--focus .txt-right .hp--bloc p {
    margin: 20px 20px 10px 0;
    float: right; }

.hp--focus .txt-left .hp--bloc {
  margin-top: 50px;
  margin-left: -50px; }

.page--actualites .bloc--image_une,
.page--soin .bloc--image_une {
  margin: 40px 0 40px 0;
  position: relative;
  padding-right: 120px;
  margin-bottom: 120px; }
  .page--actualites .bloc--image_une .quote,
  .page--soin .bloc--image_une .quote {
    position: absolute;
    right: 0;
    bottom: -80px;
    background-color: #f17082;
    width: 50%;
    padding: 40px; }
    .page--actualites .bloc--image_une .quote p,
    .page--soin .bloc--image_une .quote p {
      padding: 0 20px;
      color: #fff;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-style: italic;
      font-size: 1.5rem;
      line-height: 1.75rem; }
    .page--actualites .bloc--image_une .quote:before, .page--actualites .bloc--image_une .quote:after,
    .page--soin .bloc--image_une .quote:before,
    .page--soin .bloc--image_une .quote:after {
      position: absolute;
      display: inline-block;
      background: url("../images/sprite-lpg.svg");
      background-size: 500px 500px;
      width: 40px;
      height: 40px;
      content: ''; }
    .page--actualites .bloc--image_une .quote:before,
    .page--soin .bloc--image_une .quote:before {
      background-position: -80px -200px;
      top: 20px;
      left: 20px; }
    .page--actualites .bloc--image_une .quote:after,
    .page--soin .bloc--image_une .quote:after {
      background-position: -80px -240px;
      bottom: 20px;
      right: 20px; }

.page--actualites .bloc--text,
.page--soin .bloc--text {
  margin: 40px 0; }
  @media screen and (min-width: 40em) {
    .page--actualites .bloc--text,
    .page--soin .bloc--text {
      padding-left: 13%; } }
  .page--actualites .bloc--text h2,
  .page--soin .bloc--text h2 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #000;
    margin: 0; }
  .page--actualites .bloc--text h3,
  .page--soin .bloc--text h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: normal;
    color: #000;
    margin: 0; }
  .page--actualites .bloc--text h4,
  .page--soin .bloc--text h4 {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #23a5d6;
    margin: 0; }
  .page--actualites .bloc--text h5,
  .page--soin .bloc--text h5 {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #23a5d6;
    margin: 0; }
  .page--actualites .bloc--text p,
  .page--soin .bloc--text p {
    margin: 0 0 10px 0;
    text-align: justify; }
  .page--actualites .bloc--text blockquote,
  .page--soin .bloc--text blockquote {
    margin: 10px 100px 10px 40px;
    border-color: #23a5d6; }
    .page--actualites .bloc--text blockquote p,
    .page--soin .bloc--text blockquote p {
      font-size: 1.2rem;
      line-height: 1.2rem;
      font-weight: normal;
      font-style: italic;
      color: #696b66;
      margin: 0; }
  .page--actualites .bloc--text .box-outlined,
  .page--soin .bloc--text .box-outlined {
    border: 10px solid #ACACB4;
    height: 100%;
    padding: 80px 140px 80px 40px;
    margin-right: -100px; }
  .page--actualites .bloc--text .align-left .box-img,
  .page--soin .bloc--text .align-left .box-img {
    right: 0; }
  .page--actualites .bloc--text .align-right .box-outlined,
  .page--soin .bloc--text .align-right .box-outlined {
    padding: 80px 80px 80px 140px;
    margin-right: auto;
    margin-left: -100px;
    margin-right: auto; }
  .page--actualites .bloc--text .box-img,
  .page--soin .bloc--text .box-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 85%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 64.0625em) {
      .page--actualites .bloc--text .box-img,
      .page--soin .bloc--text .box-img {
        min-height: 340px !important; } }
    .page--actualites .bloc--text .box-img figure,
    .page--soin .bloc--text .box-img figure {
      margin: 0; }
    .page--actualites .bloc--text .box-img .ico,
    .page--soin .bloc--text .box-img .ico {
      position: absolute;
      z-index: 22;
      left: 40px;
      bottom: 40px; }
  .page--actualites .bloc--text .box-video,
  .page--soin .bloc--text .box-video {
    z-index: 33;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer; }
    .page--actualites .bloc--text .box-video .embed-container,
    .page--soin .bloc--text .box-video .embed-container {
      display: none; }
  @media screen and (max-width: 39.9375em) {
    .page--actualites .bloc--text,
    .page--soin .bloc--text {
      margin-bottom: 0 !important; }
      .page--actualites .bloc--text .box-outlined,
      .page--soin .bloc--text .box-outlined {
        padding: 20px 10px 20px 10px !important;
        margin-right: 20px !important;
        margin-left: 20px !important; }
      .page--actualites .bloc--text .box-img,
      .page--soin .bloc--text .box-img {
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: -20px; }
        .page--actualites .bloc--text .box-img figure,
        .page--soin .bloc--text .box-img figure {
          margin: 0; }
      .page--actualites .bloc--text .box-video .ico,
      .page--soin .bloc--text .box-video .ico {
        left: 10px;
        bottom: 20px; } }

.page--actualites .embed-container,
.page--soin .embed-container {
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .page--actualites .embed-container,
    .page--soin .embed-container {
      height: 400px; } }
  @media screen and (max-width: 39.9375em) {
    .page--actualites .embed-container,
    .page--soin .embed-container {
      height: 200px; } }
  .page--actualites .embed-container iframe,
  .page--soin .embed-container iframe {
    width: 100%;
    height: 100%; }

.page--actualites .bloc--image,
.page--soin .bloc--image {
  text-align: right; }
  .page--actualites .bloc--image figure,
  .page--soin .bloc--image figure {
    margin: 0;
    position: relative;
    display: inline-block; }
  .page--actualites .bloc--image figcaption,
  .page--soin .bloc--image figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: -10%; }
    @media screen and (max-width: 64em) {
      .page--actualites .bloc--image figcaption,
      .page--soin .bloc--image figcaption {
        left: 0;
        bottom: 0; } }

.page--actualites .bloc--expert,
.page--soin .bloc--expert {
  margin: 40px 0; }
  .page--actualites .bloc--expert .box,
  .page--soin .bloc--expert .box {
    margin-left: 50px; }
  .page--actualites .bloc--expert h2,
  .page--soin .bloc--expert h2 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    position: relative; }
    .page--actualites .bloc--expert h2:before,
    .page--soin .bloc--expert h2:before {
      content: '';
      width: 90px;
      border-bottom: 2px solid #000;
      position: absolute;
      top: 35px;
      left: -100px;
      display: inline-block; }
  .page--actualites .bloc--expert p,
  .page--soin .bloc--expert p {
    padding-left: 20px; }
  .page--actualites .bloc--expert a,
  .page--soin .bloc--expert a {
    margin-left: 20px; }
  .page--actualites .bloc--expert .text,
  .page--soin .bloc--expert .text {
    margin: 20px 0; }

.page--actualites .bloc--temoignage,
.page--soin .bloc--temoignage {
  margin: 40px -40px;
  padding: 40px 40px;
  background-color: #23a5d6;
  color: #fff; }
  .page--actualites .bloc--temoignage h2,
  .page--soin .bloc--temoignage h2 {
    font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    /*margin-left:40px;
            @include breakpoint(medium up) {
                margin-left: 20px;
            }*/ }
  @media screen and (min-width: 40em) {
    .page--actualites .bloc--temoignage .slider-temoins .img,
    .page--soin .bloc--temoignage .slider-temoins .img {
      float: right;
      margin-right: 40px; } }
  .page--actualites .bloc--temoignage .slick-slider,
  .page--soin .bloc--temoignage .slick-slider {
    margin-left: 0; }
  @media screen and (min-width: 40em) {
    .page--actualites .bloc--temoignage .slick-slide,
    .page--soin .bloc--temoignage .slick-slide {
      margin: 0 100px; } }
  .page--actualites .bloc--temoignage .slick-dots,
  .page--soin .bloc--temoignage .slick-dots {
    bottom: 0px !important;
    display: none !important; }
    .page--actualites .bloc--temoignage .slick-dots li button,
    .page--soin .bloc--temoignage .slick-dots li button {
      opacity: 0; }
    .page--actualites .bloc--temoignage .slick-dots li,
    .page--soin .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); }
      .page--actualites .bloc--temoignage .slick-dots li:not(.slick-active):hover,
      .page--soin .bloc--temoignage .slick-dots li:not(.slick-active):hover {
        border-color: #3fcfd5;
        transition: 250ms all ease-in 0 !important; }
      .page--actualites .bloc--temoignage .slick-dots li:before,
      .page--soin .bloc--temoignage .slick-dots li:before {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #23a5d6;
        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; }
      .page--actualites .bloc--temoignage .slick-dots li.current, .page--actualites .bloc--temoignage .slick-dots li.slick-active,
      .page--soin .bloc--temoignage .slick-dots li.current,
      .page--soin .bloc--temoignage .slick-dots li.slick-active {
        width: 16px;
        height: 16px; }
        .page--actualites .bloc--temoignage .slick-dots li.current:before, .page--actualites .bloc--temoignage .slick-dots li.slick-active:before,
        .page--soin .bloc--temoignage .slick-dots li.current:before,
        .page--soin .bloc--temoignage .slick-dots li.slick-active:before {
          -webkit-transform: scale3d(1, 1, 1);
                  transform: scale3d(1, 1, 1); }
  .page--actualites .bloc--temoignage .slick-prev,
  .page--soin .bloc--temoignage .slick-prev {
    left: 0; }
    .page--actualites .bloc--temoignage .slick-prev:hover .ico,
    .page--soin .bloc--temoignage .slick-prev:hover .ico {
      left: 47% !important;
      background-position: -40px -240px; }
  .page--actualites .bloc--temoignage .slick-next,
  .page--soin .bloc--temoignage .slick-next {
    right: 0; }
    .page--actualites .bloc--temoignage .slick-next:hover .ico,
    .page--soin .bloc--temoignage .slick-next:hover .ico {
      left: 53% !important;
      background-position: -40px -200px; }
  .page--actualites .bloc--temoignage .slick-prev, .page--actualites .bloc--temoignage .slick-next,
  .page--soin .bloc--temoignage .slick-prev,
  .page--soin .bloc--temoignage .slick-next {
    top: 35%;
    transition: 250ms all ease-out !important;
    opacity: .7;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff; }
    .page--actualites .bloc--temoignage .slick-prev:hover, .page--actualites .bloc--temoignage .slick-next:hover,
    .page--soin .bloc--temoignage .slick-prev:hover,
    .page--soin .bloc--temoignage .slick-next:hover {
      opacity: 1; }
  .page--actualites .bloc--temoignage .ico--arrow-left,
  .page--actualites .bloc--temoignage .ico--arrow-right,
  .page--soin .bloc--temoignage .ico--arrow-left,
  .page--soin .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; }
  .page--actualites .bloc--temoignage .quote,
  .page--soin .bloc--temoignage .quote {
    position: relative;
    margin-right: 30px;
    padding: 30px 40px; }
    .page--actualites .bloc--temoignage .quote:before, .page--actualites .bloc--temoignage .quote:after,
    .page--soin .bloc--temoignage .quote:before,
    .page--soin .bloc--temoignage .quote:after {
      position: absolute;
      display: inline-block;
      background: url("../images/sprite-lpg.svg");
      background-size: 500px 500px;
      width: 40px;
      height: 40px;
      content: ''; }
    .page--actualites .bloc--temoignage .quote:before,
    .page--soin .bloc--temoignage .quote:before {
      background-position: -80px -200px;
      top: 0px;
      left: 20px; }
    .page--actualites .bloc--temoignage .quote:after,
    .page--soin .bloc--temoignage .quote:after {
      background-position: -80px -240px;
      bottom: 20px;
      right: 20px; }
  .page--actualites .bloc--temoignage .legend,
  .page--soin .bloc--temoignage .legend {
    margin: -20px 0 0 40px; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .page--actualites .bloc--temoignage .slick-slider,
    .page--soin .bloc--temoignage .slick-slider {
      padding: 0 40px; }
    .page--actualites .bloc--temoignage .slick-prev, .page--actualites .bloc--temoignage .slick-next,
    .page--soin .bloc--temoignage .slick-prev,
    .page--soin .bloc--temoignage .slick-next {
      width: 60px;
      height: 60px; }
    .page--actualites .bloc--temoignage .slick-prev,
    .page--soin .bloc--temoignage .slick-prev {
      left: 20px; }
    .page--actualites .bloc--temoignage .slick-next,
    .page--soin .bloc--temoignage .slick-next {
      right: 20px; } }
  @media screen and (max-width: 39.9375em) {
    .page--actualites .bloc--temoignage .slick-slider,
    .page--soin .bloc--temoignage .slick-slider {
      padding-bottom: 40px; }
    .page--actualites .bloc--temoignage .slick-prev, .page--actualites .bloc--temoignage .slick-next,
    .page--soin .bloc--temoignage .slick-prev,
    .page--soin .bloc--temoignage .slick-next {
      display: none !important; }
    .page--actualites .bloc--temoignage .slick-dots,
    .page--soin .bloc--temoignage .slick-dots {
      display: block !important; }
    .page--actualites .bloc--temoignage .slick-slide img,
    .page--soin .bloc--temoignage .slick-slide img {
      display: inline; } }

.page--actualites .bloc--chiffres,
.page--soin .bloc--chiffres {
  margin: 20px 0;
  text-align: center; }
  .page--actualites .bloc--chiffres .fact--item,
  .page--soin .bloc--chiffres .fact--item {
    background-color: #23a5d6; }
    .page--actualites .bloc--chiffres .fact--item:nth-child(odd),
    .page--soin .bloc--chiffres .fact--item:nth-child(odd) {
      background-color: #a5c6d1; }
    .page--actualites .bloc--chiffres .fact--item:nth-child(1),
    .page--soin .bloc--chiffres .fact--item:nth-child(1) {
      transition-delay: 100ms !important; }
    .page--actualites .bloc--chiffres .fact--item:nth-child(2),
    .page--soin .bloc--chiffres .fact--item:nth-child(2) {
      transition-delay: 250ms !important; }
    .page--actualites .bloc--chiffres .fact--item:nth-child(3),
    .page--soin .bloc--chiffres .fact--item:nth-child(3) {
      transition-delay: 450ms !important; }
    .page--actualites .bloc--chiffres .fact--item:nth-child(4),
    .page--soin .bloc--chiffres .fact--item:nth-child(4) {
      transition-delay: 750ms !important; }
    .page--actualites .bloc--chiffres .fact--item:nth-child(5),
    .page--soin .bloc--chiffres .fact--item:nth-child(5) {
      transition-delay: 1000ms !important; }
    .page--actualites .bloc--chiffres .fact--item:nth-child(6),
    .page--soin .bloc--chiffres .fact--item:nth-child(6) {
      transition-delay: 1250ms !important; }
  .page--actualites .bloc--chiffres h2.smaller,
  .page--soin .bloc--chiffres h2.smaller {
    font-size: 3.2rem; }
    @media screen and (min-width: 40em) and (max-width: 64em) {
      .page--actualites .bloc--chiffres h2.smaller,
      .page--soin .bloc--chiffres h2.smaller {
        font-size: 2.2rem; } }
  .page--actualites .bloc--chiffres img,
  .page--soin .bloc--chiffres img {
    width: 75px;
    padding-bottom: 20px;
    margin: 0 auto; }
  .page--actualites .bloc--chiffres .source,
  .page--soin .bloc--chiffres .source {
    padding: 5px 10px 10px 0;
    font-size: .8rem;
    line-height: .9rem;
    font-style: italic;
    color: #999;
    width: 100%;
    text-align: right !important; }

.page--actualites .bloc--video,
.page--soin .bloc--video {
  padding: 20px 0; }
  .page--actualites .bloc--video .embed-container,
  .page--soin .bloc--video .embed-container {
    width: 100%;
    height: 350px; }
    @media screen and (min-width: 40em) and (max-width: 64em) {
      .page--actualites .bloc--video .embed-container,
      .page--soin .bloc--video .embed-container {
        height: 400px; } }
    @media screen and (max-width: 39.9375em) {
      .page--actualites .bloc--video .embed-container,
      .page--soin .bloc--video .embed-container {
        height: 200px; } }
    .page--actualites .bloc--video .embed-container iframe,
    .page--soin .bloc--video .embed-container iframe {
      width: 100%;
      height: 100%; }
  .page--actualites .bloc--video .video-duo .embed-container,
  .page--soin .bloc--video .video-duo .embed-container {
    height: 350px; }
  @media screen and (min-width: 40em) {
    .page--actualites .bloc--video .video-duo:first-child,
    .page--soin .bloc--video .video-duo:first-child {
      padding-right: 20px; }
    .page--actualites .bloc--video .video-duo:last-child,
    .page--soin .bloc--video .video-duo:last-child {
      padding-left: 20px; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .page--actualites .bloc--video .video-duo .embed-container,
    .page--soin .bloc--video .video-duo .embed-container {
      height: 250px; } }
  @media screen and (max-width: 39.9375em) {
    .page--actualites .bloc--video .video-duo,
    .page--soin .bloc--video .video-duo {
      margin-top: 20px; }
      .page--actualites .bloc--video .video-duo .embed-container,
      .page--soin .bloc--video .video-duo .embed-container {
        height: 200px; } }

.page--actualites .bloc--recherche-centre,
.page--soin .bloc--recherche-centre {
  padding: 40px 0; }
  .page--actualites .bloc--recherche-centre .column, .page--actualites .bloc--recherche-centre .columns,
  .page--soin .bloc--recherche-centre .column,
  .page--soin .bloc--recherche-centre .columns {
    padding-right: 10px; }
  .page--actualites .bloc--recherche-centre select.grey,
  .page--soin .bloc--recherche-centre select.grey {
    color: #696b66; }
  .page--actualites .bloc--recherche-centre h2,
  .page--soin .bloc--recherche-centre h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 20px; }
  .page--actualites .bloc--recherche-centre input[type='text'], .page--actualites .bloc--recherche-centre select,
  .page--soin .bloc--recherche-centre input[type='text'],
  .page--soin .bloc--recherche-centre select {
    border: 1px solid #000; }
  @media screen and (min-width: 64.0625em) and (max-width: 87.4375em) {
    .page--actualites .bloc--recherche-centre .medium-8,
    .page--soin .bloc--recherche-centre .medium-8 {
      padding: 0 40px; } }

.page--actualites .bloc--rebond,
.page--soin .bloc--rebond {
  /* set in bloc.scss */ }

/* DEFAULT
***********************************************************************/
.bloc {
  margin: 40px 0;
  padding: 40px 0; }
  .bloc:last-child {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 64em) {
    .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; }

.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; } }

/* CHIFFRES
***********************************************************************/
.bloc--chiffres {
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--chiffres .title h2 {
    font-size: 2rem !important;
    line-height: 2rem;
    padding: 40px 0 30px 0;
    text-align: left;
    position: relative;
    margin-bottom: 50px !important; }
    .bloc--chiffres .title h2:before, .bloc--chiffres .title h2:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #23a5d6; }
    .bloc--chiffres .title h2:before {
      width: 40px;
      height: 10px; }
    .bloc--chiffres .title h2:after {
      height: 40px;
      width: 10px;
      bottom: -30px;
      padding-bottom: 30px; }
  .bloc--chiffres .facts.with-title {
    padding: 0 50px !important; }

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

input[type="submit"] {
  text-transform: uppercase !important; }

.gform_body ul, .gform_body li {
  margin: 0 0 !important;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%; }
  .gform_body ul.gfield_error, .gform_body li.gfield_error {
    border: none !important;
    background-color: transparent !important; }
    .gform_body ul.gfield_error .validation_message, .gform_body li.gfield_error .validation_message {
      color: #cc0000 !important;
      margin-top: 0 !important; }

.gform_body .full-width {
  display: block; }
  .gform_body .full-width > * {
    margin-top: 0 !important;
    padding-bottom: 0 !important; }
  .gform_body .full-width .ginput_full input,
  .gform_body .full-width input,
  .gform_body .full-width select,
  .gform_body .full-width textarea,
  .gform_body .full-width span {
    width: 98% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0;
    min-height: auto !important; }
  .gform_body .full-width span {
    width: 100% !important; }
  .gform_body .full-width .address_country {
    width: 98% !important; }

.gform_body input, .gform_body textarea, .gform_body select {
  margin-bottom: 8px !important; }

.gform_body input {
  padding: 8px 15px;
  margin: 0;
  height: auto;
  margin-bottom: 20px !important; }

.gform_body label {
  padding: 0;
  color: #696b66;
  display: none !important; }
  .gform_body label:before, .gform_body label:after {
    display: none; }

.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,
.gform_body .gfield_label_before_complex,
.gform_body .gfield_required {
  display: none !important; }

.gform_body .gfield.inline li {
  display: inline;
  width: auto; }

.gform_body .force-show-label .gfield_label, .gform_body .force-show-label label {
  display: block !important; }

.gform_body .force-show-label input[type=checkbox] {
  left: 0 !important;
  margin-top: 0 !important; }

.gform_wrapper .gform_body .ginput_container_checkbox li {
  padding-left: 24px !important; }

.protectiondesdonnees label {
  line-height: normal; }

li.mentionslegales {
  font-size: 10px !important;
  text-align: justify;
  line-height: normal !important; }

.column .gform_wrapper .gform_body input.medium, .columns .gform_wrapper .gform_body input.medium, .column .gform_wrapper .gform_body select.medium, .columns .gform_wrapper .gform_body select.medium {
  width: 100%; }

.gform_wrapper .gform_body .oppositions .ginput_container_checkbox li, .gform_wrapper .gform_body .rgpd .ginput_container_checkbox li {
  padding-left: 0 !important; }

.gform_wrapper .gform_body .oppositions .ginput_container_checkbox label, .gform_wrapper .gform_body .rgpd .ginput_container_checkbox label {
  padding: 0;
  padding-left: 24px !important;
  color: #000000;
  display: inline-block !important;
  line-height: normal;
  font-size: 10px; }

.gform_body .oppositions .ginput_container_checkbox input[type='radio'],
.gform_body .oppositions .ginput_container_checkbox input[type='checkbox'],
.gform_body .rgpd .ginput_container_checkbox input[type='radio'],
.gform_body .rgpd .ginput_container_checkbox input[type='checkbox'] {
  position: absolute;
  left: inherit; }

.page--contact .bloc--mentions {
  text-align: justify; }

.page--contact .bloc--mentions p {
  font-size: 10px !important; }

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

/* FORM
***********************************************************************/
.bloc--form {
  padding: 40px 80px;
  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; }
  .bloc--form input[type='text']::-webkit-input-placeholder,
  .bloc--form input[type='textarea']::-webkit-input-placeholder {
    color: #696b66;
    font-style: italic; }
  .bloc--form input[type='text']::-moz-placeholder,
  .bloc--form input[type='textarea']::-moz-placeholder {
    color: #696b66;
    font-style: italic; }
  .bloc--form input[type='text']:-ms-input-placeholder,
  .bloc--form input[type='textarea']:-ms-input-placeholder {
    color: #696b66;
    font-style: italic; }
  .bloc--form input[type='text']:-moz-placeholder,
  .bloc--form input[type='textarea']:-moz-placeholder {
    color: #696b66;
    font-style: italic; }
  @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; } }

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    max-width: 50% !important;
    padding-right: 16px !important; } }

/* FORMATION
***********************************************************************/
.bloc--formation {
  padding: 20px 0px;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--formation > h2 {
    font-size: 2rem !important;
    line-height: 2rem !important; }
  .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; }
      .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;
        font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
        font-weight: 300;
        font-stretch: normal; }
      .bloc--formation .list--formation .box h4 {
        color: #23a5d6 !important;
        text-transform: none; }
      .bloc--formation .list--formation .box h4, .bloc--formation .list--formation .box h5 {
        display: inline;
        font-size: .75rem;
        font-weight: bold;
        color: #696b66;
        margin: 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; }
  .bloc--formation #form-selected h4, .bloc--formation #form-selected h5 {
    font-size: .7rem;
    line-height: .8rem;
    display: inline !important; }
  .bloc--formation #form-selected h4 {
    color: #23a5d6; }
  .bloc--formation #form-selected h5 {
    color: #696b66; }
  @media screen and (max-width: 64em) {
    .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; } }

/* PICTURES GRID
***********************************************************************/
.bloc--pictures-grid {
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--pictures-grid .grid-item .box {
    height: 92%;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #f6f6f6; }
    .bloc--pictures-grid .grid-item .box .img {
      background-color: #fcfcfc;
      padding: 40px; }
      .bloc--pictures-grid .grid-item .box .img img {
        width: auto !important;
        max-width: auto !important;
        height: auto !important; }
    .bloc--pictures-grid .grid-item .box .txt {
      padding: 20px 40px 20px 40px; }
    .bloc--pictures-grid .grid-item .box h2 {
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-transform: uppercase; }
    .bloc--pictures-grid .grid-item .box .desc {
      padding-bottom: 20px; }
      .bloc--pictures-grid .grid-item .box .desc p {
        font-size: .9rem;
        line-height: 1rem; }

/* QUOTE / CITATION
***********************************************************************/
.bloc--quote {
  margin: 20px 0;
  padding: 0;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--quote.right:first-child {
    border: 1px solid green; }
  .bloc--quote.right .box {
    text-align: right; }
  .bloc--quote.left .box {
    text-align: left; }
    .bloc--quote.left .box .quote p:after {
      left: -60px;
      right: auto; }
  .bloc--quote.left .quote-img {
    text-align: right; }
  .bloc--quote .box {
    width: 90%;
    max-width: 800px;
    padding: 60px 10px 20px 10px;
    margin: 0 auto;
    position: relative; }
    .bloc--quote .box .ico {
      margin-bottom: 40px; }
    .bloc--quote .box .quote {
      z-index: 11;
      position: relative; }
      .bloc--quote .box .quote p {
        font-size: 2rem;
        line-height: 2.0rem;
        font-weight: 100;
        margin: 0 0 40px 0;
        position: relative; }
        .bloc--quote .box .quote p b, .bloc--quote .box .quote p strong {
          font-weight: 600; }
        .bloc--quote .box .quote p:after {
          content: '';
          position: absolute;
          top: 50px;
          right: -60px;
          width: 40px;
          height: 2px;
          background-color: #000; }
      .bloc--quote .box .quote.smaller p {
        font-size: 1.5rem;
        line-height: 2.0rem; }
    .bloc--quote .box h4 {
      margin: 10px 0; }
    .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; }
  @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 0px 80px 0px;
  padding: 20px 0 20px 0;
  position: relative;
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .bloc--rebonds-produits .list-with-1:after {
    width: 40%;
    margin-left: 80px; }
  .bloc--rebonds-produits .box-text h2 {
    font-size: 2.2rem;
    position: relative; }
    .bloc--rebonds-produits .box-text h2:before {
      content: '';
      width: 50px;
      height: 2px;
      background-color: #000;
      position: absolute;
      left: -70px;
      bottom: 10px; }
  .bloc--rebonds-produits .box-text a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.785rem; }
  .bloc--rebonds-produits .column:nth-child(odd) .box-text, .bloc--rebonds-produits .columns:nth-child(odd) .box-text {
    padding: 80px 0 0 40px; }
  .bloc--rebonds-produits .column:nth-child(even) .box-text, .bloc--rebonds-produits .columns:nth-child(even) .box-text {
    padding: 80px 40px 0 0;
    text-align: right; }
    .bloc--rebonds-produits .column:nth-child(even) .box-text h2:before, .bloc--rebonds-produits .columns:nth-child(even) .box-text h2:before {
      left: auto;
      right: -70px; }
  @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 .box-text {
        text-align: center;
        padding: 20px 20px !important;
        margin-bottom: 40px; }
        .bloc--rebonds-produits .box-text h2:before {
          display: none; }
      .bloc--rebonds-produits .box-img {
        text-align: center !important; }
        .bloc--rebonds-produits .box-img img {
          top: 0 !important;
          left: 0 !important;
          max-width: 80%; }
      .bloc--rebonds-produits .column:last-child:not(:first-child) .box-text, .bloc--rebonds-produits .columns:last-child:not(:first-child) .box-text {
        text-align: center; } }

/* ICONS & SPRITES ***************************/
.ico,
.sprite {
  display: inline-block;
  background: url("../images/sprite-lpg.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.as-btn {
    cursor: pointer; }
  .ico.ico--arrow-left {
    background-position: 0 -200px;
    width: 40px;
    height: 40px; }
  .ico.ico--arrow-right {
    background-position: 0 -240px;
    width: 40px;
    height: 40px; }
  .ico.ico--map {
    background-position: 0 -280px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }
    .ico.ico--map.large {
      background-position: 0 -420px;
      width: 120px;
      height: 120px;
      background-size: 750px 750px; }
  .ico.ico--close {
    background-position: -120px -200px;
    width: 40px;
    height: 40px; }
  .ico.ico--facebook {
    background-position: 0 -400px;
    width: 36px;
    height: 36px; }
    .ico.ico--facebook.black, .ico.ico--facebook:hover {
      background-position: 0px -436px; }
    .ico.ico--facebook.white {
      background-position: 0px -364px; }
  .ico.ico--twitter {
    background-position: -36px -400px;
    width: 36px;
    height: 36px; }
    .ico.ico--twitter.black, .ico.ico--twitter:hover {
      background-position: -36px -436px; }
    .ico.ico--twitter.white {
      background-position: -36px -364px; }
  .ico.ico--linkedin {
    background-position: -72px -400px;
    width: 36px;
    height: 36px; }
    .ico.ico--linkedin.black, .ico.ico--linkedin:hover {
      background-position: -72px -436px; }
    .ico.ico--linkedin.white {
      background-position: -72px -364px; }
  .ico.ico--youtube {
    background-position: -108px -400px;
    width: 36px;
    height: 36px; }
    .ico.ico--youtube.black, .ico.ico--youtube:hover {
      background-position: -108px -436px; }
    .ico.ico--youtube.white {
      background-position: -108px -364px; }
  .ico.ico--play {
    background-position: -144px -400px;
    width: 36px;
    height: 36px; }
    .ico.ico--play.black, .ico.ico--play:hover {
      background-position: -144px -436px; }
    .ico.ico--play.white {
      background-position: -144px -364px; }
  .ico.ico--search {
    width: 16px;
    height: 16px;
    background-position: 0px -130px; }
  .ico.ico--search-white {
    width: 20px;
    height: 20px;
    background-position: -20px -130px; }
  .ico.ico--calendar {
    background-position: -220px -280px;
    width: 75px;
    height: 75px; }
  .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: 140px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  background-color: #fff;
  transition: 300ms all ease-out; }
  #masthead.snap {
    margin-top: -30px;
    height: 115px; }
    #masthead.snap .logo {
      height: 70px; }
    #masthead.snap .top-bar-right .menu-alt {
      margin-top: 30px; }
    #masthead.snap .top-bar-right .menu-main {
      margin-top: 60px; }
    #masthead.snap:hover .menu-alt {
      margin-top: 30px; }

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

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

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

.top-bar-left {
  margin-top: 30px;
  margin-left: 40px; }
  .top-bar-left a {
    padding: 0 !important; }

.top-bar-right {
  margin-right: 40px; }
  .top-bar-right li > a, .top-bar-right li > span {
    margin: 0 0 0 30px;
    padding: 0; }
  .top-bar-right .menu-alt {
    margin-top: 10px;
    position: relative;
    float: right; }
    .top-bar-right .menu-alt > li {
      position: relative; }
      .top-bar-right .menu-alt > li span,
      .top-bar-right .menu-alt > li a {
        text-transform: uppercase;
        font-weight: normal;
        color: #191919;
        font-size: .8rem; }
      .top-bar-right .menu-alt > li.is-over .sub-menu {
        display: block; }
      .top-bar-right .menu-alt > li.menu-item-has-children {
        cursor: pointer; }
      .top-bar-right .menu-alt > li span:hover {
        color: #23a5d6; }
    .top-bar-right .menu-alt .sub-menu {
      position: absolute;
      z-index: 444;
      top: 18px;
      left: 15px;
      right: 0;
      margin: 0 auto 0 auto;
      display: none;
      text-align: center;
      width: 100%;
      padding: 30px 20px;
      background-color: #23a5d6; }
      .top-bar-right .menu-alt .sub-menu:before {
        content: '';
        background-color: #fff;
        width: 100%;
        height: 10px;
        top: 0;
        left: 0;
        position: absolute; }
      .top-bar-right .menu-alt .sub-menu li {
        list-style: none;
        position: relative; }
        .top-bar-right .menu-alt .sub-menu li:not(:last-child) {
          margin: 5px 0 15px 0; }
          .top-bar-right .menu-alt .sub-menu li:not(:last-child):after {
            content: '';
            position: absolute;
            bottom: -8px;
            right: 0;
            left: 0;
            margin: 0 auto;
            background-color: rgba(255, 255, 255, 0.8);
            width: 30px;
            height: 1px; }
        .top-bar-right .menu-alt .sub-menu li.active span {
          font-weight: bold;
          color: #fff !important;
          opacity: 1; }
      .top-bar-right .menu-alt .sub-menu span,
      .top-bar-right .menu-alt .sub-menu a {
        color: #fff;
        opacity: .8;
        transition: 200ms all ease-in;
        margin: 0;
        font-size: 1rem; }
        .top-bar-right .menu-alt .sub-menu span:hover,
        .top-bar-right .menu-alt .sub-menu a:hover {
          opacity: 1;
          color: #fff; }
  .top-bar-right .menu-main {
    margin-top: 70px; }
    .top-bar-right .menu-main > li > span,
    .top-bar-right .menu-main > li > a {
      text-transform: uppercase;
      font-weight: bold;
      color: #191919; }

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

.menu .active > a,
.menu .active > span {
  background-color: transparent;
  color: #23a5d6 !important; }

.desktop-menu li:not(.active) a, .menu-alt > li > span {
  position: relative; }
  .desktop-menu li:not(.active) a:after, .menu-alt > li > span:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    width: 100%;
    border-bottom: 1px solid #23a5d6;
    transition: .2s all ease-out;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1); }
  .desktop-menu li:not(.active) a:hover, .menu-alt > li > span:hover {
    color: #23a5d6; }
    .desktop-menu li:not(.active) a:hover:after, .menu-alt > li > span:hover:after {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }

.desktop-menu .lg {
  position: relative;
  padding-right: 20px;
  height: 20px; }
  .desktop-menu .lg:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
    background: url("../images/sprite-lpg.svg");
    background-size: 500px 500px;
    background-position: 0 -150px;
    width: 15px;
    height: 10px; }
  .desktop-menu .lg:hover .sub-menu-lg {
    display: block; }
  .desktop-menu .lg .sub-menu-lg {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 0; }
    .desktop-menu .lg .sub-menu-lg li {
      list-style: none;
      padding: 0;
      margin: 0 5px 0 0;
      line-height: 1rem;
      background-color: #fff; }

.call-search {
  padding-right: 10px; }

#search-head {
  position: absolute;
  top: -7px;
  right: 0px;
  display: none;
  width: 600px;
  background-color: #f2f2f2; }
  #search-head input {
    width: 100%;
    border: none;
    background-color: #f2f2f2;
    z-index: -1; }
  #search-head span {
    position: absolute;
    top: 11px;
    right: 10px; }

.single-soin .top-bar-right .menu-main > li > span {
  color: #23a5d6; }

/* SUBMENU ************/
.has-children {
  cursor: pointer; }
  .has-children > span {
    position: relative; }
  .has-children > span:after {
    content: '';
    display: inline-block;
    background: url("../images/sprite-lpg.svg");
    background-position: 0 -180px;
    background-size: 500px 500px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    width: 20px;
    height: 20px;
    transition: 200ms all ease-in; }
  .has-children.is-over span {
    position: relative;
    color: #23a5d6 !important; }
    .has-children.is-over span:after {
      bottom: -30px;
      opacity: 1; }
  .has-children > span:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    width: 100%;
    border-bottom: 1px solid #23a5d6;
    transition: .2s all ease-out;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1); }
  .has-children:hover > span {
    color: #23a5d6 !important; }
    .has-children:hover > span:before {
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }

.desktop-menu .submenu-list {
  display: none;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 150px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1420px; }
  .desktop-menu .submenu-list ul, .desktop-menu .submenu-list li {
    list-style: none;
    padding: 0;
    margin: 0; }
    .desktop-menu .submenu-list ul a, .desktop-menu .submenu-list li a {
      color: #fff !important;
      padding: 0;
      margin: 0;
      opacity: .8;
      transition: 250ms all ease-out; }
    .desktop-menu .submenu-list ul a:hover, .desktop-menu .submenu-list li a:hover {
      opacity: 1; }
  .desktop-menu .submenu-list > ul {
    width: 100%;
    background-color: #23a5d6;
    padding: 0px;
    margin: 0 auto;
    display: table; }
    .desktop-menu .submenu-list > ul > li {
      display: inline-block;
      width: 20%;
      padding: 0;
      margin: 40px 0;
      text-align: center;
      vertical-align: top; }
      .desktop-menu .submenu-list > ul > li > ul {
        background-color: transparent;
        margin: 20px 0 20px 0; }
        .desktop-menu .submenu-list > ul > li > ul:hover > .list-label {
          border-color: #fff; }
        .desktop-menu .submenu-list > ul > li > ul > li:not(:last-child):after {
          content: '';
          display: block;
          width: 20px;
          border-bottom: 1px solid #fff;
          margin: 10px auto 5px auto; }
      .desktop-menu .submenu-list > ul > li > a,
      .desktop-menu .submenu-list > ul > li > .list-label {
        text-transform: uppercase;
        color: #fff;
        margin: 10px;
        font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
        font-weight: 500;
        font-stretch: normal;
        font-size: 1rem;
        font-weight: bold;
        border: 1px solid transparent;
        padding: 5px 10px;
        display: inline-block;
        transition: 200ms all ease-out; }
      .desktop-menu .submenu-list > ul > li:hover .list-label {
        border-color: #fff; }
      .desktop-menu .submenu-list > ul > li li.active a {
        color: #fff !important;
        cursor: default;
        font-weight: bold;
        opacity: 1; }
  .desktop-menu .submenu-list.technologies {
    max-width: none;
    padding: 0 0 0 20px;
    top: 70px; }
    .desktop-menu .submenu-list.technologies > span {
      display: none; }
    .desktop-menu .submenu-list.technologies ul {
      width: auto; }
    .desktop-menu .submenu-list.technologies li {
      display: list-item;
      width: 100%;
      text-align: center;
      margin: 0 !important;
      position: relative; }
      .desktop-menu .submenu-list.technologies li:not(:last-child):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.8);
        height: 1px;
        width: 15px; }
      .desktop-menu .submenu-list.technologies li span {
        color: #fff !important;
        margin: 10px;
        text-transform: uppercase;
        padding: 5px 10px;
        font-weight: bold;
        display: inline-block; }

.menu-technologies {
  position: relative; }

.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 ul {
  margin: 0;
  background-color: #45adc9; }
  #mobile-menu ul li {
    margin: 0 20px;
    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: #fff !important;
      cursor: default; }
  #mobile-menu ul li.level2 {
    border: none; }
    #mobile-menu ul li.level2 a {
      text-transform: none;
      font-size: 1.3rem;
      color: rgba(255, 255, 255, 0.7);
      padding-top: 10px;
      padding-bottom: 10px; }
  #mobile-menu ul > li span,
  #mobile-menu ul > li a {
    color: #fff;
    margin-left: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 20px 40px;
    display: inline-block;
    width: 100%;
    transition: 200ms  all ease-out; }
  #mobile-menu ul > li[aria-expanded="true"] > a:focus {
    background-color: #fff;
    color: #45adc9 !important; }
  #mobile-menu ul > li > a:after {
    background: url("../images/sprite-lpg.svg");
    background-size: 500px 500px;
    background-position: 0 -160px;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    margin-right: 20px;
    border: none; }
  #mobile-menu ul > li > ul > li.active span,
  #mobile-menu ul > li > ul > li.active a {
    color: #fff !important;
    font-weight: bold;
    cursor: default; }
  #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 .submenu,
#mobile-menu .submenu-list {
  width: 100%; }
  #mobile-menu .submenu li,
  #mobile-menu .submenu-list li {
    margin-right: 0;
    margin-left: 0; }
    #mobile-menu .submenu li:focus .list-label,
    #mobile-menu .submenu-list li:focus .list-label {
      border-color: #fff; }
    #mobile-menu .submenu li > a,
    #mobile-menu .submenu-list li > a {
      padding-left: 60px;
      text-transform: none;
      font-size: 1.25rem; }
    #mobile-menu .submenu li li.current_page_item a,
    #mobile-menu .submenu li li.active a,
    #mobile-menu .submenu-list li li.current_page_item a,
    #mobile-menu .submenu-list li li.active a {
      color: #000 !important;
      cursor: default; }
  #mobile-menu .submenu li > ul,
  #mobile-menu .submenu-list li > ul {
    background-color: #58b5cf !important; }
  #mobile-menu .submenu li > ul > li a,
  #mobile-menu .submenu-list li > ul > li a {
    padding: 15px 80px !important; }
  #mobile-menu .submenu li > ul > li:last-child,
  #mobile-menu .submenu-list li > ul > li:last-child {
    border: none; }

#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 .lg {
  background-color: #58b5cf !important;
  padding: 10px 0; }
  #mobile-menu .lg li {
    border: none;
    padding: 0;
    margin: 0;
    width: 32%;
    display: inline-block;
    text-align: center; }
    #mobile-menu .lg li a {
      font-size: 1.2rem;
      text-transform: none;
      padding: 10px 0px; }
    #mobile-menu .lg li:nth-child(2) {
      border-left: 1px solid #fff !important;
      border-right: 1px solid #fff !important; }

#mobile-menu .follow {
  margin-bottom: 30px;
  padding: 20px 0 70px 0;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center; }
  #mobile-menu .follow li {
    width: auto;
    display: inline-block;
    text-align: center;
    border: none; }
    #mobile-menu .follow li:first-child {
      width: auto;
      text-align: right; }
    #mobile-menu .follow li a {
      padding: 0;
      width: 36px;
      transition: none; }

#mobile-menu #search-mobile {
  position: relative;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0 0px; }
  #mobile-menu #search-mobile input[type='text'] {
    width: 100%;
    border: none;
    font-size: 1.6rem;
    background-color: transparent;
    color: #fff;
    padding: 20px 20px; }
    #mobile-menu #search-mobile input[type='text']::-webkit-input-placeholder {
      color: #fff;
      text-transform: uppercase; }
    #mobile-menu #search-mobile input[type='text']::-moz-placeholder {
      color: #fff;
      text-transform: uppercase; }
    #mobile-menu #search-mobile input[type='text']:-ms-input-placeholder {
      color: #fff;
      text-transform: uppercase; }
    #mobile-menu #search-mobile input[type='text']:-moz-placeholder {
      color: #fff;
      text-transform: uppercase; }
  #mobile-menu #search-mobile button {
    position: absolute;
    top: 10px;
    right: 10px; }

/* 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 40px 0;
  width: 100%;
  background-color: #acacb4; }
  #breadcrumbs li {
    display: inline; }
    #breadcrumbs li, #breadcrumbs li.current, #breadcrumbs li.separator,
    #breadcrumbs li a {
      color: #fff;
      font-size: 1rem; }
    #breadcrumbs li a:after {
      border-color: #fff; }
    #breadcrumbs li.separator {
      padding: 0 10px; }
    #breadcrumbs li.current {
      font-weight: bold; }

.sidebar--news {
  padding: 20px 0 0 20px; }
  .sidebar--news h3 {
    font-size: 1rem !important; }
  .sidebar--news p {
    font-size: .8rem; }
  .sidebar--news a:not(.outlined) {
    color: #3fcfd5; }
  .sidebar--news .future-posts {
    margin: 0;
    padding: 0; }
    .sidebar--news .future-posts li {
      list-style: none; }
    .sidebar--news .future-posts li:before {
      content: '_'; }
    .sidebar--news .future-posts li h4 {
      color: #3fcfd5;
      font-size: 1rem;
      margin: 0;
      font-style: italic; }

.post-thumbnail {
  overflow: hidden;
  margin-bottom: 40px !important; }
  .post-thumbnail .post-thumbnail--box {
    padding: 10px 0 30px 0; }
  .post-thumbnail h1 {
    font-size: 1.3rem;
    color: #3fcfd5;
    margin-bottom: 0; }
  .post-thumbnail p {
    font-size: .8rem;
    color: #000; }
  .post-thumbnail img {
    max-width: 100%;
    width: auto; }
  .post-thumbnail:not(:last-child) {
    border-bottom: 1px solid #3fcfd5; }

.post-content {
  padding: 20px;
  background-color: #fff;
  max-width: 1420px; }
  .post-content a {
    color: #ffb31b;
    border-bottom: 1px solid #ffb31b;
    font-weight: bold; }
  .post-content blockquote {
    border-color: #3fcfd5; }
    .post-content blockquote p {
      font-size: 1.2rem;
      font-family: "Muli";
      font-weight: 200; }

.post-meta {
  font-size: .8rem;
  padding-bottom: 10px;
  color: #b6b6b6; }

.post-share {
  font-size: .8rem;
  padding-bottom: 10px;
  vertical-align: text-bottom; }
  .post-share a:first-child {
    margin-left: 5px; }

.posts-pagination {
  margin-top: 10px; }
  .posts-pagination li.current {
    background-color: #ffb31b; }

#post footer {
  position: relative;
  margin-bottom: 30px; }

#post footer .button {
  position: absolute;
  top: 0;
  margin-bottom: 0; }

#post footer .prev-post {
  left: 0; }

#post footer .next-post {
  right: 0; }

/* 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: 64em) {
  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; }
  #masthead {
    height: auto; }
  #site-navigation {
    background-color: #45adc9;
    position: absolute;
    z-index: 999;
    width: 100%; }
  .title-bar-title a img {
    width: 150px;
    margin: 10px 0 0 5px; }
  .menu-icon {
    background-color: transparent;
    width: 32px;
    height: 32px;
    float: right;
    right: 10px;
    top: 10px;
    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; }
  .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 85px;
    margin-top: 10px; }
  .breadcrumbs {
    display: none; }
  .header--content h1 {
    padding-right: 50px; }
  .header--content h2 {
    padding-right: 50px;
    margin-bottom: 40px; }
  .h1--punchline,
  .hp--focus .txt-right .hp--bloc {
    margin-right: 0 !important; }
  #hp--soins .over h2 {
    margin: 0; }
  #hp--news .post--item, .page--actualites .post--item {
    padding: 10px; }
    #hp--news .post--item .date, .page--actualites .post--item .date {
      margin: 0; }
      #hp--news .post--item .date:after, .page--actualites .post--item .date:after {
        border: none;
        padding: 0; }
  .txt-left .hp--bloc {
    margin-left: 10px !important; }
  .txt-right .hp--bloc h2 {
    margin-left: 0 !important; }
  .txt-right .hp--bloc p {
    margin-left: 10px !important; }
  .text-right .hp--bloc {
    text-align: left; }
  .hp--bloc {
    margin: 0 !important; }
    .hp--bloc h2 {
      margin: 0;
      padding-left: 0;
      font-size: 2.6rem;
      line-height: 2.5rem; }
      .hp--bloc h2:before {
        display: none; }
    .hp--bloc p {
      margin-left: 10px;
      margin-top: 5px; }
  .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 {
    display: none; }
  .page--presse .presse--cover {
    padding: 10px; }
  .bloc--chiffres .facts .fact--title,
  .bloc--chiffres .facts .fact--item,
  .page--etude .facts .fact--title,
  .page--etude .facts .fact--item {
    min-height: 200px !important;
    max-height: 200px !important; }
    .bloc--chiffres .facts .fact--title h2,
    .bloc--chiffres .facts .fact--item h2,
    .page--etude .facts .fact--title h2,
    .page--etude .facts .fact--item h2 {
      font-size: 3em; }
    .bloc--chiffres .facts .fact--title.coche h2,
    .bloc--chiffres .facts .fact--item.coche h2,
    .page--etude .facts .fact--title.coche h2,
    .page--etude .facts .fact--item.coche h2 {
      font-size: 2em; }
  .bloc--chiffres .facts .fact--photo2,
  .page--etude .facts .fact--photo2 {
    max-height: 600px !important;
    height: 600px !important; }
  .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; }
  .page--soin .bloc--image_une {
    padding-right: 0;
    margin-bottom: 0; }
    .page--soin .bloc--image_une .quote {
      position: relative;
      padding: 20px 30px 20px 50px;
      bottom: 0;
      width: 100%; }
      .page--soin .bloc--image_une .quote p {
        font-size: 1.2rem;
        line-height: 1.25rem; }
  .page--soin .bloc--text blockquote {
    margin-right: 10px; }
  .page--soin .bloc--temoignage {
    margin: 0 0 20px 0;
    padding: 20px 0 20px 0; }
    .page--soin .bloc--temoignage img {
      width: 100%; }
    .page--soin .bloc--temoignage .quote {
      margin-right: 0; }
  .page--soin .bloc--expert .box {
    margin-left: 20px; }
  .page--soin .bloc--expert h2 {
    margin-top: 10px; }
    .page--soin .bloc--expert h2:before {
      width: 45px;
      left: -50px; }
  .page--soin .bloc--expert .column.txt-right .box, .page--soin .bloc--expert .txt-right.columns .box {
    margin-right: 20px; }
  .page--soin .bloc--expert .column.txt-right h2:before, .page--soin .bloc--expert .txt-right.columns h2:before {
    right: -50px; }
  /* 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 > .row {
    margin: 0 10px !important; }
  #foo .bloc--mentions {
    padding-top: 10px !important; } }

@media screen and (max-width: 39.9375em) {
  .txt-left .hp--bloc,
  .text-right .hp--bloc,
  .hp--bloc {
    text-align: center;
    margin-left: 0 !important; }
    .txt-left .hp--bloc p,
    .text-right .hp--bloc p,
    .hp--bloc p {
      border-right: 1p solid red;
      margin: 10px 40px;
      padding-right: 0 !important;
      float: none; }
  .hp--focus .txt-right .hp--bloc p {
    float: none; }
  #hp--soins .column, #hp--soins .columns, #hp--soins .columns {
    height: 200px;
    overflow: hidden; }
    #hp--soins .column img, #hp--soins .columns img, #hp--soins .columns img {
      width: 100%; }
  #hp--news {
    margin-top: 10px; }
    #hp--news .slick-dots {
      bottom: -10px !important; }
    #hp--news .more-news {
      padding-top: 20px !important; }
      #hp--news .more-news a {
        margin: 0 auto; }
  .h1--punchline .column, .h1--punchline .columns {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    .h1--punchline .column h1, .h1--punchline .columns h1 {
      font-size: 1.6rem; }
  .page--technologies .bloc-title h2 {
    font-size: 2.5em; }
  .bloc--expert h2 {
    text-align: center; }
    .bloc--expert h2:before {
      display: none !important; }
  .bloc--expert img {
    width: 100%; }
  .bloc--expert .box {
    margin-left: 0;
    margin-right: 0; }
  .bloc--expert p {
    text-align: left;
    width: 100%;
    padding-right: 20px;
    clear: both;
    float: left !important;
    margin: 5px 0 !important; }
  .bloc--expert .text a {
    margin-left: 0;
    width: 100%;
    text-align: center; }
  .sidebar p {
    margin: 0; }
  .sidebar br {
    display: none; }
  .sidebar .search-box input[type='text'],
  .sidebar .search-box select,
  .sidebar .search-box input[type='submit'] {
    margin-top: 0px; }
  #cn-notice-text {
    display: block;
    line-height: 12px;
    margin-bottom: 10px; }
  #foo {
    margin-top: 0; }
    #foo > .row {
      padding: 0 0 10px 0 !important; }
    #foo .bloc--mentions {
      padding-top: 0 !important; }
    #foo .bloc--follow {
      text-align: center;
      margin: 20px 0; }
      #foo .bloc--follow .ico {
        background-size: 250px 250px;
        width: 18px;
        height: 18px; }
      #foo .bloc--follow .ico--linkedin {
        background-position: -36px -218px; }
      #foo .bloc--follow .ico--facebook {
        background-position: 0 -218px; }
      #foo .bloc--follow .ico--youtube {
        background-position: -54px -218px; }
    #foo #foo > .row {
      padding-left: 10px !important;
      padding-right: 10px !important; }
  .bloc--recherche-centre input[type='submit'] {
    margin-top: 10px;
    width: 100%; }
  .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; }
  .rebonds-presse {
    padding-bottom: 20px !important; }
    .rebonds-presse .rebond--centre,
    .rebonds-presse .img {
      height: 220px; }
  .page--centre .content-search {
    padding-bottom: 5px; }
  .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.img-bg {
    padding: 10px 0; } }

/* CENTRE
***********************************************************************/
.page-template-page-templatespage-trouver-centre-php .box-advanced-fields {
  position: relative !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 auto; }

.page-template-page-templatespage-centre-carte-php .box-advanced-fields {
  margin-top: 50px; }

.page--centre {
  /* CENTRE LISTING */
  /* CENTRE DETAIL */
  /* XLARGE
***********************************************************************/
  /* MEDIUM
***********************************************************************/
  /* SMALL
***********************************************************************/ }
  .page--centre .bloc--banner {
    min-height: auto;
    padding-top: 70px; }
  .page--centre .header--content {
    margin-bottom: 20px; }
  .page--centre .content-search {
    position: relative; }
    .page--centre .content-search .search-fields {
      position: absolute;
      width: 100%;
      text-align: center;
      padding: 20px 80px; }
      .page--centre .content-search .search-fields.grey {
        position: relative;
        background-color: #f2f2f2; }
    .page--centre .content-search .field-address {
      padding-left: 20px !important;
      padding-right: 20px !important; }
      .page--centre .content-search .field-address label {
        text-align: left; }
    .page--centre .content-search select, .page--centre .content-search input {
      margin-bottom: 0 !important; }
    .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: #9c9a9a; }
  .page--centre .box-advanced-fields {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #fff;
    width: 70%;
    padding: 20px 50px 40px 50px;
    display: none; }
    .page--centre .box-advanced-fields.open {
      display: block; }
    .page--centre .box-advanced-fields h2 {
      font-size: 2.3rem;
      text-align: center;
      margin-bottom: 10px;
      font-weight: 100; }
    .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 {
      padding: 40px !important;
      margin: 0px 40px; }
  .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: 64.0625em) {
      .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 .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: #9c9a9a;
      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: #23a5d6 !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 {
      background-color: #fff;
      padding: 40px 40px 0 40px; }
  .page--centre .bloc--text {
    padding: 40px 40px 40px 0; }
  .page--centre .centre-diaporama {
    margin-top: 0 !important; }
  .page--centre .slick-slider {
    margin-left: 0; }
  .page--centre .slick-slide {
    padding: 0; }
    .page--centre .slick-slide img {
      margin: 0 auto; }
  .page--centre .slick-prev, .page--centre .slick-next {
    top: 45%;
    background-color: rgba(0, 0, 0, 0.4); }
  .page--centre .centre-infos {
    padding-right: 40px !important; }
    .page--centre .centre-infos h2 {
      font-weight: bold;
      color: #23a5d6;
      line-height: 1.25rem;
      border-top: 1px solid #9c9a9a;
      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 #9c9a9a;
      border-top: 1px solid #9c9a9a;
      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: 64em) {
    .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; } }
  @media screen and (max-width: 39.9375em) {
    .page--centre .centre-diaporama {
      margin-top: 0 !important; }
    .page--centre .content-search .box {
      position: relative;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      top: auto !important;
      left: auto !important; }
    .page--centre #soins,
    .page--centre .btn-swap-advanced-fields {
      margin-top: 5px !important;
      margin-bottom: 10px; }
      .page--centre #soins .ico,
      .page--centre .btn-swap-advanced-fields .ico {
        margin-top: 1px; }
    .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-legendes {
      display: none; } }
  .page--centre a.border {
    padding: 9px 10px 8px 10px !important;
    margin: 0 10px !important;
    background-color: #fff; }
  .page--centre a.border:hover:before {
    display: none; }
  .page--centre a.border:hover {
    color: #000 !important;
    border-color: #000 !important; }
  .page--centre .btn-swap-advanced-fields, .page--centre #bouton-rechercher {
    height: 40px; }
  .page--centre .content-search > .box {
    width: 90%;
    top: 10%;
    left: 0;
    right: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto; }
  .page--centre .list label {
    display: block; }
  .page--centre .ico--minus,
  .page--centre .ico--plus {
    margin: 4px 0 0 10px;
    width: 15px;
    height: 15px;
    float: right;
    position: relative;
    background-color: #000;
    border-radius: 50%; }
  .page--centre .ico--cross:before,
  .page--centre .ico--cross:after,
  .page--centre .ico--minus:before,
  .page--centre .ico--plus:before,
  .page--centre .ico--plus:after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7); }
  .page--centre .ico--cross:before,
  .page--centre .ico--minus:before,
  .page--centre .ico--plus:before {
    left: 3px;
    top: 7px;
    width: 9px;
    height: 1px; }
  .page--centre .ico--cross:after,
  .page--centre .ico--plus:after {
    left: 7px;
    top: 3px;
    width: 1px;
    height: 9px; }
  .page--centre .ico--cross {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .page--centre .btn-close {
    position: absolute !important;
    top: 10px;
    right: 10px; }
  .page--centre .advanced-fields {
    display: none; }
  .page--centre .advanced-fields.open {
    display: block; }
  .page--centre .advanced-fields h2 {
    margin-top: 10px; }
  .page--centre .over-advanced-fields {
    position: absolute;
    z-index: 33;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .page--centre .box-advanced-fields {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    width: 777px;
    padding: 10px 20px; }
  .page--centre .box-advanced-fields.mobile {
    box-shadow: none;
    width: 100% !important;
    background-color: transparent !important; }
  .page--centre .advanced-fields label {
    text-align: left; }
  .page--centre a.bg-blue {
    background-color: #23a5d6;
    color: #fff;
    border: none; }
  .page--centre .field-address input {
    margin-bottom: 7px !important; }
  .page--centre a.border {
    border: none !important; }
  @media screen and (max-width: 39.9375em) {
    .page--centre .box-advanced-fields {
      margin: 0 auto;
      position: relative;
      top: auto !important;
      left: auto !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      width: 100%;
      margin-top: 10px;
      box-shadow: none; }
      .page--centre .box-advanced-fields .list {
        padding: 0 !important; }
    .page--centre .bloc--infos {
      padding: 0 20px; }
      .page--centre .bloc--infos .box {
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: -50%; }
    .page--centre .search-fields {
      padding: 20px 20px 10px 20px !important; }
      .page--centre .search-fields .field-address {
        padding: 10px 0 !important; }
      .page--centre .search-fields label {
        margin-left: 0 !important; }
    .page--centre #btn-advanced-fields,
    .page--centre a.bg-blue {
      width: 100%; }
    .page--centre #btn-advanced-fields {
      line-height: 1.7rem !important;
      font-size: .85rem !important; }
    .page--centre label {
      margin: 7px 0 0 0 !important; }
    .page--centre a.border {
      width: 100% !important;
      margin: 0 !important; } }

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