CINXE.COM
The M&A Advisor
<!DOCTYPE html> <html><head><title>The M&A Advisor</title><meta CONTENT="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" ><style> @media only screen and (max-width: 319px){ #zcOptinSuccessPopup{ width:100% !important; max-width:260px; top:24% !important; left:30% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } /*Major Mobiles*/ @media screen and (min-width: 320px) and (max-width: 580px){ #zcOptinSuccessPopup{ width:100% !important; max-width:220px; top:5% !important; left:10% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } /*Nexus and iPhone 6,6s*/ @media screen and (min-width: 374px) and (max-width: 680px){ #zcOptinSuccessPopup{ width:100% !important; max-width:220px; top:5% !important; left:18% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } @media screen and (min-width:581px) and (max-width: 767px){ #zcOptinSuccessPopup{ width:100% !important; max-width:500px; top:24% !important; left:6% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } /* Desktops and laptops ----------- */ @media only screen and (min-width : 1025px) { #zcOptinSuccessPopup{ width:100% !important; max-width:700px; top:24% !important; left:21% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } @media only screen and (min-width:1200) and (max-width: 1500px){ #zcOptinSuccessPopup{ width:100% !important; max-width:700px; top:24% !important; left:20% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } @media only screen and (min-width:1501px) and (max-width: 1700px){ #zcOptinSuccessPopup{ width:100% !important; max-width:700px; top:24% !important; left:25% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } /* Large Screens */ @media only screen and (min-width : 1824px) { #zcOptinSuccessPopup{ width:100% !important; max-width:700px; top:24% !important; left:30% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } /* iPads*/ @media only screen and (min-width : 768px) and (max-width : 1024px){ #zcOptinSuccessPopup{ width:100% !important; max-width:600px; top:14% !important; left:18.7% !important; } #THANKS_PAGE_BODY_PARENT{ width:100% !important; } #THANKS_PAGE_CONTAINER{ padding:0px !important; } #THANKSPAGE{ padding:10px !important; } #THANKS_PAGE_BODY{ padding:20px !important; } } /* #customForm { width:100%; } */ #customForm > div { margin: 0 auto } </style> <script type='text/JavaScript' id="cmpSFMinJs" src='https://static.zohocdn.com/campaign/static8/js/optin.min.7d194fa014886f5ee8a9141a6f1d6a6d.js' onload="setupSF('sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255','ZCFORMVIEW',false)"></script></head><body><script>window.addEventListener('load', function () { //setTimeout(function(){ var pagetitle=""; if(document.getElementById("unauthPageTitle")!=null){ pagetitle=document.getElementById("unauthPageTitle").innerText.trim(); } if(pagetitle==""||pagetitle==undefined) { //pagetitle= $("#orgNameFull").val(); pagetitle= document.getElementById("orgNameFull").value; } else{ document.title = pagetitle; } //},200); }, false); function changeDateFormatInForm(elementName) { var formattedDate = ""; var splitter = ""; var splitedFormat = new Array(); var dateFormat = document.getElementsByName("userDateFormat")[0].value; var givenDate = new Date(document.getElementsByName(elementName)[0].value); if(dateFormat === "MMM dd, yyyy") { //Zoho Campaign's Default Date Format splitedFormat[0] = "MMM "; //No I18N splitedFormat[1] = "dd,"; //No I18N splitedFormat[2] = "yyyy"; //No I18N } else { if(dateFormat.indexOf("-") !== -1) { splitter = "-"; } else if(dateFormat.indexOf(".") !== -1) { splitter = "."; } else if(dateFormat.indexOf(" ") !== -1) { splitter = " "; } else if(dateFormat.indexOf("/") !== -1) { splitter = "/"; } splitedFormat = dateFormat.split(splitter); } for(var i = 0;i < splitedFormat.length;i++) { var splChar = ""; if(splitedFormat[i].indexOf(".") !== -1) { splChar = "."; } else if(splitedFormat[i].indexOf(" ") !== -1) { splChar = " "; } else if(splitedFormat[i].indexOf(",") !== -1) { splChar = ","; } if(splitedFormat[i].indexOf('m') !== -1 || splitedFormat[i].indexOf('M') !== -1) { var month = givenDate.getMonth(); if(splitedFormat[i].toLocaleString().trim().length == 3) { month = monthShortNames[month]; } else if(splitedFormat[i].toLocaleString().length == 4) { month = monthFullNames[month]; } else { month += 1; if(month.toLocaleString().length == 1 && splitedFormat[i].toLocaleString().length == 2) { month = "0" + month; } } formattedDate = formattedDate + (i != 0 ? splitter : "") + month; } else if(splitedFormat[i].indexOf('Y') !== -1 || splitedFormat[i].indexOf('y') !== -1) { var year = givenDate.getFullYear(); if(splitedFormat[i].toLocaleString().length == 2) { year = givenDate.getFullYear().toString().substr(-2); } formattedDate = formattedDate + (i != 0 ? splitter : "") + year; } else if(splitedFormat[i].indexOf('D') !== -1 || splitedFormat[i].indexOf('d') !== -1) { var date = givenDate.getDate(); if(date.toLocaleString().length == 1 && splitedFormat[i].toLocaleString().length > 1) { date = "0" + date; } formattedDate = formattedDate + (i != 0 ? splitter : "") + date; } if(splChar.length > 0) { formattedDate += splChar; } if(dateFormat === "MMM dd, yyyy" && splitedFormat[i].indexOf('d') !== -1) { formattedDate += " "; } if(formattedDate.indexOf("undefined") !== -1 || formattedDate.indexOf("NaN") !== -1) { formattedDate = ""; } } document.getElementsByName(elementName)[0].value = formattedDate; } document.addEventListener('DOMContentLoaded', function() { var items = decodeURIComponent(window.location.search.substring(1)).split("&") for(i=0; i<items.length;i++){ var item = items[i]; var keyValues = item.split("="); console.log(keyValues); var key = keyValues[0]; var value = keyValues[1]; if(key!="" && key!=undefined && value!="" && value!=undefined && document.getElementsByName(key)[0]!=undefined) { document.getElementsByName(key)[0].value = value; } } });</script><div name="signupFormContainer"><input type="hidden" id="signupTmplName" value="large_form_2"/> <input type="hidden" value="0" id="recapThemeOptin"><input type="hidden" id="orgNameFull" value="The M&A Advisor" /> <meta CONTENT="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><div id="sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255" data-type="signupform"><style> #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #customForm *:not(.dateClass){ -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; word-break:break-word; overflow-wrap: break-word; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .dateClass{ -webkit-box-sizing: unset!important; -moz-box-sizing: unset !important; box-sizing: unset !important; word-break:break-word; overflow-wrap: break-word; } /*** RESPONSIVE START */ @media only screen and (max-width: 319px){ #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #signupMainDiv{ width:220px !important; min-width:220px !important; margin: 0px auto !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #SIGNUP_PAGE{ padding:0px !important } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 [changeitem="SIGNUP_FORM_FIELD"]{ width:94% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .zcinputbox{ width:100% !important; max-width:100% !important; float:none !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #captchaDiv{ width:69.5% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #relCaptcha{ margin-right:11px !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .recaptcha{ transform:scale(0.55);-webkit-transform:scale(0.55);transform-origin:0 0;-webkit-transform-origin:0 0;} } /*Major Mobiles*/ @media screen and (min-width: 320px) and (max-width: 580px){ #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #signupMainDiv{ width:280px !important; min-width:280px !important; margin: 0px auto !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .zcinputbox{ width:100% !important; max-width:100% !important; float:none !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 [changeitem="SIGNUP_FORM_FIELD"]{ width:95% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #captchaDiv{ width:72% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #captchaText{ width:96% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #relCaptcha{ margin-right:6px !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #capRequired{ margin-right: -10px !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .recaptcha{ transform:scale(0.72);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;} } @media screen and (min-width:581px) and (max-width: 767px){ #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #signupMainDiv{ width:440px !important; min-width:440px !important; margin: 0px auto !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .zcinputbox{ width:100% !important; max-width:100% !important; float:none !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 [changeitem="SIGNUP_FORM_FIELD"]{ width:95% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #captchaDiv{ width:84.4% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #captchaText{ width:96% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #relCaptcha{ margin-right:14px !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #capRequired{ margin-right: -10px !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .recaptcha{ transform:scale(1.13);-webkit-transform:scale(1.0);margin-bottom:40px;transform-origin:0 0;-webkit-transform-origin:0 0;} } /* Desktops and laptops ----------- */ @media only screen and (min-width : 1025px) { #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #signupMainDiv{ width:600px !important; min-width:600px !important; margin: 0px auto !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .recaptcha{ transform:scale(1.03);-webkit-transform:scale(1.08);transform-origin:0 0;-webkit-transform-origin:0 0;} } /* Large Screens */ @media only screen and (min-width : 1824px) { #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #signupMainDiv{ width:600px !important; min-width:600px !important; margin: 0px auto !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .recaptcha{ transform:scale(1.03);-webkit-transform:scale(1.08);transform-origin:0 0;-webkit-transform-origin:0 0;} } @media only screen and (min-device-width: 1200px) and (max-device-width:1200px){ #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #signupMainDiv{ width:600px !important; min-width:600px !important; margin: 0px auto !important; } } /* iPads*/ @media only screen and (min-width : 768px) and (max-width : 1024px){ #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #signupMainDiv{ width:500px !important; min-width:240px !important; margin: 0px auto !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #captchaDiv{ width:86.8% !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 #relCaptcha{ margin-right:12px !important; } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .recaptcha{ transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:50% 50%;-webkit-transform-origin:0 0;} } /*** RESPONSIVE END */ #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .bdr_btm_hover{background-color:#f9f9f9; padding:10px;} #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .bdr_btm{padding:10px } #sf3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255 .f14{font-size:14px} </style> <div id="customForm"> <input type="hidden" id="recapTheme" value="0"/> <input type="hidden" id="isRecapIntegDone" value="false"/> <input type="hidden" id="recapMode" value="393113000002353007"/> <input type="hidden" id="signupFormType" value="LargeForm_Vertical"/> <div name="SIGNUP_PAGE" id="SIGNUP_PAGE" class="SIGNUP_PAGE large_form_2_css" style="display:none;position:fixed;overflow-y: auto;-webkit-overflow-scrolling: touch;top:0px;left:0px;right:0px;bottom:0px"><div> <style> @media only screen and (max-width: 319px){ #imgBlock{ width:220px !important; } #browseImg{ width:220px !important; } #logoCustomizeDiv{ width:220px !important; } } /*Major Mobiles*/ @media screen and (min-width: 320px) and (max-width: 580px){ #imgBlock{ width:280px !important; } #browseImg{ width:280px !important; } #logoCustomizeDiv{ width:220px !important; } } @media screen and (min-width:581px) and (max-width: 767px){ #imgBlock{ width:440px !important; } #browseImg{ width:440px !important; } #logoCustomizeDiv{ width:440px !important; } } /* Desktops and laptops ----------- */ @media only screen and (min-width : 1025px) { #imgBlock{ width:600px !important; } #browseImg{ width:600px !important; } #logoCustomizeDiv{ width:600px !important; } } /* Large Screens */ @media only screen and (min-width : 1824px) { #imgBlock{ width:600px !important; } #browseImg{ width:600px !important; } #logoCustomizeDiv{ width:600px !important; } } @media only screen and (min-device-width: 1200px) and (max-device-width:1200px){ #imgBlock{ width:600px !important; } #browseImg{ width:600px !important; } #logoCustomizeDiv{ width:600px !important; } } /* iPads*/ @media only screen and (min-width : 768px) and (max-width : 1024px){ #imgBlock{ width:500px !important; } #browseImg{ width:500px !important; } #logoCustomizeDiv{ width:500px !important; } } </style> <div name="" changeId="" changeName="" style="margin:0px auto"><div id="imgBlock" name="LOGO_DIV" logo='true' style="width: 600px;margin: 0px auto;"> <img valign="middle" src="https://zohopublic.com/zohocampaigns/1386cd22_ma_logo_whitetext_7.png" name="LOGO" id="iframeImg" style="width:30px;max-width: 100%;"> </div></div> <br><div id="signupMainDiv"style="margin:0 auto;" name="SIGNUPFORM" changeId="SIGNUPFORM" changeName="SIGNUPFORM"><div><form method="POST" id="zcampaignOptinForm" style="margin:0px;" action="https://hwsi-zgpm.maillist-manage.com/weboptin.zc" target='_zcSignup'> <div id="SIGNUP_BODY_ALL" name="SIGNUP_BODY_ALL" style=" border:1px solid #DAD8D8"> <h1 style="/* word-break:break-word;overflow-wrap: break-word; */color:#fff;font-size:17px;font-family:Arial; margin:0px; text-align:left; padding:15px 20px; background-color:#5b5b5b;word-break: break-word;" id="SIGNUP_HEADING" name="SIGNUP_HEADING" changeid="SIGNUP_MSG" changetype="SIGNUP_HEADER" >Join Our Newsletter</h1> <div style="padding:20px; text-align:center; background-color:#ededed;" id="SIGNUP_BODY" name="SIGNUP_BODY"><div style="margin:0px auto;text-align:left;" > <div style="line-height:1.6;" class="" style="margin-top:10px;padding:10px;" changeId="SIGNUP_MSG" id="SIGNUP_DESCRIPTION" changeType="SIGNUP_DESCRIPTION">Please complete this form to create an account, receive email updates and much more.</div> <div style="display:none;background-color:#FFEBE8;padding:10px 10px; color:#d20000; font-size:11px; margin:10px 0px;border:solid 1px #ffd9d3; margin-top:20px;" id="errorMsgDiv"> Please correct the marked field(s) below.</div><div><div style="font-size:12px; margin-top:10px;" name="fieldsdivSf" class="zcsffieldsdiv"> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000000000023" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">First Name <span name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial;">*</span></div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="FIRSTNAME"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength='100' type="text" required="true" value=""> <span style='display:none' id='dt_FIRSTNAME'>1,true,1,First Name,2</span></div> </div><div style="clear:both"></div></div> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000000000025" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">Last Name <span name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial;">*</span></div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="LASTNAME"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength='50' type="text" required="true" value=""> <span style='display:none' id='dt_LASTNAME'>1,true,1,Last Name,2</span></div> </div><div style="clear:both"></div></div> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000000019003" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">Title <span name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial;">*</span></div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="TITLE"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength='20' type="text" required="true" value=""> <span style='display:none' id='dt_TITLE'>1,true,1,Title,2</span></div> </div><div style="clear:both"></div></div> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000007453033" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">Company Name <span name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial;">*</span></div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="ACCOUNT_CF1"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength='50' type="text" required="true" value=""> <span style='display:none' id='dt_ACCOUNT_CF1'>1,true,1,Account Name,2</span></div> </div><div style="clear:both"></div></div> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000000000021" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">Email <span name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial;">*</span></div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="CONTACT_EMAIL"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength="100" type="email" required="true" value=""> <span style='display:none' id='dt_CONTACT_EMAIL'>1,true,6,Contact Email,2</span></div> </div><div style="clear:both"></div></div> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000000000029" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">Phone <span name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial;">*</span></div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="PHONE"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength='20' type="text" required="true" value=""> <span style='display:none' id='dt_PHONE'>1,true,1,Phone,2</span></div> </div><div style="clear:both"></div></div> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000000000035" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">State </div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="STATE"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength='100' type="text" value=""> <span style='display:none' id='dt_STATE'>1,false,1,State,2</span></div> </div><div style="clear:both"></div></div> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000000000039" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">Country <span name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial;">*</span></div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="COUNTRY"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength='100' type="text" required="true" value=""> <span style='display:none' id='dt_COUNTRY'>1,true,1,Country,2</span></div> </div><div style="clear:both"></div></div> <div style="padding:10px 0px 10px 0px;" class="zcsffield " fieldid="393113000000234028" > <div style=""> <div style="font-family:Arial; color:#333; font-size:12px; " name="SIGNUP_FORM_LABEL">Firm Type <span name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial;">*</span></div> <div style="width:100%; min-width:170px; margin-top:5px;"><!-- check to mark emailid field as type email, and other mandatory fields as type required --> <input name="CONTACT_CF2"changeItem="SIGNUP_FORM_FIELD" style="height:28px;padding:2px; width:97%;color:#444444;border-style:solid;background-color:#fff;border-color:#fff;font-family:;border-width:1px;border:solid 1px #dedede;font-family:Arial; text-indent:5px; font-size:12px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;" maxlength='200' type="text" required="true" value=""> <span style='display:none' id='dt_CONTACT_CF2'>1,true,1,Firm Type,2</span></div> </div><div style="clear:both"></div></div> </div><!-- Captcha for Signup --> <script>var recapTheme= 0;//No OUTPUTENCODING var theme ="light";//NO I18N if(recapTheme=="1" || recapTheme == 1) { theme="dark";//NO I18N } var loadreCaptcha = function() { widgetId1 = grecaptcha.render('recapDiv', { 'sitekey' : '6LdNeDUUAAAAABpwRBYbCMJvQoxLi4d31Oho0EBw',//NO I18N 'theme' : theme,//NO I18N }); }</script> <script src='https://www.google.com/recaptcha/api.js?onload=loadreCaptcha&render=explicit' async defer ></script> <div name="captcha" style=""id="captcha" ><div style="width:302px;overflow:hidden;max-width:100%" class="recaptcha" id="recapDiv" ></div><input type="hidden" id="secretid" value="6LdNeDUUAAAAAG5l7cJfv1AA5OKLslkrOa_xXxLs"></div> <!-- Captcha for Signup End--> <!-- Other Lists Subscription Start--> <!-- Other Lists Subscription End--> <div style=" border-bottom:#ebebeb dotted 1px; margin-top:10px; clear:both;"></div> <div id="REQUIRED_FIELD_TEXT" changeType="REQUIRED_FIELD_TEXT" name="SIGNUP_REQUIRED" style="color:#B40000;font-size:11px;font-family:Arial; padding:10px 10px 10px 0px; ">*Required Fields</div> <div style="padding:10px; text-align:center;"><input type="button" action="Save" id="zcWebOptin" name="SIGNUP_SUBMIT_BUTTON" changetype="SIGNUP_SUBMIT_BUTTON_TEXT" style="cursor:pointer;-webkit-appearance:none;border-radius:3px;background-position:center bottom;background-repeat:repeat-x;outline:medium none;padding:5px 15px;text-align:center;color:#FFFFFF;font-size:14px;background-color:#5a5a5a;border-style:solid;border-color:#5a5a5a;font-family:Arial;border-width:1px;white-space: normal;" value="Join Now"/></div> <!-- Do not edit the below Zoho Campaigns hidden tags --> <input type='hidden' id='fieldBorder' value=''><input type='hidden' name='zc_trackCode' id="zc_trackCode" value="" onload=""><input type='hidden' name='viewFrom' id="viewFrom" value="URL_ACTION"><input type="hidden" id="submitType" name="submitType" value="optinCustomView"> <input type="hidden" id="lD" name="lD" value="15749e30d3248adb"> <input type='hidden' name='emailReportId' id='emailReportId' value=''> <input type="hidden" name="zx" id="cmpZuid" value="1386cd22"> <input type="hidden" name="zcvers" value="3.0"> <input type='hidden' name='oldListIds' id='allCheckedListIds' value=''><input type="hidden" id="mode" name="mode" value="OptinCreateView"><input type="hidden" id="zcld" name="zcld" value="15749e30d3248adb"> <input type="hidden" id="zctd" name="zctd" value="15749e30d274bc58"> <input type="hidden" id="document_domain" value=""><input type="hidden" id="zc_Url" value="hwsi-zgpm.maillist-manage.com"> <input type="hidden" id="new_optin_response_in" value="0"> <input type="hidden" id="duplicate_optin_response_in" value="0"> <input type="hidden" id="zc_formIx" name="zc_formIx" value="3zdb90c823b61543d56c6f2cc1c5b9aec39eeeba65466742278f062d645abb9255"> <!-- End of the campaigns hidden tags --></form></div></div><script>isReady = false; function callBackAfterLoad_393113000002353007(imgReferrence){ //var fieldValues = JSON.parse('{"SIGNUP_SUBMIT_BUTTON":{"padding":"5px 15px","backgroundColor":"rgb(7, 55, 99)","borderColor":"rgb(7, 55, 99)","color":"rgb(255, 255, 255)","textAlign":"center","outline":"none","fontFamily":"Arial","borderRadius":"3px","borderWidth":"5px","fontSize":"14px","backgroundPosition":"center bottom","borderStyle":"solid","backgroundRepeat":"repeat-x"},"SIGNUP_PAGE":{"padding":"30px","backgroundColor":"rgb(68, 67, 67)","overflow":"auto","fontFamily":"Arial","color":"rgb(204, 204, 204)","textAlign":"center","fontSize":"14px","minWidth":"240px"},"SIGNUP_BODY":{"padding":"20px","backgroundColor":"rgb(255, 255, 255)","fontFamily":"Arial","color":"rgb(68, 68, 68)","textAlign":"center","bottom":"2px","fontSize":"11px","opacity":"1"},"LOGO":{"width":"100px","maxWidth":"100%","height":"auto"},"SIGNUP_FORM_LABEL":{"fontFamily":"Arial","color":"rgb(51, 51, 51)","fontSize":"12px"},"SIGNUP_HEADING":{"wordBreak":"break-word","padding":"20px","backgroundColor":"rgb(224, 102, 102)","margin":"0px","borderColor":"rgb(224, 102, 102)","fontFamily":"Arial","color":"rgb(255, 255, 255)","textAlign":"center","borderWidth":"1px","fontSize":"17px","borderStyle":"dotted"},"SIGNUP_BODY_ALL":{"border":"1px none rgb(218, 216, 216)"},"SIGNUPFORM":{"margin":"0px auto"},"SIGNUP_FORM_FIELD":{"border":"1px solid rgb(222, 222, 222)","padding":"2px","backgroundColor":"rgb(255, 255, 255)","fontFamily":"Arial","color":"rgb(68, 68, 68)","boxSizing":"border-box","fontSize":"12px","textIndent":"5px","height":"28px"},"SIGNUP_REQUIRED":{"fontFamily":"Arial","color":"rgb(180, 0, 0)","fontSize":"11px"},"LOGO_DIV":{"fontFamily":"Arial, Helvetica, sans-serif","paddingBottom":"10px","color":"rgb(68, 68, 68)","textAlign":"left","fontSize":"12px","paddingTop":"10px","fontWeight":"bold"}}');//NO OUTPUTENCODING var elm = undefined; var fieldStr = '{"SIGNUP_SUBMIT_BUTTON":{"padding":"5px 15px","backgroundColor":"rgb(7, 55, 99)","borderColor":"rgb(7, 55, 99)","color":"rgb(255, 255, 255)","textAlign":"center","outline":"none","fontFamily":"Arial","borderRadius":"3px","borderWidth":"5px","fontSize":"14px","backgroundPosition":"center bottom","borderStyle":"solid","backgroundRepeat":"repeat-x"},"SIGNUP_PAGE":{"padding":"30px","backgroundColor":"rgb(68, 67, 67)","overflow":"auto","fontFamily":"Arial","color":"rgb(204, 204, 204)","textAlign":"center","fontSize":"14px","minWidth":"240px"},"SIGNUP_BODY":{"padding":"20px","backgroundColor":"rgb(255, 255, 255)","fontFamily":"Arial","color":"rgb(68, 68, 68)","textAlign":"center","bottom":"2px","fontSize":"11px","opacity":"1"},"LOGO":{"width":"100px","maxWidth":"100%","height":"auto"},"SIGNUP_FORM_LABEL":{"fontFamily":"Arial","color":"rgb(51, 51, 51)","fontSize":"12px"},"SIGNUP_HEADING":{"wordBreak":"break-word","padding":"20px","backgroundColor":"rgb(224, 102, 102)","margin":"0px","borderColor":"rgb(224, 102, 102)","fontFamily":"Arial","color":"rgb(255, 255, 255)","textAlign":"center","borderWidth":"1px","fontSize":"17px","borderStyle":"dotted"},"SIGNUP_BODY_ALL":{"border":"1px none rgb(218, 216, 216)"},"SIGNUPFORM":{"margin":"0px auto"},"SIGNUP_FORM_FIELD":{"border":"1px solid rgb(222, 222, 222)","padding":"2px","backgroundColor":"rgb(255, 255, 255)","fontFamily":"Arial","color":"rgb(68, 68, 68)","boxSizing":"border-box","fontSize":"12px","textIndent":"5px","height":"28px"},"SIGNUP_REQUIRED":{"fontFamily":"Arial","color":"rgb(180, 0, 0)","fontSize":"11px"},"LOGO_DIV":{"fontFamily":"Arial, Helvetica, sans-serif","paddingBottom":"10px","color":"rgb(68, 68, 68)","textAlign":"left","fontSize":"12px","paddingTop":"10px","fontWeight":"bold"}}';//NO OUTPUTENCODING var fieldValues = {}; try{ fieldValues = JSON.parse(fieldStr); }catch(err){ fieldStr = fieldStr.replace(/""/g,"\""); fieldValues = JSON.parse(fieldStr); } themeParse(fieldValues,imgReferrence); var protocol = window.location.protocol+"//"; var captchaPath = ""; var elm = document.getElementById("captchaDiv"); loadCaptcha(captchaPath,elm); var docDomain = document.getElementById("document_domain"); if(docDomain) { docDomain.value = document.domain; } } var val = null;//NO OUTPUTENCODING if(val != null && val != "null" && val != "") { signupformSetPrefillValues(val); } </script> <input type="hidden" id="isCaptchaNeeded" value="true"/><input type="hidden" id="superAdminCap" value="0"/> <img src="https://hwsi-zgpm.maillist-manage.com/images/spacer.gif" onload="referenceSetter(this);callBackAfterLoad_393113000002353007(this);" id="refImage" style="display:none;" /></div> <div style='margin: 0px auto;margin-top:20px;text-align:left;height:76px;' id="privacyNotes" identity="privacyNotes"><span>By clicking Join Now, you agree to our Privacy Policy. By providing your personal information, you agree that The M&A Advisor may use it to contact you by email and/or telephone about our services, events, or market intel. You may always opt out later if you do not want us to contact you.</span></div> </div></div></div></div></div></div></div> <div style="position:relative;"><div id="Zc_SignupSuccess" style="display:none;position:absolute;margin-left:4%;width:90%;background-color: white; padding: 3px; border: 3px solid rgb(194, 225, 154);margin-bottom:10px;word-break: break-all;"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="10%"><img class="successicon" src="//campaigns.zoho.com/images/challangeiconenable.jpg" align="absmiddle"></td><td><span id="signupSuccessMsg" style="color: rgb(73, 140, 132); font-family: sans-serif; font-size: 14px;word-break:break-word"> Thank you for Signing Up</span></td></tr></table></div></div><div id="zcOptinOverLay" oncontextmenu="return false" style="display:none;text-align: center; background-color: rgb(0, 0, 0); opacity: 0.5; z-index: 100; position: fixed; width: 100%; top: 0px; left: 0px; height: 988px;"></div><div id='zcOptinSuccessPopup' style="margin:0px auto;display:none;z-index: 9999;width: 800px; height:24%;top: 84px;position: fixed; left: 26%;background-color: #FFFFFF;border-color: #E6E6E6; border-style: solid; border-width: 1px; box-shadow: 0 1px 10px #424242;padding: 35px;"><span style="position: absolute;top: -16px;right: -14px;z-index:1;cursor: pointer;" onclick="closeSuccessPopup()"><img src="//campaigns.zoho.com/images/videoclose.png"></span><div id="zcOptinSuccessPanel"></div></div></div></body>