@charset "utf-8";
@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-regular-webfont.eot');
	src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/roboto-regular-webfont.woff2') format('woff2'),
		 url('fonts/roboto-regular-webfont.woff') format('woff'),
		 url('fonts/roboto-regular-webfont.ttf') format('truetype'),
		 url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'Roboto Bold';
	src: url('fonts/roboto-bold-webfont.eot');
	src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/roboto-bold-webfont.woff2') format('woff2'),
		 url('fonts/roboto-bold-webfont.woff') format('woff'),
		 url('fonts/roboto-bold-webfont.ttf') format('truetype'),
		 url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'Roboto Medium';
	src: url('fonts/roboto-medium-webfont.eot');
	src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/roboto-medium-webfont.woff2') format('woff2'),
		 url('fonts/roboto-medium-webfont.woff') format('woff'),
		 url('fonts/roboto-medium-webfont.ttf') format('truetype'),
		 url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'Roboto Thin';
	src: url('fonts/roboto-thin-webfont.eot');
	src: url('fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/roboto-thin-webfont.woff2') format('woff2'),
		 url('fonts/roboto-thin-webfont.woff') format('woff'),
		 url('fonts/roboto-thin-webfont.ttf') format('truetype'),
		 url('fonts/roboto-thin-webfont.svg#robotothin') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'Poppins Thin';
	src: url('fonts/poppins-thin-webfont.eot');
	src: url('fonts/poppins-thin-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/poppins-thin-webfont.woff2') format('woff2'),
		 url('fonts/poppins-thin-webfont.woff') format('woff'),
		 url('fonts/poppins-thin-webfont.ttf') format('truetype'),
		 url('fonts/poppins-thin-webfont.svg#poppinsthin') format('svg');
	font-weight: normal;
	font-style: normal;

}
body {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #393c38;
	background: #FFF;
	margin: auto;
	padding: 0;
	position:relative;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 18px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.wrap {
	width: 90%;
	max-width: 1168px;
	margin: auto;
}
.wrap:after {
	clear: both;
	content: "";
	display: table;
}
header {
	padding: 20px 0;
}
header a.logo {
	margin: 5px 0;
	float: left;
	display: block;
}
header a.logo img {
	width: 100%;
}
header p.cta {
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	color: #8c908b;
	float: right;
}
header p.cta a {
	font-size: 30px;
	color: #3dcc13;
	display: block;
}
.banner {
	background: url(images/banner.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
}
.banner h1 {
	color: #FFF;
	width: 55%;
}
.banner p {
	font-size: 24px;
	color: #FFF;
	width: 50%;
	margin: 0 0 40px;
}
.banner span {
	color: #e8a60c;
}
.banner a.btn {
	color: #FFF;
	background: #3dcc13;
	padding: 10px 0 10px 30px;
	display: inline-block;
	border-radius: 80px;
}
.banner div.btn {
	color: #FFF;
	border:2px solid #3dcc13;
	display: inline-block;
	border-radius: 80px;
}
.banner a.btn:hover {
	background: #82da71;
}
.banner a.btn span {
	font-family: 'Poppins Thin';
	font-size: 16px;
	text-align: center;
	line-height: normal;
	color: #FFF;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.banner a.btn em {
	font-family: 'Roboto Medium';
	font-size: 32px;
	font-style: inherit;
	display: block;
}
.banner a.btn img {
	display: inline-block;
	vertical-align: middle;
}
.reasons {
	text-align: center;
	padding: 40px 0;
}
.reasons h2 {
	font-family: 'Roboto Medium';
}
.reasons h3 {
	color: #8c908b;
	margin: 0 auto 40px;
}
.reasons p.tagline {
	margin: 0 auto 60px;
	position: relative;
}
.reasons p.tagline:after {
	content: "";
	background: #3dcc13;
	width: 120px;
	height: 5px;
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}
.reasons p {
	margin: 0 auto 40px;
}
.reasons strong {
	font-family: 'Roboto Medium';
}
.reasons .col {
	width: 25%;
	padding: 0 20px;
	float: left;
}
.reasons .col img {
	margin: 0 auto 40px;
	display: block;
}
.reasons .col h4 {
	color: #8c908b;
	margin: 0 auto 20px;
}
.reasons .col p {
	color: #8c908b;
	margin: 0;
}
.middle {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding: 40px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.middle i.fa-lock {
	font-size: 40px;
	color: #e8a60c;
	display: block;
}
.middle p {
	font-family: 'Roboto Thin';
	font-size: 20px;
}
.middle a {
	font-size: 30px;
	color: #e8a60c;
}
.features {
	text-align: center;
	padding: 40px 0;
}
.features h2 {
	color: #FFF;
}
.features h3 {
	font-family: 'Roboto Thin';
	color: #FFF;
	margin: 0 auto 40px;
}
.features p {
	color: #FFF;
	margin: 0 auto 40px;
}
.features .wrap {
	background: url(images/bkg.jpg) no-repeat center;
	background-size: cover;
	padding: 40px;
}
.features .row {
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #577178;
}
.features .row:last-child {
	border: none;
}
.features .row:after {
	clear: both;
	content: "";
	display: table;
}
.features .col {
	width: 50%;
	padding: 0 40px 0 160px;
	float: left;
	border-right: 1px solid #577178;
	position: relative;
}
.features .col:last-child {
	border: none;
}
.features .col img {
	display: block;
	position: absolute;
	top: 20px;
	left: 40px;
}
.features .col h4 {
	color: #FFF;
	margin: 0 auto 20px;
}
.features .col p {
	margin: 0;
}
.coverages {
	background: #ebebeb;
	padding: 40px 0;
}
.coverages h2 {
	text-align: center;
	margin: 0 auto 60px;
	position: relative;
}
.coverages h2:after {
	content: "";
	background: #3dcc13;
	width: 120px;
	height: 5px;
	margin: 0 auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}
.coverages .row {
	margin: 0 auto 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #b8b8b8;
}
.coverages .row:after {
	clear: both;
	content: "";
	display: table;
}
.coverages .col {
	width: 50%;
	float: left;
}
.coverages .col ul {
	list-style: none;
}
.coverages .col ul li {
	font-family: 'Roboto Medium';
	margin: 0 auto 10px;
}
.coverages .col ul li:last-child {
	margin: 0;
}
.coverages .col ul li span {
	text-align: center;
	width: 15%;
	display: inline-block;
	vertical-align: middle;
}
.bottom {
	text-align: center;
	background: url(images/bkg-2.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
}
.bottom p {
	font-family: 'Roboto Bold';
	font-size: 40px;
	text-align: left;
	color: #FFF;
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}
.bottom a.btn {
	color: #FFF;
	background: #3dcc13;
	padding: 10px 10px 10px 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 80px;
}
.bottom a.btn:hover {
	background: #82da71;
}
.bottom a.btn span {
	font-family: 'Poppins Thin';
	font-size: 16px;
	text-align: center;
	line-height: normal;
	color: #FFF;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.bottom a.btn em {
	font-family: 'Roboto Medium';
	font-size: 32px;
	font-style: inherit;
	display: block;
}
.bottom a.btn img {
	display: inline-block;
	vertical-align: middle;
}
footer {
	text-align: center;
	background: #323437;
	padding: 40px 0;
	width:100%;
}
footer p {
	color: #FFF;
	margin: 0 auto 20px;
}
footer p.align-left {
	float: left;
}
footer p.align-right {
	float: right;
}
footer p.align-right a {
	font-family: 'Roboto Bold';
	color: #3dcc13;
}
footer a {
	text-transform: uppercase;
	color: #FFF;
}
footer hr {
	margin: 0 auto 20px;
	border-color: #7e7f81;
}
@media only screen and (min-width: 10px) and (max-width: 400px) {
	header a.logo {
		width: 100%;
		margin: 0 auto 20px;
		float: none;
	}
	header p.cta {
		text-align: center;
		float: none;
	}
	.banner h1 {
		font-size: 40px;
		width: 100%;
	}
	.banner p {
		width: 100%;
	}
	.banner a.btn {
		text-align: center;
		padding: 10px 20px;
		display: block;
	}
	.banner a.btn span {
		font-size: 24px;
		margin: 0;
	}
	.banner a.btn em {
		font-size: 24px;
	}
	.banner a.btn img {
		display: none;
	}
	.reasons .col {
		width: 100%;
		margin: 0 auto 40px;
		float: none;
	}
	.middle {
		width: 90%;
	}
	.features .wrap {
		padding: 20px;
	}
	.features .row {
		padding: 0;
	}
	.features .col {
		text-align: center;
		width: 100%;
		padding: 20px 0;
		float: none;
		border: none;
		border-bottom: 1px solid #577178;
	}
	.features .col img {
		margin: 0 auto 20px;
		position: relative;
		top: auto;
		left: auto;
	}
	.coverages .col {
		width: 100%;
		float: none;
	}
	.coverages .col ul {
		margin: 0 auto 40px;
	}
	.bottom {
		text-align: center;
	}
	.bottom p {
		width: 100%;
		margin: 0 auto 20px;
		float: none;
	}
	.bottom a.btn {
		padding: 10px 20px;
		float: none;
	}
	.bottom a.btn span {
		font-size: 24px;
		text-align: center;
		margin: 0;
	}
	.bottom a.btn em {
		font-size: 24px;
	}
	.bottom a.btn img {
		display: none;
	}
	footer p.align-left {
		float: none;
	}
	footer p.align-right {
		float: none;
	}
}
@media only screen and (min-width: 401px) and (max-width: 979px) {
	header a.logo {
		width: 253px;
		margin: 0 auto 20px;
		float: none;
	}
	header p.cta {
		text-align: center;
		float: none;
	}
	.banner h1 {
		font-size: 40px;
		width: 100%;
	}
	.banner p {
		width: 100%;
	}
	.reasons .col {
		width: 100%;
		margin: 0 auto 20px;
		padding: 0;
		float: none;
	}
	.features .wrap {
		padding: 20px;
	}
	.features .row {
		padding: 0;
	}
	.features .col {
		text-align: center;
		width: 100%;
		padding: 20px 0;
		float: none;
		border: none;
		border-bottom: 1px solid #577178;
	}
	.features .col img {
		margin: 0 auto 20px;
		position: relative;
		top: auto;
		left: auto;
	}
	.coverages .col {
		width: 100%;
		float: none;
	}
	.coverages .col ul {
		margin: 0 auto 40px;
	}
	.bottom {
		text-align: center;
	}
	.bottom p {
		width: 100%;
		margin: 0 auto 20px;
		float: none;
	}
	.bottom a.btn {
		float: none;
	}
	footer p.align-left {
		float: none;
	}
	footer p.align-right {
		float: none;
	}
}