<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraph.org/schema/"> <head>
        
<meta property="og:title" content="TigerALERT: Hurricane Harvey - August 26, 2017"/>
<meta property="fb:page_id" content="43929265776" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="referrer" content="origin" />        
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
  <title>TigerALERT: Hurricane Harvey - August 26, 2017</title>
  
<style type="text/css">
		.ReadMsgBody{
			width:100%;
			background-color:#ffffff;
		}
		.ExternalClass{
			width:100%;
			background-color:#ffffff;
		}
		.ExternalClass,.ExternalClass p,.ExternalClass span,.ExternalClass font,.ExternalClass td,.ExternalClass div{
			line-height:100%;
		}
		html{
			width:100%;
		}
		body{
			-webkit-text-size-adjust:none;
			-ms-text-size-adjust:none;
			margin:0;
			padding:0;
		}
		table{
			border-spacing:0;
			table-layout:fixed;
			margin:0 auto;
		}
		table table table{
			table-layout:auto;
		}
		img{
			display:block !important;
			over-flow:hidden !important;
		}
		table td{
			border-collapse:collapse;
		}
		.yshortcuts a{
			border-bottom:none !important;
		}
		a{
			color:#ffa828;
			text-decoration:none;
		}
		.textbutton a{
			font-family:'open sans', arial, sans-serif !important;
			font-size:13px !important;
			color:#ffffff !important;
		}
	@media only screen and (max-width: 640px){
		body{
			width:auto !important;
		}

}	@media only screen and (max-width: 640px){
		table[class=table-inner]{
			width:90% !important;
			text-align:center !important;
		}

}	@media only screen and (max-width: 640px){
		table[class=table-full]{
			width:100% !important;
			text-align:left !important;
		}

}	@media only screen and (max-width: 640px){
		img[class=img1]{
			width:100% !important;
			height:auto !important;
		}

}	@media only screen and (max-width: 479px){
		body{
			width:auto !important;
		}

}	@media only screen and (max-width: 479px){
		table[class=table-inner]{
			width:90% !important;
		}

}	@media only screen and (max-width: 479px){
		table[class=table-full]{
			width:100% !important;
			text-align:center !important;
		}

}	@media only screen and (max-width: 479px){
		td[class=td-hide]{
			height:0px !important;
			max-height:0px !important;
		}

}	@media only screen and (max-width: 479px){
		img[class=img1]{
			width:100% !important;
		}

}</style><!--[if !mso]><!--><link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet"><!--<![endif]-->        <script type="text/javascript">
            (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','https://www.google-analytics.com/analytics.js','ga');
            ga('create', 'UA-329148-88', {'allowLinker': true});
            ga('set', 'hostname', '.campaign-archive2.com');
            ga('send', 'pageview');
        </script>        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <link rel="stylesheet" href="https://us2.campaign-archive2.com/css/archivebar-desktop.css" mc:nocompile> <script type="text/javascript" src="//us2.campaign-archive2.com/js/archivebar-desktop-plugins.js" mc:nocompile></script> <script type="text/javascript">
            $(document).ready(function() {
                document.getElementById("copyToClipboard").addEventListener("click", function () {
                    var input = document.getElementById("clipboardSource");
                    input.select();
                    var successful = document.execCommand("copy");
                    if (successful) {
                        alert('Copied "' + input.value + '" to your clipboard.');
                    } else {
                        throw new Error("Failed to copy text (verify caller was in the context of an event handler)");
                    }
                });

                $('li.more > a').click(function(){
                    var toToggle = $($(this).attr('data-to-toggle'));
                    if(toToggle.is(':visible')){
                        toToggle.slideUp('fast');
                        $(this).removeClass('is-active');
                        if ($('#awesomebar').find('.is-active').length < 1){
                            $('#awesomebar').removeClass('sub-active');
                        }
                    } else {
                        toToggle.slideDown('fast');
                        $(this).addClass('is-active');
                        $('#awesomebar').addClass('sub-active');
                    }
                    return false;
                });

            });
        </script> <script src="//us2.campaign-archive2.com/js/mailchimp/fancyzoom.mc.js"></script>  <script type="text/javascript">
    function incrementFacebookLikeCount() {
        var current = parseInt($('#campaign-fb-like-btn span').html());
        $('#campaign-fb-like-btn span').fadeOut().html(++current).fadeIn();
    }

    function getUrlParams(str) {
        var vars = {}, hash;
        if (!str) return vars;
        var hashes = str.slice(str.indexOf('?') + 1).split('&');
        for(var i = 0; i < hashes.length; i++) {
            hash = hashes[i].split('=');
            vars[hash[0]] = hash[1];
        }
        return vars;
    }
    
    function setupSocialSharingStuffs() {
        var numSocialElems = $('a[rel=socialproxy]').length;
        var numSocialInitialized = 0;
        var urlParams = getUrlParams(window.document.location.href);
        var paramsToCopy = {'e':true, 'eo':true};
        $('a[rel=socialproxy]').each(function() {
            var href = $(this).attr('href');
            var newHref = decodeURIComponent(href.match(/socialproxy=(.*)/)[1]);
            // for facebook insanity to work well, it needs to all be run against just campaign-archive
            newHref = newHref.replace(/campaign-archive(\d)/gi, 'campaign-archive');
            var newHrefParams = getUrlParams(newHref);
            for(var param in urlParams) {
                if ((param in paramsToCopy) && !(param in newHrefParams)) {
                    newHref += '&' + param + '=' + urlParams[param];
                }
            }
            $(this).attr('href', newHref);
            if (href.indexOf('facebook-comment') !== -1) {
                $(this).fancyZoom({"zoom_id": "social-proxy", "width":620, "height":450, "iframe_height": 450});
            } else {
                $(this).fancyZoom({"zoom_id": "social-proxy", "width":500, "height":200, "iframe_height": 500});
            }
            numSocialInitialized++;
                    });
    }
	if (window.top!=window.self){
        $(function() {
          var iframeOffset = $("#archive", window.parent.document).offset();
          $("a").each(function () {
              var link = $(this);
              var href = link.attr("href");
              if (href && href[0] == "#") {
                  var name = href.substring(1);
                  $(this).click(function () {
                      var nameElement = $("[name='" + name + "']");
                      var idElement = $("#" + name);
                      var element = null;
                      if (nameElement.length > 0) {
                          element = nameElement;
                      } else if (idElement.length > 0) {
                          element = idElement;
                      }
         
                      if (element) {
                          var offset = element.offset();
                          var height = element.height();
                          //3 is totally arbitrary, but seems to work best.
                          window.parent.scrollTo(offset.left, (offset.top + iframeOffset.top - (height*3)) );
                      }
         
                      return false;
                  });
              }
          });
        });
    }
</script>  <script type="text/javascript">
            $(document).ready(function() {
                setupSocialSharingStuffs();
            });
        </script> </head> <body id="archivebody"> <div id="awesomewrap"> <div id="awesomeshare"> <div id="zclipwrap"> <div class="copy-container"> <label for="clipboardSource">Campaign URL</label> <span id="copyURL"> <input id="clipboardSource" name="shorturl" style="margin-top:6px;" type="text" value="http://mailchi.mp/tigerrisk/tigeralert-potential-tropical-cyclone-three-june-20-2752453" class="av-text"> <a id="copyToClipboard" href="javascript:;">Copy</a> </span> </div>  <div id="zero_clipboard"></div> </div> <ul id="awesomesocial"> <li class="fbk"> <a class="fbk-like" id="campaign-fb-like-btn" rel="socialproxy" href="https://us2.campaign-archive2.com/?u=588de05e7348305a34bedf017&amp;id=d45c129ef8?socialproxy=https%3A%2F%2Fus2.campaign-archive.com%2Fsocial-proxy%2Ffacebook-like%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8%26url%3Dhttp%253A%252F%252Fmailchi.mp%252Ftigerrisk%252Ftigeralert-potential-tropical-cyclone-three-june-20-2752453%26title%3DTigerALERT%253A%2520Hurricane%2520Harvey%2520-%2520August%252026%252C%25202017" title="Like TigerALERT: Hurricane Harvey - August 26, 2017 on Facebook">Facebook <b>0 <i>likes</i></b></a> </li> <li class="twt"> <div> <a title="Share on Twitter" target="_blank" href="https://twitter.com/share?url=http%3A%2F%2Fmailchi.mp%2Ftigerrisk%2Ftigeralert-potential-tropical-cyclone-three-june-20-2752453" rel="noopener noreferrer">Twitter <b>0 <i>tweets</i></b></a> </div>  </li> <li class="ggl"> <a title="+1 on Google Plus" id="campaign-gpo-btn" href="https://us2.campaign-archive.com?u=588de05e7348305a34bedf017&amp;id=d45c129ef8&amp;socialproxy=https%3A%2F%2Fus2.campaign-archive.com%2Fsocial-proxy%2Fgoogle-plus-one%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8%26url%3Dhttp%253A%252F%252Fmailchi.mp%252Ftigerrisk%252Ftigeralert-potential-tropical-cyclone-three-june-20-2752453%26title%3DTigerALERT%253A%2520Hurricane%2520Harvey%2520-%2520August%252026%252C%25202017" class="twitter-share-button" rel="socialproxy">Google +1</a> </li> </ul> </div> <ul id="awesomebar"> <li> <a href="http://eepurl.com/bnGQhP" title="Subscribe to List" target="_blank" rel="noopener noreferrer">Subscribe</a> </li>  <li><a href="https://us2.campaign-archive.com/home/?u=588de05e7348305a34bedf017&amp;id=b88fd34fe1" title="View Past Issues" target="_blank" rel="noopener noreferrer">Past Issues</a></li> <li class="float-r"><a class="rss" target="_blank" href="https://us2.campaign-archive.com/feed?u=588de05e7348305a34bedf017&amp;id=b88fd34fe1" title="subscribe to the email archive feed" rel="noopener noreferrer">RSS</a></li> <li class="float-r more"><a href="javascript:;" data-to-toggle="#translate">Translate</a> <ul id="translate"> <li> <a rel="nofollow" title="English" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|en&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">English</a> </li><li> <a rel="nofollow" title="العربية" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ar&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">العربية</a> </li><li> <a rel="nofollow" title="Afrikaans" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|af&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Afrikaans</a> </li><li> <a rel="nofollow" title="беларуская мова" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|be&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">беларуская мова</a> </li><li> <a rel="nofollow" title="български" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|bg&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">български</a> </li><li> <a rel="nofollow" title="català" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ca&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">català</a> </li><li> <a rel="nofollow" title="中文（简体）" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|zh-CN&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">中文（简体）</a> </li><li> <a rel="nofollow" title="中文（繁體）" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|zh-TW&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">中文（繁體）</a> </li><li> <a rel="nofollow" title="Hrvatski" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|hr&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Hrvatski</a> </li><li> <a rel="nofollow" title="Česky" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|cs&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Česky</a> </li><li> <a rel="nofollow" title="Dansk" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|da&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Dansk</a> </li><li> <a rel="nofollow" title="eesti&nbsp;keel" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|et&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">eesti&nbsp;keel</a> </li><li> <a rel="nofollow" title="Nederlands" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|nl&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Nederlands</a> </li><li> <a rel="nofollow" title="Suomi" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|fi&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Suomi</a> </li><li> <a rel="nofollow" title="Fran&ccedil;ais" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|fr&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Fran&ccedil;ais</a> </li><li> <a rel="nofollow" title="Deutsch" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|de&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Deutsch</a> </li><li> <a rel="nofollow" title="&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;ή" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|el&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;ή</a> </li><li> <a rel="nofollow" title="हिन्दी" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|hi&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">हिन्दी</a> </li><li> <a rel="nofollow" title="Magyar" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|hu&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Magyar</a> </li><li> <a rel="nofollow" title="Gaeilge" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ga&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Gaeilge</a> </li><li> <a rel="nofollow" title="Indonesia" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|id&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Indonesia</a> </li><li> <a rel="nofollow" title="íslenska" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|is&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">íslenska</a> </li><li> <a rel="nofollow" title="Italiano" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|it&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Italiano</a> </li><li> <a rel="nofollow" title="日本語" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ja&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">日本語</a> </li><li> <a rel="nofollow" title="ភាសាខ្មែរ" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|km&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">ភាសាខ្មែរ</a> </li><li> <a rel="nofollow" title="한국어" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ko&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">한국어</a> </li><li> <a rel="nofollow" title="македонски&nbsp;јазик" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|mk&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">македонски&nbsp;јазик</a> </li><li> <a rel="nofollow" title="بهاس ملايو" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ms&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">بهاس ملايو</a> </li><li> <a rel="nofollow" title="Malti" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|mt&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Malti</a> </li><li> <a rel="nofollow" title="Norsk" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|no&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Norsk</a> </li><li> <a rel="nofollow" title="Polski" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|pl&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Polski</a> </li><li> <a rel="nofollow" title="Portugu&ecirc;s" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|pt&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Portugu&ecirc;s</a> </li><li> <a rel="nofollow" title="Portugu&ecirc;s&nbsp;-&nbsp;Portugal" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|pt-PT&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Portugu&ecirc;s&nbsp;-&nbsp;Portugal</a> </li><li> <a rel="nofollow" title="Rom&acirc;nă" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ro&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Rom&acirc;nă</a> </li><li> <a rel="nofollow" title="Русский" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ru&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Русский</a> </li><li> <a rel="nofollow" title="Espa&ntilde;ol" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|es&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Espa&ntilde;ol</a> </li><li> <a rel="nofollow" title="Kiswahili" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|sw&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Kiswahili</a> </li><li> <a rel="nofollow" title="Svenska" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|sv&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Svenska</a> </li><li> <a rel="nofollow" title="עברית" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|iw&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">עברית</a> </li><li> <a rel="nofollow" title="Lietuvių" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|lt&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Lietuvių</a> </li><li> <a rel="nofollow" title="latviešu" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|lv&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">latviešu</a> </li><li> <a rel="nofollow" title="slovenčina" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|sk&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">slovenčina</a> </li><li> <a rel="nofollow" title="slovenščina" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|sl&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">slovenščina</a> </li><li> <a rel="nofollow" title="српски" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|sr&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">српски</a> </li><li> <a rel="nofollow" title="தமிழ்" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|ta&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">தமிழ்</a> </li><li> <a rel="nofollow" title="ภาษาไทย" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|th&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">ภาษาไทย</a> </li><li> <a rel="nofollow" title="Türkçe" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|tr&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Türkçe</a> </li><li> <a rel="nofollow" title="Filipino" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|tl&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Filipino</a> </li><li> <a rel="nofollow" title="украї́нська" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|uk&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">украї́нська</a> </li><li> <a rel="nofollow" title="Tiếng&nbsp;Việt" href="http://translate.google.com/translate?hl=auto&amp;langpair=auto|vi&amp;u=https%3A%2F%2Fus2.campaign-archive2.com%2F%3Fu%3D588de05e7348305a34bedf017%26id%3Dd45c129ef8">Tiếng&nbsp;Việt</a> </li> </ul> </li> </ul> </div>
        <body bgcolor="#EEEEEE" style="-webkit-text-size-adjust: none;-ms-text-size-adjust: none;margin: 0;padding: 0;">


  <!--header 1-->
  <table mc:repeatable="repeat_1" mc:variant="header 1" width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EEEEEE" mc:repeatindex="0" mc:hideable="hideable_repeat_1_1" mchideable="hideable_repeat_1_1" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
    <!-- date -->
    <tr>
      <td style="border-collapse: collapse;">
         <table class="table-inner" style="background-color: #fff;border-spacing: 0;table-layout: fixed;margin: 0 auto;" width="600" border="0" align="center" cellpadding="0" cellspacing="0">
          <!-- logo -->
          
          <!-- content -->
          <tr style="background-color:#ffa828;">
            <td align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 14px;color: #fff;line-height: 28px;padding: 0 15px;border-collapse: collapse;">Saturday August 26th, 2017 09:16am ET</td>
          </tr>
          <!-- end content -->
        
        </table>
      </td>
    </tr>
    <!-- end date -->
    <tr>
      <td align="center" style="border-collapse: collapse;">
        <table class="table-inner" style="background-color: #fff;border-spacing: 0;table-layout: fixed;margin: 0 auto;" width="600" border="0" align="center" cellpadding="0" cellspacing="0">
          <!-- logo -->
          <tr>
            <td align="center" style="line-height: 0px;border-collapse: collapse;">
               <img src="https://gallery.mailchimp.com/588de05e7348305a34bedf017/images/e5603b9a-0aef-433d-8dc9-1cf74c05f609.png" alt="image" border="0" style="margin: 0;padding: 0;display: block;line-height: 0px;font-size: 0px;border: 0px;over-flow: hidden !important;" class="img1">
            </td>
          </tr>
          <tr>
            <td height="10" style="border-collapse: collapse;"></td>
          </tr>
           <!-- title -->
          <tr>
            <td align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 18px;font-weight: bold;color: #4A4A4A;border-collapse: collapse;">Hurricane Harvey</td>
          </tr>
          <!-- end title -->
          <!-- end logo -->
          <tr>
            <td height="10" style="border-collapse: collapse;"></td>
          </tr>
          <!-- content -->
          <tr style="background-color:#fff;">
            <td align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 14px;color: #7b7b7a;line-height: 28px;padding: 0 15px;border-collapse: collapse;"><table border="0" cellpadding="0" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
	<tbody>
		<tr>
			<td style="width: 195px;height: 20px;border-collapse: collapse;">Current Location:</td>
			<td style="width: 261px;height: 20px;border-collapse: collapse;">20 Miles WSW of Victoria, TX</td>
		</tr>
		<tr>
			<td style="width: 195px;height: 20px;border-collapse: collapse;">Likely Path:</td>
			<td style="width: 261px;height: 20px;border-collapse: collapse;">North Northwest</td>
		</tr>
		<tr>
			<td style="width: 195px;height: 20px;border-collapse: collapse;">Current Category:</td>
			<td style="width: 261px;height: 20px;border-collapse: collapse;">Category 1</td>
		</tr>
		<tr>
			<td style="width: 195px;height: 20px;border-collapse: collapse;">Max Sustained Wind Speed:&nbsp;</td>
			<td style="width: 261px;height: 20px;border-collapse: collapse;">80 mph&nbsp;</td>
		</tr>
		<tr>
			<td style="width: 195px;height: 20px;border-collapse: collapse;">Central Pressure:</td>
			<td style="width: 261px;height: 20px;border-collapse: collapse;">975 mb</td>
		</tr>
	</tbody>
</table>
</td>
          </tr>
          <!-- end content -->
          <tr>
            <td height="25" style="border-collapse: collapse;"></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <!--end header 1-->
  <!-- 1/1 panel -->
<table align="center" bgcolor="#eeeeee" border="0" cellpadding="0" cellspacing="0" mc:variant="first image content" width="100%" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
  <tbody>
    <tr>
      <td align="center" style="border-collapse: collapse;">
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" width="600" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
        <tbody>
          <tr>
            <td bgcolor="#ffffff" style="border-collapse: collapse;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" width="540" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
              <tbody>
                <tr>
                  <td height="25" style="border-collapse: collapse;">&nbsp;</td>
                </tr>
                <!-- image -->
                <tr>
                  <td align="center" style="line-height: 0px;border-collapse: collapse;"><a href="http://www.nhc.noaa.gov/" target="_blank" style="color: #ffa828;text-decoration: none;"><img src="https://gallery.mailchimp.com/588de05e7348305a34bedf017/images/2135ae0a-d9c1-48af-baec-dd4286c7257b.png" alt="image" border="0" style="height: 443px;width: 540px;margin: 0;padding: 0;display: block;line-height: 0px;font-size: 0px;border: 0px;over-flow: hidden !important;" width="540" height="443" class="img1"></a></td>
                </tr>
                <!-- end image -->
                <tr>
                  <td height="25" style="border-collapse: collapse;">&nbsp;</td>
                </tr>
                <!-- title -->
                <tr>
                  <td align="center" style="border-collapse: collapse;">
                  <table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
                    <tbody>
                      <tr>
                        <td style="border-left: 4px solid #ffa828;border-collapse: collapse;">&nbsp;</td>
                        <td mc:allowdesigner="" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 18px;font-weight: bold;color: #4A4A4A;padding-left: 5px;border-collapse: collapse;">NOAA Summary</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
                <!-- end title -->
                <tr>
                  <td height="10" style="border-collapse: collapse;">&nbsp;</td>
                </tr>
                <!-- content -->
                <tr>
                  <td align="left" mc:allowdesigner="" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 14px;color: #565656;line-height: 28px;border-collapse: collapse;"><p><strong>...HARVEY MOVING SLOWLY OVER TEXAS PRODUCING TORRENTIAL RAINS... ...CATASTROPHIC FLOODING EXPECTED OVER THE NEXT FEW DAYS...&nbsp;</strong><br>
<br>
At 700 AM CDT (1200 UTC), the eye of Hurricane Harvey was located by NOAA Doppler radar near latitude 28.7 North, longitude 97.2 West. Harvey is moving toward the north-northwest near 6 mph (9 km/h). <strong>Harvey is expected to slow down through the day and meander over southeastern Texas through the middle of next week.&nbsp;</strong><br>
<br>
Doppler radar data indicate that maximum sustained winds have decreased to near 80 mph (130 km/h) with higher gusts. These winds are confined to a small area near the eye of the hurricane. Additional weakening is forecast, and <strong>Harvey is likely to become a tropical storm later today.&nbsp;</strong><br>
<br>
Hurricane-force winds extend outward up to 35 miles (55 km) from the center, and tropical-storm-force winds extend outward up to 140 miles (220 km).&nbsp;<br>
<br>
The estimated minimum central pressure is 975 mb (28.79 inches).&nbsp;<br>
<br>
HAZARDS AFFECTING LAND&nbsp;<br>
RAINFALL: &nbsp;Harvey is expected to produce total rain accumulations of 15 to 30 inches and isolated maximum amounts of 40 inches over the middle and upper Texas coast through next Wednesday. During the same time period Harvey is expected to produce total rain accumulations of 5 to 15 inches in far south Texas, the Texas Hill Country and southwest and central Louisiana. Rainfall of this magnitude will cause catastrophic and life-threatening flooding.&nbsp;<br>
<br>
STORM SURGE: &nbsp;The combination of a dangerous storm surge and the tide will cause normally dry areas near the coast to be flooded by rising waters moving inland from the shoreline. &nbsp;The water is expected to reach the following heights above ground if the peak surge occurs at the time of high tide...&nbsp;<br>
<br>
&bull;&nbsp;&nbsp; &nbsp;Port Aransas to Port O&#39;Connor...6 to 12 ft&nbsp;<br>
&bull;&nbsp;&nbsp; &nbsp;Port O&#39;Connor to Sargent...6 to 9 ft<br>
&bull;&nbsp;&nbsp; &nbsp;Sargent to Jamaica Beach...4 to 6 ft<br>
&bull;&nbsp;&nbsp; &nbsp;Baffin Bay to Port Aransas...3 to 6 ft<br>
&bull;&nbsp;&nbsp; &nbsp;Jamaica Beach to High Island...2 to 4 ft<br>
&bull;&nbsp;&nbsp; &nbsp;Mouth of the Rio Grande to Port Mansfield...1 to 3 ft<br>
&bull;&nbsp;&nbsp; &nbsp;High Island to Morgan City...1 to 3 ft<br>
<br>
<br>
The deepest water will occur along the immediate coast near the area of onshore winds, where the surge will be accompanied by large and destructive waves. &nbsp;Surge-related flooding depends on the relative timing of the surge and the tidal cycle, and can vary greatly over short distances. &nbsp;For information specific to your area, please see products issued by your local National Weather Service forecast office.<br>
<br>
WIND: &nbsp;Hurricane conditions are occuring inland from the coast within Harvey&#39;s eyewall, and hurricane-force winds, especially in gusts, are still possible near the middle Texas coast for the next several hours. &nbsp;Tropical storm conditions are occurring in other portions of the hurricane and tropical storm warning areas. Tropical storm conditions are likely to persist along portions of the coast through at least Sunday.<br>
<br>
SURF: &nbsp;Swells generated by Harvey are affecting the Texas, Louisiana, and northeast Mexico coasts. &nbsp;These swells are likely to cause life-threatening surf and rip current conditions. Please consult products from your local weather office.<br>
<br>
TORNADOES: &nbsp;Tornadoes are possible today and tonight near the middle and upper Texas coast into far southwest Louisiana.</p>
</td>
                </tr>
                <!-- end content -->
                <tr>
                  <td height="25" style="border-collapse: collapse;">&nbsp;</td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<!-- end 1/1 panel --><!-- 1/1 panel -->

<table align="center" bgcolor="#eeeeee" border="0" cellpadding="0" cellspacing="0" mc:variant="second image content" width="100%" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
  <tbody>
    <tr>
      <td align="center" style="border-collapse: collapse;">
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" width="600" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
        <tbody>
          <tr>
            <td bgcolor="#ffffff" style="border-collapse: collapse;">
            <table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" width="540" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
              <tbody>
                <tr>
                  <td height="25" style="border-collapse: collapse;">&nbsp;</td>
                </tr>
                <!-- image -->
                <tr>
                  <td align="center" style="line-height: 0px;border-collapse: collapse;"><a href="http://www.tigerrisk.com/Resources/TigerAlert" target="_blank" style="color: #ffa828;text-decoration: none;"><img src="https://gallery.mailchimp.com/588de05e7348305a34bedf017/images/0d8e97e4-c88b-43df-8173-cbf76283d3c2.jpg" alt="" border="0" style="height: 467px;width: 540px;margin: 0;padding: 0;display: block;line-height: 0px;font-size: 0px;border: 0px;over-flow: hidden !important;" width="540" height="467" class="img1"></a></td>
                </tr>
                <!-- end image -->
                <tr>
                  <td height="25" style="border-collapse: collapse;">&nbsp;</td>
                </tr>
                <!-- title -->
                <tr>
                  <td align="center" style="border-collapse: collapse;">
                  <table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
                    <tbody>
                      <tr>
                        <td style="border-left: 4px solid #ffa828;border-collapse: collapse;">&nbsp;</td>
                        <td mc:allowdesigner="" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 18px;font-weight: bold;color: #4A4A4A;padding-left: 5px;border-collapse: collapse;">TigerRisk Partners will continue to monitor the event and provide an update if warranted.</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
                <!-- end title -->
                <tr>
                  <td height="10" style="border-collapse: collapse;">&nbsp;</td>
                </tr>
                <!-- content -->
                <tr>
                  <td align="left" mc:allowdesigner="" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 14px;color: #565656;line-height: 28px;border-collapse: collapse;">&nbsp;</td>
                </tr>
                <!-- end content -->
                <tr>
                  <td height="25" style="border-collapse: collapse;">&nbsp;</td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<!-- end 1/1 panel --><!-- divider -->

<table align="center" bgcolor="#eeeeee" border="0" cellpadding="0" cellspacing="0" mc:variant="divider" width="100%" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
  <tbody>
    <tr>
      <td align="center" style="border-collapse: collapse;">
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" width="600" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
        <tbody>
          <tr>
            <td height="25" style="border-collapse: collapse;">&nbsp;</td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<!-- end divider -->
  <!-- 3/3 panel -->
  <table mc:variant="3/3 panel" align="center" width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#eeeeee" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
    <tr>
      <td align="center" background="" style="border-collapse: collapse;">
        <table class="table-inner" width="600" border="0" align="center" cellpadding="0" cellspacing="0" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
          <tr>
            <td height="30" style="border-collapse: collapse;"></td>
          </tr>
          <tr>
            <td style="border-collapse: collapse;">
              <!-- left -->
              <table class="table-full" width="275" border="0" align="left" cellpadding="0" cellspacing="0" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
                <!--image-->
                <tr>
                  <td align="center" style="line-height: 0px;border-collapse: collapse;">
                    <img src="https://gallery.mailchimp.com/588de05e7348305a34bedf017/images/29ffd87e-6302-44df-a7eb-e74780f4f57e.jpg" alt="image" border="0" style="margin: 0;padding: 0;display: block;line-height: 0px;font-size: 0px;border: 0px;over-flow: hidden !important;" class="img1">
                  </td>
                </tr>
                <!--end image-->
                <tr>
                  <td height="15" style="border-collapse: collapse;"></td>
                </tr>
                <!--title-->
                <tr>
                  <td align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 18px;font-weight: bold;color: #4A4A4A;border-collapse: collapse;" mc:allowdesigner="" mc:allowtext="">Tiger Storm<br>
Tracking</td>
                </tr>
                <!--end title-->
                <tr>
                  <td height="10" style="border-collapse: collapse;"></td>
                </tr>
                <!-- button -->
                <tr>
                  <td align="center" style="border-collapse: collapse;">
                    <table class="textbutton" border="0" align="center" cellpadding="0" cellspacing="0" style="border-radius: 4px;border-spacing: 0;table-layout: auto;margin: 0 auto;" bgcolor="#ffa828">
                      <tr>
                        <td height="35" align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 14px;color: #ffffff;padding-left: 15px;padding-right: 15px;border-collapse: collapse;">
                          <a href="http://www.tigerrisk.com/resources/tigeralert" target="_blank" mc:allowdesigner="" mc:allowtext="" style="color: #ffffff !important;text-decoration: none;font-family: 'open sans', arial, sans-serif !important;font-size: 13px !important;">More Info</a>
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
                <!-- end button -->
              </table>
              <!-- end left -->
              <!--Space-->
              <table width="1" border="0" cellpadding="0" cellspacing="0" align="left" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
                <tr>
                  <td height="30" style="font-size: 0;line-height: 0;border-collapse: collapse;">
                    <p style="padding-left: 24px;">&nbsp;</p>
                  </td>
                </tr>
              </table>
              <!--End Space-->
              <!-- middle -->
              <table class="table-full" width="274" border="0" align="left" cellpadding="0" cellspacing="0" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
                <!--image-->
                <tr>
                  <td align="center" style="line-height: 0px;border-collapse: collapse;">
                    <img src="https://gallery.mailchimp.com/588de05e7348305a34bedf017/images/5ec877f4-c643-4571-b421-2e5e2aa21967.jpg" alt="image" border="0" style="margin: 0;padding: 0;display: block !important;over-flow: hidden !important;">
                  </td>
                </tr>
                <!--end image-->
                <tr>
                  <td height="15" style="border-collapse: collapse;"></td>
                </tr>
                <!--title-->
                <tr>
                  <td align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 18px;font-weight: bold;color: #4A4A4A;border-collapse: collapse;" mc:allowdesigner="" mc:allowtext="">National Hurricane<br>
Center</td>
                </tr>
                <!--end title-->
                <tr>
                  <td height="10" style="border-collapse: collapse;"></td>
                </tr>
                <!-- button -->
                <tr>
                  <td align="center" style="border-collapse: collapse;">
                    <table class="textbutton" border="0" align="center" cellpadding="0" cellspacing="0" style="border-radius: 4px;border-spacing: 0;table-layout: auto;margin: 0 auto;" bgcolor="#ffa828">
                      <tr>
                        <td height="35" align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 14px;color: #ffffff;padding-left: 15px;padding-right: 15px;border-collapse: collapse;"><a href="http://www.nhc.noaa.gov/" mc:allowdesigner="" target="_blank" style="color: #ffffff !important;text-decoration: none;font-family: 'open sans', arial, sans-serif !important;font-size: 13px !important;">More Info</a></td>
                      </tr>
                    </table>
                  </td>
                </tr>
                <!-- end button -->
              </table>
              <!-- end middle-->
              <!--Space-->
              <table width="1" border="0" cellpadding="0" cellspacing="0" align="left" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
                <tr>
                  <td height="30" style="font-size: 0;line-height: 0;border-collapse: collapse;">
                    <p style="padding-left: 24px;">&nbsp;</p>
                  </td>
                </tr>
              </table>
              <!--End Space-->
            </td>
          </tr>
          <tr>
            <td height="30" style="border-collapse: collapse;"></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <!-- end 3/3 panel -->
  <!-- footer -->
  <table align="center" width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#2e2e2e" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
    <tr>
      <td height="25" style="border-collapse: collapse;"></td>
    </tr>
    <tr style="background-color:#2e2e2e" bgcolor="#2e2e2e">
      <td align="center" bgcolor="#2e2e2e" style="border-collapse: collapse;">
        <table class="table-inner" width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#2e2e2e" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
          <tr>
            <td height="30" style="border-collapse: collapse;"></td>
          </tr>
          <tr bgcolor="#2e2e2e">
            <td align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 12px;color: #bebebe;line-height: 28px;border-collapse: collapse;">
              TigerRisk Partners LLC makes no representations or warranties with respect to any information, materials, or graphics within this document, all of which are provided on a strictly "as is" basis, without warranty of any kind.  This email was sent because you have a registered TigerRisk TigerALERT account.
            </td>
          </tr>
          <tr>
            <td height="25" style="border-collapse: collapse;"></td>
          </tr>
           <tr>
            <td align="center" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 12px;color: #bebebe;font-style: italic;border-collapse: collapse;">
              <a href="http://mailchi.mp/tigerrisk/tigeralert-potential-tropical-cyclone-three-june-20-2752453?e=[UNIQID]" style="color: #bebebe;text-decoration: none;">View in browser</a> &nbsp;/&nbsp;
              <a href="https://tigerrisk.us2.list-manage.com/unsubscribe?u=588de05e7348305a34bedf017&id=b88fd34fe1&e=[UNIQID]&c=d45c129ef8" style="color: #bebebe;text-decoration: none;">Unsubscribe</a>
            </td>
          </tr>
           <tr>
            <td height="25" style="border-collapse: collapse;"></td>
          </tr>
          <tr>
            <td align="center" style="border-collapse: collapse;">
              <table border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#2e2e2e" style="border-spacing: 0;table-layout: auto;margin: 0 auto;">
                <tr>
                 
                  <td width="10" style="border-collapse: collapse;"></td>
                  <td align="center" style="line-height: 0px;border-collapse: collapse;">
                    <a href="https://twitter.com/TigerRisk_Alert?ref_src=twsrc%5Etfw" style="color: #ffa828;text-decoration: none;"><img style="display: block;line-height: 0px;font-size: 0px;border: 0px;over-flow: hidden !important;" src="https://gallery.mailchimp.com/588de05e7348305a34bedf017/images/9e27f4ca-a99b-43dc-bd1a-e5414b7fe63a.png" alt="twitter"></a>
                  </td>
                  <td width="10" style="border-collapse: collapse;"></td>
                  <td align="center" style="border-collapse: collapse;">
                    <a href="https://www.linkedin.com/company/tigerrisk-partners" style="color: #ffa828;text-decoration: none;"><img style="display: block;line-height: 0px;font-size: 0px;border: 0px;over-flow: hidden !important;" src="https://gallery.mailchimp.com/588de05e7348305a34bedf017/images/362e0927-49f7-47ce-8fff-9a12c4f713f6.png" alt="linkedin"></a>
                  </td>
                </tr>
              </table>
            </td>
          </tr>
          <tr>
            <td height="30" style="border-collapse: collapse;"></td>
          </tr>
        </table>
        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="border-spacing: 0;table-layout: fixed;margin: 0 auto;">
          <tr>
            <td height="40" align="center" background="images/header-fade.png" bgcolor="" style="font-family: 'Open Sans', Arial, sans-serif;font-size: 11px;color: #bebebe;font-style: italic;border-collapse: collapse;">
              &copy; 2017 TigerRisk Partners, LLC. All Rights Reserved.
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <!-- end footer -->
</body>    </body> </html>
