
@media (min-width: 48rem) {
  :root {
    --gutter-top: 4.375rem;
    --gutter-bottom: 4.375rem;
    --gutter-left: 2.5rem;
    --gutter-right: 2.5rem;
    --gap-col: 1.875rem;
    --gap-row: 4.375rem;
    --reduce-space: -2.5rem;
  }
  .grid > .col-2 {
    grid-column: span 4;
  }
  .grid > .col-3 {
    grid-column: span 3;
  }
  .grid > .col-4 {
    grid-column: span 4;
  }
  .grid > .col-5 {
    grid-column: span 5;
  }
  .grid > .col-6 {
    grid-column: span 6;
  }
  .grid > .col-7 {
    grid-column: span 7;
  }
  .grid > .col-8 {
    grid-column: span 8;
  }
  .grid > .col-9 {
    grid-column: span 9;
  }
  .grid > .col-10 {
    grid-column: span 10;
  }
  .grid > .col-11 {
    grid-column: span 11;
  }
  .gridSide > [class*=col-] {
    grid-column: span 12;
  }
  .detailPageTitle {
    margin: 0 auto 40 px 0;
  }
  .detailListing .searchPageWrap {
    padding: 4.375rem var(--gutter-left) 0;
    grid-template-columns: 73% 27%;
    grid-template-rows: auto [message] minmax(0, -webkit-min-content) [pagination];
    grid-template-rows: auto [message] minmax(0, min-content) [pagination];
    grid-template-areas: "intro intro" "message filters" "results filters" "pagination filters";
  }
  .detailListing .searchPageResults {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem 1.25rem;
  }
  .detailListing .searchPageIntro {
    margin: 0 0 4.375rem 0;
    max-width: 31.6875rem;
  }
  .peopleDetailProfile {
    padding: 4.375rem var(--gutter-left) 0;
  }
  .peopleDetailContact {
    margin: 0;
  }
  .peopleDetailContactLinks {
    padding: 2.5rem;
  }
  .peopleDetailAwardsItem {
    width: 9.375rem;
  }
  .peopleListing .searchPageWrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto [title] minmax(0, -webkit-min-content) [pagination];
    grid-template-rows: auto auto [title] minmax(0, min-content) [pagination];
    grid-template-areas: "form form" "intro intro" "title sort" "results results" "pagination pagination";
  }
  .peopleListing .searchPageResults {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem 1.25rem;
    grid-template-rows: auto;
  }
  @supports not (grid-template-rows: subgrid) {
    .peopleListing .searchPageResults {
      grid-template-rows: unset;
    }
  }
  .peopleListing .searchPageIntro {
    max-width: 36.75rem;
  }
  .roleListing .searchPageWrap {
    grid-template-columns: 73% 27%;
    grid-template-areas: "form form" "title filters" "results filters" "pagination filters" "contentArea contentArea";
  }
  .roleListing .searchPageResults {
    gap: 3.75rem;
  }
  .caseStudyListing .searchPageWrap {
    grid-template-columns: 73% 27%;
    grid-template-rows: auto [message] minmax(0, -webkit-min-content) minmax(0, -webkit-min-content);
    grid-template-rows: auto [message] minmax(0, min-content) minmax(0, min-content);
    grid-template-areas: "intro intro" "message filters" "results filters" "pagination filters";
  }
  .caseStudyListing .searchPageResults {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
  }
  .caseStudyListing .searchPageIntro {
    margin: 4.375rem auto 7.5rem 0;
    margin-inline: 0 auto;
  }
  [lang=ar] .caseStudyListing .searchPageIntro {
    margin: 4.375rem 0 7.5rem auto;
  }
  .searchPageWrap {
    grid-template-columns: 36.5% 36.5% 27%;
    grid-template-rows: auto [title] minmax(0, -webkit-min-content) [pagination];
    grid-template-rows: auto [title] minmax(0, min-content) [pagination];
    grid-template-areas: "form form form" "title sort filters" "results results filters" "pagination pagination filters";
  }
  .searchPageForm {
    margin: 0 auto 1.875rem;
  }
  .searchPageSort {
    margin: 0 0 1.875rem auto;
    justify-content: flex-end;
  }
  .searchPageSortSelect {
    max-width: 10.125rem;
  }
  .searchPageResults {
    row-gap: 1.875rem;
  }
  .searchPageResult {
    display: grid;
    grid-template-columns: 9.375rem 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0 1.25rem;
    padding: 0 0 1.875rem;
  }
  .searchPageResultImagecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 75%;
    display: block;
    grid-column: 1/2;
    grid-row: span 4;
  }
  .searchPagePagination {
    grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-columns: min-content min-content min-content;
    grid-template-areas: "paginationPrev paginationMsg paginationNext";
    justify-content: center;
    gap: 2.5rem;
  }
  .searchPageFilters {
    margin: 0;
    padding: 0 0 0 1.875rem;
    padding-inline-start: 1.875rem;
  }
  [lang=ar] .searchPageFilters {
    padding: 0 1.875rem 0 0;
  }
  .searchPageContent {
    margin: 5rem auto 0;
  }
  div.pageHeaderButtonWrap {
    grid-row: 3/4;
    margin: 0 calc((100% - 100vw) / 2);
  }
  .navigationList.level1 > .navigationListItem > button,
  .navigationList.level1 > .navigationListItem > a:not(.pageHeaderContactUs) {
    font-family: var(--font-family);
    font-weight: 400;
    position: relative;
    margin: 0;
    color: #253C49;
    text-decoration: none;
    text-underline-offset: 0.375rem;
  }
  .hero {
    padding: 6.25rem var(--gutter-left);
  }
  .heroTitle {
    max-width: 20.625rem;
  }
  .heroTitleSmall {
    line-height: 1.1;
    max-width: 33.125rem;
  }
  .heroVideoBtn {
    padding-right: 4rem;
    padding-inline: 0 4rem;
  }
  .hero .wysiwyg {
    max-width: 43rem;
  }
  .breadcrumbsList > li:not(:nth-last-of-type(2)) {
    display: contents;
  }
  .breadcrumbsLink {
    flex-direction: row;
  }
  .breadcrumbsItem .icon {
    margin: 0 0.75rem;
  }
  .breadcrumbsItem .icon svg {
    transform: rotate(-180deg);
  }
  .footer {
    padding: 3.125rem 0;
  }
  .footerSocialLinksContainer {
    margin: 0 0 3rem;
  }
  .footerLinksList {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 1.4375rem;
    margin: 0.625rem 0 3rem;
  }
  .footerLinksListItem {
    width: unset;
    margin: 0 0.125rem;
  }
  .footerShareTitleHide {
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
    overflow: visible;
    clip: none;
  }
  .footerSharePrint {
    all: unset;
    position: relative;
    flex: 0 1 auto;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    font-size: 0.875rem;
    height: 3rem;
    margin: 0 auto 0 1.25rem;
    width: auto;
    cursor: pointer;
  }
  @supports not selector(*:focus-visible) {
    .footerSharePrint:focus use {
      fill: #253C49;
    }
    body.notUsingKeys .footerSharePrint:focus {
      outline: 0;
    }
  }
  .footerSharePrint:hover use {
    fill: #253C49;
  }
  .footerSharePrint:focus-visible use {
    fill: #253C49;
  }
  .footerSharePrintText {
    flex: 0 1 auto;
  }
  .footerSharePrintIcon {
    flex: 0 0 1.25rem;
    height: 1.25rem;
    margin: 0 0 0 1.25rem;
  }
  .footerSharePrint use {
    transition: fill 0.3s ease-out;
    fill: #003d52;
  }
  .footerSharePrint:disabled {
    display: none;
  }
  .backToTopButton {
    right: 4.0625rem;
    bottom: 6.5625rem;
  }
  .backToTopButton.atFooter {
    transform: none;
  }
  .peopleFormWrap {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "search search search" "label1 label2 label3" "input1 input2 input3";
    gap: 0 0.9375rem;
  }
  .peopleFormInput {
    margin: 0 auto 0 0;
    margin-block: 0;
  }
  .peopleFormSearch {
    grid-template-areas: "searchLabel searchInput submit";
    grid-template-columns: auto 1fr auto;
    align-items: center;
    margin-bottom: 20 px;
    margin-block-end: 1.25rem;
  }
  .peopleFormSubmit {
    margin: 0;
  }
  .peopleFormDropdownContainer {
    margin: 0;
    min-width: 0;
    max-width: 100%;
  }
  .promoBlock.partial .promoBlockWrap .image {
    height: 0;
    padding: 0 0 50.5%;
  }
  .promoBlock.partial .promoBlockWrap .image img {
    position: absolute;
  }
  .promoBlock.partial.caseStudy .promoBlockWrap .image {
    height: 11.25rem;
    width: 100%;
    max-width: 100%;
  }
  .promoBlock.team .promoBlockWrap .image .partialPeopleImage {
    height: 100%;
    width: 100%;
  }
  .promoBlock.team .promoBlockTitle {
    font-size: 1.3125rem;
  }
  .promoBlock.team:not(.col-12) .promoBlockWrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
  }
  .promoBlock.team.col-12 .promoBlockWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .promoBlock.team.col-12 .promoBlockWrap .image {
    height: auto;
  }
  .locationDetailsList {
    width: 33%;
  }
  .mapBlock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 3.5625rem;
  }
  .mapBlockMap {
    grid-column: 2/3;
    grid-row: 1/3;
    margin: 0;
    height: 22.25rem;
    min-width: 22.1875rem;
  }
  .mapBlockTitle {
    grid-column: 1/2;
    grid-row-start: 1;
    width: auto;
  }
  .mapBlock .locationDetailsList {
    grid-column: 1/2;
    grid-row-start: 2;
    width: auto;
  }
  .cardListUl {
    display: grid;
    flex-flow: row wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 1.5625rem;
  }
  .cardList .promoBlockCta {
    flex-basis: 25%;
  }
  .cardList.col-12 .promoBlockCta {
    border-bottom: none;
  }
  .twoContentSide .cardListUl {
    display: block;
  }
  .grid:not(.gridSide) > .cardList.col-12 .promoBlockCta {
    border-bottom: none;
  }
  .carouselHero .carouselInner, .carouselInner {
    margin: 0 -0.625rem;
    max-width: calc(100% + 1.25rem);
  }
  .carouselHero .carouselInnerList > li, .carouselInnerList > li {
    padding: 0 0.625rem;
    width: 50%;
    flex: 0 1 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .carouselBlock.idio .carouselInnerList > li {
    flex: 1 1 50%;
    width: 50%;
    min-width: 50%;
  }
  .carouselBlock.team, .carouselBlock.combinedContentCarousel, .carouselBlock.carouselImageBlockNew {
    padding: 3.75rem 0;
  }
  .carouselBlock.team .blockButton, .carouselBlock.combinedContentCarousel .blockButton, .carouselBlock.carouselImageBlockNew .blockButton {
    bottom: 4.375rem;
  }
  .carouselBlock.carouselImageBlockNew .carouselContainer {
    grid-template-rows: auto 3.5rem;
    grid-template-columns: auto 4.5rem 3rem;
    grid-template-areas: "slides slides slides" "thumbs buttonPrev buttonNext";
  }
  .carouselBlock.carouselImageBlockNew .carouselContainer .carouselThumbs {
    grid-template-columns: unset;
  }
  .carouselCardBack {
    transition: transform 0.5s ease-out;
    display: flex;
    flex-flow: column;
    justify-content: center;
    z-index: 1;
    padding: 0 2.5rem;
    box-sizing: border-box;
  }
  .carouselCardBack::after {
    position: absolute;
    left: 0.625rem;
    top: 0.625rem;
    bottom: 0.625rem;
    right: 0.625rem;
    border: 0.125rem solid #ffffff;
    content: "";
  }
  .carouselCardBackTitle {
    font-family: var(--font-family-serif);
    font-weight: 400;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 2.1875rem 0;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #ffffff;
  }
  .carouselCardBackTitle::after {
    content: "";
    position: absolute;
    bottom: -1.25rem;
    left: 0;
    width: 2.5rem;
    height: 0.125rem;
    background-color: #ffffff;
  }
  .carouselCardBackTitle a {
    color: #ffffff;
  }
  @supports not selector(*:focus-visible) {
    .carouselCardBackTitle a:focus {
      text-decoration: underline;
    }
    body.notUsingKeys .carouselCardBackTitle a:focus {
      outline: 0;
    }
  }
  .carouselCardBackTitle a:hover {
    text-decoration: underline;
  }
  .carouselCardBackTitle a:focus-visible {
    text-decoration: underline;
  }
  .carouselCardBackList {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .carouselCardBackListItem {
    position: relative;
    width: auto;
    height: auto;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-content: flex-end;
    gap: 0.9375rem;
  }
  .carouselCardBackListItemIcon {
    position: relative;
    width: 1.25rem;
    flex: 0 0 1.25rem;
    height: 1.25rem;
  }
  .carouselCardBackListItemIcon use {
    fill: #ffffff;
  }
  .carouselHero .carouselContainer {
    grid-template-columns: 1fr auto auto auto 4rem;
    grid-template-areas: "carousel carousel carousel carousel carousel" "fill previous pagination next video";
    padding: var(--carousel-padding-top) 1.25rem var(--carousel-padding-bottom) var(--gutter-left);
    padding-inline: var(--gutter-left) 1.25rem;
  }
  .carouselHero .carouselInner {
    left: -0.625rem;
    margin: 0 calc((100% - 100vw) / 2);
    max-width: none;
  }
  [lang=ar] .carouselHero .carouselInner {
    right: -0.625rem;
  }
  .carouselHero .hero {
    padding: 0 var(--gutter-left);
  }
  .carouselImage .carouselInnerList > li {
    min-width: 33.3333333333%;
    flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.78125rem;
  }
  .twoContentWrap .carouselBlock.carouselImageBlockNew,
  .wysiwyg .carouselBlock.carouselImageBlockNew {
    overflow: hidden;
  }
  .grid > .carouselBlock.carouselImageBlockNew > .carouselContainer {
    grid-template-rows: auto 4.9375rem;
    grid-template-columns: auto 4.5rem 3rem;
    grid-template-areas: "slides . ." "thumbs buttonPrev buttonNext";
  }
  .grid > .carouselBlock.carouselImageBlockNew > .carouselContainer > .carouselInner {
    overflow: visible;
  }
  .grid > .carouselBlock.carouselImageBlockNew > .carouselContainer > .carouselInner .carouselInnerList {
    --carousel-gap: 30;
  }
  .gridSide .carouselBlock {
    overflow: visible;
  }
  .animateIn {
    transform: translate3d(0, 1.25rem, 0);
  }
  .alternateLang {
    padding: 0.9375rem var(--gutter-left) 0;
  }
  .titledPromoImage img {
    height: 100%;
    width: 100%;
  }
  .titledPromo.col-12 .titledPromoImage {
    height: auto;
    padding: 0;
  }
  .titledPromo.col-6, .titledPromo.col-4, .titledPromo.col-3 {
    display: flex;
    flex-flow: column;
    align-content: stretch;
  }
  .titledPromo.col-6 .titledPromoContent, .titledPromo.col-4 .titledPromoContent, .titledPromo.col-3 .titledPromoContent {
    padding: 1.25rem;
  }
  .titledPromoGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .gridSide .titledPromoGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .themedPromoText {
    padding: 2rem 2.5rem;
    max-width: 90rem;
  }
  .themedPromoTitle .headerLine, .themedPromoTitle h2, .themedPromoTitle h3 {
    font-size: 3rem;
  }
  .themedPromoButton {
    margin: 3rem auto 0 0;
    margin-inline: 0 auto;
    margin-block: 3rem 0;
  }
  .themedPromoCta {
    padding: 0.875rem 2.5rem;
  }
  .themedPromo.col-12 {
    flex-flow: row nowrap;
    align-items: stretch;
  }
  .themedPromo.col-12.themedPromoReverse {
    flex-flow: row-reverse nowrap;
  }
  .themedPromo.col-12 .themedPromoText {
    flex: 1 1 50%;
    padding: 3.75rem 2.5rem 4.375rem;
    justify-content: center;
  }
  .themedPromo.col-12 .themedPromoImage {
    flex: 1 1 50%;
  }
  .themedPromo.col-12 .themedPromoImageImg {
    position: absolute;
    aspect-ratio: unset;
    height: 100%;
  }
  .themedPromo.col-12 .headerLine, .themedPromo.col-12 h2, .themedPromo.col-12 h3 {
    font-size: 1.75rem;
  }
  .themedPromo.col-6 .headerLine, .themedPromo.col-6 h2, .themedPromo.col-6 h3, .themedPromo.col-4 .headerLine, .themedPromo.col-4 h2, .themedPromo.col-4 h3 {
    font-size: 1.3125rem;
  }
  .themedPromo.col-3 .headerLine, .themedPromo.col-3 h2, .themedPromo.col-3 h3 {
    font-size: 1.3125rem;
  }
  .doublePromo.themedPromo::after {
    content: "";
    position: absolute;
    background-color: var(--theme-dark);
    z-index: 1;
    inset-inline-end: 50%;
    width: 0.0625rem;
    height: calc(100% - 6.75rem);
    top: 3.375rem;
  }
  @supports not (margin-block: 10px) {
    .doublePromo.themedPromo::after {
      right: 50%;
    }
  }
  .doublePromo.themedPromo .themedPromoText {
    flex-direction: row;
  }
  .doublePromo.themedPromo .themedPromoTextWrap:first-of-type {
    margin-inline: 0 5rem;
    margin-block: 0;
  }
  @supports not (margin-block: 10px) {
    .doublePromo.themedPromo .themedPromoTextWrap:first-of-type {
      margin-left: 0;
      margin-right: 5rem;
    }
  }
  @supports not (margin-block: 10px) {
    .doublePromo.themedPromo .themedPromoTextWrap:first-of-type {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  .doublePromo.themedPromo .themedPromoTextWrap:first-of-type::after {
    content: none;
  }
  .scrollable ol li {
    width: calc(100vw - 6rem);
  }
  .scrollable.slides {
    margin-block-end: 1.25rem;
  }
  .scrollable.thumbs {
    margin-inline: 0;
  }
  .controls {
    grid-template-columns: auto 6rem;
    grid-template-areas: "thumbs buttons";
    gap: 1.25rem;
  }
  .controls .navBtns .navBtn {
    transform: translateY(-0.3125rem);
  }
  .grid:not(.mainContentArea) .wrapper {
    --spacingValue: 2.5rem;
    width: 100vw;
    margin-inline-start: calc(var(--spacingValue) * -1);
  }
  .grid:not(.mainContentArea) .wrapper .scrollable:not(.thumbs) {
    scroll-padding-inline-start: var(--spacingValue);
  }
  .grid:not(.mainContentArea) .wrapper ol {
    padding: 0 calc(100vw - var(--spacingValue) - 75vw) 0 var(--spacingValue);
  }
  .grid:not(.mainContentArea) .wrapper ol.thumbnails {
    padding-right: 0;
  }
  .grid:not(.mainContentArea) .wrapper li.slide {
    width: 75vw;
  }
  .grid:not(.mainContentArea) .wrapper .controls {
    grid-template-columns: calc(75vw + var(--spacingValue)) auto;
  }
  .grid:not(.mainContentArea) .wrapper .navBtns {
    grid-template-columns: 1fr auto;
  }
  .grid:not(.mainContentArea) .wrapper .navBtns .nextBtn {
    margin-inline-end: var(--spacingValue);
  }
  .grid:not(.mainContentArea) .wrapper .main-view {
    display: inline-grid;
    grid-template-columns: unset;
  }
  .statsBlockWrapper {
    padding-block: 3.75rem 5rem;
    max-width: 90rem;
    grid-template-columns: repeat(4, -webkit-max-content) 1fr;
    grid-template-columns: repeat(4, max-content) 1fr;
    column-gap: 2.5rem;
  }
  .statsBlockWrapper:has(> .statsBlockGrid ~ .statsBlockGrid) {
    padding-block: 2.5rem 3.75rem;
  }
  .statsBlockGrid {
    grid-column: 1/span 4; /* span the same columns */
  }
  .statsBlockTextWrap {
    grid-column: 1/span 5;
    max-width: calc(100vw - var(--gutter-left) * 2);
  }
}
@media (min-width: 64rem) {
  :root {
    --gutter-left: 3.75rem;
    --gutter-right: 3.75rem;
  }
  .grid > .col-2 {
    grid-column: span 2;
  }
  .grid > .col-3 {
    grid-column: span 3;
  }
  .gridSide > [class*=col-] {
    grid-column: span 12;
  }
  :root {
    --header-stuck-height: 9.5625rem;
  }
  h1 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .peopleListing .searchPageIntro {
    max-width: 43.75rem;
  }
  :root {
    --headerHeight: 9.875rem;
  }
  .pageHeaderWrap {
    grid-template-columns: 6.4375rem 1fr;
    grid-template-rows: 6.875rem 3rem;
    grid-template-areas: "logo buttons" "navigation navigation";
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
  }
  .pageHeaderLogo {
    margin: auto;
  }
  .pageHeaderLogo svg {
    width: 6.4375rem;
    height: 4.3125rem;
  }
  .pageHeaderButton {
    font-family: var(--font-family);
    font-weight: 400;
    grid-column: span 1;
    grid-row-start: 1;
    display: block;
  }
  .pageHeaderButton::after {
    content: "—";
    color: #e8e8e8;
    margin: 0 0 0 1.5rem;
  }
  .pageHeaderButton:nth-last-of-type(1)::after {
    display: none;
  }
  .pageHeaderButton:nth-of-type(1) {
    display: none;
  }
  .pageHeaderButtonWrap {
    display: grid;
    grid-auto-columns: auto;
    grid-row: auto;
    justify-content: flex-end;
    padding: 1.25rem 0 0;
    font-size: 0.875rem;
    gap: 1.5rem;
  }
  .pageHeaderButton a, .pageHeaderButton > button {
    position: relative;
    width: auto;
    height: auto;
    display: inline-flex;
    flex-flow: row;
    gap: 0.625rem;
    align-items: center;
    align-content: center;
    line-height: 1.31;
    text-decoration: none;
  }
  @supports not selector(*:focus-visible) {
    .pageHeaderButton a:focus .text, .pageHeaderButton > button:focus .text {
      border-bottom: 0.125rem solid #253C49;
    }
    body.notUsingKeys .pageHeaderButton a:focus, .pageHeaderButton body.notUsingKeys a:focus, body.notUsingKeys .pageHeaderButton > button:focus {
      outline: 0;
    }
  }
  .pageHeaderButton a:hover .text, .pageHeaderButton > button:hover .text {
    border-bottom: 0.125rem solid #253C49;
  }
  .pageHeaderButton a:focus-visible .text, .pageHeaderButton > button:focus-visible .text {
    border-bottom: 0.125rem solid #253C49;
  }
  .pageHeaderButton a .text, .pageHeaderButton > button .text {
    position: relative;
    flex: 0 0 auto;
    color: #003d52;
    border-bottom: 0.125rem solid transparent;
  }
  .pageHeaderButton a .icon, .pageHeaderButton > button .icon {
    position: relative;
    flex: 0 0 1rem;
    height: 1rem;
    width: 1rem;
  }
  .pageHeaderButton a .icon svg, .pageHeaderButton > button .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pageHeaderButton a .icon use, .pageHeaderButton > button .icon use {
    fill: #003d52;
  }
  .pageHeaderNav {
    position: static;
    grid-area: navigation;
    display: block;
  }
  .pageHeaderNav::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 calc((100% - 100vw) / 2);
    height: 0.125rem;
    background-color: #f6f6f7;
    content: "";
  }
  .pageHeaderNav::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 calc((100% - 100vw) / 2);
    height: 0.125rem;
    display: block;
    background-color: #f6f6f7;
    bottom: 0;
    content: "";
  }
  .stuck .pageHeaderNav::after {
    display: block;
  }
  .pageHeaderButton.nav {
    display: none;
  }
  .pageHeaderNav .navigation {
    height: auto;
    overflow: visible;
  }
  .navigation {
    position: static;
    flex-flow: row;
    align-items: stretch;
    align-content: center;
    overflow: visible;
    height: auto;
  }
  .navigationList {
    flex-flow: row;
    gap: 1.875rem;
  }
  .noGapSupport .navigationListItem {
    margin: 0 1.875rem 0 0;
  }
  .navigationListItem > button,
  .navigationListItem > a:not(.pageHeaderContactUs) {
    display: inline-flex;
    visibility: visible;
    font-size: 0.875rem;
  }
  .navigationList.level1 > .navigationListItem > button,
  .navigationList.level1 > .navigationListItem > a:not(.pageHeaderContactUs) {
    transition: background-size 0.5s ease-out, 0.3s ease-out color;
    text-decoration: none;
    padding: 0 0 0.1875rem;
    background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #253C49, #253C49);
    background-size: 100% 0.0625rem, 0 0.0625rem;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
  }
  @supports not selector(*:focus-visible) {
    .navigationList.level1 > .navigationListItem > button:focus,
    .navigationList.level1 > .navigationListItem > a:not(.pageHeaderContactUs):focus {
      color: #253C49;
      background-size: 0 0.0625rem, 100% 0.0625rem;
    }
    body.notUsingKeys .navigationList.level1 > .navigationListItem > button:focus,
    body.notUsingKeys .navigationList.level1 > .navigationListItem > a:not(.pageHeaderContactUs):focus {
      outline: 0;
    }
  }
  .navigationList.level1 > .navigationListItem > button:hover,
  .navigationList.level1 > .navigationListItem > a:not(.pageHeaderContactUs):hover {
    color: #253C49;
    background-size: 0 0.0625rem, 100% 0.0625rem;
  }
  .navigationList.level1 > .navigationListItem > button:focus-visible,
  .navigationList.level1 > .navigationListItem > a:not(.pageHeaderContactUs):focus-visible {
    color: #253C49;
    background-size: 0 0.0625rem, 100% 0.0625rem;
  }
  .navigationList.level3 .navigationListItem button,
  .navigationList.level3 .navigationListItem a:not(.pageHeaderContactUs), .navigationList.level2 .navigationListItem button,
  .navigationList.level2 .navigationListItem a:not(.pageHeaderContactUs) {
    visibility: hidden;
  }
  .navigationList.level2 {
    transition: unset;
  }
  .extraLink {
    display: none;
  }
  .extraLink:nth-last-of-type(1) {
    display: flex;
    align-items: stretch;
    align-content: stretch;
  }
  .pageHeaderSearch {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
  }
  .pageHeaderContactUs {
    margin: 0;
  }
  .searchContainer {
    transition: 0.5s ease-out height;
    display: flex;
    flex-flow: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 0;
    overflow: hidden;
    max-width: 80rem;
  }
  .searchFormInput {
    visibility: hidden;
  }
  .searchFormSubmit {
    visibility: hidden;
    border-right: 0;
  }
  .breadcrumbs {
    border-top: none;
  }
  .col-6 > .promoBlock .promoBlockWrap {
    flex-flow: row nowrap;
  }
  .col-6 > .promoBlock .promoBlockWrap > .image {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-6 > .promoBlock .promoBlockWrap > .image + .text {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-7 > .promoBlock .promoBlockWrap {
    flex-flow: row nowrap;
  }
  .col-7 > .promoBlock .promoBlockWrap > .image {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-7 > .promoBlock .promoBlockWrap > .image + .text {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-8 > .promoBlock .promoBlockWrap {
    flex-flow: row nowrap;
  }
  .col-8 > .promoBlock .promoBlockWrap > .image {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-8 > .promoBlock .promoBlockWrap > .image + .text {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-9 > .promoBlock .promoBlockWrap {
    flex-flow: row nowrap;
  }
  .col-9 > .promoBlock .promoBlockWrap > .image {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-9 > .promoBlock .promoBlockWrap > .image + .text {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-10 > .promoBlock .promoBlockWrap {
    flex-flow: row nowrap;
  }
  .col-10 > .promoBlock .promoBlockWrap > .image {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-10 > .promoBlock .promoBlockWrap > .image + .text {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-11 > .promoBlock .promoBlockWrap {
    flex-flow: row nowrap;
  }
  .col-11 > .promoBlock .promoBlockWrap > .image {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-11 > .promoBlock .promoBlockWrap > .image + .text {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-12 > .promoBlock .promoBlockWrap {
    flex-flow: row nowrap;
  }
  .col-12 > .promoBlock .promoBlockWrap > .image {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-12 > .promoBlock .promoBlockWrap > .image + .text {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .promoBlock.partial .promoBlockWrap > .text {
    padding: 1.875rem;
  }
  .promoBlock.partial.caseStudy .promoBlockWrap {
    flex-flow: column;
  }
  .promoBlock.partial.caseStudy .promoBlockWrap .text {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .apiVideoBlock .apiVideoBlockLink::before {
    width: 5rem;
    height: 5rem;
  }
  .apiVideoBlock .apiVideoBlockIcon {
    width: 1.6875rem;
    height: 2.25rem;
  }
  .carouselHero .carouselInner {
    left: -1.25rem;
  }
  [lang=ar] .carouselHero .carouselInner {
    right: -1.25rem;
  }
  .scrollable ol li {
    width: calc(100vw - 8.5rem);
  }
  .grid:not(.mainContentArea) .wrapper {
    --spacingValue: 3.75rem;
  }
  .statsBlockWrapper {
    grid-template-columns: repeat(5, -webkit-max-content) 1fr;
    grid-template-columns: repeat(5, max-content) 1fr;
    column-gap: 2.5rem;
  }
  .statsBlockGrid {
    grid-column: 1/span 5; /* span the same columns */
  }
  .statsBlockTextWrap {
    grid-column: 1/span 6;
  }
}
@media (min-width: 80rem) {
  :root {
    --gutter-left: 5rem;
    --gutter-right: 5rem;
    --gutter-top: 5.9375rem;
    --gutter-bottom: 5.9375rem;
    --gap-col: 2.5rem;
    --gap-row: 5.9375rem;
    --reduce-space: -2.9375rem;
  }
  .grid > .col-2 {
    grid-column: span 2;
  }
  .headerLine::after {
    bottom: -1.5rem;
  }
  .twoContentMain .wysiwyg {
    max-width: 43.125rem;
  }
  .twoContentWrap {
    grid-template-columns: 74.21875% 22.65625%;
    grid-template-rows: auto;
    gap: 2.5rem;
  }
  .twoContentSide {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .detailListing .searchPageWrap {
    grid-template-columns: 74% 26%;
    padding: 5.9375rem var(--gutter-left) 0;
  }
  .detailListing .searchPageResults {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
  .detailListing .searchPageIntro {
    margin: 0 0 5.9375rem 0;
    max-width: 43.75rem;
  }
  .detailListing .searchPageMessage {
    margin: 0 0 3.375rem 0;
    margin-block: 0 3.375rem;
  }
  .peopleDetailProfile {
    padding: 5.9375rem var(--gutter-left) 0;
  }
  .peopleDetailContact {
    flex-flow: row nowrap;
    min-height: calc((100vw - var(--gutter-left) * 2) * 0.57 * 0.75);
  }
  .peopleDetailContactImage {
    flex: 0 0 57%;
    height: auto;
    padding: 0;
  }
  .peopleDetailContactLinks {
    flex: 0 0 43%;
    padding: 3.125rem;
  }
  .peopleDetailAwards {
    gap: 3.125rem;
  }
  .peopleDetailAwardsItem {
    width: 11.25rem;
    height: 6.75rem;
  }
  .peopleListing .searchPageResults {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
  .roleListing .searchPageWrap {
    grid-template-rows: auto -webkit-min-content -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: auto min-content min-content 1fr min-content;
    grid-template-areas: "form form" "title filters" "results filters" "results contentArea" "pagination contentArea";
  }
  .roleListing .searchPageResults {
    gap: 4.375rem;
  }
  .caseStudyListing .searchPageWrap {
    grid-template-columns: 74% 26%;
  }
  .caseStudyListing .searchPageResults {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
  .caseStudyListing .searchPageIntro {
    margin: 5.9375rem auto 9.0625rem 0;
    margin-inline: 0 auto;
  }
  [lang=ar] .caseStudyListing .searchPageIntro {
    margin: 5.9375rem 0 9.0625rem auto;
  }
  .searchPageWrap {
    grid-template-columns: 37% 37% 26%;
  }
  .searchPageResults {
    row-gap: 2.5rem;
  }
  .searchPageResult {
    grid-template-columns: 12.5rem 1fr;
    gap: 0 1.875rem;
  }
  .searchPageFilters {
    padding: 0 0 0 2.5rem;
    padding-inline-start: 2.5rem;
  }
  [lang=ar] .searchPageFilters {
    padding: 0 2.5rem 0 0;
  }
  .searchPageContent {
    margin: 2.5rem 0 0 2.5rem;
  }
  .pageHeaderButtonWrap {
    font-size: 1rem;
  }
  .navigationList {
    gap: 2.5rem;
  }
  .noGapSupport .navigationListItem {
    margin: 0 2.5rem 0 0;
  }
  .navigationListItem > button,
  .navigationListItem > a:not(.pageHeaderContactUs) {
    font-size: 1.0625rem;
  }
  .navigationList.level1 > .navigationListItem > button,
  .navigationList.level1 > .navigationListItem > a:not(.pageHeaderContactUs) {
    font-size: 1.0625rem;
  }
  .hero {
    padding: 5.875rem var(--gutter-left);
  }
  .heroTitle {
    line-height: 1.25;
    font-size: 5.625rem;
  }
  .heroTitle {
    max-width: 32.8125rem;
  }
  .heroTitleSmall {
    font-size: 3.1875rem;
    max-width: 60rem;
  }
  .heroVideoBtn {
    padding-right: 7rem;
    padding-inline: 0 7rem;
  }
  .hero .wysiwyg {
    max-width: 32.8125rem;
  }
  .footerInnerContent {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 18.75rem;
    grid-template-areas: "social badge" "links badge" "copyright badge";
    max-width: 90rem;
  }
  .footerSRAContainer {
    margin: 2.25rem 0 1.875rem;
  }
  .footerSocialLinksContainer {
    margin: 0 0 2.1875rem;
  }
  .footerLinksList {
    grid-row-gap: 0.5625rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
  }
  .footerLinksListContainer {
    max-width: 53.125rem;
  }
  .footerLinksListItem::after {
    display: none;
  }
  .footerLinksListItem:nth-last-child(n+2)::after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 0.5rem 0.625rem;
    background-color: #003d52;
  }
  .peopleFormWrap {
    gap: 0 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "search label1 label2 label3" "search input1 input2 input3";
  }
  .peopleFormLegend::after {
    bottom: -0.9375rem;
  }
  .peopleFormSummary {
    max-width: 49.5625rem;
  }
  .peopleFormSearch {
    grid-template-areas: "searchLabel searchLabel" "searchInput submit";
    grid-template-columns: 1fr auto;
    margin-bottom: 0;
    margin-block-end: 0;
  }
  .grid:not(.gridSide) > .promoBlock.team.col-12 .promoBlockWrap > .text {
    padding: 6.25rem 6.25rem;
  }
  .grid:not(.gridSide) > .promoBlock.team.col-12 .promoBlockWrap .promoBlockTitle {
    font-size: 1.75rem;
  }
  .gridSide .promoBlock.team.col-12 .promoBlockWrap {
    display: block;
  }
  .gridSide .promoBlock.team.col-12 .promoBlockWrap .image {
    height: 0;
    padding: 0 0 75%;
  }
  .mapBlockMap {
    height: 28.125rem;
    min-width: 47.4375rem;
  }
  .mapBlockTitle {
    font-size: 2rem;
  }
  .cardList {
    padding: 2.5rem;
  }
  .cardListUl {
    column-gap: 6.25rem;
  }
  .grid:not(.gridSide) > .cardList.col-6 {
    grid-column: span 6;
    padding: 1.25rem 1.25rem 0.625rem;
  }
  .grid:not(.gridSide) > .cardList.col-4 {
    grid-column: span 4;
    padding: 1.25rem 1.25rem 0.625rem;
  }
  .carouselHero .carouselContainer, .carouselContainer {
    justify-content: flex-start;
  }
  .carouselHero .carouselInner, .carouselInner {
    margin: 0 -1.25rem;
    max-width: calc(100% + 2.5rem);
  }
  .carouselHero .carouselInnerList > li, .carouselInnerList > li {
    padding: 0 1.25rem;
    width: 25%;
    flex: 0 1 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .carouselBlock.idio .carouselInnerList > li {
    min-width: 25%;
  }
  .carouselBlock.team, .carouselBlock.combinedContentCarousel, .carouselBlock.carouselImageBlockNew {
    padding: 4.375rem 0;
  }
  .carouselBlock.team .blockButton, .carouselBlock.combinedContentCarousel .blockButton, .carouselBlock.carouselImageBlockNew .blockButton {
    bottom: initial;
    top: 4.625rem;
  }
  .carouselTitle {
    margin: 0 0 3rem;
  }
  .carouselTitle::after {
    bottom: -0.75rem;
  }
  .carouselHero .carouselContainer {
    --carousel-padding-top: 5.875rem;
    --carousel-padding-bottom: 1.875rem;
    --carousel-gap-row: 1.25rem;
    padding: var(--carousel-padding-top) 1.875rem var(--carousel-padding-bottom) var(--gutter-left);
    padding-inline: var(--gutter-left) 1.875rem;
    gap: var(--carousel-gap-row) 0.625rem;
  }
  .carouselHero .carouselInner {
    left: -1.5625rem;
    margin: 0 calc((100% - 100vw) / 2);
    max-width: none;
  }
  [lang=ar] .carouselHero .carouselInner {
    right: -1.5625rem;
  }
  .carouselHero .hero {
    padding: 0 var(--gutter-left);
  }
  .carouselImage .carouselInnerList > li {
    min-width: 20%;
    flex: 0 1 20%;
    width: 20%;
    padding: 0 1.375rem;
  }
  .grid > .carouselBlock.carouselImageBlockNew > .carouselContainer {
    grid-template-columns: 62.5rem 1fr 4.5rem 3rem;
    grid-template-areas: "slides . . ." "thumbs . buttonPrev buttonNext";
  }
  .grid > .carouselBlock.carouselImageBlockNew > .carouselContainer > .carouselInner .carouselInnerList {
    --carousel-gap: 40;
  }
  .grid > .carouselBlock.carouselImageBlockNew .carouselThumbs .carouselInnerList > li {
    flex: 0 1 8.75rem;
    min-width: 8.75rem;
    width: 8.75rem;
  }
  .blockButton {
    left: initial;
    bottom: initial;
    top: 0.3125rem;
    right: 9.75rem;
  }
  .gridSide .carouselBlock.idio .carouselInnerList .carouselCard {
    margin: 1.875rem 0 0;
  }
  .timelineNav {
    display: block;
    opacity: 0;
  }
  .titledPromo.col-12 .titledPromoContentTitle {
    font-size: 1.75rem;
  }
  .titledPromoContent {
    padding: 6.25rem;
  }
  .titledPromoContentTitle {
    font-size: 1.125rem;
  }
  .gridSide .titledPromoGrid {
    display: block;
  }
  .gridSide .titledPromo.col-12 .titledPromoContentTitle {
    font-size: 1.125rem;
  }
  .themedPromoTextWrap {
    max-width: 58.125rem;
  }
  .themedPromoTitle .headerLine::after, .themedPromoTitle h2::after, .themedPromoTitle h3::after {
    bottom: -0.9375rem;
  }
  .themedPromoTitle ~ .themedPromoContent {
    margin: 2rem auto 0 0;
  }
  .themedPromo.col-12 .themedPromoText {
    padding: 8.125rem 5rem;
  }
  .themedPromo.col-12 .themedPromoImage + .themedPromoText .themedPromoText {
    max-width: none;
  }
  .themedPromo.col-12 .themedPromoImage + .themedPromoText .themedPromoTextWrap {
    max-width: 35rem;
  }
  .themedPromo.col-12 .headerLine, .themedPromo.col-12 h2, .themedPromo.col-12 h3 {
    font-size: 3rem;
  }
  .themedPromo.col-6 .headerLine, .themedPromo.col-6 h2, .themedPromo.col-6 h3, .themedPromo.col-4 .headerLine, .themedPromo.col-4 h2, .themedPromo.col-4 h3 {
    font-size: 2.375rem;
  }
  .partial.col-4 .themedPromoTitle {
    font-size: 1.3125rem;
  }
  .doublePromo.themedPromo .themedPromoTitle .headerLine, .doublePromo.themedPromo .themedPromoTitle h2, .doublePromo.themedPromo .themedPromoTitle h3 {
    font-size: 3rem;
  }
  .doublePromo.themedPromo .themedPromoTextWrap:first-of-type {
    margin-inline: 0 10rem;
  }
  @supports not (margin-block: 10px) {
    .doublePromo.themedPromo .themedPromoTextWrap:first-of-type {
      margin-left: 0;
      margin-right: 10rem;
    }
  }
  .doublePromo.themedPromo .doublePromoLink {
    justify-content: flex-start;
  }
  .scrollable ol li {
    width: 43.125rem;
  }
  .scrollable.thumbs .thumbnails li {
    padding-block-end: 1.25rem;
  }
  .controls .navBtns .navBtn {
    transform: translateY(-0.625rem);
  }
  .grid.mainContentArea .imageSlider,
  .wysiwyg .imageSlider {
    max-width: 43.125rem;
  }
  .grid:not(.mainContentArea) .wrapper {
    --spacingValue: 5rem;
  }
  .grid:not(.mainContentArea) .wrapper .thumbnails {
    gap: 2rem;
  }
  .grid:not(.mainContentArea) .wrapper .thumbnails li {
    width: 8.75rem;
  }
  .statsBlockWrapper {
    gap: 1.25rem 6.25rem;
    padding-block: 3.75rem 5rem;
    column-gap: 6.25rem;
  }
  .statsBlockWrapper > .statsBlockTextWrap:nth-of-type(n+2) {
    margin-block-start: 3.125rem;
  }
  .statsBlockWrapper:has(> .statsBlockGrid ~ .statsBlockGrid) {
    padding-block: 5rem 6.25rem;
  }
  .statsBlockGrid {
    row-gap: 2.5rem;
  }
  .statsBlockGridItem {
    padding-block-start: 0.9375rem;
  }
  .statsBlockGridItem .sr-only-text {
    inset-block-start: 0.9375rem;
  }
  .statsBlockGridItemNumber {
    font-size: 2.5rem;
  }
  .statsBlockGridItemLabel {
    font-size: 1.375rem;
  }
  .statsBlockTextWrap {
    max-width: 58.125rem;
  }
  .statsBlockTitle .headerLine, .statsBlockTitle h2, .statsBlockTitle h3 {
    font-size: 1.75rem;
  }
  .statsBlockTitle .headerLine::after, .statsBlockTitle h2::after, .statsBlockTitle h3::after {
    bottom: -0.9375rem;
  }
}
@media (min-width: 90rem) {
  .peopleDetailContact {
    min-height: 34.25rem;
  }
  .heroVideoBtn {
    padding-right: calc((100% - 80rem) / 2);
    padding-inline: 0 calc((100% - 80rem) / 2);
  }
  .grid:not(.mainContentArea) .wrapper {
    --spacingValue: calc((100vw - 80rem) / 2);
    margin-inline-start: calc((100vw - 80rem) / 2 * -1);
  }
  .grid:not(.mainContentArea) .wrapper ol {
    padding: 0 calc(100vw - var(--spacingValue) - 62.5rem) 0 var(--spacingValue);
  }
  .grid:not(.mainContentArea) .wrapper ol.main-view li {
    width: 62.5rem;
  }
  .grid:not(.mainContentArea) .wrapper .controls {
    grid-template-columns: calc(62.5rem + var(--spacingValue)) auto;
  }
}