/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*******************************************
******* CPSO Specific Styles *************************
*******************************************/
:root {
  --neutral-dark-grey: #525252;
  --sds-color-border-default-default: #D9D9D9;
  --sds-color-background-default-default: #FFFFFF;
  --blues-b-3: #007BFF;
  --blues-b-1: #00548E;
  --sds-typography-body-font-weight-regular: 400;
  --sds-typography-heading-font-weight: 500;
  --sds-typography-body-size: 1rem;
  --sds-typography-heading-size: 1.125rem;
  --sds-size-space-300: 0.5rem;
  --sds-size-space-400: 0.75rem;
  --sds-size-space-500: 1.25rem;
  --sds-size-space-600: 2.5rem;
  --sds-stroke-border: 1px;
  --sds-border-radius-small: 0.25rem;
  --sds-border-radius-medium: 0.625rem;
  --sds-border-radius-pill: 3.125rem;
}

/******************************************/
:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/*
create a fluid property value that adjusts from $min to $max,
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
.hideVisually,
.hide-visually,
.visuallyHidden,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*******************************************
******* CPSO Specific Styles *************************
*******************************************/
:root {
  --neutral-dark-grey: #525252;
  --sds-color-border-default-default: #D9D9D9;
  --sds-color-background-default-default: #FFFFFF;
  --blues-b-3: #007BFF;
  --blues-b-1: #00548E;
  --sds-typography-body-font-weight-regular: 400;
  --sds-typography-heading-font-weight: 500;
  --sds-typography-body-size: 1rem;
  --sds-typography-heading-size: 1.125rem;
  --sds-size-space-300: 0.5rem;
  --sds-size-space-400: 0.75rem;
  --sds-size-space-500: 1.25rem;
  --sds-size-space-600: 2.5rem;
  --sds-stroke-border: 1px;
  --sds-border-radius-small: 0.25rem;
  --sds-border-radius-medium: 0.625rem;
  --sds-border-radius-pill: 3.125rem;
}

/******************************************/
.adjudicators__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*******************************************
******* CPSO Specific Styles *************************
*******************************************/
:root {
  --neutral-dark-grey: #525252;
  --sds-color-border-default-default: #D9D9D9;
  --sds-color-background-default-default: #FFFFFF;
  --blues-b-3: #007BFF;
  --blues-b-1: #00548E;
  --sds-typography-body-font-weight-regular: 400;
  --sds-typography-heading-font-weight: 500;
  --sds-typography-body-size: 1rem;
  --sds-typography-heading-size: 1.125rem;
  --sds-size-space-300: 0.5rem;
  --sds-size-space-400: 0.75rem;
  --sds-size-space-500: 1.25rem;
  --sds-size-space-600: 2.5rem;
  --sds-stroke-border: 1px;
  --sds-border-radius-small: 0.25rem;
  --sds-border-radius-medium: 0.625rem;
  --sds-border-radius-pill: 3.125rem;
}

/******************************************/
:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/*
create a fluid property value that adjusts from $min to $max,
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
.hideVisually,
.hide-visually,
.visuallyHidden,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*******************************************
******* CPSO Specific Styles *************************
*******************************************/
:root {
  --neutral-dark-grey: #525252;
  --sds-color-border-default-default: #D9D9D9;
  --sds-color-background-default-default: #FFFFFF;
  --blues-b-3: #007BFF;
  --blues-b-1: #00548E;
  --sds-typography-body-font-weight-regular: 400;
  --sds-typography-heading-font-weight: 500;
  --sds-typography-body-size: 1rem;
  --sds-typography-heading-size: 1.125rem;
  --sds-size-space-300: 0.5rem;
  --sds-size-space-400: 0.75rem;
  --sds-size-space-500: 1.25rem;
  --sds-size-space-600: 2.5rem;
  --sds-stroke-border: 1px;
  --sds-border-radius-small: 0.25rem;
  --sds-border-radius-medium: 0.625rem;
  --sds-border-radius-pill: 3.125rem;
}

/******************************************/
.adjudicator-accordion.is-expanded .adjudicator-accordion__content {
  max-height: unset;
}
.adjudicator-accordion.is-expanded .adjudicator-accordion__main {
  border: 1px solid #AADDE3;
}
.adjudicator-accordion.is-expanded .adjudicator-accordion__icon {
  background: #AADDE3;
}
.adjudicator-accordion.is-expanded .adjudicator-accordion__icon:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.adjudicator-accordion__main {
  background: #fff;
  border: 1px solid #DADADA;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
}
.adjudicator-accordion__trigger {
  border: 0;
  background: transparent;
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
  color: #424B5A;
}
.adjudicator-accordion__trigger:hover {
  color: #00548E;
}
.adjudicator-accordion__trigger:hover .adjudicator-accordion__icon {
  background: #AADDE3;
}
.adjudicator-accordion__text {
  font-weight: 400;
  line-height: 1;
  margin: auto 0;
  pointer-events: none;
}
.adjudicator-accordion__icon {
  height: 2.25rem;
  width: 2.25rem;
  border: 1px solid #DADADA;
  background: #FFFFFF;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
  position: relative;
}
.adjudicator-accordion__icon:after {
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
  font-family: "icomoon", serif;
  color: #00548E;
  content: "\e90a";
  font-size: 1rem;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
}
.adjudicator-accordion__content {
  max-height: 0;
  padding: 0 1.25rem;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
  overflow: hidden;
}
.adjudicator-accordion__inner {
  padding: 1.25rem 0;
  border-top: 1px solid #DADADA;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
}
@media (max-width: 1199px) {
.adjudicator-accordion__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 991px) {
.adjudicator-accordion__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2.5rem;
}
}
@media (max-width: 767px) {
.adjudicator-accordion__inner {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*******************************************
******* CPSO Specific Styles *************************
*******************************************/
:root {
  --neutral-dark-grey: #525252;
  --sds-color-border-default-default: #D9D9D9;
  --sds-color-background-default-default: #FFFFFF;
  --blues-b-3: #007BFF;
  --blues-b-1: #00548E;
  --sds-typography-body-font-weight-regular: 400;
  --sds-typography-heading-font-weight: 500;
  --sds-typography-body-size: 1rem;
  --sds-typography-heading-size: 1.125rem;
  --sds-size-space-300: 0.5rem;
  --sds-size-space-400: 0.75rem;
  --sds-size-space-500: 1.25rem;
  --sds-size-space-600: 2.5rem;
  --sds-stroke-border: 1px;
  --sds-border-radius-small: 0.25rem;
  --sds-border-radius-medium: 0.625rem;
  --sds-border-radius-pill: 3.125rem;
}

/******************************************/
:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/*
create a fluid property value that adjusts from $min to $max,
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
.hideVisually,
.hide-visually,
.visuallyHidden,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*******************************************
******* CPSO Specific Styles *************************
*******************************************/
:root {
  --neutral-dark-grey: #525252;
  --sds-color-border-default-default: #D9D9D9;
  --sds-color-background-default-default: #FFFFFF;
  --blues-b-3: #007BFF;
  --blues-b-1: #00548E;
  --sds-typography-body-font-weight-regular: 400;
  --sds-typography-heading-font-weight: 500;
  --sds-typography-body-size: 1rem;
  --sds-typography-heading-size: 1.125rem;
  --sds-size-space-300: 0.5rem;
  --sds-size-space-400: 0.75rem;
  --sds-size-space-500: 1.25rem;
  --sds-size-space-600: 2.5rem;
  --sds-stroke-border: 1px;
  --sds-border-radius-small: 0.25rem;
  --sds-border-radius-medium: 0.625rem;
  --sds-border-radius-pill: 3.125rem;
}

/******************************************/
.adjudicator-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99999;
}
.adjudicator-modal__body {
  margin: 10dvh auto auto auto;
  position: relative;
  width: 85dvw;
  max-width: 55rem;
  height: 50dvh;
  border-radius: 0.375rem;
  background: var(--Neutral-White, #FFF);
  -webkit-box-shadow: 0 650px 182px 0 rgba(0, 0, 0, 0), 0 416px 166px 0 rgba(0, 0, 0, 0.01), 0 234px 140px 0 rgba(0, 0, 0, 0.05), 0 104px 104px 0 rgba(0, 0, 0, 0.09), 0 26px 57px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 650px 182px 0 rgba(0, 0, 0, 0), 0 416px 166px 0 rgba(0, 0, 0, 0.01), 0 234px 140px 0 rgba(0, 0, 0, 0.05), 0 104px 104px 0 rgba(0, 0, 0, 0.09), 0 26px 57px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.adjudicator-modal__close {
  margin: 0.625rem 0.625rem 0 auto;
  padding: 0.3125rem 0.625rem;
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.59)), to(rgba(255, 255, 255, 0.59))), #DADADA;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0.59) 100%), #DADADA;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.adjudicator-modal__close:focus {
  outline: none;
  border: 1px solid #c0c0c0;
  background: #c0c0c0;
}
.adjudicator-modal__close:hover {
  background: #c0c0c0;
}
.adjudicator-modal__content {
  padding: 0 1rem 2.1875rem 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
.adjudicator-modal__content {
    gap: 2rem;
}
}
@media (max-width: 767px) {
.adjudicator-modal__content {
    gap: 1.25rem;
}
}
.adjudicator-modal__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.5625rem;
          flex: 0 0 16.5625rem;
}
@media (max-width: 991px) {
.adjudicator-modal__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.625rem;
            flex: 0 0 10.625rem;
}
}
@media (max-width: 767px) {
.adjudicator-modal__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
}
}
.adjudicator-modal__image-src {
  -o-object-fit: contain;
     object-fit: contain;
}
.adjudicator-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  padding-right: 1.1875rem;
  overflow: auto;
}
@media (max-width: 991px) {
.adjudicator-modal__inner {
    gap: 1rem;
    padding-right: 0.75rem;
}
}
@media (max-width: 767px) {
.adjudicator-modal__inner {
    font-size: 0.75rem;
}
}
.adjudicator-modal__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adjudicator-modal__name {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 0.625rem 0;
  color: #00548E;
}
@media (max-width: 991px) {
.adjudicator-modal__name {
    font-size: 2rem;
}
}
@media (max-width: 767px) {
.adjudicator-modal__name {
    font-size: 1.25rem;
}
}
.adjudicator-modal__title, .adjudicator-modal__memberType {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #525252;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
}
@media (max-width: 991px) {
.adjudicator-modal__title, .adjudicator-modal__memberType {
    font-size: 1rem;
}
}
@media (max-width: 767px) {
.adjudicator-modal__title, .adjudicator-modal__memberType {
    font-size: 0.875rem;
}
}
.adjudicator-modal__copy {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media (max-width: 991px) {
.adjudicator-modal__copy {
    font-size: 1rem;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*******************************************
******* CPSO Specific Styles *************************
*******************************************/
:root {
  --neutral-dark-grey: #525252;
  --sds-color-border-default-default: #D9D9D9;
  --sds-color-background-default-default: #FFFFFF;
  --blues-b-3: #007BFF;
  --blues-b-1: #00548E;
  --sds-typography-body-font-weight-regular: 400;
  --sds-typography-heading-font-weight: 500;
  --sds-typography-body-size: 1rem;
  --sds-typography-heading-size: 1.125rem;
  --sds-size-space-300: 0.5rem;
  --sds-size-space-400: 0.75rem;
  --sds-size-space-500: 1.25rem;
  --sds-size-space-600: 2.5rem;
  --sds-stroke-border: 1px;
  --sds-border-radius-small: 0.25rem;
  --sds-border-radius-medium: 0.625rem;
  --sds-border-radius-pill: 3.125rem;
}

/******************************************/
:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/*
create a fluid property value that adjusts from $min to $max,
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
.hideVisually,
.hide-visually,
.visuallyHidden,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/*******************************************
******* CPSO Specific Styles *************************
*******************************************/
:root {
  --neutral-dark-grey: #525252;
  --sds-color-border-default-default: #D9D9D9;
  --sds-color-background-default-default: #FFFFFF;
  --blues-b-3: #007BFF;
  --blues-b-1: #00548E;
  --sds-typography-body-font-weight-regular: 400;
  --sds-typography-heading-font-weight: 500;
  --sds-typography-body-size: 1rem;
  --sds-typography-heading-size: 1.125rem;
  --sds-size-space-300: 0.5rem;
  --sds-size-space-400: 0.75rem;
  --sds-size-space-500: 1.25rem;
  --sds-size-space-600: 2.5rem;
  --sds-stroke-border: 1px;
  --sds-border-radius-small: 0.25rem;
  --sds-border-radius-medium: 0.625rem;
  --sds-border-radius-pill: 3.125rem;
}

/******************************************/
.adjudicator-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
}
.adjudicator-person:hover .adjudicator-person__image:after {
  opacity: 0.85;
}
.adjudicator-person:hover .adjudicator-person__image-src {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.adjudicator-person:hover .adjudicator-person__image-text {
  bottom: 0.25rem;
}
.adjudicator-person:hover .adjudicator-person__title, .adjudicator-person:hover .adjudicator-person__memberType {
  color: #00548E;
}
.adjudicator-person__image {
  height: 5.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.625rem;
          flex: 0 0 5.625rem;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: auto;
}
.adjudicator-person__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00548E;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
  opacity: 0;
}
.adjudicator-person__image-inner {
  height: 5.625rem;
  width: 5.625rem;
  max-height: 5.625rem;
  overflow: hidden;
  position: relative;
}
.adjudicator-person__image-src {
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
  -o-object-fit: cover;
     object-fit: cover;
}
.adjudicator-person__image-text {
  z-index: 10;
  position: absolute;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
  bottom: -2rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.875rem;
}
.adjudicator-person__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adjudicator-person__name {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #00548E;
  margin: 0;
}
.adjudicator-person__title, .adjudicator-person__memberType {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #525252;
  -webkit-transition: ease 0.35s;
  transition: ease 0.35s;
}