#footer-lower-menu-navigation,
#footer-lower-menu-navigation ul,
#footer-lower-menu-navigation li
{
    list-style: none !important;
    margin: 0;
    padding: 0;
}

#footer-lower-menu-navigation li::before
{
	display: none;
}

#footer-lower-menu-navigation
{
    box-sizing: border-box;
    position: relative;
    z-index: 900;	
	display: flex;	
	justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width:1440px)
{
	#footer-lower-menu-navigation
	{
		align-items: center;
	}
}

@media screen and (max-width:992px)
{
	#footer-lower-menu-navigation
	{
		display: block;
		height: auto;
		margin-bottom: 35px;
		margin-top: 15px;
	}
}

.heading-only
{
	cursor: default;
}

#footer-lower-menu-navigation ul
{
	margin-bottom: 30px;
}

#footer-lower-menu-navigation li:last-of-type ul
{
	margin-bottom: 0;
}

/* Top-level Menu Item */
#footer-lower-menu-navigation > li > a
{
	position: relative;
	font-family: roboto;
	font-size: 11pt;
	font-weight: normal;	
	text-decoration: none;
	color: #ADADAD;
	transition: color 150ms;
	margin-bottom: 20px;
	text-decoration: underline;
}

#footer-lower-menu-navigation > li > a:not(.heading-only):hover,
#footer-lower-menu-navigation > li > a:not(.heading-only):focus,
#footer-lower-menu-navigation > li > a:not(.heading-only):active,
#footer-lower-menu-navigation > li > a:not(.heading-only).highlighted
{
    color: #CC4B00;
}

/* Sub Menu Item */
#footer-lower-menu-navigation > li > ul > li
{
	margin-bottom: 20px;
}

#footer-lower-menu-navigation > li > ul > li a,
#footer-lower-menu-navigation > li > ul > li a:link,
#footer-lower-menu-navigation > li > ul > li a:visited,
#footer-lower-menu-navigation ul li div
{
    font-family: roboto;
	font-size: 14pt;
	font-weight: normal;
	color: #ADADAD;
	text-decoration: none;		
}

#footer-lower-menu-navigation ul a:not(.heading-only):hover,
#footer-lower-menu-navigation ul a:not(.heading-only):focus,
#footer-lower-menu-navigation ul a:not(.heading-only):active,
#footer-lower-menu-navigation ul a:not(.heading-only).highlighted
{
	color: #CC4B00;
}
