﻿/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Home Page General Styles*/

body
{
	font-family: Arial;
	line-height: 1.5em;
}

html,
body
{
	min-height: 100%;
}

.main-section > .row.outer-row
{
	max-width: 100%;
}

.row.outer-row
{
	padding-left: 0px;
	padding-right: 0px;
}

div.body
{
	padding-bottom: 83px;
}

div.logo
	  {
	  	text-align: center;
		padding-top: 60px;
		padding-bottom: 5px;
	  }

h1
{
	font-size: 2.75em;
	color: #474e5d;
}

h2
{
	font-size: 1.6785em;
}

img.Hyperlinked
{
	border-style: none;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 20px;
}

p.Copyright
{
	font-size: 0.9em;
	text-align: left;
	color: #ffffff;
	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;
}

div.content
{
	background-color: #EEF3FA;
}

/* Home Page Button Styles */

div.topichero
{
	background-image: url('../Images/BackgroundImage.png');
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
}

div.topichero h1
{
	font-size: 2.25em;
	margin-bottom: 55px;
	line-height: 40px;
}

div.topichero h2
{
	font-size: 1.8em;
	line-height: 100%;
}

.search,
.search-bar
{
	margin: 0 auto;
}


/* 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.HomePage
{
	mc-community-features: disabled;
}

div.HomeHeroSection	/*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.HomeHeroSection::before
{
	content: ' ';
	display: table;
}

div.HomeHeroSection::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HomeHeroSection > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HomeHeroSection > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}







/* Small Layout */

@media only screen and (max-width: 767px)
{
	html,
	body
	{
		min-width: 400px !important;
	}

	MadCap|searchBarProxy.homeSearchBar
	{
		width: 100%;
	}

	div.HomeHeroSection > div:nth-child(1)
	{
		width: 100%;
	}

	h1.whiteheader
	{
		line-height: 40px;
		margin-top: 30px;
	}
}

/*ul.navigation > li {
	background-color: transparent;
}*/


/*new pads starting from here*/


.middleContainer {
	width: 75%;
	margin: 0 auto;
	min-width: 1366px; 
}



.padsSection {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 5% 0;
}



div.padsSection > a {
	/*setting dimensions in direct descendants of the block with "display: flex;"*/
	flex: 0 1 22%;
	max-width: 600px;
	height: 300px;
	margin: 1%;
	text-decoration: none;
}

.padItem {
	height: 100%;
	font: 500 0.875em Arial, Unica, Sans-serif;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.09);
}

div.padItem:hover {
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.16);
}

.padItem img {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.padItem p {
    text-align: center;
}

p.padLabel {
    font: 1.3em Arial;
}






@media only screen and (max-width: 1279px)
{
	
	div.middleContainer {
		width: 100%;
		min-width: 0px;
	}

	div.padsSection > a {
		height: 250px !important;
		min-width: 250px;
	}


.search-bar._Skins_HomeSearchBar.mc-component {
	width: auto;
    margin: 0 20px;
}
	
}




/*footer new links*/