@charset "UTF-8";
:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
.tab-group {
  margin-bottom: var(--spacer) !important;
}
* + .tab-group {
  margin-top: 3rem !important;
}
.tab-group + .btn {
  margin-top: -2rem !important;
}
.tab-group.vert {
  border-bottom: none;
}
.tab-group.vert > .acf-innerblocks-container {
  display: flex;
  flex-wrap: wrap;
}

:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  box-shadow: inset 0 5px 0 0 #fff;
}
ul.tabs li {
  margin: 0;
  padding: 0;
}
ul.tabs a {
  display: block;
  font-weight: 500;
  text-decoration: none !important;
  color: rgba(51, 51, 51, 0.3);
  background: transparent;
  padding: 15px 15px 6px 15px;
  box-shadow: inset 0 5px 0 0 #fff;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
ul.tabs a.active, ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
  text-decoration: none;
  color: #fff;
  background: #a57c08;
  box-shadow: inset 0 0 0 0 #fff;
  outline: none;
}
ul.tabs.fw li {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  flex-basis: 0;
}
ul.tabs.fw li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vert ul.tabs {
  display: flex;
  flex-direction: column;
  width: calc(35% - 30px);
  margin: 0 30px 0 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.vert ul.tabs li {
  width: 100%;
  margin: 0;
  border-bottom: 3px solid #fff;
}
.vert ul.tabs a {
  padding: 9px 15px 6px 15px;
  box-shadow: none;
}
@media (min-width: 750px) {
  .vert .tab-panel {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .vert ul.tabs {
    width: 180px;
  }
  .vert .tab-panel {
    width: calc(100% - 215px);
  }
}

@media (max-width: 749px) {
  .acc ul.tabs {
    display: none;
  }
}
:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
.tab-panel {
  padding: 30px 0;
}
.tab-panel > div {
  opacity: 0;
  overflow-x: hidden;
}

.vert .tab-panel {
  padding: 0;
}

@media (max-width: 749px) {
  .tab-group.acc {
    padding: 0;
  }
  .tab-group.acc .tab-panel {
    display: block !important;
    width: 100%;
    padding: 0;
  }
  .tab-group.acc .tab-panel input {
    display: none;
  }
  .tab-group.acc .tab-panel input + .acc-title {
    display: block;
    font-weight: 600;
    line-height: 1.35;
    padding: 1.4ch 30px 1.2ch 0;
    margin: 0;
    border-bottom: 1px solid #333;
    cursor: pointer;
    position: relative;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  }
  .tab-group.acc .tab-panel input + .acc-title:after {
    content: "+";
    display: block;
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 1;
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    transform: translateY(-50%);
  }
  .tab-group.acc .tab-panel input + .acc-title:hover {
    color: #a57c08;
  }
  .tab-group.acc .tab-panel input + .acc-title span {
    width: calc(100% - 13px);
    padding-right: 3ch;
  }
  .tab-group.acc .tab-panel input + .acc-title svg {
    width: 13px;
  }
  .tab-group.acc .tab-panel input + .acc-title + .acc-panel {
    height: 0;
    visibility: hidden;
    padding: 0;
    border: 1px solid transparent;
    transition: visibility 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s, height 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s, margin 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s;
  }
  .tab-group.acc .tab-panel input + .acc-title + .acc-panel > * {
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.82, -0.04, 1, 1);
  }
  .tab-group.acc .tab-panel input:checked + .acc-title {
    color: #a57c08;
  }
  .tab-group.acc .tab-panel input:checked + .acc-title:after {
    content: "–";
    margin-top: -2px;
  }
  .tab-group.acc .tab-panel input:checked + .acc-title + .acc-panel {
    height: auto;
    visibility: visible;
    margin-bottom: 10px;
    padding: 20px 0;
    opacity: 1;
  }
  .tab-group.acc .tab-panel input:checked + .acc-title + .acc-panel > * {
    opacity: 1;
  }
  .tab-group.tabs .tab-panel > input,
  .tab-group.tabs .tab-panel > label {
    display: none;
  }
  .tab-group.tabs .tab-panel > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
  .tab-group.tabs .tab-panel.active {
    display: block;
  }
  .tab-group.tabs .tab-panel.active > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
}
@media (min-width: 750px) {
  .tab-panel > input,
  .tab-panel > label {
    display: none;
  }
  .tab-panel > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
  .tab-panel.active {
    display: block;
  }
  .tab-panel.active > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
}
.results-table .file {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
}
.results-table .file span.date {
  font-size: 1.4rem;
  color: #a57c08;
}
.results-table .file span.title {
  font-weight: 500;
}
.results-table .file.trow a {
  display: block;
  text-align: center;
}
.results-table .file.trow a .icon {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  transition: all 0.18s ease-in-out 0.05s;
}
.results-table .file.trow a .icon .circle {
  transition: fill 0.18s ease-in-out 0.05s;
}
.results-table .file.trow a:hover .icon .circle, .results-table .file.trow a:active .icon .circle, .results-table .file.trow a:focus .icon .circle {
  fill: #a57c08;
}

.archived-year + .archived-year {
  margin-top: 3rem;
}

@media (max-width: 699px) {
  .results-table .trow.head {
    display: none;
  }
  .results-table .trow.file .name span {
    display: block;
  }
  .results-table .trow.file .name span.title {
    padding: 0.6ch 0;
  }
  .results-table .trow.file .results-files > span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 0;
  }
  .results-table .trow.file .results-files > span.empty {
    display: none;
  }
  .results-table .trow.file .results-files > span .label {
    width: 12rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #585758;
  }
}
@media (min-width: 700px) {
  .results-table .trow:last-of-type {
    border-bottom: 1px solid #a57c08;
  }
  .results-table .trow.file span.date {
    color: #585758;
  }
  .results-table .trow.head, .results-table .trow.file {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .results-table .trow.head .name, .results-table .trow.file .name {
    width: calc(100% - 140px);
    display: flex;
    flex-wrap: wrap;
  }
  .results-table .trow.head .name span, .results-table .trow.file .name span {
    display: block;
  }
  .results-table .trow.head .name span.date, .results-table .trow.file .name span.date {
    width: 70px;
  }
  .results-table .trow.head .name span.title, .results-table .trow.file .name span.title {
    width: calc(100% - 70px);
  }
  .results-table .trow.head .results-files, .results-table .trow.file .results-files {
    width: 140px;
    display: flex;
    flex-wrap: wrap;
  }
  .results-table .trow.head .results-files > span, .results-table .trow.file .results-files > span {
    text-align: center;
  }
  .results-table .trow.head .results-files > span.cell, .results-table .trow.file .results-files > span.cell {
    flex: 1;
  }
  .results-table .trow.head .results-files > span a .icon, .results-table .trow.file .results-files > span a .icon {
    margin: 0 auto;
  }
  .results-table .trow.head .results-files > span .label, .results-table .trow.file .results-files > span .label {
    display: none;
  }
  .results-table .trow.head {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 4px 0 12px 0;
    color: #a57c08;
    border-bottom: 1px solid #a57c08;
  }
}
@media (min-width: 1100px) {
  .results-table .file {
    font-size: 1.8rem;
  }
  .results-table .file span.date {
    font-size: 1.6rem;
  }
  .results-table .trow.head {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .results-table .trow.head .name span.date, .results-table .trow.file .name span.date {
    width: 85px;
  }
  .results-table .trow.head .name span.title, .results-table .trow.file .name span.title {
    width: calc(100% - 85px);
  }
}/*# sourceMappingURL=block-results-table.css.map */