﻿:root {
  --bucket-1-primary: #88ADCA;
  --bucket-1-secondary: #DFEBF5;
  --bucket-2-primary: #727272;
  --bucket-2-secondary: #D9D9D9;
  --bucket-3-primary: #005596;
  --bucket-3-secondary: #BFD4E5;
  --bucket-4-primary: #8E959A;
  --bucket-4-secondary: #E3E6E8;
  --bucket-5-primary: #002E51;
  --bucket-5-secondary: #CCD5DC;
  --text-primary: #00111E;
  --text-inverted: #FFFFFF;
  --text-branded: #005596;
  --button-toggle-background: #D45600;
  --button-primary-rest: #D45600;
  --button-primary-hover: #D45600;
  --button-primary-text: #FFFFFF;
  --button-primary-pressed: #AF4700;
  --button-primary-border: #D45600;
  --button-primary-disabled: #F0F0F0;
  --button-secondary-rest: #FFFFFF;
  --button-secondary-hover: #F5F5F5;
  --button-secondary-text: #00111E;
  --button-secondary-pressed: #E0E0E0;
  --button-secondary-border: #D1D1D1;
  --button-secondary-disabled: #F0F0F0;
  --stacked-button-text-selected: #AF4700;
  --stacked-button-background-selected: #FEF9F2;
  --stacked-button-text: #00111E;
  --stacked-button-background: #FFFFFF;
  --stacked-button-border: #AF4700;
  --strategy-activity-dot: #13A10E;
  --strategy-text-selected: #AF4700;
  --strategy-background-selected: #FFE8CF;
  --strategy-text: #616161;
  --strategy-background: #E0E0E0;
  --strategy-text-hover: #AF4700;
  --strategy-background-hover: #FFF3E7;
  --strategy-update-needed-dot: #C43501;
  --portfolio-value: #002E51;
  --portfolio-benchmark-primary: #88ADCA;
  --portfolio-benchmark-secondary: #DFEBF5;
  --portfolio-now-line: #13A10E;
  --networth-retirement-assets: #005596;
  --networth-other-assets: #93AAB3;
  --networth-liabilities: #002E51;
  --networth-net-worth: #7ECBFF;
  --status-good: #048300;
  --status-neutral: #00223C;
  --status-bad: #AF4700;
  --track-value-comparison-current-total: #C0C0C0;
  --track-value-comparison-year-end-target: #B4BFCB;
  --tax-category-taxable: #00335A;
  --tax-category-taxdeferred: #6699C0;
  --tax-category-taxfree: #005596;
  --cash-flow-income: #005596;
  --cash-flow-withdrawals: #00335A;
  --cash-flow-savings: #6699C0;
  --asset-stocks: #002E51;
  --asset-bonds: #2F718F;
  --asset-cash: #49B8CB;
  --asset-real-estate: #005596;
  --asset-other: #93AAB3;
  --badge-good: #13A10E;
  --badge-neutral: #F7BA1E;
  --information-popup-background: #005596;
  --information-popup-text: #FFFFFF;
}