/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Univers for Fiserv 45 Light';
	font-style: normal;
	font-weight: lighter;
	src: url('../Fonts/UniversForFiserv45-Lt.ttf') format('truetype');
}

@font-face 
{
	font-family: 'Univers for Fiserv 45 Light';
	font-style: italic;
	font-weight: lighter;
	src: url('../Fonts/UniversForFiserv45-Lt.ttf') format('truetype');
}

@font-face 
{
	font-family: 'Univers for Fiserv 55';
	font-style: normal;
	font-weight: normal;
	src: url('../Fonts/UniversForFiserv55.ttf') format('truetype');
}

@font-face 
{
	font-family: 'Univers for Fiserv 55';
	font-style: italic;
	font-weight: normal;
	src: url('../Fonts/UniversForFiserv55-It.ttf') format('truetype');
}

@font-face 
{
	font-family: 'Univers for Fiserv 65 Bd';
	font-style: normal;
	font-weight: normal;
	src: url('../Fonts/UniversForFiserv65-Bd.ttf') format('truetype');
}

@font-face 
{
	font-family: 'Univers for Fiserv 65 Bd';
	font-style: italic;
	font-weight: normal;
	src: url('../Fonts/UniversForFiserv65-BdIt.ttf') format('truetype');
}

body
{
	font-size: 1rem;
	line-height: 1.7rem;
	margin: 1.7rem;
	max-width: 75%;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
}

a:link
{
	color: #237CB8;
}

a:visited
{
	color: #237CB8;
}

a:focus
{
	color: #1c567d;
}

a:hover
{
	color: #1c567d;
}

a:active
{
	color: #237CB8;
}

h1
{
	font-size: 36px;
	line-height: 43px;
	font-family: 'Univers for Fiserv 65 Bd', 'Segoe UI', 'Open Sans', Arial;
	color: #2D2D2D;
}

h2
{
	font-size: 24px;
	line-height: 29px;
	font-family: 'Univers for Fiserv 65 Bd', 'Segoe UI', 'Open Sans', Arial;
	color: #2D2D2D;
}

h3
{
	font-size: 20px;
	line-height: 25px;
	font-family: 'Univers for Fiserv 65 Bd', 'Segoe UI', 'Open Sans', Arial;
	color: #2D2D2D;
}

h4
{
	font-size: 18px;
	font-family: 'Univers for Fiserv 65 Bd', 'Segoe UI', 'Open Sans', Arial;
	color: #2D2D2D;
	line-height: 23px;
}

h5	/*Also use this for the field name heading in your field definition topics/snippets.*/
{
	font-family: 'Univers for Fiserv 65 Bd', 'Segoe UI', 'Open Sans', Arial;
	color: #2D2D2D;
	line-height: 20px;
	font-size: 16px;
}

h6
{
	font-family: 'Univers for Fiserv 65 Bd', 'Segoe UI', 'Open Sans', Arial;
	color: #2D2D2D;
	font-size: 14px;
	line-height: 18px;
}

p
{
	color: #3C3C3C;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
}

div.Blue
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #237CB8;
	border-radius: 4px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/information-circle-2e8bc9.svg');
	background-size: 20px 20px;
}

div.Red
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #DD3435;
	border-radius: 6px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/alert-circle-C00000.svg');
	background-size: 20px 20px;
}

div.Green
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #228800;
	border-radius: 6px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/check-circle-00812B.svg');
	background-size: 20px 20px;
}

div.Gold
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #ffaa05;
	border-radius: 6px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/alert-triangle-FFAA05.svg');
	background-size: 18px 20px;
}

div.Grey
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #666666;
	border-radius: 6px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/check-circle-333333.svg');
	background-size: 20px 20px;
}

p.Note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #237CB8;
	border-radius: 4px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/information-circle-2e8bc9.svg');
	background-size: 20px 20px;
	mc-label: 'Informational Note:';
}

blockquote.ProcedureTableOrText	/*Use for tables or paragraph that line up under your procedure steps.*/
{
	margin: 0;
	margin-top: 0;
	margin-left: 5.5rem;
}

tr:hover
{
	background: #E0E0E0;
	transition: all 0.25s ease;
}

th
{
	font-size: .9rem;
	color: #ffffff;
	text-align: left;
	mc-hyphenate: never;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
	background-color: #333333;
}

td
{
	font-size: .9rem;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 3px;
	mc-hyphenate: never;
	padding-bottom: 6pt;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
}

li.NumberStep
{
	text-align: left;
	list-style: decimal;
	list-style-type: decimal;
	font-size: inherit;
	list-style-position: outside;
	margin-left: 1rem;
	margin-top: .3rem;
}

li.TopicBullet
{
	vertical-align: top;
	margin-left: .25rem;
	list-style: disc;
	font-size: 1rem;
	color: #666666;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
	margin-bottom: .1rem;
	margin-top: .1rem;
}

a
{
	text-decoration: underline;
	color: #237CB8;
}

img
{
	border: none;
}

img.Border
{
	border: solid 1px #666666;
}

MadCap|expanding
{
	mc-open-image: url('../../../../../../../../Program_Files/MadCap_Software/MadCap_Flare_20/Flare.app/Resources/Images/WebHelp/minus.png');
	mc-closed-image: url('../../../../../../../../Program_Files/MadCap_Software/MadCap_Flare_20/Flare.app/Resources/Images/WebHelp/plus.png');
	mc-image-position: left;
}

MadCap|dropDown
{
	mc-open-image: url('../../../../../../../../Program_Files/MadCap_Software/MadCap_Flare_20/Flare.app/Resources/Images/WebHelp/minus.png');
	mc-closed-image: url('../../../../../../../../Program_Files/MadCap_Software/MadCap_Flare_20/Flare.app/Resources/Images/WebHelp/plus.png');
}

MadCap|toggler
{
	mc-open-image: url('../../../../../../../../Program_Files/MadCap_Software/MadCap_Flare_20/Flare.app/Resources/Images/WebHelp/minus.png');
	mc-closed-image: url('../../../../../../../../Program_Files/MadCap_Software/MadCap_Flare_20/Flare.app/Resources/Images/WebHelp/plus.png');
	color: inherit;
}

MadCap|popupHead
{
	color: #237CB8;
}

MadCap|popupBody
{
	padding: 1rem 1.5rem;
	color: #666666;
	background-color: #eeeeee;
	border-bottom-color: #bebebe;
	border-left-color: #d4d4d4;
	border-right-color: #d4d4d4;
	border-top-color: #d4d4d4;
	border: solid 1px #eeeeee;
}

MadCap|glossaryTerm
{
	text-decoration: underline;
	font-weight: normal;
	color: #237CB8;
}

MadCap|conceptLink
{
	color: #666666;
}

MadCap|keywordLink
{
	color: #666666;
}

MadCap|relatedTopics
{
	color: #666666;
}

MadCap|helpControlMenu
{
	background-color: #FFFFFF;
	border: none;
	color: #666666;
}

MadCap|helpControlMenuItem
{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #E5EFF7;
	color: #333333;
}

p.top
{
	padding: 0.5em -5em;
	vertical-align: middle;
	text-align: center;
	font-size: .9rem;
	font-weight: 600;
	background-repeat: no-repeat;
	text-decoration: none;
	border: solid 1px #237CB8;
	border-radius: 4px;
	margin-left: 40%;
	padding-bottom: .5rem;
	padding-top: .5rem;
	width: 140px;
	padding-left: 1.6rem;
	background-image: url('../Images/Icons/arrow-rectangle-up-2e8bc9.svg');
	background-size: 20px 20px;
	background-position: 0.8rem center;
	color: #237CB8;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
	border-bottom-color: #237CB8;
	border-left-color: #237CB8;
	border-right-color: #237CB8;
	border-top-color: #237CB8;
}

/* Feedback mechanism */

.modal
{
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
}

.question
{
	color: #666666;
	padding: 0.5em -5em;
	vertical-align: middle;
	text-align: left;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
}

hr.footer
{
	border: none;
	color: #333;
	overflow: visible;
	text-align: center;
	height: 5px;
	border-top: solid 2px #666666;
}

p.footer
{
	font-size: 0.67rem;
	margin-top: 0pt;
	margin-bottom: 0;
}

div.GlossaryPageEntry
{
	mc-popup-height: auto;
	mc-popup-width: auto;
	mc-master-page: url('../MasterPages/nobreadcrumb.flmsp');
	margin-bottom: inherit;
}

a.MCBreadcrumbsLink
{
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Univers for Fiserv 45 Light', 'Segoe UI', 'Arial Narrow', sans-serif;
	font-weight: bold;
	font-size: .9rem;
	color: #237CB8;
}

MadCap|breadcrumbsProxy
{
	border-bottom-color: #757575;
	mc-breadcrumbs-prefix: ' ';
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9rem;
	border: none 0px #333333;
	margin-bottom: 0px;
	padding-top: 1.34rem;
	padding-bottom: .8rem;
	mc-breadcrumbs-divider: '   >   ';
	font-family: 'Univers for Fiserv 45 Light', 'Segoe UI', 'Arial Narrow', sans-serif;
	color: #666666;
}

MadCap|dropDownHead
{
	font-style: inherit;
}

MadCap|dropDownHotspot
{
	
}

MadCap|dropDownHotspot:focus
{
	color: #1c567d;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
}

MadCap|dropDownHotspot:hover
{
	color: #1c567d;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
}

div.GlossaryPageDefinition
{
	font-size: inherit;
	margin-left: inherit;
}

div
{
	font-size: 1rem;
	color: #666666;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
}

div.GlossaryPageHeading
{
	color: #333333;
	font-weight: 600;
	border-bottom-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: .67em;
	border-bottom-color: transparent;
	border: none 2px transparent;
	margin-bottom: 0;
	font-size: 1.33rem;
}

div.GlossaryPageTerm
{
	font-size: inherit;
	font-weight: normal;
}

MadCap|glossaryProxy
{
	border-top-style: none;
	border: none 2px #333333;
}

/* Feedback mechanism end */

li
{
	font-size: 1rem;
	font-family: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
	color: #666666;
}

MadCap|shortcut
{
	color: #237CB8;
}

MadCap|slideshowBullet
{
	background-color: #333333;
}

MadCap|slideshowBullet:hover
{
	background-color: #212121;
}

caption
{
	font-style: italic;
	font-size: 0.9rem;
}

a.GlossaryPageTerm
{
	color: #00812B;
}

MadCap|slideThumbnail
{
	width: 150px;
}

MadCap|slideshow
{
	
}

:root
{
	--FontHeader: 'Univers for Fiserv 65 Bd', 'Segoe UI', 'Open Sans', Arial;
	--FontBody: 'Univers for Fiserv 55', 'Segoe UI', Arial, sans-serif;
	--FontLight: 'Univers for Fiserv 45 Light', 'Segoe UI', 'Arial Narrow', sans-serif;
	--OrangeOnLight: #FB6400;
	--SteelOnLight: #237CB8;
	--CloverOnLight: #228800;
	--InnovationOnLight: #009EE0;
	--PurpleOnLight: #7B61FF;
	--Black: #0E0E0E;
	--Gray100: #F8F8F8;
	--Gray200: #F0F0F0;
	--Gray300: #E0E0E0;
	--Gray400: #BBBBBB;
	--Gray500: #909090;
	--Gray600: #666666;
	--Gray700: #464646;
	--Gray800: #3C3C3C;
	--Gray900: #2D2D2D;
}

@media only screen and (max-width: 1024px)
{
	object.Video
	{
		height: 200px;
		width: auto;
	}
}

@media only screen and (max-width: 768px)
{
	MadCap|popup
	{
		mc-popup-width: 50%;
	}

	object.Video
	{
		height: 200px;
		width: auto;
	}
}

/* begin styles for tabs */

ul.tabs
{
	margin: 0px;
	padding-left: 12px;
	list-style: none;
	position: relative;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
}

ul.tabs .tab-link
{
	background: #FFFFFF;
	color: #666666;
	display: inline-block;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 24px;
	cursor: pointer;
	position: relative;
}

ul.tabs .tab-link:hover
{
	background: #E0E0E0;
	color: #333333;
}

ul.tabs .current
{
	background: #E0E0E0;
	color: #333333;
	font-weight: bold;
	margin-left: 0px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 24px;
}

.tab-content
{
	display: none;
	background: #fff;
	padding: 15px;
	background-color: transparent;
	border: 1px solid #666666;
}

.tab-content.current
{
	display: inherit;
}

.altNavActive
{
	display: block;
}

.altNavInactive
{
	display: none;
}

.altNavVisual
{
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	/*background-color: #F07575; /* Fallback color if gradients are not supported */
	background-image: url('../Images/angle-down-212121-16.png'), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4);
	/* For Chrome and Safari */
	background-image: url('../Images/angle-down-212121-16.png'), -moz-linear-gradient(top, #E5E5E5, #F4F4F4);
	/* For old Firefox (3.6 to 15) */
	background-image: url('../Images/angle-down-212121-16.png'), -ms-linear-gradient(top, #E5E5E5, #F4F4F4);
	/* For pre-releases of Internet Explorer  10*/
	background-image: url('../Images/angle-down-212121-16.png'), -o-linear-gradient(top, #E5E5E5, #F4F4F4);
	/* For old Opera (11.1 to 12.0) */
	background-image: url('../Images/angle-down-212121-16.png'), linear-gradient(to bottom, #E5E5E5, #F4F4F4);
	/* Standard syntax; must be last */
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	border-radius: 2px;
	box-shadow: 0px 1px 3px #00000019;
	/*color: #555;*/
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* end styles for tabs */

div.body
{
	border-left: solid 1px #D4D4D4;
	border-right: solid 1px #d4d4d4;
	border-bottom: solid 2px #bebebe;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: solid 1px #d4d4d4;
	padding: 1.5rem;
	background-color: #ffffff;
	margin: 1.5rem 2rem 2rem;
	border-bottom-color: #bebebe;
	border-left-color: #d4d4d4;
	border-right-color: #d4d4d4;
	border-top-color: #d4d4d4;
}

body.masterpage
{
	margin-right: 2rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	margin-left: 1.5rem;
	margin: 2rem 2rem 1.5rem 1.5rem;
	background-color: #eeeeee;
}

MadCap|xref
{
	mc-format: ;
	color: #237CB8;
}

b.FieldName
{
	
}

b.GUI
{
	
}

b.TabName
{
	
}

img.InLineButton
{
	height: 20px;
	width: auto;
}

i.Literal
{
	
}

b.Command
{
	
}

p.NoteExample
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #666666;
	border-radius: 6px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-size: 20px 20px;
	background-image: url('../Images/Icons/check-circle-333333.svg');
	mc-label: 'Example';
}

p.NoteImportant
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #ffaa05;
	border-radius: 6px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/alert-triangle-FFAA05.svg');
	background-size: 18px 20px;
	mc-label: 'Important';
}

p.NoteSuccess
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #00812B;
	border-radius: 6px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/check-circle-00812B.svg');
	background-size: 20px 20px;
	mc-label: 'Success';
}

p.NoteError
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #C00000;
	border-radius: 6px;
	width: 90%;
	background-repeat: no-repeat;
	padding: 10px 10px;
	padding-left: 3rem;
	background-position: 0.8rem center;
	background-image: url('../Images/Icons/alert-circle-C00000.svg');
	background-size: 20px 20px;
	mc-label: 'Warning or Error';
}

a.Top
{
	text-decoration: none;
}

a.noline
{
	text-decoration: none;
	background-color: transparent;
	color: inherit;
}

dt.Field
{
	font-weight: bold;
}

dt.Section
{
	font-weight: bold;
}

dt.Other
{
	font-weight: bold;
}

dd.DefinitionText
{
	font-weight: normal;
}

.NoGloss
{
	mc-disable-glossary-terms: true;
}

/*.clearfix::after {
  content: "";
  clear: both;
  display: table;
}*/

.container
{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px)
{
	.container
	{
		max-width: 540px;
	}
}

@media (min-width: 768px)
{
	.container
	{
		max-width: 720px;
	}
}

@media (min-width: 992px)
{
	.container
	{
		max-width: 960px;
	}
}

@media (min-width: 1200px)
{
	.container
	{
		max-width: 1140px;
	}
}

.container > div > a
{
	display: block;
	padding: 1em;
	color: inherit;
}

.flex-container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.card
{
	flex-basis: 20rem;
	width: 20rem;
	margin: 0 .5rem .5rem 0;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #0000001f;
	border-radius: 0.125rem;
}

.card:hover
{
	/*background: #E0E0E0;*/
	transition: all 0.25s ease;
	box-shadow: 0 5px 5px #0000003f, 0 5px 5px #00000038;
	/*transform: scale(1.05);*/
}

.card-body-center
{
	flex: 1 1 auto;
	padding: 1.25rem;
	text-align: center;
}

.card-body-left
{
	flex: 1 1 auto;
	padding: 1.25rem;
	text-align: left;
}

