
    :root {
      --bg-alternative-color: #f5f5f5;
    }

    .page-container > header {
      background-color: #ffffff;
    }

    .page-container > header .header-disposition  {
      flex-direction: row;
    }

    .page-container > header .header-font-color {
      color: #4a5568;
    }

    .page-container > header .header-bottom-bar {
      width: 100%;
      height: 0px;
      background: transparent;
    }

    .page-footer {
      border-top: 1px solid #eaeaea;
      background: #f5f5f5;
    }

    .page-container > footer .footer-bottom-bar {
      width: 100%;
      height: 0px;
      background: transparent;
    }

    .page-footer .footer-links li,
    .page-footer .footer-links li a:link,
    .page-footer .footer-links li a:visited {
      color: #333333;
    }
    .page-footer .organization-info {
      color: #4a5568;
    }

    .page-footer .footer-links li:hover a:before {
      background: #333333;
    }

    .page-footer .social-network ul li a:visited,
    .page-footer .social-network ul li a:active,
    .page-footer .social-network ul li a:link {
      color: #4a5568;
    }

  