@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.3
 * 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 {
  -webkit-box-sizing: content-box;
          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: not-allowed; }

/**
   * 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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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=48em&large=67.5em&xlarge=80em&xxlarge=92.5em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "PP Neue Montreal", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1F1F1F;
  background: #F5F5F5;
  -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; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 48em) {
      .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: 48em) {
    .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,
.expanded.row .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: 48em) {
  .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,
  .expanded.row .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: 67.5em) {
  .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,
  .expanded.row .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: 80em) {
  .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,
  .expanded.row .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: 92.5em) {
  .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,
  .expanded.row .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; } }

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: "PP Neue Montreal", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  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: 117.5rem;
  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: #1F1F1F;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: "Roboto", "Helvetica", "Ubuntu", "Droid Sans", sans-serif;
  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: "Roboto", "Helvetica", "Ubuntu", "Droid Sans", sans-serif; }

.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: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 67.5em) {
  .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: 80em) {
  .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: 92.5em) {
  .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;
    -webkit-box-shadow: none !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;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  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; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
  .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; }

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 #F5F5F5;
    border-bottom: 0.45rem solid #F5F5F5; }
  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; }

.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;
  -webkit-transition: -webkit-transform 0.15s linear;
  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: #F5F5F5;
  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%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[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%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 48em) {
  .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-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .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%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 67.5em) {
  .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-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .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%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 80em) {
  .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-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .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%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 92.5em) {
  .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-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .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.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

.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%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 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-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.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: 47.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 > :last-child {
    margin-bottom: 0; }
  .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,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 67.5em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 80em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 92.5em) {
    .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; }
  .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,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: transparent; }

.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%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #F5F5F5;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
          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;
  -webkit-transition: background 0.5s ease;
  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: 48em) {
  .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: 67.5em) {
  .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: 80em) {
  .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: 92.5em) {
  .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; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

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

.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;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #FFF; }
  .top-bar ul ul {
    background-color: rgba(255, 255, 255, 0.5); }
  .top-bar input {
    max-width: auto;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 48em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 67.4375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 79.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 92.4375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.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: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #0a0a0a;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.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;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
/* Navigation breakpoints */
/* Mobile menu */
.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }

.title-bar-title {
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  width: 100px; }
  .title-bar-title a {
    font-size: 1rem;
    color: #b9b9b9; }

.menu-icon {
  position: fixed;
  display: block;
  vertical-align: none;
  cursor: pointer;
  width: 20px;
  height: 16px;
  right: 10px;
  z-index: 10;
  top: 55px;
  margin-right: 10% !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  @media screen and (max-width: 47.9375em) {
    .menu-icon {
      margin-right: 8% !important; } }

.menu-icon::after {
  -webkit-transition: all .3s;
  transition: all .3s; }

.menu-icon.is-animating-in::after {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0 transparent;
          box-shadow: 0px 0px 0px transparent, 0px 0px 0 transparent;
  -webkit-transform: rotate(45deg) translateY(7px);
      -ms-transform: rotate(45deg) translateY(7px);
          transform: rotate(45deg) translateY(7px); }

.menu-icon::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  top: 14px;
  left: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.menu-icon.is-animating-in::before {
  background: #0a0a0a;
  top: 5px;
  left: -5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.top-bar-left,
.top-bar-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent; }

@media screen and (max-width: 47.9375em) {
  .top-bar-left {
    display: none; } }

#mobile-menu {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 105px 10%; }

#mobile-menu.menu li a {
  color: #1F1F1F;
  text-align: center;
  font-family: "PP Neue Montreal";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0 0 4rem 0 !important; }

/* Tablet and desktop menu */
#menu-main-menu li.menu-item:last-child a {
  padding-right: 0 !important; }

#site-navigation {
  height: 15vh;
  padding: 0 10%;
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 1; }
  @media screen and (max-width: 47.9375em) {
    #site-navigation {
      position: absolute;
      top: 0;
      opacity: 0;
      padding: 0;
      width: 100%;
      height: 100vh;
      height: 100dvh;
      background-color: transparent;
      will-change: opacity, backdrop-filter;
      -webkit-transition: opacity .6s linear;
      transition: opacity .6s linear;
      -webkit-backdrop-filter: blur(35px);
              backdrop-filter: blur(35px); } }

#site-navigation.is-animating-in {
  opacity: 1 !important;
  /* Rendre visible */ }

.title-bar {
  background-color: #F5F5F5;
  padding: 0.5rem 10%; }
  @media screen and (max-width: 47.9375em) {
    .title-bar {
      padding: 0.5rem 8%; } }

.top-bar {
  background-color: #F5F5F5; }
  .top-bar ul {
    background-color: #F5F5F5; }
    @media screen and (max-width: 47.9375em) {
      .top-bar ul {
        background-color: transparent; } }
  .top-bar .menu a {
    height: 45px;
    line-height: 45px;
    color: #1F1F1F;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    text-transform: lowercase; }
    .top-bar .menu a:hover:not(.button) {
      color: #000; }
  .top-bar .menu .home a {
    color: #b9b9b9;
    width: 142px;
    height: auto; }
    .top-bar .menu .home a img {
      max-height: 15vh; }
  .top-bar .menu > li:not(.menu-text):not(.home) > a {
    padding: 1rem 2rem; }
    @media screen and (min-width: 48em) and (max-width: 67.4375em) {
      .top-bar .menu > li:not(.menu-text):not(.home) > a {
        padding: 1rem 1rem; } }
  @media screen and (max-width: 47.9375em) {
    .top-bar .top-bar-right {
      width: 100%;
      z-index: 5000;
      height: 100%;
      left: 0;
      -ms-flex-line-pack: baseline;
          align-content: baseline;
      background: rgba(245, 245, 245, 0.5);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

/* Sous menu defaut Foundation press */
.is-dropdown-submenu {
  /* display: none; */
  position: absolute;
  left: 100%;
  min-width: 200px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5);
  border: none; }

.dropdown.menu .submenu {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: thin solid rgba(46, 46, 46, 0.14); }

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

/* end : Sous menu defaut Foundation press */
.dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0; }

.dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none; }

/* Basic styles for post navigation. Nicolas Gallagher's "Micro clearfix" https://css-tricks.com/snippets/css/clear-fix/ */
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

/* Text meant only for screen readers. Addresses part of theme-check issue #840. https://github.com/Automattic/_s/blob/master/style.css */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 3.75rem; }
  #footer-container #footer {
    max-width: 117.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem 0; }
    #footer-container #footer::before, #footer-container #footer::after {
      content: ' ';
      display: table; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }

body#tinymce {
  height: auto;
  max-width: 117.5rem;
  padding: 1.25rem !important; }

html, body {
  height: auto; }

#dyn-gallery-container {
  display: block;
  position: absolute;
  top: 15vh;
  left: 0;
  width: 100%;
  z-index: 5000;
  height: 85vh;
  overflow: scroll;
  background-color: #EBEBEB;
  display: none;
  margin: 0 auto; }

#dyn-gallery-container > .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 103.125rem;
  padding: 2rem 10% 6.25rem 10%; }

.gal-bio-opener {
  cursor: pointer;
  position: relative; }

.gal-bio-opener::after {
  content: "All photos";
  display: block;
  position: absolute;
  bottom: 2px;
  right: 11px;
  width: -webkit-fit-content;
  width: fit-content;
  height: auto;
  padding: 7px 9px;
  background: url("/wp-content/themes/atheme2025/assets/images/allphotos-arrow.png") right 0.75rem no-repeat;
  -webkit-background-size: 5px 5px;
          background-size: 5px;
  color: #e2e2e2;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal; }

/* Cache toutes les galeries par défaut */
.dynamic-gallery-item {
  display: block;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Pour une transition douce */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/* Affiche la galerie active */
.dynamic-gallery-item.is-active {
  opacity: 1;
  height: auto; }

/* Mise en forme du menu */
.at-wpcp-gallery-link, .at-wpcp-gallery-link-url {
  color: #f1f1f1;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.24px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-decoration-thickness: 5%;
  /* 1.2px */
  text-underline-offset: 25%;
  /* 6px */
  text-underline-position: from-font;
  -webkit-transition: -webkit-text-decoration-color .3s;
  transition: -webkit-text-decoration-color .3s;
  transition: text-decoration-color .3s;
  transition: text-decoration-color .3s, -webkit-text-decoration-color .3s; }

.at-wpcp-gallery-link.is-active, .at-wpcp-gallery-link:active {
  color: #f1f1f1;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-color: #f00;
          text-decoration-color: #f00;
  font-weight: 400; }

.at-wpcp-gallery-link-url:active, .at-wpcp-gallery-link-url:focus, .at-wpcp-gallery-link:focus {
  color: #f1f1f1 !important; }

ul.gallery-menu li {
  padding-bottom: 12px; }

/* container */
.at-wpcp-galleries {
  margin-bottom: 160px; }
  @media screen and (min-width: 80em) {
    .at-wpcp-galleries {
      margin-bottom: 0; } }

.at-page-gal-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.54px;
  padding-bottom: 30px; }

#close-atpagegal {
  margin-bottom: 2rem; }

#dyn-gallery-container #close-atpagegal {
  -webkit-transform: translateY(-3px) translateX(2px);
      -ms-transform: translateY(-3px) translateX(2px);
          transform: translateY(-3px) translateX(2px); }

/* carousel navigation */
/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

#kitchen-sink {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    content: ' ';
    display: table; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48em) {
      #kitchen-sink header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media screen and (min-width: 48em) {
      #kitchen-sink #components {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 67.5em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 67.5em) and (min-width: 48em) {
    #kitchen-sink #components {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 67.5em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media screen and (min-width: 67.5em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        display: block;
        float: right; } }
  @media screen and (min-width: 67.5em) and (min-width: 48em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 67.5em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page::before, #page::after {
    content: ' ';
    display: table; }
  #page::after {
    clear: both; }
  #page .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48em) {
      #page .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      #page .main-content {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    #page .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48em) {
      #page-full-width .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

#single-post {
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    content: ' ';
    display: table; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 48em) {
      #single-post .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    #single-post .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 48em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }

@font-face {
  font-family: 'PP Neue Montreal';
  src: url("../fonts/PPNeueMontreal-Light.woff2");
  src: url("../fonts/PPNeueMontreal-Light.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'PP Neue Montreal';
  src: url("../fonts/PPNeueMontreal-Thin.woff2");
  src: url("../fonts/PPNeueMontreal-Thin.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'PP Neue Montreal';
  src: url("../fonts/PPNeueMontreal-ThinItalic.woff2");
  src: url("../fonts/PPNeueMontreal-ThinItalic.woff2") format("woff2"), url("../fonts/PPNeueMontreal-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'PP Neue Montreal';
  src: url("../fonts/PPNeueMontreal-Book.woff2");
  src: url("../fonts/PPNeueMontreal-Book.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PP Neue Montreal';
  src: url("../fonts/PPNeueMontreal-Bold.woff2");
  src: url("../fonts/PPNeueMontreal-Bold.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

/* bagages */
@font-face {
  font-family: 'tgl_0-17_altregular';
  src: url("../fonts/tgl_0-17_alt-webfont.eot");
  src: url("../fonts/tgl_0-17_alt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tgl_0-17_alt-webfont.woff2") format("woff2"), url("../fonts/tgl_0-17_alt-webfont.woff") format("woff"), url("../fonts/tgl_0-17_alt-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CMU Typewriter Text';
  src: url("../fonts/hinted-CMUTypewriter-Regular.eot");
  src: url("../fonts/hinted-CMUTypewriter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-CMUTypewriter-Regular.woff") format("woff"), url("../fonts/hinted-CMUTypewriter-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

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

/*
* Keyframes : animations pour apparition d'éléments
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.debugdiv {
  position: absolute;
  z-index: 40000;
  left: 40%;
  top: 40%;
  height: 10vh;
  width: 25vh;
  background-color: #ff3800;
  color: #FFF; }

/*
* CSS Page Transitions
* Don't forget to add vendor prefixes!
*/
/** Basic styles for an animated element */
.scene_element {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.scene_element_long {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.scene_element_pagestart {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

/** An element that fades in */
.scene_element--fadein,
.scene_element_pagestart--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.scene_element--fadeinlong,
.scene_element_pagestart--fadeinlong {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.scene_element--fadeinverylong,
.scene_element_pagestart--fadeinverylong {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

/** An element that fades in and slides up */
.scene_element--fadeinup,
.scene_element_pagestart--fadeinup {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

/** An element that fades in and slides from the right */
.scene_element--fadeinright,
.scene_element_pagestart--fadeinright {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

body {
  background-color: #F5F5F5; }

#AType {
  -webkit-transition: all .3s;
  transition: all .3s; }

#AType path, #svgpause path, #fbsvg path, #twitsvg path, #instasvg path {
  -webkit-transition: fill .6s;
  transition: fill .6s; }

h1, h2, h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 2rem; }

.main-titles {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 2px;
  padding-left: 0;
  letter-spacing: -0.54px; }

/*
* Loaders
*/
/* pace loader css : js ds assets/javascript/custom */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #6f6f6f;
  position: fixed;
  z-index: 250000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px; }

body.home .pace .pace-progress {
  background: #6f6f6f; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/* Preloader      ||-------------------------------*/
#preloader {
  background-color: #F5F5F5;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200000; }

body.dark #preloader {
  /* Lorsque le body a la classe 'dark', le preloader devient noir */
  background-color: #121212; }

body.clarity #preloader {
  /* Lorsque le body a la classe 'dark', le preloader devient noir */
  background-color: #F5F5F5; }

/* Classe pour l'overlay noir */
#preloader.is-black {
  background-color: #121212 !important; }

#preloader.is-white {
  background-color: #F5F5F5 !important; }

.site-spinner {
  border: 2px solid #ddd;
  font-size: 44px;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: site-spin 1s linear infinite;
  animation: site-spin 1s linear infinite;
  border-top-color: #333; }

@-webkit-keyframes site-spin {
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes site-spin {
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
* Layout
*/
html {
  overflow-y: scroll; }

#page, p {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px; }
  @media screen and (max-width: 47.9375em) {
    #page, p {
      line-height: 1.375rem;
      font-size: 0.875rem; } }

.no-left-padding {
  padding-left: 0 !important; }

.temp-stop-scroll {
  height: 100%;
  overflow: hidden; }

.fullcontent-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%); }

#fullcontent, .fullcontent-item {
  max-width: 103.125rem; }

.fullcontent-archives-marger {
  max-width: 81rem;
  margin: 0 auto; }

a {
  color: #6f6f6f;
  -webkit-transition: color .3s;
  transition: color .3s; }

a:hover {
  color: #0c0c0c; }

#innercontainer a:hover {
  color: #0c0c0c; }

.white-type {
  color: #fefefe; }

a.white-type, a.white-type:hover {
  color: #fefefe; }

#footer-container {
  border-top: none;
  margin-top: 0; }

#footer-container #footer {
  padding: 0; }

.thumbnail {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 0px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 0px rgba(10, 10, 10, 0.2);
  -moz-box-shadow: 0 0 0 0px rgba(10, 10, 10, 0.2);
  line-height: 1.42857143;
  background-color: transparent;
  border: none;
  border-radius: 0; }

.atheme-separator {
  width: 100%;
  height: 1px;
  display: block;
  padding-top: 35px; }

.white {
  color: #fefefe;
  /* AT typo attypo*/ }
  .white path, .white circle, .white line {
    fill: #fefefe; }

svg path, svg circle, svg line {
  -webkit-transition: color .3s;
  transition: color .3s; }

.dark {
  background-color: #121212 !important; }

.lightgrey {
  background-color: #121212 !important; }

.clarity {
  background-color: #F5F5F5 !important; }

.nopacity {
  opacity: 0; }

.nobg {
  background-color: transparent !important; }

.clearer {
  clear: both; }

.spacer_100 {
  clear: both;
  height: 150px; }

#maincontainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

#innercontainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 0; }

#page {
  position: relative;
  z-index: 1;
  max-width: 103.125rem;
  margin: 0 auto;
  padding-top: 15vh; }

.entry-content {
  padding-bottom: 4.375rem; }

@media screen and (min-width: 80em) {
  .entry-content.at-galleryme-height {
    min-height: 650px; } }

.page-text-padding {
  padding-bottom: 2.5rem; }

.featured-images-padding-right {
  padding-right: 1.875rem; }

.featured-images-padding-left {
  padding-left: 4.375rem; }

.featured-images-padding-top {
  padding-top: 0.5rem; }

@media screen and (min-width: 0px) and (max-width: 1080px) {
  body:not(.page-template-page-alternative) .entry-content {
    padding-left: 0.9375rem;
    padding-bottom: 4.375rem; }
  .featured-images-padding-left {
    padding-left: 0.9375rem; } }

#page-title-ajax {
  position: absolute;
  top: 3.75rem;
  left: 0; }

.lang-links {
  color: #125ac1;
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 1rem;
  padding-left: 0; }

.lang-links a, .lang-links a:hover {
  color: #125ac1 !important; }

#flecheDown rect, #flecheDown polygon, #flecheUp rect, #flecheUp polygon {
  fill: #125ac1; }

#flecheUp {
  -webkit-transform: translateY(1px) rotate(180deg);
      -ms-transform: translateY(1px) rotate(180deg);
          transform: translateY(1px) rotate(180deg); }

.page-back-link {
  color: rgba(31, 31, 31, 0.7) !important;
  margin-bottom: 1.875rem;
  display: block; }

.release-archive .page-back-link, .page-template-default .page-back-link {
  margin-bottom: 3.125rem; }

/*
* Menus de navigation : placement des containers
*/
#bottom-menu-blur {
  position: fixed;
  z-index: 2;
  bottom: -12vh;
  width: 100%;
  height: 24vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), color-stop(81%, #e7e7e7), to(rgba(231, 231, 231, 0.01)));
  background: -webkit-linear-gradient(bottom, #e7e7e7 0%, #e7e7e7 81%, rgba(231, 231, 231, 0.01) 100%);
  background: linear-gradient(0deg, #e7e7e7 0%, #e7e7e7 81%, rgba(231, 231, 231, 0.01) 100%);
  padding: 0 10%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  min-height: 10.625rem;
  pointer-events: none; }

#bottom-menus-container {
  overflow: hidden;
  position: fixed;
  background-color: transparent;
  bottom: 0;
  height: 12vh;
  width: 100%;
  z-index: 10;
  display: block;
  left: 0;
  min-height: 6.25rem;
  pointer-events: none; }

#bottom-menus-container .wrapper {
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-left: 95px;
  padding-right: 95px;
  position: relative;
  pointer-events: none; }

#menu_bg {
  position: absolute;
  left: 10%;
  z-index: 11;
  font-size: 14px;
  bottom: 7vh;
  color: rgba(31, 31, 31, 0.5);
  pointer-events: all; }

body.page-template-page-me-2025 #menu_bg {
  display: none; }

#menu_bd {
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 10%;
  bottom: 7vh;
  pointer-events: all; }

@media screen and (max-width: 47.9375em) {
  #menu-main-menu {
    display: none; }
  #mobile-menu, .is-drilldown {
    display: block; } }

@media screen and (min-width: 48em) {
  #mobile-menu, .is-drilldown {
    display: none; } }

#masthead {
  background-color: #F5F5F5;
  position: fixed;
  z-index: 5;
  width: 100%; }

.sub-menu-parent {
  position: absolute;
  list-style: none;
  min-width: 50px;
  min-height: 25px;
  z-index: 1; }

.sub-menu {
  visibility: visible;
  /* hides sub-menu */
  list-style: none;
  opacity: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 20px;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }

.sub-menu-parent:hover .sub-menu, .sub-menu-parent-right:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */ }

.sub-menu-parent .sub-menu li, .sub-menu-parent-right .sub-menu li {
  -webkit-transition: all .6s ease-in-out, opacity .3s linear;
  transition: all .6s ease-in-out, opacity .3s linear; }

#menu_hg_more {
  display: block; }

.sub-menu-parent .sub-menu li:nth-child(1), .sub-menu-parent-right .sub-menu li:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(0em);
      -ms-transform: translateY(0em);
          transform: translateY(0em);
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.sub-menu-parent .sub-menu li:nth-child(2), .sub-menu-parent-right .sub-menu li:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-2.5em);
      -ms-transform: translateY(-2.5em);
          transform: translateY(-2.5em);
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

.sub-menu-parent .sub-menu li:nth-child(3), .sub-menu-parent-right .sub-menu li:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateY(-5em);
      -ms-transform: translateY(-5em);
          transform: translateY(-5em);
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.sub-menu-parent .sub-menu li:nth-child(4), .sub-menu-parent-right .sub-menu li:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateY(-7.5em);
      -ms-transform: translateY(-7.5em);
          transform: translateY(-7.5em);
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

.sub-menu-parent .sub-menu li:nth-child(5), .sub-menu-parent-right .sub-menu li:nth-child(5) {
  opacity: 0;
  -webkit-transform: translateY(-10em);
      -ms-transform: translateY(-10em);
          transform: translateY(-10em);
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

.sub-menu-parent:not(.no-hover):hover .sub-menu li, .sub-menu-parent-right:hover .sub-menu li {
  -webkit-transition: all .4s ease-in-out, opacity .6s linear;
  transition: all .4s ease-in-out, opacity .6s linear; }

.sub-menu-parent:not(.no-hover):hover .sub-menu li:nth-child(1), .sub-menu-parent-right:hover .sub-menu li:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

.sub-menu-parent:not(.no-hover):hover .sub-menu li:nth-child(2), .sub-menu-parent-right:hover .sub-menu li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

.sub-menu-parent:not(.no-hover):hover .sub-menu li:nth-child(3), .sub-menu-parent-right:hover .sub-menu li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.sub-menu-parent:not(.no-hover):hover .sub-menu li:nth-child(4), .sub-menu-parent-right:hover .sub-menu li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

.sub-menu-parent:not(.no-hover):hover .sub-menu li:nth-child(5), .sub-menu-parent-right:hover .sub-menu li:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.sub-menu-parent .sub-menu li.active {
  opacity: 1 !important; }

#page-title-ajax {
  opacity: 0;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important; }

.sub-menu-parent:hover #page-title-ajax {
  opacity: 0;
  z-index: 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.menu .active > a {
  color: #1F1F1F;
  background: none; }

#menu-me-menu li.active > a {
  color: #0c0c0c;
  background: none; }

#menu-me-menu li > a {
  color: #ff3800;
  background: none; }

.menu li a {
  font-size: 2rem;
  font-weight: 300;
  color: #1F1F1F;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0;
  line-height: 2.5rem;
  white-space: nowrap;
  display: block; }

.menu.white li a {
  color: #f1f1f1; }

.menu li a:hover {
  color: #0c0c0c; }

/*
* Menus ME haut droite
*/
.sub-menu-parent-right {
  position: absolute;
  list-style: none;
  min-width: 50px;
  min-height: 25px;
  z-index: 1;
  right: 0;
  text-align: right;
  width: 400px; }

.sub-menu-parent-right .menu.white li a {
  color: #fefefe; }

.sub-menu-parent-right .menu li a:hover {
  color: #0c0c0c; }

.sub-menu-parent-right .menu li.active > a {
  color: #0c0c0c;
  background: none; }

.sub-menu-parent-right:hover #page-title-ajax {
  opacity: 0;
  z-index: 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.sub-menu-parent-right .menu li a {
  font-size: 1rem;
  font-weight: normal;
  color: #1F1F1F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  line-height: 1.4375rem;
  white-space: nowrap; }

/* Menu Me... haut droite
*
*/
#me-menu-title {
  -webkit-transition: all .8s;
  transition: all .8s; }

#me-menu-dots {
  -webkit-transition: all .4s;
  transition: all .4s; }

#me-menu-title {
  opacity: 0;
  position: absolute;
  right: 0px;
  top: -5px; }

#me-menu-dots {
  opacity: 1;
  position: absolute;
  right: 0px;
  top: -6px; }

#menu_hd_link:hover #me-menu-title {
  opacity: 1 !important;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px); }

#menu_hd_link:hover #me-menu-dots {
  opacity: 0 !important;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px); }

#fixed-right-menu {
  opacity: 0;
  position: fixed;
  top: 11.5625rem;
  right: 2.5rem;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s; }
  #fixed-right-menu li a {
    line-height: 1.5625rem;
    width: 9.375rem;
    font-family: "PP Neue Montreal", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9375rem;
    background-color: transparent;
    text-align: right; }

/*
* Video
*
*/
body.home #maincontainer, body.home #innercontainer {
  height: 100%;
  min-height: 100vh; }

body.home {
  /* mobile viewport bug fix */
  border: 1px solid transparent; }

html {
  height: 100%;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available; }

/*
* Audio
*
*/
/*
* Menu social... bas droite + AT
*/
.social-icon-link {
  margin-left: 1.0625rem; }
  .social-icon-link a svg {
    -webkit-transition: all .3s;
    transition: all .3s; }

a#attypo:hover svg {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px); }

/*
* Galerie
*/
.flow-mask {
  background: #121212; }

.flow-gallery .loader {
  position: absolute;
  top: 50vh;
  left: 50%;
  /* margin: -50px 0 0 -50px; */
  width: 40px;
  height: 40px;
  opacity: 1;
  z-index: 500; }

.flow-gallery .path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke: #FFFFFF;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

.flow-gallery .circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100px;
  position: relative;
  width: 100px; }

svg:not(:root) {
  overflow: hidden; }

.flow-gallery .albums.tiled figcaption .title, .flow-gallery .card-image a i, .flow-gallery .card-image .show-source i, .flow-gallery .card-image .link i, .flow-gallery .card-image .card-title, .flow-gallery .tile .card-reveal .card-title,
.flow-gallery .tile .card-reveal i, .flow-gallery .tile .card-reveal p, .flow-overlay .overlay-content .item-title {
  text-shadow: 0 0px 0px transparent, 0 0px 0px transparent; }

.mdi-action-pageview:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 110%;
  height: 110%;
  background: rgba(25, 25, 25, 0.6); }

.flow-gallery .card-image .show-source {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: 0;
  margin-left: 0;
  cursor: pointer;
  /* opacity: .8; */
  width: 100%;
  height: 100%; }

.mdi-av-play-circle-fill:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 110%;
  height: 110%;
  background: url("../images/icons/video-white-40.png") center center no-repeat rgba(25, 25, 25, 0.6);
  -webkit-background-size: 1.875rem 1.875rem;
          background-size: 1.875rem; }

.flow-gallery .card-image .show-source i {
  font-size: 35px;
  text-align: center; }

.flow-gallery .card-image a.show-source:hover {
  color: #0c0c0c !important; }

.flow-gallery .card-title {
  font-family: "PP Neue Montreal", Helvetica, sans-serif; }

#flowgallery-1 .flow-menu, #flowgallery .flow-menu, #flowgallery-bis .flow-menu-bis {
  background-color: transparent;
  color: #fff;
  height: auto;
  width: 9.375rem;
  margin-bottom: 10px;
  position: fixed;
  z-index: 4;
  top: 9.375rem;
  right: 1.5625rem;
  text-align: right;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3); }

#flowgallery-1 .flow-menu li a, #flowgallery .flow-menu li a, #flowgallery-bis .flow-menu-bis li a {
  line-height: 1.5625rem;
  width: 9.375rem;
  font-family: "PP Neue Montreal", Helvetica, sans-serif;
  font-size: 0.9375rem;
  background-color: transparent; }

#flowgallery-1 .flow-menu li a:hover, #flowgallery .flow-menu li a:hover, #flowgallery-bis .flow-menu-bis li a:hover {
  color: #0c0c0c;
  background-color: transparent; }

#flowgallery-1 .flow-menu li.active a, #flowgallery .flow-menu li.active a, #flowgallery-bis .flow-menu-bis li.active a {
  color: #0c0c0c;
  background-color: transparent; }

#flowgallery-1 .filter-menu a.ripple-effect {
  background-color: transparent; }

#flowgallery-1 .filter-menu .dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
  background-color: transparent; }

#flowgallery-bis .flow-menu-bis {
  top: 3rem;
  right: 3.75rem;
  list-style: none;
  z-index: 2; }
  #flowgallery-bis .flow-menu-bis ul, #flowgallery-bis .flow-menu-bis li {
    list-style: none; }
  #flowgallery-bis .flow-menu-bis li a {
    color: #fefefe;
    text-transform: capitalize; }

.card {
  background-color: #121212; }

.card-title {
  display: none !important; }

.flow-gallery .flow-menu, .flow-overlay .overlay-content .overlay-source {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3); }

.card-image .share, .card-image .show-info {
  display: none; }

.flow-gallery .flow-menu {
  background-color: transparent; }

.flow-gallery .flow-menu li:hover, .flow-gallery .flow-menu li.active {
  background-color: transparent; }

.flow-gallery .flow-menu .dropdown li:hover a, .flow-gallery .flow-menu .dropdown li.active a {
  background-color: transparent; }

.flow-gallery .flow-menu .dropdown {
  width: 500px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12); }

.flow-gallery .flow-menu .dropdown li {
  background: transparent !important;
  float: left;
  width: auto;
  line-height: 1;
  margin: 0 auto; }

.flow-gallery .flow-menu .dropdown a {
  color: #FFF; }

.flow-gallery .flow-menu .dropdown li:hover a, .flow-gallery .flow-menu .dropdown li.active a {
  color: #6f6f6f;
  background-color: transparent; }

.flow-overlayLoader {
  opacity: 0; }

.flow-overlay .overlay-content .item-title {
  font-family: "PP Neue Montreal", Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 0px;
  padding-top: 15px;
  width: 100%;
  text-align: left;
  padding-right: 1.875rem;
  font-size: 0.9375rem;
  text-align: center; }
  .flow-overlay .overlay-content .item-title .counter {
    display: none; }
  .flow-overlay .overlay-content .item-title .description {
    font-size: 14px;
    display: inline-block;
    line-height: 16px;
    margin-left: 50px; }
  .flow-overlay .overlay-content .item-title .category {
    display: none; }

.flow-overlay .close {
  top: 6rem;
  right: 35px;
  z-index: 10;
  color: #f6f6f6;
  font-size: 17px; }

.flow-overlay .next-item {
  right: 6rem; }

.flow-overlay .prev-item {
  left: 6rem; }

.flow-overlay .next-item, .flow-overlay .prev-item {
  top: 50%;
  margin-top: -17px;
  font-size: 34px;
  line-height: 1;
  color: #fefefe; }

.flow-overlay .overlay-content {
  width: 100%;
  height: 100%; }

.flow-overlay .overlay-content .overlay-source {
  background: transparent; }
  .flow-overlay .overlay-content .overlay-source img {
    vertical-align: middle !important; }

a.pp_flowg_cartel_link {
  display: inline-block;
  /* margin-top: 25px; */
  font-weight: 300;
  width: auto;
  padding: 2px 10px;
  /* border: thin solid grey; */
  margin-left: 25px;
  margin: 0 0 5px 45px;
  border-radius: 3px;
  background: #565656;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s; }

a.pp_flowg_cartel_link:hover {
  color: #FFF !important;
  background: #222; }

.mejs-container {
  margin: 0 auto; }

/*
* Show
*/
article.show-archive .show {
  padding-bottom: 1.25rem;
  margin-bottom: 0.9375rem; }

article.show-archive .infos {
  color: #1F1F1F; }

a.show-tickets-link, a.show-infos-link {
  display: block;
  color: #6f6f6f;
  -webkit-transition: all .3s;
  transition: all .3s; }

a.show-tickets-link:hover, a.show-infos-link:hover {
  color: #1F1F1F; }

a.show-icon-link {
  display: block; }

article.show-archive .main-titles h2 {
  max-width: 190px; }

/*
* Release
*/
.at-header-image {
  border-bottom: 1px solid #fefefe;
  margin-bottom: 2.5rem; }

article.release-archive .release {
  border-bottom: thin solid rgba(241, 241, 241, 0.3);
  padding-bottom: 2.75rem;
  margin-bottom: 2.75rem; }

article.release-archive .release-thumbs {
  padding-right: 15px; }

article.release-archive .main-titles h2 {
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: -1.5%; }

article.release-archive span.release-infos p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.0625rem;
  letter-spacing: 3%;
  font-style: italic; }

article.release-archive span.release-label {
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -1%; }

article.release-archive .infos {
  color: #6f6f6f;
  padding-top: 0.3125rem; }

article.release-archive .release-links {
  padding-top: 1.0625rem;
  padding-left: 11px;
  float: left; }

article.release-archive .release-texts {
  padding-right: 0.3125rem; }

article.release-archive .release-links-container {
  padding-top: 2.75rem; }

article.release-archive .release-icon-alllinks {
  float: left;
  width: 1.3125rem; }

article.release-archive a.release-icon-link {
  display: block;
  margin-top: 0.1875rem;
  color: #6f6f6f;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s; }

article.release-archive a.release-icon-link:hover {
  color: #1F1F1F !important; }

article.release-archive .main-titles h2 {
  padding-right: 3.125rem;
  margin-bottom: 0; }

h2.main-titles {
  margin-bottom: 50px; }

/* filtres release */
.filters-release {
  float: right;
  color: rgba(241, 241, 241, 0.5);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal; }

.filters-release a {
  margin-left: 0.5rem; }

.filters-release a.active-filter {
  color: #F1F1F1;
  font-weight: 600;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  /* 4px */
  text-underline-position: from-font; }

/*
* Headers paragraph-margin-bottom
*/
.at-header-banner {
  -webkit-background-size: cover;
          background-size: cover;
  width: auto;
  height: 21.875rem;
  margin: 0 0.9375rem; }

/*
* Exceptions
*/
/*
* Tout animer smoothie
*/
body:not(#page):not(.sub-menu-parent):not(.flow-gallery):not(.flow-overlay):not(.flow-mask) {
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }

/*
* image par défaut body + placement par défaut
*/
body::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-transition: opacity 2s;
  transition: opacity 2s; }

body.body-no-bg::after {
  opacity: 0; }

.current-content-coul {
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  background-color: rgba(147, 147, 147, 0.1);
  will-change: opacity, transform, filter;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

/* Pages 2025 Hero */
.at-hero {
  position: relative;
  z-index: 1;
  margin: 0 10% 100px 10%;
  padding: 7% 10%;
  max-width: 103.125rem;
  min-height: 65vh;
  min-height: 65dvh;
  margin-top: 2.5vh;
  margin-top: 2.5dvh;
  height: auto;
  opacity: 0;
  overflow: hidden; }
  @media screen and (min-width: 80em) {
    .at-hero {
      height: 65vh;
      height: 65dvh; } }
  @media screen and (max-width: 47.9375em) {
    .at-hero {
      margin: 0 8% 100px 8%; } }

.at-hero.page-hero {
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.at-hero .page-hero-text p {
  line-height: 1.8125rem; }
  @media screen and (max-width: 47.9375em) {
    .at-hero .page-hero-text p {
      line-height: 1.375rem;
      font-size: 0.875rem; } }

.hero-image-container {
  max-width: 100%;
  margin-bottom: 32px;
  height: auto;
  overflow: hidden; }
  @media screen and (min-width: 80em) {
    .hero-image-container {
      max-width: 88%;
      margin-bottom: 0; } }

.hero-image-container.page-image-inner-container {
  max-width: 62%; }
  @media screen and (min-width: 80em) {
    .hero-image-container.page-image-inner-container {
      max-width: 91%; } }

.hero-image-container img {
  object-fit: contain;
  object-position: top left; }

.second-image-container {
  margin-bottom: 32px; }
  @media screen and (min-width: 80em) {
    .second-image-container {
      margin-bottom: 0; } }

.second-image-container .page-image-inner-container {
  max-width: 51%; }
  @media screen and (min-width: 80em) {
    .second-image-container .page-image-inner-container {
      max-width: 100%; } }

.full-link-hero {
  color: #1F1F1F;
  text-align: right;
  /* Mobile/H4 - Subsection Title */
  font-size: 16px;
  font-weight: 300;
  float: right;
  margin-top: 50px; }
  @media screen and (max-width: 47.9375em) {
    .full-link-hero {
      line-height: 1.375rem;
      font-size: 0.875rem; } }
  @media screen and (min-width: 80em) {
    .full-link-hero {
      position: absolute;
      right: 13%;
      bottom: 7%; } }

.hero-chevron-down {
  position: relative;
  z-index: 6000;
  bottom: 9vh;
  left: calc(50% - 20px);
  background-color: transparent;
  width: 40px;
  display: block; }

@media screen and (min-width: 67.5em) {
  .hero-release {
    height: 65vh;
    padding: 10vh 10%; } }

.hero-release span.release-infos p {
  font-size: 1rem !important; }

.hero-release span.release-label {
  font-size: 1.5rem !important; }

.hero-release .full-link-hero-releases {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #6f6f6f; }
  .hero-release .full-link-hero-releases img {
    margin-left: 8px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    height: 20px; }

.hero-release .full-link-hero-releases-down {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #6f6f6f;
  background-color: rgba(241, 241, 241, 0.2);
  left: 0;
  height: 3.875rem;
  text-align: center;
  padding-top: 10px; }
  .hero-release .full-link-hero-releases-down img {
    display: block;
    margin: 0 auto; }

.hero-release .hero-main-row {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 48em) {
    .hero-release .hero-main-row {
      max-width: 80%; } }
  @media screen and (min-width: 67.5em) {
    .hero-release .hero-main-row {
      max-width: 100%; } }

.hero-release .hero-text-column {
  text-align: center;
  padding-top: 2.5rem; }
  @media screen and (min-width: 67.5em) {
    .hero-release .hero-text-column {
      text-align: left;
      padding-top: 0; } }

.hero-release h2 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.54px;
  color: #6f6f6f;
  margin-bottom: 3.4375rem; }

.hero-release h1 {
  margin-bottom: 0.625rem; }

.hero-release .hero-image-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.hero-release .hero-image-container img,
.hero-release .hero-image-column img {
  max-width: none;
  height: auto; }
  @media screen and (min-width: 48em) and (max-width: 67.4375em) {
    .hero-release .hero-image-container img,
    .hero-release .hero-image-column img {
      max-width: 100%; } }
  @media screen and (max-width: 47.9375em) {
    .hero-release .hero-image-container img,
    .hero-release .hero-image-column img {
      max-width: 100%; } }

.hero-release .release-texts {
  color: #6f6f6f; }

.hero-release .release-links-container {
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 67.5em) {
    .hero-release .release-links-container {
      padding-top: 0;
      position: absolute;
      bottom: 0; } }

.hero-show {
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .hero-show .next-concert-title {
    color: rgba(31, 31, 31, 0.5); }
  .hero-show h1 {
    margin-bottom: 1.5rem; }
  .hero-show h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    color: #1F1F1F;
    margin-bottom: 0.4375rem; }
  .hero-show .nextshow-date {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.24px;
    color: #1F1F1F;
    margin-bottom: 2.0625rem; }
  .hero-show .nextshow-link {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.24px;
    color: #1F1F1F;
    margin-bottom: 2.0625rem;
    /* séparateur */
    width: -webkit-fit-content;
    width: fit-content;
    border-bottom: thin solid rgba(31, 31, 31, 0.7);
    padding-bottom: 26px;
    /* lien */ }
    .hero-show .nextshow-link a {
      color: rgba(31, 31, 31, 0.8); }
  .hero-show .nextshows-hero-title {
    padding-bottom: 1.875rem; }
  .hero-show .hero-nextconcerts .columns {
    padding-bottom: 0.9375rem; }
  .hero-show .full-link-hero-shows-container {
    padding: 0;
    height: 23px; }
  .hero-show .full-link-hero-shows {
    font-size: 1rem;
    color: rgba(31, 31, 31, 0.7); }

.shows-infos-cols {
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
  color: rgba(31, 31, 31, 0.7); }

.column-shows-links {
  padding-right: 0; }

.fullcontent-container .shows-infos-cols {
  font-size: 1.5rem; }

.fullcontent-container .shows-infos-cols.show-link {
  font-size: 1rem; }

/* Calages généraux page */
#page .main-content {
  padding-left: 0;
  padding-right: 0; }

.site-padding-simple {
  padding: 7% 10%; }

.content-padding-simple {
  padding: 100px 10%; }

.special-fullcontent-centered {
  margin-left: auto;
  margin-right: auto; }

.content-padding-demi {
  padding: 3.75rem 10%; }

.content-padding-simple.with-back-link {
  padding-top: 1.6875rem; }

/* exceptions template contact */
.page-template-page-alternative .at-right-col strong {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  padding-bottom: 0.625rem; }
  @media screen and (max-width: 47.9375em) {
    .page-template-page-alternative .at-right-col strong {
      font-size: 1.25rem; } }

.page-template-page-alternative #page, .page-template-page-alternative p {
  font-size: 0.9375rem; }

.page-template-page-alternative a {
  color: rgba(31, 31, 31, 0.5); }

.page-template-page-alternative .at-contact-col {
  border-bottom: thin solid rgba(31, 31, 31, 0.5); }

.page-template-page-alternative #bottom-menu-blur {
  left: 35vw; }

.page-template-page-alternative .main-titles {
  padding-bottom: 3.125rem; }
  @media screen and (max-width: 47.9375em) {
    .page-template-page-alternative .main-titles {
      font-size: 1.5rem; } }

/* galeries */
.wpcp-carousel-wrapper img {
  width: auto;
  height: auto; }

.fancybox-bg {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.wpcp-fancybox-wrapper .fancybox-inner {
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.fancybox-caption {
  line-height: 0.5; }

/*
*
* CSS pour Bagages
*
*/
@-webkit-keyframes wordeffect {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px); } }
@keyframes wordeffect {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

.wordswap {
  -webkit-animation-name: wordeffect;
          animation-name: wordeffect;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

body.page-template-page-bagages {
  width: 100%;
  height: 100%; }
  body.page-template-page-bagages .quotes {
    display: none;
    position: absolute; }
  body.page-template-page-bagages #page {
    height: 100%;
    width: 100%;
    max-width: 100%; }
  body.page-template-page-bagages #top-menu-container, body.page-template-page-bagages #menu_bd {
    display: none; }
  body.page-template-page-bagages #footer-container #footer {
    padding: 0; }

.entry-content.bagagespage {
  position: absolute;
  z-index: 500;
  height: 100%;
  width: 95%;
  margin-right: auto;
  top: 0;
  left: 2.5%;
  padding: 0; }

#bagages-overlay {
  width: 100%;
  opacity: 0; }

#bagages-scroll-down {
  position: fixed;
  z-index: 5;
  background-color: transparent;
  width: 9.375rem;
  bottom: 2.1875rem;
  left: 40%;
  margin-right: 4.6875rem; }
  #bagages-scroll-down #bsd-text {
    width: 100%;
    text-align: center; }
  #bagages-scroll-down #bsd-chevron {
    width: 100%;
    text-align: center; }
    #bagages-scroll-down #bsd-chevron #bsd-chevron-svg polygon {
      -webkit-transition: all .3s;
      transition: all .3s; }

#bagages-scroll-down:hover {
  color: #fefefe; }
  #bagages-scroll-down:hover #bsd-chevron #bsd-chevron-svg polygon {
    fill: #fefefe; }

.plan1, .plan2, .plan3 {
  word-break: keep-all; }

.cmutt {
  font-family: 'CMU Typewriter Text';
  font-weight: 500;
  font-style: normal;
  color: #ffa9a4; }

.tgl017 {
  font-family: 'tgl_0-17_altregular';
  font-weight: normal;
  font-style: normal;
  color: #609bff; }

.Victorianna {
  font-family: 'Victorianna';
  font-weight: 600;
  font-style: italic;
  color: #ff3800; }

.plan1 {
  font-size: 3.25rem;
  line-height: 3.375rem; }

.plan2 {
  font-size: 3rem;
  line-height: 3.125rem; }

.plan3 {
  font-size: 2rem;
  line-height: 2.125rem; }

@media screen and (min-width: 150px) and (max-width: 990px) {
  .plan1 {
    font-size: 2rem;
    line-height: 2.1875rem; }
  .plan2 {
    font-size: 2rem;
    line-height: 2.0625rem; }
  .plan3 {
    font-size: 1.5rem;
    line-height: 1.6875rem; }
  .entry-content.bagagespage {
    width: 75%;
    margin-right: auto;
    top: 0;
    left: 1%;
    padding: 0; } }

/* media queries and mobile version - atheme */
@media screen and (min-width: 0) and (max-width: 768px) {
  .menu li a {
    font-size: 1.875rem;
    font-weight: 300; }
  a.release-icon-link {
    font-size: 0.75rem; }
  #AType {
    width: 50px; }
  article.show-archive .main-titles {
    font-size: 1.3125rem;
    line-height: 1.5625rem; }
  article.release-archive .infos {
    color: #6f6f6f;
    padding-top: 0.3125rem;
    padding-left: 0px; }
  .sub-menu {
    top: -4px;
    left: 2.5rem;
    width: 100%;
    margin-top: 0px;
    padding-top: 7px; }
  #menu_hg_more {
    margin-top: 6px; }
  #top-menu-container:not(.nobg) {
    height: 3.75rem; }
  #top-menu-container:not(.nobg) {
    -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.4); }
  #top-menu-container.plainbg {
    background-color: #F5F5F5; }
  #top-menu-container.hovered {
    height: 12.5rem; }
  #page-title-ajax {
    top: 0px;
    left: 2.5rem; }
  .page-text-padding {
    padding-left: 15px;
    padding-bottom: 2.5rem;
    padding-right: 0; }
  .featured-images-padding-right {
    padding-right: 0.9375rem; }
  #menu_bg {
    left: 10%;
    bottom: 2.1875rem;
    font-size: 9px;
    bottom: 2.375rem; }
  #menu_bd {
    right: 10%;
    bottom: 2.0625rem; }
    #menu_bd #twitsvg,
    #menu_bd #instasvg,
    #menu_bd #fbsvg,
    #menu_bd #svgpause {
      width: 16px; }
    #menu_bd .social-icon-link {
      margin-left: 12px; }
  #contact-footer-item {
    font-size: 0.875rem; }
  #menu_hg,
  #menu_hd {
    top: 0.625rem; }
  .sub-menu-parent-right {
    width: 100px;
    top: 10px; }
  #menu-me-menu {
    width: 100%;
    left: 0;
    top: 30px; }
  .sub-menu-parent:hover .sub-menu li,
  .sub-menu-parent-right:hover .sub-menu li {
    padding-top: 2px; }
  #flowgallery-1 .flow-menu,
  #flowgallery .flow-menu {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 0px;
    position: fixed;
    z-index: 4;
    top: 6.25rem;
    left: 0;
    text-align: center; }
  .flow-gallery .flow-menu li {
    position: static;
    display: inline-block;
    float: none;
    width: auto;
    height: auto;
    margin-right: 0.9375rem;
    margin-bottom: 0.625rem; }
  #flowgallery-1 .flow-menu li a,
  #flowgallery .flow-menu li a {
    padding: 0.0625rem 1.25rem;
    color: #fff;
    border-radius: 0.8125rem;
    background-color: #777777 !important;
    font-size: 0.875rem;
    width: auto;
    font-weight: normal; }
  #flowgallery-1 .flow-menu li a:hover,
  #flowgallery .flow-menu li a:hover {
    color: #fff; }
  #flowgallery-1 .flow-menu li.active a,
  #flowgallery .flow-menu li.active a {
    color: #000; }
  #fixed-right-menu {
    display: none; }
  #fixed-right-menu {
    opacity: 0;
    position: absolute;
    top: 8.875rem;
    width: 100%;
    left: 0; }
  #fixed-right-menu li {
    text-align: center; }
  #fixed-right-menu li a {
    display: inline-block;
    padding: 0.0625rem 1.25rem;
    color: #fff;
    border-radius: 0.8125rem;
    background-color: #777777 !important;
    font-size: 0.875rem;
    width: auto;
    font-weight: normal;
    margin-left: 34px; }
  #menu-me-menu li.active > a {
    color: #1F1F1F; }
  #flowgallery-bis {
    display: none; } }

#top-menu-container.hovered,
#top-menu-container.hovered-right {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 350px) and (max-width: 570px) {
  #fixed-right-menu {
    top: 11.0625rem; }
  #flowgallery-bis {
    display: none; } }

@media screen and (min-width: 0px) and (max-width: 349px) {
  #fixed-right-menu {
    top: 13.125rem; }
  #flowgallery-bis {
    display: none; } }

@media screen and (max-width: 47.9375em) {
  article.release-archive .main-titles h2 {
    font-size: 2rem;
    line-height: 100%; } }
  @media screen and (max-width: 47.9375em) and (max-width: 500px) {
    article.release-archive .main-titles h2 {
      font-size: 1.625rem; } }
  @media screen and (max-width: 47.9375em) and (max-width: 390px) {
    article.release-archive .main-titles h2 {
      font-size: 1.1875rem; } }

@media screen and (max-width: 47.9375em) {
  article.release-archive span.release-label {
    font-size: 1rem;
    margin-top: 0.6875rem; }
  article.release-archive span.release-infos p {
    font-size: 0.75rem; }
  article.release-archive .release-links-container {
    padding-top: 1.3125rem; }
  article.release-archive a.release-icon-link {
    margin-top: 7px;
    font-size: 13px; }
  .full-link-hero-releases {
    display: none; }
  .hero-release .hero-text-column {
    padding-bottom: 3rem; }
  .hero-release .full-link-hero-releases-down {
    height: 2.375rem;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    line-height: 8px; }
  .shows-infos-cols {
    font-size: 0.875rem; }
  .fullcontent-container .shows-infos-cols {
    font-size: 1rem; } }

@media screen and (min-width: 48em) and (max-width: 67.4375em) {
  .hero-release .hero-text-column {
    padding-bottom: 3.875rem; }
  .fullcontent-container .shows-infos-cols.show-link {
    font-size: 1rem; } }

.full-link-hero-releases {
  display: none; }

@media screen and (min-width: 67.5em) {
  .full-link-hero-releases-down {
    display: none; }
  .full-link-hero-releases {
    display: block; } }

.no-top-padding.no-top-padding {
  padding-top: 0; }

.smallest-left-padding {
  padding-left: 0; }

.rowcols-padding {
  padding-left: 0.9375rem; }

a.at-anchor-target {
  position: relative;
  top: -50px; }

/* Balisage : 2. La row est transformée en conteneur Flex */
.full-height-row {
  height: 100%;
  display: inherit; }
  @media screen and (min-width: 80em) {
    .full-height-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      /* Écrase le float par défaut de Foundation */
      float: none; } }

/* Balisage : 3. La colonne prend toute la hauteur disponible par le Flexbox */
.full-height-col {
  height: 100%; }

/* Balisage : CSS pour le masque et le contenu initialement caché */
/* Le contenu est caché au chargement de la page */
.fullcontent-container:not(.no-page-hero) {
  display: none; }

#transition-mask {
  position: fixed;
  /* Le masque doit couvrir tout l'écran */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  /* Il est invisible au départ */
  visibility: hidden;
  /* Mieux pour l'accessibilité et la performance */
  z-index: 9999;
  /* Au-dessus de tout */ }

/* Styles pour le masque (gestion du style light/dark) */
#transition-mask.dark {
  background-color: #000; }

#transition-mask.light {
  background-color: #fff; }

.dark .menu-icon::after {
  background: #ffffff;
  -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }

.dark .menu-icon.is-animating-in::after {
  -webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0 transparent;
          box-shadow: 0px 0px 0px transparent, 0px 0px 0 transparent;
  -webkit-transform: rotate(45deg) translateY(7px);
      -ms-transform: rotate(45deg) translateY(7px);
          transform: rotate(45deg) translateY(7px); }

.dark .menu-icon.is-animating-in::before {
  background: #ffffff; }

.dark .menu .active > a {
  color: #FFF;
  background: none; }

.dark .menu.vertical > li a {
  color: #FFF;
  background: none; }

.dark h1,
.dark h2,
.dark h3 {
  color: #f1f1f1; }

.dark #innercontainer a:hover {
  color: #fefefe; }

.dark article.release-archive .infos {
  color: #f1f1f1; }

.dark #masthead {
  background-color: #121212; }

.dark .title-bar {
  background-color: #121212; }

.dark .top-bar,
.dark .top-bar ul:not(.drilldown) {
  background-color: #121212; }

@media screen and (max-width: 47.9375em) {
  .dark .top-bar-right {
    background: rgba(0, 0, 0, 0.478); } }

.dark #mobile-menu.menu li a {
  color: #f1f1f1; }

.dark .top-bar .menu a:hover:not(.button) {
  color: #f1f1f1; }

.dark .cornermenu,
.dark .cornermenu a {
  color: #f1f1f1; }

.dark #fbsvg path,
.dark #twitsvg path,
.dark #instasvg path,
.dark #ytsvg path {
  fill: rgba(241, 241, 241, 0.7); }

.dark .page-back-link {
  color: rgba(241, 241, 241, 0.7) !important; }

.dark .article.release-archive .release {
  border-bottom: thin solid rgba(241, 241, 241, 0.3); }

.dark a.release-icon-link {
  color: #f1f1f1 !important; }

.dark .hero-release h2 {
  color: #f1f1f1; }

.dark .release-texts {
  color: #f1f1f1; }

.dark .full-link-hero-releases {
  color: #f1f1f1; }

.dark .full-link-hero-releases-down {
  color: #f1f1f1; }

.dark article.release-archive a.release-icon-link:hover {
  color: #fefefe !important; }

.dark #bottom-menu-blur {
  background: -webkit-gradient(linear, left bottom, left top, from(#121212), color-stop(65%, #121212), to(rgba(231, 231, 231, 0.01)));
  background: -webkit-linear-gradient(bottom, #121212 0%, #121212 65%, rgba(231, 231, 231, 0.01) 100%);
  background: linear-gradient(0deg, #121212 0%, #121212 65%, rgba(231, 231, 231, 0.01) 100%);
  padding: 0 10%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px); }

.dark #menu_bg {
  color: rgba(241, 241, 241, 0.5); }

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