@font-face {
  font-family: "BCFalsterGrotesk-Regular";
  src: url("BCFalsterGrotesk-Regular.otf") format("opentype");
}


:root {
  --m-f-big: 7vw;
  --m-f-med: 6vw;
  --m-f-small: 3.6vw;
  --d-f-big: 3.5vw;
  --d-f-med: 2vw;
  --d-f-small: 1.3vw;
}



html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  font-family: "DM Sans", sans-serif;
  background: #ebebeb;
}

.hometopcont {
  position: relative;
  background-color: #7d9a74;
  color:#effbff;
}


input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a:focus {
  text-decoration: none;
}


picture {
  object-fit: cover;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
	background: #f7f7f7;
}

.wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

main {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 0;
}




/* NAV Styles */

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 26px;
  z-index: 9;
}

@media only screen and (min-width: 990px) {
  .logo {
    left: 5vw;
    transform: translateX(0);
    font-size: 32px;
    top: 30px;
  }
}


.navrightlist {
  display: none;
  position: absolute;
  top: 20px;
      right: 5vw;
  font-size: 26px;
  z-index: 9;
}

@media only screen and (min-width: 990px) {
  .navrightlist {
    display: block;
    right: 5vw;
    font-size: 20px;

    top: 30px;
  }
}

.navrightlist li {
  margin-left: 2.5vw;
  display: inline;
}

.navrightlist li:last-child a {

  padding: 10px 20px;
  background: #fff;
  color: #7d9a74;
}

.navrightlist li a.underline {
  text-decoration: underline;
  text-underline-offset: 7px;
}

button {
  padding: 0;
  margin: 0;
}



.secNavBurger .navtopdiv {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 3px;
  padding: 0;
  background: #ebebeb;
}

.secNavBurger .navbotdiv {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  height: 3px;
  padding: 0;
  background: #ebebeb;
}



.secNavBurger {
  /* background: green; */
  display: block;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 20px;
  height: 30px;
  width: 40px;
  right: 20px;
  font-size: 40px;
  z-index: 3;
  padding: 20px;
}
@media only screen and (min-width: 990px) {
  .secNavBurger {
    display: none;
  }
}


.secNavBurger:hover {
  cursor: pointer;
}




#modalOverlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(132, 132, 132, 0.8);
	text-align: center;
	overflow-y: scroll;
	z-index: 50;
	cursor: pointer;
	opacity: 0;
  }

.nav-container-off-screen {
	position: fixed;
	right: -100%;
	top: 0;
	width: 80%;
	height: 100%;
	z-index: 99;
  background: #ebebeb;
  color: black;
	/* color: white; */
	margin: 0;
	padding: 0;	
}


.nav-container-flex-wrap {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	right: 20px;
	height: 100%;
	width: 100%;
  
}

.nav-container-centered-vertical {
	position: absolute;
	top: 10vh;
  /* transform: translateY(-50%); */
	left: 15%;
  width: 100%;
}

@media only screen and (min-width: 990px) {
  .nav-container-centered-vertical {
    top: 9%;
    left: 8%;
  }
}

.nav-close {
	position: absolute;
	top: 8px !important;
	right: 15px !important;
	text-align: right;
	padding: 5px;
	height: 10vw;
	cursor: pointer;
	/* color: #a7a7a7; */
  font-size: var(--m-f-big);
	z-index: 59;
  color: black;
}
@media only screen and (min-width: 990px) {
	.nav-close {
    top: 18px !important;
    right: 30px !important;
    font-size: 40px;
		height: 54px;
	}	
}

.nav-container-centered-vertical ul {
	list-style: none;
}

.nav-container-centered-vertical li {
	text-align: left;
	padding: .6vh 5px;
	font-size: var(--m-f-big);
	color: #000;
}

.underlineblack {
  text-decoration: underline;
  text-underline-offset: 5px;
}



footer {
  margin-top: 16vw;

font-size: var(--m-f-small);
}

@media only screen and (min-width: 990px) {
footer {
  margin-top: 8vw;

font-size: var(--d-f-small);
}
}


.footerlistone {
  text-align: center;
}

.footerlistone li {
  display: inline;
  padding: 0 2vw;
}

@media only screen and (min-width: 990px) {
.footerlistone li {
  padding: 0 1vw;
}
}

.footerlisttwo {
  margin-top: 6vw;
  text-align: center;
}

@media only screen and (min-width: 990px) {
.footerlisttwo {
  margin-top: 2vw;
}
}


.footerlisttwo li {
  display: inline;
}

@media only screen and (min-width: 990px) {
.footerlisttwo li {
}
}

.footerlistthree {
    margin-top: 6vw;
  text-align: center;
    padding-bottom: 12vw;
}

@media only screen and (min-width: 990px) {
.footerlistthree {
  margin-top: 2vw;
    padding-bottom: 4vw;
}

}


.footerlistthree li {
  display: inline;
  padding: 0 2vw;
}

@media only screen and (min-width: 990px) {
.footerlistthree li {
  padding: 0 1vw;
}
}

footer a {
  color: #7d9a74;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* About Syles */




.whitespaceone {
  position: relative;
  height: calc(60px + 10svh);
}

@media only screen and (min-width: 990px) {
.whitespaceone {
    height: calc(40px + 10vw);
  }
}


.tophometextcontone {
  position: relative;
  height: auto;
  padding-bottom: 10svh;
}

@media only screen and (min-width: 990px) {
.tophometextcontone {
  padding-bottom: 9vw;
}
}





.tophometextconttwo {
  position: relative;
  text-align: center;
  width: 80%;
  font-size: var(--m-f-big);
  margin: 0 auto;
  /* padding: 1vw 3vw 3vw; */
}

@media only screen and (min-width: 990px) {
  .tophometextconttwo  {
		font-size: var(--d-f-big);
    width: 70%;
  }
}




.hometextandimage {
  height: auto;
  margin: 11vw auto 0;
  width: 90%;
}

@media only screen and (min-width: 990px) {
.hometextandimage {
  height: auto;
  margin: 5vw auto 0;
  width: 90%;
}
}

.homeimageleft {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

@media only screen and (min-width: 990px) {
  .homeimageleft {
    margin: 0;
    width: 46%;
    height: auto;
  }
}


.hometextright {
  width: 100%;
  margin: 0 auto;
  margin-top: 9vw;
}

@media only screen and (min-width: 990px) {

  .hometextright {
    margin-top: 0;
    width: 50%;
  }
  
}


.hometextright p {
  width: 93%;
  font-size: 4.7vw;
  line-height: 7.2vw;
  margin: 0 0;
}

@media only screen and (min-width: 990px) {
  .hometextright p {
    width: 86%;
    font-size: 1.7vw;
    line-height: 2.6vw;
    margin: 0 0 0 10%;
  }
  
}

.hometextright p:last-child {
  margin-top: 8vw;
}


@media only screen and (min-width: 990px) {

.hometextright p:last-child {
  margin-top: 2vw;
  width: 60%;
}
}

.hometextright p:last-child span {
  font-weight: 700;
}

.hometextright p:last-child a {
  color: #7d9a74;
}

/* ß */



.contentcontainer {
  height: auto;
  margin: 11vw auto 0;
  width: 90%;
}

@media only screen and (min-width: 990px) {
.contentcontainer {
  height: auto;
  margin: 5vw auto 0;
  width: 90%;
}
}

.projbox {
  position: relative;
  margin: 0 auto 10vw;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 990px) {
  .projbox {
    margin: 0 0 4vw 0;
    width: 31%;
  }
}


.projbox:nth-child(3n+1) {
	margin-right: auto;
}
@media only screen and (min-width: 990px) {
	.projbox:nth-child(3n+1) {
		margin-right: 3%;
   }
}


.projbox:nth-child(3n+2) {
	margin-right: auto;
}
@media only screen and (min-width: 990px) {
	.projbox:nth-child(3n+2) {
		margin-right: 3%;
   }
}
   


.projbox img {
  height: auto;
}
   


.projbox:hover .projtitle {
  display: block;
}


.projtitle {

  text-align: center;
  font-size: 4.4vw;
  margin-top: calc(5px + 1.5vw);
}

@media only screen and (min-width: 990px) {
  .projtitle {
    text-align: left;
    font-size: 1.3vw;
    margin-top: .7vw;
  }
}



.hpimgvideo1 {
  position: relative;
  height: 55.2vw;
  width: 98%;
  margin: 0 auto;
}

.img-wrapper video {
  width: 350px;
  height: 230px;
  margin: 10px;
}





/* Contact Begins */


.topcontact {
  position: relative;
  height: auto;
}

@media only screen and (min-width: 990px) {
  .topcontact {
    height: calc(40px + 14vw);
  }
}

.contact-top-text {
  position: relative;
  text-align: center;
}

.contact-top-text p {
  /* font-weight: 700; */
  font-size: var(--m-f-big);
  width: 82%;
  margin: 0 auto;
}

@media only screen and (min-width: 990px) {
  .contact-top-text p {
    width: 50%;
  }
}


.contactsection {
  position: relative;
}


.contactsection .contactcont {
  position: relative;
  width: 92%;
  margin: 4vw auto 0;
}
@media only screen and (min-width: 990px) {
  .contactsection .contactcont {
    position: relative;
    margin: 0 auto;
    width: 76%;
  }
  }


  .leftcontact {
    width: 81%;
    margin: 0 auto;
    margin-top: 6vw;
    text-align: center;
  font-size: 4.7vw;
  line-height: 7.2vw;
  }
  @media only screen and (min-width: 990px) {
    .leftcontact {
      width:47%;
      margin-top: 8vw;
      text-align: left;
    font-size: 1.7vw;
    line-height: 2.6vw;
    }
  }


  .leftcontact p {
    width: 100%;
  }

  @media only screen and (min-width: 990px) {
    .leftcontact p {
      width: 85%;
    }
  }

  .leftcontact a {
    color: #7d9a74;
    text-decoration: underline;
    text-underline-offset: .6vw;
    text-decoration-thickness: .4vw;
  }

  @media only screen and (min-width: 990px) {
    .leftcontact a {
      text-decoration: underline;
      text-underline-offset: .3vw;
      text-decoration-thickness: .2vw;
    }
  }



  #survey-form button {
    font-size: 4.7vw;
    border: none;
    border-radius: 20px;
    margin-top: 2vw;
    padding: 1.5vw 4vw;
        background-color: #7d9a74;
    color: #ebebeb;
  }

  
  @media only screen and (min-width: 990px) {
    #survey-form button {
      font-size: 1.7vw;
      margin-top: .8vw;
      padding: .5vw 1.6vw;
    }
  }

    #survey-form button:hover {
    cursor: pointer;
  }


  
  #form-org {
    width: 94%;
    margin: 0 auto;
    border: none;
    margin-top: 18vw;
    font-size: 4.7vw;
  }
  @media only screen and (min-width: 990px) {
  
    #form-org {
      width: 47%;
      margin-left: 6%;
      margin-top:8vw;
      font-size: 1.7vw;
    }
  }


  
  


  .namecont {
    position: relative;
    width: 100%;
    margin-top: 5vw;
  }
  @media only screen and (min-width: 990px) {
    .namecont {
      margin-top: 1.5vw;
    }
  }
  
  /* @media only screen and (min-width: 1600px) {
    .namecont {
      margin-top: 2vw;
    }
  }
   */
  .nameconthalf {
    position: relative;
    width: 49%;
  }

  .nameconthalf:nth-child(2) {
    position: relative;
    width: 49%;
    margin-left: 2%;
  }

  
  .namecont input {
    margin-top: 1vw;
    height: 8vw;
    width: 100%;
    /* border: 2px solid  #fff; */
    /* color: #fff; */
    background: #fff;
    border-radius: 5px;
    padding: 10px;
  }
  @media only screen and (min-width: 990px) {
    .namecont input {
      margin-top: 10px;
      height: 3vw;
      padding: 1vw;
    }
  }
  
  /* @media only screen and (min-width: 1600px) {
    .namecont input {
      margin-top: 10px;
    }
    
  } */
  .nameconthalf input {
    margin-top: 1vw;
    height: 8vw;
    width: 100%;
    /* border: 2px solid  #fff; */
    /* color: #fff; */
    border-radius: 5px;
    background: #fff;
    /* background: transparent; */
    padding: 10px;
  }
  @media only screen and (min-width: 990px) {
    .nameconthalf input {
      margin-top: 10px;
      height: 3vw;
      padding: 1vw;
    }
  }
  
  /* @media only screen and (min-width: 1600px) {
    .nameconthalf input {
      margin-top: 10px;
    }
    
  } */
  
  textarea:focus, input:focus{
    outline: none;
  }
  

  
  
  #additionalcomments {
    margin-top: 1vw;
  }

  @media only screen and (min-width: 990px) {
    #additionalcomments {
      margin-top: 10px;
    }
  }
/*   
  @media only screen and (min-width: 1600px) {
    #additionalcomments {
      margin-top: 10px;
    }
  } */
  
  textarea {
    border-radius: 5px;
    height: 40vw;
    padding: 10px;
    width: 100%;
  }
  
  @media only screen and (min-width: 990px) {
    textarea {
      height: 10vw;
      padding: 1vw;
    }
  }
  


/* Case Study  */









.pic-cont {
  height: auto;
  width: 100%;
  height: auto;
  margin: 0 0 5vw 0;
  padding: 0;
  /* border-radius: 5px; */
}

@media only screen and (min-width: 990px) {
  .pic-cont {
    height: auto;
    width: 100%;
    margin: 0 0 4vw 0;
  }
}


.pic-cont-tall {
  width: 100%;
  height: auto;
  margin: 0 0 5vw 0;
  padding: 0;
  /* border-radius: 5px; */
}

@media only screen and (min-width: 990px) {
  .pic-cont-tall {
    margin: 0 0 4vw;
    height: auto;
    width: 48%;
  }
}

.pic-cont-tall-right {
  width: 100%;
  height: auto;
  margin: 0 0 5vw 0;
  padding: 0;
  /* border-radius: 5px; */
}


@media only screen and (min-width: 990px) {
  .pic-cont-tall-right {
    margin: 0 0 4vw;
    margin-left: 4%;
    height: auto;
    width: 48%;
  }
}



.photobottomlinksection {
  margin: 0 auto;
  margin-top: 6vw;
  text-align: center;
  font-size: 4.7vw;
  color: #7d9a74;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media only screen and (min-width: 990px) {

  .photobottomlinksection {
    margin-top: 2vw;
    text-align: center;
    font-size: 1.7vw;
  }
}







  .articlescomingsoon {
    margin: 0 auto;
    text-align: center;
  font-size: 4.7vw;
  line-height: 7.2vw;
  }
  @media only screen and (min-width: 990px) {
    .articlescomingsoon {
    font-size: 1.7vw;
    line-height: 2.6vw;
    }
  }



  .articlescomingsoon a {
    color: #7d9a74;
    text-decoration: underline;
    text-underline-offset: .6vw;
    text-decoration-thickness: .4vw;
  }

  @media only screen and (min-width: 990px) {
    .articlescomingsoon a {
      text-decoration: underline;
      text-underline-offset: .3vw;
      text-decoration-thickness: .2vw;
    }
  }
