* {
	font-family: Arial;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.textaligncenter {
	text-align: center;
}
.bottom_shadow {
	-webkit-box-shadow: 0px 2px 4px 2px rgba(132,132,132,0.78);
	-moz-box-shadow: 0px 2px 4px 2px rgba(132,132,132,0.78);
	box-shadow: 0px 2px 4px 2px rgba(132,132,132,0.78);
}
.top {
	width: 100%;
	height: 400px;
	background: url('../images/research.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.content, .content > .container, .logo h1, .slogan {
	padding: 0;
	margin: 0 !important;
}

.logo, .slogan {
	text-align: center;
}
.footer {
	position: relative;
}
.content {
	min-height: 1080px;
}
.content > .container > .row {
	margin-right: 0px;
    margin-left: 0px;
	width: 100%;	
}
.overlay {
	position: absolute;
	background-color: #1C1C1C;
	width: 100%;
	height: 120px;
	margin: 130px auto;
	left: 0; 
	right: 0; 
	opacity: 0.7;
}
.overlay_content {
	position: relative;
	padding: 10px;
	padding-top: 160px;
	width: 100%;
	margin: 0px auto;
}

.logo h1 {
	font-size: 2em;
	color: #FFF;
}
.home_content {
	padding: 0;
	width: 100%;
}

.intro {
	font-size: 2em;
	text-align: center;
	padding: 50px 70px;
}
.totals {
	background: #1985C1;
	padding: 50px 0;
}
.totals table, .totals table tr, .totals table tr td {
	width: 100%;
}
.totals table tr td {
	padding: 10px 0;
}

.total {
	color: #FFF;
	font-size: 3em;
	font-weight: bold;
	display: block;
}
.totaltitle {
	color: #FFF;
	font-size: 1.5em;
	display: block;
	margin-top: -5px;
}
.totals .centerimage {
	text-align: center;
}
.totals .centerimage img {
	width: 180px;
	margin: 0 auto;
}
.howitworks {
	padding: 50px 0;
}
.howitworks .subheader {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.howitworks p {
	font-size: 1.4em;
	text-align: center;
	padding: 30px 0 ;
}
.hr {
	display: block;
	width: 65%;
	margin: 10px auto;
	height: 15px;
}
.perks {
	background: #1985C1;
	padding: 50px 15px;
	padding-bottom: 60px;
}
.perks .subheader {
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.perks .perksimage {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.perks .perkstitle {
	display: block;
	color: #fff;
	font-size: 2em;
	text-align: center;
}
.contactus {
	padding: 50px 0;
	text-align: center;
}
.contactus img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}
.contactustext {
	font-size: 2em;
}
.noright {
	padding-left: 0px;
	padding-right: 0px;
}


.list_content {
	background-color: #E6E6E6;
	padding: 50px 0px;
}
.list_content table, .list_content table tr {
	width: 100%;

}
.list_content table tr td {
	width: 50%;
	padding: 30px 50px;
	text-transform: uppercase;
	text-align: justify;
}

.list_content table {
	font-size: 1.2em;
}

.list_content table tr td.total {
	text-transform: none;
	text-align: center;
	font-size: 2em;
	font-style: italic;
}
.other_content {
	padding: 80px 10px;
	text-align: center;
	font-size: 2em;
}
.other_content_title {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 40px;
}
.other_content .glyphicon {
	font-size: 3.5em !important;
}
.contact_content {
	background-color: #E6E6E6;
	padding: 100px 70px;
	font-size: 2em;
	text-align: center;
}