/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 6.2
*/
@font-face {
	font-family: 'Roboto';
	font-display: swap;
	src: url('fonts/roboto.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Jost';
	font-display: swap;
	src: url('fonts/jost.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #7C90AD;
	font-size: 24px;
	line-height: 1.25;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #FBF6EF;
	letter-spacing: .48px;
}
p a, li a, div a {
	color: #6A978D;
}
h1, .blog #main h1 a {
	color: #111;
	font-family: 'Jost', sans-serif;
	font-size: 72px;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 25px;
}
h2 {
	color: #6A978D;
	font-family: 'Jost', sans-serif;
	font-size: 48px;
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 0.96px;
	text-transform: lowercase;
}
h3 {
	color: #6A978D;
	font-family: 'Jost', sans-serif !important;
	font-size: 34px;
	line-height: 1.05;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacging: .64px;
	text-transform: lowercase;
}
.single .banner h1 {
	font-size: clamp(28px, 5vw, 60px) !important;
	line-height: 1.2 !important;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
}
.main-btn {
	color: #fff;
	background: #6A978D;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Jost', sans-serif;
	font-size: inherit;
	padding: 13px 30px;
	text-decoration: none !important;
	font-weight: 600;
	cursor: pointer;
	border-radius: 40px;
	text-transform: lowercase;
}
.main-btn:hover {
	background: #643b21;
	color: #fff;
}
.main-btn2 {
	color: #fff;
	background: #A1ACBD;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Jost', sans-serif;
	font-size: inherit;
	padding: 13px 30px;
	text-decoration: none !important;
	font-weight: 600;
	cursor: pointer;
	border-radius: 40px;
	border: 1px solid #fff;
	margin-left: 15px;
	text-transform: lowercase;
}
.main-btn2::after {
	display: none;
}
.main-btn2:hover {
	background: #fff;
	color: #A1ACBD;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
.modal label {
	width: 100%;
}
.paged .pagination li.prev {
	display: none !important;
}
.paged .pagination li:nth-child(2) {
	float: left;
}
.menu-btn {
	display: inline-block;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2d2d2d;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 1;
	visibility: visible;
}
.cookie-banner p {
	margin: 0 0 10px;
	max-width: 800px;
}
.cookie-buttons {
	display: flex;
	gap: 10px;
}
.cookie-btn {
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}
.cookie-btn.accept {
	background: #6528f5;
	color: #fff;
}
.cookie-btn.deny {
	background: #666;
	color: #fff;
}
.cookie-btn:hover {
	opacity: 0.9;
}
.cookie-banner.hide {
	opacity: 0;
	visibility: hidden;
}
/* HEADER
------------------------------------- */
.header {
	padding: 15px 0;
}
.top {
	position: relative;
	background: #6A978D;
	padding: 10px 0;
}
p.address, a.phone.transition {
	margin: 0;
	color: #fff;
	font-family: 'Jost', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
.top .flex {
	justify-content: space-between;
	align-items: center;
}
.top .fa-solid {
	margin-right: 5px;
}
.top a {
	color: #fff;
}
.top a:hover {
	text-decoration: none;
}
.navbar .nav > li > a {
	color: #7C90AD;
	padding: 10px 15px;
	height: 38px;
	line-height: 38px;
	font-family: 'Jost', sans-serif;
	font-size: 30px;
	text-transform: lowercase;
	font-weight: 400;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > li.current-menu-ancestor > a {
	background: none;
	color: #643b21;
	box-shadow: none;
	font-weight: 400;
}
ul.dropdown-menu {
	background: #6a978d;
	min-width: 350px;
	border-radius: 30px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu li.current-menu-item > a, li.current-menu-parent > a, .navbar .nav > li.current-page-ancestor > a {
	font-weight: 400;
	border-left: 3px solid #fbf6ef;
	padding-left: 17px;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #643b21;
	padding-left: 17px;
}
.header .dropdown-menu li:hover a {
	color: #fbf6ef !important;
}
.header .dropdown-menu li.current-menu-item a {
	color: #643b21 !important;
}
.navbar .nav {
	text-align: center;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 175px;
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.header .dropdown-menu li a {
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	letter-spacing: 0;
}
a.phone2 {
	display: inline-block;
	margin-right: 15px;
	font-size: 21px;
}
.phone2 i.fa-solid.fa-mobile {
	color: #6528f5;
}
/* BANNER
------------------------------------- */
.banner {
	min-height: 420px;
	height: auto;
	position: relative;
	max-width: 1620px;
	margin: 0 auto 50px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-size: cover !important;
}
.single .banner {
	background: #6a978d;
	height: auto;
	min-height: auto;
}
.home .banner {
	min-height: 800px;
	justify-content: end;
}
.home .banner .container {
	background: linear-gradient(0deg, rgba(17, 17, 17, 0.50) 23.54%, rgba(119, 119, 119, 0.00) 94.15%);
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
	align-items: center;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 20px;
}
.banner h1 {
	color: #fff;
}
.home .banner h1 {
	margin-bottom: 20px;
	padding-top: 100px;
	max-width: 1050px;
}
.banner .container {
	background: rgba(17, 17, 17, 0.30);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
	flex-direction: column;
	padding: 30px;
	flex: 1;
}
.banner h2 {
	color: #fff;
	line-height: 1;
}
.banner p {
	max-width: 1000px;
	margin: 0 auto 25px;
	color: #fff;
}
.error404 .banner, .blog .banner {
	background: url('/wp-content/uploads/2025/09/class-banner.webp');
}
/* TOP
------------------------------------- */
/* MAIN
------------------------------------- */
#main img {
	border-radius: 30px;
}
/* Home Page Content
------------------------------------- */
/* Family Needs Section */
.section-one .flex {
	justify-content: space-evenly;
	align-items: center;
	gap: 50px;
}
.section-one-content {
	max-width: 800px;
}
.section-one .content-box h2 {
	max-width: 700px;
	margin-bottom: 40px;
}
.section-one-content strong {
	display: inline-block;
	margin-top: 12px;
}
/* Montessori Approach Section */
.blue-box-three {
	position: relative;
	padding: 50px 20px;
	background: #7c90ad;
	border-radius: 30px;
	color: #fff;
	width: 33.33%;
}
.section-two .flex {
	margin: 60px 0;
	gap: 50px;
	justify-content: space-between;
}
.blue-box-three p, .blue-box-three h3 {
	color: #fff;
}
.home .blue-box-three h3 {
	margin: 0 auto 20px;
}
.blue-box-three p {
	margin-bottom: 0;
}
/* Programs Section */
.section-three .flex {
	margin: 50px 0;
	justify-content: space-evenly;
	gap: 50px;
}
.section-three-box {
	width: 33.33%;
	max-width: 508px;
	position: relative;
	overflow: hidden;
}
.section-three-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(17, 17, 17, 0.70);
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.section-three-box p:last-child {
	margin: 0;
}
.section-three-box h3, .section-three-box p {
	color: #fff;
}
.section-three-box p {
	display: none;
}
.section-three-box:hover p {
	display: block;
}
/* Home Away Section */
.section-four .flex {
	justify-content: space-between;
	gap: 50px;
	align-items: center;
}
.section-four-content {
	max-width: 1020px;
}
/* Day of Discovery Section */
.section-five .flex {
	margin: 60px 0 30px;
	gap: 30px;
	justify-content: space-evenly;
}
.section-five-step {
	width: 20%;
}
.section-five-step h3 {
	margin-bottom: 30px;
}
/* Beautiful Spaces Section */
.section-six .flex {
	justify-content: space-evenly;
	align-items: center;
	gap: 50px;
	flex-direction: row-reverse;
}
.content-box {
	max-width: 800px;
}
.section-six .content-box h2 {
	max-width: 700px;
	margin-bottom: 40px;
}
.section-six ul {
	list-style: none;
	margin: 0 0 40px;
}
.section-six ol {
	margin-bottom: 40px;
}
.section-six li {
	margin-bottom: 5px;
}
/* Healthcare Heroes Section */
.green-box {
	position: relative;
	padding: 50px 20px;
	background: #6A978D;
	border-radius: 30px;
	color: #fff;
	width: 25%;
}
.green-box p, .green-box h3 {
	color: #fff;
}
.home .green-box h3 {
	max-width: 250px;
	margin: 0 auto 20px;
}
.green-box p {
	margin-bottom: 0;
}
.section-seven .flex {
	margin: 60px 0;
	gap: 50px;
	justify-content: space-between;
}
.section-seven .main-btn {
	background: #7c90ad;
}
.section-seven .main-btn:hover {
	background: #fff;
	color: #7c90ad;
}
.section-seven h2 {
	color: #7c90ad;
}
/* Beautiful Spaces Section */
.section-eight .flex {
	justify-content: space-evenly;
	align-items: center;
	gap: 50px;
}
/* True Partnership Section */
.clear-box {
	position: relative;
	padding: 50px 20px;
	border-radius: 30px;
	width: 25%;
}
.section-nine .flex {
	margin: 0;
	gap: 50px;
	justify-content: space-between;
}
/* Join Growing Community Section */
.blue-box {
	position: relative;
	padding: 50px 20px;
	background: #7c90ad;
	border-radius: 30px;
	color: #fff;
	width: 25%;
}
.section-ten .flex {
	margin: 60px 0;
	gap: 50px;
	justify-content: space-between;
}
.blue-box p, .blue-box h3 {
	color: #fff;
}
.home .blue-box h3 {
	max-width: 250px;
	margin: 0 auto 20px;
}
.blue-box p {
	margin-bottom: 0;
}
/* Home Gallery Section */
.home-gallery-section .flex {
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.home-gallery-section img {
	border-radius: 30px;
}
.home-gallery-section .gallery-center {
	display: flex;
	flex-direction: column;
}
hr {
	margin: 100px 0;
	border-color: #7C90AD;
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1740px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.pagination {
	display: block;
	text-align: center;
	margin: 50px auto;
	width: 100%;
}
.pagination ul {
	margin: 0 !important;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.pagination ul li:first-child {
	float: left;
}
.pagination ul li:last-child {
	float: right;
}
.pagination a {
	color: #2f1964;
}
.pagination li.active a {
	color: #ff7a4d;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999;
	cursor: pointer;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Lightbox Image Hover Effect (Optional) */
#customLightbox img:hover {
	transform: scale(1.02); /* Slight zoom effect */
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-nav.next-arrow {
	position: absolute;
	right: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.lightbox-nav.prev-arrow {
	position: absolute;
	left: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
/* BOTTOM
------------------------------------- */
/* Home Form Section */
.contact-form-section {
	position: relative;
}
.contact-form-section > .flex {
	gap: 50px;
}
.form-wrapper h2 {
	color: #fff;
	margin-bottom: 25px;
}
.contact-form-section .flex .form-left-image {
	width: 30%;
	display: flex;
	align-items: end;
	padding-bottom: 50px;
}
.contact-form-section .flex .form-left-image img {
	border-radius: 0 30px 30px 0;
}
.form-wrapper {
	width: 60%;
}
.contact-form-section .flex .form-right-image {
	width: 30%;
}
.contact-form-section .flex .form-right-image img {
	border-radius: 30px 0 0 30px;
}
.form-wrapper label, .form-wrapper br {
	display: none;
}
.form-wrapper {
	width: 60%;
	background: #B5CBC7;
	padding: 30px;
	border-radius: 30px;
	text-align: center;
}
.form-wrapper input, .form-wrapper textarea, .form-wrapper select {
	width: 100%;
	min-width: 100%;
	max-width: 740px !important;
	padding: 11px 20px;
	margin-bottom: 0;
	font-size: 24px !important;
	color: #7C90AD;
	border: none;
	border-radius: 10px;
}
.form-wrapper form .flex {
	gap: 20px;
	justify-content: space-between;
}
.form-wrapper form .flex > div {
	width: 50%;
}
.form-wrapper input[type=submit] {
	color: #fff;
	background: none;
	display: inline-block;
	font-family: 'Jost', sans-serif;
	font-size: inherit;
	text-decoration: none !important;
	font-weight: 600;
	cursor: pointer;
	border-radius: 40px;
	border: 1px solid #fff;
	margin-left: 15px;
	text-transform: lowercase;
	max-width: 180px !important;
	min-width: 0;
	padding: 10px;
	margin: 10px auto;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.form-wrapper input[type=submit]:hover {
	color: #7C90AD;
	background: #fff;
}
body .form-wrapper textarea {
	max-height: 220px !important;
}
span.wpcf7-spinner {
	display: none;
}
/* Bottom Call to Action Section */
.bottom-cta-section {
	padding: 100px 0;
	position: relative;
}
.bottom-cta-section h2, .bottom-cta-section h3 {
	color: #fff;
}
.bottom-cta-section h3 {
	margin-bottom: 30px;
}
.bottom-cta-wrapper {
	background: #A1ACBD;
	border-radius: 40px;
	padding: 50px;
	text-align: center;
}
.bottom-cta-section p {
	color: #fff;
}
.bottom-cta-section p {
	color: #fff;
	max-width: 1300px;
	margin: 0 auto 35px;
}
.home .bottom-cta-section p {
	max-width: 100%;
}
.wpcf7-response-output {
	color: #fff;
	text-align: center;
	padding: 10px !important;
	width: 100%;
	font-size: inherit !important;
}
.contact-form-section .flex .form-left-image img, .contact-form-section .flex .form-right-image img {display: none;}
/* FOOTER
------------------------------------- */
footer {
	background: #6A978D;
	padding: 50px 0;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 5;
}
.flex.inner-footer {
	justify-content: space-between;
	gap: 50px;
	align-items: start;
}
.flex.inner-footer > div {
	width: 25%;
}
footer h3 {
	color: #fff;
	margin-bottom: 25px;
}
.menu-footer li a, .menu-programs li a {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-transform: lowercase;
	color: #fff;
}
.menu-footer, .menu-programs {
	margin: 0;
	column-count: 1;
}
.menu-footer li, .menu-programs li {
	margin-bottom: 10px;
}
.footer-contact-info {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.attribution {
	color: #fcfcfc;
	text-align: left;
	padding: 0;
	background: none;
	display: block;
	float: none;
	margin: 0;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.attribution a {
	color: #fcfcfc;
	text-decoration: underline;
}
.attribution p {
	margin: 0;
}
footer hr {
	margin: 50px 0;
	border-width: 5px;
	border-color: #fff;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #FBF6EF;
	color: #222;
	text-align: center;
	padding: 5px 10px;
	font-size: 22px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
	font-weight: 300;
}
#back-to-top:hover {
	background-color: #A1ACBD; /* Slightly darker for hover effect */
	color: #fff;
}
/* Portfolio Galleries */
.flex.gallery-wrap {
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 50px auto 0;
	padding: 0 30px 0 30px;
}
.flex.gallery-wrap .img-wrap {
	width: calc(33% - 50px);
	max-width: 100%;
	height: auto;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	cursor: pointer;
}
.img-wrap img {
	cursor: pointer;
}
.img-wrap {
	max-height: 285px;
	overflow: hidden;
}
.lightbox-img:hover {
	transform: scale(1.05);
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
/* INTERNAL PAGES
------------------------------------- */
.row-reverse {
	flex-direction: row-reverse;
}
.column-reverse {
	flex-direction: column-reverse;
}
#main ul, #main ol {
	margin-bottom: 30px;
}
#main li {
	margin-bottom: 12px;
}
.slim-content {
	max-width: 1000px;
	margin: 0 auto;
}
.bottom-cta-wrapper ul li {
	font-size: inherit;
	color: #fff;
	margin-bottom: 10px;
}
.bottom-cta-wrapper ul {
	text-align: left;
	max-width: 750px;
	margin: 0 auto 35px;
}
.page-our-approach .content-box h2 {
	max-width: 640px;
}
span.mini {
	font-size: 20px;
	color: #643b21;
	display: block;
	margin-top: 10px;
	padding-left: 35px;
}
.page-parent-stories .blue-box-three strong {
	display: block;
	margin-top: 15px;
}
.error404 #main {
	margin-bottom: 50px;
}
.hero-unit ul li a {
	color: #7c90ad;
}
.hero-unit ul {
	text-align: left;
}
.page-faqs .banner h2 {
	max-width: 900px;
}
.accordion-item a {
	text-decoration: underline;
}
.blue-box-three.green {
	background: #6a978d;
}
hr.line {
	margin: 35px auto;
	max-width: 500px;
}
.page-policies .clear-box {
	width: 33.33%;
}
.page-healthcare-families .bottom-cta-wrapper ul {
	max-width: 560px;
}
.page-healthcare-families .content-box strong {
	margin-top: 10px;
	display: block;
}
.page-programs .banner h2 {
	max-width: 1200px;
}
.page-programs .slim-content.center {
	margin-bottom: 100px;
}
.page-programs .section-four-content {
	max-width: 750px;
}
.page-preschool-program .banner h2, .page-infant-program .banner h2, .page-toddler-program .banner h2 {
	max-width: 1000px;
}
.page-enrollment .section-eight .content-box p {
	margin-bottom: 40px;
}
.page-daily-experience .section-eight .content-box h3 {
	margin-top: 35px;
}
.page-daily-experience .section-eight .flex {
	align-items: start;
}
.page-parent-resources .section-four .slim-content {
	max-width: 1240px;
}
.page-koa-story .section-four-content {
	max-width: 800px;
	margin: auto;
}
.page-contact .form-wrapper, .page-request-info .form-wrapper, .page-interest-list .form-wrapper {
	width: 100%;
}
.section-one-img.map-box {
	width: 100%;
}
.staff h2 {
	margin-bottom: 2px;
}
.single .banner h1 {
	max-width: 1200px;
	margin: 0;
}
.single .banner .container {
	background: none;
}
.single .main-wrap .container {
	max-width: 1400px;
}
.single #main .meta {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: right;
	margin-top: 50px;
}
.single #main h2 {
	margin-bottom: 10px;
}
.single header {
	margin-bottom: 40px;
}
.single #main hr {
	margin: 45px 0;
}
.accordion-item {
	margin-bottom: 25px;
	box-shadow: 1px 1px 5px rgb(0 0 0 / .2);
	background: #6a978d;
	color: #fff;
}
.blog #main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: start;
	align-items: start;
}
.front-post-wrap {
	width: calc(33.33% - 50px);
}
.post-img img {
	height: auto;
}
span.post-title {
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	margin: 20px 0;
	display: block;
	padding: 0 10px;
	font-size: 32px;
}
.blog p.meta, .blog p.excerpt {
	padding: 0 10px;
}
.blog p.meta {
	display: none;
}
.blog .main-wrap hr {
	margin: 50px 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.single header img {
	object-fit: cover;
	width: 100%;
}
.pagination a {
	color: #6a978d;
}
.pagination li.active a {
	color: #633b21;
}
li.disabled {
	opacity: 0;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1799px) {
	.nav li:last-child > .dropdown-menu {
		left: auto;
		right: 0;
	}
}
@media (max-height: 920px) {
	.home .banner {
		min-height: 630px;
	}
}
@media (max-width: 1549px) {
	h1, .blog #main h1 a {
		font-size: 62px;
	}
	.banner h2 {
		font-size: 42px;
	}
	.section-seven .flex, .section-two .flex, .section-three .flex, .section-ten .flex {
		gap: 30px;
	}
}
@media (max-height: 820px) {
	.home .banner {
		min-height: 530px;
	}
}
@media (max-width: 1449px) {
	.navbar .nav > li > a {
		font-size: 25px;
	}
	.home .banner h1 {
		max-width: 750px;
	}
	.header .dropdown-menu li a {
		font-size: 21px;
	}
}
@media (max-width: 1399px) {
	h1, .blog #main h1 a {
		font-size: 52px;
	}
	.home .banner h1 {
		max-width: 680px;
	}
	.main-btn, .main-btn2 {
		padding: 10px 30px;
	}
	html, body {
		font-size: 22px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}
	.section-four-content, .section-one-content {
		max-width: 60%;
	}
	.banner {
		min-height: 300px;
	}
	.banner h2 {
		font-size: 36px;
	}
}
@media (max-width: 1299px) {
	.nav li:nth-last-of-type(2) > .dropdown-menu {
		left: auto;
		right: 0;
	}
	.front-post-wrap {
		width: calc(50% - 30px);
	}
	.blog #main {
		justify-content: space-between;
	}
}
@media (max-width: 1249px) {
	.navbar .nav > li > a {
		font-size: 23px;
	}
	.section-four-content, .section-one-content, .section-six .content-box, .section-eight .content-box {
		max-width: 52%;
	}
	.section-one .flex.staff {
		align-items: start;
	}
	.section-seven .flex, .section-ten .flex {
		flex-wrap: wrap;
	}
	.green-box, .section-ten .blue-box {
		width: calc(50% - 20px);
	}
	.single .banner h1 {
		max-width: 800px;
		font-size: 42px;
	}
	.form-wrapper input, .form-wrapper textarea, .form-wrapper select {
		font-size: 20px !important;
	}
}
@media (max-width: 1199px) {
	.navbar .nav > li > a {
		font-size: 23px;
		padding: 10px;
	}
}
@media (max-width: 1149px) {}
@media (max-width: 1099px) {
	#logo2 {
		max-width: 70px;
		margin: 0;
	}
	.mobile-header {
		flex-direction: row-reverse;
		justify-content: space-between;
		box-shadow: 0 4px 6px 0 rgb(0 0 0 / .1);
		background: #fbf6ef;
	}
	.phone2 i.fa-solid.fa-mobile {
		color: #6b988d;
	}
	.mobile-nav-menu {
		top: 87px;
		background: #fbf6ef;
	}
	.menu-mobile li.menu-logo {
		display: none;
	}
	#wrapper {
		padding-top: 87px;
	}
	p.address, a.phone.transition {
		font-size: 15px;
	}
	.banner {
		margin-top: 30px;
	}
	.serving-section.center h2 {
		max-width: 700px;
		margin: 0 auto 30px;
	}
	.menu-mobile li.current-menu-item > a {
		text-decoration: underline;
	}
	.section-three-box {
		width: 100%;
	}
	.section-three .flex {
		flex-direction: column;
		align-items: center;
	}
	.section-five .flex {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.section-five-step {
		width: 30%;
	}
	.section-six .flex {
		flex-direction: column;
		gap: 0;
	}
	.section-six .content-box {
		max-width: 100%;
		width: 100%;
	}
	.section-six .image-box {
		justify-content: end;
		display: flex;
		align-items: end;
		width: 100%;
		display: none;
	}
	.section-nine .flex {
		gap: 30px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.section-nine .clear-box {
		width: 45%;
	}
	.contact-form-section .flex .form-left-image, .contact-form-section .flex .form-right-image {
		display: none;
	}
	.home .form-wrapper {
		margin: 0 50px;
	}
	.form-wrapper {
		width: 100%;
	}
	h1, .blog #main h1 a {
		font-size: 45px;
	}
	.banner h2 {
		font-size: 32px;
	}
	.internal-page #main .flex {
		align-items: start;
	}
	.menu-mobile > li.current-menu-parent > a {
		padding-left: 0;
	}
	.menu-mobile li.menu-item-has-children::after {
		color: #2B4042;
	}
}
@media (max-width: 1049px) {}
@media (max-width: 999px) {
	.container {
		width: 100%;
	}
	.section-one .flex {
		flex-direction: column-reverse;
	}
	.section-four-content, .section-one-content, .section-six .content-box, .section-eight .content-box {
		max-width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	.section-one .flex {
		flex-direction: column-reverse;
		gap: 0;
	}
	.section-one-img {
		max-width: 400px;
		margin: auto;
	}
	.section-two .flex {
		flex-direction: column;
		align-items: center;
	}
	.blue-box-three {
		width: 100%;
		max-width: 600px;
	}
	.section-three-box {
		width: 100%;
		max-width: 400px;
	}
	.section-four .flex {
		flex-direction: column;
		gap: 20px;
		justify-content: center;
		align-items: center;
	}
	.section-four h2 {
		text-align: center;
	}
	.section-four-img {
		max-width: 400px;
	}
	.section-six .content-box h2 {
		margin: 0 auto 30px;
	}
	.home ol {
		max-width: 400px;
		text-align: left;
		margin: auto;
	}
	.section-eight .flex {
		gap: 10px;
		flex-direction: column;
	}
	.section-eight .image-box {
		max-width: 400px;
	}
	.flex.inner-footer > div {
		width: 100%;
		max-width: 45%;
	}
	.flex.inner-footer {
		flex-wrap: wrap;
		align-items: start;
		justify-content: space-evenly;
	}
	.internal-page #main ol, .internal-page #main ul {
		text-align: left;
	}
	.internal-page #main .flex {
		align-items: center;
	}
	h2 {
		margin-left: auto;
		margin-right: auto;
	}
	.page-policies .section-nine .clear-box {
		width: 100%;
	}
	.page-transition-support .section-eight .content-box, .page-enrollment .section-eight .content-box {
		text-align: left;
	}
	.page-daily-experience .section-one-content {
		text-align: left;
	}
	form .flex {
		flex-direction: row !important;
	}
	.section-one-img.map-box {
		width: 100%;
		max-width: 100%;
	}
	.page-our-approach .section-eight .content-box {
		text-align: left;
	}
}
@media (max-width: 899px) {
	h2 {
		font-size: 34px;
	}
}
@media (max-width: 799px) {
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 0;
	}
	hr {
		margin: 70px 0;
		border-color: #7C90AD;
	}
}
@media (max-width: 699px) {
	.flex.gallery-wrap .img-wrap {
		width: calc(50% - 20px);
	}
	.home .banner {
		min-height: 600px;
		justify-content: end;
	}
	.section-five-step {
		width: 100%;
	}
	.green-box, .section-ten .blue-box {
		width: 100%;
		max-width: 600px;
	}
	.home .green-box h3 {
		max-width: 100%;
	}
	.home .form-wrapper {
		margin: 0 20px;
	}
	.banner h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	h1, .blog #main h1 a {
		font-size: 40px;
		line-height: 1.1;
	}
	html, body {
		font-size: 20px;
	}
	.section-one-img, .section-eight .image-box {
		max-width: 350px;
	}
	.banner {
		min-height: 230px;
	}
	.accordion-heading strong {
		padding-right: 20px;
	}
	.section-nine .clear-box {
		width: 100%;
		padding: 10px;
	}
	h3 {
		font-size: 26px;
	}
	.blog #main {
		justify-content: space-evenly;
		flex-direction: column;
	}
	.front-post-wrap {
		width: 100%;
	}
	.single .banner h1 {
		font-size: 36px;
	}
		.home .banner h1 {
		max-width: 300px;
	}
}
@media (max-width: 649px) {}
@media (max-width: 599px) {
	a.phone.transition {
		display: none;
	}
	.top .flex {
		justify-content: center;
		align-items: center;
	}
	h2 {
		font-size: 30px;
	}
	h1, .blog #main h1 a {
		font-size: 36px;
		line-height: 1.1;
	}
	.home-gallery-section .flex {
		flex-direction: column;
		max-width: 350px;
		margin: auto;
	}
	.form-wrapper form .flex {
		flex-direction: column !important;
		gap: 0;
	}
	.form-wrapper form .flex > div {
		width: 100%;
	}
	.form-wrapper input, .form-wrapper textarea, .form-wrapper select {
		font-size: 18px !important;
	}
	.flex.inner-footer {
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.bottom-cta-wrapper .main-btn, .bottom-cta-wrapper .main-btn2 {
		display: block;
		width: 100%;
		margin: 15px auto;
	}
}
@media (max-width: 549px) {
	ul, ol {
		margin: 0 0 10px 20px;
	}
	.form-wrapper {
		padding: 30px 15px;
	}
}
@media (max-width: 499px) {
	.flex.gallery-wrap {
		padding: 0;
	}
	.flex.gallery-wrap .img-wrap {
		width: 100%;
		max-height: none;
	}
	.banner h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	h1, .blog #main h1 a {
		font-size: 32px;
		line-height: 1.1;
	}
	h2, span.post-title {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	html, body {
		font-size: 18px;
	}
	.home ol {
		max-width: 300px;
	}
	.bottom-cta-wrapper {
		padding: 50px 20px;
	}
	.attribution p {
		line-height: 2;
	}
	.banner {
		margin-bottom: 10px;
	}
	.section-one-img, .section-eight .image-box {
		max-width: 300px;
	}
	.bottom-cta-wrapper .main-btn, .bottom-cta-wrapper .main-btn2 {
		padding: 10px 15px;
	}
	.single .banner h1 {
		font-size: 30px;
		line-height: 1.3;
	}
	.single .banner {
		min-height: 220px;
	}
	#main {
		padding: 0;
	}
	.home .banner {
		min-height: 500px;
	}
}
@media (max-width: 449px) {}
@media (max-width: 399px) {
	p.address, a.phone.transition {
		font-size: 14px;
		letter-spacing: 0;
	}
	.home .banner .container {
		padding: 30px 12px;
	}
}
@media (max-width: 349px) {}