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

@font-face {
  font-family: 'YWFTUltramagnetic-Light';
  src: url("webfonts/ywft-ultramagnetic-light.eot");
  src: url("webfonts/ywft-ultramagnetic-light.eot?#iefix") format("embedded-opentype"), url("webfonts/ywft-ultramagnetic-light.woff2") format("woff2"), url("webfonts/ywft-ultramagnetic-light.woff") format("woff"), url("webfonts/ywft-ultramagnetic-light.ttf") format("truetype"), url("webfonts/ywft-ultramagnetic-light.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/********************************************/
/********************************************/
body {
  color: #ffffff;
  font-family: "YWFTUltramagnetic-Light", "Georgia", "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: "YWFTUltramagnetic-Light", "Georgia", "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: 5.3rem;
  line-height: 5.8rem; }

h2 {
  font-size: 1.3rem;
  font-weight: normal; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 3.35em; }

h5 {
  font-size: 2.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

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

hr {
  border-bottom: 1px solid #e8e8e8;
  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 #e8e8e8;
  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: white;
  border: 1px solid #e8e8e8;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "YWFTUltramagnetic-Light", "Georgia", "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 #e8e8e8;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "YWFTUltramagnetic-Light", "Georgia", "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: #cfcfcf; }
  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: #3b6b8c;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(51, 93, 122, 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 #c2c2c2;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #e8e8e8;
  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: #ffffff; }

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

em {
  font-style: italic; }

a {
  color: #5da5ba;
  -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: light-blue;
  -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; } }

.lionfish-header {
  background: url("../images/lionfish-header.jpg") top left no-repeat;
  text-align: center;
  margin: 0 auto;
  background-size: contain;
  z-index: -10;
  width: 100%;
  height: 730px; }
  @media screen and (max-width: 950px) {
    .lionfish-header {
      height: 430px; } }
  @media screen and (max-width: 480px) {
    .lionfish-header {
      height: 330px;
      margin-top: 3em; } }

.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: 300; }
  @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; } }

@media screen and (min-width: 1700px) {
  .header {
    left: -750px; } }

header {
  position: absolute;
  width: 50%;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000; }
  @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: #1a1a1a;
    text-transform: uppercase;
    font-family: "YWFTUltramagnetic-Light", "Georgia", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 2.4em; }
    @media screen and (min-width: 1700px) {
      header h1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        margin-left: 0%;
        text-align: center !important; }
        header h1:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 950px) {
      header h1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        margin-left: 59.70863%; }
        header h1:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 950px) {
      header h1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        margin-left: 51.17883%;
        margin: 1.4em inherit 4em;
        font-size: 3.5em;
        line-height: 1em; }
        header h1:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      header h1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 0%;
        margin: 9em 2em 6em 2em;
        height: 13em;
        font-size: 2.0em;
        line-height: 1em; }
        header h1:last-child {
          margin-right: 0; } }
    header h1 span {
      margin-left: 50px; }
  header h2 {
    text-align: center;
    color: #ffffff;
    font-family: "YWFTUltramagnetic-Light", "Georgia", "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; } }

.population-eggs {
  text-align: center;
  text-transform: uppercase;
  margin: .2em 0 2em 3.5%;
  line-height: .3em;
  width: 38%;
  display: inline-block;
  color: #333; }
  .population-eggs h2 {
    line-height: 1.06em; }

.population-years {
  text-align: center;
  text-transform: uppercase;
  margin: .2em 2% 2em 0;
  width: 40%;
  display: inline-block;
  color: #333; }
  .population-years h2 {
    line-height: 1em; }

.population-ampersand {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -5em;
  width: 11.17215%;
  text-align: center;
  color: #333; }
  .population-ampersand h2 {
    font-size: 3em;
    position: absolute;
    top: -1.7em;
    left: 50%;
    transform: translate(-50%, 0); }
    @media screen and (max-width: 950px) {
      .population-ampersand h2 {
        font-size: 1.9em; } }
    @media screen and (max-width: 480px) {
      .population-ampersand h2 {
        font-size: 1.5em; } }

.a-stomach {
  padding: .5em 0 0;
  text-align: center;
  text-transform: uppercase; }
  .a-stomach h2 {
    line-height: .95em; }

@media screen and (min-width: 950px) {
  .stomach-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .stomach-text:last-child {
      margin-right: 0; } }
@media screen and (max-width: 950px) {
  .stomach-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .stomach-text:last-child {
      margin-right: 0; } }
@media screen and (max-width: 480px) {
  .stomach-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
    .stomach-text:last-child {
      margin-right: 0; } }

.a-researcher {
  padding: 5em 0 3em;
  margin-top: 2em;
  background: url("../images/paintspot.jpg") no-repeat top center;
  background-size: contain;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .a-researcher:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .a-researcher {
      font-size: .7em;
      margin-top: 0em; } }
  .a-researcher h2 {
    font-weight: 600;
    font-size: 1.5em !important;
    line-height: 1.2em;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.19); }
    @media screen and (max-width: 480px) {
      .a-researcher h2 {
        margin-top: -1em; } }
    .a-researcher h2 a {
      color: #ffffff; }
    .a-researcher h2 a:hover {
      opacity: .7; }

.a-predators-block {
  background: url("../images/paintspot3.jpg") no-repeat;
  background-size: contain; }

.a-predators {
  text-transform: uppercase;
  padding: 2.5em 0 0em;
  text-align: center;
  width: 100%; }
  .a-predators h2 {
    font-size: 1.74em; }
  @media screen and (max-width: 480px) {
    .a-predators {
      text-align: left; } }

.a-predators-addition {
  text-transform: uppercase;
  font-size: 2.26em;
  padding-bottom: 1em;
  margin-left: 25.58941%; }
  @media screen and (max-width: 480px) {
    .a-predators-addition {
      margin-left: 0%; } }

.a-environment {
  margin: 4em 0 0; }
  .a-environment h2 {
    font-size: 1.7em;
    width: 90%;
    margin: 0 auto;
    color: #356c7c;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .a-environment h2 {
        font-size: 1em;
        line-height: 1em; } }

.recruitment {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .recruitment:last-child {
    margin-right: 0; }

.solutions {
  padding: 3em;
  margin: -.6em 0 1.4em 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  background: url("../images/help-bg.png") top center no-repeat;
  background-size: cover; }
  .solutions:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .solutions {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%;
      padding: 0em 3em; }
      .solutions:last-child {
        margin-right: 0; } }

.solutions a:hover {
  opacity: .5; }

.solutions-section {
  padding: .5em 0 1em;
  max-width: 1100px;
  margin: 0 auto; }

.solutions-text {
  text-transform: uppercase;
  text-align: center;
  height: 5.5em; }
  .solutions-text h2 {
    font-size: 1.52em;
    text-shadow: 2px 2px rgba(255, 255, 255, 0.3);
    line-height: 1.1em;
    padding-top: 1.4em; }
    @media screen and (max-width: 950px) {
      .solutions-text h2 {
        font-size: 1.2em; } }
    @media screen and (max-width: 480px) {
      .solutions-text h2 {
        font-size: 1.3em; } }

.solutions-image {
  display: block; }
  @media screen and (max-width: 480px) {
    .solutions-image {
      width: 70%;
      margin: 0 auto; } }

.survive {
  background: url("../images/paintspot2.jpg") no-repeat;
  padding-bottom: 2em; }
  .survive h2 {
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase; }

.survive-coral {
  margin: 1em 0; }
  @media screen and (max-width: 480px) {
    .survive-coral {
      font-size: .8em !important;
      line-height: 1.25em !important; } }

h2.survive-coral {
  line-height: 1.7em; }

.a-fish-2 {
  opacity: .8; }

.a-fish-3 {
  opacity: .7; }

.a-fish-4 {
  text-align: center; }

.a-coral-health {
  text-align: left;
  font-size: 1.3em;
  line-height: 1.3em; }

.increase {
  text-align: center;
  font-size: 1.3em; }

.imagesequence {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .imagesequence:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .imagesequence {
      margin-top: 7em; } }

.pin1-text {
  margin-top: 11em;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .pin1-text:last-child {
    margin-right: 0; }
  .pin1-text h2 {
    line-height: 1em; }
  .pin1-text h2.fittext16 {
    line-height: 1.24em; }

.lionfish-intro {
  background: url("../images/paint.jpg") top center no-repeat;
  background-size: contain;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5); }

p.intro {
  font-size: 2.64em;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: .5em; }
  @media screen and (max-width: 480px) {
    p.intro {
      font-size: 1.2rem; } }

p.intro-desc {
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 2em; }
  @media screen and (max-width: 480px) {
    p.intro-desc {
      font-size: .9rem; } }

.help-out {
  text-align: center;
  font-size: 1.2em;
  width: 70%; }
  @media screen and (max-width: 480px) {
    .help-out {
      width: 100%; } }

.read-more {
  font-size: .9em;
  margin-top: 1em; }
  .read-more p {
    margin: 0; }
  .read-more a {
    margin-bottom: .9em;
    font-size: .8em;
    line-height: .5em; }

.photo-credit {
  font-size: .5em;
  margin-top: -1.3em;
  color: #ffffff; }

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

footer {
  padding: 1em 0 2em;
  margin-top: 4em;
  text-align: center;
  text-transform: uppercase;
  font-family: "YWFTUltramagnetic-Light", "Georgia", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9a9a9a; }
  footer p {
    font-family: "YWFTUltramagnetic-Light", "Georgia", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  footer .source {
    font-size: .7em;
    line-height: 1.3em;
    margin: 9em 0 2em; }
  footer .share {
    max-width: 46.875em;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 1em; }
    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: .9em;
      font-size: 1em;
      letter-spacing: .05em; }
    footer .share a {
      padding: 2.5em 2.4em;
      margin: .5em;
      font-size: 1em;
      color: #ffffff;
      font-family: "YWFTUltramagnetic-Light", "Georgia", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: url("../images/paintspot-a.jpg") center center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 480px) {
        footer .share a {
          font-size: .7em; } }
    footer .share a:hover {
      opacity: .7; }

/* SLIDE OUT PANEL */
*::after, *::before {
  content: ''; }

.cd-main-content {
  text-align: center; }

.cd-main-content .cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3); }

.cd-panel, .cd-panel1, .cd-panel2, .cd-panel3 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s; }

.cd-panel::after, .cd-panel1::after, .cd-panel2::after, .cd-panel3::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-panel.is-visible, .cd-panel1.is-visible, .cd-panel2.is-visible, .cd-panel3.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.cd-panel.is-visible::after, .cd-panel1.is-visible::after, .cd-panel2.is-visible::after, .cd-panel3.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s; }

.cd-panel.is-visible .cd-panel-close::before, .cd-panel.is-visible .cd-panel1-close::before, .cd-panel.is-visible .cd-panel2-close::before, .cd-panel.is-visible .cd-panel3-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s; }

.cd-panel.is-visible .cd-panel-close::after, .cd-panel.is-visible .cd-panel1-close::after, .cd-panel.is-visible .cd-panel2-close::after, .cd-panel.is-visible .cd-panel3-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s; }

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg); } }
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(45deg); } }
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg); } }
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(-45deg); } }
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-webkit-keyframes cd-close-3 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg); } }
@-moz-keyframes cd-close-3 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(-45deg); } }
@keyframes cd-close-3 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
.cd-panel-header {
  margin-top: 1.2em;
  height: 50px;
  max-width: 900px;
  width: 100%;
  line-height: 50px;
  z-index: 2;
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s; }

.cd-panel-content h5 {
  text-transform: uppercase;
  margin: 1.4em 0 .4em;
  color: #ffffff; }

.cd-panel-content img {
  margin-top: 1.7em; }

.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px; }

.from-right .cd-panel-header {
  right: 0; }

.from-left .cd-panel-header {
  left: 0; }

.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s; }

@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 90%; } }
@media only screen and (min-width: 1170px) {
  .cd-panel-header {
    width: 90%; } }
.cd-panel-close, .cd-panel1-close, .cd-panel2-close, .cd-panel3-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 105%;
  width: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 400px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-panel-close::before, .cd-panel-close::after, .cd-panel1-close::before, .cd-panel1-close::after, .cd-panel2-close::before, .cd-panel2-close::after, .cd-panel3-close::before, .cd-panel3-close::after {
  /* close icon created in CSS */
  position: absolute;
  top: 25px;
  left: 15px;
  height: 3px;
  width: 20px;
  background-color: #ffffff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-panel-close::before, .cd-panel1-close::before, .cd-panel2-close::before, .cd-panel3-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-panel-close::after, .cd-panel1-close::after, .cd-panel2-close::after, .cd-panel3-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.no-touch .cd-panel-close:hover, .no-touch .cd-panel1-close:hover, .no-touch .cd-panel2-close:hover, .no-touch .cd-panel3-close:hover {
  background-color: #424f5c; }

.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after, .no-touch .cd-panel1-close:hover::before, .no-touch .cd-panel1-close:hover::after, .no-touch .cd-panel2-close:hover::before, .no-touch .cd-panel2-close:hover::after, .no-touch .cd-panel3-close:hover::before, .no-touch .cd-panel3-close:hover::after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel1-close:hover::before, .no-touch .cd-panel2-close:hover::before, .no-touch .cd-panel3-close:hover::before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg); }

.no-touch .cd-panel-close:hover::after, .no-touch .cd-panel1-close:hover::after, .no-touch .cd-panel2-close:hover::after, .no-touch .cd-panel3-close:hover::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: rgba(26, 26, 26, 0.95);
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 70%;
    max-width: 900px; } }
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 50%;
    max-width: 900px; } }
.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch; }

.cd-panel-content a {
  font-family: "YWFTUltramagnetic-Light", "Georgia", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a5cdd8;
  font-size: 1.4em;
  margin: 2em 0;
  text-align: center !important;
  text-transform: uppercase;
  display: block; }

.cd-panel-content a:hover {
  color: #ecf4f7; }

.cd-panel-content p {
  font-family: "Open Sans", "Georgia", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #ffffff; }

.cd-panel-content p:first-of-type {
  margin-top: 0; }

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