/* <MAIN-PHONE> */
A.main-phone
{
	font-size: 56px !important;
}
/* </MAIN-PHONE> */

/* <FOOTER-LINKS> */
DIV.footer-links > DIV.container
{
	width: 100%;
}
DIV.footer-links > DIV.container > DIV.row
{
	margin: 0px 16px 0px 32px;
}
DIV.footer-links > DIV.container > DIV.row > DIV
{
	padding: 0px 16px;
}
DIV.footer-links > DIV.container > DIV.row > DIV.cell-one
{
	min-width: 26%;
}
DIV.footer-links > DIV.container > DIV.row > DIV.cell-two
{
	min-width: 29%;
}
DIV.footer-links > DIV.container > DIV.row > DIV.cell-three
{
	width: 23%;
}
DIV.footer-links > DIV.container > DIV.row > DIV.cell-four
{
	max-width: 22%;
}
DIV.footer-links > DIV.container > DIV.row > DIV.cell-three A
{
	white-space: nowrap;
}
DIV.footer-links > DIV.container > DIV.row > DIV A
{
	cursor: pointer !important;
}
DIV.footer-links > DIV.container > DIV.row > DIV > DIV.footer-link-group > H2
{
	text-transform: uppercase;
}

@media (max-width: 991px)
{
	DIV.footer-links > DIV.container > DIV.row
	{
		margin-left: 0px;
	}
	DIV.footer-links > DIV.container > DIV.row > DIV.cell-one,
	DIV.footer-links > DIV.container > DIV.row > DIV.cell-two,
	DIV.footer-links > DIV.container > DIV.row > DIV.cell-three,
	DIV.footer-links > DIV.container > DIV.row > DIV.cell-four
	{
		max-width: unset;
	}
}
/* </FOOTER-LINKS> */