/* /static/bower_components/atavist-polymer/subcomponents.css */ 

/*!
Video and Video.js-related styles
*/

@font-face {
    font-family: VideoJS;
    src: url(https://atavist-static.s3.amazonaws.com/video_js/font/vjs.eot);
    src: url(https://atavist-static.s3.amazonaws.com/video_js/font/vjs.eot?#iefix) format('embedded-opentype'), url(https://atavist-static.s3.amazonaws.com/video_js/font/vjs.woff) format('woff'), url(https://atavist-static.s3.amazonaws.com/video_js/font/vjs.ttf) format('truetype'), url(https://atavist-static.s3.amazonaws.com/video_js/font/vjs.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
.vjs-error .vjs-big-play-button {
    display: none
}
.vjs-error-display {
    display: none
}
.vjs-error .vjs-error-display {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.vjs-error .vjs-error-display:before {
    content: 'X';
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4em;
    color: #666;
    line-height: 1;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5em;
    width: 100%
}
.vjs-error-display div {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    font-size: 1.4em;
    text-align: center;
    padding: 3px;
    background: #000;
    background: rgba(0, 0, 0, .5)
}
.vjs-error-display a, .vjs-error-display a:visited {
    color: #F4A460
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    opacity: .75
}
.vjs-waiting .vjs-loading-spinner, .vjs-seeking .vjs-loading-spinner {
    display: block;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear
}
.vjs-error .vjs-loading-spinner {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
.video-js {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-js:-moz-full-screen {
    position: absolute
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}
.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    _position: absolute
}
.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}
.video-js.vjs-using-native-controls .vjs-poster {
    display: none
}
.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}
.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}
.video-js .vjs-subtitles {
    color: #fff
}
.video-js .vjs-captions {
    color: #fc6
}
.vjs-tt-cue {
    display: block
}
.vjs-default-skin .vjs-hidden {
    display: none
}
.vjs-lock-showing {
    display: block!important;
    opacity: 1;
    visibility: visible
}
.vjs-no-js {
    padding: 20px;
    color: #ccc;
    background-color: #333;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}
.vjs-no-js a, .vjs-no-js a:visited {
    color: #F4A460
}
.vjs-atavist-skin {
    color: white;
}
.vjs-atavist-skin .vjs-big-play-button {
    cursor: pointer;
    line-height: 50px;
    margin: -25px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    -webkit-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 2;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.vjs-atavist-skin .vjs-big-play-button:before {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 25px 0 25px 50px;
    content: "";
    display: block;
    z-index: 2;
    position: relative;
    left: 5px;
}
.vjs-atavist-skin .vjs-big-play-button:after {
    content: "";
    width: 130px;
    height: 130px;
    background: rgba(0,0,0,0.35);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: translate3D(-50%,-50%,0);
    -moz-transform: translate3D(-50%,-50%,0);
    -ms-transform: translate3D(-50%,-50%,0);
    -o-transform: translate3D(-50%,-50%,0);
    transform: translate3D(-50%,-50%,0);
}
.vjs-atavist-skin.vjs-controls-disabled .vjs-big-play-button, .vjs-atavist-skin.vjs-has-started .vjs-big-play-button, .vjs-atavist-skin.vjs-using-native-controls .vjs-big-play-button {
    opacity: 0;
}
.vjs-atavist-skin .vjs-control-bar {
    height: 40px;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2s;
    background-color: rgba(0, 0, 0, 0.35);
}
.vjs-atavist-skin.vjs-has-started .vjs-control-bar {
    opacity: 1;
    -webkit-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vjs-atavist-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vjs-atavist-skin.vjs-using-native-controls .vjs-control-bar, .vjs-atavist-skin.vjs-controls-disabled .vjs-control-bar {
    display: none;
}
.vjs-atavist-skin .vjs-progress-control {
    position: absolute;
    top: 0;
    right: 135px;
    bottom: 0;
    left: 92px;
}
.vjs-atavist-skin .vjs-progress-control .vjs-progress-holder {
    cursor: pointer;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.vjs-atavist-skin .vjs-progress-control .vjs-progress-holder:after {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.vjs-atavist-skin .vjs-progress-control .vjs-play-progress {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    height: 4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.vjs-atavist-skin .vjs-play-control {
    cursor: pointer;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    left: 13px;
    height: 19px;
    width: 17px;
    background-repeat: no-repeat;
}
.vjs-atavist-skin.vjs-playing .vjs-play-control:before, .vjs-atavist-skin.vjs-playing .vjs-play-control:after {
    background-color: white;
    border: none;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
}
.vjs-atavist-skin.vjs-playing .vjs-play-control:after {
    left: auto;
    right: 0;
}
.vjs-atavist-skin .vjs-fullscreen-control {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2719px%27%20height%3D%2719px%27%20viewBox%3D%270%200%2019%2019%27%20version%3D%271.1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%3E%3Cg%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%281.000000%2C%201.000000%29%27%20fill%3D%27%23ffffff%27%3E%3Cpath%20d%3D%27M2.4355617%2C12.4535256%20L0.0308412738%2C10.0488052%20L0.0308412738%2C17.0225618%20L7%2C17.0179639%20L4.55688204%2C14.5748459%20L8.56586399%2C10.565864%20L6.44454365%2C8.44454365%20L2.4355617%2C12.4535256%20L2.4355617%2C12.4535256%20Z%27%3E%3C/path%3E%3Cpath%20d%3D%27M14.5420829%2C4.54370349%20L17%2C7%20L17%2C0%20L10%2C0.00461522744%20L12.4200631%2C2.42308269%20L8.42157288%2C6.42157288%20L10.5428932%2C8.54289322%20L14.5420829%2C4.54370349%20L14.5420829%2C4.54370349%20Z%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    cursor: pointer;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 11px;
    height: 19px;
    width: 19px;
}
.vjs-atavist-skin.vjs-fullscreen .vjs-fullscreen-control {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2719px%27%20height%3D%2719px%27%20viewBox%3D%270%200%2019%2019%27%20version%3D%271.1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%3E%3Cg%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20fill%3D%27%23ffffff%27%3E%3Cpath%20d%3D%27M6.54208294%2C14.5437035%20L9%2C17%20L9%2C10%20L2%2C10.0046152%20L4.42006306%2C12.4230827%20L0.421572875%2C16.4215729%20L2.54289322%2C18.5428932%20L6.54208294%2C14.5437035%20L6.54208294%2C14.5437035%20Z%27%3E%3C/path%3E%3Cpath%20d%3D%27M12.4355617%2C4.4535256%20L10.0308413%2C2.04880517%20L10.0308413%2C9.02256183%20L17%2C9.0179639%20L14.556882%2C6.57484594%20L18.565864%2C2.56586399%20L16.4445436%2C0.444543648%20L12.4355617%2C4.4535256%20L12.4355617%2C4.4535256%20Z%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.vjs-atavist-skin .vjs-volume-control {
    display: none;
}
.vjs-atavist-skin .vjs-time-divider, .vjs-atavist-skin .vjs-remaining-time, .vjs-atavist-skin .vjs-load-progress, .vjs-atavist-skin .vjs-play-progress .vjs-control-text, .vjs-atavist-skin .vjs-play-control .vjs-control-content, .vjs-atavist-skin .vjs-fullscreen-control .vjs-control-text, .vjs-atavist-skin .vjs-slider-handle, .vjs-atavist-skin .vjs-volume-handle, .vjs-atavist-skin .vjs-live-controls, .vjs-atavist-skin .vjs-playback-rate, .vjs-atavist-skin .vjs-subtitles-button, .vjs-atavist-skin .vjs-captions-button, .vjs-atavist-skin .vjs-mute-control {
    display: none;
}
.vjs-atavist-skin .vjs-seek-handle {
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    background-color: currentcolor;
    top: 0.5em;
    opacity: 1;
    border-radius: 50%;
}
.vjs-atavist-skin .vjs-control-text {
    position: absolute;
    bottom: 0.8rem;
    left: -50%;
    font-family: inherit;
    opacity: 0;
    -webkit-transition: opacity 200ms 200ms;
    -moz-transition: opacity 200ms 200ms;
    -ms-transition: opacity 200ms 200ms;
    -o-transition: opacity 200ms 200ms;
    transition: opacity 200ms 200ms;
    display: none;
    /* nuking this for now -- not working well */
}
.vjs-atavist-skin.vjs-seeking .vjs-control-text {
    opacity: 0.75;
    -webkit-transition: opacity 200ms 0ms;
    -moz-transition: opacity 200ms 0ms;
    -ms-transition: opacity 200ms 0ms;
    -o-transition: opacity 200ms 0ms;
    transition: opacity 200ms 0ms;
}
.vjs-atavist-skin .vjs-current-time, .vjs-atavist-skin .vjs-duration {
    position: absolute;
    display: block;
    height: 100%;
    width: 50px;
}
.vjs-atavist-skin .vjs-current-time {
    left: 45px;
}
.vjs-atavist-skin .vjs-duration {
    right: 85px;
}
.vjs-current-time-display, .vjs-duration-display {
    text-align: center;
    top: 50%;
    top: calc(50% - 1px);
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.vjs-fullscreen {
    padding-bottom: 0 !important;
}
.vjs-control:focus, .vjs-big-play-button:focus {
    outline: none;
}
.vjs-atavist-skin .vjs-play-control.vjs-paused {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2717px%27%20height%3D%2719px%27%20viewBox%3D%270%200%2017%2019%27%20version%3D%271.1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%3E%3Cg%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cpath%20d%3D%27M0.30965739%2C19.0096189%20L0.30965739%2C-0.04293994%20L16%2C9.4833395%20L0.30965739%2C19.0096189%20Z%27%20fill%3D%27%23ffffff%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}
.vjs-atavist-skin .vjs-mute-control {
    display: block;
    cursor: pointer;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 42px;
    height: 19px;
    width: 22px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2722px%27%20height%3D%2719px%27%20viewBox%3D%270%200%2022%2019%27%20version%3D%271.1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%3E%3Cg%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%280.000000%2C%201.000000%29%27%3E%3Cpath%20d%3D%27M4.57618%2C11.6571429%20L0%2C11.6571429%20L0%2C5.34285714%20L4.57618%2C5.34285714%20L9.7336795%2C0.306832451%20L9.7336795%2C16.6931675%20L4.57618%2C11.6571429%20L4.57618%2C11.6571429%20Z%27%20fill%3D%27%23ffffff%27%3E%3C/path%3E%3Cg%20transform%3D%27translate%2812.000000%2C%200.485714%29%27%20id%3D%27Shape%27%20stroke%3D%27%23ffffff%27%3E%3Cpath%20d%3D%27M4%2C0%20C11.7065667%2C4.35502306%2010.950359%2C12.1733398%204%2C16.0285714%27%3E%3C/path%3E%3Cpath%20d%3D%27M2%2C2.91428571%20C6.9041788%2C5.68566404%206.4229557%2C10.6609565%202%2C13.1142857%27%3E%3C/path%3E%3Cpath%20d%3D%27M0%2C5.82857143%20C2.10179092%2C7.01630499%201.89555246%2C9.14857317%200%2C10.2%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.vjs-atavist-skin .vjs-mute-control.vjs-vol-0 {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2722px%27%20height%3D%2719px%27%20viewBox%3D%270%200%2022%2019%27%20version%3D%271.1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%3E%3Cg%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%280.000000%2C%201.000000%29%27%3E%3Cpath%20d%3D%27M4.57618%2C11.6571429%20L0%2C11.6571429%20L0%2C5.34285714%20L4.57618%2C5.34285714%20L9.7336795%2C0.306832451%20L9.7336795%2C16.6931675%20L4.57618%2C11.6571429%20L4.57618%2C11.6571429%20Z%27%20fill%3D%27%23ffffff%27%3E%3C/path%3E%3Cg%20transform%3D%27translate%2812.000000%2C%200.485714%29%27%20%3E%3Cpath%20d%3D%27M4%2C0%20C11.7065667%2C4.35502306%2010.950359%2C12.1733398%204%2C16.0285714%27%3E%3C/path%3E%3Cpath%20d%3D%27M2%2C2.91428571%20C6.9041788%2C5.68566404%206.4229557%2C10.6609565%202%2C13.1142857%27%3E%3C/path%3E%3Cpath%20d%3D%27M0%2C5.82857143%20C2.10179092%2C7.01630499%201.89555246%2C9.14857317%200%2C10.2%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}






/* General subcomponent styles */

.atavist-block,
.atavist-cover {
    display: block;
}
.atavist-caption, .atavist-caption p {
    font-size: 1em;
    line-height: 1.3;
    margin: 0.25em 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    text-indent: 0;
}
.atavist-caption:empty {
    display: none;
}
.page-compose .atavist-caption:empty {
    display: block;
}
.page-compose .atavist-caption:empty:before {
    display: inline-block;
    /* otherwise, the bottoms of descenders get cut off */
    
    content: "Write a caption\2026";
    opacity: 0.5;
    cursor: text;
}
.page-compose .atavist-caption[placeholder]:empty:before {
    display: inline-block;
    /* otherwise, the bottoms of descenders get cut off */
    
    content: attr(placeholder);
    opacity: 0.5;
    cursor: text;
}
.page-compose .atavist-caption:empty:focus:before {
    content: "";
}
.page-compose atavist-story-data-byline {
    cursor: pointer;
}
atavist-story-data:empty {
    display: none;
}
.page-compose atavist-story-data:empty {
    display: initial;
}
.page-compose atavist-story-data:empty:before {
    display: inline-block;
    content: attr(placeholder);
    opacity: 0.85;
    cursor: text;
}
.page-compose atavist-story-data:empty:focus:before {
    content: "";
}
.atavist-autosizer {
    display: block;
    max-width: 100%;
}
.atavist-image {
    display: block;
    -webkit-transition: background-position 0.1s, opacity 500ms 100ms;
    -moz-transition: background-position 0.1s, opacity 500ms 100ms;
    -ms-transition: background-position 0.1s, opacity 500ms 100ms;
    -o-transition: background-position 0.1s, opacity 500ms 100ms;
    transition: background-position 0.1s, opacity 500ms 100ms;
    position: relative;
    /* doing this here so the uploader progress sits right, but possible that this shouldn't be defined by the subcomponent?? */
}
.atavist-image img {
    width: 100%;
}
.real-image-size {
    width: auto;
}
.real-image-size img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}
.atavist-image .image-block-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.375);
    background-size: 20px 20px;
    background-position: 0 0, 30px 30px;
}
.atavist-image .image-block-placeholder svg {
    opacity: 0.4;
    display: block;
}
.non-scaling-stroke-not-supported .atavist-image .image-block-placeholder svg {
    display: none;
}
.atavist-image[show_placeholder_helper="true"] .image-block-placeholder:before {
    content: "Drag an image here";
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 0.9em;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    background-color: rgb(80, 80, 80);
    border-radius: 2px;
    padding: 0.5em 0.5em 0.3em;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.atavist-video .video-block-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.375);
    background-size: 20px 20px;
    background-position: 0 0, 30px 30px;
    z-index: 1;
    pointer-events: none;
}
.atavist-video .video-block-placeholder svg {
    opacity: 0.4;
}
.atavist-video[show_placeholder_helper="true"] .video-block-placeholder:before {
    content: "Drag a video here";
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 0.9em;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    background-color: rgb(80, 80, 80);
    border-radius: 2px;
    padding: 0.5em 0.5em 0.3em;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.atavist-video-embed {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.atavist-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.atavist-video {
    display: block;
    position: relative;
    /* currently, for the progress bars. not sure if this is the "right" way to facilitate that, though */
}
.atavist-video .uploader-progress, .atavist-video .video-progress-label {
    position: absolute;
    z-index: 10000;
}
.atavist-multi-video {
    display: block;
}
/* Audio */

.atavist-audio {
    display: block;
}
.atavist-audio audio {
    height: 0;
}
.atavist-audio .player-chrome {
    position: relative;
    padding-top: 1rem;
    margin-bottom: 0.65rem;
    max-width: 100% !important;
}
.atavist-audio.simple-player .player-chrome {
    position: relative;
    padding-top: 0;
    margin-bottom: 0;
}
.atavist-audio .player-chrome:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    opacity: 0.125;
    box-sizing: border-box;
}
.atavist-audio.simple-player .player-chrome:before {
    display: none;
}

.atavist-audio.played-once .player-chrome {
    border-bottom: 1px solid currentColor;
}
.atavist-audio .play-pause-control {
    margin-top: -webkit-calc(2rem - 10px);
    margin-top: calc(2rem - 10px);
    margin-bottom: -webkit-calc(2rem - 10px);
    margin-bottom: calc(2rem - 10px);
    text-align: center;
    position: relative;

    /* Flexbox generated via autoprefixer */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
@media screen and (max-width: 450px) {
    .atavist-audio .play-pause-control {
        margin-bottom: -webkit-calc(2rem - 22px);
        margin-bottom: calc(2rem - 22px);
    }
}

.atavist-audio.simple-player .play-pause-control {
    margin: 0;
}

.atavist-audio .player-chrome circle, .atavist-audio .player-chrome polygon {
    stroke: currentColor;
    fill: none;
}
.atavist-audio .player-chrome rect {
    fill: currentColor;
}
.atavist-audio .play-pause-button {
    width: 4rem;
    display: inline-block;    
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.atavist-audio .play-button, .atavist-audio .pause-button {
    width: 100%;
}
.atavist-audio .play-button, .atavist-audio.playing .pause-button {
    display: block;
}
.atavist-audio.playing .play-button, .atavist-audio .pause-button {
    display: none;
}
.atavist-audio .duration-indicator {
    padding: 0 1rem;
    font-size: 0.85em;
    color: currentColor;
    opacity: 0.5;
    min-width: 3.25em;    
}
@media screen and (max-width: 450px) {
    .atavist-audio .duration-indicator {
        width: 3rem;
        top: -2.3em;
    }
}
.atavist-audio .scrubber-bar {
    position: relative;
    width: 100%;
    height: 10px;
}
.atavist-audio.simple-player .scrubber-bar {
    display: none;
}
.atavist-audio .scrubber-bar > .scrubber-progress {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: currentColor;
}
.atavist-audio .play-pause-control svg, .atavist-audio .scrubber-bar {
    cursor: pointer;
}
.atavist-audio.uploader-over {
    opacity: 0.5;
}
.atavist-audio .audio-block-placeholder {} .atavist-audio .audio-block-placeholder:before {}

.atavist-multi-background {
    display: block;
    position: relative;
    overflow: hidden; 
}

.atavist-background-image-with-shim {
    display: block;
    position: relative;
}

.atavist-background-image-with-shim .atavist-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
}
.atavist-background-image-with-shim .atavist-background-image-with-shim-shim, .atavist-background-video-with-shim .atavist-background-video-with-shim-shim {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
}

.atavist-background-video-with-shim .atavist-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3D(-50%,-50%,0);
    -moz-transform: translate3D(-50%,-50%,0);
    -ms-transform: translate3D(-50%,-50%,0);
    -o-transform: translate3D(-50%,-50%,0);
    transform: translate3D(-50%,-50%,0);
    z-index: 0;    
}
.atavist-background-video-with-shim .atavist-video.autoplay-unavailable > * {
    display: none;
}
.atavist-background-video-with-shim .atavist-video.autoplay-unavailable {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.atavist-background-solid-color {
    display: block;
    position: relative;
}

.atavist-multi-background > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.atavist-text {
    display: block;
}

.atavist-dfp {
    display: block;
}

.atavist-dfp iframe {
    display: block;
    margin: 0 auto;
}


/* Atavist Logo  */

.atavist-promo-frame {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    overflow: hidden;
    z-index: 10;
    -webkit-transform: translate3D(100%,0,0);
    -moz-transform: translate3D(100%,0,0);
    -ms-transform: translate3D(100%,0,0);
    -o-transform: translate3D(100%,0,0);
    transform: translate3D(100%,0,0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;        
}

.promo-open .atavist-promo-frame {
    -webkit-transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}

@media screen and (max-width: 767px) {
    .atavist-promo-frame.touch-promo {
        width: 100%;
    }   
}

.atavist-promo-frame .touch-close {
    display: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute; 
    z-index: 1;
    top: 0.675rem;
    left: 0.675rem;
    width: 1.375rem;
    height: 1.375rem;
    cursor: pointer;
    opacity: 0.75;
}

@media screen and (max-width: 767px) {
    .atavist-promo-frame .touch-close {
        width: 1.5rem;
        height: 1.5rem;
    }  
}

.atavist-promo-frame .touch-close:before, .atavist-promo-frame .touch-close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.0625em;
    background-color: #585858;
    top: -webkit-calc(50% - 0.03125em);
    top: calc(50% - 0.03125em);
}

.atavist-promo-frame .touch-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.atavist-promo-frame .touch-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}    

.atavist-promo-frame.touch-promo .touch-close {
    display: block;
}

.atavist-promo-frame .iframe-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -ms-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.theme-thurber .atavist-promo-frame .iframe-wrapper {
    border-left: 1px solid #e9e9ec;
}

.promo-open .atavist-promo-frame .iframe-wrapper {
    opacity: 1;     
    -webkit-transition-delay: 475ms; /* should match logo animation */
    -moz-transition-delay: 475ms; /* should match logo animation */
    -ms-transition-delay: 475ms; /* should match logo animation */
    -o-transition-delay: 475ms; /* should match logo animation */
    transition-delay: 475ms; /* should match logo animation */
}

.atavist-promo-frame .iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
}

.atavist-logo {
    display: block;
    position: relative;
    z-index: 2;
    width: 2rem !important;
    height: 2rem !important;
}    

.atavist-logo .paperclip-logo {
    width: 100%;
    height: 100%;
    position: relative;
    /*color: white;*/
    cursor: pointer;
}
.promo-open .atavist-logo .paperclip-logo {
    cursor: default;
}
.atavist-logo .paperclip-logo-static-background {
    position: absolute;
    /*background-color: rgb(30,30,30);*/
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3D(-50%,-50%,0);
    -moz-transform: translate3D(-50%,-50%,0);
    -ms-transform: translate3D(-50%,-50%,0);
    -o-transform: translate3D(-50%,-50%,0);
    transform: translate3D(-50%,-50%,0);
    -webkit-transition: opacity 0ms 400ms; /* must be no longer than expansion of circle background */
    -moz-transition: opacity 0ms 400ms;
    -ms-transition: opacity 0ms 400ms;
    -o-transition: opacity 0ms 400ms;
    transition: opacity 0ms 400ms;
}
.promo-open .atavist-logo .paperclip-logo-static-background {
    opacity: 0;
}

.atavist-promo-frame .paperclip-logo-background-wrapper {
    position: absolute;
    top: 2rem; /* needs to be programmatically determined based on logo center point */
    right: 2rem; /* needs to be programmatically determined */
}

.atavist-promo-frame .paperclip-logo-background {
    position: absolute;
    /*background-color: rgb(30,30,30);*/
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 500ms, background-color 500ms;
    -moz-transition: -moz-transform 500ms, background-color 500ms;
    -ms-transition: -ms-transform 500ms, background-color 500ms;
    -o-transition: -o-transform 500ms, background-color 500ms;
    transition: transform 500ms, background-color 500ms;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3D(-50%,-50%,0);
    -moz-transform: translate3D(-50%,-50%,0);
    -ms-transform: translate3D(-50%,-50%,0);
    -o-transform: translate3D(-50%,-50%,0);
    transform: translate3D(-50%,-50%,0);
}

.promo-open .atavist-promo-frame .paperclip-logo-background {
    /*background-color: #f6f6f8;*/
    opacity: 1;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.395, 0.060, 0.635, 0.710);
    -moz-transition: -moz-transform 400ms cubic-bezier(0.395, 0.060, 0.635, 0.710);
    -ms-transition: -ms-transform 400ms cubic-bezier(0.395, 0.060, 0.635, 0.710);
    -o-transition: -o-transform 400ms cubic-bezier(0.395, 0.060, 0.635, 0.710);
    transition: transform 400ms cubic-bezier(0.395, 0.060, 0.635, 0.710);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transform: translate3D(-50%,-50%,0) scale(1) !important;
    -moz-transform: translate3D(-50%,-50%,0) scale(1) !important;
    -ms-transform: translate3D(-50%,-50%,0) scale(1) !important;
    -o-transform: translate3D(-50%,-50%,0) scale(1) !important;
    transform: translate3D(-50%,-50%,0) scale(1) !important;
}   

.atavist-promo-frame .paperclip-logo-background.do-not-animate {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.atavist-logo .paperclip-logo svg {
    display: block;
    position: absolute;
    width: 54.125%;
    top: 48%;
    left: 50.5%;
    -webkit-transform: translate3D(-50%,-50%,0);
    -moz-transform: translate3D(-50%,-50%,0);
    -ms-transform: translate3D(-50%,-50%,0);
    -o-transform: translate3D(-50%,-50%,0);
    transform: translate3D(-50%,-50%,0);
    -webkit-transition: opacity 200ms 600ms;
    -moz-transition: opacity 200ms 600ms;
    -ms-transition: opacity 200ms 600ms;
    -o-transition: opacity 200ms 600ms;
    transition: opacity 200ms 600ms;
}

.promo-open .atavist-logo .paperclip-logo svg {
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;        
}

.is_ie10 .atavist-promo-frame,
.is_ie10 .atavist-promo-frame .iframe-wrapper,
.is_ie10 .atavist-logo .paperclip-logo-static-background,
.is_ie10 .atavist-promo-frame .paperclip-logo-background,
.is_ie10 .atavist-logo .paperclip-logo svg,
.promo-open.is_ie10 .atavist-promo-frame,
.promo-open.is_ie10 .atavist-promo-frame .iframe-wrapper,
.promo-open.is_ie10 .atavist-logo .paperclip-logo-static-background,
.promo-open.is_ie10 .atavist-promo-frame .paperclip-logo-background,
.promo-open.is_ie10 .atavist-logo .paperclip-logo svg {
    -ms-transition-delay: 0ms;
    transition-delay: 0ms;
    -ms-transition: all 0ms;
    transition: all 0ms;
}

/* Atavist footer */

@font-face { 
  font-family: 'Atlas Grotesk Web';
  src: url('//dilhmgn2fk8rc.cloudfront.net/fonts/atlas/AtlasGrotesk-Regular-Web.eot');
  src: url('//dilhmgn2fk8rc.cloudfront.net/fonts/atlas/AtlasGrotesk-Regular-Web.eot?#iefix') format('embedded-opentype'),
     url('//dilhmgn2fk8rc.cloudfront.net/fonts/atlas/AtlasGrotesk-Regular-Web.woff') format('woff'),
     url('//dilhmgn2fk8rc.cloudfront.net/fonts/atlas/AtlasGrotesk-Regular-Web.ttf') format('truetype'),
     url('//dilhmgn2fk8rc.cloudfront.net/fonts/atlas/AtlasGrotesk-Regular-Web.svg#AtlasGrotesk-Regular') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

.atavist-footer {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.atavist-footer .atavist-footer-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center; 
    padding-top: 1.6rem;
    padding-bottom: 1.65rem;   
    display: block;
    text-decoration: none;
}

.atavist-footer svg {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 0.125rem;
}

.atavist-footer .text {
    font-family: 'Atlas Grotesk Web';
    display: inline-block;
    font-size: 0.85rem;
}

.atavist-footer .text > span {
    position: relative;
    top: -0.5rem;   
    padding-left: 0.5rem; 
}

.atavist-story-data-byline {
    display: inline-block;
}

.atavist-story-data-byline .atavist-byline-wrapper {
    display: flex;
    align-items: center;
}

.atavist-story-data-byline .atavist-byline-wrapper .byline-and-publication {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.atavist-story-data-byline .atavist-byline-wrapper .byline-link {
    font-size: 0.85em;
    line-height: 1;
}
.atavist-story-data-byline .atavist-byline-wrapper .byline-link:hover {
    text-decoration: underline;
}

.atavist-story-data-byline .publication {
    font-size: 0.7em;
    line-height: 1;
    opacity: 0.5;
}

.atavist-story-data-byline .atavist-byline-image {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    margin-right: 0.375em;
}
.atavist-story-data-byline .atavist-byline-image[data-is-publication] {
    border-radius: 12%;
}
.atavist-search {
    min-width: 25px;
    min-height: 25px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.atavist-search svg {
    width: 100%;
    height: 100%;
}
.atavist-search .search-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
.atavist-search input[type=text] {
    width: 0px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.atavist-search.show input[type=text],
.atavist-search.show input[type=text]:focus {
    width: 200px;
    cursor: initial;
}
.atavist-search:not(.show) input[type=text] {
    border: none !important;
}
.atavist-search input[type=text] {
    border-bottom: 1px solid gray;
    border-radius: 0;
    padding: 0 0 0 25px;
    margin: 0;
    height: 30px;
    font-size: 1em;
}

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

body.app {
	height: 100%;
}
.app header {
	position: absolute !important;
	min-height: 100%;
}
#outer {
	min-height: 100%;
}
.app #mainStoryContainer,
.app #mainStoryContainer > section,
.app #mainStoryContainer > section > .foreground,
.app #mainStoryContainer > section > .foreground > .narrativeCenter {
	min-height: 100%;
	height: 100%;
}
.app .imageChapterWrapper {
	height: auto;
}
.app .chapter-type-1 #outer,
.app .chapter-type-1 #outer > #mainStoryContainer,
.app .chapter-type-1 #outer > #mainStoryContainer > section,
.app .chapter-type-1 #outer > #mainStoryContainer > section > .imageChapterWrapper {
	height: 100%;
}
.app .imageChapterWrapper .parallaxedImageChapterImage {
	background-size: contain;
	background-position: center center;
}

.mapFullscreenButtonSmall {
  background-image: url("/cms/data/templates/bauhaus101/images/fullscreensmall2.svg");
}
.mapFullscreenButtonSmall.inFullscreen {
  background-image: url("/cms/data/templates/bauhaus101/images/fullscreensmall2-swapped.svg");
}

/* Accent Color */
.accentcolor {
	color: #;
	background-color: #;
}

.plain-button {
	color: #;
}

.navContainer {
	color: #;
}
.narrativeCenter {
  font: 300 20px "palatino", Georgia, serif;
}


.coverText{display: none}
.cover-text-container{display: none}
.white-label-logo-link{display: none}

footer{
  display: none;
}

detail {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  text-rendering: optimizelegibility;
  color: #000;
  z-index: 100;
  clear: left;
  position: relative;
  margin-top: 20px;
  margin-left: 2px;
  width: 215px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: all none;
  -webkit-transform:none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.narrativeCenter .imageAttachedCenterStatic detail {
  margin-top: 20px;
}
.narrativeCenter .imageAttachedCenterStatic.needsCaption,
.narrativeCenter .imageAttachedRightStatic.needsCaption,
.narrativeCenter .imageAttachedLeftStatic.needsCaption {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;;
  -ms-transform: none;
  transform:none;
  -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: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.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: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.narrativeCenter .imageAttachedCenterStatic.needsCaption img:hover ~ detail,
.narrativeCenter .imageAttachedRightStatic.needsCaption img:hover ~ detail,
.narrativeCenter .imageAttachedLeftStatic.needsCaption img:hover ~ detail {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.narrativeCenter ul{
  width: auto;
}



#header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.title-nav-wrapper {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-title{
font-family: "futura-pt";
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 12px;
font-weight: 400;
font-style: normal;
margin: 0;
padding: 0;
display: table-cell;
width: 30%;
vertical-align: middle;
line-height: 1em;
z-index: 100;
position: relative;
text-align:left;
}

.site-title img {
  max-height: 70px;
  max-width: 400px;
}

.nav-wrapper{
  float:right;
}
.coverNav{
  display: none;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  line-height: 1em;
}
.main-nav ul li {
  text-align: right;
  display: inline-block;
  margin: 0 0 0 30px;
  font-family: arial;
}
.main-nav ul li:first-child { margin-right: 0; }
.main-nav ul li a,
.main-nav ul li a:visited {
  color: #1a1a1a;
}
.main-nav ul li a span,
.main-nav ul li a:visited span {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "proxima-nova";
  font-size: .65em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
}
.main-nav ul li a:hover,
.main-nav ul li a:focus {
  color: rgba(26, 26, 26, .7);
}
.main-nav ul li.active-link a,
.main-nav ul li.active-link a:visited {
  color: #17dee8;
}

#desktopNav {
  display: table-cell;
  width: 70%;
  text-align: right;
  vertical-align: middle;
  position: relative;
  z-index: 500;
}
@media only screen and (max-width : 940px) {
  .title-nav-wrapper{ padding: 0 10px; }
  .site-title { width: 20%; }
  #desktopNav { width: 80%; }
}
@media only screen and (max-width : 745px) {
  #desktopNav { display: none }
} 


.chapter-105583 .logoHolder,
.chapter-105583 .clogo {
  display: none;
}
.chapter-105583 .mustacheDynamic {
  display: none;
}
.chapter-105583 body,
.chapter-105583 .body {
  margin: 0;
  padding: 0;
}

.chapter-114156 p.static {
  text-align: center;
  width: 100%;
}
.chapter-114156 .static {
  height: 100%;
  margin: 0;
}
.chapter-114156 .static2 {
  width: 1050px;
  height: 375px;
}

.chapter-114142 p.iframe {
  text-align: center;
  width: 100%;
  height: 70%;
  margin: 0;
}
.chapter-114142 iframe.iframe2 {
  height: 620px;
  margin-top: 90px;
  width: 100%;
}
.chapter-114142 iframe body {
  height: 90%;
  width: 100%;
}
.chapter-114142 iframe #pipeline_interactive_container {
  width: 100%;
  height: 590px;
}

.chapter-114306 .mustacheDynamic {
  display: none;
}
.chapter-114306 body,
.chapter-114306 .body {
  margin: 0;
  padding: 0;
}
