/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.accordion {
  display: block;
  list-style: none;
}

.accordion--full-width {
  width: 100%;
}

.accordion--fixed-width {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.accordion__object {
  margin: 0.5em 0;
}

.accordion__object input[type=checkbox],
.accordion__object input[type=radio] {
  display: none;
}

.accordion__object input[type=checkbox]:checked ~ .accordion__content,
.accordion__object input[type=radio]:checked ~ .accordion__content {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.accordion__object input[type=checkbox]:not(:checked) ~ .accordion__content,
.accordion__object input[type=radio]:not(:checked) ~ .accordion__content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.accordion__object label.accordion__header {
  /* styles for each accordion header */
  padding: 0.1em 0.3em;
  text-align: center;
  text-decoration: none;
  font-size: 1.8em;
  display: block;
}

.accordion__content {
  /* styles for each accordion element */
  margin: 0;
}

.accordion--blue label.accordion__header {
  background: #00bac7;
  border-radius: 5px 5px 0 0;
  color: #000;
}

.accordion--blue label.accordion__header:hover {
  background: #00eafa;
}

.accordion--blue .accordion__content {
  background: #fff;
  color: #666;
  border-radius: 0 0 5px 5px;
}

.dropdown {
  position: relative;
  z-index: 1000;
  list-style: none;
  text-align: center;
}

.dropdown a {
  color: inherit;
  text-decoration: none;
}

.dropdown a,
.dropdown a label {
  cursor: pointer;
  line-height: 1.5;
}

.dropdown input[type=checkbox] {
  display: none;
}

.dropdown label .trigger {
  background: no-repeat center/0.7em;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  margin-left: 0.3em;
}

.dropdown__menu {
  list-style: none;
}

.dropdown__menu .dropdown > label {
  margin-left: 1em;
}

li.dropdown {
  font-size: 16px;
}

li.dropdown > ul.dropdown__menu > li.dropdown {
  font-size: 1em;
}

.dropdown__menu {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.925em;
  background-color: #fff;
  padding: 0;
}

.dropdown input[type=checkbox]:not(:checked) ~ .dropdown__menu {
  visibility: hidden;
  opacity: 0;
}

.dropdown input[type=checkbox]:not(:checked) ~ label .trigger {
  background-image: url("/prx/000/http/pgalias.github.io/pure-css-components/styles/data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NTUgNDU1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTUgNDU1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4Ij4KPHBvbHlnb24gcG9pbnRzPSI0NTUsMjEyLjUgMjQyLjUsMjEyLjUgMjQyLjUsMCAyMTIuNSwwIDIxMi41LDIxMi41IDAsMjEyLjUgMCwyNDIuNSAyMTIuNSwyNDIuNSAyMTIuNSw0NTUgMjQyLjUsNDU1IDI0Mi41LDI0Mi41ICAgNDU1LDI0Mi41ICIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
}

.dropdown input[type=checkbox]:checked ~ .dropdown__menu {
  visibility: visible;
  opacity: 1;
}

.dropdown input[type=checkbox]:checked ~ label .trigger {
  background-image: url("/prx/000/http/pgalias.github.io/pure-css-components/styles/data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NTUgNDU1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTUgNDU1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4Ij4KPHJlY3QgeT0iMjEyLjUiIHdpZHRoPSI0NTUiIGhlaWdodD0iMzAiIGZpbGw9IiMwMDAwMDAiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}

.dropdown--out > .dropdown__menu {
  -webkit-transition: visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  position: absolute;
  left: 0;
}

.dropdown--out > .dropdown__menu > .dropdown--down > .dropdown__menu,
.dropdown--out > .dropdown__menu > .dropdown--up > .dropdown__menu {
  top: auto;
}

.dropdown--out > .dropdown__menu > .dropdown--down > .dropdown__menu,
.dropdown--out > .dropdown__menu > .dropdown--up > .dropdown__menu,
.dropdown--out > .dropdown__menu > .dropdown--left > .dropdown__menu,
.dropdown--out > .dropdown__menu > .dropdown--right > .dropdown__menu {
  left: 0;
}

.dropdown--out.dropdown--down > input[type=checkbox]:checked ~ .dropdown__menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 100%;
  margin-top: 0;
}

.dropdown--out.dropdown--down > input[type=checkbox]:not(:checked) ~ .dropdown__menu {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.dropdown--out.dropdown--up > input[type=checkbox]:checked ~ .dropdown__menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 100%;
  margin-bottom: 0;
}

.dropdown--out.dropdown--up > input[type=checkbox]:not(:checked) ~ .dropdown__menu {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.dropdown--out.dropdown--up .dropdown__menu {
  top: auto;
  left: 0;
}

.dropdown--out.dropdown--left > input[type=checkbox]:checked ~ .dropdown__menu {
  left: -100%;
}

.dropdown--out.dropdown--left > input[type=checkbox]:not(:checked) ~ .dropdown__menu {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.dropdown--out.dropdown--right > input[type=checkbox]:checked ~ .dropdown__menu {
  left: 100%;
}

.dropdown--out.dropdown--right > input[type=checkbox]:not(:checked) ~ .dropdown__menu {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.dropdown--out.dropdown--left > input[type=checkbox]:checked ~ .dropdown__menu,
.dropdown--out.dropdown--right > input[type=checkbox]:checked ~ .dropdown__menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  top: 0;
}

.dropdown--in > .dropdown__menu {
  -webkit-transition: visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: visibility 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.dropdown--in > input[type=checkbox]:checked ~ .dropdown__menu {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dropdown--in > input[type=checkbox]:not(:checked) ~ .dropdown__menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  -webkit-transform: translate(-15px);
          transform: translate(-15px);
}

.dropdown--up > input[type=checkbox]:checked ~ label > .trigger.arrow,
.dropdown--up > input[type=checkbox]:not(:checked) ~ label > .trigger.arrow {
  background-image: url(/prx/000/http/pgalias.github.io/pure-css-components/styles/data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzYgNDA3LjQzNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMjhweCIgaGVpZ2h0PSIxMjhweCI+Cjxwb2x5Z29uIHBvaW50cz0iMjAzLjcxOCw5MS41NjcgMCwyOTQuNjIxIDIxLjE3OSwzMTUuODY5IDIwMy43MTgsMTMzLjkyNCAzODYuMjU4LDMxNS44NjkgNDA3LjQzNiwyOTQuNjIxICIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.dropdown--left > input[type=checkbox]:checked ~ label > .trigger.arrow,
.dropdown--left > input[type=checkbox]:not(:checked) ~ label > .trigger.arrow {
  background-image: url(/prx/000/http/pgalias.github.io/pure-css-components/styles/data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzYgNDA3LjQzNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNTZweCIgaGVpZ2h0PSIyNTZweCI+Cjxwb2x5Z29uIHBvaW50cz0iMzE1Ljg2OSwyMS4xNzggMjk0LjYyMSwwIDkxLjU2NiwyMDMuNzE4IDI5NC42MjEsNDA3LjQzNiAzMTUuODY5LDM4Ni4yNTggMTMzLjkyNCwyMDMuNzE4ICIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.dropdown--down > input[type=checkbox]:checked ~ label > .trigger.arrow,
.dropdown--down > input[type=checkbox]:not(:checked) ~ label > .trigger.arrow {
  background-image: url(/prx/000/http/pgalias.github.io/pure-css-components/styles/data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDQuMjU3IDQwNC4yNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNC4yNTcgNDA0LjI1NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNTZweCIgaGVpZ2h0PSIyNTZweCI+Cjxwb2x5Z29uIHBvaW50cz0iMzg2LjI1NywxMTQuMzMxIDIwMi4xMjgsMjUyLjQyNyAxOCwxMTQuMzMxIDAsMTM4LjMzMSAyMDIuMTI4LDI4OS45MjcgNDA0LjI1NywxMzguMzMxICIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.dropdown--right > input[type=checkbox]:checked ~ label > .trigger.arrow,
.dropdown--right > input[type=checkbox]:not(:checked) ~ label > .trigger.arrow {
  background-image: url(/prx/000/http/pgalias.github.io/pure-css-components/styles/data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzYgNDA3LjQzNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+Cjxwb2x5Z29uIHBvaW50cz0iMTEyLjgxNCwwIDkxLjU2NiwyMS4xNzggMjczLjUxMiwyMDMuNzE4IDkxLjU2NiwzODYuMjU4IDExMi44MTQsNDA3LjQzNiAzMTUuODY5LDIwMy43MTggIiBmaWxsPSIjMDAwMDAwIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

.dropdown--blue {
  background: #00bac7;
}

.dropdown--blue:hover {
  background: #00eafa;
}

.dropdown--blue .dropdown__menu {
  background: #fff;
  border: 2px solid #00bac7;
}

.dropdown--blue .dropdown__menu a,
.dropdown--blue .dropdown__menu label {
  color: #666;
}

.dropdown--blue .dropdown--in .dropdown__menu {
  border: 0;
}

.modal__trigger[type=checkbox] {
  display: none;
}

.modal__trigger[type=checkbox]:not(:checked) ~ .modal__overlay {
  visibility: hidden;
  opacity: 0;
}

.modal__trigger[type=checkbox]:not(:checked) ~ .modal__overlay .modal__dialog {
  -webkit-transform: translate(200%, 200%) rotate(180deg);
          transform: translate(200%, 200%) rotate(180deg);
}

.modal__trigger[type=checkbox]:checked ~ .modal__overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.modal__trigger[type=checkbox]:checked ~ .modal__overlay .modal__dialog {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal__trigger[type=checkbox] ~ label {
  cursor: pointer;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.modal__overlay--dismiss {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

.modal__dialog {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__dialog--wide {
  min-height: 60%;
}

.modal__dialog--wide,
.modal__dialog--wide-short {
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  margin: auto;
}

.modal__dialog--full-size {
  width: 100%;
  height: 100%;
}

.modal__dialog--fixed-size {
  width: 60%;
  min-height: 60%;
}

.modal__header {
  position: relative;
  text-align: center;
}

.modal__header label.close {
  font-size: 2.5em;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
}

.modal__header label.close::after {
  content: '\00d7';
  display: block;
}

.modal__body {
  padding: 15px;
}

.modal__dialog--blue {
  border-radius: 5px;
  border: 5px solid #00bac7;
  background: #fff;
  color: #666;
  padding: 10px 20px;
}

.modal__dialog--blue > .modal__header {
  padding: 20px 0;
}

.modal__dialog--blue > .modal__header > * {
  padding: inherit;
}

.modal__dialog--blue > .modal__header::after {
  content: '';
  display: block;
  width: 70%;
  height: 2px;
  background: #4d4d4d;
  border-radius: 3px;
  margin: auto;
}

.modal__dialog--blue > .modal__header label.close {
  color: #00bac7;
}

.slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.8em;
  margin-bottom: 3.8em;
}

.slider input[type=radio] {
  display: none;
}

.slider input[type=radio]:nth-of-type(1):checked ~ ul > li:first-of-type {
  margin-left: 0;
}

.slider input[type=radio]:nth-of-type(2):checked ~ ul > li:first-of-type {
  margin-left: -100%;
}

.slider input[type=radio]:nth-of-type(3):checked ~ ul > li:first-of-type {
  margin-left: -200%;
}

.slider input[type=radio]:nth-of-type(4):checked ~ ul > li:first-of-type {
  margin-left: -300%;
}

.slider input[type=radio]:nth-of-type(5):checked ~ ul > li:first-of-type {
  margin-left: -400%;
}

.slider input[type=radio]:nth-of-type(6):checked ~ ul > li:first-of-type {
  margin-left: -500%;
}

.slider input[type=radio]:nth-of-type(7):checked ~ ul > li:first-of-type {
  margin-left: -600%;
}

.slider input[type=radio]:nth-of-type(8):checked ~ ul > li:first-of-type {
  margin-left: -700%;
}

.slider input[type=radio]:nth-of-type(9):checked ~ ul > li:first-of-type {
  margin-left: -800%;
}

.slider input[type=radio]:nth-of-type(10):checked ~ ul > li:first-of-type {
  margin-left: -900%;
}

.slider input[type=radio]:first-of-type:checked ~ .slider__arrows label:last-of-type {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.slider input[type=radio]:first-of-type:checked ~ .slider__arrows label:nth-of-type(2) {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.slider ul {
  list-style: none;
  z-index: 1;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider ul li {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: margin 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: margin 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.slider ul li img {
  display: block;
  margin: auto;
  width: 100%;
}

.slider--full-width ul {
  width: 100%;
}

.slider--fixed-width ul {
  width: 80%;
}

.slider--full-width ul,
.slider--fixed-width ul {
  height: 400px;
}

.slider--blue ul {
  background: #00bac7;
  border: 5px solid #00bac7;
  border-radius: 5px;
}

.slider--finite input[type=radio]:first-of-type:checked ~ .slider__arrows label:last-of-type {
  visibility: hidden;
}

.slider--finite input[type=radio]:last-of-type:checked ~ .slider__arrows label:nth-last-of-type(2) {
  visibility: hidden;
}

.slider input[type=radio]:nth-of-type(1):checked ~ .slider__arrows label:last-of-type,
.slider input[type=radio]:nth-of-type(1):checked ~ .slider__arrows label:nth-of-type(2),
.slider input[type=radio]:nth-of-type(2):checked ~ .slider__arrows label:nth-of-type(1),
.slider input[type=radio]:nth-of-type(2):checked ~ .slider__arrows label:nth-of-type(3),
.slider input[type=radio]:nth-of-type(3):checked ~ .slider__arrows label:nth-of-type(2),
.slider input[type=radio]:nth-of-type(3):checked ~ .slider__arrows label:nth-of-type(4),
.slider input[type=radio]:nth-of-type(4):checked ~ .slider__arrows label:nth-of-type(3),
.slider input[type=radio]:nth-of-type(4):checked ~ .slider__arrows label:nth-of-type(5),
.slider input[type=radio]:nth-of-type(5):checked ~ .slider__arrows label:nth-of-type(4),
.slider input[type=radio]:nth-of-type(5):checked ~ .slider__arrows label:nth-of-type(6),
.slider input[type=radio]:nth-of-type(6):checked ~ .slider__arrows label:nth-of-type(5),
.slider input[type=radio]:nth-of-type(6):checked ~ .slider__arrows label:nth-of-type(7),
.slider input[type=radio]:nth-of-type(7):checked ~ .slider__arrows label:nth-of-type(6),
.slider input[type=radio]:nth-of-type(7):checked ~ .slider__arrows label:nth-of-type(8),
.slider input[type=radio]:nth-of-type(8):checked ~ .slider__arrows label:nth-of-type(7),
.slider input[type=radio]:nth-of-type(8):checked ~ .slider__arrows label:nth-of-type(9),
.slider input[type=radio]:nth-of-type(9):checked ~ .slider__arrows label:nth-of-type(8),
.slider input[type=radio]:nth-of-type(9):checked ~ .slider__arrows label:nth-of-type(10),
.slider input[type=radio]:nth-of-type(10):checked ~ .slider__arrows label:nth-of-type(9),
.slider input[type=radio]:nth-of-type(10):checked ~ .slider__arrows label:first-of-type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.slider input[type=radio]:nth-of-type(1):checked ~ .slider__arrows label:last-of-type span::after,
.slider input[type=radio]:nth-of-type(2):checked ~ .slider__arrows label:nth-of-type(1) span::after,
.slider input[type=radio]:nth-of-type(3):checked ~ .slider__arrows label:nth-of-type(2) span::after,
.slider input[type=radio]:nth-of-type(4):checked ~ .slider__arrows label:nth-of-type(3) span::after,
.slider input[type=radio]:nth-of-type(5):checked ~ .slider__arrows label:nth-of-type(4) span::after,
.slider input[type=radio]:nth-of-type(6):checked ~ .slider__arrows label:nth-of-type(5) span::after,
.slider input[type=radio]:nth-of-type(7):checked ~ .slider__arrows label:nth-of-type(6) span::after,
.slider input[type=radio]:nth-of-type(8):checked ~ .slider__arrows label:nth-of-type(7) span::after,
.slider input[type=radio]:nth-of-type(9):checked ~ .slider__arrows label:nth-of-type(8) span::after,
.slider input[type=radio]:nth-of-type(10):checked ~ .slider__arrows label:nth-of-type(9) span::after {
  content: '\003c';
  display: block;
}

.slider input[type=radio]:nth-of-type(1):checked ~ .slider__arrows label:nth-of-type(2) span::after,
.slider input[type=radio]:nth-of-type(2):checked ~ .slider__arrows label:nth-of-type(3) span::after,
.slider input[type=radio]:nth-of-type(3):checked ~ .slider__arrows label:nth-of-type(4) span::after,
.slider input[type=radio]:nth-of-type(4):checked ~ .slider__arrows label:nth-of-type(5) span::after,
.slider input[type=radio]:nth-of-type(5):checked ~ .slider__arrows label:nth-of-type(6) span::after,
.slider input[type=radio]:nth-of-type(6):checked ~ .slider__arrows label:nth-of-type(7) span::after,
.slider input[type=radio]:nth-of-type(7):checked ~ .slider__arrows label:nth-of-type(8) span::after,
.slider input[type=radio]:nth-of-type(8):checked ~ .slider__arrows label:nth-of-type(9) span::after,
.slider input[type=radio]:nth-of-type(9):checked ~ .slider__arrows label:nth-of-type(10) span::after,
.slider input[type=radio]:nth-of-type(10):checked ~ .slider__arrows label:first-of-type span::after {
  content: '\003e';
  display: block;
}

.slider input[type=radio]:nth-of-type(1):checked ~ .slider__pills label:nth-of-type(1),
.slider input[type=radio]:nth-of-type(2):checked ~ .slider__pills label:nth-of-type(2),
.slider input[type=radio]:nth-of-type(3):checked ~ .slider__pills label:nth-of-type(3),
.slider input[type=radio]:nth-of-type(4):checked ~ .slider__pills label:nth-of-type(4),
.slider input[type=radio]:nth-of-type(5):checked ~ .slider__pills label:nth-of-type(5),
.slider input[type=radio]:nth-of-type(6):checked ~ .slider__pills label:nth-of-type(6),
.slider input[type=radio]:nth-of-type(7):checked ~ .slider__pills label:nth-of-type(7),
.slider input[type=radio]:nth-of-type(8):checked ~ .slider__pills label:nth-of-type(8),
.slider input[type=radio]:nth-of-type(9):checked ~ .slider__pills label:nth-of-type(9),
.slider input[type=radio]:nth-of-type(10):checked ~ .slider__pills label:nth-of-type(10) {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
}

.slider--blue input[type=radio]:nth-of-type(1):checked ~ .slider__pills label:nth-of-type(1),
.slider--blue input[type=radio]:nth-of-type(2):checked ~ .slider__pills label:nth-of-type(2),
.slider--blue input[type=radio]:nth-of-type(3):checked ~ .slider__pills label:nth-of-type(3),
.slider--blue input[type=radio]:nth-of-type(4):checked ~ .slider__pills label:nth-of-type(4),
.slider--blue input[type=radio]:nth-of-type(5):checked ~ .slider__pills label:nth-of-type(5),
.slider--blue input[type=radio]:nth-of-type(6):checked ~ .slider__pills label:nth-of-type(6),
.slider--blue input[type=radio]:nth-of-type(7):checked ~ .slider__pills label:nth-of-type(7),
.slider--blue input[type=radio]:nth-of-type(8):checked ~ .slider__pills label:nth-of-type(8),
.slider--blue input[type=radio]:nth-of-type(9):checked ~ .slider__pills label:nth-of-type(9),
.slider--blue input[type=radio]:nth-of-type(10):checked ~ .slider__pills label:nth-of-type(10) {
  color: rgba(0, 186, 199, 0.8);
  text-shadow: 0 0 6px #666;
}

.slider label {
  cursor: pointer;
}

.slider__pills {
  text-align: center;
}

.slider__pills label {
  font-size: 3.8em;
  margin: 0 0.4em;
}

.slider__pills--top {
  top: -3.8em;
}

.slider__pills--bottom {
  bottom: -3.8em;
}

.slider__pills--left {
  left: 0;
}

.slider__pills--right {
  right: 0;
}

.slider__pills--top,
.slider__pills--left,
.slider__pills--right,
.slider__pills--bottom {
  position: absolute;
}

.slider__pills--top,
.slider__pills--bottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider__pills--left,
.slider__pills--right {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.slider__arrows {
  position: absolute;
  top: 0;
  left: 0;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.slider__arrows label {
  display: none;
  height: 100%;
  color: #000;
  font-size: 2em;
  margin: 0;
  padding: 0 30px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.slider--blue label {
  color: #000;
}

.slider--blue .slider__arrows label {
  color: #000;
  font-size: 3.5em;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slider--blue .slider__arrows label:hover {
  color: #00bac7;
  font-weight: bolder;
}

.slider--full-width.slider--blue .slider__arrows label {
  background: rgba(0, 0, 0, 0.4);
}

.slider--full-width.slider--blue .slider__arrows label:hover {
  background: rgba(0, 0, 0, 0.6);
}

.tabs {
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 220px;
  padding: 0;
}

.tabs li {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 0;
}

.tabs input[type=radio] {
  display: none;
}

.tabs input[type=radio]:not(:checked) ~ .tab__content {
  display: none;
}

.tabs input[type=radio]:checked ~ .tab__content {
  display: block;
}

.tabs label {
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px 20px;
  position: relative;
  display: block;
  border-radius: 5px 5px 0 0;
}

.tabs .tab__content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  padding: 1.7em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: hidden;
}

.tabs .tab__content--scrollable {
  overflow-y: scroll;
}

.tabs input[type=radio]:checked ~ .tab__content,
.tabs label {
  border: 1px solid #cecece;
}

.tabs--full-width {
  width: 100%;
}

.tabs--fixed-width {
  width: 70%;
}

.tabs--blue label {
  top: 5px;
  -webkit-transition: top 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), background 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: top 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), background 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), padding 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  color: #000;
  border-radius: 5px 5px 0 0;
  background: rgba(0, 186, 199, 0.5);
  border: none;
}

.tabs--blue label:hover {
  background: rgba(0, 186, 199, 0.85);
}

.tabs--blue input[type=radio]:checked ~ label {
  padding-top: 20px;
  top: 0;
  background: #00bac7;
}

.tabs--blue input[type=radio]:checked ~ .tab__content {
  background: #fff;
  color: #666;
  border: 3px solid #00bac7;
}

.btn-blue {
  background-color: #00bac7;
  border: 2px solid #333;
  font-size: 1.7em;
  margin-right: 15px;
  color: #333;
}

.btn-blue-inverse {
  background-color: transparent;
  border: 2px solid #00bac7;
  font-size: 1.3em;
  margin-right: 15px;
  color: #666;
}

pre {
  padding: 0;
  margin: 10px 0;
  border: 1px solid #00bac7;
  font-size: 13px;
}

p code.html {
  color: #0048ab;
  font-size: 13px;
  background: #eaeef3;
  border: 1px solid #00bac7;
  vertical-align: middle;
}

.main-menu {
  background: #00bac7;
  -webkit-box-shadow: 1px 1px 4px #008a94;
          box-shadow: 1px 1px 4px #008a94;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  color: #333;
}

.main-menu a {
  color: inherit;
  cursor: pointer;
}

.main-menu .navbar-toggle {
  border-color: #00a2ae;
}

.main-menu .navbar-toggle .icon-bar {
  background: #00a2ae;
}

.main-menu .navbar-toggle:focus, .main-menu .navbar-toggle:hover {
  background: none;
}

.main-menu .navbar-brand {
  font: 1.6em/1 "Oswald", "Arial Black", Gadget, sans-serif;
}

.main-menu .navbar-nav > li > a {
  color: #666;
  font: 1.05em "Oswald", "Arial Black", Gadget, sans-serif;
}

.main-menu .nav > li > a:hover, .main-menu .nav > li > a:focus {
  text-decoration: none;
  background: #00d2e1;
}

.main-menu .nav > li.active {
  background: #00eafa;
}

.main-menu .nav > li.active > a {
  background: transparent;
}

.main-menu .nav > li.active > a:hover {
  background: inherit;
  color: inherit;
}

.main-content .side-menu,
.main-content .side-menu ul {
  list-style: none;
  padding: 0;
}

.main-content .side-menu {
  font-size: 1.2em;
}

.main-content .side-menu li {
  margin: 0.5em 0;
  padding: 10px 0;
}

.main-content .side-menu li a, .main-content .side-menu li label {
  cursor: pointer;
  color: inherit;
  font-weight: 400;
  border-left: 1px solid #666;
  padding-left: 5px;
}

.main-content .side-menu li a:hover, .main-content .side-menu li label:hover {
  text-decoration: underline;
  border-left: 2px solid #00a2ae;
  padding-left: 4px;
}

.main-content .side-menu li.current > a {
  color: #008a94;
  font-weight: 600;
  border-left: 3px solid #00bac7;
  padding-left: 3px;
}

.main-content .side-menu li.accordion .accordion__object {
  margin: 0;
}

.main-content .side-menu li.accordion input[type=checkbox]:checked ~ label::after,
.main-content .side-menu li.accordion input[type=radio]:checked ~ label::after {
  content: '-';
}

.main-content .side-menu li.accordion input[type=checkbox]:not(:checked) ~ label::after,
.main-content .side-menu li.accordion input[type=radio]:not(:checked) ~ label::after {
  content: '+';
}

.main-content .side-menu li.accordion label {
  position: relative;
}

.main-content .side-menu li.accordion label::after {
  position: absolute;
  top: 0;
  right: -100%;
  display: block;
  font-weight: 600;
}

.main-content .side-menu li > ul {
  margin-left: 10px;
}

.main-content .side-menu li > ul li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-content .side-menu.fixed {
  position: fixed;
  top: 0;
}

.main-header {
  background: #00bac7;
  font-family: "Oswald", "Arial Black", Gadget, sans-serif;
  -webkit-box-shadow: 1px 1px 4px #008a94;
          box-shadow: 1px 1px 4px #008a94;
  margin-bottom: 100px;
}

.main-header .jumbotron {
  background: inherit;
}

.main-header h1 {
  text-shadow: 2px 3px 8px #00d2e1, 9px 8px 0 rgba(0, 0, 0, 0.15);
}

.main-header a {
  color: inherit;
}

@media screen and (max-width: 480px) {
  .main-header a {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.main-footer {
  background: #00bac7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  text-align: center;
  -webkit-box-shadow: -2px -2px 2px #008a94;
          box-shadow: -2px -2px 2px #008a94;
  font-size: 18px;
  font-family: "Oswald", "Arial Black", Gadget, sans-serif;
  color: #333;
}

@media screen and (max-width: 480px) {
  .main-footer {
    font-size: 16px;
  }
}

.main-footer p small {
  font-size: .7em;
}

.main-footer .copyright {
  line-height: 2;
}

.main-footer nav ul.inline {
  list-style: none;
  width: 50%;
  margin: 35px auto 0;
  padding: 0;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.main-footer nav ul.inline li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: .7em;
}

@media screen and (max-width: 767px) {
  .main-footer nav ul.inline {
    width: 100%;
  }
}

.main-footer a {
  cursor: pointer;
  color: inherit;
  border-bottom: 1px dotted #333;
  text-decoration: none;
}

.main-footer a:hover {
  border-bottom-color: #737373;
}

.main-content .features {
  color: #666;
}

.main-content .features img {
  width: 128px;
  height: 128px;
  display: block;
  margin: auto;
}

.main-content .features h3 {
  font-size: 2.2em;
}

.main-content .features p {
  font-size: 1.1em;
}

article h1 {
  font-size: 3em;
}

article h1::after {
  content: '';
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 992px) {
  article h1:hover > a {
    position: relative;
  }
  article h1:hover > a::before {
    content: '';
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 32px/2);
    top: calc(50% - 32px/2);
    left: -40px;
    background: url("/prx/000/http/pgalias.github.io/pure-css-components/styles/data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4Mi44IDQ4Mi44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODIuOCA0ODIuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1NS4yLDIwOS4zYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyMS45LDIxLjksMjEuOSw1Ny41LDAsNzkuNGwtMTE1LDExNWMtMjEuOSwyMS45LTU3LjUsMjEuOS03OS40LDBsLTE3LjMtMTcuMyAgICBjLTIxLjktMjEuOS0yMS45LTU3LjUsMC03OS40bDExNS0xMTVjNS4zLTUuMyw1LjMtMTMuOCwwLTE5LjFzLTEzLjgtNS4zLTE5LjEsMGwtMTE1LDExNUM4LjcsMzIyLjcsMCwzNDMuNiwwLDM2NS44ICAgIGMwLDIyLjIsOC42LDQzLjEsMjQuNCw1OC44bDE3LjMsMTcuM2MxNi4yLDE2LjIsMzcuNSwyNC4zLDU4LjgsMjQuM3M0Mi42LTguMSw1OC44LTI0LjNsMTE1LTExNWMzMi40LTMyLjQsMzIuNC04NS4yLDAtMTE3LjYgICAgQzI2OS4xLDIwNCwyNjAuNSwyMDQsMjU1LjIsMjA5LjN6IiBmaWxsPSIjMDBiYWM3Ii8+CgkJPHBhdGggZD0iTTQ1OC41LDU4LjJsLTE3LjMtMTcuM2MtMzIuNC0zMi40LTg1LjItMzIuNC0xMTcuNiwwbC0xMTUsMTE1Yy0zMi40LDMyLjQtMzIuNCw4NS4yLDAsMTE3LjZjNS4zLDUuMywxMy44LDUuMywxOS4xLDAgICAgczUuMy0xMy44LDAtMTkuMWMtMjEuOS0yMS45LTIxLjktNTcuNSwwLTc5LjRsMTE1LTExNWMyMS45LTIxLjksNTcuNS0yMS45LDc5LjQsMGwxNy4zLDE3LjNjMjEuOSwyMS45LDIxLjksNTcuNSwwLDc5LjRsLTExNSwxMTUgICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0czYuOS0xLjMsOS41LTRsMTE1LTExNWMxNS43LTE1LjcsMjQuNC0zNi42LDI0LjQtNTguOCAgICBDNDgyLjgsOTQuOCw0NzQuMiw3My45LDQ1OC41LDU4LjJ6IiBmaWxsPSIjMDBiYWM3Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==") no-repeat center/cover;
    width: 32px;
    height: 32px;
  }
}

article > h2::after {
  content: '';
  display: block;
  border-bottom: 1px inset #f2f2f2;
}

@media screen and (min-width: 992px) {
  article > h2:hover > a {
    position: relative;
  }
  article > h2:hover > a::before {
    content: '';
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 32px/2);
    top: calc(50% - 32px/2);
    left: -32px;
    background: url("/prx/000/http/pgalias.github.io/pure-css-components/styles/data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4Mi44IDQ4Mi44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODIuOCA0ODIuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1NS4yLDIwOS4zYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyMS45LDIxLjksMjEuOSw1Ny41LDAsNzkuNGwtMTE1LDExNWMtMjEuOSwyMS45LTU3LjUsMjEuOS03OS40LDBsLTE3LjMtMTcuMyAgICBjLTIxLjktMjEuOS0yMS45LTU3LjUsMC03OS40bDExNS0xMTVjNS4zLTUuMyw1LjMtMTMuOCwwLTE5LjFzLTEzLjgtNS4zLTE5LjEsMGwtMTE1LDExNUM4LjcsMzIyLjcsMCwzNDMuNiwwLDM2NS44ICAgIGMwLDIyLjIsOC42LDQzLjEsMjQuNCw1OC44bDE3LjMsMTcuM2MxNi4yLDE2LjIsMzcuNSwyNC4zLDU4LjgsMjQuM3M0Mi42LTguMSw1OC44LTI0LjNsMTE1LTExNWMzMi40LTMyLjQsMzIuNC04NS4yLDAtMTE3LjYgICAgQzI2OS4xLDIwNCwyNjAuNSwyMDQsMjU1LjIsMjA5LjN6IiBmaWxsPSIjMDBiYWM3Ii8+CgkJPHBhdGggZD0iTTQ1OC41LDU4LjJsLTE3LjMtMTcuM2MtMzIuNC0zMi40LTg1LjItMzIuNC0xMTcuNiwwbC0xMTUsMTE1Yy0zMi40LDMyLjQtMzIuNCw4NS4yLDAsMTE3LjZjNS4zLDUuMywxMy44LDUuMywxOS4xLDAgICAgczUuMy0xMy44LDAtMTkuMWMtMjEuOS0yMS45LTIxLjktNTcuNSwwLTc5LjRsMTE1LTExNWMyMS45LTIxLjksNTcuNS0yMS45LDc5LjQsMGwxNy4zLDE3LjNjMjEuOSwyMS45LDIxLjksNTcuNSwwLDc5LjRsLTExNSwxMTUgICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0czYuOS0xLjMsOS41LTRsMTE1LTExNWMxNS43LTE1LjcsMjQuNC0zNi42LDI0LjQtNTguOCAgICBDNDgyLjgsOTQuOCw0NzQuMiw3My45LDQ1OC41LDU4LjJ6IiBmaWxsPSIjMDBiYWM3Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==") no-repeat center/cover;
    width: 25.6px;
    height: 25.6px;
  }
}

article h1 + p, article > h2 + p {
  font-size: 1.35em;
}

article h1 a,
article h1 a:link,
article h1 a:target,
article h1 a:focus,
article h1 a:hover, article > h2 a,
article > h2 a:link,
article > h2 a:target,
article > h2 a:focus,
article > h2 a:hover {
  color: inherit;
  text-decoration: none;
}

article h3 {
  font-size: 1.5em;
  font-weight: 600;
}

article h3 + p {
  font-size: 1.15em;
}

article ul,
article ol {
  padding: 0;
  font-size: 1.2em;
}

article div .row {
  margin-bottom: 20px;
}

article#download h1, article#accordion h1 {
  margin: 0.2em 0;
  padding: 10px 0;
}

article#tabs .tabs label {
  margin-bottom: 0;
}

article#dropdown nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
}

article#dropdown nav > ul > * {
  margin: 0 10px;
  padding: 5px;
}

.slider .slide__content {
  position: absolute;
  top: 20%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.slider .slide__content > p {
  font-size: 1em;
  white-space: initial;
}

.slider .slide__content > h2 {
  font-size: 1.9em;
  text-transform: capitalize;
}

.slider .slide__content.animated {
  overflow: hidden;
  width: 0;
  height: 0;
  border-radius: 0 5px 5px 0;
}

.slider .slide__content.animated > * {
  -webkit-transform: translate(110%);
          transform: translate(110%);
}

.slider > input:nth-of-type(1):checked ~ ul li:nth-of-type(1) .slide__content.animated {
  -webkit-transition: .5s .4s;
  transition: .5s .4s;
  width: 60%;
  height: auto;
  padding: 10px;
}

.slider > input:nth-of-type(1):checked ~ ul li:nth-of-type(1) .slide__content.animated > * {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: .5s .9s;
  transition: .5s .9s;
}

.slider > input:nth-of-type(2):checked ~ ul li:nth-of-type(2) .slide__content.animated {
  -webkit-transition: .5s .4s;
  transition: .5s .4s;
  width: 60%;
  height: auto;
  padding: 10px;
}

.slider > input:nth-of-type(2):checked ~ ul li:nth-of-type(2) .slide__content.animated > * {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: .5s .9s;
  transition: .5s .9s;
}

.slider > input:nth-of-type(3):checked ~ ul li:nth-of-type(3) .slide__content.animated {
  -webkit-transition: .5s .4s;
  transition: .5s .4s;
  width: 60%;
  height: auto;
  padding: 10px;
}

.slider > input:nth-of-type(3):checked ~ ul li:nth-of-type(3) .slide__content.animated > * {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: .5s .9s;
  transition: .5s .9s;
}

.slider > input:nth-of-type(4):checked ~ ul li:nth-of-type(4) .slide__content.animated {
  -webkit-transition: .5s .4s;
  transition: .5s .4s;
  width: 60%;
  height: auto;
  padding: 10px;
}

.slider > input:nth-of-type(4):checked ~ ul li:nth-of-type(4) .slide__content.animated > * {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: .5s .9s;
  transition: .5s .9s;
}

.main-content {
  font-family: "Slabo 27px", "Times New Roman", Times, serif;
  color: #666;
}

@media screen and (min-width: 992px) {
  .main-content {
    margin-top: 50px;
  }
}

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