@charset "UTF-8";

/******************************* footer styles ***************************/

.footerNavigation
{
    height: auto;
    min-height: 220px;
    background-color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.footerNavigation a:hover
{
    color: #ffffff;
}

.footerNavigationPanelGrid div
{
    background-color: #666666 !important;
    border: none !important;
    align-items: center;
}

.footerNavigationPanelGrid .ui-panelgrid-cell
{
    padding: 0px !important;
}

.footerNavigationPanelGrid .ui-panel-content
{
    padding: 0px !important;
}

.footerText
{
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 0.3px;
}

.footerLinkSelected
{
    color: var(--greyish);
}

@media (max-width: 768px) 
{
    .float-none-sm 
	{
		float: none;
	}
	
	.display-none-sm
	{
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1280px)
{
    .float-none-md
	{
		float: none;
	}
	
	.display-none-md
	{
		display: none;
	}
	
	.display-inline-block-md
	{
		display: inline-block;
	}
}

@media (min-width: 1281px)
{
    .float-right-lg 
    {
    	float: right;
  	}
  	
  	.display-inline-block-lg
	{
		display: inline-block;
	}
}
