
    :root {
        --text: #565656;
--links: #0086D6;
--titles: #000000;
--page-background: #ffffff;
--highlight: #0086D6;
--boxes-background: #FFFFFF;
--boxes-border: #DEE5EF;
--section-titles: #000000;
--section-titles-background: #F6F8FB;
--header-background: #142E7B;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #000000;
    }
    
.ods-responsive-menu-collapsible__content {
  display: flex;
  align-content: inherit;
  justify-content: space-between;
  height: 60px;
}
.ods-front-header__logo {
  width: 172px;
  margin: 16px auto;
}

.portal-management-menu {
  width: 345px;
}

.ods-front-header__menu-item-link {
  margin: 0;
  display: inline-block;
  padding: 0 12px;
  line-height: 60px;
  font-weight: 200;
  font-size: 1.3em;
}
.ods-front-header__menu-item-link--active {
    border: 0;
}