/*<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

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	line-height: 1.7em;
	background: #ebe6dc;
	background-color: #EBE6DC;
}

h1
{
	margin-bottom: 0.5rem;
	font-weight: bolder;
	padding: 0.5rem;
	font-size: 20pt;
	font-family: 'Segoe UI';
	color: #264653;
	background: transparent;
	text-align: left;
	border-bottom: solid 5px #264653;
}

h2
{
	margin-top: 1rem;
	font-weight: bold;
	font-size: 16pt;
	margin: 0.3rem;
	color: #264653;
	font: Segoe UI;
}

.marg2
{
	margin-top: 2rem;
}

.underline
{
	border-bottom: 3px solid #264653;
	margin-top: 2rem;
}

h3
{
	margin-bottom: 0.3rem;
	margin-top: 1rem;
	font-size: 14pt;
	color: #47535C;
	font-weight: bold;
	font: Segoe UI;
}

li
{
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
}

p
{
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
}

a
{
	color: #0000FF;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 128px;
}

td#SubheadTeal
{
	background-color: #7dc6c8;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

p.block
{
	background: #7DC7C9;
	color: #000000;
	padding: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	display: block;
}

p.version
{
	margin-bottom: 4px;
	margin-top: 16px;
	font-size: 12pt;
	color: #404040;
	font-weight: bold;
	font-style: italic;
	font: Segoe UI;
}

a.black
{
	color: #000000;
	font-weight: bold;
}

a.black:visited
{
	color: #2e2e2e;
	font-weight: normal;
}

/*== LINK BOX - Background fill on hover ==*/

.linkbox
{
	/* RESET STYLE */
	text-decoration: none;
	line-height: 1;
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 5px 5px;
	overflow: hidden;
	color: #0000ff;
	vertical-align: bottom;
	transition: color .2s ease-out;
}

.linkbox::before
{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transform: translateY(calc(100% - 1px));
	width: 100%;
	height: 100%;
	background-color: #264653;
	transition: transform .15s ease-out;
}

.linkbox:hover
{
	color: #fff;
}

.linkbox:hover::before
{
	transform: translateY(0);
	transition: transform .15s ease-out;
}

/*== LINK ARROW - arrow shows on hover - works with JS ==*/

.link-arrow
{
	padding: 0.5rem 0.75rem;
}

.text-wrapper
{
	position: relative;
	display: inline-block;
	color: #0000FF;
}

.text-wrapper::before,
.text-wrapper::after
{
	content: '';
	position: absolute;
	background-color: #0000FF;
	height: 1px;
}

#noline > .text-wrapper::before,
#noline > .text-wrapper::after
{
	z-index: -1;
}

.text-wrapper::before
{
	width: 0%;
	left: 0;
	bottom: 0;
	transition: all ease 0.5s;
}

.text-wrapper::after
{
	width: 100%;
	left: 0;
	bottom: 0;
	transition: all ease 0.6s;
}

.link-arrow:hover .text-wrapper::before
{
	width: 100%;
}

.link-arrow:hover .text-wrapper::after
{
	left: 100%;
	width: 0%;
	transition: all ease 0.3s;
}

.arrow
{
	display: inline-block;
	font-size: 1.25em;
	color: #0000FF;
	opacity: 0;
	max-width: 0;
	transform: translateX(-10px) translateY(0.65em);
	transition: all 0.3s ease;
	overflow: hidden;
	vertical-align: middle;
}

.link-arrow:hover .arrow
{
	opacity: 1;
	max-width: 2.25em;
	padding: 0em 0.25em;
	transform: translateX(0);
}

/*== MC Styles ==*/

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #ad00ad;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	margin-top: 5px;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #4F7476;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
	margin-right: 1rem;
}

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #264653;
}

MadCap|dropDownBody
{
	border-top: 2px solid #264653;
}

/*==Master Page Topic Layout==*/

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	margin-bottom: 2%;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	padding: 25px;
	min-height: 80vh;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: 1px solid #d3d3d3;
	width: 80%;
}

div.side-content	/*Container for Search proxy*/
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40%;
}

/*== Footer==*/

div.footer
{
	padding: 1% 15%;
	color: #ffffff;
	background-color: #264653;
	background: #264653;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #fff;
}

div.home-footer
{
	background-color: #e3b448;
}

button
{
	background: #264653;
	color: #fff;
	border-radius: 0.5rem;
	display: inline-block;
	width: auto;
	padding: 0.5rem;
	margin: 0.5rem;
	font-size: 1rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

button:hover
{
	color: #000;
	background: #EBE6DC;
	border: solid 2px #264653;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
}

a:visited
{
	color: #404040;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a
{
	mc-disable-glossary-terms: true;
}

a.nodecor
{
	color: #000000;
	text-decoration: none;
}

MadCap|dropDownHead
{
	color: #ffffff;
	padding: 0.25rem 0rem;
}

MadCap|dropDownBody
{
	padding: 0.5rem 0.25rem;
}

.row444
{
	width: 100%;
}

.row444:after
{
	content: "";
	display: table;
	clear: both;
}

.row444 > div
{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0% 0.25%;
	min-height: 12em;
	vertical-align: middle;
	border-right: 3px solid #264653;
}

.row444 > div:nth-child(3n)
{
	border-right: none;
}

/* ===== Image expand on hover ===== */

.imghover
{
	width: 80%;
	display: block;
	text-align: center;
	margin: auto;
	float: none;
	border: none;
}

.imghover > div
{
	display: inline-block;
	text-align: center;
	margin: 1rem;
	padding: 1.25rem;
	width: 300px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.imghover > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
}

/* ============================ TILES (home page/button, works with JQuery) ============================ */

.tile,
.button
{
	width: 80%;
	display: block;
	text-align: center;
	margin: auto;
	float: none;
	border: none;
}

.rowtile,
.rowbutton
{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 1.25rem 0.75rem;
}

.rowtile > div,
.rowbutton > div
{
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 1%;
	padding: 1rem;
	border: 2px solid #b0b0b0;
	outline: solid 2px #264653;
	background-color: #fff;
	color: #5a5a5a;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#four > .rowtile > div,
#four > .rowbutton > div
{
	padding: 0.2rem;
	background-color: #264653;
	width: 25%;
	margin: auto;
	color: #f0f0f0;
	border: solid 3px #7DC6C8;
}

.rowtile > div:hover,
.rowbutton > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
	color: #000;
}

#four > .rowtile > div:hover,
#four > .rowbutton > div:hover
{
	color: #fff;
}

/*===========================Tile text styles============================*/

p.tile-title,
p.tile-title > a
{
	margin-top: 0px;
	font-weight: bold;
	font-size: 1.25rem;
	text-decoration: none;
	vertical-align: middle;
}

p.tile-content
{
	font-size: 1rem;
	vertical-align: middle;
}

p.tile-content > a,
a > p.tile-content
{
	text-decoration: none;
	font-size: 1rem;
}

div.rowtile > div > a,
div.rowbutton > div > a
{
	text-decoration: none;
	color: inherit;
	vertical-align: middle;
}

/*============== Responsive div alt row table look ==============*/

.grid-wrapper
{
	width: 100%;
}

.grid-wrapper:after,
#ultrawidewrap.grid-wrapper:after
{
	content: "";
	display: table;
	clear: both;
}

.grid-wrapper > div
{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 15px;
	min-height: 5em;
	vertical-align: middle;
}

/* 3-column row pattern */

.grid-wrapper > div:nth-child(6n),
.grid-wrapper > div:nth-child(6n-1),
.grid-wrapper > div:nth-child(6n-2)
{
	background-color: #f9f9f9;
}

#ultrawidewrap.grid-wrapper > div
{
	width: 50%;
	border: 1px solid #ddd;
	float: left;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 15px;
	min-height: 5em;
	vertical-align: middle;
}

#ultrawidewrap.grid-wrapper > div:nth-child(n)
{
	background-color: transparent;
}

#ultrawidewrap.grid-wrapper > div:nth-child(4n),
#ultrawidewrap.grid-wrapper > div:nth-child(4n-1)
{
	background-color: #f9f9f9;
}

/*========= Responsive 3 col div =========*/
/* Parent div container */

.grid-wrap
{
	width: 100%;
}

/* Clear to prevent layout collapse */

.grid-wrap:after
{
	content: "";
	display: table;
	clear: both;
}

.grid-wrap > div
{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0% 0.25%;
	min-height: 1em;
	vertical-align: middle;
	border-right: 3px solid #264653;
}

.grid-wrap > div:nth-child(3n)
{
	border-right: none;
}

#ultrawidewrap:after
{
	content: "";
	display: table;
	clear: both;
}

#ultrawidewrap > div
{
	width: 50%;
	float: left;
}

#ultrawidewrap > div:nth-child(n)
{
	border-right: 3px solid #264653;
}

#ultrawidewrap > div:nth-child(even)
{
	border-right: none;
}

#ultrawidewrap.grid-wrapper > div:nth-child(even)
{
	border-right: 1px solid #ddd;
}

/*========= Responsive 2 col div =========*/
/* Parent div container */

.grid-2wrap
{
	width: 100%;
	margin-top: 1rem;
}

/* Clear to prevent layout collapse */

.grid-2wrap:after
{
	content: "";
	display: table;
	clear: both;
}

.grid-2wrap > div
{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0% 0.25%;
	min-height: 1em;
	vertical-align: middle;
	border-right: 3px solid #264653;
}

.grid-2wrap > div:nth-child(2n)
{
	border-right: none;
	padding-left: 1rem;
}

h4
{
	margin: 0.75rem 0rem 0rem;
}

/*===========================================================================================================================================================
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: 1615px)
{
	/* --- 2 Column --- */

	.grid-wrap > div
	{
		width: 50%;
	}

	.grid-wrap > div:nth-child(n)
	{
		border-right: 3px solid #264653;
	}

	.grid-wrap > div:nth-child(even)
	{
		border-right: none;
	}
}

@media only screen and (max-width: 1675px)
{
	/* --- 2 Column --- */

	#widewrap > div
	{
		width: 50%;
	}

	#widewrap > div:nth-child(n)
	{
		border-right: 3px solid #264653;
	}

	#widewrap > div:nth-child(even)
	{
		border-right: none;
	}
}

@media only screen and (max-width: 1522px)
{
	/* --- 2 Column --- */

	.grid-wrapper > div
	{
		width: 50%;
	}

	.grid-wrapper > div:nth-child(n)
	{
		background-color: transparent;
	}

	.grid-wrapper > div:nth-child(4n),
	.grid-wrapper > div:nth-child(4n-1)
	{
		background-color: #f9f9f9;
	}

	.row444 > div
	{
		width: 50%;
	}

	.row444 > div:nth-child(n)
	{
		border-right: 3px solid #264653;
	}

	.row444 > div:nth-child(even)
	{
		border-right: none;
	}
}

@media only screen and (max-width: 1495px)
{
	#ultrawidewrap.grid-wrapper > div:nth-child(n)
	{
		width: 100%;
		border: 1px solid #ddd;
		background-color: transparent;
	}

	#ultrawidewrap.grid-wrapper > div:nth-child(even)
	{
		background-color: #f9f9f9;
	}
}

@media only screen and (max-width: 1426px)
{
	/* --- 1 Column --- */

	#ultrawidewrap > div
	{
		width: 100%;
	}

	#ultrawidewrap > div:nth-child(n)
	{
		border-right: none;
		padding-left: 0.25%;
	}

	#ultrawidewrap.grid-wrapper > div:nth-child(n)
	{
		border: 1px solid #ddd;
	}
}

@media only screen and (max-width: 1279px)
{
	div.content-container
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-footer
	{
		padding: 1% 5%;
	}

	.rowtile > div,
	.rowbutton > div
	{
		width: 46%;
	}

	#four.tile > .rowtile > div,
	#four.button > .rowbutton > div
	{
		width: 50%;
		margin: auto;
	}
}

@media only screen and (max-width: 1010px)
{
	/* --- 1 Column --- */

	#widewrap > div
	{
		width: 100%;
	}

	#widewrap > div:nth-child(n)
	{
		border-right: none;
	}
}

@media only screen and (max-width: 997px)
{
	/* --- 1 Column --- */

	.grid-wrap > div
	{
		width: 100%;
	}

	.grid-wrap > div:nth-child(n)
	{
		border-right: none;
	}

	.grid-2wrap > div
	{
		width: 100%;
		margin-top: 1rem;
	}

	.grid-2wrap > div:first-child
	{
		margin-top: 0.25rem;
	}

	.grid-2wrap > div:nth-child(n)
	{
		border-right: none;
		padding-left: 0.25%;
	}

	.row444 > div
	{
		width: 100%;
	}

	.row444 > div:nth-child(n)
	{
		border-right: none;
	}
}

@media only screen and (max-width: 927px)
{
	/* --- 1 Column  --- */

	.grid-wrapper > div
	{
		width: 100%;
	}

	.grid-wrapper > div:nth-child(n)
	{
		background-color: transparent;
	}

	.grid-wrapper > div:nth-child(even)
	{
		background-color: #f9f9f9;
	}
}

@media only screen and (max-width: 790px)
{
	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	MadCap|dropDownBody
	{
		border-top: none;
	}

	.rowtile > div,
	.rowbutton > div
	{
		width: 100%;
	}
}

@media only screen and (max-width: 767px)
{
	MadCap|dropDown
	{
		margin-right: 0.5rem;
	}
}

