html,body{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	font-family: 'transport_newmedium';
	background-color:#fff;
	color: #333;
}


.clearfix, .clear-fix{
	clear: both;
}

.full-width{
	width: 940px;
	margin: auto;
}
.slim-top{
	padding-top: 20px !important;
}
#wrapper{

}


#topbar{
	position: fixed;
	top:0;
	width: 100%;
}
#topstrip{
	position: fixed;
	top:0;
	width: 100%;
	height: 40px;
	background-color: #000;
}
.dl-links{
	margin-top: 20px;
}
#mini-logo{
	position: absolute;
	right: 0;
}	
#topmenu{
	padding-top: 10px;
	color: #fff;
	position: relative;
}

#topmenu li{
	float: left;
	margin-right: 25px;
}
#topmenu li a{
	display: block;
	position: relative;
	height: 45px;
	color: #fff;
	text-decoration: none;
	
	background-position: center 30px;
	background-repeat: no-repeat;

}

#topmenu li a:hover{
	color:#e71d73;
}
#topmenu li.here a{
	background-image: url(../img/common/nav-tab.png);
}

.headline-left{
	float: left;
}

.headline-left h2, .headline-right h2{
	font-size: 2em;
	line-height: 1.3em;
}

.headline-right{
	float: right;
	text-align: right;
}

.headline-bottom{
	margin-top: 300px;
	text-align: center;
}

.headline-bottom h1{
	font-size: 3.4em;
	line-height: 1.1em;
}

.content-wrap{
	position: relative;
	overflow: hidden;
	min-height: 600px;
	/*padding-bottom: 30px;*/
}
.home-content{
	padding-top: 80px;
	padding-bottom: 30px;
}

.page-content{
	width: 780px;
	padding-right: 160px;
	padding-top: 80px;
	padding-bottom: 30px;
}
.page-content a{
	color: #39a935;
}

.page-content h1{
	color: #39a935;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.page-content h2{
	color: #1d70b7;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 20px;
}


.page-content h4{
	color: #1d70b7;
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.page-content p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-family: 'transport_newlight';
}

.page-content ul{
	list-style:disc;
}
.page-content ul li{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-family: 'transport_newlight';
	margin-left: 40px;

	
}

.page-content p img{
	margin-top: 10px;
}
.page-content .intro, .page-content .intro p{
	font-family: 'transport_newmedium' !important;
}

.page-content p+ h2{
	margin-top: 30px;
}

.quote{
	margin-top: 20px;
	margin-bottom: 20px;
}
.quote p{
	color: #1d70b7;
	width: 450px !important;
	margin-left: 80px;
	padding-left: 9px ;
}

p.quote-hanging{
	font-family: 'transport_newmedium' !important;
  	text-indent: -9px ;
}

#mainCanvas-holder{
	position: absolute;
	text-align: center;
}

#mainCanvas{
	margin: auto;
}

#mobile-pop{
	display: none;
}

#pop{	
	height: 99px;
	width: 100%;
	position: absolute;
	bottom: 0;
	transition:height 1s ease;
	-webkit-transition:height 0.4s ease;
	-moz-transition:height 0.4s ease;
	-o-transition:height 0.4s ease;
}

#signup-tab{

}

#signup-tab img{
	display: block;
}
.pop-wrap{
	width: 100%;
}

.pink{
	background-color: #e71d73;
}
.pop-content{
	padding-top: 30px;
	color: #fff;
	font-size: 2.1em;
	line-height: 1.2em;
	padding-bottom: 90px;
}

.pop-content p{
	width: 610px;
	margin-bottom: 17px;
}

.pop-entry-rows{
	float: left;
}

.pop-entry-row{
	margin-top: 10px;
}

.pop-label{
	width: 220px;
	float: left;
}

.pop-entry-row input{
	font-size: 0.7em;
	font-family: 'transport_newmedium';
	float: left;
	height: 32px;
	margin-top: 4px;
	width: 480px;
}

.submit{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%; 
	margin-top: 18px;
	margin-left: 35px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.submit:hover{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

#footer{
	color: #fff;
	background-color: #333333;
	min-height: 344px;
	font-size: 0.8em;
	line-height: 1.2em;
	width: 100%;
	padding-bottom: 20px;
}

#footer a{
	color: #fff;
}

.footer-content{
	padding: 20px 0;
}

.footer-content img{
	margin-right: 20px;
	margin-bottom: 9px;
}
.footer-heading{
	height: 40px;
	color: #ccc;
}

.footer-col{
	float: left;
	width: 15%;
	min-width: 240px;
	line-height: 1.3em;
}
.footer-col.wide{
	width: 46%;
	  padding-left: 10px;
}
.footer-col.right{
	float: right;
	text-align: right;
}

.slideshow{
	position: relative;
	height: 552px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.slideshow-content{
	height: 540px;
}

.super-slideshow, .super-slideshow-content{
	height: 740px;
}

.slide{
	position: absolute;
	background-color: #fff;
}

.slide img{
	display: block;
}
.slide .slide-meta{
	background-color:#e71d73;
	width:210px;
	min-height:200px;
	padding: 15px;
	padding-top: 5px;
	color: #fff;
	line-height: 1.3em;
	float: left;
	margin-right: 15px;
}

.slide-meta h3{
	font-family: 'transport_newlight';
	margin-top: 10px;
}
	
.slide .slide-info{
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 15px;
}	

.slide .slide-caption{
	font-size: 0.7em;
	padding: 15px 0;
	color: #666666;
}	

#slide-controls{
	height: 780px;
	height: 520px;
	position: absolute;
}

#btn-next{
	position: absolute;
	top:233px;
	left: 742px;
	display: block;
	background-image:url(../img/arrow-next.png);
	background-repeat: no-repeat;
	width:38px;
	height: 75px;
	text-decoration: none;
}

#btn-back{
	position: absolute;
	top:233px;
	left: 0px;
	display: block;
	background-image:url(../img/arrow-back.png);
	background-repeat: no-repeat;
	width:38px;
	height: 75px;
	text-decoration: none;
}


#logo-matrix{
	margin-top: 30px;
	margin-bottom: 30px;
}

a.logo-block{
	display: block;
	width: 155px;
	height: 80px;
	float: left;
	position: relative;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

a.logo-block.last-row{
	border-bottom: 0;
}

a.logo-block.last-col{
	border-right: 0;
}
a.logo-block img.logo-std{
	display: block;
	position: relative;
}

a.logo-block img.logo-over{
	display: block;
	position: absolute;
	top:0;
	opacity: 0;
	transition:opacity 0.4s ease;
	-webkit-transition:opacity 0.4s ease;
	-moz-transition:opacity 0.4s ease;
	-o-transition:opacity 0.4s ease;
}

a.logo-block:hover img.logo-over{
	opacity: 1;
}

.get-involved p{
	width: 620px;
}

.get-involved .secondary-content p, .get-involved .intro p{
	width: 780px;
}

#role-info-panel{
	margin-top: 20px;
  margin-bottom: 20px;
}
.role-image{
	float: left;
	display: block;
}

.role-downloads{
	float: right;
}

a.role-download{
	color: #1d70b7;
	padding-left: 10px;
	padding-top:100px;
	display: block;
	width: 131px;	/* total 141 */ 
	height: 92px; /* total 192 */ 
	background-image: url(../img/download-bg.gif);
	background-repeat: no-repeat;
	font-size: 1.3em;
	line-height: 1.3em;
}

a.role-download+a.role-download{
	margin-top: 28px;
}

#dl-links-top{
	margin-top: 20px;
}

#dl-links-btm{
	display: none;
}

#dl-links-btm .role-download{
	float: left;
}

#dl-links-btm a.role-download{
	margin-top: 0;
}
#dl-links-btm a.role-download+a.role-download{
	margin-top: 0;
	margin-left: 30px;
}

b,strong{
	font-family: 'transport_newmedium';
}

.homepage #mini-logo{
	display: none;
}

#mobile-arcs{
	display: none;
}

.sm-logos{
	height: 27px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: right;
}
.sm-logos img{
	margin: 0;

}

.sm-logos a{
	display: block;
	float: right;
	width: 27px;
	height: 27px;
	margin-left: 15px;
}

.sent #wrapper, .sent .content-wrap, .sent #wrapper, .sent  .content-wrap{
	min-height: 400px;
}

@media only screen and (min-height: 500px) and (min-width: 720px){ /* Taller than npx */

	.sent #wrapper, .sent  .content-wrap{
		height: 100%;
		overflow: hidden;
	}

	.sent #footer{
		position: absolute;
		bottom: 0;
	}


}

@media only screen and (min-height: 1055px) and (min-width: 720px){ /* Taller than npx */

	.homepage #wrapper, .homepage  .content-wrap{
		height: 100%;
		overflow: hidden;
	}

	.homepage #footer{
		position: absolute;
		bottom: 0;
	}
	.homepage #pop{
		position: absolute;
		bottom: 408px;
		border:1px solid #fac;
	}
	/*
	#footer{
		position: absolute;
		bottom: 0;
	}
	
	*/
}


@media only screen and (max-width: 940px) { /*   */

	.homepage #pop{
		position: absolute;
		bottom: 367px;
	}

	#mini-logo{
		display: none;
	}

	.full-width{
		width: 720px;
		margin: auto;
	}

	body{
		font-size: 80%;
	}

	.page-content {
		width: 720px;
		padding-right: 0; 
  	}
  	.headline-bottom{
		margin-top: 370px;
	}
	#mainCanvas-holder {
	  top: 120px;
	}
	.slide img{
		width: 720px;
		height: 480px;
	}
	
	.slideshow,.slideshow-content {
	  height: 510px;
	}

	.super-slideshow, .super-slideshow-content {
	  height: 660px;
	}

	a.logo-block, a.logo-block img{
	  width: 143px;
	  height: 74px;
	}

	.footer-col.wide {
	  width: 45%;
	}

	.slide .slide-meta {
	  min-height: 150px;
	}

	#btn-next {
  		left: 682px;
  		top: 203px;
  	}

  	#btn-back {
  		top: 203px;
  	}

  	.role-image{
  		width: 560px;
  		height: 374px;
  	}
  	a.role-download{
		height: 80px;
	}
  	a.role-download+a.role-download{
		margin-top: 15px;
	}

	.get-involved p {
	  width: 560px;
	}
	.get-involved .secondary-content p, .get-involved .intro p{
		width: 720px;
	}

	.quote p {
	  margin-left: 50px;
	}
	p.quote-hanging {
	  text-indent: -6px;
	}

	.pop-label {
	  width: 170px;
	}
	.pop-entry-row input {
	  width: 370px;
	}

	.footer-col{
		min-width: 192px;
	}

	#dl-links-top{
		display: none;
	}

	#dl-links-btm{
		display: block;
	}

}

@media only screen and (max-width: 720px) { /*   */

	.full-width{
		width: 320px;
		margin: auto;
	}

	h1,h2,h3{
		font-size: 3em;
	}

	#topmenu li.here a{
		color:#e71d73;
	}
	#topstrip{
		height: 60px;
	}

	#topmenu li {
	  float: left;
	  margin-right: 8px;
	}

	#topmenu li+li{
		margin-left: 0;
		
	}

	#topmenu li a{
	  height: 25px;
	}

	a.logo-block.last-row{
		border-bottom: 1px solid #ccc;
	}

	a.logo-block.last-col{
		border-right: 1px solid #ccc;
	}

	a.logo-block.even{
		border-right: 0px;
	}
 	
 	.footer-content{
 		line-height: 1.3em;
 	}
 	.footer-content img{
 		margin-bottom: 10px;
 	}
	.footer-col.right{
		float: left;
		text-align: left;
		margin-top: 10px;
	}

	.slide img{
		width: 320px;
		height: 213px;
	}

	.slideshow,.slideshow-content {
		height: 256px;
	}

	.super-slideshow, .super-slideshow-content {
  		height: 540px;
  	}
	#btn-back {
	  top: 72px;
	}
	#btn-next {
	  top: 72px;
	  left: 282px;
	}
	.slide-meta h3 {
		font-size: 1em;
	}
	.slide .slide-meta{
		width: 290px;
		min-height: 130px;
		margin-bottom: 10px;
	}

	.slide .slide-info{
		width: 300px;
		min-height: 300px;
	}
	.role-image{
  		width: 310px;
  		height: 207px;
  	}
  	.get-involved p {
	  width: 320px;
	}
	.get-involved .secondary-content p, .get-involved .intro p{
		width: 320px !important;
	}

	.quote p {
		width: 300px !important;
		margin-left: 0;
	}
	.role-downloads {
	  float: left;
	  width: 310px;
	}
	a.role-download {
	  float: left;
	  margin-top: 30px;
	}
	a.role-download+a.role-download {
		float: right;
		 margin-top: 30px;
	}
	#mainCanvas{
		display: none;
	}

	.headline-left h2, .headline-right h2 {
	  font-size: 1.4em;
	}



	.headline-bottom h1 {
	  font-size: 2.9em;
	}

	#mobile-arcs{
		display: block;
		margin-bottom: 20px;
	}

	.home-content {
	      padding-top: 80px;
	  padding-bottom: 50px;
	}

	#pop{
		display: none;
	}
	#mobile-pop{
		display: block;
		height: auto;
		position: relative;
		background-color: #e71d73;
	}

	.pop-content{
		top: 0px;
		padding-top: 20px;
		font-size: 1.7em;
		padding-bottom: 30px;
	}
	.pop-content p {
	  width: 320px;
	}

	.pop-entry-row input {
	  width: 320px;
	}

	#mobile-pop .submit{
		margin-left: 0;
	}
	.sm-logos a{
		float: left;
		margin-left: 0;
		margin-right: 10px;
	}

	.footer-col.wide{
		margin-bottom: 10px;
	}

}