@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

a.BlackText
{
	color: #000000;
	text-decoration: none;
}

h3.SubCenter
{
	text-align: center;
}

img.Hyperlinked
{
	border-style: none;
}

img.Slideshow
{
	border-style: none;
	margin-bottom: 15px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

.centered-text
{
	text-align: center;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.main-section > .row.outer-row
{
	max-width: 100%;
	padding: 0;
}

.button
{
	cursor: pointer;
	background-color: transparent;
	width: 200px;
	height: 35px;
	font-weight: bold;
	transition: all 200ms;
}

.button.black
{
	border: black solid 2px;
	color: black;
}

.button.black:hover
{
	background-color: #f6f6f6;
}

.button a
{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#contentBody > .responsive-header
{
	background-color: transparent;
}

#content-section
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
	margin-top: -50px;
}

#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: 270px;
}

#content-section .right-section .table-images:first-of-type
{
	margin-bottom: 20px;
}

#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
{
	font-size: 1em;
	margin-top: 8px;
	line-height: 1.6em;
}

div.topichero
{
	background-size: cover;
	padding-top: 4em;
	height: auto;
	padding-bottom: 4em;
	background-color: #e8edff;
}

div.topichero h1
{
	font-size: 3em;
	line-height: 100%;
	padding-top: 0px;
    color: #000000;
    font-weight: bold;
	font-family: 'Pastiche Grotesque SemiBold';
}

div.topichero h3
{
	font-size: 2em;
    line-height: 100%;    
    padding-top: 0px;
    color: #000000;
    font-weight: bold;
	font-family: 'Switzer';
}

.search,
.search-bar
{
	margin: 0 auto;
}

div.slidingshow
{
	margin-top: -79px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.mc-wrapper .mc-caption
{
	background: none;
}

.video-section
{
	padding-top: 50px;
	padding-bottom: 30px;
}

.video-section img
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.video-wrapper
{
	padding-bottom: 56.25%;
	position: relative;
}

.video-section iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-section .columns
{
	margin-bottom: 20px;
}

.footer
{
	background-color: #ffffff;
	padding-top: 8px;
	padding-bottom: 16px;
	padding-left: 31px;
}

.footer a
{
	text-decoration: none;
	color: #1C4DFF;
}

.footer > div.row
{
	line-height: 26px;
	padding: 0;
}

.footer-logo
{
	max-width: 100%;
}

.footer-links
{
	text-align: left;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	width: 50%;
}

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;
}

MadCap|slideshow
{
	border-style: none;
	box-shadow: none;
}

MadCap|slideshowCaption
{
	background: none;
	color: #000000;
	padding: 0px;
	padding-top: 0px;
}

html.HomePage
{
	mc-master-page: url("../MasterPages/Home.flmsp");
	mc-community-features: disabled;
}

html.testHomePage
{
	mc-master-page: url("../MasterPages/Home.flmsp");
	mc-community-features: disabled;
}

/* Medium Layout */

@media only screen and (max-width: 64.063em)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	div.slidingshow
	{
		width: 100%;
	}

	.left-section div.button-group > div
	{
		margin-bottom: 20px;
	}

	.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 40em)
{
	MadCap|searchBarProxy.homeSearchBar
	{
		width: 100%;
	}

	div.topichero h1
	{
		font-size: 2em;
	}

	div.topichero h3
	{
		font-size: 1em;
	}

	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.video-section
	{
		padding-top: 30px;
	}

	.video-section .columns
	{
		padding: 0;
	}

	.footer-links,
	p.Copyright,
	.footer-icons
	{
		text-align: center;
	}
}
