/* -------------------
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 CME
Sitecore Resource: 0833b1cb-36e1-4f14-9d9b-e8ab9d5787eb
-------------------*/
/* -------------------
B24 client
-------------------*/
:root {
  --branding-primary-default: #1A2F43;
  --branding-primary-default-alpha: #1a2f43d8;
  /* main color at 15% opacity. To be used on dropdown callouts only*/
  --branding-primary-active: #4dbbea;
  --branding-primary-bg: #ffffff;
  --branding-primary-text: #002c78;
  --branding-secondary-default: #ee3d8b;
  --branding-secondary-active: #ff55aa;

  /* 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: #006eb6;
  --branding-primary-active-nav: #3d9ac2;
  --branding-primary-bg-nav: #e8f6fc;

  /* accent colors  */
  --branding-accent-1: #1A2F43;
  --branding-accent-2: #8DC63F;
  --branding-accent-3: #00AEEF;
  --branding-accent-4: #662C90;
  --branding-accent-5: #DA3F62;
  --branding-accent-6: #9F1F63;
  --branding-accent-7: #D7DF21;
  --branding-accent-8: #283891;
  --branding-accent-9: #32ECBA;
  --branding-accent-10: #da6426;

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

.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;
}

.subhead .asOfDate {
    font-family: var(--u-fontFamily-semibold, sans-serif);
    font-size: var(--u-fontSize-16);
    line-height: var(--u-lineHeight-1ul);
    margin-block-start: 0.25rem;
    margin-block-end: 0.75rem;
    color: var(--u-grayscale-66);
    display: block;
}


.extroNotes {
  padding-top: 0.5rem;
  }

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

/* The following cleans up the Reward Summary print out so that the hidden panels don't print, tables have horizontal lines, db-cards are stacked for ease of use*/
@media print {
  .impersonationBar {
    display: none;
  }

  a.noPrintURL[target='_blank']::after {
    content: '';
  }

  body:has(.rewardsSummary) .content-grid .content-banner {
    margin-inline: 0rem;
  }

  body:has(.rewardsSummary) .content-banner__content {
    padding: 0rem;
  }

  .rs-module2 .db-card__header {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
  }

  .rs-module2 .db-card__header br {
    display: none;
  }

  .rs-module2 .db-card__body {
    grid-auto-flow: row;
  }

  .rs-module3 .tabs-panel table {
    border-top: 1px solid #ccc;
  }

  .rs-module3 .tabs-panel tr {
    border-bottom: 1px solid #ccc;
  }

  .rs-module3 .accordion-item[id^=dashboard-placeholder]:has(> div[style*="display:none"]) {
    display: none !important;
  }

  .rs-module3 {
    page-break-before: avoid;
    page-break-after: avoid;
  }

  .rs-module3 .accordion-item {
    page-break-after: avoid;
  }

  .rs-module3 .tabs-panel .section-header {
    padding-block-end: 0.5rem;
  }

  .rs-module3 .pieChartInline {
    display: none !important;
  }

  .pieChartInline_wrapper {
    grid-template-columns: 100%
  }

  .rs-module3 .columnChartInline {
    display: none !important;
  }

  .rs-module3 .zSwatch_wrapper .zSwatch_block {
    margin-block: 0px;
    margin-inline: 0px;
    padding-block: 0px;
    padding-inline: 0px;
    border: 0px solid white;
  }

  .rs-module3 table.scroll {
    display: table;
  }

  .rs-module3 .pieChartInline_wrapper {
    border: none;
  }

  .columnChartInline_wrapper {
    display: block;
  }

  body:has(.rewardsSummary) .primary-footer {
    display: none;
  }

  body:has(.rewardsSummary) .content-grid .section {
    page-break-before: avoid !important;
    page-break-after: avoid !important;
  }

  body:has(.rewardsSummary) section.content-main:has(.rs ~ .rs) .rs:nth-last-of-type(1) {
    display: none;
  }

  body:has(.rewardsSummary) .content-grid {}

  body:has(.rewardsSummary) .impersonationBar-buffer {
    border: 1px solid red;
    display: none;
  }

  .empName a.btn {
    display: none;
  }
  
  
}

