/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/***FONTS***/
/**WOFF2 fonts are used by default, but fallback to WOFF for older browsers.**/

@font-face 
{
	font-family: FiraSans;
	src: url(../FiraFonts4106/WEB/WOFF2/FiraSans-Regular.woff2) format("woff2"), url(../FiraFonts4106/WEB/WOFF/FiraSans-Regular.woff) format("woff");
}

@font-face 
{
	font-family: FiraSans;
	src: url(../FiraFonts4106/WEB/WOFF2/FiraSans-SemiBold.woff2) format("woff2"), url(../FiraFonts4106/WEB/WOFF/FiraSans-SemiBold.woff) format("woff");
	font-weight: bold;
}

@font-face 
{
	font-family: FiraSans;
	src: url(../FiraFonts4106/WEB/WOFF2/FiraSans-Italic.woff2) format("woff2"), url(../FiraFonts4106/WEB/WOFF/FiraSans-Italic.woff) format("woff");
	font-style: italic;
}

/***GENERAL STYLES***/

html
{
	box-sizing: border-box;
}

body,
html
{
	color: #474747;
	font-family: FiraSans, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4;
}

.main-section > .row.outer-row
{
	max-width: 100%;
	padding: 0px;
	margin: 0;
}

#contentBody
{
	padding-bottom: 125px;
	padding-top: 1.5rem;
	padding-left: .938rem;
	padding-right: 0;
	/*flex: 1; is this still needed?*/
}

#contentBody:after
{
	content: " ";
	display: block;
	clear: both;
}

.tab-bar
{
	border-bottom: 0;
}

div
{
	
}

div.sideContent	/*Placement of the mini-toc/mini-menu proxies*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

fieldset
{
	page-break-inside: avoid;
	padding-top: .35em;
	padding-left: .625em;
	padding-right: .625em;
	padding-bottom: .75em;
	margin-bottom: .5em;
	margin-top: .5em;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-right-radius: 3px;
	border-radius: 3px;
	border: solid 1px #bfbfbf;
}

/***PARAGRAPH STYLES***/

h1,
h2,
h3,
h4,
h5,
h6
{
	color: #474747;
	margin-top: 1rem;
}

h1,
h2,
h3
{
	font-weight: 700;
	margin-bottom: .3rem;
}

h1
{
	font-size: 2.07rem;
}

h2
{
	font-size: 1.72rem;
}

h3
{
	font-size: 1.44rem;
}

h4,
h5,
h6
{
	margin-bottom: .25rem;
}

h4
{
	font-size: 1.2rem;
	font-weight: 600;
}

h5
{
	font-size: 1rem;
	font-weight: 400;
}

h6
{
	font-size: 1rem;
	font-weight: 300;
}

p,
table
{
	font-size: .93rem;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
}

p.Checkbox
{
	margin-right: 0;
	margin-left: 1.5rem;
	text-indent: -1.5rem;
}

p.Copyright
{
	page-break-before: always;
	color: #c0c0c0;
}

p.Date
{
	font-size: 12pt;
}

p.Note,
p.Example,
p.Important,
p.Tip,
p.Warning,
p.NoteAvoidPgBrkAfter,
p.NoteAvoidPgBrkBefore,
p.NoteAvoidPgBrkInside,
p.ExampleTopLineOnly,
p.ExampleAvoidPgBrkAfter,
p.ExampleAvoidPgBrkBefore,
p.ExampleAvoidPgBrkInside,
p.ImportantAvoidPgBrkAfter,
p.ImportantAvoidPgBrkBefore,
p.ImportantAvoidPgBrkInside,
p.TipAvoidPgBrkAfter,
p.TipAvoidPgBrkBefore,
p.TipAvoidPgBrkInside,
p.WarningAvoidPgBrkAfter,
p.WarningAvoidPgBrkBefore,
p.WarningAvoidPgBrkInside
{
	text-indent: 2px;
	margin-top: 4px;
	background-position-y: top;
	border-top-style: none;
	border-top-width: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-left: 25px;
	padding-bottom: 3px;
	margin-bottom: 0;
}

p.Note,
p.NoteAvoidPgBrkAfter,
p.NoteAvoidPgBrkBefore,
p.NoteAvoidPgBrkInside
{
	background: url('../Images/skin/postit.gif') no-repeat left top;
}

p.Example,
p.ExampleTopLineOnly,
p.ExampleAvoidPgBrkAfter,
p.ExampleAvoidPgBrkBefore,
p.ExampleAvoidPgBrkInside
{
	background: url('../Images/skin/Example.png') no-repeat left top;
}

p.Important,
p.ImportantAvoidPgBrkAfter,
p.ImportantAvoidPgBrkBefore,
p.ImportantAvoidPgBrkInside
{
	background: url('../Images/skin/Important.png') no-repeat left top;
}

p.Tip,
p.TipAvoidPgBrkAfter,
p.TipAvoidPgBrkBefore,
p.TipAvoidPgBrkInside
{
	background: url('../Images/skin/tip.png') no-repeat left top;
}

p.Warning,
p.WarningAvoidPgBrkAfter,
p.WarningAvoidPgBrkBefore,
p.WarningAvoidPgBrkInside
{
	background: url('../Images/skin/warning.png') no-repeat left top;
}

p.NoteAvoidPgBrkAfter,
p.ExampleAvoidPgBrkAfter,
p.ImportantAvoidPgBrkAfter,
p.TipAvoidPgBrkAfter,
p.WarningAvoidPgBrkAfter
{
	page-break-after: avoid;
}

p.NoteAvoidPgBrkBefore,
p.ExampleAvoidPgBrkBefore,
p.ImportantAvoidPgBrkBefore,
p.TipAvoidPgBrkBefore,
p.WarningAvoidPgBrkBefore
{
	page-break-before: avoid;
}

p.NoteAvoidPgBrkInside,
p.ExampleAvoidPgBrkInside,
p.ImportantAvoidPgBrkInside,
p.TipAvoidPgBrkInside,
p.WarningAvoidPgBrkInside
{
	page-break-inside: avoid;
}

p.ExampleTopLineOnly
{
	padding-bottom: 10px;
}

address	/**Do we use this? Can we get rid of it?***/
{
	color: #006da8;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

blockquote	/**Do we use this? Can we get rid of it?***/
{
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: .75rem;
	font-weight: normal;
	line-height: 140%;
	margin: 0;
	padding-bottom: 0px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 1em;
	background-image: none;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

caption	/**Do we use this? Can we get rid of it?***/
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	font-size: .8rem;
}

ul.navigation
{
	font-size: .94rem;
	letter-spacing: .1rem;
}

#resultList h3.title a:visited
{
	color: #85bc20;
	text-decoration: none;
}

#resultList h3.title a:hover
{
	color: #85bc20;
	text-decoration: underline;
}

.dropdown-content li a:hover
{
	background-color: #f1f1f1;
}

ul.navigation ul > li.has-children > a:after
{
	top: 4px;
}

nav
{
	border-bottom: solid 1px #e3e3e3;
	border-top: solid 1px #e3e3e3;
}

/****LINK STYLES****/

a,
a:link,
a:visited
{
	background-color: transparent;
	color: #007ac3;
	text-decoration: none;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
}

a.MCBreadcrumbsLink:visited
{
	color: #007ac3;
}

a.MCBreadcrumbsLink:hover
{
	color: #85bc20;
}

a:hover,
a:focus
{
	color: #85bc20;
	text-decoration: underline;
}

a.Popup	/*this is a default style from MadCap; keep it to fix certain browser bugs*/
{
	
}

/****LIST STYLES*****/

ul
{
	list-style-image: url(../Images/skin/BltBlueRound.png);
	font-size: .93rem;
	margin-top: 0;
}

li
{
	orphans: 2;
	widows: 2;
	margin-bottom: 8px;
	margin-top: 8px;
}

li.BlankBullet
{
	list-style-image: url('../Images/skin/blank bullet.gif');
}

li.BlankBulletAvoidPgBrkAfter
{
	list-style-image: url('../Images/skin/blank bullet.gif');
}

li.BlankBulletAvoidPgBrkBefore
{
	list-style-image: url('../Images/skin/blank bullet.gif');
}

li.BlankBulletAvoidPgBrkInside
{
	list-style-image: url('../Images/skin/blank bullet.gif');
}

ol
{
	list-style-type: decimal;
	font-size: .93rem;
}

ol ol,
ul ol
{
	list-style-type: lower-alpha;
	list-style-image: none;
}

ol ul,
ul ul
{
	list-style-image: url('../Images/skin/BltGrayRound.png');
}

ol ul ol ul,
ol ul ul ul
{
	list-style-image: url('../Images/skin/BltGrayHyphen.png');
}

ul ul ul,
ol ul ul
{
	list-style-image: url('../Images/skin/circle.bmp');
}

ul ul ul ul
{
	list-style-image: url('../Images/skin/BltGrayHyphen.png');
}

ul ol ol,
ol ul ol,
ul ul ol,
ol ol ol
{
	list-style-type: lower-roman;
	list-style-image: none;
}

/***IMAGE STYLES***/

img
{
	border: none;
}

img.Thumbnail
{
	mc-thumbnail: hover;
}

img.InlineLarge
{
	display: inline-block;
	max-height: 1.4rem;
	margin-left: .3rem;
	vertical-align: text-bottom;
}

img.InlineSmall
{
	display: inline-block;
	margin-left: .3rem;
	vertical-align: baseline;
}

/****HEADER****/

.wk-header
{
	background-color: #fff;
	width: 100%;
}

.wk-header > .wk-header-container
{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.wk-header > .wk-header-container:after
{
	content: " ";
	display: block;
	clear: both;
}

div.product-header,
div.product-header-home
{
	display: inline-block;
	color: #474747;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

div.product-header
{
	font-size: 1.5rem;
	width: 55%;
}

div.product-header-home
{
	font-size: 2rem;
	font-weight: 200;
	width: 100%;
}

img.header-logo
{
	vertical-align: text-bottom;
}

/*****MINI NAV BAR******/

#mini-nav-row
{
	overflow: hidden;
	background-color: #f1f1f1;
	color: #474747;
	font-size: .8em;
}

#mini-nav-container
{
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	padding-top: .2em;
	padding-bottom: .2em;
}

#mini-nav-container .mini-nav-button
{
	color: #474747;
	background-color: #f1f1f1;
	padding: .2em;
	display: block;
	float: right;
	text-transform: uppercase;
	font-weight: normal;
}

.mini-nav-button:after
{
	content: "  |  ";
	display: inline;
	clear: none;
	padding-left: .2rem;
}

.mini-nav-menu:first-of-type > .mini-nav-button:after
{
	content: " ";
}

.mini-nav-button
{
	border: none;
	outline: none;
}

#mini-nav-container .mini-nav-menu
{
	overflow: hidden;
	float: right;
}

#mini-nav-container a:hover,
mini-nav-menu .mini-nav-button:hover
{
	color: #85bc20;
	background-color: #ededed;
	text-decoration: none;
}

.mini-nav-menu a
{
	color: #474747;
}

.mini-nav-list
{
	display: none;
	position: absolute;
	top: 1.6rem;
	width: auto;
	z-index: 10;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
	padding-left: .6rem;
	padding-right: .6rem;
}

.mini-nav-list li
{
	list-style: none;
	list-style-image: none;
	display: block;
	font-size: .8rem;
	text-align: left;
	margin: 0;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.mini-nav-list li a
{
	float: none;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 0;
	color: #474747;
}

.mini-nav-menu:hover .mini-nav-list
{
	display: block;
}

/****SPAN STYLES*****/

span.Emphasis
{
	font-weight: bold;
}

i
{
	mc-italic-correction: 2px;
}

b.BoldBlue
{
	color: #007ac3;
}

b.BoldRed
{
	color: #e5202e;
}

/***MADCAP PROXY/GENERATED CONTENT STYLES***/

MadCap|breadcrumbsProxy
{
	font-size: .9375rem;
	padding-top: .5rem;
	border-bottom: none;
	font-style: italic;
	display: inline-block;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	mc-breadcrumbs-prefix: ' > ';
	width: 75%;
}

MadCap|dropDown
{
	mc-disabled: false;
	mc-closed-image: url('../Images/Skin/glyphicons-369-collapse.png');
	mc-open-image: url('../Images/Skin/glyphicons-368-expand.png');
}

MadCap|dropDownBody	/**Do we use this?****/
{
	mc-disabled: false;
	border-bottom: none 1px #bfbfbf;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	mc-disabled: false;
	color: #007ac3;
}

MadCap|dropDownHotspot
{
	color: #007ac3;
	mc-disabled: false;
	text-decoration: none;
}

MadCap|dropDownHotspot:hover
{
	color: #85bc20;
}

MadCap|expanding
{
	mc-closed-image: url('../Images/Skin/glyphicons-369-collapse.png');
	mc-open-image: url('../Images/Skin/glyphicons-368-expand.png');
	mc-image-spacing: 7px;
}

MadCap|expandingHead
{
	color: #007ac3;
	text-decoration: none;
}

MadCap|expandingHead:hover
{
	color: #85bc20;
}

MadCap|glossaryTerm
{
	color: #007ac3;
	font-weight: normal;
	mc-closed-image: url('../Images/skin/glyphicons-369-collapse.png');
	mc-open-image: url('../Images/Skin/glyphicons-368-expand.png');
}

MadCap|glossaryTerm:hover
{
	color: #85bc20;
	text-decoration: underline;
}

MadCap|menuProxy
{
	font-size: .94 rem;
}

MadCap|miniTocProxy
{
	border-top-color: white;
	border-top: solid 1px #ffffff;
	mc-toc-depth: 2;
}

MadCap|popup
{
	color: #dcdcdc;
}

MadCap|popupHead
{
	text-decoration: none;
	border-bottom: 1px dotted #006da8;
	color: #3399FF;
	mc-closed-image: none;
	mc-open-image: none;
}

MadCap|popupBody
{
	background-color: #cde480;
	text-indent: 0px;
}

MadCap|popup:focus
{
	color: #3399FF;
}

MadCap|popup:hover
{
	color: #85bc20;
}

MadCap|popupHead
{
	color: #2D8DCC;
}

MadCap|searchBarProxy
{
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	max-width: 30rem;
	display: list-item;
}

MadCap|tocProxy
{
	border-top-color: #ffffff;
	border-top: solid 1px #ffffff;
}

MadCap|toggler
{
	color: #007ac3;
	mc-closed-image: url('../Images/Skin/glyphicons-369-collapse.png');
	mc-open-image: url('../Images/Skin/glyphicons-368-expand.png');
}

MadCap|toggler:focus	/***can this be combined with general toggler tag?***/
{
	color: #007ac3;
}

MadCap|toggler:hover
{
	color: #85bc20;
}

MadCap|topicToolbarProxy
{
	display: inline-block;
}

MadCap|xref
{
	color: #007ac3;
	mc-format: '{para}';
	text-decoration: none;
}

MadCap|xref:focus
{
	color: #007ac3;
}

MadCap|xref:hover
{
	color: #85bc20;
	text-decoration: underline;
}

/***FOOTER***/

.wk-footer
{
	position: absolute;
	/*testing*/
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #757575;
	margin-top: 0px;
}

.wk-footer .wk-brand-light
{
	display: block;
	width: 142px;
}

.wk-footer .wk-brand-light::after
{
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20188.753%2030.037%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M55.023%2025.698H53.67l-3.095-8.692c-.256-.715-.562-1.61-.87-2.632h-.05c-.306%201-.613%201.85-.894%202.64l-3.22%208.69h-1.38l-5.85-16.92h2.02l3.76%2011.25c.31.95.59%201.79.82%202.63h.05c.23-.82.56-1.66.9-2.58l2.92-7.98-1.15-3.32h1.97l3.86%2011.15c.33.98.67%201.79.9%202.61h.05c.2-.84.43-1.61.74-2.53l3.68-11.22h1.97l-5.75%2016.93zm14.63-1.253c-.948.97-2.277%201.51-3.837%201.51-1.508%200-2.812-.513-3.757-1.484-1.1-1.12-1.69-2.83-1.69-4.83%200-1.99.61-3.65%201.69-4.78.97-.99%202.27-1.56%203.78-1.56%201.56%200%202.86.57%203.83%201.56%201.07%201.13%201.68%202.79%201.68%204.78%200%202-.62%203.68-1.71%204.81m-3.81-9.56c-2.28%200-3.58%201.84-3.58%204.707%200%202.86%201.35%204.755%203.6%204.755s3.6-1.89%203.6-4.75c0-2.86-1.3-4.7-3.63-4.7m10.07%2011.07c-1.49%200-2.12-.94-2.12-2.22V7.605h1.86v15.28c0%201.15.28%201.38.99%201.38.12%200%20.33%200%20.63-.076l.23%201.35c-.56.28-.998.41-1.61.41m7.053%200c-1.74%200-2.585-1.02-2.585-2.58v-8.19h-1.97V13.6h1.97v-2.66l1.86-.634v3.297h3.707l-.67%201.59H82.2v7.62c0%201.02.38%201.48%201.176%201.48.87%200%201.66-.48%202.145-.87l.59%201.33c-.89.67-2.07%201.21-3.19%201.21m5.94-5.98c0%202.3%201.33%204.35%204.01%204.35%201.025%200%202.15-.41%202.865-.87l.564%201.28c-.87.72-2.406%201.23-3.81%201.23-3.79%200-5.63-3.09-5.63-6.54%200-3.5%201.994-6.11%204.91-6.11%203.12%200%204.832%202.48%204.832%206.23v.44h-7.74zm2.94-5.08c-1.79%200-2.92%201.59-2.92%203.5h5.7c0-1.68-.944-3.5-2.784-3.5m13.03.59c-.257-.1-.64-.2-1.15-.2-.716%200-1.893.62-2.66%201.46v8.978h-1.86v-12.1h1.53l.256%201.38c1.66-1.51%202.58-1.69%203.45-1.69.537%200%20.998.21%201.227.36l-.798%201.82zm67.15%204.5c0%202.3%201.326%204.35%204.01%204.35%201.02%200%202.15-.41%202.863-.87l.56%201.28c-.87.72-2.4%201.23-3.81%201.23-3.785%200-5.625-3.09-5.625-6.54%200-3.5%201.997-6.105%204.91-6.105%203.12%200%204.835%202.48%204.835%206.233v.44h-7.747zm2.95-5.09c-1.79%200-2.916%201.59-2.916%203.5h5.7c0-1.68-.948-3.5-2.787-3.5m13.03.59c-.254-.1-.64-.202-1.15-.202-.713%200-1.89.62-2.66%201.46v8.97h-1.864v-12.1h1.534l.258%201.38c1.663-1.51%202.583-1.69%203.45-1.69.537%200%201%20.21%201.23.36l-.793%201.82zm-78.37%2010.47c-1.736%200-2.783-.46-3.576-.92l.72-1.453c.564.35%201.61.87%202.94.87%201.484%200%202.56-.67%202.56-1.79%200-2.97-5.496-1.92-5.496-6.16%200-1.74%201.25-3.2%204.01-3.2%201.277%200%202.248.28%203.04.64v1.634c-.84-.356-1.71-.715-2.97-.715-1.222%200-2.243.43-2.243%201.53%200%202.71%205.6%202.02%205.6%205.98%200%202.53-2.097%203.58-4.58%203.58m21.12-.26l-6.726-7.618h-.01V25.7h-1.87V8.855h1.87V16.6h.02l6.26-7.695h2.33l-6.93%208.28%207.54%208.513m3.913.256c-1.483%200-2.12-.95-2.12-2.22V7.594h1.866v15.29c0%201.15.28%201.38.993%201.38.128%200%20.334%200%20.64-.075l.23%201.35c-.562.28-1%20.41-1.61.41m11.55-.26l-.482-1.26c-.894.76-2.3%201.51-3.91%201.51-1.634%200-3.68-.85-3.68-4.25v-8.1h1.86v7.92c0%202.02.847%202.81%202.357%202.81%201.54%200%202.71-.98%203.22-1.61v-9.13h1.87v7.03c0%203.81.08%204.55.26%205.06h-1.48zm16.594%200h-1.69L160.54%2016h-.08l-2.99%209.69h-1.63L151.8%2013.6h1.9l2.963%209.53h.077l2.99-9.54h1.69l3.014%209.56h.077l2.92-9.56h1.81%22%2F%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M82.887%2059.158c-8.22.086-14.857%206.776-14.857%2015.02%200%208.292%206.724%2015.017%2015.018%2015.017s15.018-6.725%2015.018-15.018c0-8.242-6.636-14.933-14.856-15.02h-.323z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20width%3D%22566.929%22%20height%3D%22425.197%22%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20fill%3D%22%239acd6e%22%20d%3D%22M78.042%2079.18h10.01v10.014h-10.01z%22%20clip-path%3D%22url(%23b)%22%20transform%3D%22translate(-68.03%20-59.157)%22%2F%3E%3Cpath%20fill%3D%22%23cae3b2%22%20d%3D%22M78.042%2059.157h10.01V69.17h-10.01zM68.03%2069.17h10.013v10.01H68.03z%22%20clip-path%3D%22url(%23b)%22%20transform%3D%22translate(-68.03%20-59.157)%22%2F%3E%3Cpath%20fill%3D%22%23429ed6%22%20d%3D%22M68.03%2079.18h10.013v10.014H68.03z%22%20clip-path%3D%22url(%23b)%22%20transform%3D%22translate(-68.03%20-59.157)%22%2F%3E%3Cpath%20fill%3D%22%23a0c4e6%22%20d%3D%22M68.03%2059.157h10.013V69.17H68.03z%22%20clip-path%3D%22url(%23b)%22%20transform%3D%22translate(-68.03%20-59.157)%22%2F%3E%3Cpath%20fill%3D%22%239acd6e%22%20d%3D%22M88.054%2069.17h10.013v10.01H88.054z%22%20clip-path%3D%22url(%23b)%22%20transform%3D%22translate(-68.03%20-59.157)%22%2F%3E%3Cpath%20fill%3D%22%23007bc6%22%20d%3D%22M88.054%2079.18h10.013v10.014H88.054z%22%20clip-path%3D%22url(%23b)%22%20transform%3D%22translate(-68.03%20-59.157)%22%2F%3E%3Cpath%20fill%3D%22%23429ed6%22%20d%3D%22M88.054%2059.157h10.013V69.17H88.054z%22%20clip-path%3D%22url(%23b)%22%20transform%3D%22translate(-68.03%20-59.157)%22%2F%3E%3Cpath%20fill%3D%22%23ef3e42%22%20d%3D%22M78.042%2069.17h10.01v10.01h-10.01z%22%20clip-path%3D%22url(%23b)%22%20transform%3D%22translate(-68.03%20-59.157)%22%2F%3E%3C%2Fsvg%3E");
	display: block;
	width: 142px;
}

.branding-socialmedia
{
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.socialMediaList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.socialMediaList li
{
	float: left;
	padding: 0;
	margin: .5rem;
}

.socialMediaList li a img
{
	padding-right: 10px;
	border: none 0px #ffffff;
	vertical-align: middle;
}

.wk-footer .wk-footer-copyright
{
	background-color: #f6f6f6;
	color: #757575;
	font-family: FiraSans, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 0.82397rem;
}

.wk-footer .wk-footer-copyright .wk-footer-copyright-container
{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.25rem;
	padding-bottom: .75rem;
}

.wk-footer .wk-footer-copyright .wk-footer-copyright-container:after
{
	content: " ";
	display: block;
	clear: both;
}

.wk-footer .wk-footer-copyright .wk-footer-copyright-container:after
{
	content: " ";
	display: block;
	clear: both;
}

/***BREADCRUMB BAR and TOPIC TOOLBAR***/

.ourBreadcrumbBar
{
	background-color: #f1f1f1;
	min-height: 3em;
	vertical-align: center;
}

.ourBreadcrumbBar > .breadcrumb-container
{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}

.ourBreadcrumbBar > .breadcrumb-container:after
{
	content: " ";
	display: block;
	clear: both;
}

.breadcrumb-container
{
	color: #474747;
	font-family: FiraSans, "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: .9rem;
	font-weight: 300;
	padding: 0.25rem 0.9375rem;
	text-align: left;
	padding-right: 0;
}

.breadcrumb-container > .nocontent
{
	display: inline;
}

.breadcrumb-container > a#HomeBreadcrumb
{
	font-size: .9375rem;
	padding-top: .5rem;
	border-bottom: none;
	font-style: italic;
	display: inline-block;
	vertical-align: baseline;
}

.PageBreak_Before
{
	page-break-before: always;
}

.PageBreak_After
{
	page-break-after: always;
}

.AvoidPgBrkBefore
{
	page-break-before: avoid;
}

.AvoidPgBrkAfter
{
	page-break-after: avoid;
}

.AvoidPgBrkInside
{
	page-break-inside: avoid;
}

/***SEARCH****/

.search-results-panel
{
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1.11rem;
	padding: 1.11111rem;
	background: #ffffff;
	color: #474747;
	border-color: #bfbfbf;
}

.insideSearch:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.insideSearch
{
	float: right;
	vertical-align: middle;
	width: 44%;
	padding-bottom: 10px;
}

#resultList h3.title a
{
	color: #007ac3;
	font-size: 85%;
	text-decoration: none;
}

#resultList .description
{
	line-height: 1.4;
}

#resultList .url cite
{
	display: none;
}

/****ROWS****/

.wk-row
{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.wk-row:after
{
	content: " ";
	display: block;
	clear: both;
}

span.SearchHighlight
{
	background-color: #ffff99;
}

@media (min-width: 37.5rem)
{
	.wk-row div[class^="wk-col"]:last-child
	{
		float: right;
		margin-right: 0;
	}

	.wk-row .wk-col-3
	{
		width: 23.72881%;
		float: left;
		margin-right: 1.69492%;
	}

	.wk-row .wk-col-9
	{
		width: 74.57627%;
		float: left;
		margin-right: 1.69492%;
	}

	.wk-header > .wk-header-container
	{
		padding: 0.5625rem 0.938rem;
	}
}

@media (min-width: 76.876rem)
{
	.wk-header > .wk-header-container
	{
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.5625rem;
	}

	.our-breadcrumb-bar > .breadcrumb-container
	{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 720px)
{
	h1
	{
		font-size: 1.7rem;
		font-weight: 300;
	}

	h2
	{
		font-size: 1.3;
		font-weight: 300;
	}

	h3
	{
		font-size: 1;
		font-weight: bolder;
	}

	div.sideContent
	{
		float: none;
		width: 100%;
	}

	MadCap|searchBarProxy
	{
		width: 100%;
	}

	MadCap|breadcrumbsProxy
	{
		width: 100%;
	}
}

/***PRODUCT NAME IN NAV BAR****/

.wk-product-name-bar
{
	background-color: #85bc20;
	display: flex;
	flex-direction: row-reverse;
	float: right;
}

.wk-product-name
{
	color: #fff;
	font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 1.06667rem;
	font-weight: 300;
	padding: 0.78125rem 0.9375rem;
	flex-grow: 1;
	flex-basis: auto;
}

.wk-product-name-bar > .wk-product-name:after
{
	content: " ";
	display: block;
	clear: both;
}

.title-bar-section a.logo
{
	width: auto;
}

/**STYLES TO MODIFY POST-BUILD MC STYLES****/

.menu Skins_SideMenu mc-component
{
	line-height: 1.4rem;
}

.MCBreadcrumbsBox_0
{
	padding-top: .5rem;
	padding-bottom: 0;
}

._Skins_HomeSearchBar.mc-component .search-field
{
	color: #474747;
}

input.search-field
{
	outline: 0px;
}

/***MOBILE, TABLET***/

@media (min-width: 37.5rem)
{
	.wk-footer .wk-brand-light
	{
		display: block;
		width: 194px;
	}

	.wk-footer .wk-brand-light::after
	{
		content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20188.783%2030.048%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M55.016%2025.654h-1.354l-3.094-8.692c-.256-.715-.562-1.61-.87-2.632h-.05c-.306.997-.613%201.84-.894%202.632l-3.222%208.692h-1.38L38.298%208.73h2.02l3.76%2011.248c.305.95.586%201.79.816%202.64h.05c.23-.82.56-1.66.894-2.58l2.917-7.98-1.16-3.32h1.97l3.86%2011.14c.33.98.66%201.79.89%202.61h.05c.2-.84.43-1.61.74-2.53l3.68-11.22h1.97l-5.75%2016.92zm14.63-1.253c-.948.97-2.277%201.51-3.837%201.51-1.51%200-2.82-.51-3.76-1.48-1.1-1.12-1.69-2.83-1.69-4.83%200-1.99.61-3.65%201.69-4.78.97-.99%202.27-1.56%203.78-1.56%201.56%200%202.86.57%203.83%201.56%201.07%201.13%201.68%202.79%201.68%204.78%200%202-.62%203.68-1.71%204.81m-3.81-9.56c-2.28%200-3.58%201.84-3.58%204.71%200%202.86%201.35%204.76%203.6%204.76s3.6-1.893%203.6-4.754c0-2.865-1.31-4.706-3.63-4.706m10.07%2011.07c-1.48%200-2.12-.95-2.12-2.226V7.554h1.86V22.84c0%201.15.28%201.38.99%201.38.12%200%20.33%200%20.64-.073l.23%201.353c-.56.282-1%20.41-1.61.41m7.06%200c-1.74%200-2.59-1.023-2.59-2.583v-8.182h-1.96V13.56h1.96v-2.657l1.86-.638v3.297h3.71l-.664%201.584h-3.03v7.61c0%201.02.38%201.48%201.175%201.48.87%200%201.66-.49%202.148-.87l.586%201.33c-.89.66-2.07%201.2-3.19%201.2m5.94-5.98c0%202.3%201.33%204.34%204.01%204.34%201.024%200%202.15-.41%202.865-.87l.566%201.28c-.87.71-2.406%201.22-3.81%201.22-3.784%200-5.625-3.1-5.625-6.55%200-3.506%201.993-6.11%204.906-6.11%203.12%200%204.83%202.48%204.83%206.234v.435h-7.74zm2.94-5.09c-1.79%200-2.913%201.58-2.913%203.5h5.7c0-1.69-.94-3.51-2.78-3.51m13.03.59c-.25-.1-.64-.207-1.15-.207-.71%200-1.89.61-2.66%201.45v8.97h-1.87V13.55h1.54l.26%201.38c1.66-1.505%202.584-1.685%203.45-1.685.538%200%201%20.204%201.23.36l-.793%201.813zm67.15%204.5c0%202.3%201.33%204.343%204.01%204.343%201.02%200%202.15-.41%202.86-.87l.57%201.28c-.87.71-2.4%201.22-3.805%201.22-3.78%200-5.62-3.1-5.62-6.55%200-3.5%201.994-6.11%204.91-6.11%203.115%200%204.83%202.48%204.83%206.23v.43h-7.74zm2.95-5.08c-1.79%200-2.914%201.583-2.914%203.5h5.7c.002-1.687-.944-3.503-2.784-3.503m13.03.59c-.26-.1-.64-.21-1.15-.21-.72%200-1.89.613-2.66%201.46v8.97h-1.87V13.567h1.532l.255%201.38c1.662-1.51%202.582-1.69%203.45-1.69.537%200%201%20.206%201.23.36l-.795%201.815zm-78.38%2010.48c-1.74%200-2.79-.46-3.58-.92l.71-1.46c.562.352%201.61.87%202.94.87%201.48%200%202.56-.67%202.56-1.79%200-2.97-5.5-1.92-5.5-6.16%200-1.74%201.253-3.2%204.014-3.2%201.275%200%202.245.28%203.04.64v1.64c-.84-.36-1.71-.717-2.968-.717-1.225%200-2.247.43-2.247%201.53%200%202.71%205.6%202.02%205.6%205.98%200%202.53-2.09%203.58-4.58%203.58m14.37-.25h-1.86V8.806h1.87v7.747h.03l6.26-7.694h2.325l-6.93%208.28%207.55%208.51h-2.48l-6.72-7.62h-.02m13.14%207.87c-1.482%200-2.12-.95-2.12-2.23V7.54h1.865v15.29c0%201.15.28%201.38%201%201.38.13%200%20.338%200%20.64-.07l.23%201.35c-.56.28-.993.41-1.61.41m11.55-.26l-.48-1.26c-.9.76-2.3%201.51-3.913%201.51-1.63%200-3.676-.85-3.676-4.25v-8.1h1.86v7.92c0%202.02.85%202.81%202.36%202.81%201.53%200%202.71-.97%203.22-1.61v-9.12h1.866v7.03c0%203.81.08%204.55.26%205.06h-1.487zm11.816-9.69l-2.99%209.69h-1.63l-4.045-12.09h1.89l2.96%209.53h.08l2.99-9.54h1.687l3.014%209.56h.073l2.913-9.56h1.812l-3.992%2012.1h-1.69l-3.02-9.69m-130.5%207.49h.68c.14%200%20.26.02.35.058.287.085.427.303.427.553%200%20.36-.27.54-.52.6v.01c.15.07.38.51.64.99h-.51c-.29-.52-.46-.87-.56-.88h-.08v.88h-.45v-2.21zm.55.98c.23%200%20.43-.09.43-.32%200-.134-.06-.236-.177-.27-.063-.03-.14-.03-.24-.03h-.12v.62h.11z%22%2F%3E%3Cpath%20fill%3D%22%23a0c4e6%22%20d%3D%22M18.566.427C17.426.153%2016.246%200%2015.023%200%2013.8%200%2012.617.152%2011.48.428v3.97h7.086V.428z%22%2F%3E%3Cpath%20fill%3D%22%23ef3e42%22%20d%3D%22M11.48%2011.48h7.086v7.088H11.48z%22%2F%3E%3Cpath%20fill%3D%22%239acd6e%22%20d%3D%22M11.48%2018.567h7.086v7.087H11.48z%22%2F%3E%3Cpath%20fill%3D%22%23429ed6%22%20d%3D%22M11.48%2029.62c1.137.275%202.32.428%203.543.428%201.223%200%202.404-.15%203.543-.42v-3.97H11.48v3.97z%22%2F%3E%3Cpath%20fill%3D%22%23cae3b2%22%20d%3D%22M11.48%204.394h7.086v7.087H11.48zM4.393%2011.48h7.087v7.088H4.393z%22%2F%3E%3Cpath%20fill%3D%22%237ac143%22%20d%3D%22M4.393%2018.567h7.087v7.087H4.393z%22%2F%3E%3Cpath%20fill%3D%22%23007bc6%22%20d%3D%22M4.393%2025.654c1.92%201.92%204.36%203.307%207.087%203.967v-3.96H4.393z%22%2F%3E%3Cpath%20fill%3D%22%239acd6e%22%20d%3D%22M4.393%204.394h7.087v7.087H4.393z%22%2F%3E%3Cpath%20fill%3D%22%23429ed6%22%20d%3D%22M11.48.427c-2.727.66-5.168%202.048-7.087%203.967h7.087V.427z%22%2F%3E%3Cpath%20fill%3D%22%23007bc6%22%20d%3D%22M4.393%2025.654v-7.087H.426c.662%202.725%202.048%205.17%203.967%207.087z%22%2F%3E%3Cpath%20fill%3D%22%23429ed6%22%20d%3D%22M4.393%204.394c-1.92%201.92-3.305%204.36-3.966%207.087h3.97V4.4z%22%2F%3E%3Cpath%20fill%3D%22%239acd6e%22%20d%3D%22M18.566%2011.48h7.086v7.088h-7.086z%22%2F%3E%3Cpath%20fill%3D%22%237ac143%22%20d%3D%22M18.566%2018.567h7.086v7.087h-7.086z%22%2F%3E%3Cpath%20fill%3D%22%23007bc6%22%20d%3D%22M25.653%2025.654h-7.087v3.967c2.725-.66%205.17-2.04%207.087-3.96z%22%2F%3E%3Cpath%20fill%3D%22%237ac143%22%20d%3D%22M18.566%204.394h7.086v7.087h-7.086z%22%2F%3E%3Cpath%20fill%3D%22%23007bc6%22%20d%3D%22M18.566.427v3.967h7.086c-1.917-1.92-4.36-3.307-7.086-3.966zm7.087%2025.227c1.92-1.918%203.305-4.36%203.966-7.087h-3.97v7.087zm0-21.26v7.087h3.966c-.66-2.72-2.05-5.16-3.97-7.08z%22%2F%3E%3Cpath%20fill%3D%22%23a0c4e6%22%20d%3D%22M.426%2011.48C.152%2012.62%200%2013.8%200%2015.025c0%201.223.152%202.405.427%203.543h3.97V11.48H.427z%22%2F%3E%3Cpath%20fill%3D%22%23429ed6%22%20d%3D%22M29.62%2018.567c.274-1.138.427-2.32.427-3.543%200-1.223-.15-2.403-.42-3.543h-3.97v7.09h3.97z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32.788%2024.583c0%201.127-.914%202.04-2.04%202.04-1.128%200-2.042-.913-2.042-2.04s.914-2.04%202.04-2.04c1.128%200%202.042.913%202.042%202.04zm-2.042-1.61c-.89%200-1.61.72-1.61%201.61%200%20.89.72%201.61%201.61%201.61.89%200%201.612-.72%201.612-1.61%200-.89-.722-1.61-1.612-1.61z%22%2F%3E%3C%2Fsvg%3E");
		display: block;
		width: 194px;
	}
}

@media (min-width: 65rem)
{
	.wk-footer .wk-brand-light
	{
		float: left;
	}
}

@media (min-width: 76.876rem)
{
	.wk-footer .wk-footer-copyright .wk-footer-copyright-container
	{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 720px)
{
	#mini-nav-row
	{
		display: none;
	}

	#wk-header-logo
	{
		max-height: 60px;
		display: block;
	}

	.hero-container
	{
		background-image: url('../Images/cch-axcess-pp-banner-720x240-f.jpg');
	}

	.hero-container .search-bar._Skins_HomeSearchBar.mc-component
	{
		width: 100%;
		padding-left: .938rem;
		padding-right: .938rem;
	}

	.our-breadcrumb-bar
	{
		background-color: transparent;
	}

	div.MCBreadcrumbsBox_0
	{
		display: block;
		width: 100%;
	}

	MadCap|topicToolbarProxy
	{
		display: block;
	}

	.hero-container form.search
	{
		padding-top: .5rem;
		padding-bottom: .5rem;
		padding-left: .3rem;
	}

	#contentBody
	{
		padding-right: 0;
		padding-left: 0;
	}

	.breadcrumb-container
	{
		padding-right: 0;
	}

	.insideSearch:before
	{
		content: none;
		float: none;
		background-color: orange;
	}

	.insideSearch
	{
		display: block;
		float: left;
		width: 100%;
		padding-left: .67rem;
		padding-right: .67rem;
	}
}

@media only screen and (max-width: 1024px)
{
	#contentBody
	{
		padding-right: 0;
		padding-left: 0;
	}
}

/*___GUIDES AND PRINT MEDIUMS___*/
/*Use Guides medium for PDF outputs and Word medium for Word outputs. Print medium is for printing the help from the browser. The Word and Guides mediums are mostly the same, except Word uses the Calibri font. There is also a separte Word-specific medium in the table styles.The print medium has fewer styles than the Guides and Word mediums. The table styles also have Guide, Word, and Print mediums. */

@media Guides
{
	body,
	h1,
	h2,
	h3,
	h4,
	p
	{
		font-family: 'Fira Sans', Calibri, 'Trebuchet MS', sans-serif;
	}
}

p.Title
{
	font-size: 14pt;
	font-weight: bold;
	align: left;
}

p.SubTitle
{
	font-size: 13pt;
}

p.date
{
	font-size: 12pt;
}

@media Word
{
	body,
	h1,
	h2,
	h3,
	h4,
	p
	{
		font-family: Calibri, 'Trebuchet MS', sans-serif;
	}
}

@media Print, Guides, Word
{
	h1,
	h2
	{
		page-break-before: avoid;
	}

	h1,
	h2,
	h3,
	h4,
	h5
	{
		page-break-after: avoid;
	}

	body,
	h1,
	h2,
	h3,
	h4,
	p
	{
		mc-hypenate: never;
	}

	MadCap|dropDown,
	MadCap|expanding,
	MadCap|glossaryTerm,
	MadCap|toggler	/*removes the images used for these generated items in the help, as well as the excess space surrounding those images*/
	{
		mc-closed-image: none;
		mc-image-position: none;
		mc-open-image: none;
		mc-image-spacing: 0pt;
	}

	#mini-nav-row,
	div.insideSearch,
	div.ourBreadcrumbBar,
	div.wk-row.branding-socialmedia,
	img.MCToggler_Image_Icon
	{
		display: none;
	}
}

@media Guides, Word
{
	body,
	p,
	ul,
	ol
	{
		font-size: 10pt;
	}

	MadCap|dropDown,
	MadCap|expanding,
	MadCap|glossaryTerm,
	MadCap|toggler,
	MadCap|xref
	{
		color: #474747;
		text-decoration: none;
	}

	MadCap|toggler
	{
		margin: 0px;
		padding: 0px;
	}

	MadCap|xref
	{
		mc-format: '{i}{para}{/i} {pageref}';
	}

	MadCap|glossaryTerm
	{
		border-bottom-color: #ffffff;
		border-bottom: 1px solid #ffffff;
		border-bottom-style: none;
	}

	div.GlossaryPageTerm
	{
		vertical-align: text-bottom;
		margin-top: 0;
	}

	h1,
	h2,
	h3
	{
		font-weight: normal;
		font-style: normal;
		margin-right: 0;
	}

	h2,
	h3
	{
		color: #007ac3;
		margin-bottom: 6pt;
		margin-left: -50px;
	}

	h1
	{
		margin-left: 0;
		color: #ffffff;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		font-size: 2pt;
	}

	h2
	{
		font-size: 18pt;
		margin-top: 25pt;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		position: relative;
	}

	h3
	{
		font-size: 16pt;
		margin-top: 12pt;
		mc-heading-level: 3;
	}

	h4
	{
		margin-left: -50px;
	}

	h4,
	h5,
	h6
	{
		page-break-after: avoid;
		color: #007ac3;
		margin-bottom: 6pt;
		margin-top: 15pt;
		mc-heading-level: 0;
		font-weight: normal;
		font-size: 12pt;
	}

	p
	{
		margin: 6pt;
		clear: both;
	}

	td p,
	ul fieldset,
	ol fieldset,
	li fieldset,
	ul p,
	ol p	/*removes extra margins for nested items so they align with the text above it*/
	{
		margin-left: 0pt;
	}

	p.ChapterTitle
	{
		font-size: 20pt;
		color: #007ac3;
		font-variant: small-caps;
	}

	p.ChapterHeading
	{
		font-size: 18pt;
		color: white;
	}

	p.TOC1
	{
		mc-leader-format: 'none';
		mc-leader-align: right;
		float: right;
		widows: 2;
		mc-leader-offset: -4.00in;
		mc-auto-number-offset: 1px;
		mc-auto-number-position: outside-frame-left;
		mc-auto-number-format: 'Chapter {chapnum} -  ';
		margin-top: 12pt;
	}

	img.ForImg
	{
		text-align: center;
		vertical-align: baseline;
		margin-right: 10px;
		mc-float: outside-frame-left;
	}

	fieldset
	{
		margin-left: 6pt;
	}

	p.Copyright
	{
		color: #474747;
	}

	MadCap|glossaryProxy
	{
		font-size: 10pt;
	}
}

