@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');

@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');

@import url('https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css');

@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');

@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');



body {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	color: #545454;
	background: #fff;
	overflow-x: hidden;
}


.container {
 	max-width: 1330px;
 	border: 0px;
 	
}

.container.noPad {
 	padding: 0px;
 	
}


img {
	max-width: 100%;
	width: 100%;
}


.center {
	text-align: center;
}

.red {
	background: red;
}

.blue {
	background: blue;
}

.green {
	background: green;
}



								      /*****************
								      // -----------------
								      // HEADER 
								      // _________________
								      // *****************/


.header {
	padding: 18px 50px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.logo {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
}

.logo img {
	width: 100%;
	min-width: 196px;
	max-width: 196px;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}





.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	color: #5f5f5f;
	display: block;
	padding: 10px 30px 8px 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
	color: #8bc345;
	text-decoration: none;
}


.bolton img {
	width: 233px;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}


.headerButton {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif, fontawesome;
	color: #8bc345;
	padding: 8px 16px 6px 16px;
	border: 2px solid #8bc345;
	margin: 0px auto;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	
}


.headerButton:hover {
	color:#8bc345;
	border: 2px solid #8bc345;
	text-decoration: none;
	background: #fff;
	
}

.headerButton:visited {
	color:#8bc345;
	text-decoration: none;
}

.headerButton:active {
	color:#8bc345;
	text-decoration: none;
}

.headerButton:focus {
	color:#8bc345;
	text-decoration: none;
}
























								      /*****************
								      // -----------------
								      // SPLASH AREA 
								      // _________________
								      // *****************/

#splashArea {
	width: 100%;
	height: 700px;
	display: block;
	z-index: 200;
	top: 0px;
	position: relative;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	/*
	background: url('../images/video-bg.jpg');
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	 */
	 overflow: hidden;
}




/*
#splashArea .pageCurl {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: auto;
	z-index: 9999999999999999999;
}
*/





















#splashArea video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}






#particles-js {
	width: 100%;
	max-width: 90%;
	height: 100%;
	position: absolute;
	padding: 0px;
	margin: 0px;
	opacity: 0.5;
}


.splashInner {
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0));
	position: absolute;
}


#splashArea .row.main {
	height: 100%;
	padding: 0px;
	margin: 0px;

	
}

.splashTxt {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;

}


.splashTxt h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 44px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff;
	padding: 0px 50% 0px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.6);
}

.splashTxt h1 span {
	color: #8bc345;

}




.splashButtonWrapper {
	padding: 30px 0px 20px 0px;
	margin: 0px;
	position: relative;
}


.splashButton {
	display: inline-block;
	text-align: center;
	font-size: 22px;
	font-family: 'Work Sans', sans-serif, fontawesome;
	color: #8bc345;
	font-weight: 300;
	padding: 16px 26px 14px 26px;
	border: 2px solid #8bc345;
	margin: 0px auto;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	-webkit-transition: all 400ms ease-out;
    	-moz-transition: all 400ms ease-out;
    	transition: all 400ms ease-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 2, 0.10);
	
}


.splashButton:hover {
	color:#8bc345;
	border: 2px solid #8bc345;
	text-decoration: none;
	background: #fff;
	
}

.splashButton:visited {
	color:#8bc345;
	text-decoration: none;
}

.splashButton:active {
	color:#8bc345;
	text-decoration: none;
}

.splashButton:focus {
	color:#8bc345;
	text-decoration: none;
}


.splashButton.green {
	color: #fff;
	border: 2px solid #8bc345;
	background: #8bc345;

}











								      /*****************
								      // -----------------
								      // rowArea 
								      // _________________
								      // *****************/



#rowArea {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0px;
	color: #676767;
	padding: 110px 0px;
	margin: 0px 0px 0px 0px;
}



#rowArea.logos {
	padding: 50px 0px;

}

#rowArea h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: 300;
	color: #8bc345;
	letter-spacing: 0px;
	padding: 0px 0px 60px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0);
}

#rowArea .slider img {
	max-width: 170px;
}

#rowArea.greyRow {
	background: #f1f1f1;
}

.greenRow {
	background: #87c14b;
	background: -moz-linear-gradient(top, #87c14b 0%, #74ae37 100%);
	background: -webkit-linear-gradient(top, #87c14b 0%,#74ae37 100%);
	background: linear-gradient(to bottom, #87c14b 0%,#74ae37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c14b', endColorstr='#74ae37',GradientType=0 );
	padding: 120px 0px;
	color: #fff;
	text-align: center;
}


#About:before {
	display: block; 
	content: " "; 
	margin-top: -60px; 
	height: 60px; 
	visibility: hidden;
}


.greenRow h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 38px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0px;
	padding: 0px 0px 60px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0);
}

.greenRow h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0);
}

.greenRow .pic {
	width: 100%;
	height: auto;
	display: block !important;

}


.greenRow  .greenRowImg img {
	height: 93px;
	max-height: 93px;	
}







								      /*****************
								      // -----------------
								      // PRODUCTS AREA 
								      // _________________
								      // *****************/

#Products:before {
	display: block; 
	content: " "; 
	margin-top: -60px; 
	height: 60px; 
	visibility: hidden;
}


.productsBg {
	background: url(../images/hex-bg.jpg) no-repeat top center; 
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#productsArea { 
	margin: 0px 0px 0px 0px;
	padding: 110px 0px;
	text-align: left;
}

#productsArea h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: 300;
	color: #7f8184;
	letter-spacing: 0px;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0);
}

#productsArea h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
	color: #7f8184; position: relative;
	letter-spacing: 0px;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0);
}

#productsArea h2::after {
	content: '';
	text-align: left;
	position: absolute;
	left: 0;
	display: inline-block;
	height: 1em;
	width: 10%;
	border-bottom: 2px solid #fcbf3b;

	margin-top: 22px;

}

#productsArea .scrollArea  {
	padding: 40px 0px;	
}

#productsArea .scrollArea img {
	width: auto;
	display: block;
	height: 112px;
	max-height: 112px;	
}







								      /*****************
								      // -----------------
								      // CONTACT AREA 
								      // _________________
								      // *****************/

#Contact:before {
	display: block; 
	content: " "; 
	margin-top: -107px; 
	height: 107px; 
	visibility: hidden;
}



#contactArea { 
	margin: 0px 0px 0px 0px;
	padding: 140px 0px;
	text-align: left;
	background: #616161;
	color: #fff;
}

#contactArea h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: 200;
	color: #fff;
	letter-spacing: 0px;
	padding: 0px 0px 60px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0);
}

#contactArea h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #fff;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0);
}

#contactArea img {
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}










#botStrip { 
	margin: 0px 0px 0px 0px;
	padding: 20px 0px;
	text-align: left;
	background: #8ac24a;
	color: #fff;
}


#botStrip .footerLogo { 
	text-align: right;

}

#botStrip .footerLogo img { 
	max-width: 160px;
}

#contactArea a {
	color: #8ac24a;
}


.cog-confirmation__message {
	margin-top: 20px !important;
	color: #fff !important;
	font-size: 22px !important; 
}

.cog-row {
	margin-top: 10px !important;
	color: #fff !important; 
}


.cog-field {
	padding: 10px !important;
}



.cog-abuse {
	display: none !important;
}

.cog-branding {
	display: none !important;
}

.is-error {
	background:#ee042b !important;
	opacity: 1 !important;
	border-color: none !important;
	padding: 10px;
}

.is-error::before {
	border-color: none !important;
	border: none !important;
	background: none !important;
	
}


.cog-name .is-required::before {
	border-color: none !important;
	background: none !important;
	
}


.cog-button {
	margin-left: 10px !important;
	padding: 10px 20px !important;
	
}











