body > footer
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}

@media screen and (max-width: 1200px)
{
   body > footer #footer-logo
   {
      text-align: center;
      display: block;
   }
}

#footer-menu-navigation
{
	display: flex;
	flex-flow: column wrap;
	height: 400px;
   width: 100%;
   list-style: none;
   padding: 0;
   margin: 0;
   background: transparent;
   position: relative;
}

@media screen and (max-width: 1200px)
{
	#footer-menu-navigation
	{
      margin-top: 40px;
	}
}

@media screen and (max-width: 991px)
{
	#footer-menu-navigation
	{
		height: auto;
	}
}

#footer-menu-navigation li:before
{
	display: none
}

@media screen and (max-width:992px)
{
	#footer-menu-navigation
	{
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		text-align: center;
		margin-top: 40px;
	}
}

#footer-menu-navigation ul
{
	padding: 0;
    margin: 0;
}

#footer-menu-navigation li
{
	list-style: none;
	margin-bottom: 13px;
	padding-right: 90px;
   position: relative;
   z-index: 1;
}

@media screen and (max-width: 1660px)
{
   #footer-menu-navigation li
   {
      padding-right: 30px;
   }
}

@media screen and (max-width: 991px)
{
   #footer-menu-navigation li
   {
      padding-right: 0;
      margin-bottom: 10px;
   }
}

/* Top-level Menu Item */
#footer-menu-navigation > li > a
{
	display: flex;
	align-items: center;
	transition: color 0.2s;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
   font-weight: 600;
	margin-bottom: 10px;
	color: #2d2d2d;
	text-decoration: none;
}

@media screen and (max-width:992px)
{
	#footer-menu-navigation > li
	{
		margin-top: 0;
		padding-right: 0;
	}

	#footer-menu-navigation > li > a
	{
		justify-content: center;
	}

	#footer-menu-navigation > li:first-of-type
	{
		margin-top: 0;
	}
}

#footer-menu-navigation > li > a.parent-menu
{
   margin-bottom: 20px;
   color: #0075B3;
   font-weight: 700;
}

/* Sub Menu Item */
#footer-menu-navigation ul a,
#footer-menu-navigation ul a:link,
#footer-menu-navigation ul a:active,
#footer-menu-navigation ul a:visited
{
	 font-family: 'Poppins', sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 400 !important;
    transition: color 200ms;
    text-decoration: none;
    position: relative;
    display: block;
    width: 210px;
}

#footer-menu-navigation ul a::before
{
   content: '';
   width: 20px;
   height: 4px;
   background-color: #FB8B23;
   position: absolute;
   left: -30px;
   bottom: 10px;
   opacity: 0;
}

#footer-menu-navigation ul a:hover
{
	color: #458118;
   font-weight: 600 !important;
}

#footer-menu-navigation ul a:hover::before
{
   opacity: 1;
}

#footer-menu-navigation > li > a.nav-button::before
{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background-color: rgba(255,255,255,0.1);
   transition: all 0.3s;
}

#footer-menu-navigation > li > a.nav-button::before 
{
   opacity: 0 ;
   transform: scale(0.5,0.5);
}

#footer-menu-navigation > li > a.nav-button::after 
{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0;
   transition: all 0.4s;
   border: 1px solid #D4242C;
   transform: scale(1.2,1.2);
}

#footer-menu-navigation > li > a.nav-button:hover::after 
{
   opacity: 1;
   transform: scale(1,1);
}

#footer-menu-navigation > li > a.nav-button
{
   color: #ffffff;
   text-decoration: none !important;
}

#footer-menu-navigation > li > a.nav-button:hover
{
   background-color: transparent;
}

.footer-container a,
.footer-container p
{
	color: #ffffff;
	text-decoration: none;
}

.dominion-logo
{
	display: flex;
	justify-content: center;
   flex-direction: column;
   align-items: center;
   margin-top: 30px;
}

.text-under-logo
{
	font-size: 13px;
	color: #ffffff;
   align-items: center;
   margin-top: 15px;
}

