.card-container {
  padding: 35px 21px;
  border-radius: 8px;
  border: 1px solid #E4E3E6;
  background-color: #ffffff;
  margin-bottom: 21px;
}
.card-container .card-title {
  color: black;
  padding-bottom: 21px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

header.sticky-nav {
  position: sticky;
  top: var(--drupal-displace-offset-top, 0px);
  z-index: 501;
}

body.gin--horizontal-toolbar .workbench-tabs.toolbar {
  margin-top: 0;
}
@media (min-width: 75em) {
  body.gin--horizontal-toolbar .workbench-tabs.toolbar {
    margin-top: 6px;
  }
}

[class*=button-main-] {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 16px;
  color: #ffffff;
  min-height: 44px;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border-radius: 6px;
  background-color: #7229D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #7229D1;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[class*=button-main-]:hover {
  background-color: #46166B;
  border-color: #46166B;
  text-decoration: none;
}
[class*=button-main-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-main-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-main-][disabled] {
  background-color: #E4E3E6;
  color: #7f7f7f;
  border-color: #E4E3E6;
  cursor: not-allowed;
  pointer-events: none;
}
[class*=button-main-][disabled]:hover {
  background-color: #F5F5F5;
  border-color: #CBCBCB;
  color: #5C5C5C;
  text-decoration: none;
}
[class*=button-main-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-main-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}

.button-main-secondary {
  color: #46166B;
  background-color: #ffffff;
  border-color: #E4E3E6;
}
.button-main-secondary:hover {
  color: #46166B;
  background-color: #F5F5F5;
  border-color: #E4E3E6;
}

[class*=button-pill-] {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 600;
  border: 1px solid #ece7f0;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 5px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 36px;
  color: #5C5C5C;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*=button-pill-]:hover {
  color: #5C5C5C;
  border: 1px solid #ece7f0;
  background-color: #F5F5F5;
  text-decoration: none;
}
[class*=button-pill-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-pill-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-pill-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-pill-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}

span.icon .subscription-link {
  padding: 0 6px 0 0;
  cursor: pointer;
  color: #5C5C5C;
  border: 0;
  background: transparent;
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
}
span.icon:after {
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
span.icon:has(.throbber):after {
  background-image: none;
}
span.icon .ajax-progress.ajax-progress-throbber {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 56.25em) {
  span.icon .ajax-progress.ajax-progress-throbber {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
span.icon .ajax-progress.ajax-progress-throbber .throbber {
  width: 20px;
  height: 20px;
  background-image: url(../components/source/01-atoms/buttons/icon-loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
span.icon--subscribed.filled, span.icon--subscribe.filled {
  position: relative;
  border-color: #F3ECF8;
}
span.icon--subscribed.filled .subscription-link, span.icon--subscribe.filled .subscription-link {
  font-weight: 700;
}
span.icon--subscribed.filled:hover, span.icon--subscribed.filled:focus-visible, span.icon--subscribe.filled:hover, span.icon--subscribe.filled:focus-visible {
  border-color: #E7D8F3;
}
span.icon--subscribed.filled:has(.throbber):after, span.icon--subscribe.filled:has(.throbber):after {
  background-image: none;
}
span.icon--subscribed:after {
  background-image: url(../icons/svg/social-share-icons/v1-icon-subscribed.svg);
}
span.icon--subscribed.filled {
  background-color: #F3ECF8;
}
span.icon--subscribed.filled .subscription-link {
  color: #7229D1;
}
span.icon--subscribed.filled:after {
  background-image: url(../icons/svg/social-share-icons/v1-icon-subscribed-filled.svg);
}
span.icon--subscribed.filled:hover, span.icon--subscribed.filled:focus-visible {
  background-color: #E7D8F3;
}
span.icon--subscribed.filled .ajax-progress.ajax-progress-throbber .throbber {
  background-image: url(../components/source/01-atoms/buttons/icon-loading-purple.svg);
  margin-left: 81px;
}
span.icon--subscribe:after {
  background-image: url(../icons/svg/social-share-icons/v1-icon-subscribe.svg);
}
span.icon--subscribe.filled {
  color: #ffffff;
  background-color: #7229D1;
}
span.icon--subscribe.filled .subscription-link {
  color: #ffffff;
}
span.icon--subscribe.filled:after {
  background-image: url(../icons/svg/social-share-icons/v1-icon-subscribe-white.svg);
}
span.icon--subscribe.filled:hover, span.icon--subscribe.filled:focus-visible {
  background-color: #46166B;
}
span.icon--subscribe.filled .ajax-progress.ajax-progress-throbber .throbber {
  background-image: url(../components/source/01-atoms/buttons/icon-loading-white.svg);
  margin-left: 83px;
}

.webform-submission-abstract-score-form input.webform-button--submit {
  margin: 0;
  margin-bottom: 20px;
}
.webform-submission-abstract-score-form input.js-webform-submit-clicked {
  padding-right: 30px;
  display: inline;
}
.webform-submission-abstract-score-form .ajax-progress.ajax-progress-throbber .throbber {
  background-image: url(../components/source/01-atoms/buttons/icon-loading-white.svg);
  margin-left: -30px;
}

/**
 * Action Button Component Styles
 *
 * THREE DISPLAY CONTEXTS:
 * 1. Icon-only (mobile, scroll sidebar): Compact square buttons, small icons, no text
 * 2. Text mode (desktop inline): Full width with text labels, slightly larger icons
 * 3. Link variant (dropdowns): Flat row layout with left-aligned icon
 */
a:has(.action-button),
a.action-button {
  text-decoration: none;
}

:has(> .action-button) > .ajax-progress,
:has(.action-button) .ajax-progress {
  display: none;
}

.action-button {
  border: 0;
  border-radius: 6px;
  background-color: transparent;
  padding: 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  color: #555555;
  cursor: pointer;
  position: relative;
  gap: 7px;
}
.action-button:hover, .action-button:focus-visible {
  background-color: #F5F5F5;
  text-decoration: none;
}
.action-button:focus-visible {
  outline: 2px solid #0076a5;
  z-index: 99;
}
.action-button:focus {
  background-color: #F5F5F5;
  outline: 2px solid #0076a5;
  z-index: 99;
}
.action-button:focus:not(:focus-visible) {
  background-color: transparent;
  outline: none;
  z-index: auto;
}
.action-button::before {
  content: "";
  display: block;
  background: no-repeat center/cover;
}
.action-button--active .action-button__text {
  color: #46166B;
  text-shadow: 0.4px 0 0 currentColor;
}
.action-button--icon-only {
  padding: 4px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.action-button--icon-only .action-button__text,
.action-button--icon-only .action-button__duration {
  display: none;
}
.action-button--icon-only::before {
  margin: 0;
}
.action-button--icon-only svg {
  margin: 0;
}

.action-button__text {
  display: none;
}
@media (min-width: 37.5em) {
  .action-button__text {
    display: block;
    color: #5C5C5C;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
  }
}

.action-button__duration {
  display: none;
}
@media (min-width: 37.5em) {
  .action-button__duration {
    display: block;
    color: #555555;
    font-size: 12px;
  }
}

.action-button::before,
.action-button svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 56.25em) {
  .action-button::before,
  .action-button svg {
    width: 15px;
    height: 15px;
  }
}

.action-button--copy-link::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/copy.svg");
}

.action-button--share::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/share.svg");
}
.action-button--share.action-button--active::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/share-selected.svg");
}

.action-button--print::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/print.svg");
}
.action-button--print.action-button--active::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/print-selected.svg");
}

.action-button--bookmark::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/save.svg");
}
.action-button--bookmark.action-button--active::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/save-selected.svg");
}

.action-button--view::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/eye.svg");
}
.action-button--view.action-button--active::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/eye-selected.svg");
}

.action-button--download::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/download.svg");
}
.action-button--download.action-button--active::before {
  background-image: url("../components/source/01-atoms/buttons/action-button/icons/download-selected.svg");
}

.action-button--listen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.action-button--listen::before {
  display: none;
}
@media (min-width: 37.5em) {
  .action-button--listen .action-button__text,
  .action-button--listen .action-button__duration {
    display: block;
  }
}
.action-button--listen .action-button__play-icon,
.action-button--listen .action-button__pause-icon {
  fill: #5C5C5C;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.action-button--listen .action-button__play-icon {
  display: block;
}
.action-button--listen .action-button__pause-icon {
  display: none;
}
.action-button--listen.action-button--active .action-button__text,
.action-button--listen.action-button--active .action-button__duration {
  color: #46166B;
}
.action-button--listen.action-button--active .action-button__play-icon {
  display: none;
}
.action-button--listen.action-button--active .action-button__pause-icon {
  display: block;
  fill: #46166B;
}

.action-button--link {
  border: 0;
  border-radius: 4px;
  background: none;
  padding: 0;
  height: 44px;
  width: 100%;
  min-width: auto;
  font-family: inherit;
  color: inherit;
}
.action-button--link::before {
  position: absolute;
  left: 7px;
  top: 10px;
  margin: 0;
}
.action-button--link .action-button__text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  text-indent: 37px;
  white-space: nowrap;
  color: inherit;
}

[class*=button-chip-] {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 600;
  border-radius: 4px;
  background-color: #F5F5F5;
  padding: 12px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 38px;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
  margin: 7px;
}
[class*=button-chip-]:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}
[class*=button-chip-]:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
[class*=button-chip-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}

iframe.aspect-ratio-16_9 {
  aspect-ratio: 15/9;
}
@media (min-width: 56.25em) {
  iframe.aspect-ratio-16_9 {
    aspect-ratio: 16/9.2;
  }
}
@media (min-width: 75em) {
  iframe.aspect-ratio-16_9 {
    aspect-ratio: 16/9;
  }
}
iframe.aspect-ratio-3_2 {
  aspect-ratio: 3/2;
}
@media (min-width: 56.25em) {
  iframe.aspect-ratio-3_2 {
    aspect-ratio: 3/2.2;
  }
}
@media (min-width: 75em) {
  iframe.aspect-ratio-3_2 {
    aspect-ratio: 3/2;
  }
}

.power_bi {
  overflow: hidden;
}
.power_bi iframe {
  margin-bottom: -75px;
}

.close-modal-toggle:checked + .iframe-embed__close-modal + promo-embed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.close-modal-toggle:checked + .iframe-embed__close-modal + promo-embed .iframe-embed-wrapper {
  width: 100%;
}
@media (min-width: 75em) {
  .close-modal-toggle:checked + .iframe-embed__close-modal + promo-embed .iframe-embed-wrapper {
    width: 85%;
  }
}

.close-modal-toggle + .iframe-embed__close-modal .icon--close-modal span.open-button-text,
.close-modal-toggle:checked + .iframe-embed__close-modal .icon--close-modal span.close-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.close-modal-toggle + .iframe-embed__close-modal .icon--close-modal span.close-button-text,
.close-modal-toggle:checked + .iframe-embed__close-modal .icon--close-modal span.open-button-text {
  display: none;
}

.iframe-embed__close-modal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  text-transform: none;
  color: #fff;
}
.iframe-embed__close-modal:focus, .iframe-embed__close-modal:hover {
  outline: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}
.iframe-embed__close-modal label {
  background-color: transparent;
  border: none;
  text-transform: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.iframe-embed__close-modal label:focus, .iframe-embed__close-modal label:hover {
  outline: none;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.iframe-embed__close-modal label.ui-visual-focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.iframe-embed__close-modal label span {
  display: none;
}
.iframe-embed__close-modal [class*=button-main-]:focus:not(:focus-visible) {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.iframe-embed__close-modal [class*=button-main-]:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.iframe-embed__close-modal [class*=button-main-]:focus-visible, .iframe-embed__close-modal [class*=button-main-]:has(:focus-visible) {
  outline: 2px solid #027DBC;
  border-radius: 4px;
  outline-offset: 5px;
  text-decoration: none;
}

.close-modal-toggle:checked + .iframe-embed__close-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 15px;
  right: 20px;
  height: 50px;
  max-width: 50%;
  z-index: 99999;
}

body.iframe-modal-active {
  overflow: hidden;
}
body.iframe-modal-active promo-embed.iframe-modal-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.iframe-modal-active promo-embed.iframe-modal-content .iframe-embed-wrapper {
  width: 100%;
}
@media (min-width: 75em) {
  body.iframe-modal-active promo-embed.iframe-modal-content .iframe-embed-wrapper {
    width: 85%;
  }
}
body.iframe-modal-active .iframe-embed__close-modal.is-open {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 15px;
  right: 20px;
  height: 50px;
  max-width: 50%;
  z-index: 99999;
}
body.iframe-modal-active .iframe-embed__close-modal.is-open .icon--close-modal span.open-button-text {
  display: none;
}
body.iframe-modal-active .iframe-embed__close-modal.is-open .icon--close-modal span.close-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pdf-embed.card-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pdf-embed.card-flex-wrapper .card-title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 37.5em) {
  .pdf-embed.card-flex-wrapper .card-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.pdf-embed.card-flex-wrapper .card-embed {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 37.5em) {
  .pdf-embed.card-flex-wrapper .card-embed {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.pdf-embed.card-flex-wrapper .card-fullscreen-btn {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: auto;
}
@media (min-width: 37.5em) {
  .pdf-embed.card-flex-wrapper .card-fullscreen-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

/**
 * Share Panel Component Styles
 *
 * Social network links dropdown. Positioned by
 * the parent share-button component.
 */
.share-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #E4E3E6;
  z-index: 100;
  padding: 7px;
  background: #ffffff;
  border-radius: 10px;
  width: 221px;
  max-width: calc(100vw - 16px);
  -webkit-box-shadow: 0px 8px 20px -4px rgba(23, 24, 24, 0.12);
  box-shadow: 0px 8px 20px -4px rgba(23, 24, 24, 0.12);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.share-panel--fading {
  opacity: 0;
}
.share-panel::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.share-panel__divider {
  border: 0;
  border-top: 1px solid #F5F5F5;
  margin: 0;
}
.share-panel__link {
  white-space: nowrap;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 4px;
  height: 44px;
  text-indent: 37px;
  line-height: 44px;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}
.share-panel__link:focus {
  text-decoration: underline;
}
.share-panel__link:hover {
  background-color: #F5F5F5;
}
.share-panel__link:focus-visible {
  outline: 2px solid #0076a5;
}
.share-panel__link:focus:not(:focus-visible) {
  outline: none;
}
.share-panel__link:last-child {
  padding-bottom: 0;
}
.share-panel__link::before {
  width: 24px;
  height: 24px;
  left: 7px;
  top: 10px;
  content: " ";
  background-repeat: no-repeat;
  position: absolute;
}
.share-panel__link--copy::before {
  background-image: url("../components/source/01-atoms/embeds/share-panel/icons/copy.svg");
}
.share-panel__link--email::before {
  background-image: url("../components/source/01-atoms/embeds/share-panel/icons/email.svg");
}
.share-panel__link--facebook::before {
  background-image: url("../components/source/01-atoms/embeds/share-panel/icons/facebook.svg");
}
.share-panel__link--twitter::before {
  background-image: url("../components/source/01-atoms/embeds/share-panel/icons/twitter.svg");
}
.share-panel__link--bluesky::before {
  background-image: url("../components/source/01-atoms/embeds/share-panel/icons/bluesky.svg");
}
.share-panel__link--linkedin::before {
  background-image: url("../components/source/01-atoms/embeds/share-panel/icons/linkedin.svg");
}
.share-panel__link--doximity::before {
  background-image: url("../components/source/01-atoms/embeds/share-panel/icons/doximity.svg");
}

div.ama-radio {
  margin: 0;
}
div.ama-radio label {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
div.ama-radio label .ui-checkboxradio-icon,
div.ama-radio label .ui-checkboxradio-icon-space {
  display: none;
  height: 0;
  width: 0;
}
div.ama-radio label:hover {
  border: none;
  background: none;
}
div.ama-radio label .icon-star {
  background-image: url(../components/source/01-atoms/form-elements/radio/star-empty.svg);
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  width: 25px;
}
div.ama-radio label .icon-star.icon-star-filled {
  background-image: url(../components/source/01-atoms/form-elements/radio/star-filled.svg);
}
div.ama-radio label .icon-star:hover {
  background-image: url(../components/source/01-atoms/form-elements/radio/star-filled.svg);
}
div.ama-radio label:hover, div.ama-radio label:focus, div.ama-radio label:active {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
div.ama-radio label.ui-state-active {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.ama-radio label.ui-state-active:hover, div.ama-radio label.ui-state-active:focus, div.ama-radio label.ui-state-active:active {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#edit-abstract-rating.open {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.half-image {
  height: 320px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 56.25em) {
  .half-image {
    height: 100%;
  }
}
.half-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-logo:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.site-logo:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.site-logo img {
  width: auto;
  height: auto;
}

.breadcrumb,
.breadcrumb-separator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #027DBC;
  margin: 7px 0;
}
@media (min-width: 37.5em) {
  .breadcrumb {
    line-height: 21px;
    margin: 0;
  }
}
.breadcrumb:hover {
  text-decoration: underline;
}
.breadcrumb:focus-visible {
  outline: 2px solid #0076a5;
  outline-offset: 5px;
}

.breadcrumb-separator {
  margin: 0 7px;
}
.breadcrumb-separator__icon {
  width: 6px;
  height: 10px;
  color: #5C5C5C;
}

.member-link {
  display: none;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .member-link {
    display: block;
  }
}
.member-link:hover {
  text-decoration: underline;
}
.member-link:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}

.ama__subcategory-exploration__list li a {
  margin: 0 7px 14px 0;
  background-color: #EDEDED;
  border-radius: 4px;
  border: solid 0 #000;
  padding: 8px;
}
.ama__subcategory-exploration__list li a:hover {
  background-color: #CBCBCB;
}
.ama__subcategory-exploration__list li a:last-child a:after {
  content: "";
  padding: 0;
}
.ama__subcategory-exploration__list li a:focus-visible {
  outline: 2px solid #0176a5;
  border-radius: 0;
  margin-left: 3px;
  padding: 8px;
  text-indent: -3px;
}
.ama__subcategory-exploration__list div a {
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 37.5em) {
  .ama__subcategory-exploration__list div a {
    font-size: 18px;
  }
}

.eyebrow-text {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 600;
  font-weight: 600;
  color: #46166B;
  font-size: 12px;
  text-decoration: none;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.promo-body {
  margin-bottom: -14px;
}

.promo-heading {
  margin-bottom: 0;
}

.result-summary {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  margin-top: 16px;
}
@media (min-width: 56.25em) {
  .result-summary {
    font-size: 16px;
    margin-top: 42px;
  }
}
.result-summary__number {
  font-weight: 700;
}

.breadcrumb-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1156px;
  margin-bottom: 14px;
}

.abstract-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 37.5em) {
  .abstract-breadcrumbs {
    margin-bottom: 7px;
  }
}
.abstract-breadcrumbs .abstract-topic-breadcrumb,
.abstract-breadcrumbs .abstract-subtopic-breadcrumb,
.abstract-breadcrumbs .abstract-category-breadcrumb {
  white-space: normal;
  word-break: break-all;
  min-width: 0;
  padding-right: 35px;
  position: relative;
}
.abstract-breadcrumbs .abstract-topic-breadcrumb a,
.abstract-breadcrumbs .abstract-subtopic-breadcrumb a,
.abstract-breadcrumbs .abstract-category-breadcrumb a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #bce2f7;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.abstract-breadcrumbs .abstract-topic-breadcrumb a:focus,
.abstract-breadcrumbs .abstract-subtopic-breadcrumb a:focus,
.abstract-breadcrumbs .abstract-category-breadcrumb a:focus {
  outline: 2px solid #027DBC;
  outline-offset: 5px;
  text-decoration: none;
}
.abstract-breadcrumbs .abstract-topic-breadcrumb a:hover,
.abstract-breadcrumbs .abstract-subtopic-breadcrumb a:hover,
.abstract-breadcrumbs .abstract-category-breadcrumb a:hover {
  text-decoration: underline;
}
.abstract-breadcrumbs .abstract-topic-breadcrumb:after,
.abstract-breadcrumbs .abstract-subtopic-breadcrumb:after,
.abstract-breadcrumbs .abstract-category-breadcrumb:after {
  content: url(../icons/svg/icon-vertical-line.svg);
  position: absolute;
  height: 20px;
  width: 24px;
  top: 42%;
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
  right: 4px;
}
.abstract-breadcrumbs > div:last-child {
  padding-right: 0;
}
.abstract-breadcrumbs > div:last-child:after {
  content: none;
}

/**
 * Audio Player Component Styles
 */
.audio-player {
  width: 100%;
  margin: 1rem 0;
  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;
  padding: 1rem;
  background: #F5F5F5;
  border-radius: 8px;
}
.audio-player audio {
  display: none;
}
.audio-player .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 37.5em) {
  .audio-player .controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.audio-player .play {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 0;
  border-radius: 50%;
  background: #46166B;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.audio-player .play:hover {
  background: rgb(47.8604651163, 15.0418604651, 73.1581395349);
}
.audio-player .play:focus-visible {
  outline: 2px solid #0076a5;
  outline-offset: 2px;
}
.audio-player .play svg {
  height: 15px;
  width: auto;
  fill: currentColor;
}
.audio-player .icon-pause {
  display: none;
}
.audio-player .progress {
  -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;
  gap: 0.5rem;
}
.audio-player .track {
  width: 100%;
  height: 6px;
  background: #CBCBCB;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.audio-player .fill {
  height: 100%;
  background: #46166B;
  width: 0;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.audio-player .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #5C5C5C;
}
.audio-player .volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 37.5em) {
  .audio-player .volume {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.audio-player .volume-btn {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0.25rem;
  color: #46166B;
}
.audio-player .volume-btn:focus-visible {
  outline: 2px solid #0076a5;
}
.audio-player .volume-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.audio-player .icon-muted {
  display: none;
}
.audio-player .volume-slider {
  width: 80px;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #CBCBCB;
  border-radius: 2px;
  outline: none;
}
.audio-player .volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #46166B;
  cursor: pointer;
}
.audio-player .volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #46166B;
  cursor: pointer;
  border: 0;
}
.audio-player .volume-slider:focus-visible {
  outline: 2px solid #0076a5;
}
@media (max-width: 37.5em) {
  .audio-player .volume-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 200px;
  }
}
.audio-player .speed {
  background: none;
  border: 1px solid #46166B;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  color: #46166B;
  font-size: 0.875rem;
  min-width: 50px;
  font-variant-numeric: tabular-nums;
}
.audio-player .speed:hover {
  background: rgba(70, 22, 107, 0.08);
}
.audio-player .speed:focus-visible {
  outline: 2px solid #0076a5;
}

/**
 * Share Bar Audio Player Component Styles
 */
.sharebar-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sharebar-player audio {
  display: none;
}

/**
 * TTS Audio Player Component Styles
 *
 * Mobile-first. All selectors scoped under .tts-player wrapper.
 * Compact listen button inherits action-button styling.
 */
.tts-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tts-player audio {
  display: none;
}
.tts-player .kebab {
  background: none;
  border: 0;
  padding: 6px 8px;
  cursor: pointer;
  color: #5C5C5C;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
}
.tts-player .kebab:hover {
  background-color: #F5F5F5;
}
.tts-player .kebab:focus-visible {
  outline: 2px solid #0076a5;
}
@media (min-width: 56.25em) {
  .tts-player .kebab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tts-player .action-button--active + .kebab {
  color: #46166B;
}
.tts-player .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 48px;
  left: 0;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 56.25em) {
  .tts-player .backdrop {
    bottom: 0;
  }
}
.tts-player .backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 56.25em) {
  .tts-player .backdrop.is-open {
    pointer-events: none;
  }
}
.tts-player .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  z-index: 100;
  overflow: hidden;
  position: fixed;
  bottom: 48px;
  left: 0;
  right: 0;
  max-height: 0;
  padding: 0 16px;
  border-radius: 10px 10px 0 0;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease, visibility 0s 0.3s;
  transition: max-height 0.3s ease, padding 0.3s ease, visibility 0s 0.3s;
}
@media (min-width: 56.25em) {
  .tts-player .panel {
    position: absolute;
    bottom: auto;
    top: 100%;
    border-radius: 0;
    -webkit-transition: max-height 0.3s ease, padding 0.3s ease, visibility 0s 0.3s;
    transition: max-height 0.3s ease, padding 0.3s ease, visibility 0s 0.3s;
  }
}
.tts-player .panel.is-open {
  max-height: 150px;
  padding: 14px;
  visibility: visible;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease, visibility 0s 0s;
  transition: max-height 0.3s ease, padding 0.3s ease, visibility 0s 0s;
}
@media (min-width: 56.25em) {
  .tts-player .panel.is-open {
    max-height: 100px;
  }
}
.tts-player .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 56.25em) {
  .tts-player .header {
    display: none;
  }
}
.tts-player .title {
  font-size: 11px;
  font-weight: 600;
  color: #5C5C5C;
}
.tts-player .dismiss {
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  background: none;
  position: relative;
}
.tts-player .dismiss::before, .tts-player .dismiss::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #999;
}
.tts-player .dismiss::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tts-player .dismiss::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tts-player .dismiss:hover::before, .tts-player .dismiss:hover::after {
  background: #5C5C5C;
}
.tts-player .dismiss:focus-visible {
  outline: 2px solid #0076a5;
}
.tts-player .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 56.25em) {
  .tts-player .controls {
    width: 40%;
  }
}
.tts-player .play {
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: #F5F5F5;
  color: #555555;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  font-size: 0;
}
.tts-player .play:hover {
  background: rgb(232.25, 232.25, 232.25);
}
.tts-player .play:focus-visible {
  outline: 2px solid #0076a5;
}
.tts-player .play svg {
  fill: currentColor;
}
.tts-player .play .icon-play {
  width: 20px;
  height: 20px;
}
.tts-player .play .icon-pause {
  width: 20px;
  height: 20px;
}
.tts-player .icon-pause {
  display: none;
}
.tts-player .seek {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F5F5F5;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
.tts-player .seek::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
}
.tts-player .seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ffffff;
  border: 2px solid #46166B;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-top: -3px;
}
.tts-player .seek::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: #F5F5F5;
}
.tts-player .seek::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ffffff;
  border: 2px solid #46166B;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.tts-player .seek::-moz-range-progress {
  height: 6px;
  border-radius: 3px;
  background: #46166B;
}
.tts-player .seek:focus-visible {
  outline: 2px solid #0076a5;
  outline-offset: 4px;
}
.tts-player .time {
  font-size: 10px;
  color: #5C5C5C;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 66px;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}
@media (min-width: 75em) {
  .tts-player .time {
    font-size: 11px;
  }
}
.tts-player .sep {
  margin: 0 2px;
}
.tts-player .duration {
  color: #78716C;
}
.tts-player .speed {
  background: none;
  border: 0;
  padding: 4px 8px;
  cursor: pointer;
  color: #5C5C5C;
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 50px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 75em) {
  .tts-player .speed {
    font-size: 12px;
  }
}
.tts-player .speed:hover {
  background-color: #F5F5F5;
}
.tts-player .speed:focus-visible {
  outline: 2px solid #0076a5;
}

.share-bar.is-fixed .tts-player .kebab,
.share-bar.is-fixed .tts-player .panel,
.share-bar.is-fixed .tts-player .backdrop {
  display: none;
}

.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 11px;
  border-radius: 8px;
  background-color: var(--badge-color, #fac775);
}
.badge.has-icon .badge-icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.badge.has-icon .badge-icon::before {
  content: " ";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: var(--badge-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.badge .label {
  color: #633806;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.6px;
}

.abstract-badge-row {
  margin-bottom: 14px;
  margin-top: 0;
}
@media (min-width: 37.5em) {
  .abstract-badge-row {
    margin-top: 14px;
  }
}

.stub-wrapper {
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #E4E3E6;
  border-radius: 8px;
  -webkit-box-shadow: transparent 0 0 10px;
  box-shadow: transparent 0 0 10px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stub-wrapper [data-once=ajax-pager],
.stub-wrapper [data-once=quickedit],
.stub-wrapper [data-once=contextual-render] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stub-wrapper:focus-visible {
  border-radius: 8px;
  outline: 2px solid #0076a5;
  outline-offset: 5px;
}
.stub-wrapper a {
  text-decoration: none;
}
.stub-wrapper:hover {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: #E4E3E6 0px 0px 10px;
  box-shadow: #E4E3E6 0px 0px 10px;
}
.stub-wrapper:hover .title {
  text-decoration: underline;
}
.stub-wrapper > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stub-wrapper .stub-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.stub-wrapper .stub-image img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  -webkit-transition: margin-bottom 0.5s ease-in-out;
  transition: margin-bottom 0.5s ease-in-out;
}
.stub-wrapper .stub-text {
  padding: 21px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
.stub-wrapper .stub-text.has-badge {
  padding: 14px 14px 21px;
}
.stub-wrapper .stub-text .badge {
  margin-bottom: 7px;
}
.stub-wrapper .stub-text .eyebrow {
  font-size: 14px;
  line-height: 16.8px;
  color: #5C5C5C;
  text-transform: uppercase;
  -webkit-transition: margin-bottom 0.25s ease-in-out;
  transition: margin-bottom 0.25s ease-in-out;
}
.stub-wrapper .stub-text .title {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  margin-bottom: 0;
}
.stub-wrapper .stub-text .title a {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  text-decoration: none;
}
.stub-wrapper .stub-text .description {
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
}
.stub-wrapper .stub-text .data {
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 19.2px;
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  font-weight: 300;
  color: #5C5C5C;
}
.stub-wrapper .stub-text .data .updated {
  font-size: 16px;
  line-height: 19.2px;
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  font-weight: 300;
  color: #5C5C5C;
  margin-right: 5px;
}
.stub-wrapper .stub-text .data .date {
  margin-right: 5px;
}
.stub-wrapper .stub-text .data .pipe {
  margin-right: 5px;
  color: #E4E3E6;
}
.stub-wrapper .stub-text .data .read-time {
  text-transform: lowercase;
}
.stub-wrapper .stub-text .data .read-time:first-line {
  text-transform: capitalize;
}
.stub-wrapper:has(.paragraph--type--blank-space) {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 56.25em) {
  .stub-wrapper:has(.paragraph--type--blank-space) {
    display: none;
  }
}

/**
 * Copy Button Component Styles
 *
 * Inherits all visual styling from action-button atom.
 * This file is intentionally minimal.
 */
.dynamic_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center top;
  color: inherit;
  gap: 0;
}
@media (min-width: 37.5em) {
  .dynamic_hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 28px;
    padding: 0 14px;
  }
}
@media (min-width: 56.25em) {
  .dynamic_hero {
    padding: 0 21px;
  }
}
@media (min-width: 75em) {
  .dynamic_hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 75px;
    padding: 0 28px;
  }
}
@media (min-width: 87.5em) {
  .dynamic_hero {
    gap: 100px;
    padding: 0 44px;
  }
}
.dynamic_hero .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0 28px;
}
@media (min-width: 37.5em) {
  .dynamic_hero .media {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
    padding: 0;
  }
}
@media (min-width: 56.25em) {
  .dynamic_hero .media {
    margin-bottom: 0;
    -webkit-box-flex: 0.4;
    -ms-flex: 0.4;
    flex: 0.4;
  }
}
.dynamic_hero .media.hide-media {
  display: none;
}
@media (min-width: 37.5em) {
  .dynamic_hero .media.hide-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dynamic_hero .media img {
  max-width: 100%;
  height: auto;
  display: block;
}
.dynamic_hero + .section {
  position: relative;
}

.surface_bg_none .dynamic_hero .surface .heading h2 {
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  font-weight: 400;
}
.surface_bg_none .dynamic_hero .surface .subheading,
.surface_bg_none .dynamic_hero .surface .subheading p,
.surface_bg_none .dynamic_hero .surface .eyebrow {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
}
.surface_bg_none .dynamic_hero .surface .eyebrow {
  font-weight: 700;
  display: block;
}

.dynamic_hero .surface {
  padding: 28px;
}
.dynamic_hero .surface .heading h2 {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
}
.dynamic_hero .surface .subheading,
.dynamic_hero .surface .subheading p,
.dynamic_hero .surface .eyebrow {
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
}
.dynamic_hero .surface .eyebrow {
  font-weight: 700;
  display: none;
}

.email-subscription__footer label {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #000000;
  text-transform: none;
}
.email-subscription__footer .ama__checkbox span {
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  font-weight: 300;
  color: #5C5C5C;
  line-height: 18px;
  margin-top: 0;
}
@media (max-width: 37.5em) {
  .email-subscription__footer .ama__checkbox span {
    font-size: 14px;
  }
}
@media (min-width: 37.5em) {
  .email-subscription__footer .ama__checkbox span {
    line-height: 20px;
  }
}
.email-subscription__footer .ama__checkbox.form-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.email-subscription__footer .ama__checkbox.form-item .us-verify {
  font-size: 16px;
  line-height: 20px;
  text-transform: initial;
  margin-top: -2px;
}
.email-subscription__footer .ama__checkbox.form-item .ui-checkboxradio-icon,
.email-subscription__footer .ama__checkbox.form-item > input#edit-mr-us-citizen,
.email-subscription__footer .ama__checkbox.form-item input#edit-footer-mr-us-citizen,
.email-subscription__footer .ama__checkbox.form-item input#edit-footer-mr-us-citizen--2,
.email-subscription__footer .ama__checkbox.form-item input[data-drupal-selector=edit-footer-mr-us-citizen] {
  margin-right: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2.5px;
  border: 1px solid #E4E3E6;
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.email-subscription__footer .ama__checkbox.form-item .ui-checkboxradio-icon:focus-visible,
.email-subscription__footer .ama__checkbox.form-item > input#edit-mr-us-citizen:focus-visible,
.email-subscription__footer .ama__checkbox.form-item input#edit-footer-mr-us-citizen:focus-visible,
.email-subscription__footer .ama__checkbox.form-item input#edit-footer-mr-us-citizen--2:focus-visible,
.email-subscription__footer .ama__checkbox.form-item input[data-drupal-selector=edit-footer-mr-us-citizen]:focus-visible {
  border: 2px solid #027DBC;
  outline-color: #027DBC;
  border-radius: 4px;
  outline-offset: 0px;
  text-decoration: none;
  clip: unset;
}
.email-subscription__footer .ama__checkbox.form-item.ui-state-active .ui-icon-background {
  background-color: #ffffff;
  background-image: url("../icons/svg/icon-checkmark-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.email-subscription__footer .email-subscription__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 37.5em) {
  .email-subscription__footer .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    gap: 14px;
  }
}
.email-subscription__footer .form-group .form-item-footer-mr-email {
  margin-top: 4px;
  margin-bottom: 0;
}
@media (min-width: 37.5em) {
  .email-subscription__footer .form-group .form-item-footer-mr-email {
    margin-top: 0;
  }
}
.email-subscription__footer .form-group .form-item:last-child {
  margin-top: 0;
}
.email-subscription__footer .form-group input[type=email] {
  font-size: 14px;
  line-height: normal;
  border-radius: 8px;
  height: 44px;
  border: 1px solid #E4E3E6;
}
.email-subscription__footer .form-group input[type=email].active-error {
  border: 1px solid #E90C26;
}
.email-subscription__footer .form-group input[type=email].error {
  background: #fff;
}
.email-subscription__footer .form-group input[type=email]:focus-visible {
  border: 2px solid #027DBC;
}
.email-subscription__footer .form-group .form-submit {
  height: 44px;
  margin-top: 28px;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 37.5em) {
  .email-subscription__footer .form-group .form-submit {
    margin-top: 0px;
  }
}
@media (min-width: 75em) {
  .email-subscription__footer .form-group .form-submit {
    height: 50px;
    height: 44px;
  }
}
.email-subscription__footer .form-group .form-item--error-message[role=alert] {
  display: none !important;
}
.email-subscription__footer .form-item--error-message.active-error + .js-form-type-checkbox .ui-checkboxradio-icon {
  border: 1px solid #E90C26;
}

.rating-module-wrapper {
  padding: 35px 21px;
  border-radius: 8px;
  border: 1px solid #E4E3E6;
  background-color: #ffffff;
}
.rating-module-wrapper h2 {
  margin-bottom: 21px;
  line-height: 1;
}
.rating-module-wrapper p {
  margin-bottom: 0;
}

.join-renew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.join-renew .buttons {
  display: none;
  gap: 14px;
}
@media (min-width: 37.5em) {
  .join-renew .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.join-renew .buttons a:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.join-renew .buttons a:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.join-renew .link {
  color: #46166B;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}
.join-renew .link:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.join-renew .link:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
@media (min-width: 37.5em) {
  .join-renew .link {
    display: none;
  }
}
.join-renew .link:hover {
  text-decoration: underline;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hamburger:focus-visible {
  outline: 2px solid #027DBC;
}
.hamburger .bars {
  position: relative;
  display: block;
  width: 100%;
  max-width: 30px;
  height: 3px;
  background-color: #46166B;
  border-radius: 10px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.hamburger .bars::before, .hamburger .bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #46166B;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.hamburger .bars::before {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}
.hamburger .bars::after {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}
.hamburger[aria-expanded=true] .bars {
  background-color: transparent;
}
.hamburger[aria-expanded=true] .bars::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger[aria-expanded=true] .bars::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.jump-links .ama__h2 {
  margin-bottom: 21px;
  display: block;
}
.jump-links ul.jump-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jump-links ul.jump-links__list li {
  margin-bottom: 14px;
  padding-left: 0;
  line-height: 1;
}
.jump-links ul.jump-links__list li:last-child {
  margin-bottom: 0;
}
.jump-links ul.jump-links__list li a {
  font-weight: 600;
  text-decoration: none;
}
.jump-links ul.jump-links__list li a:hover {
  text-decoration: underline;
}
.jump-links span.jump-links__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 14px;
  margin-left: 0;
  padding-left: 0;
  vertical-align: middle;
  padding: 3.75px 2.25px;
}
.jump-links span.jump-links__icon.icon-poster {
  background-image: url(../components/source/02-molecules/navigation/links/icon-poster.svg);
}
.jump-links span.jump-links__icon.icon-video {
  background-image: url(../components/source/02-molecules/navigation/links/icon-video.svg);
}
.jump-links span.jump-links__icon.icon-abstract {
  background-image: url(../components/source/02-molecules/navigation/links/icon-abstract.svg);
}
.jump-links span.jump-links__icon.icon-comments {
  background-image: url(../components/source/02-molecules/navigation/links/icon-comments.svg);
}

.footer-promo .footer-promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 35px 21px;
  margin: 0 auto 35px;
  gap: 21px;
  background: #F5F5F5;
  border: 1px solid #E4E3E6;
  border-radius: 12px;
}
@media (min-width: 37.5em) {
  .footer-promo .footer-promo__container {
    padding: 35px;
    gap: 21px;
  }
}
@media (min-width: 75em) {
  .footer-promo .footer-promo__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1157px;
    padding: 42px 63px;
    margin: 0 auto 42px;
    gap: 63px;
  }
}
.footer-promo #footer-form-container .email-success {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.15px;
  vertical-align: middle;
  padding: 16px 24px 16px 60px;
  opacity: 1;
  border-radius: 6px;
  border-width: 1px;
  border: 1px solid #E4E3E6;
  background: url("/themes/custom/ama_one/components/source/02-molecules/promos/success.svg") no-repeat 16px 24px;
  background-color: #ffffff;
}
.footer-promo #footer-form-container #footer-citizen-error, .footer-promo #footer-form-container #footer-email-error {
  background: url("/themes/custom/ama_one/components/source/02-molecules/promos/error.svg") no-repeat 2px 1px;
  font-size: 14px;
  line-height: 21px;
  color: #E90C26;
  padding-left: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.footer-promo #footer-form-container #footer-citizen-error {
  background-position: 0px 0px;
}
.footer-promo #footer-form-container #footer-email-error {
  margin-top: 5px;
}
.footer-promo__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class*=promo_lean] {
  border-top: 1px solid #E4E3E6;
  border-bottom: 1px solid #E4E3E6;
  margin: 21px 0;
}
@media (min-width: 56.25em) {
  [class*=promo_lean] {
    margin: 35px 0;
  }
}
[class*=promo_lean] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 21px 0;
}
[class*=promo_lean] .promo-lean__image {
  max-width: 52px;
  width: 52px;
  height: 52px;
  margin-right: 14px;
}
[class*=promo_lean] .promo-lean__image img {
  border-radius: 4px;
}
[class*=promo_lean] .promo-lean__image + .promo-lean__content .promo-lean__eyebrow_label {
  padding-top: 2px;
}
[class*=promo_lean] .promo-lean__image + .promo-lean__content + .promo-lean__button {
  margin-top: 21px;
}
@media (min-width: 56.25em) {
  [class*=promo_lean] .promo-lean__image + .promo-lean__content + .promo-lean__button {
    margin-top: 4px;
  }
}
[class*=promo_lean] .promo-lean__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (min-width: 37.5em) {
  [class*=promo_lean] .promo-lean__content {
    padding-right: 21px;
  }
}
[class*=promo_lean] .promo-lean__eyebrow_label {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 7px;
}
[class*=promo_lean] .promo-lean__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
[class*=promo_lean] .promo-lean__button,
[class*=promo_lean] .promo-lean__buttons {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 21px;
}
@media (min-width: 56.25em) {
  [class*=promo_lean] .promo-lean__button,
  [class*=promo_lean] .promo-lean__buttons {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
  }
}
[class*=promo_lean] .promo-lean__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  [class*=promo_lean] .promo-lean__buttons {
    max-height: 44px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 56.25em) {
  [class*=promo_lean] .promo-lean__buttons .button-main-primary {
    margin-left: auto;
  }
}

.footer-details-container h2 {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 7px;
}
@media (min-width: 37.5em) {
  .footer-details-container h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.footer-details-container p {
  font-size: 16px;
  line-height: 20px;
  color: #5C5C5C;
  margin-bottom: 0;
}
@media (min-width: 37.5em) {
  .footer-details-container p {
    font-size: 18px;
    line-height: 24px;
  }
}

.promo-text {
  padding: 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 56.25em) {
  .promo-text {
    padding: 62px 48px;
    gap: 20px;
  }
}
@media (min-width: 75em) {
  .promo-text {
    padding: 64px 80px;
    gap: 24px;
  }
}
.promo-text .promo-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 56.25em) {
  .promo-text .promo-buttons {
    padding-top: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 75em) {
  .promo-text .promo-buttons {
    padding-top: 16px;
    gap: 16px;
  }
}
.promo-text .promo-buttons a {
  width: 100%;
  min-width: 150px;
}
@media (min-width: 56.25em) {
  .promo-text .promo-buttons a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.resource-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px 14px;
  min-height: 66px;
}
@media (min-width: 56.25em) {
  .resource-component {
    gap: 14px;
    padding: 14px 21px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .resource-component .resource__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    min-height: 24px;
  }
  .resource-component .resource__icon-wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.resource-component .resource__icon-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
}
.resource-component .resource__icon {
  display: block;
  width: 38px;
  height: 38px;
}
.resource-component .resource__icon--pdf:after {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../components/source/02-molecules/resource/pdf_resource.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.resource-component .resource__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.resource-component .resource__title {
  display: block;
  color: var(--color-grey-10, #1a1a1a);
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.resource-component .resource__subtitle {
  display: block;
  margin-top: 4px;
  color: var(--colors-brand-colors-gray-100, #5c5c5c);
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.resource-component .resource__actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 56.25em) {
  .header-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.header-search .trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-left: 1px solid #E4E3E6;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 37.5em) {
  .header-search .trigger {
    display: none;
  }
}
.header-search .trigger:focus-visible {
  outline: 2px solid #027DBC;
}
.header-search .trigger .icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../components/source/02-molecules/search/header-search/icon-search-purple.svg") no-repeat center/24px 24px;
}
.header-search .drawer {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
  height: 52px;
  z-index: 600;
  border-top: 1px solid #E4E3E6;
}
.header-search .drawer.open {
  display: block;
  -webkit-animation: ama-search-drawer-open 200ms linear;
  animation: ama-search-drawer-open 200ms linear;
}
.header-search .drawer.closing {
  display: block;
  -webkit-animation: ama-search-drawer-close 200ms linear forwards;
  animation: ama-search-drawer-close 200ms linear forwards;
}
@media (min-width: 37.5em) {
  .header-search .drawer {
    position: relative;
    top: 0;
    width: auto;
    max-width: 343px;
    margin-left: auto;
    padding: 0 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #E4E3E6;
    border-radius: 100px;
  }
  .header-search .drawer, .header-search .drawer.open, .header-search .drawer.closing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -webkit-animation: none;
    animation: none;
  }
  .header-search .drawer:focus-within {
    border-color: #027DBC;
    -webkit-box-shadow: inset 0 0 0 1px #027DBC;
    box-shadow: inset 0 0 0 1px #027DBC;
  }
}
@media (min-width: 56.25em) {
  .header-search .drawer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header-search .form-actions {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
}
.header-search input[type=submit] {
  height: 52px;
  min-width: 100px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #46166B;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 37.5em) {
  .header-search input[type=submit] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    overflow: hidden;
    text-indent: -999px;
    background: #ffffff url("../components/source/02-molecules/search/header-search/icon-search-purple.svg") no-repeat center/24px 24px;
  }
}
.header-search input[type=text],
.header-search .ama__search__field__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  padding: 16px 14px;
  border: none;
  background-image: none;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 37.5em) {
  .header-search input[type=text],
  .header-search .ama__search__field__input {
    padding: 0;
  }
}
.header-search input[type=text]:focus,
.header-search .ama__search__field__input:focus {
  border: none;
}

.ui-autocomplete.ui-menu {
  z-index: 502;
}

@-webkit-keyframes ama-search-drawer-open {
  from {
    height: 0;
    overflow: hidden;
  }
  to {
    height: 52px;
    overflow: hidden;
  }
}

@keyframes ama-search-drawer-open {
  from {
    height: 0;
    overflow: hidden;
  }
  to {
    height: 52px;
    overflow: hidden;
  }
}
@-webkit-keyframes ama-search-drawer-close {
  from {
    height: 52px;
    overflow: hidden;
  }
  to {
    height: 0;
    overflow: hidden;
  }
}
@keyframes ama-search-drawer-close {
  from {
    height: 52px;
    overflow: hidden;
  }
  to {
    height: 0;
    overflow: hidden;
  }
}
.search-suggestions {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  z-index: 600;
  padding: 12px 28px 19px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 37.5em) {
  .search-suggestions {
    left: 14px;
    right: 14px;
    top: 100%;
  }
}
.search-suggestions:not([hidden]) {
  display: block;
}
.search-suggestions .title {
  margin-bottom: 5px;
  color: #000000;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
}
.search-suggestions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.search-suggestions li {
  margin: 0;
  list-style: none;
}
.search-suggestions a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}
.search-suggestions a:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.search-suggestions a:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.search-suggestions a:hover {
  color: #979797;
}
.search-suggestions a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background: url("../components/source/02-molecules/search/search-suggestions/icon-search-gray.svg") no-repeat left top/contain;
}

/**
 * Share Button Component Styles
 *
 * The <details> wrapper is sized identically to an action-button
 * so it participates in flex layouts consistently.
 * The <summary> gets the visual button styling.
 * The share-panel is positioned relative to the <summary>.
 */
.share-button-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.share-button-wrap:has(details.share-button[open]) {
  z-index: 200;
}

.share-button {
  width: auto;
  height: auto;
  cursor: pointer;
  list-style: none;
  overflow: visible;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.share-button summary {
  list-style: none;
}
.share-button summary::-webkit-details-marker {
  display: none;
}
.share-button .share-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  margin-top: 4px;
}
.share-button .share-panel.share-panel--flip {
  left: auto;
  right: 0;
}

.share-button-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
}

.surface {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--section-surface-bg, transparent);
  border-radius: 8px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 28px 0;
  margin: 0 7px;
}
@media (min-width: 37.5em) {
  .surface {
    padding: 28px;
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
    margin: 0;
  }
}
@media (min-width: 56.25em) {
  .surface {
    -webkit-box-flex: 0.6;
    -ms-flex: 0.6;
    flex: 0.6;
  }
}
.surface .eyebrow {
  margin-bottom: 14px;
  text-transform: uppercase;
  line-height: 17px;
}
.surface .heading h2 {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 29px;
}
@media (min-width: 37.5em) {
  .surface .heading h2 {
    font-size: 28px;
    line-height: 31px;
  }
}
@media (min-width: 56.25em) {
  .surface .heading h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (min-width: 75em) {
  .surface .heading h2 {
    font-size: 42px;
    line-height: 44px;
  }
}
.surface .subheading {
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  margin-bottom: 14px;
}
@media (min-width: 37.5em) {
  .surface .subheading {
    line-height: 25px;
  }
}
@media (min-width: 56.25em) {
  .surface .subheading {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 75em) {
  .surface .subheading {
    font-size: 18px;
    line-height: 25px;
  }
}
.surface .subheading p:last-child {
  margin-bottom: 0;
}
.surface .ctas {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
}
@media (min-width: 37.5em) {
  .surface .ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/**
 * Tab Component Styles
 *
 * Renders either a tab button (role="tab") or a tab panel (role="tabpanel").
 * Button and panel states are toggled via ARIA attributes by tab.js.
 */
.tab__button {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  padding: 21px 5px;
  margin: 0 14px;
  background: transparent;
  border: none;
  -webkit-box-shadow: 0 -1px 0 0 #E4E3E6 inset;
  box-shadow: 0 -1px 0 0 #E4E3E6 inset;
  cursor: pointer;
  font-size: 16px;
  color: #5C5C5C;
  line-height: 22px;
  font-weight: 600;
}
.tab__button[aria-selected=true] {
  color: #000000;
  -webkit-box-shadow: 0 -2px 0 0 #000000 inset;
  box-shadow: 0 -2px 0 0 #000000 inset;
}
.tab__button:hover {
  background-color: #F5F5F5;
  color: #000000;
}
.tab__button:focus-visible {
  outline: none;
}
.tab__button:focus-visible > div {
  outline: 2px solid #0076a5;
  outline-offset: 4px;
  border-radius: 4px;
}
@media (max-width: 56.25em) {
  .tab__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 1px);
    flex: 1 1 calc(33.333% - 1px);
    min-width: 100px;
    padding: 14px;
  }
}

.tab__panel {
  padding: 28px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.tab__panel:not([hidden]) {
  display: block;
}
.tab__panel[hidden] {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .tab__panel {
    -webkit-transition: none;
    transition: none;
  }
}

.tab__panel--enter,
.tab__panel--leave {
  opacity: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.user-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-menu .trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.user-menu .trigger:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.user-menu .icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../components/source/02-molecules/user-menu/icon-usermenu-outline-purple.svg") no-repeat center/24px 24px;
}
.user-menu .name {
  display: none;
  white-space: nowrap;
}
@media (min-width: 75em) {
  .user-menu .name {
    display: inline-block;
  }
}
.user-menu .chevron {
  display: none;
  width: 20px;
  height: 20px;
  background: url("../components/source/02-molecules/user-menu/icon-chevron.svg") no-repeat left top/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 75em) {
  .user-menu .chevron {
    display: block;
  }
}
.user-menu .trigger[aria-expanded=true] .chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.user-menu .panel {
  position: absolute;
  top: calc(100% + 19px);
  right: 0;
  z-index: 500;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 210px;
  max-width: 240px;
  padding: 14px;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #EDEDED;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 8px 20px -4px rgba(23, 24, 24, 0.12);
  box-shadow: 0 8px 20px -4px rgba(23, 24, 24, 0.12);
}
@media (min-width: 37.5em) {
  .user-menu .panel {
    top: calc(100% + 26px);
  }
}
.user-menu .panel:not([hidden]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-menu .panel ul {
  margin: 0;
  padding: 7px 0;
  list-style: none;
}
.user-menu .panel li {
  padding: 7px 0;
}
.user-menu .panel a:not(.button-main-primary) {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}
.user-menu .panel a:not(.button-main-primary):focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 2px;
}
.user-menu .heading {
  padding-bottom: 7px;
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.user-menu .group {
  margin: 0;
  padding: 7px 0;
  list-style: none;
}
.user-menu .panel.authenticated {
  padding: 0;
}
.user-menu .panel.authenticated > ul {
  padding-left: 14px;
  padding-right: 14px;
}
.user-menu .panel.authenticated > ul:nth-child(2) {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.user-menu .link {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}
.user-menu .link:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 2px;
}

/**
 * Abstract Share Bar Component Styles
 *
 * Layout only. Button styling owned by action-button atom.
 * Modal styling owned by share-button + share-panel molecules.
 */
.abstract-share-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 7px;
  padding: 18px 0;
}
.abstract-share-bar .action-button {
  padding: 4px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.abstract-share-bar .action-button .action-button__text,
.abstract-share-bar .action-button .action-button__duration {
  display: none;
}
.abstract-share-bar .action-button::before {
  margin: 0;
}
.abstract-share-bar .action-button svg {
  margin: 0;
}
@media (min-width: 56.25em) {
  .abstract-share-bar .action-button {
    width: auto;
    height: 28px;
    padding: 6px 8px;
  }
  .abstract-share-bar .action-button .action-button__text {
    display: block;
  }
}
.abstract-share-bar .share-panel {
  right: 0;
}

.annual-interim {
  display: block;
  min-height: 140px;
  margin-bottom: 28px;
  margin-top: 35px;
}
@media (min-width: 37.5em) {
  .annual-interim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.annual-interim__left {
  background: #3f2378;
  background-image: url("../images/dot_pattern_web.svg");
  background-image: linear-gradient(20deg, rgba(50, 62, 148, 0.75), rgba(63, 35, 120, 0.75), #371256 80%), url("../images/dot_pattern_web.svg");
  background-repeat: no-repeat;
  background-position: 0 0, 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14px 0 14px 14px;
  color: #ffffff;
}
@media (min-width: 37.5em) {
  .annual-interim__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
  }
}
.annual-interim__left h2 {
  line-height: 31px;
  margin-bottom: 8px;
  color: #ffffff;
}
.annual-interim__left a {
  color: #ffffff;
}
.annual-interim__left .active_info {
  padding-right: 14px;
}
.annual-interim__left a.annual-interim__link.event_info {
  display: block;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 48px;
}
.annual-interim__left p {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
.annual-interim__left .active_info p {
  margin: 0;
}
.annual-interim__left .active_info a {
  font-size: 20px;
}
@media (min-width: 75em) {
  .annual-interim__left .active_info a {
    font-size: 18px;
  }
}
.annual-interim__right {
  padding-left: 0px;
  padding-top: 10px;
}
@media (min-width: 37.5em) {
  .annual-interim__right {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media (min-width: 75em) {
  .annual-interim__right .meeting_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .annual-interim__right .hod, .annual-interim__right .mg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .annual-interim__right .mg {
    padding-left: 19px;
  }
  .annual-interim__right .active_links-rod {
    padding-right: 15px;
  }
  .annual-interim__right .active_links-mg {
    padding-left: 0;
  }
}
.annual-interim__right .meeting_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 108px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.annual-interim__right .meeting_heading .col.col-first {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.annual-interim__right .meeting_heading .col.col-second {
  padding-left: 34px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.annual-interim__right .meeting_heading h3 a {
  color: #46166B;
  text-decoration: none;
}
.annual-interim__right .meeting_heading h3 a:hover {
  text-decoration: underline;
}
@media (min-width: 56.25em) {
  .annual-interim__right .meeting_heading h3 a {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 75em) {
  .annual-interim__right .meeting_heading {
    min-height: 108px;
  }
}
.annual-interim__right p.annual-interim__text {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 21px;
}
@media (min-width: 56.25em) {
  .annual-interim__right p.annual-interim__text {
    margin-bottom: 14px;
  }
}
.annual-interim__right .meeting_information h3 {
  margin-bottom: 8px;
}
.annual-interim__right .meeting_information a.annual-interim__link {
  display: block;
  margin-bottom: 14px;
  line-height: 21px;
}
@media (min-width: 37.5em) {
  .annual-interim__right .active_links-rod,
  .annual-interim__right .active_links-mg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .annual-interim__right .active_links-rod .quick_link_column,
  .annual-interim__right .active_links-mg .quick_link_column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .annual-interim__right .active_links-rod .quick_link_column:nth-child(1) a,
  .annual-interim__right .active_links-mg .quick_link_column:nth-child(1) a {
    padding-right: 15px;
  }
}
@media (max-width: 37.5em) {
  .annual-interim__right .hod {
    margin-bottom: 35px;
  }
}
.annual-interim__right .fg {
  padding-top: 7px;
  border-top: 1px solid #cbcbcb;
}
.annual-interim__right .fg h4 {
  display: inline-block;
}
.annual-interim__right .fg a.annual-interim__link {
  display: inline-block;
  margin-left: 14px;
  line-height: 20px;
}

/**
 * Collection Item Share Bar Component Styles
 *
 * All display modes (mobile fixed footer, desktop inline, desktop scroll
 * sidebar) are inherited from .share-bar in _social-share-bar.scss.
 * Add variant-specific overrides here as needed.
 */
.collection-share-wrapper {
  height: 42px;
  padding: 14px 0 0;
}

/**
 * Document Share Bar Component Styles
 *
 * Inline row of action buttons (view, share, download) for
 * document/media items in a block listing.
 *
 * Button styling is owned by the action-button atom.
 * Modal styling is owned by share-button + share-panel.
 */
.document-share-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.document-share-bar .action-button {
  width: auto;
  height: 28px;
  padding: 6px 8px;
}
.document-share-bar .action-button::before,
.document-share-bar .action-button svg {
  width: 15px;
  height: 15px;
}
.document-share-bar .action-button .action-button__text {
  display: block;
  color: #5C5C5C;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
.document-share-bar .share-panel {
  left: 0;
  right: auto;
}
@media (min-width: 56.25em) {
  .document-share-bar .share-panel {
    left: auto;
    right: 0;
  }
}

.featured-text {
  width: 100%;
  margin: 28px 0;
}
.featured-text .highlight-container {
  border-radius: 4px;
  border-left: 4px solid #000000;
  padding: 14px 28px;
}
@media (min-width: 37.5em) {
  .featured-text .highlight-container {
    padding: 32px 35px;
  }
}
.featured-text .highlight-container.highlight_purple {
  border-left: 4px solid #5B21A7;
}
.featured-text .highlight-container .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
@media (min-width: 56.25em) {
  .featured-text .highlight-container .content-wrapper {
    width: 70%;
  }
}
.featured-text .highlight-container .content-wrapper .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.featured-text .highlight-container .content-wrapper .body h2,
.featured-text .highlight-container .content-wrapper .body h3,
.featured-text .highlight-container .content-wrapper .body h4,
.featured-text .highlight-container .content-wrapper .body h5,
.featured-text .highlight-container .content-wrapper .body h6 {
  color: #000000;
}
.featured-text .highlight-container .content-wrapper .body ul {
  margin-left: 25px;
  margin-bottom: 14px;
  color: #414141;
}
.featured-text .highlight-container .content-wrapper .body ul li::marker {
  font-size: 0.8em;
}
.featured-text .highlight-container .content-wrapper .body p {
  margin-bottom: 14px;
  line-height: 30px;
  font-size: 18px;
  color: #1A1A1F;
}
.featured-text .highlight-container .content-wrapper .body > *:last-child {
  margin-bottom: 0;
}
.featured-text .highlight-container .content-wrapper .body a:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.featured-text .highlight-container .content-wrapper .body a:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.featured-text .highlight-container .content-wrapper .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  font-weight: 700;
}
.featured-text .highlight-container .content-wrapper .links a {
  color: #000000;
  font-weight: inherit;
  text-decoration: none;
}
.featured-text .highlight-container .content-wrapper .links a:hover {
  text-decoration: underline;
}
.featured-text .highlight-container .content-wrapper .links a:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.featured-text .highlight-container .content-wrapper .links a:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.featured-text .highlight-container .content-wrapper .links div {
  display: block;
  padding-right: 14px;
  position: relative;
}
.featured-text .highlight-container .content-wrapper .links div:after {
  content: "/";
  position: absolute;
  right: 0;
}
.featured-text .highlight-container .content-wrapper .links div:last-child {
  padding-right: 0;
}
.featured-text .highlight-container .content-wrapper .links div:last-child:after {
  content: "";
}
.featured-text .highlight-container .content-wrapper .source {
  color: #414141;
}

.footer-main {
  background: #F5F5F5;
  padding: 35px 0 0;
  color: #000000;
  margin-top: 35px;
}
@media (min-width: 37.5em) {
  .footer-main {
    padding: 35px 0 0;
    margin-top: 42px;
  }
}
@media (min-width: 56.25em) {
  .footer-main {
    padding: 63px 0;
  }
}
.footer-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  .footer-main__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer-main__inner.container {
  max-width: 1334px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 84.5em) {
  .footer-main__inner.container {
    width: 100%;
  }
}
.footer-main .footer-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 56.25em) {
  .footer-main .footer-column {
    padding-right: 5%;
  }
}
.footer-main .footer-column:not(:first-of-type) {
  border-top: 1px solid #E4E3E6;
}
@media (min-width: 56.25em) {
  .footer-main .footer-column:not(:first-of-type) {
    border-top: none;
  }
}
.footer-main .footer-column:last-of-type {
  border-bottom: 1px solid #E4E3E6;
}
@media (min-width: 56.25em) {
  .footer-main .footer-column:last-of-type {
    border-bottom: none;
  }
}
.footer-main .footer-column li:last-of-type {
  padding-bottom: 28px;
}
@media (min-width: 56.25em) {
  .footer-main .footer-column li:last-of-type {
    padding-bottom: 0;
  }
}
.footer-main .footer-column__logo {
  display: inline-block;
  height: 44px;
  margin-bottom: 14px;
}
.footer-main .footer-column__logo:focus-visible {
  outline: 2px solid #027DBC;
  border-radius: 4px;
  outline-offset: 5px;
  text-decoration: none;
}
.footer-main .footer-column__title {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.footer-main .footer-column__mission {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.footer-main .footer-column__mission {
  margin-bottom: 42px;
}
.footer-main .footer-column__title {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.footer-main .footer-column__toggle {
  all: unset;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 14px 0;
}
@media (max-width: 56.25em) {
  .footer-main .footer-column__toggle.desktop {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .footer-main .footer-column__toggle {
    padding: 0 0 7px;
    cursor: default;
    pointer-events: none;
    background: none;
    border: none;
  }
  .footer-main .footer-column__toggle.mobile {
    display: none;
  }
}
.footer-main .footer-column__toggle[aria-expanded=false] .footer-column__icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-main .footer-column__toggle[aria-expanded=true] .footer-column__icon {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.footer-main .footer-column__toggle:focus-visible {
  outline: 2px solid #027DBC;
  border-radius: 4px;
  outline-offset: 5px;
}
@media (min-width: 56.25em) {
  .footer-main .footer-column__toggle:focus-visible {
    outline: none;
  }
}
.footer-main .footer-column__icon {
  display: inline-block;
  margin-right: 5px;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media (min-width: 56.25em) {
  .footer-main .footer-column__icon {
    display: none;
  }
}
.footer-main .footer-column__toggle[aria-expanded=true] .footer-main .footer-column__icon {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.footer-main .footer-column__content {
  margin-top: 0.5rem;
}
.footer-main .footer-column__content[hidden] {
  display: none;
}
.footer-main .footer-column__content.is-open {
  display: block;
}

.footer-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 7px;
}
@media (min-width: 56.25em) {
  .footer-links {
    gap: 0;
  }
}
.footer-links li {
  padding: 7px 7px 0 0;
}
.footer-links__link {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
.footer-links__link:focus-visible {
  outline: 2px solid #027DBC;
  border-radius: 4px;
  outline-offset: 5px;
}
.footer-links__link:hover {
  text-decoration: underline;
}

.footer-column--extra .footer-column__title {
  font-size: 1.1rem;
}

.footer-social {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
.footer-social a {
  color: #ffffff;
  text-decoration: none;
}
.footer-social a:hover {
  text-decoration: underline;
}

.footer-sub {
  background: #F5F5F5;
  padding: 0;
}
@media (min-width: 37.5em) {
  .footer-sub {
    padding: 0 0 35px;
  }
}
@media (min-width: 56.25em) {
  .footer-sub {
    padding: 0;
    border-top: 1px solid #E4E3E6;
  }
}
.footer-sub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  .footer-sub__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-sub__inner.container {
  max-width: 1334px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 84.5em) {
  .footer-sub__inner.container {
    width: 100%;
  }
}
.footer-sub__title {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.footer-sub .utility-links-container {
  padding-top: 28px;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
@media (min-width: 56.25em) {
  .footer-sub .utility-links-container {
    padding-bottom: 28px;
  }
}
@media (min-width: 56.25em) {
  .footer-sub .utility-links-container {
    border-right: 1px solid #E4E3E6;
    padding-right: 42px;
  }
}
.footer-sub .utility-links-container .utility-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 7px;
  padding-bottom: 14px;
}
@media (min-width: 37.5em) {
  .footer-sub .utility-links-container .utility-links ul {
    row-gap: 14px;
  }
}
@media (min-width: 56.25em) {
  .footer-sub .utility-links-container .utility-links ul {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 0;
    padding-bottom: 21px;
  }
}
@media (min-width: 75em) {
  .footer-sub .utility-links-container .utility-links ul {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-sub .utility-links-container .utility-links ul a {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  color: #5C5C5C;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
}
.footer-sub .utility-links-container .utility-links ul a:focus-visible {
  outline: 2px solid #027DBC;
  border-radius: 4px;
  outline-offset: 5px;
  text-decoration: none;
}
.footer-sub .utility-links-container .utility-links ul a:hover {
  text-decoration: underline;
  text-underline-offset: 25%;
}
.footer-sub .utility-links-container .footer-copyright {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  color: #5C5C5C;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  padding-top: 7px;
}
@media (min-width: 37.5em) {
  .footer-sub .utility-links-container .footer-copyright {
    padding-bottom: 14px;
  }
}
@media (min-width: 56.25em) {
  .footer-sub .utility-links-container .footer-copyright {
    padding: 0;
  }
}
.footer-sub .social-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 21px;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
@media (max-width: 56.25em) {
  .footer-sub .social-links-container.desktop {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .footer-sub .social-links-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 28px;
    padding-right: 0;
    padding-bottom: 28px;
    padding-left: 35px;
    gap: 28px;
    margin-bottom: 0;
  }
  .footer-sub .social-links-container.mobile {
    display: none;
  }
}
@media (min-width: 75em) {
  .footer-sub .social-links-container {
    padding-top: 42px;
    padding-right: 0;
    padding-bottom: 42px;
    padding-left: 42px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer-sub .social-links-container h2 {
  padding-top: 28px;
  padding-bottom: 14px;
}
@media (min-width: 56.25em) {
  .footer-sub .social-links-container h2 {
    margin-top: 12px;
    min-width: 110px;
    padding: 0;
  }
}
.footer-sub .social-links-container .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 14px;
}
@media (min-width: 25em) {
  .footer-sub .social-links-container .social-links {
    gap: 28px;
  }
}
@media (min-width: 37.5em) {
  .footer-sub .social-links-container .social-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 56.25em) {
  .footer-sub .social-links-container .social-links {
    row-gap: 28px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
.footer-sub .social-links-container .social-links .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #E4E3E6;
  background-size: cover;
  background-position: center;
  background-color: #F5F5F5;
  width: 44px;
  height: 44px;
  gap: 4px;
}
.footer-sub .social-links-container .social-links .social-icon,
.footer-sub .social-links-container .social-links .social-icon-placeholder {
  display: block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.footer-sub .social-links-container .social-links .social-link:hover {
  background-color: #ffffff;
}
.footer-sub .social-links-container .social-links .social-link:focus-visible {
  outline: 2px solid #027DBC;
}
.footer-sub .social-links-container .social-links .social-icon-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  background-color: #F5F5F5;
}
.footer-sub .social-links-container .social-links.links-ext {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slim-footer .slim-footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 14px;
  border-bottom: 1px solid #E4E3E6;
}
.slim-footer .slim-footer-main .slim-footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 21px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 37.5em) {
  .slim-footer .slim-footer-main .slim-footer-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
  }
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-heading {
  -webkit-box-flex: 0.2;
  -ms-flex: 0.2;
  flex: 0.2;
  padding-bottom: 14px;
}
@media (min-width: 37.5em) {
  .slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-heading {
    padding-bottom: 0;
  }
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-heading h2 {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin: 0;
  display: inline-block;
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 37.5em) {
  .slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
}
@media (min-width: 37.5em) {
  .slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links {
    padding-bottom: 0;
  }
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 37.5em) {
  .slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link {
  display: inline-block;
  padding-right: 16px;
  padding-left: 0px;
  position: relative;
  padding-bottom: 7px;
  line-height: 8px;
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.75px;
  height: 18.5px;
  background-color: #5c5c5c;
}
@media (min-width: 37.5em) {
  .slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link {
    padding-right: 8px;
    padding-left: 8px;
  }
  .slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link:after {
    right: -1px;
  }
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link:first-child {
  padding-left: 0;
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link:last-child {
  padding-right: 0;
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link:last-child:after {
  background-color: transparent;
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link a {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 19px; /* 125% */
  letter-spacing: -0.312px;
  text-decoration: none;
}
.slim-footer .slim-footer-main .slim-footer-row .slim-footer-row-links ul li.slim-footer-row-link a:hover {
  text-decoration: underline;
  text-underline-offset: 25%;
}

/*
 * update padding if no main footer is present.
 */
.slim-footer.sub-only .slim-footer-sub {
  padding-top: 0px;
}
@media (min-width: 37.5em) {
  .slim-footer.sub-only .slim-footer-sub {
    padding-top: 0;
  }
}

.slim-footer-sub {
  padding-top: 28px;
}
@media (min-width: 37.5em) {
  .slim-footer-sub {
    padding-top: 14px;
  }
}
.slim-footer-sub .slim-footer-sub-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 75em) {
  .slim-footer-sub .slim-footer-sub-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.slim-footer-sub .slim-footer-sub-inner .utility-links {
  padding-bottom: 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 75em) {
  .slim-footer-sub .slim-footer-sub-inner .utility-links {
    -webkit-box-flex: 0.55;
    -ms-flex: 0.55;
    flex: 0.55;
    padding-bottom: 0px;
  }
}
.slim-footer-sub .slim-footer-sub-inner .utility-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
}
@media (min-width: 37.5em) {
  .slim-footer-sub .slim-footer-sub-inner .utility-links ul {
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
  }
}
@media (min-width: 75em) {
  .slim-footer-sub .slim-footer-sub-inner .utility-links ul {
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
  }
}
.slim-footer-sub .slim-footer-sub-inner .utility-links ul li {
  line-height: 12px;
  padding-bottom: 7px;
}
.slim-footer-sub .slim-footer-sub-inner .utility-links ul li a {
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  color: #5C5C5C;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px; /* 133.333% */
}
.slim-footer-sub .slim-footer-sub-inner .utility-links ul li a:focus-visible {
  outline: 2px solid #027DBC;
  border-radius: 4px;
  outline-offset: 5px;
  text-decoration: none;
}
.slim-footer-sub .slim-footer-sub-inner .utility-links ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 25%;
}
.slim-footer-sub .slim-footer-sub-inner .slim-footer-copyright {
  margin-left: 0;
  text-decoration: none;
  font-size: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  width: 100%;
  padding-bottom: 0;
}
@media (min-width: 75em) {
  .slim-footer-sub .slim-footer-sub-inner .slim-footer-copyright {
    -webkit-box-flex: 0.45;
    -ms-flex: 0.45;
    flex: 0.45;
    margin-left: auto;
    text-align: right;
    padding-bottom: 7px;
  }
}
.slim-footer-sub .slim-footer-sub-inner .slim-footer-copyright p {
  margin: 0;
  padding: 0;
  font-family: "myriad-pro", "Helvetica", "Arial", "Open Sans", sans-serif;
  font-weight: 400;
  color: #5C5C5C;
  font-size: 12px;
  line-height: 16px;
}

.abstract-header {
  background-color: #ffffff;
}
.abstract-header .bar {
  border-bottom: 1px solid #EDEDED;
  font-size: 14px;
}
@media (min-width: 37.5em) {
  .abstract-header .bar {
    font-size: 16px;
  }
}
.abstract-header .bar > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  min-height: 56px;
}
@media (min-width: 37.5em) {
  .abstract-header .bar > .container {
    min-height: 44px;
    padding: 14px;
  }
}
.abstract-header .bar .header-search {
  margin-left: auto;
}
.abstract-header .bar .header-search input {
  border-radius: 0;
}
@media (min-width: 37.5em) {
  .abstract-header .bar .header-search input {
    border-radius: 6px;
  }
}
@media (min-width: 56.25em) {
  .abstract-header .bar .header-search {
    margin-left: 0;
  }
}
.abstract-header .bar .header-search .search-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 37.5em) {
  .abstract-header .bar .header-search .form-item-topic-search {
    margin: 0;
  }
}
.abstract-header .category-logo {
  max-width: 117px;
  height: 45px;
  width: auto;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
  padding-left: 13px;
  border-left: 1px solid #E4E3E6;
}
.abstract-header .category-logo img {
  display: block;
}
.abstract-header .category-logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.abstract-header .category-logo:has(a:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.abstract-header .subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 47px;
  min-height: unset;
  text-align: center;
}
.abstract-header .subheader > div {
  max-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.abstract-header .subheader > div:has(a:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.abstract-header .subheader .category-link a {
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}
.abstract-header .subheader .category-link a:hover {
  text-decoration: underline;
}
.abstract-header .topics-dropdown {
  position: relative;
}
.abstract-header .topics-dropdown .trigger {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  cursor: pointer;
}
.abstract-header .topics-dropdown .trigger:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.abstract-header .topics-dropdown .trigger:has(:focus-visible) {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.abstract-header .topics-dropdown .trigger:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../components/source/03-organisms/headers/icon-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: -20px;
  top: 1px;
}
.abstract-header .topics-dropdown .trigger.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.abstract-header .topics-dropdown .trigger:hover {
  text-decoration: underline;
}
.abstract-header .topics-dropdown .menu {
  padding-left: 10.5px;
  padding-right: 10.5px;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  position: absolute;
  top: 37px;
  -webkit-box-shadow: 0px 8px 20px -4px rgba(23, 24, 24, 0.12);
  box-shadow: 0px 8px 20px -4px rgba(23, 24, 24, 0.12);
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #EDEDED;
  border-top: 0;
  color: #000000;
  text-align: left;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 210px;
  max-width: 240px;
}
@media (min-width: 56.25em) {
  .abstract-header .topics-dropdown .menu {
    padding-left: 14px;
  }
}
@media (min-width: 56.25em) {
  .abstract-header .topics-dropdown .menu {
    padding-right: 14px;
  }
}
@media (min-width: 56.25em) {
  .abstract-header .topics-dropdown .menu {
    padding-top: 14px;
  }
}
@media (min-width: 56.25em) {
  .abstract-header .topics-dropdown .menu {
    padding-bottom: 14px;
  }
}
.abstract-header .topics-dropdown .menu.open {
  display: block;
}
.abstract-header .topics-dropdown .menu li {
  list-style: none;
  padding-top: 5.25px;
  padding-bottom: 5.25px;
}
@media (min-width: 56.25em) {
  .abstract-header .topics-dropdown .menu li {
    padding-top: 7px;
  }
}
@media (min-width: 56.25em) {
  .abstract-header .topics-dropdown .menu li {
    padding-bottom: 7px;
  }
}
.abstract-header .topics-dropdown .menu li a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  word-wrap: break-word;
}
.abstract-header .topics-dropdown .menu li a:hover {
  text-decoration: underline;
}
.abstract-header .topics-dropdown .menu li a:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}

.hub-header {
  background-color: #ffffff;
  margin-bottom: 14px;
}
.hub-header .container.product-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 14px;
  min-height: 80px;
  padding: 14px;
  border-bottom: 1px solid #979797;
}
@media (min-width: 37.5em) {
  .hub-header .container.product-dropdown {
    min-height: 81px;
    padding-bottom: 8px;
  }
}
@media (min-width: 56.25em) {
  .hub-header .container.product-dropdown {
    min-height: 90px;
  }
}
.hub-header .site-logo img {
  width: 125px;
  height: auto;
}
.hub-header .link {
  padding-left: 10px;
  color: #027DBC;
  font-size: 18px;
  text-decoration: none;
}
.hub-header .link:hover {
  text-decoration: underline;
}

.slim-header {
  background-color: #ffffff;
  border-bottom: 1px solid #EDEDED;
}
.slim-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 14px;
}
@media (min-width: 37.5em) {
  .slim-header .container {
    min-height: 44px;
    padding: 24px 14px;
  }
}
.slim-header .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}
@media (min-width: 37.5em) {
  .slim-header .ctas {
    gap: 14px;
  }
}
@media (max-width: 37.5em) {
  .slim-header .site-logo img {
    width: 72px;
    height: 35px;
  }
  .slim-header [class*=button-main-] {
    min-height: 40px;
    font-size: 13px;
  }
}

.layout-5050 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
@media (min-width: 56.25em) {
  .layout-5050 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .layout-5050--switched {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 56.25em) {
  .layout-5050.hide-mobile .layout__region--right {
    display: none;
  }
}
.layout-5050 .layout__region {
  width: 100%;
}
@media (min-width: 56.25em) {
  .layout-5050 .layout__region {
    width: 50%;
  }
}

.resource-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 14px;
  padding-bottom: 28px;
}

.ckeditor-accordion-container .resource-list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.resource-list > .resource-component + .resource-component {
  border-top: 1px solid #e7e7e7;
}

.stub-list-wrapper {
  margin-top: 63px;
}
.stub-list-wrapper h2 {
  font-family: "kepler-std", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.stub-list-wrapper .stub-list {
  border-top: none;
  border-bottom: none;
  padding: 21px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
@media (min-width: 56.25em) {
  .stub-list-wrapper .stub-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 75em) {
  .stub-list-wrapper .stub-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
.stub-list-wrapper .stub-list > .stub-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 56.25em) {
  .stub-list-wrapper .stub-list > .stub-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 7px);
    flex: 1 1 calc(50% - 7px);
  }
}
@media (min-width: 75em) {
  .stub-list-wrapper .stub-list > .stub-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media (min-width: 56.25em) {
  .stub-list-wrapper .stub-list.abstract {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

[class*=topic-list-wrapper] {
  border: 1px solid #E4E3E6;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 35px 21px 35px 14px;
}
[class*=topic-list-wrapper] h2 {
  margin-left: 7px;
}
[class*=topic-list-wrapper] .topic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: radial-gradient(127.5% 238.17% at 50% 50%, #2A0D40 28.72%, #46166B 100%);
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 37.5em) {
  .page-hero {
    padding-top: 63px;
    padding-bottom: 63px;
  }
}
.page-hero__links {
  padding-right: 35px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media (min-width: 56.25em) {
  .page-hero__links {
    margin-bottom: 7px;
  }
}
.page-hero__links a {
  color: #bce2f7;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.08em;
}
.page-hero__subtext {
  line-height: 1.3;
}
@media (min-width: 56.25em) {
  .page-hero h1 {
    margin-bottom: 21px;
  }
}

.research-topic-filters {
  position: relative;
  display: block;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #E4E3E6;
  border-radius: 40px;
  background: #ffffff;
}
@media (min-width: 56.25em) {
  .research-topic-filters {
    border: none;
    border-radius: 0;
    height: auto;
    background: none;
    padding: 0;
  }
}
.research-topic-filters:hover {
  cursor: pointer;
}
@media (max-width: 56.25em) {
  .research-topic-filters::before {
    content: "";
    background-image: url("../icons/svg/icon-sliders-horizontal.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    left: 16px;
    top: 10px;
  }
}
.research-topic-filters.is-open {
  background-color: #F5F5F5;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.research-topic-filters__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: #5C5C5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  line-height: 14px;
  margin: 0;
  padding: 15px 0 15px 34px;
  position: relative;
  z-index: 2;
}
@media (min-width: 56.25em) {
  .research-topic-filters__toggle {
    display: none;
  }
}
.research-topic-filters__toggle:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
.research-topic-filters__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 36px 21px 0;
  border: 1px solid #E4E3E6;
  background: #ffffff;
}
@media (max-width: 56.25em) {
  .research-topic-filters__panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: none;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 24px 24px 0 0;
    z-index: 1000;
  }
  .research-topic-filters__panel::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: #F5F5F5;
  }
}
@media (min-width: 56.25em) {
  .research-topic-filters__panel {
    border: none;
    border-radius: 0;
    padding: 42px 0 0 0;
  }
}
.research-topic-filters__panel[hidden] {
  display: none;
}
.research-topic-filters__panel-title {
  display: block;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.research-topic-filters__panel fieldset {
  width: 100%;
}
.research-topic-filters__panel fieldset .form-wrapper,
.research-topic-filters__panel fieldset .fieldset-wrapper {
  width: 100%;
}
.research-topic-filters__panel .form-checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid #E4E3E6;
  border-radius: 1px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.research-topic-filters__panel .form-checkbox:checked {
  background-color: #7229D1;
  border-color: #E4E3E6;
}
.research-topic-filters__panel .form-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.research-topic-filters__panel .form-checkbox:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 2px;
}
.research-topic-filters__panel .form-checkbox:hover {
  cursor: pointer;
}
.research-topic-filters__title {
  display: block;
  padding-bottom: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.research-topic-filters__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
}
.research-topic-filters__group {
  width: 100%;
  margin-bottom: 21px;
  border-top: 1px solid #E4E3E6;
}
.research-topic-filters__group:last-child {
  margin-bottom: 0;
}
.research-topic-filters__group-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  padding: 14px 7px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-transform: uppercase;
}
.research-topic-filters__group-title::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../components/source/03-organisms/headers/icon-chevron.svg) center/contain no-repeat;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.research-topic-filters__group-title[aria-expanded=false]::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.research-topic-filters__group-content {
  overflow: hidden;
  padding: 14px 7px;
}
.research-topic-filters__group-title[aria-expanded=false] + .research-topic-filters__group-content {
  display: none;
}
.research-topic-filters__group-title[aria-expanded=false] ~ .form-item {
  display: none;
}
.research-topic-filters .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.research-topic-filters .form-item label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
.research-topic-filters .form-item label:hover {
  cursor: pointer;
}
.research-topic-filters .ama__checkbox .ui-checkboxradio-label .ui-icon-background {
  margin-right: 14px;
}

.research-challenge-filters .abstract-filters {
  display: -ms-grid;
  display: grid;
  row-gap: 14px;
}
@media (max-width: 56.25em) {
  .research-challenge-filters .layout__region--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .research-challenge-filters .abstract-filters {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-template-areas: "search search" "toggle clear" "pills  pills";
  }
  .research-challenge-filters .abstract-topic-search-wrapper {
    grid-area: search;
  }
  .research-challenge-filters .abstract-topic-filters-wrapper {
    grid-area: toggle;
  }
  .research-challenge-filters .filters-container {
    grid-area: pills;
  }
  .research-challenge-filters .abstract-filters-clear-all {
    grid-area: clear;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .research-challenge-filters .views-element-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .research-challenge-filters .research-topic-filters__panel[hidden] {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .research-challenge-filters .layout__region--main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 42px 3fr;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "search  search" "pills   pills" "filters results";
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
  }
  .research-challenge-filters .views-exposed-form.bef-exposed-form,
  .research-challenge-filters .abstract-filters-form-wrapper,
  .research-challenge-filters form[id^=views-exposed-form-research-challenge-listing],
  .research-challenge-filters .abstract-filter-wrapper,
  .research-challenge-filters .abstract-filter-wrapper > .abstract-filters {
    display: contents;
  }
  .research-challenge-filters .views-exposed-form.bef-exposed-form.contextual-region > [data-contextual-id] {
    display: none;
  }
  .research-challenge-filters .abstract-topic-search-wrapper {
    grid-area: search;
  }
  .research-challenge-filters .abstract-additional-filters {
    grid-area: pills;
  }
  .research-challenge-filters .abstract-topic-filters-wrapper {
    grid-area: filters;
  }
  .research-challenge-filters .views-element-container {
    grid-area: results;
  }
  .research-challenge-filters .layout__region--main > .abstract-topic-search-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .research-challenge-filters .layout__region--main > .filters-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 56.25em) {
  .research-challenge-filters .abstract-topic-search-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .research-challenge-filters .abstract-topic-filters-wrapper {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .research-challenge-filters .filters-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .research-challenge-filters .abstract-filters-clear-all {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .research-challenge-filters .abstract-topic-search-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .research-challenge-filters .abstract-additional-filters {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (min-width: 56.25em) {
  .research-challenge-filters .layout__region--main > .abstract-topic-search-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .research-challenge-filters .layout__region--main > .abstract-additional-filters {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .research-challenge-filters .abstract-topic-filters-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .research-challenge-filters .views-element-container {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.research-challenge-filters .abstract-topic-search-wrapper {
  max-width: 960px;
  background: #ffffff;
  border-radius: 8px 8px 0 0;
  border: none;
  width: 100%;
  margin: 0 auto;
}
.research-challenge-filters .abstract-topic-search-wrapper .search-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E4E3E6;
  border-radius: 100px;
  width: 100%;
}
@media (min-width: 56.25em) {
  .research-challenge-filters .abstract-topic-search-wrapper {
    margin: -65px auto 0;
    padding: 21px 21px 8px;
    border: 1px solid #E4E3E6;
    border-bottom: none;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
}
.research-challenge-filters .abstract-additional-filters {
  max-width: 960px;
  background: #ffffff;
}
@media (max-width: 56.25em) {
  .research-challenge-filters .abstract-additional-filters {
    display: contents;
  }
}
@media (min-width: 56.25em) {
  .research-challenge-filters .abstract-additional-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #E4E3E6;
    border-top: none;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 8px 21px 16px;
  }
}
.research-challenge-filters .abstract-topic-filters-wrapper {
  max-width: 960px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  margin-top: 2px;
}
@media (min-width: 56.25em) {
  .research-challenge-filters .abstract-topic-filters-wrapper {
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .research-challenge-filters .abstract-topic-filters-wrapper .research-topic-filters__toggle {
    pointer-events: none;
    background: none;
    border: none;
    padding: 0;
    cursor: default;
  }
  .research-challenge-filters .abstract-topic-filters-wrapper .research-topic-filters__panel[hidden] {
    display: block !important;
  }
}

.research-topic-filters__close {
  position: absolute;
  top: 36px;
  right: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.research-topic-filters__close::before, .research-topic-filters__close::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 3px;
  width: 18px;
  height: 2px;
  background: #000000;
}
.research-topic-filters__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.research-topic-filters__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.research-topic-filters__close:focus-visible {
  outline: 2px solid #027DBC;
  outline-offset: 3px;
}
@media (min-width: 56.25em) {
  .research-topic-filters__close {
    display: none;
  }
}

body.preset-topic-loading .search-results-list-wrapper,
body.preset-topic-loading .ama__pagination.abstract-pagination {
  display: none;
}

.search-results-list-wrapper {
  margin-top: 42px;
  margin-bottom: 42px;
  position: relative;
}
.search-results-list-wrapper .search-results-list {
  --results-cols: 1;
  --results-col-gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  row-gap: 42px;
  -webkit-column-gap: var(--results-col-gap);
  -moz-column-gap: var(--results-col-gap);
  column-gap: var(--results-col-gap);
  width: 100%;
}
.search-results-list-wrapper .search-results-list > .stub-wrapper {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 37.5em) {
  .search-results-list-wrapper .search-results-list {
    --results-cols: 2;
    --results-col-gap: 28px;
  }
  .search-results-list-wrapper .search-results-list > .stub-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - (var(--results-cols) - 1) * var(--results-col-gap)) / var(--results-cols));
    flex: 0 0 calc((100% - (var(--results-cols) - 1) * var(--results-col-gap)) / var(--results-cols));
    max-width: calc((100% - (var(--results-cols) - 1) * var(--results-col-gap)) / var(--results-cols));
  }
}
@media (min-width: 75em) {
  .search-results-list-wrapper .search-results-list {
    --results-cols: 3;
    --results-col-gap: calc($gutter / 2);
    row-gap: 42px;
  }
  .search-results-list-wrapper .search-results-list > .stub-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - (var(--results-cols) - 1) * var(--results-col-gap)) / var(--results-cols));
    flex: 0 0 calc((100% - (var(--results-cols) - 1) * var(--results-col-gap)) / var(--results-cols));
    max-width: calc((100% - (var(--results-cols) - 1) * var(--results-col-gap)) / var(--results-cols));
  }
}
@media (min-width: 75em) {
  .search-results-list-wrapper .search-results-list {
    --results-col-gap: 24px;
  }
}
@media (min-width: 56.25em) {
  .search-results-list-wrapper .search-results-list[data-count="3"] {
    --results-cols: 3;
  }
}
@media (min-width: 56.25em) {
  .search-results-list-wrapper .search-results-list[data-count="4"] {
    --results-cols: 3;
  }
}

.result-summary + .search-results-list-wrapper {
  margin-top: 16px;
}
@media (min-width: 56.25em) {
  .result-summary + .search-results-list-wrapper {
    margin-top: 42px;
  }
}

/**
 * Social Share Bar Component Styles
 *
 * THREE DISPLAY MODES:
 * 1. Mobile (< $bp-med): Fixed bottom bar, always visible
 * 2. Desktop inline (>= $bp-med, default): Relative bar above content
 * 3. Desktop scroll sidebar (>= $bp-med, .is-fixed): Fixed left sidebar on scroll
 */
.share-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 14px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  padding: 0 14px;
  background-color: #ffffff;
  border-top: 1px solid #ece7f0;
  -webkit-box-shadow: 0 4px 20px -4px rgba(23, 24, 24, 0.12);
  box-shadow: 0 4px 20px -4px rgba(23, 24, 24, 0.12);
}
@media (min-width: 56.25em) {
  .share-bar {
    gap: 7px;
  }
}
.share-bar .action-button {
  padding: 4px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.share-bar .action-button .action-button__text,
.share-bar .action-button .action-button__duration {
  display: none;
}
.share-bar .action-button::before {
  margin: 0;
}
.share-bar .action-button svg {
  margin: 0;
}
.share-bar .share-panel {
  position: fixed;
  bottom: 48px;
  right: 14px;
  top: auto;
  left: auto;
  margin-top: 0;
}
.share-bar .print-pdf {
  display: none;
}
.share-bar .context-link {
  position: absolute;
  left: 0;
  display: block;
}
.share-bar .context-link:hover, .share-bar .context-link:active {
  text-decoration: underline;
  color: #7229D1;
}
.share-bar .context-link a {
  color: black;
  font-size: 20px;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}
.share-bar .context-link a:focus-visible {
  outline: 2px solid #0076a5;
}
.share-bar .context-link .ama__masthead__content__link {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-decoration: none;
  color: #46166B;
  padding: 0 7px;
  margin-left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 56.25em) {
  .share-bar {
    position: relative;
    z-index: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    background-color: transparent;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .share-bar .action-button {
    width: auto;
    height: 28px;
    padding: 6px 8px;
  }
  .share-bar .action-button .action-button__text {
    display: block;
  }
  .share-bar .action-button .action-button__duration {
    display: block;
  }
  .share-bar .share-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    bottom: auto;
    margin-top: 4px;
  }
  .share-bar .share-panel.share-panel--flip {
    left: auto;
    right: 0;
  }
  .share-bar .print-pdf {
    display: block;
  }
  .share-bar .context-link {
    display: none;
  }
}
.share-bar.is-fixed .action-button::before {
  height: 20px;
  width: 20px;
}
.share-bar.is-fixed .action-button svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 56.25em) {
  .share-bar.is-fixed {
    position: fixed;
    top: 250px;
    left: calc((100vw - 1260px) / 2 - 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    z-index: 1000;
    padding: 0;
    border: 0;
    gap: 21px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .share-bar.is-fixed.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .share-bar.is-fixed.at-footer, .share-bar.is-fixed.at-margin {
    opacity: 0;
    pointer-events: none;
  }
  .share-bar.is-fixed .action-button:not(.share-panel .action-button) {
    padding: 4px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .share-bar.is-fixed .action-button:not(.share-panel .action-button) .action-button__text,
  .share-bar.is-fixed .action-button:not(.share-panel .action-button) .action-button__duration {
    display: none;
  }
  .share-bar.is-fixed .action-button:not(.share-panel .action-button)::before {
    margin: 0;
  }
  .share-bar.is-fixed .action-button:not(.share-panel .action-button) svg {
    margin: 0;
  }
  .share-bar.is-fixed .share-panel {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 8px;
    margin-top: 0;
    right: auto;
  }
}
.share-bar.is-fading {
  opacity: 0;
}
.share-bar .action-unflag .action-button {
  background-color: transparent;
}
.share-bar a:focus-visible .action-button {
  outline: 2px solid #0076a5;
}
.share-bar a:focus .action-button {
  outline: 2px solid #0076a5;
}
.share-bar a:focus:not(:focus-visible) .action-button {
  outline: none;
}

.share-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}
@media (min-width: 56.25em) {
  .share-row {
    padding: 12px 0;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
  }
}
.share-row .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 56.25em) {
  .share-row .share {
    height: 36px;
  }
}
.share-row .share .share-bar {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (min-width: 56.25em) {
  .share-row .share .share-bar:not(.is-fixed) {
    position: static;
  }
}

@media (min-width: 56.25em) {
  .ama__news-article .share-row {
    border-top: 1px solid #ece7f0;
  }
}

.ama__news-article footer,
.ama__collection-item footer {
  margin-bottom: 48px;
}
@media (min-width: 56.25em) {
  .ama__news-article footer,
  .ama__collection-item footer {
    margin-bottom: 0;
  }
}

header.article-header {
  z-index: 99;
  position: relative;
}

.ama__subcategory-exploration {
  overflow: hidden;
  padding: 14px 0 7px 0;
}
@media (min-width: 37.5em) {
  .ama__subcategory-exploration {
    padding: 14px 0 7px 0;
  }
}
.ama__subcategory-exploration__list {
  overflow: visible;
}
@media (min-width: 75em) {
  .ama__subcategory-exploration__list {
    height: auto;
  }
}
.ama__subcategory-exploration__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 56.25em) {
  .ama__subcategory-exploration__list ul {
    margin-bottom: 14px;
  }
}
@media (min-width: 75em) {
  .ama__subcategory-exploration__list ul {
    margin-bottom: 0;
  }
}
.ama__subcategory-exploration__list li {
  list-style-type: none;
}
.ama__subcategory-exploration__list a,
.ama__subcategory-exploration__list div {
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.ama__subcategory-exploration__list a:hover,
.ama__subcategory-exploration__list div:hover {
  text-decoration: none;
}
.ama__subcategory-exploration__list div {
  line-height: 26px;
}

.ama__category__row .ama__masthead__content {
  border: none;
}

/**
 * Tab Container Component Styles
 *
 * Wraps a tablist header (row of tab buttons) and a content area for tab panels.
 * Panel visibility is managed by tab.js via ARIA + hidden attributes.
 */
.tab-container__tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/**
 * Teaser Share Bar Component Styles
 *
 * Layout only. Button styling owned by action-button atom.
 * Modal styling owned by share-button + share-panel molecules.
 */
a.index-page.ama__subcategory-page-article-stub {
  border-bottom: none;
  padding-bottom: 0;
}
a.index-page.ama__subcategory-page-article-stub--topics {
  border-bottom: none;
}
a.index-page.ama__subcategory-page-article-stub--topics .ama__subcategory-page-article-stub__text p.ama__subcategory-page-article-stub__subcategory {
  margin-bottom: 14px;
}
a.index-page.ama__subcategory-page-article-stub--topics .ama__subcategory-page-article-stub__text p {
  margin-bottom: 0;
}
a.index-page.ama__subcategory-page-article-stub--topics.ama__content-type-stub {
  border-bottom: none;
}

.teaser-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 7px;
  padding-bottom: 28px;
  border-bottom: 2px solid #CBCBCB;
  padding-top: 14px;
}
@media (min-width: 56.25em) {
  .teaser-bar {
    padding-top: 0;
  }
}
.teaser-bar .action-button {
  padding: 4px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.teaser-bar .action-button .action-button__text,
.teaser-bar .action-button .action-button__duration {
  display: none;
}
.teaser-bar .action-button::before {
  margin: 0;
}
.teaser-bar .action-button svg {
  margin: 0;
}
@media (min-width: 56.25em) {
  .teaser-bar .action-button {
    width: auto;
    height: 36px;
    padding: 6px 8px;
  }
  .teaser-bar .action-button .action-button__text,
  .teaser-bar .action-button .action-button__duration {
    display: block;
  }
}
.teaser-bar .share-panel {
  right: 0;
}
.teaser-bar .action-unflag .action-button {
  background-color: transparent;
}
.teaser-bar a:focus-visible .action-button {
  outline: 2px solid #0076a5;
}

.ama__forum .footer-full,
.ama__application .footer-full,
.ama__abstract .footer-full,
.ama__landing-page .footer-full {
  padding: 35px 0;
}
@media (min-width: 75em) {
  .ama__forum .footer-full,
  .ama__application .footer-full,
  .ama__abstract .footer-full,
  .ama__landing-page .footer-full {
    padding: 42px 0;
  }
}

.slim-footer {
  padding: 35px 0;
}
@media (min-width: 37.5em) {
  .slim-footer {
    padding: 38px 0;
  }
}
@media (min-width: 75em) {
  .slim-footer {
    padding: 63px 0 56px;
  }
}
@media (min-width: 37.5em) {
  .slim-footer.sub-only {
    padding: 42px 0;
  }
}
@media (min-width: 75em) {
  .slim-footer.sub-only {
    padding: 42px 0 35px;
  }
}

.site-header {
  width: 100%;
}
.site-header .bar {
  background-color: #ffffff;
  border-bottom: 1px solid #EDEDED;
  font-size: 14px;
}
@media (min-width: 37.5em) {
  .site-header .bar {
    font-size: 16px;
  }
}
.site-header .bar > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  min-height: 56px;
}
@media (min-width: 37.5em) {
  .site-header .bar > .container {
    min-height: 44px;
    padding: 14px;
  }
}
.site-header .bar .header-search {
  margin-left: auto;
}
@media (min-width: 56.25em) {
  .site-header .bar .header-search {
    margin-left: 0;
  }
}
.site-header .bar .member-link,
.site-header .bar .user-menu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.site-header .bar .ama_category_navigation_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.site-header .bar .ama_category_navigation_menu {
  display: none;
  width: calc(100vw - 70px);
}
.site-header .bar .ama_category_navigation_menu.open {
  display: block;
  -webkit-animation: ama-category-menu-open 200ms ease-out;
  animation: ama-category-menu-open 200ms ease-out;
}
.site-header .bar .ama_category_navigation_menu.closing {
  display: block;
  -webkit-animation: ama-category-menu-close 200ms ease-in forwards;
  animation: ama-category-menu-close 200ms ease-in forwards;
}
@media (min-width: 37.5em) {
  .site-header .bar .ama_category_navigation_menu {
    width: 250px;
  }
}
.site-header .bar .ama_category_navigation_menu ul.scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.site-header .bar .ama_category_navigation_menu ul.scroll .ama_category_navigation_menu__flyout {
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.site-header .bar .ama_category_navigation_menu li {
  position: static;
}

@-webkit-keyframes ama-category-menu-open {
  from {
    max-height: 0;
    overflow: hidden;
  }
  to {
    max-height: 100vh;
    overflow: hidden;
  }
}

@keyframes ama-category-menu-open {
  from {
    max-height: 0;
    overflow: hidden;
  }
  to {
    max-height: 100vh;
    overflow: hidden;
  }
}
@-webkit-keyframes ama-category-menu-close {
  from {
    max-height: 100vh;
    overflow: hidden;
  }
  to {
    max-height: 0;
    overflow: hidden;
  }
}
@keyframes ama-category-menu-close {
  from {
    max-height: 100vh;
    overflow: hidden;
  }
  to {
    max-height: 0;
    overflow: hidden;
  }
}
/*# sourceMappingURL=styles-component.css.map */
