74.5 F
Los Angeles
Saturday, Apr 5, 2025

LABJ Insider

What a difference a year makes.

Last August, the Business Journal hosted a raucous gathering for hundreds of executives in a packed ballroom at a downtown hotel. The occasion was our annual Best Places to Work event, and if you were there, you’ll recall it as a festive affair filled with handshakes and hugs, crowded banquet tables and a steady stream of smiling people picking up plaques.

The 2020 edition took place last week, and it was by necessity a fully remote soirée. For the hundreds who logged on to celebrate and be celebrated, IRL high-fives and backslaps were replaced by virtual versions.

That doesn’t mean this year’s Best Places to Work awards are any less meaningful. In many respects, they might even count for more. Because at this moment, it seems like being singled out as a ‘best’ workplace takes on new significance for both bosses and employees.

This year’s winners — which included management consulting firm West Monroe Partners, promo merchandise company BAMKO and brand strategists Konnect Agency — had to negotiate the same uncharted waters as the rest of us, of course. And they had to manage the transition from an in-person workplace to a safer-at-home environment, just like everybody else.

But because of their diligence or their corporate DNA or a combination of both, they did it a little better.

Scott Hunter, principal and regional director, HKS Architects.

Scott Hunter, who participated in the Best Places webinar as a panelist and is principal and regional director for HKS Architects, believes companies that put in the effort will be rewarded. “Long term, you want to have healthy, happy, well-adjusted employees that are happy to come into work and do great things and mentor the next generation. It’s all in the attitude,” he said.

And then there’s doing the basic blocking and tackling that’s always key to success, as pointed out by Brian Hegarty, principal and managing director Los Angeles at Marsh & McLennan Agency. “IT is the all-star of this pandemic right now, making sure we’re able to do business the way we’re supposed to,” he said.

If you want to revisit the event, or if you missed it and want to learn more about the special sauce that sets this year’s class apart, the recap starts on page 21.

Featured Articles

Related Articles

Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->