/* =========================================================
   PREMIERBLU ARTICLE FOOTER
   Author Box, Sharing, Related Articles, Post Navigation
   ========================================================= */

/*
 * Scope the design variables to this widget rather than :root.
 * This prevents the widget from changing variables used elsewhere.
 */
.pb-footer-container-3d4743bd {
  --pb-brand-blue: #0D47A1;
  --pb-dark-blue: #082B57;
  --pb-light-bg: #F5F8FC;
  --pb-border-color: #DCE3EC;
  --pb-text-color: #222222;
  --pb-muted-color: #667085;
  --pb-white: #FFFFFF;
  --pb-placeholder: #E2E8F0;

  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 20px 80px;
  color: var(--pb-text-color);
  font-family: inherit;
  box-sizing: border-box;
}

.pb-footer-container-3d4743bd *,
.pb-footer-container-3d4743bd *::before,
.pb-footer-container-3d4743bd *::after {
  box-sizing: border-box;
}

.pb-footer-section-3d4743bd {
  width: 100%;
  box-sizing: border-box;
}

/* =========================================================
   EDITOR NOTICE
   ========================================================= */

.pb-footer-editor-notice-3d4743bd {
  width: 100%;
  max-width: 1320px;
  margin: 30px auto;
  padding: 18px 20px;
  color: var(--pb-dark-blue);
  background: var(--pb-light-bg);
  border: 1px solid var(--pb-border-color);
  font-size: 14px;
  line-height: 1.6;
}

/* =========================================================
   AUTHOR BOX
   ========================================================= */

.pb-author-box-3d4743bd {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 32px;
  background-color: var(--pb-light-bg);
  border: 1px solid var(--pb-border-color);
  border-radius: 0;
}

.pb-author-avatar-wrap-3d4743bd {
  flex: 0 0 auto;
}

.pb-author-avatar-3d4743bd {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0;
  object-fit: cover;
  border-radius: 50%;
}

.pb-author-info-3d4743bd {
  flex: 1 1 auto;
  min-width: 0;
}

.pb-author-name-3d4743bd {
  margin: 0 0 5px;
  color: var(--pb-dark-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.pb-author-role-3d4743bd {
  margin: 0 0 12px;
  color: var(--pb-brand-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pb-author-bio-3d4743bd {
  max-width: 75ch;
  margin: 0;
  color: var(--pb-text-color);
  font-size: 15px;
  line-height: 1.65;
}

.pb-author-action-3d4743bd {
  flex: 0 0 auto;
}

.pb-author-link-3d4743bd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 24px;
  color: var(--pb-white) !important;
  background-color: var(--pb-dark-blue);
  border: 1px solid var(--pb-dark-blue);
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.pb-author-link-3d4743bd:hover,
.pb-author-link-3d4743bd:focus {
  color: var(--pb-white) !important;
  background-color: var(--pb-brand-blue);
  border-color: var(--pb-brand-blue);
}

.pb-author-link-3d4743bd:focus-visible {
  outline: 2px solid var(--pb-brand-blue);
  outline-offset: 3px;
}

/* =========================================================
   SHARE ARTICLE
   ========================================================= */

.pb-share-section-3d4743bd {
  padding-top: 30px;
  border-top: 1px solid var(--pb-border-color);
}

.pb-share-heading-3d4743bd {
  margin: 0 0 16px;
  color: var(--pb-dark-blue);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pb-share-buttons-3d4743bd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pb-share-btn-3d4743bd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin: 0;
  padding: 9px 16px;
  color: var(--pb-dark-blue) !important;
  background-color: var(--pb-white);
  border: 1px solid var(--pb-border-color);
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  appearance: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.pb-share-btn-3d4743bd:hover,
.pb-share-btn-3d4743bd:focus {
  color: var(--pb-white) !important;
  background-color: var(--pb-dark-blue);
  border-color: var(--pb-dark-blue);
}

.pb-share-btn-3d4743bd:focus-visible {
  outline: 2px solid var(--pb-brand-blue);
  outline-offset: 3px;
}

.pb-share-btn-3d4743bd [class^="eicon-"],
.pb-share-btn-3d4743bd [class*=" eicon-"] {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1;
}

.pb-copy-link-btn-3d4743bd {
  width: auto;
}

/* =========================================================
   RELATED ARTICLES
   ========================================================= */

.pb-related-heading-3d4743bd {
  margin: 0 0 26px;
  color: var(--pb-dark-blue);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.pb-related-grid-3d4743bd {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.pb-related-card-3d4743bd {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background-color: var(--pb-white);
  border: 1px solid var(--pb-border-color);
  border-radius: 0;
}

.pb-card-image-link-3d4743bd {
  display: block;
  color: inherit;
  text-decoration: none;
}

.pb-card-image-link-3d4743bd:focus-visible {
  outline: 3px solid var(--pb-brand-blue);
  outline-offset: -3px;
}

.pb-card-image-wrap-3d4743bd {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: var(--pb-placeholder);
}

.pb-card-img-3d4743bd {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.pb-card-image-link-3d4743bd:hover .pb-card-img-3d4743bd,
.pb-card-image-link-3d4743bd:focus .pb-card-img-3d4743bd {
  transform: scale(1.025);
}

.pb-card-image-placeholder-3d4743bd {
  width: 100%;
  height: 100%;
  background-color: var(--pb-placeholder);
}

.pb-card-content-3d4743bd {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
}

.pb-card-cat-3d4743bd {
  display: block;
  margin: 0 0 9px;
  color: var(--pb-brand-blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pb-card-title-3d4743bd {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.38;
}

.pb-card-title-3d4743bd a {
  color: var(--pb-dark-blue) !important;
  text-decoration: none !important;
}

.pb-card-title-3d4743bd a:hover,
.pb-card-title-3d4743bd a:focus {
  color: var(--pb-brand-blue) !important;
}

.pb-card-title-3d4743bd a:focus-visible {
  outline: 2px solid var(--pb-brand-blue);
  outline-offset: 3px;
}

.pb-card-excerpt-3d4743bd {
  flex: 1 1 auto;
  margin: 0 0 20px;
  color: var(--pb-text-color);
  font-size: 14px;
  line-height: 1.65;
}

.pb-card-meta-wrap-3d4743bd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--pb-border-color);
}

.pb-card-date-3d4743bd {
  flex: 0 1 auto;
  color: var(--pb-muted-color);
  font-size: 12px;
  line-height: 1.4;
}

.pb-card-link-3d4743bd {
  flex: 0 0 auto;
  color: var(--pb-brand-blue) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
}

.pb-card-link-3d4743bd:hover,
.pb-card-link-3d4743bd:focus {
  color: var(--pb-dark-blue) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.pb-card-link-3d4743bd:focus-visible {
  outline: 2px solid var(--pb-brand-blue);
  outline-offset: 3px;
}

.pb-no-related-3d4743bd {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--pb-muted-color);
  font-size: 14px;
  line-height: 1.6;
}

/* =========================================================
   PREVIOUS / NEXT NAVIGATION
   ========================================================= */

.pb-nav-section-3d4743bd {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  padding-top: 30px;
  border-top: 1px solid var(--pb-border-color);
}

.pb-nav-block-3d4743bd {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pb-nav-prev-3d4743bd {
  align-items: flex-start;
  text-align: left;
}

.pb-nav-next-3d4743bd {
  align-items: flex-end;
  text-align: right;
}

.pb-nav-label-3d4743bd {
  display: block;
  margin: 0 0 7px;
  color: var(--pb-muted-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pb-nav-title-3d4743bd {
  max-width: 500px;
  color: var(--pb-dark-blue) !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}

.pb-nav-title-3d4743bd:hover,
.pb-nav-title-3d4743bd:focus {
  color: var(--pb-brand-blue) !important;
}

.pb-nav-title-3d4743bd:focus-visible {
  outline: 2px solid var(--pb-brand-blue);
  outline-offset: 3px;
}

/*
 * When only one navigation block is present, keep it at half width on desktop.
 */
.pb-nav-section-3d4743bd > .pb-nav-next-3d4743bd:only-child {
  grid-column: 2;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .pb-footer-container-3d4743bd {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .pb-author-box-3d4743bd {
    gap: 24px;
    padding: 28px;
  }

  .pb-author-avatar-3d4743bd {
    width: 96px;
    height: 96px;
  }

  .pb-author-link-3d4743bd {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pb-related-grid-3d4743bd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-card-image-wrap-3d4743bd {
    height: 210px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .pb-footer-container-3d4743bd {
    padding: 42px 18px 55px;
  }

  .pb-author-box-3d4743bd {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 20px;
    text-align: left;
  }

  .pb-author-avatar-3d4743bd {
    width: 90px;
    height: 90px;
  }

  .pb-author-name-3d4743bd {
    font-size: 22px;
  }

  .pb-author-action-3d4743bd {
    width: 100%;
  }

  .pb-author-link-3d4743bd {
    width: 100%;
  }

  .pb-share-buttons-3d4743bd {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-share-btn-3d4743bd {
    width: 100%;
  }

  .pb-related-heading-3d4743bd {
    font-size: 27px;
  }

  .pb-related-grid-3d4743bd {
    grid-template-columns: 1fr;
  }

  .pb-card-image-wrap-3d4743bd {
    height: 220px;
  }

  .pb-nav-section-3d4743bd {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pb-nav-prev-3d4743bd,
  .pb-nav-next-3d4743bd {
    align-items: flex-start;
    text-align: left;
  }

  .pb-nav-section-3d4743bd > .pb-nav-next-3d4743bd:only-child {
    grid-column: 1;
  }

  .pb-nav-block-3d4743bd + .pb-nav-block-3d4743bd {
    padding-top: 22px;
    border-top: 1px solid var(--pb-border-color);
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .pb-footer-container-3d4743bd {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pb-share-buttons-3d4743bd {
    grid-template-columns: 1fr;
  }

  .pb-card-content-3d4743bd {
    padding: 21px 18px;
  }

  .pb-card-image-wrap-3d4743bd {
    height: 200px;
  }

  .pb-card-meta-wrap-3d4743bd {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* =========================================================
   ACCESSIBILITY AND REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .pb-footer-container-3d4743bd *,
  .pb-footer-container-3d4743bd *::before,
  .pb-footer-container-3d4743bd *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .pb-card-img-3d4743bd {
    transform: none !important;
  }
}