*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
@font-face {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 400;
    src: url(/mostly-human/fonts/roboto-condensed-v16-latin-regular.eot);
    src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(/mostly-human/fonts/roboto-condensed-v16-latin-regular.eot?#iefix) format("embedded-opentype"), url(/mostly-human/fonts/roboto-condensed-v16-latin-regular.woff2) format("woff2"), url(/mostly-human/fonts/roboto-condensed-v16-latin-regular.woff) format("woff"), url(/mostly-human/fonts/roboto-condensed-v16-latin-regular.ttf) format("truetype"), url(/mostly-human/fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed) format("svg")
}
@font-face {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    src: url(/mostly-human/fonts/roboto-condensed-v16-latin-700.eot);
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(/mostly-human/fonts/roboto-condensed-v16-latin-700.eot?#iefix) format("embedded-opentype"), url(/mostly-human/fonts/roboto-condensed-v16-latin-700.woff2) format("woff2"), url(/mostly-human/fonts/roboto-condensed-v16-latin-700.woff) format("woff"), url(/mostly-human/fonts/roboto-condensed-v16-latin-700.ttf) format("truetype"), url(/mostly-human/fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed) format("svg")
}
@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    src: url(/mostly-human/fonts/roboto-mono-v5-latin-regular.eot);
    src: local("Roboto Mono"), local("RobotoMono-Regular"), url(/mostly-human/fonts/roboto-mono-v5-latin-regular.eot?#iefix) format("embedded-opentype"), url(/mostly-human/fonts/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(/mostly-human/fonts/roboto-mono-v5-latin-regular.woff) format("woff"), url(/mostly-human/fonts/roboto-mono-v5-latin-regular.ttf) format("truetype"), url(/mostly-human/fonts/roboto-mono-v5-latin-regular.svg#RobotoMono) format("svg")
}
body {
    position: relative;
    font-size: 16px;
    color: #818282;
    background: #0a0a0a;
    overflow-x: hidden;
    font-family: Roboto Mono, Arial, sans-serif
}
.overflow--hidden {
    overflow: hidden
}
a {
    text-decoration: none
}
a, img {
    outline: none
}
img, svg {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0
}
.lazyload {
    opacity: 0;
    transition: opacity .25s ease-in
}
.loaded {
    opacity: 1
}
.clear:after {
    content: "";
    display: block;
    clear: both
}
.inner {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px
}
::-moz-selection {
    background: rgba(0, 0, 0, .1)
}
::selection {
    background: rgba(0, 0, 0, .1)
}
video::-internal-media-controls-download-button {
    display: none
}
video::-webkit-media-controls {
    overflow: hidden!important
}
video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto
}
#cvpXhrFlash, .countdown, img[src^="//bea4.cnn.com/"], img[src^="//bea4.v.fwmrm.net/"] {
    display: none!important
}
.preloader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: #0a0a0a;
    transition: all .5s ease-out;
    opacity: 1;
}
.mostly-human-loading-logo {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.mostly-human-loading-logo {
    max-width: 300px
}
body.site-loaded .site {
    opacity: 1;
    position: relative;
    z-index: 9999
}
body.site-loaded .preloader {
    z-index: -9999;
    opacity: 0
}
#menu {
    background: #000;
    position: fixed;
    z-index: 5;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: all .7s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
#menu.menu--open {
    left: 0;
    z-index: 8;
    pointer-events: auto;
    opacity: 1
}
.menu-inner {
    position: relative;
    padding: 44px 20px 20px;
    min-height: 100vh
}
.menu-item {
    display: block;
    position: relative;
    z-index: 2;
    color: #fefefe;
    margin-bottom: 10px
}
.menu-inner h1 {
    text-indent: -9999em;
    width: 230px;
    height: 48px;
    background: transparent url(../media/MOSTLY_HUMAN_LOGO.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-bottom: 20px
}
.episode-no {
    font-size: 11px;
    font-weight: 500
}
.episode-name {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase
}
#menu .episode-caption {
    color: #fefefe;
    opacity: .9
}
#menu .episodes-container {
    padding-top: 100px;
    height: 100vh;
    padding-bottom: 20px;
    overflow-y: scroll
}
#menu .episodes {
    margin-top: 25px;
}
.fixed-header {
    position: fixed;
    z-index: 8;
    top: 15px;
    left: 0;
    width: 100%;
    padding: 10px 0 0;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility-backface-visibility: hidden
}
.menu-button {
    float: right;
    position: relative;
    right: 0;
    width: 30px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent
}
.menu-button:after, .menu-button:before, .menu-button span {
    background: #818282
}
.menu-button:hover:after, .menu-button:hover:before, .menu-button:hover span {
    background: #f9a330
}
.menu-button:after, .menu-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    pointer-events: none;
    transition: transform .25s, background-color .25s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.menu-button span {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 2px;
    text-indent: 200%;
    transition: opacity .25s, background-color .25s ease-in-out
}
.menu-button:before {
    -webkit-transform: translate3d(0, -10px, 0) scaleX(.8);
    transform: translate3d(0, -10px, 0) scaleX(.8)
}
.menu-button:after {
    -webkit-transform: translate3d(0, 10px, 0) scaleX(.8);
    transform: translate3d(0, 10px, 0) scaleX(.8)
}
.menu-button--open span {
    opacity: 0
}
.menu-button--open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.menu-button--open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.site {
    opacity: 0;
    transition: opacity .5s ease-in
}
.page {
    position: relative;
    overflow: hidden;
    width: 100%
}
.hero-container {
    padding-top: 20px;
    padding-bottom: 20px
}
.header {
    margin-bottom: 40px
}
.cnn-tech {
    position: relative;
    z-index: 9;
    width: 112px;
    height: 50px;
    overflow: hidden;
    float: left;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    pointer-events: none;
}
.scrolled-past-video .cnn-tech, .show--tech-logo .cnn-tech {
    opacity: 1;
    pointer-events: auto;
}
.cnn-tech, .cnn-tech .cnn {
    top: 0;
    left: 0;
    height: 50px;
    overflow: hidden
}
.cnn-tech .cnn {
    color: #ca2026;
    font-size: 51px;
    background-color: #fff;
    width: 50px
}
.cnn-tech .cnn, .cnn-tech .tech {
    display: block;
    position: absolute
}
.cnn-tech .tech {
    left: 52px;
    top: -13px;
    float: left;
    width: 86px;
    height: 100px;
    background: transparent url(/mostly-human/media/cnn-tech-logo_tech.svg) 0 0 no-repeat;
    background-size: 100% auto
}
.video-container-parent {
    width: 100%;
    background-color: #0a0a0a;
    padding-bottom: 25px;
}
.video-container {
    width: 100%;
    max-width: 1060px;
    position: relative;
    height: 56.25vw;
    margin: 0 auto;
    max-height: 596px;
    overflow: hidden
}
.video-container iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0
}
.title-container {
    padding-top: 20px
}
.video-title {
    font-weight: 400;
    font-size: 16px
}
.headline {
    font-size: 31px;
    text-indent: -9999em;
    background: transparent url(/mostly-human/media/MOSTLY_HUMAN_LOGO.png) 0 0 no-repeat;
    width: 200px;
    height: 43px;
    background-size: 100% auto;
    position: relative
}
.headline, .subheadline {
    font-family: Roboto Condensed;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1
}
.subheadline {
    display: none;
    font-size: 22px;
    letter-spacing: 1px
}
.sharing {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.share {
    width: 30px;
    height: 30px;
    padding: 6px;
    border: 2px solid #C40001;
    margin-left: 10px;
    display: block;
}
.share svg {
    fill: #C40001;
}
.article-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fefefe;
}
.article {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
.article h2 {
    font-weight: 400;
    font-family: Roboto Condensed;
    line-height: 1;
    font-size: 42px;
}
@media screen and (min-width: 1024px) {
    .article h2 {
        font-size: 62px;
    }
}
.article p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.65;
}
.article .credits {
    font-style: italic;
    font-size: 14px;
    opacity: 0.65;
}
.picture {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .picture img {
        max-width: 850px;
    }
    .picture-right {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
    }
    .picture-left {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
}
.picture figcaption {
    opacity: 0.65;
    font-style: italic;
    font-size: 14px;
}
.episodes-container h2 {
    position: relative;
    font-weight: 400;
    font-family: Roboto Condensed;
    line-height: 1;
    font-size: 21px;
    text-transform: uppercase;
    color: #0a0a0a
}
.episodes {
    position: relative;
}
.episode {
    display: block;
    margin-bottom: 50px;
    font-size: 18px;
}
.episode.published {
    opacity: 1
}
.episode-inner {
    position: relative;
    border: 2px solid transparent;
    transition: border-color .25s ease-in-out;
    overflow: hidden
}
.episode:hover .episode-inner {
    border-color: #f9a330;
}
#dead-irl .episode-1 .episode-inner, #twitter-star .episode-2 .episode-inner, #bot .episode-3 .episode-inner, #secret .episode-4 .episode-inner, #cheat .episode-5 .episode-inner, #sheep .episode-6 .episode-inner {
    border-color: #ca2026
}
.episode-caption {
    display: block;
    padding-top: 5px;
    color: #fefefe;
    opacity: .9;
}
.episode-inner:before {
    content: attr(episode);
    display: block;
    position: absolute;
    bottom: 50px;
    right: -28px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(90deg);
    font-size: 18px;
    color: #fefefe;
    opacity: .9
}
@media screen and (min-width:640px) {
    .episodes {
        margin-left: -11px;
        margin-right: -11px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .episode {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px
    }
}
@media screen and (min-width:1024px) {
    .episode {
        width: 33.333%
    }
}
.site-footer {
    font-size: 12px;
    padding-bottom: 20px;
    color: #818282
}
.site-footer .inner {
    position: relative;
    padding-top: 20px
}
.site-footer a {
    color: #ca2026;
    opacity: .65
}
.site-footer .cnn-tech-link {
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}
/*# sourceMappingURL=mostlyHuman.css.map */