/* ================================================================================== */
/* == Normalize.css v3.02 =========================================================== */
/* ================================================================================== */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

*,*:before,*:after { box-sizing: border-box; margin: 0; padding: 0; list-style: none }



/* ================================================================================== */
/* == General Styles ================================================================ */
/* ================================================================================== */

html {
	min-height: 100%;
	background: #f9faff;
	background: -moz-linear-gradient(top,  #f9faff 0%, #e1e8f2 100%);
	background: -webkit-linear-gradient(top,  #f9faff 0%,#e1e8f2 100%);
	background: linear-gradient(to bottom,  #f9faff 0%,#e1e8f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9faff', endColorstr='#e1e8f2',GradientType=0 );
	color: #99A4B2;
	font-family: 'Source Sans Pro', sans-serif;
}
body:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 525px;
	background: #2B6FC5;
	background: -moz-linear-gradient(top,  #2B6FC5 0%, #0053B4 100%);
	background: -webkit-linear-gradient(top,  #2B6FC5 0%,#0053B4 100%);
	background: linear-gradient(to bottom,  #2B6FC5 0%,#0053B4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B6FC5', endColorstr='#0053B4',GradientType=0 );
	box-shadow: inset 0px -1px 4px rgba(0,0,0,0.15);
}

a { text-decoration: none; color: #8AC878;
-webkit-transition: all 0.218s;
-moz-transition: all 0.218s;
-ms-transition: all 0.218s;
-o-transition: all 0.218s;
transition: all 0.218s; }
a:hover { color: #CE484D; }

h1, h2, h3, h4, h5 { color: #6D7986; }
h1 { font-size: 48px; text-shadow: 0px 2px 3px rgba(0,0,0,0.15); margin: 0 0 1.25em 0; }
h2 { font-size: 36px; line-height: 1.15em; margin: 0.5em 0; }
h3 { font-size: 30px; margin-top: 2em; }
p  { font-size: 20px; margin: 1em 0; }

.primary-color { color: #8AC878; }

.container { max-width: 900px; padding: 0 50px; margin: 0 auto; }



/* ================================================================================== */
/* == Home ========================================================================== */
/* ================================================================================== */

.promo-home:after { display: none; }

.promo-home section { border-bottom: 1px solid #DEE3EC; padding: 70px 0; }
.promo-home h3 { margin: 0; color: #495C76; text-align: center; }


.promo-home .promo-header { position: relative; background: #34435D; color: #f9faff; padding-left: 40px; overflow: hidden; padding: 15px 20px; box-shadow: 0px 1px 1px rgba(0,0,0,0.35); }
.promo-home .promo-header h1 { color: #f9faff; float: left; margin: 0; font-size: 32px; padding-left: 30px; background: url(../../img/rocket.svg) no-repeat left center; }
.promo-home .promo-header a { font-weight: 600; color: #f9faff; float: right; padding: 10px 0; margin-left: 20px; opacity: 0.9; position: static; }
.promo-home .promo-header a:hover { color: #F6DE34; }


.promo-home #intro { text-align: center; color: #BAC3CF;
background: #394862;
background: -webkit-linear-gradient(top, #3C506C 0%, #34435D 80%);
background: linear-gradient(to bottom, #3C506C 0%, #34435D 80%);
}
.promo-home #intro h2 { font-weight: 300; color: #f9faff; text-shadow: 0px 2px 4px rgba(0,0,0,0.6); margin-bottom: 35px; }
.promo-home #intro p { font-weight: 300; margin-bottom: 70px;  }
.promo-home #intro img { display: block; width: 92%; margin: 0 auto -130px auto; box-shadow: 0 4px 12px rgba(0,0,0,0.35); border-radius: 4px; }

#simple { padding-top: 130px; }

#categorized { background: #fff; overflow: hidden; }
#categorized img { display: block; width: 92%; margin: 60px auto -162px auto; box-shadow: 0 4px 6px rgba(0,0,0,0.25); border-radius: 4px; }

#sign { 
background: #2B6FC5;
background: -moz-linear-gradient(top,  #2B6FC5 0%, #0053B4 100%);
background: -webkit-linear-gradient(top,  #2B6FC5 0%,#0053B4 100%);
background: linear-gradient(to bottom,  #2B6FC5 0%,#0053B4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B6FC5', endColorstr='#0053B4',GradientType=0 );
box-shadow: inset 0px 1px 4px rgba(0,0,0,0.35);
border: none;
}
#sign .form-block { padding: 0; box-shadow: none; background: none; }


/*FAQ*/
#faq { overflow: hidden; }
#faq h3 { margin-bottom: 50px; font-size: 48px; }
#faq .faq-block { float: left; width: 30%; text-align: left; }
#faq .faq-block:nth-of-type(2) { margin: 0 5%; }
#faq .faq-block h3 { font-size: 1em; }
#faq .faq-block p { font-size: 0.85em; }


/*Testimonials*/
#testimonies { overflow: hidden; }
#testimonies h3 { margin-bottom: 50px; }
#testimonies .container { max-width: 1040px; }
.testimonial { text-align: center; float: left; width: 30%; }
.testimonial:nth-of-type(2) { margin: 0 5%; }
.testimonial img { border-radius: 50%; height: 60px; box-shadow: 0 1px 3px rgba(0,0,0,0.25); }
.testimonial p { font-size: 15px; }
.testimonial strong { color: #495C76; }



/* ================================================================================== */
/* == Content ======================================================================= */
/* ================================================================================== */

.content { max-width: 750px; padding: 70px; margin: 110px auto 70px auto; background: #fff; position: relative; z-index: 9; text-align: center; border-radius: 10px; box-shadow: 0px 2px 5px rgba(0,0,0,0.1), 0px 10px 15px rgba(0,0,0,0.05), 0px 20px 40px rgba(0,0,0,0.12); }
.content:after { conent: ""; display: table; clear: both; }

.promo-header { position: relative; padding-top: 100px; }
.promo-header a { position: absolute; top: 0; font-weight: 700; color: #BAC3CF; }
.promo-header a:hover { color: #8AC878; }
.promo-header .signup-link { left: 0; }
.promo-header .login-link { right: 0; }

.promo-header .logo { position: absolute; top: -165px; left: 50%; margin-left: -100px; width: 200px; height: 200px; border-radius: 50%; background: #0053B4 url(../../img/rocket.svg) no-repeat 38px 47px; background-size: 110px; box-shadow: 0px 2px 6px rgba(0,0,0,0.15); }


.sales-pitch p { margin: 1em 0; }

.sales-pitch img { width: 100%; display: block; margin: 1em 0; border-radius: 4px; box-shadow: 0px 2px 4px rgba(0,0,0,0.25); }




/* ================================================================================== */
/* == Froms ========================================================================= */
/* ================================================================================== */

/*.form-block { 
	text-align: center;
	padding: 0 !important;
	border: none !important;
	border-radius: 10px;
	overflow: hidden;
}*/
.form-block { 
	background: #2B6FC5;
	background: -moz-linear-gradient(top,  #2B6FC5 0%, #0053B4 100%);
	background: -webkit-linear-gradient(top,  #2B6FC5 0%,#0053B4 100%);
	background: linear-gradient(to bottom,  #2B6FC5 0%,#0053B4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B6FC5', endColorstr='#0053B4',GradientType=0 );
	padding: 50px 70px 70px 70px;
	text-align: center;
	border: none !important;
	border-radius: 10px;
	box-shadow: inset 0px 1px 4px rgba(0,0,0,0.35);
	overflow: hidden;
}
.form-block h1 { color: #fff; text-shadow: 0px 2px 4px rgba(0,0,0,0.5); margin: 0;}
.form-block h2 { color: #fff; font-size: 30px; font-weight: 600; font-style: italic; text-shadow: 0px 2px 4px rgba(0,0,0,0.5); margin: 0; }
.form-block form { max-width: 380px; margin: 2em auto 0 auto; }
.form-block input { background: rgba(0,0,0,0.15); border: none; width: 100%; height: 64px; border-radius: 50px; box-shadow: inset 0px 2px 3px rgba(0,0,0,0.15); padding: 0 20px; font-size: 20px; font-weight: 600; color: #fff; text-shadow: 0px 1px 2px rgba(0,0,0,0.5); margin-bottom: 1em; }
.form-block input[type=checkbox] { background: #fff; width: auto; height: auto; border-radius: 0; margin: 0; }
.form-block input[type=submit] {
	background: #f9faff;
	background: -moz-linear-gradient(top,  #f9faff 0%, #e1e8f2 100%);
	background: -webkit-linear-gradient(top,  #f9faff 0%,#e1e8f2 100%);
	background: linear-gradient(to bottom,  #f9faff 0%,#e1e8f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9faff', endColorstr='#e1e8f2',GradientType=0 );
	box-shadow: 0px 2px 3px rgba(0,0,0,0.35), inset 0px 1px 0px #fff, inset 0px -1px 1px rgba(0,0,0,0.1);
	color: #6D7986; 
	text-shadow: none;
	font-size: 24px;
	margin: 0;
}
.form-block input[type=submit]:active { box-shadow: inset 0px 2px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(0,0,0, 0.3), inset 0px 0px 4px rgba(0,0,0,0.25); margin: 1px 0 -1px 0; }
.form-block input[type=submit]:focus { background: #fff; }

.form-block .remember { float: left; margin: 1em 0 0 0; }
.form-block .remember input { vertical-align: 1px; }
.form-block .remember label { font-size: 18px; color: #fff; opacity: 0.55; font-style: italic; cursor: pointer; margin-left: 5px; }
.form-block .remember label:hover { opacity: 0.9; }
.form-block .forgot-password-link { float: right; }

.form-block input::-webkit-input-placeholder { color: #fff; }
.form-block input:-moz-placeholder { color: #fff; }
.form-block input::-moz-placeholder { color: #fff; }
.form-block input:-ms-input-placeholder { color: #fff; }
.form-block input:focus { outline: none; background: rgba(0,0,0,0.35); }

.form-block input[name=middle_name] { display: none; } /* This is a honey pot field */

.form-block .form-link { display: block; margin-top: 1em; margin-bottom: -0.25em; font-size: 18px; font-style: italic; color: #fff; opacity: 0.55; }
.form-block .form-link:hover { opacity: 0.9; }


.form-errors { margin: 2em auto; text-align: center; max-width: 380px; }
.form-errors li { background: #8A5CB4; color: #fff; text-shadow: 0px 1px 1px rgba(0,0,0,0.5); padding: 1em; margin-bottom: 1em; border-radius: 6px; box-shadow: 0px 2px 3px rgba(0,0,0,0.25); }


