/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Home Page General Styles*/

body
{
	line-height: 1.5em;
	font-family: Arial, Verdana, sans-serif;
	mc-hyphenate: never;
}

a.BlackText
{
	color: #000000;
	text-decoration: none;
}

h1
{
	font-size: 2.75em;
}

h3
{
	font-size: 1.6785em;
}

h3.SubCenter
{
	text-align: center;
}

img.Hyperlinked
{
	border-style: none;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

p.Copyright
{
	font-size: 0.9em;
	text-align: left;
	color: #888888;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

.centered-text
{
	text-align: center;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.whiteheader
{
	color: #ffffff;
	font-weight: normal;
}

.main-section > .row.outer-row
{
	max-width: 100%;
	padding: 0;
}

/* Home Page Button Styles */

.button
{
	cursor: pointer;
	background-color: transparent;
	width: 200px;
	height: 35px;
	font-weight: bold;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	margin: 0 auto;
}

.button.black
{
	border: solid 2px #717271;
	display: inline-block;
}

.button.black:hover
{
	background-color: #ccc;
}

.button a
{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* Responsive Header Styles*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/* Content Section */

#content-section
{
	background-color: #e6e6e6;
	/*	margin-top: -50px; */
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
}

#content-section h3
{
	font-weight: normal;
}

.right-section div.button-group,
.left-section div.button-group
{
	margin-top: 20px;
}

#content-section .left-section
{
	padding-right: 20px;
}

#content-section .right-section
{
	padding-left: 20px;
}

.left-section .left-content,
.right-section .right-content
{
	height: auto;
}

#content-section .right-section .table-images:first-of-type
{
	margin-bottom: 20px;
}

#content-section.mc-blurb
{
	min-height: 261px;
}

#content-section.mc-blurb p
{
	margin-top: 0;
	margin-bottom: 5px;
}

#content-section.mc-blurb .mc-bullets
{
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

#content-section.mc-blurb .mc-bullets > li
{
	color: #5a5a5a;
	list-style-image: url('../images/bullet1.png');
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.6em;
}

.left-section
{
	margin: 0 auto;
}

.left-section h3
{
	text-align: center;
}

/* Home Page Topic Hero section*/

div.topichero
{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	height: auto;
	padding-bottom: 40px;
	background-color: #00315F;
}

div.topichero h1
{
	font-size: 3.6em;
	margin-top: 1.11em;
	margin-bottom: 0.5em;
	line-height: 100%;
}

div.topichero h3
{
	font-size: 1.8em;
	margin-bottom: 80px;
	line-height: 100%;
}

/* Home Page Footer */

.footer
{
	background-color: #292928;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer a
{
	text-decoration: none;
	color: #DADADA;
}

.footer > div.row
{
	line-height: auto;
	padding: 0;
}

.footer-logo
{
	max-width: 100%;
}

.footer-links
{
	text-align: left;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

a:link
{
	text-decoration: none;
	color: #00315F;
}

a:visited
{
	color: #696969;
}

a:focus
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #00315F;
}

a:active
{
	text-decoration: underline;
	color: #00315F;
}

.footer-icons > a:first-of-type
{
	padding-right: 10px;
}

/* Mad Cap proxy/editor assigned styles */

MadCap|topicToolbarProxy
{
	float: none;
}

p.TOC2
{
	margin-left: 20px;
	display: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

html.HomePage
{
	mc-master-page: url('../masterpages/homepage.flmsp');
	mc-community-features: disabled;
}

.large-uncentered
{
	float: none !important;
}

a.footer
{
	text-decoration: none;
	color: #ffffff;
	font-size: 9pt;
	padding-bottom: 0px;
	padding-top: 0px;
}

a.footer:link
{
	
}

a.footer:visited
{
	color: #a9a9a9;
}

a.footer:focus
{
	color: #a9a9a9;
}

a.footer:hover
{
	color: #a9a9a9;
}

a.footer:active
{
	color: #ffffff;
	text-decoration: none;
}

.left-section .left-content
{
	height: auto;
}

.right-section .right-content
{
	height: auto;
}

/*
.columns
{
	float: none !important;
}
*/

/* Medium Layout */

@media only screen and (max-width: 64.063em)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	.left-section div.button-group > div
	{
		margin-bottom: 20px;
	}

	.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* Small Layout */

@media screen and (max-width: 40em)
{
	div.topichero h1
	{
		font-size: 2em;
	}

	div.topichero h3
	{
		font-size: 1.2em;
	}

	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer-links,
	p.Copyright,
	.footer-icons
	{
		text-align: center;
	}
}

a
{
	color: #00315F;
}

a:first-of-type
{
	text-decoration: none;
}

@media non-print
{
	MadCap|dropDownHotspot
	{
		color: #a4d55d;
	}

	MadCap|dropDownBody
	{
		color: #f5f5f5;
	}
}

div.row
{
	vertical-align: 30px;
}

div.button-group
{
	
}

@media print
{
	h1
	{
		
	}
}

MadCap|dropDownHotspot
{
	color: #00315F;
}

MadCap|dropDownBody
{
	color: #f5f5f5;
}

/*Hides search bar on homepage*/

.nav-search.row
{
	display: none;
}

.main-section > .outer-row
{
	max-width: 81.5em;
}

.inner-wrap nav.tab-bar .outer-row
{
	max-width: 90em;
}

a.footer:first-of-type
{
	
}

.row.outer-row
{
	padding-bottom: 41px;
	padding-top: 24px;
}

MadCap|dropDownHotspot
{
	color: #a4d55d;
}

MadCap|dropDownBody
{
	color: #f5f5f5;
}

