body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 28px;
	font-size: 19px;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 25px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.os-animation {
	opacity: 0;
}

.os-animation.animated {
	opacity: 1;
}

.staggered-animation {
	opacity: 0;
}

.staggered-animation.animated {
	opacity: 1;
}

.mstHeader {
	height: 100vh;
	background-image: url("images/hero-banner.jpg");
 	/* background-attachment: fixed; */
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 800px
}

#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	padding-top: 30px
}

#header.sticky {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99510d+0,04497c+100 */
	background: rgb(153, 81, 13); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(153, 81, 13, 0.9) 0%, rgba(4, 73, 124, 0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(153, 81, 13, 0.9) 0%, rgba(4, 73, 124, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(153, 81, 13, 0.9) 0%, rgba(4, 73, 124, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99510d', endColorstr='#04497c', GradientType=1); /* IE6-9 */
	padding: 10px 0 0;
}

#header a {
	display: inline-block;
}

#header.sticky img {
	width: 100px;
}

#header.sticky .button_container {
	margin-top: 15px;
}

.hero-banner {
	text-align: center;
	margin-top: 35%;
}

.hero-banner h1 {
	font-weight: 600;
	font-size: 70px;
	line-height: 100%;
	color: #ffffff;
	margin-bottom: 15px;
}

.hero-banner h2 {
	font-weight: 400;
	font-size: 33px;
	color: #ffffff;
}

.btn {
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: #ffffff;
	padding: 23px 40px;
	border-radius: 45px;
	display: inline-block;
	clear: both;
	cursor: pointer;
	border: none;
}

.orange, .next {
	background-color: #f79023;
}

.white {
	color: #949494;
	border: 1px solid #b7b7b7;
}

.btn:hover {
	color: #ffffff;
	background-color: #002540;
}

.hero-banner .input-wrap{
	background: #fff;	
}

.hero-banner input{
	color: #727272;
	text-align: left;	
}

.secure-logos {
	text-align: center;
	margin-top: 30px;
}

#how-it-works {
	background-color: #002440;
}

.steps_header {
	border-bottom: 1px solid #73afdb;
}

.steps_header h1 {
	text-align: center;
	font-size: 30px;
	color: #18669f;
	font-weight: 300;
	margin: 20px 0;
}

.border_sides {
	border-left: 1px solid #73afdb;
	border-right: 1px solid #73afdb;
}

.steps_content {
	text-align: center;
	max-width: 320px;
	display: block;
	padding: 75px 0;
	margin: 0 auto;
}

.steps_content h2 {
	font-weight: 400;
	font-size: 28px;
	color: #ffffff;
	margin: 30px 0 10px;
}

.steps_content p {
	color: #b6cee0;
	font-size: 19px;
	line-height: 150%;
	font-weight: 300;
}

.steps_content a {
	color: #b6cee0;
	text-decoration: underline;
}

.steps_content a:hover {
	color: #f59034;
}

.steps {
	display: table;
	width: 100%;
}

.step {
	display: table-cell;
	width: 33.33%;
	text-align: center;
}

#testimonials {
	padding: 50px 0;
}

#testimonialsHeader {
	padding-bottom: 80px;
}

#testimonialsHeader h1 {
	font-size: 40px;
	color: #002c4c;
	text-align: center;
	margin-bottom: 15px;
}

#testimonialsHeader p {
	font-weight: 300;
	margin: 0 auto;
	font-size: 20px;
	color#3d3d3d;
	max-width: 500px;
	display: block;
	text-align: center;
}

.testimonial {
	padding-bottom: 80px;
}

.testimonial h2 {
	font-size: 26px;
	font-weight: 300;
	color: #038146;
	margin-bottom: 10px;
}

.testimonial p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	color: #3d3d3d;
	margin-bottom: 10px;
}

.testimonial blockquote footer {
	color: #3d3d3d;
	font-weight: 600;
}

.avatar {
	text-align: center;
}

.rating {
	display: inline-block;
	margin-top: 20px;
}

.rating li {
	list-style-type: none;
	background-color: #008749;
	display: block;
	padding: 0px 4px 2px;
	line-height: 22px;
	height: 22px;
	float: left;
	margin-right: 2px;
	border-radius: 2px;
}

.rating i {
	color: #ffffff;
}

/* About us */
#about-us {
	background-image: url(images/hero-about-us.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 150px 0 100px;
	color: #ffffff;
}

#about-us h1 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
}

/* FAQ */
#faqs {
	background-color: #ebebeb;
	padding: 100px 0;
	color: #3d3d3d;
}

#faqs h1 {
	font-size: 36px;
	color: #3d3d3d;
	font-weight: 400;
}

/*Footer*/
#mstFooterNav {
	text-align: center;
	padding: 90px 0 80px;	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02253f+0,195c8d+100 */
	background: rgb(2, 37, 63); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(2, 37, 63, 1) 0%, rgba(25, 92, 141, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(2, 37, 63, 1) 0%, rgba(25, 92, 141, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(2, 37, 63, 1) 0%, rgba(25, 92, 141, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02253f', endColorstr='#195c8d', GradientType=1); /* IE6-9 */
}

#mstFooterNav ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}

#mstFooterNav ul li {
	display: inline-block;
	padding: 0 15px;
	line-height: 24px;
	height: 24px;
	border-right: 1px solid #4d8dbb;
}

#mstFooterNav ul li:last-child {
	border-right: none;
}

#mstFooterNav ul li a {
	font-size: 21px;
	color: #ffffff;
	font-weight: 300;
}

#mstFooterNav ul li a:hover {
	color: #f59034
}

#mstFooter {
	padding: 75px 0 50px;
}

#copyright {
	padding: 0 0 30px 0;
}

#copyright ul {
	margin-left: 30px;
}

#copyright p {
	margin-bottom: 10px;
}

#copyright p, #copyright ul li {
	color: #ababab;
	font-size: 13px;
	line-height: 20px;
}

/*Steps Page*/
.header_inner {
	background-image: url("images/hero-inner.jpg");
	background-position: center center;
	background-size: cover;
	height: 100%;
	min-height: 500px;
}

.box_container {
	height: 100%;
	min-height: 625px;
	background-color: #ffffff;
	margin-top: 175px;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.40);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.40);
}

.box_content {
	padding: 50px 0 25px;
}

.commands {
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
	background: none !important;
	border: none !important;
}

.prev {
	margin-right: 15px;
}

.next, .submit {
}


#progress {
	position: relative;
	height: 12px;
	background-color: #f6f6f6;
	background-image: url("images/progress-bg.png");
	background-repeat: repeat-x;
	margin-bottom: 20px;
	border-radius: 6px;
}

#SignupForm h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #02253f;
}

#SignupForm legend {
	font-size: 15px;
	font-weight: 600;
}

#progress-complete {
	border: 0;
	position: absolute;
	height: 11px;
	min-width: 60px;
	background-color: #51a400;
	transition: width .2s ease-in-out;
	border-radius: 6px;
}

.text-small {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 400;
}

.box_header {
	background-color: #02253f;
	text-align: center;
	padding: 30px 0 25px;
}

.box_header h1 {
	font-weight: 400;
	font-size: 35px;
	line-height: 100%;
	margin-bottom: 10px;
	color: #ffffff;
}

.box_header p {
	text-transform: uppercase;
	font-weight: 400;
	color: #c6dbeb;
	margin-bottom: 0;
	font-size: 16px;
}

.header_inner .secure-logos {
	margin-top: 50px;
}

#progress_count {
	font-size: 15px;
	font-style: italic;
	color: #9f9f9f;
}

#SignupForm {
	margin-top: 50px;
}

/* Menu */
.button_container {
	float: right;
	margin-top: 35px;
	position: relative;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.button_container:hover {
	opacity: .7;
}

.button_container.active .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
	background: #FFF;
}

.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}

.button_container.active .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
	background: #FFF;
}

.button_container span {
	background: #ffffff;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	border-radius: 3px;
}

.button_container span:nth-of-type(2) {
	top: 10px;
}

.button_container span:nth-of-type(3) {
	top: 20px;
}

.overlay {
	position: fixed;
	background: #002440;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99510d+0,04497c+100 */
	background: rgb(153, 81, 13); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(153, 81, 13, 1) 0%, rgba(4, 73, 124, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(153, 81, 13, 1) 0%, rgba(4, 73, 124, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(153, 81, 13, 1) 0%, rgba(4, 73, 124, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99510d', endColorstr='#04497c', GradientType=1); /* IE6-9 */
}

.overlay.open {
	opacity: .95;
	visibility: visible;
	height: 100%
}

.overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s
}

.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-align: center
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 50px;
	position: relative;
	opacity: 0
}

.overlay ul li a {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 15px;
}

.overlay ul li a:hover {
	color: #f59034;
}

/*.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
width: 100%;	
}

.overlay ul li a:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 3px;
background: #FFF;
-webkit-transition: .35s;
transition: .35s
}*/
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%
	}

	100% {
		opacity: 1;
		left: 0
	}

}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%
	}

	100% {
		opacity: 1;
		left: 0
	}

}

/*  Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
