/* General Reset */
body{
	margin:0;
	color:#000;
	font:14px/21px 'Exo 2', Arial, Helvetica, sans-serif;
	background:#fff;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#009344;
	text-decoration:none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{color: #58595b;}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
/* General settings */
#wrapper{
	overflow: hidden;
	width: 100%;
	border-top:3px solid #58595b;
}
.holder{
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
#header{
	width: 100%;
	padding: 14px 0 13px;
}
#header:after{
	content:"";
	display: block;
	clear:both;
}
.logo{
	float: left;
	background: url(../images/logo.png) no-repeat;
	font: 300 31px/35px 'Exo 2', Arial, Helvetica, sans-serif;
	color:#58595b;
	padding: 7px 0 10px 33px;
}
#nav{
	float: right;
	font-size: 13px;
	line-height: 15px;
	color:#009344;
	padding: 18px 0 0;
	text-transform: uppercase;
}
#nav ul{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav>ul>li{
	float: left;
	margin: 0 0 0 20px;
}
#nav>ul>li>a{color:#009344;}
#nav>ul>li.active>a,
#nav>ul>li>a:hover{color:#58595b;}
.opener{display: none;}
#main{overflow: hidden;}
.section{
	padding: 21px 0 12px;
	overflow: hidden;
}
.section .holder{
	position: relative;
	z-index: 5;
}
.section-holder{
	position: relative;
	overflow: hidden;
}
.section-holder:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 79px;
	/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTUwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,85,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,85,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,85,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,85,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,85,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,85,0,0.65) 0%,rgba(0,0,0,0) 100%);*/
}
.section-holder:before{
	content:"";
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 5;
	width: 100%;
	/*height: 79px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU1MDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,85,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,85,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,85,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,85,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,85,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,85,0,0.65) 100%);*/
}
.text-section{
	color:#fff;
	/*padding: 146px 240px 179px 0;*/
	margin: 146px 0 179px;
	font:300 15px/20px 'Exo 2', Arial, Helvetica, sans-serif;
	
}
.section .text-section h1{
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
	margin: 0 0 37px;
	text-transform: none;
	text-shadow: 0 0 7px #000;
}
.text-section .text-holder{
	background: rgba(0,0,0,0.4);
	padding: 30px 39px 2px;
	overflow: hidden;
}
.text-section p{margin: 0 0 28px;}
.title{
	position: relative;
	overflow: hidden;
	margin: 0 0 25px;
}
.title .holder{
	position: relative;
	z-index: 5;
	padding: 21px 20px 12px;
}
.title:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTUwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,85,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,85,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,85,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,85,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,85,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,85,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.title h1{
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	color:#fff;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-shadow: 0 0 7px #005500;
}
.area{
	overflow: hidden;
	margin: 0 0 14px;
}
.area h2{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color:#000;
	margin: 0 0 17px;
	text-transform: uppercase;
}
.area .box{
	float: right;
	font-size: 20px;
	line-height: 26px;
	color:#019b00;
	width: 382px;
	padding:15px 20px 12px 28px;
	margin: 8px 2px 13px 35px;
	border:2px solid #019900;
}
.area .box p{margin: 0 0 5px;}
.area p{margin: 0 0 21px;}
.area .list{
	margin: 0 0 21px;
	padding: 0;
	list-style:none;
}
.area .list li{
	padding: 0 0 0 8px;
	position: relative;
}
.area .list li:after{
	content:"";
	position: absolute;
	top: 11px;
	left: 1px;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 2px;
}
.area .list-holder{
	max-width: 533px;
	overflow: hidden;
	padding: 18px 36px;
	margin: -9px 0 0;
	font-size: 14px;
	line-height: 16px;
	color:#fff;
	background: rgb(100,100,100);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzcxNzE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzZkNmQ2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(100,100,100,1) 0%, rgba(113,113,113,1) 48%, rgba(109,109,109,1) 78%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,100,100,1)), color-stop(48%,rgba(113,113,113,1)), color-stop(78%,rgba(109,109,109,1)), color-stop(100%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top,  rgba(100,100,100,1) 0%,rgba(113,113,113,1) 48%,rgba(109,109,109,1) 78%,rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(top,  rgba(100,100,100,1) 0%,rgba(113,113,113,1) 48%,rgba(109,109,109,1) 78%,rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(top,  rgba(100,100,100,1) 0%,rgba(113,113,113,1) 48%,rgba(109,109,109,1) 78%,rgba(102,102,102,1) 100%);
	background: linear-gradient(to bottom,  rgba(100,100,100,1) 0%,rgba(113,113,113,1) 48%,rgba(109,109,109,1) 78%,rgba(102,102,102,1) 100%);
}
.area .list-holder ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 210px;
}
.area .list-holder ul li{
	padding: 0 0 5px 8px;
	position: relative;
}
.area .list-holder ul li:after{
	content:"";
	position: absolute;
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
}
.area .list-holder ul a{color:#fff;}
#footer{
	font-size: 12px;
	line-height: 14px;
	color:#2d2d2d;
	padding: 15px 0;
}
#footer .holder{overflow: hidden;}
#footer .copy{
	float: left;
	margin: 0;
}
#footer .info{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .info li{
	float: left;
	padding: 0 0 0 8px;
	background: url(../images/separator.png) no-repeat 0 4px;
}
#footer .info li:first-child{background: none;}

sup {
	color:grey;
	
}
div.center {
	margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: block;
    text-align: center;
    padding-top: 20px;
    }

.graphic1 {
	width: 100%;
	max-width: 350px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.graphic2 {
	width: 100%;
	max-width: 410px;
	display: block;
	float: right; 
}
.graphic3 {
	width: 100%;
	max-width: 410px;
	margin-bottom: 20px;
	display: block;
	float: left; 
}


table.layout1 {
		width: 65%;
		color: #249646;
		margin-left: auto;
		margin-right: auto; 
		margin-top: 20px; margin-bottom: 20px;
		border: solid 1px #249646;
		font-size: 15px;
}
table.layout1 td {
		padding: 8px;
		text-align: center
		color: #249646;
}

table.layout1 th {
		padding-bottom: 8px;
} 

table.layout2 {
		width: 65%;
		color: #0063a0;
		margin-left: auto;
		margin-right: auto; 
		margin-top: 20px; margin-bottom: 20px;
		border: solid 1px #0063a0;
		font-size: 15px;
}
table.layout2 td {
		padding: 8px;
		text-align: center
}

table.layout2 th {
		padding-bottom: 8px;
} 
.header td{background-color:#249646; color: #fff;}
.alt td {background-color: #eef8f1}

.list-col {
	float: left;
	width: 200px;
	padding-right: 20px;
}

/* Contact Form*/

.contact-form {
	width: 870px;
	margin: 0 auto;
}
.contact-form .holder .wrap{margin-left:-23px;}
.contact-form .holder {
	padding: 28px 0 15px 0;
	background: #249646;
	margin-bottom: 15px;
	-webit-box-shadow:inset 0 0 6px rgba(43,43,43,0.35);
	-moz-box-shadow:inset 0 0 6px rgba(43,43,43,0.35);
	box-shadow:inset 0 0 6px rgba(43,43,43,0.35);
}
.contact-form .holder:after {
	content: '';
	display: block;
	clear: both;
}
.form-group {
	float: left;
	margin-left: 62px;
	margin-bottom: 9px;
}
.form-group span {color: #ed2024;}
.form-group-inner {margin-bottom: 9px;}
.contact-form label {
	display: block;
	padding-top:2px;
	float: left;
	width: 100px;
	font-size: 16px;
    font: 300 15px/20px 'Exo 2', Arial, Helvetica, sans-serif;
	line-height: 29px;
	color: #fff
}
.contact-form input[type='email'] ,
.contact-form input[type='text'] {
	width: 263px;
	border:0;
	height:35px;
	color:#249646;
    font: 300 15px/20px 'Exo 2', Arial, Helvetica, sans-serif;
	padding:2px 5px 4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webit-box-shadow:inset 0 0 4px #a2a2a2;
	-moz-box-shadow:inset 0 0 4px #a2a2a2;
	box-shadow:inset 0 0 4px #a2a2a2;
}
#state {width: 65px;}
#zip {width: 161px;}
.contact-form textarea {
	width: 263px;
	height: 118px;
	resize: none;
	margin: 0;
	color:#249646;
	border:0;
	float: left;
	padding:2px 5px 4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webit-box-shadow:inset 0 0 4px #b7b5b5;
	-moz-box-shadow:inset 0 0 4px #b7b5b5;
	box-shadow:inset 0 0 4px #b7b5b5;
}
.wrap:after {
	content: '';
	display: block;
	clear: both;
}
.string {margin-left: 138px;}
label.check {
	display: block;
	margin-right: 10px;
	width:auto;
	float:none;
	padding-top: 0;
	line-height: 24px;
}
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}

.chk-checked span {opacity:1;}
.primary-button {
    font: 300 15px/20px 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	height:50px;
	color: #249646;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 41px 12px 27px;
	border: 2px solid #249646;
	position: relative;
	background: transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.primary-link:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	bottom: 18px;
	border: 5px solid transparent; 
	border-left: 6px solid #0063a0; 
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.primary-link:hover,
.primary-button:hover {
	color: #000;
	border: 2px solid #000;
}
.primary-link:hover:after,
.primary-button:hover:after {
	border: 5px solid transparent; 
	border-left: 6px solid #000; 
}



@media only screen and (max-width:1023px){
	.logo{
		width: 302px;
		margin: 0 auto;
		float: none;
		display: block;
	}
	#nav{
		float: none;
		text-align: center;
	}
	#nav ul{
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
	}
	#particles-js{background: #01a100 !important;}
	.text-section{margin: 50px 0;}
	.text-section .text-holder{	text-shadow: 0 0 5px #000;}
	#footer{text-align: center;}
	#footer .copy{float: none;}
	#footer .info{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}
@media only screen and (max-width:767px){
	

	#wrapper{border:0;}
	#header{
		padding: 10px 0 11px;
		position: relative;
	}
	.logo{
		font-size: 21px;
		line-height: 23px;
		width: auto;
		float: left;
		padding: 5px 0 7px 22px;
		word-spacing: -3px;
		background: url(../images/logo-mobile.png) no-repeat;
	}
	#nav{
		float: right;
		text-align: left;
		padding: 10px 0 0;
		margin: 0 -6px 0 0;
	}
	#nav ul{
		display: block;
		position: absolute;
		top: 56px;
		left: 100%;
		width: 100%;
		z-index: 50;
		background: #fff;
		border-bottom: 1px solid #01a200;
		transition: all 0.3s ease;
	}
	.active #nav ul{left:0;}
	#nav ul li{
		float: none;
		margin: 0;
		border-top: 1px solid #01a200;
	}
	#nav ul li a{
		display: block;
		padding: 10px 20px;
	}
	#nav ul li a:hover{
		background: #58595b;
		color:#fff;
	}
	 .opener{
		display: block;
		float: right;
		width:22px;
		height:20px;
		background:#fff;
		position:relative;
	}
	.opener:before,
	.opener:after,
	.opener span{
		background:#01a200;
		position:absolute;
		top:0;
		left:0;
		right:0;
		height:4px;
		margin-top:-2px; /* height/2 */
		transition:all 0.2s linear;
	}
	.opener:before,
	.opener:after{
		content:'';
		top:41%;
	}
	.opener:after{top:82%;}
	/* close button transition */
	.active .opener span{opacity:0;}
	.opener:hover{opacity:.9;}
	.active .opener:after,
	.active .opener:before{
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		top:50%;
		left:0;
		right:0;
	}
	.active .opener:after{
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.section{
		padding: 16px 0 7px;
		margin: 0 0 17px;
		background: #018500;
	}
	.text-section{
		font-size: 14px;
		line-height: 20px;
		margin: 5px 0 15px;
	}
	.section .text-section h1{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 14px;
	}
	.text-section .text-holder{padding:23px 16px 7px 24px;}
	.text-section p{margin: 0 0 20px;}
	.title{
		padding: 16px 0 7px;
		margin: 0 0 17px;
		background: #018500;
	}
	.title .holder{padding: 0 20px;}
	.title h1{
		font-size: 22px;
		line-height: 24px;
		font-weight: 300;
	}
	.area{margin: 0 0 4px;}
	.area h2{margin: 0 0 16px;}
	.area .box{
		float: none;
		width: auto;
		margin: 0 0 19px;
		font-size: 18px;
		line-height: 22px;
		padding: 16px 20px 18px 16px;
	}
	.area .list-holder{
		padding: 25px 36px 23px;
		max-width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.area .list-holder ul{
		float: none;
		width: auto;
	}
	#footer{
		text-align: center;
		font-size: 12px;
		line-height: 20px;
		padding: 21px 0;
	}
	#footer .copy{margin: 0 0 16px;}
	#footer .copy span{display: block;}
	#footer .info li{
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px 0 0;
		background: url(../images/separator.png) no-repeat 100% 50%;
	}
	#footer .info li:first-child{background: url(../images/separator.png) no-repeat 100% 50%;}
	#footer .info .last{background: none;}
}
#particles-js{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 633px;
	background: url(../images/bg-section.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.title #particles-js{height: 75px;}
canvas{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	display:block;
	vertical-align:bottom;
}


@media screen and (max-width: 991px) {
	
.graphic1 {
	float: none; 
}
.graphic2 {
	float: none; 
}
	
	.contact-form .holder .wrap{margin-left:0;}
	.copyright,
	.contacts {
		width: 100%;
		text-align: center;
	}
	.copyright {margin-bottom: 25px;}
	.contact-form {
		width: 100%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contact-form .holder{padding: 20px 30px;}
	.contact-form input[type="email"],
	.contact-form input[type="text"],
	.contact-form textarea {
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contact-form label{width: 100%;}
	.form-group,
	.string {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.contact-form label{
		float: none;
		display: block;
	}
	label[for="state"],
	label[for="zip"] {width: 100%;}

}