/* -------------------
BEGIN client-az
Sitecore Resource: 6800876a-9bed-4561-a6d4-b86ca18eb667
-------------------*/
/* -------------------
B24 client
-------------------*/
:root {
  --branding-primary-default: #007996;
  --branding-primary-default-alpha: #fad478; /* main color at 15% opacity. To be used on dropdown callouts only*/
  --branding-primary-active: #4DA1B6;
  --branding-primary-bg: #e6f5f8;
  --branding-primary-text: #830051;
  --branding-secondary-default: #007996;
  --branding-secondary-active: #007996;
  --branding-primary-nav: #007996;
  --branding-primary-active-nav: #4DA1B6;
  --branding-primary-bg-nav: #e6f5f8;
  --branding-accent-1: #830051;
  --branding-accent-2: #3C1053;
  --branding-accent-3: #F0AB00;
  --branding-accent-4: #4D0030;
  --branding-accent-5: #003865;
  --branding-accent-6: #D0006F;
  --branding-accent-7: #3F4444;
  --branding-accent-8: #68D2DF;
  --branding-accent-9: #9DB0AC;
  --branding-accent-10: #C4D600;

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

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

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

.ct__headline :is(a, a:hover, a:active):not(.btn) {
    color: inherit;
}

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

.btn,
a.btn {
  background-color: var(--branding-accent-2); 
  color: #ffffff;
}

.landingPage .callout input {
    background: var(--branding-accent-2);
    color: #ffffff;
}

.subhead {
    margin-block-end: 0rem !important;
}

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

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

/* Protects the width of the accordion for mobile from overlapping the arrow. */
@media (max-width: 40em) {
    .accordion-header {
        width: 89%;
    }
}

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