/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 11 June 2026 23:47:18
*/


.faq-sidebar {
  background-color: #F0F8FF !important;
  padding: 1.5rem !important;
  height: auto !important;
  overflow: visible !important;
  font-family: "TheSerifC5-5_Plain", "Verdana", "serif";
}
.faq-sidebar p, .faq-sidebar span {
  font-family: "TheSerifC5-5_Plain", "Verdana", "serif";
}
.faq-page aside {
  height: auto !important;
  overflow: visible !important;
}
.faq-nav-toggle {
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 0.95rem !important;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  text-align: left;
}
.faq-nav-btn:hover {
  text-decoration: underline !important;
}
.faq-chevron {
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}
.faq-nav-toggle.collapsed .faq-chevron {
  transform: rotate(180deg);
}
.faq-nav-btn {
  background: none;
  border: none;
  font-size: 0.95rem;
  color: #495057;
  cursor: pointer;
}
.faq-nav-btn:hover {
  color: #000;
}
.faq-nav-btn.active {
  color: #000;
  font-weight: 600;
}
@media (min-width: 992px) {
  .col-lg-4.faq-sticky-sidebar {
    position: sticky;
    top: 7rem;
    align-self: flex-start;
  }
}
.faq-accordion .accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.faq-accordion .accordion-button {
  padding: 1.25rem 0 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #1a1a2e !important;
  background: transparent !important;
  box-shadow: none !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #1a1a2e !important;
  box-shadow: none !important;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none !important;
}
.faq-accordion .accordion-button::after {
  display: none !important;
}
.faq-accordion .accordion-button .faq-chevron-circle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 50% !important;
  margin-left: auto !important;
  transition: transform 0.2s ease !important;
  background-color: #F0F8FF !important;
}
.faq-accordion .accordion-button .faq-chevron-circle i {
  font-size: 0.75rem !important;
  color: #1a1a2e !important;
  transition: transform 0.3s ease !important;
}
.faq-accordion .accordion-button:not(.collapsed) .faq-chevron-circle i {
  transform: rotate(180deg) !important;
}
.faq-accordion .accordion-body {
  color: #212529;
}
.faq-accordion .accordion-body {
  padding: 0 0 1.25rem !important;
  background-color: #FFF !important;
}
.faq-breadcrumb {
  color: #000;
  background-color: #F0F8FF;
  padding: 0.5rem;
  width: fit-content;
  font-family: "TheSerifC5-5_Plain", "Verdana", "serif";
}
.faq-help-section {
  background-color: #F5F5F5;
}
.table--faq {
  border-collapse: collapse;
  width: 100%;
}
.table--faq th, .table--faq td {
  border: none;
  padding: 0.75rem 1rem;
}
.table--faq thead tr {
  border-bottom: 2px solid #333;
}
.table--faq th, .table--faq td {
  width: 50%;
}
@media (max-width: 991.98px) {
  .faq-sidebar-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    height: 100%;
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 1rem;
  }
  .faq-sidebar-wrapper.is-open {
    left: 0;
  }
}
.no-scroll {
  overflow: hidden;
}
#faqSidebarToggle {
  background: none;
  border: none;
  outline: none;
}
#faqSidebarToggle:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
  border-radius: 4px;
}
#faqSidebarToggle:hover {
  color: #00A0E4;
}
