.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;
  }
}
h2 + .tab-group {
  margin-top: 3rem;
}
.tab-group ul.tabs li {
  list-style: none !important;
}

.tab-panel .tab-group ul.tabs {
  background: rgba(178, 178, 178, 0.15);
  border-radius: 4px;
}
.tab-panel .tab-group ul.tabs a {
  height: auto;
  font-weight: 400;
  padding: 1.2rem 1.1rem;
  color: #054A8C !important;
  background: transparent;
  border-radius: 0;
}
.tab-panel .tab-group ul.tabs a:hover, .tab-panel .tab-group ul.tabs a:active, .tab-panel .tab-group ul.tabs a:focus, .tab-panel .tab-group ul.tabs a.active {
  color: #054A8C !important;
}
.tab-panel .tab-group ul.tabs a.active {
  font-weight: 500;
  color: #054A8C !important;
}

.file-table + h2,
.file-table + h3,
.file-table + h4,
.file-table + h5,
.file-table + h6 {
  margin-top: var(--wp--preset--spacing--l);
}
@media (max-width: 749px) {
  .file-table.acc-panel {
    margin-top: 0 !important;
  }
}
.file-table .file {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 2rem 1.5rem !important;
  transition: all 0.25s ease-in-out;
}
.file-table .file:nth-child(even) {
  background-color: rgba(5, 74, 140, 0.05);
}
.file-table .file span {
  display: block;
}
.file-table .file span.date {
  font-size: var(--wp--preset--font-size--font-16);
  color: #000;
  font-weight: 500;
}
.file-table .file span.format, .file-table .file span.size {
  font-size: var(--wp--preset--font-size--font-16);
  text-transform: uppercase;
  color: #197ED3;
}
.file-table .file span.title {
  font-weight: 600 !important;
  color: #054A8C;
  transition: color 0.25s ease-in-out;
}
.file-table .file span.icon {
  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;
  padding: 0;
  color: transparent;
  border: none;
  background-color: transparent !important;
  border-radius: 0;
  font-size: 0;
  transform: rotate(90deg);
}
.file-table .file span.icon:hover {
  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>");
}
.file-table .file:hover, .file-table .file:active, .file-table .file:focus {
  text-decoration: none;
}
.file-table .file:hover .title, .file-table .file:active .title, .file-table .file:focus .title {
  color: #054A8C;
}
.file-table .file:hover .icon rect, .file-table .file:active .icon rect, .file-table .file:focus .icon rect {
  stroke: #197ED3;
}
@media (max-width: 799px) {
  .file-table .file span {
    display: block;
  }
  .file-table .file span.date, .file-table .file span.title {
    width: 100%;
  }
  .file-table .file span.title {
    padding: 0.4ch 0 0.3ch 0;
  }
  .file-table .file span.icon {
    display: none;
  }
  .file-table .file span.format, .file-table .file span.size {
    padding-right: 2ch;
  }
}
@media (min-width: 800px) {
  .file-table .file {
    align-items: center;
    justify-content: space-between;
  }
  .file-table .file span {
    flex: 1;
  }
  .file-table .file span.date {
    flex: 2;
  }
  .file-table .file span.title {
    flex: 8;
    padding-right: 2ch;
  }
}
@media (min-width: 1100px) {
  .file-table .file {
    padding: 1.2rem 2rem;
  }
  .file-table .file span.title {
    flex: 8;
    padding-right: 5ch;
  }
}
.file-table .accordion:first-of-type {
  border-top: none;
}
.file-table .accordion:last-of-type input + .acc-title {
  border-color: transparent;
}
.file-table .archived-year:not(:first-child) {
  margin-top: var(--wp--preset--spacing--normal);
}
.file-table .archived-year h4 {
  font-size: var(--wp--preset--font-size--font-22);
  margin: 0;
  padding: 0 0 1ch 0;
  border-bottom: 1px solid rgba(25, 126, 211, 0.1);
}
.file-table .archived-year .file:nth-child(odd) {
  background-color: rgba(5, 74, 140, 0.05);
}
.file-table .archived-year .file:nth-child(even) {
  background: transparent;
}

@media (max-width: 749px) {
  .tab-panel + .tab-panel {
    margin-top: 8px;
  }
}/*# sourceMappingURL=block-document-table.css.map */