body {
    background: none !important;
}
.entry-content {
    background-image: url("http://projects.ctmirror.org/content/2014/11/animalsUpdate/paper.jpg") !important;
    background-repeat: repeat !important;
    border-bottom: 4px solid #999;
    padding-bottom: 200px;
}
.interactiveContainer {
    border: none !important;
}
.previewButton {
    cursor: pointer;
    padding: 3px 8px;
    clear: both;
    background: purple;
    color: white;
    width: 100px;
    text-align: center;
    border-radius: 2px;
}
.previewButton:hover {
    background: black;
}
.longform .mainText h5 {
    font-family: "Merriweather";
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.subheadPicture, .subheadPictureInline {
    margin: 0 auto;
    width: 240px;
    padding-left: 50%;
    margin-left: -120px;
}
.subheadPictureInline {
    margin-top: 30px;
}
.subheadPictureContainer {
    margin: 0 auto;
    margin-top: 90px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.subheadPicture, .topPicture {
    display: inline-block;
}
@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}
.subheadPicture:hover, .topPicture:hover, .subheadPicture:hover, .topPicture:focus {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.subheadPictureInlineContainer {
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.subheadPictureContainer .wp-caption-text {
    text-align: center;
}
.topArea {
    position: relative;
    width: 900px;
    height: 360px;
    margin-left: -450px;
    left: 50%;
    margin-bottom: 50px;
}
.topPic.subheadPictureContainer {
    width: 200px !important;
    margin-top: 60px;
    margin-bottom: 0px;
    padding: 0 50px;
    position: absolute;
    bottom: 0px;
    left: 0%;
}
.topPic.subheadPictureContainer:nth-child(2) {
    left: 33%;
}
.topPic.subheadPictureContainer:nth-child(3) {
    left: 66%;
}
.topPicture {
    width: 100%;
}
.longform hr {
    width: 50px;
    margin: 0 auto !important;
}
.longform .bigMeta {
    background: none !important;
}
body .toprow {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
.topPic .subheadPicture {
    margin: 0 auto;
    width: 300px;
    padding-left: 50%;
    margin-left: -150px;
}
.animalTitle {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-family: Merriweather;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.animalSub {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: Merriweather;
}
.mainText {
    margin-left: -500px;
}
.longform .subheadPictureInlineContainer .wp-caption-text {
    border: 0px #fff solid !important;
    margin: 0px 0 30px 0;
    color: #555 !important;
    line-height: 18px !important;
    font-weight: 100 !important;
    font-size: 11px !important;
    font-family: Merriweather !important;
    text-align: center;
}
.bottomAlign {
    text-align: center !important;
}
#final {
    float: left;
    width: 100%;
}
@media screen and (max-width: 600px) {
    .mainText {
        margin-left: -45%;
    }
}
@media screen and (max-width: 900px) {
    .topArea {
        width: 500px;
        height: 280px;
        margin-left: -250px;
    }
    .topPic.subheadPictureContainer {
        width: 126.666666667px !important;
        padding: 0 20px;
    }
    .fundingChart {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .topArea {
        width: 300px;
        height: 280px;
        margin-left: -150px;
    }
    .topPic.subheadPictureContainer {
        width: 90px !important;
        padding: 0 5px;
    }
}
.longformWidePicture, .longformSidePicture {
    border: 1px solid #ccc;
}
.longformWidePictureContainer, .longformSidePictureContainer {
    background: #fff;
    border: 1px solid #aaa;
    padding: 10px;
    box-shadow: 0px 0px 19px -2px #000;
    -moz-box-shadow: 0px 0px 19px -2px #000;
    -webskit-box-shadow: 0px 0px 19px -2px #000;
    margin-bottom: 30px;
    -ms-transform: rotate(1deg);
    /* IE 9 */
    
    -webkit-transform: rotate(1deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(1deg);
}
.mapPicture, .mapPictureContainer {
    border: none;
}
.longformSidePictureContainer {
    -ms-transform: rotate(-1deg);
    /* IE 9 */
    
    -webkit-transform: rotate(-1deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(-1deg);
}
.graphicHeader {
    font-family: Lato;
    float: left;
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}
body div.explainer {
    font-family: Merriweather !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #333 !important;
}
.bottomAlignContainer {
    margin-bottom: -5px !important;
}
.longform p.wp-caption-text {
    text-align: center !important;
    font-family: Merriweather !important;
    font-size: 11px !important;
    font-style: italic;
}
.longform .mainText h5 {
    font-size: 22px;
    font-weight: 700;
}
.interactiveContainer.longformwideiframe, iframe.longformwideiframe {
    padding: 29px;
    box-shadow: 0 0 13px -3px #000;
    background-image: url("http://projects.ctmirror.org/content/2014/11/animalsUpdate/math.png") !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    border: 1px solid #aaa !important;
}
.offsetImage {
    border: none !important;
}
.offsetImageContainer {
    margin-bottom: 20px !important;
}
.mainText p a {
    color: #D42020;
    text-decoration: none;
}
