/*<meta />*/

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--White: #ffffff;
	--Brand3: #A5D867;
	--Medium: #D1D3D4;
	--Light: #E6E7E8;
}

body
{
	font-family: Arial, Helvetica, Avenir, Myriad;
	color: #000000;
	mc-hyphenate: never;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin: 0px;
	line-height: 20pt;
}

p.table-text
{
	font-size: 12pt;
}

/* Generic classes */

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	margin-top: 0;
	color: #076685;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

.nav-search	/*Does not display search in Top Navigation for desktop*/
{
	display: none;
}

div.accent
{
	background-color: #CDE0E7;
}

div.home-layout
{
	padding: 2% 10%;
}

div.home-section
{
	padding: 5%;
	border-bottom: solid 1px #E6E7E8;
}

div.home-section:last-of-type
{
	border-bottom: none;
}

div.home-tiles	/*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.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;
}

div.home-tiles > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.topic-hero
{
	padding: 0% 20%;
}

div.topic-hero h1
{
	color: #ffffff;
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on Home.htm topic for styles set only on the home topic*/
{
	
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin*/
{
	max-width: 100%;
	padding: 0;
}

img.home-tile
{
	max-width: 50%;
}

/* Links */

a
{
	color: #076685;
}

a:link
{
	color: #076685;
}

a:visited
{
	color: #076685;
}

a.home-tiles
{
	color: #45494c;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

/* Lists */

li
{
	margin-bottom: 8px;
	margin-top: 8px;
}

li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master pages */

div.side-content	/*Used on OtherTopics.flmsp for the search-bar and menu*/
{
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.topic-layout
{
	padding-top: 4%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #ffffff;
}

p.footer-sub
{
	color: #ffffff;
	font-size: 14pt;
	margin-top: 14px;
}

div.HeroGraphic	/*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;
	vertical-align: middle;
	padding: 0px 10px 0px 0px;
	margin-left: 20px;
	margin-right: 20px;
}

div.HeroGraphic::before
{
	content: ' ';
	display: table;
}

div.HeroGraphic::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HeroGraphic > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HeroGraphic > div:nth-child(1)
{
	width: 66.66667%;
	background-color: #076685;
	margin: 0px;
}

div.HeroGraphic > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	background-color: #076685;
	vertical-align: middle;
}

p.Hero_Mobile
{
	display: none;
}

p.ProductTitle
{
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	margin: 20px 20px 6px;
	color: #005072;
}

p.ProductText
{
	line-height: 14pt;
	margin: 6px 20px;
}

p.ProductButton
{
	color: #076685;
	padding: 10px 20px;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	.nav-search	/*Displays search in Top Navigation for tablet/mobile*/
	{
		display: block;
	}

	div.side-content	/*Removes search-bar and menu set in topic in tablet*/
	{
		display: none;
	}

	html.home-topic .nav-search	/*Will not display search in Top Navigation on home page*/
	{
		display: none;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.HeroGraphic > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.HeroGraphic > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	p
	{
		
	}

	p.Hero
	{
		display: block;
	}

	p.Hero_Mobile
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-layout
	{
		padding: 2% 5%;
	}

	div.home-section
	{
		padding: 10% 0;
	}

	img.home-tile
	{
		max-width: 25%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.topic-hero
	{
		padding: 15% 0;
	}

	div.topic-hero h1
	{
		font-size: 36pt;
	}

	div.HeroGraphic > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.HeroGraphic > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	p
	{
		
	}

	p.Hero
	{
		display: none;
	}

	p.Hero_Mobile
	{
		display: block;
	}

	p.ProductTitle
	{
		
	}

	p.ProductText
	{
		
	}

	p.ProductButton
	{
		
	}
}

@media print
{
	/* Links */
}

div.home-footer2
{
	background-color: #D1D3D4;
	padding: 2% 5%;
	margin-bottom: -7px;
}

div.home-footer
{
	padding: 2% 5%;
	background-color: #45494c;
}

p.footer-BlackText
{
	line-height: 15pt;
	margin: 6px 0px;
	text-align: left;
}

h1.Title
{
	color: #ffffff;
	margin: 0px;
	font-size: 24pt;
	line-height: 24pt;
	padding: 0px;
}

p.Hero
{
	
}

p.ProductBar
{
	margin: 6px;
	background-color: #076685;
}

p.ProductLine
{
	font-size: 4pt;
	line-height: 4pt;
	margin: 20px 6px 60px;
	background-color: #CDE0E7;
}

