/*<meta />*/

/* Prevents Safari in landscape orientation from zooming in on text*/

body
{
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

/* Default css class for hiding element*/

.hidden
{
	display: none;
}

a.glossaryTerm
{
	text-decoration: none;
}

/**/

#ios-wrapper
{
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.img_off
{
	display: none;
}

/* Feedback/Pulse */

.button.pulse-required,
.button.feedback-required,
.pulse-required,
.feedback-required,
.feedback-topic-required,
.feedback-topic-required
{
	display: none;
}

.pulse-active .pulse-required,
.feedback-active .feedback-required,
.feedback-active.has-topic .feedback-topic-required
{
	display: inline-flex;
}

/* Login Dialog */

.login-dialog
{
	display: none;
	z-index: 10001;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -175px;
	width: 350px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
}

.login-dialog.pulse
{
	position: fixed;
	width: 408px;
	height: 428px;
	margin-left: -204px;
	margin-top: -214px;
}

#pulse-login-frame
{
	width: 100%;
	height: 100%;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 10px #333333;
	-moz-box-shadow: 0 4px 10px #333333;
	box-shadow: 0 4px 10px #333333;
}

.login-dialog-header
{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding-left: 50px;
	border-bottom: solid 1px #2B2B2B;
	background: #5A5A5A url("Images/login-dialog-icon.png") no-repeat 18px center;
	/* Old browsers */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -moz-linear-gradient(top, #5A5A5A 0%, #4A4A4A 100%);
	/* FF3.6+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5A5A5A), color-stop(100%,#4A4A4A));
	/* Chrome,Safari4+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -webkit-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* Chrome10+,Safari5.1+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -o-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* Opera11.10+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, -ms-linear-gradient(top, #5A5A5A 0%,#4A4A4A 100%);
	/* IE10+ */
	background: url("Images/login-dialog-icon.png") no-repeat 18px center, linear-gradient(#5A5A5A 0%,#4A4A4A 100%);
	/* W3C */
	-pie-background: url("Skins/Default/Stylesheets/Images/login-dialog-icon.png") no-repeat 18px center, linear-gradient(#5A5A5A, #4A4A4A);
	/*PIE*/
	background-repeat: no-repeat;
	background-position: 18px center;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.login-dialog-content
{
	border-top: solid 1px #767676;
	background: #5A5A5A;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 17px;
}

.login-dialog-content .profile-item-wrapper
{
	color: #CECECE;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
}

.login-dialog-content .profile-item-wrapper .label-wrapper
{
	margin-bottom: 5px;
	float: left;
}

.login-dialog-content .profile-item-wrapper .input-wrapper
{
	float: right;
}

.login-dialog-content .profile-item-wrapper input[type=text]
{
	margin: 0;
	padding: 5px;
	border: solid 1px #191919;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #888;
	-moz-box-shadow: 0 1px #888;
	box-shadow: 0 1px #888;
	outline: none;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper
{
	margin-top: 15px;
	height: auto;
	line-height: normal;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper .label-wrapper
{
	float: none;
}

.login-dialog-content .profile-item-wrapper.email-notifications-wrapper .email-notifications-group
{
	margin-right: 0;
	padding: 12px;
	background-color: #4A4A4A;
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #2B2B2B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px #888;
	-moz-box-shadow: 0 1px #888;
	box-shadow: 0 1px #888;
}

.login-dialog-content .profile-item-wrapper.error input,
.login-dialog-content .profile-item-wrapper.error select
{
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.login-dialog-buttons
{
	text-align: right;
}

.login-dialog button
{
	color: #FFF;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 0;
	padding: 8px 26px;
	border: solid 1px #2B2B2B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #595959;
	/* Old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #4A4A4A 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#4A4A4A));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #595959 0%,#4A4A4A 100%);
	/* IE10+ */
	background: linear-gradient(#595959 0%,#4A4A4A 100%);
	/* W3C */
	-pie-background: linear-gradient(#595959, #4A4A4A);
	/*PIE*/
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.login-dialog button.close-dialog
{
	position: absolute;
	top: 8px;
	right: 8px;
	background: none;
	background-image: url('Images/close.png');
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
	border: 0;
}

.login-dialog .status-message-box
{
	display: none;
	color: #0F0;
	text-align: center;
	margin-top: 16px;
	padding: 12px;
	background-color: #DCFEDC;
	border: solid 1px #0F0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.login-dialog .status-message-box.error
{
	color: #F00;
	border: solid 1px #F00;
	background-color: #FEE7E7;
}

.login-dialog .status-message-box .message
{
	display: none;
}

.backlink-container
{
	position: absolute;
	bottom: 11px;
	right: 20px;
}

.backlink-container-topnav
{
	bottom: 4px;
	right: 4px;
}

.backlink-container-sidenav
{
	bottom: 20px;
	right: 20px;
}

#mc-backlink
{
	text-decoration: none;
	color: #7d858a;
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
}

#mc-backlink > sup
{
	font-size: 12px;
}

.height-container
{
	/* just to contain top margin of element inside */
	padding-top: 0.1px;
	position: relative;
	box-sizing: border-box;
}

.height-container-no-footer
{
	padding-bottom: 30px;
}

.height-container-sidenav
{
	padding-bottom: 40px;
}

/* to contain floating elements in the div */

.height-container:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.codeSnippet
{
	overflow: auto;
}

.codeSnippetBody
{
	margin: 0;
	font-family: inherit;
	overflow: auto;
}

.codeSnippetBody > pre
{
	font-family: inherit;
	margin: 0;
}

.codeSnippetBody > pre > code
{
	font-family: inherit;
}

.codeSnippetBody span.codeSnippetLineNumbers
{
	text-decoration: inherit;
	float: left;
	margin-top: 0;
	margin-right: 0.5rem;
	padding-right: 1rem;
	text-align: right;
}

.codeSnippetCopyButton
{
	font: inherit;
	right: 0;
}

.multipleChoice > fieldset
{
	border: none;
}

.multipleChoice > .submitQuestionButton
{
	display: block;
}

.multipleChoiceItem
{
	display: flex;
}

.multipleChoiceItem > div
{
	display: inline-block;
}

.multipleChoiceItem > div > p:first-child
{
	margin-top: 0;
}

.multipleChoiceItem > input
{
	vertical-align: top;
}

.topicQuestionFeedback
{
	display: none;
}

.mc-el-hidden
{
	opacity: 0;
}

.glossaryTerm
{
	padding-bottom: 0px;
	background-image: none;
	color: #002b70;
	font-weight: bold;
}

.glossaryTerm:link
{
	padding-bottom: 0px;
	background-image: none;
	color: #002b70;
	font-weight: bold;
}

.MCTextPopup_Open.MCTextPopupHotSpot_
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.popupBody
{
	background-color: var(--white);
	font-family: Inter-Var;
	font-style: normal;
	width: 400px;
	border: 1px solid var(--blue-400);
	background-size: auto;
	line-height: 10pt;
	font-size: 10pt;
	max-width: 400px;
	padding: 1em;
	color: #000000;
	margin: 0px;
}

table.AutoNumber_p_NumLevel1First
{
	vertical-align: baseline;
	padding-top: 0px;
	widows: 3;
	orphans: 3;
	margin-left: 0.5in;
	margin-right: 0.25in;
	margin-top: .4em;
	margin-bottom: .4em;
}

td.AutoNumber_p_NumLevel1First
{
	vertical-align: baseline;
	font-size: 12.0pt;
	color: var(--body-text);
	line-height: 1.5;
	widows: 3;
	orphans: 3;
	font-family: Inter-Var;
	font-weight: 400;
}

table.AutoNumber_p_NumLevel1Plus
{
	width: auto;
	vertical-align: baseline;
	padding-top: 0px;
	widows: 3;
	orphans: 3;
	margin-left: 0.5in;
	margin-right: 0.25in;
	margin-top: .4em;
	margin-bottom: .4em;
}

div.MCBreadcrumbsBox_0
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.img
{
	border: none;
	max-width: 100%;
	height: auto;
	cursor: url(../Images/Inline/Editor_Icons/zoom_in.png), pointer;
}

.img.imgwide900px
{
	aspect-ratio: auto 900 / 506;
	width: 900px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

.img.imgwide500px
{
	aspect-ratio: auto 500 / 281;
	width: 500px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

.img.imgwide200px
{
	aspect-ratio: auto 200 / 112;
	width: 200px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

.glossaryTerm.glossaryTermPropID
{
	text-align: center;
	padding: 0px 4px;
	border: solid 2px #E2C2F5;
	border-radius: 4px;
	font-weight: 500;
	text-decoration: none;
	font-size: 10pt;
	color: #8247BD;
}

.glossaryTerm.glossaryTermPropID:link
{
	text-align: center;
	padding: 0px 4px;
	border: solid 2px #E2C2F5;
	border-radius: 4px;
	font-weight: 500;
	text-decoration: none;
	font-size: 10pt;
	color: #8247BD;
}

.MCTextPopup_Open.MCTextPopupHotSpot_.MCTextPopupHotSpot_PropID
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

.MCTextPopup_Closed.MCTextPopupHotSpot_.MCTextPopupHotSpot_PropID
{
	background-position: right;
	background-image: none;
	padding-left: 0;
}

video._video500_0
{
	display: inline-block;
	height: auto;
	width: 500px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

video._video600_0
{
	display: inline-block;
	height: auto;
	width: 600px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.img.imgwide300px
{
	aspect-ratio: auto 300 / 168;
	width: 300px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

.img.imgwide600px
{
	aspect-ratio: auto 600 / 337;
	width: 600px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

.img.imgwide400px
{
	aspect-ratio: auto 400 / 225;
	width: 400px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

.codeSnippetBody
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: .5em;
	font-family: MonaspaceNeon-Regular;
	letter-spacing: 0.01em;
	font-size: 11pt;
	padding: 1em 0 1em 0;
	line-height: 1em;
	tab-size: 4;
	-moz-tab-size: 4;
	clear: both;
}

.codeSnippetCopyButton
{
	margin-right: .5em;
	font-family: Silka-Bold;
	color: #245f75;
	border-bottom: none 1px transparent;
	border-bottom-color: transparent;
	float: right;
	padding-right: 1.5em;
	cursor: pointer;
	border: none;
	page-break-after: avoid;
	page-break-before: avoid;
}

.codeSnippetCopyButton:hover
{
	color: #888;
}

.codeSnippet
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 1em;
	padding-right: .8em;
	padding-bottom: .5em;
	border: solid 1px #E6ECF1;
	font-size: 11pt;
	background-color: #F5F8FA;
	border-radius: 1px;
	padding: 1em;
}

.dropDown
{
	padding: 20px 0 10px;
	padding-bottom: 5px;
	padding-top: 25px;
}

.dropDownHotspot
{
	cursor: pointer;
	text-decoration: none;
	color: #404d5b;
	font-weight: bold;
	border-bottom: none;
	font-size: 20pt;
	line-height: 18pt;
	margin-bottom: 20px;
	margin-top: 40px;
	font-family: Silka-Bold;
}

.dropDownHotspot:link
{
	cursor: pointer;
	text-decoration: none;
	color: #404d5b;
	font-weight: bold;
	border-bottom: none;
	font-size: 20pt;
	line-height: 18pt;
	margin-bottom: 20px;
	margin-top: 40px;
	font-family: Silka-Bold;
}

.dropDownHotspot:hover
{
	color: #000000;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: right;
	background-image: url('Minus2.png');
	padding-right: 9px;
	padding-left: 0;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: right;
	background-image: url('Plus2.png');
	padding-right: 9px;
	padding-left: 0;
}

.dropDownHead
{
	text-decoration: none;
}

.dropDownBody
{
	padding: 10px 30px 0;
}

video._video500right_0
{
	display: inline-block;
	height: auto;
	width: 500px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

.codeSnippetBody.codeSnippetBodyDefault-Code-Snippet
{
	font-size: 11pt;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: .5em;
	font-family: monospace;
}

.img.imgwide700px
{
	aspect-ratio: auto 700 / 393;
	width: 700px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

video._video700_0
{
	display: inline-block;
	height: auto;
	width: 700px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.img.imgwide800px
{
	aspect-ratio: auto 800 / 450;
	width: 800px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

.xref
{
	font-weight: bold;
	text-decoration: underline;
	color: #076685;
}

video._video400_0
{
	display: inline-block;
	height: auto;
	width: 400px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
	float: right;
}

video._video900_0
{
	display: inline-block;
	height: auto;
	width: 900px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

video._video800_0
{
	display: inline-block;
	height: auto;
	width: 800px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

video._video400right_0
{
	display: inline-block;
	height: auto;
	width: 400px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 2%;
	float: right;
}

table.AutoNumber_p_Numoalpha2First
{
	vertical-align: baseline;
	padding-top: 0px;
	widows: 3;
	orphans: 3;
	margin-left: 1in;
	margin-right: 0.25in;
	margin-top: .4em;
	margin-bottom: .4em;
}

table.AutoNumber_p_Numoalpha2Plus
{
	width: auto;
	vertical-align: baseline;
	padding-top: 0px;
	widows: 3;
	orphans: 3;
	margin-left: 1.00in;
	margin-right: 0.25in;
	margin-top: .4em;
	margin-bottom: .4em;
}

video._video4001
{
	display: inline-block;
	height: auto;
	width: 400px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.codeSnippetBody.codeSnippetBodyhljs
{
	color: #abb3bd;
	background: #F5F8FA;
}

.img.imgwide150px
{
	aspect-ratio: auto 150 / 84;
	width: 150px;
	height: auto;
	border: solid 1px #ACBBC8;
	line-height: 1pt;
	margin-top: 0px;
	margin-bottom: 2px;
	image-rendering: -webkit-optimize-contrast;
}

video._video9001
{
	display: inline-block;
	height: auto;
	width: 900px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
	padding-bottom: 1px;
}

video._video300_0
{
	display: inline-block;
	height: auto;
	width: 250px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

video._video300right_0
{
	display: inline-block;
	height: auto;
	width: 200px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

video._video300right1
{
	display: inline-block;
	height: auto;
	width: 300px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

video._nestedVideo900_0
{
	display: inline-block;
	height: auto;
	width: 900px;
	max-width: 100%;
	border: solid 1px #33768E;
	border-width: 1px 1px 2px 1px;
	margin-top: 0px;
	margin-bottom: 16px;
}

.codeSnippetCaption
{
	text-decoration: underline;
	page-break-after: avoid;
	page-break-before: avoid;
}

.dropDownHotspot.dropDownHotspotH3
{
	font-size: 16pt;
	font-weight: bold;
	font-family: Silka-SemiBold;
	color: #404d5b;
	line-height: 16pt;
}

.dropDownHotspot.dropDownHotspotH3:link
{
	font-size: 16pt;
	font-weight: bold;
	font-family: Silka-SemiBold;
	color: #404d5b;
	line-height: 16pt;
}

.codeSnippet.codeSnippetnowrap
{
	white-space: nowrap;
}

.codeSnippetBody.codeSnippetBodynowrap
{
	white-space: nowrap;
}

video._video9002
{
	display: inline-block;
	height: auto;
	width: 900px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

video._nesetedVideo600_0
{
	display: inline-block;
	height: auto;
	width: 600px;
	max-width: 100%;
	border: solid 1px #33768E;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.dropDownHotspot.dropDownHotspotH2
{
	font-size: 20pt;
	font-weight: bold;
	font-family: Silka-SemiBold;
	color: #404d5b;
	line-height: 20pt;
}

.dropDownHotspot.dropDownHotspotH2:link
{
	font-size: 20pt;
	font-weight: bold;
	font-family: Silka-SemiBold;
	color: #404d5b;
	line-height: 20pt;
}

table.AutoNumber_p_NumIndentL2
{
	padding-top: 0px;
	widows: 3;
	orphans: 3;
	margin-left: 1in;
	margin-right: 0.25in;
	margin-top: .4em;
	margin-bottom: .4em;
}

td.AutoNumber_p_NumIndentL2
{
	font-size: 12.0pt;
	color: var(--body-text);
	line-height: 1.5;
	widows: 3;
	orphans: 3;
	font-family: Inter-Var;
	font-weight: 400;
}

video._video600right_0
{
	display: inline-block;
	height: auto;
	width: 600px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

video._video9003
{
	display: inline-block;
	height: auto;
	width: 1190px;
	max-width: 100%;
	border: solid 1px #ACBBC8;
	border-width: 1px 1px 2px 1px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.a
{
	color: #092750;
}

.a:link
{
	color: #092750;
	text-decoration: underline;
}

.a:visited
{
	color: #092750;
	text-decoration: underline;
}

.a:active
{
	outline: thin dotted invert;
}

.a:focus
{
	outline: thin dotted invert;
}

.a:before
{
	color: #092750;
}

.MCWebHelpFramesetLink a
{
	
}

.MCWebHelpFramesetLink.MCWebHelpFramesetLinkTop a
{
	
}

.MCWebHelpFramesetLink.MCWebHelpFramesetLinkBottom a
{
	
}

