@import url(proxima.css);
@import url(buttons.css);

/* --- CSS reset --- */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,input,textarea { 
	border:0;
}
fieldset {
	width: 100%;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin-bottom: 10px;
}
h2 {
	font-family: 'proxima-bold', Arial, sans-serif;
	font-size: 36px;
	/* text-transform: uppercase; */
	text-align:left;
	color: #fff;
}
h3 {
	color: #fff;
	font-size: 24px;
}

h4 {
	color:#BC3A1B;
	font-family: 'proxima-extra', Arial, sans-serif;
	font-size: 16px;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header, nav{
	display: block;
}
h1,h2,h3,h4,h5,h6,p {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	text-align: left;
	padding-bottom:20px;
}
p.caption {
  margin-top: -34px;
  text-align: right;
  font-size: 14px;
}

strong {
	font-family: 'proxima-bold', Arial, sans-serif;
	font-weight:normal;
}

a {
	color: #333;
	text-decoration: none;
}
.big {
	font-family: 'proxima-light', arial, sans-serif;
	font-size: 21px;
}

.asset {
	display: block;
	position: relative;
	width: 480px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	margin: 40px 40px 40px 116px;
}
.asset.two {
  float: left;
	width: 210px;
}
.asset.two+.asset.two {
  float: none;
  margin: 40px 0px 40px 0px;
}
.asset.overlap {
  position: absolute;
  width: 310px;
}
.asset.overlap.sm {
  width: 200px;
}
.asset.overlap+.asset.overlap {
  position: relative;
  margin: 120px 0px 40px 286px;
}
.asset.overlap.bg {
  width: 360px;
}

.asset.overlap+.asset.overlap.bg {
  position: relative;
  margin: 180px 0px 40px 236px;
}

.asset.overlap+.asset.overlap.triple {
  position: absolute;
}

.asset.overlap+.asset.overlap+.asset.overlap {
  position: relative;
  margin: 320px 0px 40px 156px;
}

/* --- General --- */
body {
	font-family: 'proxima-light', arial, sans-serif;
	background-color: #999;
	font-weight:normal;
	font-size: 16px;
	color: #dadada;
	/* overflow-y: scroll; */
	overflow: hidden;
}

section {
	margin: 20px auto 80px auto;
	width: 700px;
}

p, h2, h3 {
	padding: 0px 80px 20px 126px;
	
}

.container{
	width: 100%;
	position: relative;
	text-align: center;
}

.clr{
	clear: both;
}

.hidden {
  display: none;
}

hr {
  margin: 18px 0;
  border: 0;
	height:10px;
  background: transparent url(../img/shadow-lower-min.png) no-repeat top center;
}

div#close {
	position: fixed;
	top:20px;
	right:0;
	height: 34px;
  width: 34px;
	background: url("../img/close.png") no-repeat 0px 0px;
  text-indent: -9999px;
  border: 0px;
  text-decoration: none;
}

/* --- Header Style --- */

.container > header {
	width: 100%;
	display: block;
  text-align: center;
	background: transparent url(../img/shadow-lower-min.png) no-repeat bottom center;
}

.container > header h1{
	margin: 0px auto 0px auto;
	height: 150px;
	width: 640px;
  line-height: 0px;
  font-size: 0px;
  top: 0px;
}

.container > header h1 a {
	position: absolute;
	height: 126px;
  width: 420px;
	background: url("../img/t-branding-min.png") no-repeat 0px 36px;
  text-indent: -9999px;
  border: 0px;
  text-decoration: none;
}

.container > header h1 span{

}
.container > header h2{

}

/* --- Media Queries --- */
@media screen and (max-width: 640px) {
	.container > header{
		text-align: center;
	}
}

/* --- Video JS overrides --- */

.vjs-default-skin .vjs-big-play-button {
display: block;
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
width: 8.0em;
height: 8.0em;
margin: -42px 0 0 -42px;
text-align: center;
vertical-align: center;
cursor: pointer!important;
border: 0 solid 
#fff;
opacity: .7;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: 
#ccc;
background: -moz-linear-gradient(top,
#fff 0,
#fff 50%,
#fff 50%,
#fff 100%);
background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,
#fff),color-stop(50%,
#fff),color-stop(50%,
#fff),color-stop(100%,
#fff));
background: -webkit-linear-gradient(top,
#fff 0,
#fff 50%,
#fff 50%,
#fff 100%);
background: -o-linear-gradient(top,
#fff 0,
#fff 50%,
#fff 50%,
#fff 100%);
background: -ms-linear-gradient(top,
#fff 0,
#fff 50%,
#fff 50%,
#fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#ccc',GradientType=0);
background: linear-gradient(top,
#fff 0,
#fff 50%,
#fff 50%,
#fff 100%);
-webkit-box-shadow: 0px 0px 8px #000;
-moz-box-shadow: 0px 0px 8px #000;
box-shadow: 0px 0px 8px #000;
}

.vjs-default-skin div.vjs-big-play-button span {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 35px;
height: 42px;
margin: -20px 0 0 -15px;
background: url('../img/video-js.png') -100px 0;
}