@charset "UTF-8";
.gwt-body-edit,
body {
  background-color: transparent !important;
}

:root {
  --eprs_intro-text: var(--ui_text-muted);
  --eprs-shell-max-width: 1200px;
  --eprs-content-max-width: 56.889rem;
}

/* ========================================
   Latest desgin alignment 
======================================== */
html {
  font-size: 18px;
  background-color: #ffffff;
}

body.view-mode {
  font-family: "Europea", Arial, Helvetica, sans-serif;
  font-size: clamp(0.833rem, 0.8rem + 0.25vw, 0.889rem);
  line-height: 1.5;
  color: #1E1E1E;
}

h1,
.page__container__header h1,
.article__header__titles h1 {
  font-size: clamp(1.556rem, 1.3rem + 1vw, 1.889rem);
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.3;
}

.page__container__header h2 {
  font-size: clamp(1.333rem, 1.1rem + 1vw, 1.556rem);
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.3;
}

h2,
.article__header__titles h2 {
  font-size: 1.333rem;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.3;
}

h3,
.box > .box__title h3,
.box > h3,
.accordion-box__header__title h3,
.related-content__title h3 {
  font-size: 1.333rem;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.3;
  padding-bottom: 32px;
}

.accordion-box__header__title h3 {
  padding-bottom: 0;
}

.box > .box__title h3::before,
.box > h3::before {
  display: none;
}

.box > .box__title h3,
.box > h3 {
  padding-left: 0;
}

.related-content__title h3 {
  margin: 0 0 32px 0;
  padding-bottom: 0;
}

h4,
.text-block h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .text-block h4 {
    margin-left: 0;
    margin-right: 0;
  }
}

h5 {
  font-size: 0.889rem;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.3;
}

h6 {
  font-size: 0.778rem;
  font-weight: 700;
  color: #1E1E1E;
  line-height: 1.3;
}

a {
  color: #0C4DA2;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

p,
li,
.text-block,
.page__widget {
  font-size: 1rem;
  color: #1E1E1E;
  line-height: 1.4;
}

.text-block p,
.text-block li {
  margin-left: 0;
  margin-right: 0;
}

.text-block p {
  margin-bottom: 1rem;
}

.text-block ul,
.text-block ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  gap: 0.25rem;
}

.text-block li {
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}

.text-block ul > li::marker,
.text-block ol > li::marker {
  color: #1E1E1E;
}

.text-block ul ul > li::marker,
.text-block ol ol > li::marker {
  color: #555555;
}

.text-block ul ul ul > li::marker,
.text-block ol ol ol > li::marker {
  color: #7A868E;
}

.page__container {
  max-width: var(--eprs-content-max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 48px;
}

@media screen and (min-width: 992px) {
  .page__container {
    width: 100%;
    max-width: var(--eprs-content-max-width);
    padding: 0 2rem 48px;
  }
}

@media screen and (min-width: 1200px) {
  .page__container {
    width: 100%;
    max-width: var(--eprs-content-max-width);
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page__breadcrumb {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.page__breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.page__breadcrumb li a {
  background-color: transparent;
  padding: 0;
  color: #7A868E;
  text-decoration: none;
}

.page__breadcrumb li a:hover {
  color: #0C4DA2;
  text-decoration: underline;
}

.page__breadcrumb li + li::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-right: 1.5px solid #C8C8C8;
  border-top: 1.5px solid #C8C8C8;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.box,
.article-preview,
.eprs-research .research-link,
.accordion-box {
  border-radius: 4px;
}

.infographic-large__image,
.article__introduction__thumbnail,
.article-preview__image,
.media-carousel__slide .media__content {
  border-radius: 4px;
  overflow: hidden;
}

.infographic-large__image {
  overflow: visible;
  background-color: #F2F2F2;
}

.infographic-large__image img {
  border-radius: 4px;
}

.infographic-large .media__metadata {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0.75rem;
}

.infographic-large .media__metadata a {
  padding-left: 0;
}

.related-content .article-preview__content a {
  color: #0C4DA2;
  font-weight: 700;
  text-decoration: none;
}

.related-content .article-preview__content a:hover {
  text-decoration: underline;
}

.related-content__main-articles__item .article-preview__meta {
  border-bottom: none;
  margin-bottom: 0.75rem;
}

.article__introduction__thumbnail {
  margin-right: 2rem;
}

/*:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid #1E6CFF !important;
  outline-offset: 2px !important;
}*/

hr {
  border: none;
  border-top: 1px solid #C8C8C8;
  margin: 2rem 0;
}

.text-block mark {
  background-color: var(--eprs_primary-light-blue);
  color: var(--ui_light);
  padding: 0.4em 0.4em;
  margin: -0.2em 0 0.75em;
  border-radius: 0.2em;
  box-decoration-break: clone;
  vertical-align: baseline;
  display: inline-block;
  cursor: pointer;
}
/* Header + home hero tweaks (desktop only) */
@media screen and (min-width: 992px) {
  header .header-section {
    border-bottom: 0 !important;
    box-shadow: rgba(30, 30, 30, 0.3) 0px 2px 9px !important;
    position: relative !important;
    z-index: 10;
  }

  header .header-section.before-scrolling {
    position: relative !important;
    top: auto !important;
  }
}

html.header-no-hot-topics main {
  padding-top: 0 !important;
}


.progress-container {
  position: fixed;
  top: 4px;
  width: 100%;
}

/*.progress-container,
.progress-container__bar {
  display: none !important;
}*/

@media screen and (max-width: 767px) {
  footer.site-footer .site-footer__top {
    align-items: flex-start !important;
    gap: 1rem !important;
  }

  footer.site-footer .site-footer__logo {
    padding-bottom: 8px !important;
  }

  footer.site-footer .site-footer__menu {
    justify-content: flex-start !important;
    text-align: left;
    gap: 12px 20px;
    border-top: 0 !important;
  }

  footer.site-footer .site-footer__menu li {
    flex: 0 0 auto;
  }
}

.hover-draggable::before {
  display: none !important;
}

.stretched-link {
  position: relative;
}
.stretched-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Just in case `pointer-events: none` is set on a parent */
  pointer-events: auto;
  content: "";
  /* IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color */
  background-color: rgba(0, 0, 0, 0);
}

.edit-mode .deleted-overlay {
  border: none;
  background: repeating-linear-gradient(
      -45deg,
      rgba(50, 50, 50, 0.1),
      rgba(50, 50, 50, 0.1) 7px,
      rgba(255, 255, 255, 0.1) 7px,
      rgba(255, 255, 255, 0.1) 14px,
      rgba(0, 0, 0, 0.1) 14px
    )
    top left;
}

/*body:not(.user-is-tabbing)
  .facet-sidebar-container
  .facet-sidebar-toggle-button:focus {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}*/

/* evostrap overrides */
a:not(.btn):not([role=button]):visited {
  text-decoration: inherit !important;
  color: var(--ui_link-text) !important;
}

