.container {
  overflow: hidden;
}

.filterDiv {
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 8px 12px;
    margin: 0 10px 10px 0;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 1rem;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}

 .rvt-disclosure__toggle {
	 align-items: center;
	 background-color: transparent;
	 border: none;
	 color: #006298;
	 display: flex;
	 font: inherit;
	 padding-top: 0.25rem;
	 padding-right: 0.5rem;
	 padding-bottom: 0.25rem;
	 padding-left: 1.5rem;
	 position: relative;
}
 .rvt-disclosure__toggle::before {
	 content: "";
	 width: 1rem;
	 height: 1rem;
	 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23006298" viewBox="0 0 16 16" id="rvt-icon-chevron-right"><path d="M6.263 15.146 12.31 8 6.263.854 4.737 2.146 9.69 8l-4.953 5.854 1.526 1.292Z"></path></svg>');
	 background-repeat: no-repeat;
	 background-position: center center;
	 position: absolute;
	 left: 0;
}
 .rvt-disclosure__toggle[aria-expanded=true]::before {
	 transform: rotate(90deg);
}
 .rvt-disclosure__toggle:hover {
	 cursor: pointer;
	 text-decoration: underline;
}
 .rvt-disclosure__toggle:focus {
	 outline: 0.125rem solid #328bb8;
}
 .rvt-disclosure__toggle:focus:not(:focus-visible) {
	 outline: none;
}
 .rvt-disclosure__toggle:focus-visible {
	 background-color: #edfafd;
}
 .rvt-disclosure__content {
	 margin-top: 0.5rem;
	 padding-top: 0.25rem;
	 padding-bottom: 0.25rem;
	 padding-left: 1.5rem;
	 box-shadow: 0.25rem 0 0 #e2e7e9 inset;
}

.rvt-code, .rvt-prose :where(code) {
	 color: #dc231e;
	 font-size: 1rem;
	 font-family: monospace;
	 background-color: #f8f9fa;
	 display: inline-block;
	 padding: 0.125rem 0.25rem;
	 border-radius: 0.25rem;
}

 .rvt-list-description, .rvt-prose > :where(dl) {
	 margin: 0;
}
 .rvt-list-description :where(dt), .rvt-prose > :where(dl) :where(dt) {
	 font-weight: 700;
	 margin-top: 1rem;
}
 .rvt-list-description :where(dt + dt), .rvt-prose > :where(dl) :where(dt + dt) {
	 margin-top: 0;
}
 .rvt-list-description :where(dd), .rvt-prose > :where(dl) :where(dd) {
	 margin-left: 0;
}
 .rvt-prose {
	 line-height: 1.65;
}
 .rvt-prose h1 {
	 font-size: 2rem;
}
 .rvt-prose h2 {
	 font-size: 1.4375rem;
}
 .rvt-prose h3 {
	 font-size: 1.25rem;
}
 .rvt-prose h4, .rvt-prose h5, .rvt-prose h6 {
	 font-size: 1.125rem;
}
 .rvt-prose h1, .rvt-prose h2, .rvt-prose h3, .rvt-prose h4, .rvt-prose h5, .rvt-prose h6 {
	 --flow-space: 3rem;
	 font-weight: 400;
	 line-height: 1.2;
	 scroll-margin-top: 1.5rem;
}
 .rvt-prose :where(p), .rvt-prose :where(li), .rvt-prose :where(td) {
	 color: #4c5a69;
}
 .rvt-prose > img, .rvt-prose > img + *, .rvt-prose > figure, .rvt-prose > figure + *, .rvt-prose > hr {
	 --flow-space: 3rem;
}
 .rvt-prose > :where(dl) {
	/* stylelint-disable */
	/* stylelint-enable */
}
 .rvt-prose :where(code) {
	/* stylelint-disable */
	/* stylelint-enable */
}
 .rvt-prose > *:empty:not(hr) {
	 display: none;
}

 .rvt-flow > * {
	 margin-bottom: 0;
	 margin-top: 0;
}
 .rvt-flow > * + * {
	 margin-top: 1rem;
	 margin-top: var(--flow-space, 1rem);
	 margin-bottom: 0;
}