@charset "UTF-8";
/**
 * #SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/* =======================
   Settings/Global
   ======================= */
/* =======================
   Settings/Colors
   ======================= */
/* =======================
   Settings/Transitions
   ======================= */
/**
 * #TOOLS
 */
/* =======================
   Tools/Mixins
   ======================= */
/* =======================
   Tools/Aliases
   ======================= */
/**
 * #GENERIC
 */
/*! 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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  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; }

/*------------------------------------*    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*------------------------------------*    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem; }

/**
 * #BASE
 */
/*------------------------------------*    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  background-color: #fff;
  color: #333;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

/* =======================
   Base/Page
   ======================= */
html {
  background: url(/National_Library/20160521004321oe_/http://hyper-reality.co/assets/images/ads.jpg);
  font-family: 'Arial', sans-serif; }

html, body {
  padding: 0;
  margin: 0; }

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143; }

/* =======================
   Base/Type
   ======================= */
/**
 * Typographical base selectors.
 */
/**
 * Headings 1–6.
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * A generic heading style which can be applied to any headings.
 */
.heading {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.0909090909; }

.heading-sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0; }

p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143; }

img {
  width: 100%; }

/* =======================
   Base/Links
   ======================= */
a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

/*------------------------------------*    #LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

/**
 * #OBJECTS
 */
/*------------------------------------*    #WRAPPERS
\*------------------------------------*/
.wrapper {
  max-width: 848px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px; }

/*------------------------------------*    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  padding: 11px 23px;
  /* [7] */
  background-color: #4a8ec2;
  border: 1px solid #4a8ec2; }
  .btn, .btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*------------------------------------*    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -24px; }

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */ }

/**
     * Layouts with small gutters.
     */
.layout--small {
  margin-left: -12px; }
  .layout--small > .layout__item {
    padding-left: 12px; }

/**
     * Layouts with large gutters.
     */
.layout--large {
  margin-left: -48px; }
  .layout--large > .layout__item {
    padding-left: 48px; }

/**
     * Make the layout items fill up from the center outward.
     */
.layout--center {
  text-align: center; }
  .layout--center > .layout__item {
    text-align: left; }

/*------------------------------------*    #BOX
\*------------------------------------*/
/**
 * The box object simply boxes off content.
 */
/**
 * 1. So we can apply the `.box` class to naturally-inline elements.
 */
.box {
  display: block;
  /* [1] */
  padding: 24px; }
  .box > :last-child {
    margin-bottom: 0; }

/*------------------------------------*    #MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 24px; }
  .media__img > img {
    display: block; }

.media__body {
  overflow: hidden;
  display: block; }
  .media__body,
  .media__body > :last-child {
    margin-bottom: 0; }

/*------------------------------------*    #BLOCK
\*------------------------------------*/
/**
 * The block object simply stacks an image on top of some text-like content.
 */
/**
 * Stacked image-with-text object. A simple abstraction to cover a very commonly
 * occurring design pattern.
 */
.block {
  display: block; }

/**
     * 1. Eliminate whitespace around images.
     */
.block__img {
  vertical-align: middle;
  /* [1] */
  margin-bottom: 24px; }

/**
     * Text-content.
     */
.block__body {
  display: block; }

/**
 * #COMPONENTS
 */
/* =======================
   Components/Preloader
   ======================= */
.preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 200ms ease;
  width: 100%;
  z-index: 100000; }
  .preloader.show {
    opacity: 1 !important;
    visibility: visible !important; }

.preloader__overlay {
  background: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 200ms ease;
  width: 100%;
  z-index: 1000; }
  .preloader__overlay.show {
    opacity: 1 !important;
    visibility: visible !important; }

/* After Loaded */
.loaded .preloader {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s 1s ease-out; }

.loaded .preloader__overlay {
  opacity: 0;
  transition: all 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

/* =======================
   Components/Continer
   ======================= */
.container {
  height: 100%;
  overflow: hidden;
  width: 100%; }

/* =======================
   Components/Main Contents
   ======================= */
.main-contents {
  min-height: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 48px;
  padding-top: 48px;
  position: relative;
  width: 100%;
  z-index: 100; }
  @media screen and (min-width: 45em) {
    .main-contents {
      padding-bottom: 144px;
      padding-top: 144px; } }

.main-contents__inner {
  background: #FFF;
  height: 100%;
  padding: 18px;
  position: relative; }

/* =======================
   Components/layers
   ======================= */
.layer {
  position: absolute; }

.layer--ads {
  background: url(/National_Library/20160521004321oe_/http://hyper-reality.co/assets/images/ads.jpg);
  width: 100%;
  height: 3644px;
  z-index: 0; }

.layer--parakeet {
  background: url(/National_Library/20160521004321oe_/http://hyper-reality.co/assets/images/parakeet.png);
  display: none;
  height: 4544px;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 45em) {
    .layer--parakeet {
      display: block; } }

.layer--color-band-01 {
  width: 100%;
  top: 0;
  z-index: 30; }

.layer--color-band-blend {
  mix-blend-mode: color-dodge;
  top: 1400px;
  width: 100%;
  z-index: 20; }

.layer--color-band-02 {
  top: 1500px;
  width: 100%;
  z-index: 20; }

/* =======================
   Components/Objects
   ======================= */
.object {
  max-width: 150px;
  position: absolute;
  z-index: 10000000; }

.object--fox {
  left: -35%; }
  @media screen and (min-width: 45em) {
    .object--fox {
      left: -15%; } }

.object--exclamation {
  right: -23%; }
  @media screen and (min-width: 45em) {
    .object--exclamation {
      right: -10%; } }

.object--calibration {
  left: -38%; }
  @media screen and (min-width: 45em) {
    .object--calibration {
      left: -21%; } }

.object--cherub {
  right: -39%;
  max-width: 200px; }
  @media screen and (min-width: 45em) {
    .object--cherub {
      right: -20%; } }

.object--coco {
  left: -42%; }
  @media screen and (min-width: 45em) {
    .object--coco {
      left: -12%; } }

.object--daisy {
  right: -43%; }
  @media screen and (min-width: 45em) {
    .object--daisy {
      right: -23%; } }

.object--handdrop {
  right: -35%; }
  @media screen and (min-width: 45em) {
    .object--handdrop {
      right: -5%; } }

.object--information {
  left: -31%;
  max-width: 120px; }
  @media screen and (min-width: 45em) {
    .object--information {
      left: -11%; } }

.object--noentry {
  max-width: 120px;
  right: -34%; }
  @media screen and (min-width: 45em) {
    .object--noentry {
      right: -14%; } }

.object--pill {
  right: -33%; }
  @media screen and (min-width: 45em) {
    .object--pill {
      right: -16%; } }

.object--star {
  left: -35%; }
  @media screen and (min-width: 45em) {
    .object--star {
      left: -5%; } }

.object--sun {
  right: -43%; }
  @media screen and (min-width: 45em) {
    .object--sun {
      right: -3%; } }

.object--heart {
  left: -40%; }
  @media screen and (min-width: 45em) {
    .object--heart {
      left: -14%; } }

/* =======================
   Components/Video
   ======================= */
.video {
  position: relative;
  padding-bottom: 52%;
  padding-top: 25px;
  height: 0; }
  @media screen and (min-width: 45em) {
    .video {
      padding-bottom: 54.24%; } }

.video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* =======================
   Components/Logo
   ======================= */
.logo {
  background-image: url(/National_Library/20160521004321oe_/http://hyper-reality.co/assets/images/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 240px;
  margin-top: 24px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 45em) {
    .logo {
      background-position: center bottom;
      height: 360px;
      width: 120%; } }

/* =======================
   Components/Title
   ======================= */
.title {
  font-weight: bold;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2; }

.title--credit {
  bottom: 48px;
  display: block;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  width: 200px; }
  @media screen and (min-width: 45em) {
    .title--credit {
      left: 24px; } }

.title--contact {
  bottom: 12px;
  left: 0;
  margin-bottom: 0;
  position: absolute; }
  @media screen and (min-width: 45em) {
    .title--contact {
      left: 24px; } }

.title__link {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: all 200ms ease; }
  .title__link:hover {
    border-bottom-color: #000;
    text-decoration: none; }

.title-website {
  margin-bottom: 48px;
  text-transform: inherit; }

/* =======================
   Components/Thumbnails
   ======================= */
.thumbnail {
  margin-bottom: 12px;
  width: 100%; }

/* =======================
   Components/Contents
   ======================= */
.content--block {
  padding-bottom: 48px; }

@media screen and (min-width: 45em) {
  .content__left {
    padding-left: 24px; } }

/* =======================
   Components/Profile Image
   ======================= */
.profile-image {
  max-width: 140px; }
  @media screen and (min-width: 45em) {
    .profile-image {
      float: right; } }

/* =======================
   Components/Color Bands
   ======================= */
.color-band {
  width: 100%; }

/* =======================
   Components/Text Link
   ======================= */
.text-link {
  color: inherit;
  border-bottom: 1px solid #000;
  transition: all 200ms ease; }
  .text-link:hover, .text-link:focus {
    border-bottom-color: transparent;
    text-decoration: none; }

/* =======================
   Components/Backers
   ======================= */
.backers {
  margin-bottom: 24px;
  text-transform: uppercase; }

.backers__1 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4; }

.backers__2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4; }

.backers__3 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4; }

.backers__4 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4; }

.backers__5 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4; }

.backers__6 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4; }

.backers__list {
  list-style: none;
  margin: 0; }

@media screen and (min-width: 45em) {
  .backers__right-align {
    text-align: right; } }

@media screen and (min-width: 45em) {
  .backers__center-align {
    text-align: center; } }

@media screen and (min-width: 45em) {
  .backers__left-align {
    text-align: left; } }

/* =======================
   Components/Copyright
   ======================= */
.copyright {
  margin: 0 auto;
  max-width: 90%;
  padding-bottom: 24px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4; }
  @media screen and (min-width: 45em) {
    .copyright {
      max-width: 70%; } }

/**
 * #TRUMPS
 */
/*------------------------------------*    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after,
.box:after,
.media:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/*------------------------------------*    #SPACING-RESPONSIVE
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6’s corresponding Greek-alphabet abstract classes for double-
 * stranded heading hierarchy: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * Use these helper classes to cause other elements to adopt the styling of the
 * respective heading, e.g.:
 *
   <h2 class="alpha">Lorem ipsum</h2>
 *
 */
.alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333; }

.beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

.gamma {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

.delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

.epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143; }

/*------------------------------------*    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.u-2/3`) or a spoken-
 * word format (e.g. `.u-2-of-3`). Use these in your markup:
 *
 * <div class="u-7/12">
 */
.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-1\/3 {
  width: 33.3333333333% !important; }

.u-2\/3 {
  width: 66.6666666667% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

.u-1\/9 {
  width: 11.1111111111% !important; }

.u-2\/9 {
  width: 22.2222222222% !important; }

.u-3\/9 {
  width: 33.3333333333% !important; }

.u-4\/9 {
  width: 44.4444444444% !important; }

.u-5\/9 {
  width: 55.5555555556% !important; }

.u-6\/9 {
  width: 66.6666666667% !important; }

.u-7\/9 {
  width: 77.7777777778% !important; }

.u-8\/9 {
  width: 88.8888888889% !important; }

/*------------------------------------*    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 44.9375em) {
  .u-1\/1-palm {
    width: 100% !important; }
  .u-1\/2-palm {
    width: 50% !important; }
  .u-1\/3-palm {
    width: 33.3333333333% !important; }
  .u-2\/3-palm {
    width: 66.6666666667% !important; }
  .u-1\/4-palm {
    width: 25% !important; }
  .u-2\/4-palm {
    width: 50% !important; }
  .u-3\/4-palm {
    width: 75% !important; }
  .u-1\/5-palm {
    width: 20% !important; }
  .u-2\/5-palm {
    width: 40% !important; }
  .u-3\/5-palm {
    width: 60% !important; }
  .u-4\/5-palm {
    width: 80% !important; }
  .u-1\/9-palm {
    width: 11.1111111111% !important; }
  .u-2\/9-palm {
    width: 22.2222222222% !important; }
  .u-3\/9-palm {
    width: 33.3333333333% !important; }
  .u-4\/9-palm {
    width: 44.4444444444% !important; }
  .u-5\/9-palm {
    width: 55.5555555556% !important; }
  .u-6\/9-palm {
    width: 66.6666666667% !important; }
  .u-7\/9-palm {
    width: 77.7777777778% !important; }
  .u-8\/9-palm {
    width: 88.8888888889% !important; } }

@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .u-1\/1-lap {
    width: 100% !important; }
  .u-1\/2-lap {
    width: 50% !important; }
  .u-1\/3-lap {
    width: 33.3333333333% !important; }
  .u-2\/3-lap {
    width: 66.6666666667% !important; }
  .u-1\/4-lap {
    width: 25% !important; }
  .u-2\/4-lap {
    width: 50% !important; }
  .u-3\/4-lap {
    width: 75% !important; }
  .u-1\/5-lap {
    width: 20% !important; }
  .u-2\/5-lap {
    width: 40% !important; }
  .u-3\/5-lap {
    width: 60% !important; }
  .u-4\/5-lap {
    width: 80% !important; }
  .u-1\/9-lap {
    width: 11.1111111111% !important; }
  .u-2\/9-lap {
    width: 22.2222222222% !important; }
  .u-3\/9-lap {
    width: 33.3333333333% !important; }
  .u-4\/9-lap {
    width: 44.4444444444% !important; }
  .u-5\/9-lap {
    width: 55.5555555556% !important; }
  .u-6\/9-lap {
    width: 66.6666666667% !important; }
  .u-7\/9-lap {
    width: 77.7777777778% !important; }
  .u-8\/9-lap {
    width: 88.8888888889% !important; } }

@media screen and (min-width: 45em) {
  .u-1\/1-lap-and-up {
    width: 100% !important; }
  .u-1\/2-lap-and-up {
    width: 50% !important; }
  .u-1\/3-lap-and-up {
    width: 33.3333333333% !important; }
  .u-2\/3-lap-and-up {
    width: 66.6666666667% !important; }
  .u-1\/4-lap-and-up {
    width: 25% !important; }
  .u-2\/4-lap-and-up {
    width: 50% !important; }
  .u-3\/4-lap-and-up {
    width: 75% !important; }
  .u-1\/5-lap-and-up {
    width: 20% !important; }
  .u-2\/5-lap-and-up {
    width: 40% !important; }
  .u-3\/5-lap-and-up {
    width: 60% !important; }
  .u-4\/5-lap-and-up {
    width: 80% !important; }
  .u-1\/9-lap-and-up {
    width: 11.1111111111% !important; }
  .u-2\/9-lap-and-up {
    width: 22.2222222222% !important; }
  .u-3\/9-lap-and-up {
    width: 33.3333333333% !important; }
  .u-4\/9-lap-and-up {
    width: 44.4444444444% !important; }
  .u-5\/9-lap-and-up {
    width: 55.5555555556% !important; }
  .u-6\/9-lap-and-up {
    width: 66.6666666667% !important; }
  .u-7\/9-lap-and-up {
    width: 77.7777777778% !important; }
  .u-8\/9-lap-and-up {
    width: 88.8888888889% !important; } }

@media screen and (max-width: 63.9375em) {
  .u-1\/1-portable {
    width: 100% !important; }
  .u-1\/2-portable {
    width: 50% !important; }
  .u-1\/3-portable {
    width: 33.3333333333% !important; }
  .u-2\/3-portable {
    width: 66.6666666667% !important; }
  .u-1\/4-portable {
    width: 25% !important; }
  .u-2\/4-portable {
    width: 50% !important; }
  .u-3\/4-portable {
    width: 75% !important; }
  .u-1\/5-portable {
    width: 20% !important; }
  .u-2\/5-portable {
    width: 40% !important; }
  .u-3\/5-portable {
    width: 60% !important; }
  .u-4\/5-portable {
    width: 80% !important; }
  .u-1\/9-portable {
    width: 11.1111111111% !important; }
  .u-2\/9-portable {
    width: 22.2222222222% !important; }
  .u-3\/9-portable {
    width: 33.3333333333% !important; }
  .u-4\/9-portable {
    width: 44.4444444444% !important; }
  .u-5\/9-portable {
    width: 55.5555555556% !important; }
  .u-6\/9-portable {
    width: 66.6666666667% !important; }
  .u-7\/9-portable {
    width: 77.7777777778% !important; }
  .u-8\/9-portable {
    width: 88.8888888889% !important; } }

@media screen and (min-width: 64em) {
  .u-1\/1-desk {
    width: 100% !important; }
  .u-1\/2-desk {
    width: 50% !important; }
  .u-1\/3-desk {
    width: 33.3333333333% !important; }
  .u-2\/3-desk {
    width: 66.6666666667% !important; }
  .u-1\/4-desk {
    width: 25% !important; }
  .u-2\/4-desk {
    width: 50% !important; }
  .u-3\/4-desk {
    width: 75% !important; }
  .u-1\/5-desk {
    width: 20% !important; }
  .u-2\/5-desk {
    width: 40% !important; }
  .u-3\/5-desk {
    width: 60% !important; }
  .u-4\/5-desk {
    width: 80% !important; }
  .u-1\/9-desk {
    width: 11.1111111111% !important; }
  .u-2\/9-desk {
    width: 22.2222222222% !important; }
  .u-3\/9-desk {
    width: 33.3333333333% !important; }
  .u-4\/9-desk {
    width: 44.4444444444% !important; }
  .u-5\/9-desk {
    width: 55.5555555556% !important; }
  .u-6\/9-desk {
    width: 66.6666666667% !important; }
  .u-7\/9-desk {
    width: 77.7777777778% !important; }
  .u-8\/9-desk {
    width: 88.8888888889% !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .u-1\/1-retina {
    width: 100% !important; }
  .u-1\/2-retina {
    width: 50% !important; }
  .u-1\/3-retina {
    width: 33.3333333333% !important; }
  .u-2\/3-retina {
    width: 66.6666666667% !important; }
  .u-1\/4-retina {
    width: 25% !important; }
  .u-2\/4-retina {
    width: 50% !important; }
  .u-3\/4-retina {
    width: 75% !important; }
  .u-1\/5-retina {
    width: 20% !important; }
  .u-2\/5-retina {
    width: 40% !important; }
  .u-3\/5-retina {
    width: 60% !important; }
  .u-4\/5-retina {
    width: 80% !important; }
  .u-1\/9-retina {
    width: 11.1111111111% !important; }
  .u-2\/9-retina {
    width: 22.2222222222% !important; }
  .u-3\/9-retina {
    width: 33.3333333333% !important; }
  .u-4\/9-retina {
    width: 44.4444444444% !important; }
  .u-5\/9-retina {
    width: 55.5555555556% !important; }
  .u-6\/9-retina {
    width: 66.6666666667% !important; }
  .u-7\/9-retina {
    width: 77.7777777778% !important; }
  .u-8\/9-retina {
    width: 88.8888888889% !important; } }

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