:root {
  --Primary: #F7F2ED;
  --primaryDarker: #E69665;
  --white: white;
  --black: black;
  --bodyColor: #f6f0eb;
  --textColor: #222;
  --textHover: #C17B5E;
  --background: #FAFAFA;
  --background: #f8f8f8;
  --background2: #F7E4D0;
  --background3: #BE785B;
  --backgroundHover: #f1d1b8;
  --buttonHoverColor: #F7E4D0;
  --buttonHoverColor: #f1d1b8;
  --button: var(--primaryDarker);
  --buttonHover: var(--buttonHoverColor);
  --boxShadow: 0px 0px 3px rgb(124, 124, 124);
  --boxShadowHover: 0px 0px 3px rgb(20, 20, 20);
  --border: 1px solid var(--shadowColor);
  --secondary: #6F8F7C;
  --secondary2: #7E9A8A;
}

@font-face {
  font-display: swap;
  font-family: "Signika";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/signika-v29-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Signika";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/signika-v29-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/inter-v20-latin-700.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background: #222;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  max-width: 1920px;
  margin: 0 auto;
}

a,
p,
li,
ul,
span,
div,
button {
  color: #222;
  line-height: 1.5;
  font-family: "Signika", system-ui, "Segoe UI", "Trebuchet MS", Verdana, Arial, sans-serif;
  text-wrap: pretty;
}

h1,
h2,
h3 {
  line-height: 1.25;
  font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
}
h1 span,
h2 span,
h3 span {
  font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

@media only screen and (min-width: 0px) {
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25) !important;
    cursor: pointer;
  }
  #overlay.active {
    display: block;
    z-index: 10;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  #overlay.active {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  header {
    position: relative;
    background-color: var(--background);
    max-height: 100px;
    box-shadow: 0px 0px 3px rgb(127, 127, 127);
  }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    width: 98%;
    margin: 0 auto;
    position: relative;
    z-index: 50;
  }
  header .header-inner .logo {
    padding: 12px 0;
  }
  header .header-inner .logo img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 60px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: 0.2s;
  }
  header .header-inner .logo img:hover {
    transition: 0.2s;
    filter: brightness(1.125);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  header .header-inner nav {
    width: 70%;
    height: 100%;
    z-index: 100;
  }
  header .header-inner nav #nav-inner {
    border-left: 7px solid var(--background3);
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--background);
    padding: 0;
    padding-bottom: 150px;
    height: 100dvh;
    max-width: 375px;
    min-width: 325px;
    /* START OFF SCREEN */
    transform: translateX(100%);
    pointer-events: none;
    transition: transform 0.3s ease;
  }
  header .header-inner nav #nav-inner li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-inner nav #nav-inner li:hover {
    background: var(--background2);
  }
  header .header-inner nav #nav-inner li a {
    width: 100%;
    padding: 15px 20px;
    color: var(--textColor);
    text-align: center;
  }
  header .header-inner nav #nav-inner li a:hover {
    text-underline-offset: 4px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--textHover);
  }
  header .header-inner nav #nav-inner li .active {
    text-underline-offset: 4px;
    text-decoration: underline;
    color: var(--textColor);
    text-decoration-thickness: 2px;
    text-decoration-color: var(--textHover);
  }
  header .header-inner nav #nav-inner .dropdown {
    display: flex;
    flex-direction: column;
  }
  header .header-inner nav #nav-inner .dropdown ul {
    display: none;
  }
  header .header-inner nav #nav-inner .dropdown .arrow-down {
    display: none;
  }
  header .header-inner nav #nav-inner.active {
    /* SLIDE IN */
    transform: translateX(0);
    pointer-events: auto;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  header .header-inner nav {
    justify-content: center;
    align-items: center;
    justify-self: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) and (min-width: 0px) and (max-width: 1200px) {
  header .header-inner nav {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  header .header-inner nav #nav-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header .header-inner nav #nav-inner .arrow-down {
    position: relative;
    top: 1.5px;
    width: 12px;
    margin-left: 2px;
  }
  header .header-inner nav #nav-inner li {
    height: 100%;
    padding: 35px clamp(10px, 1.25vw, 20px);
  }
  header .header-inner nav #nav-inner li a {
    padding: 35px 3px;
  }
  header .header-inner nav #nav-inner li a:hover {
    text-underline-offset: 4px;
    text-decoration: underline;
    color: var(--textHover);
    text-decoration-thickness: 2px;
  }
  header .header-inner nav #nav-inner li .active {
    text-underline-offset: 4px;
    text-decoration: underline;
    text-decoration-color: var(--textHover);
    text-decoration-thickness: 2px;
  }
  header .header-inner nav #nav-inner .dropdown a {
    padding: 35px 0 35px 3px;
  }
  header .header-inner nav #nav-inner .dropdown ul {
    display: none;
  }
  header .header-inner nav #nav-inner .dropdown:hover {
    color: var(--textHover);
    text-underline-offset: 4px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    cursor: pointer;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul {
    position: absolute;
    z-index: 1;
    display: block;
    padding: 0;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35.5px;
    margin-left: -100px;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li {
    padding: 0 0px 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgb(200, 200, 200);
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li img {
    max-width: 35px;
    margin-right: 5px;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li a {
    width: 100%;
    padding: 25px 20px 25px 10px;
    line-height: 1;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li:hover {
    background: var(--background);
    background: white;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li:hover a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--background3);
  }
  header .header-inner nav #nav-inner .dropdown:hover .arrow-down {
    content: url("../../images/global/arrow-color.png");
  }
}
@media only screen and (min-width: 0px) {
  header .header-inner .secondary {
    display: flex;
    flex-direction: row;
    min-width: 250px;
    width: clamp(50px, 14vw, 290px);
    justify-content: flex-end;
  }
  header .header-inner .secondary .cta {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-inner .secondary .cta a {
    border-radius: 27.5px;
    box-shadow: var(--boxShadow);
    border: 1px solid var(--primary);
    background: var(--bodyColor);
    background: var(--button);
    height: 50px;
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
  }
  header .header-inner .secondary .cta a:hover {
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
    background: var(--buttonHover);
  }
  header .header-inner .secondary .instagram {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    transition: 0.2s;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header-inner .secondary .instagram p {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1500px) {
  header .header-inner .secondary .instagram p {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  header .header-inner .secondary .instagram p:hover {
    color: var(--textHover);
  }
  header .header-inner .secondary .instagram img {
    max-width: 36px;
    transition: 0.2s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1250px) {
  header .header-inner .secondary {
    display: none;
    min-width: 0px;
    width: 0px;
  }
  header .header-inner .secondary .cta,
  header .header-inner .secondary .instagram {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 999px) {
  header .header-inner #mobile-box {
    position: relative;
    display: block;
    margin-right: 15px;
    z-index: 100;
    box-shadow: var(--boxShadow);
    background: var(--background2);
    border-radius: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
  }
  header .header-inner #mobile-box:hover {
    box-shadow: var(--boxShadowHover);
  }
  header .header-inner #mobile-box #hamburger {
    position: relative;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-inner #mobile-box #hamburger .line {
    position: absolute;
    height: 3px;
    width: 22px;
    border-radius: 2px;
    background: #222;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
  }
  header .header-inner #mobile-box #hamburger .line1 {
    top: 10px;
  }
  header .header-inner #mobile-box #hamburger .line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  header .header-inner #mobile-box #hamburger .line3 {
    bottom: 10px;
  }
  header .header-inner #mobile-box.active {
    position: fixed;
    top: 26px;
    right: 5px;
    transform: rotate(180deg);
  }
  header .header-inner #mobile-box.active #hamburger .line2 {
    opacity: 0;
  }
  header .header-inner #mobile-box.active #hamburger .line1 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  header .header-inner #mobile-box.active #hamburger .line3 {
    bottom: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  header .header-inner .mobile-logo {
    max-width: 300px;
    margin-top: 125px;
    margin-bottom: 25px;
    padding: 15px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-inner .mobile-logo img {
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  header .header-inner #mobile-box,
  header .header-inner .mobile-logo {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  .hero {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .hero-inner {
    text-align: center;
    color: white;
    font-size: 28px;
    text-shadow: 0px 0px 3px black;
    background: hsla(23, 72%, 65%, 0.125);
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero .hero-inner h1 {
    font-size: clamp(40px, 5vw, 52px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .hero {
    height: 250px !important;
    min-height: 250px !important;
  }
  .hero .hero-inner {
    height: 250px !important;
    min-height: 250px !important;
  }
}
@media only screen and (min-width: 0px) {
  .hero .breadcrumbs {
    position: relative;
    top: 15px;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    justify-content: center;
    align-items: center;
  }
  .hero .breadcrumbs a {
    padding: 10px;
    color: white;
  }
  .hero .breadcrumbs a:hover {
    color: var(--primaryDarker);
  }
}
@media only screen and (min-width: 0px) {
  .hero {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .inner {
    text-align: center;
    color: white;
    font-size: 28px;
    text-shadow: 0px 0px 3px black;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero .inner h1 {
    text-shadow: 1px 1px 3px black;
    font-size: clamp(40px, 5vw, 52px);
  }
  .hero .breadcrumbs {
    position: relative;
    top: 15px;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    justify-content: center;
    align-items: center;
  }
  .hero .breadcrumbs a {
    font-size: clamp(16px, 3vw, 18px);
    padding: 10px;
    color: white;
    text-shadow: 1px 1px 3px black;
  }
  .hero .breadcrumbs a:hover {
    color: var(--background2);
    text-shadow: 1px 1px 3px black;
    -webkit-text-decoration: underline 2px solid var(--background2);
            text-decoration: underline 2px solid var(--background2);
    text-underline-offset: 4px;
  }
  .hero .breadcrumbs img {
    filter: drop-shadow(1px 1px 1px black);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .hero {
    height: 250px !important;
    min-height: 250px !important;
  }
  .hero .inner {
    height: 250px !important;
    min-height: 250px !important;
  }
}
@media only screen and (min-width: 0px) {
  #perinatal {
    background-image: url("../../images/services/perinatal-hero.webp");
  }
  #perinatal .inner {
    background: rgba(0, 0, 0, 0.05);
  }
  #childcare {
    background-image: url("../../images/services/childcare-hero.webp");
  }
  #telehealth {
    background-image: url("../../images/services/telehealth-hero.webp");
  }
  #functional {
    background-image: url("../../images/services/functional-hero.webp");
  }
  #family-therapy {
    background-image: url("../../images/services/family-hero.webp");
  }
}
main {
  background: var(--background);
}

@media only screen and (min-width: 0px) {
  footer {
    background: var(--background);
    background-image: url("../../images/index/corner1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 650px;
    background-position: bottom right;
    padding-top: 75px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 auto;
  }
  footer .footer-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  footer .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) {
  footer .footer-inner .footer-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  footer .footer-inner .footer-link {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
@media only screen and (min-width: 0px) {
  footer .footer-inner .footer-link h2 {
    margin-bottom: 15px;
  }
  footer .footer-inner .footer-link ul li {
    margin: 5px 0;
  }
  footer .footer-inner .footer-link ul li a {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  footer .footer-inner .footer-link ul li a:hover {
    color: var(--textHover);
  }
  footer .footer-inner .footer-link a:hover {
    color: var(--textHover);
  }
  footer .footer-inner .footer-brand {
    position: relative;
    top: -20px;
  }
  footer .footer-inner .footer-brand .logo {
    max-width: 250px;
    margin-bottom: 15px;
    transition: 0.2s;
  }
  footer .footer-inner .footer-brand .logo:hover {
    transition: 0.2s;
    filter: brightness(1.125);
  }
  footer .footer-inner .footer-brand .footer-text {
    max-width: 300px;
  }
  footer .footer-inner .footer-contact .instagram {
    position: relative;
    top: 5px;
  }
  footer .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
  }
  footer .footer-bottom .footer-bottom-inner {
    color: #999;
    font-size: 13px;
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
  }
  footer .footer-bottom .footer-bottom-inner p,
  footer .footer-bottom .footer-bottom-inner a,
  footer .footer-bottom .footer-bottom-inner span {
    color: #555;
  }
  footer .footer-bottom .footer-bottom-inner a {
    padding: 15px 0;
  }
  footer .footer-bottom .footer-bottom-inner p:hover {
    color: #222;
  }
  footer .footer-bottom .footer-bottom-inner p:hover span {
    color: #222;
  }
  footer .footer-bottom .footer-bottom-inner .artshawebdesign span {
    border: 1px solid transparent;
  }
  footer .footer-bottom .footer-bottom-inner .artshawebdesign:hover a {
    color: #222;
  }
  footer .footer-bottom .footer-bottom-inner .artshawebdesign:hover span {
    color: #4E8E72;
  }
  footer .footer-bottom .footer-bottom-inner .legalAndCompliance:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  footer .footer-bottom .footer-bottom-inner .legalAndCompliance:hover a {
    color: #222;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  footer .footer-bottom .footer-bottom-inner {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}/*# sourceMappingURL=global.css.map */