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

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

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

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

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em
}

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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

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

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

header:after,
.social:after {
    content: ' ';
    display: block;
    clear: both
}

.dusk-filter {
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.25);
    background: rgba(222, 118, 28, 0.25)
}

body {
    font-family: "franklin-gothic-urw";
    font-size: 1em;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #333
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "adelle-condensed"
}

h1 {
    font-size: 4em;
    line-height: 1em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

h2 {
    font-size: 2em;
    color: #de761c;
    text-transform: uppercase
}

h3,
h4,
h5 {
    margin: 5px 0
}

h4 {
    font-weight: 300
}

a {
    color: rgba(222, 118, 28, 0.75);
    text-decoration: none;
    outline: 0 !important
}

a:hover {
    color: #de761c
}

.doc {
    margin: 3em 0;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300
}

.doc a {
    border: 1px solid white;
    border-radius: 3px;
    padding: 0.75em 0.7em;
    color: white;
    text-decoration: none;
    transition: color 0.1s linear
}

.doc a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    transition: all 0.15s linear
}

p {
    line-height: 1.4em;
    font-size: 1.35em
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}


.logo,
.header-title,
nav {
    float: left;
    margin-left: 15px
}

.header-title h3 {
    margin: 0 15px 0 15px;
    line-height: 50px;
    color: #763019
}

.menu {
    display: none;
    position: relative;
    margin: 10px 15px;
    float: right;
    cursor: pointer;
    background: url("../images/menu-34f74512.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px
}

.logo img {
    height: 60px;
    width: auto
}

header .links {
    float: left;
    background: #fff;
    height: 50px
}

header .links>div {
    display: inline-block;
    width: 170px;
    text-align: center;
    max-height: 50px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    line-height: 50px;
    font-weight: 400;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 100;
    background: #fff;
    cursor: pointer;
    overflow: hidden
}

header .links>div:hover {
    max-height: 1000px
}

.links>div:hover span {
    background: #eee
}

header .links span {
    box-shadow: inset 0 -2px 0px 0px #ccc, inset -1px 0px 0px 0px #ccc, inset 1px 0px 0px 0px #ccc;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 1em
}

header .links a {
    font-size: 0.8em
}



nav {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left;
    max-height: 50px;
    width: 240px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15)
}


nav:hover {
    max-height: 260px
}

nav:hover a {
    transform: none !important
}




footer {
    margin: 100px 0 0 0;
    padding: 25px 0;
    min-height: 50vh;
    background: #eee;
    color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15)
}

footer h5 {
    margin: 5px 0
}

footer p {
    margin: 5px 0px 20px 0px
}

footer .logo {
    margin: 0 0 15px;
    display: block;
    float: none;
    opacity: 0.6;
    width: 262px
}

.social {
    position: absolute;
    top: 70px;
    right: 0px;
    height: 25px;
    line-height: 25px;
    width: 150px;
    margin: 0 5px 0 0
}

.social>* {
    float: right;
    width: 33%;
    cursor: pointer;
    line-height: 25px
}

.social i {
    font-size: 1.4em;
    line-height: 25px
}

.social>a {
    padding: 5px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
    margin: 0 5px;
    color: #fff
}

.social>a:hover {
    background: rgba(222, 118, 28, 0.75)
}

.social>a:hover i {
    color: #fff
}

.header-inactive .social {
    top: 90px
}

.header-inactive .social>a {
/*    background: none */
}

.header-inactive .fb-like {
/*    display: none */
}

@media (max-width: 1400px) {
    nav {
        width: 250px
    }
    header .links {
        left: calc( 50% + 202px)
    }
}

@media (max-width: 1020px) {
    nav a,
    header .links>div {
        font-size: 0.8em
    }
    nav {
        width: 175px
    }
}

@media (min-width: 1192px) {
  #mobileNav {
    display: none;
    pointer-events: none;
  }
}

@media (max-width: 1192px) {

#wideNav {
  display: none;
  pointer-events: none;
}

    header {
        border-bottom: 1px solid #eee
    }
    .logo,
    .header-title {
        position: relative;
        z-index: 100
    }
    .header-title h3 {
        margin: 0;
        font-size: 1em
    }
    header .links {
        max-height: 0px;
        overflow: hidden
    }
    nav {
        float: none;
        clear: both;
        width: 100%;
        margin: 0;
        position: relative;
        top: -13px;
        overflow: hidden;
        max-height: 0px
    }
    nav a {
        background: #fff;
        margin: 0;
        display: block;
        width: 100%;
        transform: none !important
    }
    .menu {
        display: block
    }
    .menu-active nav {
        max-height: 200px
    }
    .menu-active .links {
        max-height: 1000px;
        overflow: visible
    }
    header .links {
        width: 100%;
        margin-top: -13px
    }
    .header-inactive nav,
    .header-inactive .links {
      /*  max-height: 0px !important; */
        overflow: hidden !important
    }
    body {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        padding-top: 0
    }
    header .links>div {
        width: 100%;
        max-height: 1000px
    }
    header .links span:first-child {
        display: none
    }

    header .links a {
        height: 30px;
        line-height: 30px;
        font-size: 0.8em;
        opacity: 0.65;
        box-shadow: inset 0 -1px 0px 0px #de761c, inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd
    }
    header .links .factsheet-list a {
        height: 25px;
        line-height: 25px;
        font-size: 0.7em;
        box-shadow: inset 0 -0.5px 0px 0px rgba(222, 118, 28, 0.75), inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd
    }
    .header-inactive .social {
        display: none
    }
    .social>a {
        padding: 5px;
        border-radius: 50px;
        width: 20px;
        height: 20px;
        text-align: center;
        background: rgba(0, 0, 0, 0.75);
        margin: 0 5px
    }
    .social i {
        color: #fff !important;
        font-size: 1.2em;
        line-height: 20px
    }
    .social>a:hover {
        background: rgba(222, 118, 28, 0.75)
    }
    .menu-active .social {
        display: none
    }
}

main {
    z-index: 10;
    background: #fff
}

main.loading {
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden
}

article {
    padding: 25px 0;
    position: relative;
    background: #fff
}

article:after {
    content: " ";
    display: block;
    margin: 0 auto;
    max-width: 650px;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    top: 25px
}

article>h1 {
    max-width: 650px;
    margin: 5px auto 50px auto
}

article>h3 {
    max-width: 650px;
    margin: 50px auto 5px auto;
    color: #de761c
}

section {
    max-width: 650px;
    margin: 25px auto;
    position: relative
}

aside {
    line-height: 1.3em;
    background: #eee;
    border: #ddd;
    padding: 10px;
    width: 50%
}

aside.right {
    float: right;
    margin: 15px -10vw 15px 15px
}

aside.left {
    float: left;
    margin: 15px 15px 15px -10vw
}

aside>figure {
    max-width: 90%;
    max-height: calc( 80vh - 50px);
    overflow: scroll;
    display: none;
    position: fixed;
    z-index: 2000;
    background: #fff;
    padding: 15px 0;
    width: 1000px;
    box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, 0.2);
    left: 50%;
    top: 40vh;
    transform: translate(-50%, -50%)
}

aside figure>div {
    max-width: 90% !important;
    margin: 0 auto
}

.modal {
    position: fixed;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.close {
    position: fixed;
    top: 0;
    right: 0;
    margin: 15px 15px 0 0;
    height: 25px;
    width: 25px;
    background: url("../images/x-ebb176f1.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer
}

aside.map-preview {
    background: #fff;
    min-height: 325px
}

.map-preview a {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0.95);
    padding: 0;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.fixed-preview a {
    position: fixed;
    z-index: 100;
    width: 200px;
    top: 125px;
    right: 0
}

.fixed-preview p {
    padding-left: 5px
}

.map-preview img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd
}

.map-preview a,
.map-preview p,
.map-preview strong {
    text-decoration: none;
    display: block;
    font-size: 1em;
    color: #aaa
}

.map-preview.active {
    opacity: 1
}

.pull {
    font-weight: 700;
    text-align: center;
    width: 120%;
    max-width: 960px;
    margin: 50px auto 50px -10%;
    font-size: 2em;
    color: rgba(222, 118, 28, 0.75)
}

figure {
    margin: 50px 0
}

section>figure {
    display: inline-block
}

article:not(#intro) figure>div {
    max-width: 650px;
    margin: 25px auto;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

figure.inline-figure {
    float: left;
    width: 60%;
    margin: 25px 25px 25px -10vw
}

article:not(#intro) figure.inline-figure>div {
    margin: 0 auto
}

article:not(#intro) figure[type="video"]>div {
    height: calc( 100vh - 50px);
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    border: 0;
    padding: 0;
    background: #000
}

figure[type="video"]>figcaption {
    max-width: 650px;
    margin: 10px auto;
    font-size: 1em
}

main figure[type="video"]>div>div {
    background: url(../images/loading-8ff205a7.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 150px;
    height: 100%;
    width: 100%
}

figure[type="video"] video,
figure[type="video"] iframe {
    min-height: 100%;
    min-width: 100%;
    margin: 0 auto
}

figcaption {
    font-weight: 100;
    font-size: 0.8em;
    opacity: 0.55;
    margin: 5px 0
}

.inline-figure figcaption {
    max-height: 30px;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0px -10px 10px -10px #fff
}

.inline-figure figcaption:after {
    display: block;
    content: ' ';
    position: absolute;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    height: 400%;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) calc( 100% - 15px), #fff 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) calc( 100% - 15px), #fff 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) calc( 100% - 15px), #fff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) calc( 100% - 15px), #fff 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) calc( 100% - 15px), #fff 100%)
}

.inline-figure figcaption:hover {
    max-height: 150px
}

figure[type="image"] img {
    width: 120%;
    margin-left: -10%
}

figure[type="image"]>* {
    position: relative
}

figure[type="image"]>image {
    min-height: 100%;
    min-width: 100%;
    top: -100%
}

figure[name="Figure 1"] {
    height: 180px
}

.html5-video-player {
    background-color: #fff !important
}

figure[name="Figure 5"] h3 {
    margin-bottom: 15px
}

figure[name="Table 5"] figcaption {
    opacity: 1;
    font-size: 1.1em
}

figure[name="Table 5"] figcaption:last-child {
    opacity: 0.4;
    font-size: 1em
}

.legend {
    display: inline-block;
    margin-right: 5px;
    height: 15px;
    width: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    top: 3px
}

.legend.green {
    background: rgba(24, 154, 125, 0.25)
}

.legend.dark-green {
    background: rgba(24, 154, 125, 0.55)
}

.filters a,
.btn {
    display: inline-block;
    white-space: nowrap;
    padding: 5px;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
    border-bottom: 2px solid #de761c;
    cursor: pointer;
    text-decoration: none
}

.btn {
    margin: 10px 0px 10px 0;
    font-size: 1.3em;
    color: #de761c
}

.filters a:hover,
.btn:hover {
    background: rgba(222, 118, 28, 0.25)
}

.filters a.active {
    color: #fff;
    background: rgba(222, 118, 28, 0.75)
}

.filters>strong {
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 5px 0
}

.parrallax {
    height: 100vh;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 50px 0
}

.parrallax>*[class^="px-"] {
    position: relative
}

.parrallax .px-bg-image {
    height: 100%;
    top: -100%;
    background-image: url("http://a.fastcompany.net/multisite_files/fastcompany/poster/2014/04/3028661-poster-p-suburb-az.jpg");
    background-repeat: no-repeat
}

.parrallax .px-bg-text {
    top: -65%;
    color: #000;
    font-size: 3em;
    font-weight: 900;
    z-index: 500;
    text-align: center;
    opacity: 0;
    font-family: "adelle-condensed";
    color: white
}

.parrallax .px-video {
    top: -100%;
    height: 100%;
    width: 100%;
    position: absolute
}

#intro {
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.continue,
.loader {
    position: fixed;
    bottom: 25px;
    left: calc( 50% - 12.5px);
    z-index: 50;
    display: block;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1
}

.continue:after {
    display: block;
    content: ' ';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
    height: 25px
}

.continue:before {
    content: 'SCROLL';
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    left: -12px
}

.loading .continue {
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px)
}

#intro video {
    left: 0;
    position: absolute;
    min-height: 100vh;
    min-width: 100%
}

@media (max-height: 850px) {
    #intro video {
        top: -8%
    }
}

@media (max-height: 800px) {
    #intro video {
        top: -12%
    }
}

@media (max-height: 750px) {
    #intro video {
        top: -18%
    }
}

@media (max-height: 700px) {
    #intro video {
        top: -28%
    }
}

@media (max-height: 650px) {
    #intro video {
        top: -32%
    }
}

#intro h1 {
    font-size: 7em
}

#intro figure {
    margin: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 0
}

#intro:after {
    border: 0
}

.title-wrapper {
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 50
}

.title {
    color: #fff;
    position: relative;
    text-align: center
}

.title h1 {
    color: #fff;
    margin-bottom: 25px
}

.title p {
    color: #fff;
    font-size: 1.6em;
    font-weight: 200;
    font-style: italic;
    font-family: "adelle-condensed";
    position: relative
}

.title p:before,
.title p:after {
    content: '\2014';
    margin: 0 15px;
    height: 0
}

.title p {
    display: relative;
    max-width: 700px;
    margin: 0 auto
}

.title p:before,
.title p:after {
    position: absolute;
    display: block;
    top: 50%;
    height: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.title p:before {
    left: -50px
}

.title p:after {
    right: -50px
}

.branding {
    width: 200px;
    height: 75px;
    background: url(../images/CAP-logo-white-9f3e7a89.png);
    background-repeat: no-repeat;
    background-size: 100% auto
}

#intro .branding {
    z-index: 100;
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #de761c;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0
    }
    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0
    }
    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0
    }
    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0
    }
}

table {
    width: 100% !important;
    margin: 10px 0 25px 0
}

thead {
    border-bottom: 2px solid #000;
    font-size: .8em;
    font-weight: bold;
    vertical-align: bottom;
    text-transform: uppercase
}

th {
    font-weight: 400;
    text-align: right;
    padding: .5em .5em .2em .5em;
    line-height: 1.4em;
    vertical-align: bottom
}

.top-head th {
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.top-head th:last-child {
    border-right: none !important
}

td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    vertical-align: middle;
    line-height: 1.35em;
    padding: .25em .5em .25em .5em;
    height: 100%;
    text-align: right
}

td.string {
    text-align: left
}

td.number {
    text-align: right
}

td:last-child {
    border-right: none !important
}

table .first-total td {
    border-top: 2px solid #777
}

table .total td {
    font-weight: 700;
    background: #fff !important
}

table .subset td {
    background: #eee !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 0.8em;
    padding: .2em .5em .2em .5em
}

table .subset td:first-child {
    padding: .2em .5em .2em 1.2em
}

svg text {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8em
}

figure[name="Figure 4"] .key text {
    font-size: 0.7em
}

.digits {
    text-align: center;
    margin: 0 0 5px 0;
    white-space: nowrap
}

.count,
.comma {
    display: inline-block;
    left: 50%;
    text-align: center;
    top: 50%;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 2.6em;
    vertical-align: top
}

.comma,
.count span {
    font-family: 'franklin-gothic-urw';
    font-weight: 700;
    color: rgba(222, 118, 28, 0.75);
    font-size: 4em
}

.count span {
    float: left;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    -moz-transform-origin: 0 30px 0;
    -webkit-transform-origin: 0 30px 0;
    transform-origin: 0 30px 0;
    width: 100%
}

.comma {
    box-shadow: none;
    width: 15px
}

.count span:before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%
}

.count span:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.count.up .next {
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    z-index: 2;
    -webkit-filter: blur(0.75rem);
    filter: blur(0.75rem);
    -moz-filter: blur(0.75rem);
    opacity: 0;
    top: 0.75em
}

.count.up.changing .current {
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -webkit-transition-delay: 0.35s;
    transition: all 2s ease-out;
    -webkit-filter: blur(0.75rem);
    filter: blur(0.75rem);
    -moz-filter: blur(0.75rem);
    opacity: 0;
    top: -0.75em
}

.count.up.changing .next,
.count.up.changed .next {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -webkit-transition-delay: 0.35s;
    transition: all 1s ease-out;
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    -webkit-filter: none;
    filter: none;
    -moz-filter: none;
    opacity: 1;
    top: 0
}

.count.changed .current,
.count.changed .current {
    display: none
}

figure[name="Figure 1"]>div>h3:nth-child(2) {
    display: none
}

article:not(#intro) figure.fixed-ticker>div {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: fixed;
    font-size: 0.38em;
    right: 0;
    top: 0;
    margin: 0;
    padding: 5px;
    height: 39px;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    max-height: 160px;
    z-index: 1000;
    border-bottom: none;
    opacity: 0.85
}

figure[name="Figure 1"].fixed-ticker>div>h3:nth-child(2) {
    display: block;
    color: #aaa;
    margin: 0
}

figure[name="Figure 1"].fixed-ticker>div>h3:first-child {
    display: none
}

.fixed-ticker figcaption {
    display: none
}

.fixed-ticker .count {
    width: 1.7em
}

.fixed-ticker .comma {
    width: .5em
}

.hide {
    opacity: 0 !important
}

@media (max-width: 1370px) {
    .fixed-ticker>div {
        display: none
    }
}

@media (max-width: 600px) {
    .comma,
    .count span {
        font-size: 3em
    }
    .comma {
        width: 0.5em
    }
    .count {
        width: 1.8em
    }
}

@media (max-width: 1200px) {
    aside.fixed-preview>a {
        display: none
    }
}

@media (max-width: 1020px) {
    aside {
        display: none
    }
    #intro h1 {
        font-size: 5em
    }
    .title p {
        font-size: 1.6em
    }
}

@media (max-width: 860px) {
    .title p {
        font-size: 1.4em
    }
    figure.inline-figure {
        float: none;
        margin: 0 auto;
        width: 100%
    }
    .pull {
        width: 95%;
        line-height: 1.1em;
        font-size: 1.2em;
        margin: 0 auto
    }
    table {
        font-size: 0.9em
    }
    article:not(#intro) figure[type="video"]>div {
        height: auto;
        width: 100%;
        min-height: 350px
    }
    .modal {
        display: none !important
    }
}

@media (max-width: 650px) {
    #intro h1 {
        font-size: 3em
    }
    .title p {
        font-size: 0.9em
    }
    .title p:before {
        left: -40px
    }
    .title p:after {
        right: -40px
    }
    h1 {
        font-size: 3em
    }
    article:not(#intro) section,
    article:not(#intro) figure,
    article>h3,
    article>h1,
    figure.inline-figure,
    footer section {
        padding: 0;
        width: 90%;
        margin: 5px auto
    }
    section p {
        font-size: 1.1em
    }
    figure[name="Figure 1"] {
        font-size: 0.9em
    }
    figure[type="video"] iframe {
        width: 100%;
        min-height: 0
    }
    figure[type="image"] img {
        width: 100%;
        margin: 0
    }
    table {
        font-size: 0.75em
    }
}

@media (max-width: 550px) {
    figure[name="Figure 1"] {
        font-size: 0.6em
    }
}

@media (max-width: 500px) {
    #intro h1 {
        font-size: 2em
    }
}
