/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root
{
	/* Font styles */
	--LetterSpacing: 0;
	--font-primary: 'Inter';
	--font-primary-light: 300;
	--font-primary-medium: 600;
	--font-primary-bold: 700;
	/*Font sizes*/
	--FontSizeNormal: 1.1rem;
	--FontSizeSmaller: 11pt;
	--FontSizeLarger: 1.15rem;
	--LineHeightNormal: 1.2rem;
	--LineHeightSmaller: 1.1rem;
	--LineHeightLarger: 1.3rem;
	/* Brand Colors */
	--CPOrange: #ff7a14;
	--CPBlueGray: #7a9caf;
	--CPUIBlue: #413d46;
	/* UXUI - GRAY - Text and Icons */
	--GrayBlack: #292929;
	/* Black Gray */
	--GrayDark: #4c4c4c;
	/* Dark Gray */
	--GrayMedium: #757575;
	/* Medium Gray */
	/* UXUI - GRAY - Non Text - UI Elements */
	--Gray: #949494;
	/* Gray */
	--GrayMediumLight: #bfbfbf;
	/* Medium Light Gray */
	--GrayLight: #d9d9d9;
	/* Light Gray */
	--GrayExtraLight: #ededed;
	/* Extra Light Gray */
	--GrayFaint: #f7f7f7;
	/* Faint Gray */
	/* UXUI - BLUE - Links and Icons */
	--BlueLink: #4067ba;
	/* Link Blue */
	/* UXUI - BLUE - Non Text - UI Elements */
	--BlueMedium: #c0ccd7;
	/* Medium Blue */
	--BlueLight: #e6ebef;
	/* Light Blue */
	--BlueExtraLight: #ebf0f5;
	/* Extra Light Blue */
	/* UXUI - Error Colors - Text and Icons */
	--RedMedium: #d12a11;
	/* Medium Red */
	--GreenMedium: #3c8300;
	/* Medium Green */
	--BlueGrayExtraLight: #ebeff1;
	/* Footer BG Color to match Side Nav BG color */
	--Black: #000000;
	--White: #ffffff;
	--CPLightOrange: #f8971d;
	--CPLightBlueGray: #cbd6df;
	--CPDarkBlueGray: #546e8f;
	--CPGreen: #77bc1f;
	--DangerRed: #f7eded;
	--WarningYellow: #fff8e6;
	--CPDarkOrange: #e75516;
	--ADATextGray: #595959;
	--TableRowBlue: #e6ebef;
	--TableHeaderBlue: #C0CCD7;
	--ADALrgCPBlue: #7699AD;
}

/*THIS IS CONTENT FROM CHARGEPOINTFONTSCOLORS.CSS - DONT DELETE*/

.localization-notice
{
	background-color: #f0f4ff;
	border: 1px solid #c2d1f0;
	padding: 10px 15px;
	margin: 10px 20px;
	font-size: 14px;
	color: #003366;
	border-radius: 4px;
	text-align: center;
}

div.docname
{
	font-size: 18pt;
	font-weight: bold;
	font-family: 'Inter';
	text-align: center;
	margin-top: -12px;
	margin-right: 10px;
	color: #292929;
}

.body-container
{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

#floating-toc
{
	display: none !important;
}

div.nav-search-wrapper
{
	display: none !important;
}

.topic-body::after
{
	content: "";
	display: block;
	height: 40px;
}

.title-bar .menu-icon span
{
	display: none !important;
}

.topic-top-toolbar
{
	visibility: hidden;
	height: 0;
	overflow: visible;
}

.sidenav-wrapper
{
	flex: 0 1 auto;
	overflow: auto;
	margin-left: 0px;
	margin-top: 146px;
	margin-bottom: 10px;
	min-width: 220px;
	max-width: 300px;
}

/* Side Nav Styling*/

nav.sidenav-wrapper span.submenu-toggle-container
{
	position: absolute;
	left: 3px;
	mc-hidden: hidden;
}

nav.sidenav-wrapper ul.nested span.submenu-toggle-container
{
	position: absolute;
	left: 18px;
	mc-hidden: hidden;
}

nav.sidenav-wrapper ul.nested ul.nested span.submenu-toggle-container
{
	position: absolute;
	left: 36px;
	mc-hidden: hidden;
}

nav.sidenav-wrapper ul.nested ul.nested ul.nested span.submenu-toggle-container
{
	position: absolute;
	left: 54px;
	mc-hidden: hidden;
}

nav.sidenav-wrapper li,
nav.sidenav-wrapper li a
{
	line-height: 140%;
	mc-hidden: hidden;
}

/* Images that replace the solid triangles used to expand and contract menu leafs. */
/* Unselected OPEN node. */

nav.sidenav-wrapper span.submenu-toggle-container[aria-expanded="true"]
{
	background-image: url('../icons/menu-leaf-open-dark.png');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	mc-hidden: hidden;
}

/* Unselected CLOSED node. */

nav.sidenav-wrapper span.submenu-toggle-container[aria-expanded="false"]
{
	background-image: url('../icons/menu-leaf-closed-dark.png');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	mc-hidden: hidden;
}

/* Selected OPEN node. */

nav.sidenav-wrapper a.selected span.submenu-toggle-container[aria-expanded="true"]
{
	background-image: url('../icons/menu-leaf-open-light.png');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	mc-hidden: hidden;
}

/* Selected CLOSED node. */

nav.sidenav-wrapper a.selected span.submenu-toggle-container[aria-expanded="false"]
{
	background-image: url('../icons/menu-leaf-closed-light.png');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	mc-hidden: hidden;
}

/* Hover OPEN node. */

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
}

.video-marquee a:hover
{
	color: #0f588a;
	text-decoration: none;
}

a:active
{
	color: #000000;
}

nav.sidenav-wrapper a:hover span.submenu-toggle-container[aria-expanded="true"]
{
	background-image: url('../icons/menu-leaf-open-dark.png');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	mc-hidden: hidden;
}

/* Hover CLOSED node. */

nav.sidenav-wrapper a:hover span.submenu-toggle-container[aria-expanded="false"]
{
	background-image: url('../icons/menu-leaf-closed-dark.png');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	mc-hidden: hidden;
}

/* Hover on selected OPEN node. */

nav.sidenav-wrapper a.selected:hover span.submenu-toggle-container[aria-expanded="true"]
{
	background-image: url('../icons/menu-leaf-open-light.png');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	mc-hidden: hidden;
}

/* Hover on selected CLOSED node. */

nav.sidenav-wrapper a.selected:hover span.submenu-toggle-container[aria-expanded="false"]
{
	background-image: url('../icons/menu-leaf-closed-light.png');
	background-repeat: no-repeat;
	background-position: 1px 5px;
	mc-hidden: hidden;
}

ul.sidenav li a
{
	background-repeat: repeat;
	border-left: solid 0px transparent;
	border-bottom: none 0px #ffffff;
	padding-left: 24px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	font-family: 'Inter';
	font-weight: 300;
	font-size: 10pt;
	font-style: normal;
	line-height: 1.5em;
	background: transparent none;
	-pie-background: transparent;
}

ul.menu li > a.selected
{
	font-family: 'Inter';
	font-weight: 600;
	background-color: #d9d9d9;
	color: #292929;
}

div.topichero
{
	width: 100%;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-top: 0px;
	height: auto;
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: absolute;
	left: 0px;
	z-index: 8;
	top: 50px;
}

/* Home Page General Styles*/
/* Flying marquee styles */

.video-marquee
{
	/*background-color: #d9d9d9;*/
	color: white;
	font-weight: bold;
	/*padding: 10px 0;*/
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	font-family: 'Inter';
	position: relative;
	width: 100%;
	/* full width */
	/*margin-bottom: 16px;*/
}

.video-marquee a
{
	color: white;
	text-decoration: underline;
	margin: 0 20px;
}

.video-marquee span
{
	color: white;
}

/* The inner moving content */

.marquee-content
{
	display: inline-block;
	padding-left: 100%;
	/* Start off-screen to right */
	animation: marqueeAnim 20s linear infinite;
}

@keyframes marqueeAnim {
			0% {
			transform: translateX(0%);
			}
			100% {
			transform: translateX(-100%);
			}
			} 

div.MCSlide
{
	padding-left: 70px;
}

div.slidecards
{
	width: 230px;
	height: 200px;
	border: solid 1px #f7f7f7;
	float: left;
	margin-right: 25px;
}

.homeCardtitle
{
	text-align: center;
}

.tab-bar-section.middle > div
{
	min-height: 67px;
	margin-left: 4%;
	margin-right: 2%;
}

.inner-wrap
{
	min-height: 94.5vh;
}

.inner-wrap .outer-row
{
	margin: 0 auto;
	padding-left: 4em;
	padding-right: 4em;
	max-width: 100%;
}

span.Bullet
{
	font-family: 'Inter';
	font-size: 7pt;
	color: #000000;
	line-height: 9pt;
}

nav.tab-bar
{
	position: fixed;
	width: 100%;
	z-index: 9;
}

body
{
	font-family: 'Inter';
}

a.BlackText
{
	color: #000000;
	text-decoration: none;
}

h1
{
	font-size: 1.275em;
	font-family: 'Inter';
	font-weight: 700;
	font-style: normal;
}

h3
{
	font-size: 1.6785em;
	font-family: 'Inter';
	font-weight: 600;
}

h3.SubCenter
{
	text-align: center;
}

img.Hyperlinked
{
	border-style: none;
}

img.Slideshow
{
	border-style: none;
	margin-bottom: 15px;
}

p
{
	font-family: 'Inter';
}

p.Copyright
{
	font-size: 9pt;
	font-family: 'Inter';
	text-align: left;
	color: #646569;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

.centered-text
{
	text-align: center;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.whiteheader
{
	color: #000000;
	font-family: 'Inter';
	font-weight: 300;
}

.row.nav-search
{
	display: none;
}

.main-section > .row.outer-row
{
	padding: 0;
	margin: 0 auto;
}

/* Home Page Button Styles */

.button
{
	cursor: pointer;
	background-color: transparent;
	width: 200px;
	height: 35px;
	font-weight: bold;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.button.black
{
	border: solid 2px #000000;
	color: #000000;
}

.button.black:hover
{
	background-color: #bfbfbf;
}

.button a
{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* Responsive Header Styles*/

#contentBody > .responsive-header
{
	background-color: #f7f7f7;
}

/* Content Section */

div.notice
{
	background-color: #0f588a;
	color: #ffffff;
	padding: 5px;
	overflow: hidden;
	border-radius: 10px;
	text-align: justify;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 32%;
	height: 6vh;
	min-height: 75px;
}

div.readmore
{
	font-size: smaller;
	text-align: center;
	color: #ffffff;
}

div.notice:hover
{
	background-color: #4572A7;
	color: #ffffff !important;
	padding: 5px;
}

p.moretext
{
	display: none;
}

div.notice:hover .readmore
{
	display: none;
}

div.notice:hover .moretext
{
	display: block;
}

/*end of styles*/

#content-section
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f7f7f7;
	margin-top: 0px;
	mc-disable-glossary-terms: true;
	width: auto;
	border-top-color: #4c4c4c;
	border-top: none 0px #000000;
}

#content-section h3
{
	font-weight: normal;
}

.right-section div.button-group,
.left-section div.button-group
{
	margin-top: 20px;
}

#content-section .left-section
{
	padding-right: 20px;
}

#content-section .right-section
{
	padding-left: 20px;
}

.left-section .left-content,
.right-section .right-content
{
	height: 270px;
}

#content-section .right-section .table-images:first-of-type
{
	margin-bottom: 20px;
}

#content-section.mc-blurb p
{
	margin-top: 0;
	margin-bottom: 5px;
}

#content-section.mc-blurb .mc-bullets
{
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

#content-section.mc-blurb .mc-bullets > li
{
	color: #292929;
	list-style-image: url('../images/icon_bullet.png');
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.6em;
}

/* Home Page Topic Hero section*/

div.topichero h1
{
	font-size: 2em;
	margin-top: 28px;
	margin-bottom: 0.50em;
	line-height: 18pt;
	color: #ffffff;
	font-weight: bold;
}

div.topichero h3
{
	font-size: 1.8em;
	margin-bottom: 30px;
	line-height: 100%;
}

div.search
{
	margin-left: 15em;
	margin-right: 15em;
	float: left;
}

.search,
.search-bar
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 105px;
}

.search-field
{
	box-shadow: 1px 1px 5px #757575;
}

div.cklstBlk
{
	padding-left: 10px;
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
	padding-top: 5px;
	background-color: #ffffff;
	border: solid 1px #f7f7f7;
	border-bottom-color: #f7f7f7;
	border-right-color: #f7f7f7;
	margin-left: 2px;
	border-top-color: #f7f7f7;
	border-top-width: 1px;
	border-left-width: 2px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 40%;
	padding-bottom: 10px;
}

p.cklstHead
{
	font-family: 'Inter';
	font-weight: 700;
	font-style: normal;
	line-height: 18pt;
	text-align: left;
	border-bottom: none 0px #000000;
	color: #e6ebef;
	margin-bottom: 5px;
	font-size: 11pt;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
}

p.cklstBody
{
	mc-disable-glossary-terms: true;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 10pt;
	text-align: left;
	margin-top: 5px;
}

/* Home Page slide show */

div.slidingshow
{
	margin-top: 20px;
	padding-top: 20px;
	margin-left: 0;
	marging-right: 0;
	margin-bottom: 100px;
}

.mc-wrapper .mc-caption
{
	background: none;
}

/* Home Page Video Section */

.video-section
{
	padding-top: 50px;
	padding-bottom: 30px;
}

.video-section img
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.video-wrapper
{
	padding-bottom: 56.25%;
	position: relative;
}

.video-section iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-section .columns
{
	margin-bottom: 20px;
}

/* Home Page Footer */

footer
{
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 50px;
	text-align: center;
	padding: 10px 0;
}

.footer
{
	text-align: center;
	margin-top: 100pt;
	margin-bottom: 0pt;
	padding: 10px;
}

footer a
{
	text-decoration: none;
	color: #4c4c4c;
}

/* Mad Cap proxy/editor assigned styles */

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	width: 50%;
}

MadCap|topicToolbarProxy
{
	float: none;
}

p.TOC2
{
	margin-left: 20px;
	display: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|slideshow
{
	border-style: none;
	box-shadow: none;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

MadCap|slideshowCaption
{
	background: none;
	color: #000000;
	padding: 0px;
	padding-top: 0px;
}

MadCap|glossaryTerm
{
	mc-closed-image: none;
	mc-image-position: none;
	mc-open-image: none;
}

h3
{
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: .60em;
	margin-top: .60em;
}

p.cardHead
{
	font-family: 'Inter';
	font-style: normal;
	padding-bottom: 16px;
	text-align: center;
	mc-disable-glossary-terms: true;
	font-size: 1.4em;
	line-height: 18pt;
	margin-bottom: 12px;
	color: #000000;
	border-bottom: solid 1px #ededed;
	border-bottom-color: #d9d9d9;
}

div.container
{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	position: relative;
	margin-bottom: 3em;
}

.search,
.search-bar
{
	text-align: center;
	margin-top: 5em;
}

.search-bar._Skins_homeSearchBar.mc-component .search-field
{
	height: 40px;
	background: #d9d9d9;
	border: none;
	font-size: 10pt;
}

.search-bar._Skins_homeSearchBar.mc-component .search-submit
{
	height: 40px;
}

div.docnameother
{
	font-size: 0pt;
	color: #ffffff;
}

div.helptext
{
	display: none;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-top: 40px;
}

div.card
{
	border-top-style: solid;
	border-bottom-style: solid;
	position: relative;
	padding-right: 5px;
	border-left-color: #f7f7f7;
	border-right-color: #f7f7f7;
	border-right-style: solid;
	border-bottom-width: 3px;
	padding-left: 5px;
	float: left;
	padding-top: 5px;
	border-top-width: 3px;
	border-top-color: #949494;
	border-right: solid 3px #949494;
	border-left: solid 3px #949494;
	border-bottom-color: #d9d9d9;
	margin-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 280px;
	border: solid 1px #949494;
	width: 21%;
	margin-left: 2%;
	background-color: #f7f7f7;
}

div.cklstBody
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

div.homecardbase1
{
	position: relative;
	color: #000000;
	margin-bottom: 1%;
	margin-top: -9px;
	height: 100%;
	float: left;
	margin-right: 0;
	width: 44%;
	margin-left: -9%;
}

div.homecardbase2
{
	position: relative;
	color: #000000;
	margin-bottom: 1%;
	margin-top: -9px;
	height: 100%;
	float: right;
	margin-right: 20%;
	width: 44%;
	margin-left: -2%;
}

div.homecard
{
	position: relative;
	flex: 1 1 calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
	height: 10vh;
	background: #ffffff;
	align-items: center;
	font-size: 12px;
	border-radius: 10px;
	cursor: pointer;
	padding: 6px;
	border: 1px solid #0f588a;
	text-align: center;
	min-height: 75px;
	max-width: 20em;
}

div.homecard::before
{
	top: 0;
	right: 0;
	border-radius: 0 10px 0 100%;
}

div.homecard::after
{
	bottom: 0;
	left: 0;
	border-radius: 0 100% 0 10px;
}

div.homecard:hover::before,
div.homecard:hover::after
{
	width: 100%;
	height: 100%;
	opacity: 0.1;
	border-radius: 10px;
	transition: all 0.5s;
}

div.homecard:nth-child(1)
{
	flex: 1 1 calc(50% - 20px);
	min-width: 200px;
}

div.homecard:nth-child(2)
{
	flex: 1 1 calc(50% - 20px);
	min-width: 200px;
}

div.homecard:nth-child(3)
{
	flex: 1 1 calc(50% - 20px);
	min-width: 200px;
}

div.homecard:nth-child(4)
{
	flex: 1 1 calc(50% - 20px);
	min-width: 200px;
}

div.homecard:nth-child(5)
{
	flex: 1 1 calc(50% - 20px);
	min-width: 200px;
}

div.homecard:nth-child(6)
{
	flex: 1 1 calc(50% - 20px);
	/* 50% width minus gap, so two items per row */
	min-width: 200px;
	/* Prevents items from getting too small */
}

div.homecard:nth-child(7)
{
	flex: 1 1 calc(50% - 20px);
	/* 50% width minus gap, so two items per row */
	min-width: 200px;
	/* Prevents items from getting too small */
}

div.homecard:nth-child(8)
{
	flex: 1 1 calc(50% - 20px);
	/* 50% width minus gap, so two items per row */
	min-width: 200px;
	/* Prevents items from getting too small */
}

div.homecard-1
{
	position: absolute;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	border-radius: 5pt;
	margin-bottom: 1%;
	margin-top: 0px;
	margin-right: 0;
	flex: 1 1 45%;
	margin-left: 65%;
	height: auto;
}

div.homecard-2
{
	flex: 0 2 100%;
	/* Takes full width */
	text-align: center;
	margin-top: 16px;
	flex-direction: column;
	/*display: none;*/
}

div.feedback
{
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	border-radius: 5px 5px 5px 5px;
	width: 55px;
	height: 55px;
	background-color: #0f588a;
	cursor: pointer;
}

.ftext
{
	display: none;
	float: left;
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin: 12px 0px 20px 30px;
}

/*div.feedback:hover
{
	width: 205px;
}*/

.feedback:hover .ftext
{
	display: block;
}

div.fimg
{
	float: right;
	padding: 12px 8px 14px 14px;
}

div.imgblk
{
	display: none;
	padding-left: 10px;
	background-color: transparent;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

div.homecardBody
{
	/* padding-left: 40px; */
	background-color: transparent;
	padding-right: 40px;
	padding-top: 5px;
	margin-top: 0px;
	display: none;
}

div.CardContainer
{
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding: 20px 0px;
	clear: none;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 0px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -100px;
	margin-left: 4%;
	margin-right: 4%;
}

div.CardBody
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

p.homeCardList
{
	text-align: left;
	mc-disable-glossary-terms: true;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 14pt;
	font-size: 1em;
	color: #ffffff;
	padding-left: 15px;
	font-weight: bold;
}

body
{
	font-family: 'Inter';
	background-image: none;
	background-color: transparent;
	font-size: 1em;
}

p.Body
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Inter';
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
}

a.Body_Lead-in
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 6pt;
	margin-bottom: 3pt;
	font-family: 'Inter';
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
}

p.Body_Lead-in
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 6pt;
	margin-bottom: 3pt;
	font-family: 'Inter';
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
}

p.Bullet_1
{
	text-align: left;
	margin-left: 0.2in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Inter';
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-offset: 19.2px;
	mc-auto-number-class: Bullet;
	line-height: 13pt;
	text-decoration: none;
	display: list-item;
	list-style: ;
	list-style-type: square;
}

div.slidingshow
{
	margin-top: -10px;
	padding-right: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	background-color: #c0ccd7;
	margin-right: 0px;
	width: 100%;
	clear: both;
	margin-left: 0px;
	padding-left: 10%;
}

MadCap|slideshowCaption
{
	font-family: 'Inter';
	font-size: 12pt;
	text-align: center;
}

h1
{
	mc-hyphenate: never;
	font-family: 'Inter';
	font-weight: 600;
	margin-bottom: .60em;
	margin-top: .60em;
	color: #000000;
	font-size: 1.25;
}

address
{
	list-style: inherit;
}

.whiteheader
{
	font-weight: bold;
	color: #000000;
}

h3.SubCenter
{
	color: #000000;
	font-size: 1.6785em;
	font-weight: bold;
}

div.slide
{
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	background-color: #e6ebef;
	position: relative;
	margin-right: 0px;
	padding-right: 55px;
	padding-left: 15px;
	width: auto;
	margin-left: 2%;
}

p.slideHead
{
	font-family: 'Inter';
	font-weight: 700;
	color: #ffffff;
	line-height: 16pt;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 10pt;
}

p.footerHead
{
	font-family: 'Inter';
	font-weight: 700;
	color: #4c4c4c;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 11pt;
	mc-disable-glossary-terms: true;
	line-height: 16pt;
}

a
{
	mc-closed-image: none;
	mc-open-image: none;
}

.mc-blurb
{
	background-color: #ffffff;
}

#content-section
{
	margin-top: 10px;
	padding-bottom: 0px;
	background-color: #f7f7f7;
	padding-top: 60px;
}

p.homeCardBody
{
	margin-left: 0in;
	margin-right: 0in;
	margin-bottom: 6pt;
	font-family: 'Inter';
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-disable-glossary-terms: true;
	text-align: center;
	color: #000000;
	margin-top: 5px;
	font-size: 10pt;
	padding-left: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

p.homeCardBody-2
{
	margin-left: 0in;
	margin-right: 0in;
	margin-bottom: 6pt;
	font-family: 'Inter';
	font-weight: 600;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-disable-glossary-terms: true;
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
	font-size: 10pt;
}

p.homecardh1
{
	background-color: transparent;
	font-family: 'Inter';
	font-weight: 600;
	font-size: 1.4em;
	/*line-height: 25pt;*/
	mc-disable-glossary-terms: true;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #292929;
}

p.homecardh2
{
	font-size: 1.4em;
	font-weight: 600;
	line-height: 25pt;
	mc-disable-glossary-terms: true;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ffffff;
	padding-left: 15px;
	color: #292929;
}

div.homecardh1
{
	position: relative;
}

p.cklstHead
{
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
	text-align: justify;
	border-bottom: solid 1px #c0ccd7;
	line-height: 20pt;
	mc-disable-glossary-terms: true;
	border-bottom-width: 2px;
	border-bottom-color: #c0ccd7;
}

p.cklstBody
{
	text-align: justify;
	color: #000000;
	mc-disable-glossary-terms: true;
}

div.cklstBlk
{
	background-color: transparent;
	border-left: solid 1px #949494;
	border-top-color: #949494;
	border-top-style: solid;
	border-bottom-color: #ededed;
	border-bottom-left-radius: 25px;
	border-radius: 8px;
	transition: width .35s ease-in-out;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
	transition-delay: 0s;
	border: none 1px #949494;
	float: left;
	margin-right: 5px;
	width: 27%;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	height: 260px;
	margin-top: 5px;
	margin-left: 2%;
}

#contentBody
{
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	padding-top: 65px;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.search
{
	float: left;
	margin-left: 14%;
}

p.cklstItem
{
	color: #000000;
	mc-disable-glossary-terms: true;
	text-align: left;
	line-height: 14pt;
	margin-bottom: 4px;
	margin-top: 4px;
}

img
{
	margin-bottom: 2px;
	padding-bottom: 0;
}

.row
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

div
{
	font-family: 'Inter';
}

html
{
	font-family: 'Inter';
}

/* Language picker CSS start */

.flare-project-switcher
{
	background: white;
	padding: 12px;
	margin: 20px 0;
	font-family: 'Inter';
	width: 180px;
	z-index: 9999;
	margin-left: auto;
	margin-right: auto;
	float: right;
	top: 115px;
	position: relative;
}

.flare-project-switcher .switcher-header
{
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	flex-wrap: nowrap;
}

.flare-project-switcher .switcher-label
{
	font-weight: bold;
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	min-width: fit-content;
	margin: 0;
	flex-shrink: 0;
}

.flare-project-switcher .dropdown-container
{
	flex: 1;
	min-width: 0;
	display: block;
}

.flare-project-switcher .project-dropdown
{
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ff7a14;
	border-radius: 2px;
	background-color: white;
	font-size: 12px;
	cursor: pointer;
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}

.flare-project-switcher .project-dropdown:hover
{
	border-color: #007acc;
}

.flare-project-switcher .project-dropdown:focus
{
	outline: none;
	border-color: #007acc;
	box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}

.flare-project-switcher .current-project
{
	margin-top: 12px;
	padding: 12px;
	background-color: #f8f9fa;
	border-left: 3px solid #007acc;
	border-radius: 3px;
	transition: opacity 0.3s ease;
}

.flare-project-switcher .current-project h4
{
	margin: 0 0 8px 0;
	color: #005c99;
	font-size: 16px;
}

.flare-project-switcher .current-project p
{
	margin: 0 0 8px 0;
	color: #666;
	font-size: 13px;
	line-height: 1.4;
}

.flare-project-switcher .project-link
{
	display: inline-block;
	padding: 6px 12px;
	background-color: #007acc;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	font-size: 12px;
	transition: background-color 0.3s ease;
}

.flare-project-switcher .project-link:hover
{
	background-color: #005c99;
	text-decoration: none;
}

/* Loading state styles */

.flare-project-switcher .current-project.loading
{
	opacity: 0.8;
	font-style: italic;
}

/* Language picker CSS end */

@media (max-width: 644px)
{
	h1
	{
		font-size: 1.7em;
	}

	div.topichero
	{
		height: 100px;
		background-position-x: center;
		background-position-y: center;
		width: 100%;
		background-image: none;
		padding-top: -110px;
		margin-top: 0px;
		background-color: #ffffff;
	}

	div.docname
	{
		font-size: 12pt;
		font-weight: bold;
		font-family: 'Inter';
		text-align: center;
		margin-top: 12px;
		margin-right: 10px;
		color: #292929;
	}

	p.homeCardBody
	{
		display: none !important;
	}

	.search-bar._Skins_homeSearchBar.mc-component .search-field
	{
		height: 40px;
		margin-top: -16px;
		background: #f7f7f7;
		border: none;
		font-size: 10pt;
	}

	.search-bar._Skins_homeSearchBar.mc-component .search-submit
	{
		height: 40px;
		margin-top: -9px;
	}

	.search-field
	{
		box-shadow: 0px 0px 0px #757575;
	}

	.search,
	.search-bar
	{
		visibility: hidden;
		margin-top: 40px;
	}

	div.homecardbase1
	{
		position: relative;
		color: #000000;
		margin-bottom: 1%;
		margin-top: -9px;
		height: 100%;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	div.homecardbase2
	{
		position: relative;
		color: #000000;
		margin-bottom: 1%;
		margin-top: -9px;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding: 10px;
	}

	.inner-wrap .outer-row
	{
		margin: 0 auto;
		padding-left: 1em;
		padding-right: 1em;
		max-width: 100%;
	}

	div.feedback
	{
		display: none;
	}

	nav.title-bar .menu-icon
	{
		left: auto;
		right: 13px;
	}

	footer
	{
		display: none;
	}

	div.card
	{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
		border: solid 1px #ededed;
		border-top-color: #e6ebef;
		border-top-width: 2px;
		margin-left: 2px;
		margin-right: 2px;
	}

	.whiteheader
	{
		color: #ffffff;
	}

	.mc-blurb
	{
		padding-top: 5px;
		margin-top: 10px;
	}

	div.cklstBlk
	{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 5px;
		padding-left: 5px;
		background-color: #f7f7f7;
		border: solid 1px #ededed;
		border-right-width: 2px;
		border-right-style: none;
		border-left-style: none;
	}

	div.cklstBody
	{
		height: auto;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	p.cklstHead
	{
		text-align: center;
	}

	p.cklstBody
	{
		text-align: center;
	}

	p.cklstItem
	{
		text-align: center;
	}

	div.homecard
	{
		flex: 1 1 calc(50% - 16px);
		/* 2 cards per row on medium screens */
		max-width: calc(50% - 16px);
		min-height: 39px;
		height: 30px;
		font-size: 0.6em;
		padding: 10px;
	}

	div.imgblk
	{
		width: 100%;
		text-align: center;
	}

	div.homecardBody
	{
		width: 100%;
	}

	p.homecardh1
	{
		text-align: center;
		color: ;
	}

	.row
	{
		margin: 0 auto;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}

	.outer-row
	{
		text-align: center;
		margin: 0 auto;
	}

	/* Language picker mobile CSS start */

	.flare-project-switcher
	{
		padding: 12px;
		width: 150px;
		float: none;
		padding: 4px;
		margin-left: auto;
		margin-right: auto;
	}

	.flare-project-switcher .project-dropdown
	{
		font-size: 12px;
		/* Prevents zoom on mobile */
	}

	/* Stack vertically on small screens */

	.flare-project-switcher .switcher-header
	{
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.flare-project-switcher .dropdown-container
	{
		width: 100%;
	}

	#contentBody
	{
		padding-top: 5px;
	}

	/* Language picker mobile CSS end */
}

