/*<meta />*/

/* ================================================================================================================================================= 
   Responsive_Styles.css 

   This stylesheet contains only Madcap styles that are specific the the Madcap Repsonsive Layouts.
   
   NOTE: Styles for specific mediums (SCREEN, PRINT, MOBILE, TABLET) are listed at the end of this stylesheet

/* ================================================================================================================================================= */

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* ================================================================================================================================================= */

/* MADCAP STYLES - TOPIC HERO
/* ================================================================================================================================================= */

div.topic-hero
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--Background_White);
	font-size: 48pt;
	text-align: center;
}

/* ================================================================================================================================================= */

/* MADCAP STYLES - HOME TOPIC - ********** SUGGEST MOVING TO HOME PAGE STYLESHEET ***************
/* ================================================================================================================================================= */

div.home-layout	/* Layout for Home page topic */
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Text_Light_Grey);
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

/* ================================================================================================================================================= */

/* MADCAP STYLES - HOME PAGE MOUSE OVER ICONS STYLES
/* ================================================================================================================================================= */

/**************** CURRENTLY IN STYLES.CSS - USED ON HOME PAGES FOR THE GUIDES ************/
/* ================================================================================================================================================= */

/* MADCAP STYLES - PAGE LAYOUT
/* ================================================================================================================================================= */

/* ================================================================================================================================================= */

/* MADCAP STYLES - FOOTERS
/* ================================================================================================================================================= */

/* ================================================================================================================================================= */

/* MADCAP STYLES - RESPONSIVE LAYOUT - 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.*/

/* ================================================================================================================================================= */

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;
	background-color: var(--Background_White);
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*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-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

/* ================================================================================================================================================= */

/* MADCAP STYLES - RESPONSIVE LAYOUT - QUICK LINKS

/*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.*/

/* ================================================================================================================================================= */

div.quick-links	/*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.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

/* ================================================================================================================================================= */

/* MADCAP STYLES - RESPONSIVE LAYOUT - NEWROW

/*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.*/

/* ================================================================================================================================================= */
/* ================================================================================================================================================= */

/* MADCAP MEDIA STYLES FOR SCREEN (UP TO A MAXIMUM WIDTH 0F 1279PX) - RESPONSIVE LAYOUT
/* ================================================================================================================================================= */

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	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%;
	}
}

/* ================================================================================================================================================= */

/* MADCAP MEDIA STYLES FOR SCREEN (UP TO A MAXIMUM WIDTH 0F 767PX) - RESPONSIVE LAYOUT
/* ================================================================================================================================================= */

@media only screen and (max-width: 767px)
{
	
}

/* ================================================================================================================================================= */

/* MADCAP MEDIA STYLES FOR MOBILE - RESPONSIVE LAYOUT
/* ================================================================================================================================================= */

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	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%;
	}
}

/* ================================================================================================================================================= */

/* MADCAP MEDIA STYLES FOR TABLET - RESPONSIVE LAYOUT
/* ================================================================================================================================================= */

@media only screen and (max-width: 1279px)
{
	
}

