@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

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

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

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

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

.clearfix:after {
  clear: both; }

@font-face {
  font-family: "Maison Neue";
  font-weight: 300;
  src: url("/css/fonts/MaisonNeueWEB-Light.woff2") format("woff2"), url("/css/fonts/MaisonNeueWEB-Light.woff") format("woff"); }

@font-face {
  font-family: "Canela";
  font-style: normal;
  font-weight: 300;
  src: url("/css/fonts/Canela-Thin-Web.eot");
  src: url("/css/fonts/Canela-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Canela-Thin-Web.woff2") format("woff2"), url("/css/fonts/Canela-Thin-Web.woff") format("woff"); }

@font-face {
  font-family: "Canela";
  font-style: italic;
  font-weight: 300;
  src: url("/css/fonts/Canela-ThinItalic-Web.eot");
  src: url("/css/fonts/Canela-ThinItalic-Web.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Canela-ThinItalic-Web.woff2") format("woff2"), url("/css/fonts/Canela-ThinItalic-Web.woff") format("woff"); }

html {
  font-size: 62.5%; }

body {
  background: #f9f8f7;
  color: black;
  line-height: 2.0em;
  font-family: "Maison Neue";
  font-size: 1.3em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  padding: 4em 0 0;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: “liga” on; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4 {
  font-weight: 300; }

a {
  border: none;
  color: inherit;
  text-decoration: none;
  transition: color 250ms ease-in-out; }

h1, h2, h3, h4, p, ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

.t-center {
  text-align: center; }

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

.overlay {
  background: #f9f8f7;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 500ms ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  z-index: 2; }

.overlay--information {
  background: #0d0c0b; }

.overlay--show {
  opacity: 1.0; }

@media only screen and (max-width: 1024px) {
  body {
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  body {
    font-size: 11px; } }

.container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1.2%;
  position: relative; }

.row {
  content: " ";
  display: table;
  width: 100%; }

.row:after {
  clear: both; }

.one-column,
.two-columns,
.three-columns,
.four-columns,
.five-columns,
.six-columns,
.seven-columns,
.eight-columns,
.nine-columns,
.ten-columns,
.eleven-columns,
.twelve-columns {
  box-sizing: border-box;
  float: left;
  padding: 0 1.2%;
  position: relative; }

.one-column {
  width: 8.333333%; }

.two-columns {
  width: 16.666666%; }

.three-columns {
  width: 25%; }

.four-columns {
  width: 33.333333%; }

.five-columns {
  width: 41.666666%; }

.six-columns {
  width: 50%; }

.seven-columns {
  width: 58.333333%; }

.eight-columns {
  width: 66.666666%; }

.nine-columns {
  width: 75%; }

.ten-columns {
  width: 83.3333333%; }

.eleven-columns {
  width: 91.666666%; }

.twelve-columns {
  width: 100%; }

.offset-one {
  margin-left: 8.333333%; }

.offset-one-point-five {
  margin-left: 12.5%; }

.offset-two {
  margin-left: 16.666666%; }

.offset-three {
  margin-left: 25%; }

.offset-four {
  margin-left: 33.333333%; }

.offset-five {
  margin-left: 41.666666%; }

.offset-six {
  margin-left: 50%; }

.offset-seven {
  margin-left: 58.333333%; }

.offset-eight {
  margin-left: 66.666666%; }

.offset-nine {
  margin-left: 75%; }

.offset-ten {
  margin-left: 83.3333333%; }

.offset-eleven {
  margin-left: 91.666666%; }

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 2%; }
  .one-column,
  .two-columns,
  .three-columns,
  .four-columns,
  .five-columns,
  .six-columns,
  .seven-columns,
  .eight-columns,
  .nine-columns,
  .ten-columns,
  .eleven-columns,
  .twelve-columns {
    padding: 0 2%; } }

.fade-enter {
  opacity: 0.01; }

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 250ms ease-in-out; }

.fade-leave {
  opacity: 1; }

.fade-leave.fade-leave-active {
  opacity: 0.01;
  transition: opacity 250ms ease-in-out; }

.fade-slow-enter {
  opacity: 0.01; }

.fade-slow-enter.fade-slow-enter-active {
  opacity: 1;
  transition: opacity 1000ms ease-in-out; }

.fade-slow-leave {
  opacity: 1; }

.fade-slow-leave.fade-slow-leave-active {
  opacity: 0.01;
  transition: opacity 1000ms ease-in-out; }

header {
  padding: 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: opacity 250ms ease-in-out; }

.header--hidden {
  opacity: 0;
  pointer-events: 0; }

header .row > div {
  padding-bottom: 1.5em;
  padding-top: 1.5em; }

header h1 {
  display: inline-block;
  font-size: 100%;
  margin: 1em 3.6em 0 0;
  opacity: 0;
  transition: 250ms opacity ease-in-out; }

header h1.h1--show {
  opacity: 1.0; }

header h1:after {
  background: darkgray;
  content: "";
  height: 1px;
  display: inline-block;
  margin: -1em 1em 0;
  opacity: 0;
  position: absolute;
  top: 1.95em;
  transition: 250ms opacity ease-in-out;
  width: 2em; }

header h1.h1--dash:after {
  opacity: 1.0; }

header nav {
  color: darkgray;
  display: inline-block; }

header nav a {
  color: black;
  margin: 0 0 0 0.4em; }

header nav a:hover,
header nav:active {
  color: gray; }

header h2 {
  color: gray;
  display: inline-block;
  font-size: 100%;
  margin: 0 0 0 0.4em; }

header nav, header h2 {
  position: absolute;
  top: 0; }

header .pagination {
  color: gray;
  position: absolute;
  right: 2.4%;
  top: 0; }

.header-hover {
  cursor: pointer; }

.header-left {
  float: left;
  height: 4em;
  margin: -1em 0 0;
  width: 400px; }

.header-right {
  float: right;
  height: 4em;
  margin: -1em 0 0;
  width: 200px; }

.not-found-countdown {
  color: darkgray;
  margin: 0 0 0 5px; }

@media only screen and (max-width: 1024px) {
  header h1 {
    float: left;
    margin: 0; }
  header h1:after {
    display: none; }
  header nav {
    float: right;
    position: relative; } }

footer {
  bottom: 0;
  color: gray;
  padding: 0 0;
  position: fixed;
  width: 100%;
  z-index: 2; }

footer .twelve-columns {
  padding-bottom: 1.5em;
  padding-top: 1.5em; }

@media only screen and (max-width: 1024px) {
  footer .footer-title {
    bottom: 1.2em;
    left: 2.4%;
    position: absolute; } }

.index {
  font-family: "Canela";
  font-size: 420%;
  line-height: 1.2em;
  padding: 1.2em 0;
  opacity: 0;
  position: absolute;
  transition: opacity 500ms ease-in-out;
  top: 0;
  width: 100%;
  z-index: 1; }

.index .link-wrapper {
  padding: 0.2em 0; }

.underlay {
  background: #f9f8f7;
  bottom: 0;
  position: fixed;
  opacity: 0.0;
  top: 0;
  transition: opacity 300ms ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  width: 100%;
  z-index: 0; }

.underlay--show {
  opacity: 1.0; }

.index--show {
  opacity: 1.0; }

.index a {
  color: black;
  position: relative;
  transition: color 300ms ease-in-out; }

.index a:hover,
.index a:active {
  color: gray; }

.index .link-slash {
  color: rgba(0, 0, 0, 0.3);
  margin: 0 5px 0 10px; }

.index .link-wrapper:last-of-type .link-slash {
  display: none; }

.index sup {
  font-size: 50%;
  margin: 0 0 0 6px;
  top: 0;
  vertical-align: super;
  white-space: nowrap; }

.index .outline {
  color: transparent;
  text-stroke: 1px black;
  -webkit-text-stroke: 1px black;
  transition: text-stroke 300ms ease-in-out;
  -webkit-transition: -webkit-text-stroke 300ms ease-in-out; }

.index a:hover .outline,
.index a:active .outline {
  text-stroke: 1px gray;
  -webkit-text-stroke: 1px gray; }

.index .o {
  display: inline-block;
  fill: black;
  height: 20px;
  margin: -7px 2px 0 1px;
  transition: fill 300ms ease-in-out;
  vertical-align: middle;
  width: 20px; }

.index a:hover .o,
.index a:active .o {
  fill: gray; }

@media only screen and (max-width: 1280px) {
  .index {
    font-size: 370%;
    padding: 1.3em 0; }
  .index .o {
    height: 18px;
    margin: -6px 1px 0 1px;
    width: 18px; } }

@media only screen and (max-width: 1024px) {
  .index {
    font-size: 340%;
    padding: 2em 0; }
  .index .o {
    height: 15px;
    margin: -5px 1px 0 1px;
    width: 15px; } }

@media only screen and (max-width: 767px) {
  .index {
    font-size: 230%;
    padding: 2em 0; }
  .index .o {
    height: 10px;
    margin: -4px 1px 0 0px;
    width: 10px; } }

.thumbnails {
  top: 3.5em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 0; }

.thumbnails img {
  display: inline-block;
  height: 180px;
  padding: 30px;
  transform: translateZ(0);
  transition: opacity 250ms ease-in-out; }

.thumbnails img:hover,
.thumbnails img:active,
.thumbnails img.img--active {
  opacity: 0.60; }

@media only screen and (max-width: 1024px) {
  .thumbnails img {
    height: 140px;
    padding: 20px; } }

@media only screen and (max-width: 767px) {
  .thumbnails img {
    height: 100px;
    padding: 12px; } }

.slide {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 5em 4%;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0; }

.slide--active {
  pointer-events: auto; }

.slide-inner {
  box-sizing: border-box;
  left: 50%;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.slide-inner:after {
  content: "";
  display: block;
  padding-top: 56.25%; }

.slide--portrait .slide-inner:after {
  padding-top: 133%; }

.slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0); }

.slide-click {
  bottom: 4em;
  position: absolute;
  top: 4em;
  width: 100%;
  z-index: 1; }

.slide-click > div {
  bottom: 0;
  cursor: none;
  position: absolute;
  top: 0; }

.slide-click .prev-slide {
  left: 0;
  width: 33.333333%; }

.slide-click .next-slide {
  right: 0;
  width: 66.666666%; }

.cursor {
  display: block;
  left: 0;
  height: 14px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(0, -67px);
  transition: opacity 250ms ease-in-out;
  width: 15px;
  z-index: 1; }

.cursor--show {
  opacity: 1.0; }

.cursor--left {
  background-image: url("/img/arrow-left--thin.svg"); }

.cursor--right {
  background-image: url("/img/arrow-right--thin.svg"); }

@media only screen and (max-width: 1024px) {
  .slide-click .prev-slide {
    display: none; }
  .slide-click .next-slide {
    width: 100%; } }

.body--information {
  background: #0d0c0b;
  color: white; }

.body--information header nav {
  color: darkgray; }

.body--information header nav a {
  color: white; }

.body--information header nav a:hover,
.body--information header nav:active {
  color: darkgray; }

.body--information header h2 {
  color: white; }

.information {
  font-size: 1.06em;
  line-height: 1.8em;
  padding: 1.2em 0 0; }

.information--fix {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 100%; }

.information .row {
  padding: 3em 0 1em;
  margin: 0 auto; }

.information .row:last-of-type {
  padding-bottom: 3em; }

.information p {
  max-width: 700px;
  padding: 0 0 1.2em 0; }

.information a:hover,
.informatoin a:active {
  color: gray; }

.information a.external {
  color: gray; }

.information a.external:after {
  color: white;
  content: "↗";
  margin: 0 0 0 4px; }

.information a.external:hover,
.information a.external:active {
  color: white; }

.information sup {
  margin: 0 0 0 2px; }

.information form {
  height: 2.5em;
  max-width: 280px;
  position: relative; }

.information input[type="email"] {
  background: none;
  border-radius: 0;
  border: none;
  border: 1px solid darkgray;
  box-sizing: border-box;
  left: 0;
  letter-spacing: 0.05em;
  margin: -1em 0 0;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
  -webkit-appearance: none; }

.information input:focus {
  outline: none; }

.information input[type="submit"] {
  right: 5px;
  background: none;
  border: none;
  position: absolute;
  top: 0px; }

.information .nine-columns {
  width: 50%; }

.information .four-columns {
  width: 22.222222%; }

.information .offset-one {
  margin-left: 5.555555%; }

.information .offset-ten {
  margin-left: 55.555555%; }

.information .credit {
  color: gray;
  cursor: pointer; }

.information .credit-text {
  cursor: pointer;
  opacity: 0.0;
  transition: opacity 250ms ease-in-out; }

.information .credit:hover .credit-text {
  opacity: 1.0; }

.information .credit-text .credit-site {
  color: white; }

.information-form--fix {
  bottom: -2em;
  position: fixed;
  width: 100%; }

.information-form--fix form {
  margin-top: -2em; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .information {
    font-size: 100%; } }

@media only screen and (max-width: 1024px) {
  .information .four-columns {
    width: 33.333333%; }
  .information .offset-one {
    margin-left: 8.333333%; } }

@media only screen and (max-width: 768px) {
  .information {
    padding: 0;
    text-align: center; }
  .information p {
    margin: 0 auto;
    max-width: 600px; }
  .information .row {
    padding: 1em 0; }
  .information .credit-text {
    opacity: 1.0; }
  .information .twelve-columns {
    padding: 1em; }
  .information input[type="submit"] {
    right: 5px;
    top: 0; }
  .information form {
    margin: 0 auto; } }
