<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" class="gs-rte gs-rte-eb-html" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; background-color: #ffffff; font-family: arial, sans-serif; margin: 0; border: 0; outline: 0; mso-line-height-rule: exactly; font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); line-height: 1.42857143; padding: 0;"><head class="gs-rte gs-rte-eb-head">
<meta charset="utf-8"> <!-- utf-8 works for most cases -->
<meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
<meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely -->
<meta name="format-detection" content="telephone=no,address=no,email=no,date=no,url=no"> <!-- Tell iOS not to automatically link certain text strings. -->
<title></title> <!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
<!--[if mso]>
<style>
* {
font-family: arial, sans-serif !important;
}
</style>
<![endif]-->
<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
<!--<![endif]-->
<!--[if mso]><![endif]--> <!-- for all outlook desktop client -->
<!--[if mso 12]><![endif]--> <!-- for all outlook 2007 desktop client -->
<!--[if mso 14]><![endif]--> <!-- for all outlook 2010 desktop client -->
<!--[if mso 15]><![endif]--> <!-- for all outlook 2013 desktop client -->
<!--[if mso 16]><![endif]--> <!-- for all outlook 2016 desktop client -->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset : BEGIN -->
<!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!-- CSS Reset : END -->
<style type="text/css" rel="stylesheet" role="inline">
a:hover,
a:focus {
color: #1155cc;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
</style>
<style type="text/css" rel="stylesheet" role="export">/**
* This file is intended to include only style classes targeted for Email Clients. These styles will be sent in out
* email but will not be inlined
*
* ONLY Applicable in SANDBOX MODE
*/
/****** EMAIL CLIENT BUG FIXES - BEST NOT TO CHANGE THESE ********/
#outlook a {
padding: 0; }
/* Force Outlook 2007 and up to provide a "view in browser" message. */
@-ms-viewport {
width: device-width; }
/* Force IE "snap mode" to render widths normally. */
.ReadMsgBody, .ExternalClass {
/* Force Outlook.com to display emails at full width. */
width: 100%; }
/* Forces Outlook.com to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 100%; }
/* Forces Outlook.com to display normal line spacing, here is more on that: http://www.emailonacid.com/forum/viewthread/43/ */
span.yshortcuts {
color: #000;
background-color: none;
border: none; }
span.yshortcuts:hover,
span.yshortcuts:active,
span.yshortcuts:focus {
color: #000;
background-color: none;
border: none; }
/*When Yahoo! Beta came out, we thought we could put those days behind us but we might have celebrated a little too soon. Here's more: http://www.emailonacid.com/blog/details/C13/yahoo_shortcuts_are_baaaaaaaack */
a[x-apple-data-detectors=true] {
/* Set default text color inheritance for auto-detected iOS links like date, time, address, etc */
color: inherit !important;
text-decoration: inherit !important;
border-bottom: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important; }
.webkit {
/* Webkit and Microsoft font-size fix */
width: 100%;
table-layout: fixed;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important; }
/* What it does: A work-around for email clients meddling in triggered links. */
a[x-apple-data-detectors],
.unstyle-auto-detected-links a,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important; }
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important; }
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
color: inherit !important; }
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important; }
* {
-webkit-font-smoothing: antialiased; }
body {
-webkit-font-smoothing: antialiased;
mso-line-height-rule: exactly;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
u ~ table .emailbuilder_container {
min-width: 320px !important; }
.gs-inline-survey-nps td {
min-width: 90px !important; } }
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
u ~ table .emailbuilder_container {
min-width: 375px !important; }
.gs-inline-survey-nps td {
min-width: 90px !important; } }
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
u ~ table .emailbuilder_container {
min-width: 414px !important; }
.gs-inline-survey-nps td {
min-width: 90px !important; } }
</style></head>
<!--
The email background color (#F9F8F7) is defined in three places:
1. body tag: for most email clients
2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
3. mso conditional: For Windows 10 Mail
-->
<body width="100%" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #000000; font-family: arial, sans-serif; border: 0; outline: 0; margin: 0; mso-line-height-rule: exactly; background-color: #F9F8F7; line-height: 1.42857143; padding: 0; font-size: 13px;" class="fixed-layout gs-rte gs-rte-eb-body">
<center style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; width: 100%; background-color: #F9F8F7; padding-left: 0; padding-right: 0; padding-top: 10px; padding-bottom: 10px;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #F9F8F7;">
<tr>
<td style="padding-left:0; padding-right: 0; padding-top: 10px; padding-bottom: 10px">
<![endif]-->
<!--
Set the email width. Defined in two places:
1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 600px.
2. MSO tags for Desktop Windows Outlook enforce a 600px width.
-->
<div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly; max-width: 600px; margin: 0 auto; text-align: left; background: #ffffff;" id="email-container-main">
<!--[if mso]>
<table align="center" id="email-container-main-mso" role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" bgcolor="#ffffff">
<tr>
<td style="background: #ffffff;padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;font-family: arial, sans-serif;">
<![endif]-->
<!-- Email Body : BEGIN -->
<div id="email-body-main" gs-editable="true" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;">
<p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"></p><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> Hello, </p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> You are receiving this message because your organization has been identified as having deployed the Umbrella Roaming Client software. </p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> As security challenges and our customers’ needs change, Umbrella continues to evolve our methods for protecting roaming computers. We’ve heard your feedback on the challenges you’ve experienced with the Umbrella Roaming Client. We’ve developed the Umbrella Roaming Security Module as part of Cisco Secure Client to address these needs. <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjjeeSHhRHXi63tGt8UOhmmII8Wrvm2yKZtKxAFO2ByVAXwK2x9GubkXkb0zeHZ9vrUqKqnlUvvFgFDvoqBbRqsc-3DA9qp_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLG4jmRKgbcQVjfEC01r5nXEwrc10dFn-2BNUrKobDVFPcFQJtjS3ebDshB1imc3K-2FREEPGDEwHeGfcTvnV6WdRV1kLdWH-2BNfz9d58bwW7QGjuBeixC3vP7a9gTMnox6SFX1dIXGbCnRqHf0O3gMk3mbqDRXmaLlkJiBMImhio46PUVs-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://support.umbrella.com/hc/en-us/articles/17890678933012" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="98f60a5c-216c-401b-9228-926eb6fdc9ae" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">Migrate to Cisco Secure Client</a> for a significantly better roaming user experience.</p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> Cisco Secure Client is a suite of security service modules that provides:</p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><ul style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; list-style-type: disc; font-size: 13px; margin-top: 0; margin-bottom: 0px; padding-left: 40px;"><li style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.42857143;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> The strong DNS (Domain Name System)-layer security you’ve come to expect from Umbrella, plus even more capabilities in a single agent like Umbrella SWG ( Secure Web Gateway) protection, depending upon the Umbrella subscription purchased </p></li><li style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.42857143;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> Improved third-party software compatibility </p></li><li style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.42857143;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> Streamlined support </p></li></ul></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> With Cisco Secure Client, you'll get an enhanced experience and improved security capabilities. </p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> </p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><b style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"> Cisco will be officially announcing the end of life for Umbrella Roaming Client on April 2, 2024.</b> The last date of support for Umbrella Roaming Client will be April 2, 2025. <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjjeeSHhRHXi63tGt8UOhmmII8Wrvm2yKZtKxAFO2ByVAgoMgzaEq1sO1DQIowk7yddmi4mizNk-2B84u46F0RtkD0-3DfmqP_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLGJBY7lhJbLYZbNiYEcSCkPWzigRqp6p3aYnoDaeelVkt8GgzTSSUqSImimNE18xYdWZo-2FcgmmvUIvCQszufZqWoGT6QrTKvKYH25Yt-2BUZzTf9xKF47gWzu5nY23u21OGqrz2LV5PQdC8QhxDF2nI-2F-2Brh8v6sos1HHk-2BUfTDtnqCI-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://support.umbrella.com/hc/en-us/articles/19563700537108" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="88b844f9-d420-428f-b924-356befeeb293" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">We are sharing this announcement with you early</a> so you have more time to plan and ensure a smooth transition. </p></div></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> </p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><b style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"> Next Steps: Plan Your Migration to Cisco Secure Client </b></p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><b style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"> </b></p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> We recommend that you schedule and plan your <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjjeeSHhRHXi63tGt8UOhmmII8Wrvm2yKZtKxAFO2ByVAXwK2x9GubkXkb0zeHZ9vrUqKqnlUvvFgFDvoqBbRqsc-3DRZCL_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLGYFUr0kQWR-2F8t6Zg9Jkb0BnmgcIc9lFr65QCqlcuTTWZL7zpBUzSuEHEHBeKyZueWjPMs6E-2FhggVLz6hl6RRy7laSc9vONN3dQhuZy8V-2FLtJjlh-2FIx9YPCv7qBT99nECH21uKyvuwlTUvdYYsuQB34hPpV9xEh4EYD3TAuyhR5mw-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://support.umbrella.com/hc/en-us/articles/17890678933012" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="d6bba9ae-0173-4570-a789-ff6db918a141" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">migration to Cisco Secure Client</a> now. Please note that Cisco will provide new features and innovations in Cisco Secure Client only moving forward. </p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> All customers with valid licenses and active Umbrella support contracts are eligible to migrate to Cisco Secure Client for entitlement to the Umbrella Roaming Security Module, which includes all the Umbrella Roaming Client capability, <b style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">at no charge</b>. </p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> </p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><b style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"> Resources </b></p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><b style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></b></p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjjeeSHhRHXi63tGt8UOhmmII8Wrvm2yKZtKxAFO2ByVAgoMgzaEq1sO1DQIowk7yddmi4mizNk-2B84u46F0RtkD0-3DBwce_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLGK9XYgSfU5Nr-2B2IVVazUC0bMtWmc89ZFVX1T3RDdNEig6SCO8EqvhxMt7JuTuKWRxXxdwoUje7eMCjskcRVrzdbqkQ-2B7kT3xaUz06h37FrXoD1r9vcI-2BBcw-2F61rD2f5h2j5HEmz9RVKZy0NqrXVMzLaB3mAnyYWHX5lV-2B83UbZM8-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://support.umbrella.com/hc/en-us/articles/19563700537108" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="73e11bd5-b3cf-44d9-b944-be7147c0f18b" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">Please review our early announcement</a> for further details about th e Umbrella Roaming Client end of life. We also have several resources to help make planning your migration easier: </p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><ul style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; list-style-type: disc; font-size: 13px; margin-top: 0; margin-bottom: 0px; padding-left: 40px;"><li style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.42857143;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> Article: <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjjeeSHhRHXi63tGt8UOhmmII8Wrvm2yKZtKxAFO2ByVAXwK2x9GubkXkb0zeHZ9vrUqKqnlUvvFgFDvoqBbRqsc-3D4Tj-_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLGID-2F218uhgqa26VrG9C-2BzadPBtTJp4Cu0r3klcolH3zep8o13ddhBvHocC6rAghvHfwvUUnNdr5G-2B5Z3PfCv3GqXwUKVg1UQfdJ7FeNodsyI9eWPKRxnP0kpK5ZTWtZemJ5045ZjUxU0c84hKXiXxvRe9daZI6obPIiSdt39P3eo-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://support.umbrella.com/hc/en-us/articles/17890678933012" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="1efcf26f-245a-41f7-baab-260583bd3d33" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">Cisco Secure Client with Umbrella Module Installation</a> </p></li><li style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.42857143;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjhr0MXlbgu6Voell5Ob-2FyKGEqRY1okM9vHFF2lf5ENa-2BLw8Gkx7Cs2x-2F-2FO4SV-2FV-2F1k6iPNWT736OEOWXweE8oYlSfDS-2BgDNoVHBV9-2BLSUr0-2B8oSr_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLGPdt893cVPfoYKurNiv0VOxj0f8peBELWfmOA-2FBFGFejC5NboaRrObXaoF1vg1qTHtl0s8j-2FRBgVJMvTpG6GoYpfIeSZeuNyGrAsFYhsAwfNad-2Fz3uUA2CGop2JyqlWIfdpfF1wA6DK7hRvIYVa89m-2BN0yxYDKRolVlNSxtNMXek-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://www.cisco.com/site/us/en/products/security/secure-client/index.html" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="2d254fde-ae39-4e4b-bc15-1e6b2b09d5b5" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">About the Cisco Secure Client</a> </p></li><li style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.42857143;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjiLlh49-2FONjwMisT7b-2B3V5pC8LYfjP4qFlX9LIhINHxCQJzBR-2BuckaBkvInBhouHowxtu8Ohg2qJ2cYJ3rVxrJc-3D8Pnu_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLGADqBQEi7jMHxuES9VSB1wMEeoe60EhFRd-2Bodie7per-2BKcjS1vhQ-2FaEm1XRVEGlc31AMo7cpu4Ffv6XanXkoeIuIHvdcnmqFbKBgVXMBoP9yF24FF7Vv4Z-2B0h7qdHsCp7V53sHJQN1uWlsk5tEJC30JKtnpC9qIDYN789h1ez690-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://www.cisco.com/c/en/us/products/eos-eol-policy.html" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="c94e73c6-4979-433a-b3de-16e6db9e35b2" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">About the Cisco End-of-Life Policy</a> </p></li><li style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.42857143;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjiLlh49-2FONjwMisT7b-2B3V5pC8LYfjP4qFlX9LIhINHxCzOW34wj5WXKpp2U1FLFR2T6n5WagDfhcsPyAFpuXT4U-3DrdGL_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLGikJ0X49RxZtlrez7wv7g1y-2FzzxcumNcMWCAO4INlOLkXJPsEGx1HoGeEr6HQhPFQrvbdAXKaa5Y7ZcBrafVFSmcKX9ADm-2BBSNDDW4mIRqCZrueBBNgmUZaZHakisDhikTz0ZIaVe8E45PuRiRQSA7n9-2FTqbx8rzIxNQMyA721Mo-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://www.cisco.com/c/en/us/products/warranty-listing.html" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="a6204c9b-8dc9-4557-85c9-036e049dc3bb" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">About the Cisco Product Warranties</a> </p></li></ul></div></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><ul style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; list-style-type: disc; font-size: 13px; margin-top: 0; margin-bottom: 0px; padding-left: 40px;"><li style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; line-height: 1.42857143;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> <a href="http://gshlink.cisco.com/ls/click?upn=YWcv4iZHMY1RAhvMkSjrjsy7rfSKu3rlJtX0lpKJ-2FxGC4SbomF4ERtH2qB8xk-2BYnoJ-7_ayU2l2PDk8Uz8GVXtvS4zPWwPdptuFjxfcPJ-2B3RjOZlZxpaTSE3Nod8aC2KAjp-2BmI8HaugQfN95qqnIq1IihhC5anGgvg6fO958-2Fn6L8MtEypEfJLxYR2dda5vB9WRX5wd1TBW8aO8jef69tfoj9FaxNPVTE4fvDi8N2cXXRv4dCY8zZnjV5M0MtXqN-2BVYfmXOkeMEKos9CrZ7-2BKPC619w8ylyEptPsI5-2FtFlX5Hr1EQPA2qytRtZS3JzZUNWOKz8kfyQ0-2FpxYeMku2g6o-2FWx-2BR-2F-2BG6XWG6EG0HPgPuZEu-2BALNlg-2B8CA4P1lCzyZtUNfH4HPdUMJrvMb3IC1-2B4-2Fxntg6yCJbkNQQsLUasiEPmMjEIDWoQlxsldrHvR2OTrLGxLQfrQwBZF1H6zdg5HPZ9nK5dfRQELF6CwSin9xQmk4Szw0uNi1RObjRboKIJcHqEfvVsIyMUGWZauWQrqT1M0qs3r2BDgjTcsirpdEldL-2BFPOeYJZ-2BMPKEZsJdx1h1V0QZVwIbUWJAl3sLjn2KyhKm726eir9WRJXVsFy9ioV4-3D" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="https://cway.cisco.com/mynotifications" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="ec9ae693-b43b-45b9-a7c5-cfbeadab296e" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">Subscribe: End-of-Life/End-of-Sale Information</a> </p></li></ul><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></div></div></div><div style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> As always, if you need help from Support, please email <a href="mailto:umbrella-support@cisco.com" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;"></a><a href="mailto:umbrella-support@cisco.com" mc:disable-tracking="" clicktracking="off" code="" target="_blank" data-rte-link-token="" data-rte-link-uuid="45327533-5664-4d1e-ad32-b37bb01cca3d" class="" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; cursor: pointer; color: #1155cc; text-decoration: underline;">umbrella-support@cisco.com</a>. </p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"></p><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> Sincerely, </p> <p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"> Cisco Umbrella Customer Success Team </p><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></div><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"></p><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"></div><br style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;"><p style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.42857143; font-size: 13px; padding-top: 0; padding-bottom: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; margin-top: 0; mso-line-height-rule: exactly;"></p>
</div>
<!-- Email Body : END -->
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
</center>
<img src="http://gshlink.cisco.com/wf/open?upn=EShgirRohr6FUhdhEf2Aba35mXv4-2FnN6TuvcMoN79ZwYA6d0KhpoCVLi8rTp4jUhsy-2FjUa4pfDSI1eplXpRyexJIqQKts1jMVAXr68l2CzpeTK1D9nhCAlRclwVR4Xp-2BZHsqiS7Cj0KZg-2F0dGCC0hkzt3J-2FUjgAdNPTIB8ouFrzMmm6IgReoaTEsQYO8hMx0jzMx-2BTAQ-2BOH3wm5vZ-2FKCjE3Y-2FuIHarW6-2FXw-2F-2BjD24v5-2FkMjP2gyNDlwIYkziGzndQIWQ5ULz-2F0mpmFjqFBu8TWa2H82NWrm97AIhC5ze4DCC4Ayedmah6SosgrPY3sPAcx1Rnt-2BRbJijFap-2BjBVhNWYiBNWKim1i1utpgt-2FW3qEZYZ7J3-2FF7E0g19DKQhVs2A5NysEDKjSfyZaAhiU59d86IsCGGTuw2OXDX6dzouc2lNbdm-2BlXHDyBrKEVewNOb-2BYpmDdGnN04rNkB03komeW8Bey8oE78Ei5gk0XJ1PDJVsSF8kKqVLRvhYLZuE4AadBlTOK1jG1XVSga-2Bg15p-2BKkGy6tw8goglQQz9xBzdhc-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/></body></html>