/* -------------------
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 - NBA Coaches
Sitecore Resource: 064a925f-70e6-47af-a0bb-b1253856c8e4
-------------------*/
/* -------------------
B24 client
-------------------*/
:root {
  --branding-primary-default: #023d61;
  --branding-primary-default-alpha: #f3f4f5; /* main color at 15% opacity. To be used on dropdown callouts only*/
  --branding-primary-active: #023d61;
  --branding-primary-bg: #f5f6f7;
  --branding-primary-text: #333333;
  --branding-secondary-default: #c72323;
  --branding-secondary-active: #c72323;

  /* 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: #337ab7;
  --branding-primary-active-nav: #356481;
  --branding-primary-bg-nav: #f3f4f5;

  /* accent colors  */
  --branding-accent-1: #023d61;
  --branding-accent-2: #023d61;
  --branding-accent-3: #023d61;
  --branding-accent-4: #356481;
  --branding-accent-5: #678ba0;
  --branding-accent-6: #9ab1c0;
  --branding-accent-7: #e6ecef;
  --branding-accent-8: var(--u-grayscale-00);
  --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: 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: 50px; /* 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;}

/* 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, etc*/
@media print {
  /* Hide on print class */
  .noPrint {
      display: none;
  }

  /*hide impersonationBar which appears at the bottom of the page*/
  .impersonationBar {
      display: none;
  }

  /* add "noPrintURL" class on any long link to ensure that it does not show the URL while printing*/
  a.noPrintURL[target='_blank']::after {
      content: '';
  }

  /*Module #1: show the image of CEO*/
  .rs-module1 img {
      display: block !important;
  }

  /*Module #2: stack the cards with 70% 30% columns*/
  .rs-module2 .db-cards {
      grid-template-columns: 1fr;
      grid-gap: 3px;
  }

  .rs-module2 .db-card {
      grid-template-columns: 70% 30%;
      max-width: 100%;
  }

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

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

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

  /*Module #3: put dotted lines after each accordion, add horizontal border to tables, add left padding to table cells*/
  .rs-module3 .tabs-panel {
      margin-block-start: 0px;
      margin-block-end: 0px;
  }

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

  .rs-module3 .tabs-panel .accordion-title {
      padding-block: 1rem 1rem;
      border-block-start: 0px dashed var(--accent, --u-grayscale-cc);
  }

  .rs-module3 .tabs-panel .accordion-content {
      padding-block: 0rem 2rem;
      border-block-end: 3px dashed var(--accent, --u-grayscale-cc);
  }

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

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

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

  .rs-module3 .tabs-panel .zSwatch_block {
      padding: 0px;
      border: 0;
  }

  #rewardsSummary.rs-module3 .tabs-panel :is(thead, tbody, tfoot) :is(td, th) {
      padding-inline-start: 0.625rem;
      padding-inline-end: 0.625rem;
  }

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