.tab-group {
  margin-bottom: var(--wp--preset--spacing--normal) !important;
}
* + .tab-group {
  margin-top: var(--wp--preset--spacing--normal) !important;
}
.tab-group + .btn {
  margin-top: -2rem !important;
}
.tab-group li {
  list-style: none !important;
}
.tab-group + div,
.tab-group + .tab-group,
.tab-group + p,
.tab-group + h2,
.tab-group + h3,
.tab-group + h4,
.tab-group + h5,
.tab-group + h6 {
  margin-top: var(--wp--preset--spacing--normal) !important;
}
.tab-group.vert {
  border-bottom: none;
}
.tab-group.vert > .acf-innerblocks-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 749px) {
  .tab-group.vert .accordion > input + .acc-title {
    padding: 0.9ch 40px 0.9ch 1.4rem;
  }
}

ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
  position: relative;
  align-items: center;
  gap: 10px;
}
ul.tabs li {
  margin: 0 0 15px 0;
  position: relative;
  z-index: 2;
}
ul.tabs a {
  padding: 10px 20px;
  border-radius: 60px;
  background: rgba(5, 74, 140, 0.15);
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
ul.tabs a:after {
  display: none;
}
ul.tabs a.active, ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
  color: #fff !important;
  background: #197ED3;
  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;
  background: transparent;
  border: none;
  border-radius: 0;
}
.vert ul.tabs li {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
}
.vert ul.tabs a {
  display: block;
  height: auto;
  padding: 0.9ch 1.4rem;
  color: #054A8C !important;
  background: transparent;
  border: 1px solid #6F6B8E;
  border-radius: 4px;
}
.vert ul.tabs a:hover, .vert ul.tabs a:active, .vert ul.tabs a:focus, .vert ul.tabs a.active {
  background: rgba(111, 107, 142, 0.05);
  color: #6F6B8E !important;
  cursor: pointer;
}
@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;
  }
}
@media (max-width: 749px) {
  .tab-panel > div {
    overflow-x: hidden;
  }
  .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: 500;
    line-height: 1.25;
    padding: 0.9ch 40px 0.9ch 1.4rem;
    margin: 0;
    color: #054A8C;
    border: 1px solid #054A8C;
    border-radius: 4px;
    position: relative;
    transition: color 0.25s ease-in-out;
  }
  .tab-group.acc .tab-panel > input + .acc-title:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #054A8C;
    -webkit-mask: url(../../../assets/images/theme/acc-plus.svg) no-repeat center/contain;
            mask: url(../../../assets/images/theme/acc-plus.svg) no-repeat center/contain;
    position: absolute;
    top: calc(50% - 8px);
    right: 1ch;
  }
  .tab-group.acc .tab-panel > input + .acc-title:hover {
    color: #054A8C;
    cursor: pointer;
  }
  .tab-group.acc .tab-panel > input + .acc-title span {
    display: block;
    width: calc(100% - 40px);
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel {
    height: 0;
    visibility: hidden;
    padding: 0 0 20px 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, padding 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 + .acc-title + .acc-panel .wp-block-columns:first-child {
    margin-top: 0;
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel .wp-block-columns:last-child {
    margin-bottom: 0;
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title {
    color: #054A8C;
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title:after {
    background-color: #054A8C;
    -webkit-mask: url(../../../assets/images/theme/acc-minus.svg) no-repeat center/contain;
            mask: url(../../../assets/images/theme/acc-minus.svg) no-repeat center/contain;
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel {
    height: auto;
    visibility: visible;
    padding: 20px 0;
  }
  .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 {
    opacity: 0;
    animation: fadeIn 0.45s forwards 0.15s;
  }
  .tab-group.tabs .tab-panel.active {
    display: block;
  }
}
@media (min-width: 750px) {
  .tab-panel > input,
  .tab-panel > label {
    display: none;
  }
  .tab-panel > div {
    animation: fadeIn 0.45s forwards 0.15s;
    opacity: 0;
  }
  .tab-panel.active {
    display: block;
  }
}
.tab-group .results-acc ul.tabs {
  padding: 0;
  border-radius: 0;
}
.tab-group .results-acc ul.tabs li {
  padding: 0;
}
.tab-group .results-acc ul.tabs li:last-child {
  margin-left: auto;
}
.tab-group .results-acc ul.tabs a {
  font-weight: 500;
  padding: 1.35ch 1.2rem;
  background: transparent;
  border-radius: 0;
  transition: color 0.25s ease-in-out, font-weight 0.25s ease-in-out !important;
}
.tab-group .results-acc ul.tabs a.active, .tab-group .results-acc ul.tabs a:hover, .tab-group .results-acc ul.tabs a:active, .tab-group .results-acc ul.tabs a:focus {
  font-weight: 600;
  color: #054A8C !important;
  background: transparent;
  outline: none;
}

@media (max-width: 600px) {
  .acc-panel {
    overflow: scroll !important;
  }
}

.results-table {
  padding: 1.5rem 0 0 0;
}
@media (max-width: 600px) {
  .results-table {
    margin-bottom: 20px;
    position: relative;
    margin-top: 4rem;
    table-layout: fixed;
    width: 100%;
    min-width: 700px;
  }
  .results-table:before {
    content: "";
    display: block;
    height: 1px;
    background: rgba(5, 74, 140, 0.3);
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
  }
  .results-table:after {
    content: "";
    display: block;
    width: 80px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='21' viewBox='0 0 80 21' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.765381' width='80' height='20' rx='10' fill='%23054A8C'/%3E%3Cpath d='M52.4927 8.28643V10.2852H54.8441V11.1964H52.4927V13.2833H55.1381V14.1945H51.3757V7.37524H55.1381V8.28643H52.4927Z' fill='white'/%3E%3Cpath d='M49.8205 9.41338C49.8205 9.75957 49.7389 10.0862 49.5756 10.3932C49.4123 10.7002 49.151 10.9516 48.7918 11.1476C48.4325 11.337 47.972 11.4317 47.4103 11.4317H46.1758V14.1947H45.0588V7.38525H47.4103C47.9328 7.38525 48.3737 7.4767 48.733 7.65959C49.0988 7.83595 49.3698 8.07763 49.5462 8.38462C49.7291 8.69162 49.8205 9.03454 49.8205 9.41338ZM47.4103 10.5205C47.8349 10.5205 48.1517 10.4258 48.3607 10.2364C48.5697 10.0404 48.6742 9.7661 48.6742 9.41338C48.6742 8.66876 48.2529 8.29644 47.4103 8.29644H46.1758V10.5205H47.4103Z' fill='white'/%3E%3Cpath d='M43.1028 7.38525V14.1947H41.9858V7.38525H43.1028Z' fill='white'/%3E%3Cpath d='M40.5746 7.38525L38.5562 14.1947H37.2923L35.8618 9.04107L34.3432 14.1947L33.0891 14.2045L31.1589 7.38525H32.3445L33.7553 12.9308L35.2838 7.38525H36.5379L37.9586 12.9014L39.3792 7.38525H40.5746Z' fill='white'/%3E%3Cpath d='M27.5482 14.2633C27.091 14.2633 26.6794 14.1849 26.3137 14.0282C25.9479 13.8649 25.6605 13.6363 25.4515 13.3423C25.2424 13.0484 25.1379 12.7055 25.1379 12.3136H26.3333C26.3594 12.6075 26.4737 12.8492 26.6762 13.0386C26.8852 13.228 27.1759 13.3227 27.5482 13.3227C27.9336 13.3227 28.234 13.2313 28.4496 13.0484C28.6651 12.859 28.7729 12.6173 28.7729 12.3234C28.7729 12.0947 28.7043 11.9086 28.5671 11.7649C28.4365 11.6212 28.2699 11.5101 28.0675 11.4318C27.8715 11.3534 27.5972 11.2685 27.2445 11.177C26.8003 11.0594 26.4378 10.9419 26.1569 10.8243C25.8826 10.7002 25.6474 10.5108 25.4515 10.256C25.2555 10.0013 25.1575 9.66164 25.1575 9.23707C25.1575 8.84516 25.2555 8.50224 25.4515 8.20831C25.6474 7.91438 25.9218 7.68903 26.2745 7.53226C26.6272 7.3755 27.0354 7.29712 27.4992 7.29712C28.1589 7.29712 28.6978 7.46368 29.1158 7.7968C29.5404 8.12339 29.7755 8.57409 29.8213 9.14889H28.5867C28.5671 8.90068 28.4496 8.6884 28.234 8.51204C28.0185 8.33568 27.7343 8.2475 27.3816 8.2475C27.0616 8.2475 26.8003 8.32915 26.5978 8.49244C26.3953 8.65574 26.2941 8.89088 26.2941 9.19788C26.2941 9.4069 26.3561 9.57999 26.4802 9.71716C26.6109 9.84779 26.7742 9.9523 26.9701 10.0307C27.1661 10.1091 27.4339 10.194 27.7735 10.2854C28.2242 10.4095 28.59 10.5336 28.8709 10.6577C29.1583 10.7818 29.4 10.9745 29.5959 11.2358C29.7984 11.4905 29.8996 11.8335 29.8996 12.2646C29.8996 12.6108 29.8049 12.9373 29.6155 13.2443C29.4326 13.5513 29.1615 13.7995 28.8023 13.989C28.4496 14.1719 28.0315 14.2633 27.5482 14.2633Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5331 13.9841C14.694 14.145 14.9548 14.145 15.1157 13.9841C15.2765 13.8232 15.2765 13.5624 15.1157 13.4016L12.8827 11.1686L19.1117 11.1686C19.3261 11.1686 19.5 10.9947 19.5 10.7802C19.5 10.5658 19.3261 10.3919 19.1117 10.3919L12.8827 10.3919L15.1157 8.15889C15.2765 7.99802 15.2765 7.73724 15.1157 7.57637C14.9548 7.4155 14.694 7.4155 14.5332 7.57637L11.6206 10.4889C11.5484 10.5612 11.5086 10.6537 11.5012 10.7482C11.4922 10.864 11.532 10.983 11.6206 11.0716L14.5331 13.9841Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.4669 13.9841C65.306 14.145 65.0452 14.145 64.8843 13.9841C64.7235 13.8232 64.7235 13.5624 64.8843 13.4016L67.1173 11.1686L60.8883 11.1686C60.6739 11.1686 60.5 10.9947 60.5 10.7802C60.5 10.5658 60.6739 10.3919 60.8883 10.3919L67.1173 10.3919L64.8843 8.15889C64.7235 7.99802 64.7235 7.73724 64.8843 7.57637C65.0452 7.4155 65.306 7.4155 65.4668 7.57637L68.3794 10.4889C68.4516 10.5612 68.4914 10.6537 68.4988 10.7482C68.5078 10.864 68.468 10.983 68.3794 11.0716L65.4669 13.9841Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: -30px;
    left: 0;
  }
}
.results-table th {
  text-align: center;
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #082945;
  padding: 1ch 2ch 1ch 0 !important;
}
.results-table .file td {
  padding: 1ch 2ch 1ch 0 !important;
}
.results-table .file .date {
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  vertical-align: middle;
}
.results-table .file .name {
  color: #054A8C;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  vertical-align: middle;
}
.results-table .file .download {
  text-align: center;
}
.results-table .file .download a {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  vertical-align: middle;
}
.results-table .file .download a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23197ED3' fill-opacity='.2'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='%23054A8C'/></svg>");
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}
.results-table .file .download a:hover::after {
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,	<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23044a8c'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='white'/></svg>");
}

.archived-year {
  padding: 1.5rem 0 0 0;
  margin-bottom: 4rem;
}
.archived-year > h4 {
  color: #054A8C;
  font-size: var(--wp--preset--font-size--font-24);
}
.archived-year .results-table {
  padding: 0;
}

@media (min-width: 820px) and (max-width: 1023px) {
  .results-table {
    padding-bottom: 18.5%;
  }
}/*# sourceMappingURL=block-results-table.css.map */