/* -------------------
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-tufts
Sitecore Resource: d190e6ca-87fc-462c-8dc1-2fef36cde1af
-------------------*/


/* -------------------
B24 client
-------------------*/
:root {
  --branding-primary-default: #00308c;
  --branding-primary-default-alpha: #EDF5FC; 
  --branding-primary-active: #0047c7;
  --branding-primary-bg: #f1f2f2;
  --branding-primary-text: #00308c;
  --branding-secondary-default: #0047c7;
  --branding-secondary-active: #0047c7;
  --branding-primary-nav: #0047c7;
  --branding-primary-active-nav: #00308c;
  --branding-primary-bg-nav: #f1f2f2;
  --branding-accent-1: #00308c;
  --branding-accent-2: #0047c7;
  --branding-accent-3: #008c3c;
  --branding-accent-4: #428fec;
  --branding-accent-5: #490e67;
  --branding-accent-6: #60269e;
  --branding-accent-7: #ee3d8b;
  --branding-accent-8: #0077a0;
  --branding-accent-9: #00968f;
  --branding-accent-10: #009de1;

  /*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%);
}


.table-primary thead {
    color: #ffffff;
    background: #00308c;
}

.ct.nudge .ct__headline {
  font-family: var(--u-fontFamily-regular);
}

.slick-active .cta-static {
  background-color: var(--branding-accent-2);
}

.slick-active + .slick-active .cta-static {
  background-color: var(--branding-accent-2);
}

.slick-active + .slick-active + .slick-active .cta-static {
  background-color: var(--branding-accent-2);
}

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

.alert-card a {color:inherit; text-decoration:underline;}


a.btn {background-color: #008c3c;} 
a.btn:hover {background-color: #00308c;}
.btn.survey__option {background-color: #008c3c;} 
.btn.survey__option:hover {background-color: #00308c;}



h3:is(.section-title, .section-header) {
    font-weight: bold;
}

*/.btn:has(i[class*='fa-']) {background-color: #008c3c;}*/

/* 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;
}
*/



