@charset "UTF-8";
/* 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; }

/********************************************/
/********************************************/
button,
input[type="submit"] {
  border: 1px solid #757575;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #bfbfbf;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #999;
  background-image: -webkit-linear-gradient(#999, #7d7d7d);
  background-image: linear-gradient(#999, #7d7d7d);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #6b6b6b;
  background-clip: padding-box;
  border: 1px solid #806b6b;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #bfbfbf;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #999;
  background-image: -webkit-linear-gradient(#999, #887272);
  background-image: linear-gradient(#999, #887272);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #7b5b5b;
  background-clip: padding-box; }
  button:active:not(:disabled),
  input[type="submit"]:active:not(:disabled), button:focus:not(:disabled),
  input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #757575;
    box-shadow: inset 0 0 8px 4px #6e6e6e, inset 0 0 8px 4px #6e6e6e; }
  button:active:not(:disabled),
  input[type="submit"]:active:not(:disabled), button:focus:not(:disabled),
  input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #806b6b;
    box-shadow: inset 0 0 8px 4px #756666, inset 0 0 8px 4px #756666; }
  button:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

body {
  color: #dbdbdb;
  font-family: "Lato", "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: "Lato", "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: 1.3rem; }

h2 {
  font-size: 2.9rem; }

h3 {
  font-size: 1.7rem; }

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 #DDD;
  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 #DDD;
  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 #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Lato", "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 #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Lato", "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"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  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 #DDD;
  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: 16px; }
  @media screen and (max-width: 480px) {
    html {
      font-size: 13px; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 10px; } }

::-moz-selection {
  color: #1a1a1a;
  background: #FFF6BF; }

::selection {
  color: #1a1a1a;
  background: #FFF6BF; }

body {
  background: #1a1a1a;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

em {
  font-style: italic; }

strong {
  font-weight: 900; }

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

.pnh-logo img {
  width: 180px;
  vertical-align: middle; }
  @media screen and (max-width: 480px) {
    .pnh-logo img {
      width: 150px; } }
  @media screen and (max-width: 768px) {
    .pnh-logo img {
      width: 120px; } }

nav {
  background: #010101;
  padding: 1em 0; }
  @media screen and (min-width: 779px) {
    nav .pnh-logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0 !important; }
      nav .pnh-logo:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    nav .pnh-logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      nav .pnh-logo:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    nav .pnh-logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      nav .pnh-logo:last-child {
        margin-right: 0; } }
  nav .pnh-logo span a {
    color: #dbdbdb;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 0 0 0 .9em;
    text-transform: uppercase;
    vertical-align: middle; }
  nav .nav-links {
    margin-top: 0em; }
    @media screen and (min-width: 779px) {
      nav .nav-links {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        margin-left: 0 !important;
        text-align: right;
        float: right; }
        nav .nav-links:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      nav .nav-links {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        text-align: right;
        float: right; }
        nav .nav-links:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      nav .nav-links {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center;
        margin-top: 1.5em; }
        nav .nav-links:last-child {
          margin-right: 0; } }
    nav .nav-links a {
      color: #1a1a1a;
      padding: .3em .5em;
      margin: .6em .5em 0;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-weight: 400;
      border: #1a1a1a 6px double;
      vertical-align: middle;
      background: #d6d6d6;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media screen and (max-width: 768px) {
        nav .nav-links a {
          margin: 0em !important;
          padding: 0 !important; } }
      @media screen and (max-width: 480px) {
        nav .nav-links a {
          margin: .5em; } }
    nav .nav-links a:hover {
      background: white;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  nav .nav-links li {
    display: inline-block; }

header {
  padding: 2em 0 0; }
  header .pnh-logo {
    margin: 0 auto;
    text-align: center; }

.landing-links {
  padding-bottom: 4em; }

.story-link .story-link-text {
  position: absolute;
  bottom: 5px;
  text-align: center;
  padding: .3em 0 .55em;
  width: 100%;
  font-size: 1.9rem;
  font-family: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: .03em;
  background: rgba(219, 219, 219, 0.7);
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.story-link a {
  position: relative;
  overflow: hidden;
  margin-left: .68em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .story-link a:last-child {
    margin-right: 0; }
  @media screen and (min-width: 779px) {
    .story-link a {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .story-link a:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .story-link a {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .story-link a:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .story-link a {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin: 0 0 .5em; }
      .story-link a:last-child {
        margin-right: 0; } }
@media screen and (min-width: 779px) {
  .story-link a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    z-index: 900; } }

h3 {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 300;
  text-align: center; }

.landing h1 {
  font-size: 3.9rem;
  line-height: 2.52rem;
  color: #DDD;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 300;
  text-align: center;
  padding: .5em 0 .5em; }
  .landing h1 span {
    font-size: 1.42rem; }
.landing h2 {
  font-size: 1.3rem;
  line-height: 1.9rem;
  text-align: center;
  padding-bottom: 1rem; }
  @media screen and (max-width: 480px) {
    .landing h2 {
      font-size: 1.6rem;
      line-height: 1.1em !important; } }
  @media screen and (max-width: 768px) {
    .landing h2 {
      font-size: 1.6rem;
      line-height: 1.4em; } }

.landing-introduction {
  font-size: .98rem;
  line-height: 1.4rem;
  text-align: center;
  padding: 1em 0 2em; }
  @media screen and (max-width: 480px) {
    .landing-introduction {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      font-size: 1.4rem;
      line-height: 1.4em; }
      .landing-introduction:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .landing-introduction {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      font-size: 1.4rem;
      line-height: 1.4em; }
      .landing-introduction:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 779px) {
    .landing-introduction {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .landing-introduction:last-child {
        margin-right: 0; } }
  .landing-introduction strong {
    font-size: .94rem; }
    @media screen and (max-width: 480px) {
      .landing-introduction strong {
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .landing-introduction strong {
        font-size: 1.4rem; } }

.intro h1 {
  color: #DDD;
  font-size: 1.69rem;
  letter-spacing: .06em;
  font-weight: 300;
  text-transform: uppercase; }
  @media screen and (min-width: 779px) {
    .intro h1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-left: 59.70863%;
      padding: 8em 0; }
      .intro h1:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .intro h1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 68.23843%;
      padding: 8em 0; }
      .intro h1:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .intro h1 {
      margin-left: 8.5298%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      padding: 0 0 20em; }
      .intro h1:last-child {
        margin-right: 0; } }
  .intro h1 span {
    display: block; }
  .intro h1 .emphasis {
    font-weight: 500;
    font-style: italic; }

.opening-quote {
  text-align: center; }
  .opening-quote img {
    margin-top: 7em; }
  .opening-quote h2 {
    text-align: left;
    color: #1a1a1a;
    font-size: 2rem; }

.bg {
  padding: 4em 0;
  clear: both; }

.light {
  background: #dbdbdb;
  color: #1a1a1a; }

.medium {
  background: #999; }

.dark {
  background: #1a1a1a;
  color: #dbdbdb; }

blockquote {
  position: relative;
  font-family: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif;
  quotes: "“" "”" "‘" "’";
  /* two pairs */
  font-weight: 300; }
  blockquote h2 {
    font-family: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif;
    padding: 0 .5em;
    text-indent: 0em;
    font-weight: 300; }
  blockquote h2:before {
    font-weight: 300;
    font-size: 1.9em;
    line-height: .1em;
    margin-left: -.5em;
    padding-right: .1em;
    content: open-quote;
    display: inline-block;
    vertical-align: middle; }
  blockquote h2:after {
    font-weight: 300;
    font-size: 1.9em;
    line-height: .1em;
    content: close-quote;
    display: inline-block;
    vertical-align: middle; }

.carlos {
  background: url("../images/carlosbg.jpg") left bottom no-repeat;
  background-size: contain; }

.property {
  padding: 2em 0 4em; }
  .property h2 {
    color: #1a1a1a;
    font-size: 2.65rem; }
  .property .fact h3 {
    font-size: 1.28rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 3em;
    text-align: center;
    font-weight: 400; }

@media screen and (min-width: 779px) {
  .carlos-cell {
    background: #dbdbdb url("../images/carlos-cell.jpg") left top no-repeat;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .carlos-cell {
    background: #dbdbdb url("../images/md/carlos-cell.jpg") left top no-repeat;
    background-size: contain; } }
@media screen and (max-width: 480px) {
  .carlos-cell {
    background: #dbdbdb url("../images/md/carlos-cell.jpg") left top no-repeat;
    background-size: contain; } }
@media screen and (min-width: 779px) {
  .carlos-cell {
    padding: 14em 0 14em; } }
@media screen and (max-width: 768px) {
  .carlos-cell {
    padding: 10em 0 2em; } }
@media screen and (max-width: 480px) {
  .carlos-cell {
    padding: 29em 0 1em; } }
.carlos-cell h2 {
  color: #dbdbdb;
  font-size: 1.4rem;
  background-color: rgba(26, 26, 26, 0.7);
  padding: 1em; }
  @media screen and (min-width: 779px) {
    .carlos-cell h2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 25.58941%; }
      .carlos-cell h2:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .carlos-cell h2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin-left: 42.64902%; }
      .carlos-cell h2:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .carlos-cell h2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .carlos-cell h2:last-child {
        margin-right: 0; } }

.carlos-job {
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (min-width: 779px) {
    .carlos-job {
      background-image: url("../images/carlos-job.jpg"); } }
  @media screen and (max-width: 768px) {
    .carlos-job {
      background-image: url("../images/carlos-job.jpg"); } }
  @media screen and (max-width: 480px) {
    .carlos-job {
      background-image: url("../images/carlos-job.jpg"); } }
  @media screen and (min-width: 779px) {
    .carlos-job {
      padding: 13em 0 7em; } }
  @media screen and (max-width: 768px) {
    .carlos-job {
      padding: 24em 0 0; } }
  @media screen and (max-width: 480px) {
    .carlos-job {
      padding: 23em 0 0; } }
  .carlos-job .carlos-job-quote {
    background-color: rgba(219, 219, 219, 0.7);
    padding: 1em 2em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .carlos-job .carlos-job-quote:last-child {
      margin-right: 0; }
    @media screen and (min-width: 779px) {
      .carlos-job .carlos-job-quote {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 42.64902%; }
        .carlos-job .carlos-job-quote:last-child {
          margin-right: 0; } }
  .carlos-job h3 {
    color: #1a1a1a;
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .carlos-job blockquote h2 {
    font-size: 1.4rem;
    color: #1a1a1a; }

.coach-quote {
  padding: 2em 0; }
  @media screen and (min-width: 779px) {
    .coach-quote {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .coach-quote:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .coach-quote {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .coach-quote:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .coach-quote {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .coach-quote:last-child {
        margin-right: 0; } }
  .coach-quote p {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    font-style: italic;
    text-align: center; }
  .coach-quote h3 {
    font-size: 1.4rem; }
  .coach-quote h2 {
    padding-top: 2em; }

.carlos-writing {
  background: #dbdbdb url("../images/carlos-writing.jpg") bottom left no-repeat;
  background-size: contain;
  padding: 2rem 0 22rem; }
  @media screen and (max-width: 480px) {
    .carlos-writing {
      padding: 2em 0 1em; } }
  .carlos-writing blockquote h2 {
    padding-bottom: 13rem;
    font-size: 1.9rem;
    color: #1a1a1a; }

.jordan {
  background: url("../images/jordan-bg.jpg") left bottom no-repeat;
  background-size: contain; }

#jordan .opening-quote h2 {
  font-size: 2.2rem; }

#jordan .fact h3 {
  color: #1a1a1a;
  font-size: 1.58rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 400;
  margin: 2em 0;
  text-align: center; }
  @media screen and (min-width: 779px) {
    #jordan .fact h3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      #jordan .fact h3:last-child {
        margin-right: 0; } }

.jordan-time {
  padding: 9rem 0; }
  .jordan-time h2 {
    font-size: 2rem; }

.jordan-cell {
  background: #dbdbdb url("../images/jordan-cell.jpg") left top no-repeat;
  background-size: contain; }
  @media screen and (min-width: 779px) {
    .jordan-cell {
      padding: 27em 0 2em; } }
  @media screen and (max-width: 768px) {
    .jordan-cell {
      padding: 20em 0 2em; } }
  @media screen and (max-width: 480px) {
    .jordan-cell {
      padding: 10em 0 0; } }
  .jordan-cell h2 {
    color: #1a1a1a;
    font-size: 1.62rem;
    padding: 1em; }
    @media screen and (min-width: 779px) {
      .jordan-cell h2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%; }
        .jordan-cell h2:last-child {
          margin-right: 0; } }

.jordan-family {
  background-size: contain; }
  @media screen and (min-width: 779px) {
    .jordan-family {
      background: #dbdbdb url("../images/jordan-family.jpg") left bottom no-repeat;
      padding: 2em 0 28em; } }
  @media screen and (max-width: 768px) {
    .jordan-family {
      background: #dbdbdb url("../images/md/jordan-family.jpg") left bottom no-repeat;
      padding: 2em 0 19em; } }
  @media screen and (max-width: 480px) {
    .jordan-family {
      background: #dbdbdb url("../images/sm/jordan-family.jpg") left bottom no-repeat;
      padding: 2em 0 10em; } }
  .jordan-family .jordan-family-text {
    color: #dbdbdb;
    font-size: 1.4rem;
    padding: 1em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .jordan-family .jordan-family-text blockquote {
      text-shadow: 2px 1px 4px #fafafa; }
    .jordan-family .jordan-family-text h2 {
      font-size: 2.4rem;
      color: #1a1a1a;
      clear: both; }
    .jordan-family .jordan-family-text h3 {
      background-color: rgba(26, 26, 26, 0.7);
      padding: 1em; }
    .jordan-family .jordan-family-text:last-child {
      margin-right: 0; }
    @media screen and (min-width: 779px) {
      .jordan-family .jordan-family-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .jordan-family .jordan-family-text:last-child {
          margin-right: 0; } }

.jordan-facts {
  padding: 6em 0; }
  .jordan-facts h2 {
    padding: 0 0 .8em;
    font-size: 1.45rem;
    font-style: italic;
    text-align: center; }
  .jordan-facts h3 {
    padding: .5em 0;
    font-size: 1.75rem; }
    .jordan-facts h3 span {
      font-weight: 400;
      font-size: 1.2rem; }

.jordan-future {
  padding: 10rem 0; }
  .jordan-future h2 {
    font-size: 2.1rem; }
  .jordan-future h4 {
    padding: 2rem 0;
    font-size: 1.6rem;
    font-style: italic;
    text-align: center; }
    @media screen and (min-width: 779px) {
      .jordan-future h4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%; }
        .jordan-future h4:last-child {
          margin-right: 0; } }

@media screen and (min-width: 779px) {
  .ashley {
    background: url("../images/ashley-bg.jpg") left bottom no-repeat;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .ashley {
    background: url("../images/sm/ashley-bg.jpg") left bottom no-repeat;
    background-size: contain; } }
@media screen and (max-width: 480px) {
  .ashley {
    background: url("../images/sm/ashley-bg.jpg") left bottom no-repeat;
    background-size: contain; } }

.ashley-mirror {
  padding: 0; }
  @media screen and (min-width: 779px) {
    .ashley-mirror {
      background: url("../images/ashley-mirror.jpg") left bottom no-repeat;
      background-size: contain; } }
  @media screen and (max-width: 768px) {
    .ashley-mirror {
      background: url("../images/md/ashley-mirror.jpg") left bottom no-repeat;
      background-size: contain; } }
  @media screen and (max-width: 480px) {
    .ashley-mirror {
      background: url("../images/sm/ashley-mirror.jpg") left bottom no-repeat;
      background-size: contain; } }
  .ashley-mirror h2 {
    color: #dbdbdb;
    font-weight: 700; }
  .ashley-mirror blockquote {
    font-size: .9rem;
    text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.45); }
  .ashley-mirror .crack {
    background: url("../images/cracked.png") left bottom no-repeat;
    background-size: contain;
    height: 9em;
    padding-top: 11em; }

.spacer {
  padding: 13em 0 0; }

.timeline .timeline-events {
  padding-bottom: 6em; }
  @media screen and (min-width: 779px) {
    .timeline .timeline-events {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 8.5298%; }
      .timeline .timeline-events:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .timeline .timeline-events {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin-left: 0%; }
      .timeline .timeline-events:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .timeline .timeline-events {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .timeline .timeline-events:last-child {
        margin-right: 0; } }
  .timeline .timeline-events li {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 1em;
    height: 54px;
    list-style-type: none; }
.timeline strong {
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal; }

.timeline-piechart {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 8.5298%; }
  @media screen and (max-width: 480px) {
    .timeline-piechart {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .timeline-piechart:last-child {
        margin-right: 0; }
      .timeline-piechart img {
        height: 40px;
        width: 40px; } }
  .timeline-piechart:last-child {
    margin-right: 0; }
  .timeline-piechart p {
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .06rem;
    padding: 1em;
    text-align: center; }
  .timeline-piechart img {
    display: block;
    text-align: center;
    margin: 0 auto; }

.circle {
  height: 20px;
  width: 20px;
  margin-right: 25px;
  display: inline-block; }

.quote-photo {
  padding: 3em 0 9em; }
  .quote-photo blockquote {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .quote-photo blockquote:last-child {
      margin-right: 0; }
    .quote-photo blockquote h2 {
      font-size: 1.6rem;
      text-align: left;
      color: #dbdbdb; }

.polaroid {
  margin-left: 8.5298%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .polaroid:last-child {
    margin-right: 0; }
  .polaroid img {
    border: 5px solid #dbdbdb; }

.ashley-stats {
  padding: 6rem 0 12rem;
  text-align: center; }
  .ashley-stats .stats {
    text-transform: uppercase; }
  .ashley-stats .stats-smaller {
    font-size: 1.67rem;
    padding: 1em 0 2em; }
  .ashley-stats .stats-larger {
    font-size: 2.5rem; }
  .ashley-stats h2 {
    font-size: 1.8em; }
    .ashley-stats h2 em {
      font-style: italic; }

.ashley-cell {
  background-image: url("../images/ashley-cell.jpg") bottom center no-repeat;
  background-size: contain;
  padding: 4em 0 17em; }
  .ashley-cell .ashley-cell-quote {
    background-color: rgba(219, 219, 219, 0.7);
    padding: 1em 2em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .ashley-cell .ashley-cell-quote:last-child {
      margin-right: 0; }
    @media screen and (min-width: 779px) {
      .ashley-cell .ashley-cell-quote {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 51.17883%; }
        .ashley-cell .ashley-cell-quote:last-child {
          margin-right: 0; } }
  .ashley-cell blockquote h2 {
    font-size: 1.4rem;
    color: #1a1a1a; }

.ashley-halfway {
  background: url("../images/ashley-halfway.jpg") bottom right no-repeat;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.95);
  padding: 9rem 0 16rem; }
  @media screen and (max-width: 768px) {
    .ashley-halfway {
      background-size: contain;
      padding: 5em 0; } }
  @media screen and (max-width: 480px) {
    .ashley-halfway {
      background-size: contain;
      padding: 0 0 20em; } }
  .ashley-halfway h3 {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: .8em; }
    @media screen and (max-width: 480px) {
      .ashley-halfway h3 {
        font-size: 1.6em; } }
  .ashley-halfway h2 {
    font-size: 1em; }
    @media screen and (max-width: 480px) {
      .ashley-halfway h2 {
        font-size: 1.4em; } }
    @media screen and (max-width: 768px) {
      .ashley-halfway h2 {
        font-size: 1.4em; } }
  .ashley-halfway .ashley-halfway-quote {
    padding: 1em 2em; }
    @media screen and (min-width: 779px) {
      .ashley-halfway .ashley-halfway-quote {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 0%; }
        .ashley-halfway .ashley-halfway-quote:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .ashley-halfway .ashley-halfway-quote {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 0%; }
        .ashley-halfway .ashley-halfway-quote:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .ashley-halfway .ashley-halfway-quote {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .ashley-halfway .ashley-halfway-quote:last-child {
          margin-right: 0; } }

.ashley-quote h2 {
  padding-top: 2em;
  font-size: 1.98rem; }

.watch-video p {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 1.6em;
  font-style: italic;
  font-family: 'playfair'; }

.video-link a {
  color: #dbdbdb;
  background: #6e0f15;
  border: #1a1a1a 6px double;
  padding: 1.5em 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  /*width: 48.4%;
  margin: 0 .78%;*/
  display: inline-block;
  float: left; }
  .video-link a img {
    margin: 0 7px -6px 0; }
@media screen and (min-width: 779px) {
  .video-link a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06); } }

.links-end {
  padding: 10rem 0 6rem; }
  @media screen and (max-width: 480px) {
    .links-end {
      padding: 5rem 0; } }
  @media screen and (min-width: 779px) {
    .links-end a:hover {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1.16);
      -moz-transform: scale(1.16);
      -ms-transform: scale(1.16);
      -o-transform: scale(1.16);
      transform: scale(1.16); } }
  .links-end a {
    color: #dbdbdb;
    text-transform: uppercase;
    border: #5c5c5c 6px double;
    text-align: center;
    padding: 1em 0;
    margin: 0 .78% !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .links-end a:last-child {
      margin-right: 0; }
    .links-end a img {
      width: 66%;
      margin: -2em 0 0; }
  .links-end span a {
    border: #1a1a1a 0; }

.share {
  margin: 0 auto;
  text-align: center; }
  .share a {
    font-size: 1.1rem;
    line-height: 3em;
    font-family: "$playfair";
    font-style: italic;
    display: inline;
    padding: .5em 1.5em;
    margin: 2em; }
    .share a img {
      margin: 0 10px -3px 0; }
    @media screen and (max-width: 480px) {
      .share a {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 0%;
        padding: 0;
        margin: 0; }
        .share a:last-child {
          margin-right: 0; } }

.credits-source {
  text-align: center;
  font-size: 80%;
  opacity: .6;
  padding: 3rem 0 2rem; }

.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%; }

h1 {
  -webkit-animation: slide-down 0.7s ease-in 0.2s backwards;
  -moz-animation: slide-down 0.7s ease-in 0.2s backwards;
  animation: slide-down 0.7s ease-in 0.2s backwards; }

@-webkit-keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes opacity {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(0.5em);
    opacity: .1; }
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes slide-down {
  from {
    -moz-transform: translateY(0.5em);
    opacity: .1; }
  to {
    -moz-transform: translateY(0);
    opacity: 1; } }
@keyframes slide-down {
  from {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    -ms-transform: translateY(0.5em);
    -o-transform: translateY(0.5em);
    transform: translateY(0.5em);
    opacity: .1; }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

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