@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
 body {
    margin: 0 !important;
    margin-top: 0px !important;
    background: #fff;
}
#content {
    width: 100% !important;
}
.mainArea {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.outsideContainer {
    display: block;
    float: right;
    /* max-width: 1000px !important;*/
    width: 80% !important;
    border: none !important;
    margin: 0 auto !important;
    padding: 0 25px!important;
    height: auto;
    position: relative;
    font-family: Lato;
    overflow: hidden !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.graphicHeaderVid {
    font-family: Oswald;
    font-size: 32px;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.explainerVid {
    float: left;
    width: 100%;
    margin: 20px 0;
    font-family: Lato;
    font-size: 14px;
}
.bigKicker {
	float: left;
	width: 100%;
	font-family: Lato;
	font-size: 13px;
	text-transform: uppercase;
	color: #B05353;
}
.leftSidebar {
    margin-top: 0px;
    float: left;
    min-height: 500px;
    width: 20%;
    padding: 0 25px;
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
    .leftSidebar {
        width: 26%;
    }
    .outsideContainer {
        width: 74% !important;
    }
}
.coverFront {
    position: absolute;
    float: left;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10000;
    height: 100%;
    /*    pointer-events: none;*/
    /*    background: rgba(0, 0, 0, 0.9);*/
}
.coverimg {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 200px;
    position: absolute;
}
.coverExplainer {
    color: white;
    font-family: "Lato";
    font-weight: 100;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    text-align: center;
    top: 350px;
}
.chartContainer {
    padding-top: 10px;
}
.topSection {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    background: rgb(20, 20, 20);
}
.middleSection {
    float: left;
    width: 100%;
    height: 200px;
    background: #aaa;
    margin-bottom: 50px;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}
.middleHeadline {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 999;
    color: black;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: "OSwald";
}
.middleImage {
    float: left;
    padding-top: 50px;
}
.insideMiddle {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.bottomSection {
    float: none;
    background: #fff;
    width: 98%;
    padding-left: 1%;
    max-width: 1000px;
    margin: 50px auto;
    height: 1000px;
}
.storySection {
    float: left;
    width: 40%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.videoSection {
    float: right;
    width: 60%;
    margin-bottom: 0px;
    /*    padding-left: 20px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.videoInside {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.videoItem {
    width: 100%;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    z-index: 3;
}
.videoItem.top {
    z-index: 9999;
}
.videoTool {
    float: left;
}
.videoToolItem {
    width: 100%;
    border: 2px solid #000;
    opacity: 0.5;
}
.teaserItem {
    float: left;
    width: 23%;
    position: relative;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.videoToolItem:hover, .videoToolItem.selected {
    opacity: 1;
    border: 2px solid #000;
}
.videoTitle {
    pointer-events: none;
    position: absolute;
    font-family: Lato;
    bottom: 0px;
    padding: 5px 2px;
    background: #333;
    width: 100%;
    font-size: 14px;
    color: white;
    z-index: 10000;
}
.storyItem {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.storyHeadline {
    font-family: "Oswald";
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 10px;
}
.mSection {
    float: left;
    width: 100%;
    padding-bottom: 70px;
    margin-bottom: 50px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.mSection .storyHeadline {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
}
.mSection .storyDescription {
    float: left;
    padding-left: 320px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mSection .mImage {
    float: left;
    width: 100%;
}
.aByline {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-family: Lato;
    font-size: 17px;
    color: #aaa;
}
.mSection .storyItem:last-child {
    border-bottom: 0px #000 solid;
}
.aDesciption {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-family: Lato;
    font-size: 14px;
    line-height: 19px;
}
@media screen and (max-width: 800px) {
    .mSection .storyHeadline {
        float: left;
        width: 100%;
        position: relative;
    }
    .mSection .storyDescription {
        padding: 0;
    }
}
.storyHeadline a {
    text-decoration: none;
    color: #333;
}
.storyDescription {
    font-family: "Lato";
    font-size: 15px;
    line-height: 21px;
}
.footerSection {
    position: relative;
    height: 200px;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 50px;
    float: left;
    width: 100%;
}
.downarrow {
    position: absolute;
    left: 50%;
    cursor: pointer;
    z-index: 100000;
    bottom: 10px;
    display: none;
    color: white;
    text-align: center;
    margin-left: -25px;
    width: 50px;
    font-size: 50px;
    -webkit-transition: all 700ms linear;
    -moz-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    transition: all 700ms linear;
    opacity: 0.5;
}
.downarrow.shown {
    display: block;
}
.downarrow.shown.yup {
    bottom: 50px;
}
.bigSection {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    float: none;
    background: #fff;
    width: 98%;
    padding-left: 1%;
    max-width: 1000px;
    margin: 0px auto 150px;
}
.coverimgbottom {
    width: 300px;
    padding-left: 50%;
    margin-left: -150px;
}
.bigPicture, .bigHeadline, .bigExplainer {
    font-size: 50px;
    width: 100%;
    font-family: "Oswald";
    float: left;
}
.bigHeadline {
    text-align: left;
    padding: 50px 20px 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bigHeadline p {
	font-size: 37px;
	 margin-bottom: 2px;
	 padding-bottom: 4px;
}
.bigExplainer {
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
    font-family: "Lato";
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.bigExplainer p {
    font-size: 14px;
    line-height: 21px;
} 
.newmanslogo {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
}
.newmanstext {
    font-size: 15px;
    color: #888;
    font-family: "Lato";
    text-align: center;
}
/* Left section */

.leftItem {
    float: left;
    width: 100%;
    font-family: "Lato";
    margin-bottom: 50px;
}
.leftImage {
    float: left;
    width: 100%;
    border: 1px solid #aaa;
}
.leftHeader {
    font-family: "Oswald";
    font-size: 17px;
    line-height: 19px;
    float: left;
    width: 100%;
    margin: 9px 0px;
}
.leftHeader a {
    text-decoration: none !important;
    color: #333;
}
.leftHeader a:hover {
    text-decoration: none !important;
    color: #6E6894;
}
.leftWord {
    font-size: 14px;
}
@media screen and (max-width: 600px) {
    .storySection, .videoSection {
        float: right;
        width: 100%;
        padding: 10px;
    }
    .coverimgbottom {
        width: 200px;
        margin-left: -100px;
    }
    .bigHeadline {
        font-size: 30px;
        line-heihgt: 33px;
    }
}
@media screen and (max-width: 800px) {
    .leftSidebar {
        width: 100%;
    }
    .outsideContainer {
        width: 100% !important;
    }
}
.outsideContainer.inter {
     display: block;
    float: right;
    /* max-width: 1000px !important;*/
    width: 100% !important;
    border: none !important;
    margin: 0 auto !important;
    height: auto;
    position: relative;
    font-family: Lato;
    overflow: hidden !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}