/* 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; }

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;
  margin-top: 1em; }

.pnh-logo a {
  background: url("../images/pnh-logo.svg") top center no-repeat;
  width: 258px;
  height: 40px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 80%;
  margin: 0 auto;
  top: 20px;
  z-index: 1300; }
  @media screen and (max-width: 950px) {
    .pnh-logo a {
      width: 258px;
      height: 40px; } }
  @media screen and (max-width: 480px) {
    .pnh-logo a {
      width: 210px;
      top: 33px; } }

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

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

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

.memories {
  height: 700px; }

.newshour-content {
  padding-top: 2em;
  text-shadow: 2px 2px rgba(0, 13, 0, 0.3); }

.newshour-form {
  margin: 0 auto; }
  @media screen and (min-width: 950px) {
    .newshour-form {
      width: 60%; } }
  @media screen and (max-width: 950px) {
    .newshour-form {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    .newshour-form {
      width: 100%; } }

.newshour-share-comments-text {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.3em; }

.newshour-share-comments-thank-you {
  margin-top: 5em;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-size: 1em; }

.btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 1em;
  background: #bababa;
  padding: 10px 10px 10px 10px;
  border: solid #ffffff 2px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.btn:hover {
  background: #757575;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

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