.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 LRS Helped Identify Missing Documentation Before Submittal

close‑up of reimbursement binders

Share

Table of Contents


,

How LRS Helped Identify Missing Documentation Before Submittal



A developer was preparing to submit a reimbursement package for district-eligible public improvements. The project team had incurred significant costs across multiple contracts, phases, and improvement categories, but the supporting documentation had been collected inconsistently over time.

Before the reimbursement package was submitted, Launch reviewed the available backup through the LRS process and identified several documentation gaps. Certain invoices were not clearly tied to the appropriate contracts. Several lien releases were missing or incomplete. Some proof-of-payment records were not organized in a way that would allow reviewers to easily verify the reimbursable costs.

Without the LRS, those gaps may not have been discovered until after the package reached the reviewer. That would have resulted in multiple rounds of comments, delayed approval, and additional administrative burden on the developer’s team.

Through the LRS, Launch helped organize the backup, flag missing items, prepare a more complete, and accurate reimbursement package before submission. The result was a cleaner process, fewer avoidable delays, and stronger visibility into where the reimbursement package stood.

The lesson: Reimbursement success depends on documentation discipline before the package is submitted, not after the reviewer finds the problem.


Related Articles