/* Screen widths */
/* Site Colors */
/** Shared styles **/
.shadow {
  -webkit-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  -moz-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
}
.inset-shadow {
  -webkit-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
  -moz-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
  box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.4) inset;
}
.inset-shadow-2 {
  -webkit-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
  -moz-box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
  box-shadow: 0px 12px 24px 0px rgba(53, 67, 74, 0.2) inset;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.card-base {
  background-color: #FAFCFC;
  border-radius: 8px;
  border: 1px solid #0B4D4E;
  color: #1B2225;
  padding: 16px;
  -webkit-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  -moz-box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
  box-shadow: 0px 12px 24px rgba(53, 67, 74, 0.2);
}
.card-base h2,
.card-base h3 {
  color: #073334;
}
.card-base:hover,
.card-base:focus-visible {
  background-color: #DEEFE7;
  border: 2px solid #0B4D4E;
  padding: 15px;
}
.card-base:hover:active,
.card-base:focus-visible:active {
  background-color: #0B4D4E;
  color: #FAFCFC;
}
.card-base:hover:active h2,
.card-base:focus-visible:active h2,
.card-base:hover:active a,
.card-base:focus-visible:active a {
  color: #FAFCFC;
}
.card-base:active {
  background-color: #0B4D4E;
  color: #FAFCFC;
}
.card-base:active *,
.card-base:active a {
  color: #FAFCFC;
}
.gradient-1 {
  background: var(--Primary-grad, linear-gradient(180deg, #003D59 0%, #002333 100%));
}
.gradient-2 {
  background: var(--Secondary-grad, linear-gradient(180deg, #0B4D4E 0%, #073334 100%));
}
table {
  border: 0;
  border-spacing: 0;
  font-size: initial;
  margin: 1rem 0;
  width: 100%;
}
tr {
  padding: 0.1em 0.6em;
  background: transparent;
}
table tr th {
  background: transparent;
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #DEEFE7;
  font-weight: 700;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 0;
  text-align: left;
  /* LTR */
}
[dir="rtl"] tr td,
[dir="rtl"] tr th {
  text-align: right;
}
/**
     * Responsive tables.
     */
@media screen and (max-width: 37.5em) {
  /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) {
  /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
.tablesaw,
.footable,
#block-drupalbase-custom-content table {
  margin-top: 1.6rem;
}
.tablesaw th,
.footable th,
#block-drupalbase-custom-content table th {
  background-color: #0B4D4E;
  --bs-table-striped-bg: #0B4D4E;
  color: #FAFCFC !important;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .tablesaw th,
  .footable th,
  #block-drupalbase-custom-content table th {
    font-size: 1.7rem;
  }
}
.tablesaw th,
.footable th,
#block-drupalbase-custom-content table th,
.tablesaw td,
.footable td,
#block-drupalbase-custom-content table td {
  vertical-align: middle;
  border-bottom: 1px solid #8FA4AE;
  padding: 10px!important;
}
.tablesaw th p:last-child,
.footable th p:last-child,
#block-drupalbase-custom-content table th p:last-child,
.tablesaw td p:last-child,
.footable td p:last-child,
#block-drupalbase-custom-content table td p:last-child {
  margin: 0;
}
.tablesaw.tablesaw-stack td .tablesaw-cell-label,
.footable.tablesaw-stack td .tablesaw-cell-label,
#block-drupalbase-custom-content table.tablesaw-stack td .tablesaw-cell-label,
.tablesaw.tablesaw-stack th .tablesaw-cell-label,
.footable.tablesaw-stack th .tablesaw-cell-label,
#block-drupalbase-custom-content table.tablesaw-stack th .tablesaw-cell-label {
  width: auto;
}
.tablesaw.tablesaw-stack td .tablesaw-cell-label p:last-child,
.footable.tablesaw-stack td .tablesaw-cell-label p:last-child,
#block-drupalbase-custom-content table.tablesaw-stack td .tablesaw-cell-label p:last-child,
.tablesaw.tablesaw-stack th .tablesaw-cell-label p:last-child,
.footable.tablesaw-stack th .tablesaw-cell-label p:last-child,
#block-drupalbase-custom-content table.tablesaw-stack th .tablesaw-cell-label p:last-child {
  margin: 0;
}
.tablesaw tbody > tr:nth-of-type(even),
.footable tbody > tr:nth-of-type(even),
#block-drupalbase-custom-content table tbody > tr:nth-of-type(even) {
  background-color: #E1E7E9;
  --bs-table-striped-bg: #E1E7E9;
}
.tablesaw tbody > tr:nth-of-type(odd),
.footable tbody > tr:nth-of-type(odd),
#block-drupalbase-custom-content table tbody > tr:nth-of-type(odd) {
  background-color: transparent;
  --bs-table-striped-bg: transparent;
}
.tablesaw .footable-detail-row > td,
.footable .footable-detail-row > td,
#block-drupalbase-custom-content table .footable-detail-row > td {
  padding: 0!important;
}
.tablesaw .footable-detail-row > td table,
.footable .footable-detail-row > td table,
#block-drupalbase-custom-content table .footable-detail-row > td table {
  margin-top: 0;
}
.tablesaw .footable-toggle,
.footable .footable-toggle,
#block-drupalbase-custom-content table .footable-toggle {
  opacity: 1!important;
}
.tablesaw .footable-toggle:before,
.footable .footable-toggle:before,
#block-drupalbase-custom-content table .footable-toggle:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-size: 1.9rem;
  font-weight: 500;
  color: #1B2225;
  opacity: 1!important;
}
.tablesaw .footable-toggle.fooicon-minus:before,
.footable .footable-toggle.fooicon-minus:before,
#block-drupalbase-custom-content table .footable-toggle.fooicon-minus:before {
  content: "\f077";
}
.tablesaw ul.list-group,
.footable ul.list-group,
#block-drupalbase-custom-content table ul.list-group {
  margin-bottom: 0!important;
  background: transparent!important;
  --bs-list-group-bg: transparent;
  --bs-list-group-border-width: 0;
}
