/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
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;
}
*/


/*Move contents down*/
#contents{
	margin-top: 50px;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#feature {
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: -10px;
}

#feature a{
	text-decoration: none;
	color: inherit;
}

#feature h1{
	font-family: 'Museo700';
	font-size: 48px;
	color: #721b19;
	text-shadow: 3px 3px 0 rgba(255,255,255,.5);
}

#feature h2{
	font-family: 'Museo700';
	font-size: 20px;
	color: #543930;
}

.step{
	width: 295px;
	height: 100px;
	line-height: -.1em;
	float: left;
	margin-right: 10px;
	border-radius: 10px 10px 0 0;
	font-family: 'Museo700';
	color: #543930;
	font-size: 20px;
	text-shadow: 1px 0 1px #1CB0E5, 3px 3px 0 #DFD8CB;
	padding-top: 14px;
	text-align: center;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

#steps{
	margin-top: 30px;
}

.step:nth-child(2){
	margin-top:-10px;
	width: 350px;
	font-size: 24px;
	padding-top: 10px;
}

.step:last-child{
	margin-right: 0;
}

.stepnums{
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 16px;
	padding: .1em .52em;
	font-family: 'Museo700';
	font-weight: 700;
	color: #2a8fac;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #2a8fac;
	text-shadow: none;
	margin-right: .5em;
	margin-left: -1em;
	top: -.1em;
}

.step:nth-of-type(2) .stepnums{
	background-color: #2a8fac;
	color: white;
	font-size: 18px;
}

#campaigns{
	margin-top: -30px;
}

.campaign div{
	font-size: 14px;
	line-height: 1.5em;
	background-color: white;
	border-radius: 10px;
	border: 1px solid #B1A692;
	box-shadow: 0px 3px 0px rgba(0,0,0,.1);
	float: left;
	width: 275px;
	margin: 30px 18px 0px 10px;
}

.campaign img{
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.campaign p{
	margin: 10px 12px;
	text-align: center;
}


div.spend {
	margin-top: 10px;
	background-color: #2a8fac;
	width: 330px;
	box-shadow: 0px 4px 0px rgba(0,0,0,.1);
	position: relative;
}

div.spend p{
	margin: 18px 12px;
	color: white;
	font-family: 'Museo700';
}


div.improve{
	margin-right: 0px;
}

.spend p{
	font-size: 18px;
}

#main{
	padding-bottom: 40px;
}

#signup_stripe{
	height: 65px;
	text-align: center;
	padding: 10px 0;
	/*
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #B1A692;
	background: #f1f1f2;
	background-image: url('//c15127103.r3.cf2.rackcdn.com/bg_3.jpg');
	*/
}


#signup_stripe .button{
	display: inline-block;

	font-size: 24px;
	font-family: 'Museo700';
	color: white;
	padding: 15px 30px;
	border-radius: 10px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #2c93af;
	background: #82b8cd; /* Old browsers */
	background: -moz-linear-gradient(top, #82b8cd 0%, #52a2bd 3%, #2a8fac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82b8cd), color-stop(3%,#52a2bd), color-stop(100%,#2a8fac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #82b8cd 0%,#52a2bd 3%,#2a8fac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #82b8cd 0%,#52a2bd 3%,#2a8fac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #82b8cd 0%,#52a2bd 3%,#2a8fac 100%); /* IE10+ */
	background: linear-gradient(to bottom, #82b8cd 0%,#52a2bd 3%,#2a8fac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b8cd', endColorstr='#2a8fac',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 1px 2px rgba(0,0,0,.4);
}

#signup_stripe .button:hover, #signup_stripe .button:focus{
	box-shadow: 0px 3px 5px rgba(0,0,0,.5);
	background: #96c1d3; /* Old browsers */
	background: -moz-linear-gradient(top, #96c1d3 0%, #68adc5 3%, #62a6c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c1d3), color-stop(3%,#68adc5), color-stop(100%,#62a6c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #96c1d3 0%,#68adc5 3%,#62a6c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #96c1d3 0%,#68adc5 3%,#62a6c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #96c1d3 0%,#68adc5 3%,#62a6c0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #96c1d3 0%,#68adc5 3%,#62a6c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c1d3', endColorstr='#62a6c0',GradientType=0 ); /* IE6-9 */
}

#signup_stripe .button:active{
	margin-top: 2px;
	box-shadow: none;
	background: #63adc2; /* Old browsers */
	background: -moz-linear-gradient(top, #63adc2 0%, #2b91ae 3%, #52a1bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63adc2), color-stop(3%,#2b91ae), color-stop(100%,#52a1bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #63adc2 0%,#2b91ae 3%,#52a1bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #63adc2 0%,#2b91ae 3%,#52a1bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #63adc2 0%,#2b91ae 3%,#52a1bc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #63adc2 0%,#2b91ae 3%,#52a1bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63adc2', endColorstr='#52a1bc',GradientType=0 ); /* IE6-9 */
}

#signup_stripe a{
	display:inline-block;
	width:33%;
	vertical-align:top;
}

#signup_stripe .secondary_button{
	display: inline-block;
	font-size: 18px;
	font-family: 'Museo700';
	color: #888;
	padding: 10px 20px;
	border-radius: 10px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #ddd;
}

#signup_stripe .secondary_button:hover, #signup_stripe .secondary_button:focus{
	color: #777;
	border: 1px solid #bbb;
	background: #ccc;
}

#signup_stripe .secondary_button:active{
	color: #888;
	border: 1px solid #ccc;
	background: #ddd;
}
	
#signup_stripe .left-button{
	margin-left: -20px;
}
#signup_stripe .center-button{
	margin-left: 3px;	
}
#signup_stripe .right-button{
	margin-left: 30px;	
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

.location-name {
	position: absolute;
	font-family: 'Museo700';
	color: white;
	font-size: 18px;
	left: 25px;
	top: 160px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
		
/*Bens Changes to homepage*/
/*Make background not white*/
#signup_stripe{
	margin-bottom: 20px;
	background:none;	
}


h1 {
	font-size: 28px;
	color: #543930;
	text-shadow: 1px 0 1px #1CB0E5,3px 3px 0 #DFD8CB;
	margin-bottom:15px;
}
h4 {
	font-size: 16px;
}
.press {
	width: 100%;
	display: inline-block;
	margin-top: 80px;
	margin-bottom: 20px;
}
.press h4{
	font-family: 'Museo700';
	color: #543930;
	font-size: 20px;
	text-shadow: 1px 0 1px #1CB0E5, 3px 3px 0 #DFD8CB;
	margin-bottom:15px;
}
.press li{
	width: 33%;
	padding: 0px;
	margin: 0px;
}
.press .text{
	padding: 9px;
	font-size: 10px;
	text-align: center;	
	height: 100px;
}
.press li .inner {
	width: 60%;
	margin-left: 20%;
}
.press li .inner img{
	height: 37px;
}
.press li .inner a{
	display:block;
	text-align:center;
}

.rounded{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;	
	border: 1px solid #B1A692;
}

.section {
	margin: 25px 0px;
}
.hline {
	width: 500px;
}

#head .detail {
	width: 291px;
	display: inline-block;
	float: none;
	padding: 50px 25px 0px 25px;
	background: none;
}
#head .video {
	width: 615px;
	float: none;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top:23px;
}
#head .vignette {
	-moz-border-radius: 0px 0 0 0;
	-webkit-border-radius: 0px 0 0 0;
	border-radius: 0px 0 0 0;
}
#burst {
	background-image: url('https://c15127103.ssl.cf2.rackcdn.com/bg_4.png');
	background-repeat: no-repeat;
	z-index: -5;
	position: absolute;
	width: 943px;
	height: 600px;
	top: 186px;
}
.bump {
	margin-top: 20px;
}



/*General*/
.input-preview{
	color: #9C9C9C !important;
}
body{
	zoom: 100%;
}
.white{
	color:white !important;
}


/*Banner style*/
#top-banner {
	display: block;
	position: relative;
	text-align: center;
}
#top-banner:hover{
	cursor:hand;
	cursor:pointer;
}
.learn-more{
	position:absolute;
	display:block;
	top: 153px;
	left: 63px;
}
#top-banner	.secondary_button {
	display: inline-block;
	font-size: 27px;
	font-family: 'Museo700';
	color: #888;
	padding: 10px 20px;
	border-radius: 10px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #CCC;
	background:#F5F5F5;
	color: #3F2213;
}
#top-banner	.secondary_button:hover{
	background: #CECCCC;
}
.promoted{
	text-align:center;	
}

.size-matters {
	margin: -1px 0px 0px -1px;
	padding: 69px 0px 0px 0px;
	position: relative;
	background: white !important;
}
.size-matters .headline{
	color: #e26a51;
	font-family: 'Museo700';
	position: absolute;
	font-size: 45px;
	z-index: 2;
	top: -38px;	
	left: 50px;
}
.size-matters .subheadline{
	color: #2a8fad;
	font-family: 'Museo700';
	position: absolute;
	font-size: 28px;
	top: 17px;
	left: 300px;
	z-index: 2;
}
#size-matters{
	position:relative;
	width: 1022px; 
	text-align: center;
	left: -31px; /*(1022-960)/2*/
	height: 407px;
}
#size-matters .slides{

}
#size-matters li{
	position: relative;
}
#size-matters .flex-prev, #size-matters .flex-next{
	background: url(/assets/stylesheets/assets/images/arrow-right-blue.png);
	width: 60px;
	height: 60px;
	position: absolute;
	left: 498px;
	top: -266px;
	margin: 0px;
	z-index: 2;
	padding: 0px;
	background-position: 0px 0px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#size-matters .flex-next:hover{
	/* background-image: url(/assets/stylesheets/assets/images/arrow-right-blue.png); */
	opacity: 1;
	filter:alpha(opacity=100);
}
#size-matters .flex-prev{
	background-image: url(/assets/stylesheets/assets/images/arrow-left-blue.png);
	left: -556px;
}
#size-matters .flex-prev:hover{
	/* background-image: url(/assets/stylesheets/assets/images/arrow-left-blue.png); */
	opacity: 1;
	filter:alpha(opacity=100);
}

.size-matters-controls{
	display: block;
	font-family: 'Museo700';
	font-size: 31px;
	position: absolute;
	top: 345px;
	left: 86px;
	z-index: 1;
}
.size-matters-controls .small{
	font-size: 12px;
	display: block;
	margin-top: -8px;
}
.size-matters-controls a{
	color: #92BFCF;
	display: inline-block;
	position: absolute;
	top:0px;	
}
.size-matters-controls a:hover{
	color: white;

}
.size-matters .small img{
}
#size-matters_500{
	left:0px;
}
#size-matters_10000{
	left:128px;
}
#size-matters_100000{
	left:301px;
}
#size-matters_1_million{
	left:490px;
}
#size-matters_10_million{
	left:702px;
}


.email-signup{
	padding: 15px 0px 15px 0px;	
	display: table;
	margin: 0px auto;
}
.email-signup h4{
	font-size: 30px;
	font-family: Museo700;
	font-weight: 100;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0px 0px 0px;
}
.email-signup input{
	width: 316px !important;
	margin: 6px 15px 0px 8px;
	display: inline-block;
	vertical-align: top;
	font-size: 23px;
	padding: 12px;
}
.email-signup .bluebutton{
	display: inline-block;
	margin-left: 8px;
	vertical-align: top;
}
#email-signup-errors{
	text-align: center;
	font-size: 20px;
}

#share-content{
	margin-left: 32px;
}

/*Join button*/
.detail .bluebutton{
	width: 255px;
}


/*Banners*/
.current-campaigns h1{
	padding-left: 10px;
}
.current-campaigns {
	padding: 30px 0px;
}
.half-banner {
	width: 479px;
	margin: 0 0px 0 0px;
}

