


    <!doctype html>
    <html lang="en">

    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta charset="utf-8">
        <meta name="robots" content="noarchive">

        <meta property="og:title" content="Hurricane Harvey Client Alert: Insurance Considerations" />
        <meta property="og:description" content="Amid the immediate concerns of public safety and restoring business operations, companies can take certain steps to protect their insurance assets." />
        <meta property="og:image" content="https://www.morganlewis.com:443/-/media/images/tiles/default/publications_largetile.ashx" />
        <meta name="twitter:card" content="summary" />
        <meta name="twitter:title" content="Hurricane Harvey Client Alert: Insurance Considerations" />
        <meta name="twitter:description" content="Amid the immediate concerns of public safety and restoring business operations, companies can take certain steps to protect their insurance assets." />
        <meta name="twitter:image" content="https://www.morganlewis.com:443/-/media/images/tiles/default/publications_largetile.ashx" />


        <title>
Hurricane Harvey Client Alert: Insurance Considerations        </title>

        <link href="/Contents/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <!--[if IE]>
            <script src="~/Contents/jQuery/html5.js" language="javascript" type="text/javascript"></script>
        <![endif]-->
        
        <link href="/Contents/css/typography.css?V=2.2.2" rel="stylesheet" type="text/css" />
        <link href="/Contents/css/edy.ml.min.css?V=2.2.2" rel="stylesheet" type="text/css" />
        <link href="/Contents/css/responsive-morgan.css?V=2.2.2" rel="stylesheet" type="text/css" />

        <!-- Custom Font -->
        <link href="/Contents/css/yugothic.css?V=2.2.2" rel="stylesheet" type="text/css">

        <script src="/Contents/jQuery/jquery-1.9.1.min.js" language="javascript" type="text/javascript"></script>

        <!-- Careers and Videos -->
        <link href="/CareersContents/assets/css/app-videos.css?V=2.2.2" rel="stylesheet" />
        <link href="/CareersContents/node_modules/font-awesome/css/font-awesome.min.css?v=2.2.2" rel="stylesheet" />
        <link href="/CareersContents/plugins/mediaelement/mediaelementplayer.css?v=2.2.2" rel="stylesheet" />
        <link href="/CareersContents/assets/css/team-list.css?v=2.2.2" rel="stylesheet" />

        <!-- Custom Error Page-->


        <!-- Custom CSS -->
        




        
        
        
    </head>

    <body>
        <noscript>
            <div class="noscript">
                <div>
                    <p>
                        JavaScript is turned off in your web browser.<br />
                        Turn it on to take full advantage of this site, then refresh the page.
                    </p>
                    <a href="javascript:void(0);" class="btn">Close</a>
                </div>
            </div>
        </noscript>

        <div class="responsive-nav">
            <div class="padding10"></div>
        </div>

        <div id="page-wrapper">
            <!-- header start -->
            

<!-- header start -->
<div style="" class="header-outer clr">
    <header id="top-header">

        <!-- search wrapper start -->
        <div id="search-wrapper">
            <script>
    jQuery(document).ready(function () {
        $.widget("custom.catcompleteGlobalSearch", $.ui.autocomplete, {
            _renderMenu: function (ul, items) {
                //var searchText = $("#search").val();
                //if (searchText == '') {
                var searchText = $("#txtSiteSearch").val();

                var that = this,
                currentCategory = "";
                ul.addClass("autocomplete-width");
                $.each(items, function (index, item) {
                    var li;
                    if (item.IsResultsGroup) {
                        ul.append("<li class='ui-autocomplete-category'>" + decodeURIComponent(item.Title) + "</li>");
                    }
                    item.label = item.Title;
                    item.value = item.Title;
                    if (!item.IsResultsGroup) {
                        li = that._renderItemData(ul, item);
                        //ul.append("<li class='autocomplete-width'>" + decodeURIComponent(item.Title) + "</li>");
                    } 
                    else if (item.IsGroupLastElement) {
                        li = that._renderItemData(ul, item);
                    }
                    if (!item.IsResultsGroup) {
                        //li.attr("aria-label", " : " + item.Title);
                    }
                });



            },

        });

    });

</script>
<form action='/search-results'>
   <div class="container clr">
                <div class="no-padding clr">
                    <div class="col-1">
                        <label class="visuallyhidden" for="txtSiteSearch">Enter Name</label>
                        <input name="SearchString" type="text" onfocus="onFocusDefault(this)" onblur="onBlurDefault(this)" id="txtSiteSearch" title="Enter text for site search" defaultvalue="Search" />
                        <input name="" type="button" value="ENTER" class="btnSiteSearch" id="btnSiteSearchdevice" title="Submit for site search" />
                    </div>
                    <div class="col-2">
                        <input name="" type="button" value="ENTER" class="btnSiteSearch" title="Submit for site search" /></div>
                    <div class="col-3"><a href="javascript:void(0)" class="icon-close" title="Close search section"></a></div>
                </div>
            </div>
    </form>
<script>
    jQuery(document).ready(function () {
        $('#txtSiteSearch').globalAutoSuggest({
            itemId: "{DFE07551-3E11-4004-8F6C-2E58F860187E}"
        });

       

    });
    
</script>
        </div>

        <!-- search wrapper start -->

        <!-- search wrapper start -->
        <div id="region-wrapper">
            <div class="container clr">
                <div class="no-padding clr">
                    <div class="col-1">
                        <label>SELECT THE LOCATION OR LANGUAGE TO MEET YOUR NEEDS:</label>
                    </div>
                    
                    <div class="col-2 location-sel">
                        <label class="visuallyhidden" for="custom2">Location</label>
                        <select name="LanguageList" class="custom" id="LanguageList" title="Language">
                            
 <option value="www.morganlewis.com">United States</option>
 <option value="www.morganlewis.de/">Deutsch</option>
 <option value="www.morganlewis.jp">日本語</option>
                        </select>
                    </div>
                    <div class="col-3"><span class="icon-close" title="Close"></span></div>
                </div>
            </div>
        </div>
        <script>
            $(document).ready(function () {
                $(document).on('click', '.location-sel ul.listing li', function () {
                    var urlTxt = $(this).attr('data');
                    window.location.href = 'http://'+urlTxt;
                });
            });
        </script>
        <!-- search wrapper start -->

        <div class="container headerCont clr">
            <!-- accessibility -->
            <div id="scrollableutility">
                <ul class="clr">
                    <li><a class="skip-nav" href="#nav-wrapper" title="Skip to main navigation" tabindex="1">Skip to main navigation</a></li>
                    <li><a href="#contentWrapper" title="Skip to content" tabindex="2">Skip to content</a></li>
                    <li><a href="#footer-wrapper" title="Skip to footer" tabindex="3">Skip to footer</a></li>
                </ul>
            </div>
            <!-- accessibility -->
            <div class="topBar clr">
                <div class="no-padding clr">
                    
<!-- search wrapper start -->
<div id="responsiv-nav-btn" class="res-nav-icon"><a href="javascript: void(0);" tabindex="4" style="display: block; height:38px; width: 38px;" title="Click here for responsive menu"></a></div>
<div class="global-search"><input type="submit" class="btn-global-search" value="Search" title="Click here for site search" tabindex="5"></div>
                    <div class="login-lang-wrapper">
                        
<span id="language-btn"></span>
                    <ul>
                        <li><a href="javascript:void(0);" title="Alumni Login">&nbsp;</a></li>
                        <li><a href="javascript:void(0);" title="Choose a site">Choose site</a></li>
                    </ul>

                    </div>
                </div>
            </div>

            <div class="logo-wrapper clr">
                <div class="no-padding clr">

                    <a href="/" title="Morgan Lewis">
                            <img src="/-/media/starterkit/logo.ashx" alt="Morgan Lewis">
                    </a>
                </div>
            </div>

            <!-- nav start -->
            
            

<!-- nav start -->
    <nav id="nav-wrapper" class="clr">
        <ul class="nav-main-link">
                <li>
                    <a href="/our-practice" class="" title="This link will redirect to Our Practice page">Our Practice<span class="menu-arrow"></span></a>
                    <span class="respSubNavArrow"></span>
                            <div class="sub-menu showmen">
                                <div class="padding-lr">
                                    <div class="close-wrapper clr"><span class="icon-menu-close" title="Close Submenu"></span></div>
                                    <div class="col-1">
                                        <div class="padding-10">
                                            <ul class="level-1">
                                                    <li class="">
                                                            <a href="/our-practice/sectors" class="" title="This link will redirect to Sectors page">
                                                            Sectors
                                                            </a>
                                                                    <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/sectors/energy" class="" title="This link will redirect to Energy page">Energy</a></li>
                                    <li class="sub-level-menu-show"><a href="/sectors/financial-services" class="" title="This link will redirect to Financial Services page">Financial Services</a></li>
                                    <li class="no-child"><a href="/sectors/healthcare" class="" title="This link will redirect to Healthcare page">Healthcare</a></li>
                                    <li class="no-child"><a href="/sectors/life-sciences" class="" title="This link will redirect to Life Sciences page">Life Sciences</a></li>
                                    <li class="no-child"><a href="/sectors/retail" class="" title="This link will redirect to Retail &amp; eCommerce page">Retail &amp; eCommerce</a></li>
                                    <li class="no-child"><a href="/sectors/sports" class="" title="This link will redirect to Sports page">Sports</a></li>
                                    <li class="sub-level-menu-show"><a href="/sectors/technology" class="" title="This link will redirect to Technology page">Technology</a></li>
                                    <li class="sub-level-menu-show"><a href="/sectors/transportation" class="" title="This link will redirect to Transportation page">Transportation</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                                    <div class="hoverChildDiv1 hoverDiv" style="display:none;">
                                        <ul>
                                                    <li><a href="/sectors/insurance" title="This link will redirect to Insurance page">Insurance</a></li>
                                        </ul>
                                    </div>
                                    <div class="hoverChildDiv6 hoverDiv" style="display:none;">
                                        <ul>
                                                    <li><a href="/sectors/digital-health" title="This link will redirect to Digital Health page">Digital Health</a></li>
                                                    <li><a href="/sectors/fintech" title="This link will redirect to Fintech page">Fintech</a></li>
                                        </ul>
                                    </div>
                                    <div class="hoverChildDiv7 hoverDiv" style="display:none;">
                                        <ul>
                                                    <li><a href="/sectors/automotive" title="This link will redirect to Automotive page">Automotive</a></li>
                                                    <li><a href="/sectors/aviation" title="This link will redirect to Aviation page">Aviation</a></li>
                                        </ul>
                                    </div>
                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                    </li>
                                                    <li class="no-child">
                                                            <a href="/our-practice/services" class="" title="This link will redirect to Services page">
                                                            Services
<span class="mob-colon">:</span>                                                            </a>
                                                                                                                        <ul class="level-2">
                                                                        <li>
                                                                            <a href="/services/corporate-finance-investment-management" class="" title="This link will redirect to Corporate, Finance &amp; Investment Management page">Corporate, Finance &amp; Investment Management</a>
            <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/services/american-indian-law" class="" title="This link will redirect to American Indian Law page">American Indian Law</a></li>
                                    <li class="no-child"><a href="/services/bankruptcy-restructuring" class="" title="This link will redirect to Bankruptcy &amp; Restructuring page">Bankruptcy &amp; Restructuring</a></li>
                                    <li class="no-child"><a href="/services/capital-markets-and-public-companies" class="" title="This link will redirect to Capital Markets &amp; Public Companies page">Capital Markets &amp; Public Companies</a></li>
                                    <li class="no-child"><a href="/services/consumer-protection-defense" class="" title="This link will redirect to Consumer Protection Defense page">Consumer Protection Defense</a></li>
                                    <li class="no-child"><a href="/services/emerging-business-technology" class="" title="This link will redirect to Emerging Business &amp; Technology page">Emerging Business &amp; Technology</a></li>
                                    <li class="no-child"><a href="/services/energy-regulatory" class="" title="This link will redirect to Energy Regulatory page">Energy Regulatory</a></li>
                                    <li class="no-child"><a href="/services/energy-transactions" class="" title="This link will redirect to Energy Transactions page">Energy Transactions</a></li>
                                    <li class="no-child"><a href="/services/esops" class="" title="This link will redirect to Employee Stock Ownership Plans page">Employee Stock Ownership Plans</a></li>
                                    <li class="no-child"><a href="/services/fda" class="" title="This link will redirect to FDA page">FDA</a></li>
                                    <li class="no-child"><a href="/services/international-finance" class="" title="This link will redirect to International Finance page">International Finance</a></li>
                                    <li class="no-child"><a href="/services/international-trade-national-security-economic-sanctions" class="" title="This link will redirect to International Trade, National Security &amp; Economic Sanctions page">International Trade, National Security &amp; Economic Sanctions</a></li>
                                    <li class="no-child"><a href="/services/investment-management" class="" title="This link will redirect to Investment Management page">Investment Management</a></li>
                                    <li class="no-child"><a href="/services/japan-practice" class="" title="This link will redirect to Japan Practice page">Japan Practice</a></li>
                                    <li class="no-child"><a href="/services/life-sciences-transactions" class="" title="This link will redirect to Life Sciences Transactions page">Life Sciences Transactions</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                            <ul>
                                        <li><a href="/services/mergers-acquisitions" class="" title="This link will redirect to Mergers &amp; Acquisitions page">Mergers &amp; Acquisitions</a></li>
                                        <li><a href="/services/morgan-lewis-consulting" class="" title="This link will redirect to Morgan Lewis Consulting page">Morgan Lewis Consulting</a></li>
                                        <li><a href="/services/private-client" class="" title="This link will redirect to Private Client page">Private Client</a></li>
                                        <li><a href="/services/private-equity" class="" title="This link will redirect to Private Equity page">Private Equity</a></li>
                                        <li><a href="/services/private-investment-funds" class="" title="This link will redirect to Private Investment Funds page">Private Investment Funds</a></li>
                                        <li><a href="/services/project-finance-energy-infrastructure" class="" title="This link will redirect to Project Finance: Energy &amp; Infrastructure page">Project Finance: Energy & Infrastructure</a></li>
                                        <li><a href="/services/real-estate" class="" title="This link will redirect to Real Estate page">Real Estate</a></li>
                                        <li><a href="/services/structured-transactions" class="" title="This link will redirect to Structured Transactions page">Structured Transactions</a></li>
                                        <li><a href="/services/tax" class="" title="This link will redirect to Tax page">Tax</a></li>
                                        <li><a href="/services/tax-exempt-organizations" class="" title="This link will redirect to Tax-Exempt Organizations page">Tax-Exempt Organizations</a></li>
                                        <li><a href="/services/outsourcing" class="" title="This link will redirect to Technology, Outsourcing &amp; Commercial Transactions page">Technology, Outsourcing & Commercial Transactions</a></li>
                                        <li><a href="/services/telecommunications-media-technology" class="" title="This link will redirect to Telecommunications, Media &amp; Technology page">Telecommunications, Media &amp; Technology</a></li>
                                        <li><a href="/services/transactional-finance" class="" title="This link will redirect to Transactional Finance page">Transactional Finance</a></li>
                            </ul>
                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                                        </li>
                                                                        <li>
                                                                            <a href="/services/intellectual-property" class="" title="This link will redirect to Intellectual Property page">Intellectual Property</a>
            <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/services/brand-product-innovation" class="" title="This link will redirect to Brand &amp; Product Innovation page">Brand &amp; Product Innovation</a></li>
                                    <li class="no-child"><a href="/services/intellectual-property-litigation" class="" title="This link will redirect to Intellectual Property Litigation page">Intellectual Property Litigation</a></li>
                                    <li class="no-child"><a href="/services/morgan-lewis-consulting" class="" title="This link will redirect to Morgan Lewis Consulting page">Morgan Lewis Consulting</a></li>
                                    <li class="no-child"><a href="/services/patent" class="" title="This link will redirect to Patent page">Patent</a></li>
                                    <li class="no-child"><a href="/services/privacy-cybersecurity" class="" title="This link will redirect to Privacy &amp; Cybersecurity page">Privacy &amp; Cybersecurity</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                            <ul>
                                        <li><a href="/services/technology-transactions" class="" title="This link will redirect to Technology Transactions page">Technology Transactions</a></li>
                                        <li><a href="/services/trademark-copyright-advertising-unfair-competition" class="" title="This link will redirect to Trademark, Copyright, Advertising &amp; Unfair Competition page">Trademark, Copyright, Advertising &amp; Unfair Competition</a></li>
                                        <li><a href="/services/trade-secrets-proprietary-information-noncompetition-nondisclosure-agreements" class="" title="This link will redirect to Trade Secrets, Proprietary Information &amp; Noncompetition/​Nondisclosure Agreements page">Trade Secrets, Proprietary Information &amp; Noncompetition/​Nondisclosure Agreements</a></li>
                                        <li><a href="/services/us-patent-office-post-grant-proceedings" class="" title="This link will redirect to US Patent Office Post-Grant Proceedings page">US Patent Office Post-Grant Proceedings</a></li>
                            </ul>
                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                                        </li>
                                                                        <li>
                                                                            <a href="/services/labor-employment-benefits" class="" title="This link will redirect to Labor, Employment &amp; Benefits page">Labor, Employment &amp; Benefits</a>
            <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/services/ada-public-accommodation-and-accessibility-litigation-counseling" class="" title="This link will redirect to ADA Public Accommodation and Accessibility Litigation &amp; Counseling page">ADA Public Accommodation and Accessibility Litigation &amp; Counseling</a></li>
                                    <li class="no-child"><a href="/services/benefits-payroll-tax" class="" title="This link will redirect to Benefits &amp; Payroll Tax page">Benefits &amp; Payroll Tax</a></li>
                                    <li class="no-child"><a href="/services/employment-counseling" class="" title="This link will redirect to Employment Counseling page">Employment Counseling</a></li>
                                    <li class="no-child"><a href="/services/erisaemployee-benefits-litigation" class="" title="This link will redirect to ERISA/Employee Benefits Litigation page">ERISA/Employee Benefits Litigation</a></li>
                                    <li class="no-child"><a href="/services/erisa-fiduciary-duty" class="" title="This link will redirect to ERISA Fiduciary Duty page">ERISA Fiduciary Duty</a></li>
                                    <li class="no-child"><a href="/services/esops" class="" title="This link will redirect to Employee Stock Ownership Plans page">Employee Stock Ownership Plans</a></li>
                                    <li class="no-child"><a href="/services/executive-compensation" class="" title="This link will redirect to Executive Compensation page">Executive Compensation</a></li>
                                    <li class="no-child"><a href="/services/global-employment-immigration" class="" title="This link will redirect to Global Employment &amp; Immigration page">Global Employment &amp; Immigration</a></li>
                                    <li class="no-child"><a href="/services/government-contractor-compliance" class="" title="This link will redirect to Government Contractor Compliance page">Government Contractor Compliance</a></li>
                                    <li class="no-child"><a href="/services/health-and-welfare-plan-design-and-administration" class="" title="This link will redirect to Health and Welfare Plan Design &amp; Administration page"> Health and Welfare Plan Design &amp; Administration</a></li>
                                    <li class="no-child"><a href="/services/individual-employee-litigation-and-arbitration" class="" title="This link will redirect to Individual Employee Litigation &amp; Arbitration page">Individual Employee Litigation &amp; Arbitration</a></li>
                                    <li class="no-child"><a href="/services/labor-management-relations" class="" title="This link will redirect to Labor/Management Relations page">Labor/Management Relations</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                            <ul>
                                        <li><a href="/services/multiemployer-plans" class="" title="This link will redirect to Multiemployer Plans page">Multiemployer Plans</a></li>
                                        <li><a href="/services/occupational-safety-health" class="" title="This link will redirect to Occupational Safety &amp; Health page">Occupational Safety &amp; Health</a></li>
                                        <li><a href="/services/retirement-plan-design-administration" class="" title="This link will redirect to Retirement Plan Design &amp; Administration page">Retirement Plan Design &amp; Administration</a></li>
                                        <li><a href="/services/systemic-employment-litigation" class="" title="This link will redirect to Systemic Employment Litigation page">Systemic Employment Litigation</a></li>
                                        <li><a href="/services/tax" class="" title="This link will redirect to Tax page">Tax</a></li>
                                        <li><a href="/services/trade-secrets-proprietary-information-noncompetition-nondisclosure-agreements" class="" title="This link will redirect to Trade Secrets, Proprietary Information &amp; Noncompetition/​Nondisclosure Agreements page">Trade Secrets, Proprietary Information &amp; Noncompetition/​Nondisclosure Agreements</a></li>
                                        <li><a href="/services/wage-and-hour-litigation-counseling" class="" title="This link will redirect to Wage and Hour Litigation &amp; Counseling page">Wage and Hour Litigation &amp; Counseling</a></li>
                                        <li><a href="/services/whistleblowing-and-retaliation" class="" title="This link will redirect to Whistleblowing &amp; Retaliation page">Whistleblowing &amp; Retaliation</a></li>
                                        <li><a href="/services/workforce-change" class="" title="This link will redirect to Workforce Change page">Workforce Change</a></li>
                                        <li><a href="/services/workplace-culture-consulting-training" class="" title="This link will redirect to Workplace Culture Consulting &amp; Training page">Workplace Culture Consulting & Training</a></li>
                                        <li><a href="/services/workplace-training" class="" title="This link will redirect to Workplace Training page">Workplace Training</a></li>
                            </ul>
                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                                        </li>
                                                                        <li>
                                                                            <a href="/services/litigation-regulation-investigations" class="" title="This link will redirect to Litigation, Regulation &amp; Investigations page">Litigation, Regulation &amp; Investigations</a>
            <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/services/ada-public-accommodation-and-accessibility-litigation-counseling" class="" title="This link will redirect to ADA Public Accommodation and Accessibility Litigation &amp; Counseling page">ADA Public Accommodation and Accessibility Litigation &amp; Counseling</a></li>
                                    <li class="no-child"><a href="/services/american-indian-law" class="" title="This link will redirect to American Indian Law page">American Indian Law</a></li>
                                    <li class="no-child"><a href="/services/antitrust-competition" class="" title="This link will redirect to Antitrust &amp; Competition page">Antitrust &amp; Competition</a></li>
                                    <li class="no-child"><a href="/services/appellate" class="" title="This link will redirect to Appellate page">Appellate</a></li>
                                    <li class="no-child"><a href="/services/bankruptcy-restructuring" class="" title="This link will redirect to Bankruptcy &amp; Restructuring page">Bankruptcy &amp; Restructuring</a></li>
                                    <li class="no-child"><a href="/services/class-actions" class="" title="This link will redirect to Class Actions page">Class Actions</a></li>
                                    <li class="no-child"><a href="/services/classified-information-services" class="" title="This link will redirect to Classified Information Services page">Classified Information Services</a></li>
                                    <li class="no-child"><a href="/services/commercial-litigation" class="" title="This link will redirect to Commercial Litigation page">Commercial Litigation</a></li>
                                    <li class="no-child"><a href="/services/congressional-independent-commission-investigations" class="" title="This link will redirect to Congressional &amp; Independent Commission Investigations page">Congressional &amp; Independent Commission Investigations</a></li>
                                    <li class="no-child"><a href="/services/consumer-protection-defense" class="" title="This link will redirect to Consumer Protection Defense page">Consumer Protection Defense</a></li>
                                    <li class="no-child"><a href="/services/crisis-management" class="" title="This link will redirect to Crisis Management page">Crisis Management</a></li>
                                    <li class="no-child"><a href="/services/edata" class="" title="This link will redirect to eData page">eData</a></li>
                                    <li class="no-child"><a href="/services/energy-litigation" class="" title="This link will redirect to Energy Litigation page">Energy Litigation</a></li>
                                    <li class="no-child"><a href="/services/energy-regulatory" class="" title="This link will redirect to Energy Regulatory page">Energy Regulatory</a></li>
                                    <li class="no-child"><a href="/services/environmental-counseling-litigation" class="" title="This link will redirect to Environmental Counseling &amp; Litigation page">Environmental Counseling &amp; Litigation</a></li>
                                    <li class="no-child"><a href="/services/fda" class="" title="This link will redirect to FDA page">FDA</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                            <ul>
                                        <li><a href="/services/financial-services-counseling-litigation" class="" title="This link will redirect to Financial Services Counseling &amp; Litigation page">Financial Services Counseling &amp; Litigation</a></li>
                                        <li><a href="/services/government-contracts" class="" title="This link will redirect to Government Contracts page">Government Contracts</a></li>
                                        <li><a href="/services/insurance-recovery" class="" title="This link will redirect to Insurance Recovery page">Insurance Recovery</a></li>
                                        <li><a href="/services/intellectual-property-litigation" class="" title="This link will redirect to Intellectual Property Litigation page">Intellectual Property Litigation</a></li>
                                        <li><a href="/services/international-arbitration" class="" title="This link will redirect to International Arbitration page">International Arbitration</a></li>
                                        <li><a href="/services/international-trade-national-security-economic-sanctions" class="" title="This link will redirect to International Trade, National Security &amp; Economic Sanctions page">International Trade, National Security &amp; Economic Sanctions</a></li>
                                        <li><a href="/services/morgan-lewis-consulting" class="" title="This link will redirect to Morgan Lewis Consulting page">Morgan Lewis Consulting</a></li>
                                        <li><a href="/services/privacy-cybersecurity" class="" title="This link will redirect to Privacy &amp; Cybersecurity page">Privacy &amp; Cybersecurity</a></li>
                                        <li><a href="/services/product-liability-mass-torts" class="" title="This link will redirect to Product Liability &amp; Mass Torts page">Product Liability &amp; Mass Torts</a></li>
                                        <li><a href="/services/securities-enforcement-litigation" class="" title="This link will redirect to Securities Enforcement &amp; Litigation page">Securities Enforcement &amp; Litigation</a></li>
                                        <li><a href="/services/state-attorney-general-matters" class="" title="This link will redirect to State Attorney General Matters page">State Attorney General Matters</a></li>
                                        <li><a href="/services/trade-secrets-proprietary-information-noncompetition-nondisclosure-agreements" class="" title="This link will redirect to Trade Secrets, Proprietary Information &amp; Noncompetition/​Nondisclosure Agreements page">Trade Secrets, Proprietary Information &amp; Noncompetition/​Nondisclosure Agreements</a></li>
                                        <li><a href="/services/tax" class="" title="This link will redirect to Tax page">Tax</a></li>
                                        <li><a href="/services/washington-strategic-government-relations-and-counseling" class="" title="This link will redirect to Washington Strategic Government Relations &amp; Counseling page">Washington Strategic Government Relations &amp; Counseling</a></li>
                                        <li><a href="/services/white-collar-litigation-government-investigations" class="" title="This link will redirect to White Collar Litigation &amp; Government Investigations page">White Collar Litigation &amp; Government Investigations</a></li>
                            </ul>
                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                                        </li>
                                                                </ul>
                                                    </li>
                                                    <li class="">
                                                            <a href="/our-practice/regions" class="" title="This link will redirect to Regions page">
                                                            Regions
                                                            </a>
                                                                    <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/regions/africa" class="" title="This link will redirect to Africa page">Africa</a></li>
                                    <li class="sub-level-menu-show"><a href="/regions/asia-pacific" class="" title="This link will redirect to Asia Pacific page">Asia Pacific</a></li>
                                    <li class="no-child"><a href="/regions/europe" class="" title="This link will redirect to Europe page">Europe</a></li>
                                    <li class="sub-level-menu-show"><a href="/regions/latin-america" class="" title="This link will redirect to Latin America page">Latin America</a></li>
                                    <li class="no-child"><a href="/regions/middle-east" class="" title="This link will redirect to Middle East page">Middle East</a></li>
                                    <li class="no-child"><a href="/regions/north-america" class="" title="This link will redirect to North America page">North America</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                                    <div class="hoverChildDiv1 hoverDiv" style="display:none;">
                                        <ul>
                                                    <li><a href="/regions/greater-china" title="This link will redirect to Greater China page">Greater China</a></li>
                                                    <li><a href="/regions/india" title="This link will redirect to India page">India</a></li>
                                                    <li><a href="/regions/kazakhstan" title="This link will redirect to Kazakhstan page">Kazakhstan</a></li>
                                                    <li><a href="/regions/korea" title="This link will redirect to Korea page">Korea</a></li>
                                                    <li><a href="/regions/luk-and-partners" title="This link will redirect to Luk &amp; Partners page">Luk &amp; Partners</a></li>
                                                    <li><a href="/regions/southeast-asia" title="This link will redirect to Southeast Asia page">Southeast Asia</a></li>
                                        </ul>
                                    </div>
                                    <div class="hoverChildDiv3 hoverDiv" style="display:none;">
                                        <ul>
                                                    <li><a href="/regions/cuba" title="This link will redirect to Cuba page">Cuba</a></li>
                                        </ul>
                                    </div>
                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                    </li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="col-2">&nbsp;</div>
                                </div>
                            </div>
                </li>
                <li>
                    <a href="/our-people" class="" title="This link will redirect to Our People page">Our People<span class="menu-arrow"></span></a>
                    <span class="respSubNavArrow"></span>
                        <div class="sub-menu showmen">
                             <div class="padding-lr">
    <div class="close-wrapper clr"><span class="icon-menu-close"></span></div>
    
    <div class="search-mblock-bg clr">
        <p>Search our people now:</p>
        <form name="frmSearch" class="frmSearch clr" action="">
            <div class="block-1 last">
                <script>
    jQuery(document).ready(function () {
        $.widget("custom.catcompletepeopleMenu", $.ui.autocomplete, {
            _renderMenu: function (ul, items) {
                //$.each(items, function (index, item) {
                //    ul.append("<li class='ui-autocomplete-category'><a href='" + item.PersonURL + "'>" + item.DisplayName + "</a></li>");
                //});

               
                var that = this,
                currentCategory = "";
                $.each(items, function (index, item) {
                    var li;
                    //if (item.IsResultsGroup) {
                    //    ul.append("<li class='ui-autocomplete-category'>" + item.DisplayName + "</li>");
                   // }
                    item.label = item.DisplayName;
                    item.value = item.DisplayName;
                    //if (!item.IsResultsGroup) {
                    //    li = that._renderItemData(ul, item);
                    //} else if (item.IsGroupLastElement) {
                        li = that._renderItemData(ul, item);
                   // }
                    //if (!item.IsResultsGroup) {
                        //li.attr("aria-label", " : " + item.Title);
                   // }
                });
               







            }
        });
    });
</script>

 <label class="visuallyhidden" for="people-search2">Search by name:</label>
<input title="Enter Name" type="text" name="name" onfocus="onFocusDefault(this)" onblur="onBlurDefault(this)" defaultvalue="Enter Name" value="Enter Name" id="people-search2">
<script>
    jQuery(document).ready(function () {
        var autoSuggestPeopleMenu = $('#people-search2').autoSuggestMenu({
            listUrl: "/biolisting/getautosuggestresult"
        });
    });
</script>


            </div>
            

            <div class="block-2">
    <label class="visuallyhidden" for="sector-search2">Sector, service or region" </label>
    <input title="Enter text for sector, service or region" type="text" name="name" onfocus="onFocusDefault(this)" onblur="onBlurDefault(this)" value="Sector, service or region" defaultvalue="Sector, service or region" id="sector-search2" />

</div>
<div class="block-2" id="posArrowDown">
   
        <div class="sortSel allPositionddl2">
            <label class="visuallyhidden" for="allPosition2">Position</label>

            <select title="Select position" name="allPosition2" id="allPosition2" data-category="param_designation_s">
                    <option value="">Position</option>
                    <option value="85c1888b1b9c415ba398900fbf404b24" data-category="designation_s">Partner</option>
                    <option value="acd65493d0bc4cfaa4b22d5ee83606e1" data-category="designation_s">Of Counsel/Senior Counsel</option>
                    <option value="e7d9b00ecc084e29a4649707c235bb18" data-category="designation_s">Associate</option>
                    <option value="5b56228e74a74668a8ee68e41fcdc91d" data-category="designation_s">Other Professionals</option>

            </select>
        </div>
 
</div>
<div class="block-2 last" id="locArrowDown">
    
     <div class="sortSel allOfficeLocationddl2">
            <label class="visuallyhidden" for="allOfficeLocation2">Locations</label>

            <select title="Select location" name="allOfficeLocation2" id="allOfficeLocation2" data-category="param_personofficeitem_sm">
                    <option value="">Locations</option>
                    <option value="8d7e9a709dce4274836626785a9b4b64" data-category="personofficeitem_sm">Almaty</option>
                    <option value="cc974fa131564a6281be76275eccb2ff" data-category="personofficeitem_sm">Astana</option>
                    <option value="41c65bcd29c647db97f52cf2ac64e670" data-category="personofficeitem_sm">Boston</option>
                    <option value="fd5788aefdb94d6aad8fb651305e277d" data-category="personofficeitem_sm">Brussels</option>
                    <option value="b681771ff03141d29250e7ef741049a9" data-category="personofficeitem_sm">Century City</option>
                    <option value="3f3d24719aaf412782b8e17b9bca8ec5" data-category="personofficeitem_sm">Chicago</option>
                    <option value="f28862ccdffc458fbd3869a7853985bc" data-category="personofficeitem_sm">China</option>
                    <option value="bfdb7ba029714e6a9ba32078ed3ad0ea" data-category="personofficeitem_sm">Dallas</option>
                    <option value="3222e8dbce484aadae3799e06b6d2807" data-category="personofficeitem_sm">Dubai</option>
                    <option value="e072491d4ddf4c67abab130cc6ef9ead" data-category="personofficeitem_sm">Frankfurt</option>
                    <option value="b68a1d5f930941deb27577df87051116" data-category="personofficeitem_sm">Hartford</option>
                    <option value="0cd59cdd4f104494bebc1f760a80c99e" data-category="personofficeitem_sm">Houston</option>
                    <option value="d5413c4970f04006832e2dedc733c778" data-category="personofficeitem_sm">London</option>
                    <option value="9a8e77e016d641409f3b3d6bbbb4522d" data-category="personofficeitem_sm">Los Angeles</option>
                    <option value="c291773c7c66453eac4af916b134baf2" data-category="personofficeitem_sm">Miami</option>
                    <option value="9ee844cdfbc644b092112db26988b79d" data-category="personofficeitem_sm">Moscow</option>
                    <option value="c13929c6777148208ec3ce1949d5e463" data-category="personofficeitem_sm">New York</option>
                    <option value="419ee47eb6b3476eb49273c24e91e396" data-category="personofficeitem_sm">Orange County</option>
                    <option value="abf164b687224cef8418011a471e2b86" data-category="personofficeitem_sm">Paris</option>
                    <option value="36ef4ad43dea406895fa2d41af32fada" data-category="personofficeitem_sm">Philadelphia</option>
                    <option value="d5722c9c7bf049cab60cfbd817f7f4c6" data-category="personofficeitem_sm">Pittsburgh</option>
                    <option value="128d5fc5f3334bd4be4ef73a2e5d7651" data-category="personofficeitem_sm">Princeton</option>
                    <option value="4cfd9030fb2d4263b043d3c43201fbc9" data-category="personofficeitem_sm">San Francisco</option>
                    <option value="0ce81857f0ba4163af1efe4ea3954180" data-category="personofficeitem_sm">Silicon Valley</option>
                    <option value="3870e9d2c5bb453cbf0932d323470f81" data-category="personofficeitem_sm">Singapore</option>
                    <option value="2aba3dc5dcd241c19b2d183e248612e4" data-category="personofficeitem_sm">Tokyo</option>
                    <option value="8d44cdc91cac443096f21d151a813b50" data-category="personofficeitem_sm">Washington, DC</option>
                    <option value="647fc97ad1474ca49348c390cec3aa75" data-category="personofficeitem_sm">Wilmington</option>

            </select>
        </div>

</div>
<div class="block-1 last last-m">
    <input type="Submit" id="btnSearchMain2" value="Search" title="Search for people list" class="enterInputBtn search-rtn" />
</div>



<script>
    jQuery(document).ready(function () {

        $.widget("custom.catcompleteGroupMenu", $.ui.autocomplete, {
            _create: function () {
                this._super();
                this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)");
            },
            _renderMenu: function (ul, items) {
                var that = this,
                currentCategory = "";
                $.each(items, function (index, item) {
                    var li;
                    
                    if (item.FilterGroupName != currentCategory) {
                        ul.append("<li class='ui-autocomplete-category'>" + item.FilterGroupName + "</li>");
                        currentCategory = item.FilterGroupName;
                    }
                    //item.value = item.FilterName;
                    item.label = item.FilterName;
                    item.value = item.FilterName;
                    li = that._renderItemData(ul, item);
                    if (item.FilterGroupName) {
                        li.attr("aria-label", item.FilterGroupName + " : " + item.FilterName);
                    }
                });
            }
        });
    });

</script>
<script>
    jQuery(document).ready(function () {
        $.widget("custom.completelistMenu", $.ui.autocomplete, {
            _renderItem: function (ul, item) {
                return $("<li>")
                  .append("<a>" + item.FilterName + "</a>")
                  .appendTo(ul);
            }
        });
    });
</script>
<script>
    jQuery(document).ready(function () {

        var autoSuggestSchool1 = $('#sector-search2').autoSuggestMenu({
            listUrl: "/commonfilterlisting/getalllist/1/subpracticetitlet",
            listType: "catcompleteGroupMenu"
        });

    });


</script>
<script>
    $(function () {
        /*$("#allPosition2").change(function () {
            var ddlName = 'allPosition2';
            if ($('#' + ddlName).prop('selectedIndex') == 0) {
                $(".sortSel .main #ul" + ddlName + " .stylish-select-left .stylish-select-right").css('color', '#7f7f7f');
            }
            else {
                $(".sortSel .main #ul" + ddlName + " .stylish-select-left .stylish-select-right").css('color', '#000000');
            }
        });

        $("#allOfficeLocation2").change(function () {
            var ddlName = 'allOfficeLocation2';
            if ($('#' + ddlName).prop('selectedIndex') == 0) {
                $(".sortSel .main #ul" + ddlName + " .stylish-select-left .stylish-select-right").css('color', '#7f7f7f');
            }
            else {
                $(".sortSel .main #ul" + ddlName + " .stylish-select-left .stylish-select-right").css('color', '#000000');
            }
        });*/


    });
</script>

        </form>
    </div>
</div>

                        </div>
                </li>
                <li>
                    <a href="/our-thinking" class="isMenuActive" title="This link will redirect to Our Thinking page">Our Thinking<span class="menu-arrow"></span></a>
                    <span class="respSubNavArrow"></span>
                            <div class="sub-menu showmen">
                                <div class="padding-lr">
                                    <div class="close-wrapper clr"><span class="icon-menu-close" title="Close Submenu"></span></div>
                                    <div class="col-1">
                                        <div class="padding-10">
                                            <ul class="level-1">
                                                    <li class="no-child">
                                                            <a href="/our-thinking/blogs" class="" title="This link will redirect to Blogs page">
                                                            Blogs
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/our-thinking/videos" class="" title="This link will redirect to Videos page">
                                                            Videos
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/our-thinking/events" class="" title="This link will redirect to Events page">
                                                            Events
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/our-thinking/publications" class="" title="This link will redirect to Publications page">
                                                            Publications
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/our-thinking/trending-topics" class="" title="This link will redirect to Trending Topics page">
                                                            Trending Topics
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/our-thinking/events?iscle=1" class="" title="This link will redirect to CLE Events page">CLE Events</a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="http://reaction.morganlewis.com/reaction/RSGenPage.asp?RSID=RXc52qJ-inISylu03Y5wmK5IdTsibSNnFxmMOAxEdFU" class="" title="This link will redirect to Subscribe page">Subscribe</a>
                                                                                                            </li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="col-2">&nbsp;</div>
                                </div>
                            </div>
                </li>
                <li>
                    <a href="/our-firm" class="" title="This link will redirect to Our Firm page">Our Firm<span class="menu-arrow"></span></a>
                    <span class="respSubNavArrow"></span>
                            <div class="sub-menu showmen">
                                <div class="padding-lr">
                                    <div class="close-wrapper clr"><span class="icon-menu-close" title="Close Submenu"></span></div>
                                    <div class="col-1">
                                        <div class="padding-10">
                                            <ul class="level-1">
                                                    <li class="no-child">
                                                            <a href="/our-firm/about-us" class="" title="This link will redirect to About Us page">
                                                            About Us
                                                            </a>
                                                                                                            </li>
                                                    <li class="">
                                                            <a href="/our-firm/locations" class="" title="This link will redirect to Locations page">
                                                            Locations
                                                            </a>
                                                                    <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/locations/almaty" class="" title="This link will redirect to Almaty page">Almaty</a></li>
                                    <li class="no-child"><a href="/locations/astana" class="" title="This link will redirect to Astana page">Astana</a></li>
                                    <li class="no-child"><a href="/locations/boston" class="" title="This link will redirect to Boston page">Boston</a></li>
                                    <li class="no-child"><a href="/locations/brussels" class="" title="This link will redirect to Brussels page">Brussels</a></li>
                                    <li class="no-child"><a href="/locations/century-city" class="" title="This link will redirect to Century City page">Century City</a></li>
                                    <li class="no-child"><a href="/locations/chicago" class="" title="This link will redirect to Chicago page">Chicago</a></li>
                                    <li class="no-child"><a href="/locations/china" class="" title="This link will redirect to China page">China</a></li>
                                    <li class="no-child"><a href="/locations/dallas" class="" title="This link will redirect to Dallas page">Dallas</a></li>
                                    <li class="no-child"><a href="/locations/dubai" class="" title="This link will redirect to Dubai page">Dubai</a></li>
                                    <li class="no-child"><a href="/locations/frankfurt" class="" title="This link will redirect to Frankfurt page">Frankfurt</a></li>
                                    <li class="no-child"><a href="/locations/hartford" class="" title="This link will redirect to Hartford page">Hartford</a></li>
                                    <li class="no-child"><a href="/locations/houston" class="" title="This link will redirect to Houston page">Houston</a></li>
                                    <li class="no-child"><a href="/locations/london" class="" title="This link will redirect to London page">London</a></li>
                                    <li class="no-child"><a href="/locations/los-angeles" class="" title="This link will redirect to Los Angeles page">Los Angeles</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                            <ul>
                                        <li><a href="/locations/miami" class="" title="This link will redirect to Miami page">Miami</a></li>
                                        <li><a href="/locations/moscow" class="" title="This link will redirect to Moscow page">Moscow</a></li>
                                        <li><a href="/locations/new-york" class="" title="This link will redirect to New York page">New York</a></li>
                                        <li><a href="/locations/orange-county" class="" title="This link will redirect to Orange County page">Orange County</a></li>
                                        <li><a href="/locations/paris" class="" title="This link will redirect to Paris page">Paris</a></li>
                                        <li><a href="/locations/philadelphia" class="" title="This link will redirect to Philadelphia page">Philadelphia</a></li>
                                        <li><a href="/locations/pittsburgh" class="" title="This link will redirect to Pittsburgh page">Pittsburgh</a></li>
                                        <li><a href="/locations/princeton" class="" title="This link will redirect to Princeton page">Princeton</a></li>
                                        <li><a href="/locations/san-francisco" class="" title="This link will redirect to San Francisco page">San Francisco</a></li>
                                        <li><a href="/locations/silicon-valley" class="" title="This link will redirect to Silicon Valley page">Silicon Valley</a></li>
                                        <li><a href="/locations/singapore" class="" title="This link will redirect to Singapore page">Singapore</a></li>
                                        <li><a href="/locations/tokyo" class="" title="This link will redirect to Tokyo page">Tokyo</a></li>
                                        <li><a href="/locations/washington-dc" class="" title="This link will redirect to Washington, DC page">Washington, DC</a></li>
                                        <li><a href="/locations/wilmington" class="" title="This link will redirect to Wilmington page">Wilmington</a></li>
                            </ul>
                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                    </li>
                                                    <li class="">
                                                            <a href="/our-firm/pro-bono" class="" title="This link will redirect to Pro Bono page">
                                                            Pro Bono
                                                            </a>
                                                                    <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/our-firm/pro-bono/pro-bono-committee" class="" title="This link will redirect to Pro Bono Committee page">Pro Bono Committee</a></li>
                                    <li class="no-child"><a href="/our-firm/pro-bono/pro-bono-clients-and-achievements" class="" title="This link will redirect to Pro Bono Clients and Achievements page">Pro Bono Clients and Achievements</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                    </li>
                                                    <li class="">
                                                            <a href="/our-firm/our-culture" class="" title="This link will redirect to Our Culture page">
                                                            Our Culture
                                                            </a>
                                                                    <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/our-firm/our-culture/community-service" class="" title="This link will redirect to Community Service page">Community Service</a></li>
                                    <li class="no-child"><a href="/our-firm/our-culture/diversity" class="" title="This link will redirect to Diversity &amp; Inclusion page">Diversity & Inclusion</a></li>
                                    <li class="no-child"><a href="/our-firm/our-culture/ml-women" class="" title="This link will redirect to ML Women page">ML Women</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                    </li>
                                                    <li class="no-child">
                                                            <a href="/our-firm/accolades" class="" title="This link will redirect to Accolades page">
                                                            Accolades
                                                            </a>
                                                                                                            </li>
                                                    <li class="">
                                                            <a href="/our-firm/news" class="" title="This link will redirect to News page">
                                                            News
                                                            </a>
                                                                    <div class="sec-level-sub-menu">
                <div class="col-block first">
                    <div class="padding-10">
                        <ul>
                                    <li class="no-child"><a href="/our-firm/news/news-list" class="" title="This link will redirect to In the News page">In the News</a></li>
                                    <li class="no-child"><a href="/our-firm/news/press-release-list" class="" title="This link will redirect to Press Releases page">Press Releases</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-block last">
                    <div class="padding-10">

                    </div>
                </div>
        </div>


    <script>
        $(document).ready(function () {

            $(".last .padding-10 .hoverDiv").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(this).css({ 'min-height': divHeight + 'px' }).show();
            });
            $(".first .padding-10 .no-child").hover(function () {
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverDiv").css({ 'min-height': divHeight + 'px' }).hide();
            });
            $(".col-block.first .padding-10 ul li.sub-level-menu-show a").hover(function () {
                var eqVal = $(this).parent().index();
                var divHeight = $(this).parents('.sec-level-sub-menu').height();
                $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': divHeight + 'px' }).show();
                $(".last .padding-10 .hoverChildDiv" + eqVal).siblings().hide();
            }, function () {
                if (eventType != "pointerdown" && is_chrome) {
                    var eqVal = $(this).parent().index();
                    $(".last .padding-10 .hoverChildDiv" + eqVal).css({ 'min-height': '280px' }).hide();
                }
            });


        });

    </script>                                                    </li>
                                                    <li class="no-child">
                                                            <a href="/our-firm/alumni" class="" title="This link will redirect to Alumni page">
                                                            Alumni
                                                            </a>
                                                                                                            </li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="col-2">&nbsp;</div>
                                </div>
                            </div>
                </li>
                <li>
                    <a href="/careers" class="" title="This link will redirect to Careers page">Careers<span class="menu-arrow"></span></a>
                    <span class="respSubNavArrow"></span>
                            <div class="sub-menu showmen">
                                <div class="padding-lr">
                                    <div class="close-wrapper clr"><span class="icon-menu-close" title="Close Submenu"></span></div>
                                    <div class="col-1">
                                        <div class="padding-10">
                                            <ul class="level-1">
                                                    <li class="no-child">
                                                            <a href="/careers/students-trainees-judicial-clerks" class="" title="This link will redirect to Students, Trainees&amp; Judicial Clerks page">
                                                            Students, Trainees
<br />
&amp; Judicial Clerks
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/careers/practicing-lawyers" class="" title="This link will redirect to Practicing Lawyers page">
                                                            Practicing Lawyers
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/careers/professionals" class="" title="This link will redirect to Professionals page">
                                                            Professionals
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/careers/life-at-morgan-lewis" class="" title="This link will redirect to Life at Morgan Lewis page">
                                                            Life at <br />
Morgan Lewis
                                                            </a>
                                                                                                            </li>
                                                    <li class="no-child">
                                                            <a href="/careers/alumni" class="" title="This link will redirect to Alumni page">
                                                            Alumni
                                                            </a>
                                                                                                            </li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="col-2">&nbsp;</div>
                                </div>
                            </div>
                </li>
            </ul>
    </nav>
<!-- nav end -->
            <!-- nav end -->
        </div>

    </header>

</div>




            <!-- header end -->
            <!-- content start -->
            
<div class="content-wrapper" id="contentWrapper">
        <div class="hero-ban no-ban" title="Hero banner"></div>
    <div class="overlap-ban clr">
 <div class="container clr breadcrumsection">
            
<div class="bread-crumb clr desktop-breadcrumb"> 
                <ul>
 <li>
                            <a href="/" title="Home"> Home</a>
                          </li>
                             <li> > </li>
 <li>
                            <a href="/our-thinking" title="Our Thinking"> Our Thinking</a>
                          </li>
                             <li> > </li>
 <li>
                            <a href="/our-thinking/publications" title="Publications"> Publications</a>
                          </li>
                             <li> > </li>
                                <li>
                                 Hurricane Harvey Client Alert: Insurance Considerations 
                                </li>
                   
                </ul>
            </div>

<div class="bread-crumb clr mobile-breadcrumb">


    <ul><li>
 
            <span><</span> 
                    <a href="/our-thinking/publications" title="Publications">Publications</a>
</li> 

    </ul>


</div>

            <div class="subscribe-link">

                              <a href="http://reaction.morganlewis.com/reaction/RSGenPage.asp?RSID=RXc52qJ-inISylu03Y5wmK5IdTsibSNnFxmMOAxEdFU" target="_blank" title="This link will redirect to SUBSCRIBE page">SUBSCRIBE</a>                          
                              <a href="" target="" title="This link will redirect to  page"></a>                          
            </div>
        </div> 
        <div class="container white-container detail-page clr">
            <div class="no-padding clr">
                <!-- content start -->
                



<section class="col-l">
    <div class="collapse-box no-border">
        
<div class="people-intro">
        <div class="pub-heading">
            

                <h2>LawFlash</h2>

                <h1 class="small-head">Hurricane Harvey Client Alert: Insurance Considerations</h1>   


                <h3 class="no-padding"></h3>

                <span class="small-head-next">August 31, 2017</span>
        </div>
        <div class="purple-para arrow-class">


<p>Amid the immediate concerns of public safety and restoring business operations, companies can take certain steps to protect their insurance assets.</p>
<p>For business owners affected by  Hurricane Harvey and its aftermath, it will be important to protect insurance  rights by taking immediate steps. Most businesses have property insurance as  well as liability insurance. Many commercial property insurance policies (or  the property portion of a business owners policy or package policy) provide  coverage for business interruption and loss of use of property. While the most  immediate concerns are public safety and restoring business operations to  normalcy, certain steps may be necessary in the near term to protect insurance  assets. Our lawyers are available 24/7 to assist in asset preservation efforts.  The checklist and information below may be of assistance.</p>
<h3>Analyze Your Insurance Policies</h3>
<p>It is crucial to evaluate all  potentially applicable insurance policies for coverage. Property insurance is  the first type of coverage to look to, but there may also be auto policies, &ldquo;package&rdquo;  policies, marine policies, and general liability policies that are responsive.</p>
<p>In addition to providing coverage for  physical damage to an insured&rsquo;s property, many commercial property insurance policies  also include coverage for losses due to the interruption of the insured&rsquo;s normal  business activity, including losses due to damage to utilities, customers,  suppliers, infrastructure, and other critical, or dependent, properties. These  extended coverages may apply even if the insured&rsquo;s own property is not  physically damaged. Policies typically cover loss of business income &ldquo;during  the period of restoration,&rdquo; from when physical loss or damage takes place  through the period of rebuilding, repairing, or replacing damaged property. Such  coverage is particularly valuable where businesses are grappling with  catastrophic months-long disruptions to their operations. Depending on policy  wording, damage to suppliers or customers may result in covered &ldquo;contingent  business interruption&rdquo; losses. This coverage may be critical to businesses where  supply chains are disrupted.</p>
<h3>Keep Records of Your Losses, Including  Your Business Interruption and Contingent Business Interruption Expenses</h3>
<p>Carefully documenting losses is  important. Documentation for property loss includes not only property that was  damaged but also any property rendered unusable. There may also be an  obligation to preserve and protect the property from further losses, including  mitigating damage. Business interruption coverage reimburses insureds for lost  income during the time that the business was interrupted because of a hurricane.  Contingent business interruption provides coverage for business interruption  losses due to damage to customers or suppliers. These coverages require valuing  and documenting the losses.</p>
<h3>Provide Notice and Follow Policy Terms  to Preserve Rights</h3>
<p>Insurance policies require various  kinds of notice, including notice of accident or occurrence and notice of  claims. Notice requirements in policies variously use the terms &ldquo;prompt,&rdquo;  &ldquo;immediate,&rdquo; and &ldquo;as soon as practicable.&rdquo; There is no such thing as too much  notice&mdash;and such notice needs to be in writing&mdash;so erring on the side of more  notice rather than less is recommended. As of September 1, 2017, there will be a  new Texas statute on notice impacting insurance claims noticed after that date,  including the timing and the form that notice must take under a contract of  insurance.<a href="#_ftn1" name="_ftnref1">[1]</a></p>
<p>After notice of loss, property policies  also usually require that the insured later submit a sworn &ldquo;proof of loss&rdquo; to  catalogue the damages. Policies sometimes require the insured to submit this  proof of loss within a fairly short time after the hurricane. In addition,  insureds must also preserve and protect the property from further losses, including  taking steps necessary to mitigate (or minimize) additional damage, including  business interruption. </p>
<h3>How We Can Help</h3>
<p>Our firm is committed to service,  especially in this time of need. If you need assistance in protecting your  business and the insurance purchased, please do not hesitate to call on any of  us. Our lawyers are available 24/7 to assist with any policy review, analysis,  or advice. Please call or contact any of the following members of our insurance  practice to assist with questions relating to Hurricane Harvey.</p>
<p><strong>Washington, DC</strong><br>
<a href="https://www.morganlewis.com/bios/pzevnik">Paul A. Zevnik</a> (mobile:  +1.202.215.1048)<br>
<a href="https://www.morganlewis.com/bios/gkonkel">Gerald P. Konkel</a> (mobile:  +1.202.271.6306)<br>
<a href="https://www.morganlewis.com/bios/bnes">W. Brad Nes</a> (mobile: +1.202.299.7033)</p>
<p><strong>New York</strong><br>
<a href="https://www.morganlewis.com/bios/dluttinger">David A. Luttinger, Jr.</a> (mobile:  +1.516.532.4998)</p>
<p><strong>Boston</strong><br>
<a href="https://www.morganlewis.com/bios/lhoughton">Leah M. Houghton</a> (mobile:  +1.617.755.0094)</p>
<p><strong>Los Angeles</strong><br>
<a href="https://www.morganlewis.com/bios/mhorton">Michel Y. Horton</a> (mobile:  +1.213.399.9890)</p>
<hr>
<div>
<div id="ftn1">
<a href="#_ftnref1" name="_ftn1">[1]</a> <em>See</em> Texas Insurance Code &sect;&sect; 542.051 (4),  542.055, and 542.056. </div>
</div>


        </div>
</div>


    <div class="social-media-link-ls" data-media-override="">
        <ul>
            <li><span class='st_twitter_large' displaytext='Tweet' title="Twitter"></span></li>
            <li><span class='st_linkedin_large' displaytext='LinkedIn' title="LinkedIn"></span></li>
            <li><span class='st_facebook_large' displaytext='Facebook' title="Facebook"></span></li>
            <li><a class='email_large' title="Email" onclick="ga('send', 'event', 'Email', 'Click', 'https%3a%2f%2fwww.morganlewis.com%2fpubs%2fhurricane-harvey-insurance-considerations');" href="mailto:?subject=From morganlewis.com:%20Hurricane%20Harvey%20Client%20Alert%3a%20Insurance%20Considerations &body=I thought this topic would be of interest to you. Visit morganlewis.com to learn more:%0D%0A%0D%0AHURRICANE%20HARVEY%20CLIENT%20ALERT%3A%20INSURANCE%20CONSIDERATIONS%0D%0AAmid%20the%20immediate%20concerns%20of%20public%20safety%20and%20restoring%20business%20operations%2c%20companies%20can%20take%20certain%20steps%20to%20protect%20their%20insurance%20assets.%0D%0A%0D%0Ahttps%3a%2f%2fwww.morganlewis.com%2fpubs%2fhurricane-harvey-insurance-considerations"></a></li>
            <li class="print"><a title="Print" onclick="ga('send', 'event', 'Print', 'Click', 'https://www.morganlewis.com/pubs/hurricane-harvey-insurance-considerations?p=1');" href="https://www.morganlewis.com/pubs/hurricane-harvey-insurance-considerations?p=1">Print</a></li>
        </ul>
    </div>
<!-- Go to www.addthis.com/dashboard to customize your tools -->


<script src="/CareersContents/assets/js/buttons.js"></script>
<script type="text/javascript">stLight.options({ publisher: "100064f2-a0c7-475e-aa43-e6b197655e2c", doNotHash: false, doNotCopy: false, hashAddressBar: false });</script><section class="aa">
    <section class="block print-extend-p">
    </section><!--//block-->
</section><!--//aa-->



        <div class="collapse-expand-a">


</div>
        <!--//collapse-expand-a-->
    </div>
    <!--//collapse-box-->
</section>



<aside class="col-r last">
    <div class="right-box">

        

  <div class="contact-list">
            <h2>AUTHORS AND CONTACTS</h2>
                <div class="list-block clr">
                        <div class="thumbnail">
                            
                            <img src="/-/media/person-images/zevnik_paul_14990_desktop.ashx" alt="Zevnik">
                        </div>                        

                    <div class="thumbnail-detail">
                        <h3>
                                <a href="/bios/pzevnik" title="Paul A. Zevnik">Paul A. Zevnik</a>
                        </h3>
                            <p>Partner</p>
                                            <span><a href="/locations/washington-dc" title="Washington, DC">Washington, DC</a></span>
                                                <span>/</span>
                                            <span><a href="/locations/los-angeles" title="Los Angeles">Los Angeles</a></span>
                    </div>
                </div>
                <div class="list-block clr">
                        <div class="thumbnail">
                            
                            <img src="/-/media/person-images/konkel_gerald_13152_desktop.ashx" alt="Konkel">
                        </div>                        

                    <div class="thumbnail-detail">
                        <h3>
                                <a href="/bios/gkonkel" title="Gerald P. Konkel">Gerald P. Konkel</a>
                        </h3>
                            <p>Partner</p>
                                            <span><a href="/locations/washington-dc" title="Washington, DC">Washington, DC</a></span>
                    </div>
                </div>
  <div class="list-block hide clr">
                        <div class="thumbnail">
                            <img src="/-/media/person-images/luttinger_david_15005_desktop.ashx" alt="David Luttinger">
                        </div>

                    <div class="thumbnail-detail">
                        <h3>
                                <a href="/bios/dluttinger" title="David A. Luttinger, Jr.">David A. Luttinger, Jr.</a>
                        </h3>
                            <p>Partner</p>
                                            <span><a href="/locations/new-york" title="New York">New York</a></span>
                    </div>
                </div>
  <div class="list-block hide clr">
                        <div class="thumbnail">
                            <img src="/-/media/person-images/houghton_leah_70022_desktop.ashx" alt="Houghton">
                        </div>

                    <div class="thumbnail-detail">
                        <h3>
                                <a href="/bios/lhoughton" title="Leah M. Houghton">Leah M. Houghton</a>
                        </h3>
                            <p>Partner</p>
                                            <span><a href="/locations/boston" title="Boston">Boston</a></span>
                                                <span>/</span>
                                            <span><a href="/locations/washington-dc" title="Washington, DC">Washington, DC</a></span>
                    </div>
                </div>
  <div class="list-block hide clr">
                        <div class="thumbnail">
                            <img src="/-/media/person-images/horton_michel_14983_desktop.ashx" alt="Horton">
                        </div>

                    <div class="thumbnail-detail">
                        <h3>
                                <a href="/bios/mhorton" title="Michel Yves Horton">Michel Yves Horton</a>
                        </h3>
                            <p>Senior Counsel</p>
                                            <span><a href="/locations/los-angeles" title="Los Angeles">Los Angeles</a></span>
                    </div>
                </div>
  <div class="list-block hide clr">
                        <div class="thumbnail">
                            <img src="/-/media/person-images/nes_w_70845_desktop.ashx" alt="">
                        </div>

                    <div class="thumbnail-detail">
                        <h3>
                                <a href="/bios/bnes" title="W. Brad Nes">W. Brad Nes</a>
                        </h3>
                            <p>Partner</p>
                                            <span><a href="/locations/washington-dc" title="Washington, DC">Washington, DC</a></span>
                    </div>
                </div>
                            <div class="show-more-link">
                    <a href="javascript:void(0);" title="Show More" data-show="Show More" data-hide="Show Less">Show More</a>
                </div>
        </div>


        <div class="tiles r2 c1">

            <div class="padding">
                <div class="tile-cont">
                        <h2>

                                <span class="head-icon">
                                    <img src="/-/media/images/morganlewis/content-type-icons/icon-flash.ashx" alt="Resource" />
                                </span>

                            Resource
                        </h2>
                                            <h3>
<a href="/topics/hurricane-recovery-resources" title="Hurricane Recovery ResourcesLearn More &gt;&gt;"><div style="font-size: 130%; line-height: 95%; padding-bottom:10px;">Hurricane Recovery Resources</div>
<div style="font-size: 100%; line-height: 95%;">Learn More &gt;&gt;</div></a>
                        </h3>
                </div>
                        <div class="tile-img">

                            <a href="/topics/hurricane-recovery-resources" title="Hurricane Recovery ResourcesLearn More &gt;&gt;"><img src="/-/media/images/tiles/construction-workers_662675934_mediumtile.ashx" alt="&lt;div style=&quot;font-size: 130%; line-height: 95%; padding-bottom:10px;&quot;&gt;Hurricane Recovery Resources&lt;/div&gt;
&lt;div style=&quot;font-size: 100%; line-height: 95%;&quot;&gt;Learn More &amp;gt;&amp;gt;&lt;/div&gt;" /></a>
                        </div>

            </div>

        </div>





 <div class="related-source">
                    <h2>RELATED RESOURCES</h2>
                    


<div class="person-depart-info">
        <h2>Sectors</h2>
        <ul>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/sectors/energy" title="This link will redirect to Energy page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Energy</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/sectors/financial-services" title="This link will redirect to Financial Services page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Financial Services</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/sectors/healthcare" title="This link will redirect to Healthcare page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Healthcare</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/sectors/life-sciences" title="This link will redirect to Life Sciences page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Life Sciences</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/sectors/retail" title="This link will redirect to Retail &amp; eCommerce page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Retail &amp; eCommerce</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/sectors/sports" title="This link will redirect to Sports page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Sports</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/sectors/technology" title="This link will redirect to Technology page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Technology</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/sectors/transportation" title="This link will redirect to Transportation page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Transportation</a></li>
        </ul>
    </div>



    <section class="person-depart-info">
        
            <h2>Services</h2>


        <ul>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/services/litigation-regulation-investigations" title="This link will redirect to Litigation, Regulation &amp; Investigations page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Litigation, Regulation &amp; Investigations</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/services/insurance-recovery" title="This link will redirect to Insurance Recovery page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Insurance Recovery</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/services/environmental-counseling-litigation" title="This link will redirect to Environmental Counseling &amp; Litigation page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Environmental Counseling &amp; Litigation</a></li>
                <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/services/commercial-litigation" title="This link will redirect to Commercial Litigation page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>Commercial Litigation</a></li>
        </ul>

    </section>



        
      <section class="person-depart-info">         
         <h2>Regions</h2>        
         <ul>
                 <li><span class="li-arrow"><img src="/Contents/images/arrow-light-grey1.png" width="8" height="11" alt=""></span><a href="/regions/north-america" title="This link will redirect to North America page"><span class="li-arrow-act"><img src="/Contents/images/arrow-light-grey1-active.png" width="8" height="11" alt=""></span>North America</a></li>
        </ul>
       
       </section>





                </div>

    </div>
</aside>

                <!-- content end -

            </div>
            <!--//no-padding-->
            </div>
            <!--//container-->
        </div>
        <!--//overlap-ban-->
    </div>
</div>
<!--//content-wrapper-->
<script>
    $(document).ready(function () {
        try{
            $(".audioLightBox").colorbox({ iframe: true, width: "50%", height: "30%", fixed: true });
        }
        catch (e)
        { }
    });
</script>

            <!-- content end -->
            <!-- footer start -->
            



    <div id="footer-wrapper">

        <div class="row-1">
            <div class="container clr">
                <div class="no-padding clr">
                    <div class="footer-link">
                        <ul>

                                <li>

                                    <a href="/contact-us" title="This link will redirect to Contact Us page">Contact Us</a>

                                </li>
                                <li>

                                    <a href="http://access.morganlewis.com/" title="This link will redirect to Client Access Login page">Client Access Login</a>

                                </li>
                                <li>

                                    <a href="/sitemap" title="This link will redirect to Sitemap page">Sitemap</a>

                                </li>
                        </ul>
                    </div>
                    <div class="social-media-link">


                        <ul>


                                    <li>
                                        <a href="http://twitter.com/morganlewislaw" title="Twitter" target="_blank">
                                            <img alt="Twitter" src="/-/media/images/media-icon/icon-twitter-bot.ashx"/>
                                            <img class="aa" onClick="ga('send', 'event', 'Twitter', 'Share', '/pubs/hurricane-harvey-insurance-considerations');" alt="Twitter" src="/-/media/images/media-icon/icon-twitter-bot-hover.ashx">
                                        </a>
                                    </li>
                                    <li>
                                        <a href="http://www.linkedin.com/company/morgan-lewis-&amp;-bockius-llp" title="LinkedIn" target="_blank">
                                            <img alt="LinkedIn" src="/-/media/images/media-icon/icon-linkedin-bot.ashx"/>
                                            <img class="aa" onClick="ga('send', 'event', 'LinkedIn', 'Share', '/pubs/hurricane-harvey-insurance-considerations');" alt="LinkedIn" src="/-/media/images/media-icon/icon-linkedin-bot-hover.ashx">
                                        </a>
                                    </li>
                                    <li>
                                        <a href="http://facebook.com/morganlewislaw" title="facebook" target="_blank">
                                            <img alt="facebook" src="/-/media/images/media-icon/icon-facebook-bot.ashx"/>
                                            <img class="aa" onClick="ga('send', 'event', 'facebook', 'Share', '/pubs/hurricane-harvey-insurance-considerations');" alt="facebook" src="/-/media/images/media-icon/icon-facebook-bot-hover.ashx">
                                        </a>
                                    </li>
                                    <li>
                                        <a href="http://www.youtube.com/channel/UCpMThoKYPuJcCMW-A9K66-g" title="YouTube" target="_blank">
                                            <img alt="YouTube" src="/-/media/images/media-icon/icon-youtube-bot.ashx"/>
                                            <img class="aa" onClick="ga('send', 'event', 'YouTube', 'Share', '/pubs/hurricane-harvey-insurance-considerations');" alt="YouTube" src="/-/media/images/media-icon/icon-youtube-bot-hover.ashx">
                                        </a>
                                    </li>

                        </ul>

                    </div>
                </div>
            </div>
        </div>
        <div class="row-2">
            <div class="container">
                <div class="no-padding clr">
                    <div class="copy-right-link">
                        <ul>



                            

                            
                            <li>
                                <a href="/terms-of-use-and-privacy-policy" title="This link will redirect to Terms of Use and Privacy Policy page">Terms of Use and Privacy Policy</a> &nbsp;&nbsp;&nbsp;&nbsp;
                                <a href="/terms-of-use-and-privacy-policy#cookie" title="This link will redirect to How we use cookies page">How we use cookies</a></li>




                            

                        </ul>
                    </div>
                    <div class="copy-right-txt">
                        <p>Copyright &#169; 2018 Morgan, Lewis &amp; Bockius LLP. All rights reserved.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
                                        <div>
                                            <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-7960796-1', 'auto');
  ga('send', 'pageview');

</script>
                                        </div>

            <!-- footer end -->
        </div>
        <!--//page-wrapper-->

        <script src="/Contents/jQuery/jquery-1.10.1.js" language="javascript" type="text/javascript"></script>

        <script src="/Contents/jQuery/jquery-accessibleMegaMenu.min.js?V=2.2.2"></script>

        <script src="/Contents/jQuery/utility.min.js?V=2.2.2" language="javascript" type="text/javascript"></script>
        <script src="/Contents/jQuery/edyCustomSelectBox-1.3.min.js?V=2.2.2"></script>
        <script src="/Contents/jQuery/owl.carousel.min.js?V=2.2.2"></script>
        <script src="/Contents/jQuery/jquery.colorbox.min.js?V=2.2.2"></script>

        <script src="/Contents/jQuery/filter.min.js?V=2.2.2" language="javascript" type="text/javascript"></script>
        <script src="/Contents/jQuery/SearchResults.min.js?V=2.2.2"></script>
        <script src="/Contents/jQuery/BioListingNew.min.js?V=2.2.2"></script>
        <script src="/Contents/jQuery/BioListing.min.js?V=2.2.2"></script>
        <script src="/Contents/jQuery/EventListing.min.js?V=2.2.2"></script>
        <script src="/Contents/jQuery/PublicationSearch.min.js?V=2.2.2"></script>
        <script src="/Contents/jQuery/NewsListing.min.js?V=2.2.2"></script>
        <script src="/Contents/jQuery/MegaMenuSearch.min.js?V=2.2.2"></script>
        <script type="text/javascript" src="/Contents/jQuery/knockout-min.js"></script>

        <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAehcQ25_AlBKwwLETTun1ur_XoR5DIIOU&sensor=false"></script>

        <script src="/Contents/jQuery/jquery-ui-1.10.1.custom.min.js"></script>
        <script src="/Contents/jQuery/jquery.onscreen.min.js"></script>

        <script src="/Contents/jQuery/jquery-ui.min.js"></script>

        <!-- Careers and Videos -->
        <script src="/CareersContents/plugins/isMobile/isMobile.min.js?V=2.2.2"></script>
        <script src="/CareersContents/plugins/mediaelement/mediaelement-and-player.min.js?V=2.2.2"></script>
        <script src="/CareersContents/assets/js/app-videos.js?V=2.2.2"></script>
        <script src="/CareersContents/assets/js/app.WebAnalytics.js?V=2.2.2"></script>
        <!-- Blogs -->
        <!-- Custom Error Page -->

        <script>
            $(function () {

                $(".videoLightBox").colorbox({ iframe: true, width: '95%', height: '430', maxWidth: '750px', fixed: true });

                if ($(".owl-carousel-people").find(".slide").size() > 1) {

                    $(".owl-carousel-people").owlCarousel({
                        items: 1,
                        loop: true,
                        autoplay: true,
                        autoplayHoverPause: true,
                        autoplayTimeout: 6000

                    });
                } else {
                    $(".owl-carousel-people").owlCarousel({
                        items: 1,
                        loop: false,
                        autoplay: false,
                        dots: false

                    });
                }

                $("#owl-carousel-tile-filter").owlCarousel({
                    items: 1,
                    loop: true,
                    autoplay: false,
                    autoplayTimeout: 3000,
                    animateOut: 'fadeOut',
                    animateIn: 'fadeIn',
                    dots: false,
                    nav: true,
                    mouseDrag: false,
                    touchDrag: false

                });

                $("#careerOwlSlider").owlCarousel({
                    items: 1,
                    loop: true,
                    autoplay: false,
                    autoplayTimeout: 3000,
                    dots: true,
                    nav: false,
                    mouseDrag: false
                });

                $('select').edyCustomSelectBox();
            });
        </script>

        <script src="/Contents/jQuery/touchDevice.js?V=2.2.2" language="javascript" type="text/javascript"></script>
    </body>
</html>