:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: min(1459px, 100vw - 64px);
  padding: 14px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumb__container {
  background-color: var(--color-orange-700);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
.breadcrumb__container .sj-icon {
  font-size: 1rem;
  color: var(--color-dark-blue);
}
.breadcrumb__container .sj-icon.ai-chevron-left {
  color: var(--color-grayscale-100);
}
.breadcrumb__container .breadcrumb-back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin-right: 0.5em;
}
@media (min-width: 767px) {
  .breadcrumb__container .breadcrumb-back {
    display: none;
  }
}
.breadcrumb__container .breadcrumb__item {
  display: flex;
  align-items: center;
  min-width: 0;
}
.breadcrumb__container .breadcrumb__item:last-of-type {
  flex-grow: 1;
}
.breadcrumb__container .breadcrumb__item,
.breadcrumb__container .breadcrumb__current {
  color: var(--color-orange-200);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  list-style: none;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .breadcrumb__container .breadcrumb__item,
  .breadcrumb__container .breadcrumb__current {
    font-size: 1rem;
  }
}
.breadcrumb__container .breadcrumb__item a,
.breadcrumb__container .breadcrumb__current a {
  color: var(--color-orange-100);
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 400px;
  text-decoration: none;
}
.breadcrumb__container .breadcrumb__item a:not(.home):hover, .breadcrumb__container .breadcrumb__item a:not(.home):focus,
.breadcrumb__container .breadcrumb__current a:not(.home):hover,
.breadcrumb__container .breadcrumb__current a:not(.home):focus {
  text-decoration: underline;
}
.breadcrumb__container .breadcrumb__item {
  display: flex;
}
.breadcrumb__container .breadcrumb__item:first-of-type {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.breadcrumb__container .breadcrumb__current {
  max-width: 85%;
}
.breadcrumb__container .breadcrumb__item a,
.breadcrumb__container .breadcrumb__current {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__container .breadcrumb-pipe {
  color: var(--color-orange-200);
  padding: 0 0.75em;
}
@media (min-width: 1200px) {
  .breadcrumb__container .breadcrumb-pipe {
    padding: 0 1.5em;
  }
}
@media (max-width: 767px) {
  .breadcrumb__container .breadcrumb__item:not(:last-child) {
    display: none;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.list-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  justify-content: space-evenly;
  padding-left: 0;
}
.list-buttons li {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .list-buttons {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .list-buttons {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .list-buttons {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .list-buttons {
    flex-flow: row nowrap;
  }
}
@media (max-width: 767px) {
  .list-buttons .btn-item {
    flex: 1;
  }
}
.list-buttons .btn-item:last-child {
  display: none;
}
.list-buttons .btn-solid {
  background-color: var(--color-mid-blue-200);
  border-color: var(--color-mid-blue-200);
  color: var(--color-white);
}
.list-buttons .btn-solid:hover:not(:disabled), .list-buttons .btn-solid:active:not(:disabled), .list-buttons .btn-solid:focus:not(:disabled) {
  background-color: var(--color-dark-blue-100);
  border-color: var(--color-dark-blue-100);
  color: var(--color-white);
}
.list-buttons .btn-outline {
  background-color: var(--color-white);
  border-color: var(--color-mid-blue-200);
  color: var(--color-mid-blue-200);
}
.list-buttons .btn-outline:hover:not(:disabled), .list-buttons .btn-outline:active:not(:disabled), .list-buttons .btn-outline:focus:not(:disabled) {
  background-color: var(--color-dark-blue-400);
  border-color: var(--color-dark-blue-100);
  color: var(--color-dark-blue-100);
}
.list-buttons .btn-solid,
.list-buttons .btn-outline {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: clamp(8px, calc((0.8724100327vw + 3.2628135224px)), 16px) clamp(32px, calc((0.4362050164vw + 29.6314067612px)), 36px);
  font-size: clamp(0.875rem, calc((0.3271537623vw + 0.7639721919rem)), 1.0625rem);
}
.list-buttons .btn-solid:disabled,
.list-buttons .btn-outline:disabled {
  opacity: 0.3;
}
.list-buttons .btn-solid i[class^=ai-],
.list-buttons .btn-outline i[class^=ai-] {
  display: inline-block;
  font-size: clamp(1rem, calc((0.8724100327vw + 0.7039258451rem)), 1.5rem);
  margin-left: clamp(10px, calc((0.6543075245vw + 6.4471101418px)), 16px);
}
@media (max-width: 767px) {
  .list-buttons .btn-solid,
  .list-buttons .btn-outline {
    padding: 8px !important;
  }
}
@media (min-width: 768px) {
  .list-buttons .btn-solid,
  .list-buttons .btn-outline {
    width: -moz-fit-content;
    width: fit-content;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.detail-header__wrapper {
  position: relative;
  z-index: 30;
}

.detail-header__container {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .detail-header__container {
    border-top: 16px solid var(--color-orange-400);
  }
}
.detail-header__container .header__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 32px 0 24px;
}
.detail-header__container .header__eyebrow,
.detail-header__container .header__share {
  align-self: flex-start;
  margin: 8px 0;
}
.detail-header__container .header__eyebrow {
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 1025px) {
  .detail-header__container .header__eyebrow {
    width: calc(67.77% - (calc(20px + 1.5625vw) * 0.5));
  }
  .detail-header__container .header__eyebrow.sticky * {
    display: none;
  }
}
.detail-header__container .header__eyebrow .header-tag,
.detail-header__container .header__eyebrow .header__date {
  display: block;
}
.detail-header__container .header__eyebrow .header__date {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, calc((0.3271537623vw + 0.7014721919rem)), 1rem);
  line-height: 1.65;
  color: var(--color-grayscale-100);
  font-size: clamp(0.875rem, calc((0.3280261723vw + 0.7636761178rem)), 1.063rem);
  font-weight: 500;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .detail-header__container .header__share {
    order: 5;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .detail-header__container .header__share {
    width: calc(33.33% - (calc(20px + 1.5625vw) * 0.5));
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 767px) {
  .detail-header__container.insights-detail .header__eyebrow {
    align-self: flex-start;
  }
}
@media (min-width: 1025px) {
  .detail-header__container.position-detail .header__eyebrow {
    align-self: flex-end;
  }
  .detail-header__container.position-detail .header__share {
    padding-bottom: 64px;
  }
}
.detail-header__container .header__title {
  color: var(--color-dark-blue-100);
}
@media (max-width: 1025px) {
  .detail-header__container .header__title {
    width: 100%;
  }
}
.detail-header__container .header__title .insights__title {
  margin: 16px 0 0;
}
@media (min-width: 1025px) {
  .detail-header__container .header__title.insights-detail {
    padding-right: calc(33.33% - (calc(20px + 1.5625vw) * 0.5));
  }
}
@media (min-width: 1025px) {
  .detail-header__container .header__title.position-detail {
    width: calc(67.77% - (calc(20px + 1.5625vw) * 0.5));
  }
}
.detail-header__container .header__contact {
  width: 100%;
}
@media (min-width: 1025px) {
  .detail-header__container .header__contact {
    width: calc(33.33% - (calc(20px + 1.5625vw) * 0.5));
  }
  .detail-header__container .header__contact.sticky {
    display: none;
  }
}

.detail-header__media {
  width: calc(100vw - 24px);
  height: 336px;
  box-shadow: 24px 24px 0 0 var(--color-orange-400);
}
@media (min-width: 768px) {
  .detail-header__media {
    box-shadow: none;
    width: 100%;
    height: 352px;
  }
}
@media (min-width: 1200px) {
  .detail-header__media {
    height: 432px;
  }
}
.detail-header__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail-header__media.img_def img {
  -o-object-position: center;
  object-position: center;
}
.detail-header__media.img_top img {
  -o-object-position: center top;
  object-position: center top;
}
.detail-header__media.img_bot img {
  -o-object-position: center bottom;
  object-position: center bottom;
}

.demo-sticky.detail-header__container .header__title.position-detail {
  width: 100%;
}
.demo-sticky .detail-header__media,
.demo-sticky .header__eyebrow,
.demo-sticky .header__share,
.demo-sticky .header__contact {
  display: none;
}
@charset "UTF-8";
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.footer {
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  width: 100%;
  margin-top: 32px;
}
.footer p {
  color: var(--color-white);
}
.footer li {
  padding-left: 0;
}
.footer a:hover, .footer a:active {
  color: var(--color-mid-blue-300);
}

.footer__container {
  max-width: min(1459px, 100vw - 64px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  grid-template-areas: "contact   menu" "social    menu" "copyright copyright";
  padding-top: 160px;
  padding-bottom: 96px;
  row-gap: 80px;
}
@media (max-width: 1459px) {
  .footer__container {
    grid-template-columns: minmax(0, 1fr) 255px;
    grid-template-areas: "contact   social" "menu      menu" "copyright copyright";
    padding-top: 74px;
    padding-bottom: 64px;
    row-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .footer__container {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "contact" "menu" "social" "copyright";
    padding-top: 42px;
    padding-bottom: 32px;
    row-gap: 32px;
  }
}

.footer__contact {
  background: var(--color-dark-blue);
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-area: contact;
}
@media (min-width: 1025px) and (max-width: 1459px) {
  .footer__contact {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .footer__contact {
    align-items: center;
  }
}

.footer__address {
  max-width: 250px;
  color: var(--color-white);
}
.footer__address p {
  font-weight: 600;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .footer__address p {
    text-align: center;
    line-height: 1.9;
  }
}

.footer__contact-links {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.footer__contact-item {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}

.footer__contact-link {
  display: block;
  color: var(--color-white);
  text-decoration: none;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (min-width: 1025px) and (max-width: 1459px) {
  .footer__contact-link {
    font-size: 1.0625rem;
    line-height: 1.4;
  }
}

.footer__contact-item:not(:last-child)::after {
  content: "  |  ";
  color: var(--color-white);
}

.footer__menu {
  background: var(--color-dark-blue);
  grid-area: menu;
}
@media (min-width: 1460px) {
  .footer__menu {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 80px;
  }
}

.footer__menu-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 0 80px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .footer__menu-items {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .footer__menu-item:not(:last-child) {
    margin-bottom: 58px;
  }
}

.footer__menu-item {
  list-style: none;
}

.footer__submenu-item {
  list-style: none;
}

.footer__menu-item-title {
  color: var(--color-white);
  margin-bottom: 40px;
  font-size: clamp(1.5rem, calc((0.6543075245vw + 1.2779443839rem)), 1.875rem);
}

.footer__submenu {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  row-gap: 40px;
}
@media (max-width: 1199px) {
  .footer__submenu {
    row-gap: 32px;
  }
}
@media (max-width: 1024px) {
  .footer__submenu {
    row-gap: 20px;
  }
}

.footer__submenu-link {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .footer__submenu-link {
    font-size: 1.0625rem;
  }
}

.footer-cta {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: clamp(8px, calc((1.3086150491vw + 0.8942202835px)), 20px) clamp(32px, calc((0.8724100327vw + 27.2628135224px)), 40px);
  font-size: clamp(0.875rem, calc((0.7633587786vw + 0.6159351145rem)), 1.3125rem);
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.footer-cta:disabled {
  opacity: 0.3;
}
.footer-cta i[class^=ai-] {
  display: inline-block;
  font-size: clamp(1rem, calc((0.8724100327vw + 0.7039258451rem)), 1.5rem);
  margin-left: clamp(10px, calc((0.6543075245vw + 6.4471101418px)), 16px);
}

.footer-cta__primary {
  background-color: var(--color-mid-blue-200);
  border-color: var(--color-mid-blue-200);
  color: var(--color-white);
}
.footer-cta__primary:hover:not(:disabled), .footer-cta__primary:active:not(:disabled), .footer-cta__primary:focus:not(:disabled) {
  background-color: var(--color-dark-blue-100);
  border-color: var(--color-dark-blue-100);
  color: var(--color-white);
}

.footer-cta__secondary {
  background-color: var(--color-grayscale-200);
  border-color: var(--color-grayscale-200);
  color: var(--color-white);
}
.footer-cta__secondary:hover:not(:disabled), .footer-cta__secondary:active:not(:disabled), .footer-cta__secondary:focus:not(:disabled) {
  background-color: var(--color-grayscale-100);
  border-color: var(--color-grayscale-100);
  color: var(--color-white);
}

.footer__social {
  background: var(--color-dark-blue);
  padding: 20px 0;
  display: flex;
  gap: 32px;
  grid-area: social;
  align-items: end;
}
@media (min-width: 1025px) and (max-width: 1459px) {
  .footer__social {
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .footer__social {
    justify-content: center;
    gap: 16px;
  }
}

.footer__social-link {
  cursor: pointer;
  text-decoration: none;
  color: var(--color-white);
  font-size: 24px;
  border-radius: 9999px;
  padding: 16px;
  border: 1px solid currentcolor;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .footer__social-link {
    font-size: 16px;
  }
}
.footer__social-link i::before {
  display: flex;
}

.footer__copyright {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc((0.4362050164vw + 0.7269629226rem)), 1.125rem);
  line-height: 1.75;
  text-align: center;
  grid-area: copyright;
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

:root {
  --z-jump-menu: 35;
  --sticky-top: 0;
}

@media screen and (max-width: 1199px) {
  #mega-menu-wrap-menu-primary {
    position: relative !important;
  }
}
[id^=section]::before,
[id^=jump-anchor]::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -70px;
}
@media (min-width: 768px) {
  [id^=section]::before,
  [id^=jump-anchor]::before {
    height: calc(var(--stick-h) + 80px);
    margin-top: calc((var(--stick-h) + 80px) * -1);
  }
}
@media (min-width: 1025px) {
  [id^=section]::before,
  [id^=jump-anchor]::before {
    height: calc(var(--stick-nav-h) + 30px);
    margin-top: calc((var(--stick-nav-h) + 30px) * -1);
  }
}

.sj-jump-menu {
  left: 0;
  position: absolute !important;
  top: var(--sticky-top);
  z-index: var(--z-jump-menu);
}
@media (max-width: 1024px) {
  .sj-jump-menu {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-grayscale-300);
    cursor: grab;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-padding: 0 10px;
    -ms-overflow-style: none;
    width: 100vw;
  }
}
@media (min-width: 1025px) {
  .sj-jump-menu {
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    float: left;
    margin-left: -330px;
    margin-top: 48px;
    padding: 15px;
    position: sticky !important;
    --z-jump-menu: 25;
    --sticky-top: calc(var(--stick-h) + 36px);
  }
}
@media (min-width: 1200px) {
  .sj-jump-menu {
    --sticky-top: calc(var(--stick-nav-h) + 48px);
  }
}
@media (max-width: 1024px) {
  .sj-jump-menu.sticky {
    position: fixed !important;
  }
  .sj-jump-menu::-webkit-scrollbar {
    display: none;
  }
  .sj-jump-menu .wp-block-navigation-item {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sj-jump-menu .wp-block-navigation-item span {
    white-space: nowrap;
  }
}
@media (min-width: 1025px) {
  .sj-jump-menu .wp-block-navigation-item__content[href*=page-top] {
    display: none;
  }
}
.sj-jump-menu .wp-block-navigation__container {
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .sj-jump-menu .wp-block-navigation__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sj-jump-menu .wp-block-navigation-item__content {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.7;
  display: block;
  font-size: 0.938rem;
  font-weight: 600;
  padding: 0.65em 0.5em;
  position: relative;
}
@media (min-width: 1025px) {
  .sj-jump-menu .wp-block-navigation-item__content {
    color: var(--color-grayscale-300);
    font-size: 1.063rem;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 1024px) {
  .sj-jump-menu .wp-block-navigation-item__content.mPS2id-highlight::after {
    content: "";
    background-color: var(--color-dark-blue-100);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .sj-jump-menu .wp-block-navigation-item__content.mPS2id-highlight {
    border-left: 4px solid var(--color-dark-blue-100);
  }
}
.sj-jump-menu .wp-block-navigation-item.wp-block-navigation-item {
  background-color: transparent;
  color: var(--color-dark-blue-200);
}
@media (min-width: 1025px) {
  .sj-jump-menu .wp-block-navigation-item.wp-block-navigation-item {
    color: var(--color-grayscale-300);
    margin-bottom: 8px;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.sj-contact-us-columns {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sj-contact-us-columns {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .sj-contact-us-columns {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1025px) {
  .sj-contact-us-columns {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .sj-contact-us-columns {
    max-width: 1000px;
  }
}
.sj-contact-us-columns input[type=submit] {
  width: 100% !important;
}

.nf-form-cont:not(.sj-form-wrapper-contact-us) {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px !important;
}
@media (min-width: 768px) {
  .nf-form-cont:not(.sj-form-wrapper-contact-us) {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .nf-form-cont:not(.sj-form-wrapper-contact-us) {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

.nf-row {
  color: var(--color-grayscale-100);
}
.nf-row input,
.nf-row select,
.nf-row textarea,
.nf-row .fs-label-wrap {
  border: 1px solid var(--color-grayscale-400);
  border-radius: 2px;
  color: var(--color-grayscale-200);
  font-size: clamp(1.063rem, calc((0.4362050164vw + 0.9149629226rem)), 1.313rem);
}
.nf-row .fs-label-wrap {
  padding: 16px;
}
.nf-row textarea {
  line-height: 1.5;
  padding: 16px;
}
.nf-row input[type=text],
.nf-row input[type=email],
.nf-row .fs-label-wrap {
  line-height: 60px;
  padding: 0 16px;
}
.nf-row input[type=radio],
.nf-row input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 0 0 5px !important;
}
.nf-row .html-container {
  color: var(--color-dark-blue-100);
  margin-top: 44px;
  margin-bottom: 16px;
}
.nf-row .html-container h2 {
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
}
.nf-row .listradio-wrap .nf-field-label,
.nf-row .listcheckbox-wrap .nf-field-label {
  margin: 0 !important;
}
.nf-row .listradio-wrap .nf-field-element li,
.nf-row .listcheckbox-wrap .nf-field-element li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
}
.nf-row .listradio-wrap .nf-field-element li label,
.nf-row .listcheckbox-wrap .nf-field-element li label {
  color: var(--color-grayscale-100);
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: clamp(0.938rem, calc((0.6543075245vw + 0.7159443839rem)), 1.313rem);
  margin-left: 0.5em;
}
.nf-row .listselect-container select {
  padding: 16px 0 16px 16px;
}
.nf-row .label-above .nf-field-label {
  margin: 0 0 6px;
}
.nf-row .label-above .nf-field-label label,
.nf-row .label-above .nf-field-label .nf-label-span {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: clamp(0.938rem, calc((0.6543075245vw + 0.7159443839rem)), 1.313rem);
  font-weight: 400;
}
.nf-row .label-above .nf-field-description p {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: clamp(0.938rem, calc((0.6543075245vw + 0.7159443839rem)), 1.313rem);
  font-weight: 400;
}
.nf-row .label-above .nf-field-element + .nf-field-description {
  margin-bottom: 16px;
}
.nf-row input[type=submit] {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: clamp(8px, calc((1.3086150491vw + 0.8942202835px)), 20px) clamp(32px, calc((0.8724100327vw + 27.2628135224px)), 40px);
  font-size: clamp(0.875rem, calc((0.7633587786vw + 0.6159351145rem)), 1.3125rem);
  background-color: var(--color-mid-blue-200);
  border-color: var(--color-mid-blue-200);
  color: var(--color-white);
  font-size: clamp(1.063rem, calc((0.4353326063vw + 0.9152589967rem)), 1.3125rem);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.nf-row input[type=submit]:disabled {
  opacity: 0.3;
}
.nf-row input[type=submit] i[class^=ai-] {
  display: inline-block;
  font-size: clamp(1rem, calc((0.8724100327vw + 0.7039258451rem)), 1.5rem);
  margin-left: clamp(10px, calc((0.6543075245vw + 6.4471101418px)), 16px);
}
.nf-row input[type=submit]:hover:not(:disabled), .nf-row input[type=submit]:active:not(:disabled), .nf-row input[type=submit]:focus:not(:disabled) {
  background-color: var(--color-dark-blue-100);
  border-color: var(--color-dark-blue-100);
  color: var(--color-white);
}
@media (max-width: 544px) {
  .nf-row input[type=submit] {
    width: 100% !important;
  }
}

.nf-form-fields-required {
  text-align: right;
}

.sj-form-content .listselect-container .nf-field-element {
  position: relative;
}
.sj-form-content .listselect-container .nf-field-element::after {
  content: "\f156";
  font-family: akar-icons !important;
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  width: 50px;
  height: 100%;
  line-height: 58px;
  text-align: center;
}
.sj-form-content .listselect-container .nf-field-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sj-form-content .file_upload-container .nf-fu-fileinput-button {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: clamp(8px, calc((1.3086150491vw + 0.8942202835px)), 20px) clamp(32px, calc((0.8724100327vw + 27.2628135224px)), 40px);
  font-size: clamp(0.875rem, calc((0.7633587786vw + 0.6159351145rem)), 1.3125rem);
  background-color: var(--color-white);
  border-color: var(--color-mid-blue-200);
  color: var(--color-mid-blue-200);
  font-size: clamp(1.063rem, calc((0.4353326063vw + 0.9152589967rem)), 1.3125rem);
  width: 100%;
}
.sj-form-content .file_upload-container .nf-fu-fileinput-button:disabled {
  opacity: 0.3;
}
.sj-form-content .file_upload-container .nf-fu-fileinput-button i[class^=ai-] {
  display: inline-block;
  font-size: clamp(1rem, calc((0.8724100327vw + 0.7039258451rem)), 1.5rem);
  margin-left: clamp(10px, calc((0.6543075245vw + 6.4471101418px)), 16px);
}
.sj-form-content .file_upload-container .nf-fu-fileinput-button:hover:not(:disabled), .sj-form-content .file_upload-container .nf-fu-fileinput-button:active:not(:disabled), .sj-form-content .file_upload-container .nf-fu-fileinput-button:focus:not(:disabled) {
  background-color: var(--color-dark-blue-400);
  border-color: var(--color-dark-blue-100);
  color: var(--color-dark-blue-100);
}
.sj-form-content .file_upload-container input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sj-form-content .file_upload-container .files_uploaded p {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.7;
  font-size: clamp(0.875rem, calc((0.2181025082vw + 0.8009814613rem)), 1rem);
}
.sj-form-content .date-container .nf-field-element {
  position: relative;
}
.sj-form-content .date-container .nf-field-element::after {
  content: "\f145";
  color: var(--color-mid-blue-200);
  font-family: akar-icons !important;
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  width: 50px;
  height: 100%;
  line-height: 58px;
  text-align: center;
}
.sj-form-content .list-checkbox-wrap .nf-field-element li,
.sj-form-content .list-image-wrap .nf-field-element li,
.sj-form-content .list-radio-wrap .nf-field-element li {
  margin: 10px 0 !important;
}

.nf-response-msg {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .nf-response-msg {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .nf-response-msg {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
.nf-response-msg p,
.nf-response-msg h2,
.nf-response-msg h3,
.nf-response-msg h4,
.nf-response-msg li {
  margin: 1rem 0;
}
.nf-response-msg h2 {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  position: relative;
}
@media (min-width: 1025px) {
  .nf-response-msg h2::before {
    content: "\f1a8";
    font-family: akar-icons !important;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -66px;
    text-align: right;
  }
}
.nf-response-msg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nf-response-msg ul li {
  list-style: none;
  padding: 0;
}
.nf-response-msg ul a {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: var(--color-mid-blue-200);
  font-weight: 600;
  text-decoration: none;
}
.sj-form-wrapper-contact-us .nf-response-msg {
  margin-top: 0 !important;
}
@media (min-width: 1025px) {
  .sj-form-wrapper-contact-us .nf-response-msg {
    padding-left: 60px;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.author-information {
  margin: 30px 0;
  position: relative;
}
@media (min-width: 1025px) {
  .author-information:has(.leftcol) {
    padding-left: 230px;
  }
}
.author-information:has(.leftcol) h3 {
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  color: var(--color-orange-300);
  margin: 0.5em 0;
}
@media (min-width: 1025px) {
  .author-information .leftcol {
    position: absolute;
    left: 0;
  }
}
.author-information .leftcol .wrap {
  border-radius: 9999px;
  margin: 0 auto;
  max-width: 250px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .author-information .leftcol .wrap {
    max-width: 200px;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

article.type-position .location,
article.type-position .qualifications,
article.type-position .onecoltext,
article.type-post .location,
article.type-post .qualifications,
article.type-post .onecoltext {
  margin: 30px 0;
}
article.type-position .location .bluebar,
article.type-position .qualifications .bluebar,
article.type-position .onecoltext .bluebar,
article.type-post .location .bluebar,
article.type-post .qualifications .bluebar,
article.type-post .onecoltext .bluebar {
  width: 100%;
  aspect-ratio: 2/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
article.type-position .location .bluebar-inner,
article.type-position .qualifications .bluebar-inner,
article.type-position .onecoltext .bluebar-inner,
article.type-post .location .bluebar-inner,
article.type-post .qualifications .bluebar-inner,
article.type-post .onecoltext .bluebar-inner {
  display: none;
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

article:has(.imgright) .imgright {
  margin: 30px 0;
}
article:has(.imgright) .imgright * {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1025px) {
  article:has(.imgright) .imgright {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  article:has(.imgright) .imgright > div {
    flex: 1;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.twocoltext {
  margin: 30px 0;
}
@media (min-width: 1025px) {
  .twocoltext {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
  }
  .twocoltext .leftcol,
  .twocoltext .rightcol {
    flex: 1;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.article__content :first-child,
.article-content__classic-editor :first-child {
  margin-top: unset;
}
.article__content :last-child,
.article-content__classic-editor :last-child {
  margin-bottom: unset;
}
.article__content ul,
.article__content ol,
.article-content__classic-editor ul,
.article-content__classic-editor ol {
  padding-left: 1.5em;
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  padding-left: 30px;
}
.article__content ul > li,
.article__content ol > li,
.article-content__classic-editor ul > li,
.article-content__classic-editor ol > li {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  padding-left: 10px;
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23E6711B' stroke-width='3' d='M7 12.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Z'/%3E%3C/svg%3E");
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  color: var(--color-grayscale-100);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .article__content ul > li,
  .article__content ol > li,
  .article-content__classic-editor ul > li,
  .article-content__classic-editor ol > li {
    padding-left: 0;
    line-height: 1.7;
  }
}
.article__content ul + p,
.article__content ol + p,
.article-content__classic-editor ul + p,
.article-content__classic-editor ol + p {
  margin-top: 1em;
}
.article__content p,
.article__content ul > li,
.article__content p a,
.article-content__classic-editor p,
.article-content__classic-editor ul > li,
.article-content__classic-editor p a {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-weight: 500;
}
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6,
.article-content__classic-editor h2,
.article-content__classic-editor h3,
.article-content__classic-editor h4,
.article-content__classic-editor h5,
.article-content__classic-editor h6 {
  color: var(--color-dark-blue-100);
  margin: 2em 0 0.5em;
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.article__content :first-child,
.article-content__classic-editor :first-child {
  margin-top: unset;
}
.article__content :last-child,
.article-content__classic-editor :last-child {
  margin-bottom: unset;
}
.article__content ul,
.article__content ol,
.article-content__classic-editor ul,
.article-content__classic-editor ol {
  padding-left: 1.5em;
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  padding-left: 30px;
}
.article__content ul > li,
.article__content ol > li,
.article-content__classic-editor ul > li,
.article-content__classic-editor ol > li {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  padding-left: 10px;
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23E6711B' stroke-width='3' d='M7 12.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Z'/%3E%3C/svg%3E");
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  color: var(--color-grayscale-100);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .article__content ul > li,
  .article__content ol > li,
  .article-content__classic-editor ul > li,
  .article-content__classic-editor ol > li {
    padding-left: 0;
    line-height: 1.7;
  }
}
.article__content ul + p,
.article__content ol + p,
.article-content__classic-editor ul + p,
.article-content__classic-editor ol + p {
  margin-top: 1em;
}
.article__content p,
.article__content ul > li,
.article__content p a,
.article-content__classic-editor p,
.article-content__classic-editor ul > li,
.article-content__classic-editor p a {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-weight: 500;
}
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6,
.article-content__classic-editor h2,
.article-content__classic-editor h3,
.article-content__classic-editor h4,
.article-content__classic-editor h5,
.article-content__classic-editor h6 {
  color: var(--color-dark-blue-100);
  margin: 2em 0 0.5em;
}

.author-information {
  margin: 30px 0;
  position: relative;
}
@media (min-width: 1025px) {
  .author-information:has(.leftcol) {
    padding-left: 230px;
  }
}
.author-information:has(.leftcol) h3 {
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  color: var(--color-orange-300);
  margin: 0.5em 0;
}
@media (min-width: 1025px) {
  .author-information .leftcol {
    position: absolute;
    left: 0;
  }
}
.author-information .leftcol .wrap {
  border-radius: 9999px;
  margin: 0 auto;
  max-width: 250px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .author-information .leftcol .wrap {
    max-width: 200px;
  }
}

article:has(.imgright) .imgright {
  margin: 30px 0;
}
article:has(.imgright) .imgright * {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1025px) {
  article:has(.imgright) .imgright {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  article:has(.imgright) .imgright > div {
    flex: 1;
  }
}

.twocoltext {
  margin: 30px 0;
}
@media (min-width: 1025px) {
  .twocoltext {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
  }
  .twocoltext .leftcol,
  .twocoltext .rightcol {
    flex: 1;
  }
}

article.type-position .location,
article.type-position .qualifications,
article.type-position .onecoltext,
article.type-post .location,
article.type-post .qualifications,
article.type-post .onecoltext {
  margin: 30px 0;
}
article.type-position .location .bluebar,
article.type-position .qualifications .bluebar,
article.type-position .onecoltext .bluebar,
article.type-post .location .bluebar,
article.type-post .qualifications .bluebar,
article.type-post .onecoltext .bluebar {
  width: 100%;
  aspect-ratio: 2/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
article.type-position .location .bluebar-inner,
article.type-position .qualifications .bluebar-inner,
article.type-position .onecoltext .bluebar-inner,
article.type-post .location .bluebar-inner,
article.type-post .qualifications .bluebar-inner,
article.type-post .onecoltext .bluebar-inner {
  display: none;
}

.article-content__classic-editor {
  max-width: min(1460px, 100vw - 64px);
  margin: 30px auto;
}

.article-content__block-editor {
  margin: 0 auto;
  max-width: min(1460px, 100vw - 64px);
}
@media (min-width: 1025px) {
  .article-content__block-editor .content__inner {
    padding-left: 300px;
  }
}
.article-content__block-editor p {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  color: var(--color-grayscale-100);
  line-height: 1.75;
}
.article-content__block-editor ul {
  padding-left: 1.5em;
}
.article-content__block-editor ul > li {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  padding-left: 10px;
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23E6711B' stroke-width='3' d='M7 12.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Z'/%3E%3C/svg%3E");
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  color: var(--color-grayscale-100);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .article-content__block-editor ul > li {
    padding-left: 0;
    line-height: 1.7;
  }
}
.article-content__block-editor ul + p {
  margin-top: 1em;
}
.article-content__block-editor ul.has-white-color > li {
  color: var(--color-grayscale-white);
}
.article-content__block-editor blockquote {
  color: var(--color-dark-blue);
  border-left: 3px solid var(--color-dark-blue-200);
  padding-left: clamp(22px, calc((3.3805888768vw + 3.6434023991px)), 53px);
}
.article-content__block-editor blockquote cite {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
.article-content__block-editor ul + .wp-block-heading {
  margin-top: 1em;
}

.post-type-page .article-h1 {
  position: relative;
  z-index: 20;
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.point-of-contact__container {
  margin: 8px 0;
}
.point-of-contact__container .flex-inner {
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
}
.point-of-contact__container .prefix {
  display: inline;
}
.point-of-contact__container .contact__thumbnail {
  border-radius: 9999px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-orange-500);
  padding: 2px;
}
@media (min-width: 1200px) {
  .point-of-contact__container .contact__thumbnail {
    width: 80px;
    height: 80px;
  }
}
.point-of-contact__container .contact__thumbnail img {
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.point-of-contact__container .contact__content {
  flex: 1;
}
.point-of-contact__container .contact__name {
  color: var(--color-grayscale-200);
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc((0.4362050164vw + 0.7269629226rem)), 1.125rem);
  line-height: 1.5;
}
.point-of-contact__container .contact__name strong {
  color: var(--color-grayscale-200);
  display: block;
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.point-of-contact__container .contact__name strong a {
  color: var(--color-grayscale-200);
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.point-of-contact__container .contact__name strong a:hover, .point-of-contact__container .contact__name strong a:focus {
  color: var(--color-orange-400);
}
.point-of-contact__container.author {
  margin: 16px 0 8px;
}
.point-of-contact__container.author .contact__name {
  font-size: clamp(0.813rem, calc((0.5443838604vw + 0.6282497274rem)), 1.125rem);
}
.point-of-contact__container.author .contact__name strong {
  font-size: clamp(1.125rem, calc((0.7642311887vw + 0.8656390403rem)), 1.563rem);
}
.point-of-contact__container.consultant {
  border: 1px solid var(--color-grayscale-500);
  padding: 20px;
}
.point-of-contact__container.consultant .flex-inner {
  align-items: flex-start;
}
.point-of-contact__container.consultant .contact__name {
  font-size: clamp(0.875rem, calc((0.4362050164vw + 0.7269629226rem)), 1.125rem);
}
.point-of-contact__container.consultant .contact__name strong {
  color: var(--color-orange-400);
  font-size: clamp(1.313rem, calc((0.9805888768vw + 0.9802126499rem)), 1.875rem);
}
.point-of-contact__container .contact-link {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: clamp(8px, calc((0.8724100327vw + 3.2628135224px)), 16px) clamp(32px, calc((0.4362050164vw + 29.6314067612px)), 36px);
  font-size: clamp(0.875rem, calc((0.3271537623vw + 0.7639721919rem)), 1.0625rem);
  background-color: var(--color-white);
  border-color: var(--color-mid-blue-200);
  color: var(--color-mid-blue-200);
}
.point-of-contact__container .contact-link:disabled {
  opacity: 0.3;
}
.point-of-contact__container .contact-link i[class^=ai-] {
  display: inline-block;
  font-size: clamp(1rem, calc((0.8724100327vw + 0.7039258451rem)), 1.5rem);
  margin-left: clamp(10px, calc((0.6543075245vw + 6.4471101418px)), 16px);
}
.point-of-contact__container .contact-link:hover:not(:disabled), .point-of-contact__container .contact-link:active:not(:disabled), .point-of-contact__container .contact-link:focus:not(:disabled) {
  background-color: var(--color-dark-blue-400);
  border-color: var(--color-dark-blue-100);
  color: var(--color-dark-blue-100);
}
@media (max-width: 767px) {
  .point-of-contact__container .contact-link {
    padding: 8px;
  }
}
@media (min-width: 768px) {
  .point-of-contact__container .contact-link {
    width: -moz-fit-content;
    width: fit-content;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .single-position #content {
    overflow: clip;
  }
}

.article-content__block-editor .wp-block-cover.is-style-breaker {
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}
.article-content__block-editor.for-position-detail .content__inner .sj-jump-menu + div {
  margin-top: 0 !important;
}
.article-content__block-editor .wp-block-cover__background {
  width: 150vw;
  height: 100%;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .article-content__block-editor .horizontal-scroller {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.share {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: nowrap;
}
.share li {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .share {
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 1025px) {
  .share {
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .share {
    justify-content: flex-start;
  }
}
.share .share-label {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, calc((0.3271537623vw + 0.7014721919rem)), 1rem);
  line-height: 1.65;
  color: var(--color-grayscale-100);
  font-size: 1rem;
  font-weight: 500;
}

.share__item {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-dark-blue-100);
  border-radius: 2px;
  margin-left: 8px;
}
@media (min-width: 544px) {
  .share__item {
    width: 56px;
    height: 56px;
    margin-left: 16px;
  }
}

.share__button {
  color: var(--color-dark-blue-100);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--color-grayscale-white);
  transition: background-color 200ms ease-in-out;
}
.share__button:hover, .share__button:focus {
  color: var(--color-dark-blue-100);
  background-color: var(--color-dark-blue-500);
}
.share__button span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

:where(.sticky-cta__container) {
  margin: 8px 0 !important;
  width: 100%;
  z-index: 1;
}
:where(.sticky-cta__container) .sticky-cta__inner {
  display: flex;
  flex-flow: column wrap;
  max-width: min(1459px, 100vw - 64px);
  margin-left: auto;
  margin-right: auto;
}
:where(.sticky-cta__container) .sticky-cta__eyebrow {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 8px 0;
  padding-left: 0;
  width: 100%;
}
:where(.sticky-cta__container) .sticky-cta__eyebrow li {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  :where(.sticky-cta__container) .sticky-cta__eyebrow {
    display: flex;
    -moz-column-gap: 1em;
    column-gap: 1em;
    row-gap: 1em;
    align-items: center;
  }
}
:where(.sticky-cta__container) .sticky-cta__eyebrow li {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, calc((0.3271537623vw + 0.7014721919rem)), 1rem);
  line-height: 1.65;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  color: var(--color-grayscale-100);
  line-height: 1;
}
@media (max-width: 767px) {
  :where(.sticky-cta__container) .sticky-cta__eyebrow li {
    margin-bottom: 0.5em;
  }
}
:where(.sticky-cta__container) .sticky-cta__eyebrow .sj-icon {
  color: var(--color-orange-400);
  font-size: 1.5rem;
  margin-right: 4px;
}
:where(.sticky-cta__container) .sticky-cta__title {
  flex: 1;
}
:where(.sticky-cta__container) .sticky-cta__title .cta-title {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(2.5rem, calc((1.7448200654vw + 1.9078516903rem)), 3.5rem);
  line-height: 1.15;
  color: var(--color-dark-blue-100);
  font-size: clamp(2.5rem, calc((1.7448200654vw + 1.9078516903rem)), 3.5rem);
  margin: 0;
}
:where(.sticky-cta__container).sticky {
  background-color: var(--color-white);
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  :where(.sticky-cta__container).sticky {
    border-bottom: 1px solid var(--color-grayscale-500);
    padding: 24px;
    position: fixed;
    right: 0;
    left: 0;
    top: 36px;
  }
  .logged-in :where(.sticky-cta__container).sticky {
    top: 32px;
  }
}
@media (min-width: 1025px) {
  :where(.sticky-cta__container).sticky {
    top: 0;
  }
  .logged-in :where(.sticky-cta__container).sticky {
    top: 32px;
  }
}
@media (min-width: 1200px) {
  :where(.sticky-cta__container).sticky {
    top: 86px;
  }
  .logged-in :where(.sticky-cta__container).sticky {
    top: 118px;
  }
}
@media (min-width: 1600px) {
  :where(.sticky-cta__container).sticky {
    top: 96px;
  }
  .logged-in :where(.sticky-cta__container).sticky {
    top: 128px;
  }
}
:where(.sticky-cta__container).sticky .sticky-cta__inner {
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  :where(.sticky-cta__container).sticky .sticky-cta__inner {
    flex-flow: row wrap;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  :where(.sticky-cta__container).sticky .sticky-cta__title {
    flex: auto;
    width: 100%;
  }
}
:where(.sticky-cta__container).sticky .sticky-cta__title .cta-title {
  font-size: clamp(2rem, calc((0.4362050164vw + 1.8519629226rem)), 2.25rem);
}

.sticky-cta__buttons {
  flex: 1;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .sticky .sticky-cta__buttons {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .sticky .sticky-cta__buttons {
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sticky .sticky-cta__buttons {
    margin: 0;
    padding: 24px;
    background-color: var(--color-white);
  }
  .sticky .sticky-cta__buttons::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
    position: absolute;
    top: -60px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .sticky .sticky-cta__buttons .list-buttons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .sticky .sticky-cta__buttons .list-buttons .btn-item:first-child {
    flex: 0 0 100%;
  }
  .sticky .sticky-cta__buttons .list-buttons .btn-item:nth-child(n+2) {
    flex: 0 0 calc(50% - 4px);
  }
}
.sticky .sticky-cta__buttons .list-buttons .btn-item:last-child {
  display: block;
}
@media (min-width: 768px) {
  .sticky .sticky-cta__buttons .list-buttons .btn-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sticky .sticky-cta__buttons .list-buttons .btn-item .btn-solid,
.sticky .sticky-cta__buttons .list-buttons .btn-item .btn-outline {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sticky .sticky-cta__buttons .list-buttons {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .sticky .sticky-cta__buttons {
    position: fixed;
    top: calc(var(--vh, 1vh) * 100 - 124px);
    right: 0;
    left: 0;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

:root {
  --tag-accepting: #008f28;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 143, 40; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

.tag {
  border: 1px solid var(--tag-color);
  border-radius: 2px;
  color: var(--tag-color);
  display: block;
  font-size: clamp(0.813rem, calc((0.3262813522vw + 0.7022682661rem)), 1rem);
  font-weight: 400;
  line-height: 1;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
}
.tag.insights-tag {
  --tag-color: var(--tag-insights);
  color: var(--tag-color);
  text-decoration: none;
}
.tag.insights-tag:hover, .tag.insights-tag:focus {
  --tag-color: var(--tag-insights);
  color: var(--tag-color);
}
.tag.status-tag {
  /* background-color: rgba(var(--tag-color), 0.15); if we need transparency */
  border-radius: 50vh;
}
.tag.status-tag.status-is-accepting {
  --tag-color: var(--tag-accepting);
}
.tag.status-tag.status-is-interviewing {
  --tag-color: var(--tag-interviewing);
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.sbdocs.sbdocs-content:has(.bio__hero) {
  max-width: unset;
}

.bio__hero {
  display: flex;
  flex-flow: column wrap;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .bio__hero {
    flex-flow: row wrap;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding: 56px 0;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .bio__hero {
    -moz-column-gap: 80px;
    column-gap: 80px;
    padding: 96px 0;
  }
}
.bio__hero::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--color-grayscale-600);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.bio__hero .bio__article-h1 {
  font-size: clamp(2.5rem, calc((3.4896401309vw + 1.3157033806rem)), 4.5rem);
  color: var(--color-dark-blue-200);
  margin: 0;
}

.bio__hero-col {
  flex: 1;
}

.bio__hero-image {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .bio__hero-image {
    margin-bottom: 0;
  }
}
.bio__hero-image::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-orange-400);
  -webkit-mask-image: url("../src/blocks/assets/sj-square.svg");
  mask-image: url("../src/blocks/assets/sj-square.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.bio__hero-image::after {
  content: "";
  display: block;
  width: 60px;
  height: 137px;
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: var(--color-orange-400);
  -webkit-mask-image: url("../src/blocks/assets/sj-circles.svg");
  mask-image: url("../src/blocks/assets/sj-circles.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.bio__job-title {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  color: var(--color-grayscale-100);
  font-size: 2.25rem;
  line-height: 1.15;
  margin: 8px 0 40px 0;
}

.bio__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  row-gap: 36px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.bio__contact-list li {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .bio__contact-list {
    row-gap: 24px;
  }
}
.bio__contact-list .bio__contact-list-item .bio__contact-btn {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: clamp(8px, calc((0.8724100327vw + 3.2628135224px)), 16px) clamp(32px, calc((0.4362050164vw + 29.6314067612px)), 36px);
  font-size: clamp(0.875rem, calc((0.3271537623vw + 0.7639721919rem)), 1.0625rem);
  font-size: 17px !important;
}
.bio__contact-list .bio__contact-list-item .bio__contact-btn:disabled {
  opacity: 0.3;
}
.bio__contact-list .bio__contact-list-item .bio__contact-btn i[class^=ai-] {
  display: inline-block;
  font-size: clamp(1rem, calc((0.8724100327vw + 0.7039258451rem)), 1.5rem);
  margin-left: clamp(10px, calc((0.6543075245vw + 6.4471101418px)), 16px);
}
@media (max-width: 767px) {
  .bio__contact-list .bio__contact-list-item .bio__contact-btn {
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .bio__contact-list .bio__contact-list-item .bio__contact-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.bio__contact-list .bio__contact-list-item .bio__contact-btn i[class^=ai-] {
  margin: 0;
}
.bio__contact-list .bio__contact-list-item:first-of-type {
  width: 100%;
}
.bio__contact-list .bio__contact-list-item:first-of-type .bio__contact-btn {
  background-color: var(--color-mid-blue-200);
  border-color: var(--color-mid-blue-200);
  color: var(--color-white);
}
.bio__contact-list .bio__contact-list-item:first-of-type .bio__contact-btn:hover:not(:disabled), .bio__contact-list .bio__contact-list-item:first-of-type .bio__contact-btn:active:not(:disabled), .bio__contact-list .bio__contact-list-item:first-of-type .bio__contact-btn:focus:not(:disabled) {
  background-color: var(--color-dark-blue-100);
  border-color: var(--color-dark-blue-100);
  color: var(--color-white);
}
.bio__contact-list .bio__contact-list-item:nth-child(n+2) .bio__contact-btn {
  background-color: var(--color-white);
  border-color: var(--color-dark-blue);
  color: var(--color-dark-blue);
  padding: clamp(8px, calc((0.8724100327vw + 3.2628135224px)), 16px);
  gap: 10px;
}
.bio__contact-list .bio__contact-list-item:nth-child(n+2) .bio__contact-btn:hover:not(:disabled), .bio__contact-list .bio__contact-list-item:nth-child(n+2) .bio__contact-btn:active:not(:disabled), .bio__contact-list .bio__contact-list-item:nth-child(n+2) .bio__contact-btn:focus:not(:disabled) {
  background-color: var(--color-dark-blue-400);
  border-color: var(--color-dark-blue-100);
  color: var(--color-dark-blue-100);
}
.bio__contact-list .bio__contact-list-item .bio__icon {
  font-size: 20px;
  display: flex;
}
@media (min-width: 768px) {
  .bio__contact-list .bio__contact-list-item .bio__icon {
    font-size: 22px;
  }
}

.bio__content {
  margin: 40px auto;
}
.bio__content h1,
.bio__content h2,
.bio__content h3,
.bio__content h4,
.bio__content h5,
.bio__content h6 {
  color: var(--color-dark-blue-200);
}
.bio__content ul {
  padding-left: 1.5em;
  margin-left: 22px;
}
.bio__content ul > li {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  padding-left: 10px;
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23E6711B' stroke-width='3' d='M7 12.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Z'/%3E%3C/svg%3E");
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  color: var(--color-grayscale-100);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .bio__content ul > li {
    padding-left: 0;
    line-height: 1.7;
  }
}
.bio__content ul + p {
  margin-top: 1em;
}
.bio__content ul > li {
  list-style: url("../src/global/utils/assets/ul-icon.svg");
}
.bio__content .bio__content-body {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
}
.bio__content .bio__content-sidebar {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.7;
}
.bio__content .bio__content-sidebar ul > li {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  padding-left: 10px;
  list-style: url("../src/components/team-bio/assets/ul-icon.svg");
  font-size: clamp(0.9rem, calc((0.719738277vw + 0.6557388222rem)), 1.3125rem);
  color: var(--color-grayscale-100);
  line-height: 1.8;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .bio__content .bio__content-sidebar ul > li {
    padding-left: 0;
    line-height: 1.7;
  }
}
.bio__content .bio__content-sidebar ul > li {
  list-style: url("../src/global/utils/assets/ul-icon.svg");
}
.bio__content .bio__content-sidebar h1,
.bio__content .bio__content-sidebar h2,
.bio__content .bio__content-sidebar h3,
.bio__content .bio__content-sidebar h4,
.bio__content .bio__content-sidebar h5,
.bio__content .bio__content-sidebar h6 {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.563rem, calc((0vw + 1.563rem)), 1.563rem);
  line-height: 1.35;
  margin: 16px 0 8px;
}
@media (min-width: 768px) {
  .bio__content {
    display: flex;
    margin: 56px auto;
  }
  .bio__content .bio__content-body {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .bio__content:has(.bio__content-sidebar) .bio__content-body {
    flex: 1 0 60%;
    max-width: unset;
  }
  .bio__content .bio__content-sidebar {
    flex: 0 0 30%;
  }
}
@media (min-width: 1200px) {
  .bio__content {
    margin: 96px auto;
  }
}
.bio__content .bio__contact-btn {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: clamp(8px, calc((0.8724100327vw + 3.2628135224px)), 16px) clamp(32px, calc((0.4362050164vw + 29.6314067612px)), 36px);
  font-size: clamp(0.875rem, calc((0.3271537623vw + 0.7639721919rem)), 1.0625rem);
  background-color: var(--color-mid-blue-200);
  border-color: var(--color-mid-blue-200);
  color: var(--color-white);
  margin-top: 36px;
}
.bio__content .bio__contact-btn:disabled {
  opacity: 0.3;
}
.bio__content .bio__contact-btn i[class^=ai-] {
  display: inline-block;
  font-size: clamp(1rem, calc((0.8724100327vw + 0.7039258451rem)), 1.5rem);
  margin-left: clamp(10px, calc((0.6543075245vw + 6.4471101418px)), 16px);
}
.bio__content .bio__contact-btn:hover:not(:disabled), .bio__content .bio__contact-btn:active:not(:disabled), .bio__content .bio__contact-btn:focus:not(:disabled) {
  background-color: var(--color-dark-blue-100);
  border-color: var(--color-dark-blue-100);
  color: var(--color-white);
}
@media (max-width: 767px) {
  .bio__content .bio__contact-btn {
    padding: 8px;
  }
}
@media (min-width: 768px) {
  .bio__content .bio__contact-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bio__divider {
  margin: 48px 0 0;
}
@media (min-width: 768px) {
  .bio__divider {
    background-color: var(--color-mid-blue-200);
    margin: 0 48px;
    width: 2px;
  }
}
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.team-card {
  background-color: var(--color-white);
  border-radius: 2px;
  border: 1px solid var(--color-grayscale-500);
  border-bottom: 4px solid var(--color-mid-blue-200);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding: 32px;
}
.sb-show-main .team-card {
  max-width: 400px;
}
.team-card.is-recent-placement {
  padding: 0;
  border: 0;
}

.team-card__heading-wrapper {
  margin: 42px 0;
  text-align: center;
}
.is-recent-placement .team-card__heading-wrapper {
  margin: 16px 0;
  text-align: left;
}
@media (min-width: 1200px) {
  .is-recent-placement .team-card__heading-wrapper {
    margin: 24px 0;
  }
}

.team-card__image {
  aspect-ratio: 5/6;
  border-radius: 3px;
  overflow: hidden;
}
.is-recent-placement .team-card__image {
  aspect-ratio: 1/1;
}
.team-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-card__heading {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  color: var(--color-dark-blue-100);
}
.is-recent-placement .team-card__heading {
  font-size: clamp(1.125rem, calc((1.3086150491vw + 0.6808887677rem)), 1.875rem);
}

.team-card__link {
  font-weight: 500;
  text-decoration: none;
}
.team-card__link:hover, .team-card__link:focus {
  color: var(--color-dark-blue-100);
  text-decoration: none;
}
.team-card__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.team-card__position {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: var(--color-grayscale-100);
  font-size: clamp(0.875rem, calc((0.7642311887vw + 0.6156390403rem)), 1.313rem);
}
.is-recent-placement .team-card__position {
  font-size: clamp(0.813rem, calc((0.5443838604vw + 0.6282497274rem)), 1.125rem);
}

.team-card__organization {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc((0.4362050164vw + 0.7269629226rem)), 1.125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: clamp(0.813rem, calc((0.5443838604vw + 0.6282497274rem)), 1.125rem);
  font-weight: 600;
  color: var(--color-orange-300);
  margin-top: 16px;
}

.team-card__arrow {
  display: flex;
  gap: 10px;
  justify-content: right;
  align-items: center;
  margin-top: auto;
}
.team-card__arrow span {
  font-size: 1.313rem;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.team-card:hover .team-card__arrow span, .team-card:focus .team-card__arrow span {
  color: var(--color-mid-blue-200);
  visibility: visible;
  opacity: 1;
}

.team-card__icon {
  font-size: 1.6rem;
  color: var(--color-mid-blue-200);
}
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
:root {
  --eyebrow-color: var(--color-orange-200);
  --title-color: var(--color-dark-blue-100);
  --outer-padding: 60px;
  --doc-height: 100%;
  --z-header: 5;
  --z-content: 10;
  --z-footer: 15;
}

:root {
  --color-dark-blue: #001030;
  --color-active-green: #00a82f;
  --color-red-alert: #df3126;
  --color-black: #000;
  --color-grayscale-100: #1b1d22;
  --color-grayscale-200: #474b51;
  --color-grayscale-300: #7d8087;
  --color-grayscale-400: #b3b6bc;
  --color-grayscale-500: #e1e5e8;
  --color-grayscale-600: #f6f8fa;
  --color-white: #fff;
  --color-orange-100: #431d00;
  --color-orange-200: #b34a00;
  --color-orange-300: #c15200;
  --color-orange-400: #e6711b;
  --color-orange-500: #ef9350;
  --color-orange-600: #fdd4b5;
  --color-orange-700: #ffeddf;
  --color-orange-800: #fff5ed;
  --color-light-blue-100: #00b4d8;
  --color-light-blue-200: #77e8ff;
  --color-mid-blue-100: #0077b6;
  --color-mid-blue-200: #0075e0;
  --color-mid-blue-300: #389efc;
  --color-dark-blue-100: #003665;
  --color-dark-blue-200: #0f4a7e;
  --color-dark-blue-300: #4a85b8;
  --color-dark-blue-400: #cde8ff;
  --color-dark-blue-500: #f0f8ff;
  --tag-accepting: #008626;
  --tag-interviewing: #0077b6;
  --tag-insights: var(--color-orange-300);
  --tag-color: var(--color-grayscale-100);
  --tag-accepting-rgb: 0, 134, 38; /* #00A82F */
  --tag-interviewing-rgb: 0, 119, 182; /* #0077B6 */
  --tag-color-rgb: 102, 102, 102;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the valu1qaze at B.
 */
.is-style-h2-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem);
  line-height: 1.35;
  font-size: clamp(1.875rem, calc((1.4176663032vw + 1.3938794984rem)), 2.6875rem) !important;
}

.is-style-h3-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem) !important;
}

.is-style-h4-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem);
  line-height: 1.35;
  font-size: clamp(1.3125rem, calc((0.9814612868vw + 0.9794165758rem)), 1.875rem) !important;
}

.is-style-h5-style {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem) !important;
}

.is-style-ff-sans {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.is-style-ff-serif {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
  font-weight: 400;
}

.edit-post-visual-editor__post-title-wrapper.is-layout-flow {
  z-index: 10;
}

.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  position: relative;
  z-index: 2;
  margin: 0 !important;
}

.header + .content-wrapper {
  padding-top: 0;
}

.is-layout-flow.wp-block-post-content.block-editor-block-list__layout {
  z-index: 1;
}

.position-card {
  display: flex;
  gap: 15px;
  padding: 24px;
  border: 1px solid var(--color-grayscale-500);
  border-radius: 2px;
  position: relative;
  text-decoration: none;
  height: 100%;
}
.position-card:hover, .position-card:focus {
  color: var(--color-dark-blue-200);
  background-color: var(--color-grayscale-600);
}
.position-card:hover .position-card__heading, .position-card:focus .position-card__heading {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .position-card {
    padding: 32px;
  }
}

.position-card__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

img.position-card__image {
  display: none;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
}
@media (min-width: 1024px) {
  img.position-card__image {
    display: flex;
  }
}

.position-card__tags {
  border: 1px solid var(--tag-accepting);
  border-radius: 2px;
  color: var(--tag-accepting);
  display: block;
  font-size: clamp(0.813rem, calc((0.3262813522vw + 0.7022682661rem)), 1rem);
  line-height: 1;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
}
.position-card--interviewing .position-card__tags {
  border: 1px solid var(--tag-interviewing);
  border-radius: 2px;
  color: var(--tag-interviewing);
  display: block;
  font-size: clamp(0.813rem, calc((0.3262813522vw + 0.7022682661rem)), 1rem);
  line-height: 1;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
}

.position-card__heading {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc((0.7633587786vw + 0.8659351145rem)), 1.5625rem);
  line-height: 1.35;
  text-decoration: none;
}
.position-card__heading:hover, .position-card__heading:focus {
  color: var(--color-dark-blue-200);
}
.position-card__heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.position-card__icon {
  margin-right: 10px;
}

.position-card__job-location {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc((0.4362050164vw + 0.7269629226rem)), 1.125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: var(--color-black);
  display: inline;
  margin-left: 2em;
  text-indent: -2em;
}

.position-card__detail {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc((0.4362050164vw + 0.7269629226rem)), 1.125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: none;
  color: var(--color-mid-blue-200);
  margin-top: auto;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .position-card__detail {
    display: block;
  }
}

.position-card__arrow-icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.archive--position .archive__filters--top p {
  margin: 16px 0 9px;
}
.archive--position .facetwp-template {
  width: 100%;
  grid-area: results;
}

.archive__title {
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
  color: var(--color-dark-blue-100);
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .archive__title {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__title > * {
  --no-container-ancestor: 0;
}

.archive__container {
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
}
@media (max-width: 1199px) {
  .archive__container {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__container > * {
  --no-container-ancestor: 0;
}

.archive__search-icon {
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  line-height: 1;
  cursor: pointer;
}
.archive__search-icon::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: var(--color-orange-400);
}
.archive--post .archive__search-icon::before {
  color: var(--color-grayscale-300);
}

.archive__filters {
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
}
@media (max-width: 1199px) {
  .archive__filters {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__filters > * {
  --no-container-ancestor: 0;
}
.archive__filters input,
.archive__filters select,
.archive__filters textarea,
.archive__filters .fs-label-wrap {
  border: 1px solid var(--color-grayscale-400);
  border-radius: 2px;
  color: var(--color-grayscale-200);
  font-size: clamp(1.063rem, calc((0.4362050164vw + 0.9149629226rem)), 1.313rem);
}
.archive__filters .fs-label-wrap {
  padding: 16px;
}
.archive__filters textarea {
  line-height: 1.5;
  padding: 16px;
}
.archive__filters input[type=text],
.archive__filters input[type=email],
.archive__filters .fs-label-wrap {
  line-height: 60px;
  padding: 0 16px;
}
.archive__filters input[type=radio],
.archive__filters input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 0 0 5px !important;
}
.archive--post .archive__filters {
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .archive--post .archive__filters {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.archive__filters p {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, calc((0.3271537623vw + 0.7014721919rem)), 1rem);
  line-height: 1.65;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: var(--color-grayscale-200);
  margin-bottom: 4px;
}
.archive__filters input.facetwp-search.facetwp-search {
  padding-right: 60px;
}
.archive__filters .facetwp-type-search {
  flex: 3 1 0;
}
.archive__filters .facetwp-facet {
  margin-bottom: 0;
}
.archive__filters .facetwp-input-wrap {
  width: 100%;
}
.archive__filters .facetwp-input-wrap input {
  width: 100%;
}
.archive__filters .facetwp-type-fselect {
  flex: 1 1 0;
}
.archive__filters .fs-wrap {
  width: 100%;
  display: block;
}
.archive__filters .facetwp-checkbox {
  background-image: url("../src/archives/assets/checkbox-empty.svg");
  background-size: 14px 14px;
}
.archive__filters .facetwp-checkbox.checked {
  background-image: url("../src/archives/assets/checkbox-checked.svg");
  color: var(--color-dark-blue);
}
.archive__filters .fs-label-wrap .fs-label {
  padding: 0;
}
.archive__filters h5 {
  margin-top: 24px;
  margin-bottom: 16px;
}
body:not(.facets-active) .archive__filters .archive__reset + .archive__facet h5 {
  margin-top: 0;
}
.archive__filters .facetwp-checkbox,
.archive__filters .facetwp-toggle {
  font-size: 1.0625rem;
  line-height: 1.412;
  font-weight: 600;
  color: var(--color-grayscale-200);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.archive__filters .facetwp-toggle, .archive__filters .facetwp-toggle:link, .archive__filters .facetwp-toggle:visited, .archive__filters .facetwp-toggle:hover, .archive__filters .facetwp-toggle:active, .archive__filters .facetwp-toggle:focus {
  display: block;
  padding-left: 20px;
  color: var(--color-mid-blue-200);
  text-decoration: none;
}
.archive__filters .facetwp-hidden {
  display: none;
}
.archive__filters .fs-arrow {
  aspect-ratio: 1/1;
  z-index: 10;
  height: 100%;
  width: auto;
  display: block;
  right: 0;
  padding: 18px;
  border: 10px solid transparent;
  border-radius: 9999px;
  background: white url("../src/archives/assets/chevron-down.svg") center center no-repeat;
  background-size: 18px auto;
  background-clip: padding-box;
}

.archive__reset {
  display: none;
}
.facets-active .archive__reset {
  display: flex;
}
.archive__filters--mobile .archive__reset {
  margin-bottom: 16px;
}
.archive__filters--mobile .archive__reset button {
  margin-bottom: 0;
}
.archive--post .archive__reset {
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .archive--post .archive__reset {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive--post .archive__reset > * {
  --no-container-ancestor: 0;
}
.archive__reset button {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: clamp(8px, calc((0.8724100327vw + 3.2628135224px)), 16px) clamp(16px, calc((2.1810250818vw + 4.1570338059px)), 36px);
  font-size: clamp(0.875rem, calc((0.3280261723vw + 0.7636761178rem)), 1.063rem);
  padding: 0;
  border: 0;
  margin-bottom: 36px;
  background: transparent;
  color: var(--color-mid-blue-200);
  cursor: pointer;
}
.archive__reset button:disabled {
  opacity: 0.3;
}
.archive__reset button i[class^=ai-] {
  display: inline-block;
  font-size: clamp(1rem, calc((0.8724100327vw + 0.7039258451rem)), 1.5rem);
  margin-left: clamp(10px, calc((0.6543075245vw + 6.4471101418px)), 16px);
}
.archive__reset button:hover, .archive__reset button:active, .archive__reset button:focus {
  color: var(--color-dark-blue-100);
}

.archive__canned-searches {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.archive__canned-searches > li {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .archive__canned-searches {
    gap: 8px;
  }
}
.archive__canned-searches button {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid var(--color-dark-blue-200);
  padding: 4px 12px 0;
  color: var(--color-dark-blue-200);
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.archive__featured {
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, calc((0.4362050164vw + 0.9144629226rem)), 1.3125rem);
  line-height: 1.75;
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
  padding-top: 58px;
  padding-bottom: 146px;
}
@media (max-width: 1199px) {
  .archive__featured {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__featured > * {
  --no-container-ancestor: 0;
}
@media (max-width: 767px) {
  .archive__featured {
    padding: 0;
  }
}
.archive__featured .wp-block-columns {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
}
.archive__featured .wp-block-column:nth-child(2) {
  max-width: 600px;
  justify-content: flex-end;
}
.facets-active .archive__featured {
  display: none;
}

.archive__subhead {
  color: var(--color-dark-blue-200);
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: clamp(1.5625rem, calc((1.199563795vw + 1.1553980371rem)), 2.25rem);
  line-height: 1.35;
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
  color: var(--color-dark-blue-100);
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .archive__subhead {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__subhead > * {
  --no-container-ancestor: 0;
}

.archive__content {
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
  margin-top: 56px;
}
@media (max-width: 1199px) {
  .archive__content {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__content > * {
  --no-container-ancestor: 0;
}

.archive__content--left-sidebar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas: "filters results results results";
}
@media (max-width: 767px) {
  .archive__content--left-sidebar {
    display: block;
  }
}
.archive__content--left-sidebar .archive__filters--left {
  grid-area: filters;
}
@media (max-width: 767px) {
  .archive__content--left-sidebar .archive__filters--left {
    display: none;
  }
}
.archive__content--left-sidebar .archive__grid {
  grid-area: results;
  --columns: 2;
}
@media (max-width: 767px) {
  .archive__content--left-sidebar .archive__grid {
    --columns: 1;
  }
}

.archive__filters--mobile {
  display: none;
  position: fixed;
  top: calc(100% - 76px);
  box-shadow: 0 0 100px rgba(46, 52, 57, 0.4);
  padding: 16px 16px 48px;
  background-color: var(--color-white);
  max-height: 100vh;
  z-index: 2;
}
.archive__filters--mobile.expanded {
  top: auto;
  bottom: 0;
  overflow: auto;
}
@media (max-width: 767px) {
  .archive__filters--mobile {
    display: block;
  }
}
.archive__filters--mobile h5 {
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-grayscale-100);
  margin-bottom: 8px;
}

.archive__filter-expand {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  border: 0;
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: "Bitter", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.35;
  color: var(--color-dark-blue-100);
}
.archive__filter-expand::after {
  content: "";
  display: flex;
  width: 48px;
  height: 44px;
  border: 1px solid var(--color-mid-blue-100);
  background: url("../src/archives/assets/chevron-down.svg") center center no-repeat;
  background-size: 16px auto;
}
.archive__filters--mobile.expanded .archive__filter-expand::after {
  transform: rotate(180deg);
}

.archive__grid {
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  gap: 40px 64px;
}
@media (max-width: 1199px) {
  .archive__grid {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__grid > * {
  --no-container-ancestor: 0;
}
.archive__container--position .archive__grid {
  gap: 24px 40px;
}
@media (max-width: 1024px) {
  .archive__grid {
    --columns: 2;
  }
}
@media (max-width: 767px) {
  .archive__grid {
    --columns: 1;
  }
}
body:not(.facets-active) .archive__grid .featured-post {
  display: none;
}

.archive__pagination {
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
  text-align: right;
}
@media (max-width: 1199px) {
  .archive__pagination {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__pagination > * {
  --no-container-ancestor: 0;
}

.archive__pager {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}
.archive__pager > li {
  list-style: none;
  padding-left: 0;
}
.archive__pager .disabled {
  display: none;
}
.archive__pager a, .archive__pager button, .archive__pager span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Public Sans", -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid var(--color-grayscale-500);
  color: var(--color-mid-blue-200);
  text-decoration: none;
  text-align: center;
}
.archive__pager a.dots, .archive__pager button.dots, .archive__pager span.dots {
  border: 0;
  width: auto;
}
.archive__pager .first a, .archive__pager .first button, .archive__pager .first span, .archive__pager .prev a, .archive__pager .prev button, .archive__pager .prev span, .archive__pager .next a, .archive__pager .next button, .archive__pager .next span, .archive__pager .last a, .archive__pager .last button, .archive__pager .last span {
  font-size: 1rem;
  letter-spacing: -0.5em;
}
.archive__pager .first i, .archive__pager .prev i, .archive__pager .next i, .archive__pager .last i {
  position: relative;
  left: -0.25em;
}
.archive__pager .current a, .archive__pager .current button, .archive__pager .current span {
  color: var(--color-grayscale-100);
  font-weight: 700;
  cursor: default;
}

.archive__insights {
  --container-padding: 16px;
  max-width: 1404px;
  width: 100%;
  margin: 0 auto;
  padding-left: calc(16px * var(--no-container-ancestor, 1));
  padding-right: calc(16px * var(--no-container-ancestor, 1));
  margin-top: 96px;
}
@media (max-width: 1199px) {
  .archive__insights {
    --container-padding: 24px;
    padding-left: calc(24px * var(--no-container-ancestor, 1));
    padding-right: calc(24px * var(--no-container-ancestor, 1));
  }
}
.archive__insights > * {
  --no-container-ancestor: 0;
}
.archive__insights h2 {
  color: var(--color-orange-400);
  margin-bottom: 32px;
}

.archive__insights-grid {
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 767px) {
  .archive__insights-grid {
    --columns: 1;
  }
}
/*# sourceMappingURL=all.css.map */
