@font-face {
  font-family: "Bloomberg";
  src: url("http://cdn.gotraffic.net/business/public/fonts/Bloomberg.df8e010e.eot") format("embedded-opentype"), 
		url("http://cdn.gotraffic.net/business/public/fonts/Bloomberg.30ad2529.woff") format("woff"), 
		url("http://cdn.gotraffic.net/business/public/fonts/Bloomberg.7bf8cc8f.ttf") format("truetype"), 
		url("http://cdn.gotraffic.net/business/public/fonts/Bloomberg.70fe4194.svg") format("svg");
}

* {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:400;
	vertical-align:middle;
}

q,blockquote {
	quotes:none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content:"";
	content:none;
}

a img{
	border:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

html,body {
	height:100%;
}

body {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#main {
	width: 1020px;
	margin: 0 auto;
}

#container {
	display:table;
	width:100%;
	height: 100%;
	max-width:100%;
	min-height: 2300px;
	background-image: url('../img/dot-pattern.png');
}

#gradient {
  	position: absolute;
  	top: 120px;
  	left: 0;
  	background-image: url('../img/gradient-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	z-index: -1000;
}

#main:after {
	content:"bottom padding since #main is a table row";
	font-size:0;
	text-indent:-9999em;
	visibility:hidden;
	padding:1em;
}


body {
	font-family:Helvetica,arial,sans-serif;
	color:#000;
}

a {
	color:#0082bf;
	text-decoration:none;
}

p {
	margin:1em 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:700;
}

h1,h2,h3,h4,h5,h6 {
	font-family:BWHaasRegular,Helvetica,arial,sans-serif;
}

#current-title {
	font-family: 'TiemposTextWeb-Regular', Georgia, serif;
	font-size: 21px;
	text-align: center;
	color: #000;
	padding-top: 10px;
}

#bw-attrib-img {
  margin: 10px auto;
  text-align: center;
  font-family: 'TiemposTextWeb-Regular', Georgia, serif;
  font-size: 16px;
  color: #000;
  padding-top: 10px;
}

#bw-attrib-img img { 
  margin-bottom: -5px;
  height: 20px;
}


.correction-note {
	font-family: 'TiemposTextWeb-Regular', Georgia, serif;
    font-size: 16px;
    line-height: 20px;
    color: #3c3c3c;
    padding: 15px;
}

.headshot {
	display: block;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
   	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: -10px;
	width: 90%;
}

.event {
	display:inline;
	position:relative;
}

.timeline .title .event_content {
	background-color: #fa1e64;
	border: none;
}

.title .event_content .text {
	font-family: 'HaasDisplayBold';
	font-size: 28px;
	line-height: 28px;
	color: #fff;
}

.timeline .event_content {
	background-color: #fff;
}

.event_content{
	z-index:3;
	display:table;
	position:relative;
	width:100%;
	color:#000;
	border:1px solid #fa1e64;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin: 10px auto;
	text-align: center;
}

.event_content .dates + .text {
	padding-top: 0;
}

.event_content .copy{
	display:table-cell;
	vertical-align:top;
}

.dates {
	padding: 20px 0 0 0;
	font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	font-size: 21px;
}

.event_content .copy{
	padding:0;
}

.event_content .intro_text+.media,.event_content .intro_text+.copy{
	padding-left:1em}

.event_content h1{
	display:block;
	font-size:1.55em;
	font-weight:700;
	padding:20px;
	text-decoration:none;
	border-bottom: 1px solid #000;
}

.event_content .text{
	font-family: 'TiemposTextWeb-Regular', Georgia, serif;
	font-size: 16px;
	line-height:20px;
	color: #3c3c3c;
	padding:15px;
}

.img-left .media {
	float: left;
	width: 100%;
}

.img-left .media img {
	max-width: 120px;
}

.img-left .copy .text {
	padding-top: 0;
}

.img-only .media {
	width: 100%;
}

.img-only .media img {
	width: 100%;
}

.img-only .copy, .caption {
	font-family: 'TiemposTextWeb-Regular', Georgia, serif;
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #999;
}


.text-large .copy .text{
	font-family: 'TiemposTextWeb-Semibold';
	font-size: 21px;
	line-height: 25px;
}


.events{
	position:relative;
	clear:both;
	width:100%;
	margin:0 auto;
	padding-bottom:2em;
	*zoom:1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.events+.events{
	border-top:0}


.events ul{
	position:relative;
	list-style:none;
}


.timeline {
	position: absolute;
	width: 20%;
	max-width: 200px;
	left: 50%;
	-ms-transform: translateX(-50%);
   	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.column_left {
	float: left;
	width: 27%;
	max-width: 360px;
	margin: 0 50px;
}

.column_right {
	float: right;
	width: 27%;
	max-width: 360px;
	margin: 0 50px;
}

.column_left .event_content, .column_right .event_content {
	width: 100%;
	border: none;
	margin: 100px auto;
}

.column_left .text, .column_right .text {
	font-size: 16px;
	line-height: 22px;
}

.timeline_header {
	margin: 30px auto 50px;
	font-family:'HaasDisplayBold', Helvetica, Arial, sans-serif;
}


.timeline_header #hdigh {
	color: #FA1E64;
	font-size: 28px;
	margin: 10px auto;
	text-align: center;
}

.timeline_header h1 {
	font-family:'HaasDisplayBold', Helvetica, Arial, sans-serif;
	font-size:4.3em;
	line-height:1em;
	color:black;
	padding-top:5px;
	text-align: center;
}

.timeline_header h2 {
	font-size:1.2em;
	line-height:1.25em;
	font-weight:400;
}

.timeline_header p {
	margin-bottom:3px;
	padding-right:5px;
	font-weight:700;
	display:inline-block;
}

.timeline_header .share_buttons .inline_icon,.event .share_buttons .inline_icon {
	display:inline-block;
	font-size:.85em;
	line-height:28px;
	vertical-align:bottom;
	width:auto;
	padding-left:23px;
	cursor:pointer;
}

.tweet {
	font-family: 'HaasTextBold';
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
}

.tweet a:before {
	content: 't';
	font-family: 'Bloomberg';
	text-transform: none;
	color: #999;
	padding-right: 5px;
	margin-top: 2px;
}

.tweet a {
	color: #999;
}

.tweet a:hover, .tweet a:hover:before {
	color: #2B00F7;
}

.bbg-recirculator-features li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*.tweet-icon {
	font-family: 'Bloomberg';
}*/

.terminal #gradient {
	top: 0px;
}

.terminal .tweet, .terminal .hdigh-recirc {
	display: none;
}

#footer .source {
  float: none;
  text-align: center;
}

#footer {
	width: 95%;
	margin-top: 0;
}

.hdigh-recirc {
	display: block;
	margin: 50px auto;
	width: 80%;
	text-align: center;
}

.hdigh-recirc h3 {
	font-family: 'HaasDisplayBold';
	font-size: 28px;
	color: #FA1E64;
	margin-bottom: 20px;
}

.bio {
	display: inline-block;
	width: 225px;
}

.bio .name {
	font-family: 'HaasDisplayBold';
	font-size: 18px;
	color: #000;
	margin-top: 10px;
}

.bio img {
	height: 150px;
}

.hdigh-recirc a:hover .name{
	color: #FA1E64;
}

.box-unit .event_content {}

/*ARROW POSITIONS*/

.arrow {
	position: absolute;
}

.leaderboard {
	position: relative;
}

/* .video {
	margin: 40px auto;
}

.video-js, .video iframe {
	margin: 0 auto;
	min-width: 970px;
	min-height: 546px;
	display: block;
}
 */


@media only screen and (min-width:1360px),only screen and (device-width:1360px) {
	#main {
		width: 1360px;
	}

	.timeline {
		max-width: 250px;
	}

	/*.column_left .event_content, .column_right .event_content {
		margin: 80px auto;
	}*/

	/* .video-js, .video iframe {
		margin: 0 auto;
		min-width: 1024px;
		min-height: 576px;
		display: block;
	}
 */
}


@media only screen and (max-width:1020px),only screen and (device-width:1020px) {
	#container {
		min-height: 2500px;
	}

	#main {
		width: 760px;
	}

	.timeline{
		padding-left:1em;
		padding-right:1em;
		width: 25%;
		max-width: 155px;
		left: 44%;
	}

	.timeline:after{
		left:6em}

	.event{
		width:85%;
		}

	.event_content {
		max-width:100%;
		}

	.event_content .copy {
		display: block;
	}

	.event_content .text {
		font-size: 14px;
		line-height: 20px;
		padding: 15px;
	}

	.img-left .media {
		float: none;
		padding-bottom: 10px;
	}

	.column_left .event_content, .column_right .event_content {
		margin: 50px auto;
	}

	.column_left .text, .column_right .text {
		font-size: 16px;
		line-height: 22px;	
	}

	img{
		max-width:100%;
	}

	.column_left, .column_right {
		margin: 0 20px;
		width: 25%;
	}

	.column_right {
		min-width: 300px;
	}

	.title .event_content .text {
		font-size: 22px;
	}

	.dates {
		font-size: 18px;
	}

	.arrow {
		display: none;
	}

	/* .video-js, .video iframe {
		min-width: 760px;
		min-height: 428px;
	}
 */
}


@media only screen and (max-width:760px),only screen and (device-width:760px) {

	#main {
		width: 100%;
	}

	.timeline_header{
		height:auto;
	}
	.timeline_header h1{
		font-size:45px;
	}
	.timeline_header p{
		display:none;
	}
	.event_content .copy h1{
		font-size:1.4em;
		padding:10px;
	}

	.event_content .copy .text{
		font-size: 16px;
		padding:10px;
	}

	.event_content .media {
		min-width:100px;
	}
	
	.event_content .media img{
		max-width:100%;
	}
	
	#header{
		display:none;
	}

	#gradient {
		top: 100px;
	}

	.column_left, .column_right, .timeline {
		width: 90%;
		margin: 0 auto;
		float: none;
		position: relative;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		left: 0;
		max-width: 320px;
		padding-left: 0;
		padding-right: 0;
	}

	.box-unit .event_content {
		background-color: transparent;
		border: none;
	}

	/* .video-js, .video iframe {
		min-width: 320px;
		min-height: 180px;
	} */

	/* .video {
		width: 320px;
		height: 180px;
	}
 */
}
