/*<meta conditions="" />*/

:root
{
	--BreadcrumbsUnderline: #d15421;
	--ResponsiveDivs: #103D78;
	--TableHeader: #103D78;
	--backgroundfortext: #d3d3d3;
	--lightbkgrnd: #f5f5f5;
}

div.TopToolbar,
div.NavigationToolbar,
div.breadcrumbs,
p#DocumentTitle,
button#Feedback
{
	display: none;
}

/* Responsive tiles */
/* Quick Access */

div.quick-access-flex
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 25px 2% 0 2%;
	overflow-y: auto;
	border-top: none;
	padding: 0 0 15px 0;
	mc-hidden: hidden;
}

div.quick-access-flex:before
{
	content: 'Quick Access';
	display: block;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 10px;
	background-color: var(--ResponsiveDivs);
	border-radius: 0;
	color: white;
	font-family: var(--FontHeading);
	line-height: normal;
	mc-hyphenate: never;
	font-size: 1.8rem;
	text-align: center;
	mc-hidden: hidden;
}

div.quick-access-flex > div
{
	flex: 0 1 30%;
	cursor: pointer;
	min-width: 325px;
	max-width: 98%;
	margin: 16px 8px 16px 8px;
	border: 2px solid var(--ResponsiveDivs);
	border-radius: 25px;
	background-color: var(--BKGR);
	padding: 20px 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	transition: all 0.2s;
	mc-hidden: hidden;
}

div.quick-access-flex > div > p
{
	text-align: center;
	margin: 6px;
	padding: 0;
	font-family: var(--FontHeading);
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: bold;
	/* letter-spacing: 0.5px; */
	mc-hidden: hidden;
}

div.quick-access-flex > div > p img
{
	width: auto;
	height: 42pt;
	mc-hidden: hidden;
}

div.quick-access-flex > div a:link,
div.quick-access-flex > div a:visited,
div.quick-access-flex > div a:active,
div.quick-access-flex > div a:hover
{
	text-decoration: none;
	color: inherit;
	mc-hidden: hidden;
}

/* tile hover effects */

div.quick-access-flex > div:hover
{
	transform: scale(1.05);
	border-color: #044ED7;
	box-shadow: 2px 4px 8px rgb(0 0 0 / 20%), 0 1px 3px rgb(0 0 0 / 24%);
	mc-hidden: hidden;
}

div.quick-access-flex > div:hover > p,
div.quick-access-flex > div:hover > p img
{
	transform: scale(1.05);
	mc-hidden: hidden;
}

/* References */

div.reference-flex
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 25px 2% 0 2%;
	overflow-y: auto;
	border-top: none;
	padding: 0 0 15px 0;
	mc-hidden: hidden;
}

div.reference-flex:before
{
	content: 'References';
	display: block;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 10px;
	background-color: var(--ResponsiveDivs);
	border-radius: 0;
	color: white;
	font-family: var(--FontHeading);
	line-height: normal;
	font-size: 1.8rem;
	text-align: center;
	mc-hyphenate: never;
	mc-hidden: hidden;
}

div.reference-flex > div
{
	flex: 0 1 90%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	cursor: pointer;
	min-width: 325px;
	max-width: 98%;
	margin: 8px 8px 8px 8px;
	border: 2px solid var(--GRAYDARK);
	border-radius: 6px;
	background-color: var(--GRAYDARK);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
	/* transition: all 0.2s; */
	mc-hidden: hidden;
}

div.reference-flex > div > p
{
	flex: 0 0 100%;
	text-align: center;
	margin: 6px;
	padding: 0;
	font-family: var(--FontHeading);
	color: var(--BKGR);
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.5px;
	mc-hidden: hidden;
}

div.reference-flex > div a:link,
div.reference-flex > div a:visited
{
	display: block;
	width: 100%;
	padding: 6px;
	text-decoration: none;
	color: var(--BKGR);
	outline: none;
	mc-hidden: hidden;
}

div.reference-flex > div a:active,
div.reference-flex > div a:hover
{
	color: var(--ResponsiveDivs);
	mc-hidden: hidden;
}

/* tile hover effects */

div.reference-flex > div:hover
{
	transform: scale(1.05);
	background-color: var(--BKGR);
	/* box-shadow: 2px 4px 8px rgb(0 0 0 / 20%), 0 1px 3px rgb(0 0 0 / 24%); */
	mc-hidden: hidden;
}

div.reference-flex > div:hover > p
{
	color: var(--ResponsiveDivs);
	transform: scale(1.05);
	mc-hidden: hidden;
}

div.reference-flex > div:hover a
{
	color: var(--ResponsiveDivs);
	mc-hidden: hidden;
}

div.quick-access-flex,
div.reference-flex
{
	mc-hidden: hidden;
}

div.threecells	/*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;
	margin-bottom: 4em;
	outline-style: solid;
	outline-color: #ffffff;
	outline: 5px;
	outline-offset: -25px;
}

div.threecells::before
{
	content: ' ';
	display: table;
}

div.threecells::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.threecells > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 1em;
	text-align: center;
	font-weight: normal;
	color: #000000;
	font-size: 14pt;
	/*outline-style: solid;
	outline-offset: -12px;
	outline-color: #d2691e;*/
	border: 2px solid;
	border-color: var(--ResponsiveDivs);
	border-radius: 25px;
}

div.threecells div
{
	transition: 300ms all ease;
	padding: 20px 10px;
}

div.threecells div:hover
{
	transform: scale(1.1);
}

/*div.threecells > div:hover
{
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	color: #005da6;
}*/

/* for every div to be clickable, use this selector code if you put the p elements within the anchor tag*/

/* div.threecells > div > a
{
display: block;
color: inherit;
padding: 1em;
} ends here*/

div.threecells > div:nth-child(1)
{
	width: 30%;
	margin-left: 1%;
}

div.threecells > div:nth-child(2)
{
	width: 30%;
	margin-left: 4.5%;
}

div.threecells > div:nth-child(3)
{
	width: 30%;
	margin-left: 4.5%;
}

div.groupforjava
{
	cursor: pointer;
	/*text-align: center;
	border-width: 2px;
	border-style: solid;
	border: solid 2px;
	border-color: var(--ResponsiveDivs);
	border-radius: 25px;*/
}

div.twocells	/*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;
	margin-bottom: 4em;
}

div.twocells::before
{
	content: ' ';
	display: table;
}

div.twocells::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.twocells > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1em;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border: solid 2px;
	border-color: var(--ResponsiveDivs);
	border-radius: 25px;
	padding: 20px 10px;
}

/*div.twocells > div:hover
{
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	color: #005da6;
}*/

div.twocells div
{
	transition: 400ms all ease;
}

div.twocells div:hover
{
	transform: scale(1.1);
}

div.twocells > div:nth-child(1)
{
	width: 40%;
	margin-left: 5%;
}

div.twocells > div:nth-child(2)
{
	width: 40%;
	margin-left: 10%;
}

p.divgrouptile
{
	font-size: 14pt;
}

nav.reference
{
	display: flex;
}

nav.reference a
{
	flex-grow: 1;
	background-color: white;
	font-family: var(--FontText);
	font-size: 14pt;
	color: black;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border-right: 4px solid var(--ResponsiveDivs);
}

nav.reference a
{
	transition: 400ms all ease;
	background-color: #ffffff;
}

a:link	/*Color of hyperlinks*/
{
	color: #45494c;
	text-decoration: none;
}

a:visited
{
	color: #45494c;
	text-decoration: none;
}

a:focus
{
	outline: 1px dashed orange;
}

nav.reference a:hover
{
	transform: scale(1.1);
}

@media only screen and (max-width: 1279px)
{
	div.threecells > div:nth-child(1)
	{
		width: 30%;
		margin-left: 0%;
	}

	div.threecells > div:nth-child(2)
	{
		width: 30%;
		margin-left: 5%;
	}

	div.threecells > div:nth-child(3)
	{
		width: 30%;
		margin-left: 5%;
	}

	div.twocells > div:nth-child(1)
	{
		width: 45%;
		margin-left: 0%;
	}

	div.twocells > div:nth-child(2)
	{
		width: 45%;
		margin-left: 10%;
	}
}

@media only screen and (max-width: 767px)
{
	div.threecells > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.threecells > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.threecells > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.twocells > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.twocells > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media edit
{
	div.quick-access-flex
	{
		margin-left: 0;
		display: block;
		padding: 6px;
		border: 2px dashed red;
		mc-hidden: hidden;
	}

	div.reference-flex
	{
		display: block;
		padding: 6px;
		border: 2px dashed green;
		mc-hidden: hidden;
	}

	div.quick-access-flex:before,
	div.reference-flex:before
	{
		display: block;
		width: auto;
		background-color: white;
		color: blue;
		mc-hidden: hidden;
	}

	div.quick-access-flex > div,
	div.reference-flex > div
	{
		display: block;
		mc-hidden: hidden;
	}
}

