/*
 * Global settings and basic styles (esp. for features phones)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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.
 */
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;
}
/*csslint duplicate-properties: false*/
.btn {
  background: #5d809a;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: 'lato', Arial, sans-serif;
  line-height: 1.4rem;
  padding: .8em 2.9em;
  position: relative;
  text-align: center;
  white-space: nowrap;
  margin-top: 2rem;
  min-width: 160px;
}
.btn:hover,
.btn:focus {
  background: #3d6783;
  text-decoration: none;
  outline: none;
}
.btn:active {
  background: #334655;
  top: 1px;
}
.btn[class^="icon-"]:before,
.btn[class*=" icon-"]:before {
  float: left;
  margin: -0.5em 1em -0.5em -1em;
  padding: .5em 1em;
}
.btn .meta {
  color: inherit;
  font-size: .75em;
  opacity: .8;
}
.btn-primary {
  background: #89857f;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #222222;
}
.btn-primary:active {
  background: #75716c;
}
.btn--nude {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  position: static;
}
.btn--small {
  font-size: .8rem;
  line-height: 1.75;
  padding: .25em .5em;
}
.btn--small[class^="icon-"]:before,
.btn--small[class*=" icon-"]:before {
  margin: -0.25em 0.5em -0.25em -0.5em;
  padding: .25em .5em;
}
.btn--big {
  font-size: 1.2rem;
  line-height: 1.16666667;
  padding: 1em 2em;
}
.btn--big[class^="icon-"]:before,
.btn--big[class*=" icon-"]:before {
  margin: -1em 2em -1em -2em;
  padding: 1em 2em;
}
/* Block buttons */
.btn--block {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
/* INPUT FILE STYLE */
.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.js .input-file-trigger {
  display: block;
  cursor: pointer;
}
.js .file-return {
  margin: 0 0 2rem 0;
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return:not(:empty):before {
  content: "Fichier selectionné : ";
  font-style: normal;
  font-weight: normal;
}
.btngroup {
  display: inline-block;
  position: relative;
}
.btngroup .btn {
  border-radius: 0;
  float: left;
  position: relative;
}
.btngroup .btn:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.btngroup .btn:last-of-type {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.btngroup .btn + .btn {
  margin-left: -1px;
}
.btngroup > .btngroup {
  float: left;
}
.btngroup > .btngroup + .btn,
.btngroup > .btngroup + .btngroup {
  margin-left: -1px;
}
.btngroup > .btngroup:last-child .btn {
  border-radius: 0 2px 2px 0;
}
.btngroup--block {
  display: block;
}
.btngroup--block::before,
.btngroup--block::after {
  content: '';
  display: table;
}
.btngroup--block::after {
  clear: both;
}
.btngroup--block > .btn {
  text-align: left;
}
.btngroup--block > .btn:after {
  float: right;
}
.btngroup--small {
  font-size: .8em;
  line-height: 1.75;
}
.btngroup--small .btn {
  padding: .25em .5em;
}
.flexEmbed {
  position: relative;
}
.flexEmbed:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}
.flexEmbed > * {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
}
.flexEmbed--4x3:before {
  padding-top: 75%;
}
.flexEmbed--16x9:before {
  padding-top: 56.25%;
}
.flexEmbed--2x1:before {
  padding-top: 50%;
}
.flexEmbed--4x1:before {
  padding-top: 25%;
}
.flexEmbed--3x4:before {
  padding-top: 133.334%;
}
.flexEmbed--9x16:before {
  padding-top: 177.778%;
}
.flexEmbed--1x2:before {
  padding-top: 200%;
}
.flexEmbed--1x4:before {
  padding-top: 400%;
}
fieldset {
  border: none;
  margin-top: 2.8rem;
  padding: 0;
}
legend {
  color: #000;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
}
.form-row {
  margin-bottom: 0.5em;
}
label {
  display: inline-block;
  width: 160px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  box-sizing: border-box;
  border: 1px solid #edeae5;
  line-height: 1.4rem;
  padding: 0.7rem 0.4rem;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #d6d0c5;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):disabled,
select:disabled,
textarea:disabled {
  background: #75716c;
}
.field-mandatory {
  font-size: .75em;
  text-align: right;
}
.form-disclaimer {
  font-size: .75em;
  margin: 1.4rem 0;
}
.form--ordered {
  counter-reset: fs;
}
.form--ordered legend {
  counter-increment: fs;
  font-weight: bold;
}
.form--ordered legend:before {
  background: #4d82a6;
  border-radius: 500px;
  color: #ffffff;
  content: counter(fs);
  float: left;
  font-family: 'lato', Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-left: -2.14285714em;
  margin-top: -0.25em;
  padding: .2em;
  text-align: center;
  width: 1em;
}
.form--ordered fieldset {
  padding-left: 3em;
}
.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 1.4rem;
}
.field > * + * {
  margin-top: 0.35rem;
}
.field--error input,
.field--error select,
.field--error textarea {
  border: 2px solid red;
}
.field--postfix .field-label {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.field-required {
  color: red;
}
.field-error {
  color: red;
  font-style: italic;
}
.fieldgroup {
  margin: 0 0 1.4rem;
}
.fieldgroup .field {
  margin: 0;
}
.fieldgroup-label {
  margin: 0 0 0.7rem;
}
.mandatory,
.error {
  color: red;
}
.form-error p,
.form-warning p {
  margin: 1.2em 0 1em;
  font-style: italic;
}
.form-error p:before,
.form-warning p:before {
  content: '!';
  font-weight: 700;
  font-family: 'Arial';
  background: yellow;
  border-radius: 1em;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}
.form-error input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.form-warning input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.form-error select:focus,
.form-warning select:focus,
.form-error textarea:focus,
.form-warning textarea:focus {
  outline: none;
  border: 1px solid yellow !important;
}
.form-error p {
  color: #f9143a;
}
.form-error p:before {
  content: 'x';
  background: #f9143a;
  border-radius: 1em;
  color: #ffffff;
}
.form-error input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.form-error select:focus,
.form-error textarea:focus {
  outline: none;
  border: 1px solid #f9143a !important;
}
.form-help {
  margin: 1.2em 0 1em;
  font-style: italic;
  color: #75716c;
  display: block;
}
/* connexion form */
.connexion {
  background-color: #f3f1ee;
  padding: 20px;
  margin: 2rem 0;
}
.connexion label {
  width: 20rem;
}
@media (min-width: 45em) {
  .connexion label {
    width: 26rem;
  }
}
@media (min-width: 61.5em) {
  .connexion label {
    width: 24rem;
  }
}
@media (min-width: 1200px) {
  .connexion label {
    width: 30rem;
  }
}
.connexion input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.connexion select,
.connexion textarea {
  width: 20rem;
}
@media (min-width: 45em) {
  .connexion input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .connexion select,
  .connexion textarea {
    width: 26rem;
  }
}
@media (min-width: 61.5em) {
  .connexion input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .connexion select,
  .connexion textarea {
    width: 24rem;
  }
}
@media (min-width: 1200px) {
  .connexion input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .connexion select,
  .connexion textarea {
    width: 30rem;
  }
}
@namespace xlink "http://www.w3.org/1999/xlink";
.iconset path,
.iconset g {
  fill: inherit;
  stroke: inherit;
}
.icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.icon > use {
  stroke: none;
  fill: inherit;
}
button .icon > use,
a .icon > use,
.btn .icon > use {
  fill: currentColor;
}
.icon--small {
  width: 12px;
  height: 12px;
}
img {
  max-width: 100%;
}
.img--rounded {
  border-radius: 4px;
}
.img--circled {
  border-radius: 50%;
}
.img--bordered {
  background: #fff;
  border: 1px solid #888;
  padding: 1em;
}
.fig {
  margin: 0;
  position: relative;
}
.fig-embed {
  display: block;
  margin: 0;
  width: 100%;
}
.fig figcaption {
  margin-top: 1em;
}
.fig p {
  margin: 0 0 1em;
}
.fig p:last-child {
  margin-bottom: 0;
}
.fig small {
  color: #ccc;
  display: block;
  font-family: verdana, sans-serif;
  font-size: .75em;
}
summary {
  cursor: pointer;
}
summary:focus {
  outline: none;
}
/**
 * Support for detail across all browsers
 */
.js details > * {
  display: none;
}
.js details[open] > *,
.js details > summary {
  display: block;
}
[role="listbox"] {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  position: absolute;
}
[role="listbox"][aria-expanded="false"] {
  display: none;
}
[role="listbox"] > [role="option"] {
  padding: .5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[role="listbox"] > [role="option"] + [role="option"] {
  border-top: 1px solid #f0f0f0;
}
/* Utility classes */
.aleft,
.a--left {
  float: left;
}
.aright,
.a--right {
  float: right;
}
.aleft img,
.aright img,
.a--left img,
.a--right img {
  width: 100%;
}
.acenter,
.a--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.hr-pause {
  margin: 6em auto;
  width: 6em;
}
.none {
  display: none;
}
.errorStar,
.mandatory {
  color: #f9143a;
}
/*csslint ids: false */
a {
  color: #3d6783;
  text-decoration: none;
}
a:visited {
  color: #476579;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.skiplinks > a {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  background: #3d6783;
  color: #fff;
  z-index: 32768;
}
.skiplinks > a:focus {
  clip: auto;
  width: auto;
  height: auto;
}
.skiplinks > a:after {
  content: ' \2193';
}
.skiplinks > a:focus {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  height: 3em;
  line-height: 3;
  overflow: hidden;
  text-align: center;
}
.back {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  transition: all .2s;
}
.back:hover,
.back:focus {
  background: #eee;
}
@media (min-width: 61.5em) {
  .back {
    position: fixed;
  }
}
.blocklink {
  color: inherit;
  display: block;
  text-decoration: none;
}
.blocklink:visited {
  color: inherit;
}
ul,
ol {
  margin: 1.4rem 0;
  padding-left: 1.4rem;
}
main ul {
  padding-left: 0;
}
main ul li {
  list-style: none;
}
main ul li:before {
  content: '';
  background: url('../img/icons/arrow-right.png');
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 1rem;
}
dl {
  margin: 1.4rem 0;
}
dt {
  display: block;
  font-weight: bold;
}
dd + dt {
  margin-top: 0.35rem;
}
dd {
  margin-left: 1.4rem;
}
.nude,
.list--inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--inline > li {
  display: inline;
}
.list--dotted > li + li:before {
  content: '·';
  margin: 0 .375em 0 .25em;
}
.dl--aligned dt {
  float: left;
  margin-right: 0.7rem;
  margin-top: 0;
}
.dl--aligned dt + dt {
  margin-left: -0.7rem;
}
.dl--aligned dt + dt:before {
  content: ', ';
}
.dl--aligned dd {
  margin-bottom: 0.7rem;
}
.dl--aligned dd:last-child {
  margin-bottom: 0;
}
.dl--aligned dd + dt {
  clear: left;
}
/* Hides content, simple as that */
.is-hidden {
  display: none;
}
.mo,
.mo-body {
  overflow: hidden;
}
.mo-embed {
  display: block;
  float: left;
  margin-right: 1em;
  max-width: 32%;
}
.mo--alt .mo-embed {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}
.fo {
  display: table;
  width: 100%;
}
.fo-embed,
.fo-body {
  display: table-cell;
  vertical-align: middle;
}
.fo--top .fo-embed,
.fo--top .fo-body {
  vertical-align: top;
}
.fo--bottom .fo-embed,
.fo--bottom .fo-body {
  vertical-align: bottom;
}
.fo-embed {
  padding-right: 1em;
}
.fo--alt .fo-embed {
  padding-left: 1em;
  padding-right: 0;
}
.fo-body {
  width: 100%;
}
[class^="ratio-"],
[class*=" ratio-"] {
  position: relative;
}
[class^="ratio-"] object,
[class*=" ratio-"] object,
[class^="ratio-"] embed,
[class*=" ratio-"] embed,
[class^="ratio-"] iframe,
[class*=" ratio-"] iframe,
[class^="ratio-"] .ratio-item,
[class*=" ratio-"] .ratio-item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ratio-2x1 {
  padding-top: 50%;
}
.ratio-1x2 {
  padding-top: 200%;
}
.ratio-3x4 {
  padding-top: 133.33333333%;
}
.ratio-4x3 {
  padding-top: 75%;
}
.ratio-16x9 {
  padding-top: 56.25%;
}
.ratio-9x16 {
  padding-top: 177.77777778%;
}
.ratio-4x1 {
  padding-top: 25%;
}
.ratio-1x4 {
  padding-top: 400%;
}
table {
  width: 100%;
}
.table td,
.table th {
  padding: .75em .25em;
  text-align: left;
  vertical-align: top;
}
.table caption {
  font-style: italic;
  text-align: left;
}
/* Controling spacing */
.table-comfortable th,
.table-comfortable td {
  padding: 1.5em .25em;
}
.table-cozy th,
.table-cozy td {
  padding: .75em .25em;
}
.table-compact th,
.table-compact td {
  padding: .375em .25em;
}
.table--bordered th,
.table--bordered td {
  border-bottom: 1px solid #f3f1ee;
}
.table--striped tbody tr:nth-child(even) {
  background-color: #75716c;
}
.table--hover tbody tr:hover {
  background-color: #75716c;
}
.table--tufte tbody tr:nth-child(3n + 1) {
  border-top: 1px dotted #f3f1ee;
}
/*
 * Let's turn columns into rows
 * and get the hell out of it, shall we?
 */
@media (max-width: 44.999em) {
  .table--collapse,
  .table--collapse tbody,
  .table--collapse thead,
  .table--collapse tr,
  .table--collapse th,
  .table--collapse td {
    display: block;
  }
  .table--collapse tr {
    border-bottom: 2px solid #ddd;
  }
  .table--collapse tbody td,
  .table--collapse tbody th {
    border: none;
  }
  .table--collapse td[data-header] {
    border-top: 1px dotted #ddd;
    clear: left;
  }
  .table--collapse td[data-header]:before {
    content: attr(data-header) ' :';
    float: left;
    font-weight: bold;
    width: 30%;
  }
}
html {
  background: #fff;
  color: #333;
  font-family: 'lato', Arial, sans-serif;
  font-size: 100%;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'roboto-condensed', 'Times new roman', serif;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
h1 {
  font-size: 2.8rem;
  line-height: 1;
  margin: 2em 0 1em;
}
h2 {
  font-size: 2.4rem;
  line-height: 1;
  margin: 1.4rem 0 2.8rem;
  font-weight: 400;
}
h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 2.8rem 0 1.86666667rem;
}
h4 {
  font-size: 1.2rem;
  line-height: 1.68rem;
  margin: 1.86666667rem 0 0.7rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  opacity: .7;
}
p {
  margin: 0 0 0.7rem;
}
pre {
  margin: 1.4rem 0;
}
address {
  color: #d6d0c5;
}
blockquote {
  font-style: italic;
  margin: 2.8rem 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote cite {
  font-size: .75em;
  font-style: normal;
  font-weight: bold;
}
blockquote footer cite {
  font-size: inherit;
}
sub {
  -webkit-font-feature-settings: subs;
          font-feature-settings: subs;
  font-variant-position: sub;
}
sup {
  -webkit-font-feature-settings: sups;
          font-feature-settings: sups;
  font-variant-position: super;
}
/**
 * Code samples
 */
pre,
code,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}
.kicker {
  color: #686868;
  font-family: 'roboto-condensed', 'Times new roman', serif;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 .8em;
  text-transform: uppercase;
}
.subtitle {
  font-size: 1.25rem;
  font-style: italic;
}
.intro {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 2em;
}
.at {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.meta {
  color: #d6d0c5;
  font-family: 'lato', Arial, sans-serif;
}
@media print {
  /* Hide unnecessary elements */
  button,
  nav,
  .skiplinks,
  .govbar,
  .page-headernav,
  .anchor,
  .breadcrumbs,
  .page-title .search,
  .page-title .search-wording,
  .mcgyver,
  .page-localnav,
  .search-meta,
  .pagination,
  .page-footer,
  .back {
    display: none !important;
  }
  * {
    position: static !important;
  }
  .page-content {
    display: block !important;
  }
  body {
    background: #fff;
    color: #000;
    font: 400 10.5pt/14pt 'lato', Arial, sans-serif;
    line-height: 14pt;
    margin: 0;
    padding: 0 28pt;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'roboto-condensed', 'Times new roman', serif;
    page-break-after: avoid;
  }
}
@font-face {
  font-family: roboto-condensed;
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n4-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n4-w2.woff') format('woff2');
}
@font-face {
  font-family: roboto-condensed;
  font-style: italic;
  font-weight: 400;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i4-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i4-w2.woff') format('woff2');
}
@font-face {
  font-family: roboto-condensed;
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n7-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-n7-w2.woff') format('woff2');
}
@font-face {
  font-family: roboto-condensed;
  font-style: italic;
  font-weight: 700;
  src: url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i7-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto-condensed/roboto-condensed-i7-w2.woff') format('woff2');
}
/* 
** LATO
*/
@font-face {
  font-family: 'lato';
  src: url('//cdn.public.lu/css/fonts/lato/lato-blackitalic-webfont-e.eot');
  src: url('//cdn.public.lu/css/fonts/lato/lato-blackitalic-webfont-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/lato/lato-blackitalic-webfont-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/lato/lato-blackitalic-webfont-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/lato/lato-blackitalic-webfont-s.svg#latoblack_italic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'lato';
  src: url('//cdn.public.lu/css/fonts/lato/lato-black-webfont-e.eot');
  src: url('//cdn.public.lu/css/fonts/lato/lato-black-webfont-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/lato/lato-black-webfont-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/lato/lato-black-webfont-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/lato/lato-black-webfont-s.svg#latoblack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('//cdn.public.lu/css/fonts/lato/lato-bold-webfont-e.eot');
  src: url('//cdn.public.lu/css/fonts/lato/lato-bold-webfont-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/lato/lato-bold-webfont-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/lato/lato-bold-webfont-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/lato/lato-bold-webfont-s.svg#latobold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('//cdn.public.lu/css/fonts/lato/lato-bolditalic-webfont-e.eot');
  src: url('//cdn.public.lu/css/fonts/lato/lato-bolditalic-webfont-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/lato/lato-bolditalic-webfont-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/lato/lato-bolditalic-webfont-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/lato/lato-bolditalic-webfont-s.svg#latobold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'lato';
  src: url('//cdn.public.lu/css/fonts/lato/lato-italic-webfont-e.eot');
  src: url('//cdn.public.lu/css/fonts/lato/lato-italic-webfont-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/lato/lato-italic-webfont-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/lato/lato-italic-webfont-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/lato/lato-italic-webfont-s.svg#latoitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'lato';
  src: url('//cdn.public.lu/css/fonts/lato/lato-light-webfont-e.eot');
  src: url('//cdn.public.lu/css/fonts/lato/lato-light-webfont-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/lato/lato-light-webfont-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/lato/lato-light-webfont-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/lato/lato-light-webfont-s.svg#latolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('//cdn.public.lu/css/fonts/lato/lato-lightitalic-webfont-e.eot');
  src: url('//cdn.public.lu/css/fonts/lato/lato-lightitalic-webfont-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/lato/lato-lightitalic-webfont-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/lato/lato-lightitalic-webfont-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/lato/lato-lightitalic-webfont-s.svg#latolight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'lato';
  src: url('//cdn.public.lu/css/fonts/lato/lato-regular-webfont-e.eot');
  src: url('//cdn.public.lu/css/fonts/lato/lato-regular-webfont-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/lato/lato-regular-webfont-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/lato/lato-regular-webfont-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/lato/lato-regular-webfont-s.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Palm/Standing devices settings and styles
 */
@media (min-width: 20em) {
  .g {
    margin-left: -10px;
    margin-right: -10px;
  }
  .g::before,
  .g::after {
    content: '';
    display: table;
  }
  .g::after {
    clear: both;
  }
  .gu {
    box-sizing: border-box;
    float: left;
  }
  html {
    font-size: 10px;
    background: #d6d0c5;
  }
  body {
    font-size: 15px;
    line-height: 1.4em;
  }
  .page {
    position: relative;
    background-color: #ffffff;
  }
  .page header,
  .page #main {
    padding: 20px 40px;
  }
  .page-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0.7rem 10px;
    position: relative;
    border-bottom: 1px solid #f3f1ee;
    /*.anchor,
  .dropdown > .btn {
    padding: .8rem;
    font-size: 1.4em;
  }

  .anchor.is-active,
  .dropdown.is-open > .btn {
    background: rgba(0,0,0,.2);
  }

  .anchor {
    text-align: center;
    width: 1em;
  }*/
  }
  .page-header a,
  .page-header a:visited {
    color: inherit;
  }
  .page-header .anchor,
  .page-header .search {
    display: none;
  }
  .page-headernav {
    -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
            flex-basis: 100%;
    background: inherit;
  }
  .page-headernav .anchor-destination {
    background: inherit;
  }
  .page-logo {
    display: block;
    margin-right: auto;
  }
  .page-logo,
  .page-logo:visited,
  .page-logo:hover,
  .page-logo:focus {
    color: inherit;
  }
  .page-logo:hover,
  .page-logo:focus {
    text-decoration: none;
  }
  .page-logo img {
    display: block;
    width: 245px;
    height: 72px;
  }
  .breadcrumbs {
    padding: 0.7rem 10px;
  }
  .page-title {
    padding: 0.7rem 10px;
    margin: 0 0 1.4rem;
  }
  .page-title h1 {
    margin: 0;
  }
  .page-title .kicker {
    margin: 0 0 1.4em;
  }
  .page-title .subtitle {
    margin: .7em 0 0;
  }
  .page-content {
    padding: 0.7rem 10px;
  }
  .page-more {
    background: #75716c;
    padding: 0.7rem 10px;
  }
  .page-more > h2 {
    margin-top: 0;
  }
  .page-more > *:last-child {
    margin-bottom: 0;
  }
  .page-secondary > * + * {
    margin-top: 1.4rem;
  }
  .page-metas {
    color: #d6d0c5;
    font-size: .75em;
    padding: 0.7rem 10px;
  }
  .page-footer a,
  .page-footer a:visited {
    color: inherit;
  }
  .page-footernav {
    background: #75716c;
    color: #ffffff;
    padding: 0.7rem 10px;
  }
  .page-footernav .nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-footernav .nav [role="heading"] {
    font-weight: bold;
    text-transform: uppercase;
  }
  .page-copyright {
    background: #d6d0c5;
    font-size: .75em;
    padding: 0.7rem 10px;
  }
  .page-copyright a {
    margin-right: 1em;
  }
  .page-copyright img {
    vertical-align: middle;
  }
  .page--404 .page-logo {
    margin: auto;
  }
  .page--404 .page-title,
  .page--404 .page-copyright {
    text-align: center;
  }
  .page--404 .page-content .search {
    padding-left: 0;
    padding-right: 0;
  }
  .page--404 .page-content .search .btn {
    font-size: .8em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page--404 .page-content .search .svgicon {
    margin-right: 10px;
  }
  .page--404 .page-content .nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .8em;
  }
  .page--404 .page-content .nav > li {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page--404 .page-content .nav > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .page--404 .page-text {
    max-width: 37em;
    margin: 0 auto;
  }
  .ad {
    border: 1px solid #dddddd;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 1em;
  }
  .archives-nav .btngroup {
    margin: 0 0 10px;
  }
  .archives-nav .btn {
    text-align: left;
  }
  .archives-nav .btn:after {
    float: right;
  }
  .archives-category {
    font-size: 1.4rem;
    line-height: 1;
  }
  .archives-year {
    border-bottom: 1px solid #f3f1ee;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    margin: 1.4rem 0 0.7rem;
    padding: 0 1em .5em;
  }
  .archives-months {
    margin: 0 0 1.4rem;
  }
  .archives-months::before,
  .archives-months::after {
    content: '';
    display: table;
  }
  .archives-months::after {
    clear: both;
  }
  .archives-months > li {
    float: left;
    width: 33%;
  }
  .article-image {
    color: #686868;
    display: block;
    font-size: .75em;
    line-height: 1.86666667rem;
    margin: 0 0 1.4rem;
  }
  .article-head {
    margin: 0 0 0.7rem;
  }
  .article-kicker {
    color: #686868;
    font: 900 0.75em 'roboto-condensed', 'Times new roman', serif;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
  }
  .page-title .article-kicker {
    margin: 0 0 1.4rem;
  }
  .article-title {
    margin: 0;
  }
  .article-metas {
    color: #d6d0c5;
    font-size: .9em;
    font-style: italic;
    margin: 0 0 .4rem;
    padding: 0;
  }
  .article-metas > li {
    display: inline;
  }
  .archives .article {
    margin: 0 0 1.4rem;
  }
  .babbler {
    display: block;
  }
  .babbler--hidden {
    display: none;
  }
  .babbler-trigger {
    border: 0;
    background: none;
    margin: 0 auto;
    padding: 0;
  }
  .book {
    background: #75716c;
    margin: 0 0 1.4rem;
    overflow: hidden;
    padding: 1.4rem 1em;
  }
  .book > .book-cover {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 32%;
  }
  .book-header {
    margin: 0 0 0.7rem;
  }
  .book-title {
    margin-top: 0;
  }
  .book-author {
    color: #d6d0c5;
    font-size: .75rem;
    font-style: italic;
    line-height: 1.4;
  }
  .book-author b {
    color: #222222;
    font-style: normal;
  }
  .book-metas {
    font-family: 'lato', Arial, sans-serif;
    margin: 1.4rem 0;
  }
  .book-metas dt {
    font-size: .75rem;
  }
  .book-metas dd {
    margin: 0 0 0.7rem;
  }
  .book-order {
    margin: 1.4rem 0;
  }
  .book-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.7rem 0 0;
    padding-bottom: 1px;
  }
  .book-actions * + * {
    margin-left: .5em;
  }
  .book-files p {
    border-top: 4px solid #222222;
    padding-top: 0.7rem;
  }
  .book-file {
    padding: 1.4rem 1em;
  }
  .book-file + .book-file {
    margin-top: 1.4rem;
  }
  .book-file h3 {
    color: #2e7de2;
    font-size: inherit;
    line-height: inherit;
  }
  .book-file .meta {
    font-size: .75rem;
  }
  .book-file--main {
    background: #75716c;
    padding: 0.7rem;
  }
  .book-file-details .book-title {
    font-weight: bold;
    margin-bottom: 1.4rem;
  }
  .book-translations {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: .8em;
  }
  .book-translations .book-file {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 1.4rem 0;
  }
  .box {
    border: 1px solid #f3f1ee;
    padding: 1.4rem 20px;
    background-color: #f3f1ee;
  }
  .box + * {
    margin-top: 1.4rem;
  }
  .box--left {
    float: left;
    margin-right: 1em;
    max-width: 35%;
    text-align: left;
  }
  .box--right {
    float: right;
    margin-left: 1em;
    max-width: 35%;
    text-align: right;
  }
  .box--center {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
  }
  .box--left,
  .box--right,
  .box--center {
    margin-bottom: 1em;
  }
  .box-title {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 1.5rem;
  }
  .box-content > :first-child,
  .box-footer > :first-child {
    margin-top: 0;
  }
  .box-content > :last-child,
  .box-footer > :last-child {
    margin-bottom: 0;
  }
  .box-footer {
    border-top: 1px solid #75716c;
    margin: 1.4rem -1em -1.4rem;
    padding: 0.7rem 1em;
  }
  .box--organization .box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box--organization .orgfield {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.35rem 0;
  }
  .box--organization .orgfield > svg {
    margin-right: 20px;
  }
  .box--organization .orgvalue {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  [data-type="term"]:after {
    content: ' [AB]';
    font-size: .5em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .is-defined:link,
  .is-defined:focus,
  .is-defined:hover,
  .is-defined:active {
    background: #2e7de2;
    color: #ffffff;
  }
  .caterpillar {
    margin: 2.8rem 0;
  }
  .caterpillar-panel {
    border-top: 1px solid #f3f1ee;
    margin-bottom: 5px;
  }
  .caterpillar-panel:last-of-type {
    border-bottom: 1px solid #f3f1ee;
  }
  .caterpillar-panel[aria-expanded="true"] {
    padding-bottom: 1.4rem;
  }
  .caterpillar-toggle + .caterpillar-panel {
    margin-top: 1.4rem;
  }
  .caterpillar-toggle {
    margin: 0 auto;
    max-width: 15em;
  }
  .caterpillar-panel + .caterpillar-toggle {
    margin-top: 1.4rem;
  }
  .caterpillar-tab {
    background-color: #f3f1ee;
    cursor: pointer;
    font-family: 'roboto-condensed', 'Times new roman', serif;
    outline: none;
    padding: 1.4rem 10px;
  }
  .caterpillar-tab::-webkit-details-marker {
    display: none;
  }
  .caterpillar-content {
    display: none;
    padding: 1.4rem 10px;
  }
  [aria-expanded="true"] .caterpillar-content {
    display: block;
  }
  .clippy-popover {
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    padding: 1em;
    position: absolute;
    top: -999px;
    left: -999px;
    /*  
  &:before{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
  }
  
  &.clippy-popover--top{
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.25);
    
    &:before{
      border-top: 10px solid #ccc;
      bottom: -10px;
    }
  }
  
  &.clippy-popover--bottom{
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    
    &:before{
      top: -10px;
      border-bottom: 10px solid #ccc;
    }
  }*/
  }
  .cocoon--youtube,
  .cocoon--dailymotion,
  .cocoon--vimeo {
    max-width: 640px;
  }
  .cocoon--youtube span,
  .cocoon--dailymotion span,
  .cocoon--vimeo span {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
  }
  .cocoon--youtube span iframe,
  .cocoon--dailymotion span iframe,
  .cocoon--vimeo span iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
  }
  .croupier-wrapper {
    position: relative;
  }
  .croupier-fixedtablewrapper {
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
  }
  .croupier-tablewrapper {
    overflow-x: auto;
    /*width: 100%;*/
  }
  .dropdown {
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
  }
  .js .dropdown > .menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .js .dropdown.is-open > .menu {
    display: block;
  }
  .js .dropdown--right .menu {
    left: auto;
    right: 0;
  }
  .faq > article + article {
    border-top: 1px solid #f3f1ee;
    margin-top: 1.4rem;
    padding-top: 1.4rem;
  }
  .faq-theme {
    margin-bottom: 1.4rem;
  }
  .filters > summary,
  .filters > h3 {
    background: #222222;
    color: #fff;
    font: inherit;
    margin: 0;
    padding: 20px;
  }
  .filters > summary {
    position: relative;
  }
  .filters > summary:focus {
    outline: 1px dotted #ccc;
  }
  .filters > summary::-webkit-details-marker {
    display: none;
  }
  .filters > summary::after {
    box-sizing: border-box;
    content: '+';
    height: 2em;
    line-height: 1;
    padding: 4px 6px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 2em;
  }
  .filters[open] > summary::after {
    content: '-';
  }
  .filter {
    position: relative;
  }
  .filter + .filter {
    border-top: 1px solid #f3f1ee;
  }
  .filter summary {
    background: #75716c;
    font-size: 1em;
    overflow: hidden;
    padding: 0.7rem 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .filter *:last-child {
    margin-bottom: 0;
  }
  .filter-content {
    padding: 1.4rem 1em;
  }
  .filter-content a {
    display: block;
    padding: 0.35rem 1em;
  }
  .filter--parallel .blocklink,
  .filter--orthogonal .blocklink {
    padding-left: 1.5em;
    position: relative;
  }
  .filter--parallel .blocklink:before,
  .filter--parallel .blocklink:after,
  .filter--orthogonal .blocklink:before,
  .filter--orthogonal .blocklink:after {
    color: #f3f1ee;
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: .25em;
    width: 1em;
  }
  .filter--parallel .blocklink:before,
  .filter--orthogonal .blocklink:before {
    content: '';
    border: 1px solid #f3f1ee;
  }
  .filter--parallel .blocklink:hover:after,
  .filter--parallel .blocklink:focus:after,
  .filter--parallel .blocklink.is--active:after,
  .filter--orthogonal .blocklink:hover:after,
  .filter--orthogonal .blocklink:focus:after,
  .filter--orthogonal .blocklink.is--active:after {
    content: '\2713';
    line-height: 1;
    text-align: center;
  }
  .filter--parallel .blocklink.is--active:after,
  .filter--orthogonal .blocklink.is--active:after {
    color: inherit;
  }
  .filter--orthogonal .blocklink:before {
    border-radius: 40px;
  }
  .filter--orthogonal .blocklink:hover:after,
  .filter--orthogonal .blocklink:focus:after,
  .filter--orthogonal .blocklink.is--active:after {
    content: '\25cf';
  }
  .filter--drilldown ul {
    padding-left: 10px;
  }
  .gallery-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .gallery-link {
    margin: 1em 0;
    position: relative;
  }
  .gallery-link:focus {
    outline: none;
  }
  .gallery-link img {
    display: block;
  }
  .gallery-link--medium:hover .gallery-link-head,
  .gallery-link--medium:focus .gallery-link-head,
  .gallery-link--xlarge:hover .gallery-link-head,
  .gallery-link--xlarge:focus .gallery-link-head {
    background: rgba(31, 31, 31, 0.8);
    border-color: #000;
    color: #ccc;
  }
  .gallery-link--medium:hover .gallery-link-title,
  .gallery-link--medium:focus .gallery-link-title,
  .gallery-link--xlarge:hover .gallery-link-title,
  .gallery-link--xlarge:focus .gallery-link-title {
    color: #fff;
  }
  .gallery-link--medium .gallery-link-head,
  .gallery-link--xlarge .gallery-link-head {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 1em;
    bottom: 5em;
    max-width: 280px;
  }
  .gallery-link--medium .gallery-link-foot,
  .gallery-link--xlarge .gallery-link-foot {
    padding: 1em;
  }
  .gallery-link-head,
  .gallery-link-foot {
    color: #686868;
    font-size: .75em;
  }
  .gallery-link-title {
    color: #222;
    display: block;
    font-size: 2em;
    line-height: 1.5;
  }
  .gemini-tabpanel {
    display: none;
    outline: none;
    padding: 1.4rem 10px;
  }
  .gemini-tabpanel--active {
    display: block;
  }
  .glossary-index {
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
  }
  .glossary-index + .glossary-index {
    border-top: 1px solid #f3f1ee;
  }
  .glossary-letter,
  .glossary-list ul {
    margin: 0;
  }
  .glossary-list li + li {
    margin-top: 0.7rem;
  }
  .govbar {
    background: #fff;
    border-bottom: 1px solid #cccaca;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    height: 46px;
    width: 100%;
    z-index: 30000;
  }
  .govbar::before,
  .govbar::after {
    content: '';
    display: table;
  }
  .govbar::after {
    clear: both;
  }
  .govbar-logo {
    border: 0;
    float: left;
    padding: 3px 8px;
  }
  .govbar-logo.newwindow:after {
    display: none;
  }
  .govbar-logo img {
    border: 0;
    display: block;
    height: 40px;
  }
  .govbar-links {
    float: right;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .govbar-links li {
    float: left;
  }
  .govbar-link {
    float: left;
    font-weight: bold;
    padding: 8px;
  }
  .govbar-link:link,
  .govbar-link:visited,
  .govbar-link:hover,
  .govbar-link:focus,
  .govbar-link:active {
    border: 0;
    color: #222 !important;
    text-decoration: none;
  }
  .govbar-link:hover,
  .govbar-link:focus {
    background: #e6e6e6 !important;
  }
  .govbar-more {
    font-weight: normal;
  }
  /**
 * Index pages
 */
  .index {
    margin: 2.8rem 0 0;
  }
  .index .index {
    margin-top: 0;
  }
  .index-article,
  .index-section {
    font-size: 1em;
    margin: 0.7rem;
  }
  .index-article-title,
  .index-section-title {
    font-size: inherit;
    margin: 0;
  }
  .index-article-summary {
    font-size: .75em;
  }
  .businessCard {
    border: 1px solid #e6cccd;
    box-shadow: inset 0 0 0 1px #fff;
    margin: 0 0 3em;
    padding: 0;
  }
  .businessCard p {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 0 0 auto;
    padding: .375em 2em;
    position: relative;
    width: 22em;
  }
  .businessCard p:first-child {
    padding-top: 6em;
  }
  .businessCard p:last-child {
    padding-bottom: 6em;
  }
  /* this is needed to use .btn as a mixin below */
  .contactForm input[type="text"],
  .contactForm textarea {
    box-sizing: border-box;
    width: 100%;
  }
  .contactForm input[type="submit"] {
    margin: .75em;
  }
  .contactForm .button {
    display: inline-block;
  }
  .contactForm .button > input {
    background: #5d809a;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-family: 'lato', Arial, sans-serif;
    line-height: 1.4rem;
    padding: .8em 2.9em;
    position: relative;
    text-align: center;
    white-space: nowrap;
    margin-top: 2rem;
    min-width: 160px;
  }
  .contactForm .button > input:hover,
  .contactForm .button > input:focus {
    background: #3d6783;
    text-decoration: none;
    outline: none;
  }
  .contactForm .button > input:active {
    background: #334655;
    top: 1px;
  }
  .contactForm .button > input[class^="icon-"]:before,
  .contactForm .button > input[class*=" icon-"]:before {
    float: left;
    margin: -0.5em 1em -0.5em -1em;
    padding: .5em 1em;
  }
  .contactForm .button > input .meta {
    color: inherit;
    font-size: .75em;
    opacity: .8;
  }
  .contactForm .button.primary > input {
    background: #89857f;
    color: #ffffff;
  }
  .contactForm .button.primary > input:hover,
  .contactForm .button.primary > input:focus {
    background: #222222;
  }
  .contactForm .button.primary > input:active {
    background: #75716c;
  }
  #sitemap h2 > a {
    color: #222222;
    display: block;
    padding-bottom: .25em;
  }
  #sitemap h2 > a:after {
    background: #fee;
    border-radius: 1000px;
    content: '>';
    display: inline-block;
    font-size: .5em;
    line-height: 1;
    margin-left: .75em;
    padding: 6px 10px;
    position: relative;
    top: -3px;
  }
  #sitemap h2 > a:hover,
  #sitemap h2 > a:focus,
  #sitemap h2 > a:active {
    border-bottom-color: #e6cccd;
  }
  #sitemap h2 > a:hover:after,
  #sitemap h2 > a:focus:after,
  #sitemap h2 > a:active:after {
    background: #222222;
    color: #fff;
  }
  #sitemap ul {
    font-size: .875em;
    line-height: 1.7143em;
  }
  #sitemap ul a {
    border-bottom-width: 0;
  }
  #sitemap ul a:hover,
  #sitemap ul a:focus,
  #sitemap ul a:active {
    background: #2e7de2;
    color: #fff;
  }
  .mcgyver-slot {
    display: inline-block;
  }
  .mcgyver-slot + .mcgyver-slot {
    margin-left: 10px;
  }
  .btn--mcgyver {
    border-color: #ddd;
    color: #686868;
  }
  .btn--mcgyver,
  .btn--mcgyver:hover,
  .btn--mcgyver:focus {
    background: none;
  }
  .btn--mcgyver:focus,
  .btn--mcgyver:hover {
    border-color: #888;
    color: #000;
  }
  .btn--mcgyver-icon {
    min-width: 3em;
  }
  .btn--mcgyver-both i:before {
    margin-right: 10px;
  }
  .menu {
    background: #fff;
    border: 1px solid #f3f1ee;
    border-radius: 4px;
    color: #222222;
    list-style: none;
    margin: 0;
    min-width: 10em;
    padding: 20px 0;
  }
  .menu a,
  .menu button {
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px 20px;
  }
  .menu a,
  .menu button,
  .menu a:visited,
  .menu button:visited {
    color: inherit;
  }
  .menu a:hover,
  .menu button:hover,
  .menu a:focus,
  .menu button:focus {
    background-color: #75716c;
    text-decoration: none;
  }
  .btngroup .menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    min-width: 80%;
    position: absolute;
    top: 100%;
    z-index: 10000;
  }
  .btngroup.is-open .menu {
    display: block;
  }
  .dropdown > .menu {
    box-shadow: 0 8px 15px -4px rgba(0, 0, 0, 0.15);
  }
  .menu-item.is-active {
    font-weight: bold;
  }
  /**
 * Navigation bars
 */
  .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .nav > li,
  .nav a {
    display: block;
  }
  .nav a {
    padding: 0.7rem 10px;
  }
  .page-localnav > .nav {
    padding: 0.7rem 0;
  }
  .page-localnav > .nav + .nav {
    border-top: 0;
  }
  .page-localnav > .nav:first-of-type {
    border-radius: 3px 3px 0 0;
  }
  .page-localnav > .nav:last-of-type {
    border-radius: 0 0 3px 3px;
  }
  .nav--stacked > li,
  .nav--stacked a {
    display: block;
  }
  .nav--stacked a {
    padding: 0.7rem 10px;
  }
  .nav--inline > li,
  .nav--inline > li > a {
    display: inline;
  }
  .nav--tabs,
  .nav--pills {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 0;
  }
  .nav--tabs > li,
  .nav--pills > li {
    margin-bottom: -1px;
  }
  .nav--tabs a,
  .nav--pills a {
    border: 1px solid #75716c;
    color: inherit;
    padding: 0.7rem 10px;
  }
  .nav--tabs a:hover,
  .nav--pills a:hover,
  .nav--tabs a:focus,
  .nav--pills a:focus {
    text-decoration: none;
  }
  .nav--tabs > li + li a,
  .nav--pills > li + li a {
    border-left: 0;
  }
  .nav--tabs .is-active > a,
  .nav--pills .is-active > a {
    background: #75716c;
  }
  .nav--tabs .is-active > a {
    border-bottom-color: #fff;
  }
  .nav--pills > li:first-child a {
    border-radius: 50px 0 0 50px;
  }
  .nav--pills > li:last-child a {
    border-radius: 0 50px 50px 0;
  }
  .nav--primary {
    font-size: 1.6rem;
  }
  .nav [role="heading"] {
    font-weight: bold;
    padding: 0.7rem 10px;
    margin: 0 0 .75em;
  }
  .nav [role="heading"] > a {
    padding: 0;
  }
  /* Pagination */
  .pagination {
    font-family: 'lato', Arial, sans-serif;
    font-size: .75rem;
    margin-bottom: 2.8rem;
    padding-left: 0;
    text-align: center;
  }
  .pagination li + li {
    margin-left: .25em;
  }
  .pagination-page a,
  .pagination-page--current strong {
    border: 1px solid #ddd;
    min-width: 1em;
    padding: .5em;
  }
  .pagination-page a:hover,
  .pagination-page a:focus {
    background-color: #2e7de2;
    color: #fff;
    text-decoration: none;
  }
  .pagination-page--current strong {
    background: #2e7de2;
    border-color: #2e7de2;
    color: #efefef;
  }
  .panel {
    background: white;
    border: 1px solid #f3f1ee;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  .panel--top {
    top: 0;
  }
  .panel--bottom {
    bottom: 0;
  }
  .panel--left {
    left: 0;
  }
  .panel--right {
    right: 0;
  }
  .panel--top,
  .panel--bottom {
    left: 20px;
    right: 20px;
  }
  .panel--left,
  .panel--right {
    bottom: 0;
    width: 80vw;
    top: 0;
  }
  .panel--hidden.panel--top {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .panel--hidden.panel--bottom {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .panel--hidden.panel--left {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .panel--hidden.panel--right {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .panel-dismiss {
    float: right;
  }
  .panel-dismiss:hover,
  .panel-dismiss:focus {
    background: none;
  }
  .remora.is-sticky {
    box-sizing: border-box;
    position: fixed;
  }
  .russell {
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
  }
  .russell.is-hidden {
    -webkit-transform: translate(0px, -100%);
        -ms-transform: translate(0px, -100%);
            transform: translate(0px, -100%);
  }
  .russell.is-visible {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .russell.is-detached {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 32000;
  }
  .search {
    color: #222222;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 10px;
  }
  .search label {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .search input {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .search-wording {
    font-family: 'lato', Arial, sans-serif;
    padding: 1em .5em;
  }
  .search-meta {
    border-bottom: 1px solid #f3f1ee;
    border-top: 1px solid #f3f1ee;
    color: #d6d0c5;
    font-family: 'lato', Arial, sans-serif;
    font-size: .75rem;
    line-height: 1.6;
    margin: 0 0 2.8rem;
  }
  .form + .search-meta {
    margin-top: 1.4rem;
  }
  .search-meta-sort .is--active {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
  }
  .results {
    list-style: none;
    padding-left: 0;
  }
  .results > li {
    margin: 0 0 1.4rem;
  }
  .results mark {
    background: none;
    color: inherit;
    font-weight: bold;
  }
  .results .article-head {
    margin-bottom: .4rem;
  }
  .results .article-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .results .article-summary {
    margin-bottom: 0.7rem;
  }
  .results .article-custom {
    border: 1px solid #f3f1ee;
    padding: 0.7rem 0.5em;
  }
  .results .article-custom > li {
    margin-bottom: 0.7rem;
    overflow: hidden;
  }
  .results .article-custom span {
    display: block;
    font-size: .75em;
  }
  .results .article-custom--map {
    height: 7rem;
  }
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slideshow.is-loaded .js-slide {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .js-slideshow-ribbon {
    position: relative;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
  }
  .slide-image {
    width: 100%;
  }
  .slideshow-arrows .btn {
    background: #2e7de2;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 50%;
    z-index: 3;
  }
  .slideshow-arrows .btn[disabled] {
    background: #D0D0D0;
    color: #000;
  }
  .slideshow-arrows .btn[disabled]:hover,
  .slideshow-arrows .btn[disabled]:focus {
    background: #d0d0d0;
    top: 8rem;
    color: #222222;
  }
  .slideshow-arrows .btn:hover,
  .slideshow-arrows .btn:focus {
    background: lightblue;
    color: #fff;
  }
  .slideshow-arrows .btn[data-slide="prev"] {
    left: 0;
  }
  .slideshow-arrows .btn[data-slide="next"] {
    right: 0;
  }
  .slideshow-thumbnails [role="tablist"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slideshow-thumbnails [role="tab"] {
    margin: 0 .25em;
  }
  .slideshow-thumbnails svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #000;
    stroke-width: 1px;
  }
  .slideshow-thumbnails img {
    opacity: .3;
  }
  .slideshow-thumbnails [role="tab"]:not(.is-active):hover img,
  .slideshow-thumbnails [role="tab"]:not(.is-active):focus img {
    opacity: .5;
  }
  .slideshow-thumbnails .is-active svg {
    fill: #000;
  }
  .slideshow-thumbnails .is-active img {
    opacity: 1;
  }
  .slide {
    margin: 0;
    position: relative;
  }
  .slide:focus {
    outline: none;
  }
  .slide > img {
    display: block;
  }
  .slide p {
    margin: 0;
  }
  .slide-image {
    display: block;
    height: auto;
    width: 100%;
  }
  .slide-title {
    margin-bottom: 0;
  }
  .slide-description {
    font-size: .75em;
  }
  .slide-credit {
    font-size: .75em;
    opacity: .8;
  }
}
@media (min-width: 20em) and (max-width: 45em - 0.001em) {
  .palm-full {
    width: 100%;
  }
}
@media (min-width: 20em) and (max-width: 44.99em) {
  .core-w1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
  .core-w2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .core-w3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
  }
  .core-w4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
@media (min-width: 20em) and (max-width: 45em - 0.01em) {
  .core-s1 {
    margin-left: 25%;
  }
  .core-s2 {
    margin-left: 50%;
  }
  .core-s3 {
    margin-left: 75%;
  }
}
@media (min-width: 20em) and (max-width: 44.9em) {
  .page-headernav .anchor-destination {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .page-headernav .anchor-destination:not(.is-active) {
    display: none;
  }
}
@media (min-width: 20em) and (max-width: 44.99em) {
  .govbar-links {
    display: none;
  }
}
@media (min-width: 20em) and (max-width: 44.99em) {
  .search-meta-page {
    display: block;
  }
}
/**
 * Lap/Standing devices settings and styles
 */
@media (min-width: 45em) {
  .lap-full {
    float: none;
    width: auto;
  }
  .page {
    margin: 4rem 2rem;
  }
  .page-header {
    padding: 0.7rem 0;
  }
  .no-flexwrap .page-header {
    display: block;
  }
  .no-flexwrap .page-logo {
    display: block;
  }
  .page-langs {
    position: relative;
    z-index: 1;
  }
  .page-headernav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-headernav .nav,
  .page-headernav .nav > li,
  .page-headernav .nav > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-headernav .nav > li > a {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-headernav .search {
    margin-left: auto;
    width: 16em;
  }
  .no-flexwrap .page-headernav {
    display: table;
    width: 100%;
  }
  .no-flexwrap .page-headernav .nav {
    display: table;
    margin-left: 0;
    table-layout: fixed;
  }
  .no-flexwrap .page-headernav .nav > li {
    display: table-cell;
  }
  .no-flexwrap .page-headernav .search {
    display: table-cell;
  }
  .breadcrumbs {
    padding: 0.7rem 1rem;
  }
  .page-title {
    padding: 0 !important;
    margin: 0 1rem 1.4rem;
  }
  .page-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0.7rem 0.5rem;
    margin: 0 0 1.4rem;
  }
  .no-flexwrap .page-content {
    display: block;
  }
  .no-flexwrap .page-content::before,
  .no-flexwrap .page-content::after {
    content: '';
    display: table;
  }
  .no-flexwrap .page-content::after {
    clear: both;
  }
  .page-localnav,
  .page-text {
    padding: 0 0.5rem;
  }
  .page-localnav {
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .no-flexwrap .page-localnav {
    box-sizing: border-box;
    float: left;
    width: 30%;
  }
  .page-text {
    -webkit-flex: 7;
        -ms-flex: 7;
            flex: 7;
  }
  .no-flexwrap .page-text {
    margin-left: 30%;
  }
  .page-secondary {
    -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
            flex-basis: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .no-flexwrap .page-secondary {
    display: block;
  }
  .no-flexwrap .page-secondary::before,
  .no-flexwrap .page-secondary::after {
    content: '';
    display: table;
  }
  .no-flexwrap .page-secondary::after {
    clear: both;
  }
  .page-more {
    padding: 0.7rem 1rem;
  }
  .page-metas {
    padding: 0.7rem 1rem;
  }
  .page-footernav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 1.4rem 1rem;
  }
  .page-footernav .nav {
    -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
  .no-flexwrap .page-footernav {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .no-flexwrap .page-footernav .nav {
    display: table-cell;
  }
  .page-copyright {
    padding: 1.4rem 1rem;
  }
  .page--404 .page-content .search .btn {
    font-size: inherit;
  }
  .books .book {
    box-sizing: border-box;
    padding: 0.7rem;
  }
  .box {
    padding: 1.4rem 1rem;
  }
  .page-secondary > .box {
    box-sizing: border-box;
    -webkit-flex: 1 0 calc(33.33% -  1rem);
        -ms-flex: 1 0 calc(33.33% -  1rem);
            flex: 1 0 calc(33.33% -  1rem);
    margin: 0.7rem 0.5rem;
  }
  .no-flexwrap .page-secondary > .box {
    float: left;
    width: calc(33.33% -  1rem);
  }
  .filter {
    padding: 0 1rem;
  }
  .filter summary {
    margin: 0 -1rem;
    padding: 0.7rem 1rem;
  }
  .filter--drilldown ul {
    padding-left: 1rem;
  }
  .gallery-links .gallery-link {
    margin: 0.7rem 1%;
    -ms-flex-preferred-size: 48%;
        -webkit-flex-basis: 48%;
            flex-basis: 48%;
  }
  /**
 * Index
 */
  .index-article,
  .index-section {
    margin: 1.4rem;
  }
  .contactForm .field {
    box-sizing: border-box;
    float: left;
    padding: 0 .75em;
    width: 50%;
  }
  .contactForm .field:nth-child(2n+1) {
    clear: left;
  }
  .contactForm .message {
    clear: left;
    float: none;
    width: auto;
  }
  .page-localnav > .nav {
    padding: 0.7rem 0;
  }
  /* Pagination */
  .pagination-prev a,
  .pagination-next a {
    padding: .75em .5em;
  }
  .pagination-page a,
  .pagination-page strong {
    padding: .75em 1em;
  }
  .page-headernav {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-headernav .nav--primary {
    margin-left: auto;
    font-size: 1.6rem;
  }
  .page-headernav .nav--primary a {
    margin: 1rem 0;
    text-align: center;
  }
  .page-headernav .nav--primary li:first-child a {
    background: url('../img/icons/home-1.svg') no-repeat top center;
    padding-top: 35px;
  }
  .page-headernav .nav--primary li:nth-child(2) a {
    background: url('../img/icons/upload-2.svg') no-repeat top center;
    padding-top: 35px;
  }
  .page-headernav .nav--primary li:nth-child(3) a {
    background: url('../img/icons/email.svg') no-repeat top center;
    padding-top: 35px;
  }
  .page-headernav .nav--primary li:last-child a {
    background: url('../img/icons/bubble-chat-question-1.svg') no-repeat top center;
    padding-top: 35px;
  }
  .page-headernav .nav--primary li a {
    position: relative;
  }
  .page-headernav .nav--primary li a:hover,
  .page-headernav .nav--primary li a:active {
    text-decoration: none;
  }
  .page-headernav .nav--primary li a:hover:before,
  .page-headernav .nav--primary li a:active:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #6fbbee;
    position: absolute;
    bottom: 0;
    left: calc(50% - (25px/2));
  }
  .panel {
    padding: 2rem;
  }
  .panel--top,
  .panel--bottom {
    left: 2rem;
    right: 2rem;
  }
  .panel--left,
  .panel--right {
    width: 30vw;
  }
  .search-meta {
    padding: 0.7rem 0;
    text-align: right;
  }
  .search-meta-page {
    float: left;
  }
  .results .article-custom {
    padding: 0.7rem 1rem;
  }
  .is-slideshow--multiple-format .js-slideshow-ribbon {
    background: #000;
  }
  .is-slideshow--multiple-format.is-slideshow--loaded .slide-image {
    margin: 0 auto;
    width: auto;
  }
  .slide::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  .slide-content {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 1.4rem;
    position: absolute;
    right: 0;
    text-shadow: 0 1px #000;
  }
  .slide-content .article-description {
    display: block;
  }
  .slideshow-thumbs .btn {
    top: auto;
    bottom: 1rem;
  }
  .slideshow-thumbs .btn[disabled]:hover,
  .slideshow-thumbs .btn[disabled]:focus,
  .slideshow-thumbs .btn:active {
    top: auto;
  }
  .slideshow-thumbs .btn[data-slide="prev"] {
    left: auto;
    right: 4rem;
  }
  .slideshow-thumbs .btn[data-slide="next"] {
    right: 1rem;
  }
}
@media (min-width: 45em) and (max-width: 61.49em) {
  .core-w1 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 12.5%;
  }
  .core-w2 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 25%;
  }
  .core-w3 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 37.5%;
  }
  .core-w4 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 50%;
  }
  .core-w5 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 62.5%;
  }
  .core-w6 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 75%;
  }
  .core-w7 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 87.5%;
  }
  .core-w8 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
}
@media (min-width: 45em) and (max-width: 61.5em - 0.01em) {
  .core-s1 {
    margin-left: 12.5%;
  }
  .core-s2 {
    margin-left: 25%;
  }
  .core-s3 {
    margin-left: 37.5%;
  }
  .core-s4 {
    margin-left: 50%;
  }
  .core-s5 {
    margin-left: 62.5%;
  }
  .core-s6 {
    margin-left: 75%;
  }
  .core-s7 {
    margin-left: 87.5%;
  }
}
@media (min-width: 45em) and (min-width: 800px) {
  .page-headernav .nav--primary a {
    margin: 1rem 1rem;
  }
}
/**
 * Desk/Sitting devices settings and styles
 */
@media (min-width: 61.5em) {
  .desk-full {
    float: none;
    width: auto;
  }
  .core-w1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 6.25%;
  }
  .core-w2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 12.5%;
  }
  .core-w3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 18.75%;
  }
  .core-w4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 25%;
  }
  .core-w5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 31.25%;
  }
  .core-w6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 37.5%;
  }
  .core-w7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 43.75%;
  }
  .core-w8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
  }
  .core-w9 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 56.25%;
  }
  .core-w10 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 62.5%;
  }
  .core-w11 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 68.75%;
  }
  .core-w12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 75%;
  }
  .core-w13 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 81.25%;
  }
  .core-w14 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 87.5%;
  }
  .core-w15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 93.75%;
  }
  .core-w16 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
  .core-s1 {
    margin-left: 6.25%;
  }
  .core-s2 {
    margin-left: 12.5%;
  }
  .core-s3 {
    margin-left: 18.75%;
  }
  .core-s4 {
    margin-left: 25%;
  }
  .core-s5 {
    margin-left: 31.25%;
  }
  .core-s6 {
    margin-left: 37.5%;
  }
  .core-s7 {
    margin-left: 43.75%;
  }
  .core-s8 {
    margin-left: 50%;
  }
  .core-s9 {
    margin-left: 56.25%;
  }
  .core-s10 {
    margin-left: 62.5%;
  }
  .core-s11 {
    margin-left: 68.75%;
  }
  .core-s12 {
    margin-left: 75%;
  }
  .core-s13 {
    margin-left: 81.25%;
  }
  .core-s14 {
    margin-left: 87.5%;
  }
  .core-s15 {
    margin-left: 93.75%;
  }
  .page {
    box-sizing: border-box;
  }
  .page-header {
    padding: 0.75rem 1.5rem 1.5rem 1.5rem;
  }
  .no-flexwrap .page-header {
    display: table;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
  }
  .page-logo {
    margin-right: 0;
  }
  .no-flexwrap .page-logo {
    display: table-cell;
  }
  .page-langs {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-headernav {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-headernav .nav {
    margin-left: auto;
  }
  .breadcrumbs {
    padding: 0.75rem 1.5rem;
  }
  .page-title {
    padding: 0.75rem 0;
    margin: 0 1.5rem 1.5rem;
  }
  .page-content {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 0.75rem 0.75rem;
  }
  .no-flexwrap .page-content {
    display: table;
    width: 100%;
    vertical-align: top;
  }
  .page-localnav,
  .page-text,
  .page-secondary {
    padding: 0 0.75rem;
  }
  .no-flexwrap .page-localnav,
  .no-flexwrap .page-text,
  .no-flexwrap .page-secondary {
    display: table-cell;
  }
  .page-localnav {
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .no-flexwrap .page-localnav {
    float: none;
    width: 16.66666667%;
  }
  .page-text {
    -webkit-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
  .no-flexwrap .page-text {
    margin-left: 0;
    width: 50%;
  }
  .page-secondary {
    display: block;
    -webkit-flex: 3 0%;
        -ms-flex: 3 0%;
            flex: 3 0%;
  }
  .no-flexwrap .page-secondary {
    width: 33.33333333%;
  }
  .page-more {
    padding: 0.75rem 1.5rem;
  }
  .page-metas {
    padding: 0.75rem 1.5rem;
  }
  .page-footernav {
    padding: 1.5rem 1.5rem;
  }
  .page-footernav .nav {
    -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
            flex-basis: 25%;
  }
  .page-copyright {
    padding: 1.5rem 1.5rem;
  }
  .archives-nav .btngroup {
    margin: 0 0 1.5rem;
  }
  .books .book {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .book-translations {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .book-translations .book-file {
    -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }
  .box {
    padding: 2.5rem;
  }
  .page-secondary > .box {
    margin: 0 0 1.5rem 0.75rem;
  }
  .no-flexwrap .page-secondary > .box {
    float: none;
    width: auto;
  }
  .box-footer {
    margin: 2rem -2em -2rem;
    padding: 1rem 2em;
  }
  .box--interview {
    padding: 20px 40px 0;
  }
  .box--interview .article-image {
    float: left;
    margin: 0 20px -20px -10px;
    width: 50%;
    background: beige;
    clip-path: circle(180px at bottom 70px left 110px);
    -webkit-clip-path: circle(180px at bottom 70px left 110px);
    clip-path: url('../img/clippings.svg#clipInterview');
  }
  .box--interview .article-head,
  .box--interview .article > p {
    margin-left: 50%;
  }
  .box--interview .article-title {
    font-size: 52px;
  }
  .box--number {
    padding: 0;
  }
  .box--number > .box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box--number .numberofthemonth {
    padding: 0 20px;
    font-size: 4em;
    width: 300px;
  }
  .box--number .article {
    padding: 20px;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .caterpillar-tab {
    padding: 1.5rem 1.5rem;
  }
  .caterpillar-tab:before {
    margin-right: 1.5rem;
  }
  .faq-theme {
    border: 1px solid #f3f1ee;
  }
  .faq-theme .blocklink {
    padding: 1.5rem 1.5rem;
  }
  .faq-theme .blocklink > *:last-child {
    margin-bottom: 0;
  }
  .filter {
    padding: 0 1.5rem;
  }
  .filter summary {
    margin: 0 -1.5rem;
    padding: 0.75rem 1.5rem;
  }
  .filter--drilldown ul {
    padding-left: 1.5rem;
  }
  .filter-content {
    margin: 0 -1em;
  }
  .gallery-links .gallery-link {
    margin: 0.75rem 0 0.75rem 2%;
    -ms-flex-preferred-size: 32%;
        -webkit-flex-basis: 32%;
            flex-basis: 32%;
  }
  .gallery-links .gallery-link:nth-child(3n+1) {
    margin-left: 0;
  }
  .gemini-tabpanel {
    padding: 1.5rem 1.5rem;
  }
  .index-article,
  .index-section {
    margin: 2.25rem;
  }
  .page-localnav > .nav {
    padding: 0.75rem 1em;
  }
  .page-header .nav--primary {
    font-size: 1.6rem;
  }
  .page-header .nav--primary a {
    margin: 1rem 4rem;
  }
  .panel {
    padding: 3rem;
  }
  .panel--top,
  .panel--bottom {
    left: 3rem;
    right: 3rem;
  }
  .panel--left,
  .panel--right {
    width: 30vw;
  }
  .results > li {
    margin-bottom: 3rem;
  }
  .results .article-custom {
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 61.5em) and (min-width: 1290px) {
  .page {
    width: 1290px;
    margin: 6rem auto;
  }
}
@media (min-width: 61.5em) and (min-width: 1290px) {
  .page-header .nav--primary a {
    margin: 1rem 6rem;
  }
}
/*# sourceMappingURL=main.css.map */