/* -------------------
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-Shields Health
Sitecore Resource: 0a10eb10-7986-42fb-96e3-bdbef96d0de9
-------------------*/
/* -------------------
B24 client
-------------------*/

:root {
--branding-primary-default: #1C4780;
  --branding-primary-default-alpha: #e1e7eb;
  --branding-primary-active: #789EBA;
  --branding-primary-bg: #e1e7eb;
  --branding-primary-text: #1C4780;
  --branding-secondary-default: #2492dd;
  --branding-secondary-active: #1C4780;

  /* navigation elements  */
  /* These three variables control navigation elements (button, links, hover &amp; active states). By default these values are assigned to the same colors as the three primary variables above.  Edit if you need to introduce a subset of colors */
  --branding-primary-nav: #2492dd;
  --branding-primary-active-nav: #19669b;
  --branding-primary-bg-nav: #789EBA25;

  /* accent colors  */
  --branding-accent-1: #0077a0;
  --branding-accent-2: #00968f;
  --branding-accent-3: #009de1;
  --branding-accent-4: #8246af;
  --branding-accent-5: #00ac41;
  --branding-accent-6: #002c77;
  --branding-accent-7: #ee3d8b;
  --branding-accent-8: #0077A0;
  --branding-accent-9: #cc7000;
  --branding-accent-10: #00968F;

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

/* MM Specific */
.search-nav_options div:nth-child(4), div:has(&gt; #search-news2) {
display: none;
}


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

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

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

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

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

.search-nav__options div:has(input#search-news2, input#search-all2) {
  display: none;
}

.btn {
  background: var(--branding-primary-default);
}
 
.myFavsDetails .button:hover,
.myFavsDetails .button:focus {
  background: var(--branding-primary-default);
}

