body {
	font: 1.0em Arial,sans-serif;
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body,
div,
img,
span {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 100%;
}

.embed-full-frame {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.video-player-default.video-poster {
	position: relative;
	cursor: pointer;
}

.video-player-dynamic {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.video-player-default img {
	width: 100%;
	height: auto !important;
	top: 0px;
	left: 0px;
}

.global-caption {
	display: none;
}

/* VIDEO PLAYER */

.video-player-default.video-poster {
	position: relative;
}

.video-player-default a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: default;
}

.video-player-default img {
	border: 0;
	width: 100%;
	top: 0px;
	left: 0px;
}

.video-player-default .image {
	position: relative;
}

.video-player-dynamic {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.video-player-default .video-poster-button {
	background: transparent url("/static/art/video/player/poster_play.png") no-repeat scroll 50% 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 7999;
	display: none;
}

/* BEGIN no flash for video */

.video-player-default .video-poster-button.no-flash {
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA6CAQAAABPR1KeAAAEKUlEQVR4Ad3ZY6AcWRRF4VX1Yo5iJ2Pbtm3btm3btm3btm3PxKo1COrWa90Y3/7dtdt97ulExq+U8awBsVJmZyHmphc9aE1zGvEHf/INn/AmT/AekWKe0oSl2JDVaUdl3/EgV/ActVk9jdzZD431gdvbSKqkamHi5n7pqPrMTU1Gp7Cnjzq6HrbbqBau51+Oib/cQMolkRIJJ3AAlQzmK37jDwbTivb0oBHlybEcgbXfNHVeY3mvuq/z2FCCNHReD/JpM8u50rpaT2ni1Zbq4xlOL1Uyg2fYz1IXmlQvPMpSH9pBItLJKy11QrXCjcwslbmJRGZFv7e+jSsVTmtvyxvoQtGVnX3Vot72KleY+LSV/WzP6MrmPmXRoyalhVtY1Nuit20dXdnaly3arH5hE78x9KM9fN6i+62Lruzoj4a+tFGxcGdDmcuJbfzMonMkOsuZGdo5LEz9xNAVIuJs/mnRThKdKwx9aJIXLm2ob/C5W8khhoa4bHRhB/saWlokBWBTQhfzAyM8wB6E6riVmYnzAxcS2ggAMfUnc0OdVgo536JPbCNRmdbM3E+mgjiXoefKfJ0/YtFTNoqsfNbQ3JICixK6g/qGsi7vE1qcS4lTvNp8kAJzEHqaUn+xBr8Q2owDifE0oXkB8Wlzgyo+WYs50FDmmlIzjQq3ekJSoBO5rxlEec+wLaGE65iHWgbxNbkukAJTk/ueyq7hRELNuJPO1BJecZphha3I/U01B3Mnoc7cQTOq602u2bDCwcSSTXiV0LxcR0KsBsMK+5NrQXX9WItvCa3J8VTTsvj8pcCv5DpRy7esST9CB7IZlYVX/G1Y4TfkutKIWl5jEyR0KYtRXiO6kvtuWOGn5BoxG7XdycGEGnEb01LOnDQk9/GwwlcJLUmME7maUBvupDWlFif0FiDOaegZiUojn7LokTIjyHOG5hLE1B/NZU4bWdnGTyw6v+TnaWj9n6cUyLiHXMJOxPmFNfiL0E7sQmgXUnL3kVF5xIjMMiUjyIoVR4xl85km8UNDV0h0drLoT2cTES839IlpjTExOudY9JltxGXNDO0iYWEjvzT0ox2jC+u836Ln7e4Phr61abEQN7fopVEa7d+ucVDYptxh5jGLnrR5dGUPf7ayZ0zKH9f+suhVO0dXLuhAy+vtdJUOpOtZ3/euGF25iZnlbFrtyH2C9WVeEfkG6uCHo3rkxsRrLNXP02ssFabzdHtb6hoTCRO/Nsl82gOdz8YSpJkLu58vW9611sUtho7iUBLKG8oX/EhvEqZkarrTgEpO4QCM3SZuNMarr/VGdbnXzUccXY867eitLzfzc0fVl24ev74sTSN38gNjfejOtQ5yiURYjC1YmQ5U9jN3cwNPIDUkEm02lmBOpqcLU9GKwfThL77kM17nRd4kI8rk/7/FP+7gXDNJSXIIAAAAAElFTkSuQmCC") no-repeat scroll 50% 50%;
}

.noflash {
	height: 100%;
	padding-bottom: 56.25%;
	width: 100%;
}

div.noflash a {
	display: inline;
	color: #FFFFFF;
	text-decoration: underline;
}

div.noflash > div {
	background-color: #000000;
	bottom: 0;
	color: #ffffff;
	font-size: 30px;
	left: 0;
	line-height: 38px;
	padding-top: 1em;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

div.noflash > div > span {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	display: block;
}

/* END no flash for video */

.video-vpe, .video-vpe-html5 {
	background-color: #000000;
	margin-bottom: 1.035em;
	padding-bottom: 56.25%;
	position: relative;
}

.vpe-rec-item {
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	position: relative !important;
	width: 200px;
}

.vpe-rec-item > img {
	padding: 10px;
	width: 200px;
}

.video-vpe > span {
	background: transparent url("/assets/news/global/images/extras/play-btn1_small.png") no-repeat scroll 50% 50%;
	cursor: pointer;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 7999;
}

.video-vpe > *, .video-vpe-html5 video {
	position: absolute;
}

.video-vpe-html5 video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ~~~~~~~~~~~~~~~~~ */

/* Recommendation Container
/* ~~~~~~~~~~~~~~~~~ */

.vpe-rec {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 8000;
}

.vpe-rec-container {
	height: 100%;
	position: relative;
}

.vpe-rec-container:before {
	background-color: rgba(0,0,0,0.4);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* ~~~~~~~~~~~~~~~~~ */

/* Button Styles
/* ~~~~~~~~~~~~~~~~~ */

.next-button,
.next-container,
.next-progress {
	position: absolute;
	z-index: 2;
}

.next-button:hover,
.next-container:hover {
	color: rgba(78,143,230,.9);
	cursor: pointer;
}

.next-button {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	height: 36px;
	line-height: 36px;
	padding: 0px 16px;
	text-transform: uppercase;
	top: 0;
}

.next-button svg {
	left: 16px;
	position: absolute;
	top: 10px;
}

.next-back {
	left: 0;
	padding-left: 38px;
}

.next-back svg {
	height: 16px;
	width: 10px;
}

.next-close {
	padding-left: 38px;
	right: 0;
}

.next-close svg {
	height: 15px;
	width: 14px;
}

/* ~~~~~~~~~~~~~~~~~ */

/* Progress Bar
/* ~~~~~~~~~~~~~~~~~ */

.next-progress {
	background-color: rgba(0,0,0,.33);
	bottom: 0;
	height: 10px;
	width: 100%;
	z-index: 3;
}

.next-progress div {
	background-color: rgba(78,143,230,.9);
	box-sizing: border-box;
	height: 100%;
	width: 0;
	z-index: 4;
	-webkit-transition: width 1s linear;
	transition: width 1s linear;
	-webkit-animation: progressbar 5s forwards;
	animation: progressbar 5s forwards;
}

/* Chrome, Safari, Opera */

@-webkit-keyframes progressbar {
	from {
	width: 0;
	}

	to {
	width: 100%;
	}
}

/* Standard syntax */

@keyframes progressbar {
	from {
	width: 0;
	}

	to {
	width: 100%;
	}
}

/* ~~~~~~~~~~~~~~~~~ */

/* Recommendation Text
/* ~~~~~~~~~~~~~~~~~ */

.next-container {
	bottom: 10px;
	color: #fff;
	padding: 0 14px 14px;
}

.next-label {
	font-size: 12px;
	margin-bottom: 4px;
}

.next-title {
	font-size: 14px;
	line-height: 1.2;
}

/* ~~~~~~~~~~~~~~~~~ */

/* No Recommendations
/* ~~~~~~~~~~~~~~~~~ */

.vpr-no-rec {
	background: #000000;
	color: #ffffff;
	display: table;
	height: 100%;
	width: 100%;
}

.vpr-no-rec p {
	display: table-cell;
	height: 100%;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

@media only screen and (min-width:20em) {
	.video-vpe > span {
	background-image: url("/assets/news/global/images/extras/play-btn1_large.png");
	}

	.next-label {
	font-size: 13px;
	margin-bottom: 7px;
	}

	.next-title {
	font-size: 18px;
	}
}

@media only screen and (min-width:40em) and (max-width:48em) {
	.video-vpe > span {
	background-image: url("/assets/news/global/images/extras/play-btn1_small.png");
	}
}

@media only screen and (min-width:60em), only screen and (min-width:75em) {
	.next-button {
	font-size: 18px;
	}

	.next-progress {
	height: 20px;
	}

	.next-container {
	bottom: 20px;
	padding: 0 38px 30px 36px;
	}

	.next-label {
	font-size: 20px;
	margin-bottom: 17px;
	}

	.next-title {
	font-size: 30px;
	}
}

@media only screen and (min-width:74em) and (max-width:75em) {
	.next-button {
	font-size: 24px;
	padding: 0 20px;
	}

	.next-container {
	max-width: 50em;
	}

	.next-label {
	font-size: 22px;
	}

	.next-back {
	left: 0;
	padding-left: 40px;
	}

	.next-close {
	padding-left: 40px;
	right: 0;
	}
}
