.public-content-page {
  color: #34495e;
}

.public-content-page .section-page-title {
  height: 190px;
  min-height: 190px;
  background:
    radial-gradient(circle at 50% 100%, rgba(47, 112, 183, .08), transparent 42%),
    #f4f7fa;
}

.public-content-page .section-page-title h1 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.15;
}

.public-page-breadcrumbs {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 20px;
}

.public-page-breadcrumbs .breadcrumb {
  position: static;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #d6e2ed;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 4px 12px rgba(36, 67, 98, .06);
  color: #6b7d8f;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
}

.public-page-breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
  padding: 0;
  color: #6b7d8f;
}

.public-page-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding: 0 12px;
  color: #9aabba;
  content: "\203a";
  font-family: inherit;
}

.public-page-breadcrumbs .breadcrumb-item::after {
  content: none;
}

.public-page-breadcrumbs .breadcrumb-item a {
  color: #2f6fbd;
  font-weight: 650;
  text-decoration: none;
}

.public-page-breadcrumbs .breadcrumb-item a:hover,
.public-page-breadcrumbs .breadcrumb-item a:focus-visible {
  color: #174f88;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.public-page-breadcrumbs .breadcrumb-item.active {
  color: #344b62;
  font-weight: 700;
}

.public-page-breadcrumbs--on-dark {
  margin-bottom: 0;
}

.public-page-breadcrumbs--on-dark .breadcrumb {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  box-shadow: none;
  color: rgba(255, 255, 255, .8);
}

.public-page-breadcrumbs--on-dark .breadcrumb .breadcrumb-item,
.public-page-breadcrumbs--on-dark .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, .82);
}

.public-page-breadcrumbs--on-dark .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .48);
}

.public-page-breadcrumbs--on-dark .breadcrumb .breadcrumb-item a,
.public-page-breadcrumbs--on-dark .breadcrumb .breadcrumb-item a:hover,
.public-page-breadcrumbs--on-dark .breadcrumb .breadcrumb-item a:focus-visible {
  color: #fff;
}

.public-content-page .section-tabs {
  padding-top: 32px;
  padding-bottom: 56px;
  background: #eef4f9;
}

.public-content-page__panel {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid #dbe7f1;
  border-top: 5px solid #2f70b7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(30, 67, 101, .13);
  color: #3f5265;
  font-size: 16px;
  line-height: 1.75;
}

.public-content-page__feature-image {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 1px solid #d5e2ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(30, 67, 101, .14);
}

.public-content-page__feature-image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: inherit;
  content: '';
  pointer-events: none;
}

.public-content-page__feature-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 27vw, 340px);
  object-fit: cover;
  object-position: center 52%;
}

.public-content-page .public-content-page__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 7px;
  overflow: hidden;
  border: 1px solid #dbe7f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(30, 67, 101, .08);
}

.public-content-page .public-content-page__tabs .nav-item {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}

.public-content-page .public-content-page__tabs .nav-link {
  min-height: 50px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #40566c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  text-align: center;
  text-overflow: initial;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.public-content-page .public-content-page__tabs .nav-link:hover,
.public-content-page .public-content-page__tabs .nav-link:focus {
  border-color: #c4d8e9;
  background: #eef5fb;
  color: #255f99;
}

.public-content-page .public-content-page__tabs .nav-link.active {
  border-color: #2f70b7;
  background: #2f70b7;
  color: #fff;
  box-shadow: 0 5px 14px rgba(47, 112, 183, .22);
}

.public-content-page .public-content-page__tab-content {
  max-width: 1120px;
  margin: 22px auto 0;
  padding-top: 0;
}

.public-content-page__tab-body {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  overflow-wrap: anywhere;
  border: 1px solid #dbe7f1;
  border-top: 5px solid #2f70b7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(30, 67, 101, .13);
  color: #3f5265;
  font-size: 16px;
  line-height: 1.75;
}

.public-content-page__tab-body > :first-child {
  margin-top: 0;
}

.public-content-page__tab-body > :last-child {
  margin-bottom: 0;
}

.public-content-page__tab-body h1,
.public-content-page__tab-body h2,
.public-content-page__tab-body h3,
.public-content-page__tab-body h4,
.public-content-page__tab-body h5,
.public-content-page__tab-body h6 {
  color: #234f78;
}

.public-content-page__tab-body h2,
.public-content-page__tab-body h3 {
  margin-bottom: 18px;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.25;
}

.public-content-page__tab-body p {
  margin-bottom: 18px;
}

.public-content-page__tab-body a:not(.btn) {
  color: #2f70b7;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(47, 112, 183, .35);
  text-underline-offset: 3px;
}

.public-content-page__tab-body img {
  max-width: 100%;
  height: auto;
}

.public-content-page__tab-body table {
  width: 100%;
}

/* Promotion System content is database-managed. These selectors improve its
   presentation without changing the stored wording, links, or tables. */
.public-content-page--promotion-system .public-content-page__tab-body > p:empty,
.public-content-page--promotion-system .public-content-page__tab-body > p:has(> br:only-child) {
  display: none;
}

.public-content-page--promotion-system .public-content-page__tab-body > p:first-of-type {
  margin-bottom: 24px;
  color: #234f78;
  font-family: inherit !important;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.35;
}

.public-content-page--promotion-system #information-tab-pane .public-content-page__tab-body > p:first-of-type {
  padding: 20px 22px;
  border-left: 5px solid #2f70b7;
  border-radius: 0 12px 12px 0;
  background: #eef5fb;
  color: #40566c;
  font-size: 17px !important;
  font-weight: 600;
  line-height: 1.65;
}

.public-content-page--promotion-system #information-tab-pane .public-content-page__tab-body > ul {
  margin: 0 0 14px;
  padding: 17px 20px 17px 52px;
  border: 1px solid #dbe7f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(30, 67, 101, .05);
}

.public-content-page--promotion-system #information-tab-pane .public-content-page__tab-body > ul > li {
  position: relative;
  list-style: none;
}

.public-content-page--promotion-system #information-tab-pane .public-content-page__tab-body > ul > li::before {
  position: absolute;
  top: 3px;
  left: -32px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e4f1fb;
  color: #2f70b7;
  content: '\2713';
  font-size: 13px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

.public-content-page--promotion-system #information-tab-pane .public-content-page__tab-body > ul ul {
  margin-top: 12px;
  padding-left: 22px;
}

.public-content-page--promotion-system #information-tab-pane .public-content-page__tab-body > ul ul li {
  margin-bottom: 8px;
}

.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li {
  position: relative;
  min-height: 54px;
  padding: 14px 16px 14px 54px;
  border: 1px solid #dbe7f1;
  border-radius: 12px;
  background: #f8fbfd;
  color: #34495e;
  font-weight: 700;
}

.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 32px;
  border: 1px solid rgba(36, 57, 78, .18);
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 -7px 0 rgba(0, 0, 0, .07);
  content: '';
  transform: translateY(-50%);
}

.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(2)::before,
.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(3)::before {
  background: #f6d84a;
}

.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(4)::before,
.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(5)::before {
  background: #ed8c32;
}

.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(6)::before,
.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(7)::before {
  background: #4d9b63;
}

.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(8)::before,
.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(9)::before {
  background: #3477c7;
}

.public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul > li:nth-child(n+10)::before {
  background: #7654a8;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body h4 {
  margin: 26px 0 14px;
  padding: 14px 18px;
  border-left: 5px solid #c93647;
  border-radius: 0 10px 10px 0;
  background: #fff3f4;
  font-size: 18px;
  line-height: 1.5;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body h4 font {
  color: #8f2936 !important;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body h5 {
  margin: 28px 0 14px;
  padding: 16px 18px;
  border-radius: 10px;
  background: #eef5fb;
  color: #234f78;
  font-size: 17px;
  line-height: 1.55;
  text-align: left !important;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body table {
  margin-bottom: 28px;
  border: 1px solid #cdddea !important;
  border-collapse: separate !important;
  border-spacing: 0;
  background: #fff;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body th {
  padding: 12px 14px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, .18) !important;
  background: #295f91;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: top;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body td {
  padding: 12px 14px !important;
  border: 0 !important;
  border-right: 1px solid #e2ebf2 !important;
  border-bottom: 1px solid #e2ebf2 !important;
  color: #40566c;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body tbody tr:nth-child(even) td {
  background: #f5f9fc;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body tr > :last-child {
  border-right: 0 !important;
}

.public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body tbody tr:last-child td {
  border-bottom: 0 !important;
}

.public-content-page--promotion-system #forms-tab-pane .public-content-page__tab-body > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-content-page--promotion-system #forms-tab-pane .public-content-page__tab-body > ul > li {
  position: relative;
  min-width: 0;
  padding: 17px 46px 17px 18px;
  border: 1px solid #dbe7f1;
  border-left: 5px solid #2f70b7;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff 0%, #f4f9fc 100%);
  line-height: 1.5;
}

.public-content-page--promotion-system #forms-tab-pane .public-content-page__tab-body > ul > li::after {
  position: absolute;
  top: 17px;
  right: 18px;
  color: #2f70b7;
  content: '\2192';
  font-size: 22px;
  line-height: 1;
}

.public-content-page--promotion-system #forms-tab-pane .public-content-page__tab-body > ul > li a {
  overflow-wrap: anywhere;
}

.public-content-page--archives .public-content-page__feature-image {
  margin-bottom: 18px;
}

.public-content-page--archives .public-content-page__feature-image img {
  object-position: 38% center;
}

.public-content-page__archive-intro {
  display: grid;
  grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
  padding: 22px 26px;
  border: 1px solid #d5e3ef;
  border-left: 6px solid #2f70b7;
  border-radius: 15px;
  background:
    radial-gradient(circle at 95% 10%, rgba(47, 112, 183, .11), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f3f8fc 100%);
  box-shadow: 0 10px 26px rgba(30, 67, 101, .08);
}

.public-content-page__archive-intro .public-content-page__archive-label {
  margin: 0;
  color: #2f70b7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.public-content-page__archive-intro h2 {
  margin: 0 0 5px;
  color: #223e5a;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.25;
}

.public-content-page__archive-intro div > p {
  margin: 0;
  color: #64798d;
  font-size: 15px;
  line-height: 1.55;
}

.public-content-page--archives .public-content-page__tabs .nav-item {
  flex-basis: 0;
}

.public-content-page--archives .public-content-page__tab-body {
  background:
    linear-gradient(180deg, rgba(242, 247, 251, .8) 0, rgba(255, 255, 255, 0) 150px),
    #fff;
}

.public-content-page--archives .public-content-page__tab-body > style {
  display: none;
}

.public-content-page--archives #irs_990_filings-tab-pane .public-content-page__tab-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
}

.public-content-page--archives #irs_990_filings-tab-pane .public-content-page__tab-body > li,
.public-content-page--archives .public-content-page__tab-body > ul > li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 14px 36px 14px 5px;
  border: 0;
  border-bottom: 1px solid #dce7ef;
  border-radius: 0;
  background: transparent;
  color: #506980;
  line-height: 1.55;
  list-style: none;
  transition: background-color .18s ease, padding-left .18s ease;
}

.public-content-page--archives #irs_990_filings-tab-pane .public-content-page__tab-body > li::after,
.public-content-page--archives .public-content-page__tab-body > ul > li::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 18px;
  border: 1.5px solid #9bb1c4;
  border-radius: 2px;
  background:
    linear-gradient(#9bb1c4, #9bb1c4) 3px 5px / 7px 1px no-repeat,
    linear-gradient(#9bb1c4, #9bb1c4) 3px 9px / 7px 1px no-repeat,
    linear-gradient(#9bb1c4, #9bb1c4) 3px 13px / 5px 1px no-repeat;
  content: '';
  transform: translateY(-50%);
}

.public-content-page--archives #irs_990_filings-tab-pane .public-content-page__tab-body > li:hover,
.public-content-page--archives .public-content-page__tab-body > ul > li:hover {
  padding-left: 10px;
  background: rgba(232, 242, 250, .7);
}

.public-content-page--archives .public-content-page__tab-body > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.public-content-page--archives .public-content-page__tab-body > ul > li br {
  display: none;
}

.public-content-page--archives .public-content-page__tab-body > ul > li br + a {
  display: block;
  margin-top: 7px;
}

.public-content-page--archives .public-content-page__tab-body li a {
  color: #2c68a6;
  font-weight: 650;
  text-decoration: none;
  text-decoration-color: rgba(44, 104, 166, .35);
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.public-content-page--archives .public-content-page__tab-body li a:hover,
.public-content-page--archives .public-content-page__tab-body li a:focus {
  color: #1d4d7d;
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.public-content-page--archives .public-content-page__tab-body li a + a {
  display: inline-block;
  margin-top: 7px;
}

.public-content-page--archives .public-content-page__tab-body li span {
  color: inherit !important;
}

.public-content-page--forms-library .public-content-page__feature-image {
  margin-bottom: 18px;
}

.public-content-page--forms-library .public-content-page__feature-image img {
  object-position: 42% center;
}

.public-content-page__forms-intro {
  display: grid;
  grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
  padding: 22px 26px;
  border: 1px solid #d5e3ef;
  border-left: 6px solid #c93647;
  border-radius: 15px;
  background:
    radial-gradient(circle at 95% 10%, rgba(47, 112, 183, .1), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f3f8fc 100%);
  box-shadow: 0 10px 26px rgba(30, 67, 101, .08);
}

.public-content-page__forms-intro .public-content-page__forms-label {
  margin: 0;
  color: #2f70b7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.public-content-page__forms-intro h2 {
  margin: 0 0 5px;
  color: #223e5a;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.25;
}

.public-content-page__forms-intro div > p {
  margin: 0;
  color: #64798d;
  font-size: 15px;
  line-height: 1.55;
}

.public-content-page--forms-library .public-content-page__panel {
  padding: 20px 22px;
}

.public-content-page--forms-library .public-content-page__panel > p:first-child,
.public-content-page--forms-library .public-content-page__panel > p:has(custom_forms_and_documents) {
  display: none;
}

.public-content-page--forms-library .public-content-page__panel .h3margin {
  margin: 0;
  color: #263f59;
  font-size: 23px;
  line-height: 1.3;
}

.public-content-page--forms-library .forms-library-toolbar {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid #d7e4ee;
  border-radius: 12px;
  background: #f4f8fc;
}

.public-content-page--forms-library #widget_form_tablex_wrapper {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.public-content-page--forms-library .dataTables_filter {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.public-content-page--forms-library .dataTables_filter label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: #3c5872;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.public-content-page--forms-library .dataTables_filter input {
  width: min(340px, 32vw);
  height: 40px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #bfd2e1;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  color: #243d56;
  font-size: 15px;
}

.public-content-page--forms-library .dataTables_filter input:focus {
  border-color: #4d85bd;
  box-shadow: 0 0 0 3px rgba(47, 112, 183, .14);
  outline: 0;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table {
  width: 100% !important;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d7e3ed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  table-layout: fixed;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > thead > tr > th {
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #cbdce9;
  background: #edf4fa;
  color: #506a82;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > thead > tr > th:first-child,
.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > th:first-child {
  width: 150px !important;
  max-width: 150px !important;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > thead > tr > th:last-child {
  width: 250px !important;
  max-width: 250px !important;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > th,
.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > td {
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #e1e9f0;
  background: #fff;
  color: #334d65;
  line-height: 1.5;
  vertical-align: middle;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:nth-child(even) > th,
.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:nth-child(even) > td {
  background: #f9fbfd;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:hover > th,
.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:hover > td {
  background: #eef6fc;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:last-child > th,
.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:last-child > td {
  border-bottom: 0;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > th {
  color: #52718d;
  font-size: 13px;
  font-weight: 750;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > td:nth-child(2) {
  color: #233d56;
  font-size: 15px;
  font-weight: 650;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > td:last-child {
  width: 250px !important;
  max-width: 250px !important;
}

.public-content-page--forms-library .forms-library-actions {
  display: grid;
  grid-template-columns: minmax(78px, .8fr) minmax(108px, 1.2fr);
  gap: 7px;
  align-items: stretch;
  width: 100%;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .forms-library-actions .btn {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 12px;
}

.public-content-page--forms-library #widget_form_tablex_wrapper .pagination {
  float: none;
  justify-content: flex-start;
  margin: 20px 0 0;
  padding: 0;
}

.public-content-page--forms-library a[href*="adobe.com"] {
  display: none !important;
}

.public-content-page--forms-library .public-content-page__panel > p:has(> br:only-child) {
  display: none;
}

.public-content-page__panel custom_header,
.public-content-page__panel custom_information {
  display: block;
}

.public-content-page__panel custom_header h1,
.public-content-page__panel custom_header h2,
.public-content-page__panel custom_header h3,
.public-content-page__panel custom_header h4 {
  margin-bottom: 16px;
  color: #234f78 !important;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.25;
}

.public-content-page__panel custom_header hr {
  width: 72px;
  margin: 0 auto 28px;
  border: 0;
  border-top: 4px solid #c93647;
  opacity: 1;
}

.public-content-page__panel custom_information img {
  max-width: 100%;
  height: auto;
  margin-top: 28px !important;
  margin-bottom: 28px !important;
  border: 1px solid #dbe7f1;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(30, 67, 101, .12);
}

.public-content-page__panel a:not(.btn) {
  color: #2f70b7;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(47, 112, 183, .35);
  text-underline-offset: 3px;
}

.public-content-page__panel a:not(.btn):hover,
.public-content-page__panel a:not(.btn):focus {
  color: #204f82;
  text-decoration-color: currentColor;
}

.public-content-page__panel table {
  width: 100%;
}

.public-content-page__panel > p:first-child:has(> style:only-child) {
  display: none;
}

.public-content-page__panel .section-team {
  padding-top: 24px;
  padding-bottom: 48px;
}

.public-content-page__panel .team-member-card a:not(.btn) {
  color: #fff;
  text-decoration: none;
}

.public-content-page__panel .team-member-card a:not(.btn):hover,
.public-content-page__panel .team-member-card a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.public-content-page__panel .section-volunteer {
  padding-top: 64px;
  padding-bottom: 64px;
}

.public-content-page__panel .links-section {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #dbe7f1;
}

.public-content-page__panel .links-section h3 {
  display: none;
}

.public-content-page__panel .links-section-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.public-content-page__panel .links-section-link {
  position: relative;
  min-width: 0;
  padding: 22px 54px 22px 22px;
  overflow: hidden;
  border: 1px solid #d5e2ed;
  border-left: 5px solid #2f70b7;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #f3f8fc 100%);
  box-shadow: 0 8px 22px rgba(30, 67, 101, .07);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.public-content-page__panel .links-section-link::after {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #2f70b7;
  content: '\2192';
  font-size: 25px;
  line-height: 1;
}

.public-content-page__panel .links-section-link:hover {
  border-color: #aac7df;
  border-left-color: #c93647;
  box-shadow: 0 13px 28px rgba(30, 67, 101, .12);
  transform: translateY(-2px);
}

.public-content-page__panel .links-section-link a:not(.btn) {
  display: inline-block;
  color: #255f99;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.public-content-page__panel .links-section-link a:not(.btn):hover,
.public-content-page__panel .links-section-link a:not(.btn):focus {
  color: #183f68;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.public-content-page__panel .links-section-link p {
  margin: 9px 0 0;
  color: #60758a;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .public-content-page .section-page-title {
    height: auto;
    min-height: 155px;
    padding-top: 44px;
    padding-bottom: 22px;
  }

  .public-content-page .section-tabs {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .public-content-page__panel {
    padding: 22px 18px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.68;
  }

  .public-content-page__feature-image {
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .public-content-page__feature-image img {
    height: clamp(170px, 54vw, 230px);
  }

  .public-content-page .public-content-page__tabs {
    gap: 6px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 7px 20px 10px;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: 0 7px 18px rgba(30, 67, 101, .07);
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .public-content-page .public-content-page__tabs .nav-item {
    flex: 0 0 auto;
    min-width: min(72vw, 250px);
    max-width: min(72vw, 250px);
    scroll-snap-align: start;
  }

  .public-content-page .public-content-page__tabs .nav-link {
    min-height: 48px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .public-content-page .public-content-page__tab-content {
    margin-top: 16px;
  }

  .public-content-page__tab-body {
    padding: 22px 18px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.68;
  }

  .public-content-page__tab-body h2,
  .public-content-page__tab-body h3 {
    font-size: 23px;
  }

  .public-content-page__tab-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .public-content-page--promotion-system #information-tab-pane .public-content-page__tab-body > p:first-of-type {
    padding: 17px 18px;
    font-size: 15px !important;
  }

  .public-content-page--promotion-system #information-tab-pane .public-content-page__tab-body > ul {
    padding: 15px 16px 15px 46px;
  }

  .public-content-page--promotion-system #junior_ranks-tab-pane .public-content-page__tab-body > ul,
  .public-content-page--promotion-system #forms-tab-pane .public-content-page__tab-body > ul {
    grid-template-columns: 1fr;
  }

  .public-content-page--promotion-system #senior_ranks-tab-pane .public-content-page__tab-body table {
    min-width: 760px;
  }

  .public-content-page__archive-intro {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px;
  }

  .public-content-page--archives .public-content-page__tabs .nav-item {
    flex-basis: auto;
  }

  .public-page-breadcrumbs {
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .public-page-breadcrumbs .breadcrumb {
    border-radius: 12px;
  }

  .public-content-page--archives #irs_990_filings-tab-pane .public-content-page__tab-body,
  .public-content-page--archives .public-content-page__tab-body > ul {
    grid-template-columns: 1fr;
  }

  .public-content-page__forms-intro {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px;
  }

  .public-content-page--forms-library .public-content-page__panel {
    padding: 14px;
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper {
    overflow: visible;
  }

  .public-content-page--forms-library .forms-library-toolbar {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 13px;
    padding: 13px;
  }

  .public-content-page--forms-library .dataTables_filter label {
    display: block;
    white-space: normal;
  }

  .public-content-page--forms-library .dataTables_filter input {
    width: 100%;
    margin-top: 8px;
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper .table,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > th,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > td {
    display: block;
    width: 100% !important;
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper .table {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper .table > thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr {
    margin-bottom: 13px;
    padding: 15px;
    border: 1px solid #d5e3ed;
    border-left: 5px solid #2f70b7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(30, 67, 101, .06);
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > th,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > td,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:nth-child(even) > th,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:nth-child(even) > td,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:hover > th,
  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr:hover > td {
    min-width: 0;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > th {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 7px;
    color: #5c7992;
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > td:nth-child(2) {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .public-content-page--forms-library #widget_form_tablex_wrapper .table > tbody > tr > td:last-child {
    display: block;
    width: 100% !important;
    max-width: none !important;
    white-space: normal;
  }

  .public-content-page--forms-library .forms-library-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-content-page__panel .section-team {
    padding-top: 12px;
    padding-bottom: 28px;
  }

  .public-content-page__panel .section-volunteer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .public-content-page__panel .links-section {
    margin-top: 22px;
    padding-top: 18px;
  }

  .public-content-page__panel .links-section-container {
    grid-template-columns: 1fr;
  }

  .public-content-page__panel .links-section-link {
    padding: 18px 48px 18px 18px;
  }

  .public-content-page__panel .links-section-link::after {
    top: 19px;
    right: 18px;
  }
}
