/*<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.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

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

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

@font-face 
{
	font-family: 'Wingdings 2';
	src: url(../../Resources/Fonts/WINGDNG2.ttf);
}

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.7em;
}

.SearchHighlight
{
	background-color: #93C2D1;
}

h1
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #cbd0d6;
	text-shadow: 1px 1px 2px #cbd0d6;
	background: linear-gradient(to right, White, White, #ececec);
	font-family: 'Times New Roman';
	color: #AF1F24;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 48px;
	font-weight: normal;
	font-size: 1.8333em;
	line-height: 32pt;
}

h2	/*Section titles used throughout the Help, used commonly on standard topics, topic menu pages.*/
{
	margin-bottom: 4px;
	font-weight: bold;
	margin-top: 12px;
	color: var(--Blue);
	border-bottom-color: var(--Blue);
	border-bottom: solid 2px var(--Blue);
	text-shadow: 1px 1px 2px #E8E8E8;
	padding-top: 16px;
	font-size: 1.3333em;
}

h3
{
	line-height: 36px;
	font-weight: bold;
	padding-top: 6pt;
	color: var(--Blue);
	padding-bottom: 6pt;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 1.3333em;
}

h4	/*A subheading, used for the court name, on the SBS pages.*/
{
	font-family: arial;
	font-weight: bold;
	font-size: 14pt;
	padding-left: 6pt;
	margin: 0;
	height: 6pt;
	color: #ffffff;
	background-color: var(--Blue);
	vertical-align: middle;
	margin-top: 0;
	padding-top: 3pt;
	margin-bottom: 0;
	padding-bottom: 24pt;
}

li
{
	margin-bottom: 24px;
	margin-top: 8px;
	font-size: 1.1667em;
}

p
{
	font: Arial;
	margin-top: 8px;
	margin-bottom: 30px;
	font-size: 14pt;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #19b9f3;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #19b9f3;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/Minus-513.png');
	mc-closed-image: url('../Images/Assets/Icons/Plus-513.png');
}

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #142e46;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the grey background. This HTML element is not on a master page, it is used at compile time.*/
{
	background: #ececec;
	background-image: url('../Images/Portal Background.png');
	background-repeat: no-repeat;
	background-position: center top;
}

nav.title-bar	/*Adds transparency to the top navigation bar*/
{
	opacity: 1;
}

div.content-container	/*Wraps the content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: #FFF;
	padding: 25px;
	min-height: 45vh;
	padding-bottom: 0px;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 50px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-bottom-width: 2px;
	border: groove 2px #0c3448;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	width: 33.33%;
	margin-bottom: 0;
}

.height-container	/*Container for main content below the header*/
{
	position: inherit;
}

span.FieldName
{
	font: Arial;
	font-size: 14pt;
	font-weight: Bold;
}

a:link
{
	color: var(--Blue);
}

a:hover
{
	
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #7469b9;
}

ul.menu ul > li.TOCSeparator > a:hover
{
	/* Flare over-writes this class too, so need to make it important 
       to avoid hover decoration. */
	background: #333333 !important;
}

a	/*Used for most links except those on Menu Link pages.*/
{
	
}

MadCap|dropDownHead
{
	font-size: 14pt;
	margin-bottom: 8px;
}

MadCap|bodyProxy
{
	background: #ffffff;
}

a.MenuLink	/*Strictly for the links on menu pages that point to specific topics. Used in PACFile and GTS.*/
{
	font-style: italic;
}

:root
{
	--Blue: #1e3f60;
	--FadedBlue: #455569;
}

ul
{
	margin-bottom: 1.12em;
	list-style-image: url('../Images/WebPortalBigBullet.png');
	list-style-type: disc;
	font-size: 1.1667em;
}

ul ul
{
	list-style-image: url('../Images/WebPortalSmallBullet.png');
	list-style-type: disc;
}

div.NewRowClass1	/*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.NewRowClass1::before
{
	content: ' ';
	display: table;
}

div.NewRowClass1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewRowClass1 > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.NewRowClass1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.VideoSBS	/*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.VideoSBS::before
{
	content: ' ';
	display: table;
}

div.VideoSBS::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.VideoSBS > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 12px;
}

div.VideoSBS > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.VideoSBS > div:nth-child(2)
{
	width: 100%;
	margin-left: 0%;
}

div.VideoSBS > div:nth-child(3)
{
	width: 100%;
	margin-left: 0%;
}

div.SBS
{
	border-radius: 3px;
	padding-left: 2%;
	padding-top: 12pt;
	background: linear-gradient(to top, #CBDEED, #E5EFF6, White);
	border-top-width: 12pt;
	border-color: var(--Blue);
	border: solid 3px transparent;
	border-right-color: var(--Blue);
	border-left-color: var(--Blue);
	border-top-color: var(--Blue);
	border-bottom-color: var(--Blue);
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-right: 2%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 24px;
}

div.VideoSBS > div:nth-child(4)
{
	width: 8.3333%;
	margin-left: 0%;
}

a.Videos:hover
{
	text-shadow: 4px 4px 5px #84cffd;
}

p.SBSStep
{
	margin-bottom: 6px;
}

div.BW1	/*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.BW1::before
{
	content: ' ';
	display: table;
}

div.BW1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.BW1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.BW1 > div:nth-child(1)
{
	width: 66.667%;
	margin-left: 0%;
}

div.BW1 > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

/*===========================================================================================================================================================
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: 1279px)
{
	p
	{
		font-size: 1em;
	}

	span.FieldName
	{
		font-size: 12pt;
	}

	h1
	{
		line-height: 28pt;
		font-size: 1.6667em;
	}

	h2
	{
		margin-top: 24px;
		font-size: 1.1667em;
	}

	p.SBSStep
	{
		top: 0;
		bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
	}

	h3
	{
		font-size: 1.1667em;
	}

	p.VideoDescription
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	h4
	{
		margin-bottom: 3pt;
		margin-top: 0;
		margin: 0;
		height: 6pt;
		padding-bottom: 24pt;
	}

	td.Video
	{
		margin-left: 18pt;
		margin-right: 18pt;
	}

	p.GridText
	{
		margin: 0 0 8px;
	}

	td.Title
	{
		padding-top: 27px;
	}

	h3.VideoSubTitle
	{
		margin-top: 0;
	}

	td.Footer
	{
		border: solid 2px #283f62;
	}

	td.AppellateCourtHeader
	{
		border: solid 1px #283f62;
	}

	li
	{
		font-size: 1em;
	}

	p.SBSText
	{
		font-size: 12pt;
	}

	p.SectionHeader
	{
		font-size: 14pt;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.VideoSBS > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.VideoSBS > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.VideoSBS > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.VideoSBS > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	a.Videos:hover
	{
		text-shadow: 4px 4px 5px #84cffd;
	}

	div.content-container
	{
		border-bottom-width: 2px;
		border: groove 2px #0c3448;
	}

	span.FieldNameItalics
	{
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
	}

	span.TextShadow
	{
		padding-top: 12pt;
		padding-left: 12pt;
	}

	div.SBS
	{
		padding-top: 12pt;
	}

	ul
	{
		font-size: 1em;
	}

	ul ul
	{
		
	}

	p.Caption
	{
		font-size: 12pt;
	}

	p.img
	{
		
	}

	p.PDFHelpLink
	{
		background-size: 24px;
	}

	p.VideoHelpLink
	{
		background-size: 24px 32px;
	}

	p.VideoHelpLink2
	{
		background-size: 24px 32px;
	}

	p.SBSLevel1-Step1
	{
		mc-auto-number-offset: .2in;
	}

	p.SBSLevel2-StepA
	{
		mc-auto-number-offset: .05in;
	}

	p.SBSLevel2-StepsB-End
	{
		mc-auto-number-offset: .05in;
	}

	p.SBSLevel3-Stepi
	{
		mc-auto-number-offset: .05in;
	}

	p.SBSLevel3-Stepsii-End
	{
		mc-auto-number-offset: .05in;
	}

	p.SBSLevevl1-Steps2-End
	{
		mc-auto-number-offset: .2in;
	}

	div.BW1 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.BW1 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	.main-section > .outer-row	/* Removes the padding around the topic container in mobile */
	{
		padding: 0;
	}

	p
	{
		font-size: 1em;
	}

	span.FieldName
	{
		font-size: 12pt;
		font-weight: Bold;
	}

	h1
	{
		line-height: 28pt;
		font-size: 1.6667em;
	}

	h2
	{
		font-size: 1.1667em;
	}

	h3
	{
		font-size: 1.1667em;
	}

	h4
	{
		font-size: 14pt;
	}

	p.VideoDescription
	{
		padding-left: 46pt;
	}

	td.Title
	{
		text-indent: 0px;
		text-align: center;
		font-size: 20pt;
		background-image: url('../Images/portalbackgroundColor2.png');
		background: url('../Images/portalbackgroundColor2.png');
		padding-left: 24px;
		padding-right: 24px;
		background-repeat: no-repeat;
		height: 134px;
		padding-top: 0px;
		margin-top: 9px;
		font-weight: normal;
	}

	li
	{
		font-size: 1em;
	}

	p.SBSText
	{
		font-size: 12pt;
	}

	p.SectionHeader
	{
		font-size: 14pt;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 0%;
		margin-left: 0%;
	}

	div.VideoSBS > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.VideoSBS > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.VideoSBS > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.SBS
	{
		
	}

	div.VideoSBS > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	p.Caption
	{
		font-size: 12pt;
	}

	ul
	{
		font-size: 1em;
	}

	p.img
	{
		
	}

	p.PDFHelpLink
	{
		background-size: 20px;
	}

	p.VideoHelpLink
	{
		background-size: 20px 28px;
		padding-left: 45px;
	}

	p.VideoHelpLink2
	{
		background-size: 20px 28px;
		padding-left: 45px;
	}

	p.SBSLevel1-Step1
	{
		mc-auto-number-offset: .2in;
	}

	p.SBSLevel2-StepA
	{
		mc-auto-number-offset: .05in;
	}

	p.SBSLevel2-StepsB-End
	{
		mc-auto-number-offset: .05in;
	}

	p.SBSLevel3-Stepi
	{
		mc-auto-number-offset: .05in;
	}

	p.SBSLevel3-Stepsii-End
	{
		mc-auto-number-offset: .05in;
	}

	p.SBSLevevl1-Steps2-End
	{
		mc-auto-number-offset: .2in;
	}

	div.BW1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.BW1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.view-all
	{
		font-size: 12pt;
	}
}

span.DropdownValue
{
	font-style: normal;
}

span.DropdownValue:before
{
	content: "\'";
}

span.DropdownValue:after
{
	content: "\'";
}

span.Keystroke
{
	font-style: italic;
}

.Keystroke:before
{
	content: "\[";
}

.Keystroke:after
{
	content: "\]";
}

a.MenuLink:hover
{
	font-style: italic;
	font-weight: bold;
}

span.ButtonName
{
	text-transform: uppercase;
}

p.PDF	/*Icon and formatting that is associated to any lin, outside of a Help link page, that points to a PDF.*/
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f0f7fb;
	background-image: url('../Images/Assets/icons/PDFSmall.png');
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	padding-top: 15px;
	background-position: 9px 9px;
}

p.PDFHelpLink	/*Icon and formatting that is associated to any link on a Help link page that points to a PDF.*/
{
	background-image: url('../Images/Assets/icons/PDFLarge.png');
	background-repeat: no-repeat;
	font-weight: normal;
	vertical-align: middle;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-position: 9px 9px;
	padding-top: 20px;
}

p.VideoHelpLink	/*Icon and formatting that is associated to any link on a Help link page that points to a video.*/
{
	background-image: url('../Images/Assets/icons/VideoLarge.png');
	background-repeat: no-repeat;
	font-weight: bold;
	vertical-align: middle;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-position: 9px 9px;
	padding-top: 20px;
	color: var(--Blue);
	margin-bottom: 8px;
}

p.VideoHelpLink2	/*Icon and formatting that is associated to any link on a Help link page that points to a video.*/
{
	background-image: url('../Images/Assets/icons/VideoMenu.png');
	background-repeat: no-repeat;
	font-weight: bold;
	vertical-align: middle;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-position: 9px 9px;
	padding-top: 20px;
	color: var(--Blue);
	margin-bottom: 8px;
}

td.Title
{
	background-position: left;
	background-size: cover contain;
	color: white;
	font-size: 24pt;
	font-family: 'Ink Free';
	font-weight: bold;
	text-align: center;
	vertical-align: text-top;
	margin-top: 18px;
	padding-top: 36px;
	background-image: url('../Images/portalbackgroundColor2.png');
	padding-left: 24px;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 138px;
}

div.content-container2
{
	margin-right: 0;
	background-color: #FFF;
	padding: 25px;
	min-height: 95vh;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 0;
}

p.TemplateBreak	/*Used only in master pages and breaks between the various elements.*/
{
	background-color: #ececec;
	border-top-color: #ffffff;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 2pt;
	padding-bottom: 0;
	padding-top: 0;
}

div.Indent
{
	margin-left: -23px;
	margin-right: -23px;
}

td.CourtHeader
{
	color: var(--Blue);
	text-align: right;
	font-weight: bold;
	background: #ffffff;
	border: solid 2px #283f62;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-top: 1px;
}

td.Footer
{
	height: 16pt;
	line-height: 16pt;
	font-family: Arial;
	font-weight: Bold;
	color: var(--Blue);
	background: #ffffff;
	background-color: #ffffff;
	border: solid 2px #283f62;
}

p.BottomBorder
{
	font: Arial;
	font-size: 1pt;
	border-bottom: solid 1px #c0c0c0;
	margin-top: 0;
	padding-bottom: 0;
	margin: 0;
	margin-bottom: 8;
}

ul.Bullet
{
	
}

p.SBSLevel1-Step1	/*Formatting for Step 1 of Level 1 in a table-based SBS process.*/
{
	mc-auto-number-offset: .3in;
	mc-auto-number-format: 'A:{n=1}.';
	margin-bottom: 0;
	margin: 0;
	vertical-align: top;
	mc-auto-number-position: inside-head;
	text-align: right;
	margin-top: 8px;
}

p.SBSLevevl1-Steps2-End	/*Formatting for Steps B-? of Level 2 in a table-based SBS process.*/
{
	mc-auto-number-offset: .3in;
	mc-auto-number-format: 'A:{n+}.';
	margin-bottom: 0;
	margin: 0;
	vertical-align: top;
	mc-auto-number-position: inside-head;
	text-align: right;
	margin-top: 8px;
}

p.SBSLevel2-StepA	/*Formatting for Step A of Level 2 in a table-based SBS process.*/
{
	mc-auto-number-position: inside-head;
	margin-bottom: 0;
	mc-auto-number-format: 'D:{a=1}.';
	mc-next-class: SBSSubStep2;
	text-align: right;
	mc-auto-number-offset: 0.1in;
	margin-left: 0.3in;
	margin-top: 8px;
	margin: 8px 0px 0px;
}

p.SBSLevel2-StepsB-End	/*Formatting for Steps B- ? of Level 2 in a table-based SBS process.*/
{
	mc-auto-number-position: inside-head;
	margin-top: 0;
	margin-bottom: 0;
	mc-auto-number-format: 'D:{a+}.';
	text-align: right;
	mc-auto-number-offset: 0.1in;
	margin-left: 0.1n;
	margin: 8px 0px 0px;
}

p.SBSLevel3-Stepi	/*Formatting for Step I of Level 3 in a table-based SBS process.*/
{
	mc-auto-number-position: inside-head;
	margin-bottom: 0;
	mc-auto-number-format: 'E:{r=1}.';
	mc-next-class: SBSSubStep2;
	text-align: right;
	mc-auto-number-offset: 0.1in;
	margin-left: 0.3in;
	margin-top: 8px;
}

p.SBSLevel3-Stepsii-End	/*Formatting for Steps II-? of Level 3 in a table-based SBS process.*/
{
	mc-auto-number-position: inside-head;
	margin-bottom: 0;
	mc-auto-number-format: 'E:{r+}.';
	text-align: right;
	mc-auto-number-offset: 0.1in;
	margin-left: 0.1n;
	margin-top: 8px;
}

p.Tip
{
	background-repeat: no-repeat;
	font-weight: normal;
	vertical-align: middle;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 40px;
	padding-top: 20px;
	background-image: url('../Images/Idea-512.png');
	background-position: 6px top;
	margin-bottom: 6px;
}

p.Note	/*In a SBS process or anywhere a note appears referencing some info related to the preceding paragraph/sentence.*/
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-repeat: no-repeat;
	font-weight: normal;
	vertical-align: middle;
	overflow: hidden;
	padding: 15px 40px;
	padding-top: 6px;
	background-image: url('../Images/note-512.png');
	background-position: 6px text-bottom;
	line-height: 24pt;
}

p.SectionHeader	/*Formatting for section break headers in the Help Link Page and Video Template Page topic templates.*/
{
	border-radius: 3px;
	line-height: 36px;
	padding-left: 12px;
	margin-bottom: 4px;
	font-size: 16pt;
	font-weight: bold;
	color: var(--Blue);
	margin-top: 36px;
	padding-top: 6pt;
	padding-bottom: 6pt;
	background: linear-gradient(to right, #ececec, #ececec, White);
}

img.Hover:hover::after
{
	
}

div.Block
{
	
}

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: -12pt;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F0F7FB;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20x;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #A4A4A4;
	padding: 1px 1px;
	overflow: hidden;
}

div.home-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.home-tiles > div:nth-child(1)
{
	width: 94px;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	color: #7E8890;
	font-size: 14pt;
}

p.tile-content
{
	text-align: center;
	color: #7E8890;
	font-size: 0.8em;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Any anchor (links) tags that are within div.home-tiles will have the following properties*/
{
	text-decoration: none;
	color: #565656;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

@media print
{
	h4
	{
		font-size: 12pt;
	}
}

p.VideoDescription
{
	font: Arial;
	padding-left: 46pt;
	margin-bottom: 16px;
}

h3.VideoSubTitle
{
	margin-left: 6px;
	margin-top: 0;
}

span.Italics
{
	font-style: italic;
}

p.SBSText	/*Standard text for tables. Does not apply to text assoicated to ol or ul.*/
{
	font: Arial;
	font-size: 14pt;
	vertical-align: text-top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px 0px 0px;
	text-align: left;
}

p.SectionTitle
{
	margin-bottom: 0;
	margin-top: 0;
	padding-left: ;
	padding-top: 12px;
}

p.BulletinDate	/*Right-aligns the date for GTS and PACFile News.*/
{
	margin-top: 8px;
	font: Arial;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0;
}

p.BulletinUserGroup	/*Identifies the intended audience for a PACFile news item. Does not apply to GTS.*/
{
	margin-bottom: 8px;
	font: Arial;
	font-size: 14pt;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
}

p.BulletinTopicName	/*Title for GTS and PACFile news items.*/
{
	margin-top: 8px;
	font: Arial;
	font-weight: bold;
	color: var(--Blue);
	margin-bottom: 30px;
}

span.BoldUnderline
{
	font-weight: bold;
	text-decoration: underline;
}

span.Underline
{
	text-decoration: underline;
}

span.ItalicsUnderline
{
	font-style: italic;
	text-decoration: underline;
}

td.BlueRow
{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14pt;
	padding-left: 6pt;
	background-color: var(--FadedBlue);
}

span.Center
{
	text-align: center;
}

.Center
{
	text-align: center;
}

p.img
{
	text-align: center;
	padding-top: 16pt;
	padding-bottom: 16pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
}

img.Border
{
	border: solid 1px #000000;
}

span.BoldBlue
{
	color: var(--Blue);
	font-weight: bold;
}

p.DefinitionList
{
	margin-bottom: 8px;
	font: Arial;
	margin-top: 8px;
	font-weight: bold;
	font-style: normal;
}

p.Header
{
	color: var(--Blue);
	font-weight: bold;
	text-align: right;
	margin-bottom: 4px;
	margin-top: 4px;
}

p.Footer
{
	color: var(--Blue);
	font-weight: bold;
	margin-bottom: 8px;
}

p.ButtonName
{
	margin-bottom: 6px;
	margin-left: 6px;
	margin-top: 8px;
}

ul.Tabs
{
	
}

div.Video
{
	border-radius: 3px;
	padding-left: 2%;
	padding-top: 12pt;
	background: linear-gradient(to top, #ececec, #F0F0F0, White);
	border-top-width: 12pt;
	border-color: #C1C1C1;
	border: solid 3px transparent;
	border-right-color: #C1C1C1;
	border-left-color: #C1C1C1;
	border-top-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-right: 2%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 24px;
}

p.Runtime
{
	padding-left: 60px;
	font-style: italic;
	margin-bottom: 12px;
	margin-top: 12px;
	mc-auto-number-format: 'Runtime: ';
}

div.Blank
{
	
}

img.HoverSwap
{
	filter: grayscale(100%);
}

img.HoverSwap:hover
{
	box-shadow: 8px 8px 10px 4px rgba(185,190,193,0.6);
	filter: grayscale(0%);
}

table.VideoThumbnail
{
	margin-left: 60px;
	margin-right: auto;
}

span.TextShadow
{
	font: Arial;
	font-size: 14pt;
	color: var(--Blue);
	padding-top: 12pt;
	padding-left: 12pt;
}

span.FieldNameItalics
{
	font: Arial;
	font-size: 14pt;
	font-weight: Bold;
	font-style: italic;
}

img.SBS
{
	max-width: 100%;
	vertical-align: text-bottom;
}

ul.Level2
{
	margin-bottom: 1.12em;
}

ul.navigation li.TOCSeparator	/* Add an entry for "separators" in the TOC. To use this style, select the item in the Flare TOC and pick "TOCSeparator" as the TOC Entry style. Note along with this change we needed to add the TOCSeparator entry to the Flare skin */
{
	padding-top: 8px;
}

ul.navigation li.TOCSeparator a
{
	font-weight: bold;
	color: #AF1F24;
	/* Set the default cursor so it doesn't look like this is a link */
	cursor: default;
}

ul.navigation ul > li.TOCSeparator:hover
{
	background: #f7f9fa;
}

ul.menu li.TOCSeparator
{
	padding-top: 8px;
}

ul.menu li.TOCSeparator a
{
	/* Note that the next two items are being over-written by Flare classes. 
       Use important to right this. */
	/* This is the Flare class: ul.menu._Skins_SideMenu.mc-component li > a  */
	font-weight: bold !important;
	color: #FFFFFF !important;
	/* Set the default cursor so it doesn't look like this is a link */
	cursor: default;
}

p.Caption
{
	font: Arial;
	font-size: 14pt;
	margin-bottom: 8px;
	text-align: center;
	font-style: italic;
	margin-top: 0px;
}

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: none;
	outline: none;
	background-color: #98CCFD;
	color: var(--Blue);
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
}

#myBtn:hover
{
	background-color: var(--Blue);
	color: #ffffff;
}

p.CenterMiddle
{
	text-align: center;
	vertical-align: text-bottom;
}

p.CenterMiddleTable
{
	text-align: center;
	vertical-align: text-bottom;
	margin-bottom: 6px;
	margin-top: 6px;
}

/* ================================
   1. Clamp & Fade‐Out Gradient
   ================================ */

.intro-text
{
	position: relative;
	line-height: 1.5em;
	/* define a fixed line height */
	max-height: 4.5em;
	/* 3 × 1.5em = three lines */
	overflow: hidden;
	transition: max-height 0.3s ease;
}

/* gradient overlay on the last line */

.intro-text::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5em;
	/* equal to line-height */
	background: linear-gradient(rgba(255,255,255,0), #fff);
	pointer-events: none;
}

/* when expanded, remove the clamp and the fade */

.intro.expanded .intro-text
{
	max-height: none;
}

.intro.expanded .intro-text::after
{
	display: none;
}

/* 1. Show‐more link centered and pull‐down arrow */

.show-more
{
	display: block;
	width: 100%;
	text-align: center;
	color: #294365;
	text-decoration: underline;
	cursor: pointer;
	font-size: 0.95rem;
	margin-top: 0.5rem;
	position: relative;
	/* for the ::after positioning */
}

/* initial arrow down */

.show-more::after
{
	content: '▼';
	display: inline-block;
	margin-left: 0.25em;
	transition: transform 0.2s ease;
	transform: rotate(0deg);
	transform-origin: center center;
}

/* when .intro has .expanded, rotate up */

.intro.expanded .show-more::after
{
	transform: rotate(180deg);
}

/* -------------------------------
Inline View-All panels
------------------------------- */

.panel
{
	display: none;
	padding: 1rem;
	background: #fff;
	border: 1px solid #17304A;
	border-radius: 0 0 8px 8px;
	max-width: 800px;
	margin: 1rem auto;
}

.panel.active
{
	display: block;
}

div.view-all
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
}

div.panel
{
	
}

div.intro-text
{
	
}

ul.SmallCircle > li::marker
{
	font-family: Arial;
	content: '•';
}

#link-pdfs,
#link-videos
{
	display: inline-block;
	padding: .5em 1em;
	border: 1px solid #000000;
	border-radius: .25em;
	background: #f9f9f9;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s, border-color .2s;
}

#link-pdfs:hover,
#link-videos:hover
{
	background: #9CBACC;
	border-color: #2C3890;
}

p.ReadTime
{
	margin-top: 8px;
	font: Arial;
	text-align: right;
	margin-bottom: 0;
	font-style: italic;
}

p.FAQ
{
	font: Arial;
	font-size: 14pt;
	vertical-align: text-top;
	margin: 0px 0px 0px;
	text-align: left;
	margin-bottom: 6px;
	margin-top: 6px;
}

.view-all
{
	font-size: 14pt;
}

/* button‐like styling shared by all three links */

.view-btn
{
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0 .25em;
	border: 1px solid #000000;
	border-radius: 4px;
	background: #f9f9f9;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s;
	cursor: pointer;
}

.view-btn:hover
{
	background: #9CBACC;
	border-color: #2C3890;
}

