@charset "UTF-8";
/*! 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.
 */
@import url(css/flickity.css);
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; }

/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is Chrome’s per via http://stackoverflow.com/a/16094931/864799
 */
::selection {
  color: inherit;
  /* 1. */
  text-shadow: inherit;
  /* 2. */
  background-color: #ACCEF7;
  /* 3. */ }

html,
body,
table {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */ }

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  /* 1. */ }

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase;
  /* 1 */
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */ }

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0; }

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */ }

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */ }

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  /* 1. */ }

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody,
caption {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

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

:root {
  --mainColor:$black;
  --secondColor:#ccc;
  --backgroundColor:#eee;
  --mainTypo: $font;
  --secondTypo: $font2; }

.wf-loading {
  opacity: 0; }

body {
  background: var(--backgroundColor);
  color: var(--mainColor);
  font: 300 1em/1.375 var(--mainTypo);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  transition: background 0.5s ease-in-out;
  /* @include r(sm){
		font-size: 1em;
	} */ }
  @media only screen and (min-width: 64em) {
    body {
      font-size: 1.125em; } }
  @media only screen and (min-width: 75em) {
    body {
      font-size: 1.25em; } }
  @media only screen and (min-width: 90em) {
    body {
      font-size: 1.175vw; } }

a {
  color: inherit;
  text-decoration: none; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

figure {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 1.375em; }

hr {
  border: none;
  border-bottom: 1px solid #333; }

h2 {
  margin-bottom: 0; }

h1 {
  margin-top: 0.6875em;
  margin-bottom: 0.6875em; }
  h1.chapter-introduction {
    margin-top: 0; }

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

strong {
  font-weight: bold; }

p {
  margin: 0;
  max-width: 30em;
  margin-bottom: 1.375em; }
  p a {
    border-bottom: 1px solid var(--secondColor); }
    p a:hover {
      border-bottom-color: #ccc; }
  p:first-of-type {
    text-indent: 0; }

h1 {
  font-family: var(--mainTypo);
  font-weight: normal;
  font-size: 1.75em; }
  h1 .light {
    font-family: var(--secondTypo); }
  @media only screen and (min-width: 48em) {
    h1 {
      font-size: 4vw; } }
  @media only screen and (min-width: 75em) {
    h1 {
      font-size: 3vw; } }

ul, li {
  margin: 0;
  padding: 0; }

ul li {
  margin-left: 1.5em;
  list-style-type: none;
  max-width: 35em; }
  ul li:last-of-type {
    margin-bottom: 1.375em; }
  ul li:before {
    margin-left: -1.5em;
    display: inline-block;
    content: "\2022";
    color: var(--secondColor);
    margin-right: 1em;
    font-weight: bold; }
  ul li ul {
    margin-left: 1.375em; }
    ul li ul li:before {
      font-weight: 300;
      color: var(--mainColor); }

ol {
  margin-left: 1.375em;
  padding: 0;
  counter-reset: order-counter; }
  ol li {
    list-style-type: none;
    counter-increment: order-counter; }
    ol li:before {
      width: 1.375em;
      display: inline-block;
      content: counter(order-counter);
      color: var(--secondColor);
      font-weight: bold; }
    ol li ol {
      margin-left: 1.375em;
      counter-reset: nested-order-counter; }
      ol li ol li {
        counter-increment: nested-order-counter;
        list-style-type: none; }
        ol li ol li:before {
          content: counter(order-counter) "." counter(nested-order-counter);
          width: 2.0625em;
          display: inline-block; }
        ol li ol li a {
          border-bottom: var(--secondColor) 1px solid; }
          ol li ol li a:hover {
            border-bottom-color: var(--mainColor); }

::selection {
  background: #bbb;
  color: inherit; }

.site {
  padding: 2em 0;
  min-height: 100vh; }
  @media only screen and (min-width: 64em) {
    .site {
      padding: 2.5vw 2.5vw 0; } }

#page {
  background: white; }
  #page main {
    transition: opacity 400ms ease, transform 400ms ease; }
  @media only screen and (min-width: 64em) {
    #page {
      /*width:90%;
		margin-left:5%;*/ } }
  #page.slide-out main {
    opacity: 0; }

.downloads-btn {
  margin-top: -8px; }

.btn {
  background: var(--mainColor);
  color: #ffffff;
  font-size: .8em;
  padding: 2px 19px 2px 2px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 0.5em;
  transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out, transform 250ms ease, opacity 250ms ease; }
  @media only screen and (min-width: 64em) {
    .btn:first-of-type {
      margin-left: 0; } }
  .btn.secondary {
    background: var(--secondColor); }
  @media only screen and (min-width: 64em) {
    .btn {
      width: auto;
      display: inline-block;
      margin-bottom: 0;
      margin-left: 0.5em; } }

main {
  padding-top: 2em; }
  .chapters main {
    padding-top: 2em; }

.row {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.col-md-offset-0 {
  margin-left: 0; }

.grid-widget {
  display: none;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 5vw + 2rem);
  z-index: 1000; }
  .grid-widget.is-active {
    display: flex; }
  .grid-widget .row {
    width: 100%; }
  .grid-widget .col-xs-1 {
    position: relative; }
    .grid-widget .col-xs-1 span {
      background: rgba(0, 0, 0, 0.2);
      color: transparent;
      display: block;
      height: 100%;
      text-align: center; }

header {
  margin-bottom: 1.375em; }

.global-logo {
  height: 2em;
  width: auto; }

.row.chapter-block {
  margin-bottom: 1.375em;
  transition: transform 1000ms ease, opacity 1000ms;
  opacity: 1; }
  .row.chapter-block.blockAnchor {
    margin-bottom: 0;
    margin-top: 0;
    height: 0; }
    .row.chapter-block.blockAnchor.display-title {
      height: unset; }
  .row.chapter-block:first-of-type {
    margin-top: 0; }
  .slide-out .row.chapter-block {
    opacity: 0;
    transform: translateY(1em); }
  .row.chapter-block:nth-child(1) {
    transition-delay: 150ms; }
  .row.chapter-block:nth-child(2) {
    transition-delay: 300ms; }
  .row.chapter-block:nth-child(3) {
    transition-delay: 450ms; }
  .row.chapter-block:nth-child(4) {
    transition-delay: 600ms; }
  .row.chapter-block:nth-child(5) {
    transition-delay: 750ms; }
  .row.chapter-block:nth-child(6) {
    transition-delay: 900ms; }
  .row.chapter-block:nth-child(7) {
    transition-delay: 1050ms; }
  .row.chapter-block:nth-child(8) {
    transition-delay: 1200ms; }
  .row.chapter-block:nth-child(9) {
    transition-delay: 1350ms; }
  .row.chapter-block:nth-child(10) {
    transition-delay: 1500ms; }

.blockColors + .blockColors {
  margin-top: -5.5em; }
  .blockColors + .blockColors h3 {
    margin-top: 5.5em; }

.hamburger {
  display: block;
  z-index: 5000;
  float: left;
  margin-right: .5em;
  margin-top: .1em; }
  .hamburger .line {
    width: 30px;
    height: 2px;
    background-color: currentColor;
    display: block;
    margin: 4px auto;
    transition: all 0.3s ease-in-out; }
  .hamburger.active .line {
    border-bottom: 0; }
    .hamburger.active .line:nth-child(1) {
      transform: translateY(7px) rotate(45deg); }
    .hamburger.active .line:nth-child(2) {
      opacity: 0; }
    .hamburger.active .line:nth-child(3) {
      transform: translateY(-4px) rotate(-45deg); }

.chapter-title {
  font-weight: 400;
  color: var(--secondColor); }

.chapter-header-video {
  width: calc(100% + 5vw);
  max-width: calc(100% + 5vw);
  flex-basis: calc(100% + 5vw);
  margin-left: -2.5vw;
  margin-right: -2.5vw;
  padding: 0;
  margin-bottom: 2.75em; }
  .chapter-header-video video {
    max-width: 100%;
    width: 100%; }

#chapter-featured-image {
  width: calc(100% + 5vw);
  max-width: calc(100% + 5vw);
  flex-basis: calc(100% + 5vw);
  margin-left: -2.5vw;
  margin-right: -2.5vw;
  margin-bottom: 2.75em;
  padding: 0; }

#sub-nav {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 1.375em 1rem;
  margin-bottom: 1.375em; }
  #sub-nav.fixed {
    position: fixed;
    transform: translate3D(0, 0, 0);
    width: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 2000;
    padding: 1.375em calc(2.5vw + 1rem); }

#sub-nav-title, .download-row-title {
  margin-right: 1em;
  font-weight: bold;
  width: 100%;
  display: block; }
  #sub-nav-title .current-section, .download-row-title .current-section {
    font-weight: 300;
    margin-right: 1em; }
    @media only screen and (min-width: 64em) {
      #sub-nav-title .current-section, .download-row-title .current-section {
        display: none; } }
  #sub-nav-title:after, .download-row-title:after {
    content: "\2193";
    float: right; }
    @media only screen and (min-width: 64em) {
      #sub-nav-title:after, .download-row-title:after {
        content: none; } }
  @media only screen and (min-width: 64em) {
    #sub-nav-title, .download-row-title {
      width: auto;
      display: inline-block;
      float: left; } }

.download-row-title {
  margin-top: 0.25em;
  display: none; }

.sub-nav-container {
  display: none; }
  @media only screen and (min-width: 64em) {
    .sub-nav-container {
      display: block; } }
  .sub-nav-container.visible {
    display: block; }
  .sub-nav-container .top-scroll-btn {
    float: right;
    font-weight: 600;
    opacity: 0;
    transition: opacity 750ms ease; }
    .fixed .sub-nav-container .top-scroll-btn {
      opacity: 1; }
    .sub-nav-container .top-scroll-btn:before {
      transition: transform 250ms ease;
      content: "\2191";
      margin-right: 0.5em;
      font-size: .8em;
      transform: translateY(-0.1em);
      display: inline-block; }
    .sub-nav-container .top-scroll-btn:hover:before {
      transform: translateY(-0.5em); }

.sub-nav-anchor {
  margin-right: 1em;
  border-bottom: 1px solid currentColor;
  transition: border-bottom .35s ease;
  width: 100%;
  display: block;
  margin-top: 10px; }
  .sub-nav-anchor.active {
    color: var(--secondColor);
    border-bottom-color: var(--secondColor); }
  @media only screen and (min-width: 64em) {
    .sub-nav-anchor {
      width: auto;
      display: inline-block;
      margin-top: 0; } }
  .sub-nav-anchor:hover {
    border-bottom: 1px solid #ccc; }

@media only screen and (min-width: 64em) {
  .chapter-index {
    width: calc(100% + 5vw);
    margin-left: -2.5vw; } }

.chapter-index .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

.hidden-xs {
  display: none; }
  @media only screen and (min-width: 64em) {
    .hidden-xs {
      display: block; } }

.chapter-item {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  float: left;
  position: relative;
  transition: background 250ms, color 250ms; }
  .chapter-item:hover {
    cursor: pointer; }
  .chapter-item .video-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .chapter-item video {
    height: 101%;
    width: auto; }
  .chapter-item:hover {
    background: var(--mainColor);
    color: var(--backgroundColor); }
  .chapter-item .chapter-item-inner {
    height: 0;
    padding-bottom: 56.6%; }
    .chapter-item .chapter-item-inner img {
      float: left;
      width: 100%; }
  .chapter-item .chapter-item-label {
    position: absolute;
    top: 1em;
    left: 1em;
    font-weight: normal;
    color: var(--mainColor); }
    .chapter-item .chapter-item-label.white {
      color: white; }

.opennavigation {
  position: relative;
  z-index: 100;
  float: right; }

.navigation-overlay {
  position: fixed;
  width: 90%;
  height: 100%;
  left: 5%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 300;
  top: 6em;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms ease-out; }
  .navigation-overlay.active {
    opacity: 1; }

.navigation-wrapper {
  position: relative;
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 500; }
  .navigation-wrapper.active {
    opacity: 1;
    pointer-events: auto; }

.main-navigation {
  width: calc(100% + 5vw);
  background: #383e42;
  color: var(--backgroundColor);
  position: absolute;
  top: 1em;
  left: -2.5vw;
  overflow: hidden;
  z-index: 1500;
  min-height: 100vh; }
  @media only screen and (min-width: 64em) {
    .main-navigation {
      padding-top: 4.125em; } }
  .main-navigation.active {
    opacity: 1; }
  .main-navigation .main-navigation-wrap {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 3em; }
    @media only screen and (min-width: 64em) {
      .main-navigation .main-navigation-wrap {
        margin-left: 0; } }
    .main-navigation .main-navigation-wrap:before {
      content: none; }
  .main-navigation .main-navigation-list {
    width: 100%;
    margin-left: 0;
    margin-top: 2em; }
    @media only screen and (min-width: 64em) {
      .main-navigation .main-navigation-list {
        width: 50%;
        margin-left: 33%;
        margin-top: 0; } }
    .main-navigation .main-navigation-list .main-navigation-item {
      list-style-type: none;
      margin-bottom: 0;
      opacity: 0;
      transform: translateY(-1.5em);
      overflow: hidden;
      transition: opacity 350ms ease, transform 350ms ease; }
      .main-navigation .main-navigation-list .main-navigation-item.active {
        opacity: 1;
        transform: translateX(0); }
        .main-navigation .main-navigation-list .main-navigation-item.active a h3 {
          transform: translate3D(0, 0, 0); }
          .main-navigation .main-navigation-list .main-navigation-item.active a h3:after {
            width: 100%; }
      .main-navigation .main-navigation-list .main-navigation-item:hover a h3:before {
        width: 100%;
        left: 0; }
      .main-navigation .main-navigation-list .main-navigation-item a h3 {
        font-weight: 300;
        transition: transform 550ms ease;
        transform: translate3D(0, 1.3em, 0);
        float: left;
        font-size: 1.5em;
        margin-bottom: 0.34375em; }
        @media only screen and (min-width: 64em) {
          .main-navigation .main-navigation-list .main-navigation-item a h3 {
            font-size: 2vw; } }
        .main-navigation .main-navigation-list .main-navigation-item a h3:before {
          content: " ";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 2px;
          background: var(--secondColor);
          transition: width 350ms ease, right 350ms ease; }
        .main-navigation .main-navigation-list .main-navigation-item a h3:after {
          content: " ";
          height: 1px;
          width: 0;
          margin-top: 3px;
          background: var(--secondColor);
          transition: width 350ms ease;
          transition-delay: 200ms;
          display: block;
          opacity: 1; }
      .main-navigation .main-navigation-list .main-navigation-item:before {
        content: none; }
    .main-navigation .main-navigation-list .main-navigation-thumb {
      position: absolute;
      max-width: calc(33% + 5vw);
      top: var(--posTop);
      left: 0;
      z-index: -1;
      opacity: 0;
      transition: opacity 150ms ease, transform 250ms ease;
      transform: translateY(-105%); }
      .main-navigation .main-navigation-list .main-navigation-thumb video, .main-navigation .main-navigation-list .main-navigation-thumb img {
        max-width: 100%; }
      .visible .main-navigation .main-navigation-list .main-navigation-thumb {
        opacity: 1; }
  .main-navigation .main-navigation-wrap.visible .main-navigation-thumb {
    transform: translateY(-100%);
    opacity: 1; }
  .main-navigation .navigation-item {
    width: 100%; }
    @media only screen and (min-width: 64em) {
      .main-navigation .navigation-item {
        width: 50%; } }

.filter-container {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 5em; }
  @media only screen and (min-width: 64em) {
    .filter-container {
      width: 50%; } }
  .filter-container:before {
    content: " ";
    position: absolute;
    top: -1rem;
    right: -1rem;
    left: -1rem;
    bottom: -1rem;
    background: #efefef;
    z-index: 0; }

.archive-legend {
  padding: 1em 0 !important;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 2.75em;
  font-weight: 600; }
  .archive-legend.fixed {
    padding: 1.375em calc(2.5vw + 1rem) !important; }
  .archive-legend:before {
    content: none; }

.download-filter {
  min-height: 2em;
  width: 100%;
  background: #efefef;
  position: relative;
  float: left;
  padding: 1em;
  outline: none;
  border: none; }

.archive-item {
  margin-left: 0;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.375em;
  float: left;
  position: relative;
  overflow: hidden;
  transition: background .25s ease-out; }
  .archive-item a {
    width: 100%;
    float: left; }
  .archive-item:before {
    content: none; }
  .archive-item .archive-item--preview {
    float: left;
    padding: 0;
    background: var(--backgroundColor); }
    .archive-item .archive-item--preview img {
      float: left; }
  .archive-item .archive-item--meta {
    bottom: 0em;
    left: 0;
    padding: 1em;
    float: left;
    width: 100%;
    transition: transform .25s ease-out, opacity .25s ease-in; }
    .archive-item .archive-item--meta .archive-item-date {
      float: right;
      font-style: italic; }
  .archive-item:hover .archive-item--meta {
    opacity: 1;
    transform: translateY(0); }

.full-bleed + .full-bleed {
  margin-top: -1.375em; }

.full-bleed {
  width: calc(100% + 5vw);
  max-width: calc(100% + 5vw);
  flex-basis: calc(100% + 5vw);
  margin-left: -2.5vw;
  margin-right: -2.5vw; }
  .full-bleed .media-wrapper {
    padding: 0;
    margin-bottom: 0; }
    .full-bleed .media-wrapper figcaption {
      padding-left: 1.375em; }
  .full-bleed .has-overlay .btn {
    margin-top: 2.5vw;
    margin-left: calc(1em +  2.5vw); }

.media-wrapper {
  position: relative;
  float: left;
  margin-bottom: 1.375em;
  white-space: nowrap; }
  .media-wrapper a {
    text-decoration: none;
    border-bottom: 0; }
  .media-wrapper .image-wrapper.has-overlay .btn:before {
    content: none; }
  .media-wrapper .image-wrapper.has-overlay .media-overlay-wrapper {
    position: relative;
    float: left;
    margin-top: 0.6875em;
    width: 100%; }
  .media-wrapper .image-wrapper.has-overlay img {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 100%; }
    .media-wrapper .image-wrapper.has-overlay img.media-overlay {
      transition: opacity 250ms ease;
      position: absolute;
      top: 0;
      left: 0; }
  .media-wrapper .image-wrapper.has-overlay.overlay-hidden .media-overlay {
    opacity: 0; }
  .media-wrapper .image-wrapper.has-overlay .btn {
    text-align: left;
    left: 0;
    top: 0;
    right: unset;
    z-index: 1000;
    padding: 0.65em 1em; }
    .media-wrapper .image-wrapper.has-overlay .btn .btn-inner {
      float: left; }
  .media-wrapper .btn {
    z-index: 100;
    padding-right: 0.9em;
    width: 100%; }
    .media-wrapper .btn:hover {
      cursor: pointer; }
    @media only screen and (min-width: 64em) {
      .media-wrapper .btn {
        width: auto; } }
  .media-wrapper.captionInsetTop figcaption {
    width: calc(50% - 2em);
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 100;
    max-width: 50%; }
  .media-wrapper.captionInsetTop .btn {
    text-align: right;
    position: absolute;
    right: 2px;
    top: 6px;
    opacity: 0; }
  .media-wrapper.captionInsetBottom figcaption {
    width: calc(50% - 2em);
    position: absolute;
    bottom: 1em;
    left: 2em;
    z-index: 100;
    max-width: 50%; }
  .media-wrapper:hover .btn {
    opacity: 1;
    transform: translateY(0); }
  .media-wrapper .btn-inner {
    float: right; }
  .media-wrapper .icon-container {
    width: 1em;
    height: 100%;
    position: absolute;
    top: 0;
    width: 0;
    margin-right: 1.25em;
    float: left;
    margin-top: .15em;
    color: #ffffff; }
    .media-wrapper .icon-container svg {
      max-width: 100%; }

.slider-container {
  width: calc(100% + 6rem);
  margin-left: -3rem; }

.slider {
  overflow: hidden; }
  .slider img {
    display: block;
    height: 50vh;
    width: auto;
    margin-left: 1.375em;
    max-width: none; }
    .slider img.no-margin {
      margin-left: 0; }
  .slider figcaption {
    margin-left: 1em; }
  .slider video {
    display: block;
    height: 75vh;
    width: auto;
    margin-left: 1.375em; }

.blockDownloads {
  padding: 1.375em 0;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece; }

.blockText h1, .blockText h2, .blockText h3, .blockText h4 {
  margin-bottom: 0.6875em; }

.blockText h2 {
  font-weight: 600; }

.blockText p {
  font-weight: 300; }

.blockText figure {
  display: block;
  margin: 2.75em 0;
  text-align: center; }

.blockText figcaption {
  text-align: left;
  margin-top: 1.375em;
  font-size: 0.6em; }

.blockText table {
  width: 100%;
  font-weight: 300; }
  @media only screen and (min-width: 64em) {
    .blockText table {
      width: 35em; } }
  .blockText table tr {
    border-bottom: 1px solid #ccc;
    display: flex; }
    .blockText table tr:last-of-type {
      border-bottom: 0; }
    .blockText table tr td {
      padding: 0.6875em 0;
      flex-basis: 50%; }
      .blockText table tr td:first-of-type {
        border-right: 1px solid #ccc; }
      .blockText table tr td:last-of-type {
        padding-left: 1.375em; }

.two-column h1 {
  column-span: all;
  margin-bottom: 0.6875em; }
  .two-column h1:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px; }

@media only screen and (min-width: 64em) {
  .two-column {
    column-count: 2;
    column-gap: 2.75em; } }

figcaption {
  font-size: .8em;
  white-space: pre-wrap;
  display: block;
  float: left; }

.blockMedia {
  margin-bottom: 1.375em; }
  .blockMedia.full-bleed {
    margin-bottom: 0; }
  .blockMedia:last-of-type {
    margin-bottom: 1.375em; }

.blockMedia + .chapter-block:not(.blockMedia) {
  margin-top: 1.375em; }

.full-bleed + .blockMedia:not(.full-bleed) {
  margin-top: 1.375em; }

@keyframes blinkingBorders {
  0% {
    border-color: currentColor; }
  100% {
    border-color: transparent; } }

fieldset {
  border: 0;
  margin-bottom: 1.375em; }
  fieldset input[type="checkbox"] {
    background: transparent;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    position: relative;
    border: 2px solid currentColor;
    border-radius: 50%;
    transition: background 350ms ease-in;
    margin-top: 2px;
    margin-right: .5em;
    margin-left: 2em;
    color: inherit;
    float: left;
    display: block; }
    fieldset input[type="checkbox"]:after {
      content: " "; }
    fieldset input[type="checkbox"]:checked {
      background: currentColor; }
  fieldset label {
    float: left;
    display: block;
    margin-top: -0px; }

.blockTypography {
  width: calc(100% + 5vw);
  max-width: calc(100% + 5vw);
  flex-basis: calc(100% + 5vw);
  margin-left: -2.5vw;
  margin-right: -2.5vw;
  background: #f3f3f3;
  padding: .5em 0;
  padding-top: 1.375em; }

.typetester {
  width: 100%;
  resize: none;
  padding: 2.5vw;
  font-size: 4vw;
  outline: none;
  border: 1px solid #ccc;
  animation: blinkingBorders .5s infinite alternate;
  background: transparent;
  font-family: inherit;
  color: inherit;
  overflow: hidden;
  font-weight: inherit;
  font-family: inherit; }
  .typetester:focus {
    animation-play-state: paused; }
  .typetester.small {
    font-size: 2.5vw; }

.letterwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: transparent; }

.letter {
  width: calc(100% / 24);
  height: 2em;
  font-size: 1.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  background: transparent;
  border: 1px solid transparent;
  transition: transform .1s ease-out;
  transform: scale(1); }
  .letter:hover {
    background: inherit;
    border: 0.01em solid #ccc;
    z-index: 100; }

.single-color {
  min-height: 15em;
  padding: 1.375em 0;
  position: relative; }
  .single-color.first-block:before {
    position: absolute;
    height: 100%;
    width: 10vw;
    left: -10vw;
    top: 0;
    background: inherit; }
  .single-color.first-block .color-meta {
    border-right: none !important;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 1, "onum" 1, "lnum" 0, "dlig" 0; }
  .single-color.last-block:after {
    position: absolute;
    content: " ";
    height: 100%;
    width: 2.5vw;
    right: -2.5vw;
    top: 0;
    background: inherit; }
  .single-color span {
    width: 100%;
    float: left; }

.color-chip {
  height: 15em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1em; }
  .color-chip .color-name {
    font-weight: bold; }

.color-fill {
  height: 2em;
  width: 100%; }
  .color-fill.eighty {
    opacity: .8; }
  .color-fill.sixty {
    opacity: .6; }
  .color-fill.twenty {
    opacity: .2; }

.color-meta {
  float: left;
  width: 100%;
  border-right: 0;
  outline-offset: -1px; }
  .color-meta .color-row {
    border-bottom: 1px solid;
    padding-bottom: .25em;
    padding-top: .25em;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 1, "onum" 1, "lnum" 0, "dlig" 0; }
    .color-meta .color-row:last-of-type {
      border-bottom: 0;
      padding-bottom: 0; }
    .color-meta .color-row strong {
      display: inline-block;
      width: 6em; }

.search-results {
  padding-top: 2em; }

#related-chapters {
  width: calc(100% + 5vw);
  max-width: calc(100% + 5vw);
  flex-basis: calc(100% + 5vw);
  margin-left: -2.5vw;
  margin-right: -2.5vw; }
  #related-chapters h4 {
    font-weight: 300;
    color: var(--mainColor);
    margin-bottom: 0.6875em; }

.related-item {
  background: #f2f2f2;
  height: 15em;
  padding: 2em; }
  .related-item h3 {
    font-weight: 300; }
  .related-item:nth-child(even) {
    background: #f9f9f9; }

footer {
  background: black;
  color: #ccc;
  padding: 2em; }
