/*<meta conditions="help-template-control.do-not-edit,import-control.Import,products.School Spider" />*/

/* This style ensures the scroll bar sits firmly on the right-hand edge */

.off-canvas-wrapper-inner .outer-row
{
	max-width: 100%;
	padding: 0;
}

/* Style formats the "Last updated" line on topics */

.topic-updated
{
	font-size: .875rem;
	color: var(--grey-50);
	mc-hidden: hidden;
}

.title-bar-layout
{
	height: 4rem;
	background-image: url('../images/helpcentre/logo-school-spider.svg') !important;
	background-repeat: no-repeat;
	background-size: 15rem;
	/* percentage controls margin from top */
	background-position: 1.5rem;
}

/* aligns the search bar vertically centered */

.nav-search-wrapper
{
	flex: 1 1 auto;
	display: flex;
	order: 2;
	justify-content: flex-end;
	flex-basis: 100%;
	margin-top: -3.5rem;
	width: 40%;
	mc-hidden: hidden;
}

.nav-search
{
	max-width: none;
	float: right;
	display: block;
	width: 30%;
	margin-left: 0%;
	margin-right: 1rem;
	margin-top: 0px;
	mc-hidden: hidden;
}

/* main formats the whole topic including the topic toolbar, breadcrumbs, body proxy and footer. This style adds a grey border to the left of the topic body to add a divider between the TOC and the topic */

main
{
	border-left: 1px solid #d3d3d3;
	padding-left: 20px;
	mc-hidden: hidden;
}

/* topic-layout controls the styling of the topic body (body proxy). The min-height is essential to keep the footer at the bottom of the page */

.topic-layout
{
	margin: 0;
	display: flex;
	min-height: calc(100vh - 3.5rem);
	width: 75%;
	mc-hidden: hidden;
}

.topic-layout .topic-content
{
	margin: 0;
	padding: 2rem 4% 3rem;
}

.nav-bar__text
{
	font-size: 3rem;
	color: white;
	margin: 1rem;
	mc-hidden: hidden;
}

/* FORMATS RELATED TOPICS */

.MCHelpControl-Related .MCHelpControl_Image_Icon
{
	display: none;
}

.relatedTopics.MCHelpControl-Related .MCHelpControl-RelatedHotSpot_
{
	font-weight: 700;
	color: var(--default-text);
	padding: 0;
	background: none;
	margin-bottom: .5rem;
	display: block;
	padding-right: 30%;
}

.MCRelatedTopicsControlList
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	mc-hidden: hidden;
}

.MCRelatedTopicsControlListItem
{
	margin: 0 .5rem .5rem 0;
	mc-hidden: hidden;
}

.MCRelatedTopicsControlListItem a
{
	background: var(--blue-10);
	color: var(--link-text);
	text-decoration: none;
	transition: all .25s;
	padding: .25rem .5rem;
	border-radius: .25rem;
	mc-hidden: hidden;
}

.MCRelatedTopicsControlListItem a:hover
{
	background: var(--blue-dark-10);
	color: var(--link-hover);
}

/* Formats knowledge proxy on right-hand-side */

.micro-content-proxy.knowledge .proxy-title
{
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 2px;
}

.micro-content-proxy .micro-content
{
	font-size: 0.75rem;
}

.micro-content-proxy._Skins_knowledge_proxy_no_border.mc-component
{
	border-radius: .25rem;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
	margin-top: 5rem;
	margin-left: 1rem;
}

tr.proxy-column
{
	vertical-align: top;
	padding-top: 1.5rem;
}

div.sideproxy
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.sideproxy::before
{
	content: ' ';
	display: table;
}

div.sideproxy::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.sideproxy > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.sideproxy > div:nth-child(1)
{
	width: 75%;
	margin-left: 0%;
}

div.sideproxy > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

@media only screen and (max-width: 1279px)
{
	div.sideproxy > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.sideproxy > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.sideproxy > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.sideproxy > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

/* Formats menu proxy in topic pages */

ul.menu.mc-component
{
	padding: 1rem 1rem 1rem 1rem;
	width: 50vw !important;
	/*min-width: 100%;*/
	background-color: #Ffffff;
	margin: 0;
	position: relative;
	height: auto !important;
}

ul.menu.mc-component li
{
	font-family: 'Open Sans';
	text-decoration: underline;
	padding: 2px 0px;
	mc-hidden: hidden;
}

ul.menu.mc-component li:hover
{
	font-family: 'Open Sans';
	text-decoration: none !important;
}

.MCHelpControl_Image_Icon
{
	mc-hidden: hidden;
}

.MCHelpControl-Related
{
	mc-hidden: hidden;
}

.MCHelpControl-RelatedHotSpot_
{
	mc-hidden: hidden;
}

.off-canvas-wrapper-inner
{
	mc-hidden: hidden;
}

.outer-row
{
	mc-hidden: hidden;
}

.relatedTopics
{
	mc-hidden: hidden;
}

.topic-content
{
	mc-hidden: hidden;
}

/*------------------------------------------------------------------------------

RESPONSIVE LAYOUTS */

@media only screen and (max-width: 1279px) and (min-width: 1024px)
{
	.topic-layout
	{
		margin: 0;
		display: flex;
		min-height: calc(100vh - 3.5rem);
		width: 85%;
	}

	.title-bar-layout
	{
		height: 5rem;
		background-image: url('../images/helpcentre/logo-school-spider.svg');
		background-repeat: no-repeat;
		/* percentage controls margin from top */
		background-position: 1.5rem 0.5rem;
		/* This width needs to be changed for each logo */
		background-size: 15rem;
	}

	/* aligns the search bar vertically centered */

	.nav-search-wrapper
	{
		flex: 1 1 auto;
		display: flex;
		order: 2;
		justify-content: flex-end;
		flex-basis: 100%;
		margin-top: -0.5rem;
		margin-right: -1rem;
		width: 50%;
	}

	.nav-search
	{
		max-width: none;
		float: right;
		display: block;
		width: 30%;
		margin-left: 0%;
		margin-right: 1rem;
		margin-top: 0px;
	}
}

/* STANDARD Screen */

@media only screen and (max-width: 1023px) and (min-width: 801px)
{
	.topic-layout
	{
		max-width: calc(100vw - 3.5rem);
		min-width: 92vw;
	}

	.title-bar-layout
	{
		height: 5rem;
		background-image: url('../images/helpcentre/logo-school-spider.svg');
		background-repeat: no-repeat;
		/* percentage controls margin from top */
		background-position: 1.5rem 0.5rem;
		/* This width needs to be changed for each logo */
		background-size: 15rem;
		width: 100%;
	}

	.nav-search-wrapper
	{
		flex: 1 1 auto;
		display: flex;
		order: 2;
		justify-content: flex-end;
		flex-basis: 100%;
		margin-top: -0.5rem;
		margin-right: -1rem;
		width: 50%;
	}

	.nav-search
	{
		max-width: none;
		float: right;
		display: block;
		width: 50%;
		margin-left: 0%;
		margin-right: 1rem;
		margin-top: 0px;
	}
}

/*MEDIUM Screen*/

@media only screen and (max-width: 800px) and (min-width: 481px)
{
	.topic-layout
	{
		max-width: calc(100vw - 3.5rem);
		min-width: 92vw;
	}

	.title-bar-layout
	{
		height: 5rem;
		background-image: url('../images/helpcentre/logo-school-spider.svg');
		background-repeat: no-repeat;
		/* percentage controls margin from top */
		background-position: 1.5rem 0.5rem;
		/* This width needs to be changed for each logo */
		background-size: 15rem;
		width: 100%;
	}

	.nav-search-wrapper
	{
		flex: 1 1 auto;
		display: flex;
		order: 2;
		justify-content: flex-end;
		flex-basis: 100%;
		margin-top: -0.5rem;
		margin-right: -1rem;
		width: 70%;
	}

	.nav-search
	{
		max-width: none;
		float: right;
		display: block;
		width: 70%;
		margin-left: 0%;
		margin-right: 1rem;
		margin-top: 0px;
	}
}

/* SMALL screen */

@media only screen and (max-width: 480px)
{
	.topic-layout
	{
		max-width: calc(100vw - 3.5rem);
		min-width: 92vw;
	}

	.title-bar-layout
	{
		height: 5rem;
		background-image: url('../images/helpcentre/logo-school-spider.svg');
		background-repeat: no-repeat;
		/* percentage controls margin from top */
		background-position: 1.5rem 0.5rem;
		/* This width needs to be changed for each logo */
		background-size: 15rem;
		width: 100%;
		margin-bottom: 1rem;
	}

	.nav-search-wrapper
	{
		flex: 1 1 auto;
		display: flex;
		order: 2;
		justify-content: flex-end;
		flex-basis: 100%;
		margin-top: -0.5rem;
		margin-right: -1rem;
		width: 95%;
	}

	.nav-search
	{
		max-width: none;
		float: right;
		display: block;
		width: 95%;
		margin-left: 0%;
		margin-right: 1rem;
		margin-top: 0px;
	}
}

