/*<meta conditions="" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be Arialpreted during the compile process. Since comments are not Arialpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	line-height: 1.7em;
	color: #3c3c3b;
	font-family: Arial;
}

h1
{
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-family: Arial;
	font-size: 22pt;
	color: #00807D;
}

h2
{
	margin-bottom: 4px;
	margin-top: 20px;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #00807D;
}

h3
{
	margin-bottom: 4px;
	font-family: 'Arial';
	margin-top: 16px;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
}

h4
{
	color: #000000;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	font-family: Arial;
	font-style: normal;
	color: #3c3c3b;
}

ul
{
	
}

ul ul
{
	
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Arial;
	font-style: normal;
	color: #000000;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail-small
{
	mc-thumbnail: popup;
}

img.MCPopupFullImage
{
	outline: none;
	padding: 10px;
	mc-hidden: hidden;
}

.MCPopupContainer
{
	background-color: #FFFFFF;
	border: solid 2px #8BCDCB;
	padding: 10px;
	position: absolute;
	cursor: pointer;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index: 1001;
}

a.MCBreadcrumbsLink
{
	font-style: bold;
	text-decoration: none;
	font-size: 12pt;
	color: #000000;
}

a.MCBreadcrumbsLink:visited
{
	color: #3C3C3B;
	font-size: 12pt;
}

a.MCBreadcrumbsLink:hover
{
	color: #8BCDCB;
	font-size: 12pt;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	color: #3c3c3b;
	mc-breadcrumbs-prefix: ' ';
	font-style: normal;
	font-weight: bold;
	mc-breadcrumbs-divider: '   /   ';
	font-size: 12pt;
	mc-breadcrumbs-count: 4;
	padding-bottom: 30px;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #4F7476;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
	font-family: Arial;
	color: #000000;
}

MadCap|dropDownHotspot
{
	color: #000000;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the gradient background. This HTML element is not on a master page, this element is used at compile time.*/
{
	background: #FFFFFF;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #FFFFFF, #FFFFFF);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #FFFFFF, #FFFFFF);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #FFFFFF, #FFFFFF);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #FFFFFF, #FFFFFF);
	/* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0%;
	background-color: #FFF;
	min-height: 95vh;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: solid 1px #d3d3d3;
	padding: 25px;
}

div.side-content	/*Container for Menu proxy*/
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	width: 33.3%;
}

div.menu-content-left	/*Container for Menu proxy on the left*/
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 20%;
	display: block;
}

div.body-content-right	/*Container for Menu proxy on the left*/
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	width: 95%;
	display: block;
}

MadCap|dropDownHead
{
	font-family: Arial;
	color: #000000;
}

a:link
{
	text-decoration: none;
	color: #000000;
}

h1 a:link
{
	color: #00807D;
}

h2 a:link
{
	color: #00807D;
}

p a:link
{
	color: #000000;
}

h3 a:link
{
	color: #00807D;
}

h6.Raspberry-NoBackground a:link
{
	color: #ec6470;
}

h6.Orange-NoBackground a:link
{
	color: #FCC42F;
}

h6.Jade-NoBackground a:link
{
	color: #00A587;
}

h6.Blueberry-NoBackground a:link
{
	color: #9D99CB;
}

h6.Sage-NoBackground a:link
{
	color: #669999;
}

a:visited
{
	color: #000000;
}

h2 a:visited
{
	color: #00807D;
}

h1 a:visited
{
	color: #00807D;
}

h3 a:visited
{
	color: #00807D;
}

h6.Raspberry-NoBackground a:visited
{
	color: #ec6470;
}

h6.Orange-NoBackground a:visited
{
	color: #FCC42F;
}

h6.Jade-NoBackground a:visited
{
	color: #00A587;
}

h6.Blueberry-NoBackground a:visited
{
	color: #9D99CB;
}

h6.Sage-NoBackground a:visited
{
	color: #669999;
}

a:hover
{
	
}

p a:hover
{
	color: #00807D;
}

h1 a:hover
{
	color: #00807D;
}

h2 a:hover
{
	color: #00807D;
}

h3 a:hover
{
	color: #00807D;
}

h6.Raspberry-NoBackground a:hover
{
	border-bottom: solid 4px #ec6470;
}

h6.Orange-NoBackground a:hover
{
	border-bottom: solid 4px #FCC42F;
}

h6.Jade-NoBackground a:hover
{
	border-bottom: solid 4px #00A587;
}

h6.Blueberry-NoBackground a:hover
{
	border-bottom: solid 4px #9D99CB;
}

h6.Sage-NoBackground a:hover
{
	border-bottom: solid 4px #669999;
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #8bcdcb;
}

b
{
	font-weight: bold;
}

MadCap|tocProxy
{
	font-size: 11pt;
}

MadCap|dropDownBody
{
	font-weight: normal;
}

ol
{
	
}

div.Integrator_Cells	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Integrator_Cells::before
{
	content: ' ';
	display: table;
}

div.Integrator_Cells::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Integrator_Cells > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-align: center;
	padding-bottom: 10px;
	padding: 10px;
	justify-content: center;
	border-radius: 25px;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f5f5f5;
}

div.Integrator_Cells > div:nth-child(1)
{
	width: 25%;
	margin-left: 12.5%;
}

div.Integrator_Cells > div:nth-child(2)
{
	width: 25%;
	margin-left: 1%;
}

div.Integrator_Cells > div:nth-child(3)
{
	width: 25%;
	margin-left: 1%;
}

tr
{
	font: Arial;
	font-size: 12pt;
	color: #000000;
}

th
{
	font-size: 12pt;
	font-weight: bold;
	font: Arial;
	color: #000000;
}

h6
{
	font-size: 20pt;
	text-align: center;
	line-height: 40pt;
	border-radius: 25px;
	font: Arial;
	color: #000000;
}

div.How_To_2_Cells::before
{
	content: ' ';
	display: table;
}

div.How_To_2_Cells::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.How_To_2_Cells > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.How_To_2_Cells > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.How_To_2_Cells > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.Large-Topics	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Large-Topics::before
{
	content: ' ';
	display: table;
}

div.Large-Topics::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Large-Topics > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Large-Topics > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
	postion: sticky;
}

div.Large-Topics > div:nth-child(2)
{
	width: 75%;
	margin-left: 0%;
}

div.Hardware-Primary-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Hardware-Primary-Header::before
{
	content: ' ';
	display: table;
}

div.Hardware-Primary-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Hardware-Primary-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 200px;
	max-height: 200px;
	padding: 20px 15px 15px 15px;
}

div.Hardware-Primary-Header > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
	border-left: solid 8px #669999;
}

div.Hardware-Primary-Header > div:nth-child(2)
{
	width: 75%;
	margin-left: 0%;
	background-color: #F5F5F5;
}

div.Hardware-Secondary-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	position: sticky;
	top: 87px;
	background: white;
	padding: 26px 0;
}

div.Hardware-Secondary-Header::before
{
	content: ' ';
	display: table;
}

div.Hardware-Secondary-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Hardware-Secondary-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 60px;
	max-height: 60px;
	background-color: #F5F5F5;
}

div.Hardware-Secondary-Header > div:hover
{
	border-bottom: solid 4px #8BCDCB;
}

div.Hardware-Secondary-Header > div:nth-child(1)
{
	width: 32%;
	margin-left: 0%;
}

div.Hardware-Secondary-Header > div:nth-child(2)
{
	width: 32%;
	margin-left: 2%;
}

div.Hardware-Secondary-Header > div:nth-child(3)
{
	width: 32%;
	margin-left: 2%;
}

div.Integrations-Primary	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Integrations-Primary::before
{
	content: ' ';
	display: table;
}

div.Integrations-Primary::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Integrations-Primary > div:hover
{
	border-bottom: solid 4px #8BCDCB;
}

div.Integrations-Primary > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 1px;
	height: 125px;
	max-height: 125px;
	background-color: #F5F5F5;
	magin-top: inherit;
	margin-top: 4px;
}

div.Integrations-Primary > div:nth-child(1)
{
	width: 23%;
	margin-left: 0%;
}

div.Integrations-Primary > div:nth-child(2)
{
	width: 23%;
	margin-left: 2.666%;
}

div.Integrations-Primary > div:nth-child(3)
{
	width: 23%;
	margin-left: 2.666%;
}

div.Integrations-Primary > div:nth-child(4)
{
	width: 23%;
	margin-left: 2.666%;
}

code
{
	font-family: Consolas;
	font-size: 10pt;
}

MadCap|codeSnippet
{
	background-color: #f5f5f5;
}

MadCap|codeSnippetCopyButton
{
	border-radius: 5px;
	border: #d3d3d3;
	padding-left: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #8bcdcb !important;
	background-color: #3c3c3b;
}

MadCap|codeSnippetCopyButton:hover
{
	font-weight: bold;
	color: #ffffff;
}

blockquote
{
	background-color: #f5f5f5;
	border-left: solid 4px #8BCDCB;
	line-height: 1.5;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
}

h1.Print
{
	color: #3c3c3b;
}

div.Hardware-Image-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Hardware-Image-Header::before
{
	content: ' ';
	display: table;
}

div.Hardware-Image-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Hardware-Image-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Hardware-Image-Header > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Hardware-Image-Header > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Hardware-Image-Header > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Hardware-Description-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Hardware-Description-Header::before
{
	content: ' ';
	display: table;
}

div.Hardware-Description-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Hardware-Description-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Hardware-Description-Header > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
	background-color: #F5F5F5;
	border-left: solid 8px #669999;
	padding-left: 75px;
}

span.pill-blueberry
{
	background-color: #9D99CB;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-raspberry
{
	background-color: #EC6470;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-cornflower
{
	background-color: #79CAF0;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-orange
{
	background-color: #FCC42F;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-sage
{
	background-color: #669999;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-jade
{
	background-color: #00A587;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-apple
{
	background-color: #D2D943;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-ocean
{
	background-color: #006699;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-mint
{
	background-color: #8BCDCB;
	border: none;
	color: #3C3C3B;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

MadCap|popup.information-icon
{
	
}

MadCap|popupBody
{
	background-color: #3c3c3b;
	padding: 10px;
	min-width: 350px;
	font-size: 11pt;
	color: #00807D;
}

MadCap|popupHead
{
	font-size: 11pt;
	color: #000000;
}

h2.Print
{
	color: #00807D;
}

a
{
	color: #8bcdcb;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	a.MCBreadcrumbsLink:visited
	{
		color: #3C3C3B;
		font-style: bold;
		font-size: 12pt;
		font-decoration: none;
	}

	a.MCBreadcrumbsLink:hover
	{
		color: #8BCDCB;
		font-style: bold;
		font-size: 12pt;
		font-decoration: none;
	}

	a.MCBreadcrumbsLink:visited
	{
		color: #3C3C3B;
		font-style: bold;
		font-size: 12pt;
		font-decoration: none;
	}

	a.MCBreadcrumbsLink:hover
	{
		color: #8BCDCB;
		font-style: bold;
		font-size: 12pt;
		font-decoration: none;
	}

	MadCap|breadcrumbsProxy.Acquire
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.App
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Campaigns
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Enterprise
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Events
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Gift
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.iOrder
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Loyalty
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.MobileStock
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Payments
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.PlatformServices
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Reservations
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Tables
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Vouchers
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.WebOrdering
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy
	{
		font-size: 8pt;
		mc-breadcrumbs-count: 4;
	}

	MadCap|breadcrumbsProxy.Aztec
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.iServe
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.KitcheniQ
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.MessageHub
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.POSInt
	{
		background-size: 12%;
	}

	div.Integrator_Cells > div:nth-child(1)
	{
		width: 15%;
		margin-left: 12.5%;
	}

	div.Integrator_Cells > div:nth-child(2)
	{
		margin-left: 0%;
		width: 15%;
	}

	div.Integrator_Cells > div:nth-child(3)
	{
		margin-left: 0%;
		width: 15%;
	}

	MadCap|breadcrumbsProxy.Zonal
	{
		background-size: 95%;
	}

	div.How_To_2_Cells > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.How_To_2_Cells > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.HomeHeroSection > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.howto-tiles > div:nth-child(1)
	{
		width: 40%;
		margin-left: 7.5%;
	}

	div.howto-tiles > div:nth-child(2)
	{
		width: 40%;
		margin-left: 5%;
	}

	div.howto-tiles > div:nth-child(3)
	{
		width: 40%;
		margin-left: 7.5%;
	}

	div.howto-tiles > div:nth-child(4)
	{
		width: 40%;
		margin-left: 5%;
	}

	div.Large-Topics > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Large-Topics > div:nth-child(2)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.Hardware-Primary-Header > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Hardware-Primary-Header > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Hardware-Secondary-Header > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Hardware-Secondary-Header > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Hardware-Secondary-Header > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Integrations-Primary > div:nth-child(1)
	{
		margin-left: 0%;
		width: 23%;
	}

	div.Integrations-Primary > div:nth-child(2)
	{
		margin-left: 2.666%;
		width: 23%;
	}

	div.Integrations-Primary > div:nth-child(3)
	{
		width: 23%;
		margin-left: 2.666%;
	}

	div.Integrations-Primary > div:nth-child(4)
	{
		width: 23%;
		margin-left: 2.666%;
	}

	div.Hardware-Image-Header > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Hardware-Image-Header > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Hardware-Image-Header > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Hardware-Description-Header > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	div.home-master-page-footer > div	/*Adds separators to the footer items when in mobile layout*/
	{
		border-bottom: 1px solid #828282;
	}

	MadCap|breadcrumbsProxy.Acquire
	{
		font-size: 10pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.App
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Campaigns
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Enterprise
	{
		font-size: 10pt;
		background-size: 50px 50px;
	}

	MadCap|breadcrumbsProxy.Events
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Gift
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.iOrder
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Loyalty
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.MobileStock
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Payments
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.PlatformServices
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Reservations
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Tables
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.Vouchers
	{
		font-size: 8pt;
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy
	{
		font-size: 8pt;
		mc-breadcrumbs-count: 4;
	}

	MadCap|breadcrumbsProxy.Aztec
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.iServe
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.KitcheniQ
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.MessageHub
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.POSInt
	{
		background-size: 12%;
	}

	MadCap|breadcrumbsProxy.WebOrdering
	{
		background-size: 12%;
	}

	div.Integrator_Cells > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Integrator_Cells > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Integrator_Cells > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.How_To_2_Cells > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.How_To_2_Cells > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.howto-tiles > div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.howto-tiles > div:nth-child(2)
	{
		margin-left: 0%;
	}

	div.howto-tiles > div:nth-child(3)
	{
		margin-left: 0%;
	}

	h6.Raspberry-Background
	{
		
	}

	h6.Sage-Background
	{
		
	}

	div.Large-Topics > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Large-Topics > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Primary-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Primary-Header > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Secondary-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Secondary-Header > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Secondary-Header > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Integrations-Primary > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 4px;
	}

	div.Integrations-Primary > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 4px;
	}

	div.Integrations-Primary > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 4px;
	}

	div.Integrations-Primary > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 4px;
	}

	div.Integrations-Primary > div
	{
		
	}

	div.Hardware-Image-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Image-Header > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Image-Header > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Description-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	MadCap|popup.information-icon
	{
		
	}
}

p:visited
{
	text-decoration: underline;
}

p:link
{
	text-decoration: underline;
}

p a:visted
{
	color: #000000;
}

img.thumbnail-medium
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 80px;
}

img.thumbnail-large
{
	mc-thumbnail-max-height: 100px;
	mc-thumbnail: popup;
}

div.howto-tiles-container
{
	padding-bottom: 0;
}

div.howto-tiles > div:nth-child(1)
{
	width: 80%;
	margin-left: 10%;
}

div.howto-tiles > div:nth-child(2)
{
	width: 80%;
	margin-left: 10%;
}

div.howto-tiles > div:nth-child(3)
{
	width: 80%;
	margin-left: 10%;
}

div.howto-tiles > div:nth-child(4)
{
	width: 80%;
	margin-left: 10%;
}

@media print
{
	h1
	{
		font-size: 18pt;
		mc-hyphenate: never;
	}

	h2
	{
		mc-hyphenate: never;
		font-size: 16pt;
	}

	h3
	{
		font-size: 12pt;
		mc-hyphenate: never;
		mc-heading-level: 0;
	}

	h4
	{
		mc-heading-level: 4;
		font-size: 11pt;
		mc-hyphenate: never;
	}

	p
	{
		mc-hyphenate: never;
		font-size: 10.5pt;
		color: #3c3c3b;
	}

	td
	{
		font-size: 10.5pt;
	}

	b
	{
		font-weight: bold;
		mc-hyphenate: never;
		font-size: 10.5pt;
	}

	a:link
	{
		text-decoration: none;
	}

	tr
	{
		font-size: 10.5pt;
	}

	tbody
	{
		font-size: 11pt;
	}

	MadCap|tocProxy
	{
		font-size: 11pt;
		border-top-color: #ffffff;
		padding-top: 1px;
	}

	h1.TOC
	{
		mc-heading-level: 1;
	}

	p.TOC9
	{
		font-size: 1pt;
		mc-pagenum-display: none;
		color: #ffffff;
	}

	li
	{
		font-size: 11pt;
		color: #3c3c3b;
	}

	p.caution
	{
		font-size: 10.5pt;
	}

	p.idea
	{
		font-size: 10.5pt;
	}

	p.note
	{
		font-size: 10.5pt;
	}

	p.warn
	{
		font-size: 11.5pt;
	}

	MadCap|dropDownHead.Raspberry-Main-Heading
	{
		font-size: 18pt;
		padding: 8px 8px;
		line-height: 25px;
		border-left: solid 4px #ec6470;
	}

	MadCap|dropDownHead.Raspberry-Sub-Heading
	{
		padding: 8px 8px;
		line-height: 20px;
	}

	MadCap|dropDownHead.Jade-Main-Heading
	{
		padding: 8px 8px;
		border-left: solid 5px #00A587;
	}

	p.Product-Information-Jade
	{
		border-left: solid 4px #00A587;
		font-size: 10.5pt;
	}

	p.Product-Status-Jade
	{
		border-left: solid 4px #00A587;
		font-size: 10.5pt;
	}

	p.Release-Date-Jade
	{
		border-left: solid 4px #00A587;
		font-size: 10.5pt;
	}

	p.Video-Jade
	{
		border-left: solid 4px #00A587;
	}

	h1.Heading-Jade
	{
		font-size: 18pt;
		border-left: solid 4px #00807D;
	}

	MadCap|dropDownHead.Jade-Sub-Heading
	{
		padding: 8px 8px;
	}

	p.General-Box-Caution
	{
		font-size: 10.5;
	}

	p.General-Box-Idea-Hint-Tip
	{
		font-size: 10.5pt;
	}

	p.General-Box-Note
	{
		font-size: 10.5pt;
	}

	p.General-Box-Warning
	{
		font-size: 10.5pt;
	}

	p.General-Box-Warning-Idented
	{
		font-size: 10.5pt;
		font-weight: bold;
	}

	h1.Heading-Apple
	{
		font-size: 18pt;
	}

	h1.Heading-Blueberry
	{
		font-size: 18pt;
	}

	h1.Heading-Cornflower
	{
		font-size: 18pt;
	}

	h1.Heading-Ocean
	{
		font-size: 18pt;
	}

	h1.Heading-Orange
	{
		font-size: 18pt;
	}

	h1.Heading-Raspberry
	{
		font-size: 18pt;
	}

	h1.Heading-Sage
	{
		font-size: 14pt;
		padding: 8px 15px;
		border-left: solid 4px #00807D;
	}

	p.Product-Information-Apple
	{
		font-size: 10.5pt;
	}

	p.Product-Information-Blueberry
	{
		font-size: 10.5pt;
	}

	p.Product-Information-Cornflower
	{
		font-size: 10.5pt;
	}

	p.Product-Information-Ocean
	{
		font-size: 10.5pt;
	}

	p.Product-Information-Orange
	{
		font-size: 10.5pt;
	}

	p.Product-Information-Raspberry
	{
		font-size: 10.5pt;
	}

	p.Product-Information-Sage
	{
		font-size: 10.5pt;
		border-left: solid 4px #669999;
		background-position: 18px 5px;
		line-height: 12pt;
		background-image: url('../Images/Assets/Icons/ZonalOtherIcons/ReleaseInformation25px_SagePrint.svg');
		padding: 10px 65px;
	}

	p.Product-Status-Apple
	{
		font-size: 10.5pt;
	}

	p.Product-Status-Blueberry
	{
		font-size: 10.5pt;
	}

	p.Product-Status-Cornflower
	{
		font-size: 10.5pt;
	}

	p.Product-Status-Ocean
	{
		font-size: 10.5pt;
	}

	p.Product-Status-Orange
	{
		font-size: 10.5pt;
	}

	p.Product-Status-Raspberry
	{
		font-size: 10.5pt;
	}

	p.Product-Status-Sage
	{
		font-size: 10.5pt;
	}

	p.Release-Date-Apple
	{
		font-size: 10.5pt;
	}

	p.Release-Date-Blueberry
	{
		font-size: 10.5pt;
	}

	p.Release-Date-Cornflower
	{
		font-size: 10.5pt;
	}

	p.Release-Date-Ocean
	{
		font-size: 10.5pt;
	}

	p.Release-Date-Orange
	{
		font-size: 10.5pt;
	}

	p.Release-Date-Raspberry
	{
		font-size: 10.5pt;
	}

	p.Release-Date-Sage
	{
		font-size: 10.5pt;
		border-left: solid 4px #669999;
		background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Calendar25px_SagePrint.svg');
		line-height: 12pt;
		background-position: 18px 5px;
		padding: 10px 65px;
	}

	th
	{
		font-size: 10.5pt;
	}

	p.Hardware-Status-02Active
	{
		font-size: 10.5pt;
		line-height: 12pt;
		border-left: solid 4px #669999;
		background-image: url('../Images/Assets/Icons/ZonalOtherIcons/HardwareActive25px_SagePrint.svg');
		background-color: #F5F5F5;
		background-position: 18px 5px;
		padding: 10px 65px;
	}

	p.Hardware-Status-01PreRelease
	{
		font-size: 10.5pt;
		border-left: solid 4px #669999;
		padding: 10px 65px;
		line-height: 12pt;
		background-position: 18px 5px;
		background-image: url('../Images/Assets/Icons/ZonalOtherIcons/HardwarePre25px_SagePrint.svg');
	}

	h1.Print
	{
		font-size: 22pt;
	}

	div.Hardware-Primary-Header > div:nth-child(2)
	{
		width: 709px;
	}

	h2.Heading-Sage
	{
		font-size: 14pt;
		padding: 6px 15px 5px;
		border-left: solid 4px #669999;
		line-height: 20px;
		mc-heading-level: 0;
	}

	h2.Print
	{
		font-size: 22pt;
		color: #3c3c3b;
	}

	p.Hardware-Status-03EOL
	{
		border-left: solid 4px #669999;
	}

	p.Hardware-Status-04Discontinued
	{
		border-left: solid 4px #669999;
	}

	div.Hardware-Description-Header > div:nth-child(1)
	{
		border-left: solid 4px #669999;
		padding-left: 65px;
	}

	img.thumbnail-large
	{
		mc-thumbnail: none;
		max-width: 30%;
		height: auto;
	}
}

img.thumbnail-full-image-size-hoverover
{
	mc-thumbnail: hover;
	mc-thumbnail-max-height: auto;
}

p.General-Box-Caution
{
	background-color: #F5F5F5;
	background-position: 14px 10px;
	background-repeat: no-repeat;
	border-left: solid 4px #FCC42F;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Caution_32px.png');
}

p.General-Box-Note
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Note_32px.png');
}

p.General-Box-Warning
{
	background-color: #F5F5F5;
	background-position: 14px 10px;
	background-repeat: no-repeat;
	border-left: solid 4px #C60D11;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Warning_32px.png');
}

p.General-Box-Idea-Hint-Tip
{
	background-color: #F5F5F5;
	background-position: 14px 10px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Idea_32px.png');
}

p.General-Zonal-Only-Box--xx-ApplyTags-To-Content-xx
{
	background-color: #F5F5F5;
	background-image: url('../Images/Assets/Logos/Master_Logo_MintGrey/ZonalConnect_Help.svg');
	background-position: 14px 11px;
	background-repeat: no-repeat;
	border-left: solid 4px #8BCDCB;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
}

h1.Heading-Sage
{
	background-color: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 1.2;
	border-left: solid 8px #00807D;
	color: #000000;
}

h1.Heading-Blueberry
{
	background-color: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 1.2;
	border-left: solid 8px #00807D;
	color: #000000;
}

h1.Heading-Raspberry
{
	background-color: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
	border-left: solid 8px #00807D;
}

h1.Heading-Orange
{
	background-color: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 1.2;
	border-left: solid 8px #00807D;
	color: #000000;
}

h1.Heading-Jade
{
	background-color: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
	border-left: solid 8px #00807D;
}

h1.Heading-Cornflower
{
	background-color: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
	border-left: solid 8px #00807D;
}

h1.Heading-Ocean
{
	background-color: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 1.2;
	border-left: solid 8px #00807D;
	color: #000000;
}

h1.Heading-Apple
{
	background-color: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 22pt;
	font-weight: bold;
	line-height: 1.2;
	border-left: solid 8px #00807D;
	color: #000000;
}

MadCap|dropDownHead.Sage-Sub-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Blueberry-Sub-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Raspberry-Sub-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|dropDownHead.Orange-Sub-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|dropDownHead.Jade-Sub-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Ocean-Sub-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|dropDownHead.Cornflower-Sub-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|dropDownHead.Apple-Sub-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

p.Release-Date-Sage
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Calendar_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Status-Sage
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Status_32px.png');
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
}

p.Release-Date-Blueberry
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Calendar_32px.png');
	border-left: solid 4px #00807D;
}

p.Release-Date-Orange
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Calendar_32px.png');
	border-left: solid 4px #00807D;
}

p.Release-Date-Apple
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Calendar_32px.png');
	border-left: solid 4px #00807D;
}

p.Release-Date-Raspberry
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Calendar_32px.png');
	border-left: solid 4px #00807D;
}

p.Release-Date-Cornflower
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Calendar_32px.png');
	border-left: solid 4px #00807D;
}

p.Release-Date-Ocean
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Calendar_32px.png');
	border-left: solid 4px #00807D;
}

p.Release-Date-Jade
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Calendar_32px.png');
	border-left: solid 4px #00807D;
}

div.term
{
	color: #3c3c3b;
	font-weight: bold;
	background: #F5F5F5;
	font-size: 16pt;
}

div.definition
{
	background-color: #F5F5F5;
	color: #3c3c3b;
}

div.glossary
{
	background-color: #F5F5F5;
	border-left: solid 4px #8BCDCB;
}

div.micro-content-container
{
	border-left: solid 4px #8bcdcb;
}

li.marker
{
	color: #8bcdcb;
}

MadCap|dropDownHead.Sage-Main-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

p.Product-Information-Sage
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Information_32px.png');
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Raspberry-Main-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Blueberry-Main-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Apple-Main-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Cornflower-Main-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Jade-Main-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Ocean-Main-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHead.Orange-Main-Heading
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

p.Product-Status-Blueberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Status_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Status-Apple
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Status_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Status-Cornflower
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Status_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Status-Jade
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Status_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Status-Ocean
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Status_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Status-Orange
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Status_32px.png');
	border-left: solid 4px #f00807D;
}

p.Product-Status-Raspberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Status_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Information-Apple
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Information_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Information-Blueberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Information_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Information-Cornflower
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Information_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Information-Jade
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Information_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Information-Ocean
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Information_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Information-Orange
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Information_32px.png');
	border-left: solid 4px #00807D;
}

p.Video-Sage
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Video_32px.png');
}

p.Interactive-Sage
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Interact_32px.png');
}

p.Interactive_Apple
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Interact_32px.png');
}

p.Interactive_Blueberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Interact_32px.png');
}

p.Interactive_Cornflower
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Interact_32px.png');
}

p.Interactive_Jade
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Interact_32px.png');
}

p.Interactive_Ocean
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Interact_32px.png');
}

p.Interactive_Orange
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Interact_32px.png');
}

p.Product-Information-Raspberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/Information_32px.png');
	border-left: solid 4px #00807D;
}

p.Interactive_Raspberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Interact_32px.png');
}

p.Video-Orange
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Video_32px.png');
}

p.Product-Bug-Raspberry
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Bug_32px.png');
}

p.Product-Bug-Apple
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-image: url('../Images/Assets/Icons/Bug_32px.png');
	border-left: solid 4px #00807D;
}

p.Product-Bug-Blueberry
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Bug_32px.png');
}

p.Product-Bug-Cornflower
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Bug_32px.png');
}

p.Product-Bug-Ocean
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Bug_32px.png');
}

p.Product-Bug-Orange
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Bug_32px.png');
}

p.Product-Bug-Sage
{
	background-color: #F5F5F5;
	background-position: 14px 11px;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Bug_32px.png');
}

p.Video-Raspberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Video_32px.png');
}

p.Video-Jade
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Video_32px.png');
}

p.General-Box-Warning-Idented
{
	background-color: #F5F5F5;
	background-position: 14px 10px;
	background-repeat: no-repeat;
	border-left: solid 4px #C60D11;
	line-height: 50px;
	overflow: hidden;
	padding: 20px 75px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	margin: 1.12em 0;
	margin-right: 80px;
	margin-left: 120px;
	background-image: url('../Images/Assets/Icons/Warning_32px.png');
}

p.Highlight-Raspberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-position: 14px 14px;
	padding: 10px;
	border-left: solid 3px #00807D;
}

p.Video-Blueberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Video_32px.png');
}

div.code-wrap
{
	width: 100%;
	display: block;
	padding-left: 8px;
	background-color: #dcdcdc;
}

p.code-wrap-title
{
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 13px;
}

pre.example-code
{
	font-family: monospace;
	margin-bottom: 0px;
	overflow: auto;
	display: block;
	margin: 1em 0px;
	white-space: pre;
	padding: 1.5rem;
	font-size: 90%;
	line-height: 18pt;
	background: #D3D3D3;
	border: solid 6px # #D3D3D3;
}

p.Highlight-Cornflower
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-position: 14px 14px;
	padding: 10px;
	border-left: solid 3px #00807D;
}

p.code-wrap-footer
{
	font-size: 12pt;
	font-family: Arial;
	padding-left: 10px;
	padding-top: 13px;
	font-weight: normal;
}

p.Highlight-Blueberry
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	background-position: 14px 14px;
	padding: 10px;
	border-left: solid 3px #00807D;
}

MadCap|dropDownHead.Sage-Main-Heading_IncImage
{
	background: #F5F5F5;
	line-height: 50px;
	overflow: hidden;
	padding: 10px 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	border-left: solid 4px #00807D;
}

MadCap|breadcrumbsProxy.Events
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Reservations
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Tables
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Campaigns
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Gift
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Loyalty
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.PlatformServices
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Vouchers
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.WebOrdering
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.App
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.iOrder
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Acquire
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Enterprise
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.MobileStock
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Payments
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.KitcheniQ
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.MessageHub
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.Aztec
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.iServe
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

MadCap|breadcrumbsProxy.ZCF
{
	font-style: inherit;
	color: #3c3c3b;
	border-left: solid 8px #669999;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
}

MadCap|breadcrumbsProxy.POSInt
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

p.circle-number
{
	text-align: center;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: middle;
	color: #000000;
	background: #00807D;
}

td.cirlce-step
{
	background: #8bcdcb;
	color: #3c3c3b;
	text-align: center;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.5em;
	vertical-align: middle;
}

MadCap|breadcrumbsProxy.Zonal
{
	background-repeat: no-repeat;
	font-style: inherit;
	background-position: 5px inherit;
	padding-top: 6px;
	font-size: 12pt;
	color: #3c3c3b;
	background-image: url('../Images/Assets/Logos/Master_Logo_MintGrey/ZonalConnect_Help.svg');
	text-indent: 50px;
}

p.cell-text
{
	text-align: center;
	font-weight: bold;
	margin: 0;
	font-size: 12pt;
}

span.center-text
{
	vertical-align: middle;
}

span.highligh-version-number
{
	font-weight: bold;
	background: #dcdcdc;
	padding: 4px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 16px;
}

span.circle-number
{
	background: #8bcdcb;
	color: #3c3c3b;
	text-align: center;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: middle;
}

/*==How To -tiles section==*/

div.howto-tiles-container
{
	padding-bottom: 150px;
}

div.howto-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.howto-tiles::before
{
	content: ' ';
	display: table;
}

div.howto-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.howto-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5%;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	background-color: #f5f5f5;
	border: solid 2px #d3d3d3;
	text-align: left;
	border-radius: 25px 25px 0px 0px;
}

div.howto-tiles > div:nth-child(1)
{
	margin-left: 3%;
	width: 30%;
}

div.howto-tiles > div:nth-child(2)
{
	margin-left: 2%;
	width: 30%;
}

div.howto-tiles > div:nth-child(3)
{
	margin-left: 2%;
	width: 30%;
}

div.howto-tiles > div:nth-child(4)
{
	width: 16.667%;
	margin-left: 2%;
}

/*=Elements for text contained within each home-tile=*/

div.tile-head-1	/*Change this background-color for the first tile color*/
{
	color: #8bcdcb;
	background-color: #3c3c3b;
	border-radius: 25px 25px 0px 0px;
}

div.tile-head-2	/*Change this background-color for the second tile color*/
{
	background-color: #3c3c3b;
	color: #8bcdcb;
	border-radius: 25px 25px 0px 0px;
}

div.tile-head-3	/*Change this background-color for the second tile color*/
{
	color: #8bcdcb;
	background-color: #3c3c3b;
	border-radius: 25px 25px 0px 0px;
}

div.integrations-header
{
	color: #8bcdcb;
	background-color: #F5F5F5;
}

p.tile-title
{
	padding: 10px;
	margin-top: 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
}

p.tile-title-small
{
	padding: 10px;
	margin-top: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #8bcdcb;
}

p.tile-content
{
	padding-left: 5%;
	padding-right: 5%;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: #3c3c3b;
}

span.high-light-text
{
	background: #dcdcdc;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	width: auto;
	font-weight: bold;
	color: #3c3c3b;
	padding: 5px 12px 5px 12px;
	line-height: 15pt;
	height: 20pt;
}

span.image-badge
{
	background: #dcdcdc;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	width: auto;
	font-weight: bold;
	color: #3c3c3b;
	padding: 8px 12px 8px 12px;
	line-height: 20pt;
	height: 30pt;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Raspberry-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Raspberry-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Raspberry-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Raspberry-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Sage-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Sage-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Sage-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Sage-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Ocean-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Ocean-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Ocean-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Ocean-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Orange-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Orange-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Orange-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Orange-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Blueberry-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Blueberry-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Blueberry-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Blueberry-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Cornflower-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Cornflower-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Cornflower-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Cornflower-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Jade-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Jade-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Jade-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Jade-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Apple-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Apple-Sub-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Apple-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Apple-Main-Heading
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.Sage-Main-Heading_IncImage
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.Sage-Main-Heading_IncImage
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.p-general-text
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.p-general-text
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

MadCap|breadcrumbsProxy.HLS
{
	font-style: inherit;
	padding-left: 8px;
	font-size: 12pt;
	text-indent: 5px;
	padding-bottom: 28px;
	border-left: solid 4px #00807D;
	color: #000000;
}

p.Video-Apple
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	border-left: solid 4px #00807D;
	background-image: url('../Images/Assets/Icons/Video_32px.png');
}

MadCap|dropDownHead.p-general-text
{
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

code.ClassNameLink
{
	background: #8bcdcb;
}

code.CodeCallInTable
{
	background: #d3d3d3;
}

div.code-wrap p
{
	font-family: Consolas;
	font-size: 10pt;
	line-height: 11pt;
}

code.ClassBlueText
{
	color: #000080;
}

code.ClassRedText
{
	color: #b22222;
}

code.ClassGreenText
{
	color: #228b22;
}

code.ClassNameLink:hover
{
	color: #3c3c3b;
	background: #dcdcdc;
	font-weight: bold;
}

p.Hardware-Status-02Active
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Hardware_NPI_OK_Green.PNG');
	border-left: solid 4px #00807D;
}

p.Hardware-Status-04Discontinued
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Hardware_NPI_EOL_Red.PNG');
	border-left: solid 4px #00807D;
}

p.Hardware-Status-03EOL
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-position: 18px 14px;
	background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Hardware_NPI_Warn_Amber.PNG');
	border-left: solid 4px #00807D;
}

p.Hardware-Status-01PreRelease
{
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	line-height: 50px;
	overflow: hidden;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 75px;
	background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Hardware_NPI_Pre_Blue.PNG');
	background-position: 18px 15px;
	border-left: solid 4px #00807D;
}

MadCap|dropDownHotspot.Sage-Main-Heading
{
	font-size: 20pt;
}

MadCap|codeSnippetCopyButton:link
{
	color: #8bcdcb;
}

MadCap|popupHead.information-icon
{
	
}

li.Sage
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
	list-style-position: outside;
	line-height: 14px;
	/* Adjust the line-height as needed */
	align-items: center;
}

li.Raspberry
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
	list-style-position: outside;
	line-height: 14px;
	/* Adjust the line-height as needed */
	align-items: center;
}

li.Orange
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
	list-style-position: outside;
	line-height: 14px;
	/* Adjust the line-height as needed */
	align-items: center;
}

li.Blueberry
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
	list-style-position: outside;
	line-height: 14px;
	/* Adjust the line-height as needed */
	align-items: center;
}

li.Apple
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
	list-style-position: outside;
	line-height: 14px;
	/* Adjust the line-height as needed */
	align-items: center;
}

li.Cornflower
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
	list-style-position: outside;
	line-height: 14px;
	/* Adjust the line-height as needed */
	align-items: center;
}

li.Ocean
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
	list-style-position: outside;
	line-height: 14px;
	/* Adjust the line-height as needed */
	align-items: center;
}

li.Jade
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
	list-style-position: outside;
	line-height: 14px;
	/* Adjust the line-height as needed */
	align-items: center;
}

/*<meta sourceDocument="C:\Users\Deanr2\OneDrive - ZONAL RETAIL DATA SYSTEMS LIMITED\Documents\Knowledge Base\iZone Loyalty Administrator Guide.docx" />*/

p.p_1
{
	font-style: normal;
	margin-bottom: 9pt;
	margin-left: 46pt;
	text-indent: -1pt;
	font-family: Calibri;
	color: #000000;
	font-size: 12pt;
	margin-top: 0pt;
}

ol.ol_1
{
	font-style: normal;
	margin-bottom: 9pt;
	margin-left: 46pt;
	text-indent: -1pt;
	font-family: Calibri;
	color: #000000;
	font-size: 12pt;
	margin-top: 0pt;
}

ul.ul_1
{
	font-style: normal;
	margin-bottom: 9pt;
	margin-left: 46pt;
	text-indent: -1pt;
	font-family: Calibri;
	color: #000000;
	font-size: 12pt;
	margin-top: 0pt;
}

li.li_1
{
	font-style: normal;
	margin-bottom: 9pt;
	margin-left: 46pt;
	text-indent: -1pt;
	font-family: Calibri;
	color: #000000;
	font-size: 12pt;
	margin-top: 0pt;
}

td.td_1
{
	background: #8bcdcb;
	text-align: center;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 9pt;
	margin-left: 46pt;
	text-indent: -1pt;
	font-family: Calibri;
	color: #000000;
	font-size: 12pt;
	vertical-align: top;
}

img.img_1
{
	left: 61537;
	top: 6299;
	visibility: visible;
	mso-wrap-style: square;
	width: 672px;
	height: 669px;
}

p.p_2
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 590pt;
}

col.col_1
{
	width: 79pt;
}

col.col_2
{
	width: 56pt;
}

col.col_3
{
	width: 277pt;
}

col.col_4
{
	width: 72pt;
}

span.span_1
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14pt;
}

p.p_3
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	text-align: center;
}

td.td_2
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #8BCDCB;
	vertical-align: middle;
	padding-top: 10pt;
	padding-bottom: 4pt;
	padding-left: 5pt;
	padding-right: 0pt;
}

p.p_4
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 6pt;
	text-align: center;
}

p.p_5
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 8pt;
}

tr.tr_1
{
	height: 51pt;
}

td.td_3
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 10pt;
	padding-bottom: 4pt;
	padding-left: 5pt;
	padding-right: 0pt;
}

p.p_6
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 1pt;
}

p.p_7
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 1pt;
	text-align: justify;
}

td.td_4
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-top: 10pt;
	padding-bottom: 4pt;
	padding-left: 5pt;
	padding-right: 0pt;
}

p.p_8
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
}

tr.tr_2
{
	height: 34pt;
}

p.p_9
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 3pt;
	text-align: center;
}

p.p_10
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 3pt;
}

p.p_11
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 3pt;
	text-align: center;
}

tr.tr_3
{
	height: 35pt;
}

table.table_1
{
	margin-left: 17pt;
	border-collapse: collapse;
}

p.p_12
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 300pt;
	text-align: justify;
}

h1.Heading1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-left: 46pt;
	text-indent: -1pt;
	mc-heading-level: 1;
	font-family: Arial;
	font-weight: bold;
	color: #8BCDCB;
	font-size: 18pt;
}

p.TOC1
{
	margin-bottom: 8pt;
	margin-left: 12pt;
	text-indent: -1pt;
	margin-right: 58pt;
	text-align: right;
	font-family: Arial;
	color: #595959;
}

p.TOC2
{
	margin-bottom: 8pt;
	margin-left: 12pt;
	text-indent: -1pt;
	margin-right: 13pt;
	text-align: right;
	font-family: Arial;
	color: #595959;
}

p.TOC3
{
	margin-bottom: 8pt;
	margin-left: 69pt;
	text-indent: -1pt;
	margin-right: 13pt;
	text-align: justify;
	font-family: Arial;
	color: #595959;
}

h1.Heading1_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-left: 46pt;
	text-indent: -1pt;
	mc-heading-level: 1;
	font-family: Arial;
	font-weight: bold;
	color: #8BCDCB;
	font-size: 24pt;
}

span.span_2
{
	font-size: 18pt;
}

span.span_3
{
	color: #004974;
	font-size: 18pt;
}

p.p_13
{
	margin-bottom: 7pt;
	margin-left: 46pt;
	margin-right: 13pt;
}

p.p_14
{
	margin-bottom: 2pt;
}

li.li_2
{
	margin-bottom: 2pt;
}

p.p_15
{
	margin-bottom: 21pt;
}

li.li_3
{
	margin-bottom: 21pt;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 63pt;
}

p.p_16
{
	margin-bottom: 5pt;
	margin-left: 46pt;
	margin-right: 13pt;
}

p.p_17
{
	margin-bottom: 19pt;
	margin-left: 46pt;
	margin-right: 13pt;
}

span.span_4
{
	font-weight: bold;
	font-size: 11pt;
}

p.p_18
{
	margin-bottom: 6pt;
	margin-left: 46pt;
}

p.p_19
{
	margin-bottom: 6pt;
	margin-left: 46pt;
	margin-right: 13pt;
}

p.p_20
{
	margin-left: 46pt;
	margin-right: 13pt;
}

p.p_21
{
	margin-bottom: 4pt;
}

li.li_4
{
	margin-bottom: 4pt;
}

img.img_2
{
	left: 0;
	text-align: left;
	z-index: -25;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	margin-left: 472.95pt;
	width: 21px;
	height: 21px;
}

p.p_22
{
	margin-bottom: 6pt;
}

li.li_5
{
	margin-bottom: 6pt;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 81pt;
}

p.p_23
{
	margin-bottom: 7pt;
}

p.p_24
{
	margin-bottom: 5pt;
}

p.p_25
{
	margin-bottom: 5pt;
	text-align: justify;
}

p.p_26
{
	margin-bottom: 3pt;
}

li.li_6
{
	margin-bottom: 7pt;
}

p.p_27
{
	margin-bottom: 11pt;
}

span.span_5
{
	font-weight: bold;
	color: #8BCDCB;
	font-size: 14pt;
}

p.p_28
{
	margin-bottom: 1pt;
}

li.li_7
{
	margin-bottom: 11pt;
}

p.p_29
{
	margin-bottom: 3pt;
	text-align: justify;
}

p.p_30
{
	margin-bottom: 19pt;
}

ol.ol_2
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 67pt;
}

ol.ol_3
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 61pt;
}

span.span_6
{
	color: #0000FF;
	text-decoration: underline;
}

p.p_31
{
	margin-bottom: 21pt;
	margin-left: 46pt;
	margin-right: 13pt;
}

span.span_7
{
	font-weight: bold;
}

li.li_8
{
	margin-bottom: 1pt;
}

p.p_32
{
	margin-bottom: 8pt;
}

li.li_9
{
	margin-bottom: 8pt;
}

p.p_33
{
	margin-bottom: 9pt;
}

li.li_10
{
	margin-bottom: 9pt;
}

ul.ul_4
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 19pt;
}

span.span_8
{
	color: #0000FF;
}

p.p_34
{
	margin-bottom: 0pt;
	margin-left: 1pt;
	margin-right: 55pt;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 679px;
	height: 386px;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 488px;
	height: 572px;
}

img.img_5
{
	left: 30946;
	top: 38672;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 128px;
}

span.span_9
{
	font-size: 11pt;
}

p.p_35
{
	margin-bottom: 8pt;
	margin-left: 46pt;
}

ol.ol_4
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 81pt;
}

col.col_5
{
	width: 64pt;
}

col.col_6
{
	width: 418pt;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 66px;
	height: 47px;
}

p.p_36
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	text-align: right;
}

td.td_5
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 6pt;
	padding-bottom: 6pt;
	padding-left: 6pt;
	padding-right: 1pt;
}

p.p_37
{
	margin-bottom: 6pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 1pt;
}

p.p_38
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 12pt;
	text-align: justify;
}

td.td_6
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-top: 6pt;
	padding-bottom: 6pt;
	padding-left: 6pt;
	padding-right: 1pt;
}

tr.tr_4
{
	height: 128pt;
}

table.table_2
{
	margin-left: 46pt;
	border-collapse: collapse;
}

p.p_39
{
	margin-bottom: 5pt;
	text-indent: 0pt;
	margin-left: 46pt;
}

p.p_40
{
	margin-bottom: 1pt;
	text-indent: 0pt;
	margin-left: 46pt;
}

li.li_11
{
	margin-bottom: 5pt;
}

ol.ol_5
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

col.col_7
{
	width: 119pt;
}

col.col_8
{
	width: 112pt;
}

col.col_9
{
	width: 130pt;
}

p.p_41
{
	margin-bottom: 8pt;
	text-indent: 0pt;
	margin-left: 0pt;
}

td.td_7
{
	border-top-style: none;
	border-left-style: none;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 2032px;
	height: 1404px;
}

p.p_42
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
}

td.td_8
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-left: 0pt;
	padding-right: 0pt;
}

img.img_8
{
	visibility: visible;
	mso-wrap-style: square;
	width: 4px;
	height: 20px;
}

td.td_9
{
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-right-style: none;
	background-color: #auto;
	vertical-align: bottom;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

tr.tr_5
{
	height: 157pt;
}

td.td_10
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: none;
	background-color: #auto;
	padding-left: 0pt;
	padding-right: 0pt;
}

tr.tr_6
{
	height: 17pt;
}

p.p_43
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 1pt;
	text-align: right;
}

sup.sup_1
{
	font-weight: bold;
}

p.p_44
{
	margin-bottom: 8pt;
	text-indent: 0pt;
	margin-left: 5pt;
}

p.p_45
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 5pt;
}

td.td_11
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-left: 0pt;
	padding-right: 0pt;
}

tr.tr_7
{
	height: 99pt;
}

p.p_46
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	text-align: right;
	font-size: 11pt;
}

td.td_12
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: 3pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_13
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 3pt;
	border-left-color: #000000;
	border-bottom-style: none;
	border-right-style: none;
	background-color: #auto;
	padding-left: 0pt;
	padding-right: 0pt;
}

tr.tr_8
{
	height: 15pt;
}

table.table_3
{
	margin-left: 1pt;
	border-collapse: collapse;
}

img.img_9
{
	left: 38277;
	top: 31889;
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 128px;
}

p.p_47
{
	margin-bottom: 8pt;
	text-indent: 0pt;
	margin-left: 89pt;
}

sup.sup_2
{
	font-size: 11pt;
}

p.p_48
{
	margin-bottom: 10pt;
	margin-left: 1pt;
	margin-right: 56pt;
}

p.p_49
{
	margin-bottom: 1pt;
	text-indent: 0pt;
	margin-left: 1pt;
}

img.img_10
{
	left: 30068;
	top: 27338;
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 125px;
}

col.col_10
{
	width: 240pt;
}

col.col_11
{
	width: 131pt;
}

td.td_14
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 3pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 1pt;
	padding-left: 1pt;
	padding-right: 0pt;
}

td.td_15
{
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 3pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: none;
	background-color: #auto;
	padding-top: 1pt;
	padding-left: 1pt;
	padding-right: 0pt;
}

tr.tr_9
{
	height: 16pt;
}

img.img_11
{
	top: 4333;
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 302px;
}

p.p_50
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 7pt;
	margin-right: 6pt;
}

td.td_16
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 1pt;
	padding-left: 1pt;
	padding-right: 0pt;
}

tr.tr_10
{
	height: 78pt;
}

td.td_17
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: 3pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 1pt;
	padding-left: 1pt;
	padding-right: 0pt;
}

td.td_18
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 3pt;
	border-left-color: #000000;
	border-bottom-style: none;
	border-right-style: none;
	background-color: #auto;
	padding-top: 1pt;
	padding-left: 1pt;
	padding-right: 0pt;
}

table.table_4
{
	border-collapse: collapse;
}

img.img_12
{
	visibility: visible;
	mso-wrap-style: square;
	width: 1868px;
	height: 2161px;
}

p.p_51
{
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 56pt;
}

td.td_19
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 1pt;
}

p.p_52
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 23pt;
	text-align: justify;
}

td.td_20
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: middle;
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 1pt;
}

tr.tr_11
{
	height: 63pt;
}

img.img_13
{
	left: 47988;
	top: 21028;
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 125px;
}

p.p_53
{
	margin-bottom: 0pt;
}

span.span_10
{
	font-size: 11pt;
	text-decoration: underline;
}

li.li_12
{
	margin-bottom: 0pt;
}

ul.ul_5
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

img.img_14
{
	left: 0;
	text-align: left;
	z-index: 34;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	margin-left: 357.8pt;
	width: 42px;
	height: 42px;
}

p.p_54
{
	margin-left: 46pt;
	margin-right: 138pt;
}

ol.ol_6
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 63pt;
}

img.img_15
{
	left: 21976;
	top: 4461;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 137px;
}

p.p_55
{
	margin-bottom: 2pt;
	text-indent: 0pt;
	margin-left: 0pt;
	text-align: right;
}

img.img_16
{
	visibility: visible;
	mso-wrap-style: square;
	width: 1118px;
	height: 484px;
}

p.p_56
{
	margin-bottom: 14pt;
}

li.li_13
{
	margin-bottom: 14pt;
}

ul.ul_6
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 18pt;
}

p.p_57
{
	margin-bottom: 5pt;
	text-align: center;
}

p.p_58
{
	margin-bottom: 10pt;
}

p.p_59
{
	margin-bottom: 7pt;
	font-weight: bold;
	font-size: 11pt;
}

img.img_17
{
	visibility: visible;
	mso-wrap-style: square;
	width: 766px;
	height: 719px;
}

li.li_14
{
	margin-bottom: 10pt;
}

ul.ul_7
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 74pt;
}

img.img_18
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 649px;
}

span.span_11
{
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
}

p.p_60
{
	margin-bottom: 8pt;
	margin-left: 0pt;
	margin-right: 76pt;
	text-align: justify;
}

img.img_19
{
	left: 66108;
	top: 29993;
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 125px;
}

li.li_15
{
	margin-bottom: 3pt;
}

ul.ul_8
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 45pt;
}

p.p_61
{
	margin-bottom: 8pt;
	margin-left: 46pt;
	margin-right: 11pt;
}

img.img_20
{
	left: 23776;
	top: 12856;
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 125px;
}

ol.ol_7
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 80pt;
}

td.td_21
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-top: 7pt;
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 1pt;
}

p.p_62
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 22pt;
	text-align: justify;
}

td.td_22
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 7pt;
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 1pt;
}

tr.tr_12
{
	height: 61pt;
}

p.p_63
{
	margin-bottom: 7pt;
	text-indent: 0pt;
	margin-left: 1pt;
}

img.img_21
{
	top: 673;
	visibility: visible;
	mso-wrap-style: square;
	width: 503px;
	height: 149px;
}

p.p_64
{
	margin-bottom: 5pt;
	text-indent: 0pt;
	margin-left: 0pt;
}

ol.ol_8
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 41pt;
}

img.img_22
{
	visibility: visible;
	mso-wrap-style: square;
	width: 1874px;
	height: 3331px;
}

p.p_65
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 193pt;
	text-align: center;
}

img.img_23
{
	left: 56963;
	top: 41419;
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 125px;
}

p.p_66
{
	margin-left: 1pt;
	margin-right: 57pt;
}

p.p_67
{
	margin-bottom: 11pt;
	margin-left: 1pt;
	font-weight: bold;
	font-size: 11pt;
}

p.p_68
{
	margin-bottom: 12pt;
}

ol.ol_9
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 19pt;
}

p.p_69
{
	margin-bottom: 8pt;
	text-align: justify;
}

span.span_12
{
	text-decoration: underline;
}

ol.ol_10
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 25pt;
}

p.p_70
{
	margin-bottom: 0pt;
	font-weight: bold;
	font-size: 11pt;
}

col.col_12
{
	width: 433pt;
}

p.p_71
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 6pt;
	text-align: justify;
}

tr.tr_13
{
	height: 60pt;
}

p.p_72
{
	margin-left: 1pt;
	margin-right: 54pt;
}

ul.ul_9
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 62pt;
}

p.p_73
{
	margin-left: 1pt;
	margin-right: 26pt;
}

img.img_24
{
	left: 0;
	text-align: left;
	z-index: -17;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	margin-left: 18.75pt;
	width: 20px;
	height: 21px;
}

ul.ul_10
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 83pt;
}

ol.ol_11
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 64pt;
}

p.p_74
{
	margin-bottom: 4pt;
	margin-left: 46pt;
	margin-right: 37pt;
	text-align: justify;
}

p.p_75
{
	margin-bottom: 8pt;
	margin-left: 46pt;
	margin-right: 8pt;
}

ol.ol_12
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 22pt;
}

img.img_25
{
	visibility: visible;
	mso-wrap-style: square;
	width: 2478px;
	height: 1275px;
}

p.p_76
{
	margin-bottom: 2pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 90pt;
	text-align: center;
}

img.img_26
{
	visibility: visible;
	mso-wrap-style: square;
	width: 2242px;
	height: 1724px;
}

p.p_77
{
	margin-bottom: 1pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 50pt;
	text-align: center;
}

img.img_27
{
	visibility: visible;
	mso-wrap-style: square;
	width: 307px;
	height: 111px;
}

p.p_78
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 94pt;
	text-align: center;
}

td.td_23
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-top: 9pt;
	padding-bottom: 1pt;
	padding-left: 5pt;
	padding-right: 1pt;
}

td.td_24
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 9pt;
	padding-bottom: 1pt;
	padding-left: 5pt;
	padding-right: 1pt;
}

tr.tr_14
{
	height: 58pt;
}

img.img_28
{
	visibility: visible;
	mso-wrap-style: square;
	width: 4033px;
	height: 1944px;
}

p.p_79
{
	margin-bottom: 2pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 7pt;
	text-align: right;
}

img.img_29
{
	left: 63600;
	top: 7140;
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 125px;
}

span.span_13
{
	color: #0000FF;
	font-size: 11pt;
	text-decoration: underline;
}

ul.ul_11
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 80pt;
}

img.img_30
{
	left: 45;
	top: 107;
	visibility: visible;
	mso-wrap-style: square;
	width: 3101px;
	height: 1959px;
}

p.p_80
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 103pt;
	text-align: right;
}

span.span_14
{
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

p.p_81
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 14pt;
	text-align: justify;
}

img.img_31
{
	left: 45;
	top: 54;
	visibility: visible;
	mso-wrap-style: square;
	width: 3101px;
	height: 1963px;
}

p.p_82
{
	margin-bottom: 8pt;
	margin-left: 37pt;
	margin-right: 51pt;
}

p.p_83
{
	margin-bottom: 5pt;
	margin-left: 46pt;
	margin-right: 28pt;
}

p.p_84
{
	margin-bottom: 1pt;
	margin-left: 46pt;
	margin-right: 35pt;
	text-align: justify;
}

img.img_32
{
	visibility: visible;
	mso-wrap-style: square;
	width: 4327px;
	height: 2576px;
}

p.p_85
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 6pt;
	text-align: right;
}

p.p_86
{
	margin-bottom: 0pt;
	margin-left: 46pt;
	margin-right: 20pt;
}

img.img_33
{
	visibility: visible;
	mso-wrap-style: square;
	width: 82px;
	height: 24px;
}

p.p_87
{
	margin-bottom: 1pt;
	margin-left: 46pt;
	margin-right: 13pt;
}

td.td_25
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-bottom: 5pt;
	padding-left: 6pt;
	padding-right: 1pt;
}

td.td_26
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: middle;
	padding-bottom: 5pt;
	padding-left: 6pt;
	padding-right: 1pt;
}

p.p_88
{
	margin-bottom: 11pt;
	text-indent: 0pt;
	margin-left: 46pt;
}

p.p_89
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 46pt;
}

span.span_15
{
	font-weight: bold;
	color: #8BCDCB;
}

span.span_16
{
	font-weight: bold;
	color: #0070C0;
}

p.p_90
{
	margin-bottom: 13pt;
}

li.li_16
{
	margin-bottom: 13pt;
}

img.img_34
{
	top: 41378;
	visibility: visible;
	mso-wrap-style: square;
	width: 470px;
	height: 136px;
}

p.p_91
{
	margin-bottom: 11pt;
	text-indent: 0pt;
	margin-left: 22pt;
}

ol.ol_13
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 32pt;
}

col.col_13
{
	width: 63pt;
}

col.col_14
{
	width: 419pt;
}

img.img_35
{
	visibility: visible;
	mso-wrap-style: square;
	width: 58px;
	height: 42px;
}

td.td_27
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-top: 8pt;
	padding-bottom: 1pt;
	padding-left: 6pt;
	padding-right: 2pt;
}

td.td_28
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 8pt;
	padding-bottom: 1pt;
	padding-left: 6pt;
	padding-right: 2pt;
}

tr.tr_15
{
	height: 53pt;
}

p.p_92
{
	margin-bottom: 5pt;
	margin-left: 1pt;
	margin-right: 61pt;
	text-align: center;
}

td.td_29
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-top: 8pt;
	padding-bottom: 1pt;
	padding-left: 6pt;
	padding-right: 1pt;
}

td.td_30
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 8pt;
	padding-bottom: 1pt;
	padding-left: 6pt;
	padding-right: 1pt;
}

img.img_36
{
	visibility: visible;
	mso-wrap-style: square;
	width: 48px;
	height: 22px;
}

span.span_17
{
	font-weight: bold;
	color: #00A2D4;
	font-size: 14pt;
}

li.li_17
{
	margin-bottom: 12pt;
}

img.img_37
{
	left: 2740;
	top: 946;
	visibility: visible;
	mso-wrap-style: square;
	width: 213px;
	height: 137px;
}

p.p_93
{
	margin-bottom: 6pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 116pt;
	text-align: right;
}

tr.tr_16
{
	height: 56pt;
}

p.p_94
{
	margin-bottom: 9pt;
	margin-left: 1pt;
	margin-right: 60pt;
	text-align: justify;
}

img.img_38
{
	visibility: visible;
	mso-wrap-style: square;
	width: 798px;
	height: 1173px;
}

p.p_95
{
	margin-bottom: 9pt;
	text-align: justify;
}

ul.ul_12
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 35pt;
}

ul.ul_13
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 14pt;
}

img.img_39
{
	visibility: visible;
	mso-wrap-style: square;
	width: 694px;
	height: 613px;
}

ol.ol_14
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 34pt;
}

td.td_31
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-top: 6pt;
	padding-bottom: 5pt;
	padding-left: 6pt;
	padding-right: 1pt;
}

td.td_32
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: bottom;
	padding-top: 6pt;
	padding-bottom: 5pt;
	padding-left: 6pt;
	padding-right: 1pt;
}

tr.tr_17
{
	height: 93pt;
}

p.p_96
{
	margin-bottom: 7pt;
	margin-left: 46pt;
	font-weight: bold;
	font-size: 11pt;
}

img.img_40
{
	left: 8412;
	top: 5256;
	visibility: visible;
	mso-wrap-style: square;
	width: 557px;
	height: 189px;
}

p.p_97
{
	margin-bottom: 5pt;
	margin-left: 46pt;
	margin-right: 71pt;
}

p.p_98
{
	margin-bottom: 1pt;
	text-align: right;
}

p.p_99
{
	margin-bottom: 5pt;
	text-align: right;
}

img.img_41
{
	left: 55138;
	top: 29531;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 137px;
}

img.img_42
{
	visibility: visible;
	mso-wrap-style: square;
	width: 1338px;
	height: 959px;
}

img.img_43
{
	visibility: visible;
	mso-wrap-style: square;
	width: 845px;
	height: 1335px;
}

img.img_44
{
	left: 43620;
	top: 33558;
	visibility: visible;
	mso-wrap-style: square;
	width: 34px;
	height: 137px;
}

ul.ul_14
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 27pt;
}

ol.ol_15
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 36pt;
}

ul.ul_15
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 46pt;
}

ol.ol_16
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 63pt;
}

img.img_45
{
	visibility: visible;
	mso-wrap-style: square;
	width: 1338px;
	height: 1375px;
}

img.img_46
{
	left: 5486;
	top: 52763;
	visibility: visible;
	mso-wrap-style: square;
	width: 306px;
	height: 143px;
}

img.img_47
{
	visibility: visible;
	mso-wrap-style: square;
	width: 908px;
	height: 1268px;
}

img.img_48
{
	left: 49750;
	top: 44648;
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 137px;
}

p.p_100
{
	margin-bottom: 377pt;
}

img.img_49
{
	left: 44942;
	top: 36950;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 137px;
}

p.p_101
{
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 48pt;
}

img.img_50
{
	visibility: visible;
	mso-wrap-style: square;
	width: 3881px;
	height: 1899px;
}

p.p_102
{
	margin-bottom: 11pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 62pt;
	text-align: right;
}

p.p_103
{
	margin-bottom: 5pt;
	margin-left: 46pt;
	margin-right: 14pt;
	text-align: justify;
}

p.p_104
{
	margin-bottom: 0pt;
	margin-left: 46pt;
	margin-right: 13pt;
}

img.img_51
{
	left: 57470;
	top: 30406;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 137px;
}

img.img_52
{
	left: 162;
	top: 120;
	visibility: visible;
	mso-wrap-style: square;
	width: 2497px;
	height: 1713px;
}

p.p_105
{
	margin-bottom: 10pt;
	margin-left: 46pt;
	margin-right: 13pt;
}

img.img_53
{
	left: 0;
	text-align: left;
	z-index: -4;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	margin-left: 174.7pt;
	width: 21px;
	height: 21px;
}

ul.ul_16
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 82pt;
}

p.p_106
{
	margin-bottom: 5pt;
	margin-left: 1pt;
	margin-right: 71pt;
	text-align: justify;
}

p.p_107
{
	margin-bottom: 1pt;
	margin-left: 1pt;
	margin-right: 41pt;
}

p.p_108
{
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 11pt;
	text-align: justify;
}

p.p_109
{
	margin-left: 1pt;
	margin-right: 13pt;
}

img.img_54
{
	left: 59024;
	top: 9519;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 137px;
}

img.img_55
{
	left: 63228;
	top: 35778;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 140px;
}

ul.ul_17
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 37pt;
}

img.img_56
{
	visibility: visible;
	mso-wrap-style: square;
	width: 128px;
	height: 134px;
}

p.p_110
{
	margin-bottom: 4pt;
	text-indent: 0pt;
	margin-left: 0pt;
}

p.p_111
{
	margin-bottom: 1pt;
	text-indent: 0pt;
	margin-left: 0pt;
}

p.p_112
{
	margin-left: 1pt;
	margin-right: 43pt;
}

img.img_57
{
	left: 61535;
	top: 38478;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 137px;
}

p.p_113
{
	text-indent: 0pt;
	margin-left: 0pt;
}

p.p_114
{
	margin-bottom: 2pt;
	text-indent: 0pt;
	margin-left: 46pt;
}

img.img_58
{
	left: 59799;
	top: 25887;
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 137px;
}

p.p_115
{
	margin-bottom: 2pt;
	text-indent: 0pt;
	margin-left: 0pt;
}

img.img_59
{
	left: 51100;
	top: 1988;
	visibility: visible;
	mso-wrap-style: square;
	width: 357px;
	height: 125px;
}

p.p_116
{
	margin-right: 5pt;
	margin-bottom: 0pt;
	text-indent: 0pt;
	margin-left: 0pt;
}

p.p_117
{
	margin-bottom: 1pt;
	text-indent: 0pt;
	margin-left: 0pt;
	margin-right: 57pt;
	text-align: right;
}

p.MCDropDownHotSpot_
{
	
}

ul.Seconddot
{
	
}

ul.Seconddot > li > ul
{
	list-style-type: disc;
}

