/*<meta />*/

@import url('G_main.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

img.Hyperlinked
{
	border-style: none;
}

img.Slideshow
{
	border-style: none;
	margin-bottom: 0px;
	max-width: 100%;
}

a.product-category
{
	display: block;
	float: left;
	padding: 20px;
	color: #474c4f;
}

div.product-category-image
{
	position: relative;
	overflow-y: hidden;
	text-align: center;
	max-width: 100%;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

div.product-category-image img
{
	border-style: none;
	width: 100%;
	/* 333.33px */
	max-width: 100%;
	max-height: 200px;
}

div.product-category-text
{
	padding: 25px;
	background-color: #f2f2f2;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	height: 150px;
	min-height: 150px;
	overflow: hidden;
}

a.product-category:hover div.product-category-text
{
	color: #ffffff;
	background-color: #009dd8;
}

a.product-category:hover p.emptytitle
{
	color: #ffffff;
}

.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;
}

/* Home Page Button Styles */

.button
{
	cursor: pointer;
	display: inline-block;
	background-color: #3e3e40;
	border-bottom: solid 5px #009dd8;
	padding-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.button a
{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* Content Section */

#content-section
{
	/*padding: 10px;*/
	margin: -50px auto 0 auto;
	max-width: 80em;
	background-color: #ffffff;
	/*background-color: #f2f2f2;*/
}

#content-section .left-section
{
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	/*background-color: #f2f2f2;*/
}

#content-section .center-section
{
	background-color: #ffffff;
}

#content-section .right-section
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #e0f7ff;
	/*background-color: #f2f2f2;*/
}

.left-section .left-content img,
.right-section .right-content img
{
	border-style: none;
	max-width: 100%;
	height: auto;
}

#content-section .right-section .table-images:first-of-type
{
	margin-bottom: 20px;
}

/* Home Page Topic Hero section*/

div.topichero
{
	background-image: url('../Images/_Global/BackgroundImage.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	/*20*/
	height: auto;
	padding-bottom: 100px;
	/*150*/
}

div.topichero h1
{
	font-size: 3.6em;
	margin-top: 0.5em;
	/*1.11*/
	margin-bottom: 0.5em;
	line-height: 100%;
	color: #ffffff;
	font-weight: 300;
}

a.more,
a.more:link,
a.more:visited,
a.more:active,
a.more:focus
{
	font-family: 'Montserrat', sans-serif;
	color: #303538;
	font-weight: 400;
	text-decoration: none;
}

.more img
{
	vertical-align: -4px;
}

div.topichero h3
{
	font-size: 1.8em;
	margin-bottom: 80px;
	line-height: 100%;
	color: #ffffff;
	font-weight: 300;
}

div.slidingshow
{
	margin-top: -50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 80em;
	color: #797f84;
}

MadCap|slideshow
{
	border-style: none;
	box-shadow: none;
}

MadCap|slide
{
	padding: 10px;
}

/*
.mc-wrapper .mc-caption
{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600px;
	color: 4b4c4e;
	font-size: 20px;
	text-align: left;
	margin: 10px;
	background-color: transparent;
}*/

p.emptytitle
{
	font-family: 'Montserrat', sans-serif;
	color: #474c4f;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 100%;
	margin-top: 40px;
	margin-bottom: 5px;
}

.slidingshow p.emptytitle,
.left-section p.emptytitle:first-of-type,
.center-section p.emptytitle:first-of-type,
.right-section p.emptytitle:first-of-type
{
	margin-top: -5px;
}

html.HomePage
{
	mc-master-page: url('../MasterPages/G_home.flmsp');
	mc-community-features: disabled;
}

.topichero div#s34rch
{
	max-width: 80em;
	margin: 0 auto;
}

#content-section ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	-webkit-padding-start: 0;
}

#content-section ul li::before
{
	position: absolute;
	content: "•";
	color: rgb(0, 157, 216);
	left: 1px;
}

#content-section ul li
{
	display: list-item;
	position: relative;
	padding-left: 1em;
}

/* Medium Layout */

@media only screen and (max-device-width: 1279px)
{
	div.slidingshow
	{
		width: 100%;
	}
}

/*only screen and (max-width: 1279px)*/
/* Small Layout */

@media only screen and (max-device-width: 767px)
{
	div.topichero h1
	{
		font-size: 2em;
		margin-top: 0.8em;
	}

	div.topichero h3
	{
		font-size: 1.2em;
		margin-bottom: 30px;
	}

	div.topichero
	{
		padding-top: 10px;
		padding-bottom: 80px;
	}

	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	.center-section p.emptytitle:first-of-type,
	.right-section p.emptytitle
	{
		margin-top: 50px;
	}

	p.emptytitle
	{
		font-size: 1.2em;
	}

	div.product-category-text
	{
		height: auto;
		min-height: auto;
		overflow: visible;
	}

	div.product-category-image img
	{
		max-width: 100%;
		height: auto;
	}
}

/*screen and (max-width: 767px)*/

