<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {

  body {
    -webkit-print-color-adjust: exact;
  }

  img {
    max-width: none !important;
  }
  
  *, *:before, *:after, *:first-letter {
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
  }
  
  .carSecondaryText, .carSecondaryText::firstletter  {
    color: #bbb !important
  }
  
  .carGreen, .carGreen::firstletter  {
    color: #38761D !important
  }
  
  .carYellow, .carYellow::firstletter {
    color: rgb(237, 180, 0) !important
  }
  
  .carBlue, .carBlue::firstletter {
    color: blue !important
  }

  .rtAnswerBars {
    background-color: green !important;
    opacity: 0.5 !important;
  }

  .mdl-button--raised {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important
  }

  .mdlbuttonblue, .mdl-button--blue {
    background: rgb(33,150,243) !important;
    color: rgb(255,255,255) !important;
    -webkit-print-color-adjust: exact; 
  } 

  .mdlbuttongreen, .mdl-button--green {
    background: rgb(83, 172, 58) !important;
    color: rgb(255,255,255) !important;
    -webkit-print-color-adjust: exact; 
  } 

  /**
    CUSTOM BANNER BUTTON COLORS WHEN PRINTING IS CURRENTLY BROKEN
    MAKE PR TO REMOVE THIS
  **/
  .mdl-button--colored, .mdl-button--colored::first-letter, .mdl-button--colored:active {
    background: rgb(33,150,243) !important;
    color: rgb(255,255,255) !important;
  }

  .mdlbuttontext {
    color: rgb(255,255,255) !important;
  }
  
  .mdl-chip {
    background-color: #dedede !important;
    color: black !important;
    -webkit-print-color-adjust: exact; 
  }

  
  .mdl-card__title-text, .disclaimer, .mdl-chip {
    color: #757575 !important;
    -webkit-print-color-adjust: exact; 
  }
  
  .white {
    color: white !important;
    -webkit-print-color-adjust: exact; 
  }

  .carbadge, .carbadgepctl, .carbadge::firstletter, .carbadgepctl::firstletter {
    color : white !important;
  }

  .carbadge {
    background: red !important;  
    -webkit-print-color-adjust: exact; 
  }

  .carbadgepctl {
    background: green !important
  }

  .bannerGraph .c3text {
    fill:white !important;
  }

  a,a:visited {
    textdecoration: none !important; 
  }
  a[href]:after {
    content: none !important; }

  .printHide {
    display: none !important;
  }

  .date-picker-container input {
    border: none;
  }
  .banner-image img {
    opacity: 1 !important;
    max-width: 100% !important;
  }
  #banner_performance_summary, #demographics_summary, .banner-summary {
    margin-top: 0 !important;
  }
}
</pre></body></html>