/*<meta />*/

/* Start page styles. Attach locally only to the start page. */

div.breadcrumbs,
div.TopToolbar
{
	display: none;
}

h1
{
	/* text-align: center; */
	margin-top: 24px;
	margin-bottom: 16px;
}

div.TopicToolbar
{
	display: none;
	mc-hidden: hidden;
}

div.float-panel
{
	float: right;
	width: auto;
	max-width: 33%;
	min-height: 100px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 1%;
	overflow: hidden;
	mc-hidden: hidden;
}

div.float-panel > p:first-child
{
	background-color: transparent;
	color: var(--KhakiDark);
	margin: 0 0 0 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	mc-hidden: hidden;
}

div.topic-tiles-container
{
	padding: 0 10px 10px 10px;
	background-color: transparent;
	mc-hidden: hidden;
}

/*
div.topic-tiles
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: stretch;
	mc-hidden: hidden;
}
*/

div.topic-tiles > div
{
	/* flex: 1 1 30%; */
	/* min-width: 200px; */
	width: 98%;
	margin: 15px 5px 0 5px;
	border-radius: 5px;
	padding: 12px 16px 12px 16px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	mc-hidden: hidden;
}

div.topic-tiles > div *
{
	font-weight: 500;
	line-height: var(--LineHeightSmaller);
	mc-hidden: hidden;
}

div.topic-tiles > div a:link,
div.topic-tiles > div a:visited
{
	text-decoration: none;
	color: inherit;
	mc-hidden: hidden;
}

div.topic-tiles > div a:active,
div.topic-tiles > div a:hover
{
	text-decoration: underline;
	/* border-bottom: 2px dotted var(--Brand1); */
	color: var(--Brand1);
	mc-hidden: hidden;
}

div.topic-tiles > div > p:first-child
{
	margin: 0;
	padding-bottom: 8px;
	font-family: var(--FontHeading);
	font-size: 16px;
	mc-hidden: hidden;
	font-weight: 500;
	color: var(--KhakiDark);
}

div.topic-tiles > div ul
{
	padding-left: 18px;
	mc-hidden: hidden;
	margin-block-start: 0;
	margin-block-end: 0;
}

div.topic-tiles > div ul li p
{
	margin-top: 2px;
	margin-bottom: 5px;
	mc-hidden: hidden;
}

div.topic-tiles > div
{
	background-color: var(--GrayExtraLight);
}

div.topic-tiles > div:hover
{
	/* var(--GrayExtraLight); */
	/* box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 1px 3px rgb(0 0 0 / 24%); */
}

@media only screen and (max-width: 1279px)
{
	div.float-panel
	{
		float: right;
		max-width: 45%;
	}
}

@media only screen and (max-width: 767px)
{
	p.ClearFloats
	{
		display: none;
	}

	div.topic-tiles > div
	{
		margin-left: -5px;
		mc-hidden: hidden;
	}
}

@media edit
{
	div.float-panel
	{
		float: none;
	}

	div.topic-tiles
	{
		display: block;
	}
}

