:root {
  --red-color: #d4322c;
  --max-guff-width: 650px;
  --max-med-graphic-width: 800px;
  --background-gray: rgba(240,240,240,0.98);
  --blue: #327fb6;
  --med-gfx-font-size: 18px;
  --pill-gray: #efefef;
}
.site-mast-mini a {
  font-weight: bold;
  color: black;
}


@font-face {
    font-family: 'Tiempos Headline';
    src: url(https://assets.propublica.org/prod/v3/fonts/TiemposHeadlineWeb-Black.woff2) format('woff2'),
         url(https://assets.propublica.org/prod/v3/fonts/TiemposHeadlineWeb-Black.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

#covid-gfx-body {
  margin:40px auto 40px auto;
  max-width: 1000px;
}
#covid-gfx-maps-body {
  margin-top: 50px;
  margin-bottom:50px;
}
.guff {
  background: #fff;
  margin-bottom:40px;
  max-width: var(--max-guff-width);
  margin: 0 auto;
}
.guff p {
  margin: 1em;
}
.guff #callout {
  font-weight: normal;
  font-style: italic;
  text-align: left;
  font-size: 16px;
  max-width: var(--max-guff-width);
}

#header .hed {
  margin:0 auto;
  padding:15px;
  width:100%;
  max-width: var(--max-med-graphic-width);
  line-height: 1.1;
  font-family: 'Tiempos Headline', Georgia, serif;
}
.select-container {
  display:inline-block;
  height: 30px;
  position: relative;
  top: 8px;
}
#covid_select_chosen {
  width:100% !important;
  font-family:Graphik,helvetica,arial,sans-serif;
  font-size: var(--med-gfx-font-size);
  margin: 10px 0 30px 0;
}

#covid-results {
  display:flex;
  justify-content:space-between;
  margin-top:40px;
}

.covid-results-scenario {
  width:calc(33% - 10px);
  position:relative;
  color: black;
}
.covid-results-scenario .axis.y path,
.covid-results-scenario .axis.y line,
.covid-results-scenario .grid .domain
 {
  stroke:transparent;
}
.pg-main .covid-results-scenario h4 {
  font-family: graphik;
  color: #444;
  font-size: var(--med-gfx-font-size);
  text-align: left;
  margin-bottom: 13px;
}
svg text {
  font-family:Graphik;
  font-size: 12px;
}
.covid-beds-bar .bar-label0 {
  fill: #3f007d;
}
.covid-beds-bar .bar-label1 {
  fill: #6a51a3;
}
.covid-beds-bar .bar-label2 {
  fill: #9e9ac8;
}
.occupied-beds-bar .bar-label0,
.occupied-beds-bar .bar-label1,
.occupied-beds-bar .bar-label2
 {
  fill: url(#diagonal-stripe-1);
  opacity: 0.4;
}
.covid-results-scenario-graph-inner svg {
  overflow: visible;
}
.covid-results-scenario-graph-inner {
  height:400px;
}
.covid-results-scenario-graph-inner .tick {
  color: #a3a3a3;
  font-weight: 300;
}
.covid-results-scenario-graph-inner .tick line {
  stroke-dasharray: 5, 5;
  color: #a3a3a3;
  stroke-width: 0.5px;
}
.gfx-graf-label {
  font-family:Graphik,helvetica,arial,sans-serif;
  font-weight:600;
  max-width: var(--max-guff-width);
  margin: 0px auto;
  font-size: 1.3rem;
  line-height: 1.45em;
}
.gfx-graf-label .mo-6-label {
  background:#3f007d;
}
.gfx-graf-label .mo-12-label {
  background:#6a51a3;
}
.gfx-graf-label .mo-18-label {
  background:#9e9ac8;
}

/*
.gfx-graf-label .mo-6-label {
  background: var(--pill-gray);
  color: black;
}
.gfx-graf-label .mo-12-label {
  background: var(--pill-gray);
  color: black;
}
.gfx-graf-label .mo-18-label {
  background: var(--pill-gray);
  color: black;
}
*/
.gfx-graf-label .filled-label {
  color:#fff;
  padding: 0px 5px;
  border-radius: 4px;
  display: inline-block;
  margin: 2px 0;
}
.total-bed-label-outline, .total-bed-label,
.existing-patients-label-outline, .existing-patients-label, #tick-y-100 {
  font-family:Graphik,helvetica,arial,sans-serif;
  font-weight:600;  
  font-size:14px;
  fill: var(--red-color);
}
.existing-patients-label {
  fill:#444;
}
.total-bed-label-outline, .existing-patients-label-outline {
  stroke:white;
  stroke-width: 4;
  stroke-linejoin:round;
}
.covid-total-bed-line {
  stroke: var(--red-color);
  opacity: 1;
  /*stroke-dasharray: 5, 5;*/
  stroke-width: 2px;
}
.red-color {
  color: var(--red-color);
  font-weight: 700;
  font-family:Graphik,helvetica,arial,sans-serif;
}

/*.covid-results-scenario-graph-inner .grid line {
  stroke:#f0f0f0;
}
*/
#covid-gfx-maps-body h4 {
  font-size: 1.3rem;
  line-height: 1.5em;
  font-family:Graphik,helvetica,arial,sans-serif;
  max-width: var(--max-med-graphic-width);
  margin: 0 auto;
}
#covid-map-grid-wrapper {
  position:relative;
}
#covid-map-grid {
  width:100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 15px 0px;
  margin-top: 20px;
  margin-bottom:0;
}
#covid-map-grid td {
  padding: 0 0.5rem;
}
.covid-map-grid-cell {
  width: 29%;
  height: 19vw;
  font-size: 1rem;
  font-weight: bold;
  position:relative;
  border:0;
}
.covid-map-grid-cell-label {
  width: 31%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 0;
  font-size: var(--med-gfx-font-size);
}
.covid-map-grid-item {
  width:100%;
  height:100%;
}
.covid-map-grid-item svg {
  position:absolute;
  top:-40px;
  left:10px;
}
.covid-maps-legend {
  display: inline-block;
  position: relative;
  top: 5px;
}
.covid-maps-legend-labels {
  margin:0 10px;
  display:block;
  width:150px;
  font-family:Graphik,helvetica,arial,sans-serif;
  font-size:11px;
  line-height:0;
  position: relative;
  top: 2px;
}
.covid-maps-legend-labels .covid-maps-legend-left {
  float:left;
}
.covid-maps-legend-labels .covid-maps-legend-right {
  float:right;
}
.covid-maps-legend img {
  width:150px;
  height:15px;
  display:inline-block;
}
#covid-select{
  text-decoration: underline;
}
#covid-dynamic-text b {
  font-weight: bold;
  font-family:Graphik,helvetica,arial,sans-serif;
}
#covid-dynamic-text-placeholder {
  display: none;
}

#covid-table, #top-list-table {
  table-layout: fixed;
  width: 100%;
  max-width: var(--max-med-graphic-width);
  margin: 50px auto;
}
#covid-table tr:nth-child(2) th:first-child {
  text-align: right;
}

#covid-table td:first-child {
    background: #f5f4f3;
    text-align: right;
    font-weight: bold;
  }

#covid-table .table-header {
  text-align: left;
  font-size: var(--med-gfx-font-size);
  border-left: 0px;
  border-right: 0px;
}

.pill {
  color: black;
  font-weight: bold;
}

.graph-top-pill {
  padding: 2px 5px;
  border-radius: 2px;
  background-color: var(--pill-gray);
}













/* GEOCODING FORM*/
#form-wrap-1 {
  font-family: Graphik,helvetica,arial,sans-serif;
  font-weight:800;
  margin-bottom:0;
  padding-top: 20px;
  text-align: center;
  max-width: 650px;
  background:var(--background-gray);
}
#form-wrap-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  max-width: var(--max-guff-width);
}
#form-middle {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  background:var(--background-gray);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
#share-socials {
  position: relative;
}
#share-socials svg {
  cursor: pointer;
  margin: 10px 4px;
  width: 22px;
  height: 22px;
  fill: #217ce3;
  text-decoration: none;
  border-bottom: none;
  transition: 0.2s;
}

#share-btn-ios {
  width: 22px;
  height: 22px;
  fill: #217ce3;
  top: 4px;
  position: relative;
}

#tooltip {
  letter-spacing: 2px;
  position: absolute;
  top: -15px;
  left: 100px;
  margin: 0 auto;
  transition: 0.2s;
  text-transform: uppercase;
  width: 180px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background: rgba(0,0,0,.72);
  border-radius: 3px;
  text-decoration: none;
  font-family: Graphik,helvetica,arial,sans-serif; 
  opacity: 0
}
#tooltip.show {
  opacity: 1;
} 

#ugd-form-inputs input, #district-lookup input {
  width: 86%;
  max-width: 500px;
  height: 2.3em;
  font-size: 1em;
  padding: 5px;
  margin: 12px 0 2px 0;
  display: inline-block;
  position: relative;
  color: #555;
  text-align: center;
}
#clearSearch {
  display: inline-block;
  width: 5%;
  position: relative;
  top: 13px;
  left: -6px;
}
#clearSearch svg {
  width: 40px;
  height: 40px;
  stroke: #444;
  cursor: pointer;
}

#form-success {
  padding: 0 20px;
}
#form-share {
  z-index: 9;
  padding-top: 16px;
  font-size: 15px;
  font-family: Graphik,helvetica,arial,sans-serif; 
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 0 auto;
  display: block;
  transition: 0.2s;
  color: #217ce3;
  text-decoration: none;
  width: 280px;
}

#form-share a:hover{
  text-decoration: underline;
  border: none;
}

#ugd-form-el > input {
  text-align: left;
}

#just-the-basics {
  color: #555;
  margin-bottom: 0px;
  font-size: 14px;
  font-family: Graphik,helvetica,arial,sans-serif;
}
.pick-predefined {
  cursor: pointer;
}
#district-lookup {
  text-align:center;
}
#ugd-form-inputs #ugd-name {
  color: black;
  font-weight: normal;
}
#form-hrr {
  font-weight:600;
  color: #000;
}
#form-where-hrr-from, #form-where-hrr-from-after{
  font-weight: 400;
  color: #555;
}
#form-hrr-wrapper{
  height: 27px;
}
#form-hrr-container{
  font-weight:600;
  margin: 0 auto;
  padding: 0 0 10px 0;
  text-align: center;
  font-family: Graphik,helvetica,arial,sans-serif;
  display: none;
  border: 1px solid var(--background-gray);;
  /*border-top: 1px solid #e0e0e0;*/
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  box-shadow: 0 4px 2px -2px #cecece;
  background: var(--background-gray);
}
#form-best-guess {
  font-weight: 300;
  font-size: 10px;
  font-style: italic;
  color: #a3a3a3;
  display: block;
}
#dist-ret {
  font-weight: 400;
  margin: 0 20px;
  border-radius: 3px;
  padding: 5px;
  font-family: Graphik,helvetica,arial,sans-serif;
  font-size: 14px;
  color: #660000;
  background: #FFEEEE;
}
#ugd-form-inputs p {
  margin-bottom: 0;
  margin-top: 12px;
  font-family: Graphik,helvetica,arial,sans-serif;
  font-size:14px;
}
#ugd-form-inputs #ugd_submit {
  background-color: #136399;
  border-radius: 0.25em;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Graphik,sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em;
  transition: background-color 0.2s;
  text-align: center;
}
.working {
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8%2BPHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCI%2BPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIvPjwvbGluZWFyR3JhZGllbnQ%2BPHBhdGggZD0iTTYzLjg1IDBBNjMuODUgNjMuODUgMCAxIDEgMCA2My44NSA2My44NSA2My44NSAwIDAgMSA2My44NSAwem0uNjUgMTkuNWE0NCA0NCAwIDEgMS00NCA0NCA0NCA0NCAwIDAgMSA0NC00NHoiIGZpbGw9InVybCgjbGluZWFyLWdyYWRpZW50KSIgZmlsbC1ydWxlPSJldmVub2RkIi8%2BPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iMTMyMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI%2BPC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4%3D) center right no-repeat
}
p.covid-gfx-source {
    font-family: Graphik,sans-serif;
    font-size:11px;
    color:#999;
    margin:10px !important;
    padding:0 !important;
}
@media screen and (min-width: 48em){
  #covid-gfx-body, #covid-gfx-maps-body {
    width: 95%;
    max-width: 1230px;
  }
  #covid-gfx-body {
    max-width:1000px;
  }
}

@media screen and (max-width:1450px) {
  .covid-map-grid-item svg {
    top: -30px;
  }
  .covid-map-grid-cell {
    height:18vw;
  }
}

@media screen and (max-width:1300px) {
  .covid-map-grid-item svg {
    top: -20px;
  }
  .covid-map-grid-cell {
    height:18vw;
  }
  #covid-gfx-maps-body {
    max-width: 800px;
  }
}
@media screen and (max-width:1200px) {
  #form-success {
    max-width: 400px;
    margin: 0 auto;
  }
  #form-hrr-wrapper {
    height: 54px;
  }
  .covid-map-grid-item svg {
    top: -25px;
  }
  .covid-map-grid-cell {
    height:18vw;
  }
  .covid-map-grid-cell-label {
    font-size: 15px;
  }
}
@media screen and (max-width:800px) {
  #covid-gfx-maps-body h4 {
    max-width: 400px;
  }
  .guff #callout {
    font-size: 15px;
  }
  #covid-results {
    display: block;
  }
  .covid-results-scenario {
    width:90%;
    margin: 30px auto 0 auto;
  }
  .covid-map-grid-cell-label, tr th {
    font-size:11px;
    line-height: 14px;
  }
  .covid-map-grid-cell {
    height:18vw;
  }
  .covid-map-grid-item svg {
    top: -5px;
  }
  #covid-map-grid {
    border-spacing: 0px 0px;
  }
  .covid-map-grid-cell-label {
    padding: 0;
  }
  .pill {
    font-size:11px;
  }
  .covid-results-scenario .pill {
    font-size: 17px;
  }
}

@media screen and (max-width:600px) {
  .byline {
    margin: 0 auto 1.5rem auto;
    max-width: 300px;
  }
  .pg-main {
    margin: 0 !important;
  }
  .covid-map-grid-cell {
    height:22vw;
  }
  #covid-gfx-body {
    margin: 0 10px;
    margin-top: 30px;
  }
  .covid-results-scenario-graph-inner {
    height:300px;
  }


  .promo-banner.fundraising-fearless p {
    margin: 0 auto;
    max-width: 350px;
  }
}

















/* rob's donate css */
.promo-banner.fundraising-fearless {
  background: #fff2d4;
  border-radius: 0 0 .25em .25em;
  color: #304154;
  font-family: Graphik,system-ui,segoe ui,Roboto,Helvetica,Arial,Verdana,sans-serif;
  font-size: .8125rem;
  line-height: 1.25;
  padding: .75em;
  text-align: center;
}

.site-mast-mini .promo-banner a {
  font-weight: normal;
}

.promo-banner.fundraising-fearless a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .promo-banner.fundraising-fearless {
    padding: .875em 1.25em .75em;
  }
}