@charset "utf-8";
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	background-color: #ffffff;
}
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:active {
	text-decoration: none;
	color: inherit;
}






.align_CENTER {
	text-align: center;
}
.align_LEFT {
	text-align: left;
}


.font_ITALIC {
	font-style: italic;
}
.font_BOLD {
	font-weight: bold;
}
.font_BOLD-ITALIC {
	font-style: italic;
	font-weight: bold;
}



.font_1 {
	font-size: 1vw;
}
.font_1-2 {
	font-size: 1.2vw;
}
.font_1-5 {
	font-size: 1.5vw;
}
.font_1-7 {
	font-size: 1.7vw;
}
.font_1-9 {
	font-size: 1.9vw;
}
.font_2 {
	font-size: 2vw;
}



.font_GRAY {
	color: #999;
}
.font_DRK-GRAY {
	color: #666;
}
.font_LT-GRAY {
	color: #f7f7f7;
}
.font_ORANGE {
	color: #ff7800;
}
.font_LT-ORANGE {
	color: #ffbc97;
}
.font_YELLOW {
	color: #ffe300;
}




h1{
	font-size: 2.75vw;
	font-weight: bold;
	display: inline;
	color: #77bd6f;
}
h2{
	font-size: 2.5vw;
	font-weight: bold;
	display: inline;
	transition: all .5s ease-in-out;
}
h3{
	font-size: 2vw;
	font-weight: bold;
	display: inline;
	color: #ffffff;
	transition: all .5s ease-in-out;
}
h4{
	font-size: 3.5vw;
	font-weight: bold;
	display: inline;
}
h5{
	font-size: 2vw;
	font-weight: bold;
	display: inline;
}







.lineUP {
	margin-top: .3%;
}

ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'steelfis';
    src: url("fonts/steelfis.TTF");
}
.font_STOMPSTEELFISH{
	font-family: 'steelfis';
}







.top_BLACKBAR {
	width: 85%;
	float: left;
	padding: 0% 7.5% 0% 7.5%;
	background-color: #000000;
	margin: 0% 0% 0% 0%; 
}

.socialMedia {
	width: 10%;
	float: left;
	margin: 1.2% 0% 1% 10%;
	background-color: transparent;
}
.gds_FACEBOOK {
	width: 28%;
	float: left;
	margin-right: 6%;
}
.gds_X {
	width: 28%;
	float: left;
	margin-right: 9%;
}
.gds_INSTAGRAM {
	width: 28%;
	float: left;
}
.gds_PHONE {
	width: 11%;
	float: left;
	color: #ffffff;
	margin: 1.75% 4% 1.75% 40%; 
	background-color: transparent;
}
.gds_EMAIL {
	width: 15%;
	float: left;
	color: #ffffff;
	margin: 1.75% 0% 1.75% 0%; 
	background-color: transparent;
}






.gds_LOGO {
	width: 5%;
	float: left;
	margin: .8% 0% 0% 24%;
}







.gds_TITLE{
	width: 32%;
	float: left;
	font-family: 'steelfis';
	color: #000000;
	font-size: 4vw;
	margin: 1.2% 0% 1.2% 1.5%;
	background-color: transparent;
}





.topnav {
	width: 67%;
	float: left;
	font-size: 1.2vw;
	position:absolute;
	margin: 11.5% 25% 1.75% 16%;
	padding: 1.25% 0% 1.25% 1%;
	background-color: #41AD49;
}
.topnav a {
	color: #ffffff;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.2vw;
	font-weight: normal;
	padding-left: 1.5%;
	padding-right: 1.5%;
}
.topnav a:hover {
	color: #000000;
}
.topnav a.active {
	color: #000000;
}
.topnav .icon {
  display: none;
}
.menu-480 {
  display: none;	
}





.slide {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 25%;
}




.quicklinks {
	width: 79%;
	float: left;
	position: absolute;
	padding: 3% 3% 3% 3%;
	margin: 50% 7.5% 0% 7.5%;
	background-color: #ffffff;
	box-shadow: 0 1vw 1vw 0 rgba(0, 0, 0, 0.2), 0 1vw 10vw 0 rgba(0, 0, 0, 0.19);
}

.quickLink-1 {
	width: 30.6%;
	float: left;
	padding: 0% 0% 0% 0%;
	margin: 0% 4% 0% 0%;
	background-color: red;
	background-image: url("images/quickLink_ABOUTUS.jpg");
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	background-position: cover;
}

.quickLink-1:hover .quickLink_VERBIAGE {
	transition: all .5s ease-in-out;
	opacity: 1;
	animation: moveUp 1s ease-in-out;
}
@keyframes moveUp {
      0% {
        transform: translateY(0%);
      }
 	 50% {
        transform: translateY(-20%);
      }
    }

.quickLink-1:hover .quickLink_TRANSPARENCY {
	animation: 1s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: .5;
}








.quickLink_TRANSPARENCY {
	position: relative;
	float: left;
	width: 100%;
	padding: 0% 0% 85% 0%;
	background-color: #000000;
	opacity: 0;
	transition: 1s;
}

.quickLink_VERBIAGE {
	position: absolute;
	width: 23%;
	font-size: 1.5vw;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	margin: 5% 0% 0% 2.75%;
	background-color: transparent;
	z-index: 3;
	animation: 1s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}





.quickLink-2 {
	width: 30.6%;
	float: left;
	padding: 0% 0% 0% 0%;
	margin: 0% 4% 0% 0%;
	background-color: red;
	background-image: url("images/quickLink_SERVICES.jpg");
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	background-position: cover;
}
.quickLink-2:hover .quickLink_VERBIAGE {
	transition: all .5s ease-in-out;
	opacity: 1;
	animation: moveUp 1s ease-in-out;
}
@keyframes moveUp {
      0% {
        transform: translateY(0%);
      }
 	 50% {
        transform: translateY(-20%);
      }
    }

.quickLink-2:hover .quickLink_TRANSPARENCY {
	animation: 1s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: .5;
}



.quickLink-3 {
	width: 30.6%;
	float: left;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	background-color: red;
	background-image: url("images/quickLink_CONTACTUS.jpg");
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	background-position: cover;
}

.quickLink-3:hover .quickLink_VERBIAGE {
	transition: all .5s ease-in-out;
	opacity: 1;
	animation: moveUp 1s ease-in-out;
}
@keyframes moveUp {
      0% {
        transform: translateY(0%);
      }
 	 50% {
        transform: translateY(-20%);
      }
    }

.quickLink-3:hover .quickLink_TRANSPARENCY {
	animation: 1s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: .5;
}


.quickLinks_CLICKHERE {
	width: 100%;
	float: left;
	text-align: center;
	color: #CBCBCB;
	font-size: 1vw;
	margin-top: 1%;
}






.intro_PANEL {
	width: 85%;
	float: left;
	margin: 5% 7.5% 12% 7.5%;
}
.introPanel_VERBIAGE {
	width: 47%;
	float: left;
	margin: 3% 6% 0% 0%;
	font-size: 1.5vw;
	color: #999999;
}
.introPanel_PIC {
	width: 47%;
	float: left;
	margin: 0% 0% 0% 0%; 
}





.services_SECTION {
	width: 85%;
	float: left;
	background-color: #d0e6c9;
	padding: 3% 7.5% 5% 7.5%;
	margin-bottom: 11%;
}
.servicesSection_VERBIAGE {
	width: 100%;
	float: left;
	text-align: center;
	color: #77bd6f;
	font-size: 2vw;
	margin-bottom: 3%;
}
.service_PANEL {
	width: 22%;
	float: left;
	margin: 0% 3.5% 0% 3.5%;
	padding: 2% 2% 2% 2%;
	color: #77bd6f;
	border-radius: 1.25vw;
	background-color: transparent;
	transition: all .5s ease-in-out;
	}
.service_PANEL:hover {
	text-decoration: none;
	background-color: #000000;
	transition: all .5s ease-in-out;
}

.servicePanel_ICON {
	width: 80%;
	float: left;
	margin: 0% 10% 5% 10%;
	transition: all .5s ease-in-out;
}
.servicePanel_VERBIAGE {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0% 0% 0% 0%;
	transition: all .5s ease-in-out;
}







.partners_PANEL {
	width: 85%;
	float: left;
	margin: 0% 7.5% 12% 7.5%;
}
.partnersPanel_VERBIAGE {
	width: 47%;
	float: left;
	margin: 3% 0% 0% 6%;
	font-size: 1.5vw;
	color: #999999;
}
.partnersPanel_PIC {
	width: 47%;
	float: left;
	margin: 0% 0% 0% 0%; 
}







.callUs_PANEL {
	width: 100%;
	float: left;
	padding: 0% 0% 18% 0%;
	margin: 0% 0% 8% 0%;
	background-color: red;
	background-image: url('images/contactUs_PANEL.jpg');
  	background-repeat: no-repeat;
  	background-size: 100% 125%;
	background-position: cover;
}
.callUsPanel_VERBIAGE {
	width: 40%;
	float: left;
	margin: 9% 0% 0% 5.5%;
	font-size: 2vw;
	color: #ffffff;
	text-shadow: .07vw .07vw .07vw #000000;
	text-align: center;
	background-color: transparent;
}







.blurb_PANEL {
	width: 100%;
	float: left;
	font-family: 'steelfis';
	font-size: 4vw;
	color: #77bd6f;
	text-align: center;
	margin-bottom: 8%;
}








.credits_PANEL {
	width: 100%;
	float: left;
	text-align: center;
	padding: 3% 0% 15% 0%;
	font-size: 1.1vw;
	color: #ffffff;
	background-color: #000000;
}
.websiteDesigned {
	width:100%;
	float: left;
	font-size: .9vw;
	text-align: center;
}





.info_SECTION {
	width: 85%;
	float: left;
	margin-top: 2.75%;
	margin-bottom: 7%;
	padding: 0% 7.5% 5% 7.5%;
	background-color: #d0e6c9;
}
.info_PANEL {
	width: 65.9%;
	float: left;
	margin-left: 20%;
	margin-top: 3%;
	padding: 0% 2% 5% 2%;
	background-color: #EFF6EC;
}
.infoPanel_TITLE-aboutUs {
	width: 14%;
	float: left;
	position: absolute;
	color: #d0e6cd;
	font-size: 3vw;
	background-color: #EFF6EC;
	text-align: center;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_TITLE-services {
	width: 13%;
	float: left;
	position: absolute;
	color: #d0e6cd;
	font-size: 3vw;
	background-color: #EFF6EC;
	text-align: center;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_TITLE-ourPartners {
	width: 26%;
	float: left;
	position: absolute;
	color: #d0e6cd;
	font-size: 3vw;
	background-color: #EFF6EC;
	text-align: center;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_TITLE-gallery {
	width: 11%;
	float: left;
	position: absolute;
	color: #d0e6cd;
	font-size: 3vw;
	background-color: #EFF6EC;
	text-align: center;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_TITLE-contactUs {
	width: 16.5%;
	float: left;
	position: absolute;
	color: #d0e6cd;
	font-size: 3vw;
	background-color: #EFF6EC;
	text-align: center;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_LINETHRU {
	width: 75%;
	float: left;
	position: absolute;
	padding-bottom: .25%;
	background-color: #41ad49;
	margin: 5.2% 0% 0% 13%;
}
.infoPanel_PIC {
	
}
.infoPanel_VERBIAGE {
	width: 100%;
	float: left;
	color: #666666;
	margin-top: 9%;
}






.stacey_PIC {
	width: 25%;
	float: left;
	margin: 0% 2% 2% 0%;
	border-style: solid;
	border-color: #fff;
	border-width: .175vw;
	line-height: 0%;
}






.processArrow {
	width: 75%;
	float: left;
	margin: 0% 12.5% 0% 12.5%;
}









.gallery_PIC {
	width: 15%;
	float: left;
	margin: .5% .6% .5% .6%;
	border-style: solid;
	border-color: #fff;
	border-width: .15vw;
	line-height: 0%;
}
.gallery_PIC:hover {
	border-color: #41AD49;
}








.contactForm_PANEL {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
	font-size: 16px;
	color: #41ad49;
	float: left;
}
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
	margin-bottom: 25px;
}

	textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=button] {
  width: auto;
  background-color: #4d7d83;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	text-align: center;
}

input[type=button]:hover {
  background-color: #000;
	

}
input[type=submit] {
  width: auto;
  background-color: #41ad49;
  color: #ffffff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000000;
	color: #ffffff;
}

















