:root {
  --color-blue: #007f7b; /* NRTC Teal */
  --color-light-blue: #d6eceb; /* NRTC Light Teal */
  --color-lightest-blue: #eaf4f3; /* Background Teal Grey */
  --color-purple: #4a3f8f; /* NRTC Purple */
  --color-purple-rgb: 74, 63, 143; /* NRTC Purple RGB */
  --color-yellow: #b6dedd; /* NRTC Light Teal */
  --color-nrtc-blue: #004785; /* NRTC Blue !!!NEW AND UNUSED EXCEPT IN THE LINEAR GRADIENT BELOW!!! */
  --color-gradient-feature-text-bg: linear-gradient(135deg, rgba(0, 71, 133, 0.8) 10%, rgba(0, 67, 178, 0.8) 90%);
}
