.views-field-field-subsite-billboard-image img {
    width: 100%;
    height: auto;
}

.tiles-paragraph-top-margin {
	margin-top: 15px !important;
}

.tiles-link-hover a {
	text-decoration: none !important;
}

.tiles-link-hover a:hover {
	text-decoration: underline !important;
}

.corona-updates-box li {
	margin-bottom: 0 !important;
}

/** inline styling from coronavirus/cares-act-provider-relief-fund/data/index.html **/
.explore-funding-data-container {
  border: 1px solid #ccc;
  padding: 10px;
}
.explore-funding-data-container img {
  width: 100%;
}
.explore-funding-data-container p {
  margin-top: 10px;
  height: 20%;
}
.explore-funding-main-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.explore-funding-left-box {
  width: calc(100% / 2 * .95);
  display: flex;
  margin-right: calc(100% / 2 * .05);
}
.explore-funding-right-box {
  width: calc(100% / 2 * .95);
  display: flex;
}
.site-content-with-left-nav a.accordion-toggle {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .explore-funding-left-box {
    width: 100%;
    display: flex;
    margin-right: 0;
  }
  .explore-funding-right-box {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .explore-funding-data-container {
    width: 100%;
  }
  .explore-funding-data-container p {
    height: auto;
  }
}
/** EO - inline styling from coronavirus/cares-act-provider-relief-fund/data/index.html **/

/** inline styling from coronavirus/community-based-testing-sites/index.html **/
.hoverTable tr:hover {
  background-color: #D4EFFD;
}
/** EO - inline styling from coronavirus/community-based-testing-sites/index.html **/

/** Additional coronavirus pages styling **/
.jump-links--indented {
  padding-left: 20px;
}

.testing-location--container {
  max-width: 350px;
}
