:root {
  --white: #FFFFFF;
  --background: #FFFFFF;
  --grey-light: #F0F1F2;
  --grey: #E6E7E8;
  --grey-dark: #DBDEDF;
  --brand: #da081c;
  --brand-alt: #46484a;
  --logo-banner: #46484a;
  --alert: #EA0001;
  --warning:  #EF6C00;
  --success: #008E33;
  --text-alt: #FFFFFF;
  --text: #46484a;
  --text1: #FFFFFF;
  --text2: #da081c;
  --text3: #46484a;
  --text4: #da081c;
  --text5: #46484a;
  --open-filter: #da081c;
  --link-text: #da081c;
  --logo: url(./images/logo.svg);
  --logo-width: 90px;
  --logo-height: 90px;
  --brand-height: 100px;
  --button-radius: 35px;
  --more-info: #2196F3;
  --button-alt: #46484a;
  --button-text1: #FFFFFF;
  --active-row-color: #FFFFFF;
  --icon-background: #FFFFFF;
  --bell-info: #000;
  --bell-warning: #FFFFFF;
  --bell-alert: #FFFFFF;
  --notice-info: #222b2d;
  --notice-warning: #ef6c00;
  --notice-alert: #c62828;
  --notice-text: #FFFFFF;
  --focus-colour: #000;
  --focus-perimeter: 2px;
  --focus-thickness: 1px;
  --brand-light: #f71e33;
  --brand-dark: #a90616;
  --brand-alt-vv-light: #929497;
  --brand-alt-v-light: #787b7e;
  --brand-alt-light: #5f6164;
  --brand-alt-dark: #2d2e30;
  --brand-alt-invert: #FFFFFF;
  --breakpoint-desktop: 1200px;
  --breakpoint-tablet: 1024px;
  --breakpoint-mobile: 767px;
  --breakpoint-small-mobile: 370px;
  --active-theme: True;
  --last-update-date-time: 4/27/2026 12:15:36 PM;
}
