FCS
FORMAN Consulting Services
Home
FCS EST. 2019
RapidRide I Line

CM Schedule & RSD Analysis

This item has its own password. Enter the one issued for it.

← Back to RapidRide I Line .fcs-locked{cursor:pointer} #fcs-locked-veil{position:fixed;inset:0;background:rgba(26,23,20,.55); display:none;align-items:center;justify-content:center;padding:26px;z-index:9999} #fcs-locked-veil[data-open]{display:flex} #fcs-locked-box{background:#fbf7ef;border:1px solid rgba(26,23,20,.14); max-width:430px;width:100%;padding:40px 38px;text-align:center; font-family:'Jost',sans-serif;color:#1a1714} #fcs-locked-box h2{font-family:'Cormorant Garamond',Georgia,serif;font-weight:400; font-size:27px;line-height:1.15;margin:0 0 12px} #fcs-locked-box p{margin:0 0 26px;font-size:13.5px;line-height:1.75; color:#4a443b;font-weight:300} #fcs-locked-box a{color:#8a6f1f} #fcs-locked-close{cursor:pointer;font-family:'Jost',sans-serif;font-weight:500; font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#1a1714; background:transparent;border:1px solid #1a1714;border-radius:2px;padding:14px 34px; transition:background .3s ease,color .3s ease} #fcs-locked-close:hover{background:#1a1714;color:#fbf7ef} (function () { var veil = document.getElementById('fcs-locked-veil'); var where = document.getElementById('fcs-locked-where'); var close = document.getElementById('fcs-locked-close'); var last = null; function open(name) { where.textContent = name || 'That page'; veil.setAttribute('data-open', ''); close.focus(); } function shut() { veil.removeAttribute('data-open'); if (last) { last.focus(); } } document.addEventListener('click', function (e) { var link = e.target.closest ? e.target.closest('a.fcs-locked') : null; if (link) { e.preventDefault(); last = link; open(link.getAttribute('data-fcs-where')); } else if (e.target === veil) { shut(); } }); close.addEventListener('click', shut); document.addEventListener('keydown', function (e) { if ('Escape' === e.key && veil.hasAttribute('data-open')) { shut(); } }); }());