.covid-19-banner {
  background-color: green;
  color: white;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 1999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
    justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
    align-items: center;
}

.covid-19-banner.kits-unavailable {
  background-color: red;
}

.covid-19-banner--main-site.kits-unavailable {
  background-color: green;
}

.covid-19-banner__title {
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
  font-size: 110%;
}

.covid-19-banner__title strong { font-weight: bold; }

.covid-19-banner__icon {
  margin-right: 1em;
  width: 100%;
  max-width: 32px;
}
.covid-19-banner__icon svg {
  width: 100%;
  max-width: none;
  height: 100%;
}

.covid-19-banner .btn,
.covid-19-banner .button {
  margin-left: 1.5em;
  color: red;
  border-color: white;
  background-color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100%;
  white-space: initial;
}

.covid-19-banner.kits-available .btn,
.covid-19-banner.kits-available .button {
  color: green;
}

@media screen and (min-width: 769px) {
  .covid-19-banner__title { font-size: 150%; }
}

@media screen and (min-width: 992px) {
  .covid-19-banner__title { font-size: 180%; }
}



.location-kit-availability {
  font-size: 14px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	        -ms-flex-pack: center;
	            justify-content: center;

	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
  margin-top: .5em;
	background-color: red;
	color: white;
  text-transform: initial;
}

.location-kit-availability strong { text-transform: uppercase; }

.location-kit-availability.kits-available {
	background-color: green;
}

.location-kit-availability .btn { margin-top: 1em; }
.location-kit-availability .btn-primary {
  background-color: white;
  border-color: white;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}
.location-kit-availability.kits-available .btn-primary {
  color: green;
}
.location-kit-availability .btn-primary { width: 100%; }
.location-kit-availability .btn-group {
    width: 100%;
}
.location-kit-availability .btn.dropdown-toggle:not(:disabled):not(.disabled):active,
.location-kit-availability .btn.dropdown-toggle:not(:disabled):not(.disabled).active,
.location-kit-availability .show>.btn.dropdown-toggle {
  color: black;
}
.location-kit-availability .btn.dropdown-toggle {
  background-color: #CCC;
  color: black;
  width: 100%:
}
.location-kit-availability .btn.dropdown-toggle svg {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 1.4em;
}
.location-kit-availability .dropdown-menu {
  font-weight: bold;
  padding: 5px;
  font-size: 110%;
}
.location-kit-availability .dropdown-menu__title {
  font-weight: normal;
  text-transform: uppercase;
}

@media screen and ( min-width: 768px ) {
  .location-kit-availability .btn.dropdown-toggle { width: auto; }
}

.sl9-covid-19-location-schedule__wrap {
  max-width: 100%;
  overflow-x: scroll;
}
.sl9-covid-19-location-schedule { min-width: 970px; }
  .sl9-covid-19-location-schedule a {
    text-decoration: underline;
    font-weight: bold;
  }
  .sl9-covid-19-location-schedule tr { font-size: 90%; }
  .sl9-covid-19-location-schedule table {
    width: 100%;
  }
  .sl9-covid-19-location-schedule th,
  .sl9-covid-19-location-schedule td {
    padding: 10px 5px;
  }
  .sl9-covid-19-location-schedule td:nth-child(odd) {
    /* background-color: rgba(0,0,0,0.05); */
  }
  .sl9-covid-19-location-schedule tr:nth-child(odd) td,
  .sl9-covid-19-location-schedule tr:nth-child(odd) th {
    background-color: rgba(0,0,0,0.05);
  }

  .sl9-covid-19-location-schedule tr.table-header,
  .sl9-covid-19-location-schedule tr.table-footer {
    /* font-size: 100%; */
  }

  .sl9-covid-19-location-schedule tr.table-header { border-bottom: 1px solid; }
  .sl9-covid-19-location-schedule tr.table-footer { border-top: 1px solid; }

@media screen and (min-width: 992px) {
  .sl9-covid-19-location-schedule__wrap {
    max-width: none;
    overflow-x: auto;
  }
  .sl9-covid-19-location-schedule { min-width: auto; }
}
