/* /iw/css/normalize-css/normalize.css */ 

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/* /iw/css/AT/ATreader.css */ 

html,
body {
  width: 100%;
  height: 100%;
}
/* THESE MUST NOT BE 100% BECAUSE IT MESSES WITH ELASTIC SCROLLING */
html.app,
body.app {
  height: auto !important;
}
body {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-transition: opacity 0.11s;
  -moz-transition: opacity 0.11s;
  -o-transition: opacity 0.11s;
  -ms-transition: opacity 0.11s;
  transition: opacity 0.11s;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.contentSubHolder {
  width: 100%;
}
hr {
  display: block;
  margin: 20px auto;
  width: 30%;
  background-color: #2b2b2b;
  height: 1px;
  border: none;
  margin-bottom: 45px;
}
.narrativeCenter p {
    max-width: 100%;
    max-width: calc(100% - 2rem);
  }
.background {
  z-index: 4;
}
.foreground {
  background-color: #fff;
  z-index: 120;
  position: relative;
  -webkit-perspective: none;
  -webkit-backface-visibility: visible;
}
.data {
  display: none;
}
h2 {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 70px;
  margin-top: 0px;
  margin-bottom: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-transition: opacity;
  padding-top: 53px;
  padding-bottom: 53px;
  text-align: center;
}
.titleblack {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 70px;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #2b2b2b;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  -webkit-transition: opacity;
  padding-top: 120px;
  padding-bottom: 20px;
  text-align: center;
  text-shadow: none !important;
  margin-top: 0px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .titleblack {
    margin-top: 0px;
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.overflowHidden {
  overflow: hidden;
}
.centered {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.coverSpaces {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .coverSpaces {
    max-height: 530px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .coverSpaces {
    max-height: 400px !important;
  }
  .coverSpaces.parallaxedCoverImage {
    position: relative;
    top: -300px;
  }
}
.plainButton {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #2b2b2b !important;
  font-size: 14px;
  padding-bottom: 1px;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none !important;
}
.plainButton:hover {
  border-bottom: 1px solid #2b2b2b;
}
.plainButton:active {
  border-bottom: 1px solid #2b2b2b;
}
.plainButton:visited {
  border-bottom: 1px solid #2b2b2b;
}
.mobileCoverContent {
  display: none;
}
.image-full-parallax {
  height: 800px;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .image-full-parallax {
    height: inherit !important;
    background-position: inherit !important;
    background-repeat: inherit !important;
    background-attachment: inherit !important;
    width: inherit !important;
    overflow: inherit !important;
    position: inherit !important;
    text-align: inherit !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 1600px) {
  .image-full-parallax {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-height: 1000px) {
  .image-full-parallax {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.image-full-parallax-castrated {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#mainStoryContainer {
  overflow-x: hidden;
}
.textCenter,
.textLeft,
.textRight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  position: relative;
  z-index: 400;
  width: 100%;
  cursor: normal;
  -webkit-perspective: 1300;
  -moz-perspective: 1300;
  -ms-perspective: 1300;
  perspective: 1300;
}
.textCenter p,
.textLeft p,
.textRight p {
  font-size: 2em;
  line-height: 1.2 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100%;
}
.textCenter .textTitle,
.textLeft .textTitle,
.textRight .textTitle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #2b2b2b;
  text-transform: uppercase;
  padding-top: 0.6em;
}
.textCenter .textBody,
.textLeft .textBody,
.textRight .textBody {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 100;
  color: #2b2b2b;
}
.textCenter .textBody p:last-child,
.textLeft .textBody p:last-child,
.textRight .textBody p:last-child {
  padding-bottom: 0 !important;
}
.textCenter {
  margin: 25px auto 60px auto;
}
.textCenter .textTitle {
  width: 640px;
  margin: 0 auto 10px auto;
}
.textCenter .textBody {
  width: 640px;
  padding-left: 1em;
  margin: 0 auto;
  border-left: 1px solid rgba(0,0,0,0.125);
  line-height: 1.2em;
  max-width: 100%;
  max-width: calc(100% - 2rem);
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .textCenter .textTitle {
    width: 270px;
  }
  .textCenter .textBody {
    width: 270px;
  }
}
.textRight,
.textLeft {
  height: 2px;
  width: 100%;
  max-width: 1023px;
  margin-left: auto;
  margin-right: auto;
}
.textRight .textTitle,
.textLeft .textTitle {
  width: 1023px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #2b2b2b;
  margin: 0 auto;
  line-height: 130%;
  color: #2b2b2b;
  max-width: 360px;
}
.textRight .textBody,
.textLeft .textBody {
  max-width: 360px;
  width: 640px;
  padding-bottom: 1em;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .textRight,
  .textLeft {
    height: auto;
    margin: 25px auto 60px auto;
    max-width: 270px;
    padding: 0;
  }
  .textRight .textTitle,
  .textLeft .textTitle {
    width: 270px;
  }
  .textRight .textBody,
  .textLeft .textBody {
    width: 270px;
    border-left: 1px solid rgba(0,0,0,0.125);
    padding-left: 1em;
  }
}
.textRight {
  padding-right: 1.5rem;
}
.textRight .textTitle {
  text-align: right;
  margin-bottom: 5px;
  margin-top: 0px;
  margin-right: 2px;
}
.textRight .textBody {
  float: right;
  text-align: right;
  padding-left: 20px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .textRight {
    margin: 25px auto 60px auto;
  }
  .textRight .textTitle {
    float: none;
    text-align: left;
  }
  .textRight .textBody {
    float: none;
    text-align: left;
  }
}
.textLeft {
  padding-right: 7px;
  padding-left: 1.5rem;
}
.textLeft .textTitle {
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0px;
  margin-left: 2px;
}
.textLeft .textBody {
  float: left;
  text-align: left;
  padding-right: 20px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .textLeft {
    margin: 25px auto 60px auto;
  }
  .textLeft .textTitle {
    float: none;
    text-align: left;
  }
  .textLeft .textBody {
    float: none;
    text-align: left;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .textCenter,
  .textLeft,
  .textRight {
    font-size: 20px;
  }
}
.soundtrack,
&.active,
background-color #FFDFAD,
color white,
.audioCenter {
  width: 640px;
  height: 230px;
  background: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 75px;
  padding-top: 10px;
  border-top: 1px solid whiteyGrey;
  text-align: center;
}
.soundtrack .playButton,
&.active .playButton,
background-color #FFDFAD .playButton,
color white .playButton,
.audioCenter .playButton {
  width: 100px;
  height: 115px;
  padding: 0px;
  display: block;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.soundtrack:hover,
&.active:hover,
background-color #FFDFAD:hover,
color white:hover,
.audioCenter:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  cursor: pointer;
}
.soundtrack .playSeparator,
&.active .playSeparator,
background-color #FFDFAD .playSeparator,
color white .playSeparator,
.audioCenter .playSeparator {
  width: 170px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid whiteyGrey;
}
.soundtrack .audioTitle,
&.active .audioTitle,
background-color #FFDFAD .audioTitle,
color white .audioTitle,
.audioCenter .audioTitle {
  padding-top: 0.3em;
  font-size: 1.3em;
  margin-top: 0px;
  color: #303030;
}
.soundtrack .scrubberBar,
&.active .scrubberBar,
background-color #FFDFAD .scrubberBar,
color white .scrubberBar,
.audioCenter .scrubberBar {
  width: 100%;
  margin-top: 13px;
  height: 50px;
}
.videoExtraTitle .textChapterCover {
  position: relative;
}
.videoExtraTitle .textChapterCover .chapterTitleHolder {
  bottom: 9% !important;
  height: 200px !important;
}
.videoFullWidth {
  min-height: 220px;
  max-height: 720px;
  width: 100%;
  background-color: #2b2b2b;
  color: #fff;
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
}
.videoFullWidth video {
  display: block;
}
.narrativeCenter .videoInlineCentered {
  min-height: 220px;
  max-height: 720px;
  width: 100%;
  color: #fff;
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.narrativeCenter .videoInlineCentered iframe {
  width: 640px;
  height: 320px;
}
.narrativeCenter .videoInlineCentered detail {
  width: 640px;
  margin: 0 auto;
  text-align: left;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: block;
}
.narrativeCenter .videoInlineCentered video,
.narrativeCenter .videoInlineCentered iframe {
  display: block;
  margin: 0 auto;
  z-index: 100;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .narrativeCenter .videoInlineCentered video,
  .narrativeCenter .videoInlineCentered iframe {
    width: 620px;
    height: 400px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .narrativeCenter .videoInlineCentered video,
  .narrativeCenter .videoInlineCentered iframe {
    width: 620px;
    height: 400px;
  }
}
.narrativeCenter .videoInlineLeft,
.narrativeCenter .videoInlineRight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 2px;
  position: relative;
  width: 100%;
  max-width: 1023px;
  z-index: 400;
  margin-left: auto;
  margin-right: auto;
}
.narrativeCenter .videoInlineLeft detail,
.narrativeCenter .videoInlineRight detail {
  width: 190px;
}
.narrativeCenter .videoInlineLeft iframe,
.narrativeCenter .videoInlineRight iframe {
  width: 100%;
  height: 100%;
}
.narrativeCenter .videoInlineLeft + p,
.narrativeCenter .videoInlineRight + p {
  position: relative;
}
.narrativeCenter .videoInlineLeft .videoHolder,
.narrativeCenter .videoInlineRight .videoHolder {
  width: 500px;
  height: 320px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  z-index: 500;
  margin-top: 0.4em;
  position: static;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
}
.narrativeCenter .videoInlineLeft video,
.narrativeCenter .videoInlineRight video {
  max-height: 280px;
}
.narrativeCenter .videoInlineLeft .videoLeft,
.narrativeCenter .videoInlineRight .videoLeft,
.narrativeCenter .videoInlineLeft .videoRight,
.narrativeCenter .videoInlineRight .videoRight {
  position: relative;
  border: none;
}
.narrativeCenter .videoInlineLeft:hover,
.narrativeCenter .videoInlineRight:hover {
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
}
.narrativeCenter .videoInlineLeft:hover ~ .caption,
.narrativeCenter .videoInlineRight:hover ~ .caption {
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.narrativeCenter .videoInlineLeft .caption,
.narrativeCenter .videoInlineRight .caption {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-rendering: optimizelegibility;
  color: #000;
  z-index: -20;
  float: left;
  clear: left;
  position: relative;
  margin-top: 3px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: 2px;
  width: 165px;
  text-align: left;
  -webkit-transform: translate3d(0px, -35px, 0px);
  -moz-transform: translate3d(0px, -35px, 0px);
  -o-transform: translate3d(0px, -35px, 0px);
  -ms-transform: translate3d(0px, -35px, 0px);
  transform: translate3d(0px, -35px, 0px);
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.narrativeCenter .videoInlineCentered:last-child {
  margin-bottom: 70px;
}
.narrativeCenter .videoInlineLeft .videoHolder {
  float: left;
  margin-right: 20px;
}
.narrativeCenter .videoInlineLeft detail {
  float: left;
  text-align: left;
}
.narrativeCenter .videoInlineRight .videoHolder {
  float: right;
  margin-left: 20px;
}
.narrativeCenter .videoInlineRight detail {
  float: right;
  text-align: right;
}
.narrativeCenter .videoInlineLeft detail,
.narrativeCenter .videoInlineRight detail,
.narrativeCenter .videoInlineCentered detail {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  clear: both;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .narrativeCenter .videoInlineLeft,
  .narrativeCenter .videoInlineRight,
  .narrativeCenter .videoInlineCentered {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 270px;
  }
  .narrativeCenter .videoInlineLeft .videoHolder,
  .narrativeCenter .videoInlineRight .videoHolder,
  .narrativeCenter .videoInlineCentered .videoHolder {
    float: none;
    margin: 0;
    height: 220px;
    width: 100%;
  }
  .narrativeCenter .videoInlineLeft video,
  .narrativeCenter .videoInlineRight video,
  .narrativeCenter .videoInlineCentered video,
  .narrativeCenter .videoInlineLeft iframe,
  .narrativeCenter .videoInlineRight iframe,
  .narrativeCenter .videoInlineCentered iframe {
    width: 100%;
    height: 220px;
  }
  .narrativeCenter .videoInlineLeft detail,
  .narrativeCenter .videoInlineRight detail,
  .narrativeCenter .videoInlineCentered detail {
    float: none;
    text-align: left;
    height: auto;
  }
}
.triggeredVideo {
  width: auto !important;
  display: block;
  position: relative;
  padding: 13px !important;
  overflow-y: visible !important;
}
.triggeredVideo video {
  background-color: #000;
}
.triggeredVideo video,
.triggeredVideo .vimeoVideo,
.triggeredVideo .youtubeVideo {
  max-width: 100%;
  display: block;
  z-index: 500;
  width: 640px;
  height: 320px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .triggeredVideo video,
  .triggeredVideo .vimeoVideo,
  .triggeredVideo .youtubeVideo {
    width: 320px;
    height: 240px;
  }
}
.triggeredVideo .closer {
  overflow: visible;
  top: -18px;
  right: -13px !important;
  font-size: 12px;
}
.triggeredVideo .vimeoVideo iframe,
.triggeredVideo .youtubeVideo iframe {
  width: 100%;
  height: 100%;
}
.chapterHead {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden !important;
}
font-family sansseriffontslight,
font-weight 100 {
  font-size: 14px;
}
.text .flexTypographyHolder {
  width: 370px;
  display: block;
  height: 100%;
  float: right;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  float: right;
  background-color: #fff;
  right: 0px;
}
.text .flexTypographyHolder .chapterNumber {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #2b2b2b;
  font-weight: 100;
  padding: 10px;
  padding-top: 12px;
  display: table;
  position: relative;
  bottom: 20px;
  margin: 0 auto;
}
.text .flexTypographyHolder .chapterNumber span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  font-size: 50px;
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.text .flexTypographyHolder .flexTitle {
  font-size: 60px;
  display: block;
  font-weight: 100;
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 auto;
  width: 85%;
  position: relative;
}
.text .flexTypographyHolder .logo {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 44px;
  position: relative;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  text-align: center;
  position: absolute;
  bottom: 30px;
}
.text .flexTypographyHolder .logo img {
  max-width: 370px;
  width: 46px;
  margin: 0 auto;
}
.text.video {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.text.video .flexMediaholder video {
  width: 100%;
  margin: auto;
}
.videoChapterTrueSize {
  min-height: 220px;
  max-height: 720px;
  width: 100%;
  background-color: #2b2b2b;
  color: #fff;
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
}
.videoChapterTrueSize video,
.videoChapterTrueSize iframe {
  display: block;
}
.videoChapterTrueSize iframe {
  display: block;
  width: 100%;
  height: 612px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .videoChapterTrueSize iframe {
    height: 220px;
  }
}
.videoChapter {
  width: 100%;
  height: 100%;
  background-color: #2b2b2b;
  color: #fff;
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}
.videoChapter video {
  width: 100%;
  position: relative;
  left: 0px;
  top: 0px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .videoChapter video {
    height: 600px !important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .videoChapter video {
    height: 600px !important;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .videoChapter video {
    height: 300px !important;
  }
}
@media screen and (max-width: 900px) {
  .videoChapter {
    height: 400px;
  }
}
.imageChapterWrapper {
  height: 680px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .imageChapterWrapper {
    height: 280px;
  }
}
.imageChapterWrapper .parallaxedImageChapterImage {
  height: 1000px;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  display: block;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .imageChapterWrapper .parallaxedImageChapterImage {
    max-height: 100%;
  }
}
.imageChapterWrapper .imageChapterCaption {
  font-family: sans-serif;
  display: block;
  position: absolute;
  max-width: 640px;
  bottom: 35px;
  left: 40px;
  padding: 3px;
  max-height: 200px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0,0,0,0.3) 0px 0px 15px, rgba(0,0,0,0.2) 0px -1px 0px;
  font-size: 12px;
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.imageChapterWrapper .imageChapterCaption detail {
  text-align: left;
  margin: 0;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .imageChapterWrapper .imageChapterCaption {
    font-size: 10px;
    max-height: 100px;
    font-weight: 300;
    max-width: 270px;
  }
}
.coverNav {
  display: block;
  position: absolute;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 85%;
  height: 52px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: auto;
  margin-top: 72px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: margin-top 0.22s ease-in-out;
}
header.titlingColorDark .coverNav {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
header.titlingColorDark .topMenu {
  color: #000;
}
header.titlingColorDark .pauseSymbol {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
header.titlingColorDark .playSymbol {
  border-left: 6px solid #000;
}
.coverNavButton {
  cursor: pointer;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.coverNavAuthor {
  float: left;
  text-align: left;
  padding-left: 0px;
  margin-left: 0px;
}
.coverNavAuthor a {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.coverNavAuthor a:hover {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0);
}
.coverNavAuthor a:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.coverNavShare {
  float: right;
  text-align: right;
  padding-right: 0px;
  margin-right: 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.coverNavSoundtrack {
  float: right;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 40px;
  margin-right: 1em;
  margin-top: 0.4em;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 112px;
}
.pauseSymbol {
  width: 7px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 12px;
  cursor: pointer;
  position: relative;
  top: 2px;
  left: 13px;
  float: left;
  margin-right: 5px;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.16s ease-in-out;
  -moz-transition: opacity 0.16s ease-in-out;
  -o-transition: opacity 0.16s ease-in-out;
  -ms-transition: opacity 0.16s ease-in-out;
  transition: opacity 0.16s ease-in-out;
}
.playSymbol {
  display: block;
  cursor: pointer;
  position: relative;
  top: 2px;
  left: 14px;
  float: left;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.16s ease-in-out;
  -moz-transition: opacity 0.16s ease-in-out;
  -o-transition: opacity 0.16s ease-in-out;
  -ms-transition: opacity 0.16s ease-in-out;
  transition: opacity 0.16s ease-in-out;
}
.coverNavShare {
  margin-right: 0px;
}
.topMenu {
  display: block;
  height: 90px;
  position: relative;
  top: 34px;
  width: 85%;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  list-style: none;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
nav .topMenu {
  width: 100%;
  padding-left: 60px;
  padding-right: 62px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  nav .topMenu {
    padding-right: 23px;
    font-size: 13px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  nav .topMenu {
    padding-right: 32px;
  }
}
.shareMenu {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 90px;
  top: 34px;
}
.shareMenu li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s 0.04s ease-in-out;
  -moz-transition: all 0.3s 0.04s ease-in-out;
  -o-transition: all 0.3s 0.04s ease-in-out;
  -ms-transition: all 0.3s 0.04s ease-in-out;
  transition: all 0.3s 0.04s ease-in-out;
  -webkit-transform: translate3d(0px, -200px, 0px);
  -moz-transform: translate3d(0px, -200px, 0px);
  -o-transform: translate3d(0px, -200px, 0px);
  -ms-transform: translate3d(0px, -200px, 0px);
  transform: translate3d(0px, -200px, 0px);
  padding-top: 6px;
  padding-bottom: 6px;
}
.shareMenu li:first-child {
  -webkit-transition: all 0.23s 0s ease-in-out;
  -moz-transition: all 0.23s 0s ease-in-out;
  -o-transition: all 0.23s 0s ease-in-out;
  -ms-transition: all 0.23s 0s ease-in-out;
  transition: all 0.23s 0s ease-in-out;
  -webkit-transform: translate3d(0px, -180, 0px);
  -moz-transform: translate3d(0px, -180, 0px);
  -o-transform: translate3d(0px, -180, 0px);
  -ms-transform: translate3d(0px, -180, 0px);
  transform: translate3d(0px, -180, 0px);
}
.shareMenu li a {
  text-decoration: none;
  color: inherit;
}
.shareMenuMainNav {
  z-index: 0;
  height: 55px;
  top: 21px;
  color: #fff;
  display: none;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .shareMenuMainNav {
    top: 19px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .shareMenuMainNav {
    top: 10px;
  }
}
.shareMenuMainNav li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s 0.04s ease-in-out;
  -moz-transition: all 0.3s 0.04s ease-in-out;
  -o-transition: all 0.3s 0.04s ease-in-out;
  -ms-transition: all 0.3s 0.04s ease-in-out;
  transition: all 0.3s 0.04s ease-in-out;
  -webkit-transform: translate3d(0px, -200px, 0px);
  -moz-transform: translate3d(0px, -200px, 0px);
  -o-transform: translate3d(0px, -200px, 0px);
  -ms-transform: translate3d(0px, -200px, 0px);
  transform: translate3d(0px, -200px, 0px);
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .shareMenuMainNav li {
    line-height: 1em;
  }
}
.shareMenuMainNav li:first-child {
  -webkit-transition: all 0.23s 0s ease-in-out;
  -moz-transition: all 0.23s 0s ease-in-out;
  -o-transition: all 0.23s 0s ease-in-out;
  -ms-transition: all 0.23s 0s ease-in-out;
  transition: all 0.23s 0s ease-in-out;
  -webkit-transform: translate3d(0px, -180, 0px);
  -moz-transform: translate3d(0px, -180, 0px);
  -o-transform: translate3d(0px, -180, 0px);
  -ms-transform: translate3d(0px, -180, 0px);
  transform: translate3d(0px, -180, 0px);
}
.shareMenuMainNav li a {
  text-decoration: none;
  color: #2b2b2b;
}
nav {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  z-index: 19000;
  -webkit-perspective: 1400px;
  -moz-perspective: 1400px;
  -ms-perspective: 1400px;
  perspective: 1400px;
}
nav .playSymbol {
  left: 10px;
}
nav .pauseSymbol {
  left: 9px;
}
.mainNavShare {
  float: right;
  text-align: right;
  padding-right: 0px;
  margin-right: 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  font-size: 14px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mainNavShare {
    font-size: 13px;
  }
}
.mainNavSoundtrack {
  float: right;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 40px;
  margin-right: 0.5em;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 112px;
  margin-top: 0.2em;
  color: rgb(200,200,200);
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mainNavSoundtrack {
    margin-right: 15px;
    width: 80px;
    white-space: nowrap;
    overflow: visible;
  }

  .playSymbol, .playing .pauseSymbol {
    display: none !important;
  }

}
.builtWithInMenu {
  display: none;
/* background-color: #f00; */
  height: 60px;
  width: 150px;
  position: relative;
  z-index: 20000;
/* top: 70px; */
/* left: 50%; */
  color: rgba(255,255,255,0.2);
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5px;
}
.builtWithInMenu img {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  margin-bottom: 10px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .builtWithInMenu {
    display: block;
  }
}
.mobileNavPane {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transform: translate3d(0px, -100%, 0px);
  -moz-transform: translate3d(0px, -100%, 0px);
  -o-transform: translate3d(0px, -100%, 0px);
  -ms-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 18000;
  counter-reset: item;
  list-style-type: none;
  background-color: #2b2b2b;
  padding-top: 72px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mobileNavPane {
    display: block !important;
    padding-top: 75px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .mobileNavPane {
    display: block !important;
    padding-top: 72px;
  }
}
.mobileNavPane .chapterNumbers:before {
  font-weight: 300;
  content: counter(item) "  ";
  counter-increment: item;
  padding-right: 12px;
}
.mobileNavPane .mobileNavItem {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  float: left;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  padding-left: 15px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-weight: 300;
  padding-right: 12px;
}
.mobileNavPane .mobileNavItem:last-child {
  border-bottom: none;
}
.mobileNavPaneActive {
  -webkit-transform: translate3d(0px, 0%, 0px);
  -moz-transform: translate3d(0px, 0%, 0px);
  -o-transform: translate3d(0px, 0%, 0px);
  -ms-transform: translate3d(0px, 0%, 0px);
  transform: translate3d(0px, 0%, 0px);
}
.navContainer {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 100%;
  height: 187px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: fixed;
  padding-top: 141px;
  padding-left: 60px;
  padding-right: 60px;
  color: #2b2b2b;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translate3d(0px, -187px, 0px);
  -moz-transform: translate3d(0px, -187px, 0px);
  -o-transform: translate3d(0px, -187px, 0px);
  -ms-transform: translate3d(0px, -187px, 0px);
  transform: translate3d(0px, -187px, 0px);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all 0.23s ease-in;
  -moz-transition: all 0.23s ease-in;
  -o-transition: all 0.23s ease-in;
  -ms-transition: all 0.23s ease-in;
  transition: all 0.23s ease-in;
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.navContainer .mobileNavButton {
  display: none;
  height: 45px;
  padding-top: 24px;
  padding-bottom: 39px;
  padding-right: 20px;
  padding-left: 20px;
  width: 65px;
  position: relative;
  bottom: 20px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .navContainer .mobileNavButton {
    display: block;
    z-index: 50;
    margin-left: 50px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .navContainer .mobileNavButton {
    display: block;
    padding-right: 25px;
    width: 70px;
    padding-top: 40px;
    padding-bottom: 53px;
    height: 47px;
    bottom: 35px;
    height: 70px;
    margin-left: 35px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .navContainer .mobileNavButton {
    margin-left: 0px;
  }
}
.navContainer .mobileNavButton .bar1,
.navContainer .mobileNavButton .bar2,
.navContainer .mobileNavButton .bar3,
.navContainer .mobileNavButton .bar4 {
  width: 100%;
  background-color: #2b2b2b;
  height: 1px;
  float: left;
  margin-bottom: 4px;
}
.navContainer .mobileNavButton .bar4 {
  width: 65%;
}
@media screen and (max-width: 900px) {
  .navContainer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .navContainer {
    padding-left: 0px !important;
    padding-right: 20px !important;
    font-size: 13px;
    height: 160px;
    padding-top: 123px;
  }
}
.navContainer .logoHolder {
  display: block;
  position: relative;
  float: left;
  top: -11px;
  left: -50px;
  height: 50px;
  max-width: 140px;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 0px;
}
.navContainer .coverNavButton {
  border-bottom: 0px solid #f5f5f5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 4px;
  height: 40px;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
}
.navContainer .coverNavCurrentChapterNumber {
  float: left;
  text-align: left;
  padding-left: 0px;
  margin-left: 0px;
  display: block;
  width: 20px;
  font-weight: 300;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .navContainer .coverNavCurrentChapterNumber {
    display: none;
  }
}
.navContainer .coverNavCurrentChapterTitle {
  float: left;
  text-align: left;
  padding-left: 0px;
  margin-left: 13px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 130px;
  display: block;
}
@media screen and (max-width: 1010px) {
  .navContainer .coverNavCurrentChapterTitle {
    max-width: 100px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .navContainer .coverNavCurrentChapterTitle {
    display: none;
    margin-left: 4px;
    max-width: 70px !important;
  }
}
.navContainer .pauseSymbol {
  border-left: 2px solid rgb(200,200,200);
  border-right: 2px solid rgb(200,200,200);
}
.navContainer .playSymbol {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgb(200,200,200);
}
.navContainer .dna {
  cursor: pointer;
  bottom: 29px;
  height: 1px;
  padding-bottom: 47px;
  padding-top: 41px;
  float: left;
  position: relative;
  margin-left: 10px;
  width: 200px;
  display: block;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .navContainer .dna {
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .navContainer .dna {
    display: none;
  }
}
.navContainer .dna .currentChapterIndicator {
  height: 14px;
  width: 1px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: block;
  position: absolute;
  left: 20%;
  bottom: 39px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #2b2b2b;
  z-index: 5000;
}
.navContainer .dna .chapterIndicatorScrubbing {
  height: 14px;
}
.navContainer .dna .basepair {
  height: 2px;
  background-position: 50% -2px !important;
  border-top: 1px solid #d4d4d4;
  position: relative;
  top: 0px;
  display: block;
  float: left;
  border-bottom-width: 45px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 34px;
  background-repeat: repeat-x;
  background-color: #fff;
  -webkit-background-size: 100% 1px;
  -moz-background-size: 100% 1px;
  background-size: 100% 1px;
}
.navContainer .dna .basepair:hover {
  top: -1px;
  border-top: 1px solid transparent;
  background-position: 50% 0px !important;
}
.navContainer .right15 {
  right: 15px;
}
.no-csstransforms3d .navContainer {
  -webkit-transform: translateY(-187px);
  -moz-transform: translateY(-187px);
  -o-transform: translateY(-187px);
  -ms-transform: translateY(-187px);
  transform: translateY(-187px);
}
.no-csstransforms3d .navActive .navContainer {
  -webkit-transform: translateY(-95px);
  -moz-transform: translateY(-95px);
  -o-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  transform: translateY(-95px);
}
.no-csstransforms3d .shareActive .navContainer {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.no-csstransforms3d .shareActive .shareMenuMainNav li {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.markoncover {
  float: left;
  margin-right: 20px;
  position: relative;
  top: 0px;
  max-height: 31px;
  width: auto;
}
.logoOverStory .white-label-logo-link {
  margin-left: 1em;
}
.creatavist-preview-upsell-button {
  float: left;
  margin-right: 0.5em;
  top: 0 !important;
}
.logoHolder .creatavist-preview-upsell-button {
  top: -10px !important;
}
.navActive .shareMenuMainNav {
  display: block;
}
.navActive .shareMenu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.navActive .navContainer {
  -webkit-transition: all 0.23s ease-out;
  -moz-transition: all 0.23s ease-out;
  -o-transition: all 0.23s ease-out;
  -ms-transition: all 0.23s ease-out;
  transition: all 0.23s ease-out;
  -webkit-transform: translate3d(0px, -117px, 0px);
  -moz-transform: translate3d(0px, -117px, 0px);
  -o-transform: translate3d(0px, -117px, 0px);
  -ms-transform: translate3d(0px, -117px, 0px);
  transform: translate3d(0px, -117px, 0px);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .navActive .navContainer {
    -webkit-transform: translate3d(0px, -107px, 0px);
    -moz-transform: translate3d(0px, -107px, 0px);
    -o-transform: translate3d(0px, -107px, 0px);
    -ms-transform: translate3d(0px, -107px, 0px);
    transform: translate3d(0px, -107px, 0px);
  }
}
.shareActive .navContainer {
  -webkit-transform: translate3d(0px, -60px, 0px);
  -moz-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate3d(0px, -60px, 0px);
  -ms-transform: translate3d(0px, -60px, 0px);
  transform: translate3d(0px, -60px, 0px);
  -webkit-transition: all 0.28s ease-in-out;
  -moz-transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  -ms-transition: all 0.28s ease-in-out;
  transition: all 0.28s ease-in-out;
}
.shareActive .navContainer .coverNavCurrentChapterNumber {
  opacity: 0.13;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
  filter: alpha(opacity=13);
}
.shareActive .navContainer .coverNavCurrentChapterTitle {
  opacity: 0.13;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
  filter: alpha(opacity=13);
}
.shareActive .navContainer .dna {
  opacity: 0.13;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
  filter: alpha(opacity=13);
}
.shareActive .navContainer .mainNavSoundtrack {
  opacity: 0.13;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
  filter: alpha(opacity=13);
}
.shareActive .navContainer .mainNavShare {
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.shareActive .navContainer .mobileNavButton {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0.13;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
  filter: alpha(opacity=13);
}
.shareActive .clogo {
  height: 127px;
  opacity: 0.13 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)" !important;
  filter: alpha(opacity=13) !important;
}
.shareActive .clogo img {
  -webkit-transform: translate3d(0px, 62px, 0px);
  -moz-transform: translate3d(0px, 62px, 0px);
  -o-transform: translate3d(0px, 62px, 0px);
  -ms-transform: translate3d(0px, 62px, 0px);
  transform: translate3d(0px, 62px, 0px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .shareActive .clogo img {
    -webkit-transform: translate3d(0px, 48px, 0px);
    -moz-transform: translate3d(0px, 48px, 0px);
    -o-transform: translate3d(0px, 48px, 0px);
    -ms-transform: translate3d(0px, 48px, 0px);
    transform: translate3d(0px, 48px, 0px);
  }
}
.shareActive .builtwithtop {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .shareActive .builtwithtop {
    -webkit-transform: translate3d(50px, 91px, 0px);
    -moz-transform: translate3d(50px, 91px, 0px);
    -o-transform: translate3d(50px, 91px, 0px);
    -ms-transform: translate3d(50px, 91px, 0px);
    transform: translate3d(50px, 91px, 0px);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.shareActive .shareMenuMainNav {
  z-index: 800;
}
.shareActive .shareMenuMainNav li {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.shareActive .shareMenuMainNav li:last-child {
  -webkit-animation: sharebouncein 0.5s 0.355s both;
  -moz-animation: sharebouncein 0.5s 0.355s both;
  -o-animation: sharebouncein 0.5s 0.355s both;
  -ms-animation: sharebouncein 0.5s 0.355s both;
  animation: sharebouncein 0.5s 0.355s both;
}
.shareActive .shareMenuMainNav li:first-child {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: sharebouncein 0.6s 0.395s both;
  -moz-animation: sharebouncein 0.6s 0.395s both;
  -o-animation: sharebouncein 0.6s 0.395s both;
  -ms-animation: sharebouncein 0.6s 0.395s both;
  animation: sharebouncein 0.6s 0.395s both;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.shareActiveCover .coverNav {
  margin-top: 95px;
  -webkit-transition: margin-top 0.28s ease-in-out;
  -moz-transition: margin-top 0.28s ease-in-out;
  -o-transition: margin-top 0.28s ease-in-out;
  -ms-transition: margin-top 0.28s ease-in-out;
  transition: margin-top 0.28s ease-in-out;
}
.shareActiveCover .coverNav .coverNavAuthor {
  opacity: 0.22;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
  filter: alpha(opacity=22);
}
.shareActiveCover .coverNav .coverNavSoundtrack {
  opacity: 0.22;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
  filter: alpha(opacity=22);
}
.shareActiveCover .coverNav .coverNavShare {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.shareActiveCover .coverNav .mobileNavButton {
  opacity: 0.22;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
  filter: alpha(opacity=22);
}
.shareActiveCover .shareMenu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.shareActiveCover .shareMenu li {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.shareActiveCover .shareMenu li:last-child {
  -webkit-animation: sharebouncein 0.5s 0.355s both;
  -moz-animation: sharebouncein 0.5s 0.355s both;
  -o-animation: sharebouncein 0.5s 0.355s both;
  -ms-animation: sharebouncein 0.5s 0.355s both;
  animation: sharebouncein 0.5s 0.355s both;
}
.shareActiveCover .shareMenu li:first-child {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: sharebouncein 0.6s 0.395s both;
  -moz-animation: sharebouncein 0.6s 0.395s both;
  -o-animation: sharebouncein 0.6s 0.395s both;
  -ms-animation: sharebouncein 0.6s 0.395s both;
  animation: sharebouncein 0.6s 0.395s both;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.soundtrackHoverActive .playSymbol {
  -webkit-transition: opacity 0.18s ease-in-out;
  -moz-transition: opacity 0.18s ease-in-out;
  -o-transition: opacity 0.18s ease-in-out;
  -ms-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.soundtrackHoverActive .pauseSymbol {
  -webkit-transition: opacity 0.18s ease-in-out;
  -moz-transition: opacity 0.18s ease-in-out;
  -o-transition: opacity 0.18s ease-in-out;
  -ms-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.playing {
  -webkit-animation: playingSoundtrack 4s ease-in-out 3000;
  -moz-animation: playingSoundtrack 4s ease-in-out 3000;
  -o-animation: playingSoundtrack 4s ease-in-out 3000;
  -ms-animation: playingSoundtrack 4s ease-in-out 3000;
  animation: playingSoundtrack 4s ease-in-out 3000;
}
.playing .pauseSymbol {
  display: block;
}
.playing .playSymbol {
  display: none;
}
.white .navContainer {
  background-color: rgba(255,255,255,0.96);
}
.white .menuButton {
  border: 1px solid rgba(255,255,255,0.9);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.white .menuButton .bar {
  border-top: 1px solid rgba(255,255,255,0.9);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.white .fastScroll {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.logoHolder {
  display: block;
  position: fixed;
  top: 10px;
  left: 10px;
  height: 50px;
  max-width: 200px;
  z-index: 30000;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(7px, 9px, 0px);
  -moz-transform: translate3d(7px, 9px, 0px);
  -o-transform: translate3d(7px, 9px, 0px);
  -ms-transform: translate3d(7px, 9px, 0px);
  transform: translate3d(7px, 9px, 0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logoHolder img {
  max-height: 31px;
  width: auto;
}
.logooncoverhide {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.clogo {
  width: 30px;
  height: 77px;
  width: 52px;
  background-color: rgba(255,255,255,0);
  padding-top: 21px;
  padding-left: 10px;
  top: 0px;
  left: 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .clogo {
    height: 53px;
    padding-top: 11px;
    padding-left: 0;
    position: absolute;
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .clogo {
    height: 70px;
  }
}
.clogo img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.builtwithtop {
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #2b2b2b;
  margin-left: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 30001;
  -webkit-transform: translate3d(-170px, 29px, 0px);
  -moz-transform: translate3d(-170px, 29px, 0px);
  -o-transform: translate3d(-170px, 29px, 0px);
  -ms-transform: translate3d(-170px, 29px, 0px);
  transform: translate3d(-170px, 29px, 0px);
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .builtwithtop {
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .builtwithtop {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(50px, 29px, 0px);
    -moz-transform: translate3d(50px, 29px, 0px);
    -o-transform: translate3d(50px, 29px, 0px);
    -ms-transform: translate3d(50px, 29px, 0px);
    transform: translate3d(50px, 29px, 0px);
  }
}
.no-csstransforms3d .clogo {
  -webkit-transform: translateX(0px) translateY(0px);
  -moz-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}
.no-csstransforms3d .builtwithtop {
  -webkit-transform: translateX(-170px) translateY(29px);
  -moz-transform: translateX(-170px) translateY(29px);
  -o-transform: translateX(-170px) translateY(29px);
  -ms-transform: translateX(-170px) translateY(29px);
  transform: translateX(-170px) translateY(29px);
}
.no-csstransforms3d .builtwithvisible .builtwithtop {
  -webkit-transform: translateX(50px) translateY(29px);
  -moz-transform: translateX(50px) translateY(29px);
  -o-transform: translateX(50px) translateY(29px);
  -ms-transform: translateX(50px) translateY(29px);
  transform: translateX(50px) translateY(29px);
}
.builtwithvisible .builtwithtop {
  -webkit-transition: all 0.2s 0.1s ease-in-out;
  -moz-transition: all 0.2s 0.1s ease-in-out;
  -o-transition: all 0.2s 0.1s ease-in-out;
  -ms-transition: all 0.2s 0.1s ease-in-out;
  transition: all 0.2s 0.1s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(50px, 29px, 0px);
  -moz-transform: translate3d(50px, 29px, 0px);
  -o-transform: translate3d(50px, 29px, 0px);
  -ms-transform: translate3d(50px, 29px, 0px);
  transform: translate3d(50px, 29px, 0px);
}
.onNav {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
  background-color: rgba(255,255,255,0) !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .light {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
    background-color: rgba(255,255,255,0);
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .light {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
    background-color: rgba(255,255,255,0);
  }
}
.menuButtonHolder {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 70px;
  width: 70px;
  z-index: 18000;
  padding: 0px;
}
.menuButtonHolder .menuButton {
  position: relative;
  display: block;
  margin: 0px;
  top: 17px;
  left: 19px;
  height: 46px;
  width: 46px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
  cursor: pointer;
  border: 1px solid #cacaca;
}
.menuButtonHolder .menuButton .bar {
  position: absolute;
  display: block;
  background: none;
  border-top: 1px solid #c6c6c6;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.menuButtonHolder .menuButton .bar1 {
  top: 14px;
  left: 10px;
  width: 23px;
  height: 1px;
}
.menuButtonHolder .menuButton .bar2 {
  top: 19px;
  left: 10px;
  width: 23px;
  height: 1px;
}
.menuButtonHolder .menuButton .bar3 {
  top: 24px;
  left: 10px;
  width: 23px;
  height: 1px;
}
.menuButtonHolder .menuButton .bar4 {
  top: 29px;
  left: 10px;
  width: 17px;
  height: 1px;
}
.menuButtonHolder .menuButtonShadow {
  -webkit-transform: translate3d(0px, -100%, 0px);
  -webkit-filter: blur(4px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.menuButtonHolder .initial {
  -webkit-transform: translate3d(0px, -75%, 0px);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.navColorOverride .menuButton {
  border: 1px solid #fff !important;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.navColorOverride .menuButton .bar {
  border-top: 1px solid #fff !important;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.oncover .menuButton {
  border: 1px solid rgba(255,255,255,0);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.oncover .menuButton .bar {
  border-top: 1px solid rgba(255,255,255,0);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.noClick {
  cursor: normal !important;
}
.coverImageat1000 {
  height: 1000px;
  width: 100%;
  background-position: center;
}
.imagePanel {
  display: none;
  width: 300px;
  height: 190px;
  position: fixed;
  top: 80px;
  left: 0px;
  background-color: #fff;
  z-index: 17000;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.imagePanel .textChapterCoverPerspective {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 100;
}
.imagePanel .textChapterCoverPerspective.chapterImageVisible {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
  z-index: 200;
}
.imagePanel .textChapterCoverPerspective .navChapterWithImage {
  width: 100%;
  height: 100%;
  height: 100%;
}
.imagePanel .textChapterCoverPerspective .navChapterWithImage .title {
  float: left;
  text-align: left;
  width: 100%;
  padding: 10px;
  padding-left: 11px;
  background-color: rgba(0,0,0,0.54);
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  cursor: pointer;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.imagePanel .textChapterCoverPerspective .navChapterWithImage .noImageTitleInNav {
  text-align: center;
  width: 70%;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #2b2b2b;
  cursor: pointer;
}
.imagePanelCaching {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.animateMoveLeft {
  -webkit-animation: animateMoveLeftKeyframes 0.5s 0s 1 ease-in-out both;
  -moz-animation: animateMoveLeftKeyframes 0.5s 0s 1 ease-in-out both;
  -o-animation: animateMoveLeftKeyframes 0.5s 0s 1 ease-in-out both;
  -ms-animation: animateMoveLeftKeyframes 0.5s 0s 1 ease-in-out both;
  animation: animateMoveLeftKeyframes 0.5s 0s 1 ease-in-out both;
}
.animateMoveRight {
  -webkit-animation: animateMoveRightKeyframes 0.55s 0s 1 ease-in-out both;
  -moz-animation: animateMoveRightKeyframes 0.55s 0s 1 ease-in-out both;
  -o-animation: animateMoveRightKeyframes 0.55s 0s 1 ease-in-out both;
  -ms-animation: animateMoveRightKeyframes 0.55s 0s 1 ease-in-out both;
  animation: animateMoveRightKeyframes 0.55s 0s 1 ease-in-out both;
}
.imagePanelExitLeft {
  left: -400px !important;
  top: 160px !important;
  -webkit-animation: animateMoveLeftKeyframes 0.6s 0s 1 ease-in-out both;
  -moz-animation: animateMoveLeftKeyframes 0.6s 0s 1 ease-in-out both;
  -o-animation: animateMoveLeftKeyframes 0.6s 0s 1 ease-in-out both;
  -ms-animation: animateMoveLeftKeyframes 0.6s 0s 1 ease-in-out both;
  animation: animateMoveLeftKeyframes 0.6s 0s 1 ease-in-out both;
}
.imagePanelVisible {
  display: block;
}
.navSuperHolderDots {
  display: none;
  position: fixed;
  z-index: 17000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.navSuperHolderDots .textPanel {
  width: 85px;
  height: 100%;
  overflow: scroll;
  font-size: 12px;
  font-family: navigationfonts;
  font-weight: 700;
  color: #2b2b2b;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0px;
  left: 0px;
  border: none;
  display: block;
  background-color: rgba(0,0,0,0.41);
  z-index: 100;
  -webkit-transform: translate3d(-280px, 0px, 0px);
  -moz-transform: translate3d(-280px, 0px, 0px);
  -o-transform: translate3d(-280px, 0px, 0px);
  -ms-transform: translate3d(-280px, 0px, 0px);
  transform: translate3d(-280px, 0px, 0px);
  text-align: left;
}
.navSuperHolderDots .textPanel ol {
  padding-top: 70px;
  display: block;
  cursor: pointer;
  height: 570px;
  width: 100%;
  list-style-type: none;
  overflow: hidden;
}
.navSuperHolderDots .textPanel ol li {
  display: block;
  white-space: nowrap;
  padding-left: 39px;
  cursor: pointer;
}
.navSuperHolderDots .textPanel ol li:after {
  content: '';
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,0);
  border: 1px solid #fff;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  -ms-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
.navSuperHolderDots .textPanel ol li:hover {
  color: #2b2b2b;
}
.navSuperHolderDots .textPanel ol li:hover:after {
  -webkit-transform: translate3d(4px, 0px, 0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navSuperHolderDots .textPanel ol li.currentChapterInTextNav {
  -webkit-transition: all 0.14s;
  -moz-transition: all 0.14s;
  -o-transition: all 0.14s;
  -ms-transition: all 0.14s;
  transition: all 0.14s;
}
.navSuperHolderDots .textPanel ol li.currentChapterInTextNav:after {
  content: '';
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  -o-transition: all 0.12s ease-in-out;
  -ms-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
  background-color: #fff;
  border: 1px solid rgba(255,255,255,0);
}
.navSuperHolderDots .imagePanelForBubbles {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 80;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: scroll;
}
.navSuperHolderDots .textChapterCoverPerspective {
  cursor: pointer;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.navSuperHolderDots .textChapterCoverPerspective .textChapterCover {
  height: 100%;
}
.navSuperHolderDots .textChapterCoverPerspective .textChapterCover .dimmer {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background-color: dimmercolor;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.navSuperHolderDots .textChapterCoverPerspective .textChapterCover .chapterTitleHolderInNav {
  max-width: 75%;
  height: 50px;
  z-index: 20;
}
.navSuperHolderDots .textChapterCoverPerspective .textChapterCover .chapterTitleHolderInNav .chapterTitleInNav {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  font-size: 42px !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: rgba(0,0,0,0.9) 0px 0px 35px, rgba(0,0,0,0.3) 0px -1px 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navSuperHolder {
  display: none;
  position: fixed;
  z-index: 17000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.navSuperHolder .textPanel {
  width: 275px;
  height: 100%;
  overflow: scroll;
  font-size: 12px;
  font-family: navigationfonts;
  font-weight: 700;
  color: #2b2b2b;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0px;
  left: 0px;
  border: none;
  display: block;
  background-color: #fff;
  z-index: 100;
  -webkit-transform: translate3d(-280px, 0px, 0px);
  -moz-transform: translate3d(-280px, 0px, 0px);
  -o-transform: translate3d(-280px, 0px, 0px);
  -ms-transform: translate3d(-280px, 0px, 0px);
  transform: translate3d(-280px, 0px, 0px);
  text-align: left;
}
.navSuperHolder .textPanel ol {
  display: block;
  cursor: pointer;
  top: 105px;
  width: 247px;
  position: relative;
  left: 0px;
  margin-bottom: 0px;
  counter-reset: item;
  list-style-type: none;
}
.navSuperHolder .textPanel ol li {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 27px;
  padding-right: 7px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f7f7f7;
  cursor: pointer;
}
.navSuperHolder .textPanel ol li:hover {
  color: #2b2b2b;
}
.navSuperHolder .textPanel ol li:first-child {
  border-top: 1px solid #f7f7f7;
}
.navSuperHolder .textPanel ol li:last-child {
  border-bottom: none;
}
.navSuperHolder .textPanel ol li:before {
  font-weight: 300;
  content: counter(item) "  ";
  counter-increment: item;
  padding-right: 12px;
}
.navSuperHolder .imagePanel {
  min-width: 60%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 80;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-y: scroll;
}
.navSuperHolder .textChapterCoverPerspective {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  height: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.navSuperHolder .textChapterCoverPerspective .textChapterCover {
  height: 100%;
}
.navSuperHolder .textChapterCoverPerspective .textChapterCover .dimmer {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background-color: dimmercolor;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.navSuperHolder .textChapterCoverPerspective .textChapterCover .chapterTitleHolderInNav {
  max-width: 75%;
  height: 50px;
  z-index: 20;
}
.navSuperHolder .textChapterCoverPerspective .textChapterCover .chapterTitleHolderInNav .chapterTitleInNav {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  font-size: 42px;
  text-shadow: rgba(0,0,0,0.9) 0px 0px 35px, rgba(0,0,0,0.3) 0px -1px 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #2b2b2b;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
footer a {
  text-decoration: none !important;
  color: #fff;
}
footer .footerContentHolder {
  width: 640px;
  max-width: 100%;
  height: 130px;
  text-align: centered;
  margin: 0 auto;
  padding-top: 90px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
footer .footerContentHolder img {
  max-width: 90%;
}
footer .footerContentHolder:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
footer .creatavist {
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 13px;
  letter-spacing: 10px;
  -webkit-font-smoothing: antialiased;
  line-height: 350%;
}
.enter .textPanel {
  -webkit-animation: navEnterTextPanel 0.28s 0s 1 ease-in-out forwards;
  -moz-animation: navEnterTextPanel 0.28s 0s 1 ease-in-out forwards;
  -o-animation: navEnterTextPanel 0.28s 0s 1 ease-in-out forwards;
  -ms-animation: navEnterTextPanel 0.28s 0s 1 ease-in-out forwards;
  animation: navEnterTextPanel 0.28s 0s 1 ease-in-out forwards;
}
.enter .imagePanel {
  -webkit-animation: navEnterImagePanel 0.3s 0s 1 ease-in-out forwards;
  -moz-animation: navEnterImagePanel 0.3s 0s 1 ease-in-out forwards;
  -o-animation: navEnterImagePanel 0.3s 0s 1 ease-in-out forwards;
  -ms-animation: navEnterImagePanel 0.3s 0s 1 ease-in-out forwards;
  animation: navEnterImagePanel 0.3s 0s 1 ease-in-out forwards;
}
.active .textPanel {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.active .imagePanel {
  -webkit-transform: translate3d(0%, 0px, 0px);
  -moz-transform: translate3d(0%, 0px, 0px);
  -o-transform: translate3d(0%, 0px, 0px);
  -ms-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
}
.exit .textPanel {
  -webkit-animation: navExitTextPanel 0.3s 0s 1 ease-in-out forwards;
  -moz-animation: navExitTextPanel 0.3s 0s 1 ease-in-out forwards;
  -o-animation: navExitTextPanel 0.3s 0s 1 ease-in-out forwards;
  -ms-animation: navExitTextPanel 0.3s 0s 1 ease-in-out forwards;
  animation: navExitTextPanel 0.3s 0s 1 ease-in-out forwards;
}
.exit .imagePanel {
  -webkit-animation: navExitImagePanel 0.3s 0s 1 ease-in-out forwards;
  -moz-animation: navExitImagePanel 0.3s 0s 1 ease-in-out forwards;
  -o-animation: navExitImagePanel 0.3s 0s 1 ease-in-out forwards;
  -ms-animation: navExitImagePanel 0.3s 0s 1 ease-in-out forwards;
  animation: navExitImagePanel 0.3s 0s 1 ease-in-out forwards;
}
.disabledNav {
  display: none;
}
.moveIn {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.zoomable {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.zoomableOnLargeImages {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.zoomDestinationHolder {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: fixed;
  top: 0px;
  left: 0px;
  border: none;
  background-color: rgba(255,255,255,0.96);
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
  color: #2b2b2b;
  z-index: 19500;
  -webkit-transition: all 0.27s ease-in-out;
  -moz-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  -ms-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
}
.zoomDestinationHolder .zoomDestinationImage {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.zoomEnter {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.38s ease-in-out;
  -moz-transition: all 0.38s ease-in-out;
  -o-transition: all 0.38s ease-in-out;
  -ms-transition: all 0.38s ease-in-out;
  transition: all 0.38s ease-in-out;
}
.inlineContentWrapper {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -ms-transition: all 0.45s;
  transition: all 0.45s;
  padding-bottom: 2px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.inlineContentWrapper:hover {
  border-bottom: 1px solid rgba(0,0,0,0.8);
  -webkit-transition: all 0.14s;
  -moz-transition: all 0.14s;
  -o-transition: all 0.14s;
  -ms-transition: all 0.14s;
  transition: all 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
}
.inlineContentWrapper:active {
  color: #fff;
  border-bottom: 1px solid #2b2b2b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
}
.inlineContentWrapper .problem {
  color: #000 !important;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  border-bottom: 2px solid #000;
  -webkit-transition: opacity 0.14s ease-in-out;
  -moz-transition: opacity 0.14s ease-in-out;
  -o-transition: opacity 0.14s ease-in-out;
  -ms-transition: opacity 0.14s ease-in-out;
  transition: opacity 0.14s ease-in-out;
}
.triggeredExtra {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.21s ease-in-out;
  -moz-transition: all 0.21s ease-in-out;
  -o-transition: all 0.21s ease-in-out;
  -ms-transition: all 0.21s ease-in-out;
  transition: all 0.21s ease-in-out;
  display: block;
  float: right;
}
.triggeredImage {
  width: 320px;
  display: block;
  max-height: 400px;
}
.triggeredImage img {
  float: left;
  display: block;
  max-width: 100%;
}
.triggeredImage .detail {
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  overflow-x: none;
  overflow-y: auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #171717;
  max-height: 142px;
  text-rendering: optimizelegibility;
  padding-top: 6px;
}
.triggeredImage .detail p {
  width: 100% !important;
  line-height: 1.6em !important;
  padding-bottom: 20px !important;
  margin-top: 0px !important;
}
detail {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  text-rendering: optimizelegibility;
  color: #000;
  z-index: -20;
  clear: left;
  position: relative;
  margin-top: 8px;
  margin-left: 2px;
  width: 215px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform: translate3d(0px, -35px, 0px);
  -moz-transform: translate3d(0px, -35px, 0px);
  -o-transform: translate3d(0px, -35px, 0px);
  -ms-transform: translate3d(0px, -35px, 0px);
  transform: translate3d(0px, -35px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.narrativeCenter detail p {
  width: auto;
}
.narrativeCenter detail h3 {
  width: auto;
  text-align: left;
  max-width: none;
  line-height: auto;
  margin: 0;
}
.narrativeCenter .imageAttachedCenterStatic,
.narrativeCenter .imageAttachedRightStatic,
.narrativeCenter .imageAttachedLeftStatic {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  position: relative;
  z-index: 400;
  width: 100%;
  cursor: normal;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-perspective: 1300;
  -moz-perspective: 1300;
  -ms-perspective: 1300;
  perspective: 1300;
}
.narrativeCenter .imageAttachedCenterStatic img,
.narrativeCenter .imageAttachedRightStatic img,
.narrativeCenter .imageAttachedLeftStatic img {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  position: static;
  margin: 0 auto;
  z-index: 500;
  overflow: hidden;
}
.narrativeCenter .imageAttachedCenterStatic.needsCaption,
.narrativeCenter .imageAttachedRightStatic.needsCaption,
.narrativeCenter .imageAttachedLeftStatic.needsCaption {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.narrativeCenter .imageAttachedCenterStatic.needsCaption img,
.narrativeCenter .imageAttachedRightStatic.needsCaption img,
.narrativeCenter .imageAttachedLeftStatic.needsCaption img {
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}
.narrativeCenter .imageAttachedCenterStatic.needsCaption img:hover,
.narrativeCenter .imageAttachedRightStatic.needsCaption img:hover,
.narrativeCenter .imageAttachedLeftStatic.needsCaption img:hover {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, -5px, 0px);
  -moz-transform: translate3d(0px, -5px, 0px);
  -o-transform: translate3d(0px, -5px, 0px);
  -ms-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}
.narrativeCenter .imageAttachedCenterStatic.needsCaption img:hover ~ detail,
.narrativeCenter .imageAttachedRightStatic.needsCaption img:hover ~ detail,
.narrativeCenter .imageAttachedLeftStatic.needsCaption img:hover ~ detail {
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.narrativeCenter .imageAttachedCenterStatic {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.narrativeCenter .imageAttachedCenterStatic img {
  margin: 0 auto;
}
.narrativeCenter .imageAttachedCenterStatic detail h3 {
  text-align: center;
}
.narrativeCenter .imageAttachedCenterStatic detail {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.narrativeCenter .imageAttachedCenterStatic .wide {
  max-width: 1023px;
  height: auto;
}
.narrativeCenter .imageAttachedCenterStatic .tall {
  max-width: 640px;
  height: auto;
}
.narrativeCenter .imageAttachedCenterStatic .square {
  max-width: 640px;
  height: auto;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .narrativeCenter .imageAttachedCenterStatic detail {
    width: 270px;
  }
  .narrativeCenter .imageAttachedCenterStatic .wide {
    max-width: 270px;
    height: auto;
  }
  .narrativeCenter .imageAttachedCenterStatic .tall {
    max-width: 270px;
    height: auto;
  }
  .narrativeCenter .imageAttachedCenterStatic .square {
    max-width: 270px;
    height: auto;
  }
}
.narrativeCenter .imageAttachedRightStatic,
.narrativeCenter .imageAttachedLeftStatic {
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1023px;
}
.narrativeCenter .imageAttachedRightStatic {
  padding-right: 7px;
}
.narrativeCenter .imageAttachedRightStatic detail {
  float: right;
  clear: right;
  text-align: right;
  padding-left: 7px;
}
.narrativeCenter .imageAttachedRightStatic detail h3 {
  text-align: right;
}
.narrativeCenter .imageAttachedRightStatic img {
  margin-left: 25px;
  margin-top: 0.7em;
  float: right;
  max-height: 500px;
  width: auto;
}
.narrativeCenter .imageAttachedLeftStatic {
  height: 2px;
  padding-right: 7px;
}
.narrativeCenter .imageAttachedLeftStatic detail {
  float: left;
  text-align: left;
  padding-right: 7px;
  width: 190px;
}
.narrativeCenter .imageAttachedLeftStatic detail h3 {
  text-align: left;
}
.narrativeCenter .imageAttachedLeftStatic img {
  margin-right: 25px;
  margin-top: 0.7em;
  float: left;
  height: auto;
  max-height: 600px;
  width: auto;
}
.narrativeCenter .imageAttachedFullWidth detail {
  font-family: sans-serif;
  display: block;
  position: absolute;
  max-width: 640px;
  bottom: 35px;
  left: 40px;
  padding: 3px;
  max-height: 200px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0,0,0,0.3) 0px 0px 15px, rgba(0,0,0,0.2) 0px -1px 0px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: auto;
  z-index: 500;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .narrativeCenter .imageAttachedFullWidth detail {
    font-size: 10px;
    max-height: 100px;
    font-weight: 300;
    max-width: 270px;
  }
}
.narrativeCenter .imageAttachedFullWidth detail h3 {
  text-align: left;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .narrativeCenter .imageAttachedRightStatic,
  .narrativeCenter .imageAttachedLeftStatic,
  .narrativeCenter .imageAttachedCenterStatic {
    width: 270px;
    height: auto;
  }
  .narrativeCenter .imageAttachedRightStatic img,
  .narrativeCenter .imageAttachedLeftStatic img,
  .narrativeCenter .imageAttachedCenterStatic img {
    margin: 0 auto;
    float: none;
    max-width: 270px;
    height: auto;
  }
  .narrativeCenter .imageAttachedRightStatic detail,
  .narrativeCenter .imageAttachedLeftStatic detail,
  .narrativeCenter .imageAttachedCenterStatic detail {
    width: 270px;
    display: block;
    float: none;
    clear: both;
    text-align: center;
    padding: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .narrativeCenter .imageAttachedRightStatic detail h3,
  .narrativeCenter .imageAttachedLeftStatic detail h3,
  .narrativeCenter .imageAttachedCenterStatic detail h3 {
    text-align: center;
  }
}
.triggeredText,
.triggeredTimeline {
  width: 320px;
  display: block;
}
.triggeredText .textImage,
.triggeredTimeline .textImage {
  display: block;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 4px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.triggeredText .title,
.triggeredTimeline .title {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 41px;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #2b2b2b;
  display: block;
  width: 100%;
  position: relative;
  float: left;
  clear: left;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.triggeredText .detail,
.triggeredTimeline .detail {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #171717;
  overflow-x: none;
  overflow-y: auto;
  max-height: 20.7em;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.triggeredText .detail p,
.triggeredTimeline .detail p {
  width: 100% !important;
  line-height: 1.6em !important;
  padding-bottom: 20px !important;
  margin-top: 0px !important;
}
.triggeredTimeline .title {
  font-size: 28px;
}
.flyInExtra {
  display: block;
  width: 320px;
  max-height: 600px;
  overflow-y: auto;
  position: fixed;
  top: 200px;
  right: 30px;
  z-index: 19250;
  -webkit-transform: translate3d(0px, 20px, 0px);
  -moz-transform: translate3d(0px, 20px, 0px);
  -o-transform: translate3d(0px, 20px, 0px);
  -ms-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
  -webkit-transition: all 0.17s ease-in;
  -moz-transition: all 0.17s ease-in;
  -o-transition: all 0.17s ease-in;
  -ms-transition: all 0.17s ease-in;
  transition: all 0.17s ease-in;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 30px;
}
@media only screen and (max-height : 560px) {
  .flyInExtra {
    top: 80px;
    -webkit-transform: scale(0.75) translateY(-80px) !important;
    -moz-transform: scale(0.75) translateY(-80px) !important;
    -o-transform: scale(0.75) translateY(-80px) !important;
    -ms-transform: scale(0.75) translateY(-80px) !important;
    transform: scale(0.75) translateY(-80px) !important;
  }
}
@media only screen and (max-height : 690px) {
  .flyInExtra {
    top: 80px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .flyInExtra {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    top: 60px;
    right: 0px;
  }
}
.activeFlyIn {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.22s ease-out;
  -moz-transition: all 0.22s ease-out;
  -o-transition: all 0.22s ease-out;
  -ms-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}
.closer {
  position: absolute;
  top: 11px;
  right: 9px;
  display: block;
  color: #2b2b2b;
  height: 30px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 45px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
-webkit-transform
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -webkit-transition: all 0.18s;
  -moz-transition: all 0.18s;
  -o-transition: all 0.18s;
  -ms-transition: all 0.18s;
  transition: all 0.18s;
}
.closer:hover {
  -webkit-transition: all 0.18s;
  -moz-transition: all 0.18s;
  -o-transition: all 0.18s;
  -ms-transition: all 0.18s;
  transition: all 0.18s;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.triggeredAudio {
  height: 300px;
}
.triggeredAudio .audioCenter {
  width: 100%;
  margin-bottom: 0px;
}
.triggeredSlideshow {
  max-height: 400px;
  width: 640px;
  height: 480px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .triggeredSlideshow {
    width: 320px;
    height: 240px;
  }
}
.triggeredSlideshow .triggeredExtraSubContainer {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.triggeredSlideshow .slideshowWrapper {
  max-width: 100%;
  max-height: 100%;
}
.triggeredSlideshow .slideshowWrapper .slideshowControls {
  top: 80px;
}
.triggeredSlideshow .slideshowWrapper .imageContainer {
  width: 578px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .triggeredSlideshow .slideshowWrapper .imageContainer {
    width: 258px;
  }
}
.triggeredPDF {
  width: 320px;
  display: block;
}
.triggeredPDF .documentIcon {
  width: 72px;
  height: 100px;
  display: block;
  position: relative;
  left: 0px;
  bottom: 0px;
  background: transparent url("../images/document.png") no-repeat;
  float: left;
}
.triggeredPDF .documentIcon .documentLabel {
  width: 44px;
  height: 20px;
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 auto;
  top: 35px;
  position: relative;
  color: #2b2b2b;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.triggeredPDF .downloadButton {
  position: relative;
  left: 0px;
  bottom: 0px;
  margin-left: 14px;
  margin-bottom: 10px;
  float: left;
  top: 81px;
}
.triggeredPDF .title {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 41px;
  margin-top: 14px;
  margin-bottom: 12px;
  color: #2b2b2b;
  display: block;
  width: 100%;
  position: relative;
  float: left;
  clear: left;
  text-align: left;
}
.triggeredPDF .detail {
  width: 100%;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  overflow-x: none;
  overflow-y: auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #171717;
}
.triggeredPDF .detail p {
  width: 100% !important;
  line-height: 1.6em !important;
  padding-bottom: 20px !important;
  margin-top: 0px !important;
}
.triggeredCharacter {
  width: 320px;
  display: block;
}
.triggeredCharacter .characterImage {
  display: block;
  width: 150px;
  height: 150px;
  position: relative;
  bottom: 4px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.triggeredCharacter .title {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 41px;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #2b2b2b;
  display: block;
  width: 100%;
  position: relative;
  float: left;
  clear: left;
  text-align: center;
  line-height: 1.3em;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.triggeredCharacter .detail {
  width: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 160%;
  overflow-x: none;
  overflow-y: auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #1a1a1a;
  max-height: 142px;
  text-rendering: optimizelegibility;
  padding-top: 6px;
  -webkit-font-smoothing: antialiased;
}
.triggeredCharacter .detail p {
  width: 100% !important;
  line-height: 1.6em !important;
  padding-bottom: 20px !important;
  margin-top: 0px !important;
}
.triggeredMap {
  width: 320px;
  display: block;
  padding-top: 38px;
  padding-bottom: 0px;
}
.triggeredMap .leaflet-clickable {
  cursor: move !important;
}
.triggeredMap .leaflet-map-pane {
  cursor: move !important;
}
.triggeredMap .leaflet-tile-pane {
  cursor: move !important;
}
.triggeredMap .mapImage {
  height: 320px;
  width: 260px;
  display: block;
  border: none;
  margin: 0px;
}
.triggeredMap .mapCenter {
  margin: 0px;
  height: 320px;
  width: 260px;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
}
.triggeredMap .mapCenter .leaflet-control-container {
  display: none !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .triggeredMap .mapCenter {
    height: 250px;
  }
}
.triggeredMap .title {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 27px;
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 12px;
  color: #2b2b2b;
  display: block;
  width: 100%;
  position: relative;
  float: left;
  clear: left;
  text-align: left;
  line-height: 1.3em;
}
.triggeredMap .closer {
  font-size: 13px;
  right: 19px;
}
.mapCenter {
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 400px;
  width: 100%;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .mapCenter {
    height: 250px;
  }
}
.leaflet-bar-part-top {
  -webkit-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important;
}
.leaflet-bar-part-top {
  -webkit-border-radius: 0px 0px 0 0 !important;
  border-radius: 0px 0px 0 0 !important;
}
.leaflet-bar-part-bottom {
  -webkit-border-radius: 0px 0px 0 0 !important;
  border-radius: 0px 0px 0 0 !important;
}
.leaflet-popup-content-wrapper {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.leaflet-popup-content-wrapper p {
  max-width: 100%;
  padding: 14px;
  font-size: 1.1em;
  font-weight: normal !important;
}
.leaflet-popup-content-wrapper b {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}
.leaflet-container .popupimage {
  margin-left: -21px;
  margin-top: 14px;
  display: block;
  position: relative;
}
.leaflet-top {
  top: 12px !important;
}
.leaflet-left {
  left: 3px !important;
}
.leaflet-bar {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  background-color: rgba(255,255,255,0) !important;
}
.leaflet-bar a {
  display: block;
  border-bottom: none !important;
  border-top: none !important;
  background-color: rgba(255,255,255,0) !important;
  display: block !important;
  height: 40px !important;
  width: 47px !important;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  color: rgba(0,0,0,0) !important;
  -webkit-user-select: none;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  margin-bottom: 4px;
}
.leaflet-control-zoom-in {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-image: url("/iw/images/plussmall1.svg") !important;
  opacity: 0.93 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)" !important;
  filter: alpha(opacity=93) !important;
  cursor: pointer !important;
  -webkit-transition: opacity 0.14s !important;
  -moz-transition: opacity 0.14s !important;
  -o-transition: opacity 0.14s !important;
  -ms-transition: opacity 0.14s !important;
  transition: opacity 0.14s !important;
  overflow: hiddenpacity 0.98 !important;
}
.leaflet-control-zoom-in:hover {
  -webkit-transition: opacity 0.14s;
  -moz-transition: opacity 0.14s;
  -o-transition: opacity 0.14s;
  -ms-transition: opacity 0.14s;
  transition: opacity 0.14s;
}
.leaflet-control-zoom-out {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-image: url("/iw/images/minussmall1.svg") !important;
  opacity: 0.93 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)" !important;
  filter: alpha(opacity=93) !important;
  cursor: pointer !important;
  -webkit-transition: opacity 0.14s !important;
  -moz-transition: opacity 0.14s !important;
  -o-transition: opacity 0.14s !important;
  -ms-transition: opacity 0.14s !important;
  transition: opacity 0.14s !important;
}
.leaflet-control-zoom-out:hover {
  -webkit-transition: opacity 0.14s;
  -moz-transition: opacity 0.14s;
  -o-transition: opacity 0.14s;
  -ms-transition: opacity 0.14s;
  transition: opacity 0.14s;
  opacity: 0.98 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)" !important;
  filter: alpha(opacity=98) !important;
}
.leaflet-popup-content {
  max-height: 300px;
  overflow: auto;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .leaflet-popup-content {
    max-height: 180px;
  }
}
.leaflet-popup-content p:empty {
  display: none;
}
.leaflet-popup-content > p {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 6px !important;
}
.mapFullscreenButtonSmall {
  display: block;
  border-bottom: none !important;
  border-top: none !important;
  background-color: rgba(255,255,255,0) !important;
  display: block !important;
  height: 40px !important;
  width: 47px !important;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  color: rgba(0,0,0,0) !important;
  -webkit-user-select: none;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  margin-bottom: 4px;
  background-image: url("/iw/images/fullscreensmall2.svg");
  opacity: 0.93;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
  filter: alpha(opacity=93);
  cursor: pointer;
  -webkit-transition: opacity 0.14s;
  -moz-transition: opacity 0.14s;
  -o-transition: opacity 0.14s;
  -ms-transition: opacity 0.14s;
  transition: opacity 0.14s;
  background-color: #f00;
  z-index: 2000;
  float: left;
}
.mapFullscreenButtonSmall:hover {
  -webkit-transition: opacity 0.14s;
  -moz-transition: opacity 0.14s;
  -o-transition: opacity 0.14s;
  -ms-transition: opacity 0.14s;
  transition: opacity 0.14s;
  opacity: 0.98 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)" !important;
  filter: alpha(opacity=98) !important;
}
.mapFullscreenButtonSmall.inFullscreen {
  background-image: url("/iw/images/fullscreensmall2-swapped.svg");
}
.exitingChapter {
  z-index: 5000;
}
.testbox {
  display: block;
  width: 400px;
  height: 260px;
  position: fixed;
}
.displayNone {
  display: none;
}
.displayBlock {
  display: block;
}
.hidden {
  display: none;
}
.opacity0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.opacity1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/*  .coverNavAuthor {
    font-size: 7px;
  }
  .coverNavShare {
    font-size: 7px;
  }
  .coverNavSoundtrack {
    font-size: 7px;
  }*/
  .coverImageat1000 {
    height: 350px;
    width: 100%;
  }
}
.storyCover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin-top: 0px !important;
}

  .coverNav {
    margin-top: 2rem;
    }

  .coverNavAuthor {
    margin-top: 0.4em;
    } 

  .coverNavShare {
    margin-right: 0px;
    margin-top: 0.2em;
    }

  .facebook-share-icon, .twitter-share-icon {
    display: inline;
    margin-right: 0.5em;
    text-decoration: none;
    }

  .facebook-share-icon path, .twitter-share-icon path {
    stroke: none;
    fill: white;
    }   

  .mainNavShare .facebook-share-icon path, .mainNavShare .twitter-share-icon path {
    fill: rgb(200,200,200);
    }
    
  .coverTitle {
      font-size: 7em;
      }  
    

  .logoHolder .creatavist-logo-icon { 
    font-size: 1.5em;
    margin-left: 1em;
    }


  .creatavist-logo-icon {
    font-size: 1em;
    width: auto !important;
    opacity: 1 !important;
    margin-bottom: 0.75em !important;
    float: left;
    margin-right: 1em;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    }

  .creatavist-logo-icon .logo-outer-wrapper {
    border: 0.3125em solid;
    border-right: .6em solid;
    height: 2em;
    width: 2em;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    cursor: pointer;

    }

  .no-touch .creatavist-logo-icon .logo-outer-wrapper:hover {
    width: 8.7em;
    border-color: rgb(0,0,0);
    }

  .creatavist-logo-icon .logo-wrapper {
    padding-left: 0.35em;
    padding-right: 0.35em;    
    padding-top: 0.2125em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    }

  .creatavist-logo-icon .logo-outer-wrapper .logo-wrapper svg g path {
    stroke: rgba(245,245,245,0.85);
    }

  .no-touch .creatavist-logo-icon .logo-outer-wrapper:hover .logo-wrapper svg g path {
    stroke: rgba(245,245,245,1);
    }   

  .creatavist-logo-icon .logo-outer-wrapper, .logo-wrapper {
    background-color: rgb(0,0,0);
    border-color: rgb(0,0,0);
    }


@media (-webkit-min-device-pixel-ratio: 2) {
  .triggeredPDF .documentIcon {
    background: transparent url("../images/document@2x.png") no-repeat;
    -webkit-background-size: 72px 100px;
  }
}
@-webkit-keyframes coverPop {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  15% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  40% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -o-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
  }

  76% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  87% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes coverPop {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  15% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  40% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -o-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
  }

  76% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  87% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-ms-keyframes coverPop {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  15% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  40% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -o-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
  }

  76% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  87% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-o-keyframes coverPop {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  15% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  40% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -o-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
  }

  76% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  87% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes coverPop {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  15% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

  40% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -o-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
  }

  76% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  87% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes sharebouncein {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  30% {
    -webkit-transform: translate3d(0px, 12px, 0px);
    -moz-transform: translate3d(0px, 12px, 0px);
    -o-transform: translate3d(0px, 12px, 0px);
    -ms-transform: translate3d(0px, 12px, 0px);
    transform: translate3d(0px, 12px, 0px);
  }

  75% {
    -webkit-transform: translate3d(0px, -3px, 0px);
    -moz-transform: translate3d(0px, -3px, 0px);
    -o-transform: translate3d(0px, -3px, 0px);
    -ms-transform: translate3d(0px, -3px, 0px);
    transform: translate3d(0px, -3px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-moz-keyframes sharebouncein {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  30% {
    -webkit-transform: translate3d(0px, 12px, 0px);
    -moz-transform: translate3d(0px, 12px, 0px);
    -o-transform: translate3d(0px, 12px, 0px);
    -ms-transform: translate3d(0px, 12px, 0px);
    transform: translate3d(0px, 12px, 0px);
  }

  75% {
    -webkit-transform: translate3d(0px, -3px, 0px);
    -moz-transform: translate3d(0px, -3px, 0px);
    -o-transform: translate3d(0px, -3px, 0px);
    -ms-transform: translate3d(0px, -3px, 0px);
    transform: translate3d(0px, -3px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-ms-keyframes sharebouncein {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  30% {
    -webkit-transform: translate3d(0px, 12px, 0px);
    -moz-transform: translate3d(0px, 12px, 0px);
    -o-transform: translate3d(0px, 12px, 0px);
    -ms-transform: translate3d(0px, 12px, 0px);
    transform: translate3d(0px, 12px, 0px);
  }

  75% {
    -webkit-transform: translate3d(0px, -3px, 0px);
    -moz-transform: translate3d(0px, -3px, 0px);
    -o-transform: translate3d(0px, -3px, 0px);
    -ms-transform: translate3d(0px, -3px, 0px);
    transform: translate3d(0px, -3px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-o-keyframes sharebouncein {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  30% {
    -webkit-transform: translate3d(0px, 12px, 0px);
    -moz-transform: translate3d(0px, 12px, 0px);
    -o-transform: translate3d(0px, 12px, 0px);
    -ms-transform: translate3d(0px, 12px, 0px);
    transform: translate3d(0px, 12px, 0px);
  }

  75% {
    -webkit-transform: translate3d(0px, -3px, 0px);
    -moz-transform: translate3d(0px, -3px, 0px);
    -o-transform: translate3d(0px, -3px, 0px);
    -ms-transform: translate3d(0px, -3px, 0px);
    transform: translate3d(0px, -3px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes sharebouncein {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  30% {
    -webkit-transform: translate3d(0px, 12px, 0px);
    -moz-transform: translate3d(0px, 12px, 0px);
    -o-transform: translate3d(0px, 12px, 0px);
    -ms-transform: translate3d(0px, 12px, 0px);
    transform: translate3d(0px, 12px, 0px);
  }

  75% {
    -webkit-transform: translate3d(0px, -3px, 0px);
    -moz-transform: translate3d(0px, -3px, 0px);
    -o-transform: translate3d(0px, -3px, 0px);
    -ms-transform: translate3d(0px, -3px, 0px);
    transform: translate3d(0px, -3px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes playingSoundtrack {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  50% {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes playingSoundtrack {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  50% {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-ms-keyframes playingSoundtrack {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  50% {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes playingSoundtrack {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  50% {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes playingSoundtrack {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  50% {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes navIn {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-moz-keyframes navIn {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-ms-keyframes navIn {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-o-keyframes navIn {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes navIn {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes animateMoveLeftKeyframes {
  0% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
  }

  50% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -moz-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -o-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -ms-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@-moz-keyframes animateMoveLeftKeyframes {
  0% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
  }

  50% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -moz-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -o-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -ms-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@-ms-keyframes animateMoveLeftKeyframes {
  0% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
  }

  50% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -moz-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -o-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -ms-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@-o-keyframes animateMoveLeftKeyframes {
  0% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
  }

  50% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -moz-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -o-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -ms-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@keyframes animateMoveLeftKeyframes {
  0% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-10deg);
  }

  50% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -moz-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -o-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    -ms-transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
    transform: translate3d(-15px, 0px, 0px) rotateY(-6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -moz-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -o-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    -ms-transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
    transform: translate3d(-5px, 0px, 0px) rotateY(-2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@-webkit-keyframes animateMoveRightKeyframes {
  0% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    transform: translate3d(15px, 0px, 0px) rotateY(10deg);
  }

  50% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    transform: translate3d(15px, 0px, 0px) rotateY(6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -moz-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -o-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -ms-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    transform: translate3d(5px, 0px, 0px) rotateY(2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@-moz-keyframes animateMoveRightKeyframes {
  0% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    transform: translate3d(15px, 0px, 0px) rotateY(10deg);
  }

  50% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    transform: translate3d(15px, 0px, 0px) rotateY(6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -moz-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -o-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -ms-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    transform: translate3d(5px, 0px, 0px) rotateY(2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@-ms-keyframes animateMoveRightKeyframes {
  0% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    transform: translate3d(15px, 0px, 0px) rotateY(10deg);
  }

  50% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    transform: translate3d(15px, 0px, 0px) rotateY(6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -moz-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -o-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -ms-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    transform: translate3d(5px, 0px, 0px) rotateY(2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@-o-keyframes animateMoveRightKeyframes {
  0% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    transform: translate3d(15px, 0px, 0px) rotateY(10deg);
  }

  50% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    transform: translate3d(15px, 0px, 0px) rotateY(6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -moz-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -o-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -ms-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    transform: translate3d(5px, 0px, 0px) rotateY(2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@keyframes animateMoveRightKeyframes {
  0% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }

  27% {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(10deg);
    transform: translate3d(15px, 0px, 0px) rotateY(10deg);
  }

  50% {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -moz-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -o-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    -ms-transform: translate3d(15px, 0px, 0px) rotateY(6deg);
    transform: translate3d(15px, 0px, 0px) rotateY(6deg);
  }

  85% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -moz-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -o-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    -ms-transform: translate3d(5px, 0px, 0px) rotateY(2deg);
    transform: translate3d(5px, 0px, 0px) rotateY(2deg);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
  }
}
@-webkit-keyframes navEnterTextPanel {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-moz-keyframes navEnterTextPanel {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-ms-keyframes navEnterTextPanel {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-o-keyframes navEnterTextPanel {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes navEnterTextPanel {
  0% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes navEnterImagePanel {
  0% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@-moz-keyframes navEnterImagePanel {
  0% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@-ms-keyframes navEnterImagePanel {
  0% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@-o-keyframes navEnterImagePanel {
  0% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@keyframes navEnterImagePanel {
  0% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }
}
@-webkit-keyframes navExitTextPanel {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }
}
@-moz-keyframes navExitTextPanel {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }
}
@-ms-keyframes navExitTextPanel {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }
}
@-o-keyframes navExitTextPanel {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }
}
@keyframes navExitTextPanel {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(-280px, 0px, 0px);
    -moz-transform: translate3d(-280px, 0px, 0px);
    -o-transform: translate3d(-280px, 0px, 0px);
    -ms-transform: translate3d(-280px, 0px, 0px);
    transform: translate3d(-280px, 0px, 0px);
  }
}
@-webkit-keyframes navExitImagePanel {
  0% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@-moz-keyframes navExitImagePanel {
  0% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@-ms-keyframes navExitImagePanel {
  0% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@-o-keyframes navExitImagePanel {
  0% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes navExitImagePanel {
  0% {
    -webkit-transform: translate3d(0%, 0px, 0px);
    -moz-transform: translate3d(0%, 0px, 0px);
    -o-transform: translate3d(0%, 0px, 0px);
    -ms-transform: translate3d(0%, 0px, 0px);
    transform: translate3d(0%, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@-webkit-keyframes floppy {
  0% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }

  50% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -moz-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -o-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -ms-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
  }

  100% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }
}
@-moz-keyframes floppy {
  0% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }

  50% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -moz-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -o-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -ms-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
  }

  100% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }
}
@-ms-keyframes floppy {
  0% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }

  50% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -moz-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -o-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -ms-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
  }

  100% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }
}
@-o-keyframes floppy {
  0% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }

  50% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -moz-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -o-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -ms-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
  }

  100% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }
}
@keyframes floppy {
  0% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }

  50% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -moz-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -o-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    -ms-transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
    transform: translate3d(0px, 6px, 0px) rotateX(-10deg);
  }

  100% {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }
}

/* /iw/css/AT/ATtemplate.css */ 

::selection {
  color: white;
  background: black; /* Safari */
  }
::-moz-selection {
  color: white;
  background: black; /* Firefox */
}
html {
    text-rendering: optimizelegibility;
}
html.android {
    text-rendering: auto;
}
.popAnimation {
  -webkit-animation: popAnimation 0.5s;
  -moz-animation: popAnimation 0.5s;
  -o-animation: popAnimation 0.5s;
  -ms-animation: popAnimation 0.5s;
  animation: popAnimation 0.5s;
}
.storyCover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.storyCover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
  }

.storyCover .dimmer {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.15);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.effectLayer {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -o-transition: opacity 3s;
  -ms-transition: opacity 3s;
  transition: opacity 3s;
}
.coverText {
  width: 85%;
  bottom: 130px;
  margin-left: 7.4%;
  text-align: left;
  z-index: 20;
  position: absolute;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .coverText {
    height: 150px;
  }
}
.containsSubtitle {
  margin-left: 7.24%;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .containsSubtitle {
    height: 170px;
  }
}
.containsSubtitle.coverText {
  bottom:0%;
}
.coverAuthor {
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .coverAuthor {
    font-size: 9px;
  }
}
.coverTitle {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 7em;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 23px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .coverTitle {
    font-size: 25px;
  }
}
.coverSubtitle {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  margin-top: 0px;
  font-size: 40px;
  padding-top: 18px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  right: 20px;
  height: 120px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .coverSubtitle {
    height: 40px;
    font-size: 18px;
  }
}
header.titlingColorDark .coverTitle {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
header.titlingColorDark .coverTitle .coverSubtitle {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.noOpacity {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.11s;
  -moz-transition: opacity 0.11s;
  -o-transition: opacity 0.11s;
  -ms-transition: opacity 0.11s;
  transition: opacity 0.11s;
}
blockquote p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px !important;
  padding-left: 0px;
  padding-bottom: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 50px !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  blockquote p {
    padding-bottom: 0.1em !important;
  }
}
blockquote p:before {
  display: block;
  content: " ";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  height: calc(100% - 1em);
  width: 1px;
  background-color: rgba(0,0,0,0.125);
  position: absolute;
  top: 0px;
  left: -1em;
  z-index: 500;
  margin-top: 0.5em;
}
.narrativeCenter {
  font: 300 1.8em "palatino", Georgia, serif;
  background-repeat: repeat-x;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .narrativeCenter {
    font-size: 1.8em;
  }
}
.narrativeCenter p {
  line-height: 1.85em;
  color: #2b2b2b;
  width: 640px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  padding-bottom: 31px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.narrativeCenter p.bouncedLeft {
  -webkit-transform: translate3d(-250px, 0px, 0px);
  -moz-transform: translate3d(-250px, 0px, 0px);
  -o-transform: translate3d(-250px, 0px, 0px);
  -ms-transform: translate3d(-250px, 0px, 0px);
  transform: translate3d(-250px, 0px, 0px);
}
.narrativeCenter p+.mapCenter {
  margin-bottom: 70px;
  margin-top: 40px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .narrativeCenter p {
    line-height: 1.69em;
    color: #404040;
    width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    padding-bottom: 33px;
  }
}
.narrativeCenter p:last-child {
  padding-bottom: 60px;
}
.narrativeCenter h1,
.narrativeCenter h2,
.narrativeCenter h3,
.narrativeCenter h4,
.narrativeCenter h5,
.narrativeCenter h6 {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.narrativeCenter h1 strong,
.narrativeCenter h2 strong,
.narrativeCenter h3 strong,
.narrativeCenter h4 strong,
.narrativeCenter h5 strong,
.narrativeCenter h6 strong {
  font-weight: 100;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .narrativeCenter h1,
  .narrativeCenter h2,
  .narrativeCenter h3,
  .narrativeCenter h4,
  .narrativeCenter h5,
  .narrativeCenter h6 {
    width: 270px;
  }
}
.narrativeCenter ul,
.narrativeCenter ol {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 31px;
  padding-left: 2em;
}
.narrativeCenter ul li p,
.narrativeCenter ol li p {
  line-height: auto;
  padding-bottom: 0.5em;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .narrativeCenter ul,
  .narrativeCenter ol {
    width: 270px;
  }
}
.narrativeCenter a {
  color: inherit;
  text-decoration: none !important;
}
.narrativeCenter h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #2b2b2b;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity;
  padding-top: 53px;
  padding-bottom: 53px;
  text-align: center;
}
.narrativeCenter h2 font-weight 100 {
  font-size: 7em;
}
.narrativeCenter h3 {
  font-family: 'HelveticaNeueW02-UltLt', 'HelveticaNeue-UltraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.9em;
  line-height: 1.5em;
  text-align: center;
  max-width: 640px;
}
.slideshowWrapper {
  margin: 0 auto;
  padding-top: 0px;
  margin-bottom: 47px;
  position: relative;
  display: block;
  height: 650px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
}
.slideshowWrapper, .slideshowWrapper .imageContainer {
  width: 1022px;
}
.slideshowWrapper:hover>.slideshowControls {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=17)";
  filter: alpha(opacity=17);
  -webkit-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  -o-transition: all 0.18s ease-out;
  -ms-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out;
}
.slideshowWrapper .slideshowControls {
  display: block;
  width: 100%;
  height: 200px;
  z-index: 3805;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 220px;
  left: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slideshowWrapper .slideshowControls:hover {
  opacity: 0.17;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=17)";
  filter: alpha(opacity=17);
  -webkit-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  -o-transition: all 0.18s ease-out;
  -ms-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out;
}
.slideshowWrapper .slideshowControls .slideshowButton {
  diplay: block;
  width: 90px;
  height: 200px;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.slideshowWrapper .slideshowControls .left {
  float: left;
  margin-left: 20px;
}
.slideshowWrapper .slideshowControls .left:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slideshowWrapper .slideshowControls .right {
  float: right;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideshowWrapper .slideshowControls .right:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .slideshowWrapper, .slideshowWrapper .imageContainer {
    width: 270px;
  }
}
.slideshowWrapper .imageContainer {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: block;
  position: relative;
  float: left;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .slideshowWrapper, .slideshowWrapper .imageContainer {
    width: 270px;
  }
}
.slideshowWrapper .imageContainer img {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 3800;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.slideshowWrapper .imageContainer .fullWidthCaptionStatic {
  max-width: 900px;
  z-index: 6000;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff;
  bottom: 90px;
  font-size: 14px;
  margin: 0 auto;
}
.slideshowChapter {
  width: 100%;
  background-color: #2b2b2b;
  position: relative;
}
.slideshowChapter .slideshowWrapper {
  margin-bottom: 0px;
}
.app .slideshowWrapper-full {
  height:100%;
}
.portraitSlideshowImage {
  height: 100%;
  text-align: center;
  width: 1022px;
  background-color: #c2c2c2;
}
.portraitSlideshowImage img {
  height: 100%;
  margin: 0 auto;
}
.slideshowMovingContainer {
  height: 650px;
  max-height: 100%;
  display: block;
  left: 0px;
  top: 0px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .slideshowMovingContainer {
    height: 180px;
  }
}
.timelineCenter {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 630px !important;
  margin-bottom: 40px;
  padding: 40px 0px 0px 0px;
  border-top: 1px solid #e3e3e3;
  clear: both;
}
.headers {
  background-color: #000;
  height: 240px;
  padding-top: 90px;
  text-align: center;
}
.headers h1 {
  font-size: 40px;
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.headers h2 {
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  width: 100%;
  color: #fff;
  background-color: none;
  padding-top: 13px;
  font-size: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 23px;
  letter-spacing: 1px;
}
.dispatchesImage {
  margin: 0 auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1023px;
}
.dispatchesImage ~ .byline {
  padding-top: 0px !important;
}
.dispatchesImage img {
  width: 1023px;
  position: relative;
  display: block;
}
.dispatchesImage img:hover ~ .fullWidthCaptionDispatches {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fullWidthCaptionDispatches {
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  width: 100%;
  text-align: center;
  height: 30px;
  display: block;
  position: relative;
  bottom: 70px;
  z-index: 4000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s 0s ease-out;
  -moz-transition: all 0.6s 0s ease-out;
  -o-transition: all 0.6s 0s ease-out;
  -ms-transition: all 0.6s 0s ease-out;
  transition: all 0.6s 0s ease-out;
}
.fullWidthCaptionDispatches:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fullWidthCaptionDispatches p {
  line-height: 1.83em;
  font-size: 0.7em !important;
  color: #fff !important;
  width: 83% !important;
  margin: 0 auto;
  display: block;
  z-index: 4000 !important;
  padding-bottom: 0px !important;
}
.dispatch {
  padding-top: 44px;
}
.dispatch:first-child {
  padding-top: 38px !important;
}
.dispatch:first-child>.timestamp:nth-child(3) {
  color: #f00;
  border-bottom: 1px solid #f00;
}
.dispatch p {
  display: block;
  z-index: 100;
  padding-bottom: 31px;
  width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  font-size: 0.97em;
  line-height: 1.37em !important;
  margin-bottom: none !important;
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.dispatch p:first-child {
  padding-top: 1em;
}
.dispatch p a {
  color: inherit !important;
  text-decoration: underline !important;
}
.dispatch p a:visited {
  color: inherit !important;
  text-decoration: underline !important;
}
.dispatch p a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}
.dispatch p a:active {
  color: #000 !important;
  text-decoration: underline !important;
}
.dispatch a {
  color: inherit !important;
  text-decoration: none !important;
}
.dispatch h2 {
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  width: 100%;
  font-size: 19px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
  color: #fff;
  padding: 15px;
  margin-bottom: 3px !important;
  background-color: #000;
  cursor: default;
}
.dispatch h2 a {
  color: #fff !important;
  text-decoration: none !important;
  cursor: default;
}
.dispatch h2 a:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.dispatch h2 a:hover {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.dispatch .timestamp {
  font-size: 13px;
  font-weight: 600;
  -webkit-font-smoothing: anitaliased;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 12px;
  margin-top: 13px;
  color: #000;
  text-transform: lowercase;
}
.dispatch .timestamp:nth-child(3) {
  margin-top: 8px;
}
.h1holder {
  width: 960px;
  padding-left: 35px;
  margin-left: auto;
  margin-right: auto;
}
.blockRight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  clear: both;
  display: block;
  height: 2px;
  position: relative;
  top: 55px;
  padding-right: 10px;
  width: 100%;
  max-width: 1223px;
  z-index: 400;
  margin-left: auto;
  margin-right: auto;
}
.blockRight .blockSubContainer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  position: static;
  float: right;
  width: 200px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
}
.blockCenter {
  width: 1023px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  padding-top: 1em;
  font-size: 2.3em;
  line-height: 1.65em;
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.blockCenter #map {
  height: 180px;
}
.videoAttachedCenteredStatic {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 400px;
  position: relative;
  padding-left: 1px;
  width: 100%;
  max-width: 1023px;
  z-index: 400;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 20px;
  width: 1023px;
}
.videoAttachedCenteredStatic .videoHolder {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  margin-right: 25px;
  z-index: 500;
  margin-top: 0.7em;
  position: static;
  height: 360px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
}
.videoAttachedCenteredStatic .videoHolder .videoLeft {
  position: relative;
  border: none;
}
.videoAttachedCenteredStatic .videoHolder:hover {
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
  -webkit-transform: translate3d(0px, -3px, 0px);
  -moz-transform: translate3d(0px, -3px, 0px);
  -o-transform: translate3d(0px, -3px, 0px);
  -ms-transform: translate3d(0px, -3px, 0px);
  transform: translate3d(0px, -3px, 0px);
  -webkit-box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
}
.videoAttachedCenteredStatic .videoHolder:hover ~ .caption {
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.videoAttachedCenteredStatic .videoHolder img {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  top: -25px;
}
.videoAttachedCenteredStatic .caption {
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  color: #000;
  z-index: -20;
  position: relative;
  margin-top: 3px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: 2px;
  width: 165px;
  text-align: center;
  -webkit-transform: translate3d(0px, -35px, 0px);
  -moz-transform: translate3d(0px, -35px, 0px);
  -o-transform: translate3d(0px, -35px, 0px);
  -ms-transform: translate3d(0px, -35px, 0px);
  transform: translate3d(0px, -35px, 0px);
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.fullWidthH3 {
  text-align: center;
  position: absolute;
  bottom: 20%;
  width: 80%;
  margin-left: 10%;
  z-index: 300;
  color: #fff;
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 10px;
}
.fullWidthH3 h3 {
  font-size: 17px;
  margin-top: 0px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
.opacityone {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.twitterButton {
  background-image: none;
  margin-left: 1px !important;
}
.facebookButton {
  background-image: none;
}
div.narrativeCenter p.p1:not(.leafletparagraph):first-of-type:first-letter {
  float: left;
  font-size: 6em;
  line-height: 0.4em;
  padding-top: 0.25em;
  padding-right: 0.18em;
  padding-left: 0.05em;
  position: relative;
  bottom: 6px;
  font-weight: 700;
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  clear: none;
}
section.chapterType0 .narrativeCenter > div.titleblack:first-of-type + * {
  margin-top: 100px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  section.chapterType0 .narrativeCenter > div.titleblack:first-of-type + * {
    margin-top: 20px;
  }
}
section.chapterType0:last-child {
  margin-bottom: 70px;
}
.soundtrack.active {
  background-color: #ffdfad;
  color: #fff;
}
.audioCenter {
  width: 640px;
  height: 230px;
  background: none;
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 75px;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: center;
}
.audioCenter .playButton {
  width: 100px;
  height: 115px;
  padding: 0px;
  display: block;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.audioCenter .playButton:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  cursor: pointer;
}
.audioCenter .playSeparator {
  width: 170px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ededed;
}
.audioCenter .audioTitle {
  padding-top: 0.3em;
  font-size: 1.3em;
  margin-top: 0px;
  color: #303030;
}
.audioCenter .scrubberBar {
  width: 100%;
  margin-top: 13px;
  height: 50px;
}
.parallax {
  width: 100%;
  height: 530px;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.parallax:hover {
  display: inherit;
}
.parallax:hover > .fullWidthCaption {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.8s 0s ease-in;
  -moz-transition: all 0.8s 0s ease-in;
  -o-transition: all 0.8s 0s ease-in;
  -ms-transition: all 0.8s 0s ease-in;
  transition: all 0.8s 0s ease-in;
}
.parallax img {
  display: block;
  width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.staticImageWindow {
  width: 100%;
  height: 530px;
  display: block;
  margin-bottom: 40px;
  background-color: none;
  overflow: hidden;
}
.staticImageWindow>.fullWidthCaption {
  position: absolute;
  top: 100px;
}
.staticImageWindow:hover {
  display: inherit;
}
.staticImageWindow:hover > .fullWidthCaption {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.8s 0s ease-in;
  -moz-transition: all 0.8s 0s ease-in;
  -o-transition: all 0.8s 0s ease-in;
  -ms-transition: all 0.8s 0s ease-in;
  transition: all 0.8s 0s ease-in;
}
.staticImageWindow .staticImageHolder {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-attachment: fixed;
  background-color: transparent;
  background-repeat: no-repeat;
}
.fullWidthCaption {
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  font-size: 16px;
  width: 100%;
  text-align: center;
  height: 30px;
  display: block;
  position: relative;
  top: 90%;
  z-index: 4000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s 0s ease-out;
  -moz-transition: all 0.6s 0s ease-out;
  -o-transition: all 0.6s 0s ease-out;
  -ms-transition: all 0.6s 0s ease-out;
  transition: all 0.6s 0s ease-out;
}
.fullWidthCaption p {
  line-height: 1.83em;
  color: #fff !important;
  width: 100% !important;
  display: block;
  z-index: 4000 !important;
  padding-bottom: 0px !important;
}
.dispatchesImage {
  margin: 0 auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1023px;
}
.dispatchesImage img {
  width: 1023px;
  position: relative;
  display: block;
}
.dispatchesImage img:hover ~ .fullWidthCaptionDispatches {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.staticIMGContainer {
  margin: 0 auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.staticIMGContainer img {
  width: 100%;
  position: relative;
  display: block;
}
.staticIMGContainer img:hover ~ .fullWidthCaptionStatic {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fullWidthCaptionStatic {
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  font-size: 16px;
  width: 100%;
  text-align: center;
  height: 30px;
  display: block;
  position: relative;
  bottom: 60px;
  z-index: 4000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s 0s ease-out;
  -moz-transition: all 0.6s 0s ease-out;
  -o-transition: all 0.6s 0s ease-out;
  -ms-transition: all 0.6s 0s ease-out;
  transition: all 0.6s 0s ease-out;
}
.fullWidthCaptionStatic:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fullWidthCaptionStatic p {
  line-height: 1.83em;
  color: #fff !important;
  width: 100% !important;
  display: block;
  z-index: 4000 !important;
  padding-bottom: 0px !important;
  font-weight: 300 !important;
}
.scrollingImageFullWidth {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 600px;
  z-index: 1;
  margin-bottom: 40px;
  background-color: transparent;
}
.mobilenav {
  display: none;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #mainBiosContainer .titlerow1 {
    height: 5.5%;
    top: 44px;
    z-index: 1000;
    padding-top: 12px;
  }
  #mainBiosContainer .grid-unit .biosHeader {
    font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 22px;
    color: #000;
    text-align: centered;
    margin: 0 auto;
    color: #000;
    letter-spacing: 9px;
    padding-top: 10px;
    padding-bottom: 1px;
  }
  #mainBiosContainer .grid-unit .info .name {
    font-weight: 400;
    font-size: 7px !important;
    margin-bottom: 5px;
  }
  #mainBiosContainer .grid-unit .info .tag {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2px !important;
    letter-spacing: 1px;
  }
  #mainBiosContainer .grid-unit .forceVisible .name {
    font-weight: 400;
    font-size: 8px !important;
    margin-bottom: 5px;
    color: #fff !important;
  }
  #mainBiosContainer .grid-unit .forceVisible .tag {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2px !important;
    letter-spacing: 1px;
    color: #fff !important;
  }
}
.popuplayer {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
  -webkit-transition: all 0.16s linear;
  -moz-transition: all 0.16s linear;
  -o-transition: all 0.16s linear;
  -ms-transition: all 0.16s linear;
  transition: all 0.16s linear;
}
.biospopup {
  display: block;
  width: 390px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  position: relative;
  top: 0px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  -moz-transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  -o-transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  -ms-transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nobioimage {
  height: 252px;
}
.bioactive {
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -o-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -webkit-transition: all 0.34s linear;
  -moz-transition: all 0.34s linear;
  -o-transition: all 0.34s linear;
  -ms-transition: all 0.34s linear;
  transition: all 0.34s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: straightenBounce;
  -moz-animation-name: straightenBounce;
  -o-animation-name: straightenBounce;
  -ms-animation-name: straightenBounce;
  animation-name: straightenBounce;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  -o-animation-duration: 0.35s;
  -ms-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -moz-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -o-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -ms-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.biodeactivated {
  -webkit-transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  -moz-transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  -o-transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  -ms-transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  -webkit-transition: all 0.65s 0s;
  -moz-transition: all 0.65s 0s;
  -o-transition: all 0.65s 0s;
  -ms-transition: all 0.65s 0s;
  transition: all 0.65s 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
  -moz-animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
  -o-animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
  -ms-animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
  animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
}
.biosSimple {
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -o-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.fadeIn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  -ms-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out;
}
.biospopupname {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  width: 200px;
  position: relative;
  margin-top: -27px;
  padding: 5px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.biospopupbody {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 158%;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 15px;
  text-align: justify;
}
.bioscloser {
  display: block;
  width: 30px;
  height: 30px;
  background-color: none;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,0);
  cursor: pointer;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 14px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: center center;
}
.biospopupimage {
  width: 100%;
  height: 220px;
  margin-bottom: 13px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.popupFloater {
  height: 50%;
  width: 100%;
  margin-bottom: -178px;
  position: relative;
}
.popupVerticallycentered {
  clear: both;
  height: 400px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .twitterButton {
    -webkit-background-size: 41px 41px;
  }
  .facebookButton {
    -webkit-background-size: 41px 41px;
  }
}
@media screen and (max-height:800px) {
  .chapternav {
    height: 380px;
  }
}
@media (min-width: 1206px) {
  .narrativeCoverh1 {
    -webkit-transform: translateY(-620px);
    -moz-transform: translateY(-620px);
    -o-transform: translateY(-620px);
    -ms-transform: translateY(-620px);
    transform: translateY(-620px);
  }
}
@media (min-width: 1430px) {
  .videoFullWidth {
    max-height: 1300px;
  }
}
@media (min-width: 1900px) {
  .narrativeCoverh1 {
    -webkit-transform: translateY(-1200px);
    -moz-transform: translateY(-1200px);
    -o-transform: translateY(-1200px);
    -ms-transform: translateY(-1200px);
    transform: translateY(-1200px);
  }
}
@media (min-width: 1540px) and (max-width: 1900px) {
  .narrativeCoverh1 {
    -webkit-transform: translateY(-950px);
    -moz-transform: translateY(-950px);
    -o-transform: translateY(-950px);
    -ms-transform: translateY(-950px);
    transform: translateY(-950px);
  }
}
@media (min-width: 2290px) {
  .narrativeCoverh1 {
    -webkit-transform: translateY(-1550px);
    -moz-transform: translateY(-1550px);
    -o-transform: translateY(-1550px);
    -ms-transform: translateY(-1550px);
    transform: translateY(-1550px);
  }
}
@media (max-width: 1130px) {
  .narrativeCover {
    height: 550px;
  }
  .liveNav {
    width: 640px;
  }
}
@media (max-width: 1023px) {
  .dispatchesImage {
    width: 100%;
  }
  .dispatchesImage img {
    width: 100%;
  }
  .slideshowWrapper {
    height: 453px;
    max-width: 100%;
    max-height: 100%;
  }
  .slideshowWrapper, .slideshowWrapper .imageContainer {
    width: 680px;
  }
  .slideshowWrapper .fullWidthCaptionStatic {
    bottom: 50px !important;
    width: 600px;
  }
  .portraitSlideshowImage {
    width: 680px;
  }
  .fullWidthCaptionDispatches {
    width: 100%;
  }
  .fullWidthCaptionStatic {
    width: 100%;
    font-size: 13px;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .headers {
    padding-top: 98px;
  }
  .headers h1 {
    font-size: 31px;
  }
}
@media (min-wdith: 481px) and (max-width: 1023px) {
  .narrativeCoverh1 {
    -webkit-transform: translateY(-420px);
  }
}
@media (max-width: 986px) {
  .parallax {
    height: 430px;
  }
}
@media (max-width: 929px) {
  .narrativeCover {
    height: 410px;
  }
  .narrativeNav {
    width: 550px;
  }
  .narrativeCard {
    margin-bottom: 10px;
  }
  .narrativeCard:nth-child(4) {
    -webkit-transform: translate3d(0px, -480px, 0px);
    -moz-transform: translate3d(0px, -480px, 0px);
    -o-transform: translate3d(0px, -480px, 0px);
    -ms-transform: translate3d(0px, -480px, 0px);
    transform: translate3d(0px, -480px, 0px);
    margin-left: 100px;
  }
  .narrativeCard:nth-child(5) {
    -webkit-transform: translate3d(0px, -480px, 0px);
    -moz-transform: translate3d(0px, -480px, 0px);
    -o-transform: translate3d(0px, -480px, 0px);
    -ms-transform: translate3d(0px, -480px, 0px);
    transform: translate3d(0px, -480px, 0px);
  }
}
@media (max-width: 860px) {
  .parallax {
    height: 350px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .slideshowControls {
    opacity: 0.11 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=11)" !important;
    filter: alpha(opacity=11) !important;
  }
  .staticImageWindow {
    font-size: 30px;
    height: 500px;
    margin-top: -25px;
  }
  .staticImageWindow .staticImageHolder {
    height: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-attachment: scroll;
  }
  .fullWidthCaption {
    font-size: 14px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 400px;
    position: relative;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .fullWidthCaptionStatic {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .biospopup {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .bioactive {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -o-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -webkit-transition: all 0.6s 0s ease-in-out;
    -moz-transition: all 0.6s 0s ease-in-out;
    -o-transition: all 0.6s 0s ease-in-out;
    -ms-transition: all 0.6s 0s ease-in-out;
    transition: all 0.6s 0s ease-in-out;
    -webkit-perspective: 1000;
  }
}
/* Fixes text column on Galaxy S3 */
@media only screen and (max-width: 570px) and (min-width: 321px) {
  .narrativeCenter p {
    width: 90%;
    }

}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  hr {
    max-width: 180px !important;
  }
  section h1 {
    width: 270px;
  }
  .liheader {
    margin-top: 12px;
  }
  .leaflet-popup-content-wrapper {
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(0.65);
  }
  .leaflet-popup-close-button {
    display: none;
  }
  .slideshowWrapper {
    height: 180px;
  }
  .slideshowWrapper, .slideshowWrapper .imageContainer {
    width: 270px;
  }
  .slideshowWrapper .slideshowControls {
    display: none;
  }
  .slideshowWrapper .fullWidthCaptionStatic {
    bottom: 40px !important;
    font-size: 9px !important;
    width: 230px;
  }
  .portraitSlideshowImage {
    width: 270px;
  }
  .shareCenter {
    width: 270px;
  }
  .shareCenter .buttonHolder {
    width: 104px;
    height: 50px;
    display: block;
  }
  .shareCenter .buttonHolder:before {
    width: 70px;
    left: -80px;
  }
  .shareCenter .buttonHolder:after {
    width: 70px;
    left: 108px;
  }
  .shareCenter .buttonHolder .twitterButton,
  .shareCenter .buttonHolder .facebookButton {
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
  }
  .biospopup {
    -webkit-transform: translate3d(0px, 0px, 0px) scale(0.7);
    -moz-transform: translate3d(0px, 0px, 0px) scale(0.7);
    -o-transform: translate3d(0px, 0px, 0px) scale(0.7);
    -ms-transform: translate3d(0px, 0px, 0px) scale(0.7);
    transform: translate3d(0px, 0px, 0px) scale(0.7);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .bioactive {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -o-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -webkit-transition: all 0.6s 0s ease-in-out;
    -moz-transition: all 0.6s 0s ease-in-out;
    -o-transition: all 0.6s 0s ease-in-out;
    -ms-transition: all 0.6s 0s ease-in-out;
    transition: all 0.6s 0s ease-in-out;
    -webkit-perspective: 1000;
  }
  .straight {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -o-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -webkit-transition: all 0.1s 0s ease-in-out;
    -moz-transition: all 0.1s 0s ease-in-out;
    -o-transition: all 0.1s 0s ease-in-out;
    -ms-transition: all 0.1s 0s ease-in-out;
    transition: all 0.1s 0s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  .biospopupbody {
    -webkit-overflow-scrolling: touch;
  }
  .fullWidthCaptionStatic {
    bottom: 40px !important;
  }
  .headers h1 {
    font-size: 27px;
    margin-top: -8px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .headers h2 {
    padding-left: 30px;
    font-size: 12px;
    padding-right: 30px;
    margin-top: 11px;
  }
  .staticImageWindow {
    width: 100%;
    height: 220px;
    display: block;
    margin-bottom: 40px;
    background-color: none;
    overflow: hidden;
  }
  .staticImageWindow:hover {
    display: inherit;
  }
  .staticImageWindow:hover > .fullWidthCaption {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.8s 0s ease-in;
    -moz-transition: all 0.8s 0s ease-in;
    -o-transition: all 0.8s 0s ease-in;
    -ms-transition: all 0.8s 0s ease-in;
    transition: all 0.8s 0s ease-in;
  }
  .staticImageWindow .staticImageHolder {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 220px;
    z-index: 1;
    background-attachment: scroll !important;
    background-color: transparent;
    background-repeat: no-repeat;
  }
  .staticImageWindow a {
    color: inherit !important;
    text-decoration: none !important;
  }
  .staticImageWindow h2 {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .audioCenter {
    width: 270px;
    height: 230px;
    background: none;
    font-family: 'HelveticaNeueETW02-65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.7em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 57px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 270px;
  }
  .audioCenter .scrubberBar {
    display: none !important;
  }
  .videoFullWidth {
    width: 80%;
    max-height: 690px;
    display: block !important;
    overflow: hidden !important;
    background-color: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .videoFullWidth video {
    display: block !important;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .videoFullWidth:hover {
    display: inherit;
  }
  .videoFullWidth:hover > .fullWidthCaption {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.8s 0s ease-in;
    -moz-transition: all 0.8s 0s ease-in;
    -o-transition: all 0.8s 0s ease-in;
    -ms-transition: all 0.8s 0s ease-in;
    transition: all 0.8s 0s ease-in;
  }
  .videoFullWidthContainer {
    width: 100%;
    position: relative;
    display: block !important;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .narrativeCenter h2 {
    font-size: 0.8em;
    padding-left: 0%;
    text-align: center;
  }
  .staticImageWindow {
    font-size: 30px;
  }
  .staticImageWindow .staticImageHolder {
    height: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .parallax,
  .image-full-parallax {
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: -32px;
  }
  .parallax:hover,
  .image-full-parallax:hover {
    display: inherit;
  }
  .parallax:hover > .fullWidthCaption,
  .image-full-parallax:hover > .fullWidthCaption {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.8s 0s ease-in;
    -moz-transition: all 0.8s 0s ease-in;
    -o-transition: all 0.8s 0s ease-in;
    -ms-transition: all 0.8s 0s ease-in;
    transition: all 0.8s 0s ease-in;
  }
  .parallax img,
  .image-full-parallax img {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .fullWidthCaption {
    font-size: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 79%;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
}
/* phone landscape */
@media only screen and (min-width : 321px) and (max-width : 570px) {
  .narrativeCenter {
    font-size: 2em;
  }
  .narrativeCenter p {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: box-sizing;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .videoFullWidth {
    width: 90%;
/* height: 389px; */
    display: block;
/* overflow: hidden !important; */
    background-color: none;
    margin-bottom: 40px;
    padding: 0px;
    padding-bottom: 47.7%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .videoFullWidth:hover {
    display: inherit;
  }
  .videoFullWidth:hover > .fullWidthCaption {
    display: none;
  }
  .videoFullWidthContainer {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-bottom: 4px;
  }
  .narrativeCoverh1 {
    top: inherit;
  }
  .staticImageWindow {
    font-size: 45px;
  }
  .staticImageWindow .staticImageHolder {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .parallax,
  .image-full-parallax {
    margin-top: -30px;
    height: 450px;
  }
  .parallax .fullWidthCaption,
  .image-full-parallax .fullWidthCaption {
    font-size: 13px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 400px;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .centerHolder {
    width: 768px;
  }
  .videoFullWidth {
    width: 90%;
/* height: 389px; */
    display: block;
/* overflow: hidden !important; */
    background-color: none;
    margin-bottom: 40px;
    padding: 0px;
    padding-bottom: 46.8%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .videoFullWidth:hover {
    display: inherit;
  }
  .videoFullWidth:hover > .fullWidthCaption {
    display: none;
  }
  .videoFullWidthContainer {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-bottom: 4px;
  }
  .slideshowControls {
    top: 120px !important;
  }
  .parallax,
  .image-full-parallax {
    margin-top: -30px;
    height: 350px;
  }
  .parallax .fullWidthCaption,
  .image-full-parallax .fullWidthCaption {
    font-size: 12px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 300px;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes popAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    transform: scale(0.63);
  }

  50% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }

  88% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes popAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    transform: scale(0.63);
  }

  50% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }

  88% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes popAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    transform: scale(0.63);
  }

  50% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }

  88% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes popAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    transform: scale(0.63);
  }

  50% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }

  88% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-default-keyframes popAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    transform: scale(0.63);
  }

  50% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }

  88% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
    font-family: 'brain_flowerregular';
    src: url('/data/files/organization/4303/document/brainflower-1419975065-38.eot');
    src: url('/data/files/organization/4303/document/brainflower-1419975065-38.eot?#iefix') format('embedded-opentype'),
         url('/data/files/organization/4303/document/brainflower-1419975065-61.woff') format('woff'),
         url('/data/files/organization/4303/document/brainflower-1419975065-15.ttf') format('truetype'),
         url('#brain_flowerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Layout fixes 1/2/2014 */

/* Fixes ellipsis display in long subtitles on iPad portrait */
.coverSubtitle {
	white-space: normal;
}

/* Fixes text column on Galaxy S3 */
@media only screen and (max-width: 570px) and (min-width: 321px) 
{
	.narrativeCenter p {
		width: 90%;
    }
    .logoHolder {
    	display: none;
    }
}
/* Fixes Creatavist Logo overlaying Videos */
.builtwithtop {
	display: none;
}

.coverNav {
  margin-top: 4rem;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .clogo {
    border-right: none;
  }
}

/* Vimeo Videos */

.videoChapterTrueSize {
	background-color: transparent;    
}
.videoChapterTrueSize.vimeoVideo iframe {
	margin: 0 auto;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .videoChapterTrueSize.vimeoVideo iframe {
width: 270px;
height: 152px;
   }
   .videoChapterTrueSize.vimeoVideo {
        min-height: 0;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)  {
  .videoChapterTrueSize.vimeoVideo iframe {
width: 460px;
height: 258px;
   }
}
/* Small Desktops and Laptops */
@media screen and (min-width: 640px)
{
	.videoChapterTrueSize.vimeoVideo iframe {
      width: 640px;
      height: 360px;
    }
}
/* Desktops and Laptops */
@media screen and (min-width: 800px){
.narrativeCenter .videoInlineCentered.vimeoVideo iframe {
    width: 800px;
    height: 450px;
  }
  .narrativeCenter .videoInlineCentered.vimeoVideo detail {
      width: 800px;
  }
    .videoChapterTrueSize.vimeoVideo iframe {
    width: 800px;
    height: 450px;
  }
}

/* Black Background Titles */
.coverSubtitle span, .coverTitle span {
	background-color: #000000;
}
.coverSubtitle {
	margin: 0em 0em;
    padding: 0;
    right: 0px;
    text-align: right
}
.coverTitle {
	margin: 0em 0em;
    padding: 0;
    text-align: right
}

/* New approach to centering */

.storyCover {
	background-position: center;
}
.imageChapterWrapper .parallaxedImageChapterImage {
	background-position: center !important;
}

/* From Losing Louisiana Template */


.lt-ie9 .navContainer, .lt-ie9 .markoncover {
	display: none;
}

.lt-ie9 .chapter-51020 .textContainer {
	color: white;
}

.lt-ie9 ul#mini_wx-share li.twitter {
	background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/data/files/organization/4303/image/raw/scale100x10-1382996455-43.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/data/files/organization/4303/image/raw/scale100x10-1382996455-43.png', sizingMethod='scale')";
}

.lt-ie9 ul#mini_wx-share li.facebook {
	background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/data/files/organization/4303/image/raw/scale100x10-1382996441-74.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/data/files/organization/4303/image/raw/scale100x10-1382996441-74.png', sizingMethod='scale')";
}

.lt-ie9 footer {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/data/files/organization/355/image/derivative/cropscaleadjustandblur~1600x400x75-250-100x20~isledejean1-1382991237-74.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/data/files/organization/355/image/derivative/cropscaleadjustandblur~1600x400x75-250-100x20~isledejean1-1382991237-74.jpg', sizingMethod='scale')";
}

.lt-ie9 footer .footerContentHolder {
	box-sizing: content-box !important;
}

.lt-ie9 footer .footerContentHolder img {
    box-sizing: content-box !important;
}

header, nav, section, article, aside, footer, detail {
   display: block;
}

.mapFullscreenButtonSmall {
  background-image: url("/data/files/organization/4303/image/raw/scale100x10-1419975063-16.png");
}
.mapFullscreenButtonSmall.inFullscreen {
  background-image: url("/data/files/organization/4303/image/raw/scale100x10-1419975063-59.png");
}

.accentcolor {
	color: #;
	background-color: #;
}

#wx-miniheader {
	-webkit-font-smoothing: antialiased;
}



.smallScreenAuthor {
    font-size: 1em;
    letter-spacing: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: none;
    color: rgba(255,255,255,0.7);
}

.video_caption {
  margin: 2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.video_caption a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.video_caption a:hover {
  border-color: rgba(0,0,0,1);
}

section .narrativeCenter > p:first-of-type {
  margin-top: 50px !important;
}

.chapterType1 ~ .chapterType0 > .foreground > .narrativeCenter > .noTopPadding {
  padding-top: 100px;
}

.slideshowWrapper:hover>.slideshowControls {opacity: 0.75;} 

.leaflet-control-zoom-out{background-image: url('/data/files/organization/4303/image/raw/scale100x10-1419975064-37.png') !important;background-size:40px 40px;}
.leaflet-control-zoom-in{background-image: url('/data/files/organization/4303/image/raw/scale100x10-1419975064-60.png') !important;background-size:40px 40px;}
.wx-footer-wrapper {position: relative;background-color: #259DE4;height:auto;padding: 5em 2em 2em; -webkit-font-smoothing:antialiased;}
.wx-footer-wrapper a {text-decoration: none;}
.wx-footer-wrapper a:hover {opacity: 0.5;}

#wx-footer .wx-links dt {
color: #fff;
font-size: 15px;
font-weight: bold;
margin: 0 0 5px;
}

#wx-miniheader {position: fixed;z-index: 20000;}
.navContainer {top: 35px;}
.mobileNavPane {padding-top: 110px;}
.coverNavCurrentChapterNumber {display: none;}
#wx-miniheader-help a {line-height: 16px;background-position: -20px -1166px;}
#wx-miniheader-navigation li {margin-top: 14px;}
section#mobilefooter {display: none;}
.coverNavShare,.mainNavShare{display:none;}
.coverNavSoundtrack,.mainNavSoundtrack{margin-right:0;padding-right:0;}

.clogo, .builtwithtop {
	top: 40px;
}

ul#mini_wx-share {list-style-type: none;}
ul#mini_wx-share li {cursor:pointer;width: 30px;height: 30px; float: left;background-size: 30px 30px;background-repeat: no-repeat;margin: 5px 0 5px 5px;opacity: 0.9;}
ul#mini_wx-share li:hover {opacity: 1;}
ul#mini_wx-share li.twitter {background-image: url('/data/files/organization/4303/image/raw/scale100x10-1419975064-24.png');}
ul#mini_wx-share li.facebook {background-image: url('/data/files/organization/4303/image/raw/scale100x10-1419975064-9.png');}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    section#nonmobilefooter{display:none;}
    section#mobilefooter{display:block;}
    .wx-blurb{top:20%;font-size: 12px;line-height:14px;padding:25px 7.4%;background-color: rgba(37,157,228,0.5);}
	.coverNav {border-bottom: none;}
}

@media screen and (max-width: 767px){
	.coverNavAuthor {
    	display: none;
    }
    .smallScreenAuthor {
    	display: block;
    }
}


/* 12/30/14 */

.creatavist-branding {
  width: 120px;
  display:block;
  margin: 2em auto;
  opacity: 0.4;
  text-align: center;
  text-decoration: none;
  border-bottom: none; 
  }

.no-touch .creatavist-branding:hover {
  opacity: 0.8;
  border-bottom: none; }

.creatavist-branding .branding-text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 2px;
  opacity: 0.6; }

.creatavist-branding img {
  width: 100%; 
}

section.chapterType0:last-child {
	margin-bottom: 20px;
}
body {background-color:#f9f9f9;}

.navContainer {
display: none;
}

#chapter-70703{
display: none;
}

/* iPads */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

#chapter-70665, #chapter-70415 {
display: none;
}

}


/* iPhone 5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {

#chapter-70665, #chapter-70415 {
display: none;
}

}

/* iPhone <5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

#chapter-70665, #chapter-70415 {
display: none;
}

}

/* other mobile devices */
@media only screen and (max-width : 600px) {

#chapter-70665, #chapter-70415 {
display: none;
}

#chapter-70703{
display: block;
}

}

.narrativeCenter p {
max-width: 900px;
width: 95%;
}

#chapter-70693 {
background-color: #1E1E1E;
}

/* Vimeo Video */
@media screen and (min-width: 1080px) {
.videoChapterTrueSize.vimeoVideo iframe{
width: 1080px;
height: 607px;
}
}
.navContainer {
display: none;
}
.narrativeCenter a {
color: #0066FF;
}
.zoomDestinationHolder .zoomDestinationImage {
max-height: 85%;
}


/* Caption Text */
.imageChapterCaption {
 color: #FFFFFF !important;
}

/* Cover Image */
.storyCover:before {
  display: none !important;
}


/* Highlight Caption Text */
.imageChapterCaption {
 background-color: #000000 !important;
}
.chapter-221541 .narrativeCenter {
  background-color: #f9f9f9;
}
.chapter-221541 .narrativeCenter p {
  color: #000000;
}
.chapter-221541 .textContainer {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 2.5em;
  padding: 2.5em 2em 3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255,255,255,0.75);
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .chapter-221541 .textContainer {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .chapter-221541 .textContainer {
    font-size: 1.25em;
    padding: 1.5em 1em 2em;
  }
}

.chapter-221543 .narrativeCenter {
  background-color: #f9f9f9;
}
.chapter-221543 .narrativeCenter p {
  color: #000000;
}
.chapter-221543 .textContainer {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 2.5em;
  padding: 2.5em 2em 3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255,255,255,0.75);
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .chapter-221543 .textContainer {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .chapter-221543 .textContainer {
    font-size: 1.25em;
    padding: 1.5em 1em 2em;
  }
}

.chapter-221544 .narrativeCenter {
  background-color: #f9f9f9;
}
.chapter-221544 .narrativeCenter p {
  color: #000000;
}
.chapter-221544 .textContainer {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 2.5em;
  padding: 2.5em 2em 3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255,255,255,0.75);
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .chapter-221544 .textContainer {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .chapter-221544 .textContainer {
    font-size: 1.25em;
    padding: 1.5em 1em 2em;
  }
}

.chapter-221549 .narrativeCenter {
  background-color: #f9f9f9;
}
.chapter-221549 .narrativeCenter p {
  color: #000000;
}
.chapter-221549 .textContainer {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 2.5em;
  padding: 2.5em 2em 3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255,255,255,0.75);
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .chapter-221549 .textContainer {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .chapter-221549 .textContainer {
    font-size: 1.25em;
    padding: 1.5em 1em 2em;
  }
}

.chapter-221551 .narrativeCenter {
  background-color: #f9f9f9;
}
.chapter-221551 .narrativeCenter p {
  color: #000000;
}
.chapter-221551 .textContainer {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 2.5em;
  padding: 2.5em 2em 3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255,255,255,0.75);
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .chapter-221551 .textContainer {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .chapter-221551 .textContainer {
    font-size: 1.25em;
    padding: 1.5em 1em 2em;
  }
}

.chapter-221554 .narrativeCenter {
  background-color: #f9f9f9;
}
.chapter-221554 .narrativeCenter p {
  color: #000000;
}
.chapter-221554 .textContainer {
  max-width: 1240px;
  margin: 0 auto;
  font-size: 2.5em;
  padding: 2.5em 2em 3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255,255,255,0.75);
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .chapter-221554 .textContainer {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .chapter-221554 .textContainer {
    font-size: 1.25em;
    padding: 1.5em 1em 2em;
  }
}

.chapter-221545 .narrativeCenter > p:first-of-type:first-letter {
  font-family: inherit;
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: inherit;
  position: inherit;
  bottom: none;
  font-weight: inherit;
  clear: none;
}
.chapter-221545 p {
  text-align: center;
}
