/*
 * 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;
}
input[type="submit"],
button,
.btn,
.btn--primary {
  background: #1d336a;
  border-color: #1d336a;
  color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(29, 51, 106, 0.3);
  box-sizing: border-box;
  display: inline-block;
  font-size: 12.32px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 13.2px 17.6px;
  padding: 1.5rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;
  border-radius: 5px;
}
input[type="submit"]:visited,
button:visited,
.btn:visited,
.btn--primary:visited {
  background: rgba(29, 51, 106, 0.5);
}
input[type="submit"]:hover,
button:hover,
.btn:hover,
.btn--primary:hover,
input[type="submit"]:focus,
button:focus,
.btn:focus,
.btn--primary:focus {
  background: rgba(29, 51, 106, 0.7);
  text-decoration: none;
}
input[type="submit"]:active,
button:active,
.btn:active,
.btn--primary:active {
  top: 1px;
}
input[type="submit"][disabled]:focus,
button[disabled]:focus,
.btn[disabled]:focus,
.btn--primary[disabled]:focus,
input[type="submit"][disabled]:hover,
button[disabled]:hover,
.btn[disabled]:hover,
.btn--primary[disabled]:hover,
input[type="submit"][disabled],
button[disabled],
.btn[disabled],
.btn--primary[disabled] {
  background: #d2d3d1;
  border-color: #d2d3d1;
  color: #949494;
}
input[type="submit"][disabled]:active,
button[disabled]:active,
.btn[disabled]:active,
.btn--primary[disabled]:active {
  top: 0;
}
.btn.btn--secondary,
.btn.btn--tertiary {
  background: #cccccc;
  border-color: #999;
  color: #000000;
}
.btn.btn--secondary:visited,
.btn.btn--tertiary:visited {
  color: #6d6e71;
}
.btn.btn--secondary:hover,
.btn.btn--tertiary:hover,
.btn.btn--secondary:focus,
.btn.btn--tertiary:focus {
  background: rgba(204, 204, 204, 0.7);
  border-color: rgba(153, 153, 153, 0.7);
}
.btn.btn--secondary[disabled],
.btn.btn--tertiary[disabled] {
  background: #d2d3d1;
  border-color: #d2d3d1;
  color: #949494;
}
.btn.btn--secondary[disabled]:active,
.btn.btn--tertiary[disabled]:active {
  top: 0;
}
.actions {
  margin-top: 26.4px;
  margin-top: 3rem;
}
.btn + .btn {
  margin-left: 5%;
}
.btn {
  background: #1d336a;
  border-color: #1d336a;
  color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(29, 51, 106, 0.3);
  font-size: 17.6px;
  font-size: 2rem;
  padding: 8.8px 17.6px;
  padding: 1rem 2rem;
}
.btn:hover,
.btn:focus {
  background: rgba(29, 51, 106, 0.7);
  border-color: rgba(29, 51, 106, 0.7);
}
.btn--nude {
  background: transparent;
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
  position: static;
}
.btn--nude:hover,
.btn--nude:focus {
  background: transparent;
  border: none;
}
/* Block buttons */
.btn--block {
  display: block;
  width: 100%;
}
form .form-actions {
  margin-top: 26.4px;
  margin-top: 3rem;
}
form .btn {
  font-size: 17.6px;
  font-size: 2rem;
  padding: 8.8px 17.6px;
  padding: 1rem 2rem;
}
form .btn.cancel {
  background: #cccccc;
  border-color: #cccccc;
  color: #000000;
  margin-right: 26.4px;
  margin-right: 3rem;
  box-shadow: 1px 1px 1px 1px rgba(204, 204, 204, 0.3);
}
form .btn.cancel:hover,
form .btn.cancel:focus {
  background: rgba(204, 204, 204, 0.7);
  border-color: rgba(204, 204, 204, 0.7);
}
form .btn.submit {
  background: #1d336a;
  border-color: #1d336a;
  color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(29, 51, 106, 0.3);
}
form .btn.submit:hover,
form .btn.submit:focus {
  background: rgba(29, 51, 106, 0.7);
  border-color: rgba(29, 51, 106, 0.7);
}
fieldset {
  border: none;
  margin-top: 26.4px;
  margin-top: 3rem;
  padding: 0;
}
legend {
  color: #58595b;
  display: block;
  font-size: 12.32px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 13.2px;
  margin: 0 0 1.5rem;
  padding: 0;
  width: 100%;
}
label,
.fieldgroup-label {
  display: block;
}
input,
select,
textarea {
  box-sizing: border-box;
  border: 1px solid #ddd;
  line-height: 1.5;
  padding: .25em .5em;
  width: 100%;
  max-width: 600px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px dotted #212121;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  border: none;
  line-height: auto;
  padding: 0;
  width: auto;
  cursor: pointer;
}
textarea {
  min-height: 132px;
  min-height: 15rem;
  resize: vertical;
}
.field {
  position: relative;
}
.field,
.fieldgroup-group {
  display: block;
  margin: 0 0 6.6px;
  margin: 0 0 0.75rem;
  max-width: 528px;
  max-width: 60rem;
}
.field {
  display: -ms-flexbox;
  display: flex;
}
.field input + label {
  margin-left: 8.8px;
  margin-left: 1rem;
}
.field input {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.no-flexwrap .field {
  display: table;
}
.no-flexwrap .field input,
.no-flexwrap .field label {
  display: table-cell;
}
.field-mandatory {
  display: block;
  width: 100%;
  margin: 8.8px;
  margin: 1rem;
}
.field--postfix {
  margin-bottom: 0;
}
.field--postfix.field--inline {
  display: inline-block;
  margin-right: 17.6px;
  margin-right: 2rem;
}
.field--postfix label {
  display: inline-block;
  padding-left: 4.4px;
  padding-left: 0.5rem;
  cursor: pointer;
}
.field-optional {
  font-size: 80%;
  font-style: italic;
  color: #888;
}
.field--error input {
  border-color: #E01D1D;
}
.field--confirm .field-label {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  font-size: 12.32px;
  font-size: 1.4rem;
  margin-bottom: 1.76px;
  margin-bottom: 0.2rem;
}
.field--confirm .field-value {
  display: block;
  padding-left: 17.6px;
  padding-left: 2rem;
}
.bubble-helper {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #1266A0;
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  float: right;
  margin-bottom: 8.8px;
  margin-bottom: 1rem;
}
.bubble-helper.is-active {
  background: #1266A0;
  border-color: #1266A0;
  color: #fff;
}
@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--left img,
.fig--right img {
  max-width: 32%;
}
.fig--left {
  float: left;
  margin-right: 17.6px;
  margin-right: 2rem;
  max-width: 32%;
}
.fig--right {
  float: right;
  margin-left: 17.6px;
  margin-left: 2rem;
  max-width: 32%;
}
.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"] li {
  padding-left: 0;
}
[role="listbox"] > li:before {
  content: none;
  display: none;
}
[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;
}
details summary::-webkit-details-marker {
  display: none;
}
/*csslint ids: false */
a {
  color: #0532a3;
  text-decoration: none;
}
a:visited {
  color: #0d369b;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: 1px dotted #212121;
  outline: 1px dotted currentColor;
}
.skiplinks > a {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  background: #0532a3;
  color: #fff;
  z-index: 32768;
}
.skiplinks > a:focus {
  clip: auto;
  width: auto;
  height: auto;
}
.skiplinks > a:after {
  content: ' \2193';
}
.skiplinks > a:focus {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  line-height: 3;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.back {
  background: #0e242d;
  display: none;
  position: fixed;
  bottom: 0;
  right: 17.6px;
  right: 2rem;
  z-index: 1;
  height: 48px;
  width: 48px;
  transition: background 200ms ease-in-out, color 200ms ease-in-out;
}
.back:hover,
.back:focus {
  background: #1d336a;
  color: #fff;
}
.back svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.back span {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
@media (min-width: 61.5em) {
}
.blocklink {
  color: inherit;
  display: block;
  text-decoration: none;
}
.blocklink:visited {
  color: inherit;
}
ul,
ol {
  margin: 13.2px 0;
  margin: 1.5rem 0;
  padding-left: 0;
  list-style-type: none;
}
ul li,
ol li {
  position: relative;
  padding-left: 13.2px;
  padding-left: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 6.6px;
  margin: 0.75rem;
}
ul ul li:before,
ol ul li:before,
ul ol li:before,
ol ol li:before {
  color: #58595b;
}
ul > li:before {
  content: ">";
  color: #e86364;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  position: absolute;
  left: 0;
}
ol {
  counter-reset: section;
}
ol > li:before {
  counter-increment: section;
  content: counter(section) ".";
  color: #e86364;
  position: absolute;
  right: 100%;
  margin-right: -8.8px;
  margin-right: -1rem;
}
dl {
  margin: 13.2px 0;
  margin: 1.5rem 0;
}
dt {
  display: block;
  color: #60b1e3;
  font-weight: 600;
  text-transform: uppercase;
}
dd + dt {
  margin-top: 13.2px;
  margin-top: 1.5rem;
}
dd {
  margin-left: 0;
}
.nude,
.list--inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nude li {
  padding-left: 0;
}
.nude > li:before {
  content: none;
  display: none;
}
.list--inline > li {
  display: inline;
}
.dl--aligned dt {
  float: left;
  margin-right: 13.2px;
  margin-right: 1.5rem;
  margin-top: 0;
}
.dl--aligned dt + dt {
  margin-left: -13.2px;
  margin-left: -1.5rem;
}
.dl--aligned dt + dt:before {
  content: ', ';
}
.dl--aligned dd {
  margin-bottom: 13.2px;
  margin-bottom: 1.5rem;
}
.dl--aligned dd:last-child {
  margin-bottom: 0;
}
.dl--aligned dd + dt {
  clear: left;
}
.aleft ~ ul li:before,
.a--left ~ ul li:before {
  left: auto;
  position: relative;
  margin-right: 8.8px;
  margin-right: 1rem;
}
/* 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%;
}
html {
  background: #fff;
  color: #000000;
  font-family: 'source-sans-pro', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 55%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
}
body {
  font-size: 15.84px;
  font-size: 1.8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'source-sans-pro', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-weight: 300;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
h1 {
  font-size: 44px;
  font-size: 5rem;
  line-height: 1.1;
  margin: 2em 0 1em;
  position: relative;
}
h1:before {
  background: #e86364;
  content: "";
  display: block;
  position: absolute;
  bottom: -4.4px;
  bottom: -0.5rem;
  left: 0;
  width: 44px;
  width: 5rem;
  height: 1.76px;
  height: 0.2rem;
}
h2 {
  color: #1F3D5E;
  font-size: 26.4px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.14;
  margin: 26.4px 0 13.2px;
  margin: 3rem 0 1.5rem;
  font-weight: 600;
}
h3 {
  color: #1F3D5E;
  font-size: 19.36px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 26.4px 0 13.2px;
  margin: 3rem 0 1.5rem;
  text-transform: uppercase;
}
h4 {
  color: #32667b;
  font-size: 14.96px;
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 17.6px 0 6.6px;
  margin: 2rem 0 0.75rem;
}
h5 {
  font-size: 15.84px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 15.84px;
  line-height: 1.8rem;
  margin: 17.6px 0 6.6px;
  margin: 2rem 0 0.75rem;
}
h6 {
  font-size: 15.84px;
  font-size: 1.8rem;
  line-height: 15.84px;
  line-height: 1.8rem;
  margin: 17.6px 0 6.6px;
  margin: 2rem 0 0.75rem;
}
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 13.2px;
  margin: 0 0 1.5rem;
}
pre {
  margin: 13.2px 0;
  margin: 1.5rem 0;
}
address {
  color: #888;
}
blockquote {
  font-size: 14.96px;
  font-size: 1.7rem;
  font-style: italic;
  margin: 26.4px 0;
  margin: 3rem 0;
  padding: 13.2px 35.2px;
  padding: 1.5rem 4rem;
  position: relative;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote:before,
blockquote:after {
  content: "“";
  color: #8aa9b2;
  font-size: 35.2px;
  font-size: 4rem;
  float: left;
  line-height: 1;
}
blockquote:before {
  margin: 0 0 0 -26.4px;
  margin: 0 0 0 -3rem;
}
blockquote:after {
  content: "„";
  float: right;
  margin: -79.2px -26.4px 0 0;
  margin: -9rem -3rem 0 0;
}
blockquote small,
blockquote cite {
  font-size: 12.32px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
}
blockquote small {
  display: block;
  text-align: right;
}
blockquote cite {
  color: #e86364;
}
blockquote small + p {
  margin-top: 26.4px;
  margin-top: 3rem;
}
sub {
  font-feature-settings: subs;
  font-variant-position: sub;
}
sup {
  font-feature-settings: sups;
  font-variant-position: super;
}
/**
 * Code samples
 */
pre,
code,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}
.subhead {
  color: #686868;
  font-family: 'source-sans-pro', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: .75em;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 .8em;
  text-transform: uppercase;
}
.subtitle {
  font-size: 17.6px;
  font-size: 2rem;
  font-style: italic;
}
.intro {
  margin: 0 0 26.4px;
  margin: 0 0 3rem;
}
.meta {
  color: #888;
  font-family: 'source-sans-pro', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.at,
.assistivetext,
[class*=" icon-"] + span,
[class^="icon-"] + span,
.mcgyver svg.icon + span {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/* Utility classes */
.a--left {
  float: left;
  margin-right: 17.6px;
  margin-right: 2rem;
}
.a--right {
  float: right;
  margin-left: 17.6px;
  margin-left: 2rem;
}
.a--left,
.a--right {
  max-width: 32%;
}
.hightlight {
  background: #f2f4f4;
  display: block;
  border-left: 4px solid #e86364;
  margin: 13.2px 0;
  margin: 1.5rem 0;
  padding: 13.2px 17.6px;
  padding: 1.5rem 2rem;
  position: relative;
}
.hightlight > *:last-child {
  margin-bottom: 0;
}
.hightlight:before,
.hightlight:after {
  background: #f2f4f4;
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  position: absolute;
  top: 16px;
  left: -4px;
}
.hightlight:after {
  top: 22px;
  height: 4px;
}
@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 'source-sans-pro', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    line-height: 14pt;
    margin: 0;
    padding: 0 28pt;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'source-sans-pro', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    page-break-after: avoid;
  }
  #map {
    position: relative !important;
  }
  #map .ol-viewport {
    position: relative !important;
  }
  #map .overlay-visible {
    display: none !important;
  }
  #map .ol-scale-line {
    max-width: 90px;
    position: absolute !important;
  }
  #map .ol-overlaycontainer-stopevent .ol-overlay-container {
    position: absolute !important;
  }
  #map .ol-overlaycontainer-stopevent .ol-overlay-container .ol-zoom,
  #map .ol-overlaycontainer-stopevent .ol-overlay-container .ol-rotate,
  #map .ol-overlaycontainer-stopevent .ol-overlay-container .ol-full-screen {
    display: none;
  }
}
/**
 * Palm/Standing devices settings and styles
 */
@media (min-width: 20em) {
  @font-face {
    font-family: coves;
    font-style: normal;
    font-weight: 300;
    src: url('//cdn.public.lu/fonts/coves/coves-n3.woff') format('woff'), url('//cdn.public.lu/fonts/coves/coves-n3.woff2') format('woff2');
  }
  @font-face {
    font-family: coves;
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.public.lu/fonts/coves/coves-n7.woff') format('woff'), url('//cdn.public.lu/fonts/coves/coves-n7.woff2') format('woff2');
  }
  @font-face {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-n4.woff') format('woff'), url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-n4.woff2') format('woff2');
  }
  @font-face {
    font-family: source-sans-pro;
    font-style: italic;
    font-weight: 400;
    src: url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-i4.woff') format('woff'), url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-i4.woff2') format('woff2');
  }
  @font-face {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 600;
    src: url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-n6.woff') format('woff'), url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-n6.woff2') format('woff2');
  }
  @font-face {
    font-family: source-sans-pro;
    font-style: italic;
    font-weight: 600;
    src: url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-i6.woff') format('woff'), url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-i6.woff2') format('woff2');
  }
  @font-face {
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-n7.woff') format('woff'), url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-n7.woff2') format('woff2');
  }
  @font-face {
    font-family: source-sans-pro;
    font-style: italic;
    font-weight: 700;
    src: url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-i7.woff') format('woff'), url('//cdn.public.lu/fonts/source-sans-pro/source-sans-pro-i7.woff2') format('woff2');
  }
  .g {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .g::before,
  .g::after {
    content: '';
    display: table;
  }
  .g::after {
    clear: both;
  }
  .gu {
    box-sizing: border-box;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .palm-full {
    width: 100%;
  }
  .page-header {
    color: #000;
    position: relative;
    z-index: 10;
  }
  .page-header:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    border-bottom: 3px solid #1d336a;
    background: #f0f8ff;
  }
  .page-title {
    display: none;
  }
  .page-logo {
    margin: 0;
    padding: 1.5rem 2rem;
    text-align: center;
  }
  .page-logo a {
    display: block;
    font-family: 'source-sans-pro', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: #fff;
  }
  .page-logo a:hover,
  .page-logo a:focus,
  .page-logo a:visited {
    color: #fff;
    text-decoration: none;
  }
  .page-logo img {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  .page-logo .header-title {
    display: none;
  }
  #headernav-title {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .page-langs {
    margin: 0 2rem;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 7rem;
  }
  .page-langs h2 {
    display: none;
  }
  .page-langs img {
    display: block;
    margin: auto;
  }
  .page-langs ul {
    left: 50%;
    width: 100%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
  }
  .page-langs li {
    list-style: none;
    display: inline-block;
    margin: 2rem 0;
  }
  .page-langs li:first-child {
    padding-left: 0;
  }
  .page-langs li:before {
    display: none;
  }
  .page-langs li a,
  .page-langs li span {
    padding: 1rem;
    border-radius: 100%;
    box-sizing: border-box;
    background: none;
  }
  .page-langs li span {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    background: #1d336a;
    color: #fff;
  }
  .page-langs li span.is--active {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static !important;
    width: auto;
  }
  .page-langs li a {
    color: #000;
  }
  .page-langs li a span {
    display: none;
  }
  .page-langs li a:hover,
  .page-langs li a:focus {
    background: #1d336a;
    border-radius: 100%;
    color: #fff;
    text-decoration: none;
  }
  .page-langs li .lang:after {
    content: attr(lang);
    text-transform: uppercase;
    height: 2rem;
    width: 2rem;
    display: inline-block;
  }
  .page-footer {
    background: #CCCCCC;
    color: #fff;
  }
  .page-footer li:before {
    display: none;
  }
  .page-footer li {
    padding: 1.5rem 2rem;
  }
  .page-footer a {
    color: inherit;
  }
  .page-footernav .nav--support {
    background: #1d336a;
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    margin-bottom: 0;
  }
  .page-footernav .nav--support a {
    padding: 1rem;
  }
  .page-footernav .nav--support a:hover,
  .page-footernav .nav--support li.nav--activeitem a {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
  }
  .page-footernav .nav--support a:focus {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: underline;
  }
  .page-footernav .nav--support.nav {
    border-top: none;
  }
  .page-footernav .nav--support .nav-item-about a:after {
    content: url('../img/css/eidas-footer.png');
    margin-left: 0.5rem;
    position: relative;
    top: 0.5rem;
  }
  .matricule {
    padding: 2rem 4rem;
    margin: 2rem 0;
    display: inline-block;
    background: #009245;
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
  }
  .page--step-1 .breadcrumbsOrdered {
    display: none;
  }
  .page--step-1 .select-country {
    position: relative;
  }
  .page--step-1 .select-country img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
  }
  .page--step-2 .left-side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .page--step-2 figure {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
  }
  .page--step-2 figure a {
    min-height: 175px;
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #1d336a;
    border-radius: 10px;
    position: relative;
    height: 100%;
    box-shadow: 7px 5px 0px -2px rgba(0, 0, 0, 0.1);
  }
  .no-flexwrap .page--step-2 figure a {
    display: block;
  }
  .page--step-2 figure a:hover,
  .page--step-2 figure a:focus {
    background: #1d336a;
    box-shadow: none;
  }
  .page--step-2 figure a:hover .figure-title,
  .page--step-2 figure a:focus .figure-title {
    color: #fff;
  }
  .page--step-2 figure .figure-title {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #1d336a;
    width: 100%;
    text-align: center;
  }
  .page--step-2 figure img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
  .page--step-2 .luxtrust a:hover,
  .page--step-2 .luxtrust a:focus {
    background: url('../img/samples/authentification/luxtrust-white.png') no-repeat center center, #1d336a;
    background-size: calc(100% - 6rem) auto;
  }
  .page--step-2 .luxtrust a:hover img,
  .page--step-2 .luxtrust a:focus img {
    visibility: hidden;
  }
  .page--valid .page-text > h2,
  .page--invalid .page-text > h2 {
    margin: 2rem 0;
  }
  .page--valid .breadcrumbsOrdered,
  .page--invalid .breadcrumbsOrdered,
  .page--demande .breadcrumbsOrdered,
  .page--eid-details .breadcrumbsOrdered,
  .page--immatricule .breadcrumbsOrdered,
  .page--valid .breadcrumbs-title,
  .page--invalid .breadcrumbs-title,
  .page--demande .breadcrumbs-title,
  .page--eid-details .breadcrumbs-title,
  .page--immatricule .breadcrumbs-title {
    display: none;
  }
  .page--valid .page-text > *:first-child,
  .page--invalid .page-text > *:first-child,
  .page--demande .page-text > *:first-child,
  .page--eid-details .page-text > *:first-child,
  .page--immatricule .page-text > *:first-child {
    margin-top: 0;
  }
  .page--step-1 .nav--support,
  .page--demande .nav--support {
    padding-top: 9rem;
  }
  .page--step-1 .nav--support:before,
  .page--demande .nav--support:before {
    content: '';
    background: url('../img/css/comission-en.png') no-repeat center center, #CCCCCC;
    position: absolute;
    top: 0;
    height: 8rem;
    left: 0;
    right: 0;
    background-size: 80% auto;
  }
  html[lang="fr"] .page--step-1 .nav--support:before,
  html[lang="fr"] .page--demande .nav--support:before {
    background: url('../img/css/comission-fr.png') no-repeat center center, #CCCCCC;
  }
  html[lang="de"] .page--step-1 .nav--support:before,
  html[lang="de"] .page--demande .nav--support:before {
    background: url('../img/css/comission-de.png') no-repeat center center, #CCCCCC;
  }
}
@media (min-width: 20em) and (max-width: 44.99em) {
  .palm-w1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .palm-w2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .palm-w3 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .palm-w4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 20em) and (max-width: 44.99em) {
  .palm-s1 {
    margin-left: 25%;
  }
  .palm-s2 {
    margin-left: 50%;
  }
  .palm-s3 {
    margin-left: 75%;
  }
}
@media (min-width: 20em) and (min-width: 450px) {
  .page--step-2 figure {
    width: 50%;
  }
}
@media (min-width: 20em) and (min-width: 402px) {
  .page--step-1 .nav--support:before,
  .page--demande .nav--support:before {
    background-size: auto;
  }
}
/**
 * Lap/Standing devices settings and styles
 */
@media (min-width: 45em) {
  .lap-full {
    float: none;
    width: auto;
  }
  body > .page {
    overflow: hidden;
  }
  .page-logo {
    padding: 0 2rem;
  }
  .page-header {
    min-height: 140px;
    box-sizing: border-box;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-langs {
    min-width: 160px;
    position: absolute;
    right: 1rem;
    bottom: 0;
  }
  .page-langs img {
    max-width: 160px;
    max-height: 115px;
  }
  .page .page-main {
    padding-bottom: 50px;
    margin-top: 5rem;
  }
  .page .page--step-1  {
    padding-bottom: 130px;
  }
  .page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0;
    position: relative;
  }
  .no-flexwrap .page-header {
    display: table;
    width: 100%;
  }
  .no-flexwrap .page-header .page-logo,
  .no-flexwrap .page-header .page-headernav {
    display: table-cell;
  }
  .page-logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .page-footernav .nav--support {
    clear: both;
    text-align: center;
    margin-top: 0;
  }
  .page-footernav .nav--support li {
    display: inline-block;
  }
  .page-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
  .page--step-2 figure {
    width: 50%;
  }
  .page--step-3 .page-text {
    margin: 0 5rem;
  }
  .page--step-3 .part {
    margin: 3rem 0;
  }
  .page--step-3 .field {
    margin: 0 0 0.35rem;
  }
  .page--step-3 .part:first-child {
    margin-top: 0;
  }
  .page--step-3 .part:first-child h3 {
    margin-top: 0;
  }
  .page--step-5 form,
  .page--resume form,
  .page--step-5 .actions,
  .page--resume .actions {
    margin: 0 5rem;
  }
  .page--valid .page-text > h2,
  .page--invalid .page-text > h2 {
    margin: 2rem 0;
  }
  .page--valid .page-text > h2:after,
  .page--invalid .page-text > h2:after {
    margin-left: 2rem;
  }
  .page--valid,
  .page--demande,
  .page--eid-details,
  .page--immatricule,
  .page.page--step-1 {
    padding-bottom: 130px;
  }
}
@media (min-width: 45em) and (max-width: 61.49em) {
  .lap-w1 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .lap-w2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .lap-w3 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%;
  }
  .lap-w4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .lap-w5 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%;
  }
  .lap-w6 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .lap-w7 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%;
  }
  .lap-w8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 45em) and (max-width: 61.49em) {
  .lap-s1 {
    margin-left: 12.5%;
  }
  .lap-s2 {
    margin-left: 25%;
  }
  .lap-s3 {
    margin-left: 37.5%;
  }
  .lap-s4 {
    margin-left: 50%;
  }
  .lap-s5 {
    margin-left: 62.5%;
  }
  .lap-s6 {
    margin-left: 75%;
  }
  .lap-s7 {
    margin-left: 87.5%;
  }
}
/**
 * Desk/Sitting devices settings and styles
 */
@media (min-width: 61.5em) {
  .desk-full {
    float: none;
    width: auto;
  }
  .desk-w1 {
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
    width: 6.25%;
  }
  .desk-w2 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .desk-w3 {
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
    width: 18.75%;
  }
  .desk-w4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .desk-w5 {
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
    width: 31.25%;
  }
  .desk-w6 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 37.5%;
  }
  .desk-w7 {
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
    width: 43.75%;
  }
  .desk-w8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .desk-w9 {
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
    width: 56.25%;
  }
  .desk-w10 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    width: 62.5%;
  }
  .desk-w11 {
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
    width: 68.75%;
  }
  .desk-w12 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
  }
  .desk-w13 {
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
    width: 81.25%;
  }
  .desk-w14 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
    width: 87.5%;
  }
  .desk-w15 {
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
    width: 93.75%;
  }
  .desk-w16 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .desk-s1 {
    margin-left: 6.25%;
  }
  .desk-s2 {
    margin-left: 12.5%;
  }
  .desk-s3 {
    margin-left: 18.75%;
  }
  .desk-s4 {
    margin-left: 25%;
  }
  .desk-s5 {
    margin-left: 31.25%;
  }
  .desk-s6 {
    margin-left: 37.5%;
  }
  .desk-s7 {
    margin-left: 43.75%;
  }
  .desk-s8 {
    margin-left: 50%;
  }
  .desk-s9 {
    margin-left: 56.25%;
  }
  .desk-s10 {
    margin-left: 62.5%;
  }
  .desk-s11 {
    margin-left: 68.75%;
  }
  .desk-s12 {
    margin-left: 75%;
  }
  .desk-s13 {
    margin-left: 81.25%;
  }
  .desk-s14 {
    margin-left: 87.5%;
  }
  .desk-s15 {
    margin-left: 93.75%;
  }
  body > .page {
    overflow: hidden;
  }
  .page-header,
  .page-footer,
  .page-main {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .page-header {
    background: none;
    position: relative;
    text-align: left;
    display: block;
    padding: 2rem;
    box-sizing: border-box;
  }
  .page-header:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500rem;
    right: -500rem;
    content: '';
    z-index: -1;
    border-bottom: 3px solid #1d336a;
  }
  .page-footernav .nav--support:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500rem;
    right: -500rem;
    background: #1d336a;
    content: '';
    z-index: -1;
  }
  .page-logo {
    display: inline;
    vertical-align: middle;
    padding: 0;
  }
  .page-logo img {
    margin: 0;
  }
  .page .page-main {
    padding-bottom: 50px;
  }
  .page--step-1 .page-text,
  .page--step-3 .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .page--step-1 .page-text .form-actions,
  .page--step-3 .part .form-actions {
    margin-top: 2rem;
  }
  .page--step-2 figure a {
    height: 175px;
  }
  .page--step-2 .luxtrust a:hover,
  .page--step-2 .luxtrust a:focus {
    background-size: calc(100% - 6rem) auto;
  }
  .page--step-3 h3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page--valid .nav--support:before,
  .page--invalid .nav--support:before,
  .page--demande .nav--support:before,
  .page--eid-details .nav--support:before,
  .page--immatricule .nav--support:before,
  .page.page--step-1 .nav--support:before {
    left: -500rem;
    right: -500rem;
  }
}
.page-title {
  padding: 13.2px 17.6px;
  padding: 1.5rem 2rem;
  margin: 0 0 13.2px;
  margin: 0 0 1.5rem;
}
.page-title h1 {
  margin: 0;
}
.page-title h1 + .search {
  margin-top: 17.6px;
  margin-top: 2rem;
}
.page-main {
  display: block;
  padding: 13.2px 17.6px;
  padding: 1.5rem 2rem;
}
.page-metas {
  color: #888;
  padding: 13.2px 17.6px;
  padding: 1.5rem 2rem;
}
@media (min-width: 45em) {
  .page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 1.5rem;
  }
  .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-text {
    -ms-flex: 7;
    flex: 7;
  }
}
@media (min-width: 61.5em) {
  .page-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-localnav,
  .page-text,
  .page-secondary {
    padding: 0 2rem;
  }
  .page-text {
    -ms-flex: 7;
    flex: 7;
    padding-left: 0;
  }
  .page-text > *:first-child {
    margin-top: 0;
  }
}
.page--contact .field-mandatory {
  margin: 8.8px 0;
  margin: 1rem 0;
}
.page--contact .message textarea {
  max-width: none;
}
.page--contact .field {
  display: block;
}
.field {
  -ms-flex-direction: column;
  flex-direction: column;
}
.category-value {
  font-weight: bold;
}
@media (min-width: 45em) {
  .field {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .category-name {
    width: 60%;
  }
  .category-value {
    width: 40%;
  }
}
@media (min-width: 61.5em) {
  .category-name {
    width: 60%;
  }
  .category-value {
    font-weight: bold;
  }
}
@media (min-width: 45em) {
  .container {
    margin: 3rem 5rem;
  }
  .page--demande .container,
  .page--immatricule .container,
  .page--eid-details .container {
    margin: 3rem 0;
  }
  .page--demande .container .actions,
  .page--immatricule .container .actions,
  .page--eid-details .container .actions {
    text-align: center;
  }
  .page--step-5 .left-side {
    margin-bottom: 6rem;
  }
  .left-side > *:first-child {
    margin-top: 0;
  }
}
@media (min-width: 61.5em) {
  .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .left-side,
  .right-side {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .left-side > *:first-child,
  .right-side > *:first-child {
    margin-top: 0;
  }
  .left-side {
    margin-right: 5%;
    max-width: 45%;
  }
  .page--step-5 .left-side {
    margin-bottom: 0;
  }
  .right-side {
    margin-left: 5%;
  }
  .no-flexwrap  .left-side,
  .no-flexwrap  .right-side {
    width: 45%;
    display: table-cell;
  }
  .no-flexwrap  .left-side {
    padding-right: 5%;
  }
}
.sitemap-section + .sitemap-section {
  border-top: 1px solid #ddd;
  padding-top: 26.4px;
  padding-top: 3rem;
  margin-top: 26.4px;
  margin-top: 3rem;
}
.sitemap-section h2:first-child,
.sitemap-section h2 + h2 {
  margin-top: 0;
}
.breadcrumbs-title {
  color: #1F3D5E;
  font-size: 26.4px;
  font-size: 3rem;
  font-weight: 600;
  margin: 8.8px 0 8.8px 0;
  margin: 1rem 0 1rem 0;
}
.breadcrumbsOrdered {
  border-radius: 10px;
  margin-bottom: 44px;
  margin-bottom: 5rem;
  display: -ms-flexbox;
  display: flex;
}
.no-flexwrap .breadcrumbsOrdered {
  display: table;
  width: 100%;
}
.breadcrumbsOrdered--items {
  width: 25%;
  padding: 0;
  position: relative;
  color: #333333;
  display: block;
  text-align: center;
  box-sizing: border-box;
  background: #E6E6E6;
  padding-left: 17.6px;
  padding-left: 2rem;
}
.no-flexwrap .breadcrumbsOrdered--items {
  display: table-cell;
  width: 24%;
  height: 100%;
}
.no-flexwrap .breadcrumbsOrdered--items:before,
.no-flexwrap .breadcrumbsOrdered--items:after {
  display: none;
}
.breadcrumbsOrdered--items:before {
  content: '';
  position: absolute;
  left: 3.52px;
  left: 0.4rem;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 17.6px solid #fff;
  border-left: 2rem solid #fff;
  border-top: 28.38px solid transparent;
  border-top: 3.225rem solid transparent;
  border-bottom: 28.38px solid transparent;
  border-bottom: 3.225rem solid transparent;
}
.breadcrumbsOrdered--items:after {
  content: '';
  position: absolute;
  right: calc(-1.9rem);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 17.6px solid #fff;
  border-left: 2rem solid #fff;
  border-top: 28.38px solid transparent;
  border-top: 3.225rem solid transparent;
  border-bottom: 28.38px solid transparent;
  border-bottom: 3.225rem solid transparent;
  z-index: 2;
}
.breadcrumbsOrdered--items:after {
  border-left-color: #E6E6E6;
}
.breadcrumbsOrdered--items:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.breadcrumbsOrdered--items:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.breadcrumbsOrdered--items:first-child:before,
.breadcrumbsOrdered--items:last-child:after {
  display: none;
}
.breadcrumbsOrdered--items:first-child {
  padding-left: 0;
}
.breadcrumbsOrdered--items.status--is-active {
  background: #1d336a;
  color: #fff;
  outline: none;
}
.breadcrumbsOrdered--items.status--is-active:after {
  border-left-color: #1d336a;
}
.breadcrumbsOrdered--items.status--is-done {
  background: #56777C;
  color: #fff;
}
.breadcrumbsOrdered--items.status--is-done:after {
  border-left-color: #56777C;
}
.breadcrumbsOrdered--step {
  font-size: 37.84px;
  font-size: 4.3rem;
  font-weight: bold;
}
.breadcrumbsOrdered--description {
  display: none;
}
@media (min-width: 61.5em) {
  .breadcrumbsOrdered {
    margin: 2rem 0;
    margin-bottom: 3rem;
  }
  .breadcrumbsOrdered--items {
    padding: 1rem 3rem;
    padding-left: 4rem;
    padding-left: 5rem;
  }
  .breadcrumbsOrdered--items:before {
    content: '';
    position: absolute;
    left: 0.4rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 4rem solid #fff;
    border-top: 6.9rem solid transparent;
    border-bottom: 6.9rem solid transparent;
  }
  .breadcrumbsOrdered--items:after {
    content: '';
    position: absolute;
    right: calc(-3.9rem);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 4rem solid #fff;
    border-top: 6.9rem solid transparent;
    border-bottom: 6.9rem solid transparent;
    z-index: 2;
  }
  .breadcrumbsOrdered--items:after {
    border-left-color: #E6E6E6;
  }
  .breadcrumbsOrdered--description {
    display: block;
    font-size: 1.8rem;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
@media (min-width: 1280px) {
  .breadcrumbsOrdered--items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 3.1rem;
    padding-left: 4rem;
  }
  .breadcrumbsOrdered--items:before {
    content: '';
    position: absolute;
    left: 0.4rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 3.1rem solid #fff;
    border-top: 4.25rem solid transparent;
    border-bottom: 4.25rem solid transparent;
  }
  .breadcrumbsOrdered--items:after {
    content: '';
    position: absolute;
    right: calc(-3rem);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 3.1rem solid #fff;
    border-top: 4.25rem solid transparent;
    border-bottom: 4.25rem solid transparent;
    z-index: 2;
  }
  .breadcrumbsOrdered--items:after {
    border-left-color: #E6E6E6;
  }
  .breadcrumbsOrdered--step {
    margin-right: 2%;
    width: 15%;
  }
  .breadcrumbsOrdered--description {
    display: inline-block;
    font-size: 1.8rem;
    text-align: left;
    width: 80%;
    line-height: 1.2;
  }
}
.dropdown {
  border: 1px solid #ddd;
  width: 100%;
  margin: 0;
  vertical-align: top;
  position: relative;
  padding-right: 44px;
  padding-right: 5rem;
  box-sizing: border-box;
}
.dropdown:hover,
.dropdown:focus {
  border-color: #000;
}
.dropdown:after {
  background: url('../img/layout/details-arrows.png') no-repeat 0 0 transparent;
  content: '';
  display: inline-block;
  position: absolute;
  width: 14.08px;
  width: 1.6rem;
  height: 12.32px;
  height: 1.4rem;
  top: 55%;
  transform: translateY(-50%);
  right: 17.6px;
  right: 2rem;
}
.dropdown.is-open:after {
  background-position: -14px 0;
}
.dropdown.is-open .menu {
  position: absolute;
  top: 100%;
  left: -0.88px;
  left: -0.1rem;
  right: -0.88px;
  right: -0.1rem;
  background: #fff;
  z-index: 1;
  border: 1px solid #ddd;
}
.dropdown.is-open .menu li {
  display: block;
  padding: 8.8px 0 8.8px 13.2px;
  padding: 1rem 0 1rem 1.5rem;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.dropdown.is-open .menu li:hover,
.dropdown.is-open .menu li:focus {
  border-color: #000;
}
.dropdown li {
  display: none;
}
.dropdown li + li {
  border-top: 1px solid #ddd;
}
.dropdown img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 17.6px;
  margin-right: 2rem;
}
.dropdown .country-label {
  display: inline-block;
  margin: 0;
}
.dropdown .country-flag {
  box-shadow: 0 0 0 1px black;
}
.dropdown .menu {
  margin: 0;
  max-height: 250px;
  overflow-y: auto;
}
.dropdown .menu li:before {
  display: none;
}
.dropdown .country {
  padding: 8.8px 0 8.8px 13.2px;
  padding: 1rem 0 1rem 1.5rem;
}
.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 img {
  border: 0;
  display: block;
  height: 40px;
  padding: 3px 8px;
}
@media (min-width: 720px) {
  .govbar img {
    float: right;
  }
}
.saml-error {
  font-family: 'Courier New', monospace;
  font-size: 80%;
  padding: 0 0 0 13.2px;
  padding: 0 0 0 1.5rem;
  word-wrap: break-word;
}