/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.usa-table-container {
  overflow-x: auto;
}

table.wp-block-nara-advanced-table {
  width: 100%;
}
table.wp-block-nara-advanced-table caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #343a40;
  caption-side: top;
}
table.wp-block-nara-advanced-table.fixed-layout {
  table-layout: fixed;
}
table.wp-block-nara-advanced-table .sort {
  cursor: pointer;
}
table.wp-block-nara-advanced-table .sort:hover {
  text-decoration: underline;
}
table.wp-block-nara-advanced-table .sort:after {
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
  height: 1.5rem;
  width: 1.5rem;
  opacity: 0.6;
  content: url("data:image/svg+xml,%3Csvg class='usa-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='15.17 15 13 17.17 13 6.83 15.17 9 16.58 7.59 12 3 7.41 7.59 8.83 9 11 6.83 11 17.17 8.83 15 7.42 16.41 12 21 16.59 16.41 15.17 15'%3E%3C/polygon%3E%3C/svg%3E");
}
table.wp-block-nara-advanced-table .sort.asc:after {
  content: url("data:image/svg+xml,%3Csvg class='usa-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath transform='rotate(180, 12, 12)' d='M17 17L15.59 15.59L12.9999 18.17V2H10.9999V18.17L8.41 15.58L7 17L11.9999 22L17 17Z'%3E%3C/path%3E%3C/svg%3E");
}
table.wp-block-nara-advanced-table .sort.desc:after {
  content: url("data:image/svg+xml,%3Csvg class='usa-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 17L15.59 15.59L12.9999 18.17V2H10.9999V18.17L8.41 15.58L7 17L11.9999 22L17 17Z'%3E%3C/path%3E%3C/svg%3E");
}
table.wp-block-nara-advanced-table thead th {
  color: #343a40;
  position: relative;
}
table.wp-block-nara-advanced-table tbody th {
  background-color: #fff;
  color: #343a40;
  background-clip: padding-box;
  font-weight: 700;
  line-height: 1.3;
}
table.wp-block-nara-advanced-table.usa-table--striped thead th {
  background-color: transparent;
}

.wp-block-nara-advanced-table[sorted=colnum-0] .colnum-0, .wp-block-nara-advanced-table[sorted=colnum-1] .colnum-1, .wp-block-nara-advanced-table[sorted=colnum-2] .colnum-2, .wp-block-nara-advanced-table[sorted=colnum-3] .colnum-3, .wp-block-nara-advanced-table[sorted=colnum-4] .colnum-4, .wp-block-nara-advanced-table[sorted=colnum-5] .colnum-5, .wp-block-nara-advanced-table[sorted=colnum-6] .colnum-6, .wp-block-nara-advanced-table[sorted=colnum-7] .colnum-7, .wp-block-nara-advanced-table[sorted=colnum-8] .colnum-8, .wp-block-nara-advanced-table[sorted=colnum-9] .colnum-9, .wp-block-nara-advanced-table[sorted=colnum-10] .colnum-10 {
  background-color: #e0e0e0;
}
.wp-block-nara-advanced-table input.search {
  width: 100%;
}
@media (min-width: 770px) {
  .wp-block-nara-advanced-table input.search {
    width: 49%;
  }
}
.wp-block-nara-advanced-table.is-view-block .container {
  padding-right: 0;
  padding-left: 0;
}
.wp-block-nara-advanced-table.is-view-block .row {
  margin-right: 0;
  margin-left: 0;
}
.wp-block-nara-advanced-table.is-view-block .usa-pagination {
  width: 100%;
}
.wp-block-nara-advanced-table.is-view-block .views-exposed-form .form-row {
  display: block;
}
.wp-block-nara-advanced-table.is-view-block .views-exposed-form .js-form-type-textfield,
.wp-block-nara-advanced-table.is-view-block .views-exposed-form .form-type-textfield {
  width: 100%;
}
@media (min-width: 770px) {
  .wp-block-nara-advanced-table.is-view-block .views-exposed-form .js-form-type-textfield,
.wp-block-nara-advanced-table.is-view-block .views-exposed-form .form-type-textfield {
    width: 50%;
  }
}
.wp-block-nara-advanced-table.is-view-block .views-exposed-form .js-form-type-textfield input,
.wp-block-nara-advanced-table.is-view-block .views-exposed-form .form-type-textfield input {
  border-radius: 0;
  color: #3d4551;
  display: block;
  margin-top: 0.5rem;
  max-width: 30rem;
  padding: 0.5rem;
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  height: 2.5rem;
  width: 100%;
}
.wp-block-nara-advanced-table.is-view-block .views-exposed-form .form-submit {
  height: 2.5rem;
  display: none;
}
.wp-block-nara-advanced-table.is-view-block table {
  background-color: #fff;
  border: 1px solid #3d4551;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.wp-block-nara-advanced-table.is-view-block table thead th {
  background-color: #dfe1e2;
  border: 1px solid #3d4551;
  padding: 0.5rem 1rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
.wp-block-nara-advanced-table.is-view-block table thead th a {
  color: #343a40;
}
.wp-block-nara-advanced-table.is-view-block table thead th:hover a {
  text-decoration: underline;
}
.wp-block-nara-advanced-table.is-view-block table thead th:not(.is-active)::after {
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
  height: 1.5rem;
  width: 1.5rem;
  opacity: 0.6;
  content: url("data:image/svg+xml,%3Csvg class='usa-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='15.17 15 13 17.17 13 6.83 15.17 9 16.58 7.59 12 3 7.41 7.59 8.83 9 11 6.83 11 17.17 8.83 15 7.42 16.41 12 21 16.59 16.41 15.17 15'%3E%3C/polygon%3E%3C/svg%3E");
}
.wp-block-nara-advanced-table.is-view-block table thead th .tablesort {
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
  height: 1.5rem;
  width: 1.5rem;
  opacity: 0.6;
}
.wp-block-nara-advanced-table.is-view-block table thead th .tablesort--desc {
  background-image: url("data:image/svg+xml,%3Csvg class='usa-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath transform='rotate(180, 12, 12)' d='M17 17L15.59 15.59L12.9999 18.17V2H10.9999V18.17L8.41 15.58L7 17L11.9999 22L17 17Z'%3E%3C/path%3E%3C/svg%3E");
}
.wp-block-nara-advanced-table.is-view-block table thead th .tablesort--asc {
  background-image: url("data:image/svg+xml,%3Csvg class='usa-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 17L15.59 15.59L12.9999 18.17V2H10.9999V18.17L8.41 15.58L7 17L11.9999 22L17 17Z'%3E%3C/path%3E%3C/svg%3E");
}
.wp-block-nara-advanced-table.is-view-block table tbody td {
  background-color: #fff;
  border: 1px solid #3d4551;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.wp-block-nara-advanced-table.is-view-block table tbody td.is-active {
  background-color: #e0e0e0;
}
.wp-block-nara-advanced-table.is-view-block.usa-table--borderless table {
  border: 0;
}
.wp-block-nara-advanced-table.is-view-block.usa-table--borderless table thead th {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.wp-block-nara-advanced-table.is-view-block.usa-table--borderless table tbody td {
  border-left: 0;
  border-right: 0;
}
.wp-block-nara-advanced-table.is-view-block.usa-table--striped table thead th {
  background-color: transparent;
}
.wp-block-nara-advanced-table.is-view-block.usa-table--striped table tbody tr:nth-child(odd) td {
  background-color: #f0f0f0;
  color: #3d4551;
}
.wp-block-nara-advanced-table.is-view-block.usa-table--striped table tbody tr:nth-child(odd) td.is-active {
  background-color: #e0e0e0;
}
.wp-block-nara-advanced-table.is-view-block.fixed-layout table {
  table-layout: fixed;
}

.usa-pagination__item.active .usa-pagination__button {
  background-color: #343a40;
  border-color: transparent;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */