@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Brookoverlaw Base Colors
***************************/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * TOC stylesheet entry — loaded only when TOC is enabled on the page.
 */
/**
 * Table of Contents styles
 * Loaded only when TOC is enabled (see includes/toc.php → dist/css/toc.css).
 *
 * Tokens below are the single place to tweak look & spacing.
 * Layout:
 * - Desktop (sidebar): `.sidebar .toc`
 * - Mobile/tablet: `.mobile-toc-widget-container .toc`
 * - Shortcode: `.toc-shortcode .toc`
 */
.toc {
  background-color: #F2F3F3;
  border: 1px solid #C89C00;
  border-radius: 20px;
  padding: 11% 10%;
  margin: 0 1.5rem 1rem 0;
  max-width: 440px;
}

@media screen and (min-width: 992px) {
  .toc {
    width: 385px;
  }
}
.toc.is-collapsed {
  padding: 5% 10%;
}

.sidebar .toc {
  width: 100%;
  max-width: none;
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .toc {
    float: none !important;
    margin: 1.3rem auto;
  }
}
.toc .sidebar-title,
.toc .toc-toggle {
  font-family: var(--secondary-font), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  color: #001334;
  text-align: center;
  text-transform: none;
}

.toc .sidebar-title:not(.toc-toggle) {
  margin-bottom: 17px;
}

.toc .toc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
  color: #001334;
}

.toc .toc-toggle[aria-expanded=true] {
  margin-bottom: 15px;
}

.toc .toc-toggle .toc-toggle-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 22px;
  color: #C89C00;
  transition: transform 0.2s ease;
}

.toc .toc-toggle .toc-toggle-icon svg {
  display: block;
  width: 23px;
  height: 22px;
}

.toc .toc-toggle[aria-expanded=true] .toc-toggle-icon {
  transform: rotate(45deg);
}

.toc .toc-body[hidden] {
  display: none;
}

.toc ul,
.toc ol {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

.toc ul li,
.toc ol li {
  position: relative;
  padding: 0;
  margin: 0 !important;
  border-bottom: 1px solid #BEBEBE;
  font-weight: normal !important;
  transition: background-color 0.2s ease;
}

.toc ul li::before,
.toc ol li::before {
  content: none !important;
}

.toc ul li:first-of-type,
.toc ol li:first-of-type {
  border-top: 1px solid #BEBEBE;
}

.toc ul li a,
.toc ol li a {
  display: block;
  padding: 16px 0;
  color: #353535;
  line-height: normal;
  text-decoration: none !important;
  border: 0;
}

.toc ul li a:hover, .toc ul li a:focus,
.toc ol li a:hover,
.toc ol li a:focus {
  text-decoration: none;
}

.toc ul li:hover, .toc ul li:focus-within,
.toc ol li:hover,
.toc ol li:focus-within {
  background-color: #fff;
}

.toc ul li:hover a, .toc ul li:focus-within a,
.toc ol li:hover a,
.toc ol li:focus-within a {
  color: #00276A;
  font-weight: 800;
}

.mobile-toc-widget-container {
  width: 100%;
}

.mobile-toc-widget-container .sidebar-toc-mobile {
  width: 100%;
}

.mobile-toc-widget-container .sidebar-toc-mobile .toc.sidebar-widget {
  width: 100%;
  max-width: 440px;
  float: none;
  margin: 1rem auto 2rem;
  padding: 8%;
}

.mobile-toc-widget-container .sidebar-toc-mobile .toc.sidebar-widget.toc-mobile-full-width {
  max-width: 100%;
  margin: 1rem 0 2rem;
}

.mobile-toc-widget-container .sidebar-toc-mobile .toc.sidebar-widget.is-collapsed {
  padding: 4% 10%;
}

.toc-shortcode .toc {
  float: none;
}

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