/*<meta />*/

/* Online Footer */

div.footer
{
	padding: 24px 5%;
	clear: both;
	width: 100%;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	margin: 0px auto 0px auto;
	background-color: var(--NavBGContainer);
	mc-hidden: hidden;
}

div.footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	padding: 0;
	mc-hidden: hidden;
}

div.footer > div:nth-child(1)
{
	width: 36%;
	margin-left: 0;
	mc-hidden: hidden;
}

div.footer > div:nth-child(2)
{
	width: 21%;
	margin-left: 9%;
	margin-right: 7%;
	mc-hidden: hidden;
}

div.footer > div:nth-child(3)
{
	width: 27%;
	margin-right: 0;
	mc-hidden: hidden;
}

div.footer-info
{
	margin: 0 auto 0 auto;
	width: auto;
	mc-hidden: hidden;
}

div.footer-info > p
{
	margin: 8px 0 0 0;
	color: var(--TextColor);
	padding: 0;
	font-family: var(--FontHeading);
	line-height: 22px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	mc-hidden: hidden;
}

div.footer-info > p:first-child
{
	margin: 0 0 12px 0;
	color: var(--Brand1);
	padding: 0;
	font-family: var(--FontHeading);
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	mc-hidden: hidden;
}

div.footer-links
{
	clear: right;
	width: auto;
	mc-hidden: hidden;
}

div.footer-links p
{
	margin: 12px 0;
	color: var(--TextColor);
	font-family: var(--FontHeading);
	line-height: var(--LineHeightSmaller);
	font-size: var(--FontSizeLarger);
	font-weight: normal;
	mc-hidden: hidden;
}

div.footer-links p:first-child
{
	margin: 8px 0 0 0;
	color: var(--TextColor);
	font-weight: bold;
	mc-hidden: hidden;
}

div.footer-links > p a:link,
div.footer-links > p a:visited
{
	color: var(--TextColor);
	text-decoration: none;
	mc-hidden: hidden;
}

div.footer-links > p a:active,
div.footer-links > p a:hover
{
	color: var(--OrangeLight);
	text-decoration: underline;
	mc-hidden: hidden;
}

@media only screen and (max-width: 1206px)
{
	div.footer
	{
		mc-hidden: hidden;
	}

	div#SideContentContainer
	{
		display: none;
		mc-hidden: hidden;
	}
}

@media only screen and (max-width: 767px)
{
	div.footer
	{
		padding-right: 1%;
		padding-left: 1%;
	}

	div.footer > div
	{
		float: none;
		text-align: center;
	}

	div.footer > div > *
	{
		text-align: center;
	}

	div.footer > div:nth-child(1)
	{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		mc-hidden: hidden;
	}

	div.footer > div:nth-child(2)
	{
		width: 90%;
		margin-top: 24px;
		margin-left: auto;
		margin-right: auto;
		mc-hidden: hidden;
	}

	div.footer > div:nth-child(3)
	{
		width: 90%;
		margin-top: 24px;
		margin-left: auto;
		margin-right: auto;
		mc-hidden: hidden;
	}
}

