/* Header Menu  */
.pkp_navigation_primary.pkp_nav_list li a {
  color: #ffffff;
  margin-left: 12px;
}

.pkp_search.pkp_search_desktop a {
  color: #ffffff;
}

.pkp_structure_main:first-child:last-child:before {
  display: none !important;
}

.pkp_structure_main:first-child:last-child:after {
  display: none !important;
}

.pkp_structure_content.has_sidebar:first-child:last-child:after {
  display: none !important;
}

.pkp_search.pkp_search_desktop span {
  color: #ffffff;
}
.pkp_navigation_user.pkp_nav_list li a {
  color: #ffffff;
}

#navigationUser li a {
  color: #ffffff;
}



.pkp_navigation_primary_row {
  background-color: rgba(16, 48, 97, 1);
}

.block-ex3 {
  padding: 2rem 1.5rem;
  font-size: 1rem;
  line-height: 1.43rem;
}

@media (min-width: 992px) {
  .block-ex3 {
    padding: 0.5rem 1.5rem;
    margin: 0;
  }
}

ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mb-stl {
  margin-bottom: 0.5rem;
}

.pb-r6f {
  padding-bottom: 0.5rem;
}

.bb-bez {
  border-bottom: solid 1px #ddd;
}

.mr-rj8 {
  margin-right: 1.5rem;
}

a {
  background-color: transparent;
  color: rgba(16, 48, 97, 1);
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}

a:hover {
  color: #6298ae;
}

.block-5s8 {
  display: flex;
  align-items: center;
  gap: 0.75em;
  width: 100%;
}

.material-symbols-outlined {
  font-size: 1.3em;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

.pkp_search.pkp_search_desktop{
  color: white !important
}

#navigationPrimary a {
  color: white !important;
}

#navigationPrimary .dropdown-menu a {
  color: black !important;
}

#navigationPrimary a:hover,
#navigationPrimary a:visited,
#navigationPrimary a:focus,
#navigationPrimary a:active {
  color: black !important;
}