@charset "UTF-8";
/*CSS Document*/

body
{
	margin: 0px;
}

img{
	max-width: 100%;
	height: auto;
}
.fullwidthgrp
{

	display: inline-block;
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	/*height: 100vh;*/
	height: auto;
}
.offsideimage
{

	display: inline-block;
	float: right;
	width: 100%;
	text-align: right;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: +1;
	height: 100%;
	background: url('images/landingBground.png') top center no-repeat;
	background-size: cover;
}
.offsideimage img
{
	
	max-width: 100%;
	height: 100%;
}
.formcontent
{

	display: block;
	width: 100%;
	position: relative;
	z-index: +2;
	max-width: 480px;
	margin-left: 20%;
	margin-top: 5%;
}
.formcontentlogo
{

	display: inline-block;
	float: left;
	width: 100%;
	text-align: left;
}
.formcontentlogo a
{
	
	display: inline-block;
}
.formcontentlogo a img
{
	max-width:100%;
	height: auto;
}
.formpara
{

	display: inline-block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.formpara h1
{
	
	font-family: 'Montserrat', sans-serif;
	color: #1e6550;
	font-size: 48px;
	margin: 20px 0px;
	font-weight: 800;
}
.formpara h4
{
	
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 18px;
	margin: 10px 0px;
	font-weight: 700;
}
.formpara p
{
	
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 13px;
	margin: 10px 0px;
	font-weight: 400;
	line-height: 25px;
}
.formpara h5
{
	
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 16px;
	margin: 5px 0px;
	font-weight: 600;
}

.formpara form
{
	
	padding: 10px 0px !important;
	display: inline-block;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.formpara form label
{
	
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	float: left;
	width: 100%;
	margin: 5px 0px;
}
.formpara form label input[type="text"]
{
	
	padding: 0px 15px;
	display: inline-block;
	float: left;
	width: 100%;
	height: 37px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #a1a1a1 !important;
	border-radius: 5px !important;
	background-color: rgba(255,255,255,0.3) !important;
	box-shadow: none !important;
	outline: none !important;
	box-sizing: border-box;
}
.formpara form label input[type="email"]
{
	
	padding: 0px 15px;
	display: inline-block;
	float: left;
	width: 100%;
	height: 37px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #a1a1a1 !important;
	border-radius: 5px !important;
	background-color: rgba(255,255,255,0.3) !important;
	box-shadow: none !important;
	outline: none !important;
	box-sizing: border-box;
}
.formpara form input[type="submit"]
{
	
	font-family: 'Montserrat', sans-serif;
	float: right;
	padding: 10px;
	box-sizing: border-box;
	white-space: break-spaces;
	border-radius: 5px !important;
	border: none !important;
	background-color: #1e6550 !important;
	color: white;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	outline: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	cursor:pointer;
}

.formpara form > #mc_embed_signup_scroll > .mc-field-group {
	padding-bottom: 0px;
}
.formpara form > #mc_embed_signup_scroll > .mc-field-group input {
	padding: 0px 15px;
	display: inline-block;
	float: left;
	width: 100%;
	height: 37px;
	color: #000;
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #a1a1a1 !important;
	border-radius: 5px !important;
	background-color: rgba(255,255,255,0.3) !important;
	box-shadow: none !important;
	outline: none !important;
	box-sizing: border-box;
}
.formpara form > #mc_embed_signup_scroll > .mc-field-group {
	padding-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	float: left;
	width: 100%;
	margin: 5px 0px;
	min-height: auto !important;
}
.formpara form > #mc_embed_signup_scroll .clear #mc-embedded-subscribe {
	font-family: 'Montserrat', sans-serif;
	float: right;
	padding: 10px;
	box-sizing: border-box;
	white-space: break-spaces;
	border-radius: 5px !important;
	border: none !important;
	background-color: #1e6550 !important;
	color: white;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	outline: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	cursor: pointer;
	line-height: normal !important;
	height: auto !important;
}
.socialmedia
{

	display: inline-block;
	float: left;
	width: 100%;
	margin: 10px 0px;
}

.socialmedia a
{
	
	background-color: #1e6550;
	display: inline-block;
	text-align: center;
	color: white !important;
	text-decoration: none;
	font-size: 20px;
	border-radius: 100%;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.footerlinksource
{
		display: inline-block;
	float: left;
	width: 100%;
	margin: 10px 0px;
}

.footerlinksource a
{

	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 12px;
	margin: 10px 0px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	float: left;
}
.footerlinksource a + a::before
{
	content: '|';
	width: 25px;
	text-align: center;
	display: inline-block;
}


.sentence-paragraphteanow {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: justify;
	margin: 20px 0px;
}
.sentence-paragraphteanow h4 {
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	white-space: break-spaces;
	word-spacing: 2px;
}
.sentence-paragraphteanow p {
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	white-space: break-spaces;
	display: inline-block;
	float: left;
	width: 100%;
	margin: 2px 0px;
	word-spacing: 2px;
	text-align: left;
}
.sentence-paragraphteanow ol {
	display: inline-block;
	float: left;
	width: 90%;
	margin: 20px 0px;
	padding-left: 20px;
}
.sentence-paragraphteanow ol li {
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 13px;
	margin: 10px 0px;
	font-weight: 400;
	line-height: 25px;
}
.sentence-paragraphteanow ol li a{
	color: #6a6a6a !important;
	text-decoration: none;
}
.sentence-paragraphteanow p a {
	color: #6a6a6a;
	text-decoration: none;
}
.address {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: justify;
	margin-top: 10px;
}
.address p {
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	white-space: break-spaces;
	word-spacing: 4px;
	display: inline-block;
	float: left;
	width: 100%;
	margin: 2px 0px;
}
.sentence-paragraphteanow h3 {
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-size: 28px;
	margin: 0px 0px;
	font-weight: 800;
	position: relative;
	margin-bottom: 20px;
}
.sentence-paragraphteanow h3::after
{
	content="^";
	display:inline-block;
	content: '';
	float: none;
	width: 100%;
	height: 5px;
	background-color: #1e6550;
	max-width: 100px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	border-radius: 10px;
}
