/* -------------------
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 experian
Sitecore Resource: d903fb04-66d7-4cb0-a32b-c1340bd64a71
-------------------*/
/* -------------------
B24 client
-------------------*/
:root {
  --branding-primary-default: #73297b;
  --branding-primary-default-alpha: #009de026; /* main color at 15% opacity. To be used on dropdown callouts only*/
    --branding-primary-active: #1e437a;
  --branding-primary-bg: #FFF;
  --branding-primary-text: #1e437a;
  --branding-secondary-default: #ee3d8b;
  --branding-secondary-active: #ff55aa;

  /* 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: #1e437a;
  --branding-primary-active-nav: #4dbbea;
  --branding-primary-bg-nav: #e8f6fc;

  /* accent colors  */
  --branding-accent-1: #73297b;
  --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: #8dc63f;
  --branding-accent-9: #00968f;
  --branding-accent-10: #009de1;

}

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

@media (max-width: 40em) {
    .rs-module3 .accordion-header {
 margin-right: 30px;
    }
}

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

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