:root {
    --color-primary: #0091a4 !important;
    --color-primary-dark: #007a8c !important;
    --color-primary-light: rgba(0,145,164,0.12) !important;
  }
  .c-header { background: #182c55 !important; }
  .c-header .l-navbar__logo-title { color: #ffffff !important; }
  .c-button--primary { background: #0091a4 !important; border-color: #0091a4 !important; }
  .c-button--primary:hover { background: #007a8c !important; }
  .text-primary { color: #0091a4 !important; }
  a { color: #0091a4 !important; }