/*<meta />*/

@import url('skin-side-nav.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Open Sans';
	src: url(../fonts/OpenSans-Regular.ttf);
}

/*Redesign: Adds necessary fonts*/

@font-face 
{
	font-family: 'Open Sans Bold';
	src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face 
{
	font-family: 'Source Code Pro';
	src: url(../fonts/SourceCodePro-Regular.ttf);
}

/*Redesign: Styles resizable navigation pane as per https://www.madcapsoftware.com/blog/left-navigation-pane-resizable*/

.sidenav-wrapper
{
	/* ensure sidenav-wrapper comes before nav-border in sidenav-layout
flex row */
	order: 1;
	/* avoid horizontal scrolling on overflow */
	overflow-x: hidden;
}

/*Redesign: Styles resizable navigation pane as per https://www.madcapsoftware.com/blog/left-navigation-pane-resizable*/

.nav-border
{
	/* resizable nav-border between nav menu and body content added via
nav-resize.js script */
	background-color: #f7f7f7;
	/* ensure nav-border comes between sidenav-wrapper and body-container in
sidenav-layout flex row */
	order: 2;
	/* allow horizontal (east-west) resizing only */
	cursor: ew-resize;
	/* don't allow nav-border to grow or shrink, and make it 3px wide */
	flex: 0 0 3px;
	/* ensure that text isn't selected while the mouse is being dragged */
	user-select: none;
}

/*Redesign: Styles resizable navigation pane as per https://www.madcapsoftware.com/blog/left-navigation-pane-resizable*/

.body-container
{
	/* ensure body-container comes after nav-border in sidenav-layout
flex row */
	order: 3;
}

/*Redesign: Styles resizable navigation pane as per https://www.madcapsoftware.com/blog/left-navigation-pane-resizable*/

@media only screen and (max-width: 1279px)
{
	/*Hides nav border when nav pane is not displayed*/

	.nav-border
	{
		display: none;
	}
}

/*Resdesign: Styles back-to-top button*/

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 15px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	background-color: #404040;
	background-position: center;
	background-repeat: no-repeat;
}

/*Resdesign: Styles back-to-top button*/

#myBtn:hover
{
	background-color: #9f9f9f;
}

body
{
	font-family: 'Open Sans';
	font-size: 1em;
}

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;
}

/*Redesign: Updated header styles*/

h1
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1.5em;
	letter-spacing: -0.02em;
	color: #404040;
	font-size: 32px;
	line-height: 1em;
}

h1.AppendixTitle
{
	
}

h1.ChapterTitle
{
	
}

h1.Exercise
{
	page-break-before: always;
}

h1.ModuleTitle
{
	
}

h1.NoNumber
{
	mc-auto-number-format: '{ =0}';
}

h2
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1.75em;
	letter-spacing: -0.01em;
	color: #404040;
	font-size: 24px;
	line-height: normal;
}

h3
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1em;
	color: #404040;
	font-size: 20px;
	line-height: normal;
}

h4
{
	text-align: left;
	font-family: 'Open Sans Bold';
	mc-auto-number-format: '{ =0}';
	margin-top: 1.5em;
	color: #404040;
	font-size: 15px;
	line-height: normal;
}

h5
{
	mc-disabled: true;
}

h6
{
	mc-disabled: true;
}

p
{
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 12px;
	line-height: 18px;
}

/*Redesign: Styles the copyright info*/

p.block-copyrights
{
	font-size: 8pt;
	text-align: center;
	color: #898989;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 27px;
}

img
{
	border: none;
	max-width: 100%;
}

a.Popup
{
	
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	font-size: 24px;
	color: #404040;
}

MadCap|xref
{
	mc-format: '{para}';
	color: #2f6db5;
	text-decoration: none;
	font-weight: normal;
}

div.home-layout
{
	padding: 2% 5%;
}

/*Redesign: Sets the maximum width of the content*/

div.home-section
{
	padding: 1% .5% 1%;
	max-width: 1000px;
}

/*Redesign: Styles the copyright info*/

div.home-copyright-block
{
	border-bottom-style: none;
	border-bottom: none 0px #000000;
	border-top: none 0px #000000;
	padding-top: 5%;
	padding: 70px 0 0px;
}

/*Redesign: New div.home-search style for the search bar*/

div.home-search
{
	width: full;
	text-align: center;
	background-color: #ECEDEF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1%;
	padding-bottom: 2%;
	margin-top: 40px;
	margin-bottom: 40px;
}

/*Redesign: div.nav-search removes the search bar from the header on the home page*/

div.nav-search
{
	display: none !important;
}

div.home-section > div.home-section
{
	padding: 1% 0 1%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #888888;
	padding-top: 6px;
}

a:link
{
	color: #2f6db5;
	text-decoration: none;
}

a:visited
{
	color: #2f6db5;
	text-decoration: none;
}

/*Redesign: Updated link colour*/

MadCap|dropDownBody
{
	padding: 0px 30px 0;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../images/buttons/minus.png');
	mc-closed-image: url('../images/buttons/plus.png');
	border-bottom: none 1px #ecedef;
	padding: 5px 0;
}

div.topic-hero
{
	background-size: cover;
	background-attachment: fixed;
	padding: 0.1% 34px;
	background-image: url('../images/hero-image.png');
}

div.topic-hero h1
{
	color: #fff;
	font-family: 'Open Sans';
	font-size: 64px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 0px;
}

/*Redesign: Updated div.home-tiles styles*/

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;
	display: flex;
}

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: #ECEDEF;
	padding-bottom: 1%;
	padding-right: 1%;
	margin-bottom: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
	overflow: auto;
	/*height: 225px;*/
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
	overflow: auto;
	/*height: 225px;*/
}

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: 23.33333%;
	margin-left: 3%;
	margin-top: 6%;
	margin-right: 3%;
	margin-bottom: 3%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 67.66667%;
	margin-left: 0%;
	margin-bottom: 2%;
}

div.home-tiles-layout p
{
	line-height: 1.4em;
}

div.home-tiles-layout li
{
	line-height: 1.4em;
	margin-bottom: -0.5em;
}

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;
}

div
{
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

MadCap|dropDownHead
{
	color: #898989;
}

ul
{
	list-style-type: square;
	line-height: normal;
}

li
{
	margin: 13px 0px;
	line-height: 22px;
}

span.hidden
{
	visibility: hidden;
}

@media only screen and (max-width: 1279px)
{
	html.home-topic .body-container
	{
		margin-left: 0;
	}

	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.*/
	{
		display: block;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
		height: 200px;
		overflow: auto;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
		height: 200px;
		overflow: auto;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		display: none;
	}

	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%;
	}

	div.topic-hero h1
	{
		font-size: 36px;
	}

	span.hidden
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	/*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
	{
		display: block;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 2%;
		height: auto;
		overflow: visible;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 3%;
		margin-bottom: 1%;
		height: auto;
		overflow: visible;
	}

	div.home-tiles-layout p
	{
		line-height: 1.4;
	}

	div.home-tiles-layout li
	{
		line-height: 1.2em;
	}

	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%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-hero h1
	{
		font-size: 32px;
	}
}

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

