  .inner-nav {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 782px) {
  .inner-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner-nav .inner {
  background-color: var(--color-light-grey);
  z-index: 10;
  padding-bottom: 30px;
}
@media only screen and (min-width: 782px) {
  .inner-nav .inner {
    padding: 50px 30px;
    width: 100%;
  }
}
.inner-nav .anchor-menu-mobile {
  background-color: var(--color-light-grey);
  padding: 30px 25px 0;
  position: relative;
  display: none;
}
.inner-nav .anchor-menu-mobile .anchor-menu-heading {
  position: relative;
}
.inner-nav .anchor-menu-mobile .anchor-menu-heading:before {
  content: url(/wp-content/themes/bhc/img/fa-icons/square-chevron-down-solid-black.svg);
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 24px;
}
.inner-nav .anchor-menu-heading {
  font-size: 1.25rem;
  font-family: var(--font-ibm-plex);
  font-weight: 700;
  text-transform: uppercase;
}
.inner-nav .anchor-menu-items {
  display: none;
}
@media only screen and (max-width: 782px) {
  .inner-nav .anchor-menu-items {
    background-color: var(--color-light-grey);
    padding: 1em 25px;
  }
}
@media only screen and (min-width: 782px) {
  .inner-nav .anchor-menu-items {
    display: block !important;
  }
}
.inner-nav .anchor-menu-items .anchor-menu-heading {
  display: none;
}
@media only screen and (min-width: 782px) {
  .inner-nav .anchor-menu-items .anchor-menu-heading {
    display: block;
  }
}
.inner-nav .anchor-menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 782px) {
  .inner-nav .anchor-menu-items ul {
    padding-top: 0.5em;
    display: flex;
    flex-wrap: wrap;
  }
}
.inner-nav .anchor-menu-items ul li {
  font-family: var(--font-ibm-plex-sans);
  font-size: 1rem;
  padding: 0.5em 0;
}
@media only screen and (min-width: 782px) {
  .inner-nav .anchor-menu-items ul li {
    margin-top: 0;
  }
}
.inner-nav .anchor-menu-items ul li a {
  color: var(--color-black);
  display: block;
  padding: 0.25em 0;
  text-decoration: none;
  transition: all, 0.3s, ease;
}
@media only screen and (min-width: 782px) {
  .inner-nav .anchor-menu-items ul li a:hover span {
    position: relative;
  }
  .inner-nav .anchor-menu-items ul li a:hover span::after {
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-yellow);
  }
}
.inner-nav + .block,
.inner-nav + .wp-block-media-text {
  padding-top: 0;
}
@media only screen and (min-width: 782px) {
  .inner-nav + .block,
  .inner-nav + .wp-block-media-text {
    padding-top: 0;
  }
}
.inner-nav .sidebar-wrap {
  padding: 15px 0;
}
.inner-nav .sidebar {
  padding: 15px 25px;
}
@media only screen and (min-width: 782px) {
  .inner-nav .sidebar {
    border-top: 1px solid var(--color-yellow);
    padding: 15px 0;
  }
}
.inner-nav .sidebar + .sidebar {
  margin-top: 15px;
}
.inner-nav .sidebar h2 {
  font-size: 1.5rem;
}
.inner-nav .sidebar h3 {
  font-size: 1.25rem;
}
.inner-nav .sidebar h4 {
  font-size: 1.2rem;
}
.inner-nav .sidebar h5 {
  font-size: 1.125rem;
}
.inner-nav .sidebar .description-wrap {
  font-size: 1.125rem;
}
.inner-nav .sidebar .gform_fields {
  --gf-form-gap-y: 20px;
}
.inner-nav .sidebar .recaptcha-notice {
  font-size: 0.875rem;
}
.inner-nav .sidebar .recaptcha-notice p {
  margin: 0;
}
@media only screen and (min-width: 782px) {
  .wp-block-columns .anchor-menu-items ul {
    display: block;
  }
}
.wp-block-columns .anchor-menu-items ul li {
  margin-right: 0;
}
.wp-block-columns .anchor-menu-items ul li:not(:first-child) {
  margin-top: 0.33em;
}
@media only screen and (min-width: 782px) {
  .wp-block-columns .anchor-menu-items ul li a.active span {
    position: relative;
  }
  .wp-block-columns .anchor-menu-items ul li a.active span::after {
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-yellow);
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-columns .anchor-menu-items ul li a.active:before {
    width: 6px;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-columns .wp-block-column .inner-nav {
    padding-bottom: 0 !important;
  }
}
