/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.7em;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the gradient background. This HTML element is not on a master page, this element is used at compile time.*/
{
	background: #00998F;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #00998F, #F0FFF0);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #00998F, #F0FFF0);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #00998F, #F0FFF0);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #00998F, #F0FFF0);
	/* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: #FFF;
	padding: 25px;
	min-height: 95vh;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: 1px solid #d3d3d3;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	font-size: 1em;
	line-height: 1.7em;
}

a
{
	color: #2d82dc;
}

a:link
{
	color: #2d82dc;
}

a:visited
{
	color: #2d82dc;
}

a:hover
{
	color: #00998a;
}

.modal > a:hover
{
	color: #54B948;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #BED230;
}

div.example
{
	background-color: #f0ff86;
	background-repeat: no-repeat;
	border: solid 1px #a4ac67;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.note
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #ffffff;
	border: none 1px #404040;
	background-image: url('../Images/Note-Information-128 (1).png');
	background-color: #08122b;
}

.noteInDiv
{
	mc-auto-number-format: '{b}{color #bed230}Note: {/color}{/b}';
}

div.quotation
{
	background-color: #e1e1e1;
	background-image: url('../Images/QuotationMark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-family: 'Century Gothic';
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-left: 40px;
	MadCap|xref: #FFFFFF;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.TightContent
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #00998a;
}

h2
{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	color: #00998a;
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #00998a;
}

img
{
	border: none;
	mc-float: center;
	max-width: 100%;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

li
{
	orphans: 2;
	widows: 2;
	padding: 0px;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpen.png');
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
	mc-closed-image: url('../Images/DropDownClosedSecondLevel.png');
	mc-open-image: url('../Images/DropDownOpenSecondLevel.png');
}

MadCap|dropDownBody
{
	border-bottom-color: #08122B;
	border-bottom: solid 1px #08122B;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	color: #08122b;
}

MadCap|dropDownHotspot
{
	color: #404040;
	font-size: 0.9em;
	font-weight: bold;
}

MadCap|dropDownHotspot:hover
{
	color: #00998a;
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|xref
{
	color: #2D8DCC;
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

MadCap|xref:hover
{
	color: #00998a;
}

ol
{
	list-style-image: none;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	color: #404040;
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	border-color: #000000;
	background-color: #000000;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.ExampleHeadText
{
	font-weight: bold;
	page-break-after: avoid;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	border: 0;
}

p.quotationname
{
	text-align: right;
}

p.TableTextCenterDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

span.Emphasis
{
	font-weight: bold;
}

span.SetOffFirstLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

td
{
	margin: 8px;
	vertical-align: top;
}

th
{
	color: #ffffff;
	margin-bottom: 8px;
	margin-top: 8px;
}

ul
{
	list-style-image: url('../Images/Bullet1.png');
}

ul ul
{
	list-style-image: url('../Images/Bullet2.png');
}

html.templateTopic div.sideContent
{
	display: none;
}

span.Subheading
{
	font-weight: bold;
	color: #00998a;
}

span.Headingnocontent	/*Heading no content*/
{
	font-weight: bold;
	color: #00998a;
}

p.Headingnocontent
{
	
}

ul.level3
{
	
}

ul.level3 > li > ul > li > ul
{
	list-style-type: disc;
}

MadCap|footnote
{
	background-color: #08122b;
	color: #00998a;
}

MadCap|pageFooter
{
	color: #ffffff;
	background-color: #08122b;
}

MadCap|pageFooter.FirstPage
{
	border-bottom-color: #08122b;
	border-color: #08122b;
}

MadCap|xref:focus
{
	
}

MadCap|slideshowCaption
{
	font-weight: bold;
	font-style: normal;
}

div.split2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

div.split2::before
{
	content: ' ';
	display: table;
}

div.split2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

div.split2 > div:nth-child(1)
{
	width: 48%;
	margin-left: 5px;
	margin-right: 5px;
}

div.split2 > div:nth-child(2)
{
	width: 48%;
	margin-left: 5px;
	margin-right: 5px;
}

object
{
	background-image: url('../Images/background white.jpg');
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.split1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.split1::before
{
	content: ' ';
	display: table;
}

div.split1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.split1 > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.split1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.split3	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.split3::before
{
	content: ' ';
	display: table;
}

div.split3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.split3 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.split3 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.split3 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

@media only screen and (max-width: 1250px)
{
	div.split2 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.split2 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.split1 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.split1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.split3 > div:nth-child(1)
	{
		width: 33.33333%;
	}

	div.split3 > div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.split3 > div:nth-child(2)
	{
		width: 33.33333%;
	}

	div.split3 > div:nth-child(2)
	{
		margin-left: 0%;
	}

	div.split3 > div:nth-child(3)
	{
		width: 33.33333%;
	}

	div.split3 > div:nth-child(3)
	{
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.split2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split3 > div:nth-child(1)
	{
		width: 100%;
	}

	div.split3 > div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.split3 > div:nth-child(2)
	{
		width: 100%;
	}

	div.split3 > div:nth-child(2)
	{
		margin-left: 0%;
	}

	div.split3 > div:nth-child(3)
	{
		width: 100%;
	}

	div.split3 > div:nth-child(3)
	{
		margin-left: 0%;
	}
}

iframe.vid
{
	overflow: hidden;
}

div.vid
{
	text-align: center;
	background-repeat: no-repeat;
	background-image: url('../Images/background white.jpg');
	float: right;
	width: 4px;
	padding-left: 3px;
	padding-right: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #00998f;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #00998f;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #00998f;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #00998f;
	margin-left: 3px;
	margin-right: 0;
}

iframe.iframe
{
	overflow: hidden;
}

div.note
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #ffffff;
	border: none 1px #404040;
	background-image: url('../Images/Note-Information-128 (1).png');
	background-color: #08122b;
}

div.reference
{
	background-repeat: no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #ffffff;
	background-image: url('../Images/Note-Information-128 (1).png');
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #404040;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #404040;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #404040;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #404040;
	background-color: #009993;
}

div.reference a.xref
{
	color: white;
}

MadCap|xref.Xref_alt
{
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

MadCap|xref.Alt_Xref
{
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

div.noteSmall
{
	background-repeat: no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #ffffff;
	background-image: url('../Images/Note-Information-128 (1).png');
	background-color: #08122b;
	background-repeat: no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #ffffff;
	background-image: url('../Images/Note-Information-128 (1).png');
	background-color: #08122b;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #404040;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #404040;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #404040;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #404040;
	overflow: auto;
}

/* Feedback button */

.modal
{
	background: rgba(236,236,236,0);
	display: inline-block;
	width: auto;
	text-align: left;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.question
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em -5em;
}

.modal > label
{
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-variant: normal;
	font-size: 14px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.modal > label:hover
{
	color: #54B948;
}

.modal a
{
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	padding: 0.5em 0.8em;
	margin: 0.5em 0.5em 0.5em .2em;
}

.modal__overlay
{
	background: rgba(0,0,0,0.4);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 0;
	z-index: 600;
	justify-content: center;
	align-items: flex-end;
}

.modal__wrap
{
	padding: 0.5em 0.5em;
	position: relative;
	vertical-align: middle;
	max-width: 500px;
	width: 10%;
	background: #ffffff;
	margin-bottom: 100px;
}

@media (min-height: 37.5em)
{
	.modal__wrap
	{
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -80%);
		transform: translate(-50%, -80%);
	}
}

.modal__wrap label
{
	background: #54B948;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 1.5em;
	position: relative;
	right: -25px;
	margin-left: 50px;
	width: 1.5em;
}

.modal__wrap p
{
	color: #000000;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

.modal input:focus ~ label
{
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

input
{
	position: absolute;
	top: -1000px;
}

.modal__overlay
{
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: -100;
}

input:checked ~ .modal__overlay
{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 800;
}

.thumbs_up
{
	background-position: left center;
	background-repeat: no-repeat;
}

.thumbs_down
{
	background-position: left center;
	background-repeat: no-repeat;
}

p#modal_desc
{
	margin-bottom: 8px;
	margin-top: 8px;
	color: #404040;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.feedback-reason
{
	display: none;
}

.feedback-question i:hover,
.feedback-question i:focus,
.feedback-question i:active
{
	cursor: pointer;
}

div.feedback-option
{
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding-right: 2px;
}

input#box1
{
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1250px)
{
	
}

@media only screen and (max-width: 767px)
{
	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	div.home-master-page-footer > div	/*Adds separators to the footer items when in mobile layout*/
	{
		border-bottom: 1px solid #828282;
	}
}

