{"id":401,"date":"2015-01-21T23:40:10","date_gmt":"2015-01-21T23:40:10","guid":{"rendered":"https:\/\/abhmind.com\/?page_id=401"},"modified":"2026-08-09T10:35:47","modified_gmt":"2026-08-09T15:35:47","slug":"welcome","status":"publish","type":"page","link":"https:\/\/abhmind.com\/?page_id=401","title":{"rendered":"Welcome"},"content":{"rendered":"\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     MAIN NAVIGATION MENU\n========================================================= -->\n<style>\n.abh-nav,\n.abh-nav * {\n  box-sizing: border-box;\n}\n.abh-nav {\n  position: relative;\n  z-index: 9999;\n  width: 100%;\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(2,20,33,.98),\n      rgba(4,36,61,.98)\n    );\n  border-bottom:\n    1px solid rgba(100,215,255,.16);\n  box-shadow:\n    0 12px 35px rgba(0,0,0,.22);\n  backdrop-filter: blur(18px);\n  -webkit-backdrop-filter: blur(18px);\n}\n\/* =========================================================\n   INNER CONTAINER\n========================================================= *\/\n.abh-nav-inner {\n  max-width: 1400px;\n  margin: 0 auto;\n  padding: 13px 22px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n}\n\/* =========================================================\n   BRAND\n========================================================= *\/\n.abh-nav-brand {\n  flex-shrink: 0;\n  color: #ffffff !important;\n  text-decoration: none !important;\n}\n.abh-nav-brand-main {\n  display: block;\n  font-size: 17px;\n  font-weight: 800;\n  line-height: 1.1;\n}\n.abh-nav-brand-sub {\n  display: block;\n  margin-top: 4px;\n  color: #70dcff;\n  font-size: 8px;\n  font-weight: 800;\n  letter-spacing: 1.4px;\n  text-transform: uppercase;\n}\n\/* =========================================================\n   MAIN MENU\n========================================================= *\/\n.abh-nav-menu {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 3px;\n  flex: 1;\n}\n.abh-nav-link,\n.abh-nav-dropbtn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  padding: 0 11px;\n  border: 0;\n  border-radius: 8px;\n  background: transparent;\n  color: rgba(235,247,252,.88) !important;\n  text-decoration: none !important;\n  font-size: 11.5px;\n  font-weight: 700;\n  cursor: pointer;\n  white-space: nowrap;\n  transition:\n    background .2s ease,\n    color .2s ease;\n}\n.abh-nav-link:hover,\n.abh-nav-dropbtn:hover {\n  color: #ffffff !important;\n  background:\n    rgba(255,255,255,.055);\n}\n.abh-nav-caret {\n  margin-left: 5px;\n  color: #69d9ff;\n  font-size: 8px;\n}\n\/* =========================================================\n   DROPDOWNS\n========================================================= *\/\n.abh-nav-dropdown {\n  position: relative;\n}\n.abh-nav-dropdown-menu {\n  position: absolute;\n  top: calc(100% + 7px);\n  left: 0;\n  min-width: 245px;\n  padding: 9px;\n  opacity: 0;\n  visibility: hidden;\n  transform: translateY(8px);\n  border-radius: 14px;\n  border:\n    1px solid rgba(105,216,255,.17);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(3,25,43,.99),\n      rgba(4,47,79,.99)\n    );\n  box-shadow:\n    0 22px 55px rgba(0,0,0,.36);\n  transition:\n    opacity .2s ease,\n    visibility .2s ease,\n    transform .2s ease;\n}\n.abh-nav-dropdown:hover\n.abh-nav-dropdown-menu {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n}\n.abh-nav-dropdown-menu a {\n  display: block;\n  padding: 12px 14px;\n  border-radius: 8px;\n  color: rgba(226,243,250,.84) !important;\n  text-decoration: none !important;\n  font-size: 13px;\n  font-weight: 650;\n  transition:\n    background .2s ease,\n    color .2s ease;\n}\n.abh-nav-dropdown-menu a:hover {\n  color: #ffffff !important;\n  background:\n    rgba(80,200,245,.09);\n}\n\/* =========================================================\n   REQUEST APPOINTMENT BUTTON\n========================================================= *\/\n.abh-nav .spwidget-button-wrapper {\n  margin: 0 !important;\n  text-align: center !important;\n  flex-shrink: 0;\n}\n.abh-nav .spwidget-button {\n  display: inline-flex !important;\n  align-items: center;\n  justify-content: center;\n  min-height: 44px;\n  padding:\n    0 18px !important;\n  border-radius:\n    50px !important;\n  color:\n    #ffffff !important;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(7,49,110,.98),\n      rgba(10,93,166,.96),\n      rgba(4,36,80,.98)\n    ) !important;\n  border:\n    1px solid rgba(132,218,255,.32) !important;\n  font-size:\n    10.5px !important;\n  font-weight:\n    800 !important;\n  letter-spacing:\n    .8px !important;\n  text-transform:\n    uppercase !important;\n  text-decoration:\n    none !important;\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.16),\n    0 8px 22px rgba(0,40,90,.40);\n  transition:\n    all .25s ease;\n}\n.abh-nav .spwidget-button:hover {\n  color: #ffffff !important;\n  transform: translateY(-2px);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(8,67,140,.98),\n      rgba(16,118,196,.98),\n      rgba(5,45,95,.98)\n    ) !important;\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.20),\n    0 12px 26px rgba(0,55,110,.45);\n}\n\/* =========================================================\n   MOBILE TOGGLE\n========================================================= *\/\n.abh-nav-toggle {\n  display: none;\n  width: 44px;\n  height: 44px;\n  flex-shrink: 0;\n  align-items: center;\n  justify-content: center;\n  border-radius: 9px;\n  border:\n    1px solid rgba(105,216,255,.18);\n  background:\n    rgba(255,255,255,.045);\n  color: #ffffff;\n  font-size: 21px;\n  cursor: pointer;\n}\n\/* =========================================================\n   TABLET \/ MOBILE\n========================================================= *\/\n@media (max-width: 1120px) {\n  .abh-nav-inner {\n    flex-wrap: wrap;\n  }\n  .abh-nav-toggle {\n    display: inline-flex;\n    margin-left: auto;\n  }\n  .abh-nav-menu {\n    display: none;\n    order: 3;\n    width: 100%;\n    flex-direction: column;\n    align-items: stretch;\n    padding-top: 12px;\n    border-top:\n      1px solid rgba(102,216,255,.10);\n  }\n  .abh-nav-menu.is-open {\n    display: flex;\n  }\n  .abh-nav-link,\n  .abh-nav-dropbtn {\n    width: 100%;\n    justify-content: space-between;\n    padding: 12px 14px;\n  }\n  .abh-nav-dropdown-menu {\n    position: static;\n    display: none;\n    min-width: 0;\n    margin-top: 4px;\n    opacity: 1;\n    visibility: visible;\n    transform: none;\n    box-shadow: none;\n    background:\n      rgba(255,255,255,.025);\n  }\n  .abh-nav-dropdown.is-open\n  .abh-nav-dropdown-menu {\n    display: block;\n  }\n}\n@media (max-width: 650px) {\n  .abh-nav-inner {\n    padding:\n      12px 16px;\n  }\n  .abh-nav-brand-main {\n    font-size: 15px;\n  }\n  .abh-nav-brand-sub {\n    font-size: 7px;\n  }\n  .abh-nav .spwidget-button-wrapper {\n    width: 100%;\n    order: 4;\n  }\n  .abh-nav .spwidget-button {\n    width: 100%;\n    margin-top: 8px;\n  }\n}\n<\/style>\n<nav>\n    <!-- =====================================================\n         BRAND\n    ====================================================== -->\n    <a\n      href=\"https:\/\/abhmind.com\"\n    >\n        Advanced Behavioral Health\n        Science. Mind. Transformation.\n    <\/a>\n    <!-- =====================================================\n         MOBILE MENU BUTTON\n    ====================================================== -->\n    <button\n      type=\"button\"\n      aria-label=\"Open navigation menu\"\n      aria-expanded=\"false\"\n    >\n      \u2630\n    <\/button>\n    <!-- =====================================================\n         MAIN MENU\n    ====================================================== -->\n      <!-- HOME -->\n      <a\n        href=\"https:\/\/abhmind.com\"\n      >\n        Home\n      <\/a>\n      <!-- ===================================================\n           WHAT TO EXPECT\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          What To Expect\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=401\">\n            Welcome\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=407\">\n            Philosophy\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=398\">\n            Strategies\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=1038\">\n            FAQs\n          <\/a>\n      <!-- ===================================================\n           OUR EXPERTISE\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          Our Expertise\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=871\">\n            Anxiety\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=422\">\n            OCD\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=419\">\n            Sleep\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=413\">\n            Training\n          <\/a>\n      <!-- ===================================================\n           ABOUT US\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          About Us\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=431\">\n            Leadership\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=428\">\n            Mission\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=485\">\n            Contact\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=434\">\n            Testimonials\n          <\/a>\n      <!-- CLIENT PORTAL -->\n      <a\n        href=\"https:\/\/abhmind.clientsecure.me\/sign-in\"\n        target=\"_blank\"\n        rel=\"noopener noreferrer\"\n      >\n        Client Portal\n      <\/a>\n      <!-- PROVIDER REFERRALS -->\n      <a\n        href=\"https:\/\/abhmind.com\/?page_id=1007\"\n      >\n        Provider Referrals\n      <\/a>\n    <!-- =====================================================\n         SIMPLEPRACTICE REQUEST APPOINTMENT\n    ====================================================== -->\n    <!-- Start SimplePractice Contact Form Widget Embed Code -->\n    <style>\n      .spwidget-button-wrapper {\n        text-align: center;\n      }\n      .spwidget-button {\n        display: inline-block;\n        padding: 6px 12px;\n        color: #1371C8;\n        background: #fff;\n        border: 1px solid #1371C8;\n        border-radius: 4px;\n        font-size: 14px;\n        font-weight: 600;\n        text-decoration: none;\n      }\n      .spwidget-button:hover {\n        background: #fff;\n        color: #0F5AA0;\n      }\n      .spwidget-button:active {\n        color:\n          rgba(255,255,255,.75) !important;\n        box-shadow:\n          0 1px 3px\n          rgba(0,0,0,.15)\n          inset;\n      }\n    <\/style>\n      <a\n        href=\"https:\/\/abhmind.clientsecure.me\"\n        data-spwidget-scope-id=\"7267d394-3367-4e67-a0a1-2cad15a38489\"\n        data-spwidget-scope-uri=\"abhmind\"\n        data-spwidget-application-id=\"7c72cb9f9a9b913654bb89d6c7b4e71a77911b30192051da35384b4d0c6d505b\"\n        data-spwidget-channel=\"embedded_widget\"\n        data-spwidget-scope-global\n        data-spwidget-autobind\n        data-spwidget-contact\n      >\n        Request An Appointment\n      <\/a>\n    <!-- End SimplePractice Contact Form Widget Embed Code -->\n<\/nav>\n<!-- =========================================================\n     MOBILE MENU JAVASCRIPT\n========================================================= -->\n<!-- =========================================================\n     SIMPLEPRACTICE SCRIPT\n========================================================= -->\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     WELCOME PAGE\n     ABHMIND.COM\n     Blue Glass \/ Science \/ Clinical Theme\n========================================================= -->\n<style>\n\/* =========================================================\n   BASE\n========================================================= *\/\n.abh-welcome,\n.abh-welcome * {\n  box-sizing: border-box;\n}\n.abh-welcome {\n  --abh-navy: #021421;\n  --abh-deep: #04243d;\n  --abh-blue: #087bc5;\n  --abh-cyan: #5ed9ff;\n  --abh-light-blue: #9ae8ff;\n  --abh-white: #ffffff;\n  position: relative;\n  overflow: hidden;\n  color: #ffffff;\n  background:\n    radial-gradient(\n      circle at 80% 8%,\n      rgba(47,191,241,.16),\n      transparent 26%\n    ),\n    radial-gradient(\n      circle at 8% 40%,\n      rgba(15,125,198,.11),\n      transparent 28%\n    ),\n    linear-gradient(\n      180deg,\n      #021421 0%,\n      #04243d 42%,\n      #031a2d 100%\n    );\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n}\n\/* SCIENTIFIC GRID *\/\n.abh-welcome::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(\n      rgba(104,216,255,.035) 1px,\n      transparent 1px\n    ),\n    linear-gradient(\n      90deg,\n      rgba(104,216,255,.035) 1px,\n      transparent 1px\n    );\n  background-size: 56px 56px;\n  pointer-events: none;\n}\n\/* =========================================================\n   HERO\n========================================================= *\/\n.abh-welcome-hero {\n  position: relative;\n  z-index: 2;\n  min-height: 680px;\n  display: flex;\n  align-items: center;\n  padding: 100px 24px 85px;\n}\n.abh-welcome-hero-inner {\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns:\n    minmax(0,1.14fr)\n    minmax(330px,.86fr);\n  gap: 68px;\n  align-items: center;\n}\n\/* LABEL *\/\n.abh-welcome-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 23px;\n  padding: 8px 14px;\n  border-radius: 50px;\n  border:\n    1px solid rgba(102,216,255,.24);\n  background:\n    rgba(255,255,255,.045);\n  color: #87e3ff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n}\n.abh-welcome-dot {\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: #53d5ff;\n  box-shadow:\n    0 0 11px rgba(83,213,255,.9);\n}\n\/* HEADLINE *\/\n.abh-welcome-hero h1 {\n  max-width: 760px;\n  margin: 0 0 24px;\n  color: #ffffff;\n  font-size:\n    clamp(49px,6vw,78px);\n  line-height: .99;\n  font-weight: 740;\n  letter-spacing: -3.2px;\n}\n.abh-welcome-gradient {\n  display: block;\n  background:\n    linear-gradient(\n      90deg,\n      #ffffff,\n      #84e1ff 55%,\n      #32b9ed\n    );\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n  color: transparent;\n}\n\/* INTRO *\/\n.abh-welcome-intro {\n  max-width: 710px;\n  margin: 0 0 17px;\n  color: rgba(234,247,253,.92);\n  font-size:\n    clamp(19px,2vw,23px);\n  line-height: 1.58;\n}\n.abh-welcome-secondary {\n  max-width: 690px;\n  margin: 0;\n  color: rgba(202,229,241,.71);\n  font-size: 16px;\n  line-height: 1.75;\n}\n\/* =========================================================\n   PHOTO CARD\n========================================================= *\/\n.abh-welcome-photo-card {\n  position: relative;\n  overflow: hidden;\n  border-radius: 24px;\n  border:\n    1px solid rgba(125,220,255,.22);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.10),\n      rgba(255,255,255,.035)\n    );\n  box-shadow:\n    0 30px 80px rgba(0,0,0,.30),\n    inset 0 1px 0 rgba(255,255,255,.12);\n  backdrop-filter: blur(20px);\n  -webkit-backdrop-filter: blur(20px);\n}\n.abh-welcome-photo-card::before {\n  content: \"\";\n  position: absolute;\n  z-index: 5;\n  top: 0;\n  left: 15%;\n  right: 15%;\n  height: 1px;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(100,217,255,.90),\n      transparent\n    );\n}\n.abh-welcome-photo-frame {\n  position: relative;\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  overflow: hidden;\n  background: #041b2e;\n}\n.abh-welcome-photo {\n  display: block;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center;\n  transition:\n    transform .5s ease;\n}\n.abh-welcome-photo-card:hover\n.abh-welcome-photo {\n  transform: scale(1.02);\n}\n.abh-photo-overlay {\n  position: absolute;\n  inset: 0;\n  background:\n    linear-gradient(\n      180deg,\n      transparent 50%,\n      rgba(2,20,35,.18) 66%,\n      rgba(2,20,35,.96) 100%\n    );\n  pointer-events: none;\n}\n.abh-photo-caption {\n  position: absolute;\n  z-index: 3;\n  left: 27px;\n  right: 27px;\n  bottom: 24px;\n}\n.abh-photo-name {\n  margin-bottom: 3px;\n  color: #ffffff;\n  font-size: 23px;\n  font-weight: 750;\n  letter-spacing: -.4px;\n}\n.abh-photo-credentials {\n  color: #77ddff;\n  font-size: 14px;\n  font-weight: 800;\n  letter-spacing: .8px;\n}\n.abh-photo-role {\n  margin-top: 5px;\n  color: rgba(220,240,249,.72);\n  font-size: 12px;\n  text-transform: uppercase;\n  letter-spacing: 1.3px;\n}\n.abh-photo-welcome-copy {\n  padding: 30px 31px 33px;\n}\n.abh-card-label {\n  margin-bottom: 11px;\n  color: #70dcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.7px;\n  text-transform: uppercase;\n}\n.abh-photo-welcome-copy p {\n  margin: 0;\n  color: rgba(218,239,248,.76);\n  font-size: 15px;\n  line-height: 1.72;\n}\n.abh-welcome-card-line {\n  width: 46px;\n  height: 2px;\n  margin: 24px 0;\n  background:\n    linear-gradient(\n      90deg,\n      #4cccf8,\n      transparent\n    );\n}\n.abh-live-well {\n  color: #ffffff;\n  font-size: 18px;\n  font-weight: 700;\n  font-style: italic;\n}\n.abh-signature-name {\n  display: block;\n  margin-top: 7px;\n  color: #6fdcff;\n  font-size: 14px;\n  font-weight: 700;\n}\n\/* =========================================================\n   CORE MESSAGE\n========================================================= *\/\n.abh-welcome-message {\n  position: relative;\n  z-index: 2;\n  padding: 90px 24px;\n  background:\n    rgba(1,15,27,.20);\n}\n.abh-welcome-message-inner {\n  max-width: 1080px;\n  margin: 0 auto;\n}\n.abh-section-label {\n  display: block;\n  margin-bottom: 14px;\n  color: #70dcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.9px;\n  text-transform: uppercase;\n}\n.abh-welcome-message h2 {\n  max-width: 870px;\n  margin: 0 0 27px;\n  color: #ffffff;\n  font-size:\n    clamp(37px,5vw,57px);\n  line-height: 1.08;\n  letter-spacing: -2px;\n}\n.abh-welcome-message h2 span {\n  color: #79ddff;\n}\n.abh-welcome-copy {\n  display: grid;\n  grid-template-columns:\n    1fr 1fr;\n  gap: 48px;\n}\n.abh-welcome-copy p {\n  margin: 0;\n  color: rgba(212,235,245,.76);\n  font-size: 17px;\n  line-height: 1.8;\n}\n\/* =========================================================\n   PHILOSOPHY PILLARS\n========================================================= *\/\n.abh-welcome-pillars {\n  position: relative;\n  z-index: 2;\n  padding: 30px 24px 95px;\n}\n.abh-welcome-pillars-inner {\n  max-width: 1180px;\n  margin: 0 auto;\n}\n.abh-pillar-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3,minmax(0,1fr));\n  gap: 22px;\n}\n.abh-pillar {\n  position: relative;\n  padding: 31px 28px;\n  border:\n    1px solid rgba(120,215,250,.15);\n  border-radius: 19px;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.075),\n      rgba(255,255,255,.025)\n    );\n  box-shadow:\n    0 20px 55px rgba(0,0,0,.18);\n  backdrop-filter: blur(14px);\n  -webkit-backdrop-filter: blur(14px);\n}\n.abh-pillar-number {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  margin-bottom: 21px;\n  border-radius: 50%;\n  color: #67d9ff;\n  background:\n    rgba(43,185,235,.10);\n  border:\n    1px solid rgba(93,213,255,.23);\n  font-size: 13px;\n  font-weight: 800;\n}\n.abh-pillar h3 {\n  margin: 0 0 11px;\n  color: #ffffff;\n  font-size: 21px;\n  letter-spacing: -.4px;\n}\n.abh-pillar p {\n  margin: 0;\n  color: rgba(204,230,241,.69);\n  font-size: 15px;\n  line-height: 1.72;\n}\n\/* =========================================================\n   PHILOSOPHY PANEL\n========================================================= *\/\n.abh-different {\n  position: relative;\n  z-index: 2;\n  padding: 0 24px 95px;\n}\n.abh-different-inner {\n  max-width: 1180px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns:\n    minmax(0,1.35fr)\n    minmax(250px,.65fr);\n  gap: 35px;\n  align-items: center;\n  padding: 42px;\n  border-radius: 24px;\n  border:\n    1px solid rgba(107,215,255,.20);\n  background:\n    linear-gradient(\n      135deg,\n      rgba(7,79,129,.60),\n      rgba(4,42,73,.68)\n    );\n  box-shadow:\n    0 25px 70px rgba(0,0,0,.22);\n}\n.abh-different h2 {\n  margin: 0 0 13px;\n  color: #ffffff;\n  font-size:\n    clamp(29px,4vw,39px);\n  line-height: 1.17;\n  letter-spacing: -1px;\n}\n.abh-different p {\n  max-width: 720px;\n  margin: 0;\n  color: rgba(221,240,248,.76);\n  font-size: 16px;\n  line-height: 1.75;\n}\n.abh-different-button-wrap {\n  display: flex;\n  justify-content: flex-end;\n}\n.abh-welcome-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  min-height: 54px;\n  padding: 0 25px;\n  color: #ffffff !important;\n  background:\n    linear-gradient(\n      135deg,\n      #159bdc,\n      #0871bd\n    );\n  border:\n    1px solid rgba(117,220,255,.46);\n  border-radius: 9px;\n  text-decoration: none !important;\n  font-size: 15px;\n  font-weight: 700;\n  box-shadow:\n    0 12px 32px rgba(0,113,189,.28);\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n.abh-welcome-button:hover {\n  transform: translateY(-2px);\n  box-shadow:\n    0 16px 38px rgba(0,132,211,.38);\n}\n\/* =========================================================\n   FINAL\n========================================================= *\/\n.abh-final-message {\n  position: relative;\n  z-index: 2;\n  padding: 90px 24px;\n  text-align: center;\n  border-top:\n    1px solid rgba(130,214,247,.09);\n}\n.abh-final-message-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n.abh-final-mark {\n  width: 8px;\n  height: 8px;\n  margin: 0 auto 24px;\n  border-radius: 50%;\n  background: #55d4ff;\n  box-shadow:\n    0 0 20px rgba(85,212,255,.85);\n}\n.abh-final-message h2 {\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size:\n    clamp(35px,5vw,52px);\n  line-height: 1.1;\n  letter-spacing: -1.8px;\n}\n.abh-final-message p {\n  max-width: 760px;\n  margin: 0 auto;\n  color: rgba(211,235,245,.76);\n  font-size: 18px;\n  line-height: 1.8;\n}\n.abh-final-brand {\n  margin-top: 33px;\n  color: #70dcff;\n  font-size: 13px;\n  font-weight: 800;\n  letter-spacing: 1.9px;\n  text-transform: uppercase;\n}\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n@media (max-width: 900px) {\n  .abh-welcome-hero {\n    min-height: auto;\n    padding:\n      78px 22px 70px;\n  }\n  .abh-welcome-hero-inner {\n    grid-template-columns: 1fr;\n    gap: 43px;\n  }\n  .abh-welcome-photo-card {\n    max-width: 650px;\n  }\n  .abh-welcome-copy {\n    grid-template-columns: 1fr;\n    gap: 22px;\n  }\n  .abh-pillar-grid {\n    grid-template-columns: 1fr;\n  }\n  .abh-different-inner {\n    grid-template-columns: 1fr;\n  }\n  .abh-different-button-wrap {\n    justify-content: flex-start;\n  }\n}\n@media (max-width: 600px) {\n  .abh-welcome-hero {\n    padding:\n      60px 18px 60px;\n  }\n  .abh-welcome-hero h1 {\n    font-size: 44px;\n    letter-spacing: -1.9px;\n  }\n  .abh-welcome-intro {\n    font-size: 18px;\n  }\n  .abh-photo-caption {\n    left: 22px;\n    right: 22px;\n    bottom: 21px;\n  }\n  .abh-photo-name {\n    font-size: 21px;\n  }\n  .abh-photo-welcome-copy {\n    padding: 27px 24px 29px;\n  }\n  .abh-welcome-message {\n    padding:\n      65px 18px;\n  }\n  .abh-welcome-message h2 {\n    font-size: 38px;\n    letter-spacing: -1.2px;\n  }\n  .abh-welcome-pillars {\n    padding:\n      10px 18px 65px;\n  }\n  .abh-different {\n    padding:\n      0 18px 65px;\n  }\n  .abh-different-inner {\n    padding: 29px 25px;\n  }\n  .abh-welcome-button {\n    width: 100%;\n  }\n  .abh-final-message {\n    padding:\n      68px 18px;\n  }\n}\n<\/style>\n  <!-- =======================================================\n       HERO\n  ======================================================== -->\n  <section>\n      <!-- LEFT SIDE -->\n          Welcome to Advanced Behavioral Health\n        <h1>\n          A Different Approach\n            to Behavioral Health.\n        <\/h1>\n        \n          Although each of us faces unique challenges,\n          everyone has the potential to live a meaningful,\n          satisfying, and rewarding life.\n        \n        \n          At Advanced Behavioral Health, treatment is built\n          around a collaborative relationship, focused\n          clinical expertise, and evidence-based strategies\n          designed to help you better understand yourself,\n          change patterns that are no longer serving you,\n          and move toward a life guided by your values\n          rather than fear.\n        \n      <!-- RIGHT SIDE: DAVID PHOTO -->\n      <aside>\n          <img decoding=\"async\"\n            src=\"https:\/\/abhmind.com\/wp-content\/uploads\/2025\/05\/DRS-Board-Certified.png\"\n            alt=\"David R. Stephens, LPC-S, NCC\"\n          >\n              David R. Stephens\n              LPC-S, NCC\n              Founder &#038; Clinical Director\n            A Personal Welcome\n          \n            Thank you for visiting Advanced Behavioral\n            Health. My goal is to provide a collaborative\n            and trusting clinical relationship that\n            combines evidence-based treatment, specialized\n            expertise, and respect for each person as an\n            individual.\n          \n            Live Well,\n            David R. Stephens, LPC-S, NCC\n      <\/aside>\n  <\/section>\n  <!-- =======================================================\n       APPROACH\n  ======================================================== -->\n  <section>\n        Our Approach\n      <h2>\n        Treatment should help you\n          understand, adapt, and move forward.\n      <\/h2>\n        \n          Counseling can provide an opportunity to gain a\n          clearer understanding of yourself, your thoughts,\n          emotional responses, behaviors, and the ways you\n          interact with the world around you.\n          But insight alone is not always enough.\n          Effective treatment also requires practical\n          strategies that can be translated into\n          meaningful changes in everyday life.\n        \n        \n          Our philosophy of care combines a collaborative\n          therapeutic relationship with empirically\n          supported and clinically sound strategies.\n          The objective is not simply to reduce symptoms,\n          but to help strengthen psychological flexibility,\n          behavioral health, resilience, and the capacity\n          to live more intentionally.\n        \n  <\/section>\n  <!-- =======================================================\n       THREE PRINCIPLES\n  ======================================================== -->\n  <section>\n        <article>\n            01\n          <h3>\n            Collaborative\n          <\/h3>\n          \n            Therapy is a partnership. Treatment is\n            developed collaboratively, with respect for\n            your goals, values, experiences, and individual\n            needs rather than relying on a one-size-fits-all\n            approach.\n          \n        <\/article>\n        <article>\n            02\n          <h3>\n            Evidence-Based\n          <\/h3>\n          \n            Clinical strategies should be grounded in\n            sound psychological science. Treatment\n            emphasizes established principles and\n            interventions while remaining responsive to\n            the individual sitting in the room.\n          \n        <\/article>\n        <article>\n            03\n          <h3>\n            Empowering\n          <\/h3>\n          \n            The purpose of treatment is not to create\n            dependence on therapy. It is to help you\n            develop knowledge, skills, and greater\n            confidence in your ability to respond\n            effectively to life&#8217;s challenges.\n          \n        <\/article>\n  <\/section>\n  <!-- =======================================================\n       PHILOSOPHY\n  ======================================================== -->\n  <section>\n          The ABH Philosophy\n        <h2>\n          A Different Philosophy of Care\n        <\/h2>\n        \n          Advanced Behavioral Health emphasizes focused\n          expertise, collaborative treatment,\n          psychological science, and strategies designed\n          to produce meaningful change outside the therapy\n          office.\n          Treatment is intended to help clients move\n          beyond simply managing symptoms and toward\n          greater autonomy, adaptability, and engagement\n          with life.\n        \n        <a\n          href=\"https:\/\/abhmind.com\/?page_id=407\"\n        >\n          Explore Our Philosophy\n            \u2192\n        <\/a>\n  <\/section>\n  <!-- =======================================================\n       FINAL\n  ======================================================== -->\n  <section>\n      <h2>\n        Your challenges do not have to determine\n        the direction of your life.\n      <\/h2>\n      \n        It is an honor and a privilege to assist clients as\n        they work toward meaningful goals and greater\n        personal freedom.\n        Our role is to provide the clinical knowledge,\n        evidence-based strategies, and collaborative\n        environment that can help make that work possible.\n      \n        Science. Mind. Transformation.\n  <\/section>\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     HOMEPAGE CALL-TO-ACTION SECTION\n     Appointment + Philosophy\n========================================================= -->\n<style>\n.abh-home-cta,\n.abh-home-cta * {\n  box-sizing: border-box;\n}\n.abh-home-cta {\n  position: relative;\n  overflow: hidden;\n  padding: 80px 24px;\n  color: #ffffff;\n  background:\n    radial-gradient(\n      circle at 82% 15%,\n      rgba(47,190,240,.16),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 12% 80%,\n      rgba(15,107,188,.10),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #021421 0%,\n      #04243d 100%\n    );\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n}\n\/* Scientific background grid *\/\n.abh-home-cta::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(\n      rgba(104,216,255,.03) 1px,\n      transparent 1px\n    ),\n    linear-gradient(\n      90deg,\n      rgba(104,216,255,.03) 1px,\n      transparent 1px\n    );\n  background-size: 56px 56px;\n  pointer-events: none;\n}\n.abh-home-cta-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1120px;\n  margin: 0 auto;\n  padding: 48px 44px;\n  border-radius: 24px;\n  border:\n    1px solid rgba(107,216,255,.22);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.08),\n      rgba(255,255,255,.025)\n    );\n  box-shadow:\n    0 28px 70px rgba(0,0,0,.24),\n    inset 0 1px 0 rgba(255,255,255,.10);\n  backdrop-filter:\n    blur(18px);\n  -webkit-backdrop-filter:\n    blur(18px);\n}\n.abh-home-cta-inner::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 18%;\n  right: 18%;\n  height: 1px;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(99,216,255,.90),\n      transparent\n    );\n}\n\/* =========================================================\n   TAGLINE\n========================================================= *\/\n.abh-home-cta-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 18px;\n  padding: 8px 14px;\n  border-radius: 50px;\n  border:\n    1px solid rgba(102,216,255,.24);\n  background:\n    rgba(255,255,255,.04);\n  color: #79ddff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.6px;\n  text-transform: uppercase;\n}\n.abh-home-cta-dot {\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: #53d5ff;\n  box-shadow:\n    0 0 11px rgba(83,213,255,.9);\n}\n\/* =========================================================\n   HEADING\n========================================================= *\/\n.abh-home-cta h2 {\n  max-width: 820px;\n  margin: 0 0 18px;\n  color: #ffffff;\n  font-size:\n    clamp(36px,5vw,53px);\n  line-height: 1.08;\n  letter-spacing: -1.8px;\n}\n.abh-home-cta h2 span {\n  display: block;\n  margin-top: 4px;\n  background:\n    linear-gradient(\n      90deg,\n      #ffffff,\n      #8fe5ff,\n      #34b9ec\n    );\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n.abh-home-cta p {\n  max-width: 820px;\n  margin: 0;\n  color:\n    rgba(211,235,245,.76);\n  font-size: 16.5px;\n  line-height: 1.8;\n}\n\/* =========================================================\n   BUTTON ROW\n========================================================= *\/\n.abh-home-cta-buttons {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 15px;\n  margin-top: 31px;\n}\n\/* =========================================================\n   FIND OUT WHY BUTTON\n========================================================= *\/\n.abh-philosophy-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  overflow: hidden;\n  min-height: 54px;\n  padding: 0 30px;\n  border-radius: 50px;\n  color: #ffffff !important;\n  text-decoration: none !important;\n  text-transform: uppercase;\n  letter-spacing: 1.4px;\n  font-size: 13px;\n  font-weight: 700;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(5,28,70,.96) 0%,\n      rgba(9,49,110,.94) 50%,\n      rgba(3,20,55,.98) 100%\n    );\n  border:\n    1px solid rgba(140,210,255,.28);\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.18),\n    inset 0 -1px 0 rgba(255,255,255,.05),\n    0 10px 28px rgba(0,20,60,.55);\n  transition:\n    all .35s ease;\n}\n.abh-philosophy-button::before {\n  content: \"\";\n  position: absolute;\n  top: -180%;\n  left: -40%;\n  width: 30%;\n  height: 450%;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.22),\n      rgba(255,255,255,.05),\n      transparent\n    );\n  transform:\n    rotate(25deg);\n  transition:\n    left .8s ease;\n}\n.abh-philosophy-button:hover {\n  color: #ffffff !important;\n  transform:\n    translateY(-3px);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(8,40,95,.98),\n      rgba(12,67,145,.96),\n      rgba(5,30,75,.98)\n    );\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.22),\n    0 16px 36px rgba(0,45,120,.55),\n    0 0 20px rgba(45,145,255,.30);\n}\n.abh-philosophy-button:hover::before {\n  left: 155%;\n}\n\/* =========================================================\n   SIMPLEPRACTICE BUTTON OVERRIDE\n========================================================= *\/\n.abh-home-cta\n.spwidget-button-wrapper {\n  text-align: left !important;\n  margin: 0 !important;\n}\n.abh-home-cta\n.spwidget-button {\n  display: inline-flex !important;\n  align-items: center;\n  justify-content: center;\n  min-height: 54px;\n  padding:\n    0 30px !important;\n  border-radius:\n    50px !important;\n  color:\n    #ffffff !important;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(5,28,70,.96) 0%,\n      rgba(9,49,110,.94) 50%,\n      rgba(3,20,55,.98) 100%\n    ) !important;\n  border:\n    1px solid rgba(140,210,255,.28) !important;\n  font-size:\n    13px !important;\n  font-weight:\n    700 !important;\n  letter-spacing:\n    1.4px !important;\n  text-transform:\n    uppercase !important;\n  text-decoration:\n    none !important;\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.18),\n    inset 0 -1px 0 rgba(255,255,255,.05),\n    0 10px 28px rgba(0,20,60,.55);\n  transition:\n    all .35s ease;\n}\n.abh-home-cta\n.spwidget-button:hover {\n  color:\n    #ffffff !important;\n  transform:\n    translateY(-3px);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(8,40,95,.98),\n      rgba(12,67,145,.96),\n      rgba(5,30,75,.98)\n    ) !important;\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.22),\n    0 16px 36px rgba(0,45,120,.55),\n    0 0 20px rgba(45,145,255,.30);\n}\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n@media (max-width: 650px) {\n  .abh-home-cta {\n    padding:\n      60px 18px;\n  }\n  .abh-home-cta-inner {\n    padding:\n      34px 24px;\n  }\n  .abh-home-cta h2 {\n    font-size: 38px;\n  }\n  .abh-home-cta-buttons {\n    display: grid;\n  }\n  .abh-home-cta\n  .spwidget-button-wrapper {\n    width: 100%;\n  }\n  .abh-home-cta\n  .spwidget-button,\n  .abh-philosophy-button {\n    width: 100%;\n  }\n}\n<\/style>\n<section>\n      Advanced Behavioral Health\n    <h2>\n      Advanced Behavioral Health.\n        A Different Philosophy of Care.\n    <\/h2>\n    \n      Specialized behavioral healthcare should do more than\n      provide temporary reassurance.\n      At Advanced Behavioral Health, treatment is built\n      around evidence, collaboration, focused clinical\n      expertise, practical behavioral change, and the belief\n      that meaningful growth often begins when we learn to\n      face discomfort rather than organize our lives around\n      avoiding it.\n    \n      <!-- ===================================================\n           SIMPLEPRACTICE REQUEST AN APPOINTMENT\n      ==================================================== -->\n      <!-- Start SimplePractice Contact Form Widget Embed Code -->\n      <style>\n        .spwidget-button-wrapper{text-align:center}\n        .spwidget-button{\n          display:inline-block;\n          padding:6px 12px;\n          color:#1371C8;\n          background:#fff;\n          border:1px solid #1371C8;\n          border-radius:4px;\n          font-size:14px;\n          font-weight:600;\n          text-decoration:none\n        }\n        .spwidget-button:hover{\n          background:#fff;\n          color:#0F5AA0\n        }\n        .spwidget-button:active{\n          color:rgba(255,255,255,.75) !important;\n          box-shadow:\n            0 1px 3px rgba(0,0,0,.15) inset\n        }\n      <\/style>\n        <a\n          href=\"https:\/\/abhmind.clientsecure.me\"\n          data-spwidget-scope-id=\"7267d394-3367-4e67-a0a1-2cad15a38489\"\n          data-spwidget-scope-uri=\"abhmind\"\n          data-spwidget-application-id=\"7c72cb9f9a9b913654bb89d6c7b4e71a77911b30192051da35384b4d0c6d505b\"\n          data-spwidget-channel=\"embedded_widget\"\n          data-spwidget-scope-global\n          data-spwidget-autobind\n          data-spwidget-contact\n        >\n          Request An Appointment\n        <\/a>\n      <!-- End SimplePractice Contact Form Widget Embed Code -->\n      <!-- ===================================================\n           PHILOSOPHY BUTTON\n      ==================================================== -->\n      <a\n        href=\"https:\/\/abhmind.com\/?page_id=407\"\n      >\n        Find Out Why \u2192\n      <\/a>\n<\/section>\n<!-- =========================================================\n     SIMPLEPRACTICE SCRIPT\n     KEEP AT BOTTOM OF SECTION\/PAGE\n========================================================= -->\n","protected":false},"excerpt":{"rendered":"<p>Advanced Behavioral Health Science. Mind. Transformation. \u2630 Home What To Expect \u25bc Welcome Philosophy Strategies FAQs Our Expertise \u25bc Anxiety OCD Sleep Training About Us \u25bc Leadership Mission Contact Testimonials Client Portal Provider Referrals Request An Appointment Welcome to Advanced Behavioral Health A Different Approach to Behavioral Health. Although each of us faces unique challenges,&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-401","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/abhmind.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=401"}],"version-history":[{"count":45,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/401\/revisions"}],"predecessor-version":[{"id":1526,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/401\/revisions\/1526"}],"wp:attachment":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}