@charset "UTF-8";
@font-face {
  font-family: "Jackwrite";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(fonts/JackwriteThin.woff2);
}
@font-face {
  font-family: "Jackwrite";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/Jackwrite.woff2);
}
@font-face {
  font-family: "Jackwrite";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(fonts/JackwriteBold.woff2);
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-device-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   END OF HTML5_BOILERPLATE
   ========================================================================== */
/* -----------------------------------
   Additional Defaults
   Colin Foster
   v1.7.1 2022-05-05
   ----------------------------------- */
html {
  font-size: 0.625em;
}

/* Assuming 16px browser default, this is now 10px */
body {
  font-size: 1.6rem;
}

/* Reset to 16px. Easier to use because 16px == 1.6rem. */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td {
  vertical-align: top;
}

table td.numeric {
  text-align: right;
}

table thead td,
table tbody td.heading {
  font-weight: bold;
}

ol li {
  margin-left: 1.6rem;
  list-style-type: decimal;
  list-style-position: outside;
}

ul li {
  margin-left: 1.6rem;
  list-style-type: disc;
  list-style-position: outside;
}

blockquote {
  margin-left: 2rem;
  margin-right: 2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, blockquote {
  margin: 0 0 0.8em 0;
}

i {
  font-style: normal;
}

img {
  height: auto;
  max-width: 100%;
}

span.nb {
  dispay: inline-block;
}

fieldset {
  border: 1px solid black;
}

fieldset legend {
  padding: 0 10px 0 10px;
  margin-left: 10px;
}

button {
  border: none;
  cursor: pointer;
}

input, textarea, select, button {
  padding: 2px;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

abbr, abbr[title], acronym {
  border-bottom: 1px dotted black;
  text-decoration: none;
  cursor: help;
}

header, footer, nav, article, section, div {
  box-sizing: border-box;
}

/* ----------------------------------- */
/* Commonly used classes               */
/* ----------------------------------- */
/* For use with inline images */
img.left {
  float: left;
  display: inline;
  margin: 5px 10px 5px 0;
}

img.right {
  float: right;
  display: inline;
  margin: 5px 0 5px 10px;
}

.eml {
  cursor: pointer;
}

/* Screen-Reader Text */
.srt {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
}

noscript.no_js {
  width: 100%;
  padding: 10px 20px 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  text-align: center;
  color: white;
  background: #dd4444;
  z-index: 1000;
}

noscript.inline {
  display: inline-block;
  background: #dd4444;
  color: white;
}

#show_dev {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 5px 10px;
  border-radius: 4px 0 0 0;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #0000cc;
}

input::-ms-clear {
  display: none;
}

.show_layout > * {
  background-color: rgba(255, 0, 0, 0.2);
}

.show_layout > * > * {
  background-color: rgba(0, 255, 0, 0.2);
}

.show_layout > * > * > * {
  background-color: rgba(0, 0, 255, 0.2);
}

.show_layout > * > * > * > * {
  background-color: rgba(255, 0, 255, 0.2);
}

.show_layout > * > * > * > * > * {
  background-color: rgba(0, 255, 255, 0.2);
}

.show_layout > * > * > * > * > * > * {
  background-color: rgba(255, 255, 0, 0.2);
}

/* ==========================================================================
   END OF CC_DEFAULTS
   ========================================================================== */
#cc_msg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

#cc_msg div.dialog {
  width: 400px;
  max-width: 90%;
  padding: 12px 12px 12px 12px;
  margin: 0 auto 0 auto;
  position: relative;
  top: -500px;
  border-radius: 0 0 5px 5px;
  text-align: left;
  color: #444444;
  background: white;
}

#cc_msg.not_modal {
  height: auto;
  background: none;
}

#cc_msg.not_modal div.dialog {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}

#cc_msg div.controls {
  text-align: right;
}

#cc_msg div.controls a.close {
  height: 20px;
  line-height: 20px;
  padding: 1px 5px 1px 5px;
  border: 1px solid #666666;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  color: #555555;
  background: #f8f8f8;
  /*	visibility: hidden; */
}

#cc_msg div.controls a.close:hover {
  background: #f0f0f0;
}

#cc_msg div.controls a.close:active {
  position: relative;
  top: 1px;
  left: 1px;
  box-shadow: none;
  background: #e0e0e0;
}

#cc_msg div.body {
  min-height: 40px;
  max-height: 400px;
  margin-bottom: 8px;
  overflow: auto;
  font-size: 16px;
}

#cc_msg div.body div.msg {
  min-height: 24px;
  padding: 5px 5px 5px 40px;
  position: relative;
}

#cc_msg div.body div.msg:nth-child(even) {
  background: #f2f2f2;
}

#cc_msg div.msg i {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAADICAMAAACd6EL8AAAC7lBMVEUAAACIhFOzOh+dtJPhW1uhvo5ZfG5+ZyPTKytWdTp9AADyx1+ww5hnhD8vVZHmwWrlsC/0znORbRWtAABLZzOpyI04UnqOaxXwvULtvUrbPj6ds9B6AACVu3OdwH14o1LSERFTcTigwoFIapuFsF5KZTLfUVGlxYeGAACEr1yHZRTGBga0hxuJAADhV1earsX0zG2jqqaRbRY+WmNlkNBRgcnvuDQuSnVvl0uZrMGty5J9AADapCF1i6JAWoCrt8HgVVWdpqa0hxtpibRHYIOYchedAADxwlE0UHrssibMBASgAABtlElUc52XpKpXgr/0zW+heRjbOjrUnyBPbDXXoiHdRETfUVG4ihyaAACAotPzyWU8XIvhWVldfz7WHx98AAB9ncrbODhbhcHvujqxAADzyWZegD8zSmzyx19sj7/TERFrkMOgwoHVHBy6jBx3m9Dyx2CuucDQAQHtsiT///9/rVZHf9iCr1pOhNrutjBFfdTTDAx7p1OHsmDLAABUidvqsCPlrCLFAACLtWa+AAB3olFDes/vujnUFhbZMTHWHx9ajNxCd8ngqCKQuGxznU7YKChwmEzapCFjk95AdMXvvEA+cL9olt+oAACewX7zymalxYiTunGFquV/puS3AAB4oeNkiENWdjo9bbk4Zaw2YaXVnyCSAAByneJekN06abMyWZj0zW/yxl1cfT6yAACfAACXvHXxxFbwvkWtghovVI/xwk/bNjaVcBaJAABtmuDdRUVgg0GKZxSZAACtypKav3lsk0nPmx+0hxv2zMy8jRx5AADfTk7cPj5RbzefdxipyI3wwEqBAAA0Xp8tUIihw4NqkEf5+/zgVVWtAADLmB+lfBnAkB32+fEpSHtnjUbFlB711ooqTIKXt+mMr+ROajRLZjNIYjHIlh7t8vzP3vXD1fOnwu3w9eji7dnZ58354ava5fi0y+++1anka2vL3rq10J3slpbF2rPS4sPj7Pn78NP325n00XzlcUQcAAAAc3RSTlMACxET/i0dJCBjWzBEOy4cO+HPa7+biYl6XzTx8Z6DfHd2Zujh29LBt7WynJWOioJ0ZVhHQfzy8Ora08rIvrm4qJp2cmPu7OPg39zazMu0rqynoqGDfnliUTr78+vp493b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");
}

#cc_msg div.msg.okay i {
  background-position: left 0;
}

#cc_msg div.msg.note i {
  background-position: left -25px;
}

#cc_msg div.msg.warn i {
  background-position: left -50px;
}

#cc_msg div.msg.error i {
  background-position: left -75px;
}

#cc_msg div.msg.error {
  color: #990000;
}

/* rgb(140,0,20) Miele Red */
/* rgba(0,0,0,0.85); */
/* rgba(0,0,0,0.30); */
/* rgb(245,155,0) Miele Yellow */
/* Easily switch between max-width and max-device-width */
/*
$m_media_label: max-device-width;
$d_media_label: min-device-width;
*/
/* ------- */
/* BUTTONS */
/* ------- */
h1 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #444444;
}

h1 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}

h1 + div.subtitle {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
}

h2 {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #444444;
}

h3 span {
  padding-right: 0.2em;
  font-weight: noraml;
  font-style: italic;
  color: #444444;
}

article a {
  text-decoration: underline;
}

article a:hover {
  color: black;
}

sup {
  display: inline-block;
  position: relative;
  top: -0.45em;
  font-size: 0.6em;
  line-height: 1em;
  font-style: italic;
  text-transform: none;
}

button,
a.button,
input[type=button] {
  border-radius: 0;
  display: inline-block;
  padding: 10px 12px 7px 12px;
  border: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  color: white;
  background: #444444;
  cursor: pointer;
}

a.button:hover,
article a.button:hover {
  text-decoration: none;
  color: white;
}

button,
a.button {
  padding-left: 25px;
  background: #444444 no-repeat 10px 10px url(../_img/icons/chevron-right.svg);
  background-size: 10px 10px;
}

button:hover,
a.button:hover,
input[type=button]:hover {
  background-color: #770010;
}

button[disabled],
a.button.disabled,
input[disabled],
button[disabled]:hover,
a.button.disabled:hover,
input[disabled][type=button]:hover {
  opacity: 0.5;
  background-color: #444444;
  cursor: text;
}

img.bg_separation {
  background: white;
  padding: 8px;
  box-sizing: border-box;
}

/* Toggle Button */
/* Button: Toggle */
button.toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  border-radius: 16px;
  border: 1px solid #f59B00;
  background: none;
}

button.toggle:before,
button.toggle:after {
  content: "";
  width: 4px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 7px;
  border-radius: 2px;
  background: #f59B00;
  transition: height 0.6s, top 0.6s;
}

button.toggle:after {
  width: 16px;
  height: 4px;
  left: 7px;
  top: 13px;
}

body.is_mobile button.toggle,
button.toggle.small {
  height: 20px;
  width: 20px;
}

body.is_mobile button.toggle:before,
button.toggle.small:before {
  width: 2px;
  height: 10px;
  top: 5px;
  left: 9px;
}

body.is_mobile button.toggle:after,
button.toggle.small:after {
  width: 10px;
  height: 2px;
  top: 9px;
  left: 5px;
}

body.is_mobile button.toggle.tiny,
button.toggle.tiny {
  height: 14px;
  width: 14px;
}

body.is_mobile button.toggle.tiny:before,
button.toggle.tiny:before {
  width: 2px;
  height: 10px;
  top: 2px;
  left: 6px;
}

body.is_mobile button.toggle.tiny:after,
button.toggle.tiny:after {
  width: 10px;
  height: 2px;
  top: 6px;
  left: 2px;
}

body.is_mobile button.toggle.selected:before,
.selected > button.toggle.small:before,
.selected > button.toggle:before,
button.toggle.selected:before {
  height: 0;
  top: 50%;
}

/* ------- */
/* MOBILE */
/* ------- */
@media screen and (max-width: 640px) {
  /* Hambuger */
  button.hamburger {
    width: 40px;
    height: 38px;
    padding: 5px;
    margin: 0;
    display: inline-block;
    position: relative;
    overflow: visible;
    border: none;
    background: none;
  }

  button.hamburger span,
button.hamburger:before,
button.hamburger:after {
    content: "";
    height: 3px;
    width: 28px;
    overflow: visible;
    display: inline-block;
    border-radius: 2px;
    background: #444444;
    position: absolute;
    left: 7px;
    transition: 0.4s;
  }

  button.hamburger span {
    top: 17px;
  }

  button.hamburger:before {
    top: 7px;
  }

  button.hamburger:after {
    bottom: 7px;
  }
}
/* ------- */
/* DESKTOP */
/* ------- */
@media screen and (min-width: 641px) {
  h1 {
    font-size: 30px;
    line-height: 1.275em;
    margin-top: 37px;
    margin-bottom: 20px;
    text-transform: none;
  }

  h1 + div.subtitle {
    font-size: 28px;
    line-height: 1.275em;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.275em;
    font-weight: 500;
  }

  h3 {
    font-size: 22px;
    line-height: 1em;
    font-weight: 500;
  }
}
/* ==== */
/* BODY */
/* ==== */
html {
  overflow-y: scroll;
}

body {
  margin: 0 auto 0 auto;
  font-family: "Jackwrite", monospace;
  line-height: normal;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  background: white;
  color: #444444;
}

/* Page Structure */
#header > div.content,
#main > div.content,
#footer > div.content {
  max-width: 480px;
  min-width: 360px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}

#main > div.content {
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
}

/* Article */
article {
  position: relative;
}

article p,
article li {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
}

article ul,
dl.features {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 300;
}

article ul li,
dl.features dd {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 0.9em;
  line-height: 1.4em;
}

article ul li:before,
dl.features dd:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(119, 0, 16);
}

dl.features dt {
  line-height: 1.4em;
}

hr {
  content: "";
  height: 0;
  clear: both;
  display: block;
  padding-top: 25px;
  border-top: none;
  border-bottom: 1px solid rgb(119, 0, 16);
  margin: 0;
}

strong {
  font-weight: 700;
}

a,
span.eml {
  color: white;
  text-decoration: none;
}

a:hover,
span.eml:hover {
  text-decoration: underline;
}

span.break:after {
  content: ", ";
  display: inline-block;
}

/* SECTIONS */
section.title div.heading_area {
  padding-top: 39px;
  padding-bottom: 42px;
  margin-bottom: 0;
  border-bottom: 1px solid #c4c4c4;
}

section.sitemap {
  padding: 50px 0 50px 0;
  text-align: center;
}

section.sitemap ul li {
  padding: 0;
  margin-bottom: 30px;
  font-size: 26px;
}

section.sitemap ul li:before {
  display: none;
}

/* Page Layout Columns */
div.cols {
  width: calc(100% + 16px);
  position: relative;
  left: -8px;
  overflow: hidden;
  clear: both;
}

/* div.col and div.tile are expected to be immediately inside div.cols */
div.cols > div.col {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 8px 0 8px;
  margin-bottom: 8px;
}

article {
  min-height: 400px;
}

article section {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* DESKTOP */
@media screen and (min-width: 641px) {
  .desktop_inline {
    display: inline !important;
  }

  .desktop_inline_block {
    display: inline-block !important;
  }

  .desktop_block {
    display: block !important;
  }

  .desktop_hidden {
    display: none !important;
  }

  span.break:after {
    content: none;
  }

  span.break {
    display: block;
  }

  #header > div.content,
#main > div.content,
#superfooter > div.content,
#footer > div.content {
    min-width: 960px;
    max-width: 960px;
    padding-right: 24px;
    padding-left: 24px;
  }

  #superfooter {
    display: block;
  }

  #superfooter > div.content {
    margin-top: 8px;
    padding: 10px 24px 10px 24px;
    text-align: right;
    background: #4B4B4B;
  }

  div.cols {
    width: calc(100% + 24px);
    left: -12px;
  }

  /* div.col and div.tile are expected to be immediately inside div.cols */
  div.cols > div.col {
    padding: 0 12px 0 12px;
  }

  /* two-columns variations */
  div.cols_11 > div.col {
    width: 50%;
  }

  /* three-columns variations */
  div.cols_111 > div.col {
    width: 33.33%;
  }

  div.cols_12 > div.col {
    width: 66.66%;
  }

  div.cols_12 > div.col:first-child {
    width: 33.33%;
  }

  div.cols_21 > div.col {
    width: 33.33%;
  }

  div.cols_21 > div.col:first-child {
    width: 66.66%;
  }

  /* four-column variations */
  div.cols_1111 > div.col {
    width: 25%;
  }

  div.cols_112 > div.col {
    width: 25%;
  }

  div.cols_112 > div.col:last-child {
    width: 50%;
  }

  div.cols_121 > div.col {
    width: 50%;
  }

  div.cols_121 > div.col:first-child,
div.cols_121 > div.col:last-child {
    width: 25%;
  }

  div.cols_211 > div.col {
    width: 25%;
  }

  div.cols_211 > div.col:first-child {
    width: 50%;
  }

  div.cols_13 > div.col {
    width: 75%;
  }

  div.cols_13 > div.col:first-child {
    width: 25%;
  }

  div.cols_31 > div.col {
    width: 25%;
  }

  div.cols_31 > div.col:first-child {
    width: 75%;
  }
}
/* ====== */
/* HEADER */
/* ====== */
#header {
  border-bottom: 1px solid #444444;
}

nav.main {
  position: relative;
}

nav.main a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: black;
}

nav.main a:hover {
  color: #444444;
}

nav.main a.visuallyhidden:focus,
nav.main a.visuallyhidden:active {
  position: absolute;
  color: white;
}

nav.main a.logo {
  display: block;
  margin: 8px auto 0 auto;
  font-size: 48px;
  line-height: 1em;
  font-weight: bold;
  color: #444444;
}

nav.main a.logo:hover {
  color: black;
}

/* --- */
/* NAV */
/* --- */
#lang_selector a {
  line-height: 1em;
}

/* Mobile */
@media screen and (max-width: 640px) {
  nav.main a.visuallyhidden:focus,
nav.main a.visuallyhidden:active {
    left: 50px;
    top: 14px;
    font-size: 12px;
  }

  nav.main {
    height: 62px;
  }

  nav.main button.hamburger {
    position: absolute;
    right: -5px;
    top: 4px;
  }

  nav.main.active button.hamburger:before,
nav.main.active button.hamburger:after {
    top: 17px;
    bottom: auto;
    background: white;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
  }

  nav.main.active button.hamburger:after {
    transform: rotate(-45deg);
  }

  nav.main.active button.hamburger span {
    opacity: 0;
  }

  nav.main div.dropdown {
    width: 55%;
    min-width: 130px;
    display: none;
    position: absolute;
    right: 0px;
    top: 50px;
    color: #444444;
    background: #1f1f1f;
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.1);
    z-index: 1000;
  }

  nav.main div.dropdown.selected {
    display: block;
  }

  nav.main ul {
    padding: 10px;
    margin: 0;
  }

  nav.main ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  nav.main ul.menu_1 > li {
    border-bottom: 0 solid white;
  }

  nav.main a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2em;
    color: #444444;
  }

  nav.main a:hover {
    font-weight: normal;
  }

  nav.main ul.menu_1 > li a {
    display: block;
    padding: 12px 0 8px 16px;
  }

  nav.main li.selected > a:after,
nav.main li:hover > a:after {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: 0px;
    top: 14px;
    background: #444444;
  }

  nav.main li:hover > a:after {
    background: white;
  }

  #lang_selector {
    position: absolute;
    top: 12px;
    left: 0;
  }
}
/* Desktop */
@media screen and (min-width: 641px) {
  #header {
    box-sizing: border-box;
  }

  nav.main a.visuallyhidden:focus,
nav.main a.visuallyhidden:active {
    left: 0px;
    top: 24px;
  }

  nav.main button.hamburger {
    display: none;
  }

  nav.main div.dropdown {
    margin: 15px 0 0 0;
    overflow: hidden;
  }

  nav.main ul.menu_1 {
    padding: 0;
  }

  nav.main ul.menu_1 li {
    position: relative;
    margin: 0;
    float: left;
    list-style: none;
    text-align: right;
  }

  nav.main ul.menu_1 li.item_home,
nav.main ul.menu_1 li.item_accueil {
    display: none;
  }

  nav.main ul.menu_1 li:last-child {
    margin-right: 0;
  }

  nav.main ul.menu_1 li a {
    display: block;
    box-sizing: border-box;
    padding: 8px 20px 8px 0;
    margin-right: 16px;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 1em;
  }

  nav.main ul.menu_1 li a:hover,
nav.main ul.menu_1 li.selected a {
    font-weight: normal;
  }
}
/* > 640px */
/* ====== */
/* FOOTER */
/* ====== */
#footer {
  margin-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  color: white;
  border-top: 1px solid #444444;
}

#footer a {
  color: black;
}

#social {
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 1em;
}

#social a {
  display: inline-block;
  padding: 0 8px 0 8px;
}

#social img {
  width: 22px;
  height: auto;
  opacity: 0.7;
}

#social a:hover img {
  opacity: 1;
}

/* MOBILE */
@media screen and (max-width: 640px) {
  #social {
    margin-top: 15px;
  }
}
/* DESKTOP */
@media screen and (min-width: 641px) {
  #footer {
    margin-top: 4px;
    padding-bottom: 24px;
  }

  #social {
    float: left;
    margin-top: 12px;
  }

  #social a {
    padding: 0 5px 0 5px;
  }
}
section.sections {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

section.sections div {
  height: 400px;
  flex-basis: 0;
  flex-grow: 1;
  background: #444444;
  opacity: 0.3;
  transition: 0.4s;
}

section.sections div:hover {
  opacity: 0.5;
}

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