/*<meta />*/

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

@font-face 
{
	font-family: Flama Basic;
	src: url(../Fonts/Flama-Basic.ttf);
}

:root
{
	--primary: #006341;
	--primary-cta: #008755;
	--secondary: #003D4C;
	--secondary-cta: #005587;
	--tertiary: #00A7B5;
	--tertiary-highlight: #ECE81A;
	--black: #252525;
	--light-gray: #efefef;
	--mid-gray: #dbdbdb;
	--dark-gray: #888888;
	--white: #ffffff;
}

body
{
	font-family: 'Flama Basic', Arial;
	font-size: 1rem;
	color: var(--black);
	mc-hyphenate: never;
}

body.first-level-topics
{
	background-color: var(--mid-gray);
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

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;
}

h1
{
	font-family: 'Flama Medium', Arial;
	font-weight: bold;
	font-size: 2rem;
	color: var(--primary);
	margin-top: 0;
}

h1.title
{
	font-size: 3.75rem;
	color: var(--white);
	font-weight: normal;
	page-break-before: avoid;
	margin-top: 150px;
}

h1.toc
{
	font-family: 'Flama Basic', Arial;
	font-weight: normal;
	text-align: center;
	font-size: 3em;
}

h1.chapter
{
	font-family: 'Flama Semibold', Arial;
	font-weight: bold;
	color: var(--white);
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	page-break-before: avoid;
	font-size: 6rem;
}

p.chapter-number
{
	font-size: 1rem;
}

h2
{
	font-family: 'Flama Medium', Arial;
	font-weight: bold;
	font-size: 1.5rem;
	color: var(--primary);
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: var(--light-gray);
}

h2.title
{
	font-family: 'Flama Light', Arial;
	font-size: 2rem;
	color: var(--white);
	font-weight: normal;
	border-bottom: none;
}

h3
{
	font-weight: bold;
	font-size: 1.2rem;
}

h3.title
{
	font-weight: normal;
	color: var(--white);
}

h4
{
	font-family: 'Flama Medium', Arial;
	font-weight: bold;
	font-size: 1.125em;
	color: var(--secondary-cta);
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--light-gray);
}

p
{
	font-size: 1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

img
{
	border: none;
	max-width: 100%;
}

li
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

li p
{
	margin: 0;
}

td
{
	padding-top: 6px;
	padding-bottom: 0px;
}

td p
{
	margin-top: 0px;
	margin-bottom: 6px;
}

span.field-active-button
{
	font-family: 'Flama Semibold', Arial;
	font-weight: bold;
	color: var(--primary-cta);
}

span.field-readonly
{
	font-family: 'Flama Semibold', Arial;
	font-weight: bold;
}

span.field-option
{
	color: var(--primary);
}

strong
{
	font-weight: bold;
	font-family: 'Flama Semibold', Arial;
}

em
{
	font-style: italic;
	font-family: 'Flama Basic Italic', Arial;
}

p.legal
{
	font-family: 'Flama Basic', Arial;
	font-weight: normal;
	padding-top: 5px;
	border-top: none 0px;
	font-size: 11px;
	color: #717171;
	line-height: 1.3em;
	mc-heading-level: 0;
}

span.legal-toc-entry
{
	font-family: 'Flama Basic', Arial;
	font-weight: normal;
	padding-top: 5px;
	border-top: none 0px;
	font-size: 11px;
	color: #717171;
	line-height: 1.3em;
	mc-heading-level: 0;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--black);
	font-family: 'Flama Semibold', Arial;
	font-size: 1.125rem;
	font-weight: bold;
	border-bottom: none;
}

MadCap|dropDownBody
{
	padding: 0px 30px 0;
	overflow-x: auto;
}

MadCap|dropDown
{
	mc-closed-image: url('../Images/global_images/icon_chevron_right.png');
	mc-open-image: url('../Images/global_images/icon_chevron_down.png');
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

MadCap|dropDown.second-level
{
	margin-top: 5px;
	margin-bottom: 10px;
}

MadCap|dropDownHotspot.second-levels
{
	font-size: 1.05rem;
}

MadCap|xref
{
	color: #076685;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

a:link
{
	color: var(--secondary-cta);
	font-family: 'Flama Semibold', Arial;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: var(--secondary-cta);
}

a:hover
{
	color: var(--secondary-cta);
	text-decoration: underline;
}

div.landing-cards > div a:hover
{
	text-decoration: none;
}

div.subtopic-cards > div a:hover
{
	text-decoration: none;
}

a:active
{
	color: var(--secondary-cta);
}

a.feedback:link
{
	font-family: 'Flama Semibold', Arial;
	color: var(--primary-cta);
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 22px;
	border-style: solid;
	border-color: var(--primary-cta);
	border-width: 1px;
	border-radius: 4px;
}

a.feedback:visited
{
	color: var(--primary-cta);
}

a.feedback:hover
{
	text-decoration: none;
	background-color: #F5FAF8;
}

div.important
{
	background-color: #f8e5e5;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}

div.important p
{
	margin: 0px;
}

div.tip
{
	background-color: #e5eef3;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}

div.tip p
{
	margin: 0px;
}

div.note	/** DO NOT USE - for imported API tables only**/
{
	background-color: var(--light-gray);
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}

div.note p
{
	padding: 0;
	margin: 0;
}

div.troubleshooting	/** DO NOT USE - for imported API tables only**/
{
	background-color: #fcf9f4;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
}

div.troubleshooting p
{
	padding: 0;
	margin: 0;
}

img.note
{
	height: 24px;
	padding-right: 5px;
}

img.pdf-icons	/** Only for icons within imported API tables **/
{
	width: 14px;
	height: 14px;
	padding-top: 5px;
}

/*Sidenav Skin Styles*/

div.sidenav-container
{
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

.sideNavLogo
{
	background-image: url('../Images/global_images/logo_skin.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-top: 0;
}

ul.sidenav li a
{
	font-family: 'Flama Medium', Arial;
}

.is-accordion-submenu-parent > a span.submenu-toggle	/* sidenav chevrons - closed */
{
	border: none;
	border-color: none;
	border-top-style: none;
	width: 30px;
	height: 30px;
	top: 30%;
	right: 0.5rem;
	background-image: url('../Images/global_images/icon_chevron_right_lightcolor.png');
	background-repeat: no-repeat;
}

.submenu-toggle-container[aria-expanded='true'] > span.submenu-toggle,
.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
{
	transform: rotate(90deg);
	/* toggle rotates sidenav chevron on open */
}

/*Landing Page Styles*/

div.topic-hero
{
	padding: 5%;
	background-image: url('../Images/global_images/hero_image.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

div.topic-hero h1
{
	color: var(--white);
	font-size: 2rem;
	text-align: center;
}

.search-bar.search-bar-container._Skins_tl_search_sd_landing.mc-component .search-submit
{
	background: url('../Images/global_images/icon_search.png') no-repeat center center;
}

div.landing-cards-container
{
	margin-top: 25px;
}

div.landing-cards	/*Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.landing-cards::before
{
	content: ' ';
	display: table;
}

div.landing-cards::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.landing-cards > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--white);
	font-size: 1rem;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	padding-top: 10px;
	position: relative;
	min-height: 300px;
	box-shadow: 0px 3px 5px #00000066;
	border-bottom-style: solid;
	border-bottom-color: var(--white);
	border-bottom-width: 35px;
	margin-bottom: 2.5%;
}

div.landing-cards > div:nth-child(1)
{
	width: 23%;
	margin-left: 1%;
}

div.landing-cards > div:nth-child(2)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(3)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(4)
{
	width: 23%;
	margin-left: 2%;
	margin-right: 1%;
}

div.landing-cards > div:nth-child(5)
{
	width: 23%;
	margin-left: 1%;
}

div.landing-cards > div:nth-child(6)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(7)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(8)
{
	width: 23%;
	margin-left: 2%;
	margin-right: 1%;
}

div.landing-cards > div:nth-child(9)
{
	width: 23%;
	margin-left: 1%;
}

div.landing-cards > div:nth-child(10)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(11)
{
	width: 23%;
	margin-left: 2%;
}

div.landing-cards > div:nth-child(12)
{
	width: 23%;
	margin-left: 2%;
	margin-right: 1%;
}

p.landing-cards-title
{
	font-family: 'Flama Semibold', Arial;
	font-weight: bold;
	color: var(--primary);
	font-size: 1.5rem;
	margin: 0;
}

p.subtopic-subtitle
{
	font-size: .875rem;
	color: var(--dark-gray);
}

div.landing-cards > div a
{
	color: var(--black);
	font-family: 'Flama Basic', Arial;
	font-weight: normal;
}

img.landing-cards
{
	position: absolute;
	bottom: 0;
	right: 10px;
}

img.landing-cards-nav-icon
{
	position: absolute;
	bottom: -33px;
	right: 10px;
}

/*Body Styling*/

div.ribbon
{
	background-color: var(--light-gray);
	padding: 20px;
	padding-bottom: 25px;
	margin-top: auto;
	margin-bottom: auto;
	color: var(--secondary-cta);
	font-size: 1.5rem;
	vertical-align: middle;
	line-height: 1.5rem;
}

.body-container
{
	padding: 0;
}

div.content-container
{
	padding: 2.5%;
	margin: 0;
	min-height: 50vh;
}

div.top-ribbon
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.top-ribbon::before
{
	content: ' ';
	display: table;
}

div.top-ribbon::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.top-ribbon > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.top-ribbon > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.top-ribbon > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

MadCap|breadcrumbsProxy
{
	border: none;
	mc-breadcrumbs-prefix: '';
	mc-breadcrumbs-divider: ' / ';
	color: var(--secondary-cta);
	font-family: 'Flama Semibold', Arial;
	font-size: 1rem;
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

a.MCBreadcrumbsLink
{
	font-family: 'Flama Basic', Arial;
	font-weight: normal;
	color: var(--secondary-cta);
	text-decoration: none;
}

a.MCBreadcrumbsLink:hover
{
	text-decoration: underline;
}

.search-bar._Skins_tl_search_main.mc-component .search-field
{
	box-shadow: 0px 3px 6px #00000029;
	height: 38px;
}

.search-bar.search-bar-container._Skins_tl_search_main.mc-component .search-submit
{
	background: url('../Images/global_images/icon_search.png') no-repeat center center;
	height: 38px;
	width: 38px;
}

div.side-content	/*Container for toolbar proxy*/
{
	float: right;
	padding-top: 2.5%;
	padding-right: 2.5%;
	padding-left: 20px;
	padding-bottom: 20px;
	height: 30px;
	width: 15%;
}

div.height-container-sidenav	/*fixing flare bug from 2020 r2 release*/
{
	padding-bottom: 0;
}

/* Responsive layout and styles for directory topics, like the Component library */

div.directory
{
	mc-grid-row: true;
	margin-top: 30px;
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: var(--light-gray);
	border-bottom-width: 2px;
}

div.directory::before
{
	content: ' ';
	display: table;
}

div.directory::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.directory > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
}

div.directory > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.directory > div:nth-child(2)
{
	width: 66.667%;
	margin-left: 0%;
}

h2.directory-entry
{
	border-bottom: none;
	margin-top: 0;
}

p.directory-description
{
	margin-left: 30px;
}

/* Search Results Styling */

h1#results-heading
{
	font-family: 'Flama Semibold', Arial;
	font-size: 1.5rem;
	color: var(--black);
}

div.description
{
	line-height: normal;
}

#resultList .url cite
{
	font-family: 'Flama Book', Arial;
}

.micro-content-container > .micro-content > .micro-response-url cite
{
	font-family: 'Flama Book', Arial;
}

.micro-content-container > .micro-content > .micro-content-expand
{
	background: transparent url(../Images/global_images/microcontent_expand.png) no-repeat center center;
}

.micro-content-container > .micro-content > .micro-content-expand.expanded
{
	background: transparent url(../Images/global_images/microcontent_collapse.png) no-repeat center center;
}

/* API Topics Styling */

code
{
	background-color: var(--light-gray);
	color: var(--primary);
	border-radius: 5px;
	letter-spacing: 1px;
	font-family: Consolas;
}

.popupBody
{
	font-size: .7em;
	font-weight: normal;
	font-family: 'Flama Basic', Arial;
}

.MCTextPopupBody
{
	width: auto;
}

a.MCTextPopup.popup.popupHead.MCTextPopup_Closed
{
	color: var(--secondary-cta);
}

/* jQuery Export to Excel and Copy to Clipboard buttons */

button.copy-button,
button.excel-button
{
	padding: 0px;
	border: 0px;
	display: block;
	background-color: white;
}

button.copy-button:hover,
button.excel-button:hover
{
	cursor: pointer;
}

.copy-button-img
{
	background-image: url('../Images/icon_copy_to_clipboard_api.png');
}

/* Prettify */

pre.prettyprint
{
	display: inline-block;
	font-family: monospace;
	width: 100%;
	height: auto;
	max-height: 800px;
	overflow-x: auto;
	overflow-y: auto;
	white-space: pre;
	word-wrap: normal;
	word-break: keep-all;
	mc-hyphenate: never;
}

.pln
{
	color: #efefef;
}

/* plain text */

.str
{
	color: #0ACD85;
}

/* string content */

pre.jsonType .str:nth-child(even)
{
	color: #007ac2;
	font-weight: bold;
}

/* second string for json */

.kwd
{
	color: red;
}

/* a keyword - not sure if we have examples with this */

.com
{
	color: #008755;
}

/* a comment */

.typ
{
	color: orange;
}

/* a type name - not sure if we have examples with this */

.lit
{
	color: #ECE81A;
}

/* a literal value */

.pun,
.opn,
.clo
{
	color: #efefef;
}

/* punctuation, lisp open bracket, lisp close bracket */

.tag
{
	color: #52BFFF;
}

/* tags */

.atn
{
	color: #efefef;
}

/* attribute name */

.atv
{
	color: #0ACD85;
}

/* attribute value */

.dec,
.var
{
	color: yellow;
}

/* a declaration; a variable name - not sure if we have examples with this */

.fun
{
	color: red;
}

/* a function name - not sure if we have examples with this */
/* Prettyfy - custom line color */

ol.linenums
{
	display: table-row;
	width: 100%;
	list-style: none;
	counter-reset: my-prettify-list;
}

ol.linenums li::before
{
	content: counter(my-prettify-list);
	color: #575757;
	background-color: black;
	display: inline-block;
	width: 2rem;
	padding-right: 1rem;
	padding-left: 1.5rem;
	text-align: right;
	direction: rtl;
}

ol.linenums > li:nth-child(even)::before
{
	background-color: #1f1f1f;
}

ol.linenums li
{
	counter-increment: my-prettify-list 1;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 1.5rem;
	line-height: 1.25rem;
}

ol.linenums li:first-child
{
	padding-top: 10px;
}

ol.linenums li:last-child
{
	padding-bottom: 10px;
}

/* Prettify - alternate shading for lines */

li.L1,
li.L3,
li.L5,
li.L7,
li.L9
{
	background: #1f1f1f;
}

li.L2,
li.L4,
li.L6,
li.L8,
li.L0
{
	background: #000000;
}

/* Footer Styling */

div.footer-responsive
{
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 0px;
	background: var(--mid-gray);
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

div.footer-responsive a
{
	text-decoration: none;
	color: var(--primary);
	font-family: 'Flama Semibold', Arial;
	font-weight: bold;
}

div.footer-responsive p	/* Complex Selector: Any <p> that is contained within div.footer will have the following properties */
{
	font-size: 0.8rem;
	color: #555555;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.footer-responsive	/*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;
	width: 100%;
	padding-bottom: 10px;
	mc-hidden: hidden;
	mc-disabled: true;
}

div.footer-responsive::before
{
	content: ' ';
	display: table;
}

div.footer-responsive::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.footer-responsive > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: auto;
	margin-bottom: auto;
}

div.footer-responsive > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.footer-responsive > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 8.3333%;
}

div.footer-responsive > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 8.3333%;
}

div.footer-responsive > div:nth-child(4)
{
	width: 16.667%;
	margin-left: 8.3333%;
}

@media only screen and (max-width: 1279px)
{
	div.MCDropDown.dropDown
	{
		margin-left: 0px;
	}

	div.MCDropDownBody.dropDownBody
	{
		padding: 0;
		margin-left: 5px;
	}

	nav.title-bar.tab-bar.sticky
	{
		background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
	}

	div.ribbon
	{
		padding: 15px;
		padding-bottom: 15px;
	}

	div.top-ribbon > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.top-ribbon > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	MadCap|breadcrumbsProxy
	{
		margin: 0;
	}

	div.row.outer-row.sidenav-layout
	{
		padding: 0;
	}

	.footer
	{
		padding: 2% 2% 1%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.footer-responsive > div:nth-child(1)
	{
		width: 16.667%;
		margin-left: 0%;
	}

	div.footer-responsive > div:nth-child(2)
	{
		width: 16.667%;
		margin-left: 8.3333%;
	}

	div.footer-responsive > div:nth-child(3)
	{
		width: 16.667%;
		margin-left: 8.3333%;
	}

	div.footer-responsive > div:nth-child(4)
	{
		width: 16.667%;
		margin-left: 8.3333%;
	}

	p.landing-cards-title
	{
		font-size: 1.3em;
	}

	div.landing-cards > div
	{
		min-height: 350px;
	}

	div.landing-cards > div:nth-child(1)
	{
		width: 31.333%;
		margin-left: 1%;
	}

	div.landing-cards > div:nth-child(2)
	{
		width: 31.333%;
		margin-left: 2%;
	}

	div.landing-cards > div:nth-child(3)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 1%;
	}

	div.landing-cards > div:nth-child(4)
	{
		width: 31.333%;
		margin-left: 1%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(5)
	{
		width: 31.333%;
		margin-left: 2%;
	}

	div.landing-cards > div:nth-child(6)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 1%;
	}

	div.landing-cards > div:nth-child(7)
	{
		width: 31.333%;
		margin-left: 1%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(8)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(9)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 1%;
	}

	div.landing-cards > div:nth-child(10)
	{
		width: 31.333%;
		margin-left: 1%;
	}

	div.landing-cards > div:nth-child(11)
	{
		width: 31.333%;
		margin-left: 2%;
	}

	div.landing-cards > div:nth-child(12)
	{
		width: 31.333%;
		margin-left: 2%;
		margin-right: 1%;
	}

	div.directory
	{
		margin-left: 10%;
		margin-right: 10%;
	}

	div.directory > div:nth-child(1)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.directory > div:nth-child(2)
	{
		width: 66.667%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.topic-hero h1
	{
		font-size: 2.5em;
		text-align: center;
	}

	div.top-ribbon > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.top-ribbon > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	.footer-icons
	{
		text-align: center;
	}

	.footer
	{
		padding: 5% 7%;
		text-align: center;
	}

	.footer-logo
	{
		text-align: center;
	}

	div.footer-responsive > div:nth-child(1)
	{
		width: 100%;
	}

	div.footer-responsive > div:nth-child(2)
	{
		width: 41.667%;
		margin-left: 8.3333%;
	}

	div.footer-responsive > div:nth-child(3)
	{
		width: 41.667%;
		margin-left: 8.3333%;
	}

	div.footer-responsive > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.landing-cards-title
	{
		font-size: 1.2rem;
	}

	div.landing-cards > div
	{
		min-height: 450px;
	}

	div.landing-cards > div:nth-child(1)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(2)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(3)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(4)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(5)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(6)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(7)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(8)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(9)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(10)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	div.landing-cards > div:nth-child(11)
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 0;
	}

	div.landing-cards > div:nth-child(12)
	{
		width: 46%;
		margin-left: 4%;
		margin-right: 2%;
	}

	h1
	{
		font-size: 1.75rem;
	}

	div.MCDropDown.dropDown
	{
		margin-left: 0px;
	}

	div.MCDropDownBody.dropDownBody
	{
		margin-left: 5px;
		padding: 0;
	}

	div.directory
	{
		margin-left: 5%;
		margin-right: 5%;
	}

	div.directory > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.directory > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media print
{
	body
	{
		font-family: 'Flama Basic', Arial;
		font-size: .875rem;
		line-height: normal;
	}

	h1
	{
		font-size: 3rem;
		margin-left: 0;
		padding-left: 0;
		mc-heading-level: 2;
	}

	h1.title
	{
		mc-heading-level: 1;
	}

	p.chapter-number
	{
		font-family: 'Flama Book', Arial;
		font-weight: normal;
		color: var(--white);
		text-align: center;
		padding-right: 0px;
		padding-left: 0;
		font-size: 11rem;
		margin-bottom: 125px;
		margin-top: 0;
		padding-top: 0;
		page-break-after: avoid;
	}

	h1.toc
	{
		mc-heading-level: 0;
	}

	h1.chapter
	{
		mc-heading-level: 1;
	}

	h2
	{
		font-size: 2rem;
		color: var(--secondary-cta);
		font-weight: normal;
		margin-left: 0;
		padding-left: 0;
		mc-heading-level: 3;
	}

	h2.title
	{
		mc-heading-level: 2;
	}

	h3
	{
		font-size: 1.5rem;
		font-weight: normal;
		mc-heading-level: 4;
	}

	h3.title
	{
		mc-heading-level: 0;
	}

	MadCap|dropDownBody
	{
		padding: 0;
	}

	MadCap|dropDown
	{
		margin-top: 20px;
		margin-left: 0;
	}

	MadCap|dropDownHotspot
	{
		font-size: 1.5rem;
		font-family: 'Flama Medium';
		font-weight: normal;
		mc-heading-level: 4;
	}

	MadCap|dropDownHotspot.second-levels
	{
		mc-heading-level: 0;
	}

	h4
	{
		font-weight: normal;
		font-size: 1.25rem;
		mc-heading-level: 5;
	}

	span.legal-toc-entry
	{
		mc-heading-level: 2;
	}

	ol,
	ul
	{
		line-height: normal;
	}

	a:link
	{
		font-family: 'Flama Basic', Arial;
		font-weight: normal;
		text-decoration: underline;
	}

	img.note
	{
		width: 20px;
		height: 20px;
	}

	p.TOC1
	{
		font-family: 'Flama Semibold', Arial;
		font-weight: bold;
		color: var(--primary);
		font-size: 1.3rem;
		margin-top: 3px;
		margin-bottom: 0;
	}

	p.TOC2
	{
		font-family: 'Flama Basic', Arial;
		font-size: 1.2rem;
		margin-bottom: 2px;
		margin-top: 2px;
		margin-left: 30px;
		font-weight: normal;
	}

	p.TOC3
	{
		font-family: 'Flama Medium', Arial;
		font-size: 1.1rem;
		color: var(--primary);
		margin-top: 2px;
		margin-bottom: 4px;
		margin-left: 60px;
		font-weight: normal;
	}

	p.TOC4
	{
		font-family: 'Flama Basic', Arial;
		font-size: 1.05rem;
		margin-top: 2px;
		margin-bottom: 4px;
		margin-left: 90px;
		font-weight: normal;
	}

	p.TOC5
	{
		font-family: 'Flama Basic Italic', Arial;
		font-size: 1rem;
		margin-top: 2px;
		margin-bottom: 4px;
		margin-left: 120px;
		font-weight: normal;
		font-style: italic;
	}

	/*td styles because the font sizes in the PDF inside tables aren't coorperating for no discernible reason*/

	td li
	{
		font-size: 10px;
	}

	td code
	{
		font-size: 10px;
	}

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|footnote
	{
		color: var(--dark-gray);
	}

	MadCap|footnotesBlock
	{
		border-top: none;
		font-size: .7rem;
	}
}

