/*<meta conditions="GHX_Conditions.Template" />*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Black: #000000;
	--White: #ffffff;
	--Brand1: #0032a0;
	--Brand2: #0057b7;
	--Dark: #53565a;
	--Light: #d0d0ce;
	--Medium: #a7a8a9;
	--Comment-Green: #008000;
}

body
{
	color: var(--Dark);
	font-family: 'Open Sans', Arial, Avenir, Myriad;
	mc-hyphenate: never;
}

.dont-break-out
{
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

span.footable-toggle.fooicon.fooicon-plus:before
{
	content: url(../Images/Assets/Plus.png) !important;
	padding: 0px 10px;
}

span.footable-toggle.fooicon.fooicon-minus:before
{
	content: url(../Images/Assets/Minus.png) !important;
	padding: 0px 10px;
}

/* Main Writer Styles */

p
{
	margin: 10px 0px 10px 0px;
	widows: 3;
	orphans: 3;
	font-size: 12.0pt;
}

img
{
	border: none;
	max-width: 60%;
}

img.icon
{
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: sub;
	border: none;
}

img.iconBorder
{
	border: solid 1px #5f5f5f;
	vertical-align: sub;
}

/* Lists */

li
{
	margin-bottom: 8px;
	margin-top: 8px;
	widows: 1;
}

li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ul
{
	list-style-type: disc;
}

ul ul
{
	list-style-type: circle;
}

ul ul ul
{
	list-style-type: disc;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: var(--Brand1);
	text-align: left;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #0057b7;
}

h2.Home
{
	font-family: 'Open Sans', Arial, Avenir, Myriad;
	font-weight: bold;
	font-size: 18.0pt;
	color: #041e42;
}

h1.Tasks
{
	mc-auto-number-format: '{Gn+}. ';
}

MadCap|xref.Tasks
{
	mc-format: '{paranum} {paratext}';
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	color: #53565a;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	color: #53565a;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

caption
{
	text-align: left;
	font-weight: bold;
	font-size: 12.0pt;
}

/* Links */

a
{
	color: var(--Brand1);
}

a.Button
{
	background-color: #fecb31;
	border: solid 1px #041e42;
	color: #041e42 !important;
	margin: 15px;
	padding: 15px;
	/* font-weight: bold; */
	text-decoration: none;
	font-family: 'Open Sans', Arial, Avenir, Myriad;
}

a.Button:hover
{
	background-color: #0057b7;
	color: #ffffff !important;
}

a.Button:active
{
	position: relative;
	top: 2px;
	left: 1px;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Assets/Minus.png');
	mc-closed-image: url('../Images/Assets/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-weight: bold;
	border-bottom: none;
	font-size: 12pt;
	page-break-inside: avoid;
	page-break-after: avoid;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

div.keepWith
{
	page-break-inside: avoid;
}

/* Notices */

p.cautionAlt	/* adds a light red background and icon */
{
	background-color: #ffe4e1;
	background-image: url(../Images/Assets/icon-Warning-48.png);
	border-left: solid 4px #CC0000;
	background-repeat: no-repeat;
	background-position: 9px 0px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

div.cautionBlock
/* adds a light red background */
/*11-04-2020, DKL - worked with MadCap Support to modify padding and positions */
{
	background-color: #ffe4e1;
	border-left: solid 4px #CC0000;
	background-image: url(../Images/Assets/icon-Warning-48.png);
	margin-top: 6pt;
	margin-bottom: 12pt;
	background-repeat: no-repeat;
	padding: 15px 60px;
	background-position: 10px top;
}

p.exampleAlt	/* adds a light green background and icon */
{
	background-color: #E0EBD6;
	background-image: url(../Images/Assets/icon-Checkmark-48.png);
	border-left: solid 4px #54C521;
	background-repeat: no-repeat;
	background-position: 9px 0px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

div.exampleBlock	/* adds a light green background */
{
	background-color: #E0EBD6;
	background-image: url(../Images/Assets/icon-Checkmark-48.png);
	border-left: solid 4px #54C521;
	margin-top: 6pt;
	margin-bottom: 12pt;
	background-repeat: no-repeat;
	padding: 15px 60px;
	background-position: 10px top;
}

p.noteAlt	/* adds a light blue background and icon */
{
	background-color: #f0f7fb;
	background-image: url(../Images/Assets/icon-Pencil-48.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	line-height: 18px;
	border-left: solid 4px #3498db;
	background-repeat: no-repeat;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

div.noteBlock	/* adds a shaded background to the Note */
{
	background-color: #f0f7fb;
	background-image: url(../Images/Assets/icon-Pencil-48.png);
	border-left: solid 4px #3498db;
	margin-top: 6pt;
	margin-bottom: 12pt;
	background-repeat: no-repeat;
	padding: 15px 60px;
	background-position: 10px top;
}

p.tipAlt	/* adds a light yellow background and icon */
{
	background-color: #FFF9DE;
	background-image: url(../Images/Assets/icon-Lightbulb-48.png);
	border-left: solid 4px #FFCC00;
	background-repeat: no-repeat;
	background-position: 9px 0px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
}

div.tipBlock
/* adds a light yellow background with a light bulb image to the Tip */
/*11-04-2020, DKL - worked with MadCap Support to modify padding and positions */
{
	background-color: #FFF9DE;
	background-image: url(../Images/Assets/icon-Lightbulb-48.png);
	border-left: solid 4px #FFCC00;
	margin-top: 6pt;
	margin-bottom: 12pt;
	background-repeat: no-repeat;
	padding: 15px 60px;
	background-position: 10px top;
}

/* 508 Compliance right angle > brackets for paths */

abbr[title]
{
	text-decoration: underline dotted;
}

/* Print Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.title
{
	line-height: 65pt;
	mc-hyphenate: never;
	font-size: 48pt;
	margin-left: 30px;
	margin-top: 30px;
	mc-hidden: hidden;
}

p.title-page-footer
{
	color: var(--Dark);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
	mc-hidden: hidden;
}

p.title-page-url
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
	mc-hidden: hidden;
}

/* Print Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Assets/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../Images/Assets/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

/* Home page topic */

div.pageContent
{
	background-color: #ffffff;
	margin: 15px;
	padding: 30px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

div.body-container
{
	mc-hidden: hidden;
	border-top: solid 1px #c0c0c0;
}

div.home-layout
{
	padding: 1% 0%;
	padding-left: 2%;
	padding-right: 2%;
	mc-hidden: hidden;
	border-bottom: solid 2px #dcdcdc;
}

div.home-section
{
	/* border-bottom: solid 1px var(--Light); */
	padding-bottom: 5px;
	padding-top: 5px;
	mc-hidden: hidden;
}

div.home-tiles	/*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;
	mc-hidden: hidden;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
	mc-hidden: hidden;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
	mc-hidden: hidden;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand2);
	padding: 2%;
	mc-hidden: hidden;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
	mc-hidden: hidden;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
	mc-hidden: hidden;
}

div.home-tiles-layout	/*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;
	mc-hidden: hidden;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
	mc-hidden: hidden;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
	mc-hidden: hidden;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	mc-hidden: hidden;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
	mc-hidden: hidden;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
	mc-hidden: hidden;
}

div.home-tiles-layout p
{
	line-height: 1.2;
	mc-hidden: hidden;
}

div.quick-links	/*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;
	mc-hidden: hidden;
}

div.quick-links::before
{
	content: ' ';
	display: table;
	mc-hidden: hidden;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
	mc-hidden: hidden;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	mc-hidden: hidden;
}

div.quick-links > div:hover	/*10/15/2020 - Deb added this to make the quick-links on the Home page change when hovering. Copied "home-tiles" from Clinical ConneXion test.*/
{
	box-shadow: 0 0 7px 3px rgba(0,0,0,0.08), 0 3px 8px 3px rgba(0,0,0,0.08);
	mc-hidden: hidden;
}

div.quick-links a	/*10/15/2020 - Deb added this to make the quick-links change color when hovering.*/
{
	text-decoration: none;
	color: #0032A0;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	mc-hidden: hidden;
}

p.HomeSolutionText
{
	margin: 10px 0px 10px 0px;
	widows: 3;
	orphans: 3;
	font-size: 18px;
	font-family: 'Open Sans', Arial, Avenir, Myriad;
	color: #051e41;
	font-weight: normal;
	width: 75%;
}

p.HomeByline
{
	margin: 10px 0px 10px 0px;
	widows: 3;
	orphans: 3;
	color: #041e41;
	font-family: 'Open Sans', Arial, Avenir, Myriad;
	font-size: 48px;
	width: 50%;
}

p.HomeIconLabel
{
	color: #0032a0;
	font-family: 'Open Sans', Arial, Avenir, Myriad;
}

div.FeatureTile
{
	border: solid 1px #dcdcdc;
	padding: 10px;
}

p.HomeFeatureLabel
{
	margin: 10px 0px 10px 0px;
	widows: 3;
	orphans: 3;
	font-size: 20px;
	font-family: 'Open Sans', Arial, Avenir, Myriad;
	color: #041e42;
}

p.HomeFeatureDescription
{
	margin: 10px 0px 10px 0px;
	widows: 3;
	orphans: 3;
	font-size: 17px;
	font-family: 'Open Sans', Arial, Avenir, Myriad;
	color: #808080;
	line-height: 20px;
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

div.quick-links a:hover	/*10/15/2020 - Deb added this to make the quick-links change color when hovering.*/
{
	color: #3f4652;
	mc-hidden: hidden;
}

div.quick-links > div:nth-child(1)
{
	width: 12%;
	margin-left: 3%;
	mc-hidden: hidden;
}

div.quick-links > div:nth-child(2)
{
	width: 12%;
	margin-left: 3%;
	mc-hidden: hidden;
}

div.quick-links > div:nth-child(3)
{
	width: 12%;
	margin-left: 3%;
	mc-hidden: hidden;
}

div.quick-links > div:nth-child(4)
{
	width: 12%;
	margin-left: 3%;
	mc-hidden: hidden;
}

div.quick-links > div:nth-child(5)
{
	width: 12%;
	margin-left: 3%;
	mc-hidden: hidden;
}

div.quick-links > div:nth-child(6)
{
	width: 12%;
	margin-left: 3%;
	mc-hidden: hidden;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
	mc-hidden: hidden;
}

div.topic-hero
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
	background-image: url('../Images/Assets/solutions--decor.svg');
	font-weight: bold;
	font-style: normal;
	color: #0032a0;
	mc-hidden: hidden;
	border-bottom: solid 1px #dcdcdc;
}

div.topic-hero h1
{
	color: #041e42;
	font-size: 18px;
	font-family: Roboto;
	text-align: left;
	mc-hidden: hidden;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	mc-hidden: hidden;
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
	mc-breadcrumbs-count: 3;
	font-size: 14px;
	mc-breadcrumbs-divider: ' > ';
	mc-breadcrumbs-prefix: 'GHX [%=General.ProductName%] > ';
}

/* Side Nav Wrapper fixes scroll bar */

.sidenav-wrapper::-webkit-scrollbar
{
	width: 9px;
}

.sidenav-wrapper::-webkit-scrollbar-thumb
{
	background-color: #2550c1;
	border-radius: 8px;
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	mc-hidden: hidden;
}

p.frame-footer-text
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-transform: capitalize;
	mc-hidden: hidden;
}

/* Master page */

div.home-footer
{
	padding: 2% 5%;
	background-color: #abcae9;
	mc-hidden: hidden;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #0032a0;
	mc-hidden: hidden;
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
	mc-hidden: hidden;
}

footer
{
	font-family: 'Open Sans', Arial, Avenir, Myriad;
	font-size: 9pt;
}

ol
{
	line-height: 20pt;
}

ul
{
	line-height: 20pt;
}

span.SearchHighlight
{
	background: #ffff00;
	mc-hidden: hidden;
}

MadCap|dropDownHead
{
	page-break-inside: avoid;
	page-break-after: avoid;
}

/*The following table styles fix padding and margins across all tables. */

td > p:first-of-type
{
	margin-top: 0px !important;
}

td p:last-of-type
{
	margin-bottom: 0px !important;
}

td div:first-of-type
{
	margin-top: 5px !important;
}

td div:last-of-type
{
	margin-bottom: 5px !important;
}

.uicontrol	/*user interface controls such as buttons, icons, links, drop downs*/
{
	font-weight: bold;
	font-style: normal;
}

.windowName	/*UI window titles*/
{
	font-weight: normal;
	font-style: italic;
}

.COMMENT
{
	mc-conditions: 'GHX_Conditions.Comment';
	color: var(--Comment-Green);
	font-weight: bold;
	background: #cef5ce;
}

.requiredField
{
	color: red;
}

nav.title-bar
{
	mc-hidden: hidden;
}

div.hidden
{
	display: none;
}

div.FeaturedTopics	/*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.FeaturedTopics::before
{
	content: ' ';
	display: table;
}

div.FeaturedTopics::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.FeaturedTopics > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.FeaturedTopics > div:nth-child(1)
{
	width: 23%;
	margin-left: 2%;
}

div.FeaturedTopics > div:nth-child(2)
{
	width: 23%;
	margin-left: 2%;
}

div.FeaturedTopics > div:nth-child(3)
{
	width: 23%;
	margin-left: 2%;
}

div.FeaturedTopics > div:nth-child(4)
{
	width: 23%;
	margin-left: 2%;
}

MadCap|glossaryTerm
{
	color: #0032a0;
	mc-closed-image: url('../Images/Assets/ExpandGlossary_MUI.png');
	mc-open-image: url('../Images/Assets/ExpandGlossary_MUI.png');
}

MadCap|glossaryTerm.Expanding
{
	mc-closed-image: url('../Images/Assets/ExpandGlossary_MUI.png');
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	p.HomeByline
	{
		width: 100% !important;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
		mc-hidden: hidden;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
		mc-hidden: hidden;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
		mc-hidden: hidden;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 25%;
		margin-left: 5%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 25%;
		margin-left: 5%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 25%;
		margin-left: 5%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 25%;
		margin-left: 5%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 25%;
		margin-left: 5%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(6)
	{
		width: 25%;
		margin-left: 5%;
		mc-hidden: hidden;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
		mc-hidden: hidden;
	}

	div.FeaturedTopics > div:nth-child(1)
	{
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

	div.FeaturedTopics > div:nth-child(2)
	{
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

	div.FeaturedTopics > div:nth-child(3)
	{
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

	div.FeaturedTopics > div:nth-child(4)
	{
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	body
	{
		background-color: #ffffff !important;
		mc-hyphenate: always;
	}

	div.pageContent
	{
		background-color: #ffffff;
		margin: 5px;
		padding: 5px;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
		border-radius: 0px;
	}

	p.HomeSolutionText
	{
		width: 100% !important;
	}

	p.HomeByline
	{
		width: 100%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		mc-hidden: hidden;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
		mc-hidden: hidden;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 45%;
		margin-left: 2%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 45%;
		margin-left: 2%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 45%;
		margin-left: 2%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 45%;
		margin-left: 2%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 45%;
		margin-left: 2%;
		mc-hidden: hidden;
	}

	div.quick-links > div:nth-child(6)
	{
		width: 45%;
		margin-left: 2%;
		mc-hidden: hidden;
	}

	div.FeaturedTopics > div:nth-child(1)
	{
		width: 98%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

	div.FeaturedTopics > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

	div.FeaturedTopics > div:nth-child(3)
	{
		width: 98%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

	div.FeaturedTopics > div:nth-child(4)
	{
		width: 98%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
}

@media print
{
	body
	{
		font-size: 11pt;
		margin: 8px;
		mc-hyphenate: never;
		line-height: 14pt;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 11pt;
		line-height: 14pt;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
	}

	h2
	{
		font-size: 21pt;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
		font-weight: bold;
	}

	h3
	{
		font-size: 15pt;
		font-weight: bold;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 40px;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|dropDownHotspot
	{
		font-size: 11pt;
	}

	p.TOC1
	{
		font-size: 11pt;
		font-weight: bold;
		font-family: Arial;
		color: #1c7fd2;
		margin-bottom: 5px;
	}

	p.TOC2
	{
		font-size: 9pt;
		color: #354a67;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		margin-left: 20px;
	}

	p.TOC3
	{
		font-size: 9pt;
		color: #354a67;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		margin-left: 40px;
	}

	p.TOC4
	{
		font-size: 9pt;
		color: #354a67;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		margin-left: 60px;
	}

	p.TOC5
	{
		font-size: 9pt;
		color: #354a67;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		margin-left: 80px;
	}

	p.frame-footer-text
	{
		text-transform: capitalize;
		mc-hidden: hidden;
	}

	li
	{
		letter-spacing: 0.25;
		line-height: 11pt;
		margin: 1.12em 0;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	/*--CAUTION---------------*/

	div.cautionBlock,
	div.noteBlock,
	div.tipBlock,
	div.exampleBlock
	{
		margin-left: 0px;
		margin-bottom: 12pt;
		margin-top: 6pt;
		padding-top: 15px;
		padding-bottom: 20px;
		padding-left: 60px;
		width: 6.5in;
		background-repeat: no-repeat;
		page-break-inside: avoid;
		background-position: 8px 0px;
	}

	img
	{
		border: solid 1px #000000;
	}

	img.icon
	{
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
		border-top-color: transparent;
		border-top-width: inherit;
		border-right-width: inherit;
		border-bottom-width: inherit;
		border-left-width: inherit;
	}

	img.thumbnail6
	{
		mc-thumbnail: none;
		max-height: auto;
		max-width: 6.00in;
	}

	img.thumbnail4
	{
		mc-thumbnail: none;
		max-height: auto;
		max-width: 4.00in;
	}
}

/*<meta sourceDocument="C:\Users\jpreston\Downloads\Platform Exchange Test.docx" />*/

