.more-services .title {
  margin-top: 1rem;
  color: #0171bc;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 1200px) {
  .column-list {
    column-count: 3;
  }
}
@media only screen and (min-width: 992px) {
  .column-list {
    column-count: 2;
  }
}
@media only screen and (min-width: 600px) {
  .column-list {
    column-count: 1;
  }
}

.location {
  break-inside: avoid;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.office-hours__item-label {
  font-weight: initial;
}

.rio-tabs {
  gap: 0.2em;
}
.rio-tabs .nav-item {
  flex-grow: 1;
  width: auto;
}
.rio-tabs .nav-item .nav-link {
  background-color: #f2f2f2;
  padding: 1rem !important;
  border-radius: 0;
  width: 100%;
}
.rio-tabs .nav-item .nav-link:hover {
  color: #0171bc;
  background-color: #e0e0e0;
}
.rio-tabs .nav-item .nav-link:focus,
.rio-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #002b5c;
}

/*# sourceMappingURL=rio.css.map */
