Multifamily Residential

Savoy Apartments

Multifamily Housing Savoy Apartments This 1990s multifamily property underwent a stunning transformation to meet the needs of today’s residents while staying within a tight budget. Thoughtful updates reimagined underused spaces,

View Projects »

Midland Lofts

Multifamily Housing Midland Lofts Nestled in Kansas City’s vibrant Power & Light District, Midland Lofts redefines urban living through the thoughtful transformation of a 1927 landmark. Formerly an office building

View Projects »

Sign up for our digital newsletter

This field is for validation purposes and should be left unchanged.
Name
function gravity_js_to_footer() { return true; } add_filter("gform_init_scripts_footer", "gravity_js_to_footer"); // Fix the ajax jquery inline code issue when gravity js is being called in the footer //https://bjornjohansen.no/load-gravity-forms-js-in-footer add_filter( 'gform_cdata_open', 'wrap_gform_cdata_open' ); function wrap_gform_cdata_open( $content = '' ) { $content = 'document.addEventListener( "DOMContentLoaded", function() { '; return $content; } add_filter( 'gform_cdata_close', 'wrap_gform_cdata_close' ); function wrap_gform_cdata_close( $content = '' ) { $content = ' }, false );'; return $content; }