/* -------------------
BEGIN b23-countdown.css
Sitecore Resource: 06742ea5-0440-41ca-92ba-cd6e8e55df2b
-------------------*/
.jCountDown {
  width: 100%;
  max-width: 360px;
  /* margin: auto; */
  overflow: hidden;
  font-family: var(--u-fontFamily-semibold);
  display: inline-flex;
  color: var(--branding-primary-default);
}

.jCountDown.withoutDays .hour,
.jCountDown.withoutDays .min,
.jCountDown.withoutDays .sec {
  width: 33.33%;
  /* float: left; */
  position: relative;
  box-sizing: border-box;
  padding-top: 33.33%;
}

.jCountDown.withDays .hour,
.jCountDown.withDays .min,
.jCountDown.withDays .day,
.jCountDown.withDays .sec {
  width: 33%;
  /* float: left;
  padding-top: 25%; */
  box-sizing: border-box;
  position: relative;
  height: 100px;
}

.jCountDown.withDays .sec {
  display: none;
}

.jCountDown .timeDigits {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  font-size: var(--u-fontSize-30);

  text-align: center;
  line-height: 0;
}

.jCountDown .timeCaption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  margin-top: 25%;
  text-align: center;
  line-height: 0;
  font-size: 24px;
}

.jCountDown canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10%;
}

.jCountDown svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* -------------------
BEGIN client-USIC
Sitecore Resource: 7fb6e66e-a34c-417c-9f9c-91fc50e31527
-------------------*/
:root {
 --branding-primary-default: #00305b;
 --branding-primary-default-alpha: #95c93d26;
 --branding-primary-active: #33597c;
 --branding-primary-bg: #f2f2f2;
 --branding-primary-text: #727072;
 --branding-secondary-default: #70972e;
 --branding-secondary-active: #70972e;
 --branding-primary-nav: #00305b;
 --branding-primary-active-nav: #33597c;
 --branding-primary-bg-nav: #f2f2f2;
 --branding-accent-1: #00305b;
 --branding-accent-2: #70972e;
 --branding-accent-3: #C6612D;
 --branding-accent-4: #ffba08;
 --branding-accent-5: #4d6e8c;
 --branding-accent-6: #107e7d;
 --branding-accent-7: #390040;
 --branding-accent-8: #1e3f20;
 --branding-accent-9: #403e40;
 --branding-accent-10: #7f7c7f;

  /*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;
}
.alert-card a {color:inherit;}
.alert-card h4 {text-wrap:balance;}
.dashboard .dashboard__date {flex-basis: auto;}
.dashboard .flex-row {--gap: 1rem;}
.btn.survey__option {text-align:start;}
