.tablepress,
.tablepress tr,
.tablepress > :where(thead) + tbody > * > *,
.tablepress > tbody > * ~ * > *,
.tablepress > tfoot > :where(:first-child) > * {
  border: 1px solid var(--dark-teal);
}
.tablepress tr.row-6,
.tablepress tr.row-11,
.tablepress tr.row-16,
.tablepress tr.row-21,
.tablepress tr.row-26,
.tablepress tr.row-30,
.tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--white);
  color: var(--dark-teal);
  line-height: 1;
  font-size: 26px;
  padding-top: 14px;
}
.tablepress tr.row-6 td,
.tablepress tr.row-11 td,
.tablepress tr.row-16 td,
.tablepress tr.row-21 td,
.tablepress tr.row-26 td,
.tablepress tr.row-30 td {
  background-color: var(--white);
  color: var(--dark-teal);
  line-height: 1;
  font-size: 26px;
  padding-top: 14px;
  font-weight: 700;
}

.tablepress > :where(tbody.row-striping) > :nth-child(odd) > * {
  background-color: var(--teal);
  color: var(--dark-teal);
  font-size: 16px !important;
}
.tablepress > :where(tbody.row-striping) > :nth-child(even) > * {
  font-size: 16px !important;
  color: var(--teal);
  background-color: var(--dark-teal);
}

/* TABLEPRESS 2 */
#tablepress-2 {
  margin-top: 30px;
}

#tablepress-2,
#tablepress-2 tr,
#tablepress-2 > :where(thead) + tbody > * > *,
#tablepress-2 > tbody > * ~ * > *,
#tablepress-2 > tfoot > :where(:first-child) > * {
  border: 1px solid var(--dark-teal);
}

#tablepress-2 > :where(tbody.row-striping) > :nth-child(odd) > * {
  background-color: var(--teal);
  color: var(--dark-teal);
}
#tablepress-2 > :where(tbody.row-striping) > :nth-child(even) > * {
  color: var(--teal);
  background-color: var(--dark-teal);
}

#tablepress-2 tr td {
  font-size: 18px;
}
/* homepage */
.home .builder-content-text-image-wrap .column-image {
  position: relative;
}
.home .builder-content-text-image-wrap .column-image img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 120px);
  width: 100%;
  height: calc(100% + 140px) !important;
  object-fit: contain !important;
}

.digital-app-wrap {
  background: url("/wp-content/uploads/2025/10/seal_footer_logo_pale.png")
    #edf4f4;
}

.digital-app-wrap .builder-content-text-image-wrap {
  background: transparent !important;
}

/* gravity form */
.gform-theme--framework:has(form.custom-gform-wrapper) {
  width: 80%;
  margin: 0 auto;
}
.gform-theme--framework:has(form.custom-gform-wrapper)
  .gfield--type-choice
  .gfield_radio {
  flex-direction: row;
}
.gform-theme--framework:has(form.custom-gform-wrapper) .gform_fields {
  gap: 20px 30px;
}
.gform-theme--framework:has(form.custom-gform-wrapper)
  .gform_fields
  .gfield--type-html
  a,
.gform-theme--framework:has(form.custom-gform-wrapper) .gform_button.button {
  border-radius: 0 !important;
  padding: 10px 26px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  width: 200px !important;
  height: 48px !important;
}
.gform-theme--framework:has(form.custom-gform-wrapper) .gform_heading {
  display: none;
}
.gform-theme--framework:has(form.custom-gform-wrapper)
  .datepicker.gform-datepicker {
  width: 100%;
}
.gform-theme--framework:has(form.custom-gform-wrapper)
  .gfield.gfield--type-section {
  border-bottom: 0;
  padding: 0;
}
.gform-theme--framework:has(form.custom-gform-wrapper)
  .gfield.gfield--type-section
  h3 {
  font-family: "Acumin-Pro";
  font-weight: 500;
  font-size: 20px;
}

body.home .builder-cards-whatson:after {
  display: none;
}
body.home .builder-cards-whatson {
  background-image: url(/wp-content/uploads/2025/10/seal_logo-reverse-1.png);
  background-repeat: repeat;
  background-size: 300px;
}
.page-id-933 .section-id-4 {
  padding-top: 40px !important;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: start;
}

.gallery-wrapper > *:nth-child(3n) {
  grid-column: 1 / -1;
}

/* optional: collapse to single column on narrow screens */
@media (max-width: 600px) {
  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
  .gallery-wrapper > *:nth-child(3n) {
    grid-column: auto;
  }
}

.builder-cards.card-default.section-id-3:after {
  display: none;
}

.slide-description [data-overlay] {
  position: relative;
  overflow: clip;
  cursor: pointer;
}
.slide-description [data-overlay] .overlay-text {
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.slide-description [data-overlay] .overlay-text.__show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  border: 1px solid var(--black);
}

.slide-description [data-overlay] .overlay-text a {
  color: var(--dark-teal);
  text-decoration: underline !important;
}
.slide-description [data-overlay] .overlay-text a:hover {
  text-decoration: underline !important;
}

.policy-item {
  display: none;
}
.policy-item.active {
  display: block;
}

.policy-anchor-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--teal);
  padding: 30px 15px;
}

.policy-anchor-wrap ul a {
  margin-top: 16px;
  font-family: var(--body-text);
  font-weight: 400;
}
.policy-anchor-wrap ul li {
	padding:8px 0;
}

.policy-anchor-wrap ul a.selected {
  font-weight: 700;
}

.tablepress-container-wrap {
  overflow-x: scroll;
}
