body{
	margin:0;
	padding: 0;
}

p{
	font-family: arial,helvetica,sans;;
	font-weight: lighter;
	font-size: 13px;
	line-height: 16px;
	margin:8px 10px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	cursor: pointer;
	color: #FFFFFF;
}

h2{
	margin: 8px 10px;
	font-family: arial,helvetica,sans;
	font-weight: lighter;
	font-size: 11px;
	line-height: 14px;
	text-transform:uppercase;
	color: #FFFFFF;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	cursor: pointer;
}
a{
	text-decoration: none;
	color: #000000;
}

div {
    -webkit-perspective: 1200px; /* Chrome, Safari, Opera */
    perspective: 1200px;
}

.wrapper{
	position: absolute;
	right:0;
	width:100%;
	height: 600px;
	display: inline-block;
	overflow: hidden;
}

.mainContent{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
	z-index: 2;
	left: 100%;
	background-color: rgba(255,255,255,0);/* background fades in at the end of expand */
}

.mainContentExpanded{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
	z-index: 2;
	left: 0%;
	background-color: rgba(255,255,255,1);/* background fades in at the end of expand */
}

#banner{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 600px;
	overflow: hidden;
	z-index: 4;
}

#scrollRight{
	position: absolute;
	z-index: 9;
	right: 0px;
	bottom: 0px;
	width: 30px;
	height: calc(100% - 37px);
	background: url(arrowright.png);
	display: none;
}

#scrollLeft{
	position: absolute;
	z-index: 9;
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: calc(100% - 37px);
	background: #990000;
	opacity: 0;
	background: url(arrowright.png);
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	display: none;
}

.brandLogo{
	position: relative;
	width: 100%;
	height: 36px;
	left: 0px;
	top: 0px;
	background-image: url(logobar.png);
	z-index: 5;
	left:640px;
	border-bottom: solid 1px #fff;
}

.attribution{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -3px;
	text-align: right;
}

.attribution p{
	font-size: 10px;
	margin-bottom: 0;
	color: #ccc;
}

.attribution p:hover{
	text-decoration: none;
	cursor: pointer;
}

.header{
	position: absolute;
	width: 316px;
	height: 188px;
	background-color: #fff;
	background-size: contain;
	cursor: pointer;
}

.playButton{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 128px;
	top: 60px;
}

.playButton .triangle{
	fill:#fff;
}

.playButton .circle{
	fill:#fff;
}

.svgText{
	font-family: arial;
	font-size: 18px;
	fill: #fff;
	opacity: 0;
	text-anchor: middle;
}

#pbLoader{
	stroke-width: 2px;
    stroke: #017b3f;
    position: absolute;
}

.pbSVG{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
}

.closeButton{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 6px;
	top: 6px;
	background-image: url(closeButton.png);
	cursor: pointer;
}

#bannerVideo{
	position: absolute;
	bottom: 0px;
	left: -7px;
}

#bannerArticle{
	position: absolute;
	width: 150px;
	height: 188px;
	bottom: 188px;
	left: 150px;
}

#bannerStat{
	position: absolute;
	width: 150px;
	height: 94px;
	bottom: 188px;
	left: 0px;
	background: #017b3f;
}

#bannerExpand{
	position: absolute;
	width: 150px;
	height: 94px;
	line-height: 94px;
	bottom:282px;
	left: 0px;
	background-color: #223031;
	vertical-align: middle;
	text-align: center;
	cursor:pointer;
}

#expTxt {
	position: absolute;
	width: 114px;
	height: 28px;
	top:33px;
	right:18px;
	background-image: url(expandlabel.png);
}

#bannerHeader{
	bottom: 376px;
	left: -7px;
}

#bannerSVG{
	z-index: 1000;
	width: 300px;
	height: 300px;
}


.wall-header, .wall-article, .wall-articlefeat, .wall-video, .wall-header, .wall-databox, .wall-feedbox {
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}

.wall-header, .wall-article, .wall-video {
	cursor: pointer;
}

.content-label {
	position: relative;
	width: 100%;
	height: 100%;
}

.wall-article p, .wall-articlefeat p, .wall-video p {
	position:absolute;
	bottom: 0;
	margin:0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 8px 10px 0 10px;
	height: 24px;
	font-weight:bold;
}

.wall-article {
	width: 156px;
	height: 188px;
}

.wall-article .textBox, .wall-articlefeat .textBox{
	position: absolute;
	width: 100%;
	background-color: rgba(238,238,238, 0.9);
	bottom: 0px;
}

.wall-article .textBox h2, .wall-articlefeat .textBox h2 {
    color: #035230;
    bottom: 0px;
    margin-bottom: 8px;
    font-weight: bold;

}

.wall-article .textBox:hover, .wall-video .videoStats:hover {
	text-decoration: underline;
}

.wall-video, .wall-header {
	width: 314px;
	height: 188px;
}

.wall-video .videoStats{
	position: absolute;
	width: 100%;
	text-align: left;
	bottom: 0px;
	color: #333;
	background-color: rgba(238,238,238, 0.9);
}

.wall-video .videoStats h2{
	color: #035230;
    bottom: 0px;
    margin-bottom: 8px;
    font-weight: bold;
}

.wall-video #video-player{
	width: auto;
	height: 100%;

}

#videoScreen{
	position: absolute;
	width: 100%;
	height: 598px;
	background: #000;
	left: 100%;
	top:0px;
}

#videoScreen #video-player{
	position: absolute;
	width: 854px;
	left: 0;
	right:0;
	margin:auto;
	bottom:40px;
}


.wall-articlefeat {
	width: 314px;
	height: 94px; 
}

.wall-databox, .wall-feedbox {
	width: 156px;
	height: 94px;
}

.wall-databox p, .wall-feedbox p {
	margin: 8px 10px;
}

.wall-databox {
	color: #333;
	background-color: #017b3f;
}

.wall-feedbox {
	color: #fff;
	background-color: #223031;
}

#article1 {
	left: 314px;
	top: 94px;
}

#article2 {
	top: 376px;
	left:0;
}

#article3 {
	top: 94px;
	left: 784px;
}

#articlefeat {
	top:0;
	left: 314px;
}

#video1 {
	top:375px;
	left: 628px;
}

#video2 {
	top:375px;
	left: 314px;
}

#video3 {
	top: 94px;
	left: 470px;
}

#video4 {
	top: 188px;
	left: 0;
}

#header {
	top: 0;
	left: 0;
}

#databox1 {
	top: 282px;
	left: 314px;
}

#databox2 {
	top: 282px;
	left: 628px;
}

#databox3 {
	display: none;
}

#feedbox1 {
	top: 0;
	left: 628px;
	width: 312px;
}

#feedbox2 {
	top: 282px;
	left: 470px;
	width: 158px;
}

#feedbox3 {
	top: 282px;
	left: 784px;
}

#feedbox4 {
	top: 376px;
	left: 156px;
	width: 158px;
	height: 188px;
}

#feedbox5 {
	display:none;
}

/*  wide version expanded MPU specific settings  */
@media all and (min-height: 550px) and (min-width: 1100px) {

	.wrapper { width: 1100px; overflow:hidden; }
	#article3 { top: 282px; left:628px; }
	#articlefeat { top: 94px; left: 784px; height: 188px; width: 316px; }
	#video1 { left: 784px; width: 316px; }
	#databox2 { top: 470px; }
	#feedbox1 { left: 314px; width: 314px; }
	#feedbox3 { width: 316px; }
	#databox3 { display: block; top:0; left: 628px; width: 314px; }
	#feedbox5 { display:block; top: 0; left: 942px; width: 158px; }
}

/*  Billboard specific settings  */
@media all and (max-height: 550px) { 
	.wrapper { height: 318px; overflow:hidden; }
	#databox1 {top: 282px;left: 314px;}
	#article1 { left: 314px; top: 94px; }
	#article2 { top: 188px;left: 784px; height: 94px; }
	#article3 { top: 0px; left:1258px; height: 94px; }
	#articlefeat { top:0; left: 314px; }
	#video1 { top:0; left: 784px; width: 316px; }
	#video2 { top:94px; left:1100px; }
	#video3 { top: 94px; left: 470px; }
	#video4 { top: 0; left: 1414px; }
	#header { top: 0; left: 0; }
	#databox1 { top: 188px; left: 0; }
	#databox2 { top: 188px; left: 940px; width: 160px; }
	#databox3 { display: none; }
	#feedbox1 { top: 0; left: 628px; width: 156px; }
	#feedbox2 { top: 188px; left: 156px; width: 158px; }
	#feedbox3 { top: 0; left: 1100px; width:158px; }
	#feedbox4 { top: 188px; left: 1414px; width: 314px; height:94px; }
	#feedbox5 { display:none; }
	.mainContentExpanded{ width: 1724px; }
	#scrollRight{ display: block; }
	#scrollLeft{ display: block; }
	.closeButton{display: none; }
}
@media all and (min-width: 940px) and (max-height: 550px)  { 
	.wrapper { width:940px; }
}
@media all and (min-width: 1100px) and (max-height: 550px)   { 
	.wrapper { width:1100px; }
}


