/* -------------------
BEGIN hrblock.css
Sitecore Resource: 5d24267a-7b6b-4d1a-84bb-706567f32008
-------------------*/
:root {
    --branding-primary-default: #3bc0f8;
    --branding-primary-default-alpha: #f5cc0226;
    --branding-primary-active: #2f9ac6;
    --branding-primary-bg: #f1f2f2;
    --branding-primary-text: #14aa40;
    --branding-secondary-default: #14aa40;
    --branding-secondary-active: #14aa40;
    --branding-primary-nav: #3bc0f8;
    --branding-primary-active-nav: #2f9ac6;
    --branding-primary-bg-nav: #f1f2f2;
    --branding-accent-1: #14aa40;
    --branding-accent-2: #14aa40;
    --branding-accent-3: #14aa40;
    --branding-accent-4: #457e81;
    --branding-accent-5: #44687d;
    --branding-accent-6: #cc0033;
    --branding-accent-7: #44687d;
 --branding-accent-8: var(--u-grayscale-00);
 --branding-accent-9: var(--u-grayscale-33);
 --branding-accent-10: var(--u-grayscale-66);

  /*borderRadius:  Default value or 0. No other value should be used. */
  --u-borderRadius-0px: 0; /* options: default value || 0 */
  --u-borderRadius-2px: 2px; /* options: default value || 0 */
  --u-borderRadius-3px: 3px; /* options: default value || 0 */
  --u-borderRadius-4px: 4px; /* options: default value || 0 */
  --u-borderRadius-5px: 5px; /* options: default value || 0 */
  --u-borderRadius-10px: 10px; /* options: default value || 0 */
  --u-borderRadius-20px: 20px; /* options: default value || 0 */

  /*boxShadow Use caution if changing these values. They may produce unintended results. */
  --u-boxShadow-2px: 0px 1px 2px rgb(0 0 0 / 16%);
  --u-boxShadow-6px: 0px 1px 6px rgb(0 0 0 / 16%); /*default*/
  --u-boxShadow-10px: 0px 1px 10px rgb(0 0 0 / 16%);
}
/* Uncomment this line if you need to add an underline to unstyled links  */
/*a:not([class]) {
  text-decoration: underline;
}
*/

/* Hides tagline of logo in small viewports.  Uncomment this line and update value to match inline size of client logo  */
/*@media (max-width: 40em) {
.logo-ctr {
  max-inline-size: 130px;
}
*/

.ct__headline :is(a, a:hover, a:active):not(.btn) {
    color: inherit;
}
