@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

html {
  overflow-x: clip;
  max-width: 100%;
  scroll-padding-top: 72px;
}

body {


  color: #4f5a4f;
	background: #fdfaf6;
	padding-top: 48px;
  overflow-x: clip;
  max-width: 100%;
	
	
	font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
	
	
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 8px;
  z-index: 200;
  padding: 8px 14px;
  background: #fdfaf6;
  color: #4f5a4f;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

/* SITE HEADER */

.site-header {
  width: 100%;
  background: #556654;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 40px;
  padding: 0 24px;
  min-height: 48px;
}

.site-nav a,
.site-nav a:link,
.site-nav a:visited,
.site-nav a:hover,
.site-nav a:active {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-nav a.is-current,
.site-nav a.is-current:link,
.site-nav a.is-current:visited,
.site-nav a.is-current:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.site-brand {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 28px 16px 8px;
}

.site-logo {
  display: block;
}

.site-logo img {
  display: block;
  max-width: 233px;
  height: auto;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 4px 8px 4px auto;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }

.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(79, 90, 79, 0.42);
  z-index: 90;
}

.offcanvas-backdrop[hidden] {
  display: none;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: min(360px, 88vw);
  height: 100%;
  background: #fdfaf6;
  padding: 28px 32px 40px;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.28s ease;
  box-shadow: -12px 0 32px rgba(79, 90, 79, 0.12);
}

.offcanvas.is-open {
  transform: translateX(0);
  visibility: visible;
}

.offcanvas-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 0 24px auto;
  border: 0;
  border-radius: 50%;
  background: #f0efe6;
  color: #4f5a4f;
  cursor: pointer;
  padding: 0;
}

.offcanvas-close svg {
  width: 22px;
  height: 22px;
  display: block;
}

.offcanvas-close:hover {
  background: #556654;
  color: #fff;
}

.offcanvas nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offcanvas nav a {
  color: #4f5a4f;
  text-decoration: none;
  font-size: 20px;
  padding: 14px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0efe6;
}

.offcanvas nav a:hover,
.offcanvas nav a.is-current {
  color: #556654;
}

body.menu-open {
  overflow: hidden;
}

#main-content {
  display: flow-root;
}

.page-content {
  width: 100%;
  float: left;
  padding-top: 40px;
}

.page-panel {
  width: 100%;
  max-width: 100%;
  float: left;
  padding: 32px 40px 48px;
}

.page-panel-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #f0efe6;
  border-radius: 30px;
  padding: 48px 48px 56px;
  overflow: hidden;
}

.page-panel-inner::after {
  content: "";
  display: block;
  clear: both;
}

.page-panel h1 {
  font-size: 38px;
  font-weight: 400;
  color: #4f5a4f;
  margin: 0 0 12px;
  text-align: center;
  width: 100%;
}

.page-panel .hero-title-seperator {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}

.page-panel .hero-title-seperator img {
  display: block;
  width: 374px;
  max-width: 70%;
  height: auto;
  aspect-ratio: 1127 / 199;
  margin-left: auto;
  margin-right: auto;
}

.page-panel .about-text {
  margin-bottom: 0;
}

.page-panel .accordion-split {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  float: none;
}

.page-panel .accordion-visual {
  background: #fdfaf6;
}

.page-panel .accordion-icon {
  background-color: #fdfaf6;
}

.page-panel .accordion details,
.page-panel .accordion details:first-child {
  border-color: #e4e3db;
}

.page-panel .contact-icon {
  background-color: #fdfaf6;
}

.page-panel .left-col {
  border-right-color: #e4e3db;
}

.page-panel .contact {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .page-panel {
    padding: 24px 20px 32px;
  }

  .page-panel-inner {
    padding: 32px 24px 36px;
    border-radius: 24px;
  }

  .page-panel h1 {
    font-size: 28px;
    text-align: center;
  }

  .page-panel .hero-title-seperator {
    margin-bottom: 24px;
    text-align: center;
  }
}

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.legal-page h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 8px;
  color: #4f5a4f;
}

.legal-page .legal-date {
  font-size: 14px;
  color: #5f6a5f;
  margin: 0 0 32px;
}

.legal-page h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 28px 0 12px;
  color: #4f5a4f;
}

.legal-page p,
.legal-page li {
  font-size: 15px;
  line-height: 1.65;
  color: #5f6a5f;
}

.legal-page p {
  margin: 0 0 14px;
}

.legal-page ul {
  margin: 0 0 16px 1.2em;
}

.legal-page a {
  color: #556654;
}

.subpage-layout {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  padding-bottom: 60px;
}

.subnav {
  flex: 0 0 220px;
  padding-top: 8px;
}

.subnav-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #556654;
  margin-bottom: 16px;
}

.subnav a {
  display: block;
  color: #4f5a4f;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  padding: 10px 0;
  border-bottom: 1px solid #f0efe6;
}

.subnav a:hover,
.subnav a.is-current {
  color: #556654;
}

.subnav a.is-current {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.subpage-main {
  flex: 1 1 auto;
  min-width: 0;
}

.subpage-image {
  margin: 0 0 28px;
  background: #f0efe6;
}

.subpage-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.subpage-main h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #4f5a4f;
}

.subpage-main p {
  font-size: 16px;
  line-height: 1.65;
  color: #5f6a5f;
  margin: 0 0 16px;
}

@media (max-width: 768px) {
  .subpage-layout {
    flex-direction: column;
    gap: 28px;
  }

  .subnav {
    flex: none;
    width: 100%;
  }
}

/* HEADER */

.header {
  text-align: center;
  padding: 40px 0 20px;float:left;display:block;width:100%;
}

.logo {
  width: 50%;
  display: block;
  margin-left: 25%;
  margin-right: 25%;float:left;
}


.logo a img {
  max-width: 233px;
  height: auto;
  text-align: center;
}

.logo a img { }

.subtitle {
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #526150;
}

/* HERO */

.hero {
  padding: 10px 0 80px;
  position: relative;
  float: left;
  display: block;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}


@media (max-width: 1700px) { 
	.hero {

  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}  
}


@media (max-width: 1550px) { 
	.hero {

  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}  
}

@media (max-width: 1450px) { 
	.hero {

  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}  
}


.hero-box {
  width: 74%;
  margin: 0 13%;
  background: #f0efe6;
  padding: 88px;

  border-radius: 30px;
  text-align: center;
  float: left;
  padding-bottom: 160px;
}

.hero-images { pointer-events: none;position: absolute;
  width: 100%;
  height: 100%;}
.hero-image-left {
  background-image: url("images/hero-background-left.webp");
  position: absolute;

  background-size: contain;
  background-position: left bottom;
 
  bottom: 0px;
  background-repeat: no-repeat;
	z-index:3;
	 width: 40%;
  height: 76%;
  left: 0px;
}

.hero-image-right {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 40%;
  height: 100%;
  right: 0px;
}

.hero-image-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.hero-image-base {
  background-image: url("images/hero-background-base.webp");
  position: absolute;
  background-size: 1742px 180px;
  background-position: center bottom;
  bottom: 0px;
  background-repeat: repeat-x;
  z-index: 1;
  width: 100%;
  height: 100%;
}



.hero-title {
  font-size: 38px;
  margin-bottom: 0px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-seperator {
  width: 100%;
  display: block;
}


.hero-title-seperator-mobile {
  width: 100%;
  display: none;
}



.hero-title-seperator img {
  width: 374px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1127 / 199;
  text-align: center;
}


.hero-text {
  font-size: 18px;
  margin-bottom: 50px;
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  margin-top: 10px;
}

.button {
  display: inline-block;
  background: #556654;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s ease-in-out;
}

.button:hover {background:#4a5949;}

.note {
  margin-top: 20px;
  font-size: 14px;
  width: 76%;
  margin-left: 12%;
  margin-right: 12%;
}
.note a {color:#4a5949;}
.note a:hover {color:#556654;}

.about {
  float: left;
  display: block;
  width: 100%;  margin-bottom: 50px;
}

.about-title {
  font-size: 38px;
  margin-bottom: 0px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 15px;
}

	
.about-text {
  font-size: 16px;
  margin-bottom: 20px;
  width: 770px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}
	
.about  .hero-title-seperator {
  width: 100%;
  display: block;
  text-align: center;
}



	
/* SERVICES */

.services {
  width: 100%;
  float: left;
}


.service {
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid #f0efe6;
  box-sizing: border-box;
}


.service:last-of-type { border-right: 0px solid #f0efe6;}




.service-icon {
  width: 90px;
  height: 90px;
  background: #f0efe6;
  border-radius: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.service-icon div {
  width: 50%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-left: 25%;
}


.service-icon-autism {background-image: url("images/leaf.webp"); }
.service-icon-trauma {background-image: url("images/heart.webp"); }
.service-icon-care {background-image: url("images/brain.webp"); }
.service-icon-focused {background-image: url("images/people.webp"); }

.service-title {
  font-size: 20px;
  margin-bottom: 10px;  text-align: center;min-height: 50px;
}

.service-text {
  font-size: 14px;
  color: #5f6a5f;
  text-align: center;
  flex: 1 1 auto;
}

.service-text p + p {
  margin-top: 1em;
}

.service-more {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 22px 0 10px;
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #556654;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-align: center;
}

.service-more:hover {
  color: #4a5949;
}

.services .container .services-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: 1px solid #f0efe6;
  width: 100%;
  float: left;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.accordion-split {
  display: flex;
  align-items: stretch;
  gap: 48px;
  width: 100%;
  float: left;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f0efe6;
}

.accordion-visual {
  flex: 0 0 42%;
  background: #f0efe6;
  overflow: hidden;
}

.accordion-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.accordion {
  flex: 1 1 auto;
  min-width: 0;
}

.accordion details {
  border-bottom: 1px solid #f0efe6;
}

.accordion details:first-child {
  border-top: 1px solid #f0efe6;
}

.accordion summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 8px 18px 0;
  font-size: 20px;
  color: #4f5a4f;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  margin-left: auto;
  color: #556654;
  font-size: 22px;
  line-height: 1;
}

.accordion details[open] summary::after {
  content: "–";
}

.accordion-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background: #f0efe6;
  border-radius: 50%;
  background-size: 22px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-icon.service-icon-autism { background-image: url("images/leaf.webp"); }
.accordion-icon.service-icon-trauma { background-image: url("images/heart.webp"); }
.accordion-icon.service-icon-care { background-image: url("images/brain.webp"); }
.accordion-icon.service-icon-focused { background-image: url("images/people.webp"); }

.accordion-body {
  padding: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #5f6a5f;
}

.accordion-body p {
  margin: 0 0 12px;
}

.accordion-body .service-more {
  width: auto;
  text-align: left;
  padding: 8px 0 0;
}

@media (max-width: 900px) {
  .accordion-split {
    flex-direction: column;
    gap: 28px;
  }

  .accordion-visual img {
    min-height: 260px;
    max-height: 360px;
  }
}

@media (max-width: 768px) {
  .accordion-split {
    gap: 16px;
  }

  .accordion-visual {
    flex: none;
    width: 100%;
  }

  .accordion-visual img {
    min-height: 0;
    max-height: 160px;
    height: 160px;
  }
}

/* CONTACT */

.contact {
  padding: 0px 0px 0px;
  width: 100%;
  float: left;
}

.left-col {
  width: 50%;
  float: left;
  border-right: 1px solid #f0efe6;
  box-sizing: border-box;
}

.right-col {
  width: 50%;
  float: left;
}

.contact-block {
  margin-bottom: 20px;
  width: 130px;
  float: left;
  margin-left: 30px;
}


.right-col  .contact-block {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  padding-left: 30px;
}



.contact-icon {
  width: 80px;
  height: 80px;
  background: #f0efe6;
  border-radius: 50%;
  float: left;
  margin-right: 0px;
}


.right-col .contact-icon {
  width: 60px;
  height: 60px;
  background: #f0efe6;
  border-radius: 50%;
  float: left;
  margin-right: 0px;
}



.location-icon, .email-icon, .phone-icon, .fax-icon  {
  width: 50%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin-left: 25%;
}


.location-icon {background-image: url("images/location.png"); }







.email-icon {background-image: url("images/email.png"); }
.phone-icon {background-image: url("images/phone.png"); }
.fax-icon {background-image: url("images/fax.webp"); }


.contact-text {
  float: left;
  padding-top: 8px;
  width: 60%;
  display: block;
}


.right-col .contact-text {
  float: left;
  padding-top: 20px;
  padding-left: 30px;
  width: calc(100% - 60px);
  overflow-wrap: anywhere;
  word-break: break-word;
}


.right-col .contact-text a {
  color: #556654 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}


.right-col .contact-text a:hover {
  color: #4a5949 !important;
}



.contact-text h3 {
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 15px;
}
.contact-text ul {}
.contact-text li {
  font-size: 14px;
  padding-bottom: 8px;color: #5f6a5f;font-weight:bold;
}

.contact-text p {
  padding-top: 10px;
  font-size: 14px !important;
  color: #5f6a5f;
  padding-bottom: 10px;
}
.right-col  p {
  padding-top: 10px;
  font-size: 14px !important;
  color: #5f6a5f;
  padding-bottom: 10px;padding-left: 60px;
  float: left;
}



.locations {
  margin-left: 20px;
}



.footer-image {
  width: 100%;
  float: left;
  height: 500px;
  pointer-events: none;
  margin-top: 0;
  margin-bottom: -140px;
}

.contact + .footer-image {
  margin-top: -120px;
}
.footer-image-inner {
  background-image: url("images/footer-alt.webp");
  height: 100%;
  background-size: auto 100%;
  background-position: bottom center;
}

/* FOOTER */

.footer {
 background: #f1f0e8;
  padding: 40px;
  text-align: center;
  font-size: 14px;
  color: #5f6a5f;
  width: 100%;
  float: left;
}



.lower-footer {
  width: 100%;
  float: left;
  display: block;
  background: #556654;
  padding: 20px 3%;
}
	
	.lower-footer-left, .lower-footer-right {width:50%;float:left;display:block;}
	.lower-footer-left {text-align:left;color:#fdfaf6;font-size:12px;}
	.lower-footer-right {text-align:right;color:#fdfaf6;font-size:12px;}
	.lower-footer-right a,
	.lower-footer-right a:visited,
	.lower-footer-right a:hover {
	  color: #fdfaf6;
	}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 10px 7px;
  border: 0;
  border-radius: 999px;
  background: #556654;
  color: #fdfaf6;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background-color 0.2s ease;
}

.back-to-top span[aria-hidden="true"] {
  font-size: 16px;
  line-height: 1;
}

.back-to-top-label {
  line-height: 1.2;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #4a5949;
  color: #fdfaf6;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .back-to-top {
    transition: none;
  }
}




/* MOBILE */



@media (max-width: 1400px) {
	
	.header {
  padding: 30px 0 20px;
}
	
	
	.logo a img {
  max-width: 190px;
  height: auto;
  text-align: center;
}
	
	.site-logo img {
  max-width: 190px;
}

	.hero-box {
  width: 70%;
  margin: 0 15%;
  background: #f0efe6;
  padding: 60px;
    padding-bottom: 60px;
  border-radius: 30px;
  text-align: center;
  float: left;
  padding-bottom: 125px;
}
	
	.hero-title {
  font-size: 36px;
  margin-bottom: 0px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
	
	
	
	.footer-image {
  width: 100%;
  float: left;
  height: 400px;
  pointer-events: none;
  margin-top: 0;
  margin-bottom: -115px;
}

	.contact + .footer-image {
  margin-top: -120px;
}
		
}



@media (max-width: 1200px) {
	
	
	  .logo a img {
    max-width: 160px;
    height: auto;
    text-align: center;
  }

	  .site-logo img {
    max-width: 160px;
  }
	
	
	 .hero-title {
    font-size: 32px;
    margin-bottom: 0px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
	
	.hero-title-seperator img {
  width: 310px;
  max-width: 100%;
  height: auto;
  text-align: center;
}
	
	.hero-text {
  font-size: 18px;
  margin-bottom: 50px;
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  margin-top: 10px;
}
	
	.button {
  display: inline-block;
  background: #556654;
  color: #fff;
  padding: 16px 60px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s ease-in-out;
	}
		
		.hero-image-base {
  background-image: url("images/hero-background-base.webp");
  position: absolute;
  background-size: 100% auto;
  background-position: center bottom;
  bottom: 45px;
  background-repeat: repeat-x;
  z-index: 1;
  width: 100%;
  height: 100%;
}
	
	 .hero-box {
    width: 70%;
    margin: 0 15%;
    background: #f0efe6;
    padding: 60px;
    padding-bottom: 60px;
    padding-bottom: 60px;
    border-radius: 30px;
    text-align: center;
    float: left;
    padding-bottom: 95px;
  }
	
		  .footer-image {
    width: 100%;
    float: left;
    height: 330px;
    pointer-events: none;
    margin-top: 0;
    margin-bottom: -100px;
  }

		  .contact + .footer-image {
    margin-top: -120px;
  }
	
	
	
	
	
	
}

@media (max-width: 1080px) {
	
	.service {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid #f0efe6;
  box-sizing: border-box;
  margin-bottom: 20px;
}
	
	.service:nth-of-type(2n) {
  border-right: 0px solid #f0efe6;
}
	
	
	.service:nth-of-type(3n) {
  clear:left;
}
	
	
	
	
	  .hero-text {
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    margin-top: 10px;
  }
	
	  .button {
    display: inline-block;
    background: #556654;
    color: #fff;
    padding: 16px 60px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
  }
	
	.hero-images {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
	
	.hero-image-left {
  background-image: url("images/hero-background-left.webp");
  position: absolute;
  background-size: contain;
  background-position: left bottom;
  bottom: 0px;
  background-repeat: no-repeat;
  z-index: 3;
  width: 40%;
  height: 76%;
  left: -10px;
}
	
	.hero-image-right {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 40%;
  height: 100%;
  right: -45px;
}
	
	.contact-block {
  margin-bottom: 20px;
  width: 110px;
  float: left;
  margin-left: 30px;
}
	
	
	  .footer-image {
    width: 100%;
    float: left;
    height: 270px;
    pointer-events: none;
    margin-top: 0;
    margin-bottom: -85px;
  }

	  .contact + .footer-image {
    margin-top: -80px;
  }
	
	
}





@media (max-width: 859px) {
	
	

	
	  .hero-title {
    font-size: 28px;
    margin-bottom: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
	
	  .hero-title-seperator img {
    width: 210px;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
	
}








@media (max-width: 768px) {
	  .site-header {
    justify-content: flex-end;
    min-height: 52px;
  }

	  html {
    scroll-padding-top: 88px;
  }

	  body {
    padding-top: 52px;
  }

	  .site-nav {
    display: none;
  }

	  .nav-toggle {
    display: flex;
  }

	  .site-brand {
    padding: 20px 16px 4px;
  }

	  .site-logo img {
    max-width: 190px;
    margin: 0 auto;
  }

	  .page-panel {
    padding: 24px 20px 32px;
  }

	  .page-panel-inner {
    max-width: 1100px;
    border-radius: 24px;
  }

	  .header {
    padding: 20px 0;
  }
	
		  .logo {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
	  .logo a img {
    max-width: 190px;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
  }
	  .hero-image-left {
 
    display: none;
  }
	
  .hero-title {
    font-size: 26px;
    margin-bottom: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 70px;
    text-align: left;
  }
	
	
	  .hero-text {
    font-size: 16px;
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
    padding-right: 50px;
    font-weight: normal;
    margin-top: 10px;
    float: left;
    text-align: left;
  }
	
	  .button {
    display: inline-block;
    background: #556654;
    color: #fff;
    padding: 16px 60px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
    /* float: left; */
  }
	
	
	.note {

  float: left;
}
	
	
	.note {
  margin-top: 20px;
  font-size: 14px;
  width: 76%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: left;
}
	
	

  .hero-box {
    width: 70%;
    padding: 40px 30px 100px;
    margin: 0%;
    margin-left: 0%;
    margin-left: 40px;
  }

  .service {
    width: 100%;
  }

   .left-col, .right-col {
    width: 77%;
    margin-left: 23%;
    border-right: 0px solid #f0efe6;
  }
	
	
	  .hero-image-right {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 40%;
    height: 100%;
    right: 30px;
  }
	
	
	  .hero-image-base {
    background-image: url("images/hero-background-base.webp");
    position: absolute;
    background-size: 140% auto;
    background-position: center bottom;
    bottom: 60px;
    background-repeat: repeat-x;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
	
	
	.services {
  width: 100%;
  float: left;
  margin-top: -30px;
}
	
	  .service {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-right: 0px solid #f0efe6 !important;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
	
	.contact-icon {
  width: 60px;
  height: 60px;
  background: #f0efe6;
  border-radius: 50%;
  float: left;
  margin-right: 0px;
  margin-left: 30px;
}
	
	.right-col .contact-icon {
  width: 60px;
  height: 60px;
  background: #f0efe6;
  border-radius: 50%;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
}

	.right-col .contact-block {
  padding-left: 0;
}
	
	.contact-text {
  float: left;
  padding-top: 18px;
  padding-left: 9px;
  margin-bottom: 20px;
}

	.right-col .contact-text {
  float: left;
  padding-top: 18px;
  padding-left: 16px;
  width: calc(100% - 60px);
  overflow-wrap: anywhere;
  word-break: break-word;
}
	
	
	
  .hero-title-seperator {
    width: 100%;
    display: block;
    text-align: left;
  }


.hero-title-seperator-mobile {
  width: 100%;
  display: none;
}



  .hero-title-seperator img {
    width: 160px;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

	
	  .contact {
    position: relative;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 170px;
    padding-top: 50px;
    margin-top: -50px;
  }

	  .page-panel .contact {
    padding: 0;
    margin: 0;
  }
	
  .hero-image-left-mobile {
    background-image: url("images/footer-mobile-alt.webp");
    position: absolute;
    background-size: 100% auto;
    background-position: left bottom;
    bottom: 0px;
    background-repeat: no-repeat;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0px;pointer-events:none;
  }
	
  .footer-image {
    width: 100%;
    float: left;
    height: 270px;
    pointer-events: none;
    margin-top: 0;
    margin-bottom: -85px;
    display: none;
  }
	
	.footer {
  background: #f1f0e8;
  padding: 40px;
  text-align: center;
  font-size: 14px;
  color: #5f6a5f;
  width: 100%;
  float: left;
}

}




@media (max-width: 620px) {
	
	  .site-logo img {
    max-width: 170px;
  }

	.hero {
		padding: 10px 0 70px;}
	
	
	
	  .logo a img {
    max-width: 170px;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
  }
	
	  .hero-title {
    font-size: 22px;
    margin-bottom: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 70px;
    text-align: left;
  }
	
	
	  .hero-title-seperator-mobile img {
    width: 100px;
    text-align: left;
    float: left;
    height: auto;
  }
	
	
	 .hero-text {
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
    padding-right: 50px;
    font-weight: normal;
    margin-top: 10px;
    float: left;
    text-align: left;
  }
	
	  .button {
    display: inline-block;
    background: #556654;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease-in-out;
    /* float: left; */
  }
	  .note {
    margin-top: 20px;
    font-size: 14px;
    float: left;
    max-width: 70%;
    text-align: left;
  }
	
	
	.about-text {
  font-size: 14px;
  margin-bottom: 20px;
  width: 770px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}
	.about-title {
  font-size: 22px;
  margin-bottom: 0px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 15px;
}
	
	
	.about  .hero-title-seperator img {
    width: 50%;
    max-width: 374px;
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
	
	
	 .hero-image-right {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 60%;
    height: 100%;
    right: -60px;
  }
	
	
  .left-col, .right-col {
    width: 90%;
    margin-left: 10%;
    border-right: 0px solid #f0efe6;
  }
  .contact-block {
    margin-bottom: 0px;
    width: 50px;
    float: left;
    margin-left: 10px;
  }
	 .contact-icon {
    width: 60px;
    height: 60px;
    background: #f0efe6;
    border-radius: 50%;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
  }
	
	  .contact-text {
    float: left;
    padding-top: 5px;
    padding-left: 12px;
    margin-bottom: 20px;
  }
	
	
	.contact-text li {
  font-size: 14px;
  padding-bottom: 8px;
  color: #5f6a5f;
}
	
	
	.contact-text p {
  padding-top: 10px;
  font-size: 14px !important;
  color: #5f6a5f;
}
	
	
	.right-col .contact-block {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  padding-left: 0px;
}
	
 .right-col .contact-text {
    float: left;
    padding-top: 10px;
    padding-left: 20px;
    width: 80%;
  }
	  .right-col .contact-icon {
    width: 40px;
    height: 40px;
    background: #f0efe6;
    border-radius: 50%;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
  }
	  .contact-icon {
    width: 40px;
    height: 40px;
    background: #f0efe6;
    border-radius: 50%;
    float: left;
    margin-right: 0px;
    margin-left: 0px;
  }
	
	

	
	
	.footer {
  background: #f1f0e8;
  padding: 40px;
  text-align: center;
  font-size: 11px;
  color: #5f6a5f;
  width: 100%;
  float: left;
}
	
	
	.contact-text {
  float: left;
  padding-top: 8px;
  width: 80%;
  display: block;
}
	
	.lower-footer-left, .lower-footer-right {text-align:center;
  width: 100%;
  float: left;
  display: block;
}
	.lower-footer-left {padding-bottom:10px;}
	
}



.crisis-info {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 40px;
  margin-top: 20px;
}

.crisis-info p {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.crisis-info ul {
  display: inline-block;
  text-align: left;
  margin: 10px auto 0;
  padding-left: 25px;
}

.crisis-info li {
  margin-bottom: 6px;
}


/* Optional area for more text underneath */

 /* Welcome statement below both columns */

.welcome-statement {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 35px;
}

.welcome-statement p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}


/* Crisis information */

.crisis-info {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  margin-top: 10px;
}

.crisis-intro {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}


/* Emergency list is left aligned */

.crisis-list {
  max-width: 500px;
  margin: 15px auto 0;
  text-align: left;
}

.crisis-list ul {
  margin: 0;
  padding-left: 25px;
}

.crisis-list li {
  margin-bottom: 6px;
}


/* Space for additional content */

.contact-bottom {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
}
.emergency-section {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 20px;
}

.emergency-section p {
  max-width: 850px;
  margin: 0 auto;
}
.emergency-section {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 20px;
}

.emergency-section p {
  max-width: 850px;
  margin: 0 auto 15px;
}

.emergency-links {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding-left: 25px;
}

.emergency-links li {
  margin-bottom: 8px;
}

.emergency-links a {
  color: inherit;
  text-decoration: underline;
}
.left-col .contact-text a {
  color: #556654 !important;
}

.left-col .contact-text a:hover {
  color: #4a5949 !important;
}

.page-panel .contact-icon,
.page-panel .right-col .contact-icon {
  background: #fdfaf6;
}
/* Keep FAQ image fixed at the top when accordion items expand */
.accordion-split {
  align-items: flex-start;
}

.accordion-visual {
  align-self: flex-start;
}

.accordion-visual img {
  display: block;
}

/* FAQ image */
.accordion-visual {
  align-self: flex-start;
  height: 800px;
  overflow: hidden;
}

.accordion-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* =========================================================
   GLOBAL TEXT LINKS
   Keep ordinary links the same colour as surrounding text,
   while retaining an underline.
   Existing navigation/button styles remain unchanged.
   ========================================================= */

a,
a:visited {
  color: inherit;
}

a:not(.button):not(.site-logo) {
  text-decoration: underline;
}

/* External site links: small “opens elsewhere” icon */
a[href^="http"]::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.28em;
  vertical-align: 0.05em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2.25'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2.25'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25'/%3E%3C/svg%3E") no-repeat center / contain;
}

a[href^="http"] {
  text-decoration-skip-ink: auto;
}

.visually-hidden-external {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Beat the global underline rule (it is more specific than `.site-nav a`) */
.site-header .site-nav a:not(.button):not(.site-logo),
.site-header .site-nav a:not(.button):not(.site-logo):link,
.site-header .site-nav a:not(.button):not(.site-logo):visited,
.site-header .site-nav a:not(.button):not(.site-logo):hover,
.offcanvas nav a:not(.button):not(.site-logo),
.offcanvas nav a:not(.button):not(.site-logo):link,
.offcanvas nav a:not(.button):not(.site-logo):visited,
.offcanvas nav a:not(.button):not(.site-logo):hover,
.subnav a:not(.button):not(.site-logo) {
  text-decoration: none;
}

.site-header .site-nav a.is-current:not(.button):not(.site-logo),
.site-header .site-nav a.is-current:not(.button):not(.site-logo):link,
.site-header .site-nav a.is-current:not(.button):not(.site-logo):visited,
.offcanvas nav a.is-current:not(.button):not(.site-logo),
.subnav a.is-current:not(.button):not(.site-logo) {
  text-decoration: underline;
}

/* Contact links previously had forced green colours */
.contact-text a,
.right-col .contact-text a,
.left-col .contact-text a,
.contact-text a:visited,
.right-col .contact-text a:visited,
.left-col .contact-text a:visited {
  color: inherit !important;
  text-decoration: underline;
}

.contact-text a:hover,
.right-col .contact-text a:hover,
.left-col .contact-text a:hover {
  color: inherit !important;
}

/* =========================================================
   ABOUT PAGE: MATCH IMAGE HEIGHT TO ADJACENT TEXT
   Desktop/tablet: image stretches to the height of the copy.
   object-fit: cover crops rather than distorts the image.
   ========================================================= */

.about-page .about-split,
.about-page .about-copy,
.about-page .about-image {
  min-width: 0;
  max-width: 100%;
}

.about-page .about-split,
.about-page .about-split.reverse {
  align-items: start;
}

.about-page .about-image {
  height: auto;
}

.about-page .about-section-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

@media (max-width: 760px) {
  .about-page .about-split,
  .about-page .about-split.reverse {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .about-page .about-section-image {
    height: auto;
    object-fit: cover;
  }
}
.button,
.button:link,
.button:visited,
.button:hover,
.button:active {
  color: #ffffff !important;
}

/* FAQ: drop the looping leaf/heart/brain/people icons */
.faq-section .accordion-icon {
  display: none;
}

.faq-section .accordion summary {
  gap: 0;
}

/* Long content pages: same sage panel as Contact / FAQs */
.about-page .page-panel-inner,
.therapy-page .page-panel-inner,
.assessments-page .page-panel-inner {
  max-width: 1100px;
}

.assessment-alert {
    max-width: 900px;
    margin: 18px auto 0;
    padding: 15px 18px;
    border-left: 4px solid rgba(70, 78, 65, .45);
    background: rgba(224, 231, 219, .42);
    border-radius: 10px;
    text-align: left;
    line-height: 1.65;
}

.assessment-alert strong {
    font-weight: 600;
}

.assessment-alert p {
    margin: 0;
}

.page-panel-inner .assessment-accordion summary,
.page-panel-inner .assessment-accordion summary * {
  font-weight: 400 !important;
}
