<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;meta /&gt;*/

@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 &gt; Topics Section &gt; 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 Topic/Banner image is at the top of the home page, it will be listed closer to the top of this stylesheet. While, the footer will be written towards the bottom. 

===========================================================================================================================================================*/

/* Home Page General Styles*/

html
{
	height: 100%;
}

@font-face 
{
	font-family: acumin-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
}

body
{
	font-family: acumin-pro;
	line-height: 1.5em;
	min-height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #0092d0;
}

body::after
{
	content: '';
	display: block;
}

h1
{
	font-size: 3em;
	font-family: 'Century Gothic';
}

h2
{
	color: #ffffff;
	font-size: 28pt;
}

p
{
	color: #5a5a5a;
	margin-top: 4px;
	margin-bottom: 4px;
}

span.highlight	/*Span class used to change the color of text within block elements*/
{
	color: #0065a1;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.off-canvas-content .main-section &gt; .outer-row
{
	max-width: 100%;
	padding: 0;
	background: #0092D0;
}

/*==Mad Cap proxy/editor assigned styles==*/

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
}

MadCap|topicToolbarProxy
{
	float: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

html.home-page
{
	mc-community-features: disabled;
}

/*==Top Navigation Bar Section==*/

nav.title-bar
{
	position: absolute;
	width: 100%;
	opacity: 1;
}

/*==Home Page Hero Section==*/

div.topic-hero	/*This is the Hero/Banner on the Home Page */
{
	background-position: centre;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding-top: 5px;
	background-color: #0092D0;
	padding-bottom: 5px;
}

div.topic-title
{
	/*margin-top: -100px;*/
}

/*==Home Tiles section==*/

div.home-tiles-container
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-botton: 10px;
	width: 94%;
	background-color: #0092d0;
	margin-top: 10px;
}

/*=Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: center;
	font-weight: bold;
	color: #3e3e3e;
	font-size: 1.2em;
}

p.tile-subtitle
{
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #d3d3d3;
}

p.tile-content
{
	color: #ffffff;
	font-size: 0.9em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: bold;
	color: #4165eb;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #4165eb;
}

/*==Home Page Footer==}*/

div.footer
{
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0092d0;
	opacity: 1;
	position: absolute;
}

div.footer a
{
	text-decoration: none;
	color: #DADADA;
}

div.footer p	/* Complex Selector: Any &lt;p&gt; that is contained within div.footer will have the following properties */
{
	font-size: 0.8em;
	color: #ffffff;
}

div.home-master-page-footer	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon &gt; Styles Section &gt; Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer &gt; div:nth-child(1)
{
	width: 33%;
	margin-left: 0%;
}

div.home-master-page-footer &gt; div:nth-child(2)
{
	width: 33%;
	margin-left: 0%;
}

div.home-master-page-footer &gt; div:nth-child(3)
{
	width: 34%;
	margin-left: 0%;
}

/*div.home-master-page-footer &gt; div:nth-child(4)
{
	width: 24%;
	margin-left: 0%; 
}*/

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding-bottom: 75px;
}

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;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

div.split2::before
{
	content: ' ';
	display: table;
}

div.split2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split2 &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.split2 &gt; div:nth-child(1)
{
	width: 35%;
	margin-left: 15%;
}

div.split2 &gt; div:nth-child(2)
{
	width: 35%;
	margin-left: 5%;
}

/*Split Tiles 3*/

div.split-tiles-3
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}

div.split-tiles-3::before
{
	content: ' ';
	display: table;
	clear: both;
}

div.split-tiles-3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split-tiles-3 &gt; div
{
	-moz-box-sizing: border-box;
	max-height: 23%;
	border-color: #e6e6e6;
	padding-left: 5.5px;
	padding-right: 5.5px;
	transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-width: 0px;
	padding-bottom: 5.5px;
	padding-top: 5.5px;
	margin-bottom: 5.px;
	margin-top: 5px;
	margin-right: 2.5px;
	margin-left: 2.5px;
	border: solid 2px #e6e6e6;
	border-radius: 5px;
	background-color: #ffffff;
	background: #ffffff;
}

div.split-tiles-3 a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.split-tiles-3 &gt; div:hover
{
	border: solid 2px #0092D0;
	border-color: #0092d0;
}

div.split-tiles-3 &gt; div:nth-child(1)
{
	width: 27%;
	margin-left: 8%;
}

div.split-tiles-3 &gt; div:nth-child(2)
{
	margin-left: 1%;
	width: 27%;
}

div.split-tiles-3 &gt; div:nth-child(3)
{
	margin-left: 1%;
	margin-right: 0%;
	width: 27%;
}

/*Split Tiles 4*/

div.split-tiles-4
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}

div.split-tiles-4::before
{
	content: ' ';
	display: table;
	clear: both;
}

div.split-tiles-4::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.split-tiles-4 &gt; div
{
	-moz-box-sizing: border-box;
	max-height: 23%;
	border-color: #e6e6e6;
	padding-left: 5.5px;
	padding-right: 5.5px;
	transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-width: 0px;
	padding-bottom: 5.5px;
	padding-top: 5.5px;
	margin-bottom: 5.px;
	margin-top: 5px;
	margin-right: 2.5px;
	margin-left: 2.5px;
	border: solid 2px #e6e6e6;
	border-radius: 5px;
	background-color: #ffffff;
	background: #ffffff;
}

div.split-tiles-4 a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.split-tiles-4 &gt; div:hover
{
	border: solid 2px #0092D0;
	border-color: #0092d0;
}

div.split-tiles-4 &gt; div:nth-child(1)
{
	width: 24%;
	margin-left: 0%;
}

div.split-tiles-4 &gt; div:nth-child(2)
{
	width: 24%;
	margin-left: 1%;
}

div.split-tiles-4 &gt; div:nth-child(3)
{
	width: 24%;
	margin-left: 1%;
	margim-right: 0%;
}

div.split-tiles-4 &gt; div:nth-child(4)
{
	width: 24%;
	margin-left: 1%;
	margim-right: 0%;
}

.tab
{
	margin-left: 25px;
}

div.vid1	/*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.vid1::before
{
	content: ' ';
	display: table;
}

div.vid1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.vid1 &gt; div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.vid1 &gt; div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.vid1 &gt; div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.vid1 &gt; div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

MadCap|bodyProxy
{
	
}

canvas
{
	background-color: #0092d0;
}

div.footer-filler
{
	height: 100px;
}

/*===========================================================================================================================================================
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: 0px)
{
	div.home-tiles &gt; div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 10%;
	}

	div.home-tiles &gt; div:nth-child(2)
	{
		width: 33.333%;
		margin-left: 16.667%;
	}

	div.home-tiles &gt; div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 10%;
		margin-top: 2%;
	}

	div.home-tiles &gt; div:nth-child(4)
	{
		width: 33.333%;
		margin-left: 16.667%;
		margin-top: 2%;
	}

	div.info-section &gt; div
	{
		text-align: center;
	}

	div.info-section &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
		margin-top: 5%;
	}

	div.info-section &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}

	div.info-section &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.home-master-page-footer &gt; div:nth-child(1)
	{
		width: 33%;
		margin-left: 0%;
	}

	div.home-master-page-footer &gt; div:nth-child(2)
	{
		width: 33%;
		margin-left: 0%;
	}

	div.home-master-page-footer &gt; div:nth-child(3)
	{
		width: 33%;
		margin-left: 0%;
	}

	div.split2 &gt; div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.split2 &gt; div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.split-tiles-3 &gt; div:nth-child(1)
	{
		margin-left: 0%;
		width: 30%;
	}

	div.split-tiles-3 &gt; div:nth-child(2)
	{
		margin-left: 2%;
		width: 30%;
	}

	div.split-tiles-3 &gt; div:nth-child(3)
	{
		margin-left: 2%;
		margim-right: 0%;
		width: 30%;
	}

	div.split-tiles-4 &gt; div:nth-child(1)
	{
		margin-right: 1%;
		margin-left: 1%;
		width: 23%;
	}

	div.split-tiles-4 &gt; div:nth-child(2)
	{
		margin-left: 1%;
		margin-right: 1%;
		width: 23%;
	}

	div.split-tiles-4 &gt; div:nth-child(3)
	{
		margim-right: 0%;
		margin-left: 1%;
		margin-right: 1%;
		width: 23%;
	}

	div.split-tiles-4 &gt; div:nth-child(4)
	{
		margim-right: 0%;
		margin-left: 1%;
		margin-right: 1%;
		width: 23%;
	}

	div.vid1 &gt; div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Tile4 &gt; div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Tile4 &gt; div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Tile4 &gt; div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home4 &gt; div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home4 &gt; div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home4 &gt; div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home4 &gt; div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.split-tiles-3 &gt; div
	{
		margin-bottom: 2px;
		margin-top: 4px;
		margin-right: 2px;
		margin-left: 2px;
		width: 31.5%;
	}

	div.split-tiles-4 &gt; div
	{
		margin-top: 4px;
		margin-right: 2px;
		margin-left: 2px;
		margin-bottom: 5px;
		width: 31.5%;
	}
}

@media only screen and (max-width: 0px)
{
	div.home-tiles &gt; div
	{
		margin-top: 2%;
	}

	div.home-tiles &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles &gt; div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}

	div.info-section &gt; div
	{
		text-align: center;
	}

	div.info-section &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
		margin-top: 5%;
	}

	div.info-section &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}

	div.info-section &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.home-master-page-footer &gt; div:nth-child(1)
	{
		width: 100%;
	}

	div.home-master-page-footer &gt; div:nth-child(2)
	{
		width: 100%;
	}

	div.home-master-page-footer &gt; div:nth-child(3)
	{
		width: 100%;
	}

	div.split2 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split2 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split-tiles-3 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split-tiles-3 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split-tiles-3 &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split-tiles-4 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split-tiles-4 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split-tiles-4 &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.split-tiles-4 &gt; div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.vid1 &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tile4 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tile4 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tile4 &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home4 &gt; div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home4 &gt; div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home4 &gt; div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home4 &gt; div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.split-tiles-3
	{
		
	}

	div.split-tiles-4
	{
		
	}

	div.home-tiles-container
	{
		display: block;
	}

	div.topic-title
	{
		font-size: 20pt;
	}

	div.split-tiles-4 &gt; div
	{
		
	}

	div
	{
		display: block;
	}

	MadCap|searchBarProxy
	{
		width: 100%;
	}

	h2
	{
		font-size: 22pt;
	}

	div.footer-filler
	{
		height: 100px;
	}

	div.tile
	{
		
	}

	div.footer-filler
	{
		height: 160px;
	}

	div.split-tiles-3
	{
		mc-grid-row: true;
		margin-left: auto;
		margin-right: auto;
		width: 88%;
	}

	p.footer-social
	{
		
	}

	p.footer-chs
	{
		
	}
}

</pre></body></html>