@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');



html, body {
	font-size: 15px;
    font-family: "Inter", sans-serif;
	color: #4d4d4e;
	height: 100%;
	margin: 0;
  padding: 0;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "Playfair",Georgia,"Times New Roman", serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #dbb0b9; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }






.topbar {
	background-color: #0e4f59;
	width: 100%;
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}


.green-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 22px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0px 0px #000000;
	float: right;
  
}



.green-button a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }
.green-button a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }
.green-button a:hover {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff; }
.green-button a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }






.green-outline-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 22px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0px 0px #000000;
  
}



.green-outline-button a:link {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;  }
.green-outline-button a:visited {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;  }
.green-outline-button a:hover {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff; }
.green-outline-button a:active {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;  }






.button-group {
    width: 400px; /* adjust as needed */
}

.bottom-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* TOP BUTTON */

.blue-button a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 64px;

    background: #0e4f59;
    border: 1px solid #0e4f59;
    border-radius: 22px;

    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;

    box-sizing: border-box;
}

/* LOWER BUTTONS */

.smallwhite-button {
    flex: 1;
}

.smallwhite-button a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 46px;

    border: 1px solid #fff;
    border-radius: 12px;

    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;

    box-sizing: border-box;
}

/* HOVERS */

.blue-button a:hover {
    background: #fff;
    color: #0e4f59;
}

.smallwhite-button a:hover {
    background: #fff;
    color: #0e4f59;
}




.header-left {
	width: 400px;
	padding-top:40px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	float: left;
	
}


.header-mid {
	width: 400px;
	padding-top:50px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}





.logo-left {
	width: 200px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}

.logo-right {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: right;
	
}




.headerbg {
	background-image: url(../landing-images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: right center;
	width: 100%;
	height: 500px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.headertext1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 22px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #10a64c;
	text-transform: uppercase;
	font-style: italic;
	text-align: left;
	
}

.headertextnc1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 22px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #10a64c;
	font-style: italic;
	text-align: left;
	
}

.headertext2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 38px;
	line-height: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	
}

.headertext3 {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 17px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}

.headertext3highlight {
	font-size: 17px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #10a64c;
	text-align: left;
	
}



.titletextongreen {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 38px;
	line-height: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #0e4f59;
	text-align: center;
	
}



.titletextgreen {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 38px;
	line-height: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #10a64c;
	text-align: center;
	
}




.firstbg {
	background-color: #e9f7f0;
	width: 100%;
	height: auto;
	padding-top:60px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 25px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	
}






.whatroundedframe {
	background-color: #ffffff;
	width: 1130px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	margin-left: auto;
    margin-right: auto;
	font-size: 18px;
	line-height: 25px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
    border-radius: 12px;
	
}




.proof-image {
	width: 200px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}


.proof-image img {
	border-radius: 12px;
	
}

.proof-right {
	width: 910px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}



.prooftitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 34px;
	font-family: "Playfair",Georgia,"Times New Roman", serif;
	font-weight: 500;
	color: #0e4f59;
	text-align: left;
	
}




.proof-icon1 {
	width: 60px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	float: left;
	
}

.proof-text1 {
	width: 200px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	font-size: 15px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	color: #0e4f59;
	text-align: left;
	float: left;
	
}


.proof-icon2 {
	width: 60px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	float: left;
	
}

.proof-text2 {
	width: 300px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	font-size: 15px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	color: #0e4f59;
	text-align: left;
	float: left;
	
}



.proof-hightlight {
	font-size: 24px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #0e4f59;
	text-align: left;
	
}



.proof-quote1 {
	width: 20px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:8px;
	padding-left:0px;
	float: left;
	
}


.proof-quote2 {
	width: 20px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:8px;
	float: left;
	
}


.proof-quotetext {
	width: 540px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	line-height: 18px;
	font-family: "Playfair",Georgia,"Times New Roman", serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	float: left;
	
}


.proof-bio-image {
	width: 60px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:18px;
	float: left;
	
}

.proof-bio-image img {
	border-radius: 50px;
	
}



.proof-biotext {
	width: 200px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: left;
	
}

.proof-biotext1 {
	font-size: 18px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #0e4f59;
	text-align: left;
	
}

.proof-biotext2 {
	font-size: 15px;
	line-height: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #0e4f59;
	text-align: left;
	
}








.bluecornerbg {
	background-color: #0e4f59;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}





.blueleftcornerbg {
	background-image: url(../landing-images/bluetopleft.jpg);
	background-repeat: no-repeat;
    background-position: top left;
	width: 100%;
	height: auto;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.bluerightcornerbg {
	background-image: url(../landing-images/bluebottomright.jpg);
	background-repeat: no-repeat;
    background-position: bottom right;
	width: 100%;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.cornertitle {
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 38px;
	line-height: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	
}


.icon-frame {
	background-color: #e9f7f0;
	width: 90px;
	height: 90px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border-radius: 150px;
	margin-left: auto;
    margin-right: auto;
	
}


.cornersubtitles {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 25px;
	line-height: 28px;
	font-family: "Playfair",Georgia,"Times New Roman", serif;
	font-weight: 600;
	color: #99c6a3;
	text-align: center;
	
}


.corner-columns-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.corner-column {
	width: calc(33.333% - 20px);
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}

@media only screen and (max-width: 768px) {

	.corner-column {
		width: 100%;
		padding-left: 0px;
	}

}







.greenbg {
	background-color: #072035;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	
}



.greencolumn1 {
	width: 699px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}

.greencolumn2 {
	width: 1px;
	height: 150px;
	background-color: #ffffff;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-right:30px;
	margin-left:30px;
	float: left;
	
}

.greencolumn3 {
	width: 390px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	float: left;
	
}



.greenhighlighttitle1 {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 55px;
	line-height: 60px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	
}


.greenhighlighttitle2 {
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 32px;
	line-height: 36px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: right;
	
}


.greenhighlighttitle3 {
	font-size: 25px;
	line-height: 32px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}






.whitebg {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:60px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 25px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	
}




.resultssubtitle {
	height: 35px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 18px;
	font-family: "Playfair",Georgia,"Times New Roman", serif;
	font-weight: 600;
	color: #0e4f59;
	text-align: left;
	
}


.resultframe {
	background-color: #e9f7f0;
	width: 350px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	font-size: 20px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	border-radius: 12px;
	float: left;
	
}

.resultcolumn1 {
	width: 140px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}



.resultcolumn1 img {
	border-radius: 12px;
	
}


.resultcolumn2 {
	width: 190px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	line-height: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}



.results-icon1 {
	width: 40px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	float: left;
	
}

.results-text1 {
	width: 100px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	font-size: 9px;
	line-height: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	color: #0e4f59;
	text-align: left;
	float: left;
	
}




.results-hightlight {
	font-size: 18px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #0e4f59;
	text-align: left;
	
}



.results-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.resultframe {
	background-color: #e9f7f0;
	width: calc(33.333% - 14px);
	box-sizing: border-box;
	padding: 10px;
	font-size: 20px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	border-radius: 12px;
	float: none;
}

.resultcolumn1 {
	width: 40%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	float: left;
}

.resultcolumn1 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.resultcolumn2 {
	width: 60%;
	box-sizing: border-box;
	padding: 0;
	font-size: 15px;
	line-height: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
}

@media only screen and (max-width: 768px) {

	.results-grid {
		display: block;
	}

	.resultframe {
		width: 100%;
		margin-bottom: 20px;
	}

}







.footerbg {
	background-image: url(../landing-images/footerbg.jpg);
	background-repeat: no-repeat;
    background-position: left center;
	width: 100%;
	height: auto;
	margin-top:50px;
	padding-top:50px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}




.footer-right {
	width: 650px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	float: right;
	
}




.footer-highlight {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	
}



.footer-buttonfloat1 {
	width: 370px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	float: right;
	
}

.footer-buttonfloat2 {
	width: 180px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	float: right;
	
}


.smallwhite2-button a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 56px;

    border: 1px solid #fff;
    border-radius: 12px;

    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;

    box-sizing: border-box;
}




.smallwhite2-button a:hover {
    background: #fff;
    color: #0e4f59;
}




.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}




.tocenter {
	width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}







@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }






























.topbar {
	background-color: #0e4f59;
	width: 100%;
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}


.green-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 22px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0px 0px #000000;
  
}



.green-button a:link {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }
.green-button a:visited {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }
.green-button a:hover {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff; }
.green-button a:active {color: #ffffff; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }






.green-outline-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 22px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0px 0px #000000;
  
}



.green-outline-button a:link {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;  }
.green-outline-button a:visited {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;  }
.green-outline-button a:hover {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #ffffff; }
.green-outline-button a:active {color: #10a64c; text-decoration: none; padding-top:15px; padding-bottom:15px; padding-right:15px; padding-left:15px;border-radius: 5px;border-style: solid; border-width: 1px; border-color: #10a64c;  }

.button-group {
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
}

.blue-button a {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 11px;
}

.bottom-buttons {
	display: flex;
	width: 100%;
	max-width: 100%;
	gap: 10px;
	margin-top: 10px;
	box-sizing: border-box;
}

.smallwhite-button {
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
}

.smallwhite-button a {
	width: 100%;
	box-sizing: border-box;
}


.header-left {
	width: 100%;
	max-width: 400px;
	padding-top:40px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.header-mid {
	width: 100%;
	max-width: 600px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}





.logo-left {
	width: 80%;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:10%;
	padding-left:10%;
	
}

.logo-right {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}




.headerbg {
	background-image: url(../landing-images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: left center;
	width: 100%;
	height: auto;
	margin-top:0px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.headertext1 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 19px;
	line-height: 19px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #10a64c;
	text-transform: uppercase;
	font-style: italic;
	text-align: left;
	
}

.headertext2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 26px;
	line-height: 30px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	
}

.headertext3 {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 17px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}

.headertext3highlight {
	font-size: 17px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #10a64c;
	text-align: left;
	
}



.titletextongreen {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #0e4f59;
	text-align: center;
	
}


.titletextgreen {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #10a64c;
	text-align: center;
	
}




.firstbg {
	background-color: #e9f7f0;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 25px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	
}



	.whatroundedframe {
		width: calc(100% - 20px);
		box-sizing: border-box;
		padding: 10px;
	}

	.proof-image {
		width: 100%;
		padding: 0 0 20px 0;
		float: none;
	}

	.proof-image img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 12px;
	}

	.proof-right {
		width: 100%;
		float: none;
	}

	.prooftitle {
		font-size: 28px;
		line-height: 32px;
		text-align: center;
		padding-bottom: 20px;
	}

	.proof-icon1,
	.proof-icon2 {
		width: 60px;
		padding: 0 10px 0 0;
		float: left;
	}

	.proof-text1,
	.proof-text2 {
		width: calc(100% - 70px);
		box-sizing: border-box;
		padding: 0 0 15px 0;
		float: left;
		font-size: 14px;
		line-height: 22px;
	}

	.proof-hightlight {
		font-size: 22px;
		line-height: 24px;
	}

	.proof-quote1,
	.proof-quote2 {
		display: none;
	}

	.proof-quotetext {
		width: 100%;
		box-sizing: border-box;
		padding: 15px 0 0 0;
		float: none;
		font-size: 15px;
		line-height: 21px;
		text-align: center;
	}

	.proof-bio-image {
		width: 60px;
		padding: 20px 10px 0 0;
		float: left;
		box-sizing: border-box;
	}

	.proof-biotext {
		width: calc(100% - 60px);
		box-sizing: border-box;
		padding: 20px 0 0 10px;
		float: left;
	}

	.proof-biotext1,
	.proof-biotext2 {
		text-align: left;
	}







.bluecornerbg {
	background-color: #0e4f59;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}





.blueleftcornerbg {
	background-image: url(../landing-images/bluetopleft.jpg);
	background-repeat: no-repeat;
    background-position: top left;
	width: 100%;
	height: auto;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.bluerightcornerbg {
	background-image: url(../landing-images/bluebottomright.jpg);
	background-repeat: no-repeat;
    background-position: bottom right;
	width: 100%;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.cornertitle {
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 32px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	
}


.icon-frame {
	background-color: #e9f7f0;
	width: 90px;
	height: 90px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border-radius: 150px;
	margin-left: auto;
    margin-right: auto;
	
}


.cornersubtitles {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 24px;
	font-family: "Playfair",Georgia,"Times New Roman", serif;
	font-weight: 600;
	color: #99c6a3;
	text-align: center;
	
}








.greenbg {
	background-color: #072035;
	width: 100%;
	height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	
}



.greencolumn1 {
	width: 100%;
	max-width: 699px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}

.greencolumn2 {
	display: none;
	
}

.greencolumn3 {
	width: 100%;
	max-width: 650px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 26px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	
}



.greenhighlighttitle1 {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 32px;
	line-height: 36px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	
}


.greenhighlighttitle2 {
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 25px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: right;
	
}


.greenhighlighttitle3 {
	font-size: 22px;
	line-height: 27px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}






.whitebg {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	
}




.resultssubtitle {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 18px;
	font-family: "Playfair",Georgia,"Times New Roman", serif;
	font-weight: 600;
	color: #0e4f59;
	text-align: left;
	
}


.resultframe {
	background-color: #e9f7f0;
	max-width: 650px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	font-size: 18px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	border-radius: 12px;
	
}

.resultcolumn1 {
	width: 30%;
	max-width: 140px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}



.resultcolumn1 img {
	border-radius: 12px;
	
}


.resultcolumn2 {
	width: 60%;
	max-width: 190px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	line-height: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}



.results-icon1 {
	width: 40px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	float: left;
	
}

.results-text1 {
	width: 100px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:0px;
	font-size: 9px;
	line-height: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	color: #0e4f59;
	text-align: left;
	float: left;
	
}




.results-hightlight {
	font-size: 16px;
	line-height: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #0e4f59;
	text-align: left;
	
}








.footerbg {
	background-image: url(../landing-images/footerbg.jpg);
	background-repeat: no-repeat;
    background-position: right center;
	width: 100%;
	height: auto;
	margin-top:40px;
	padding-top:40px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}




.footer-right {
	width: 100%;
	max-width: 650px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: right;
	
}




.footer-highlight {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	
}



.footer-buttonfloat1 {
	width: 100%;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}

.footer-buttonfloat1 .blue-button {
	width: 100%;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
}



.footer-buttonfloat2 {
	width: 100%;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.smallwhite2-button a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 56px;

    border: 1px solid #fff;
    border-radius: 12px;

    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;

    box-sizing: border-box;
}




.smallwhite2-button a:hover {
    background: #fff;
    color: #0e4f59;
}













.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}

.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}




.tocenter {
	width: 94%;
	max-width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}












