<style id="elementor-post-31681">.elementor-31681 .elementor-element.elementor-element-8c0b847{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-57fbaef *//* ---------- Tokens (kept consistent with the other pages) ---------- */
  :root {
    --tr-green-dark:   #163C2E;      /* dark heading text                   */
    --tr-green-mid:    #2F6B4F;      /* eyebrows / secondary green text     */
    --tr-icon-green:   #388541;      /* bright green accents / icons        */
    --tr-green-deep:   #2D6E45;      /* "What We Offer" section background  */
    --tr-orange:       #E1913F;      /* primary buttons                     */
    --tr-orange-hover: #cf7f2f;
    --tr-mint-band:    #ECF3ED;      /* pale green band backgrounds         */
    --tr-cream:        #F9FAFA;      /* faint section backgrounds           */
    --tr-body-text:    #33413B;      /* paragraph copy                      */
    --tr-dark-text:    #12201A;      /* near-black copy / hero heading      */
    --tr-white:        #FFFFFF;
    --tr-border:       #E3E1D8;
    --tr-purple:       #55598A;      /* numbered steps / outcome block      */
    --tr-teal:         #58C1C2;      /* outcome block                       */
    --tr-dark-teal:    #2C6161;      /* outcome block                       */
  }

  .hp-page * {
    box-sizing: border-box;
  }

  .hp-page {
    font-family: inherit, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--tr-body-text);
    background: var(--tr-white);
    line-height: 1.55;
    overflow-x: hidden;
  }

  .hp-page img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .hp-page a {
    text-decoration: none;
  }

  .hp-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .hp-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tr-green-mid);
    margin-bottom: 18px;
  }

  .hp-eyebrow::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 2px;
    background: var(--tr-green-mid);
  }

  .hp-eyebrow.hp-eyebrow-white {
    color: var(--tr-white);
  }

  .hp-eyebrow.hp-eyebrow-white::before {
    background: var(--tr-white);
  }

  /* ---------- Placeholders ---------- */
  .hp-img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: repeating-linear-gradient(
      45deg,
      #e9e7de,
      #e9e7de 12px,
      #f2f1ea 12px,
      #f2f1ea 24px
    );
    border: 1px dashed #c9c6b8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    color: #8a8779;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  /* ---------- Buttons ---------- */
  .hp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--tr-orange);
    color: var(--tr-white);
    font-weight: 700;
    font-size: 15px;
    padding: 15px 26px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
    white-space: nowrap;
  }

  .hp-btn:hover {
    background: var(--tr-orange-hover);
  }

  .hp-btn-outline {
    background: transparent;
    color: var(--tr-green-mid);
    border: 1.5px solid var(--tr-green-mid);
  }

  .hp-btn-outline:hover {
    background: var(--tr-green-mid);
    color: var(--tr-white);
  }

  .hp-btn-block {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  /* =========================================================
     HERO (full-bleed)
     ========================================================= */
  .hp-hero-outer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--tr-white);
    padding-top: 48px;
  }

  .hp-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .hp-hero-text {
    padding-left: max(40px, calc((100vw - 1240px) / 2 + 40px));
    padding-right: 40px;
    padding-bottom: 56px;
  }

  .hp-hero h1 {
    font-size: 54px;
    line-height: 1.05;
    margin: 0 0 22px;
    font-weight: 600;
  }

  .hp-hero h1 span.hp-line1 {
    display: block;
    color: var(--tr-dark-text);
  }

  .hp-hero h1 span.hp-line2 {
    display: block;
    color: var(--tr-icon-green);
    font-weight: 800;
  }

  .hp-hero p.hp-copy {
    font-size: 16px;
    max-width: 480px;
    margin: 0 0 28px;
  }

  .hp-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .hp-hero-media {
    aspect-ratio: 16 / 12;
    position: relative;
    overflow: hidden;
  }

  .hp-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.85) 6%,
      rgba(214, 231, 221, 0.78) 16%,
      rgba(163, 199, 178, 0.58) 28%,
      rgba(112, 163, 137, 0.3) 40%,
      rgba(112, 163, 137, 0) 55%
    );
    pointer-events: none;
  }

  .hp-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ---------- Floating stats card ---------- */
  .hp-stats-wrap {
    position: relative;
    z-index: 2;
  }

  .hp-stats-card {
    background: var(--tr-white);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(20, 40, 30, 0.14);
    margin-top: -46px;
    padding: 32px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .hp-stat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    padding: 0 16px;
  }

  .hp-stat:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: var(--tr-border);
  }

  .hp-stat-icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    color: var(--tr-icon-green);
  }

  .hp-stat-icon svg,
  .hp-stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hp-stat-number {
    font-size: 22px;
    font-weight: 800;
    color: var(--tr-icon-green);
    margin: 0 0 4px;
    white-space: nowrap;
  }

  .hp-stat-label {
    font-size: 13px;
    color: var(--tr-body-text);
    margin: 0;
  }

  /* =========================================================
     WHAT WE OFFER
     ========================================================= */
 .hp-offer {
    margin-top: 64px;
    padding: 72px 0 56px;
    background-color: var(--tr-green-deep);
    background-image:
      url("https://www.thinkresearch.com/ca/wp-content/uploads/sites/6/2026/07/TRC_Website-New.jpg");
    background-size: cover;
    background-position: center;
  }

  .hp-offer h2 {
    color: var(--tr-white);
    font-size: 32px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 18px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  }

  .hp-offer-lede {
    color: var(--tr-white);
    font-size: 17px;
    max-width: 800px;
    margin: 0 0 40px;
    opacity: 0.95;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  }

  .hp-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .hp-offer-card {
    background: var(--tr-white);
    border-radius: 14px;
    padding: 28px 26px 26px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(10, 30, 20, 0.18);
  }

  .hp-offer-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tr-green-mid);
    margin: 0 0 12px;
  }

  .hp-offer-card h3 {
    font-size: 20px;
    color: var(--tr-dark-text);
    margin: 0 0 12px;
    font-weight: 700;
  }

  .hp-offer-card &gt; p {
    font-size: 14.5px;
    margin: 0 0 18px;
  }

  .hp-offer-divider {
    border: none;
    border-top: 1px solid var(--tr-border);
    margin: 0 0 18px;
  }

  .hp-offer-features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex: 1;
  }

  .hp-offer-features li {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .hp-offer-features li:last-child {
    margin-bottom: 0;
  }

  .hp-offer-features strong {
    color: var(--tr-dark-text);
  }


  /* =========================================================
     THE APPROACH
     ========================================================= */
  .hp-approach {
    padding: 72px 0 56px;
    position: relative;
    background-color: var(--tr-white);
    background-image: url("https://www.thinkresearch.com/ca/wp-content/uploads/sites/6/2026/07/trc-white-greenbf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hp-approach h2 {
    font-size: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-weight: 700;
  }

  .hp-approach h2 .hp-strong {
    color: var(--tr-green-dark);
  }

  .hp-approach h2 .hp-light {
    color: #8b968f;
    font-weight: 500;
  }

  .hp-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
  }

  .hp-approach-card {
    background: var(--tr-white);
    border-radius: 14px;
    padding: 26px 24px;
    box-shadow: 0 10px 26px rgba(20, 40, 30, 0.08);
  }

  .hp-approach-card .hp-eyebrow {
    margin-bottom: 12px;
  }

  .hp-approach-card p {
    font-size: 14.5px;
    margin: 0;
    color: var(--tr-dark-text);
  }

  .hp-plan-heading {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tr-green-dark);
    font-weight: 700;
    margin: 0 0 48px;
  }

  .hp-plan-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
  }

  .hp-plan-line {
    position: absolute;
    top: 18px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: var(--tr-purple);
    z-index: 0;
  }

  .hp-plan-step {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 16px;
  }

  .hp-plan-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--tr-purple);
    color: var(--tr-white);
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
  }

  .hp-plan-step h3 {
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tr-green-dark);
    margin: 0 0 10px;
    font-weight: 700;
  }

  .hp-plan-step p {
    font-size: 13.5px;
    margin: 0;
  }

  /* =========================================================
     REAL OUTCOMES, REAL SYSTEMS
     ========================================================= */
  .hp-outcomes {
    background: var(--tr-cream);
    padding: 72px 0;
  }

  .hp-outcomes h2 {
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--tr-green-dark);
    margin: 0 0 32px;
    font-weight: 700;
  }

  .hp-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 44px;
  }

  .hp-outcome-block {
    border-radius: 14px;
    padding: 26px 22px;
    color: var(--tr-white);
    box-shadow: 0 10px 24px rgba(20, 40, 30, 0.12);
  }

  .hp-outcome-block.hp-green   { background: var(--tr-icon-green); }
  .hp-outcome-block.hp-purple  { background: var(--tr-purple); }
  .hp-outcome-block.hp-teal-dk { background: var(--tr-dark-teal); }
  .hp-outcome-block.hp-teal-lt { background: var(--tr-teal); }

  .hp-outcome-number {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 18px;
    letter-spacing: 0.02em;
  }

  .hp-outcome-desc {
    font-size: 14px;
    margin: 0 0 14px;
    opacity: 0.95;
  }

  .hp-outcome-tag {
    font-size: 13px;
    margin: 0;
    opacity: 0.85;
  }

  .hp-evidence {
    border-left: 3px solid var(--tr-icon-green);
    padding-left: 24px;
  }

  .hp-evidence h3 {
    font-size: 19px;
    color: var(--tr-dark-text);
    margin: 0 0 12px;
    font-weight: 700;
  }

  .hp-evidence p {
    font-size: 15.5px;
    margin: 0 0 22px;
    max-width: 600px;
  }

  /* =========================================================
     KEEP YOUR DATA SAFE &amp; PROTECTED
     ========================================================= */
  .hp-security {
    padding: 72px 0;
  }

  .hp-security-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
  }

  .hp-security h2 {
    font-size: 28px;
    color: var(--tr-green-dark);
    margin: 0 0 24px;
    font-weight: 700;
    line-height: 1.3;
  }

  .hp-security h3 {
    font-size: 17px;
    color: var(--tr-dark-text);
    margin: 0 0 14px;
    font-weight: 700;
  }

  .hp-security &gt; .hp-security-copy &gt; p {
    font-size: 15px;
    margin: 0 0 20px;
  }

  .hp-security-checklist {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
  }

  .hp-security-checklist li {
    position: relative;
    padding-left: 26px;
    font-size: 14.5px;
    margin-bottom: 10px;
  }

  .hp-security-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23388541' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .hp-badges {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .hp-badge-placeholder {
    width: 110px;
    height: 64px;
    background: repeating-linear-gradient(
      45deg,
      #e9e7de,
      #e9e7de 8px,
      #f2f1ea 8px,
      #f2f1ea 16px
    );
    border: 1px dashed #c9c6b8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8a8779;
    font-size: 10px;
    font-weight: 700;
    padding: 6px;
  }

  .hp-security-media {
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }

  .hp-security-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.85) 6%,
      rgba(214, 231, 221, 0.78) 16%,
      rgba(163, 199, 178, 0.58) 28%,
      rgba(112, 163, 137, 0.3) 40%,
      rgba(112, 163, 137, 0) 55%
    );
    pointer-events: none;
  }

  .hp-security-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* =========================================================
     RESPONSIVE
     ========================================================= */
  @media (max-width: 980px) {
    .hp-section {
      padding: 0 24px;
    }

    .hp-hero-text {
      padding-left: 24px;
      padding-right: 24px;
    }

    .hp-hero-grid {
      grid-template-columns: 1fr;
    }

    .hp-hero-media {
      aspect-ratio: 16 / 10;
    }

    .hp-hero h1 {
      font-size: 38px;
    }

    .hp-stats-card {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 24px;
    }

    .hp-stat:nth-child(3)::before {
      display: none;
    }

    .hp-offer-grid,
    .hp-approach-grid {
      grid-template-columns: 1fr;
    }

    .hp-plan-steps {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .hp-plan-line {
      display: none;
    }

    .hp-outcomes-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .hp-security-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }

  @media (max-width: 560px) {
    .hp-section {
      padding: 0 18px;
    }

    .hp-hero-text {
      padding-left: 18px;
      padding-right: 18px;
    }

    .hp-hero h1 {
      font-size: 32px;
    }

    .hp-hero-actions {
      flex-direction: column;
    }

    .hp-hero-actions .hp-btn {
      width: 100%;
      justify-content: center;
    }

    .hp-stats-card {
      grid-template-columns: 1fr;
      padding: 24px;
    }

    .hp-stat:not(:first-child)::before {
      display: none;
    }

    .hp-outcomes-grid {
      grid-template-columns: 1fr;
    }
  }/* End custom CSS */</style>{"id":31681,"date":"2026-07-20T10:23:19","date_gmt":"2026-07-20T14:23:19","guid":{"rendered":"https:\/\/www.thinkresearch.com\/ca\/?page_id=31681"},"modified":"2026-07-22T10:28:51","modified_gmt":"2026-07-22T14:28:51","slug":"home","status":"publish","type":"page","link":"https:\/\/www.thinkresearch.com\/ca\/","title":{"rendered":"Think Research"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"31681\" class=\"elementor elementor-31681\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c0b847 e-con-full e-flex e-con e-parent\" data-id=\"8c0b847\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57fbaef elementor-widget elementor-widget-html\" data-id=\"57fbaef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"hp-page\">\n\n  <!-- =========================================================\n       HERO\n       ========================================================= -->\n  <div class=\"hp-hero-outer\">\n    <section class=\"hp-hero\">\n      <div class=\"hp-hero-grid\">\n        <div class=\"hp-hero-text\">\n          <div class=\"hp-eyebrow\">Clinical Partner to Health Systems<\/div>\n          <h1>\n            <span class=\"hp-line1\">The right care,<\/span>\n            <span class=\"hp-line2\">faster.<\/span>\n          <\/h1>\n          <p class=\"hp-copy\">\n            For 20+ years, Think Research has partnered with health systems\n            facing long waits, staffing shortages, and rising complexity. We\n            combine clinical expertise, software, and hands-on operational\n            support to improve how care is delivered.\n          <\/p>\n          <div class=\"hp-hero-actions\">\n            <a style=\"color:#ffffff\" href=\"https:\/\/www.thinkresearch.com\/ca\/demo-request\/\" class=\"hp-btn\">Book a discovery call<\/a>\n            <a href=\"#hp-plan-heading\" class=\"hp-btn hp-btn-outline\">See how we work<\/a>\n          <\/div><br>\n        <\/div>\n\n        <div class=\"hp-hero-media\">\n          <img decoding=\"async\" src=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-hero-2026.png\" alt=\"Physician looking out through a clinic window\">\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/div>\n\n  <!-- - Floating stats card - -->\n <div class=\"hp-stats-wrap\">\n    <div class=\"hp-section\">\n      <div class=\"hp-stats-card\">\n\n        <div class=\"hp-stat\">\n          <div class=\"hp-stat-icon\">\n            <img decoding=\"async\" src=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-new-icon1.png\" alt=\"\">\n          <\/div>\n          <div>\n            <p class=\"hp-stat-number\">34,000+<\/p>\n            <p class=\"hp-stat-label\">patients received faster care<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"hp-stat\">\n          <div class=\"hp-stat-icon\">\n            <img decoding=\"async\" src=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-new-icon2.png\" alt=\"\">\n          <\/div>\n          <div>\n            <p class=\"hp-stat-number\">28 min<\/p>\n            <p class=\"hp-stat-label\">average time to connect to care<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"hp-stat\">\n          <div class=\"hp-stat-icon\">\n            <img decoding=\"async\" src=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-new-icon3.png\" alt=\"\">\n          <\/div>\n          <div>\n            <p class=\"hp-stat-number\">11,900+<\/p>\n            <p class=\"hp-stat-label\">hospitals and care sites supported<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"hp-stat\">\n          <div class=\"hp-stat-icon\">\n            <img decoding=\"async\" src=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-new-icon4.png\" alt=\"\">\n          <\/div>\n          <div>\n            <p class=\"hp-stat-number\">76,000+<\/p>\n            <p class=\"hp-stat-label\">clinical users across our solutions<\/p>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- =========================================================\n       WHAT WE OFFER\n       ========================================================= -->\n  <section class=\"hp-offer\">\n    <div class=\"hp-section\">\n      <h2>What We Offer<\/h2>\n      <p class=\"hp-offer-lede\">\n        Three families of work, one promise: <strong>people get the right care, faster.<\/strong>\n      <\/p>\n\n      <div class=\"hp-offer-grid\">\n\n        <div class=\"hp-offer-card\">\n          <p class=\"hp-offer-tag\">Access to Care &amp; Navigation<\/p>\n          <h3>Digtal Front Door<\/h3>\n          <p>\n            A single digital entry point to your system: patients are\n            guided, triaged, and connected to the right service, chat,\n            virtual visits, and referral onward, in minutes instead of days.\n          <\/p>\n          <hr class=\"hp-offer-divider\">\n          <ul class=\"hp-offer-features\">\n            <li><strong>Intake &amp; triage<\/strong> \u2014 automated, clinically governed queues<\/li>\n            <li><strong>Virtual visits<\/strong> \u2014 secure video, chat &amp; group visits<\/li>\n            <li><strong>Service directory<\/strong> \u2014 connect people to community care<\/li>\n          <\/ul>\n          <a style=\"color:#ffffff\" href=\"https:\/\/www.thinkresearch.com\/ca\/digital-front-door\/\" class=\"hp-btn hp-btn-block\">Explore Digital Front Door<\/a>\n        <\/div>\n\n        <div class=\"hp-offer-card\">\n          <p class=\"hp-offer-tag\">Medication Safety &amp; Reporting<\/p>\n          <h3>Pharmapod<\/h3>\n          <p>\n            Capture, report, and learn from medication incidents across\n            pharmacy and long-term care \u2014 turning events into system-level\n            safety improvement.\n          <\/p>\n          <hr class=\"hp-offer-divider\">\n          <ul class=\"hp-offer-features\">\n            <li><strong>Incident capture<\/strong> \u2014 simple, standardized reporting<\/li>\n            <li><strong>Analytics<\/strong> \u2014 spot patterns before they become harm<\/li>\n            <li><strong>Shared learning<\/strong> \u2014 safety intelligence across sites<\/li>\n          <\/ul>\n          <a target=\"_blank\" style=\"color:#ffffff\" href=\"https:\/\/pharmapodhq.com\/\" class=\"hp-btn hp-btn-block\">Explore Pharmapod<\/a>\n        <\/div>\n\n        <div class=\"hp-offer-card\">\n          <p class=\"hp-offer-tag\">Clinical Workflow<\/p>\n          <h3>Clinical Workflow Tools<\/h3>\n          <p>\n            Clinical tools that streamline care delivery and reduce\n            variation \u2014 built with clinicians, embedded in the EHR and EMR\n            systems you already use.\n          <\/p>\n          <hr class=\"hp-offer-divider\">\n          <ul class=\"hp-offer-features\">\n            <li><strong>Order Sets<\/strong> \u2014 1,000+ evidence-based pathways, localized to youe<\/li>\n            <li><strong>Forms<\/strong> \u2014 digital forms &amp; workflows that cut manual work and errors<\/li>\n          <\/ul>\n          <a style=\"color:#ffffff\" href=\"https:\/\/www.thinkresearch.com\/ca\/clinical-workflow\/\" class=\"hp-btn hp-btn-block\">Explore Clinical Workflow<\/a>\n        <\/div>\n<a name=\"hp-plan-heading\"><\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================================================\n       THE APPROACH \u2014 HOW WE WORK DIFFERENTLY\n       ========================================================= -->\n  <section class=\"hp-approach\">\n    <div class=\"hp-section\">\n      <h2><span class=\"hp-strong\">The Approach -<\/span> <span class=\"hp-light\">How We Work Differently<\/span><\/h2>\n\n      <div class=\"hp-approach-grid\">\n\n        <div class=\"hp-approach-card\">\n          <div class=\"hp-eyebrow\">Clinical Expertise<\/div>\n          <p>\n            Physicians, nurses, and clinical informaticians on staff. We\n            speak the language of care because we come from it, every\n            engagement is grounded in evidence and frontline reality.\n          <\/p>\n        <\/div>\n\n        <div class=\"hp-approach-card\">\n          <div class=\"hp-eyebrow\">Software<\/div>\n          <p>\n            Purpose-built tools for access to care, clinical workflow, and\n            medication safety. Vendor-agnostic, integrated with the systems\n            you already run.\n          <\/p>\n        <\/div>\n\n        <div class=\"hp-approach-card\">\n          <div class=\"hp-eyebrow\">Operational Support<\/div>\n          <p>\n            We don't hand you a login and leave. Implementation, change\n            management, training, and measurement \u2014 hands-on, until it\n            works in your context.\n          <\/p>\n        <\/div>\n\n      <\/div>\n\n      <p class=\"hp-plan-heading\">Our Plan With Every Partner<\/p>\n\n      <div class=\"hp-plan-steps\">\n        <div class=\"hp-plan-line\"><\/div>\n\n        <div class=\"hp-plan-step\">\n          <div class=\"hp-plan-number\">1<\/div>\n          <h3>Assess<\/h3>\n          <p>We start inside your system: where access breaks down, where clinicians lose time, where data goes dark.<\/p>\n        <\/div>\n\n        <div class=\"hp-plan-step\">\n          <div class=\"hp-plan-number\">2<\/div>\n          <h3>Co-Design<\/h3>\n          <p>Your clinicians and ours shape the pathway together, adapted to your population, workflow, and funding model.<\/p>\n        <\/div>\n\n        <div class=\"hp-plan-step\">\n          <div class=\"hp-plan-number\">3<\/div>\n          <h3>Implement<\/h3>\n          <p>Deployment with hands-on operational support \u2014 infrastructure, training, and change management included.<\/p>\n        <\/div>\n\n        <div class=\"hp-plan-step\">\n          <div class=\"hp-plan-number\">4<\/div>\n          <h3>Measure<\/h3>\n          <p>Shared outcome metrics and continuous improvement, so results are visible to your board and your ministry.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================================================\n       REAL OUTCOMES, REAL SYSTEMS\n       ========================================================= -->\n  <section class=\"hp-outcomes\"><a name=\"hp-outcomes\"><\/a>\n    <div class=\"hp-section\">\n      <h2>Real Outcomes, Real Systems.<\/h2>\n\n      <div class=\"hp-outcomes-grid\">\n\n        <div class=\"hp-outcome-block hp-green\">\n          <p class=\"hp-outcome-number\">4.59 \/ 5<\/p>\n          <p class=\"hp-outcome-desc\">Average patient satisfaction<\/p>\n          <p class=\"hp-outcome-tag\">Digital Front Door<\/p>\n        <\/div>\n\n        <div class=\"hp-outcome-block hp-purple\">\n          <p class=\"hp-outcome-number\">83.2%<\/p>\n          <p class=\"hp-outcome-desc\">Staff reported improved or neutral workflow impact<\/p>\n          <p class=\"hp-outcome-tag\">Digital Front Door<\/p>\n        <\/div>\n\n        <div class=\"hp-outcome-block hp-teal-dk\">\n          <p class=\"hp-outcome-number\">65% Less Time<\/p>\n          <p class=\"hp-outcome-desc\">Spent on form workflows with eForms in seniors care<\/p>\n          <p class=\"hp-outcome-tag\">Clinical Workflow<\/p>\n        <\/div>\n\n        <div class=\"hp-outcome-block hp-teal-lt\">\n          <p class=\"hp-outcome-number\">11,000+<\/p>\n          <p class=\"hp-outcome-desc\">Facilities supported globally<\/p>\n          <p class=\"hp-outcome-tag\">Pharmapod<\/p>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"hp-evidence\">\n        <h3>Real-world results, built with health systems.<\/h3>\n        <p>Explore the evidence behind our work across access to care, clinical workflow and medication safety.<\/p>\n        <a target=\"_blank\" style=\"color:#ffffff\" href=\"https:\/\/www.thinkresearch.com\/ca\/resources\/digital-front-door-ebook\/\" class=\"hp-btn\">See the evidence<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================================================\n       KEEP YOUR DATA SAFE &amp; PROTECTED\n       ========================================================= -->\n  <section class=\"hp-security\">\n    <div class=\"hp-section hp-security-grid\">\n      <div>\n        <div class=\"hp-eyebrow\">Keep Your Data Safe &amp; Protected<\/div>\n        <div class=\"hp-security-copy\">\n          <h3>Think Research is the secure way to deliver quality care.<\/h3>\n          <p>\n            Our solutions are supported by secure, cloud-based infrastructure\n            and high standards of data protection, including ISO 27001:2022\n            and SOC 2 Type II certification. Think Research supports\n            Canadian, U.S., U.K., EU and Australian data protection and\n            security requirements.\n          <\/p>\n        <\/div>\n\n     <ul class=\"hp-security-checklist\">\n          <li>Keep your data securely hosted in designated regional data centres.<\/li>\n          <li>Access Think Research solutions across approved devices and environments.<\/li>\n          <li>Securely manage and share real-time information through regulated regional databases.<\/li>\n        <\/ul>\n        \n        <div class=\"hp-badges\">\n       <img decoding=\"async\" style=\"height:65px\" src=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/Final_ISO_Grey-2015-Registered-sign.png\" alt=\"ISO\">\n         \n                  <img decoding=\"async\" style=\"height:65px\" src=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/soc2-type2-trc.png\" alt=\"SOC2 Type2\">\n\n        <\/div>\n      <\/div>\n\n      <div class=\"hp-security-media\">\n        <img decoding=\"async\" src=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-coder.png\" alt=\"Secure data infrastructure illustration\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Think Research provides digital solutions with comprehensive data and organized health knowledge to support clinicians and provide the best healthcare. <\/p>\n","protected":false},"author":28,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-31681","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Think Research - Think Research Canada<\/title>\n<meta name=\"description\" content=\"Think Research has partnered with health systems facing long waits, staffing shortages, and rising complexity.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.thinkresearch.com\/ca\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Think Research - Think Research Canada\" \/>\n<meta property=\"og:description\" content=\"Think Research has partnered with health systems facing long waits, staffing shortages, and rising complexity.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.thinkresearch.com\/ca\/\" \/>\n<meta property=\"og:site_name\" content=\"Think Research Canada\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/TRChealth\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-22T14:28:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-hero-2026.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@trchealth\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/\",\"url\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/\",\"name\":\"Think Research - Think Research Canada\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2026\\\/07\\\/trc-hero-2026.png\",\"datePublished\":\"2026-07-20T14:23:19+00:00\",\"dateModified\":\"2026-07-22T14:28:51+00:00\",\"description\":\"Think Research has partnered with health systems facing long waits, staffing shortages, and rising complexity.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2026\\\/07\\\/trc-hero-2026.png\",\"contentUrl\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2026\\\/07\\\/trc-hero-2026.png\",\"width\":1456,\"height\":816},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Think Research\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#website\",\"url\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/\",\"name\":\"Think Research Canada\",\"description\":\"Rethinking the future of health care\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#organization\",\"name\":\"Think Research\",\"url\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2020\\\/10\\\/LogoforBlog-01.png\",\"contentUrl\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/wp-content\\\/uploads\\\/sites\\\/6\\\/2020\\\/10\\\/LogoforBlog-01.png\",\"width\":1025,\"height\":684,\"caption\":\"Think Research\"},\"image\":{\"@id\":\"https:\\\/\\\/www.thinkresearch.com\\\/ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/TRChealth\\\/\",\"https:\\\/\\\/x.com\\\/trchealth\",\"https:\\\/\\\/www.instagram.com\\\/thinkresearch\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/thinkresearch\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Think Research - Think Research Canada","description":"Think Research has partnered with health systems facing long waits, staffing shortages, and rising complexity.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.thinkresearch.com\/ca\/","og_locale":"en_US","og_type":"article","og_title":"Think Research - Think Research Canada","og_description":"Think Research has partnered with health systems facing long waits, staffing shortages, and rising complexity.","og_url":"https:\/\/www.thinkresearch.com\/ca\/","og_site_name":"Think Research Canada","article_publisher":"https:\/\/www.facebook.com\/TRChealth\/","article_modified_time":"2026-07-22T14:28:51+00:00","og_image":[{"url":"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-hero-2026.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@trchealth","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.thinkresearch.com\/ca\/","url":"https:\/\/www.thinkresearch.com\/ca\/","name":"Think Research - Think Research Canada","isPartOf":{"@id":"https:\/\/www.thinkresearch.com\/ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.thinkresearch.com\/ca\/#primaryimage"},"image":{"@id":"https:\/\/www.thinkresearch.com\/ca\/#primaryimage"},"thumbnailUrl":"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-hero-2026.png","datePublished":"2026-07-20T14:23:19+00:00","dateModified":"2026-07-22T14:28:51+00:00","description":"Think Research has partnered with health systems facing long waits, staffing shortages, and rising complexity.","breadcrumb":{"@id":"https:\/\/www.thinkresearch.com\/ca\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.thinkresearch.com\/ca\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.thinkresearch.com\/ca\/#primaryimage","url":"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-hero-2026.png","contentUrl":"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2026\/07\/trc-hero-2026.png","width":1456,"height":816},{"@type":"BreadcrumbList","@id":"https:\/\/www.thinkresearch.com\/ca\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.thinkresearch.com\/ca\/"},{"@type":"ListItem","position":2,"name":"Think Research"}]},{"@type":"WebSite","@id":"https:\/\/www.thinkresearch.com\/ca\/#website","url":"https:\/\/www.thinkresearch.com\/ca\/","name":"Think Research Canada","description":"Rethinking the future of health care","publisher":{"@id":"https:\/\/www.thinkresearch.com\/ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.thinkresearch.com\/ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.thinkresearch.com\/ca\/#organization","name":"Think Research","url":"https:\/\/www.thinkresearch.com\/ca\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.thinkresearch.com\/ca\/#\/schema\/logo\/image\/","url":"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2020\/10\/LogoforBlog-01.png","contentUrl":"https:\/\/www.thinkresearch.com\/ca\/wp-content\/uploads\/sites\/6\/2020\/10\/LogoforBlog-01.png","width":1025,"height":684,"caption":"Think Research"},"image":{"@id":"https:\/\/www.thinkresearch.com\/ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/TRChealth\/","https:\/\/x.com\/trchealth","https:\/\/www.instagram.com\/thinkresearch\/","https:\/\/www.linkedin.com\/company\/thinkresearch"]}]}},"_links":{"self":[{"href":"https:\/\/www.thinkresearch.com\/ca\/wp-json\/wp\/v2\/pages\/31681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.thinkresearch.com\/ca\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.thinkresearch.com\/ca\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.thinkresearch.com\/ca\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thinkresearch.com\/ca\/wp-json\/wp\/v2\/comments?post=31681"}],"version-history":[{"count":0,"href":"https:\/\/www.thinkresearch.com\/ca\/wp-json\/wp\/v2\/pages\/31681\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.thinkresearch.com\/ca\/wp-json\/wp\/v2\/media?parent=31681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}