/*<meta />*/

/* <meta /> */
/* Footer styles */

#footer-padding
{
	
}

#footerbar
{
	
}

.footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 32px 32px 16px;
	background-color: #626B71;
}

.footer p
{
	margin-top: 0;
	margin-bottom: 16px;
	color: #ffffff;
}

.footer a
{
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover
{
	font-weight: bold;
}

.social-icons a
{
	margin-left: 30px;
}

.social-icons img
{
	display: inline-block;
}

.home-master-page-footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.home-master-page-footer::before,
.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-master-page-footer > div:nth-child(1)
{
	width: 33%;
	margin-left: 0%;
	text-align: left;
}

.home-master-page-footer > div:nth-child(2)
{
	width: 34%;
	margin-left: 0%;
	text-align: center;
}

.home-master-page-footer > div:nth-child(3)
{
	width: 33%;
	margin-left: 0%;
	text-align: right;
}

.home-master-page-footer > div:nth-child(4)
{
	width: 100%;
	margin-left: 0%;
	text-align: center;
}

.home-master-page-footer > div:nth-child(5)
{
	width: 50%;
	margin-left: 0%;
}

@media only screen and (max-width: 1279px)
{
	html,
	body
	{
		overflow-x: hidden;
	}

	.footer
	{
		padding: 32px 24px 16px;
	}

	.home-master-page-footer > div:nth-child(1)
	{
		width: 30%;
		margin-left: 0%;
	}

	.home-master-page-footer > div:nth-child(2)
	{
		width: 40%;
		margin-left: 0%;
	}

	.home-master-page-footer > div:nth-child(3)
	{
		width: 30%;
		margin-left: 0%;
	}

	.home-master-page-footer > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	.home-master-page-footer > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.footer
	{
		padding: 32px 16px 16px;
	}

	.home-master-page-footer > div:nth-child(1),
	.home-master-page-footer > div:nth-child(2),
	.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
		text-align: center;
	}

	.home-master-page-footer > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}
}

