@import url(https://fonts.bunny.net/css?family=crimson-pro:300,400,500,600,700);

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
 font-family: 'Crimson Pro', serif;
}
body, html{
  font-size: 0.95rem;
  color: #022602;
  background: #ffffff;
}
a{
	color: #055A05;
}
.container{ 
	width: 1024px;
	margin: 0 auto; 
}
header{
	background: #E9F3E3;
	float: left;
	width: 100%;
	padding: 15px 0;
}
header .logo{
	float: left;
}
header .logo img{
	height: 90px;
}
header ul.nav{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
}
header ul.nav li{
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 0 0 50px;
}
header ul.nav li.book{
	background: #022602;
	color: #ffffff;
	border-radius: 3px;
	padding: 10px 18px 12px 18px;
}
header ul.nav li.book:hover{
	background: #054A05;
	cursor: pointer;
	transition: background 0.1s ease-in-out;
}
header ul.nav li.button a{
	color: #ffffff;
}
header ul.nav li.button {
    display: none; /* Hide button by default */
}
header ul.nav li.button a {
    color: #ffffff;
}
header a{
	color: #022602;
	text-decoration: none;
	transition: color 0.1s ease-in-out;
}
header a:hover{
	color: #055A05;
	cursor: pointer;
}
header .hamburger{
	display: none;
}
#hero{
	background: #E9F3E3;
	float: left;
	width: 100%;
	padding: 30px 0 70px 0;
}
#hero .left{
	width: 50%;
	float: left;
}
#hero .right{
	width: 50%;
	float: left;
}
#hero h1{
	color: #0A3F27;
	font-size: 3.5rem;
	margin: 30px 0 0 0;
	line-height: 4rem;
}
#hero p{
	color: #4A5450;
	font-size: 1.8rem;
	font-weight: 300;
	margin: 10px 0 0 0;
	line-height: 2.7rem;
}
#hero img{
	float: right;
	width: 300px;
}
#hero .button-solid{
	margin: 30px 0 0 0;
	display: block;
	width: 200px;
	text-align: center;
	padding: 17px 15px;
	font-size: 1.4rem;
	background: #022602;
	color: #ffffff;
	border-radius: 3px;
	padding: 10px 18px 12px 18px;
	text-decoration: none;
	transition: background 0.1s ease-in-out;
}
#hero .button-solid:hover{
	background: #054A05;
	color: #ffffff;
	cursor: pointer;
}
#content{
	width: 100%;
	padding: 70px 0 55px 0;
	float: left;
}
.container-sm{
	width: 740px;
	margin: 0 auto;
}
#content .text-sm{
	font-size: 1.7rem;
	font-weight: 500;
}
#content .left{
	width: 284px;
	float: left;
}
#content .right{
	width: 740px;
	float: left;
}
#content .profile{
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
#content p{
	font-size: 1.5rem;
	color: #022602;
	font-weight: 300;
	margin: 0 0 30px 0;
	line-height: 2.2rem;
}
#content a{
	color: #055A05;
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 600;
}
#content a:hover{
	color: #022602;
	cursor: pointer;
}
#content h3{
	font-size: 1.9rem;
	margin: 0 0 20px 0;
}
#content h4{
	font-size: 1.7rem;
	margin: 0 0 20px 0;
}
#content h4.question{
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 15px;
}
#content p.answer{
	color: #4b5563;
	font-size: 1.4rem;
	margin-top: 20px;
	line-height: 1.8rem;
}
#content ul{
	list-style: none;
	padding: 0;
}
#content ul li{
	padding: 5px 0;
	font-size: 1.5rem;
	color: #022602;
	font-weight: 300;
	line-height: 2.2rem;
}
#content ul li svg{
	height: 25px;
	vertical-align: middle;
	fill: #15803d;
	margin-right: 15px;
}
#content ul.faq{
	margin: -20px 0 0 0;
	padding: 0 0 0 20px;
	color: #4b5563;
}
#content ul.faq li{
	color: #4b5563;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 7px 0;
	line-height: 2rem;
}
#content ul.faq li strong{
	display: block;
}
.quote{
	width: 100%;
	color: #4b5563;
}
.quote .marks{
	display: block;
	position: absolute;
	font-size: 5rem;
	color: #87AF9D;
	margin: -30px 0 0 -50px;
}
.quote .mark-end{
	display: block;
	float: right;
	position: relative;
	font-size: 5rem;
	color: #87AF9D;
	margin: 40px 0 0 0;
}
.quote .text{
	color: #022602;
	font-size: 2.4rem;
	display: block;
	font-weight: 600;
}
.quote .source{
	font-size: 1.5rem;
	display: block;
	margin-top: 25px;
	margin-bottom: 5px;
}
.divider{
	width: 120px;
	background: #f3f4f6;
	height: 3px;
	display: block;
	margin: 50px 0;
}
#testimonial, #testimonial-2{
	background: #3B6351;
	width: 100%;
	float: left;
	padding: 70px 0;
}
#testimonial a, #testimonial-2 a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	font-size: 1.1rem;
	margin: 10px 0 0 0;
}
#testimonial a:hover, #testimonial-2 a:hover{
	text-decoration: underline;
}
#testimonial .mark-end{
	display: inline-block;
	float: right;
	position: relative;
	font-size: 4rem;
	color: #ffffff;
	margin: -40px -50px -60px 0;
}
#testimonial-2 .mark-end{
	display: inline-block;
	float: right;
	position: relative;
	font-size: 4rem;
	color: #ffffff;
	margin: -35px 40px -60px 0;
}
#testimonial .left{
	width: 60%;
	float: left;
}
#testimonial .right{
	width: 40%;
	float: left;
	text-align: right;
	color: #ffffff;
	font-size: 1.8rem;
}
#testimonial-2 .right{
	width: 60%;
	float: left;
}
#testimonial-2 .left{
	width: 40%;
	float: left;
	text-align: left;
	color: #ffffff;
	font-size: 1.8rem;
}
#testimonial span, #testimonial-2 span{
	position: absolute;
	font-size: 4rem;
	color: #ffffff;
	margin-top: -20px;
	margin-left: -30px;
}
#testimonial h2, #testimonial-2 h2{
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.08rem;
}
#content .button-solid{
	background: #022602;
	color: #ffffff;
	border-radius: 3px;
	padding: 10px 18px 12px 18px;
	text-decoration: none;
	font-size: 1.3rem;
	display: block;
	width: 180px;
	text-align: center;
	margin: 10px 0 30px 0;
	transition: background 0.1s ease-in-out;
}
#content .button-solid:hover{
	background: #054A05;
	color: #ffffff;
	cursor: pointer;
}
#joinForm{
	width: 100%;
	float: left;
	margin-top: -20px;
}
#joinForm .row{
	width: 100%;
	padding: 10px 0;
	float: left;
}
#joinForm label{
	display: block;
	width: 100%;
	font-size: 1.1rem;
	margin-bottom: 10px;
	font-weight: 600;
}
#joinForm .form-input{
	width: 70%;
	border-radius: 4px;
	outline: none;
	border: 1px solid #d1d5db;
	font-size: 1.2rem;
	padding: 8px 10px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
#joinForm .form-input:focus{
	border: 2px solid #059669;
	padding: 7px 9px;
}
#joinForm .form-textbox{
	width: 70%;
	border-radius: 4px;
	outline: none;
	border: 1px solid #d1d5db;
	font-size: 1.2rem;
	padding: 8px 10px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
#joinForm .form-textbox:focus{
	border: 2px solid #059669;
	padding: 7px 9px;
}
#joinForm .button{
	border-radius: 4px;
	background: #047857;
	border: 0;
	font-size: 1rem;
	padding: 10px;
	color: #ecfdf5;
	transition: background 0.1s ease-in-out;
}
#joinForm .button:hover{
	background: #059669;
	cursor: pointer;
}
#form-response{
	display: none;
	width: 100%;
	float: left;
	background: #f0fdf4;
	border-radius: 2px;
	padding: 20px;
	font-size: 1.2rem;
	color: #14532d;
}
 .faq-item {
    margin-bottom: 20px;
  }
  .faq-question {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .faq-answer {
    display: none;
  }
footer{
	padding: 80px 0 40px 0;
	float: left;
	width: 100%;
}
footer .left{
	width: 50%;
	float: left;
}
footer .right{
	width: 50%;
	float: left;
}
footer .family{
	font-size: 2rem;
	font-weight: 300;
	color: #0A3F27;
	width: 400px;
	line-height: 2.2rem;
	letter-spacing: 0.05rem;
	margin: 0 0 30px 0;
	border-left: 3px solid #0A3F27;
	padding-left: 20px;
}
footer .copyright{
	font-size: 1.2rem;
	font-weight: 500;
	color: #1f2937;
	margin-top: 70px;
}
footer .elmhurst{
	float: right;
}
footer ul.links{
	float: right;
	list-style: none;
	margin-top: 100px;
}
footer ul.links li{
	display: inline-block;
	font-size: 1.2rem;
	color: #6b7280;
	margin-left: 25px;
}
footer a{
	color: #6b7280;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
	cursor: pointer;
}
footer .title{
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 20px;
}
footer .phone{
	font-size: 1.8rem;
}
footer .email{
	font-size: 1.8rem;
	margin-top: 10px;
}

@media (max-width: 575.98px) { 
	.container, .container-sm{
		width: 360px;
	}
	#content .left{
		width: 360px;
		text-align: center;
		margin-bottom: 50px;
	}
	#content .right{
		width: 360px;
	}
	header ul.nav {
        display: none; /* Hide navigation by default on small screens */
    }

    header ul.nav.show {
        display: block; /* Show navigation when active */
    }

    header ul.nav.show li {
        display: block; /* Show list items vertically */
        margin: 10px 0; /* Adjust margin for list items */
    }

    header ul.nav li.button {
        display: inline-block; /* Show button as inline-block */
    }
    #hero img{
    	display: none;
    }
	 #hero .left{
		width: 100%;
		float: left;
	}
	#hero .right{
		width: 100%;
		float: left;
	}
	#hero h1{
		color: #0A3F27;
		font-size: 2.6rem;
	}
	#testimonial span, #testimonial-2 span{
		position: absolute;
		font-size: 3rem;
		color: #ffffff;
		margin-top: -30px;
		margin-left: 5px;
	}
	#testimonial h2, #testimonial-2 h2{
		color: #ffffff;
		font-size: 2rem;
		font-weight: 300;
		letter-spacing: 0.08rem;
	}
	#testimonial .left{
		width: 100%;
		float: left;
	}
	#testimonial .right{
		width: 100%;
		text-align: left;
		font-size: 1.3rem;
		margin-top: 30px;
	}
	#testimonial-2 .right{
		width: 100%;
	}
	#testimonial-2 .left{
		width: 100%;
		font-size: 1.3rem;
		margin-bottom: 50px;
	}
	footer .left{
		width: 100%;
		float: left;
	}
	footer .right{
		width: 100%;
		float: left;
	}
	footer .family{
		font-size: 2rem;
		font-weight: 300;
		color: #0A3F27;
		width: 320px;
		line-height: 2.2rem;
		letter-spacing: 0.05rem;
		margin: 0 0 30px 0;
		border-left: 3px solid #0A3F27;
		padding-left: 20px;
	}
	footer .copyright{
		font-size: 1.2rem;
		font-weight: 500;
		color: #1f2937;
		margin-top: 40px;
	}
	footer .elmhurst{
		float: left;
		margin-top: 30px;
	}
	footer ul.links{
		float: left;
		list-style: none;
		margin-top: 10px;
	}
	footer ul.links li{
		display: block;
		font-size: 1.2rem;
		color: #6b7280;
		margin-left: 0;
		margin-bottom: 5px;
	}
	/* Hamburger menu button styles */
		header button.hamburger{
		    display: block;
		    background: none;
		    border: none;
		    color: #022602;
		    font-size: 1.5rem;
		    padding: 10px;
		    cursor: pointer;
		    transition: color 0.1s ease-in-out;
		    float: right;
		}

		header button.hamburger:hover {
		    color: #54B847; /* Change color on hover */
		}

		/* Hamburger menu icon animation */
		header button.hamburger::before {
		    transition: transform 0.1s ease-in-out, margin 0.1s ease-in-out;
		}

		header button.hamburger::after {
		    transition: transform 0.1s ease-in-out, margin 0.1s ease-in-out;
		}

		/* Hamburger menu icon animation when active */
		header ul.nav.show + button.hamburger::before {
		    transform: rotate(45deg) translate(4px, 5px);
		    margin: 0; /* Adjust spacing */
		}

		header ul.nav.show + button.hamburger::after {
		    transform: rotate(-45deg) translate(4px, -5px);
		    margin: 0; /* Adjust spacing */
		}
}