.clearfix {
	display:block;
	clear: both;
}

.top {
	background: #1e4b55 url(../images/bg.png) bottom center ;
	text-align:center;
	max-height:850px;
	background-repeat: no-repeat;
}

.header-line {
	border-bottom: 1px solid #516c71;
	height: 35px;
}

#logo {
	margin-left: -65px;
	margin-top: 10px;
	position:absolute;
}

h1, .cta, h4, h3, .author {
	font-family: 'Oswald', sans-serif;
}

h1, .cta {
	text-transform:uppercase;
}

h1 {
	font-size: 3.4em;
	color:#fff;
	margin:120px 0 40px 0;
}

.cta {
	color:#173b42;
	padding:12px 22px;
	border-radius: 10px;
	font-size: 1.8em;
	clear:both;
}

#top-cta {
	background-color: #00ffe4
}

#bottom-cta {
	background-color: #184047;
	color: #fff;
}

#check {
	display:block;
	margin: 50px auto;
}

#laptop, h4 {
	display: block;
	clear: both;
	margin: 0 auto; 
}

h4 {
	font-size: 1.3em;
	padding-top: 40px;
	color: #767575;
}

#trust {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}

#trust ul {
	list-style-type:none;
	position: relative;
	left: 50%;
}

#trust ul li {
	display: inline;
	float: left;
	margin: 40px 0 90px 30px;
}

#first-trust {
	margin-left: 0;
}

.row {
	margin: 90px auto;
}

.divider-top {
	border-top: 1px solid #b1b1b1;
	margin-top: 90px;
}

.divider-bottom {
	border-bottom: 1px solid #b1b1b1;
}

#graph {
	display: block;
	margin-top: 0 auto;
}

ul.bright-dividers {
	list-style-type: none;
}

ul.bright-dividers li {
	display: inline;
	float: left;
	width: 20%;
	height: 8px;
}

ul.bright-dividers li#cyan { background: #01e6b8;}
ul.bright-dividers li#green { background: #88d600;}
ul.bright-dividers li#purple { background: #b500d6;}
ul.bright-dividers li#red { background: #d6006a;}
ul.bright-dividers li#blue { background: #6bb7e2;}


h3 {
	margin-bottom: 30px
}

.feature-icon {
	display: block;
	margin: 10px auto;
}

.feature-title, .feature-desc {
	text-align: center;
}

.feature-container {
	width: 70%;
	margin: 0 auto;
}

.center {
	text-align: center;
}

.author {
	clear: both;
	display: block;
}

blockquote {
	font-size: 2.6em;
	font-style: italic;
	font-family: serif;
	border-left: none;
	padding: 0 10%;
	line-height: 1.3em;
	color: #000;
	margin: 40px 0 60px 0;

}

.author-site {
	color: #848484
}

@media only screen and (max-width: 40.063em) {
	h1 {
		font-size: 2em;
		margin: 80px 0 40px 0;
	}

.top {
	max-height: 500px;
}

#trust ul li {
	margin-top: 10px;
	display:block;
	clear:both;
	float: none;
	text-align: center;
	margin: 15px auto;
}

.row, .divider-top {
	margin: 50px auto 25px auto;
}

#graph {
	width: 50%;
	margin-bottom: 30px;
}

.center-mid {
	text-align: center;
	padding: 0 10%;
}

blockquote {
	font-size:1.5em;
}

ul.bright-dividers li {
	margin-bottom: 50px;
}

}

@media only screen and (max-width: 64.063em) {

#laptop {
	width: 90%;
}

}












