body {
    margin:0;
    background: #151515;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a * {
    text-decoration: none;
}
.ie-fallback {
    display: none;
}
.viz,
.viz svg {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
}
.viz .expense-box {
    stroke: #999;
    stroke-width: 1px;
}
.viz .agency-total-lines {
    fill: #999;
}
.viz .group0 {
    fill: #151515;
}
.viz .group1 {
    fill: #222;
}
.viz .group2 {
    fill: #333;
}
.viz .group3 {
    fill: #555;
}
#title {
    font-size: 150%;
    z-index: 10;
    position: absolute;
    color: white;
    text-align: center;
    width:100%;
    top:20%;
    -khtml-text-shadow: 0 0 8px black;
    -webkit-text-shadow: 0 0 8px black;
    -moz-text-shadow: 0 0 8px black;
    text-shadow: 0 0 8px black;
    transition-timing-function: ease-in-out-quad;
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari and Chrome */
    -o-transition: top 0.5s; /* Opera */
}
.ie.article-promo {
    font-size: 65% !important;
}
.ie.graphic-promo {
    font-size: 55% !important;
}
a:hover #title {
    top: 22%;
}
#title p {
    margin:0;
    line-height: 1.1em;
    display: none;
}
p.number {
    color: #aaa;
    font-size: 2.8em;
    font-family:"FranklinITCProBold","Helvetica","Arial",sans-serif;
    transition-timing-function: ease-in-out-quad;
    transition: color 0.8s;
    -moz-transition: color 0.8s; /* Firefox 4 */
    -webkit-transition: color 0.8s; /* Safari and Chrome */
    -o-transition: color 0.8s; /* Opera */
}
a:hover p.number {
    color: #ccc;
}
p.postoni {
    font-size: 2.6em;
    font-family:'PostoniDisplay', 'Georgia', serif;
}
#mask {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.3);
    display: none;
    transition-timing-function: ease-in-out-quad;
    transition: background 0.8s;
    -moz-transition: background 0.8s; /* Firefox 4 */
    -webkit-transition: background 0.8s; /* Safari and Chrome */
    -o-transition: background 0.8s; /* Opera */
}

a:hover #mask {
    background: rgba(0,0,0,0.6);
}

/* 610 ----------- */
@media (max-width : 610px) {
    #title {
        font-size: 140%;
        top: 17%;
    }
    a:hover #title {
        top: 20%;
    }
    #title p {
        line-height: 1.3em;
    }
    #title p.postoni {
        margin-top: 10px;
        line-height: 1em;
    }
}
/* 368 ----------- */
@media (max-width : 362px) {
    #title {
        font-size: 100%;
    }
    #title p {
        line-height: 1.3em;
    }
}
/* 300 ----------- */
@media (max-width : 300px) {
    #title {
        font-size: 85%;
    }
    #title p {
        line-height: 1.3em;
    }
}