Design System Dev Resource
Menu

Emails

notifications modules

outer template

Notes: This is the template that wraps around any email module, which includes the outer border of the email and the background color beyond the modules themselves.

<!-- Beginning part of email layout template -->
<!DOCTYPE html>
<html>

<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<title></title>
	<style type="text/css">
		/* client fixes */
		body {
			width: 100% !important;
			-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
			-moz-text-size-adjust: 100%;
			text-size-adjust: 100%;
			margin: 0;
			padding: 0;
			background-color: #ffffff;
		}

		#outlook a {
			padding: 0;
		}

		.ExternalClass {
			width: 100%;
		}

		.ExternalClass,
		.ExternalClass p,
		.ExternalClass span,
		.ExternalClass font,
		.ExternalClass td,
		.ExternalClass div {
			line-height: 100%;
		}

		#backgroundTable {
			margin: 0;
			padding: 0;
			width: 100% !important;
			line-height: 100% !important;
		}

		img {
			outline: 0 none;
			border: 0 none;
			text-decoration: none;
			-ms-interpolation-mode: bicubic;
		}

		.image_fix {
			display: block;
		}

		a {
			outline: 0 none;
			border: 0 none;
		}

		a img {
			border: 0 none;
		}

		table td {
			border-collapse: collapse;
		}

		table {
			border-collapse: collapse;
			mso-table-lspace: 0;
			mso-table-rspace: 0;
		}

		strong {
			font-weight: bold;
		}

		@media only screen and (min-width: 451px) {
			.side-padding {
				padding: 0 40px !important;
			}
		}

		@media only screen and (min-width: 500px) {
			.email-break {
				display: none;
			}
		}
	</style>
</head>

<body link="#007eb4" alink="#007eb4" vlink="#007eb4" bgcolor="#fafafa">
	<!-- <div style="font-size: 1px; overflow: hidden; color: #303235; display: none; visibility: hidden"> Unique email preview text goes here if needed </div> -->
	<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#fafafa" align="center" style="color:#ffffff;">
		<tr>
			<td>
				<center>
					<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 602px; border: 1px solid #f1f1f2;">
						<tr>
							<td>
								<!-- /Beginning part of email layout template -->

								<!-- Other email modules go here -->

								<!-- Closing part of email layout template -->
							</td>
						</tr>
					</table>
				</center>
			</td>
		</tr>
	</table>
</body>

</html>
<!-- /Closing part of email layout template -->

header

Notes:
- Should only be placed at the top of the email. Contains a message that provides a summary of the message and its contents, and a button if applicable.
- Modular elements:
     - Button
     - Button type
- Any image source paths will need to be updated to wherever you're saving the email images/icons. Right click + save each image directly from the preview below as needed.

 
Banner Health
 
Appointment Confirmation
 
Hi { firstName },
 
It's time to check in for your appointment at Banner Imaging.
 
To check in ahead of time, click on "Check in now" below to get started.
 
Check in now
 
<!-- MODULE: Header -->

<!-- 
    FromName: Banner Health
    FromAddress: noreply@bannerhealth.com
    Subject: Subject line goes here
-->

<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px;">
	<tr>
		<!-- Top blue border & top margin -->
		<td width="100%" height="32" align="left" valign="middle" colspan="3">
			<table width="100%" height="32" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
				<tr>
					<td width="100%" height="32" align="left" valign="middle" colspan="3" style="border-top: 8px solid #00205b">
						&nbsp;
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" height="33" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<a href="https://www.bannerhealth.com/" target="_blank" style="display: block;"><img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-logo.ashx" width="255" height="33" alt="Banner Health" style="display: block" /></a>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="40" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #00205b; font-size: 17px; line-height: 20px; letter-spacing: 0.15px;">
				Appointment Confirmation
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="40" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #00205b; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
				Hi { firstName },
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
				It's time to check in for your appointment at Banner Imaging.<br>
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
				To check in ahead of time, click on "Check in now" below to get started.
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" height="48" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<!-- Accent blue button -->
			<table width="135" height="48" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left">
				<tr>
					<td width="135" height="48" align="left" valign="middle" colspan="3" style="width: 135px; height: 48px; background-color: #007eb4; border-radius: 4px; text-align: center;">
						<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
							<font style="font-family: Verdana, sans-serif; color: #ffffff; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px; ">Check in now</font>
						</a>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
</table>

<!-- /MODULE: Header -->

appointment details

Notes:
- Should only be used for providing appointment details.
- The "Add to calendar" link should be updated to reflect the actual event time. A link can be generated here.
- Modular elements:
     - Number of details
     - Detail links (up to 2)
     - Button
     - Button type
- Any image source paths will need to be updated to wherever you're saving the email images/icons. Right click + save each image directly from the preview below as needed.

 
Appointment details
 
icon
{appointmentDateTime | banner_date: "email"}
 
{appointmentDateTime | banner_time: "email"}
 
Add to calendar
 
icon
{locationName}
 
{locationAddressLine1}
 
{locationAddressLine2}
 
{locationCity}, {locationState} {locationZipCode}
Get directions
 
icon
Get there with rideshare
 
Request a ride with Uber
 
Request a ride with Lyft
 
icon
This is a video visit. A link to the virtual meeting room will be provided when it is time to check in.
 
icon
https://prd.veemed.io/veevisit/#/invite/11365/090T020660
 
Copy link
 
icon
{doctorName}
 
Family Medicine
 
View appointment details
 
View appointment details
 
<!-- MODULE: Appointment details -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="25" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
				Appointment details
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="top" class="side-padding" style="padding: 0 20px;" colspan="3">
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/notifications-hub/bh-ic-calendar.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										{appointmentDateTime | banner_date: "email"}
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										{appointmentDateTime | banner_time: "email"}
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="{addToCalendarUrl}" target="_blank" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
											Add to calendar
										</font>
									</a>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-map-pin.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										{locationName}
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										{locationAddressLine1}
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										{locationAddressLine2}
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										{locationCity}, {locationState} {locationZipCode}
									</font>
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="{getDirectionsUrl}" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
											Get directions
										</font>
									</a>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-car.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										Get there with rideshare
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="https://www.uber.com/us/en/ride/" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #0b8ec6; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
											Request a ride with Uber
										</font>
									</a>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="https://ride.lyft.com" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #0b8ec6; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
											Request a ride with Lyft
										</font>
									</a>
								</td>
							</tr>
						</table>

					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-link.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										This is a video visit. A link to the virtual meeting room will be provided when it is time to check in.
									</font>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-link.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td style="word-break: break-all;">
									<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #007eb4; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
											https://prd.veemed.io/veevisit/#/invite/11365/090T020660
										</font>
									</a>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
											Copy link
										</font>
									</a>
								</td>
							</tr>
						</table>

					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-provider.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										{doctorName}
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										Family Medicine
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="24" align="left" valign="middle" colspan="3">
									&nbsp;
								</td>
							</tr>
							<tr>
								<!-- Content -->
								<td width="100%" height="48" align="left" valign="middle" colspan="3">
									<!-- Accent blue button -->
									<table width="230" height="48" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left">
										<tr>
											<td width="230" height="48" align="left" valign="middle" colspan="3" style="width: 230px; height: 48px; background-color: #007eb4; border-radius: 4px; text-align: center;">
												<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
													<font style="font-family: Verdana, sans-serif; color: #ffffff; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px; ">View appointment details</font>
												</a>
											</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="24" align="left" valign="middle" colspan="3">
									&nbsp;
								</td>
							</tr>
							<tr>
								<!-- Content -->
								<td width="100%" height="46" align="left" valign="middle" colspan="3">
									<!-- White button -->
									<table width="230" height="46" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left" style="border-radius: 4px; border: 1px solid #cfd1d3; border-collapse: separate;">
										<tr>
											<td width="230" height="46" align="left" valign="middle" colspan="3" style="width: 230px; height: 46px; background-color: transparent; text-align: center;">
												<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
													<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;  background-color: transparent;">View appointment details</font>
												</a>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>

					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>


</table>
<!-- /MODULE: Appointment details -->

standard text

Notes:
- Used to provide a short message, with a CTA if an action is available.
- Modular elements:
     - Button
     - Button type

 
Section title
 
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 
Button
 
<!-- MODULE: Standard text -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="25" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
				Section title
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
				Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" height="46" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<!-- White button -->
			<table width="84" height="46" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left" style="border-radius: 4px; border: 1px solid #cfd1d3; border-collapse: separate;">
				<tr>
					<td width="84" height="46" align="left" valign="middle" colspan="3" style="width: 84px; height: 46px; background-color: transparent; text-align: center;">
						<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
							<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;  background-color: transparent;">Button</font>
						</a>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
</table>
<!-- /MODULE: Standard text -->

icon text

Notes:
- Used for short messages where using an icon can help explain a concept/convey a message.
- Modular elements:
     - Icon
     - Button
     - Button type
- Any image source paths will need to be updated to wherever you're saving the email images/icons. Right click + save each image directly from the preview below as needed.

 
What happens next?
 
icon
Leading up to your appointment, we'll send you reminders along with tasks to complete to make your check-in experience easier.
 
Manage notifications
 
<!-- MODULE: Icon + text -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="25" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
				What happens next?
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-notification.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										Leading up to your appointment, we'll send you reminders along with tasks to complete to make your check-in experience easier.
									</font>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Content -->
					<td width="100%" height="46" align="left" valign="middle" class="side-padding" style="padding-left: 36px;" colspan="3">
						<!-- White button -->
						<table width="194" height="46" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left" style="border-radius: 4px; border: 1px solid #cfd1d3; border-collapse: separate;">
							<tr>
								<td width="194" height="46" align="left" valign="middle" colspan="3" style="width: 194px; height: 46px; background-color: transparent; text-align: center;">
									<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;  background-color: transparent;">Manage notifications</font>
									</a>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>

	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
</table>
<!-- /MODULE: Icon + text -->

bulleted list

Notes:
- Used when steps/information needs to be listed in a certain order.
- Modular elements:
     - Button
     - Button type

 
Section title
 
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 
Check in now
 
<!-- MODULE: Bulleted list -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="25" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
				Section title
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
				<tr>
					<!-- Number -->
					<td width="27" align="center" valign="top" style="min-width: 27px;">
						<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
							&bull;
						</font>
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 13px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										Lorem ipsum dolor sit amet, consectetur adipiscing elit.
									</font>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="18" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Number -->
					<td width="27" align="center" valign="top" style="min-width: 27px;">
						<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
							&bull;
						</font>
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 13px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
									</font>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Content -->
					<td width="100%" align="left" valign="top" colspan="3" style="padding-left: 42px;">
						<!-- Accent blue button -->
						<table width="135" height="48" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left">
							<tr>
								<td width="135" height="48" align="left" valign="middle" colspan="3" style="width: 135px; height: 48px; background-color: #007eb4; border-radius: 4px; text-align: center;">
									<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #ffffff; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;">Check in now</font>
									</a>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
</table>
<!-- /MODULE: Bulleted list -->

numbered list

Notes:
- Used when steps/information needs to be listed in a certain order.
- Modular elements:
     - Button
     - Button type

 
When you come in
 
1.
Check in with the front desk when you arrive.
 
2.
Make sure to bring at least one form of ID and an insurance card.
 
Check in now
 
<!-- MODULE: Numbered list -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="25" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
				When you come in
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
				<tr>
					<!-- Number -->
					<td width="27" align="right" valign="top" style="min-width: 27px;">
						<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
							1.
						</font>
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 13px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										Check in with the front desk when you arrive.
									</font>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="18" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Number -->
					<td width="27" align="right" valign="top" style="min-width: 27px;">
						<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
							2.
						</font>
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 13px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										Make sure to bring at least one form of ID and an insurance card.
									</font>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Content -->
					<td width="100%" align="left" valign="top" colspan="3" style="padding-left: 42px;">
						<!-- Accent blue button -->
						<table width="135" height="48" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left">
							<tr>
								<td width="135" height="48" align="left" valign="middle" colspan="3" style="width: 135px; height: 48px; background-color: #007eb4; border-radius: 4px; text-align: center;">
									<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #ffffff; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;">Check in now</font>
									</a>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
</table>
<!-- /MODULE: Numbered list -->

dynamic actions

Notes:
- Used when there are actions that need to be completed, and a status of those actions needs to be provided in future communications.
- Modular elements:
     - Action link
     - Number of actions
     - Incomplete/complete status
- Any image source paths will need to be updated to wherever you're saving the email images/icons. Right click + save each image directly from the preview below as needed.

 
Actions to complete
 
icon
Save time by registering for your appointment ahead of time online.
 
Register online
 
icon
Fill out your check-in forms even faster by completing them online.
 
Complete forms online
 
icon
Online forms completed
 
<!-- MODULE: Dynamic actions -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="25" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
				Actions to complete
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="top" class="side-padding" style="padding: 0 20px;" colspan="3">
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-number-1.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										Save time by registering for your appointment ahead of time online.
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
											Register online
										</font>
									</a>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-number-2.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
										Fill out your check-in forms even faster by completing them online.
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
											Complete forms online
										</font>
									</a>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-check-circled.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="center" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										Online forms completed
									</font>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
</table>
<!-- /MODULE: Dynamic actions -->

simple button cluster

Notes:
- Used when there are multiple actions available (2 max).

 
Can't make this day or time?
 
We know things come up—if you ever need to reschedule or cancel your appointment just let us know.
 
Reschedule your appointment
 
Cancel your appointment
 
<!-- MODULE: Simple button cluster -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="25" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
				Can't make this day or time?
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
				We know things come up—if you ever need to reschedule or cancel your appointment just let us know.
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
				<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 17px; letter-spacing: 0.47px;">
					Reschedule your appointment
				</font>
			</a>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
				<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 17px; letter-spacing: 0.47px;">
					Cancel your appointment
				</font>
			</a>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
</table>
<!-- /MODULE: Simple button cluster -->

phone number

Notes:
- Used when phone number options need to be provided along with hours of operation.
- Modular elements:
     - Text area below title
     - Number of phone number sections
- Any image source paths will need to be updated to wherever you're saving the email images/icons. Right click + save each image directly from the preview below as needed.

 
Schedule your appointment
 
We know things come up—if you ever need to reschedule or cancel your appointment just let us know.
 
icon
Banner Scheduling Office
 
 
Toll Free Number
 
(855) 355-6500
 
You can also email us at
 
MyBannerHelpLine@BannerHealth.com
 
icon
Hours of operation:
 
Mon-Fri, 8 AM-4:30 PM MST
 
Closed on all major holidays
 
<!-- MODULE: Phone number -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="25" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
				Schedule your appointment
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
				We know things come up—if you ever need to reschedule or cancel your appointment just let us know.
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="top" class="side-padding" style="padding: 0 20px;" colspan="3">
			<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-phone.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										Banner Scheduling Office
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="tel:4806846000" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px; color: #007eb4; font-weight: bold;">

										</font>
									</a>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="24" align="left" valign="middle" colspan="3">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										Toll Free Number
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<a href="tel:8553556500" style="text-decoration: none;">
										<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px; color: #007eb4; font-weight: bold;">
											(855) 355-6500
										</font>
									</a>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="24" align="left" valign="middle" colspan="3">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										You can also email us at
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3" style="overflow-wrap: break-word;">
									<a href="mailto:mybannerhelpline@bannerhealth.com" style="text-decoration: none; overflow-wrap: break-word;">
										<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px; color: #007eb4; font-weight: bold; overflow-wrap: break-word;">
											MyBannerHelpLine@Banner<br class="email-break" />Health.com
										</font>
									</a>
								</td>
							</tr>
						</table>

					</td>
				</tr>
				<tr>
					<!-- Bottom margin -->
					<td width="100%" height="24" align="left" valign="middle" colspan="3">
						&nbsp;
					</td>
				</tr>
				<tr>
					<!-- Icon -->
					<td width="24" align="left" valign="top" style="min-width: 24px;">
						<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-hours.ashx" width="24" height="24" alt="icon" style="display: block" />
					</td>
					<!-- Copy -->
					<td width="100%" align="left" valign="top" style="padding-left: 16px;">
						<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										Hours of operation:
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										Mon-Fri, 8 AM-4:30 PM MST
									</font>
								</td>
							</tr>
							<tr>
								<!-- Bottom margin -->
								<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
									&nbsp;
								</td>
							</tr>
							<tr>
								<td width="100%" align="left" valign="middle" colspan="3">
									<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
										Closed on all major holidays
									</font>
								</td>
							</tr>
						</table>

					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>


</table>
<!-- /MODULE: Phone number -->

disclosure

Notes:
- Used when any legal/disclaimer anguage needs to be provided. This is placed at the bottom of the email, above the footer module.

 
Note: Protecting the privacy of health information is important to us, so we have made this process very secure. The email provided to you by Banner Health should be kept confidential. If you need assistance getting connected, call 855-355-6500.
 
Please do not reply to this message as it was sent from an unmonitored email inbox.
 
<!-- MODULE: Disclosure -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#f5f5f5" align="center" style="max-width: 600px;">
	<tr>
		<!-- Top margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 13px; line-height: 17px; letter-spacing: 0.4px;">
				Note: Protecting the privacy of health information is important to us, so we have made this process very secure. The email provided to you by Banner Health should be kept confidential. If you need assistance getting connected, call 855-355-6500.
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
			&nbsp;
		</td>
	</tr>
	<tr>
		<!-- Content -->
		<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
			<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 13px; line-height: 17px; letter-spacing: 0.4px;">
				Please do not reply to this message as it was sent from an unmonitored email inbox.
			</font>
		</td>
	</tr>
	<tr>
		<!-- Bottom margin -->
		<td width="100%" height="24" align="left" valign="middle" colspan="3">
			&nbsp;
		</td>
	</tr>
</table>
<!-- /MODULE: Disclosure -->

notifications master template

master template

 
Banner Health
 
Appointment Confirmation
 
Hi [Name],
 
It's time to check in for your appointment at Banner Imaging.
 
To check in ahead of time, click on "Check in now" below to get started.
 
Check in now
 
 
Appointment details
 
icon
Friday, June 25th
 
10:00 AM MST
 
Add to calendar
 
icon
2343 W. Pecos Road
 
Chandler, AZ 85223
 
Get directions
 
icon
Get there with rideshare
 
Request a ride with Uber
 
Request a ride with Lyft
 
icon
This is a video visit. A link to the virtual meeting room will be provided when it is time to check in.
 
icon
https://prd.veemed.io/veevisit/#/invite/11365/090T020660
 
Copy link
 
icon
Edward Carrington, MD
 
Family Medicine
 
View appointment details
 
View appointment details
 
 
Section title
 
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 
Button
 
 
What happens next?
 
icon
Leading up to your appointment, we'll send you reminders along with tasks to complete to make your check-in experience easier.
 
Manage notifications
 
 
When you come in
 
1.
Check in with the front desk when you arrive.
 
2.
Make sure to bring at least one form of ID and an insurance card.
 
Check in now
 
 
Section title
 
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 
Check in now
 
 
Actions to complete
 
icon
Save time by registering for your appointment ahead of time online.
 
Register online
 
icon
Fill out your check-in forms even faster by completing them online.
 
Complete forms online
 
icon
Online forms completed
 
 
Can't make this day or time?
 
We know things come up—if you ever need to reschedule or cancel your appointment just let us know.
 
Reschedule your appointment
 
Cancel your appointment
 
 
Schedule your appointment
 
We know things come up—if you ever need to reschedule or cancel your appointment just let us know.
 
icon
Banner Scheduling Office
 
(480) 684-6000
 
Toll Free Number
 
(855) 355-6500
 
icon
Hours of operation:
 
Mon-Fri, 7 AM-5:30 PM MST
 
Closed on all major holidays
 
 
Note: Protecting the privacy of health information is important to us, so we have made this process very secure. The email provided to you by Banner Health should be kept confidential. If you need assistance getting connected, call 855-355-6500.
 
Please do not reply to this message as it was sent from an unmonitored email inbox.
 
 
Banner Health
 
2901 N. Central Avenue, Suite 160
Phoenix, AZ 85012
 
Your profile       Privacy
 
<!-- Beginning part of email layout template -->
<!DOCTYPE html>
<html>

<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<title></title>
	<style type="text/css">
		/* client fixes */
		body {
			width: 100% !important;
			-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
			-moz-text-size-adjust: 100%;
			text-size-adjust: 100%;
			margin: 0;
			padding: 0;
			background-color: #ffffff;
		}

		#outlook a {
			padding: 0;
		}

		.ExternalClass {
			width: 100%;
		}

		.ExternalClass,
		.ExternalClass p,
		.ExternalClass span,
		.ExternalClass font,
		.ExternalClass td,
		.ExternalClass div {
			line-height: 100%;
		}

		#backgroundTable {
			margin: 0;
			padding: 0;
			width: 100% !important;
			line-height: 100% !important;
		}

		img {
			outline: 0 none;
			border: 0 none;
			text-decoration: none;
			-ms-interpolation-mode: bicubic;
		}

		.image_fix {
			display: block;
		}

		a {
			outline: 0 none;
			border: 0 none;
		}

		a img {
			border: 0 none;
		}

		table td {
			border-collapse: collapse;
		}

		table {
			border-collapse: collapse;
			mso-table-lspace: 0;
			mso-table-rspace: 0;
		}

		strong {
			font-weight: bold;
		}

		@media only screen and (min-width: 451px) {
			.side-padding {
				padding: 0 40px !important;
			}
		}
	</style>
</head>

<body link="#007eb4" alink="#007eb4" vlink="#007eb4" bgcolor="#fafafa">
	<!-- <div style="font-size: 1px; overflow: hidden; color: #303235; display: none; visibility: hidden"> Unique email preview text goes here if needed </div> -->
	<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#fafafa" align="center" style="color:#ffffff;">
		<tr>
			<td>
				<center>
					<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 602px; border: 1px solid #f1f1f2;">
						<tr>
							<td>
								<!-- /Beginning part of email layout template -->




								<!-- MODULE: Header -->

								<!-- 
                FromName: Banner Health
                FromAddress: noreply@bannerhealth.com
                Subject: Subject line goes here
            -->

								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px;">
									<tr>
										<!-- Top blue border & top margin -->
										<td width="100%" height="32" align="left" valign="middle" colspan="3">
											<table width="100%" height="32" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
												<tr>
													<td width="100%" height="32" align="left" valign="middle" colspan="3" style="border-top: 8px solid #00205b">
														&nbsp;
													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" height="33" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<a href="https://www.bannerhealth.com/" target="_blank" style="display: block;"><img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-logo.ashx" width="255" height="33" alt="Banner Health" style="display: block" /></a>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="40" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #00205b; font-size: 17px; line-height: 20px; letter-spacing: 0.15px;">
												Appointment Confirmation
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="40" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #00205b; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
												Hi [Name],
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
												It's time to check in for your appointment at Banner Imaging.<br>
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
												To check in ahead of time, click on "Check in now" below to get started.
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" height="48" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<!-- Accent blue button -->
											<table width="135" height="48" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left">
												<tr>
													<td width="135" height="48" align="left" valign="middle" colspan="3" style="width: 135px; height: 48px; background-color: #007eb4; border-radius: 4px; text-align: center;">
														<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
															<font style="font-family: Verdana, sans-serif; color: #ffffff; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px; ">Check in now</font>
														</a>
													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>

								<!-- /MODULE: Header -->




								<!-- MODULE: Appointment details -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="25" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
												Appointment details
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="top" class="side-padding" style="padding: 0 20px;" colspan="3">
											<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/notifications-hub/bh-ic-calendar.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Friday, June 25th
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		10:00 AM MST
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<a href="https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20210625T170000Z%2F20210625T173000Z&details=Telehealth%20appointment%20with%20Banner%20Health&location=https%3A%2F%2Fprd.veemed.io%2Fveevisit%2F%23%2Finvite%2F11365%2F090T020660&text=Telehealth%20appointment" target="_blank" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
																			Add to calendar
																		</font>
																	</a>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-map-pin.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		2343 W. Pecos Road
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Chandler, AZ 85223
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
																			Get directions
																		</font>
																	</a>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-car.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		Get there with rideshare
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<a href="https://www.uber.com/us/en/ride/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #0b8ec6; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
																			Request a ride with Uber
																		</font>
																	</a>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<a href="https://ride.lyft.com" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #0b8ec6; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
																			Request a ride with Lyft
																		</font>
																	</a>
																</td>
															</tr>
														</table>

													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-link.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		This is a video visit. A link to the virtual meeting room will be provided when it is time to check in.
																	</font>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-link.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td style="word-break: break-all;">
																	<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #007eb4; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																			https://prd.veemed.io/veevisit/#/invite/11365/090T020660
																		</font>
																	</a>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
																			Copy link
																		</font>
																	</a>
																</td>
															</tr>
														</table>

													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-provider.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Edward Carrington, MD
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Family Medicine
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="24" align="left" valign="middle" colspan="3">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<!-- Content -->
																<td width="100%" height="48" align="left" valign="middle" colspan="3">
																	<!-- Accent blue button -->
																	<table width="230" height="48" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left">
																		<tr>
																			<td width="230" height="48" align="left" valign="middle" colspan="3" style="width: 230px; height: 48px; background-color: #007eb4; border-radius: 4px; text-align: center;">
																				<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																					<font style="font-family: Verdana, sans-serif; color: #ffffff; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px; ">View appointment details</font>
																				</a>
																			</td>
																		</tr>
																	</table>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="24" align="left" valign="middle" colspan="3">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<!-- Content -->
																<td width="100%" height="46" align="left" valign="middle" colspan="3">
																	<!-- White button -->
																	<table width="230" height="46" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left" style="border-radius: 4px; border: 1px solid #cfd1d3; border-collapse: separate;">
																		<tr>
																			<td width="230" height="46" align="left" valign="middle" colspan="3" style="width: 230px; height: 46px; background-color: transparent; text-align: center;">
																				<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																					<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;  background-color: transparent;">View appointment details</font>
																				</a>
																			</td>
																		</tr>
																	</table>
																</td>
															</tr>
														</table>

													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>


								</table>
								<!-- /MODULE: Appointment details -->




								<!-- MODULE: Standard text -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="25" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
												Section title
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
												Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" height="46" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<!-- White button -->
											<table width="84" height="46" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left" style="border-radius: 4px; border: 1px solid #cfd1d3; border-collapse: separate;">
												<tr>
													<td width="84" height="46" align="left" valign="middle" colspan="3" style="width: 84px; height: 46px; background-color: transparent; text-align: center;">
														<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
															<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;  background-color: transparent;">Button</font>
														</a>
													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>
								<!-- /MODULE: Standard text -->




								<!-- MODULE: Icon + text -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="25" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
												What happens next?
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-notification.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		Leading up to your appointment, we'll send you reminders along with tasks to complete to make your check-in experience easier.
																	</font>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Content -->
													<td width="100%" height="46" align="left" valign="middle" class="side-padding" style="padding-left: 36px;" colspan="3">
														<!-- White button -->
														<table width="194" height="46" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left" style="border-radius: 4px; border: 1px solid #cfd1d3; border-collapse: separate;">
															<tr>
																<td width="194" height="46" align="left" valign="middle" colspan="3" style="width: 194px; height: 46px; background-color: transparent; text-align: center;">
																	<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;  background-color: transparent;">Manage notifications</font>
																	</a>
																</td>
															</tr>
														</table>
													</td>
												</tr>
											</table>
										</td>
									</tr>

									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>
								<!-- /MODULE: Icon + text -->




								<!-- MODULE: Numbered list -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="25" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
												When you come in
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
												<tr>
													<!-- Number -->
													<td width="27" align="right" valign="top" style="min-width: 27px;">
														<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
															1.
														</font>
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 13px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		Check in with the front desk when you arrive.
																	</font>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="18" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Number -->
													<td width="27" align="right" valign="top" style="min-width: 27px;">
														<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
															2.
														</font>
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 13px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		Make sure to bring at least one form of ID and an insurance card.
																	</font>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Content -->
													<td width="100%" align="left" valign="top" colspan="3" style="padding-left: 42px;">
														<!-- Accent blue button -->
														<table width="135" height="48" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left">
															<tr>
																<td width="135" height="48" align="left" valign="middle" colspan="3" style="width: 135px; height: 48px; background-color: #007eb4; border-radius: 4px; text-align: center;">
																	<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #ffffff; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;">Check in now</font>
																	</a>
																</td>
															</tr>
														</table>
													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>
								<!-- /MODULE: Numbered list -->


								<!-- MODULE: Bulleted list -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="25" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
												Section title
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
												<tr>
													<!-- Number -->
													<td width="27" align="center" valign="top" style="min-width: 27px;">
														<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
															&bull;
														</font>
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 13px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		Lorem ipsum dolor sit amet, consectetur adipiscing elit.
																	</font>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="18" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Number -->
													<td width="27" align="center" valign="top" style="min-width: 27px;">
														<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
															&bull;
														</font>
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 13px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
																	</font>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Content -->
													<td width="100%" align="left" valign="top" colspan="3" style="padding-left: 42px;">
														<!-- Accent blue button -->
														<table width="135" height="48" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="left">
															<tr>
																<td width="135" height="48" align="left" valign="middle" colspan="3" style="width: 135px; height: 48px; background-color: #007eb4; border-radius: 4px; text-align: center;">
																	<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #ffffff; font-weight: bold; font-size: 13px; line-height: 46px; letter-spacing: 0.47px;">Check in now</font>
																	</a>
																</td>
															</tr>
														</table>
													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>
								<!-- /MODULE: Bulleted list -->



								<!-- MODULE: Dynamic actions -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="25" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
												Actions to complete
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="top" class="side-padding" style="padding: 0 20px;" colspan="3">
											<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-number-1.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		Save time by registering for your appointment ahead of time online.
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
																			Register online
																		</font>
																	</a>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-number-2.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
																		Fill out your check-in forms even faster by completing them online.
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="12" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
																		<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 18px; letter-spacing: 0.47px;">
																			Complete forms online
																		</font>
																	</a>
																</td>
															</tr>
														</table>
													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-check-circled.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="center" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Online forms completed
																	</font>
																</td>
															</tr>
														</table>
													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>
								<!-- /MODULE: Dynamic actions -->



								<!-- MODULE: Simple button cluster -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="25" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
												Can't make this day or time?
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
												We know things come up—if you ever need to reschedule or cancel your appointment just let us know.
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
												<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 17px; letter-spacing: 0.47px;">
													Reschedule your appointment
												</font>
											</a>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<a href="https://www.bannerhealth.com/" style="text-decoration: none;">
												<font style="font-family: Verdana, sans-serif; color: #007eb4; font-weight: bold; font-size: 15px; line-height: 17px; letter-spacing: 0.47px;">
													Cancel your appointment
												</font>
											</a>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>
								<!-- /MODULE: Simple button cluster -->

								<!-- MODULE: Phone number -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center" style="max-width: 600px; border-top: 1px solid #e1e1e1;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="25" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; font-weight: bold; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.15px;">
												Schedule your appointment
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 23px; letter-spacing: 0.25px;">
												We know things come up—if you ever need to reschedule or cancel your appointment just let us know.
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="top" class="side-padding" style="padding: 0 20px;" colspan="3">
											<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-phone.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Banner Scheduling Office
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		(480) 684-6000
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="24" align="left" valign="middle" colspan="3">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Toll Free Number
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		(855) 355-6500
																	</font>
																</td>
															</tr>
														</table>

													</td>
												</tr>
												<tr>
													<!-- Bottom margin -->
													<td width="100%" height="24" align="left" valign="middle" colspan="3">
														&nbsp;
													</td>
												</tr>
												<tr>
													<!-- Icon -->
													<td width="24" align="left" valign="top" style="min-width: 24px;">
														<img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-ic-hours.ashx" width="24" height="24" alt="icon" style="display: block" />
													</td>
													<!-- Copy -->
													<td width="100%" align="left" valign="top" style="padding-left: 16px;">
														<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" align="center">
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Hours of operation:
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Mon-Fri, 7 AM-5:30 PM MST
																	</font>
																</td>
															</tr>
															<tr>
																<!-- Bottom margin -->
																<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
																	&nbsp;
																</td>
															</tr>
															<tr>
																<td width="100%" align="left" valign="middle" colspan="3">
																	<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 15px; line-height: 18px; letter-spacing: 0.25px;">
																		Closed on all major holidays
																	</font>
																</td>
															</tr>
														</table>

													</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>


								</table>
								<!-- /MODULE: Phone number -->

								<!-- MODULE: Disclosure -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#f5f5f5" align="center" style="max-width: 600px;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 13px; line-height: 17px; letter-spacing: 0.4px;">
												Note: Protecting the privacy of health information is important to us, so we have made this process very secure. The email provided to you by Banner Health should be kept confidential. If you need assistance getting connected, call 855-355-6500.
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #303235; font-size: 13px; line-height: 17px; letter-spacing: 0.4px;">
												Please do not reply to this message as it was sent from an unmonitored email inbox.
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>
								<!-- /MODULE: Disclosure -->

								<!-- MODULE: Footer -->
								<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#56595d" align="center" style="max-width: 600px;">
									<tr>
										<!-- Top margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" height="18" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<a href="https://www.bannerhealth.com/" target="_blank" style="display: block;"><img src="https://documents.bannerhealth.com/-/media/images/project/documentportal/Notifications-Hub/bh-logo-white.ashx" width="139" height="18" alt="Banner Health" style="display: block" /></a>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="8" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #cfd1d3; font-size: 13px; line-height: 17px; letter-spacing: 0.4px;">
												2901 N. Central Avenue, Suite 160<br>
												Phoenix, AZ 85012
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="16" align="left" valign="middle" colspan="3" style="line-height: 1px; font-size: 1px;">
											&nbsp;
										</td>
									</tr>
									<tr>
										<!-- Content -->
										<td width="100%" align="left" valign="middle" class="side-padding" style="padding: 0 20px;" colspan="3">
											<font style="font-family: Verdana, sans-serif; color: #ffffff; font-size: 13px; line-height: 17px; letter-spacing: 0.4px;">
												<a href="https://mybanner.bannerhealth.com/portal-login" style="font-family: Verdana, sans-serif; color: #ffffff; font-size: 13px; line-height: 17px; letter-spacing: 0.4px; text-decoration: none; display: inline-block; outline: 0 none; border: 0 none;">Your profile</a><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>

												<a href="https://www.bannerhealth.com/about/legal-notices/privacy" style="font-family: Verdana, sans-serif; color: #ffffff; font-size: 13px; line-height: 17px; letter-spacing: 0.4px; text-decoration: none; display: inline-block; outline: 0 none; border: 0 none">Privacy</a>
											</font>
										</td>
									</tr>
									<tr>
										<!-- Bottom margin -->
										<td width="100%" height="24" align="left" valign="middle" colspan="3">
											&nbsp;
										</td>
									</tr>
								</table>
								<!-- /MODULE: Footer -->





								<!-- Closing part of email layout template -->

							</td>
						</tr>
					</table>
				</center>
			</td>
		</tr>
	</table>
</body>

</html>
<!-- /Closing part of email layout template -->