#featured_links {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem 0rem 0rem 0rem;
  font-size: 1.4rem;
}

#featured_links > li {
  margin: 0px;
  padding: 0px;
}

#featured_links .icon_link {
  grid-template-columns: 2.5em auto;
}

#featured_links .title {
  font-weight: 800;
}

@media only screen and (max-width: 512px) {
  #featured_links {
    gap: 1rem;
    margin: 0rem;
    padding: 0rem;
    font-size: 1rem;
  }
}
h2 {
  margin-top: 3rem;
  margin-bottom: 0rem;
}

h2 > a {
  background-color: #CED1D3;
  padding-left: 1rem;
  font-size: 1.9rem;
}

.classes_text img {
  width: 100%;
  border: 2px solid #CED1D3;
}

#classes_tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  place-items: start start;
}

#classes_tables h3 {
  margin-bottom: 0rem;
}

#classes_tables p {
  margin-top: 0.25em;
}

#classes_tables table {
  border-collapse: collapse;
  width: 100%;
}

#classes_tables table th,
#classes_tables table td {
  padding: 0.25em;
  text-align: left;
  border-bottom: 1px solid #DBDEDF;
}

#classes_tables table th[scope=col] {
  background-color: #DBDEDF;
}

#classes_tables .sked_location {
  display: none;
}

@media only screen and (max-width: 512px) {
  #classes_tables {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #classes_tables table .wide_only {
    display: none;
  }
}
#chc_services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media only screen and (max-width: 512px) {
  #chc_services {
    grid-template-columns: auto auto;
  }
}
#chc_locations {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0px 0px 0px;
  padding: 0px;
}

#chc_locations > li {
  display: block;
}

#chc_locations > li > a {
  display: block;
  text-decoration: none;
}

#chc_locations > li > a .neighborhood {
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}

#chc_locations > li > a .facility {
  display: block;
  font-size: 1.1em;
}

@media only screen and (max-width: 512px) {
  #chc_locations {
    gap: 0.5rem;
  }
  #chc_locations > li > a .neighborhood {
    font-size: 0.75em;
  }
  #chc_locations > li > a .facility {
    font-size: 0.9em;
  }
}
#popular_links {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1em;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

#popular_links > li {
  margin: 0px;
}
