.container:after,
#header:after {
	content: " ";
	display: block;
	clear: both;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #333;
	background: #fff;
	font: 300 16px/1.1875 "Roboto", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #1f7246;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

a:hover {
	color: #44cc84;
	text-decoration: none;
}

input,
textarea,
select {
	font: 100% "Roboto", "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 930px;
	margin: 0 auto;
}

#header {
	position: relative;
	padding: 37px 0 0;
}

#header .container {
	max-width: 912px;
}

.logo {
	float: left;
	width: 304px;
	height: 100px;
}

.logo a {
	display: block;
	height: 100%;
}

.logo img {
	display: block;
}

.menu {
	float: right;
	padding: 38px 0 0;
	max-width: 56%;
}

.nav-opener {
	float: right;
	display: none;
	width: 40px;
	height: 40px;
	background: #1f7246;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

#nav {
	font-weight: 400;
	margin: 0 -70px 0 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#nav li {
	float: left;
	margin: 0 70px 0 0;
}

#nav li.active a {
	color: #999;
}

#nav a {
	color: #333;
}

#nav a:hover {
	color: #999;
}

#nav strong {
	font-weight: 700;
}

#main {
	overflow: hidden;
}

.banner {
	padding: 93px 0;
	overflow: hidden;
}

.banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.section {
	padding: 19px 0;
	overflow: hidden;
}

.section.gray {
	background: #eee;
}

.section.green {
	padding: 47px 0;
	background: #1f7246;
}

.box-holder {
	margin: 0 -5% 0 0;
	overflow: hidden;
}

.box-holder .box {
	float: left;
	height: 100%;
	width: 30%;
	white-space: nowrap;
	padding: 15px 0;
	margin: 0 3.33% 0 0;
	overflow: hidden;
}

.box-holder .box:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.box-holder .icon-box,
.box-holder p {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.box-holder .icon-box {
	width: 65px;
}

.box-holder .icon-box img {
	margin: 3px 0 0;
}

.box-holder p {
	width: 80%;
	margin: 0;
}

.text-holder {
	color: #fff;
	text-align: center;
}

.text-holder .link {
	display: inline-block;
	vertical-align: top;
	min-width: 568px;
	padding: 11px 10px;
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 7px solid #2fae6b;
	background: #29985e;
}

.text-holder .link:hover {
	background: #3dac72;
}

h1 {
	font-size: 27px;
	line-height: 32px;
	font-weight: 500;
	margin: 0 0 25px;
}

h1 .title-text {
	display: block;
	font-weight: 300;
}

#footer {
	padding: 47px 0 37px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	background: #333;
	overflow: hidden;
}

#footer .text-holder {
	text-align: center;
}

#footer p {
	margin: 0 0 10px;
}

.comp-link {
	color: #fff;
}

.comp-link:hover {
	color: #1f7246;
}

@media all and (max-width: 1023px) {
	.container {
		padding: 0 20px;
	}

	.box-holder .icon-box {
		width: 45px;
	}

	.box-holder p {
		width: 77%;
	}
}

@media all and (max-width: 767px) {
	.logo {
		width: 200px;
		height: auto;
		margin-bottom: 5px;
	}

	.menu {
		padding-top: 13px;
	}

	.menu .nav-opener {
		margin: 0 0 0 auto;
		display: block;
	}

	.menu .drop {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 0 15px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		overflow: hidden;
		height: 0;
		z-index: 999;
		background: #1f7246;
	}

	.menu.nav-active .drop {
		opacity: 1;
		visibility: visible;
		height: auto;
	}

	.menu.nav-active .nav-opener:after,
	.menu.nav-active .nav-opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 15%;
		right: 15%;
	}

	.menu.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-opener {
		display: block;
	}

	#nav li {
		float: none;
	}

	#nav a {
		display: block;
		padding: 12px 10px;
		color: #fff;
	}

	#nav a:hover {
		color: #333;
	}

	.banner {
		padding: 40px 0;
	}

	.section.green {
		padding: 25px 0;
	}

	.box-holder {
		margin: 0;
	}

	.box-holder .box {
		height: auto !important;
		width: 100%;
		margin: 0 0 15px;
	}

	.box-holder p {
		width: 83%;
	}

	.text-holder .link {
		width: 100%;
		min-width: 0;
		font-size: 20px;
		padding: 7px 5px;
		line-height: 23px;
	}

	h1 {
		font-size: 23px;
		line-height: 26px;
	}

	#footer {
		padding: 25px 0 15px;
	}
}
