﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 88%;
    padding: 0px 6%;
    height: 110px;
	background: #0c2d29;
}
.logosect{
	position: relative;
    top: 38px;	
}
.logosect img{
	width: 170px;
	position: relative;
	z-index: 1;
}

/*--- HOME PAGE STYLES ---------------------*/

.heroimage{
	background: url("/siteart/mallard-duck.jpg");
	background-size: cover;
    background-position: 50% 40%;
    height: 800px;
    width: calc(100% - 140px);
	border-right: solid 140px #0c2d29;
}
.herosect {
    display: flex;
    flex-wrap: wrap;

}
.sectionypadding {
	padding: 70px;
}
.bottomherosect {
	margin-top: -210px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
	overflow: hidden;
}
.heroheadersect {
    background: #3c2c2a;
    padding: 50px 8%;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
    color: #fff;
    font-family: 'Maven Pro';
	width: 38%;
}
.heroheader {
    font-size: 58px;
    font-weight: 700;
	line-height: 55px;
}
.heroheader strong{
    font-size: 75px;
    font-weight: 900;
	width: 100%;
	display: block;
}
.herobuttonsect{
	width: 34%;
	background: #e2e9e8;
	padding: 55px 8% 65px 4%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ltherobtn {
    background: #104b43;
    padding: 18px 65px;
    color: #fff;
    font-family: 'Maven Pro';
    font-weight: 700;
    text-transform: uppercase;
	width: 300px;
	text-align: center;
	margin: 5px 0px;
	font-size: 16px;
	transition-duration: 0.2s;
}
.ltherobtn:hover {
    background: #1d655b;
	box-shadow: 1px 1px 4px 0px #1e1e1e;
}
.dkherobtn:hover {
    background: #113d38;
	box-shadow: 1px 1px 4px 0px #1e1e1e;
}

.dkherobtn {
    background: #0c2d29;
    padding: 18px 65px;
    color: #fff;
    font-family: 'Maven Pro';
    font-weight: 700;
    text-transform: uppercase;
	width: 300px;
	font-size: 16px;
	text-align: center;
	margin: 5px 0px;

}
.greenbtn {
    background: #0c2d29;
    padding: 16px 55px;
    color: #fff;
    font-family: 'Maven Pro';
    font-weight: 700;
    text-transform: uppercase;
	width: 300px;
	font-size: 14px;
	text-align: center;
	margin: 5px 0px;

}
.greenbtn:hover {
   background: #113d38;
	box-shadow: 1px 1px 4px 0px #1e1e1e;
}
.hpmissionsect{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 0px 8%;}
.hpmissionheader{text-align: center; width: 100%;}
.missionbox{display: flex; justify-content: center; align-items: center; flex-wrap: wrap; width: 24%; padding: 30px 0px;}
.missionicon{width: 100%; text-align: center; padding: 15px 0px; font-size: 28px; color: #0c2d29;}
.missiontext{font-family: 'Maven Pro'; font-size: 18px;}
.greenheader{font-family: 'Maven Pro'; color: #0c2d29; font-size: 34px; line-height: 32px;padding-bottom: 20px;}
.whiteheader{font-family: 'Maven Pro'; color: #fff; font-size: 34px; line-height: 32px;}
.whiteparatext{font-family: 'Maven Pro'; color: #fff; font-size: 16px; line-height: 24px;}
.paratext{font-family: 'Maven Pro'; color: #0c2d29; font-size: 16px; line-height: 36px;}
.hpprojects{background: url("/siteart/currentproject-banner.jpg"); background-position: center; background-size: cover; height: 480px; display: flex; align-content: flex-end;
flex-wrap: wrap;}

.hpprojecttext{background-color: #e2e9e8d6; padding: 30px 8% 50px 8%;}
.hpprojecttext h2{padding-bottom: 30px;}
.hpaboutbordertop{height:30px; clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%); background: #e2e9e8; width: 95%; }
.hpaboutborderbottom{height:30px; clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%); background: #e2e9e8; width: 91%; }
.hpaboutsect{ background: url("/siteart/about-flying-bkgd.jpg"); background-size: cover; background-position: center; padding: 50px 8%; display: flex; justify-content: space-between; align-items: center;}
.hpaboutheader{width: 35%;}
.hpabouttext{width: 40%;}
.hpcontactsect{display: flex; align-items: center; justify-content: space-between;}
.hpcontactimage{background: url("/siteart/flying-mallard-ducks.jpg"); background-size: cover; background-position: center; height: 500px; width: 55%;}
.hpcontacttext{width: 26%; padding: 0% 12% 0% 5%;}
.hpcontacttext h4{padding-bottom: 30px;}
.hpcontacttext p{padding-bottom: 60px;}
.centerpagebtn {
    display: flex;
    justify-content: center;
    padding: 40px 0px 0px 0px;
}
.centerpagebtn .greenbtn{
	margin: 0px 10px;
}

/*---Secondary Page Header--------------------------------*/
.secondarypageheader{background: url("/siteart/secondary-page-bkgd.jpg"); background-size: cover; display: flex; justify-content: flex-start; padding: 5% 0% 2% 0%;}
.secondaryheader { background: #104b4375; width: 98%; clip-path: polygon(0 1%, 100% 0%, 98% 100%, 0% 100%); text-align: center;}
.pageheader {font-family: 'Maven Pro'; color: #fff; padding: 15px; font-size: 38px; line-height: 32px;}
.pagepara {display: flex; justify-content: center; padding: 0% 22%;}



/*--------Current Projects--------------------*/
.flexbox{display: flex; justify-content: space-between; align-items: center;}
.currentprojectimage{width: 58%; padding-right: 5%; height: 500px;}
.currentprojecttext{width: 28%; padding-left: 5%; }
.projectslide1{background: url("/siteart/current-project-1.jpg"); background-position: bottom; background-size: cover; height: 500px;}
.projectslide2{background: url("/siteart/current-project-2.jpg"); background-position: center; background-size: cover; height: 500px;}
.cppbtnsect {
    display: flex;
    flex-wrap: wrap;
    padding: 28px 10px 20px 0px;
}
/*-------- FOOTER STYLES ----------------*/
.footer{display: flex; justify-content: space-between; padding: 25px 8%; background:#0c2d29; }

.footerleft{width: 65%; display: flex; justify-content: space-between;}
.footerlinks{ color: #fff; font-family: 'Maven Pro'; font-size: 15px;}
.footerlinks:hover{ color:#e2e9e8;}
.footerheader{color: #fff; font-family: 'Maven Pro'; font-weight: 700;}


/*----Form Styles----*/

.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: center!important;
    padding: 0px!important;
}
.CaptchaMessagePanel{color: #000!important;font-family: 'Maven Pro';font-weight: 400!important; font-size: 12px!important;
}
.CaptchaWhatsThisPanel a{color: #000!important;font-family: 'Maven Pro';}

.cpform .CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left!important;
    padding: 0px!important;
}
.cpform .CaptchaMessagePanel{color: #000!important;font-family: 'Maven Pro';font-weight: 400!important; font-size: 12px!important;
}
.cpform .CaptchaWhatsThisPanel a{color: #000!important;font-family: 'Maven Pro';}
.mobileinfo {
    font-size: 20px;
}
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{
	background: #0c2d29;
    border: none;
    padding: 8px 60px;
    font-weight: 500;
	cursor: pointer;
	color: #fff!important;
	border-radius: none!important; 
	animation-timing-function: ease-in;
	font-family: 'Maven Pro';
	font-size: 16px;
}
#formpage input.submit-button:hover, #submit-btn button:hover{ background:#104b43; color:#fff; cursor:pointer;}
#submit-btn{padding: 0px; position: relative; text-align:right; background: transparent; font-family: 'Maven Pro';    display: flex; justify-content: center;}
.submit-button{padding: 10px 45px 10px 45px; position: relative; text-align:right; background: #0c2d29; font-family: 'Maven Pro'; border: none!important; cursor: pointer; color: #fff;}
.submit-button:hover{background: #104b43;}
.captcha-button{width:100%; margin:0 auto; text-align: center;}
.include-captcha{display:none; width: 100%;}
#formpage input.submit-button{color:#fff!important;}
input.checkbox {
    width: 35px;
}

.thirdformfields{
	width: 33%;
	height: 45px;
	box-sizing: border-box;
	padding: 0px 12px;
	margin: 10px 0px;
	font-family: 'Maven Pro';
	font-size: 16px;
}
.comments{
	width: 100%;
	height: 215px;
	box-sizing: border-box;
	padding: 10px 12px;
	margin: 10px 0px;
	font-family: 'Maven Pro';
	font-size: 16px;
}
.formflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0px 8%;
}

.cpcontactform{width: 80%; position: relative; z-index: 5;}
.cpphonebox{width: 20%; background: #0c2d29; margin-left: -145px; position: relative; padding: 50px 65px;}
.cpphonebox p{padding-bottom: 10px;}
.white{color: #fff;}
.subhead {
    font-size: 25px;
    font-family: 'Maven Pro';
    line-height: 10px;
	font-weight: 900;
}
.contactlink:hover{   
	    background: #175149;

}
.contactlink{    
	color: #fff;
    font-family: 'Maven Pro';
    font-size: 18px;
    font-weight: 600;
    background: #103c36;
    padding: 12px 40px;
	transition-duration: 0.3s;
}
.contactlink i{padding-right: 15px;}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1390px) {
	.header{width: 94%; padding: 0px 3%;}
	.heroheadersect{padding: 50px 3%; width: 44%;}
	.herobuttonsect {width: 38%;}
	.pagepara{padding:  0% 12%;}
	.sectionypadding {margin: 140px 0px;}
	.cpcontactform {width: 72%;}
	.cpphonebox {width: 26%;}
}


@media only screen and (max-width: 1170px) {
.heroimage {
    height: 585px;
    width: 100%;
    border-right: solid 0px #0c2d29;	
	}
.bottomherosect{
	flex-wrap: wrap;
	margin-top: -200px;
	}
.heroheadersect {
    padding: 35px 3%;
    width: 75%;
	margin-bottom: 5px;
}
.herobuttonsect {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 8% 50px 4%;
}
.ltherobtn{margin: 5px 8px;}
.dkherobtn{margin: 5px 8px;}
.hpmissionsect{padding: 70px 2%;}
.missionbox{width: 28%;}
.missiontext{font-size: 16px;}	
.greenheader{font-size: 25px; line-height: 24px; }
.whiteheader{font-size: 25px; line-height: 24px;}
.hpcontactimage{background-position: right; height: 395px; width: 48%;}
.hpcontacttext { width: 42%; padding: 0% 4%;}
.flexbox{flex-wrap: wrap; justify-content: center;}
.currentprojecttext { width: 90%;  padding: 0% 5%;}
.cppbtnsect{justify-content: space-evenly; padding: 28px 10px 45px 0px;}
.currentprojectimage {width: 95%; padding: 0px;}
.cpcontactform {width: 55%;}
.thirdformfields {width: 100%; margin: 5px 0px;}
.cpphonebox {width: 40%; margin-left: -60px; padding: 50px 30px;}
}

@media only screen and (max-width: 1035px) {
.ltherobtn{padding: 18px 0px;width: 47%;}
.dkherobtn{padding: 18px 0px; width: 47%;}	
.herobuttonsect{justify-content: space-around;}
.pagepara {padding: 0% 4%;}
.cppbtnsect .greenbtn{ margin:5px;}
}

@media only screen and (max-width: 1024px) {
.logosect img{width: 120px;}
	.logosect{top: 10px;}
	.cpphonebox {margin-left: -45px;}
}
@media only screen and (max-width: 965px) {
	.cppbtnsect {justify-content: flex-start;}
	.footer{flex-wrap: wrap;}	
.footerleft{width: 100%; padding-bottom: 15px;}	

}
@media only screen and (max-width: 950px) {
	.hpaboutsect{flex-wrap: wrap;}	
	.hpaboutheader {width: 100%; padding-bottom: 15px;}
	.hpabouttext {width: 100%;}
	.sectionypadding {margin: 70px 0px;}
	
}
@media only screen and (max-width: 780px) {

.hpcontactsect{flex-wrap: wrap;}
.hpcontactimage{height: 290px; width: 100%;}
.hpcontacttext {width: 90%; padding: 5%;}
.cpcontactform {width: 100%; margin-bottom: 40px;}
.cpphonebox {
    margin-left: 0px;
    width: 100%;
}.footerleft{flex-wrap: wrap;}
.footerlinks{width: 100%; padding-bottom: 12px;}
}
@media only screen and (max-width: 690px) {
.ltherobtn{width: 95%;}
.dkherobtn{width: 95%;}
.heroheadersect {width: 90%;}
.missionbox {width: 100%; padding: 20px 0px;}
.missionicon {width: 15%; font-size: 20px;}
.missiontext {font-size: 16px; width: 80%;}
.hpcontacttext p { padding-bottom: 20px;}
.hpcontacttext h4 {padding-bottom: 15px;}
}
@media only screen and (max-width: 590px) {
.heroimage {height: 395px;}	
.bottomherosect{margin-top: -158px;}
.heroheader {font-size: 40px; line-height: 40px;}
.heroheader strong {font-size: 55px;}
.herobuttonsect{padding: 30px 8% 30px 4%;}
.hpmissionsect { padding: 44px 2%;}
.hpprojects{height: 510px;}
.hpprojecttext{background-color: #e2e9e8d6; padding: 25px 5% 25px 5%; width: 90%;}
.hpprojecttext h2 {padding-bottom: 4px;}
.greenbtn {
    padding: 16px 14px;
    width: 90%;
    font-size: 14px;
    margin: 5px 0px;
    display: block;
}

.pageheader{font-size: 30px; line-height: 28px; padding: 20px 15px;}
.secondarypageheader{padding: 10% 0% 6% 0%;}
.centerpagebtn{flex-wrap: wrap;}
.centerpagebtn .greenbtn { margin: 5px 10px;}
.sectionypadding {margin: 45px 0px;}
.currentprojectimage{height: 400px;}
}
@media only screen and (max-width: 455px) {
	.heroheadersect {padding: 24px 3%; clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);}
	.heroheader strong {font-size: 40px;}
	.heroheader {
    font-size: 32px;
    line-height: 30px;
}
	.herobuttonsect {
    padding: 20px 4% 25px 4%;
}
.subhead {font-size: 22px;}
.ltherobtn{font-size: 14px; width: 98%;}
.dkherobtn{font-size: 14px; width: 98%;}
}

@media only screen and (max-width: 330px) {
	.contactlink{font-size: 16px; padding: 12px 25px;}	
	.contactlink i {
    padding-right: 8px;
}
	.cpphonebox p {
    padding-bottom: 24px;
}
	.subhead{line-height: 24px;}
}