/*
  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: 30 August 2026 07:19:49
*/


.guidelines__list {
  margin-top: 1rem;
}
/* =================================
   Accordion rows
   ================================= */
.guidelines__item {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  background: #231f58 !important;
  color: #fff;
  transition: background 0.25s ease, opacity 0.25s ease;
}
.guidelines__item:hover {
  background: #231f58;
  color: #fff !important;
}
.guidelines__item p {
  color: #FFF !important;
}
/* =================================
   Accordion toggle
   ================================= */
.guidelines__toggle {
  all: unset;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
.guidelines__toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.guidelines__chevron {
  transition: transform 0.25s ease;
}
.guidelines__toggle[aria-expanded="true"] .guidelines__chevron {
  transform: rotate(180deg);
}
/* =================================
   Accordion panel (animated)
   ================================= */
.guidelines__panel {
  padding: 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.25s ease, transform 0.25s ease !important;
}
.guidelines__toggle[aria-expanded="true"] + .guidelines__panel {
  opacity: 1;
  transform: translateY(0);
}
/* =================================
   Inverted button styling
   ================================= */
.guidelines__button {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #231f58;
  border: none;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.guidelines__button:hover, .guidelines__button:focus-visible {
  background-color: #000;
  color: #fff;
}
/* =================================
   PDF link icon spacing
   ================================= */
.guidelines__button i {
  margin-right: 0.25rem;
}
.guidelines__panel li {
  font-size: 1rem;
}
/* =================================
   Search bar
   ================================= */
.guidelines__search {
  position: relative;
}
.guidelines__search .form-control {
  padding-right: 2.75rem;
}
.guidelines__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  color: #6c757d;
  cursor: text;
}
.guidelines__search-icon {
  pointer-events: none;
}
/* =================================
   Clear button
   ================================= */
.guidelines__clear {
  border: 1px solid #ced4da;
  background: #fff;
  color: #000;
  padding: 0.25rem 0.6rem;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.guidelines__clear:hover, .guidelines__clear:focus-visible {
  color: #fff;
  background: #231f58;
  border: 1px solid #231f58;
}
/* =================================
   View all button
   ================================= */
.guidelines__viewall {
  border: 1px solid #ced4da;
  background: #fff;
  color: #000;
  padding: 0.54rem 1rem;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.guidelines__viewall:hover, .guidelines__viewall:focus-visible {
  color: #fff;
  background: #231f58;
  border: 1px solid #231f58;
}
/* =================================
   Focus blue glow
   ================================= */
.glow-focus-blue:focus-visible {
  outline: 2px solid #2b7cff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(43, 124, 255, 0.35);
}
a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}
