{"id":1007,"date":"2026-07-23T11:59:11","date_gmt":"2026-07-23T16:59:11","guid":{"rendered":"https:\/\/abhmind.com\/?page_id=1007"},"modified":"2026-08-09T10:33:02","modified_gmt":"2026-08-09T15:33:02","slug":"provider-referrals","status":"publish","type":"page","link":"https:\/\/abhmind.com\/?page_id=1007","title":{"rendered":"Provider Referrals"},"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     PHYSICIAN & PROFESSIONAL REFERRAL PAGE\n     ABHMIND.COM\n     Blue Glass \/ Science \/ Provider Referral Theme\n========================================================= -->\n<style>\n.abh-provider-referral,\n.abh-provider-referral * {\n  box-sizing: border-box;\n}\n.abh-provider-referral {\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 82% 7%,\n      rgba(45,190,242,.17),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 8% 38%,\n      rgba(18,125,196,.12),\n      transparent 30%\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-provider-referral::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   SHARED\n========================================================= *\/\n.abh-provider-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1180px;\n  margin: 0 auto;\n}\n.abh-provider-section {\n  position: relative;\n  z-index: 2;\n  padding: 88px 24px;\n}\n.abh-provider-section.alt {\n  background: rgba(1,15,27,.20);\n}\n.abh-provider-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 20px;\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-provider-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.abh-section-tag {\n  display: block;\n  margin-bottom: 12px;\n  color: #6fdcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.9px;\n  text-transform: uppercase;\n}\n.abh-section-heading {\n  max-width: 900px;\n  margin-bottom: 31px;\n}\n.abh-section-heading h2 {\n  margin: 0 0 16px;\n  color: #ffffff;\n  font-size:\n    clamp(36px,5vw,55px);\n  line-height: 1.08;\n  letter-spacing: -1.8px;\n}\n.abh-section-heading p {\n  max-width: 830px;\n  margin: 0;\n  color: rgba(211,235,245,.76);\n  font-size: 17px;\n  line-height: 1.78;\n}\n\/* =========================================================\n   HERO\n========================================================= *\/\n.abh-provider-hero {\n  position: relative;\n  z-index: 2;\n  min-height: 660px;\n  display: flex;\n  align-items: center;\n  padding: 105px 24px 90px;\n}\n.abh-provider-hero-grid {\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns:\n    minmax(0,1.18fr)\n    minmax(320px,.82fr);\n  gap: 62px;\n  align-items: center;\n}\n.abh-provider-hero h1 {\n  max-width: 830px;\n  margin: 0 0 24px;\n  color: #ffffff;\n  font-size:\n    clamp(49px,6.3vw,80px);\n  line-height: .98;\n  font-weight: 760;\n  letter-spacing: -3.4px;\n}\n.abh-provider-gradient {\n  display: block;\n  background:\n    linear-gradient(\n      90deg,\n      #ffffff,\n      #82e0ff 52%,\n      #2cb7eb\n    );\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n  color: transparent;\n}\n.abh-provider-lead {\n  max-width: 740px;\n  margin: 0 0 17px;\n  color: rgba(237,248,253,.94);\n  font-size:\n    clamp(19px,2vw,23px);\n  line-height: 1.62;\n}\n.abh-provider-sub {\n  max-width: 710px;\n  margin: 0;\n  color: rgba(204,230,241,.72);\n  font-size: 16px;\n  line-height: 1.78;\n}\n\/* =========================================================\n   PROVIDER CONTACT CARD\n========================================================= *\/\n.abh-provider-card {\n  position: relative;\n  padding: 36px 32px;\n  border-radius: 23px;\n  border:\n    1px solid rgba(125,220,255,.20);\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,.28),\n    inset 0 1px 0 rgba(255,255,255,.13);\n  backdrop-filter: blur(20px);\n  -webkit-backdrop-filter: blur(20px);\n}\n.abh-provider-card::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      #64d9ff,\n      transparent\n    );\n}\n.abh-provider-card h2 {\n  margin: 0 0 11px;\n  color: #ffffff;\n  font-size: 28px;\n  line-height: 1.17;\n  letter-spacing: -.7px;\n}\n.abh-provider-card > p {\n  margin: 0 0 22px;\n  color: rgba(216,238,247,.74);\n  font-size: 15px;\n  line-height: 1.72;\n}\n.abh-provider-contact-item {\n  padding: 17px 0;\n  border-top:\n    1px solid rgba(112,214,252,.12);\n}\n.abh-provider-contact-item span {\n  display: block;\n  margin-bottom: 5px;\n  color: #6fdcff;\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 1.4px;\n  text-transform: uppercase;\n}\n.abh-provider-contact-item strong {\n  color: #ffffff !important;\n  font-size: 17px;\n  line-height: 1.5;\n}\n\/* FAX NUMBER \u2014 WHITE *\/\n.abh-provider-fax {\n  color: #ffffff !important;\n  font-size: 22px !important;\n  font-weight: 800 !important;\n}\n\/* =========================================================\n   REFERRAL INFORMATION\n========================================================= *\/\n.abh-referral-intro {\n  max-width: 920px;\n  margin-bottom: 32px;\n  color: rgba(211,235,245,.76);\n  font-size: 16.5px;\n  line-height: 1.8;\n}\n.abh-referral-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n  gap: 18px;\n}\n.abh-referral-field {\n  position: relative;\n  padding: 29px 27px;\n  border:\n    1px solid rgba(115,214,250,.15);\n  border-radius: 18px;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.07),\n      rgba(255,255,255,.025)\n    );\n  box-shadow:\n    0 18px 50px rgba(0,0,0,.15);\n}\n.abh-referral-field::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 25px;\n  right: 25px;\n  height: 1px;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(94,215,255,.68),\n      transparent\n    );\n}\n.abh-referral-field strong {\n  display: block;\n  margin-bottom: 9px;\n  color: #ffffff;\n  font-size: 19px;\n}\n.abh-referral-field span {\n  display: block;\n  color: rgba(205,231,242,.70);\n  font-size: 14.5px;\n  line-height: 1.72;\n}\n\/* =========================================================\n   REFERRAL OPTIONS\n========================================================= *\/\n.abh-referral-options {\n  display: grid;\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n  gap: 22px;\n  margin-top: 38px;\n}\n.abh-referral-option {\n  padding: 34px 31px;\n  border-radius: 20px;\n  border:\n    1px solid rgba(107,216,255,.17);\n  background:\n    rgba(255,255,255,.035);\n}\n.abh-referral-option.featured {\n  background:\n    linear-gradient(\n      135deg,\n      rgba(7,79,129,.60),\n      rgba(4,42,73,.68)\n    );\n  border:\n    1px solid rgba(107,216,255,.22);\n}\n.abh-referral-option-number {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 41px;\n  height: 41px;\n  margin-bottom: 18px;\n  border-radius: 50%;\n  color: #68d9ff;\n  background:\n    rgba(42,186,238,.10);\n  border:\n    1px solid rgba(92,212,253,.23);\n  font-size: 13px;\n  font-weight: 800;\n}\n.abh-referral-option h3 {\n  margin: 0 0 11px;\n  color: #ffffff;\n  font-size: 23px;\n}\n.abh-referral-option p {\n  margin: 0 0 21px;\n  color: rgba(209,234,244,.73);\n  font-size: 15px;\n  line-height: 1.72;\n}\n\/* FAX NUMBER \u2014 WHITE *\/\n.abh-fax-number {\n  display: inline-block;\n  margin-top: 4px;\n  color: #ffffff !important;\n  font-size:\n    clamp(25px,4vw,34px);\n  font-weight: 800;\n  letter-spacing: -.5px;\n}\n\/* =========================================================\n   SIMPLEPRACTICE BUTTON\n========================================================= *\/\n.abh-provider-referral\n.spwidget-button-wrapper {\n  margin: 0;\n  text-align: left;\n}\n.abh-provider-referral\n.spwidget-button {\n  display: inline-flex !important;\n  align-items: center;\n  justify-content: center;\n  min-height: 54px;\n  padding:\n    0 24px !important;\n  border-radius:\n    9px !important;\n  color:\n    #ffffff !important;\n  background:\n    linear-gradient(\n      135deg,\n      #159bdc,\n      #0871bd\n    ) !important;\n  border:\n    1px solid rgba(117,220,255,.46) !important;\n  font-size:\n    14px !important;\n  font-weight:\n    700 !important;\n  text-decoration:\n    none !important;\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-provider-referral\n.spwidget-button:hover {\n  color: #ffffff !important;\n  background:\n    linear-gradient(\n      135deg,\n      #1eabea,\n      #0a81cc\n    ) !important;\n  transform:\n    translateY(-2px);\n  box-shadow:\n    0 16px 38px rgba(0,132,211,.38);\n}\n\/* =========================================================\n   SECURITY\n========================================================= *\/\n.abh-referral-security {\n  margin:\n    21px 0 0 !important;\n  padding:\n    18px 20px;\n  border-radius:\n    13px;\n  background:\n    rgba(255,255,255,.04);\n  border:\n    1px solid rgba(111,214,252,.12);\n  color:\n    rgba(198,228,240,.69) !important;\n  font-size:\n    12.5px !important;\n  line-height:\n    1.65 !important;\n}\n\/* =========================================================\n   SPECIALTY REFERRAL CARDS\n========================================================= *\/\n.abh-specialty-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3,minmax(0,1fr));\n  gap: 18px;\n}\n.abh-specialty-card {\n  padding: 31px 27px;\n  border-radius: 18px;\n  border:\n    1px solid rgba(115,214,250,.15);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.07),\n      rgba(255,255,255,.025)\n    );\n  box-shadow:\n    0 18px 50px rgba(0,0,0,.14);\n}\n.abh-specialty-card span {\n  display: block;\n  margin-bottom: 9px;\n  color: #70dcff;\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 1.3px;\n  text-transform: uppercase;\n}\n.abh-specialty-card h3 {\n  margin: 0 0 11px;\n  color: #ffffff;\n  font-size: 21px;\n  line-height: 1.25;\n}\n.abh-specialty-card p {\n  margin: 0;\n  color: rgba(205,231,242,.70);\n  font-size: 14.5px;\n  line-height: 1.72;\n}\n\/* =========================================================\n   COORDINATION\n========================================================= *\/\n.abh-coordination-panel {\n  display: grid;\n  grid-template-columns:\n    minmax(0,1.25fr)\n    minmax(260px,.75fr);\n  gap: 38px;\n  align-items: center;\n  padding: 42px;\n  border:\n    1px solid rgba(105,214,253,.19);\n  border-radius: 23px;\n  background:\n    linear-gradient(\n      135deg,\n      rgba(6,77,125,.60),\n      rgba(3,42,73,.69)\n    );\n  box-shadow:\n    0 25px 70px rgba(0,0,0,.22);\n}\n.abh-coordination-panel h3 {\n  margin: 0 0 14px;\n  color: #ffffff;\n  font-size: 29px;\n  line-height: 1.2;\n}\n.abh-coordination-panel p {\n  margin: 0;\n  color: rgba(219,239,248,.76);\n  font-size: 16px;\n  line-height: 1.78;\n}\n.abh-coordination-list {\n  display: grid;\n  gap: 10px;\n}\n.abh-coordination-item {\n  padding: 14px 16px;\n  text-align: center;\n  border-radius: 12px;\n  background:\n    rgba(255,255,255,.045);\n  border:\n    1px solid rgba(113,214,251,.14);\n  color: #ffffff;\n  font-size: 14px;\n  font-weight: 650;\n}\n\/* =========================================================\n   FINAL\n========================================================= *\/\n.abh-provider-final {\n  position: relative;\n  z-index: 2;\n  padding: 100px 24px;\n  text-align: center;\n}\n.abh-provider-final-inner {\n  max-width: 860px;\n  margin: 0 auto;\n}\n.abh-final-dot {\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-provider-final h2 {\n  margin: 0 0 18px;\n  color: #ffffff;\n  font-size:\n    clamp(38px,5vw,55px);\n  line-height: 1.08;\n  letter-spacing: -1.8px;\n}\n.abh-provider-final p {\n  max-width: 730px;\n  margin: 0 auto 26px;\n  color:\n    rgba(211,235,245,.76);\n  font-size: 17px;\n  line-height: 1.78;\n}\n.abh-provider-final-fax {\n  display: block;\n  margin-top: 10px;\n  color: #ffffff !important;\n  font-size: 24px;\n  font-weight: 800;\n}\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n@media (max-width: 950px) {\n  .abh-provider-hero {\n    min-height: auto;\n    padding:\n      78px 22px 70px;\n  }\n  .abh-provider-hero-grid,\n  .abh-coordination-panel {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 760px) {\n  .abh-referral-grid,\n  .abh-referral-options,\n  .abh-specialty-grid {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .abh-provider-hero {\n    padding:\n      60px 18px 58px;\n  }\n  .abh-provider-hero h1 {\n    font-size: 44px;\n    letter-spacing: -1.9px;\n  }\n  .abh-provider-section {\n    padding:\n      65px 18px;\n  }\n  .abh-provider-card,\n  .abh-coordination-panel {\n    padding:\n      28px 24px;\n  }\n  .abh-provider-referral\n  .spwidget-button {\n    width: 100%;\n  }\n  .abh-provider-final {\n    padding:\n      72px 18px;\n  }\n}\n<\/style>\n  <!-- =======================================================\n       HERO\n  ======================================================== -->\n  <section>\n          Physician &#038; Professional Referrals\n        <h1>\n          Specialized Care.\n            Collaborative Treatment.\n        <\/h1>\n        \n          Advanced Behavioral Health welcomes referrals\n          from physicians, psychiatrists, psychologists,\n          therapists, counselors, and other healthcare\n          professionals seeking specialized behavioral\n          health treatment for their patients.\n        \n        \n          Our goal is to make the referral process\n          straightforward, secure, and clinically useful\n          while supporting appropriate communication and\n          coordination of care.\n        \n      <!-- PROVIDER INFORMATION -->\n      <aside>\n        <h2>\n          Provider Referral Information\n        <\/h2>\n        \n          Providers may submit referrals securely through\n          the SimplePractice referral portal or fax\n          clinical referral information directly to ABH.\n        \n            Secure Fax\n          <strong>\n            1-855-707-2107\n          <\/strong>\n            Office\n          <strong>\n            (256) 945-7959\n          <\/strong>\n            Practice\n          <strong>\n            Advanced Behavioral Health\n          <\/strong>\n            Location\n          <strong>\n            303 Williams Avenue SW<br>\n            Suite 135<br>\n            Huntsville, Alabama 35801\n          <\/strong>\n      <\/aside>\n  <\/section>\n  <!-- =======================================================\n       WHAT TO INCLUDE\n  ======================================================== -->\n  <section>\n          Referral Information\n        <h2>\n          What to Include With a Referral\n        <\/h2>\n      \n        When submitting a referral, please include the\n        patient\u2019s name, date of birth, contact information,\n        reason for referral, relevant clinical concerns,\n        current safety concerns if applicable, and whether\n        you would like updates regarding patient progress.\n      \n          <strong>\n            Patient Information\n          <\/strong>\n            Name, date of birth, phone number, email, and\n            parent\/guardian information when applicable.\n          <strong>\n            Reason for Referral\n          <\/strong>\n            OCD, anxiety, panic, insomnia, sleep concerns,\n            diagnostic clarification, or other relevant\n            clinical concerns.\n          <strong>\n            Clinical Information\n          <\/strong>\n            Presenting symptoms, current diagnoses,\n            relevant history, medications, safety concerns,\n            and treatment goals.\n          <strong>\n            Coordination of Care\n          <\/strong>\n            Please indicate whether you would like updates\n            on patient progress and the preferred method\n            of communication.\n  <\/section>\n  <!-- =======================================================\n       SUBMIT REFERRAL\n  ======================================================== -->\n  <section>\n          Submit a Referral\n        <h2>\n          Two Convenient Referral Options\n        <\/h2>\n        \n          Providers may use the secure electronic referral\n          portal or send referral documentation directly\n          by fax.\n        \n        <!-- ONLINE -->\n            01\n          <h3>\n            Secure Online Referral\n          <\/h3>\n          \n            Use the secure SimplePractice portal to submit\n            referral information electronically.\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: 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              Submit Secure Provider Referral\n            <\/a>\n          \n            This referral link directs providers to a\n            secure SimplePractice portal intended for\n            HIPAA-compliant handling of protected health\n            information.\n            Please do not submit emergency or crisis\n            referrals through this form.\n            If there is an immediate safety concern,\n            contact emergency services or direct the\n            patient to the nearest emergency department.\n          \n        <!-- FAX -->\n            02\n          <h3>\n            Fax a Referral\n          <\/h3>\n          \n            Providers may fax referral documentation,\n            clinical notes, demographic information, and\n            other relevant records directly to Advanced\n            Behavioral Health.\n          \n            Referral Fax\n            1-855-707-2107\n          \n            Please include the referring provider&#8217;s name,\n            practice, telephone number, and preferred\n            contact information so ABH can coordinate care\n            when appropriate.\n          \n  <\/section>\n  <!-- =======================================================\n       CLINICAL REFERRAL FOCUS\n  ======================================================== -->\n  <section>\n          Clinical Referral Focus\n        <h2>\n          Specialized Behavioral Health Care\n        <\/h2>\n        \n          Advanced Behavioral Health maintains a focused\n          clinical model emphasizing conditions where\n          specialized training and evidence-based\n          treatment can make a meaningful difference.\n        \n        <!-- OCD -->\n        <article>\n            Specialized OCD Care\n          <h3>\n            Obsessive-Compulsive Disorder\n          <\/h3>\n          \n            Specialized assessment and treatment for OCD\n            using Exposure and Response Prevention and\n            evidence-based cognitive and behavioral\n            strategies.\n          \n        <\/article>\n        <!-- ANXIETY -->\n        <article>\n            Anxiety Treatment\n          <h3>\n            Anxiety &#038; Panic\n          <\/h3>\n          \n            Evidence-based treatment for anxiety-related\n            concerns, panic symptoms, fear-based avoidance,\n            excessive worry, physiological anxiety, and\n            related patterns that interfere with daily\n            functioning.\n          \n        <\/article>\n        <!-- SLEEP -->\n        <article>\n            Restorative Sleep\n          <h3>\n            Insomnia &#038; Sleep Concerns\n          <\/h3>\n          \n            Behavioral treatment for persistent insomnia,\n            non-restorative sleep, disrupted sleep habits,\n            and related concerns, including principles\n            drawn from Cognitive Behavioral Therapy for\n            Insomnia when clinically appropriate.\n          \n        <\/article>\n  <\/section>\n  <!-- =======================================================\n       COORDINATION\n  ======================================================== -->\n  <section>\n            Professional Collaboration\n          <h3>\n            Coordination of Care Matters.\n          <\/h3>\n          \n            Behavioral health treatment is often most\n            effective when providers can communicate\n            appropriately across disciplines.\n            With patient authorization and when clinically\n            appropriate, Advanced Behavioral Health\n            welcomes collaboration with referring\n            physicians, psychiatrists, psychologists,\n            therapists, and other members of the patient&#8217;s\n            healthcare team.\n          \n            Referral Confirmation\n            Clinical Coordination\n            Progress Updates\n            Continuity of Care\n  <\/section>\n  <!-- =======================================================\n       FINAL\n  ======================================================== -->\n  <section>\n      <h2>\n        Thank You for Your Referral.\n      <\/h2>\n      \n        We appreciate the trust involved when another\n        healthcare professional refers a patient to\n        Advanced Behavioral Health.\n        Our goal is to provide specialized,\n        evidence-based care while supporting clear and\n        professional coordination with the referring\n        provider whenever appropriate.\n      \n        Secure Referral Fax\n        1-855-707-2107\n  <\/section>\n<!-- =========================================================\n     SIMPLEPRACTICE WIDGET SCRIPT\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 Physician &#038; Professional Referrals Specialized Care. Collaborative Treatment. Advanced Behavioral Health welcomes referrals from physicians, psychiatrists, psychologists, therapists,&hellip;<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1007","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/1007","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\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/abhmind.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1007"}],"version-history":[{"count":10,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/1007\/revisions"}],"predecessor-version":[{"id":1523,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/1007\/revisions\/1523"}],"wp:attachment":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}