/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/********************************************/
/********************************************/
body {
  color: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 600; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style: italic; }

h1 {
  font-size: 3.2rem; }

h2 {
  font-size: 1.3rem; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 3.35em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #999;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #737373; }
  a:active, a:focus {
    color: #737373;
    outline: none; }

hr {
  border-bottom: 1px solid #DDDDDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #DDDDDD;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: white; }

blockquote {
  color: white;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: white;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDDDDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDDDDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #999;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(140, 140, 140, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

/*button,
input[type="submit"] {
  @extend %button;
  @include appearance(none);
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
*/
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDDDDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

/********************************************/
/********************************************/
html {
  font-size: 18px; }
  @media screen and (max-width: 480px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 950px) {
    html {
      font-size: 18px; } }

::-moz-selection {
  color: #1a1a1a;
  background: white;
  text-shadow: none; }

::selection {
  color: #1a1a1a;
  background: white;
  text-shadow: none; }

html {
  background: #1a1a1a url("../images/bg-texture.jpg"); }

body {
  padding-top: 30px !important;
  color: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

em {
  font-style: italic; }

a {
  color: #FFF6BF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

a:hover {
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

strong {
  font-weight: 900; }

section {
  max-width: 46.875em;
  margin-left: 4%;
  margin-right: 4%; }
  section:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 950px) {
    section {
      margin-left: auto;
      margin-right: auto;
      padding-right: 2% !important;
      padding-left: 2% !important; } }
  @media screen and (max-width: 950px) {
    section {
      margin-left: auto;
      margin-right: auto;
      padding-right: 2% !important;
      padding-left: 2% !important; } }

.image {
  background: url("../images/header.jpg") center top no-repeat;
  text-align: center;
  margin: 0 auto;
  background-size: contain;
  z-index: -10; }
  @media screen and (min-width: 950px) {
    .image {
      width: 1400px;
      height: 900px; } }
  @media screen and (max-width: 950px) {
    .image {
      width: 900px;
      height: 800px; } }
  @media screen and (max-width: 480px) {
    .image {
      width: 600px;
      height: 600px;
      background: url("../images/header.jpg") right top no-repeat;
      background-size: contain; } }

.small-planets {
  background: url("../images/planets.png") center top no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1000;
  background-size: contain; }
  @media screen and (min-width: 950px) {
    .small-planets {
      margin-top: 10px;
      width: 1400px;
      height: 900px; } }
  @media screen and (max-width: 950px) {
    .small-planets {
      width: 900px;
      height: 800px; } }
  @media screen and (max-width: 480px) {
    .small-planets {
      width: 300px;
      height: 700px; } }

.path-header {
  background: url("../images/path.png") center top no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1001;
  background-size: contain; }
  @media screen and (min-width: 950px) {
    .path-header {
      margin-top: 10px;
      width: 1400px;
      height: 900px; } }
  @media screen and (max-width: 950px) {
    .path-header {
      width: 900px;
      height: 800px; } }
  @media screen and (max-width: 480px) {
    .path-header {
      width: 550px;
      height: 450px;
      margin-left: -5em;
      background: url("../images/path.png") left bottom no-repeat;
      background-size: contain; } }

.intro-image {
  z-index: -500;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden; }

.logo {
  position: relative; }

.pnh-logo a {
  background: url("../images/pnh-logo.svg") top center no-repeat;
  width: 90px;
  height: 30px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  display: block;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  z-index: 1300; }
  @media screen and (max-width: 950px) {
    .pnh-logo a {
      width: 140px;
      top: 20px; } }
  @media screen and (max-width: 480px) {
    .pnh-logo a {
      width: 150px;
      top: 20px; } }

header {
  position: absolute;
  width: 80%;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2000;
  text-shadow: 2px 2px 4px rgba(0, 13, 0, 0.4); }
  @media screen and (min-width: 950px) {
    header {
      top: 120px; } }
  @media screen and (max-width: 950px) {
    header {
      top: 100px; } }
  @media screen and (max-width: 480px) {
    header {
      top: 35px; } }
  header h1 {
    color: #ffffff;
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 400;
    text-align: center;
    background: transparent; }
    @media screen and (max-width: 950px) {
      header h1 {
        font-size: 1.9em; } }
    @media screen and (max-width: 480px) {
      header h1 {
        font-size: 1.9em; } }
  header h2 {
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: .09em;
    background: transparent; }
    @media screen and (max-width: 950px) {
      header h2 {
        font-size: 1em;
        margin-top: 1em; } }
    @media screen and (max-width: 480px) {
      header h2 {
        font-size: .6em;
        margin-top: 3.8em; } }

.bylines {
  z-index: 1000;
  margin-bottom: 1.5em;
  margin-top: -18em; }
  .bylines p {
    font-family: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif;
    margin: 0;
    font-size: .8em;
    line-height: 1.8em;
    text-align: center;
    color: #DDDDDD;
    font-style: italic; }
  .bylines .author {
    font-size: 1.6rem;
    margin-bottom: .2em; }
    @media screen and (max-width: 480px) {
      .bylines .author {
        font-size: 1.2rem;
        margin-bottom: .1em; } }

.bedtime-story {
  /*padding-top: 2em;*/
  text-shadow: 2px 2px rgba(0, 13, 0, 0.3); }

p.opening::first-letter {
  font-size: 3.7em;
  color: #DDDDDD;
  font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif; }

p.example {
  text-align: center;
  padding-top: 1em;
  font-size: 110%;
  z-index: 4000; }

.alice {
  position: relative;
  float: right;
  border: 2px solid #1a1a1a;
  overflow: hidden !important;
  margin-top: -20px;
  padding: 0;
  margin: 0;
  height: 557px;
  width: 600px;
  z-index: 100; }
  @media screen and (min-width: 78em) {
    .alice {
      margin-right: -12em; } }
  @media screen and (max-width: 950px) {
    .alice {
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .alice {
      width: 100%;
      height: 370px;
      margin: 0 auto; } }

.code {
  position: absolute;
  top: 30px;
  left: 40px;
  background: url("../images/code.png") top center;
  height: 557px;
  width: 600px;
  z-index: -10; }
  @media screen and (max-width: 480px) {
    .code {
      width: 80%;
      height: 80%; } }

#mc_embed_signup {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 950px) {
    #mc_embed_signup {
      width: 50%; } }
  @media screen and (max-width: 950px) {
    #mc_embed_signup {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    #mc_embed_signup {
      width: 100%; } }

.editors-note {
  margin: 4em 1em 0;
  padding: 1em 1em;
  border: 1px solid #444444;
  font-style: italic;
  font-size: 1.05rem;
  text-align: center;
  clear: both; }
  .editors-note .editors-note-text {
    margin-top: 1em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .editors-note .editors-note-text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .editors-note .editors-note-text img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .editors-note .editors-note-text img:last-child {
          margin-right: 0; } }
  .editors-note .editors-note-photo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .editors-note .editors-note-photo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .editors-note .editors-note-photo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: -2.35765%;
        display: none; }
        .editors-note .editors-note-photo:last-child {
          margin-right: 0; } }

.editors-note {
  content: "";
  display: table;
  clear: both; }

.mc-field-group input {
  width: 250px;
  display: inline;
  margin: .1em .5em 0 0;
  padding: .34em; }
  @media screen and (min-width: 950px) {
    .mc-field-group input {
      float: left; } }
  @media screen and (max-width: 950px) {
    .mc-field-group input {
      float: none; } }
  @media screen and (max-width: 480px) {
    .mc-field-group input {
      width: 200px;
      margin: 0 auto;
      float: none; } }

@media screen and (min-width: 950px) {
  .button {
    float: left; } }
@media screen and (max-width: 950px) {
  .button {
    float: none;
    margin-top: .5em; } }
@media screen and (max-width: 480px) {
  .button {
    float: none;
    margin-top: .5em; } }

.questions {
  font-size: .74em;
  color: #cccccc;
  float: left;
  width: 350px; }
  @media screen and (max-width: 950px) {
    .questions {
      width: 300px; } }
  @media screen and (max-width: 480px) {
    .questions {
      width: 300px;
      float: none;
      margin: 0 auto;
      padding: 0;
      text-align: center; } }
  .questions .footer-pluto {
    padding-bottom: 16em;
    margin-left: -4em;
    margin-top: -2em;
    width: 350px; }
    @media screen and (max-width: 950px) {
      .questions .footer-pluto {
        width: 300px;
        padding-bottom: 1em;
        margin-left: -3em; } }
    @media screen and (max-width: 480px) {
      .questions .footer-pluto {
        margin: 0; } }
    .questions .footer-pluto p {
      width: 75%;
      font-size: 1.1em;
      margin: 1em auto; }
  .questions p {
    text-align: center;
    line-height: 1.4em; }

.discussion {
  margin-top: 2.5em;
  padding: 6em 0 0;
  background: url("../images/spacebg.jpg") center top;
  clear: both;
  color: #ffffff; }
  @media screen and (max-width: 480px) {
    .discussion {
      margin: 0;
      padding: 2em 0; } }
  .discussion h3 {
    font-family: "Roboto Slab", Georgia, Cambria, "Times New Roman", Times, serif;
    border-bottom: 0.12em rgba(255, 255, 255, 0.6) solid;
    margin-bottom: .5em;
    padding-bottom: .3em; }
  .discussion li {
    margin-bottom: .7em;
    font-size: .9rem;
    list-style-type: decimal; }
  .discussion .credit p {
    font-size: 85%;
    margin-top: 3em; }

.space {
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding-bottom: 2em;
  z-index: 1; }
  .space input {
    width: 50%;
    margin: 0 auto 1.2em;
    padding: .5em;
    font-family: 'courier';
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ccc), color-stop(100%, #DDDDDD));
    background: -moz-linear-gradient(top, #ccc, #DDDDDD);
    border: 3px solid #4d4d4d; }
    @media screen and (max-width: 480px) {
      .space input {
        width: 100%; } }
  .space input:hover, .space input:active, .space input:focus {
    border: 3px solid gray; }
  .space button {
    margin-top: 2em;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .space button:focus {
    outline: 0; }
  .space button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.moving-space {
  background: url("../images/spacebg.jpg") center right repeat-x;
  position: absolute;
  text-align: center;
  z-index: -2;
  top: -10em;
  right: 7em; }
  @media screen and (min-width: 950px) {
    .moving-space {
      margin-top: 10px;
      width: 1400px;
      height: 900px; } }
  @media screen and (max-width: 950px) {
    .moving-space {
      width: 900px;
      height: 800px; } }
  @media screen and (max-width: 480px) {
    .moving-space {
      width: 700px;
      height: 700px; } }

.moving-space-astroid {
  background: url("../images/spacebg.png") center right repeat-x;
  position: absolute;
  text-align: center;
  z-index: -1;
  top: -10em;
  right: 0em; }
  @media screen and (min-width: 950px) {
    .moving-space-astroid {
      margin-top: 10px;
      width: 1400px;
      height: 900px; } }
  @media screen and (max-width: 950px) {
    .moving-space-astroid {
      width: 900px;
      height: 800px; } }
  @media screen and (max-width: 480px) {
    .moving-space-astroid {
      width: 700px;
      height: 700px; } }

.btncode {
  perspective: 100px;
  z-index: 1000; }

.clickme {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #3b6b8c;
  padding: 10px 50px;
  font-size: 1.3em;
  border: 1px solid #3b6b8c;
  opacity: .95;
  background-image: linear-gradient(bottom, #3a7d84 0%, #207179 100%);
  background-image: -o-linear-gradient(bottom, #3a7d84 0%, #207179 100%);
  background-image: -moz-linear-gradient(bottom, #3a7d84 0%, #207179 100%);
  background-image: -webkit-linear-gradient(bottom, #3a7d84 0%, #207179 100%);
  background-image: -ms-linear-gradient(bottom, #3a7d84 0%, #207179 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3a7d84), color-stop(1, #207179));
  border-radius: 5px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 0px #1c3e4a, 0px 3px 15px rgba(0, 0, 0, 0.4), inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  transform: rotateX(25deg); }

.clickme:hover {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  transform: rotateX(27deg);
  box-shadow: 0px 6px 1px #1c3e4a, 0px 3px 15px rgba(0, 0, 0, 0.4), inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
  opacity: 1; }

.clickme:active {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  box-shadow: 0px 8px 0px #1c3e4a, 0px 3px 15px rgba(0, 0, 0, 0.4), inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin-top: 3px;
  margin-bottom: -3px; }

.spacecraft {
  height: 300px;
  width: 300px;
  -webkit-animation: hovering 4.7s steps(10) infinite;
  -moz-animation: hovering 4.7s steps(10) infinite;
  animation: hovering 4.7s steps(10) infinite; }
  @media screen and (max-width: 480px) {
    .spacecraft {
      width: 180px;
      height: 180px; } }

.toggletag {
  display: none; }

.open {
  display: block; }

.animate {
  animation: zoomOutUp  1.1s;
  animation-fill-mode: both;
  animation-delay: .1s; }
  @media screen and (max-width: 480px) {
    .animate {
      animation: zoomOutUpMobile  1.4s; } }

.code-space {
  width: 100%;
  text-align: center;
  height: 350px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 480px) {
    .code-space {
      height: 300px; } }

#output {
  padding-bottom: 3em;
  font-size: 2em;
  line-height: 1.4em;
  text-shadow: 2px 2px rgba(0, 13, 0, 0.3);
  font-family: courier;
  text-align: center;
  z-index: 2001; }

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(-25px); }
  40% {
    -webkit-transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-25px); } }
@-moz-keyframes hovering {
  0% {
    -moz-transform: translateY(-25px); }
  40% {
    -moz-transform: translateY(0); }
  80% {
    -moz-transform: translateY(-25px); } }
@keyframes hovering {
  0% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px); }
  40% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px); } }
footer {
  padding: 1em 0 2em;
  margin-top: 4em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  footer p {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  footer .share {
    max-width: 46.875em;
    margin-left: 4%;
    margin-right: 4%; }
    footer .share:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 950px) {
      footer .share {
        margin-left: auto;
        margin-right: auto;
        padding-right: 2% !important;
        padding-left: 2% !important; } }
    @media screen and (max-width: 950px) {
      footer .share {
        margin-left: auto;
        margin-right: auto;
        padding-right: 2% !important;
        padding-left: 2% !important; } }
    footer .share p {
      margin-bottom: .6em;
      font-size: 1em;
      letter-spacing: .1em; }
    footer .share a {
      padding: .5em;
      margin: .5em;
      font-size: 1em;
      color: #1a1a1a;
      background: gray;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    footer .share a:hover {
      background: #999; }

@keyframes zoomOutUp {
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.675, 0.675, 0.675) translate3d(0, 0, 0);
    transform: scale3d(0.675, 0.675, 0.675) translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.01, 0.01, 0.01) translate3d(-1100px, -1600px, 0);
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-1100px, -1600px, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation-timing-function: cubic-bezier(0.975, 0.885, 0.92, 0.5); } }
@keyframes zoomOutUpMobile {
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.675, 0.675, 0.675) translate3d(0, 0, 0);
    transform: scale3d(0.675, 0.675, 0.675) translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.01, 0.01, 0.01) translate3d(-300px, -900px, 0);
    transform: scale3d(0.01, 0.01, 0.01) translate3d(-300px, -900px, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation-timing-function: cubic-bezier(0.975, 0.885, 0.92, 0.5); } }
@media print {
  .intro-image {
    overflow: visible; }

  header {
    color: #1a1a1a;
    display: block;
    position: relative; }

  h1, h2 {
    display: block;
    color: #1a1a1a;
    margin: 0;
    padding: 0; }

  h1 {
    line-height: 2em;
    font-size: 3em; }

  h2 {
    font-size: .8em;
    line-height: 1em; }

  .bylines {
    display: block;
    margin: 0;
    padding-top: 6em;
    color: #1a1a1a; }

  .alice {
    display: none; }

  .space {
    display: none; }

  .questions {
    margin-top: 0; }
    .questions img {
      display: none; }

  .discussion {
    padding: 0; }

  .editors-note {
    margin-bottom: 0; }
    .editors-note img {
      display: none; }
    .editors-note a:after {
      content: " (" attr(href) ") ";
      font-size: 0.8em;
      font-weight: normal; } }

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