/* -------------------
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-WSP
Sitecore Resource: 000e4a5d-e820-4c83-b7de-2b5f00cb4be7
-------------------*/
:root {
  --branding-primary-default: #000000;
  --branding-primary-default-alpha: #00000026; /* main color at 15% opacity. To be used on dropdown callouts only*/
  --branding-primary-active: #680005;
  --branding-primary-bg: #cccccc;
  --branding-primary-text: #000000;
  --branding-secondary-default: #ff372f;
  --branding-secondary-active: #cc362c;

  /* navigation elements  */
  /* These three variables control navigation elements (button, links, hover & 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: #ff372f;
  --branding-primary-active-nav: #cc2126;
  --branding-primary-bg-nav: #d8e5f0;

  /* accent colors  */
 --branding-accent-1: #000000;
  --branding-accent-2: #cc2126;
  --branding-accent-3: #680005;
  --branding-accent-4: #000000;
  --branding-accent-5: #fea513;
  --branding-accent-6: #cccccc;
  --branding-accent-7: #ff372f;
  --branding-accent-8: #1594fd;
  --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: 0px; /* options: default value || 0 */
  --u-borderRadius-3px: 0px; /* options: default value || 0 */
  --u-borderRadius-4px: 0px; /* options: default value || 0 */
  --u-borderRadius-5px: 0px; /* options: default value || 0 */
  --u-borderRadius-10px: 0px; /* options: default value || 0 */
  --u-borderRadius-20px: 0px; /* 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%);
}


body,
:is(.section-title, .section-header),
.ad-2__content > *:not(.btn)
.callout 
.landingPage .input-label {
      color: var(--u-grayscale-00);
}



/* Uncomment this line if you need to add an underline to unstyled links  */
/*a:not([class]) {
  text-decoration: underline;
}
*/

/* hide posted date on news widget */
.teaser-card .posted-date  {
display:none;
}

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

.content-banner {
    background-image:none;
}

H3:is(.section-title, .section-header) {
color: var(--branding-primary-default);
font-family: var(--u-fontFamily-bold)
}

h4:is(.section-title, .section-header) {
color: var(--branding-primary-default);
font-family: var(--u-fontFamily-bold)
}


.primary-footer {
    color: #ffffff;
}

.landingPage .callout-ctr {
    background: #000000;
}


.rs-module2 .db-card__header .date {
    color: #000000;
}

:is(.component-subheading, .card-subheading) {
margin-block-end: 0.5rem;
     text-wrap: auto;
}
