.pkp_structure_head > .pkp_head_wrapper > .pkp_site_nav_menu > .pkp_navigation_primary_row > .pkp_navigation_primary_wrapper > #navigationPrimary > li > a {
	font-weight: bold;
}

.ubhd01_footer_logos {
	margin-top: 30px;
	border-top: 1px solid #d5d5d5;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.ubhd01_footer_logos > .ubhd01_footer_logo {
	display: flex;
	align-items: center;
	padding: 10px 60px;
}

.ubhd01_footer_logos > .ubhd01_footer_logo > #ubhd01_footer_logo_ub > a > img {
	width: 160px;
	opacity: 0.5;
}

.ubhd01_footer_logos > .ubhd01_footer_logo > #ubhd01_footer_logo_pkp > a > img {
        width: 210px;
}

@media only screen and (max-width: 992px) {
	.pkp_structure_head > .pkp_head_wrapper > .pkp_site_nav_menu > .pkp_navigation_primary_row > .pkp_navigation_primary_wrapper > .pkp_navigation_user_wrapper.ubhd01_mobile_screen > #navigationUser > li > a {
                font-weight: bold;
        }
}

@media only screen and (max-width: 768px) {
	.ubhd01_footer_logos {
        	flex-direction: column;
		justify-content: center;
	}
	.ubhd01_footer_logos > .ubhd01_footer_logo {
		justify-content: center;
        }
}

