.gsdscc-label{font-weight:700}.gsdscc-members-label{font-weight:600}.gsdscc-members-note{margin-bottom:1.5em}.gsdscc-members-table{margin-bottom:1.5em}.gsdscc-members-table i{margin-right:10px;text-align:center;width:20px}.gsdscc-members-table .row{border-bottom:1px solid #ddd;padding:0.75em 0}.gsdscc-members-table .row:first-child{border-top:1px solid #ddd}@media only screen and (min-width: 783px){.gsdscc-members-table .row{align-items:baseline;display:flex}}.gsdscc-members-table .row > span{display:block}@media only screen and (min-width: 783px){.gsdscc-members-table .row > span{padding-right:1em}}.gsdscc-members-table .row > .name{font-weight:600}@media only screen and (min-width: 783px){.gsdscc-members-table .row > .name{flex:3 1 0px}}.gsdscc-members-table .row > .title{font-style:italic}@media only screen and (min-width: 783px){.gsdscc-members-table .row > .title{flex:3 1 0px}}@media only screen and (min-width: 783px){.gsdscc-members-table .row > .title i{display:none}}.gsdscc-members-table .row > .term{padding-left:30px}@media only screen and (min-width: 783px){.gsdscc-members-table .row > .term{flex:2 1 0px;padding-left:0;padding-right:0}}@media only screen and (min-width: 783px){.gsdscc-archived-minutes{display:flex}}@media only screen and (min-width: 783px){.gsdscc-archived-minutes .column{flex:1 1 50%}}


.gsdscc-toc {
  overflow: hidden;
  scroll-margin-top: var(--gsdscc-scroll-offset, 100px);
}

.gsdscc-toc .gsdscc-toc-list {
  display: none;
}

.gsdscc-toc .gsdscc-toc-toggle::before {
  content: "+";
}

@media only screen and (min-width: 783px) {
  .gsdscc-toc .gsdscc-toc-list {
    display: flex;
  }

  .gsdscc-toc .gsdscc-toc-toggle::before {
    content: "-";
  }
}

.gsdscc-toc.is-open .gsdscc-toc-list {
  display: flex;
}

.gsdscc-toc.is-open .gsdscc-toc-toggle::before {
  content: "-";
}

.gsdscc-toc.is-closed .gsdscc-toc-list {
  display: none;
}

.gsdscc-toc.is-closed .gsdscc-toc-toggle::before {
  content: "+";
}

.gsdscc-toc-toggle {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 700;
  gap: 10px;
  text-align: left;
  width: 100%;
}

.gsdscc-toc-toggle::before {
  flex: 0 0 12px;
  text-align: center;
}

.gsdscc-toc-toggle:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -7px;
}

.gsdscc-toc-list .col {
  display: flex;
}

.gsdscc-toc-link {
  align-items: center;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  flex: 1 1 auto;
  font-weight: 700;
  gap: 12px;
  padding: 14px;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.gsdscc-toc-link i {
  flex: 0 0 24px;
  font-size: 20px;
  opacity: 0.8;
  text-align: center;
}

.gsdscc-toc-link:hover,
.gsdscc-toc-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.gsdscc-toc-link:hover i,
.gsdscc-toc-link:focus-visible i {
  opacity: 1;
}

.gsdscc-toc-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -7px;
}

:where(.gsdscc-toc-link) {
  background-color: #333f4f;
}

.gsdscc-back-to-top {
  margin: 0 0 2rem;
  text-align: right;
}

.gsdscc-back-to-top a {
  font-size: 0.875em;
  text-decoration: none;
}

.gsdscc-back-to-top a:hover,
.gsdscc-back-to-top a:focus-visible {
  text-decoration: underline;
}

.gsdscc-back-to-top i {
  margin-right: 6px;
}

.gsdscc-section-heading {
  scroll-margin-top: var(--gsdscc-scroll-offset, 100px);
}

.gsdscc-draft-tag {
  background: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 0.75em;
  padding: 0.1em 0.5em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gsdscc-rules-accordion {
  scroll-margin-top: var(--gsdscc-scroll-offset, 100px);
}

.gsdscc-rules-print i {
  margin-right: 8px;
}

.gsdscc-rules-accordion .gsdscc-rules-accordion-toggle {
  align-items: baseline;
  border: 0;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 10px;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.gsdscc-rules-accordion .gsdscc-rules-accordion-toggle::before {
  content: "-";
}

.gsdscc-rules-accordion .gsdscc-rules-accordion-toggle.collapsed::before {
  content: "+";
}

.gsdscc-rules-accordion .gsdscc-rules-accordion-toggle:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -7px;
}

.gsdscc-rules-accordion .gsdscc-rules-accordion-body > *:first-child {
  margin-top: 0;
}

.gsdscc-rules-accordion .gsdscc-rules-accordion-body > *:last-child {
  margin-bottom: 0;
}

.gsdscc-rules-accordion .gsdscc-rules-accordion-body table {
  border-collapse: collapse;
  width: 100%;
}

.gsdscc-rules-accordion .gsdscc-rules-accordion-body th,
.gsdscc-rules-accordion .gsdscc-rules-accordion-body td {
  border: 1px solid #cccccc;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}


