/* G L O B A L   S E T T I N G S */
body {
  margin: 0;
  padding: 0;
  background: #e5e5e5;
  color: #656565;
  font-size: 12px; 
  line-height: 19px;
  font-family: helvetica, arial;
}
.clear { clear:both; }
a { text-decoration:none; color:#656563;	outline:none;}
a img { border: none;}
img { border: none; }


/* LODING IMAGE  */
.loading-indicator {
	height: 80px;	width: 80px;
	background: url('images/archive/loading.gif');
	background-repeat: no-repeat;	
  background-position: center center;
}
.loading-indicator-overlay {
  background-color: #fff;	
  opacity: 0.6;	
  filter: alpha(opacity = 60);
}


#page {
  width: 100%;
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 5px 5px #ccc;
}
.wrapper{
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}


/* Archive 2012 - Style */

.archive2011-page,
.archive2012-page{
  background: #fff;
}
.archive2011-page #page,
.archive2012-page #page{
  box-shadow: none !important;
}
.archive2011-page #masthead .site-header,
.archive2012-page #masthead .site-header{
  background:url(images/archive/border_header.png) repeat-x bottom left; 
  width: 1068px;
  margin: 20px auto 5px auto;
  padding: 0 0 5px 0;
}
.archive2011-page #masthead #site-nav-wrapper,
.archive2012-page #masthead #site-nav-wrapper{
  width: 820px;
  float: right;
  margin: 0 0 2px 0;
}
.archive2011-page #archive-content,
.archive2012-page #archive-content{
  background: #f2f2f2;
  width: 973px;
  margin: 0 auto;
  padding: 25px 40px 0px 55px;
}
.archive2011-page .archive-title,
.archive2012-page .archive-title{
  font-family: 'Trade Gothic W01 Roman';
  font-size: 24px;
  color: #2cafe1;
  text-align: center;
  margin: 0 0 30px 0;
}
.archive2011-page .archive-title span,
.archive2012-page .archive-title span{
  background: url(images/2013/img-dotted-line.png) repeat-x bottom left;
  padding: 0 0 2px 0;
}

.archive2011-page .cols,
.archive2012-page .cols{
  background: none; 
}
.archive2011-page .col-left,
.archive2012-page .col-left{
  width: 300px;
  float: left;
  margin-right: 35px;
}
.archive2011-page .col-middle,
.archive2012-page .col-middle{
  width: 300px;
  float: left;
  margin-right: 30px;
}
.archive2011-page .col-right,
.archive2012-page .col-right{
  width: 300px;
  float: right;
}
.archive2011-page .section,
.archive2012-page .section{
  margin: 0 0 30px 0;
}
.archive2011-page .section .screenshot,
.archive2012-page .section .screenshot{
  box-shadow: 0 3px 3px 2px #aaa;
  margin: 0 0 10px 0;
}
.archive2011-page  .section-title,
.archive2012-page  .section-title{
  font-size: 13px;
  color: #4960a5;
  border-bottom: 1px solid #4960a5;
}


/*************************
====	HEADER  ==========
***************************/

#masthead {
  width: 100%;
  padding: 0;
}


/* Sanofi Logo */
.sanofi-logo{
  float: right;
  margin: 15px 0 0 0;
}
.sanofi-logo a{
  display: block;
  width: 108px;
  height: 23px;
  background: url(images/2013/logo-sanofi.png) no-repeat 0 0;
  margin: 0 0 5px;
  float: right;
  text-indent: -999em;
}
.sanofi-logo span{
  color: #000;
  font-size: 12px;
}

/* Site Logo */
.site-header { 
  position: relative;
  margin: 30px 0 0 0;
}
.site-title {
  float: left; 
  width: 194px; 
  height: 87px; 
  margin: 13px 0 0 0;
  padding: 0;
}
.site-title a {
  display: block;
  background: url(images/2013/site-logo.png) no-repeat;
  text-indent: -999em;
  width: 194px;
  height: 87px;
}


#site-nav-wrapper{
  width: 830px;
  float: right;
  margin: 0 35px 2px 0;
}
#site-contact {
  float: right;
  width: 435px;
}

/* Newsletter SignUp Form */
#form-wrapper{
  width: 315px;
  float: right;
  border: 1px solid #999;
}
#form_get_updates{ float: left; }
#form_get_updates label {display: none;}
#form_get_updates input {
  border: none;
  height: 32px;
  font-family: 'Trade Gothic W01 Roman';
  font-size: 14px;
  float: left;
}
#form_get_updates input#email {
  background: #fff;
  color: #000;
  padding: 0 8px;
  margin: 0;
  line-height: 15px;
  width: 266px;
  outline: none;
}
input#email::-webkit-input-placeholder { color: #999;  }
input#email:-moz-placeholder { color: #999; }
input#email:-ms-input-placeholder { color: #999; }
input#email.placeholder { color: #999; }
#form_get_updates input#btnemail {
  background: #30a7dd;
  color: #fff;
  width: 33px;
  font-size: 12px;
}
.error_input{
  border: 1px solid red!important;
}
.thanksMsg{
  margin: 6px 0 0 0;
  font-family: 'Trade Gothic W01 Bold';
  font-size: 16px;
}


/* Follow Us */
#follow-us {
  float: left;
  list-style: none;
  margin: 5px 0; 
  padding: 0;
}
#follow-us li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#follow-us li a {
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  text-indent: -999em;
  height: 24px;
}
#follow-us li .wordpress {
  background-image: url(images/2013/icon-wordpress.png);
  width: 25px;
}
#follow-us li .facebook {
  background-image: url(images/2013/icon-facebook.png);
  width: 24px;
  margin-left: 10px;
}
#follow-us li .twitter {
  background-image: url(images/2013/icon-twitter.png);
  width: 29px;
  margin-left: 10px;
}


/* Main Menu */
.site-navigation{
  margin: 10px 0 0 0;
  padding: 0;
  height: 65px;
  overflow: hidden;
  float: right;
}
.site-navigation ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-navigation ul li{
  width: 195px;
  float: left;
  display: block;
  margin-left: 10px;
}
.site-navigation ul li a{
  width: 175px;
  height: 25px;
  padding: 25px 10px 15px 10px;
  float: left;
  display: block;
  background: url(images/2013/bg-nav.png) no-repeat 0 0;
  font-family: 'Trade Gothic W01 Bold 2';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .10em;
  color: #fff;
}
.site-navigation ul li a.hover,
.site-navigation ul li a:hover{
  background-position: 0 -80px;
}
.site-navigation ul li a.active{
  background-position: 0 -160px;
}





/* M A I N */
#main {
  padding: 0 0 20px 0;
}
.home-page #main{
  padding: 0 0 50px 0;
}
.about-page #main{
  padding: 0 0 10px 0;
}



#banner{
  background: #efefef;
}
#banner .wrapper{
  position: relative;
  max-width: 1200px;
  width: 1200px;
  height: 510px;
  background: #fff;
  overflow: hidden;
}


/* HOME PAGE */
.home-page #container{ margin: 30px 0; }
#homeSliderWrapper{}

.home-slider{
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-slider li{
  position: relative;
}
.home-slider li .slide-caption{
  width: 1100px;
  padding: 25px 50px;
  height: 65px;
  position: absolute;
  bottom: 20px;
  background: url(images/2013/banner-overlay.png) repeat-x 0 0;
  color: #fff;
  font-family:'Trade Gothic W01 Roman';
  font-size: 24px;
  line-height: 30px;
}
.home-slider li .slide-caption h3{
  font-family: 'Trade Gothic W01 Bold';
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.home-slider li .slide-caption p{
  margin: 0 0 10px 0;
}
#homeSliderWrapper .bx-prev,
#homeSliderWrapper .bx-next{
  height: 100%;
  width: 30%;
  top: 0;
}

#homeSliderWrapper #pov-slide{
  width: 550px;
  height: 296px;
  padding: 30px 45px;
  right: 290px;
  top: 95px;
  font-size: 22px;
  line-height: 28px;
  background: url(images/2013/bg-pov-banner-caption.png) no-repeat 0 0;
}
#homeSliderWrapper #pov-slide .launching-date{
  font-size: 16px;
  text-align: right;
}

/*
#banner-demoday .slide-caption{
  background: none;
  padding: 0;
  width: 1200px;
  height: 330px;
  position: absolute;
  bottom: 80px;
  background: none;
  color: #fff;
  font-family:'Trade Gothic W01 Roman';
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
#banner-demoday .slide-caption h3{
  text-transform: uppercase;
  font-size: 78px;
  line-height: 46px;
  font-weight: 400;
  margin: 0 0 110px 0;
  padding: 0;
}
#banner-demoday .slide-caption p{
  font-family:'Trade Gothic W01 Roman';
  font-size: 36px;
  line-height: 36px;
}
#banner-demoday .slide-caption .schedule a,
#banner-demoday .slide-caption p a,
#banner-demoday .slide-caption h4 a{
  color: #fff;
}
#banner-demoday .slide-caption .schedule{
  margin: 40px 0 0 0;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
}
#banner-demoday .slide-caption .schedule strong{
  font-family: 'Trade Gothic W01 Bold';
  font-weight: 400;
}*/

#banner-winner .slide-caption{
  background: none;
  padding: 0;
  width: 680px;
  height: 330px;
  position: absolute;
  top: 95px;
  right: 0;
  background: none;
  color: #fff;
  font-family:'Trade Gothic W01 Roman', helvetica;
  font-size: 24px;
  line-height: 30px;
}
#banner-winner .slide-caption .title{
  color: #ef5329;
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#banner-winner .slide-caption .title span{
  font-size: 44px;
}
#banner-winner .slide-caption p{
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0;
}
#banner-winner .slide-caption .hd-congrats{
  font-size: 28px;
  line-height: 35px;
  margin: 30px 0 5px 0;
}
#banner-winner .slide-caption .hd-winner{
  font-family:'Rockwell W02';
  font-size: 44px;
  line-height: 45px;
  margin: 0 0 5px 0;
}
#banner-winner .slide-caption a{
  color: #ef5329;
  font-family:'Trade Gothic W01 Bold', helvetica;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}



.home-page .col{
  margin-right: 25px;
  float: left;
}
.home-page .one-third{
  width: 350px;
  font-family:'Trade Gothic W01 Roman';
}
.home-page .one-third .section-title{
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0 0 25px 0;
  background: url(images/2013/img-dot.gif) repeat-x bottom left;
}
.home-page .one-third .post{
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #050505;
}
.home-page .one-third .post .post-title{
  font-family: 'Trade Gothic W01 Bold';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #050505;
  margin: 0;
}
.home-page .one-third .post .post-title a{
  color: #050505;
}
.home-page .one-third .post .read-more a{
  color: #00acee;
  text-transform: uppercase;
}

/* Section - Twitter Feed */
#twitter_feeds .section-title {
  margin: -6px 0 0 0;
  padding: 0 0 10px 0;
/*  background: none;*/
}
#twitter_feeds .section-title span{
  background: url(images/2013/icon-twitter-feed.gif) no-repeat 0 0;
  text-transform: none;
  padding: 6px 0 0 40px;
  height: 33px;
  display: block;
}
.tweets{
  font-family: 'Trade Gothic W01 Roman';
  font-size: 16px;
  line-height: 22px;
}
.tweets a{
  color: #00acee;
}


/* Section - Links */
#site_links{
  margin-right: 0;
}
#site_links ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#site_links ul li{
  margin: 0 0 20px 0;
}
#site_links ul li a{
  display: block;
  width: 350px;
  text-indent: -999em;
}
#site_links ul li a.health-data-consortium{
  background: url(images/2013/logo-health_data_consortium.gif) no-repeat 0 0;
  height: 65px;
}
#site_links ul li a.health-data-gov{
  background: url(images/2013/logo-healthData_gov.gif) no-repeat 0 0;
  height: 24px;
}
#site_links ul li a.rock-health{
  background: url(images/2013/logo-rock_health.gif) no-repeat 0 0;
  height: 41px;
}
#site_links ul li a.startup-america{
  background: url(images/2013/logo-startup_america_partnership.gif) no-repeat 0 0;
  height: 51px;
}
#site_links ul li a.data-gov{
  background: url(images/2013/logo-data_gov.gif) no-repeat 0 0;
  height: 55px;
}





/*= Page - The Challenge
-----------------------------------*/
.the-challenge-page #container .wrapper{
  background: url(images/2013/footer-bar.png) repeat-x 0 0;
  padding: 20px 0 0 0;
}
.welcome-text{
  font-size: 23px;
  line-height: 28px;
  font-family:'Trade Gothic W01 Roman';
  color: #000;
}
.welcome-text h3{
  font-family:'Trade Gothic W01 Bold';
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin: 0 0 5px 0;
  padding: 0;
}


.year-section{
  background: url(images/2013/img-seperator.gif) repeat-x 0 0;
  margin: 35px 0 0 0;
  padding: 20px 0 0 0;
  font-family:'Trade Gothic W01 Roman';
}
.year-section .section-title{
  font-family:'Trade Gothic W01 Bold';
  font-size:32px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.year-section .two-third{
  width: 730px;
  margin-right: 20px;
  float: left;
}
.year-section .one-third{
  width: 350px;
  margin:0;
  float: right;
}
.year-section .col-left{
  margin:0 10px 0 0;
  float: left;
  width: 350px;
}
.year-section .col-middle{
  margin:0 10px 0 0!important;
  float: left;
  width: 378px;
}
.year-section .col-right{
  margin:0;
  float: left;
  width: 350px;
}
.year-section .title{
  font-family:'Trade Gothic W01 Bold';
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 10px 0;
}
.year-section .desc{
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 10px 0;
}
.year-section .read-more,
.year-section .read-more a{
  font-family:'Trade Gothic W01 Bold';
  font-size: 15px;
  line-height: 17px;
  color: #00acee;
}
.year-section .col-left .read-more {
  margin: 5px 0 0 0;
}
.year-section .col-middle .read-more {
  margin: 5px 0 0 20px;
}



/*= Page - Reality DDD
-----------------------------------*/

.reality-ddd-page #container .wrapper{}
#banner .banner-caption{
  display: block;
  width: 96%;
  padding: 30px 4%;
  background: #a6a6a6;
  font-family:'Trade Gothic W01 Roman';
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}
#banner .banner-caption h3{
  font-family:'Trade Gothic W01 Bold';
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 7px 0;
}

#finalists-crousel{
  background: url(images/2013/reality-ddd/bg-slider.png) repeat-x 0 0;
  height: 244px;
  padding: 0;
  overflow: hidden;
}
#finalists-crousel .bx-wrapper{
  margin: 0 !important;
  width: 940px !important;
  padding: 0 70px;
  position: relative;
  font-family:'Trade Gothic W01 Roman';
  font-size: 17px; 
  line-height: 21px;
  color: #414042;
  text-align:center;
}
#finalists-crousel .winner-tag{
  background: url(images/2013/winners/winner-tag.png) no-repeat 0 0;
  width: 70px;
  height: 73px;
  position: absolute;
  top: 5px;
  left: 260px;
  text-indent: -999em;
}
#finalists-crousel .bx-wrapper h3{
  font-family:'Rockwell W02';
  font-size: 34px;
  line-height: 34px;
  font-weight: 400 !important;
  margin: 0 0 20px 0;
}
#finalists-crousel .bx-wrapper .bx-pager{ 
  display: block; 
  font-family:'Trade Gothic W01 Roman';
  font-size: 16px;
  line-height: 13px;
  padding: 0 !important;
  width: 940px;
  bottom: 0px;
}
#finalists-crousel .bx-pager a{
  width: 18px;
  height: 13px;
  color: #414042;
  margin: 0 2px;
  padding: 0 4px !important;
}
#finalists-crousel .bx-pager a.active{
  color: #05a0db;
  background: url(images/2013/reality-ddd/bg-active-pager.png) no-repeat 0 0px;
}
#finalists-crousel .bx-window{
  width: 940px !important;
  overflow: hidden;
}
#finalists-crousel .bx-window ul{
  margin: 0;
  padding: 0;
}
#finalists-crousel li{
  width: 940px !important;
  padding: 22px 0 !important;
}
#finalists-crousel .bx-prev,
#finalists-crousel .bx-next{
  position: absolute;
  top: 70px;
  width: 34px;
  height: 87px;
  text-indent: -999em;
}
#finalists-crousel .bx-prev{
  left: 0;
  background: url(images/2013/reality-ddd/icon-prev.png) no-repeat 0 0;
}
#finalists-crousel .bx-next{
  right: 0;
  background: url(images/2013/reality-ddd/icon-next.png) no-repeat 0 0;
}

.learn-more{
  background: #12ace8;
  color: #fff;
  display: block;
  width: 300px;
  margin: 20px auto 10px auto;
  padding: 10px 25px;
  border-radius: 4px;
  font-family:'Trade Gothic W01 Roman';
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.disclaimer-for-Sanofi {
  font-family:'Trade Gothic W01 Roman';
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  background: #f8f8f8;
  padding: 12px 0;
}



/*= Page - Reality DDD Finalists
-----------------------------------*/
.reality-ddd-sub-page #container .wrapper{
  background: url(images/2013/footer-bar.png) repeat-x 0 0;
  padding: 20px 0 0 0;
}
.finalist-details{
  text-align: center;
  padding: 0;
  font-family:'Trade Gothic W01 Roman';
  font-size: 24px;
  line-height: 26px;
  color: #414042;
  position: relative;
}
.finalist-details .winner-tag{
  background: url(images/2013/winners/winner-tag2.png) no-repeat 0 0;
  width: 84px;
  height: 88px;
  position: absolute;
  top: -15px;
  left: 335px;
  text-indent: -999em;
}
.finalist-details .logo{
  margin: 0 0 15px 0;
}
.finalist-details .desc{
  margin: 0 0 10px 0;
}
.finalist-details .desc strong{
  font-family:'Trade Gothic W01 Bold';
  font-size: 22px;
  font-weight: 400;
}
.finalist-details .location{
  font-family:'Trade Gothic W01 Roman';
  font-size: 18px;
}

#finalist-tabs{
  margin: 50px 0 0 0;
}
.ui-tabs {
	position: relative;
	padding: 0;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
  background: #fff url(images/2013/reality-ddd/bg-tabs.gif) repeat-x 0 center;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0 4em 0 4em;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
  font-family:'Trade Gothic W01 Bold';
  font-size: 17px;
  line-height: 12px;
  background: #fff;
  padding: 0 1px;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 0 1em;
	text-decoration: none;
  border-left: 2px solid #414042;
  border-right: 2px solid #414042;
  margin: 0;
  background: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding: 0 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
  color: #00acee;
  font-family:'Trade Gothic W01 Bold';
  border-left: 2px solid #00acee;
  border-right: 2px solid #00acee;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled a{
  cursor: text;
/*  font-family:'Trade Gothic W01 Bold';*/
}
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 20px 0 0 0;
	background: none;
  margin: 7px 0 0 0;
  border-top: 1px solid #ddd;
}


/* Finalist - Individual Page */

#team-interview{
  font-family:'Trade Gothic W01 Roman';
  font-size: 22px;
  line-height: 26px;
}
#team-interview h2{
  font-family:'Trade Gothic W01 Bold';
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  color: #414042;
}
#team-interview h3{
  font-family:'Rockwell W02';
  font-size: 18px;
  line-height: 24px;
  color: #00acee;
  margin: 30px 0 10px 0;
}
#team-interview p{
  margin: 0 0 15px 0;
}
#team-interview p strong{
  font-family:'Trade Gothic W01 Bold';
}
#team-interview p a{
  color: #00acee;
}

#team-toolkit {}
.sliderWrapper{
  position: relative;
}
.sliderWrapper .bx-wrapper{
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  width: 1100px !important;
  position: relative;
  text-align:center;
}
.sliderWrapper .bx-window{
  width: 1100px !important;
  overflow: hidden;
}
.sliderWrapper .bx-wrapper .bx-pager{ 
  display: block; 
  font-family:'Trade Gothic W01 Roman';
  font-size: 15px;
  line-height: 13px;
  padding: 0 !important;
  width: 1100px;
  bottom: -25px;
}
.sliderWrapper .bx-wrapper .bx-pager a{
  padding: 0 !important;
  color: #666;
  margin: 0 10px;
}
.sliderWrapper .bx-wrapper .bx-pager a.active{
  color: #05a0db;
}
.sliderWrapper .bx-window ul{
  margin: 0;
  padding: 0;
}
.sliderWrapper li{
  display: block;
  width: 1100px !important;
  padding: 0 !important;
  height: 610px;
}
.sliderWrapper li img{
  display: block;
  margin: 0 auto;
  height: 100%;
}
.sliderWrapper .bx-prev,
.sliderWrapper .bx-next{
  position: absolute;
  top: 643px !important;
  width: 7px;
  height: 17px;
  text-indent: -999em;
}
.sliderWrapper .bx-prev{
  left: 500px !important;
  background: url(images/2013/reality-ddd/icon-prev-small.png) no-repeat 0 0 !important;
}
.sliderWrapper .bx-next{
  right: 478px !important;
  background: url(images/2013/reality-ddd/icon-next-small.png) no-repeat 0 0 !important;
}



.demoday-msg {
  background: #b2b2b2;
  height: 110px;
  padding: 245px 0;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 37px;
  font-family: 'Trade Gothic W01 Bold';
  font-weight: 400;
}
.demoday-msg a {color: #ffffff;}
.demoday-msg a:hover {color: #efefef;}

.transcript-pdf {
  font-family:'Trade Gothic W01 Bold';
  margin: 10px 0 0 0;
  font-size: 18px;
  line-height: 22px;
}
.transcript-pdf a {
  color: #00acee;
}


/*= Page - The POV
-----------------------------------*/

.the-pov-page #container .wrapper{
  background: url(images/2013/footer-bar.png) repeat-x 0 0;
  padding: 20px 0 0 0;
}

#pov-banner {
  position: absolute;
  color: #fff;
  font-family:'Trade Gothic W01 Roman';
  font-size: 24px;
  line-height: 30px;
  width: 390px;
  height: 296px;
  padding: 20px 21px 40px 35px;
  left: 380px;
  top: 95px;
  font-size: 22px;
  line-height: 28px;
  background: url(images/2013/bg-pov-caption.png) no-repeat 0 0;
  
}
#pov-banner h3{
  font-family: 'Trade Gothic W01 Bold';
  font-weight: 400;
  font-size: 34px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
#pov-banner p{
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 27px;
}
#pov-banner .stay-tuned{
  font-size: 16px;
  text-transform: uppercase;
}

.content-pov {
  color: #000;
  margin: 50px 0 30px 0;
}
.content-pov h3 {
  font-family: 'Trade Gothic W01 Bold';
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 8px;
}
.content-pov p {
  font-family:'Trade Gothic W01 Roman';
  font-size: 17px;
  line-height: 21px;
}




/*= Page - About
-----------------------------------*/
.about-page #banner {
  margin: 0 0 55px 0;
}
.banner-text{
  position: absolute;
  top: 75px;
  left: 50px;
  width: 700px;
  font-family:'Trade Gothic W01 Roman';
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
.banner-text .quote{
  font-family:'Trade Gothic W01 Bold';
  font-size: 29px;
  line-height: 39px;
  margin: 0 0 10px 0;
}

.col{
  float: left;
  margin-right: 30px;
}
.one-half{
  width: 535px;
}
.one-fourth{
  width: 252px;
}
.last{
  margin-right: 0;
}

.about-page .journey{
  font-family:'Trade Gothic W01 Roman';
  font-size: 17px;
  line-height: 21px;
}
.about-page .journey .title{
  font-family:'Trade Gothic W01 Bold';
  font-size: 21px;
  font-weight: 400;
  color: #000;
  line-height: 21px;
  margin: 0 0 10px 0;
  padding: 0;
}


#the-facts{
  margin: 20px 0 0px 0;
}
#the-facts .fact{
  background: url(images/2013/footer-bar.png) repeat-x 0 0;
  padding: 20px 0 0 0;
  color: #414042;
  font-family:'Trade Gothic W01 Roman';
  font-size: 17px;
  line-height: 22px;
}
#the-facts .fact .data{
  font-family:'Rockwell W02';
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 0px 0;
}
#the-facts .fact .data span{
  font-family:'Trade Gothic W01 Bold';
  font-size: 18px;
  line-height: 22px;
}
#the-facts .fact .data strong{
  font-family:'Trade Gothic W01 Roman';
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
}
#the-facts .fact .desc{
  padding-right: 30px;
}
#the-facts .fact .notes{
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 0 0;
  padding-right: 30px;
}





/*= Footer
-----------------------------------*/

*{ margin: 0; outline: none; }
html, body { height: 100%; }
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
  background: #fff;
}
#colophon{
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 13px;
  position: relative;
  display: block;
  width: 100%;
	clear:both;
}
#colophon .wrapper{
  background: url(images/2013/footer-bar.png) repeat-x 0 0;
  padding: 30px 0 30px 0;
}
.footer-nav{
  margin: 0 auto 50px auto;
  width: 510px;
}
.footer-nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul li{
  display: block;
  float: left;
  margin: 0 10px;
  font-family: 'Trade Gothic W01 Roman';
  font-size: 18px;
  line-height: 22px;
  color: #00acee;
}
.footer-nav ul li a{
  margin: 0 6px;
  font-family:'Trade Gothic W01 Bold';
  color: #00acee;
}


.site-info{
  text-align: center;
  font-family: 'Trade Gothic W01 Roman';
  font-size: 12px;
  line-height: 19px;
}
.site-info a{
  text-decoration: underline;
}


/* = Fonts Details

 font-family: 'Trade Gothic W01 Roman';
 font-family:'Trade Gothic W01 Bold';
 font-family:'Trade Gothic W01 Bold 2';
 font-family:'Trade Gothic W01 Obl';

 font-family:'Rockwell W01';

*/