/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Plotly.js
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* PLotly.js
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* plotly.js's modebar's z-index is 1001 by default
 * https://github.com/plotly/plotly.js/blob/7e4d8ab164258f6bd48be56589dacd9bdd7fded2/src/css/_modebar.scss#L5
 * In case a dropdown is above the graph, the dropdown's options
 * will be rendered below the modebar
 * Increase the select option's z-index
 */
/* This was actually not quite right -
   dropdowns were overlapping each other (edited October 26)

.Select {
    z-index: 1002;
}*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petrona&family=Source+Sans+Pro:wght@300;400;600&display=swap');

.container {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
/* @media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
} */


.column,
.columns {
  margin-left: 4%;
}

.column:first-child,
.columns:first-child {
  margin-left: 0;
}

.one.column,
.one.columns {
  width: 4.66666666667%;
}

.two.columns {
  width: 9.33333333333%;
}

.three.columns {
  width: 30%;
}

.four.columns {
  width: 30.6666666667%;
}

.five.columns {
  width: 39.3333333333%;
}

.six.columns {
  width: 48%;
}

.seven.columns {
  width: 56.6666666667%;
}

.eight.columns {
  width: 65.3333333333%;
}

.nine.columns {
  width: 70.0%;
}

.ten.columns {
  width: 89.6666666667%;
}

.eleven.columns {
  width: 91.3333333333%;
}

.twelve.columns {
  width: 100%;
  margin-left: 0;
}

.one-third.column {
  width: 30.6666666667%;
}

.two-thirds.column {
  width: 65.3333333333%;
}

.one-half.column {
  width: 48%;
}

/* Offsets */
.offset-by-one.column,
.offset-by-one.columns {
  margin-left: 8.66666666667%;
}

.offset-by-two.column,
.offset-by-two.columns {
  margin-left: 17.3333333333%;
}

.offset-by-three.column,
.offset-by-three.columns {
  margin-left: 26%;
}

.offset-by-four.column,
.offset-by-four.columns {
  margin-left: 34.6666666667%;
}

.offset-by-five.column,
.offset-by-five.columns {
  margin-left: 43.3333333333%;
}

.offset-by-six.column,
.offset-by-six.columns {
  margin-left: 52%;
}

.offset-by-seven.column,
.offset-by-seven.columns {
  margin-left: 60.6666666667%;
}

.offset-by-eight.column,
.offset-by-eight.columns {
  margin-left: 69.3333333333%;
}

.offset-by-nine.column,
.offset-by-nine.columns {
  margin-left: 78.0%;
}

.offset-by-ten.column,
.offset-by-ten.columns {
  margin-left: 86.6666666667%;
}

.offset-by-eleven.column,
.offset-by-eleven.columns {
  margin-left: 95.3333333333%;
}

.offset-by-one-third.column,
.offset-by-one-third.columns {
  margin-left: 34.6666666667%;
}

.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
  margin-left: 69.3333333333%;
}

.offset-by-one-half.column,
.offset-by-one-half.columns {
  margin-left: 52%;
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  /* font-size: 1rem; currently ems cause chrome bug misinterpreting rems on body element */
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  /*"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: rgb(50, 50, 50);
  background-color: #fffefd;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

h4 {
  font-size: 2.6rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}

h5 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

p {
  margin-top: 0;
}

/* Blockquotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
  border-left: 4px lightgrey solid;
  padding-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0rem;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

a:hover {
  color: #ffffff;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  /*https://stackoverflow.com/questions/6080413/why-doesnt-input-inherit-the-font-from-body*/
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0px;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  border-collapse: collapse;
}

th:not(.CalendarDay),
td:not(.CalendarDay) {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child:not(.CalendarDay),
td:first-child:not(.CalendarDay) {
  padding-left: 0;
}

th:last-child:not(.CalendarDay),
td:last-child:not(.CalendarDay) {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 0rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 0rem;
}

pre,
dl,
figure,
table,
form {
  margin-bottom: 0rem;
}

p,
ul,
ol {
  margin-bottom: 0.75rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

.card-header {
  font-size: 2rem;
  background: #595a5c;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.dash-cell {
  font-size: 1.1rem;
}

.dash-header {
  font-size: 1.6rem;
}

.accordion .fa {
  margin-right: 0.5rem;
  /* font-size: 24px;
  font-weight: bold; */
  position: relative;
  top: 2px;
}

.card-body>.container>.ten.columns>.row>.nine.columns {
  margin-left: 1%;
}

h1 {
  font-family: 'Petrona', serif;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: 0.01em;
  text-align: center;
}

.banner {
  color: white;
  background-color: #595a5c;
}

.banner,
.footer-div {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.banner-title {
  text-align: center;
}

.banner-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.4em;
  /* or 125% */
  text-align: center;
  color: #f5f5f5;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
}


#methodology-block h1 {
  font-size: 40px;
}

/* #methodology-block .banner-desc {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
} */


.navbar-light {
  background-color: #fffefd;
  text-align: center;
  display: block;
}

#top-logo-bch, #top-logo-al {
  display: inline-block;
  margin: 15px 15px 15px 15px;
  height: 90px;
}

#pjm-logo, #fb-logo, #cdc-logo, #rf-logo {
  display: inline-block;
  margin: 15px 15px 15px 15px;
  height: 45px;
  filter: grayscale(100%);
}

#cwf-logo {
  display: inline-block;
  height: 80px;
  filter: grayscale(100%);
}

#vf-logo {
  display: inline-block;
  margin: 15px 15px 15px 15px;
  height: 20px;
  filter: grayscale(100%);
}

#google-attr {
  display: inline-block;
  height: 35px;
}

.cell-table {
  width: 90% !important;
  border-collapse: collapse !important;
  border-style: hidden;
  margin-left: 0%;
}

/* .card-opened {
  background: #595a5c;
  color: #FFFFFF;
} */

.select-guide {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
}

#phase-box h6 {
  margin-right: -50px;
}

.Select-value-label {
  font-size: 15px;
  line-height: 26px;
}

.Select-control {
  background: #F7F6F1;
  border: 1px solid #A5A5A5;
  box-sizing: border-box;
  border-radius: 3px;
}

/* .state-group {
  padding-left: 15px;
  padding-right: 15px;
} */

.dose-button {
  font-size: 15px;
  line-height: 30px;
  text-transform: lowercase;
  width: 101px;
  height: 31px;
  text-align: center;
  padding: 0px;
  background: #F7F6F1;
  border: 1px solid #A5A5A5;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 2px;
}

.phase-spacer {
  margin: 0px;
  border-left: gray;
  border-width: 1px;
  border-left-style: solid;
}

.phase-group {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.card-body .row {
  margin-right: auto;
  margin-left: auto;
}

.phase-num {
  font-size: 15px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
}

.phase-group .ten {
  font-size: 15px;
  line-height: 26px;
}

.card-body .ten {
  margin-left: 0;
}

.phase-group .eight,
.dose-label,
#allocation-card Label {
  color: #000000;
  letter-spacing: -0.03em;
  margin-left: 0%;
  font-size: 15px;
  line-height: 26px;
}

.pop-totals .one {
  margin-left: 0%;
}

.pop-totals .eight,
.dose-label-total {
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
}

.phase-group .three,
.pop-totals .three,
.dose-total {
  background: #F7F6F1;
  box-sizing: border-box;
  margin-left: 0px;
  margin-bottom: 5px;
  height: 26px;
}

.phase-group .three label,
.pop-totals .three label,
.dose-total label {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #A3A2A2;
  height: 26px;
  font-size: 15px;
  color: #000000;
  text-align: center;
}

.dose-total label,
.box-1-totals label {
  background: #D5EEF5;
}

.dose-total {
  max-width: 10em;
}

.pop-totals .three {
  font-weight: bold;
}

#people-box {
  margin-left: 0;
}

.ten .three {
  margin-left: 0;
}

#contact-us a,
#vulnerability-note a,
#model-paper a,
#ows a,
#overlap-note a,
#cc-license a,
#design-cred a,
.accordion a {
  color: #595a5c;
}

#people-header {
  text-align: center;
}

.row .eight {
  padding-right: 10px;
}

#overlap-note,
#vulnerability-note,
#allocation-note {
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
}

#allocation-note {
  margin-bottom: 0px;
}

#dose-alloc-note{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.dose-label,
.dose-label-total {
  margin-bottom: 0px;
}

.dose-sub,
.group-sub,
.accord-sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.group-sub {
  font-weight: normal;
  line-height: 12px;
}

.form-check label {
  display: inline-block;
  margin-right: 10px;
}

#dose-card p {
  padding-right: 5px;
}

#allocation-card {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.125);
}

.banner-desc q {
  font-style: italic;
}

figure {
  display: inline-block;
  padding-top: 1em;
}

figcaption {
  text-align: left;
  font-size: 18px;
  font-style: italic;
}

#select-sequence,
#disclaimer {
  line-height: 12px;
}

.tooltip-link {
  color: inherit;
}

.tooltip-link:hover {
  color: inherit;
  text-decoration: inherit;
}

.tooltip-content {
  font-size: 12px;
}

.dose-total input {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #A3A2A2;
  height: 26px;
  font-size: 15px;
  color: #000000;
  text-align: center;
  background: #D5EEF5;
  width: -webkit-fill-available;
  padding: 0px;
}

.footer-div {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  text-align: center;
  color: #000000;
  text-rendering: optimizeLegibility;
}

#contact-us {
  color: #000000;
}

#cc-license img {
  height: 22px;
  margin-left: 3px;
  vertical-align: text-bottom;
}

#dose-card ul {
  list-style-type: none;
}

#dose-card li {
  list-style-position: outside;
}

.inline-block {
  display: inline-block;
}

.results-block .row {
  padding-left: 15px;
  padding-right: 15px;
}

#selection-block {
  margin-bottom: 1em;
}

.show-all-row {
  align-items: center;
  display: flex;
  margin-top: 15px;
}

#data-download-row {
  padding-top: 15px;
  text-align: center;
  float: left;
}

#vacc-alloc-data-table td,
#vacc-alloc-data-table-cat td {
  width: 80px;
  min-width: 50px;
  max-width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 15px;
  background-color: rgb(247, 246, 241);
  white-space: normal;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(158, 158, 158);
}

#vacc-alloc-data-table th,
#vacc-alloc-data-table-cat th {
  width: 80px;
  min-width: 50px;
  max-width: 115px;
  overflow: hidden auto;
  text-overflow: ellipsis;
  font-family: Karla;
  font-size: 15px;
  background-color: rgb(247, 246, 241);
  white-space: normal;
  height: auto;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(158, 158, 158);
}
#vacc-alloc-data-table .dash-shreadsheet-container,
#vacc-alloc-data-table-cat .dash-shreadsheet-container {
  width: 90%;
  margin-left: : 0%;
  background-color: #F7F6F1;
}

.show-all-row button {
  font-weight: normal;
  font-size: 14px;
}

.show-all-row hr {
  margin: 0 auto;
  width: 100%;
  margin-left: 15px;
}

#tabs-data-viz {
  justify-content: center;
  margin-bottom: 1em;
}

#data-viz-summary {
  margin-bottom: 1em;
}

#blob, #sites-legend {
  width: 28px;
  margin-right: 10px;
  float: left;
  padding-top: 6px;
}

.desert-square-none {
  height: 28px;
  width: 28px;
  background-color: #feddbe;
  border: 2px solid #8b8b8b;
  float: left;
  margin-right: 10px;
}

.desert-square-none-hc {
  height: 28px;
  width: 28px;
  background-color: #feddbe;
  border: 2px solid #8b8b8b;
  float: left;
  margin-right: 10px;
}

.desert-square-gradient {
  height: 28px;
  width: 28px;
  background: rgb(254,221,190);
  background: linear-gradient(0deg, rgba(254,221,190,1) 0%, rgba(254,221,190,1) 15%, rgba(190,189,220,1) 85%, rgba(190,189,220,1) 100%);
  border: 2px solid #8b8b8b;
  float: left;
  margin-right: 10px;
}

.desert-square-gradient-hc {
  height: 28px;
  width: 28px;
  background: rgb(254,221,190);
  background: linear-gradient(#440154, #482475, #414487, #355f8d, #2a788e, #21908d, #22a884, #42be71, #7ad151, #bddf26, #bddf26);
  border: 2px solid #8b8b8b;
  float: left;
  margin-right: 10px;
}

.missing-data-square {
  height: 30px;
  width: 30px;
  background-color: #FAF496;
  border: 1px solid #878787;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.missing-data-text {
  display: inline-block;
  overflow: hidden;
  max-width: 48px;
  font-size: 14px;

}

#missing-data-block {
  float: right;
}

#map-legend {
  margin-top: 10px;
}

.legend-item-title {
  color: #323232;
  font-weight: bold;
  font-size: 1.1em;
  padding-right: 0.3em;
}

.legend-item {
  width: 100%;
  padding-bottom: 10px;
  color: #6f6f6f;
  font-size: 15px;
  text-rendering: optimizeLegibility;
}

.legend-item p {
  display: block;
  overflow: hidden;
}

.map-top {
  width: 100%;
  color: #6f6f6f;
  text-rendering: optimizeLegibility;
}

#vai-map .js-plotly-plot {
  min-height: 700px;
}

.js-plotly-plot .plotly .modebar {
    left: 0%;
    /* transform: translateX(-50%); */
}

.banner,
#primary-section,
.footer-div {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.banner-desc,
.primary-content-wrapper,
footer {
  max-width: 1600px;
  margin: auto;
}

.colorbar .cbfill {
  opacity: 0.75
}

.colorbar .colorbar-hc {
  opacity: 0.75
}

.site-cat-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

h5 {
  font-weight: bold;
  font-size: 16px;
}

#selection-block-VDT {
  padding-bottom: 1em;
}

@media only screen and (max-width: 550px) {
  .container {
    width: 100%;
  }
  .banner,
  .footer-div {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  footer {
    font-size: 18px;
  }
  .phase-group h6,
  .phase-group .three label,
  .phase-group .three,
  .pop-totals .three label,
  .pop-totals .three,
  .dose-total,
  .dose-total label,
  .dose-total input {
    font-size: 12px;
    line-height: 17px;
    height: 17px;
  }

  .phase-group .eight,
  .pop-totals .eight,
  #allocation-card label {
    line-height: 17px;
    font-size: 12px;
    padding-left: 5px;
  }

  .one input {
    transform: scale(0.68);
  }

  #allocation-note,
  #vulnerability-note,
  #overlap-note {
    font-size: 12px;
    line-height: 17px;
  }

  #vacc-alloc-data-table td,
  #vacc-alloc-data-table-cat td {
    min-width: 50px;
    font-size: 12px;
  }

  #vacc-alloc-data-table th,
  #vacc-alloc-data-table-cat th {
    min-width: 50px;
    font-size: 12px;
  }
  #vacc-alloc-data-table .dash-shreadsheet-container,
  #vacc-alloc-data-table-cat .dash-shreadsheet-container {
    width: 90%;
  }
  #tabs-content-block,
  #tabs-content-block .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cell-1-1 {
    width: 100%;
  }

  #top-logo-bch, #top-logo-al, #top-logo-vf {
    display: inline-block;
    margin: 10px 5px 10px 5px;
    height: 60px;
  }

  #pjm-logo, #fb-logo, #cdc-logo, #rf-logo {
    display: inline-block;
    margin: 7px 7px 7px 7px;
    height: 30px;
    filter: grayscale(100%);
  }

  #cwf-logo {
    display: inline-block;
    height: 55px;
    filter: grayscale(100%);
  }

  #vf-logo {
    display: inline-block;
    margin: 7px 7px 7px 7px;
    height: 15px;
    filter: grayscale(100%);
  }

  #vai-map .js-plotly-plot {
    min-height: inherit;
  }

  .legend-item-title {
    font-size: 18px;
  }

  .map-top,
  .legend-item {
    font-size: 16px;
  }

  #data-timestamp {
    float: left;
    clear: left;
  }
}
#tabs-frameworks{
  justify-content: center;
}

.accordion .card:last-of-type {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.125);
}

.circle {
  height: 1em;
  width: 1em;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  border: solid;
  border-width: 2px;

}

.healthsites {
  border-color: #F44546;
}

.othersites {
  border-color: #0000C3;
}

.healthsites-hc {
  border-color: #F44546;
}

.othersites-hc {
  border-color: #0000C3;
}

#hlthland-attr {
  display: inline-block;
  margin: 7px 7px 7px 7px;
  height: 30px;
  filter: brightness(0) invert(1);
}
