/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}a{text-decoration:none;color:inherit;cursor:pointer}button{background-color:transparent;color:inherit;border-width:0;padding:0;cursor:pointer}figure{margin:0}input::-moz-focus-inner{border:0;padding:0;margin:0}ul,ol,dd{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}cite{font-style:normal}fieldset{border-width:0;padding:0;margin:0}[data-sal]{transition-duration:.2s;transition-delay:0s;transition-duration:var(--sal-duration, 0.2s);transition-delay:var(--sal-delay, 0s);transition-timing-function:var(--sal-easing, ease)}[data-sal][data-sal-duration="200"]{transition-duration:0.2s}[data-sal][data-sal-duration="250"]{transition-duration:0.25s}[data-sal][data-sal-duration="300"]{transition-duration:0.3s}[data-sal][data-sal-duration="350"]{transition-duration:0.35s}[data-sal][data-sal-duration="400"]{transition-duration:0.4s}[data-sal][data-sal-duration="450"]{transition-duration:0.45s}[data-sal][data-sal-duration="500"]{transition-duration:0.5s}[data-sal][data-sal-duration="550"]{transition-duration:0.55s}[data-sal][data-sal-duration="600"]{transition-duration:0.6s}[data-sal][data-sal-duration="650"]{transition-duration:0.65s}[data-sal][data-sal-duration="700"]{transition-duration:0.7s}[data-sal][data-sal-duration="750"]{transition-duration:0.75s}[data-sal][data-sal-duration="800"]{transition-duration:0.8s}[data-sal][data-sal-duration="850"]{transition-duration:0.85s}[data-sal][data-sal-duration="900"]{transition-duration:0.9s}[data-sal][data-sal-duration="950"]{transition-duration:0.95s}[data-sal][data-sal-duration="1000"]{transition-duration:1s}[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}[data-sal][data-sal-duration="2000"]{transition-duration:2s}[data-sal][data-sal-delay="50"]{transition-delay:0.05s}[data-sal][data-sal-delay="100"]{transition-delay:0.1s}[data-sal][data-sal-delay="150"]{transition-delay:0.15s}[data-sal][data-sal-delay="200"]{transition-delay:0.2s}[data-sal][data-sal-delay="250"]{transition-delay:0.25s}[data-sal][data-sal-delay="300"]{transition-delay:0.3s}[data-sal][data-sal-delay="350"]{transition-delay:0.35s}[data-sal][data-sal-delay="400"]{transition-delay:0.4s}[data-sal][data-sal-delay="450"]{transition-delay:0.45s}[data-sal][data-sal-delay="500"]{transition-delay:0.5s}[data-sal][data-sal-delay="550"]{transition-delay:0.55s}[data-sal][data-sal-delay="600"]{transition-delay:0.6s}[data-sal][data-sal-delay="650"]{transition-delay:0.65s}[data-sal][data-sal-delay="700"]{transition-delay:0.7s}[data-sal][data-sal-delay="750"]{transition-delay:0.75s}[data-sal][data-sal-delay="800"]{transition-delay:0.8s}[data-sal][data-sal-delay="850"]{transition-delay:0.85s}[data-sal][data-sal-delay="900"]{transition-delay:0.9s}[data-sal][data-sal-delay="950"]{transition-delay:0.95s}[data-sal][data-sal-delay="1000"]{transition-delay:1s}[data-sal][data-sal-easing=linear]{transition-timing-function:linear}[data-sal][data-sal-easing=ease]{transition-timing-function:ease}[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1)}[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(0.6, 0.04, 0.98, 0.335)}[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1)}[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(0.785, 0.135, 0.15, 0.86)}[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(0.95, 0.05, 0.795, 0.035)}[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1, 0, 0, 1)}[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(0.895, 0.03, 0.685, 0.22)}[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1)}[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(0.77, 0, 0.175, 1)}[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)}[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1)}[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(0.86, 0, 0.07, 1)}[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}[data-sal|=fade]{opacity:0;transition-property:opacity}[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}[data-sal|=slide]{opacity:0;transition-property:opacity,transform}[data-sal=slide-up]{transform:translateY(20%)}[data-sal=slide-down]{transform:translateY(-20%)}[data-sal=slide-left]{transform:translateX(20%)}[data-sal=slide-right]{transform:translateX(-20%)}[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}[data-sal=zoom-in]{transform:scale(0.5)}[data-sal=zoom-out]{transform:scale(1.1)}[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}[data-sal|=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}.ep-search__actions__start--active,.ep-home__journal--no-image .ep-home__journal__title,.ep-home__journals--text .ep-home__journal__title{overflow:visible;clip:auto;height:initial;width:initial}.ep-view__share__nav-toggle,.ep-view__share__button,.ep-view__text__details>header>.ep-view__btn-close,.ep-view__download__details>header>.ep-view__btn-close,.ep-view__btn-page-next,.ep-view__btn-page-prev,.ep-view__navigation__close,.ep-results__toolbar__toggle-filter,.ep-results__facets__toggle,.ep-results__facets__close,.ep-menu__close,.ep-volumes__info__close,.ep-volumes__info__toggle,.ep-header__menu__button,.ep-home__featured__prev>button,.ep-home__featured__next>button{text-align:left;background-color:transparent;padding:0;outline:0;border-radius:0;font-weight:normal;cursor:pointer}.share-facebook,.share-twitter,.share-pinterest,.share-google{text-decoration:none;width:2.8em;display:inline-block;text-align:center}.share-facebook:before,.share-twitter:before,.share-pinterest:before,.share-google:before{color:#fff}.share-twitter.button{background-color:#55acee}.share-twitter.button:active,.share-twitter.button:hover{background-color:#2795e9}.share-facebook.button{background-color:#4e69a2}.share-facebook.button:active,.share-facebook.button:hover{background-color:#3d5380}.share-pinterest.button{background-color:#bd081c}.share-pinterest.button:active,.share-pinterest.button:hover{background-color:#8c0615}.share-pinterest:before{font-size:1.3em}input[type=submit],button{display:inline-block;background-color:#4b8bc4;font-weight:500;border-radius:3px;padding:1em;border:0}.skiplinks a,.visually-hidden{position:absolute;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;margin:-1px}.ep-results__filter__list,.ep-results__facets__active,.ep-volumes__list,.ep-home__featured__list,.ep-home__classification__list,.ep-home__journals,.ep-accordion{list-style:none;padding-left:0}.ep-view__text__container>button>span,.ep-view__download__container>button>span,.ep-view__zoom__container>button>span,.ep-view__btn-page-next>span,.ep-view__btn-page-prev>span,.ep-result__page-number__label,.ep-search__query__submit>input[type=submit],.ep-home__classification--tags>.swiper-container>ol>li>input,.ep-home__classification--single>.swiper-container>ol>li>input,.ep-search__actions__start,.ep-home__journal .ep-home__journal__title,.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:0;padding:0;border:0}.ep-search__actions__start--active,.ep-home__journal--no-image .ep-home__journal__title,.ep-home__journals--text .ep-home__journal__title{overflow:visible;clip:auto;height:initial;width:initial}@keyframes rot{from{transform:translate3d(0, 0, 0) rotate(0deg)}to{transform:translate3d(0, 0, 0) rotate(359deg)}}.clearfix{content:" ";display:table;clear:both}.ep-search__actions__start{-webkit-appearance:none;appearance:none;border:1px solid #a8312e;color:#fff;border-color:#a8312e;background-color:#a8312e;display:inline-block;font:500 1em /1.5 "DIN Next",Helvetica,"Helvetica Neue",Arial,sans-serif;padding:.5em 1.5em;border-radius:3px}.ep-search__actions__start:active{background-color:#862725}.ep-search__actions__start:hover{color:#fff;text-decoration:none}.ep-search__actions__start:focus{color:#fff}.ep-results__filter__list,.ep-results__facets__active,.ep-volumes__list,.ep-home__featured__list,.ep-home__classification__list,.ep-home__journals,.ep-accordion{list-style:none;padding:0}@font-face{font-family:"DIN Next";src:url("/dist/fonts/DINNextW05-Regular.woff2") format("woff2"),url("/dist/fonts/DINNextW05-Regular.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"DIN Next";src:url("/dist/fonts/DINNextW05-Medium.woff2") format("woff2"),url("/dist/fonts/DINNextW05-Medium.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"DIN Next";src:url("/dist/fonts/DINNextW05-Light.woff2") format("woff2"),url("/dist/fonts/DINNextW05-Light.woff") format("woff");font-weight:300;font-style:normal}@font-face{font-family:"DIN Next";src:url("/dist/fonts/DINNextW05-Heavy.woff2") format("woff2"),url("/dist/fonts/DINNextW05-Heavy.woff") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"DIN Next";src:url("/dist/fonts/DINNextW05-Black.woff2") format("woff2"),url("/dist/fonts/DINNextW05-Black.woff") format("woff");font-weight:900;font-style:normal}body{font-family:"DIN Next",Helvetica,"Helvetica Neue",Arial,sans-serif;font-display:swap;line-height:1.3;color:#333}html.fonts-loaded h1,html.fonts-loaded h2,html.fonts-loaded h3{font-family:"DIN Next",Helvetica,"Helvetica Neue",Arial,sans-serif;font-weight:bold}h1,h2,h3{font-family:"DIN Next",Helvetica,"Helvetica Neue",Arial,sans-serif;font-weight:bold}h1{margin-top:0}h2{margin-top:.5em;line-height:1.4;color:#000;font-size:1.5em}h2+p{margin-top:1em}h4{font-weight:bold;font-size:1em}a{color:#a8312e}a:active,a:hover{color:#a8312e}svg use path,svg use polygon{fill:inherit;stroke:inherit}table{border:0}td{vertical-align:middle}tbody tr:hover{background-color:#edf3f9}tbody tr:hover>td:first-child{box-shadow:-2em 0 0 0 #edf3f9}tbody tr:hover>td:last-child{box-shadow:1.25em 0 0 0 #edf3f9}input{border:1px #b2b2b2 solid;padding:1em;color:#333}input::-webkit-input-placeholder{color:#777}input:-ms-input-placeholder{color:#777}input::placeholder{color:#777}input[type=password],input[type=text]{border-radius:3px;font-weight:500}input[type=password]:focus,input[type=text]:focus{outline-color:#4b8bc4}input[type=search]::-webkit-search-cancel-button{display:none;-webkit-appearance:none;appearance:none;width:.875em;height:.875em;background:transparent url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.4%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.2%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229.402px%22%20height%3D%229.481px%22%20viewBox%3D%220%200%209.402%209.481%22%20overflow%3D%22auto%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22red%22%20points%3D%229.402%2C0.901%208.594%2C0.078%204.67%2C3.926%200.822%2C0%200%2C0.808%203.846%2C4.732%20-0.079%2C8.58%200.728%2C9.402%0A%094.652%2C5.556%208.5%2C9.481%209.322%2C8.675%205.477%2C4.749%20%22%2F%3E%0A%3C%2Fsvg%3E') center no-repeat;background-size:100%}label{font-weight:normal;margin-right:1em}select{padding:.5em 3em .5em .75em;border-radius:0;background-color:#f5f5f5;background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037.334%2039%22%3E%3Ctitle%3Eselect-arrow-red%3C%2Ftitle%3E%3Cpolygon%20points%3D%2216%2023.961%209.034%2016.995%209.741%2016.288%2016%2022.547%2022.07%2016.478%2022.777%2017.185%2016%2023.961%22%20fill%3D%22%23a8312e%22%2F%3E%3C%2Fsvg%3E');background-position:right center;background-repeat:no-repeat;background-size:contain;border:1px #b2b2b2 solid;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;height:2.5em;font-weight:normal;color:#333;cursor:pointer}select:focus{color:#000;border-color:#4b8bc4}legend{font-weight:bold;font-size:.875em;padding:.5em 0;border:0;color:#575756;margin:0}label{display:inline-block}label.invisible{display:none}html.ie select{padding:0;line-height:32px;background:none}select::-ms-expand{display:none}input[type=button],input[type=submit]{-webkit-appearance:none;appearance:none;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:.75em 1em;cursor:pointer}input[type=button]{color:#333}.ep-accordion__content--collapsed,.ep-accordion__content[aria-hidden=true]{max-height:0;overflow:hidden}/*! nouislider - 14.1.1 - 12/15/2019 */.noui-target,.noui-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noui-target{position:relative}.noui-base,.noui-connects{width:100%;height:100%;position:relative;z-index:1}.noui-connects{overflow:hidden;z-index:0}.noui-connect,.noui-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noui-connect{height:100%;width:100%}.noui-origin{height:10%;width:10%}.noui-txt-dir-rtl.noui-horizontal .noui-origin{left:0;right:auto}.noui-vertical .noui-origin{width:0}.noui-horizontal .noui-origin{height:0}.noui-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noui-touch-area{height:100%;width:100%}.noui-state-tap .noui-connect,.noui-state-tap .noui-origin{-webkit-transition:transform .3s;transition:transform .3s}.noui-state-drag *{cursor:inherit !important}.noui-horizontal{height:18px}.noui-horizontal .noui-handle{width:34px;height:28px;right:-17px;top:-6px}.noui-vertical{width:18px}.noui-vertical .noui-handle{width:28px;height:34px;right:-6px;top:-17px}.noui-txt-dir-rtl.noui-horizontal .noui-handle{left:-17px;right:auto}.noui-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noui-connects{border-radius:3px}.noui-connect{background:#3fb8af}.noui-draggable{cursor:ew-resize}.noui-vertical .noui-draggable{cursor:ns-resize}.noui-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default}.noui-handle:before,.noui-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noui-handle:after{left:17px}.noui-vertical .noui-handle:before,.noui-vertical .noui-handle:after{width:14px;height:1px;left:6px;top:14px}.noui-vertical .noui-handle:after{top:17px}[disabled] .noui-connect{background:#b8b8b8}[disabled].noui-target,[disabled].noui-handle,[disabled] .noui-handle{cursor:not-allowed}.noui-pips,.noui-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noui-pips{position:absolute;color:#999}.noui-value{position:absolute;white-space:nowrap;text-align:center}.noui-value-sub{color:#ccc;font-size:10px}.noui-marker{position:absolute;background:#ccc}.noui-marker-sub{background:#aaa}.noui-marker-large{background:#aaa}.noui-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noui-value-horizontal{-webkit-transform:translate(-50%, 50%);transform:translate(-50%, 50%)}.noui-rtl .noui-value-horizontal{-webkit-transform:translate(50%, 50%);transform:translate(50%, 50%)}.noui-marker-horizontal.noui-marker{margin-left:-1px;width:2px;height:5px}.noui-marker-horizontal.noui-marker-sub{height:10px}.noui-marker-horizontal.noui-marker-large{height:15px}.noui-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noui-value-vertical{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);padding-left:25px}.noui-rtl .noui-value-vertical{-webkit-transform:translate(0, 50%);transform:translate(0, 50%)}.noui-marker-vertical.noui-marker{width:5px;height:2px;margin-top:-1px}.noui-marker-vertical.noui-marker-sub{width:10px}.noui-marker-vertical.noui-marker-large{width:15px}.noui-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noui-horizontal .noui-tooltip{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);left:50%;bottom:120%}.noui-vertical .noui-tooltip{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);top:50%;right:120%}.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none !important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:hover,.choices[data-type*=select-one] .choices__button:focus{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0px 0px 0px 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=text] .choices__button:hover,.choices[data-type*=text] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.choices__list--multiple .choices__item{background-color:#4b8bc4;font-size:1em;padding-left:1em;font-weight:500;border-radius:4em}.choices__list--multiple .choices__item[data-deletable]{padding-right:1em}@media(max-width: 68.74em){.choices__list--multiple .choices__item{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;display:inline-block;border-radius:3px;font-size:.875em}}.choices.is-focused .choices__inner{border-color:#4b8bc4;border-width:1px}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{margin-left:1em;border-left:1px solid #93b9dc;padding:.5em .5em .5em 1.25em;width:auto;margin-right:-0.5em;background-size:.75em}.content-page #main{background:#fff;display:flex;justify-content:center;padding-bottom:4em}.content-page .site-content{background:#fff;max-width:45em;width:45em;padding:1em 2em;min-height:80vh}.content-page .site-content h1{margin-top:1.5em;font-weight:500}.content-page .site-content h2{margin-top:1em;font-weight:500}.content-page .site-content h3{font-weight:500}.content-page .site-content p{line-height:1.5}.content-page .site-content h1,.content-page .site-content h2,.content-page .site-content h3,.content-page .site-content li,.content-page .site-content p{color:#333}.content-page .site-content h1+p,.content-page .site-content h2+p,.content-page .site-content h3+p,.content-page .site-content li+p,.content-page .site-content p+p{margin-bottom:.75em}.content-page .site-content h1+p{margin-top:1.5em}.content-page .site-content h3{margin-top:3em}.content-page .site-content h3+p{margin-top:.75em}@media(max-width: 68.74em){.content-page .site-content{min-width:100%}}.ep-search__query__text{flex:1}.ep-home__journals{margin:1em 2em;padding:1em 0;counter-reset:journal;overflow:hidden;display:flex;flex-wrap:wrap;display:grid;grid-template-columns:repeat(5, 1fr);grid-template-rows:1fr;grid-column-gap:1em;grid-row-gap:1em}@media(max-width: 68.74em){.ep-home__journals{margin:0 1em 1em 1em;grid-template-columns:repeat(4, 1fr)}}@media(max-width: 63.99em){.ep-home__journals{margin:0 1em 1em 1em;grid-template-columns:repeat(3, 1fr)}}@media(max-width: 47.99em){.ep-home__journals{margin:0 1em 1em 1em;grid-template-columns:repeat(3, 1fr)}}.ep-home__journal{flex-basis:20%;grid-column:auto;display:flex}.ep-home__journals--text{grid-template-columns:1fr;grid-row-gap:0}.ep-home__journals--text .ep-home__journal{margin-bottom:.25em}.ep-home__journals--text .ep-home__journal__link{display:block;padding-bottom:0;height:100%}.ep-home__journals--text .ep-home__journal__link:hover>.ep-home__journal__title,.ep-home__journals--text .ep-home__journal__link:active>.ep-home__journal__title{color:#a8312e}.ep-home__journals--text .ep-home__journal__link:hover>.ep-home__journal__title>span,.ep-home__journals--text .ep-home__journal__link:active>.ep-home__journal__title>span{border-bottom:2px solid #a8312e}.ep-home__journals--text .ep-home__journal__link:hover>.ep-home__journal__title>svg,.ep-home__journals--text .ep-home__journal__link:active>.ep-home__journal__title>svg{transform:rotate3d(0, 0, 1, -90deg) translate3d(0, 50%, 0);opacity:1;transition:transform .5s ease-out,opacity .5s ease-out}.ep-home__journals--text .ep-home__journal__title{position:relative;font-size:1em;padding:.5em 0;display:flex;align-items:center}.ep-home__journals--text .ep-home__journal__title>span{display:inline-block;border-bottom:2px solid transparent;margin-right:.5em}.ep-home__journals--text .ep-home__journal__title>svg{transition:transform .5s ease-in,opacity .5s ease-in;transform:rotate3d(0, 0, 1, -90deg) translate3d(0, -50%, 0);opacity:0}.ep-home__journals--text .ep-home__journal--no-image{border:0}.ep-home__journals--text .ep-home__journal--no-image .ep-home__journal__title{position:relative;padding:.5em 0}.ep-home__journals--text .ep-home__journal__cover{padding-bottom:0}.ep-home__journals--text .ep-home__journal__image{display:none}.ep-home__journal{counter-increment:journal;margin-bottom:1em}@media(max-width: 34.99em){.ep-home__journal{margin-bottom:0}}.ep-home__journal__article{width:100%;text-align:center}.ep-home__journal--no-image{border:1px solid #b2b2b2}.ep-home__journal--no-image .ep-home__journal__title{position:relative;padding:.5em .75em;font-weight:500}.ep-home__journal--no-image .ep-home__journal__title>svg{opacity:0}.ep-home__journal__link{display:block;width:100%;height:100%}.ep-home__journal__cover{position:relative;display:block;height:0;margin:0 auto;padding-bottom:100%;max-width:100%}.ep-home__journal__link--placeholder{position:relative;display:block;height:0;padding-bottom:100%;overflow:hidden}.ep-home__journal__link--placeholder .ep-home__journal__title{position:absolute;left:0;top:0;width:100%;height:auto;line-height:1.1;display:inline-block}.ep-home__journal__link--placeholder .ep-home__journal__title>svg{vertical-align:middle}.ep-home__journal__image{position:absolute;width:100%;bottom:0;left:50%;transform:translateX(-50%);box-shadow:0 0 15px rgba(0,0,0,.3);transition:box-shadow .15s ease-in}.ep-home__journal__image:hover,.ep-home__journal__image:active{box-shadow:0 0 20px rgba(0,0,0,.6);transition:box-shadow .2s ease-out}.ep-home__journal__title{margin-top:1em;display:block;text-align:left;font-size:.8125em;font-weight:500;letter-spacing:.01em;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;hyphenate-limit-chars:10 4 4;line-height:1.3;color:#333}@media(max-width: 34.99em){.ep-home__journal__title>svg{display:none}}.ep-home__main{background-color:#fff;padding-top:0}@media(max-width: 68.74em){.ep-home__main{padding-top:1.5em}}.ep-home__main__actions{display:flex;align-items:center;padding:0 1.75em;margin:1em 0 0 0}.ep-home__main__actions>h2{flex:1;font-size:1.25em;margin:0;color:#333;letter-spacing:.01em;font-weight:normal}@media(max-width: 68.74em){.ep-home__main__actions{width:100%;padding:0 1em;margin:0}.ep-home__main__actions>h2{font-size:1em}}.ep-home__display-mode{padding:0}.ep-home__display-mode>legend{left:0}.ep-home__display-mode>label,.ep-home__display-mode>input{cursor:pointer}.ep-home__display-mode>label{display:inline-flex;align-items:center}.ep-home__display-mode>label>span{margin-left:.5em}@media(max-width: 68.74em){.ep-home__display-mode{margin-right:0}.ep-home__display-mode>label:last-child{margin-right:0}.ep-home__display-mode>label>span{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:0;padding:0;border:0}.ep-home__display-mode>label>svg{width:1.5em;height:1.5em}}.ep-aria-radio{position:absolute;clip:rect(0, 0, 0, 0)}.ep-aria-radio:checked+label:after{position:absolute;content:"";top:calc(.75em - 2px);left:calc(-2em + 2px + .25em);transform:translate(0, -50%);background-color:#333;width:.5em;height:.5em;border-radius:.25em}.ep-aria-radio+label:before{position:absolute;left:-2em;content:" ";display:inline-block;vertical-align:middle;width:1em;height:1em;border-radius:50%;border:2px solid #333;background:transparent;line-height:.65;cursor:pointer}.ep-home__display-mode+label{color:#777}.ep-home__display-mode+label>svg path{fill:#777}.ep-home__display-mode:checked+label{color:#a8312e}.ep-home__display-mode:checked+label>svg path{fill:#a8312e}.ep-home__no-results{display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:2em}.ep-home__no-results--hidden{display:none}.ep-home__no-results__text{color:#777}.ep-search__actions{order:1}.ep-search__actions__start{padding-left:1em;padding-right:1em;right:0}.ep-search__actions__start--active{position:relative;height:100%;width:auto;transition:opacity .2s ease-out}.ep-home__classification{overflow:hidden;background-color:#fff;max-width:100%;margin-top:0;margin-bottom:1.5em;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.ep-home__classification .swiper-container{position:relative}.ep-home__classification__list{display:flex;padding:calc(.5em - 4px) 1.5em;padding:.5em 1.5em;margin:0}@media(max-width: 68.74em){.ep-home__classification__list{padding:.5em 1em}}.ep-home__classification__item{position:relative;margin-right:.5em}.ep-home__classification--single>.swiper-container>ol>li>input:focus+label{border:1px solid #4b8bc4}.ep-home__classification--single>.swiper-container>ol>li.ep-home__classification__item--active{background:none}.ep-home__classification--single>.swiper-container>ol>li.ep-home__classification__item--active>label{position:relative}.ep-home__classification--single>.swiper-container>ol>li.ep-home__classification__item--active>label:before{content:"";position:absolute;bottom:0;left:0;right:0;height:.125em}.ep-home__classification--single>.swiper-container>ol>li>label{display:inline-flex;align-items:center;font-weight:500;color:#575756;margin:0;height:2.5em;padding:.5em .5em;white-space:nowrap;cursor:pointer;transition:.25s background-color ease-out,.25s color ease-out,.25s padding ease-in;will-change:padding;transform:translate3d(0, 0, 0)}.ep-home__classification--single>.swiper-container>ol>li>label>span+span{margin-left:.5em}.ep-home__classification--tags>.swiper-container>ol>li:hover>label{background-color:#81aed6;border-color:#81aed6;color:#fff;transition:.15s background-color ease-in,.15s color ease-in}.ep-home__classification--tags>.swiper-container>ol>li:hover .ep-home__classification__count{color:#c9dced}.ep-home__classification--tags>.swiper-container>ol>li.ep-home__classification__item--active>label{background-color:#4b8bc4;border-color:#4b8bc4;color:#fff;transition:.15s background-color ease-in,.15s color ease-in}.ep-home__classification--tags>.swiper-container>ol>li>input:focus+label{text-decoration:underline}.ep-home__classification--tags>.swiper-container>ol>li>label{display:inline-flex;align-items:center;border-radius:3em;font-weight:500;color:#4b8bc4;margin:0;height:2.5em;padding:.5em 1.25em;background-color:transparent;background-color:#fff;white-space:nowrap;cursor:pointer;transition:.25s background-color ease-out,.25s color ease-out,.25s padding ease-in;will-change:padding;transform:translate3d(0, 0, 0)}.ep-home__classification--tags>.swiper-container>ol>li>label>span+span{margin-left:.5em}.ep-home__classification__count{color:#b3b3b3;font-variant-numeric:oldstyle-nums;font-variant-numeric:normal}.ep-home__classification__next,.ep-home__classification__prev{display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.8);position:absolute;width:2.625em;height:100%;top:0;transition:opacity .15s ease-in}.ep-home__classification__next svg,.ep-home__classification__prev svg{width:1.5em;height:1.5em}.ep-home__classification__next svg path,.ep-home__classification__prev svg path{fill:#a8312e}.ep-home__classification__next.swiper-button-disabled,.ep-home__classification__prev.swiper-button-disabled{opacity:0;transition:opacity .2s ease-out}@media(pointer:coarse){.ep-home__classification__next,.ep-home__classification__prev{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:0;padding:0;border:0}}.ep-home__classification__prev{left:0}.ep-home__classification__next{right:0}.ep-home__classification__item:first-child input:checked+label{padding-left:1.25em}.ep-home__classification__item:last-child{padding-right:3em}.ep-home__classification__item input[type=checkbox]:checked+label{background-color:#4b8bc4;color:#fff;padding-left:1.25em;padding-right:1.25em;transition:.15s background-color ease-in,.15s color ease-in,.15s padding ease-in}.ep-home__classification__item input[type=checkbox]:checked+label .ep-home__classification__count{color:#c9dced}.ep-home__featured{position:relative;overflow:hidden;max-width:100%;padding:2em 0;transition:transform .4s ease-in}.ep-home__featured>h2{font-size:1.25em;margin:0 1.5em 1em 1.5em;letter-spacing:.01em;color:#fff;color:#000;font-weight:400}@media(max-width: 68.74em){.ep-home__featured{padding:1.5em 0}.ep-home__featured>h2{font-size:1em;margin:0 1em 1em 1em}}.ep-home__featured--hidden{display:none}.ep-home__featured--hidden+.ep-home__main{padding-top:0}.ep-home__featured__list{display:flex;flex-wrap:nowrap;padding-left:2em}.ep-home__featured__item:last-child{padding-right:3rem}.ep-home__featured__cover{display:inline}.ep-home__featured__cover>img{width:auto;height:100%}.ep-home__featured__cover>img.ls-blur-up-img{left:50%;transform:translate3d(-50%, 0, 0)}.ls-blur-up-img,.mediabox-img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.ls-blur-up-img{-webkit-filter:blur(10px);filter:blur(10px);opacity:1;transition:opacity 1000ms,-webkit-filter 1500ms;transition:opacity 1000ms,filter 1500ms;transition:opacity 1000ms,filter 1500ms,-webkit-filter 1500ms}.ls-blur-up-img.ls-inview.ls-original-loaded{opacity:0;-webkit-filter:blur(5px);filter:blur(5px)}.ep-home__featured__journal{position:relative;margin-right:1rem;height:10em}.ep-home__featured__journal>h3{font-size:.8125em;font-weight:bold;line-height:1.25;letter-spacing:.015em;color:#333;max-height:3.75em;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;display:-webkit-box;height:3.75em;margin-top:1em}.ep-home__featured__journal>h3>.ep-home__featured__link{color:#333}.ep-home__featured__sizer{visibility:hidden}.ep-home__featured__link{position:absolute;top:0;bottom:0;left:0;right:0}.ep-home__featured__prev,.ep-home__featured__next{position:absolute;top:0;bottom:0;z-index:1;background:rgba(255,255,255,.5);width:2.625em}.ep-home__featured__prev.swiper-button-disabled,.ep-home__featured__next.swiper-button-disabled{display:none}.ep-home__featured__prev>button,.ep-home__featured__next>button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;justify-content:center}.ep-home__featured__next{right:0}.ep-home__featured__prev{left:0}html{background-color:#000}body{background-color:#fff;overflow-y:auto;font-family:"DIN Next",Helvetica,"Helvetica Neue",Arial,sans-serif}*{-webkit-box-sizing:border-box;box-sizing:border-box}.overlay{position:fixed;z-index:200;top:0;bottom:0;left:0;right:0;background-color:#000;opacity:0;transition:opacity .3s ease-out;visibility:hidden}.overlay.active{visibility:visible;opacity:.7}.ep-header{position:relative;z-index:10}.ep-header.ep-header--advanced-search-open{z-index:12}.ep-header__identity{position:relative;z-index:9;background:#fff}.ep-header__identity .ep-header__logo polygon,.ep-header__identity .ep-header__logo path{fill:#000}.ep-header__identity .ep-header__menu path{fill:#a8312e}.ep-header__menu__button{display:flex;align-items:center;padding:1em 2em 1em 1em;height:4.5em;color:#a8312e}.ep-header__menu__button>span+svg{margin-left:.75em}.ep-header__identity--large .ep-header__menu__button{padding-right:0}@media(max-width: 68.74em){.ep-header__menu__button{padding:.5em 1em;height:3.125em}.ep-header__menu__button>svg{max-width:3.125em}.ep-header__menu__button>span{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:0;padding:0;border:0}}.ep-header__identity--small{display:flex;align-items:center;justify-content:space-between;padding-left:2em;background:#fff;height:4.5em}.ep-header__identity--small .ep-header__identity__container{flex:0}.ep-header__identity--small .ep-header__identity__eth{line-height:1;font-size:1em;display:flex}.ep-header__identity--small .ep-header__identity__eth svg{width:6em;max-height:4.5em}.ep-header__identity--small h1{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:1em;font-weight:normal;color:#a8312e;margin:0}.ep-header__identity--small h1>a{color:#fff}.ep-header__identity--small h1 .ep-header__identity__sub{display:none}.ep-header__identity--small .ep-header__identity__main{font-size:1em;font-weight:500}.ep-header__identity--small .ep-header__identity__service{display:none}@media(max-width: 68.74em){.ep-header__identity--small{padding-left:1em}.ep-header__identity--small h1{font-size:.875em}.ep-header__identity--small .ep-header__identity__eth svg{width:4.75em;height:3.125em}}.ep-header__identity--large{display:flex;align-items:center;justify-content:space-between;padding:1.5em 2em 0 2em;background:#fff}.ep-header__identity--large .ep-header__identity__container{display:flex}.ep-header__identity--large .ep-header__identity__container>button{flex:1;text-align:right}.ep-header__identity--large .ep-header__identity__eth{display:block;margin:0}.ep-header__identity--large .ep-header__identity__eth svg{height:100%;width:10em;fill:#000}.ep-header__identity--large .ep-header__identity__small{display:none}.ep-header__identity--large>h1{font-size:1.75em;font-weight:200;margin:.25em 0}.ep-header__identity--large>h1>a{display:inline-block;color:#fff}.ep-header__identity--large .ep-header__identity__main{display:block;font-weight:bold}@media(max-width: 68.74em){.ep-header__identity--large{padding:1em 1em .5em 1em}.ep-header__identity--large .ep-header__identity__eth svg{width:8em}}.ep-header__identity__lead{position:relative;z-index:8;padding:0 2em 0 2em;background:#fff}.ep-header__identity__lead h1{font-size:1.5em;font-weight:normal;margin-bottom:.25em}.ep-header__identity__lead h1>a{color:#fff}@media(max-width: 68.74em){.ep-header__identity__lead{padding:1em}.ep-header__identity__lead h1{font-size:1.25em;line-height:1.2;margin-bottom:.5em}}.ep-header--large .ep-header__identity__service,.ep-header__identity__sub,.ep-header__identity__main{font-size:100%;-webkit-text-size-adjust:100%;font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased}.ep-header__identity__main{display:block;text-align:center;color:#a8312e;font-weight:700;font-size:2em}.ep-header__identity__sub{color:#a8312e;text-align:center;display:block;font-weight:500}.ep-header--large .ep-header__identity__service{color:#bfbfbf;font-weight:bold;font-size:1em;padding-bottom:.9230769231em}.ep-header--large .ep-header__identity__service>a{text-align:center;color:gray;display:block;text-style:italic;font-weight:normal}@media(max-width: 68.74em){.ep-header--large .ep-header__identity__service{padding-bottom:1.2307692308em}}.ep-volumes__header{display:flex;flex-direction:column}.ep-volumes__content{background-color:#fff;padding-top:2em}@media(max-width: 68.74em){.ep-volumes__content{padding-top:1em}}.ep-volumes__title{order:1;font-size:1.75em;font-weight:500;line-height:1.3;text-align:center;padding:0 2em;color:#333}@media(max-width: 68.74em){.ep-volumes__title{font-size:1.25em;line-height:1.2;padding:0 1em;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.ep-volumes__nav{position:relative;display:flex;justify-content:center;align-items:center;order:0;padding:0 2em;min-height:1.2em}@media(max-width: 68.74em){.ep-volumes__nav{padding:0 1em}}.ep-volumes__years{flex:0;text-align:center;white-space:nowrap;color:#858585}@media(max-width: 68.74em){.ep-volumes__years{font-size:.875em;position:relative;left:0;transform:none}}.ep-volumes__nav__next,.ep-volumes__nav__prev{width:1.25em;height:1.25em;margin-top:.05em}.ep-volumes__nav__prev{margin-right:1em}.ep-volumes__nav__next{transform:rotate(-180deg);margin-left:1em}.ep-volumes__info{order:2;margin:0 auto;max-width:50em;display:flex;flex-direction:column}.ep-volumes__info h3{font-size:1em;font-weight:500}.ep-volumes__info__actions{display:flex;justify-content:center}.ep-volumes__info__toggle{color:#a8312e;display:flex;align-items:center;padding:1em 0}.ep-volumes__info__toggle>svg{transform:rotate3d(0, 0, 0, 180deg);transition:transform .3s ease-out}.ep-volumes__info__toggle[aria-expanded=true]>svg{transform:rotate3d(1, 0, 0, 180deg);transition:transform .3s ease-out}.ep-volumes__info__toggle>span{margin-right:.5em}.ep-volumes__info__toggle>svg{width:1.5em;height:1.5em}.ep-volumes__info__toggle:focus,.ep-volumes__info__toggle:active,.ep-volumes__info__toggle:hover{background:none}.ep-volumes__info__toggle:focus:before,.ep-volumes__info__toggle:active:before,.ep-volumes__info__toggle:hover:before{content:"";position:absolute;border-bottom:2px solid #a8312e;bottom:0}.ep-volumes__info__content .ep-partner-logo{margin:0 0 1em 0;width:100%}.ep-volumes__info__content .ep-partner__text{color:#333;margin-bottom:2em;font-weight:500}.ep-volumes__info__content h1{display:none}.ep-volumes__info__content h2,.ep-volumes__info__content h3{margin:2em 0 .5em 0;font-size:1em;font-weight:500;color:#333}.ep-volumes__info__content p{line-height:1.5;color:#333}.ep-volumes__info__content p+p{margin-top:.5em}.ep-volumes__info__content table{table-layout:fixed;width:100%;border-spacing:0}.ep-volumes__info__content table>tbody>tr:last-child>td{border-bottom:0}.ep-volumes__info__content table>tbody>tr>td{padding:.375em 1em;border-bottom:1px solid #e6e6e6;font-size:.875em;vertical-align:top;color:#333}.ep-volumes__info__content table>tbody>tr>td:first-child{color:#333;padding-left:0;padding-right:0;width:10em;font-weight:500;border-right:1px solid #e6e6e6}.ep-volumes__info__content table+table{margin-top:1em}@media(max-width: 68.74em){.ep-volumes__info__content table>tbody>tr>td:first-child{width:6em}}.ep-volumes__info__footer{display:flex;justify-content:center;padding:2em 0}.ep-volumes__info__content-container{padding:2em}@media(max-width: 68.74em){.ep-volumes__info__content-container{padding:1em}.ep-volumes__info__content-container>p{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.ep-volumes__info__close{width:1.5em;height:1.5em}.ep-volumes__info__close:active,.ep-volumes__info__close:focus,.ep-volumes__info__close:hover{background:none}.ep-volumes__info__close>svg{width:100%;height:100%}.ep-volumes__info__close>svg path{fill:#a8312e}.ep-volumes__list{position:relative;overflow:hidden;max-width:100%;padding:2em 2.5em 0 2.5em;display:flex;flex-wrap:wrap}@media(max-width: 68.74em){.ep-volumes__list{padding:1.5em 1em 0 1em}}.ep-volumes__list__item{position:relative;justify-self:stretch;transition:background-color .3s ease-in}.ep-volumes__list__item:hover img{box-shadow:0 1px 1em rgba(0,0,0,.2)}.ep-volumes__volume{position:relative;display:flex;flex-direction:column;margin-top:1em}.ep-volumes__volume figure{position:relative;height:0;padding-bottom:calc(125% - 1.5em);margin:0 .75em}.ep-volumes__volume img{position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);flex:1;width:100%;height:auto;max-width:100%;background-color:#e6e6e6;box-shadow:0px 1px .25em rgba(0,0,0,.5)}.ep-volumes__volume__cover--portrait img{height:100%;width:auto}.ep-volumes__volume__cover--landscape img{height:auto;width:100%}.ep-volumes__volume__cover{margin-bottom:0;flex:1;display:flex;align-items:flex-end}.ep-volumes__volume__cover>img{z-index:2}.ep-volumes__volume__cover>.ep-volumes__volume__stacked--1{z-index:1;transform:translate(calc(0.25em - 50%), -0.25em);opacity:.5;transition:transform .2s ease-in,opacity .2s ease-in}.ep-volumes__volume__cover>.ep-volumes__volume__stacked--2{z-index:0;transform:translate(calc(0.5em - 50%), -0.5em);opacity:.4;transition:transform .2s ease-in,opacity .2s ease-in}.ep-volumes__volume__anchor{position:relative}.ep-volumes__volume__anchor:before{position:absolute;content:"";width:1.5em;height:1.5em;left:50%;top:0;background:#e6e6e6;opacity:0;transition:transform .2s ease-in,opacity .2s ease-in;transform:translate(-50%, 0) rotate(45deg) scaleY(0)}.ep-volumes__list__item--expanded{margin-bottom:1.5em;z-index:1;transform:translate3d(0, 0, 0)}.ep-volumes__list__item--expanded .ep-volumes__volume__anchor{overflow:visible}.ep-volumes__list__item--expanded .ep-volumes__volume__anchor:before{position:absolute;content:"";width:1.5em;height:1.5em;left:50%;top:0;opacity:1;background:#e6e6e6;transition:transform .3s ease-out;transform:translate3d(-50%, -0.5em, 0) rotate(45deg) scaleY(1)}.ep-volumes__list__item--expanded .ep-volumes__volume__stacked--1{transform:translate3d(calc(0.5em - 50%), -0.5em, 0);opacity:1;transition:transform .25s ease-out,opacity .25s ease-out}.ep-volumes__list__item--expanded .ep-volumes__volume__stacked--2{transform:translate3d(calc(1em - 50%), -1em, 0);opacity:1;transition:transform .25s ease-out,opacity .25s ease-out}@media(max-width: 68.74em){.ep-volumes__list__item--expanded .ep-volumes__volume__stacked--1{transform:translate3d(calc(0.5em - 50%), -0.5em, 0)}.ep-volumes__list__item--expanded .ep-volumes__volume__stacked--2{transform:translate3d(calc(1em - 50%), -1em, 0)}}.ep-volumes__volume__issues{position:relative;background-color:#575756;background-color:#e6e6e6;top:0;margin-left:-2.5em;width:calc(600% + 5em);max-height:0;overflow:hidden;transition:max-height .5s ease-out}.ep-volumes__volume__issues[aria-hidden=true] img{display:none}.ep-issue figure{display:flex;justify-content:center}.ep-issue__cover--landscape img{width:100%;height:auto}.ep-issue__cover--portrait img{height:100%;width:auto}.ep-issue__locked>figure{position:relative}.ep-issue__locked>figure>img{opacity:.3}.ep-issue__locked>figure>svg{position:absolute;top:50%;left:50%;width:20%;transform:translate(-50%, -50%);z-index:1;fill:#fff}.ep-volumes__volume--locked>figure>img{-webkit-filter:brightness(0.65);filter:brightness(0.65)}.ep-volumes__volume--locked>figure>svg{position:absolute;top:50%;left:50%;width:20%;transform:translate(-50%, -50%);z-index:9;fill:#fff}.ep-issue__caption{margin:1em .75em;color:#000;font-weight:500;text-align:center;font-size:.875em;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;letter-spacing:.025em;overflow:hidden;max-width:100%;word-break:break-word}.ep-issue__caption>span{color:#000}@media(max-width: 68.74em){.ep-issue__caption{margin:.5em .5em 1em .5em;font-size:.8125em;line-height:1;max-height:3.25em;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;display:-webkit-box}}.ep-volumes__volume__caption{font-size:.875em;font-weight:500;color:#777;margin:.5em 0 1em 0;padding:.5em 1em;text-overflow:ellipsis;max-width:100%;white-space:nowrap;display:flex;align-items:center;justify-content:center}.ep-volumes__volume__caption>span+svg{margin-left:1em}.ep-volumes__volume__caption>svg{width:1.5em;height:1.5em;fill:#777}.ep-volumes__list__item--expanded{margin-bottom:0}.ep-volumes__list__item--expanded>.ep-volumes__volume__anchor>.ep-volumes__volume__issues{transition:max-height .7s ease-in-out;max-height:9999px}.ep-issues{max-width:100%;padding:2em 2.5em;display:grid}.ep-issue figure{position:relative;height:0;padding-bottom:calc(125% - 1.5em);margin:0 .75em}.ep-issue figure>img{position:absolute;bottom:0;box-shadow:0 1px 1em rgba(0,0,0,.2)}.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 6 + 5em)}.ep-volumes__list__item{flex:0 0 16.6666666667%;max-width:16.6666666667%}.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__list__item:nth-child(6n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(6n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(6n+3) .ep-volumes__volume__issues{margin-left:calc(-100% * (3 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(6n+4) .ep-volumes__volume__issues{margin-left:calc(-100% * (4 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(6n+5) .ep-volumes__volume__issues{margin-left:calc(-100% * (5 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(6n+6) .ep-volumes__volume__issues{margin-left:calc(-100% * (6 - 1) - 2.5em)}@media(min-width: 75.01em){.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 7 + 5em)}.ep-volumes__list__item{flex:0 0 14.2857142857%;max-width:14.2857142857%}.ep-issues{grid-template-columns:repeat(7, 1fr)}.ep-volumes__list__item:nth-child(7n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(7n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(7n+3) .ep-volumes__volume__issues{margin-left:calc(-100% * (3 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(7n+4) .ep-volumes__volume__issues{margin-left:calc(-100% * (4 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(7n+5) .ep-volumes__volume__issues{margin-left:calc(-100% * (5 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(7n+6) .ep-volumes__volume__issues{margin-left:calc(-100% * (6 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(7n+7) .ep-volumes__volume__issues{margin-left:calc(-100% * (7 - 1) - 2.5em)}}@media(min-width: 87.51em){.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 8 + 5em)}.ep-volumes__list__item{flex:0 0 12.5%;max-width:12.5%}.ep-issues{grid-template-columns:repeat(8, 1fr)}.ep-volumes__list__item:nth-child(8n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(8n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(8n+3) .ep-volumes__volume__issues{margin-left:calc(-100% * (3 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(8n+4) .ep-volumes__volume__issues{margin-left:calc(-100% * (4 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(8n+5) .ep-volumes__volume__issues{margin-left:calc(-100% * (5 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(8n+6) .ep-volumes__volume__issues{margin-left:calc(-100% * (6 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(8n+7) .ep-volumes__volume__issues{margin-left:calc(-100% * (7 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(8n+8) .ep-volumes__volume__issues{margin-left:calc(-100% * (8 - 1) - 2.5em)}}@media(min-width: 100.01em){.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 9 + 5em)}.ep-volumes__list__item{flex:0 0 11.1111111111%;max-width:11.1111111111%}.ep-issues{grid-template-columns:repeat(9, 1fr)}.ep-volumes__list__item:nth-child(9n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(9n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(9n+3) .ep-volumes__volume__issues{margin-left:calc(-100% * (3 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(9n+4) .ep-volumes__volume__issues{margin-left:calc(-100% * (4 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(9n+5) .ep-volumes__volume__issues{margin-left:calc(-100% * (5 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(9n+6) .ep-volumes__volume__issues{margin-left:calc(-100% * (6 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(9n+7) .ep-volumes__volume__issues{margin-left:calc(-100% * (7 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(9n+8) .ep-volumes__volume__issues{margin-left:calc(-100% * (8 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(9n+9) .ep-volumes__volume__issues{margin-left:calc(-100% * (9 - 1) - 2.5em)}}@media(min-width: 128.01em){.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 10 + 5em)}.ep-volumes__list__item{flex:0 0 10%;max-width:10%}.ep-issues{grid-template-columns:repeat(10, 1fr)}.ep-volumes__list__item:nth-child(10n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+3) .ep-volumes__volume__issues{margin-left:calc(-100% * (3 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+4) .ep-volumes__volume__issues{margin-left:calc(-100% * (4 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+5) .ep-volumes__volume__issues{margin-left:calc(-100% * (5 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+6) .ep-volumes__volume__issues{margin-left:calc(-100% * (6 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+7) .ep-volumes__volume__issues{margin-left:calc(-100% * (7 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+8) .ep-volumes__volume__issues{margin-left:calc(-100% * (8 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+9) .ep-volumes__volume__issues{margin-left:calc(-100% * (9 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(10n+10) .ep-volumes__volume__issues{margin-left:calc(-100% * (10 - 1) - 2.5em)}}@media(min-width: 150.01em){.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 12 + 5em)}.ep-volumes__list__item{flex:0 0 8.3333333333%;max-width:8.3333333333%}.ep-issues{grid-template-columns:repeat(12, 1fr)}.ep-volumes__list__item:nth-child(12n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+3) .ep-volumes__volume__issues{margin-left:calc(-100% * (3 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+4) .ep-volumes__volume__issues{margin-left:calc(-100% * (4 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+5) .ep-volumes__volume__issues{margin-left:calc(-100% * (5 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+6) .ep-volumes__volume__issues{margin-left:calc(-100% * (6 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+7) .ep-volumes__volume__issues{margin-left:calc(-100% * (7 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+8) .ep-volumes__volume__issues{margin-left:calc(-100% * (8 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+9) .ep-volumes__volume__issues{margin-left:calc(-100% * (9 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+10) .ep-volumes__volume__issues{margin-left:calc(-100% * (10 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+11) .ep-volumes__volume__issues{margin-left:calc(-100% * (11 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(12n+12) .ep-volumes__volume__issues{margin-left:calc(-100% * (12 - 1) - 2.5em)}}@media(max-width: 68.74em){.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 4 + 5em)}.ep-volumes__list__item{flex:0 0 25%;max-width:25%}.ep-issues{grid-template-columns:repeat(4, 1fr)}.ep-volumes__list__item:nth-child(4n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(4n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(4n+3) .ep-volumes__volume__issues{margin-left:calc(-100% * (3 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(4n+4) .ep-volumes__volume__issues{margin-left:calc(-100% * (4 - 1) - 2.5em)}}@media(max-width: 47.99em){.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 3 + 5em)}.ep-volumes__list__item{flex:0 0 33.3333333333%;max-width:33.3333333333%}.ep-issues{grid-template-columns:repeat(3, 1fr)}.ep-volumes__list__item:nth-child(3n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(3n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(3n+3) .ep-volumes__volume__issues{margin-left:calc(-100% * (3 - 1) - 2.5em)}}@media(max-width: 34.99em){.ep-issues{grid-template-columns:repeat(6, 1fr)}.ep-volumes__volume__issues{width:calc(100% * 2 + 5em)}.ep-volumes__list__item{flex:0 0 50%;max-width:50%}.ep-issues{grid-template-columns:repeat(2, 1fr)}.ep-volumes__list__item:nth-child(2n+1) .ep-volumes__volume__issues{margin-left:calc(-100% * (1 - 1) - 2.5em)}.ep-volumes__list__item:nth-child(2n+2) .ep-volumes__volume__issues{margin-left:calc(-100% * (2 - 1) - 2.5em)}}.login-page #main label{display:inline-block;clear:both;width:15%;margin-right:2em;font-weight:500}@media(max-width: 47.99em){.login-page #main label{width:100%}}.login-page input[type=text],.login-page input[type=password]{display:inline-block;max-width:100%}.login-page .username-field{margin-bottom:1em}.login-page .password-field{margin-bottom:1em}.ep-login__help{margin-top:2em}.ep-menu{position:fixed;width:35%;max-width:40em;height:100%;top:0;right:0;left:auto;opacity:0;z-index:400;display:flex;flex-direction:column;overflow:hidden;overflow-y:auto;background:#000;color:#fff;-webkit-overflow-scrolling:touch;transform:translate3d(100%, 0, 0);transition:transform .4s cubic-bezier(0.02, 0.08, 0.37, 1),opacity .4s cubic-bezier(0.02, 0.08, 0.37, 1);padding:1.5em 1.5em 1.5em 3em}@media(max-width: 68.74em){.ep-menu{min-width:30em;max-width:100%}}@media(max-width: 47.99em){.ep-menu{left:0;right:0;min-width:100%;padding:1.5em 1.5em 1.5em 1.5em}}.ep-menu--active{transform:translate3d(0, 0, 0);opacity:1;transition:transform .3s ease-in,opacity .3s ease-in}.ep-languages{margin-top:2em}.ep-languages li a{display:inline-block;border:0;color:#fff;padding:.5em 0;text-transform:uppercase;border:none}.ep-languages li.active a{color:#fff}.ep-menu__headline{position:absolute;z-index:1;right:2em;top:2em}.ep-menu__title{margin:0;flex:1}.ep-menu__title a{font-size:1.5em;font-weight:bold;letter-spacing:.025em;color:#fff}.ep-menu__title a:active,.ep-menu__title a:hover{opacity:.8}.ep-menu__link{display:block;color:#fff;opacity:.8;font-size:1.25em;letter-spacing:.025em;padding:.5em 0}@media(max-width: 47.99em){.ep-menu__link{font-size:1em}}.ep-menu__about{border-bottom:1px solid rgba(255,255,255,.5);padding:1em 0;margin-bottom:1em}.ep-menu__close{flex:0 0 2em;display:inline-flex;justify-content:flex-end}.ep-menu__close:active,.ep-menu__close:hover{background:none}.ep-menu__close>svg{width:2em;height:2em;fill:#fff}.ep-overlay{position:fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0;transform:translate3d(100%, 0, 0);background:rgba(51,51,51,.6)}.ep-statistics{width:100%;margin-top:2em}.ep-statistics>header h3{font-size:1em;font-weight:500;color:#ccc}.ep-statistics>main{display:flex}.ep-statistics>main>dl{flex:1 0 25%;display:flex;flex-direction:column-reverse;margin-top:.5em}.ep-statistics>main>dl>dd{font-size:1.5em;font-weight:500;color:#ccc}.ep-statistics>main>dl>dt{color:#ccc;text-transform:uppercase;font-size:.8175em}@media(max-width: 47.99em){.ep-statistics{padding-left:0}.ep-statistics>dl{padding-right:.5em}.ep-statistics>dl>dd{font-size:1.25em}.ep-statistics>dl>dt{font-size:.75em}}.ep-search__advanced{order:2}.ep-search__advanced:last-child{margin-right:1.25em}@media(max-width: 68.74em){.ep-search__advanced:last-child{margin-right:1.25em}}.ep-search__advanced__toggle{-webkit-appearance:none;appearance:none;color:#a8312e;background:none;display:flex;align-items:center;transition:transform .3s ease-in;transform:rotate3d(1, 0, 0, 0deg);font-weight:normal}.ep-search__advanced__toggle:active,.ep-search__advanced__toggle:hover{color:#9e0000;background:none}.ep-search__advanced__toggle:focus{background:none}.ep-search__advanced__toggle>svg{fill:#a8312e;margin-left:.5em}.ep-search__advanced__toggle+.ep-search__advanced__content{padding:1em 1.5em}.ep-search__advanced__toggle[aria-expanded=true]>svg{transform:rotate3d(1, 0, 0, -180deg);transition:transform .2s ease-out}.ep-search__advanced__toggle[aria-expanded=true]+.ep-search__advanced__content{display:block}@media(max-width: 68.74em){.ep-search__advanced__toggle{padding:0;max-width:1.5em}.ep-search__advanced__toggle>span{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:0;padding:0;border:0}}.ep-search__advanced__content{position:absolute;left:0;right:0;top:3.5em;z-index:0;width:100%;background:#f5f5f5;padding:1.5em 2em;opacity:1;transform:translate3d(0, 0, 0);transition:transform .3s ease-out,opacity .3s ease-out;background-color:#fff;color:#333;box-shadow:0 10px 10px rgba(0,0,0,.1)}.ep-page--home .ep-search__advanced__content{top:4.75em}@media(max-width: 68.74em){.ep-page--home .ep-search__advanced__content{top:3.25em}}.ep-search__advanced__content.ep-accordion__content--collapsed{opacity:0;transform:translate3d(0, -100%, 0);transition:transform .3s ease-in,opacity .3s ease-in;max-height:100%}@media(max-width: 68.74em){.ep-search__advanced__content{padding:1em;top:3.25em}}.ep-advanced{max-width:60em;margin:0 auto}.ep-advanced>h2{font-size:1.25em;margin-bottom:.5em;font-weight:500}.ep-advanced fieldset{padding:0}.ep-advanced legend{font-weight:500}@media(max-width: 68.74em){.ep-advanced>h2{font-size:1em}}.ep-advanced__fulltext,.ep-advanced__metadata{margin-top:1em}.ep-advanced__metadata__part{display:flex}.ep-advanced__metadata__part+.ep-advanced__metadata__part{margin-top:.5em}@media(max-width: 68.74em){.ep-advanced__metadata__part{flex-direction:column;margin-bottom:1em}.ep-advanced__metadata__part select{width:100%;margin-right:0;margin-bottom:.25em}}.ep-advanced__part__value{flex:1}.ep-advanced__part__value>input{width:100%}.ep-advanced__part__field{margin-right:.5em}@media(max-width: 68.74em){.ep-advanced__part__field{width:100%;margin-right:0}}.ep-advanced__part__mode{margin-right:.5em}@media(max-width: 68.74em){.ep-advanced__part__mode{margin-right:0}}.ep-advanced__fulltext-text,.ep-advanced__field-text{padding:.75em 1em;height:2.5em}.ep-advanced__fulltext-text{flex:1;margin-left:.5em}@media(max-width: 68.74em){.ep-advanced__fulltext-text{margin-left:0;max-width:100%;margin-top:.5em}}.ep-advanced__fulltext__container{display:flex;max-width:100%}@media(max-width: 68.74em){.ep-advanced__fulltext__container{flex-direction:column}.ep-advanced__fulltext__container select{width:100%;max-width:100%;margin-right:0}}.ep-advanced__fulltext__options{margin:1em 0 2em 0}.ep-advanced__fulltext__options>label{cursor:pointer}.ep-advanced__fulltext__options>label>input[type=radio]{margin-right:.5em}@media(max-width: 68.74em){.ep-advanced__fulltext__options{display:flex;flex-direction:column}}.ep-advanced__actions{display:flex;justify-content:flex-end}.ep-advanced__actions>input+input{margin-left:.5em}.ep-advanced__actions>input[name=Reset]{background:none}@media(max-width: 47.99em){.ep-advanced__actions{flex-direction:column}.ep-advanced__actions button,.ep-advanced__actions input{width:100%;margin-bottom:.5em}.ep-advanced__actions button+input,.ep-advanced__actions input+input{margin-left:0}}.ep-search{position:relative;background-color:#fff}.ep-page--viewer .ep-search{display:flex}.ep-search__quick{position:relative;flex:1 1 70%;z-index:9;background-color:#fff}@media(max-width: 68.74em){.ep-search__quick{max-width:100%;overflow:hidden}}.ep-search__query{position:relative;display:flex;align-items:center;border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;padding:0}.ep-header--small .ep-search__query{height:3.5em}.ep-search__query__bracket{display:none}.ep-search__query__bracket:before{content:"";position:absolute;bottom:1em;left:1.5em;width:1px;height:.5em;border-left:1px solid #e6e6e6}.ep-search__query__bracket:after{content:"";position:absolute;bottom:1em;left:1.5em;right:2.5em;border-top:1px solid #e6e6e6}.ep-search__query__text{font-weight:200;font-size:1.5em;padding:1em 2rem 1em 4.25rem;border:0;order:1}.ep-header--small .ep-search__query__text{padding:1.125em 4rem 1.125em 4rem;font-size:1em;font-weight:500}.ep-search__query__text:focus{outline:none}.ep-search__query__text:focus+.ep-search__query__bracket{display:block}.ep-search__query__text:focus+.ep-search__query__bracket:before{border-left:0}.ep-search__query__text:focus+.ep-search__query__bracket:after{border-top:0}@media(max-width: 68.74em){.ep-search__query__text{font-size:1em;max-width:calc(100% - 2.75em)}.ep-header--small .ep-search__query__text{padding:1em 1em 1em 3em}.ep-header--large .ep-search__query__text{padding:1em 1em 1em 3em}.ep-search__query__text::-webkit-input-placeholder{font-size:.8125em;text-overflow:ellipsis;overflow:hidden}.ep-search__query__text:-ms-input-placeholder{font-size:.8125em;text-overflow:ellipsis;overflow:hidden}.ep-search__query__text::placeholder{font-size:.8125em;text-overflow:ellipsis;overflow:hidden}}.ep-search__query__submit{display:flex;align-items:center;margin:0;order:0;padding-left:2rem;position:absolute}@media(max-width: 68.74em){.ep-search__query__submit{padding-left:1.25em}.ep-search__query__submit>svg{width:1em;height:1em}}@keyframes ep-search__advanced__anim{0%,10%,100%{transform:scale(1) translateZ(0) rotate3d(1, 0, 0, 0)}5%{transform:scale(1) translateZ(0) rotate3d(1, 0, 0, 180deg)}}.ep-search__advanced__active>span{display:inline-block;padding:.25em .75em;border-radius:5px;background-color:#a8312e;color:#fff}.ep-results__facets{flex:0 0 20em;transition:transform .5s ease-in-out 0s;-webkit-overflow-scrolling:touch;background:#fff}.ep-results__facets.ep-accordion__content--collapsed{display:none}.ep-results__facets .ep-results__facets__title{padding:0 1em;display:flex;height:3.625em;align-items:center}.ep-results__facets .ep-results__facets__title>h2{flex:1;margin:0;font-size:1em;font-weight:500}@media(max-width: 68.74em){.ep-results__facets{position:fixed;z-index:11;top:0;bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:1em;width:80%;max-width:100%;box-shadow:0 0 1em .5em rgba(51,51,51,.25)}}.ep-results__filter__toggle{padding:0 1em}.ep-results__facets__close>svg{width:1.5em;height:1.5em;fill:#a8312e}@media(max-width: 68.74em){.ep-results__facets__close{position:fixed;left:calc(80% - 2.5em);outline:.5em solid #fff;background-color:#fff}}.ep-results__facets__toggle{padding:.5em 1em;display:flex;align-items:center;width:100%;margin-top:1em;font-weight:500;border-radius:0;color:#333}.ep-results__facets__toggle:active,.ep-results__facets__toggle:hover{background-color:#f5f5f5}.ep-results__facets__toggle:focus{background:none}.ep-results__facets__toggle.ep-accordion__toggle--collapsed>svg{transform:rotate(0deg)}.ep-results__facets__toggle>span{flex:1}.ep-results__facets__toggle>svg{fill:#fff;transform:rotate(180deg);padding:.25em}.ep-filters__link>a{padding:.2857142857em 1.1428571429em;display:flex;align-items:flex-start;color:#777;font-size:.875em}.ep-filters__link__count,.ep-filters__link__value{display:inline-block}.ep-filters__link__value{flex:1}.ep-filters__link__count{color:#aaa;margin-left:1em}.ep-facet__active>a{color:#fff;background:#4b8bc4;display:flex;align-items:center;padding:.5em 1em}.ep-facet__active>a>svg path{fill:#fff}.ep-facet__active__value{flex:1}.ep-facet__active__count{display:none}.ep-results__facet__more{padding:.2857142857em 1.1428571429em;display:flex;align-items:center;color:#a8312e;font-size:.875em}.ep-results__facet__more>span{margin-right:.5em}.ep-results__facet__more>svg{width:1em;height:1em}.ep-results__facet__more a:active,.ep-results__facet__more a:hover{color:#a8312e}.ep-results__facet__more--collapse>svg{transform:rotateZ(180deg)}.ep-results{display:flex;-webkit-overflow-scrolling:touch;min-height:calc(100vh - 6.875em - 1px)}.ep-results__container{flex:1}.ep-results__paging{display:flex;width:100%;justify-content:center;padding:3em 1em 2em 1em}.ep-results__paging>span,.ep-results__paging>a{display:inline-block;padding:0 .5em}@media(max-width: 68.74em){.ep-results__paging{padding:2em 0;flex-wrap:wrap}}.ep-results__paging__current{color:#333}@media(max-width: 68.74em){.ep-results__paging__next{width:100%;text-align:center;margin-top:1em}}.ep-results__list{padding-top:.5em;background:#fff}.ep-results__list>h2{padding:1.3em 1.333em;margin:0}.ep-results__list.full .ep-results__item .page-wrapper{padding:.4em 0;border-top:1px solid #e6e6e6}.ep-results__footer{background-color:#fff;padding:1em 1em 3em 1em}.ep-results__footer:after{content:"";display:table;clear:both}.ep-results__footer .page-info{float:left}.ep-results__footer__options{display:flex;justify-content:center}.ep-results__item{width:75%;max-width:50em;margin:0 auto}@media(max-width: 68.74em){.ep-results__item{width:100%}}.ep-results__magazines{display:none;padding:1.3em 2em;background:#fff;border-bottom:1px solid #e6e6e6}.ep-results__magazines .intro{font-weight:500}.ep-results__magazines.has-matches{display:block}.ep-results__magazines.has-matches .box{display:flex;flex-flow:row wrap;overflow:hidden;width:100%}.ep-results__magazines .magazine{display:flex;flex-flow:column;justify-content:space-between;overflow:hidden;font-size:.75em;width:10%;margin-right:1%;margin-bottom:15px}.ep-results__magazines .magazine img{width:100%;height:auto}.ep-results__count{font-size:1.5em;display:flex;flex:1}.ep-results__count>em{font-weight:500;font-style:normal;font-size:1em;margin-right:.3em}@media(max-width: 68.74em){.ep-results__count{margin:1em 0 0 0;font-size:1em}}.ep-results__toolbar__toggle-filter{display:flex;height:3.625em;align-items:center;background:none;color:#a8312e;margin-right:1.5em}.ep-results__toolbar__toggle-filter[aria-expanded=true]{display:none}.ep-results__toolbar__toggle-filter>span{margin-left:.5em}.ep-results__toolbar__toggle-filter>svg{width:1.5em;height:1.5em}@media(max-width: 68.74em){.ep-results__toolbar__toggle-filter{order:1}}.ep-results__toolbar{display:flex;align-items:center;height:3.625em;background:#fff;padding:0 2em}.ep-results__toolbar label{font-weight:500}@media(max-width: 68.74em){.ep-results__toolbar{flex-wrap:wrap;flex-direction:column;align-items:flex-start;padding:0 1em;height:auto}}.ep-results__sorting{display:flex;align-items:center}@media(max-width: 47.99em){.ep-results__sorting{order:1;flex-direction:column;flex-wrap:wrap}}@media(max-width: 47.99em){.ep-results__sorting__container{display:flex;flex-wrap:wrap;order:1;max-width:100vw}.ep-results__sorting__container>label{width:100%}}.ep-results__timerange{padding-bottom:1em}.ep-results__timerange>h4{padding:1em;font-weight:500}.ep-results__timerange__slider{width:80%;margin:1em auto;box-shadow:none;border-radius:0;background:none}.noui-target{border:0}.noui-connect{border:0;background-color:#6fa2d0}.noui-connects{background:#777;border-radius:.25em}.noui-horizontal{height:4px}.noui-horizontal .noui-handle{width:2em;height:2em;right:-1em;top:calc(-1em + 2px);border-radius:50%}.noui-tooltip{background:none;color:#333;border:0;font-size:.8125em}.noui-horizontal .noui-tooltip{transform:none;left:0;bottom:-100%}.ep-results__timerange__stats-container{display:flex;width:100%;height:2em;align-items:flex-end}.ep-results__timerange__stats-container>span{background-color:#edf3f9;border-top:1px solid #6fa2d0;display:block;content:"";width:auto;flex-grow:1}.ep-results__timerange__statistics{min-height:2em;margin:0 10%;margin-bottom:calc(-1em - 1px)}.ep-result{margin:2em auto;padding:1.25em 1.25em .5em 2em;position:relative}.ep-result:after{position:absolute;left:2em;right:1.25em;height:1px;content:""}.ep-result .termhighlight,.ep-result .highlight{background-color:rgba(255,237,0,.7);border:none;display:inline;box-shadow:-2px 0px 0 1px rgba(255,237,0,.7),1px 0px 0 1px rgba(255,237,0,.7);color:#000;overflow:hidden}@media(max-width: 68.74em){.ep-result{margin:0;padding:1em;width:auto}}.ep-result__magazine{line-height:1}.ep-result__magazine>a{color:#777;font-size:.8125em}@media(max-width: 68.74em){.ep-result__magazine{margin-bottom:.5em}}.ep-result__magazine__volume,.ep-result__magazine__journal{display:inline-block;color:#333}.ep-result__magazine__volume:hover,.ep-result__magazine__volume:active,.ep-result__magazine__journal:hover,.ep-result__magazine__journal:active{color:#a8312e}.ep-result__title{margin:.125em 0 .5em 0;line-height:1.2;clear:both;font-weight:500}.ep-result__title a{color:#333}.ep-result__title a:active,.ep-result__title a:hover{color:#a8312e}.ep-result__title+.ep-result__authors{font-size:.875em;font-style:italic;margin-top:-0.5em;margin-bottom:1em;color:#777}.ep-result__title+.ep-result__page{margin-top:.25em}@media(max-width: 47.99em){.ep-result__title{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.ep-result__page{display:flex;position:relative;align-items:flex-start;line-height:1.2;margin-top:.25em;cursor:pointer}.ep-result__page:before{content:"";transition:transform .25s ease-in,background-color .25s ease-in}.ep-result__page--not-accessible{color:#a8312e}.ep-result__page--not-accessible:after{content:"locked moving-wall"}.ep-result__page-number{display:flex;align-items:center;justify-content:flex-end}.ep-result__page--lock-info{margin-left:.5em}.ep-result__page--lock-info>svg{fill:#a8312e;width:1.25em;height:1.25em}.ep-result__page__text{display:flex;width:100%;position:relative;line-height:1.2;margin-bottom:.25em;z-index:1;padding-right:0;margin-right:0;text-overflow:ellipsis;word-break:break-word;font-size:.875em}.ep-result__page__text>a{color:#333;display:inline-block}.ep-result__page__text>a:active,.ep-result__page__text>a:hover{color:#a8312e}.ep-result__page-number{position:relative;z-index:1;font-size:.875em;margin-left:2em;line-height:1.3}.ep-toc>caption{caption-side:top;font-weight:500;color:#333}.ep-view__toc{padding:0 1.25em 0 1.75em}.ep-view__toc caption{caption-side:top;color:#000;font-weight:500;padding:0}.ep-view__toc tr>td{font-size:.875em;padding:.4em 1.75em;position:relative;cursor:pointer;transition:color .2s ease-in,background-color .2s ease-in}.ep-view__toc tr>td:hover>a{color:#4b8bc4}.ep-view__toc tr>td:last-child{text-align:right;padding:0 .75em}.ep-view__toc tr>td.hierarchy-20{padding-left:0;padding-top:1em;padding-bottom:1rem}.ep-view__toc tr>td.hierarchy-20>a{color:#333;font-weight:500}.ep-view__toc tr>td.ep-view__toc__node--no-child.hierarchy-20{padding-top:0;padding-bottom:0}.ep-view__toc tr>td.ep-view__toc__node--no-child.hierarchy-20>a{font-weight:400}.ep-view__toc tr>td.hierarchy-40{padding-left:0}.ep-view__toc tr>td.hierarchy-60{padding-left:2em}.ep-view__toc tr>td.hierarchy-60 .ep-view__toc__pdf{left:1.75em}.ep-view__toc tr>td.ep-view__toc__node--dl.hierarchy-20{padding-left:2em;padding-top:1rem}.ep-view__toc tr>td.ep-view__toc__node--dl.hierarchy-20>a{color:#333}.ep-view__toc tr>td.ep-view__toc__node--dl.hierarchy-20.ep-view__toc__node--no-child{padding-top:.5em;padding-bottom:.5em}.ep-view__toc tr>td.ep-view__toc__node--dl.hierarchy-40{padding-left:2em}.ep-view__toc tr>td.ep-view__toc__node--dl.hierarchy-60{padding-left:5em}.ep-view__toc tr>td.ep-view__toc__node--dl.hierarchy-60 .ep-view__toc__pdf{left:1.75em}.ep-view__toc tr:first-child>td.hierarchy-20.ep-view__toc__node--no-child{margin-top:1em;padding-top:1.5em}.ep-view__toc tr.not-accessible>td:first-child{padding-left:1.75em}.ep-view__toc tr.not-accessible>td.hierarchy-20 .ep-view__toc__node--locked>svg{fill:#333}.ep-view__toc tr.not-accessible>td .ep-view__toc__node--locked{position:absolute;left:0}.ep-view__toc tr.ep-toc__node--active{overflow:hidden}.ep-view__toc tr.ep-toc__node--active>td{background-color:#4b8bc4;transition:color .2s ease-out,background-color .2s ease-out}.ep-view__toc tr.ep-toc__node--active>td:first-child{box-shadow:-2em 0 0 0 #4b8bc4}.ep-view__toc tr.ep-toc__node--active>td:last-child{box-shadow:1.25em 0 0 0 #4b8bc4}.ep-view__toc tr.ep-toc__node--active>td>a{color:#fff}.ep-view__toc tr.ep-toc__node--active>td.ep-view__toc__node--no-child>a{color:#fff}@media(max-width: 47.99em){.ep-view__toc{padding:0 1em 0 1em}.ep-view__toc tr>td{padding:.25em .5em}.ep-view__toc tr>td:last-child{padding:.25em .5em}.ep-view__toc tr>td.ep-view__toc__node--dl>a{font-size:.875em;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.ep-view__toc__pdf{position:absolute;left:.25em;width:1.5em}.ep-view__toc__pdf>svg{width:1em;height:1em;fill:#a8312e}.ep-toc__node--active .ep-view__toc__pdf>svg{fill:#fff}.ep-view__toc__table{border-spacing:0;width:100%;table-layout:fixed}.ep-view__toc__table>caption{text-align:left}.ep-view__toc__table>thead>tr>th.pagenum{width:3.5em}.ep-view__toc__node--locked{width:1.5em;display:inline-flex;justify-content:center}.ep-view__toc__node--locked>svg{width:1em;height:1em;fill:#a8312e}.ep-view__toc__unit{color:#777}.ep-page--viewer>body>main{position:absolute;overflow:hidden;top:8em;bottom:0;width:100%}.ep-page--viewer>body>main>.site-content{position:absolute;overflow:hidden;top:0;bottom:0;width:100%}.ep-page--viewer>body>main>.site-content>.ep-view{position:absolute;z-index:10;top:0;bottom:0;width:100%}@media(max-width: 68.74em){.ep-page--viewer>body>main{top:8em}}.ep-view{position:relative;display:grid;grid-template-columns:30% 1fr}.ep-view__container{position:absolute;left:30%;top:0;right:0;bottom:0;background-color:#575756}@media(max-width: 68.74em){.ep-view__container{left:0}}.ep-view__meta{position:relative;z-index:1;background-color:rgba(0,0,0,.7);display:flex;align-items:center;padding:.5em 1em}.ep-view__meta__title{flex:1;margin:0;font-size:1em;font-weight:normal;overflow:hidden;text-overflow:ellipsis}.ep-view__meta__title>a{color:#e6e6e6}.ep-view__navigation{position:relative;z-index:11;grid-column:1;-ms-grid-column:1;overflow-y:auto;-webkit-overflow-scrolling:auto;background-color:#fff;min-height:100%;max-width:100%;max-height:calc(100vh - 8em)}.ep-view__navigation.ep-accordion__content--collapsed{display:none}@media(max-width: 68.74em){.ep-view__navigation{box-shadow:0 0 1em .5em rgba(51,51,51,.25);position:fixed;bottom:0;top:0;width:60%}}@media(max-width: 47.99em){.ep-view__navigation{box-shadow:0 0 1em .5em rgba(51,51,51,.25);width:80%}}.ep-accordion__content--collapsed+.ep-view__container{left:0}.ep-view__navigation__secondary,.ep-view__navigation__back{padding:1em 1.75em;flex:1 1 30%;max-width:30%;align-items:center;display:flex}.ep-view__navigation__secondary>a,.ep-view__navigation__back>a{font-size:1em;display:flex;align-items:center}.ep-view__navigation__secondary>a>svg,.ep-view__navigation__back>a>svg{width:1.25em;height:1.25em;fill:#a8312e}.ep-view__navigation__secondary>a>span,.ep-view__navigation__back>a>span{margin-left:.5em}@media(max-width: 47.99em){.ep-view__navigation__secondary,.ep-view__navigation__back{padding:1em;flex:0}.ep-view__navigation__secondary>a>span,.ep-view__navigation__back>a>span{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:0;padding:0;border:0}}.ep-view__navigation__secondary{position:relative;z-index:1;border:1px solid #e6e6e6;border-left:0}.ep-view__navigation__close{position:absolute;right:1.25em;top:1em;padding:.125em;display:flex;justify-content:center;align-items:center}.ep-view__navigation__close>svg{width:1.25em;height:1.25em;fill:#a8312e}.ep-view__navigation__close:active>svg,.ep-view__navigation__close:hover>svg{fill:#000}@media(max-width: 68.74em){.ep-view__navigation__close{position:fixed;left:calc(60% - 5em);width:2.25em;height:2.25em;top:.5em;outline:.5em solid #fff;border:.5em solid #fff;background-color:#fff;z-index:1}}@media(max-width: 47.99em){.ep-view__navigation__close{left:calc(80% - 3.5em)}}.ep-view__navigation__elements{display:flex;align-items:center;border-bottom:1px solid #e6e6e6;position:fixed;top:7em;width:30%;height:3.625em;z-index:1;background-color:#fff;transform:translate3d(0, 0, 0) scaleY(1)}@media(max-width: 68.74em){.ep-view__navigation__elements{top:0;width:60%}}@media(max-width: 47.99em){.ep-view__navigation__elements{width:80%;top:0}}.ep-view__navigation--elements--hidden>.ep-view__navigation__elements{opacity:0;transform:scaleY(0)}.ep-view__navigation__contents{min-height:100%;padding-top:1.25em}@media(max-width: 47.99em){.ep-view__navigation__contents{padding-top:1em}}.ep-view__osd__keyword{background-color:#ff0;color:#fff;opacity:.8;background-blend-mode:multiply;mix-blend-mode:multiply;transform:scaleX(1.05) scaleY(1.5)}.ep-view__osd__entity{background-color:#add8e6;color:#fff;opacity:.8;background-blend-mode:multiply;mix-blend-mode:multiply;transform:scaleX(1.05) scaleY(1.5)}.ep-view__osd__keyword-page{background-color:#ff0}#ep-view__osd{position:absolute !important;top:0;bottom:0;width:100%;z-index:0;background-color:#575756;cursor:zoom-in}.ep-view__osd__share{position:absolute;z-index:9;top:0;left:0;right:0;bottom:0;pointer-events:none;color:#fff}.ep-view__osd__share>header{position:absolute;background:rgba(0,0,0,.9);z-index:3;pointer-events:auto;display:flex;width:100%;height:3.375em;align-items:center;padding:0 1.5em;border-bottom:1px solid #333}.ep-view__osd__share>header>h2{flex-grow:1;font-size:1em;line-height:1;margin-right:0;margin-top:0}.ep-view__osd__share>header>h2>a{color:#fff;font-weight:normal;display:inline-block;max-height:1.5em;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;display:-webkit-box}.ep-view__osd__share>main{pointer-events:all;position:absolute;width:100%;height:auto;overflow-y:auto;max-height:calc(100% - 3.375em);top:3.375em;background:rgba(0,0,0,.9);padding:1em 1.5em 1.5em 1.5em;opacity:1;transform:translate3d(0, 0, 0);transition:transform .25s ease-out,opacity .25s ease-out;box-shadow:0 10px 10px rgba(0,0,0,.1)}.ep-view__osd__share>main[aria-hidden=true]{opacity:0;transform:translate3d(0, calc(-100% - 3.625em), 0);transition:transform .25s ease-in,opacity .25s ease-in}@media(max-width: 68.74em){.ep-view__osd__share>header{padding:0 .75em 0 1em}}.ep-view__osd__paging{position:absolute;left:50%;transform:translate3d(-50%, 0, 0);display:flex !important;align-items:center;bottom:1em;z-index:1}.ep-view__page-cur{background:rgba(0,0,0,.8);height:3em;display:inline-flex;align-items:center;color:#fff;padding:0 1em;font-weight:500}@media(max-width: 68.74em){.ep-view__page-cur{padding:0 .25em}}.ep-view__page-cur__label{color:#777;margin-right:.5em}.ep-view__btn-page-next,.ep-view__btn-page-prev{background:rgba(0,0,0,.8);height:3em;min-width:3.5em;display:flex;align-items:center;justify-content:center;padding:.75em 0}.ep-view__btn-page-next>svg,.ep-view__btn-page-prev>svg{height:100%}@media(max-width: 68.74em){.ep-view__btn-page-next,.ep-view__btn-page-prev{width:2.75em;min-width:2.75em}}.ep-view__btn-page-next{border-radius:0 3em 3em 0}.ep-view__btn-page-next>svg{transform:rotate(180deg)}.ep-view__btn-page-prev{border-radius:2em 0 0 2em}.ep-view__osd__zoom{position:absolute;z-index:9;bottom:1em;height:auto;right:1.5em}@media(max-width: 68.74em){.ep-view__osd__zoom{right:.75em}}.ep-view__osd__text,.ep-view__osd__download{position:absolute;z-index:9;top:5em;height:auto;right:1.5em}@media(max-width: 68.74em){.ep-view__osd__text,.ep-view__osd__download{right:.75em;top:4.5em}}.ep-view__text--open,.ep-view__download--open{z-index:10}.ep-view__osd__text{top:8em}@media(max-width: 68.74em){.ep-view__osd__text{top:7.5em}}.ep-view__btn-text,.ep-view__btn-download{border-radius:50%}.ep-view__btn-text:focus,.ep-view__btn-download:focus{outline:none}.ep-view__btn-text svg path,.ep-view__btn-download svg path{fill:#fff}.ep-view__btn-copy{background-color:#a8312e;padding:.5em 1em;display:flex;align-items:center}.ep-view__btn-copy>span{margin-right:.5em}.ep-view__btn-text{border-top-left-radius:0;border-top-right-radius:0}.ep-view__btn-download{border-bottom-left-radius:0;border-bottom-right-radius:0}.ep-view__text__details,.ep-view__download__details{position:absolute;top:0;right:0;width:auto;max-width:50vw;height:auto;background-color:rgba(0,0,0,.9);color:#fff;border-radius:5px;cursor:text;z-index:10}.ep-view__text__details>header,.ep-view__download__details>header{display:flex;align-items:center;padding:1.25em 1.5em 1.25em 1.5em}.ep-view__text__details>header>h3,.ep-view__download__details>header>h3{font-weight:500;min-width:15em;flex:1;font-size:1em}.ep-view__text__details>header>.ep-view__btn-close,.ep-view__download__details>header>.ep-view__btn-close{margin-left:1em}.ep-view__text__details>header>.ep-view__btn-close>svg,.ep-view__download__details>header>.ep-view__btn-close>svg{width:1em;height:1em}.ep-view__text__details>main,.ep-view__download__details>main{padding:0 1.5em 1.25em 1.5em}.ep-view__text__details>main::-webkit-scrollbar,.ep-view__download__details>main::-webkit-scrollbar{background-color:transparent;width:8px;cursor:pointer}.ep-view__text__details>main::-webkit-scrollbar-thumb,.ep-view__download__details>main::-webkit-scrollbar-thumb{background:#777;cursor:pointer}.ep-view__text__details>main>ul,.ep-view__download__details>main>ul{list-style:none;padding:0;margin:0}.ep-view__text__details>main>ul>li>a,.ep-view__download__details>main>ul>li>a{padding:.25em 0;color:#fff;display:flex;align-items:center}.ep-view__text__details>main>ul>li>a:active,.ep-view__text__details>main>ul>li>a:hover,.ep-view__download__details>main>ul>li>a:active,.ep-view__download__details>main>ul>li>a:hover{color:#4b8bc4}.ep-view__text__details>main>ul>li>a:active>svg,.ep-view__text__details>main>ul>li>a:hover>svg,.ep-view__download__details>main>ul>li>a:active>svg,.ep-view__download__details>main>ul>li>a:hover>svg{fill:#4b8bc4}.ep-view__text__details>main>ul>li>a>svg,.ep-view__download__details>main>ul>li>a>svg{width:1em;height:1em;fill:#fff;margin-right:.5em}.ep-view__text__details>footer>p,.ep-view__download__details>footer>p{color:#e6e6e6}@media(max-width: 68.74em){.ep-view__text__details,.ep-view__download__details{max-width:100vw}}.ep-view__text__cbstate{margin-right:1em}.ep-view__text__details{border-top-right-radius:0;min-width:30vw;top:-3em}.ep-view__text__details>main{max-height:16em;overflow-y:auto}.ep-view__text__container,.ep-view__download__container,.ep-view__zoom__container{display:flex;flex-direction:column;width:3em;position:relative;z-index:1}.ep-view__text__container>button,.ep-view__download__container>button,.ep-view__zoom__container>button{height:3em;width:3em;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;box-shadow:0px 2px 10px rgba(0,0,0,.25);padding:.8125em}.ep-view__text__container>button>svg,.ep-view__download__container>button>svg,.ep-view__zoom__container>button>svg{width:100%;height:100%}.ep-view__btn-fullpage{display:flex !important;border-radius:50%;margin-bottom:.5em}.ep-view__btn-fullpage:focus{outline:none}.ep-view__btn-zoom-in{border-radius:2em 2em 0 0}.ep-view__btn-home{border-radius:0}.ep-view__btn-zoom-out{border-radius:0 0 2em 2em}.ep-view__share__button{display:flex;white-space:nowrap;align-items:center;padding:.5em}.ep-view__share__button>span{margin-right:1em;font-weight:400;color:#fff}@media(max-width: 68.74em){.ep-view__share__button>span{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:0;padding:0;border:0}}.ep-view__share__item{margin-bottom:1em}.ep-view__share__item:last-child{margin-bottom:0}.ep-view__meta__title{font-weight:500}.ep-view__meta__title em{font-style:normal}.ep-view__meta__editor{color:#b2b2b2;font-weight:500}.ep-view__share__articles{margin-top:2em}.ep-view__share__article{font-size:1em}.ep-view__share__article-meta{flex:1}.ep-view__share__article-meta>h3{font-size:1.5em;line-height:1.2;font-weight:500}.ep-view__share__chaptertitle{display:block;font-weight:400;font-size:1rem;color:#fff;margin-top:.25em}.ep-view__share__links{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:.5em;width:100%}@media(max-width: 47.99em){.ep-view__share__links{justify-content:flex-start}}.ep-view__share__doi{flex:1;align-items:center;display:inline-flex}.ep-view__share__doi>.ep-view__share__doi-link{margin-left:.5em;color:#b2b2b2}@media(max-width: 47.99em){.ep-view__share__doi{flex-basis:100%;margin-bottom:.5em}}.ep-view__share__authors{color:#b2b2b2}.ep-view__share__authors em{font-style:normal}.ep-view__share__ris>a,.ep-view__share__downloads>a{display:inline-flex;align-items:center;color:#fff;margin-right:1em}.ep-view__share__ris>a>span,.ep-view__share__downloads>a>span{color:#fff}.ep-view__share__ris>a>svg,.ep-view__share__downloads>a>svg{width:1.5em;height:1.5em;fill:#fff}.ep-view__share__social{display:flex}.ep-view__share__social>a{margin:0 .5em}.ep-view__share__social>a>svg{fill:#fff}.ep-view__share__nav-toggle{display:flex;align-items:center;margin-right:1em;padding-right:1.25em;border-right:1px solid #575756;height:100%}.ep-view__share__nav-toggle>svg{width:1.25em;height:1.25em}.ep-view__share__nav-toggle>span{margin-left:.5em}@media(max-width: 47.99em){.ep-view__share__nav-toggle{padding-right:1em}}.ep-view__share__title-up{vertical-align:middle;margin-right:.5em}.ep-view__share__title-up>svg{fill:#b2b2b2}.ep-view__movingwall{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%}.ep-view__movingwall>img{margin:4em;width:16em}.ep-view__movingwall__text{color:#000;font-size:2.5em;font-weight:500}.osd-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;opacity:0;visibility:hidden;transition:visibility .5s linear,opacity .5s ease-in-out;background-color:#000}#osd{position:fixed;z-index:0;left:0;bottom:0;width:0;height:0}#osd.active{position:fixed;right:0;bottom:0;left:0;top:0;width:auto;height:auto;background:#000;z-index:100}#osd .spinner{z-index:1}#osd-close:before{font-size:18px}#osd-close:active,#osd-close:hover{opacity:.8}html.osd .osd-overlay{opacity:1;z-index:100;visibility:visible;transition:visibility 0s,opacity .5s ease-in-out}#osd-zoom-container{top:0;position:absolute !important}#osd-zoom-container button{left:0;position:absolute !important}#osd-paging-container button[disabled]{opacity:.33 !important}#osd-zoom-in{top:120px}#osd-zoom-out{top:0}#osd-zoom-one{top:60px}.ep-footer{min-height:10em;height:80px;margin:0;background-color:#000;color:#fff;padding:2em 1.75em;font-size:.875em;line-height:2}.ep-footer__menu{margin-top:.75em;display:block}.ep-footer__menu a{color:#fff;display:inline-block;text-decoration:none;margin-right:1em}.ep-footer__menu a:active,.ep-footer__menu a:hover{color:#e6e6e6}@media(max-width: 34.99em){.ep-footer__menu{display:block;text-align:center}}.ep-footer__copyright{display:inline-block;float:right}.ep-footer__copyright a{color:#fff}@media(max-width: 34.99em){.ep-footer__copyright{float:none;display:block;text-align:center}}@media print{html,body,.page-content{background:transparent}.page-content{padding:1em 0}body{margin:1em 2em}.mobile-only{display:none}a[href]:after{content:""}.not-loaded .indicator{display:none}.results-page .search-results,.viewer-page .main,#navigation,.menu,.page-header{position:static;box-shadow:none;height:auto}#navigation,.front-filter{display:none}.page-header.app{position:static;width:100%;margin:0}.page-header h1{display:block;float:left}.page-header .menu-header{float:left}.page-header .menu-header button{display:none}.page-footer{height:auto;background:none;color:#000}.page-footer .logo{display:none}.page-footer .copyright a,.page-footer .footer-menu a{color:#000}.page-footer a{color:#000}.page-footer use{fill:#000}.search-block{display:none}.main{padding-top:0;width:100%}.grid{display:flex;flex-flow:row wrap}.grid .magazines:after{content:none}.grid.thumbnails img{max-width:100%}.grid .grid-item{position:relative !important;margin-left:.75%;float:left;left:auto !important;right:auto;top:auto !important;bottom:auto;display:flex;flex-flow:column;border:1px solid #e6e6e6}.grid .grid-sizer,.grid .gutter-sizer{display:none;flex-flow:column}html.results-page{height:auto;overflow:auto}html.results-page .list,html.results-page .search-results,html.results-page body,html.results-page #main{position:static;overflow:visible;height:auto}html.results-page .search-results-footer,html.results-page .ep-results__toolbar{display:none}.ep-results{width:100%;overflow:visible;height:auto;padding:0;transform:translate(0, 0)}.ep-results__facet{display:none}.ep-results__list .result,.ep-results__list{background:none}.ep-results__item .page-wrapper{max-height:100%;overflow:visible}.result-controls .filters{padding:0}.result-controls button.preview-toggle{display:none}.search-results{display:block;max-width:100%}.search-results .result{padding:1.3em 0}.search-results .search-results-footer{padding:1em 0}.side{background:none}.site-content,.preview-paging,.preview-container,.ep-results__preview{position:static;clear:both;background:none;overflow:visible}.preview-container{position:relative}.ep-results__preview{background:none;margin-top:0}.ep-results__preview .preview-overlay{height:auto;transform:translate(0, 0);left:0;top:0}.ep-results__preview .preview-paging .subline{background:transparent}.ep-results__preview .preview-paging a{color:#000}.ep-results__preview .preview-paging .next,.ep-results__preview .preview-paging .prev{display:none}.ep-results__preview a.open-image{text-align:center}.ep-results__preview .preview-image{position:static;transform:translate(0, 0);left:auto;top:auto;box-shadow:none}.ep-results__preview .preview-image img{position:static}html.viewer-page{overflow:auto}html.viewer-page #main,html.viewer-page .site-content,html.viewer-page body{overflow:visible}html.viewer-page .journal-info .partner-logo{display:none}html.viewer-page .ep-results__toolbar{display:none}html.viewer-page .nav-tabs{display:none}html.viewer-page .sticky-toolbar{display:none}html.viewer-page .page-header{position:static;max-width:none;height:auto}html.viewer-page .page-content{position:static;overflow:visible;padding:0;margin-top:1.5em;height:auto}html.viewer-page .site-content{clear:both}html.viewer-page .main{width:100%;clear:both;overflow:visible}html.viewer-page .side{position:static}html.viewer-page .nav-tabs>li{float:none;position:static}html.viewer-page .tab-content{padding:0;display:table;table-layout:fixed;width:100%}html.viewer-page .tab-content>#toc.tab-pane{display:block;display:table-footer-group}html.viewer-page .tab-content>#info.tab-pane{display:block;display:table-header-group}}.skiplinks ul{list-style:none;padding:0;margin:0}.skiplinks a{display:block;font-size:1.25em;background:#fff;color:#a8312e;font-weight:bold;padding-left:2em;text-decoration:none}.skiplinks a:focus{position:fixed;z-index:1000;top:0;left:0;margin:0;clip:auto;width:auto;height:7em;line-height:7em;overflow:visible;padding:0 1em}@media(max-width: 47.99em){.skiplinks a:focus{height:60px;line-height:60px}}abbr[title]{cursor:pointer}
