/* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.wp-block-table {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  border-collapse: inherit;
  border-spacing: 0;
  background-color: transparent;
}
h1 + .wp-block-table, h2 + .wp-block-table, h3 + .wp-block-table, h4 + .wp-block-table, h5 + .wp-block-table, h6 + .wp-block-table {
  margin-top: 3rem !important;
}
.content-wrapper > .wp-block-table {
  width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  margin: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem) auto;
}
@media (min-width: 36rem) {
  .content-wrapper > .wp-block-table {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
@media (min-width: 48rem) {
  .content-wrapper > .wp-block-table {
    width: calc(var(--columnWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
    max-width: calc(var(--columnMaxWidth) * 12 - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem));
  }
}
p + .wp-block-table {
  margin-top: 3rem !important;
}
.acf-block.bg-transparent + .wp-block-table {
  margin-top: 0;
}
.wp-block-table + .acf-block.bg-transparent {
  padding-top: 0;
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-flip table {
    display: grid;
    width: calc(100% + var(--gutterWidth, 1.25rem));
    overflow-x: auto;
  }
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-flip thead,
.wp-block-table.is-style-flip tbody,
.wp-block-table.is-style-flip tfoot,
.wp-block-table.is-style-flip tr {
    display: contents;
  }
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-flip th,
.wp-block-table.is-style-flip td {
    grid-row: var(--mobileRow, auto)/span 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 10rem;
  }
}
.wp-block-table.is-style-flip tbody tr:nth-child(odd) td {
  background-color: #e9ecf6;
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-scroll table {
    display: grid;
    width: calc(100% + var(--gutterWidth, 1.25rem));
    overflow-x: auto;
  }
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-scroll th,
.wp-block-table.is-style-scroll td {
    min-width: 10rem;
  }
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-stack thead {
    display: none;
  }
}
@media (min-width: 48rem) {
  .wp-block-table.is-style-stack thead th:first-child {
    min-width: 13.5rem;
  }
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-stack tr {
    display: block;
    padding: 1.5rem 1.25rem;
    border-bottom: 1px solid #bdbfd1;
  }
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-stack td {
    display: block;
    padding: 0;
    border: none;
  }
}
@media (max-width: 47.98rem) {
  .wp-block-table.is-style-stack td:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.wp-block-table__mobile-label {
  font-weight: var(--overline-font-weight);
  font-size: var(--overline-font-size);
  font-family: var(--overline-font-family);
  line-height: var(--overline-line-height);
  letter-spacing: var(--overline-letter-spacing);
  text-transform: var(--overline-text-transform);
  margin-bottom: 0.25rem;
}
.bg-navy .wp-block-table__mobile-label {
  color: #bdbfd1;
}
@media (min-width: 48rem) {
  .wp-block-table__mobile-label {
    display: none;
  }
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table tbody tr:nth-child(odd) {
  background-color: #e9ecf6;
}
.wp-block-table thead,
.wp-block-table tbody,
.wp-block-table tfoot {
  border: none;
}
.wp-block-table thead,
.wp-block-table tfoot {
  font-weight: var(--overline-font-weight);
  font-size: var(--overline-font-size);
  font-family: var(--overline-font-family);
  line-height: var(--overline-line-height);
  letter-spacing: var(--overline-letter-spacing);
  text-transform: var(--overline-text-transform);
}
.bg-navy .wp-block-table thead,
.bg-navy .wp-block-table tfoot {
  color: #bdbfd1;
}
.wp-block-table td,
.wp-block-table th {
  padding: 1rem;
  border-bottom: 1px solid #bdbfd1;
}
.wp-block-table .has-fixed-layout {
  width: 100%;
  table-layout: fixed;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.alignleft td,
.wp-block-table.alignleft th, .wp-block-table.aligncenter td,
.wp-block-table.aligncenter th, .wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}