/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  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 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
html {
  font-family: sans-serif;
}

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden, [hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/pure-css/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: sans-serif;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*!
Pure v2.1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
  }
  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
  }
  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
  }
  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
  }
  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
  }
  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
  }
  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
  }
  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
  }
  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .pure-u-xxl-1, .pure-u-xxl-1-1, .pure-u-xxl-1-2, .pure-u-xxl-1-3, .pure-u-xxl-2-3, .pure-u-xxl-1-4, .pure-u-xxl-3-4, .pure-u-xxl-1-5, .pure-u-xxl-2-5, .pure-u-xxl-3-5, .pure-u-xxl-4-5, .pure-u-xxl-5-5, .pure-u-xxl-1-6, .pure-u-xxl-5-6, .pure-u-xxl-1-8, .pure-u-xxl-3-8, .pure-u-xxl-5-8, .pure-u-xxl-7-8, .pure-u-xxl-1-12, .pure-u-xxl-5-12, .pure-u-xxl-7-12, .pure-u-xxl-11-12, .pure-u-xxl-1-24, .pure-u-xxl-2-24, .pure-u-xxl-3-24, .pure-u-xxl-4-24, .pure-u-xxl-5-24, .pure-u-xxl-6-24, .pure-u-xxl-7-24, .pure-u-xxl-8-24, .pure-u-xxl-9-24, .pure-u-xxl-10-24, .pure-u-xxl-11-24, .pure-u-xxl-12-24, .pure-u-xxl-13-24, .pure-u-xxl-14-24, .pure-u-xxl-15-24, .pure-u-xxl-16-24, .pure-u-xxl-17-24, .pure-u-xxl-18-24, .pure-u-xxl-19-24, .pure-u-xxl-20-24, .pure-u-xxl-21-24, .pure-u-xxl-22-24, .pure-u-xxl-23-24, .pure-u-xxl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xxl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xxl-1-12, .pure-u-xxl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xxl-1-8, .pure-u-xxl-3-24 {
    width: 12.5%;
  }
  .pure-u-xxl-1-6, .pure-u-xxl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xxl-1-5 {
    width: 20%;
  }
  .pure-u-xxl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xxl-1-4, .pure-u-xxl-6-24 {
    width: 25%;
  }
  .pure-u-xxl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xxl-1-3, .pure-u-xxl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xxl-3-8, .pure-u-xxl-9-24 {
    width: 37.5%;
  }
  .pure-u-xxl-2-5 {
    width: 40%;
  }
  .pure-u-xxl-5-12, .pure-u-xxl-10-24 {
    width: 41.6667%;
  }
  .pure-u-xxl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xxl-1-2, .pure-u-xxl-12-24 {
    width: 50%;
  }
  .pure-u-xxl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xxl-7-12, .pure-u-xxl-14-24 {
    width: 58.3333%;
  }
  .pure-u-xxl-3-5 {
    width: 60%;
  }
  .pure-u-xxl-5-8, .pure-u-xxl-15-24 {
    width: 62.5%;
  }
  .pure-u-xxl-2-3, .pure-u-xxl-16-24 {
    width: 66.6667%;
  }
  .pure-u-xxl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xxl-3-4, .pure-u-xxl-18-24 {
    width: 75%;
  }
  .pure-u-xxl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xxl-4-5 {
    width: 80%;
  }
  .pure-u-xxl-5-6, .pure-u-xxl-20-24 {
    width: 83.3333%;
  }
  .pure-u-xxl-7-8, .pure-u-xxl-21-24 {
    width: 87.5%;
  }
  .pure-u-xxl-11-12, .pure-u-xxl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xxl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xxl-1, .pure-u-xxl-1-1, .pure-u-xxl-5-5, .pure-u-xxl-24-24 {
    width: 100%;
  }
}
.text-align-right {
  text-align: right;
}

.embeditem {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .l-box {
    position: relative;
    padding: 1em 0px 5em 0px;
  }
}

.container {
  /*max-width: 1320px;*/
  margin: auto;
  position: relative;
  display: block;
  float: left;
  /* transform: translateX(-50%);
   margin-left: 50%;*/
  width: 100%;
}
.container.titleContainer {
  margin-top: 7rem;
}

.positioned {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  box-sizing: border-box;
}

.fullHeight {
  height: 100%;
}

.paddingContainer {
  width: calc(100% + 3.329268293vw);
  transform: translateX(-1.6646341463vw);
}
@media only screen and (min-width: 1640px) {
  .paddingContainer {
    width: calc(100% + 3.4125rem);
    transform: translateX(-1.70625rem);
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .paddingContainer {
    width: calc(100% + 1.4625rem);
    transform: translateX(-0.73125rem);
  }
}

.padding {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  box-sizing: border-box;
  padding: 1.6646341463vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .padding {
    padding: 1.70625rem;
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .padding {
    padding: 0.73125rem;
  }
}

.doublePadding {
  box-sizing: border-box;
  padding: 3.3887195122vw;
}
@media only screen and (min-width: 1640px) {
  .doublePadding {
    padding: 3.4734375rem;
  }
}
@media only screen and (max-width: 690.5263157895px) {
  .doublePadding {
    padding: 1.4625rem;
  }
}

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

.noPaddingRight {
  padding-right: 0 !important;
}

.pure-u-left {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .pure-u-left {
    order: 2;
  }
}

.pure-u-right {
  order: 2;
}

.fullHeight {
  height: 100%;
}

.visible {
  display: block;
}

.invisible {
  display: none;
}

.link {
  position: absolute !important;
  width: auto !important;
  margin-top: 1em;
  bottom: 30px;
  text-decoration: none;
  color: #000;
  transition: 0.5s padding ease-in-out;
  background-color: #e2d9c1;
  border-radius: 2em;
  padding: 0.2em 1em 0 1em;
  border: solid 1px #020202;
}
@media only screen and (max-width: 888px) {
  .link {
    bottom: auto;
  }
}
.link.showNav {
  margin-top: 0;
  position: relative !important;
}
.link.right {
  right: 0;
}
.link.lightBg {
  background-color: #efecee;
}
.link:hover {
  background-color: #efecee;
}

.full-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.full-link:hover + a.link {
  background-color: #efecee;
}

.tabs {
  overflow: hidden;
  width: 75%;
  border-top: 1px solid #020202;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .tabs {
    width: 100%;
  }
}
.tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border-bottom: 1px solid #020202;
  padding-bottom: 1.5rem;
}
.tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 0 0;
  font-weight: 100;
  cursor: pointer;
  color: #020202;
  position: relative;
  padding-right: 3rem;
}
.tabs .tab-label:hover {
  font-weight: 300;
}
.tabs .tab-label::after {
  content: "";
  transition: all 0.35s;
  font-weight: 100;
  right: 0.2em;
  width: 0.75em;
  height: 0.75em;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  box-shadow: inset -0.03em 0.03em 0 0 #000;
  border-radius: 0 0 0 0;
  position: absolute;
}
.tabs .tab-content {
  transition: height 1s ease-out;
  height: 0;
  overflow: hidden;
  padding: 0;
  color: #020202;
  width: 100%;
  font-weight: 100;
}
.tabs .tab-content p {
  margin: 0px 0px 1em 0px;
}
.tabs .tab-content p:first-child {
  padding-top: 1em;
}
.tabs .faq-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabs .faq-checkbox:checked + .tab-label {
  font-weight: 300;
}
.tabs .faq-checkbox:checked + .tab-label::after {
  transform: rotate(135deg);
}

@font-face {
  font-family: "ArekLatn";
  src: local("ArekLatn Regular"), local("ArekLatn-Regular"), url("../fonts/ArekLatnWeb-Rg.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ArekLatn";
  src: local("ArekLatn Bold"), local("ArekLatn-Bold"), url("../fonts/ArekLatnWeb-Bd.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "ArekLatn", sans-serif;
}

b, strong {
  font-weight: 800;
}

.font-S {
  font-size: 1.4862804878vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-S {
    font-size: 1.5234375rem;
  }
}
@media only screen and (max-width: 1312px) {
  .font-S {
    font-size: 1.21875rem;
  }
}

.font-M {
  font-size: 2.4375vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-M {
    font-size: 2.4984375rem;
  }
}
@media only screen and (max-width: 1000px) {
  .font-M {
    font-size: 1.5234375rem;
  }
}

.font-L {
  font-size: 4.875vw;
  line-height: 1.1em;
}
@media only screen and (min-width: 1640px) {
  .font-L {
    font-size: 4.996875rem;
  }
}
@media only screen and (max-width: 900px) {
  .font-L {
    font-size: 2.7421875rem;
  }
}

.font-ML {
  font-size: 3.0320121951vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .font-ML {
    font-size: 3.1078125rem;
  }
}
@media only screen and (max-width: 1189.8039215686px) {
  .font-ML {
    font-size: 2.2546875rem;
  }
}

.text-align-right {
  text-align: right;
}

.embeditem {
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .l-box {
    position: relative;
    padding: 1em 0px 5em 0px;
  }
}

.container {
  /*max-width: 1320px;*/
  margin: auto;
  position: relative;
  display: block;
  float: left;
  /* transform: translateX(-50%);
   margin-left: 50%;*/
  width: 100%;
}
.container.titleContainer {
  margin-top: 7rem;
}

.positioned {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  box-sizing: border-box;
}

.fullHeight {
  height: 100%;
}

.paddingContainer {
  width: calc(100% + 3.329268293vw);
  transform: translateX(-1.6646341463vw);
}
@media only screen and (min-width: 1640px) {
  .paddingContainer {
    width: calc(100% + 3.4125rem);
    transform: translateX(-1.70625rem);
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .paddingContainer {
    width: calc(100% + 1.4625rem);
    transform: translateX(-0.73125rem);
  }
}

.padding {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  box-sizing: border-box;
  padding: 1.6646341463vw;
  line-height: 1.3em;
}
@media only screen and (min-width: 1640px) {
  .padding {
    padding: 1.70625rem;
  }
}
@media only screen and (max-width: 702.8571428571px) {
  .padding {
    padding: 0.73125rem;
  }
}

.doublePadding {
  box-sizing: border-box;
  padding: 3.3887195122vw;
}
@media only screen and (min-width: 1640px) {
  .doublePadding {
    padding: 3.4734375rem;
  }
}
@media only screen and (max-width: 690.5263157895px) {
  .doublePadding {
    padding: 1.4625rem;
  }
}

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

.noPaddingRight {
  padding-right: 0 !important;
}

.pure-u-left {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .pure-u-left {
    order: 2;
  }
}

.pure-u-right {
  order: 2;
}

.fullHeight {
  height: 100%;
}

.visible {
  display: block;
}

.invisible {
  display: none;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.menuVisible .brand-title a {
  color: #020202 !important;
}

body {
  margin: 0;
  padding: 0;
  background: #e2d9c1;
  color: #020202;
  overflow-y: auto;
}
body.socialMedia {
  /*background:#000;
  .brand-title{
    a{
      color:$font-color-inverted;
    }
  }*/
}
body.socialMedia .juicer-feed.white li.feed-item, body.socialMedia .juicer-feed.user li.feed-item, body.socialMedia .juicer-feed.juicer-widget li.feed-item, body.socialMedia .juicer-feed.colors li.feed-item, body.socialMedia .juicer-feed.gray li.feed-item, body.socialMedia .juicer-feed.modern li.feed-item, body.socialMedia .juicer-feed.polaroid li.feed-item {
  border-color: #020202;
  border-width: 1px;
  border-radius: 15px;
}

.header {
  width: 100%;
  background-color: #e2d9c1;
  background-size: cover;
  overflow: hidden;
  min-height: 90vh;
  background-position: center top;
}
@media only screen and (max-width: 481px) {
  .header {
    min-height: 60vh;
  }
}
.header.hideHeader {
  background-color: transparent;
  background: none;
  min-height: 10px;
}

.brand-title {
  position: fixed;
  left: 0;
  margin: 0;
  padding-top: 1em;
  padding-right: 90px;
  width: 25rem;
  box-sizing: border-box;
  font-weight: 100;
  z-index: 99;
  -o-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transform: translateY(0);
}
.brand-title a {
  text-decoration: none;
  color: #020202;
  font-weight: 800;
}
.brand-title a b {
  display: block;
}
@media only screen and (max-width: 1320px) {
  .brand-title {
    left: 0px;
  }
}

.notOnTop.menuVisible .brand-title {
  transform: translateY(0);
}
.notOnTop .brand-title {
  transform: translateY(-100%);
}

.main-title {
  position: relative;
}
.main-title.l-box {
  padding-right: 3em;
  padding-bottom: 3em;
  width: 60%;
}
.main-title h1 {
  padding-top: 9%;
  color: #020202;
  font-weight: 500;
}
body.invertColor .main-title h1 {
  color: #efecee;
}

.burgerMenu {
  position: fixed;
  right: 0;
  /*right:max(calc(100% - 1320px),(3.5rem));*/
  display: flex;
  align-items: flex-start;
  z-index: 99;
}
@media only screen and (max-width: 1320px) {
  .burgerMenu {
    right: 0px;
  }
}
.burgerMenu button {
  margin: -10px 0px 0px -6px;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  width: 48px;
  height: 48px;
  z-index: 30;
  position: relative;
}
.burgerMenu button span {
  top: 2px;
  left: 0;
}
.burgerMenu button span, .burgerMenu button span:before, .burgerMenu button span:after {
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #020202;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
}
.burgerMenu button span:before, .burgerMenu button span:after {
  display: block;
  content: "";
}
.burgerMenu button span:before {
  top: 10px;
  transition-property: transform, opacity;
}
.burgerMenu button span:after {
  top: 20px;
  transition-property: transform;
}
.burgerMenu button.open span {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.burgerMenu button.open span, .burgerMenu button.open span:before, .burgerMenu button.open span:after {
  background-color: #020202;
}
.burgerMenu button.open span:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.burgerMenu button.open span:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.showNav {
  cursor: pointer;
}
.showNav.open .closedText {
  display: none;
}
.showNav.open .openedText {
  display: block;
}
.showNav .openedText {
  display: none;
}
.showNav .closedText {
  display: block;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 1;
  background: #efecee;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform: translateY(-100%);
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
nav.open {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul a {
  display: block;
  font-weight: 100;
  color: #020202;
  text-decoration: none;
}
nav ul a:hover, nav ul a.active {
  color: #e2d9c1;
}
nav #menu {
  padding-top: 3rem;
  padding-left: 25rem;
  padding-bottom: 2rem;
  background: #efecee;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  nav #menu {
    padding-top: 8.5rem;
    padding-left: 1.5rem;
  }
}

.header-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-content {
  font-weight: 100;
  width: 75%;
  margin-bottom: 3.5rem;
}
.text-content a, .text-content a:hover, .text-content a:visited {
  text-decoration: none;
  color: #020202;
  font-style: italic;
  font-weight: 500;
}
.text-content h1, .text-content h2 {
  line-height: 1.3em;
}
@media only screen and (max-width: 1024px) {
  .text-content {
    width: 100%;
  }
}

.content-block {
  padding-top: 3em;
  padding-bottom: 2em;
  position: relative;
  margin-bottom: 3.5rem;
}
.content-block h2 {
  font-weight: 100;
  padding: 0;
  margin: 0;
}
.content-block h3 {
  font-weight: 100;
  color: #020202;
  padding: 0;
  margin-top: 1rem;
}
.slider > .sliderImg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.slider > .sliderImg:first-child {
  position: relative;
  float: left;
}
.slider > .sliderImg.show {
  opacity: 1;
}
.slider .prev, .slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider .prev::after, .slider .next::after {
  content: "";
  transition: all 0.35s;
  font-weight: 100;
  width: 2em;
  height: 2em;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  box-shadow: inset -0.04em 0.04em 0 0 #000;
  border-radius: 0 0 0 0;
  position: absolute;
}
.slider .next {
  right: 2em;
}
.slider .next::after {
  right: 0;
}
.slider .prev {
  left: 2em;
}
.slider .prev::after {
  transform-origin: 50% 50%;
  transform: rotate(-135deg);
  left: 0;
}

.footer {
  margin-top: 5em;
  border-top: solid 2px #000;
  line-height: 2rem;
  font-weight: 100;
  margin-bottom: 3.5rem;
}
.footer ul {
  list-style: none;
}
.footer a, .footer a:hover, .footer a:visited {
  text-decoration: none;
  color: #020202;
}
.footer .pure-menu-horizontal {
  width: 100%;
  white-space: normal;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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