<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	  .cdc-2020-bar {
  	padding: 0;
  	margin-bottom: 0;
  }
  .cdc-2020-bar .row.no-gutters {
        gap: 1rem;
        margin-bottom: 1rem;
  }


  .cdc-2020-bar .last-updated {
  	font-size: small;
  	color: #555;

  }
  .cdc-2020-bar .dropdown-toggle {
  	border: none;
  	padding-top: 0.5rem;
  }
  .cdc-2020-bar .bar-item {
  	font-size: 0.8rem;
  }
/*
this was causing the print link to be out of place
  .cdc-2020-bar .bar-item.last-updated + .bar-item.no-print{
        margin-left: -10px
  }
*/
  .cdc-2020-bar .bar-item.dd-language-item + .bar-item.no-print {
        margin-left: -15px;
  }
  .syndicate .row div &gt; h2:first-of-type,
  .cdc-textblock h2:first-of-type{
        margin-top: 25px;
  }
  @media only screen and (max-width: 992px) {
  	.cdc-2020-bar .bar-item {
  		padding-right: 1.1rem;
  	}
  }
  .cdc-2020-bar .bar-item a {
  	text-decoration: none;
  	color: #005eaa;
  }
  .cdc-2020-bar .bar-item a:hover {
  	text-decoration: underline;
  }
  .cdc-2020-bar .bar-item .dropdown-toggle.btn {
  	color: #005eaa;
  	font-size: 0.8rem;
  	padding: 0;
  	vertical-align: baseline;
  }
  .cdc-2020-bar .bar-item .language-link,
  .cdc-2020-bar .bar-item .language-link.mt-2.fs0875 {
  	font-size: 0.8rem !important;
  	margin-top: 0 !important;
  }
  .cdc-2020-bar #clickToPrint {
  	padding: 0.5rem 0;
  }
  .cdc-2020-bar .page-share {
  	display: none;
  }

/* hide lead on mobile */
@media only screen and (max-width: 991.98px) {
  h1 + p.lead {
	  display: none;
  }
  .syndicate.row.no-gutters {
        flex-direction: column-reverse;
  }
  
}</pre></body></html>