.lrs-transparent-header, .lrs-transparent-header * { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .lrs-transparent-header { width: 100%; position: relative; z-index: 9999; background: rgba(255, 255, 255, 0.96); font-family: "Open Sans", Arial, sans-serif; box-shadow: 0 8px 24px rgba(4, 28, 58, 0.08); transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease; } .lrs-transparent-header.lrs-live-header { position: fixed; top: 0; left: 0; right: 0; background: transparent; box-shadow: none; } .lrs-transparent-header.lrs-live-header.is-scrolled { background: rgba(4, 28, 58, 0.96); box-shadow: 0 10px 30px rgba(4, 28, 58, 0.22); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .lrs-transparent-header-inner { width: min(1220px, calc(100% - 56px)); margin: 0 auto; min-height: 118px; padding: 26px 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 42px; transition: min-height 0.25s ease, padding 0.25s ease; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-header-inner { min-height: 90px; padding: 18px 0; } .lrs-transparent-logo { position: relative; display: inline-flex; align-items: center; flex-shrink: 0; width: 238px; height: auto; text-decoration: none !important; transition: width 0.25s ease; } .lrs-transparent-logo img { display: block; width: 238px; max-width: 100%; height: auto; transition: opacity 0.2s ease, width 0.25s ease; } .lrs-transparent-logo .lrs-logo-light { position: absolute; left: 0; top: 0; opacity: 0; } .lrs-transparent-logo .lrs-logo-dark { opacity: 1; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-logo { width: 210px; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-logo img { width: 210px; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-logo-dark { opacity: 0; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-logo-light { opacity: 1; } .lrs-transparent-nav { display: flex; align-items: center; justify-content: center; gap: 12px; margin-left: auto; flex-wrap: nowrap; } .lrs-transparent-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; color: #041C3A !important; font-family: "Open Sans", Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; text-decoration: none !important; white-space: nowrap; transition: color 0.2s ease; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-nav a { color: #ffffff !important; } .lrs-transparent-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: #EBBA22; transform: scaleX(0); transform-origin: center; transition: transform 0.22s ease; } .lrs-transparent-nav a:hover { color: #548BD0 !important; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-nav a:hover { color: #EBBA22 !important; } .lrs-transparent-nav a:hover::after { transform: scaleX(1); } .lrs-transparent-divider { color: rgba(4, 28, 58, 0.42); font-family: "Open Sans", Arial, sans-serif; font-size: 15px; font-weight: 600; line-height: 1; transition: color 0.2s ease; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-divider { color: rgba(255, 255, 255, 0.46); } .lrs-transparent-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 23px; border-radius: 6px; background: #548BD0; color: #ffffff !important; font-family: "Metrophobic", Arial, sans-serif; font-size: 14px; font-weight: 700; line-height: 1.2; text-decoration: none !important; white-space: nowrap; transition: all 0.2s ease; box-shadow: none; } .lrs-transparent-button:hover { background: #EBBA22; color: #041C3A !important; transform: translateY(-1px); } @media (max-width: 1120px) { .lrs-transparent-header-inner { gap: 28px; } .lrs-transparent-logo, .lrs-transparent-logo img { width: 218px; } .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-logo, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-logo img { width: 205px; } .lrs-transparent-nav { gap: 10px; } .lrs-transparent-nav a { font-size: 14px; } .lrs-transparent-divider { font-size: 14px; } .lrs-transparent-button { padding: 13px 18px; font-size: 13px; } } @media (max-width: 980px) { .lrs-transparent-header, .lrs-transparent-header.lrs-live-header { position: relative; background: #041C3A; } .lrs-transparent-header-inner, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-header-inner { width: min(100% - 40px, 1220px); min-height: auto; padding: 28px 0; flex-direction: column; align-items: center; gap: 20px; text-align: center; } .lrs-transparent-logo, .lrs-transparent-logo img, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-logo, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-logo img { width: 218px; } .lrs-transparent-logo .lrs-logo-dark { opacity: 0; } .lrs-transparent-logo .lrs-logo-light { opacity: 1; } .lrs-transparent-nav { margin-left: 0; flex-wrap: wrap; gap: 12px 16px; } .lrs-transparent-nav a, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-nav a { min-height: 32px; color: #ffffff !important; } .lrs-transparent-divider, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-divider { color: rgba(255, 255, 255, 0.46); } .lrs-transparent-nav a::after { bottom: -2px; } } @media (max-width: 640px) { .lrs-transparent-header-inner, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-header-inner { width: min(100% - 32px, 1220px); padding: 26px 0; } .lrs-transparent-logo, .lrs-transparent-logo img, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-logo, .lrs-transparent-header.lrs-live-header.is-scrolled .lrs-transparent-logo img { width: 205px; } .lrs-transparent-nav { flex-direction: column; gap: 12px; } .lrs-transparent-divider { display: none; } .lrs-transparent-button { width: 100%; max-width: 280px; } } document.addEventListener("DOMContentLoaded", function () { var header = document.getElementById("lrsTransparentHeader"); if (!header) return; var isEditor = window.location.href.indexOf("/wp-admin/") !== -1 || document.body.classList.contains("block-editor-page") || document.body.classList.contains("site-editor-php"); if (!isEditor) { header.classList.add("lrs-live-header"); } function updateHeader() { if (!header.classList.contains("lrs-live-header")) return; if (window.scrollY > 20) { header.classList.add("is-scrolled"); } else { header.classList.remove("is-scrolled"); } } updateHeader(); window.addEventListener("scroll", updateHeader); });

How Launch Protected Reimbursement Eligibility Through Documentation Review

Organized documentation & reimbursement binder

Share

Table of Contents


,

How Launch Protected Reimbursement Eligibility Through Documentation Review


A developer had incurred eligible public infrastructure costs but did not have a centralized process for tracking reimbursement requirements. Different team members, consultants, and contractors each held pieces of the documentation, but no single source clearly showed what had been collected, what was missing, and what was ready for submittal.

Launch reviewed the reimbursement file through LRS and identified issues that could have created delays or eligibility concerns. Certain backup materials did not clearly support the cost category being claimed. Some documentation was not aligned with the reimbursement agreement. Other records needed to be organized more clearly before submission.

These issues were not unusual, but they mattered. In reimbursement processing, even eligible costs can become difficult to recover if the documentation is incomplete, unclear, or inconsistent.

Launch organized the documentation, clarified the reimbursement status, helped prepare the materials for review, and gave the developer a structured path forward. Instead of submitting an unclear package and waiting for problems to surface, the developer was able to address documentation concerns earlier in the process.

The lesson: Eligible costs still need to be proven. LRS helps make sure the documentation tells the right story.


Related Articles