:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
.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 + 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;
  }
}

:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: var(--wp--preset--spacing--normal);
  margin: 0 0 2.5rem 0;
  padding: 0;
  border-top: 1px solid #92A097;
  position: relative;
}
ul.tabs li {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
ul.tabs a {
  display: block;
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 300;
  padding: 1.5ch 0 0.2ch 0;
  color: #292927;
  position: relative;
  cursor: pointer;
  transition: color 0.35s ease-in-out, font-weight 0.35s ease-in-out !important;
}
ul.tabs a:before {
  content: "";
  display: block;
  height: 0;
  background: #92A097;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: height 0.35s ease-in-out;
}
ul.tabs a.active, ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
  font-weight: 500;
  color: #000;
}
ul.tabs a.active:before, ul.tabs a:hover:before, ul.tabs a:active:before, ul.tabs a:focus:before {
  height: 0.5ch;
}
@media (min-width: 1024px) {
  ul.tabs a {
    font-size: var(--wp--preset--font-size--font-22);
  }
}
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;
}
ul.tabs.center {
  justify-content: 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: #3E3E3E !important;
  background: transparent;
  border: 1px solid #014A3F;
  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(1, 74, 63, 0.05);
  color: #014A3F !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;
  }
}
:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
@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-size: var(--wp--preset--font-size--font-24);
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    padding: 1.6ch 45px 1.6ch 0;
    border-top: 1px solid rgba(146, 160, 151, 0.7);
    position: relative;
    transition: color 0.35s ease-in-out;
  }
  .tab-group.acc .tab-panel > input + .acc-title:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-color: #d05f71;
    -webkit-mask: url(../../../assets/images/theme/icon-chevron.svg) no-repeat center/contain;
            mask: url(../../../assets/images/theme/icon-chevron.svg) no-repeat center/contain;
    position: absolute;
    top: calc(50% - 11px);
    right: 0;
    transition: transform 0.35s ease-in-out;
  }
  .tab-group.acc .tab-panel > input + .acc-title:hover {
    color: #014A3F;
    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;
    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: #014A3F;
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title:after {
    transform: scaleY(-1);
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel {
    height: auto;
    visibility: visible;
    padding: 40px 0;
  }
  .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel > * {
    opacity: 1;
  }
  .tab-group.acc .tab-panel:last-child {
    border-bottom: 1px solid rgba(146, 160, 151, 0.7);
  }
  .tab-group.acc .tab-panel .wp-block-columns.mt5 {
    margin-top: 0 !important;
  }
  .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;
  }
  .has-navy-background-color .tab-group.acc .tab-panel > input + .acc-title,
  .has-black-background-color .tab-group.acc .tab-panel > input + .acc-title,
  .has-coal-background-color .tab-group.acc .tab-panel > input + .acc-title,
  .has-primary-background-color .tab-group.acc .tab-panel > input + .acc-title,
  .has-pine-background-color .tab-group.acc .tab-panel > input + .acc-title {
    color: #EDEDED;
  }
}
@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 + h2,
.tab-group + h3,
.tab-group + h4 {
  padding-top: var(--wp--preset--spacing--m);
}
.tab-group ul.tabs li.archive {
  margin-left: auto;
  padding-right: 0;
}

.file-tabs ul.tabs {
  padding: 0 0.5rem;
  gap: 0;
  background: rgba(146, 160, 151, 0.2);
  border-bottom: 1px solid #92A097;
}
.file-tabs ul.tabs a {
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 400;
  padding: 1ch 1.2rem;
}
.file-tabs ul.tabs a:before {
  display: none;
}

@media (max-width: 749px) {
  .acc-panel .file-tabs.acc .tab-panel:last-child {
    border-bottom: none;
  }
  .acc-panel .file-tabs.acc .tab-panel > input + .acc-title {
    font-size: 1.7rem;
    font-weight: 400;
    padding: 1.2rem;
    background: rgba(146, 160, 151, 0.15);
    border-bottom: 1px solid rgba(146, 160, 151, 0.5);
  }
  .acc-panel .file-tabs.acc .tab-panel > input + .acc-title:after {
    width: 20px;
    height: 22px;
    right: 1.2rem;
  }
  .acc-panel .file-tabs.acc .tab-panel > input + .acc-title + .acc-panel {
    margin: 0;
    padding: 0;
  }
  .acc-panel .file-tabs.acc .tab-panel > input + .acc-title + .acc-panel > * {
    transition: none;
    animation: none;
  }
  .acc-panel .file-tabs.acc .tab-panel > input:checked + .acc-title + .acc-panel {
    padding: 10px 0;
  }
}
* + .file-table {
  margin-top: var(--wp--preset--spacing--small);
}
.file-table + h2,
.file-table + h3,
.file-table + h4,
.file-table + h5,
.file-table + h6 {
  margin-top: 4ch;
}
.file-table .file {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 1.2rem;
}
.file-table .file:nth-child(odd) {
  background: rgba(146, 160, 151, 0.1);
  border-radius: 3px;
}
.file-table .file span {
  display: block;
}
.file-table .file span.date {
  color: #3E3E3E;
}
.file-table .file span.format, .file-table .file span.size {
  text-transform: uppercase;
  color: #3E3E3E;
}
.file-table .file span.title {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #E3A7AA;
  text-decoration-thickness: 0.085rem;
  text-underline-position: under;
  color: #000;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.file-table .file span.title:hover, .file-table .file span.title:active .file-table .file span.title:focus {
  color: #01415D;
  text-decoration-color: #92A097;
}
.file-table .file span.icon {
  width: 40px;
}
.file-table .file span.icon svg {
  width: 40px;
  height: 40px;
}
.file-table .file span.icon svg .rect {
  transition: fill 0.35s ease-in-out;
}
.file-table .file span.icon svg .icon *,
.file-table .file span.icon svg .icon {
  transition: 0.35s ease-in-out 0.005s;
}
.file-table .file:hover, .file-table .file:active, .file-table .file:focus {
  text-decoration: none;
}
@media (max-width: 799px) {
  .file-table .file span {
    display: block;
  }
  .file-table .file span.date {
    width: 100%;
    font-size: var(--wp--preset--font-size--font-14);
  }
  .file-table .file span.title {
    width: 100%;
    padding: 0.3ch 0 0.9ch 0;
  }
  .file-table .file span.icon {
    display: none;
  }
  .file-table .file span.format, .file-table .file span.size {
    font-size: var(--wp--preset--font-size--font-14);
    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: 4rem;
}
@media (max-width: 749px) {
  .file-table .archived-year:first-child {
    margin-top: 3rem;
  }
}
.file-table .archived-year h4 {
  font-size: var(--wp--preset--font-size--font-26);
  margin: 0;
  padding: 0 0 1ch 0;
}
.file-table .archived-year .file:nth-child(odd) {
  background: transparent;
}

@media (max-width: 749px) {
  .tab-panel + .tab-panel {
    margin-top: 8px;
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel.file-table,
  .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel.file-table {
    margin: 0;
  }
}
@media (max-width: 749px) {
  .accordion .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel {
    opacity: 1;
  }
}
@media (min-width: 750px) {
  .accordion .tab-group .tab-panel {
    transition: none !important;
    animation: fadeIn 0.45s forwards 0.15s !important;
  }
  .accordion .tab-group .tab-panel > input,
  .accordion .tab-group .tab-panel > label {
    display: none;
  }
  .accordion .tab-group .tab-panel .acc-panel {
    visibility: visible;
    transition: none !important;
    animation: fadeIn 0.45s forwards 0.15s !important;
  }
}