@import url('https://fonts.googleapis.com/css?family=Lato|Roboto+Condensed');

@font-face {
	font-family: Norwester;
	src: url("norwester.otf") format("opentype");
}


/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Norwester', sans-serif;
*/

html, body, p, a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #2d2d2d;
	scroll-behavior: smooth;
}


a{
	text-decoration: none;
	color: #004266;
}

a:hover{
	text-decoration: underline;
}



.green_btn{
	border-radius: 5px;
	text-decoration: none;
	padding: 10px 25px;

	border: 1px solid #2e8913;
	font-size: 15px;
	background-color: #50b32f;
	background-image: linear-gradient(to bottom, #50b32f, #42a626);
	color: #FFF;
	
}

.blue_btn{
	border-radius: 5px;
	text-decoration: none;
	padding: 10px 25px;

	border: 1px solid #042f57;
	font-size: 15px;
	background-color: #014469;
	background-image: linear-gradient(to bottom, #014469, #004063);
	color: #FFF;
}


.flex_container{
	display: flex;
	justify-content: center;
	align-items: center;
}

.grey_bg{
	background-color: #f8f9fa;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.blue_bg{
	background-color: #0a5074;

}


.top_bar_bg{
	background-color: #004266;
	height: 40px;
}

#top_bar{
	flex: 0 1 1080px;
	color: #FFF;
	display: flex;
	padding: 0 20px;
}

#top_bar a{
	color: #FFF;
}

#top_bar .left_container{
	flex: 0 1 50%;
	text-align: left;
}

#top_bar .right_container{
	flex: 0 1 50%;
	text-align: right;
}


#header{
	flex: 0 1 1080px;
	display:flex;
	width: 100%;
	padding: 15px 20px;
}

#header .logo{
	flex: 0 0 auto;
	align-self: center;
}

#header .logo img{
	height: 45px;
}

#header .nav{
	flex: 1 0 auto;
}

#header .nav a{
	font-size: 18px;
}




#header .nav ul{
	float: right;
}

#header .nav li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;

}


.signup_form{
	/*
	border: 2px solid #004266;
	border-radius: 5px;
	*/
}

.signup_form input[type="text"]{
	font-size: 24px;
	padding: 7px;
	color: #004266;
	width: 30%;
}

.signup_form input[type="submit"] {
	border-radius: 0 5px 5px 0;
	text-decoration: none;
	padding: 9px 24px;
	cursor: pointer;

	
	border-top: 1px solid #2e8913;
	border-right: 1px solid #2e8913;
	border-bottom: 1px solid #2e8913;
	border-left: 0;	
	font-size: 24px;
	background-color: #50b32f;
	background-image: linear-gradient(to bottom, #50b32f, #42a626);
	color: #FFF;

	width: 30%;

}



.jumbotron_bg{
	max-height: 630px;
	background-image: url('jumbotron_bg.png');
}

#jumbotron{
	flex: 0 1 1080px;
	display:flex;
	align-items: center;
	padding: 0 20px;
	
}

#jumbotron .headline{
	flex: 0 0 60%;
	color: #FFF;
	padding: 40px 0;
}

#jumbotron .headline h1{
	color: #FFF;
	font-size: 65px;
	font-family: 'Norwester', sans-serif;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 25px;

}

#jumbotron .headline p{
	font-size: 25px;
	font-family: 'Lato', sans-serif;
	line-height: 1.5em;
	color: #FFF;
}

#jumbotron .headline span.offer{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	line-height: 1.3em;
	color: #FFF;
}

#jumbotron .headline span.offer strong{
	color: #50b32f;
}

#jumbotron .img_container{
	flex: 0 0 40%;	
}

#jumbotron .img_container img{
	width: 130%;
}


@media (max-width: 1200px) {
	#jumbotron .img_container img{
		width: 100%;
	}
}

@media (max-width: 850px){
	#jumbotron .headline input{
		display:block;
		width: 100%;
	}
}




.howitworks h2{
	font-size: 35px;
	padding-bottom: 10px;
	border-bottom: 4px solid #B2B2B2;
	margin-bottom: 0;
}

.howitworks_vid{
	flex: 0 1 1080px;
	display:flex;
	align-items: center;

	margin: 60px 0;
	padding: 0 20px;
}

.howitworks_vid .description{
	flex: 0 1 50%;
	padding-left: 15%;
}


.howitworks_vid .thumb{
	flex: 0 1 50%;	
}

.howitworks_vid .thumb span.wistia_embed{
	background-image: url('shadow.png');
}






.testimonial_title h2{
	color: #FFF;
	padding-bottom: 10px;
	border-bottom: 4px solid #B2B2B2;
	margin-top: 60px;
}

#testimonials{
	flex: 0 1 1080px;
	display:flex;
	align-items: flex-start;
	margin-bottom: 80px;
}

#testimonials .story{
	flex: 0 1 33%;
	text-align: center;
	padding: 10px 15px;

}

#testimonials .story img{
	max-height: 150px;
	border-radius: 150px;
	border: 2px solid #FFF;

}

#testimonials .story h4{
	color: #FFF;
	margin:10px 0 0 0;
}

#testimonials .story h5{
	color: #FFF;
	margin: 0 0 30px 0;
	font-weight: normal;
}

#testimonials .story .bubble 
{
	position: relative;	
	padding: 20px 30px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	text-align: left;
	font-size: 1.05em;
}

/*
.bubble::before {
	font-family: 'FontAwesome';
	content: '\f10d';
	color: #0a5074;
	position: absolute;
	font-size: 5em;
	top: 5px;
	left: 15px;
	opacity: 0.1;
}
*/

.bubble::after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	top: -15px;
	left: 50%;
}

#testimonials .story .bubble p{
	/* text-align: justify; */
	line-height: 1.4em;
}


.whyjoinnow_bg{
	background-image: url('whyjoinnow_bg.png');
	min-height: 511px;
	
}

#whyjoinnow{
	flex: 0 1 1080px;
	display:flex;
	align-items: center;
	margin-bottom: 60px;
}

#whyjoinnow .why{
	padding-left: 30px;
	margin-top: -50px;
}

#whyjoinnow .why h3{
	margin-top: 0;
	font-size: 25px;
	color: #FFF;
}

/* http://stackoverflow.com/questions/13354578/custom-li-list-style-with-font-awesome-icon */
#whyjoinnow .why ul {
	list-style: none;
	padding: 0;
}

#whyjoinnow .why li{
	color: #FFF;
	font-size: 16px;
	margin-bottom: 1.1em;
	
	/* required for custom icon thingy */
	padding-left: 1.3em;
}

#whyjoinnow .why li::before{
	color: #54af48;
	content: "\f05d"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}



#pricing_section{
	flex: 0 1 1080px;
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 5vw 0 60px 0;
}

#pricing_section .price_box{
	flex: 0 0 175px;
	border-radius: 10px;
	border: 3px solid #ECECEC;
	text-align: center;
}

#pricing_section .price_box.normal{
	padding: 50px;
}

#pricing_section .price_box.promo{
	margin: 0 30px;
}

#pricing_section .price_box.promo .top_half{
	width: 175px;
	background-color: #0a5074;
	color: #FFF;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 0px 50px 10px 50px;
}

#pricing_section .price_box.promo .top_half .banner{
	margin: 0 auto;
	background-color: #50b32f;
	color: #FFF;
	font-size: 1.35em;
	padding: 7px 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#pricing_section .price_box .price{
	font-size: 2.2em;
	font-weight: 900;
}

#pricing_section .price_box.promo .top_half p{
	color: #FFF;
	line-height: 1.5em;
}

#pricing_section .price_box h2{
	margin: 0;
	font-weight: bold;
	font-size: 30px;
}

#pricing_section .price_box p{
	
	font-size: 20px;
}




#footer{
	margin: 50px 0;
	text-align: center;
}