* {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/bg-grey.jpg') repeat;
}


div.pitch {
	position:relative;
}
p.pitchleft {
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:18px;
	font-weight:normal;
	color:#555;
	line-height:30px;
	padding:0px 0px 0px 0px;
	margin:0px 40px 0px 40px;
	text-align:left;
	float:left;
	width:286px;
}
p.pitchclear {
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:18px;
	font-weight:normal;
	color:#555;
	line-height:30px;
	padding:20px 0px 20px 0px;
	margin:0px 40px 20px 40px;
	text-align:left;
	clear:both;
}
.pitch #cta {
	display:block;
	padding:20px 40px;
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	color:#9c8104;
	font-size:20px;
	text-align:center;
	float:right;
	background: #ffea00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffea00 0%, #ffd700 3%, #ecc200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffea00), color-stop(3%,#ffd700), color-stop(100%,#ecc200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffea00 0%,#ffd700 3%,#ecc200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffea00 0%,#ffd700 3%,#ecc200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffea00 0%,#ffd700 3%,#ecc200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffea00 0%,#ffd700 3%,#ecc200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ecc200',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	border:1px solid #efca00;
	text-decoration:none;
	box-shadow:0px 2px 2px #ccc;
	width:280px;
	margin:0px 0px 0px 20px;
}
.pitch-border {
	border-bottom:1px solid #bbb;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	height:10px;
	margin-bottom:40px;
	position:relative;
	z-index:2;
}
.pitch-border img {
	position:absolute;
	bottom:-15px;
	z-index:3;
	left:370px;
}
h1.maintitle {
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	line-height:30px;
	letter-spacing:1px;
	font-weight:bold;
	color:#555;
	text-align:center;
	margin-bottom:0px;
}

.pitch ul li.check {
    background: url("/images/check-icon.gif") no-repeat scroll 10px 8px transparent;
    color: #555555;
    font-family: "Open Sans", Arial,Helvetica,sans-serif; 
    font-size: 18px;
    list-style-type: none;
    margin: 0 33px 24px;
    padding: 0 0 20px 47px;
}

h1.maintitle span {
	color:#1b98df;
	line-height:30px;
}
ul.learning {
	list-style:none;
	margin:0px 40px;
}
ul.learning li {
	padding:40px 20px 39px 80px;
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:18px;
	font-weight:normal;
	color:#555;
	border-bottom:1px dashed #ccc;
	margin:0px 0px 0px 0px;
}
ul.learning li.one {
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/one.png') no-repeat left center;
}
ul.learning li.two {
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/two.png') no-repeat left center;
}
ul.learning li.three {
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/three.png') no-repeat left center;
}
ul.learning li.four {
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/four.png') no-repeat left center;
}
ul.learning li.five {
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/five.png') no-repeat left center;
}
ul.learning li.six {
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/six.png') no-repeat left center;
}
ul.learning li.seven {
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/seven.png') no-repeat left center;
}
p.learning {
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:18px;
	font-weight:normal;
	color:#555;
	padding:20px 120px 40px 120px;
}
.clear {
	clear:both;
}
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
/* For IE 6/7 only */  
.clearfix {  
    *zoom: 1;  
} 
.warning {
	width:858px;
	border:1px solid #bbb;
	border-radius:10px;
	margin:0px auto 40px auto;
	position:relative;
	background:url('//powerofpinning.s3.amazonaws.com/ebs/wp-clone/images/warning.png') center left no-repeat #ffeeee;
	padding:20px;
}
.warning p {
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	color:#555;
	text-align:left;
	margin-left:60px;
}
.warning img {
	position:absolute;
	left:434px;
	bottom:-17px;
}
#cta-large {
	display:block;
	padding:20px 40px;
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	color:#9c8104;
	font-size:36px;
	text-align:center;
	background: #ffea00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffea00 0%, #ffd700 3%, #ecc200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffea00), color-stop(3%,#ffd700), color-stop(100%,#ecc200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffea00 0%,#ffd700 3%,#ecc200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffea00 0%,#ffd700 3%,#ecc200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffea00 0%,#ffd700 3%,#ecc200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffea00 0%,#ffd700 3%,#ecc200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ecc200',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
	border:1px solid #efca00;
	text-decoration:none;
	box-shadow:0px 2px 2px #ccc;
	margin:0px auto 40px auto;
	width:688px;
	
}
.footer {
	background:#fff;
	border-top:1px solid #ccc;
	padding:40px 0;
}
.footer ul {
	list-style:none;
	text-align:center;
}
.footer li {
	display:inline-block;
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:12px;
	font-weight:normal;
	color:#555;
	padding:5px;
}
.footer li a {
	display:inline-block;
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:12px;
	font-weight:normal;
	color:#555;
	text-decoration:underline;
	margin:0px;
}
.sg-container {
	box-shadow:0px 0px 20px #000;
	background:#fff;
	border-radius:12px;	
}
.copy {
	text-align:center!important;
	font-size:12px!important;
	margin-top:10px!important;
	line-height:normal;
	padding:0px 0px 0px 0px!important;
	color:#fff!important;
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
}
.copy a {
	color:#eee;
	text-decoration:none;
	border-bottom:1px dotted #eee;
}
.copy a:hover {
	color:#eee;
	text-decoration:none;
	border-bottom:1px solid #eee;
}
#testimonials {

}
#testimonials .container {


}
#testimonials h2 {
	background:url('//fbengagement.s3.amazonaws.com/FBPL-01-Webinar-Registration-Page/images/divider-dark-trans-circles.png') center left repeat-x;
	width:728px;
	text-align:center;
}
#testimonials h2 span {
	display:inline-block;
	background:#fff;
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:22px;
	font-weight:bold;
	color:#2eabfd;
	line-height:22px;
	padding:0px 8px;
	text-transform:uppercase;
}
#testimonials h2 span span {
	padding:0px;
	color:#444;
}
#testimonials .testimonial {
	position:relative;
	margin-top:20px;
}
#testimonials .testimonial img {
	border-radius:50px;
}
#testimonials .testimonial:nth-child(odd) img {
	float:right;
}
#testimonials .testimonial:nth-child(odd) p {
	text-align:right;
	padding:0px 20px 0px 120px;
}
#testimonials .testimonial:nth-child(even) img {
	float:left;
}
#testimonials .testimonial:nth-child(even) p {
	text-align:left;
	padding:0px 120px 0px 20px;
}
#testimonials .testimonial .vert-wrap {
	display:table;
	height:100px;
}
#testimonials .testimonial .vert-wrap p {
	display:table-cell;
	vertical-align:middle;
	font-family:"Open Sans", Arial,Helvetica,sans-serif; 
	font-size:18px;
	font-weight:normal;
	color:#444;
	line-height:1.3em;
}
#testimonials .testimonial .vert-wrap p span {
	font-weight:bold;
	display:block;
}
#testimonials .testimonial .divider {
	background:url('//fbengagement.s3.amazonaws.com/FBPL-01-Webinar-Registration-Page/images/divider-dark-trans-circle-sm.png') center center repeat;
	height:5px;
	margin:20px 120px 0px 120px;
}


#currentPage {
    width: 600px;
}

.wrapper {
    background: none repeat scroll 0 0 #F5F5F5;
    margin: 0 auto;
    width: 600px;
}

.regregion {
    background: none repeat scroll 0 0 #F5F5F5;
    width: 600px;
}
.regbox {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 17px;
    margin-top: -68px;
    width: 600px;
}
.regtop {
    background: none repeat scroll 0 0 transparent !important;
}
.regbottom {
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 120px;
}
.regcontent {
    margin: 0 auto;
    width: 467px;
}
.regbox p {
    color: #111111;
    float: left;
    font-weight: bold;
    width: 250px;
}
#localtime {
    color: #999999;
    margin-left: 0;
}
.regbox p span {
    font-weight: normal;
    text-align: center;
}
.regbox input[type="text"], .regbox select {
    background: url("images/input.gif") repeat-x scroll left top #F9F9F9;
    border: 1px solid #999999;
    border-radius: 6px;
    color: #5F5F5F;
    float: right;
    font-size: 15px;
    margin-bottom: 17px;
    padding: 9px;
    width: 196px;
}
.regbox input[type="text"] {
    margin-bottom: 20px;
    width: 179px !important;
}
.red {
    color: #CE0000 !important;
}
.formline {
    float: left;
    margin-bottom: 10px;
}
.formline input[type="checkbox"] {
    margin-right: 4px;
}
.sms {
    color: #666666;
    float: left;
    font-size: 11px;
    width: 294px;
}
.formline input[type="submit"] {
    background: url("images/registernow.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 57px;
    margin: 0 0 0 43px;
    width: 298px;
}

div.pitchdata {
padding: 20px 0px 20px 0px;
margin: 0px 40px 20px 40px;
text-align: justify;
clear:both;
margin: 15px 0px 0 0px;
overflow: hidden;

}

div.pitchdata span {

    display: block;
    text-align: left;
    padding: 20px 0 30px 0;
	font-family: "Open Sans", Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #555;
	line-height: 30px;
}

.race-fuel-course-button-placeholder {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}