@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: #000000;
  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: #262626; }

blockquote {
  /*color: lighten($base-font-color, 15);*/
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #404040;
  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: #ffffff;
  background: #ad1f23;
  text-shadow: none; }

::selection {
  color: #ffffff;
  background: #ad1f23;
  text-shadow: none; }

body {
  background: #000000;
  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; } }

.out {
  opacity: .1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

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

nav {
  background: #ffffff;
  padding: 1em 0; }
  @media screen and (min-width: 779px) {
    nav .pnh-logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      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: #ad1f23;
    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: .4em; }
    @media screen and (min-width: 779px) {
      nav .nav-links {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 0 !important;
        text-align: center; }
        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 {
      position: relative;
      color: #ad1f23;
      padding: .5em 2rem;
      margin: .6em .5em 0;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-weight: 400;
      width: 100%;
      background: #ffffff;
      border: 1px #ad1f23 solid;
      -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 a.btn-on {
      background: #ad1f23;
      color: #ffffff; }
    nav .nav-links a:hover {
      background: #ad1f23;
      color: #ffffff;
      -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;
  text-transform: uppercase; }

.ninety h3 {
  font-size: 6rem;
  line-height: .6em;
  font-weight: 300; }
.ninety sup {
  font-size: .5em;
  vertical-align: baseline;
  position: relative;
  top: 0em; }
.ninety p {
  font-weight: 600;
  letter-spacing: .06rem; }
.ninety a {
 	/*background: 
	  repeating-linear-gradient(
	    -45deg,
	    transparent,
	    transparent 2px,
	    lighten($red, 70%) 1px,
	    lighten($red, 70%) 5px
	  ),
	  linear-gradient(
	    to bottom,
	    lighten($red, 65%),
	    lighten($red, 55%)
	  );*/
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: relative;
  text-align: center;
  color: #ffffff;
  text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.08);
  padding: 2em 0;
  height: 14em;
  margin: .5em;
  -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%; }
  .ninety a:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .ninety a {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin: 0 0 .5em; }
      .ninety a:last-child {
        margin-right: 0; } }
.ninety a:hover {
  transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.one a {
  padding-top: 4em;
  border: 0.5em solid rgba(255, 255, 255, 0.5);
  outline: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: enlarge 0.7s ease-in 0.2s backwards;
  -moz-animation: enlarge 0.7s ease-in 0.2s backwards;
  animation: enlarge 0.7s ease-in 0.2s backwards; }

.two a {
  padding-top: 3.75em;
  border: 0.75em solid rgba(255, 255, 255, 0.5);
  outline: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: enlarge 0.7s ease-in 0.7s backwards;
  -moz-animation: enlarge 0.7s ease-in 0.7s backwards;
  animation: enlarge 0.7s ease-in 0.7s backwards; }

.three a {
  padding-top: 3.25em;
  border: 1em solid rgba(255, 255, 255, 0.5);
  outline: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: enlarge 0.7s ease-in 1.1s backwards;
  -moz-animation: enlarge 0.7s ease-in 1.1s backwards;
  animation: enlarge 0.7s ease-in 1.1s backwards; }

.one a:after, .two a:after, .three a:after {
  content: '';
  position: absolute;
  left: 42%;
  top: -2px;
  width: 0;
  height: 0;
  clear: both; }

h3 {
  letter-spacing: .06em;
  font-weight: 300; }

.intro {
  background: #7e3c40 url("../images/pills.jpg") center center no-repeat;
  background-size: cover;
  padding: 4em 0 14em;
  min-height: 10em; }
  @media screen and (max-width: 480px) {
    .intro {
      background-position: 30% 0%;
      background-size: 230%;
      background-repeat: none;
      padding: 4em 0 4em; } }
  .intro h1 {
    color: #ffffff;
    font-size: 4.29rem;
    letter-spacing: .08em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    padding: .2em 0 1em; }
    @media screen and (max-width: 480px) {
      .intro h1 {
        font-size: 3rem;
        margin-top: 2rem; } }
  .intro h2 {
    width: 85%;
    padding: 1em 0 2em;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.59rem;
    letter-spacing: .08em;
    font-weight: 300;
    text-align: center; }
  .intro h4 {
    color: #ffffff;
    font-size: 1.27em;
    line-height: 1.5em;
    letter-spacing: .04em;
    width: 80%;
    text-align: center;
    font-weight: 300;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .intro h4 {
        width: 90%;
        margin-bottom: .5em;
        padding: 0; } }

.description {
  text-align: center;
  margin: 0 auto;
  font-size: .8em; }
  .description h2 {
    padding: 1em 0; }

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

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

.white {
  background: #ffffff;
  color: #000000; }

.light {
  background: #ffffff;
  color: #000000; }

.medium {
  background: #740008;
  color: #ffffff; }

.dark {
  background: #000000;
  color: #ffffff; }

.pattern {
  background: url("../images/gradient.png"), url("../images/darkbg.png") center, center;
  background-size: cover, inherit;
  color: #ffffff; }

.pattern2 {
  background-image: url("../images/sa-bg.jpg");
  color: #ffffff; }

.cutline {
  height: .8em;
  color: #ffffff; }
  .cutline h3 {
    font-weight: 300;
    font-size: 1.6em;
    text-transform: uppercase;
    background: #740008;
    box-shadow: 9px 9px black;
    padding: .6em .8em .2em;
    margin-top: -.15em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 0%; }
    .cutline h3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .cutline h3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .cutline h3:last-child {
          margin-right: 0; } }

blockquote {
  margin-top: 4em;
  padding: 0 2.5em;
  position: relative;
  font-family: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif;
  quotes: "“" "”" "‘" "’";
  /* two pairs */
  font-weight: 300; }
  blockquote p {
    margin: 1rem 0 3rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    font-style: italic;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  blockquote h2 {
    font-family: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif;
    padding: 0 0 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; }

.tested {
  background: #000000 url("../images/south-african-mother.jpg") center no-repeat;
  background-size: cover;
  padding: 5rem 0 1rem;
  text-align: center; }
  .tested h2 {
    text-align: center;
    font-size: 2.7em; }
  .tested h3 {
    padding-top: 5rem;
    margin: 0;
    padding-bottom: 0;
    width: 70%;
    margin: 0 auto; }
  .tested .sa-data-1 {
    padding-top: 25rem;
    font-size: 1.6em; }

.fact {
  padding: 7em 0 2em; }

.info {
  /*@include transform(scale(.95));*/
  background: rgba(255, 255, 255, 0.1);
  border: 0.5em solid rgba(148, 107, 110, 0.7);
  outline: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  color: #ffffff;
  padding: 2em; }
  .info span {
    font-weight: 400; }
  .info h2 {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: .1em;
    margin: 0;
    padding: 0 0 .5em 0; }
  .info h3 {
    font-size: 1.6em; }

.line {
  margin-top: -3em;
  width: 40%;
  margin: 0 auto;
  border-top: 1px solid gray; }

.south-africa blockquote {
  margin: 0 auto;
  padding-bottom: 2em;
  text-align: center; }
  .south-africa blockquote h2 {
    font-size: 2.78rem; }
  .south-africa blockquote p {
    margin: 2rem 0 3rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-style: italic; }
.south-africa .sa-data-2 {
  padding: 1rem 0 5rem;
  width: 70%;
  margin: 0 auto;
  text-align: center; }
  .south-africa .sa-data-2 h3 {
    font-size: 1.6em; }
  .south-africa .sa-data-2 span {
    font-weight: 700; }

h2 {
  font-size: 2em;
  padding: 2em 0 4em; }

.prep {
  background: #feeaec; }
  @media screen and (max-width: 768px) {
    .prep {
      margin-top: 2em; } }
  @media screen and (max-width: 480px) {
    .prep {
      margin-top: 4em; } }
  .prep h3 {
    font-size: 1.3em;
    padding: 2em; }

.diagnosed {
  padding-bottom: 2em; }
  .diagnosed .diagnosed-text {
    margin: 3em 0; }
    @media screen and (min-width: 779px) {
      .diagnosed .diagnosed-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .diagnosed .diagnosed-text:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .diagnosed .diagnosed-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 0%; }
        .diagnosed .diagnosed-text:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .diagnosed .diagnosed-text {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .diagnosed .diagnosed-text:last-child {
          margin-right: 0; } }
  .diagnosed .diagnosed-photo {
    margin-top: 3em;
    transform: rotate(6deg); }
    @media screen and (min-width: 779px) {
      .diagnosed .diagnosed-photo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 0%; }
        .diagnosed .diagnosed-photo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .diagnosed .diagnosed-photo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 0%; }
        .diagnosed .diagnosed-photo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .diagnosed .diagnosed-photo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        width: 97%;
        margin: 0 auto 3em;
        text-align: center; }
        .diagnosed .diagnosed-photo:last-child {
          margin-right: 0; } }
    .diagnosed .diagnosed-photo img {
      box-shadow: 5px 5px 36px -13px rgba(0, 0, 0, 0.75); }
  .diagnosed .diagnose-quote blockquote {
    text-align: center; }
    .diagnosed .diagnose-quote blockquote h2 {
      font-size: 1.8em; }

.diagnosed-photo:after {
  content: "";
  display: table;
  clear: both; }

.dark-box h3 {
  font-size: 1.7em;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 1em 2em;
  margin-top: 14em; }
  @media screen and (min-width: 779px) {
    .dark-box h3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .dark-box h3:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .dark-box h3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin-left: 42.64902%; }
      .dark-box h3:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .dark-box h3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .dark-box h3:last-child {
        margin-right: 0; } }

.derrick {
  padding: 4em 0 12em; }

.derrick-quote {
  background: #000000 url("../images/atlanta-testing.jpg") center no-repeat;
  background-size: cover;
  padding: 0em 0 10rem; }
  .derrick-quote h2 {
    font-size: 2.1em; }

.fisherman {
  padding: 0em 0 10rem; }
  .fisherman .search h3 {
    width: 70%;
    font-size: 1.34em;
    text-align: center;
    margin: 0 auto .5em; }
    @media screen and (max-width: 480px) {
      .fisherman .search h3 {
        width: 90%; } }
    .fisherman .search h3 strong {
      font-size: 1.5rem;
      line-height: 2rem; }

.fisherman-quote {
  background: #000000 url("../images/fishermen-red.jpg") center no-repeat;
  background-size: cover;
  padding: 10rem 0 4rem; }
  @media screen and (max-width: 480px) {
    .fisherman-quote {
      background-position: 96% 0%;
      background-size: 400%;
      padding-bottom: 0; } }
  .fisherman-quote h2 {
    font-size: 2.7em;
    text-align: center; }
  .fisherman-quote blockquote {
    padding-bottom: 6em; }
  .fisherman-quote h3 {
    font-size: 1.3em;
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    .fisherman-quote h3 span {
      font-size: 2.1rem; }

.block {
  background: #000000 url("../images/texture.png") bottom center no-repeat;
  background-repeat: repeat-x;
  padding-bottom: 5em; }
  .block h2 {
    text-align: center;
    font-size: 2.1em; }

.luis-quote {
  background: #000000 url("../images/luis-bg.jpg") 70% 0% no-repeat;
  background-size: cover;
  padding: 10rem 0 5rem; }
  @media screen and (max-width: 480px) {
    .luis-quote {
      background-position: 60% 0%;
      background-size: 200%;
      padding-bottom: 0; } }
  .luis-quote blockquote {
    font-size: 1.8rem;
    margin-bottom: 10rem; }
    @media screen and (max-width: 480px) {
      .luis-quote blockquote {
        font-size: 1.5rem; } }
  .luis-quote h3 {
    font-size: 1.5rem;
    width: 65%;
    margin-left: 6.5rem; }
    @media screen and (max-width: 480px) {
      .luis-quote h3 {
        margin-left: 6rem; } }

.luis-block {
  padding-bottom: 0; }
  .luis-block .cure h3 {
    font-size: 1.8rem;
    margin: 3em auto .5em;
    width: 80%;
    text-align: center; }
  .luis-block h2 {
    font-size: 2.1rem; }

.credits-source {
  color: #ffffff;
  font-size: .92rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  opacity: .7;
  padding: 1rem 0 4rem; }
  @media screen and (max-width: 480px) {
    .credits-source {
      width: 100%; } }

.watch-video {
  margin: 0 auto 2em;
  text-anchor: center; }
  .watch-video h2 {
    font-size: 1.4rem;
    letter-spacing: .08rem;
    font-style: italic;
    text-align: center;
    padding: 3rem 0 2rem 0; }

.thumbnail {
  border: 1px solid #ffffff;
  background: #cccccc;
  color: #000000;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: .09em;
  cursor: pointer;
  padding: .5em;
  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;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .thumbnail:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .thumbnail {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin: 1em auto 0;
      text-align: center; }
      .thumbnail:last-child {
        margin-right: 0; } }

.thumbnail:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.thumbnail-inactive {
  border: 1px solid #666666;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .7em;
  color: #666666;
  padding: .5em .2em;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .thumbnail-inactive:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .thumbnail-inactive {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin: 1em auto 0;
      text-align: center; }
      .thumbnail-inactive:last-child {
        margin-right: 0; } }

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

.share {
  margin: 2em auto 5em;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .share {
      margin: 2em auto; } }
  .share a {
    font-size: 1.1rem;
    line-height: 3em;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid gray;
    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: 40.29137%;
        margin-left: 0%;
        padding: 0;
        margin: 0 1em 0 2em;
        font-size: 80%; }
        .share a:last-child {
          margin-right: 0; } }
  .share a:hover {
    opacity: .7; }

.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 1s ease-in 0.2s backwards;
  -moz-animation: slide-down 1s ease-in 0.2s backwards;
  animation: slide-down 1s ease-in 0.2s backwards; }

@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes enlarge {
  0% {
    -moz-transform: scale(0.95); }
  50% {
    -moz-transform: scale(1.04); }
  100% {
    -moz-transform: scale(1); } }
@keyframes enlarge {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-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.1em);
    opacity: .6; }
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes slide-down {
  from {
    -moz-transform: translateY(0.1em);
    opacity: .6; }
  to {
    -moz-transform: translateY(0);
    opacity: 1; } }
@keyframes slide-down {
  from {
    -webkit-transform: translateY(0.1em);
    -moz-transform: translateY(0.1em);
    -ms-transform: translateY(0.1em);
    -o-transform: translateY(0.1em);
    transform: translateY(0.1em);
    opacity: .6; }
  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 */
