Skip to main content

FHAD Review RFQ Question Responses

April 12, 2024

QUESTIONS AND RESPONSES

Request for Statement of Qualifications: Flood Hazard Area Delineation Technical Review Services Updated: April 16, 2024

What is the expected duration or term of the FHAD Studies on-call? 

We anticipate up to a 3-year duration of collaboration under the FHAD Technical Review Services contract before a new selection process is required.

Can the rate sheet be excluded from the 3 page-count limit? 

Yes, the rate sheet can be excluded from the 3-page limit.

 

document.addEventListener("DOMContentLoaded", function() { function limitTeaserItems() { const articles = document.querySelectorAll(".items article"); articles.forEach(article => { const header = article.querySelector("header h3 span"); if (header && header.textContent.trim() === "News") { //PUT THE NAME OF THE TEASER HERE const subteasers = article.querySelectorAll(".subteasers .subteaser"); if (subteasers.length > 6) { // IF SUBTEASERS EQUAL THIS NUMBER LONG for (let i = 6; i < subteasers.length; i++) { // LIMIT TO THIS NUMBER LONG subteasers[i].style.display = "none"; } } } }); } limitTeaserItems(); });