html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.wf-almoni-dl-active body {
    font-family: 'Almoni-DL', Arial, sans-serif;
}
.wf-atlas-active body {
    font-family: 'atlas', Arial, sans-serif;
}
.wf-oedoopro-active body {
    font-family: 'OEDooPro', Arial, sans-serif;
}
.loading {
    cursor: progress;
}
img {
    max-width: 100%;
}
a {
    color: #0b87b5;
    text-decoration: none;
}
strong {
    font-weight: bold;
}
sup {
font-size: smaller;
line-height: normal;
vertical-align: super;
}
.page-inactive {
    clip: rect(0, 0, 0, 0);
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    position: absolute;
}

header {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 .5em;
    top: 0;
}
h1 {
    font-size: 1.4em;
}
header h1 {
    margin-right: calc(1em + 55px);
    flex: 1;
    text-align: center;
}
header ul, header li {
    float: left;
}
header li {
    margin-right: 10px;
}
#logo {
    height: 26px;
    width: 55px;
}
#tools-menu a:not(.icon-panel-menu) {
    display: none;
}
#skip-to-content {
    background: #fff;
    font-weight: bold;
    left: -9999px;
    padding: .6em;
    position: absolute;
}
#skip-to-content:hover, #skip-to-content:active, #skip-to-content:focus {
    right: 0;
    top: 0;
}
.screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.icon {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    display: block;
    height: 36px;
    outline: none;
    overflow: hidden;
    text-indent: -1000em;
    transition: background-color .4s, filter .4s;
    width: 36px;
}
article[dir="rtl"] .icon {
    /* display: none; */
    text-indent: 1000em;
}
.icon.icon-small {
    background-size: cover;
    height: 28px;
    width: 28px;
}
.icon.icon-big {
    background-size: cover;
    height: 50px;
    width: 50px;
}
a.icon {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
}
.icon-pair-magazine {
    text-indent: 0;
}
#panel .icon {
    background-color: transparent;
}
#panel .icon:hover {
    background-color: rgba(0, 0, 0, .2);
}
.article-actions .icon {
    background-color: #c0c0c0;
}
.article-actions input[type="range"] {
    float: right;
}
.audio-paused .icon-pause, .audio-paused input[type="range"],
.audio-playing .icon-play {
    display: none;
}
.icon-panel-menu {
    display: block;
}
.icon:hover, .icon:active, .icon:focus, .icon.active {
    background-color: #2b2b2b;
}
.icon:focus {
    box-shadow: inset 1px 1px 1px #2b2b2b;
}
.icon-panel-menu, .icon-toc {
    background-image: url("images/icon-tableofcontents.png");
}
.icon-search {
    background-image: url("images/icon-search.png");
}
.icon-bookmarks {
    background-image: url("images/icon-bookmarks.png");
}
.icon-pdf-version {
    background-image: url("images/icon-pdf.png");
}
.icon-external-link {
    background-image: url("images/icon-external.png");
}
.icon-link {
    background-image: url("images/icon-link.png");
}
.icon-facebook-share {
    background-image: url("images/icon-facebook-share.png");
}
.add-to-bookmarks {
    background-image: url("images/icon-bookmarks.png");
}
.icon-facebook {
    background-image: url("images/icon-facebook.png");
}
.icon-twitter {
    background-image: url("images/icon-twitter.png");
}
.icon-instagram {
    background-image: url("images/icon-instagram.png");
}
.icon-linkedin {
    background-image: url("images/icon-linkedin.png");
}
.icon-youtube {
    background-image: url("images/icon-youtube.png");
}
.icon-play {
    background-image: url("images/icon-play.png");
}
.icon-pause {
    background-image: url("images/icon-pause.png");
}
.icon.icon-play, .icon.icon-pause {
    background-position: center;
    background-size: 50%;
}

main {
    background: #eee;
    bottom: 0;
    position: absolute;
    top: 36px;
}
#flip-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 0;
    transform-origin: right top;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 1s;
    z-index: 2;
}
#flip-wrapper.moving {
    transform: rotateY(180deg);
}
#main-clone {
    margin-right: -100%;
    width: 200%;
}
#magazine-social-links {
    bottom: 1em;
    left: 1em;
    position: absolute;
}
#magazine-social-links li {
    float: left;
    margin-right: .5em;
}
#magazine-social-links .icon {
    background-color: #fff;
}
#magazine-social-links .icon:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
article {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 140% auto;
    background-size: contain;
    float: left;
    /*height: calc(100% - 1.6em);*/
    height: 100%;
    /*margin: .8em;*/
    position: relative;
    width: calc(100% - 1.6em);
}
.article-only-full.layout-11:nth-of-type(1), .article-only-full.layout-12:nth-of-type(1) {
    background-position: left 0;
    /* background-size: auto; */
}
.article-only-full.layout-11:nth-of-type(2), .article-only-full.layout-12:nth-of-type(2), .article-only-full.layout-12:nth-of-type(3) {
    background-position: right 0;
    /* background-size: auto; */
}
#article-cover {
    background-size: cover;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
video.fullpage {
    bottom: 0;
    position: absolute;
    width: 100%;
}
video.fullpage {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.youtube_video {
    float: left;
    margin-left: .9em;
    margin-top: .9em;
}
.youtube_video_bottom {
    bottom: 0;
    left: 0;
    margin-bottom: .9em;
    position: absolute;
}
.article-content > a {
    display: block;
}
.article-summary > a {
    color: inherit;
    text-decoration: none;
}
.article-actions {
    display: flex;
    justify-content: flex-end;
}
.article-actions li {
    margin-right: .5em;
}
.article-actions .li-read-more {
    flex-grow: 1;
    margin-right: 0;
}
article h2 {
    font-size: 1.7em;
    font-weight: 600;
    margin: .85em 0 .4em;
}
article h2.screen-reader ~ .article-desc {
    margin-top: 1em;
}
article .article-desc,
article h3 {
    font-size: 1.05em;
    /*font-weight: 600;*/
    /*height: 3.9375em;*/
    line-height: 1.25;
    /*overflow: auto;*/
}
.wf-almoni-dl-active article .article-desc,
.wf-almoni-dl-active article h3 {
    font-size: 1.25em;
}
.read-more {
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
}
.read-more::after {
    content: " >";
}
.layout-00, .layout-22 {
    width: 100%;
}
.layout-11, .layout-12 {
    height: calc(100% - 28px);
    margin: 14px;
}
.layout-11:nth-of-type(1), .layout-12:nth-of-type(1), .layout-12:nth-of-type(2) {
    margin-left: 7px;
}
/*.layout-11:hover, .layout-12:hover {
    outline: 3px solid #fff;
}*/
/*article */.article-content {
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 0 0vmax rgba(0,0,0,.2);
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    transform: translate3d(0, 0, 0);
    transition: all .2s;
}
/*.layout-00 .article-content:hover, .layout-11:hover .article-content, .layout-12:hover .article-content {
    background-color: #eee;
}*/
.article-content:not(.article-summary) {
    border-top: 1px solid #eee;
    padding-top: .9em;
    top: 0;
}
.article-content > a {
    color: #000;
}
.article-content img {
    height: auto;
}
.article-only-full .article-content:not(.article-summary) {
    left: 0;
    top: auto;
    top: 25%;
}
.article-fully-stretched .article-content:not(.article-summary) {
    left: 0;
    top: 0;
}
.article-content > div {
    height: calc(100% - 60px);
    overflow-y: scroll;
padding-right: .5em;
}
.article-content blockquote, .special-blockquote {
    background: #ebebeb;
    padding: 1em 2em;
}
#back-to-page {
    background: #fff url('images/icon-close-black.png') 50% 50% no-repeat;
    background-size: 18px;
    border: 1px solid #eee;
    border-bottom-width: 0;
    display: block;
    font-size: 1.3em;
    height: 32px;
    left: 0;
    line-height: 24px;
    margin-top: -32px;
    overflow: hidden;
    position: absolute;
    text-indent: -100em;
    top: 0;
    transition: all .4s;
    width: 32px;
    z-index: 1;
}
#back-to-page:hover, #back-to-page:focus, #back-to-page:active {
    text-decoration: underline;
}
.article-summary #back-to-page {
    background-color: transparent;
    margin-top: 0;
}
.article-content div > * {
    margin-bottom: .8em;
}
.article-content div > .article-desc ~ *,
.article-content div > *:not(.article-desc):not(h2),
.article-content div > h3 ~ * {
    line-height: 1.5;
    min-height: .5em;
}
/*.wf-almoni-dl-active .article-content div > * + *,
.wf-almoni-dl-active .article-content div > .article-desc ~ *,
.wf-almoni-dl-active .article-content div > h3 ~ *,*/
.wf-almoni-dl-active .article-content > div > *:not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: 1.2em;
}
.article-content:not(.article-summary) h3:not(.article-desc) {
    font-size: 1.3em;
    font-weight: bold;
}
.article-content div ul, .article-content div ol {
    list-style: initial;
    padding: 0 2em;
}
.article-content div ul {
    list-style-type: disc;
}
.article-content div ol {
    list-style-type: decimal;
}
.article-content div table, .article-content div tr, .article-content div td {
    border: 1px solid #000;
}
.article-content div td {
    padding: 2px;
}
.article-popup {
    /* bottom: 1em !important; */
    box-shadow: 0 0 0 50vmax rgba(0,0,0,.8);
    margin: auto;
    /* max-width: 60em; */
    /* position: fixed; */
    top: 1em !important;
    transition: all .2s;
    z-index: 2;
}
.article-effect, .article-popup-effect {
    top: 80%;
    z-index: 2;
}

.strip-section {
    background: rgba(255,255,255,.5);
    bottom: 0;
    max-width: calc(100% - 3.8em);
    overflow-y: auto;
    padding: 1em 1.2em 3em;
    position: absolute;
    right: 1.9em;
    top: 0;
    width: 346px; /* TODO? */
}
.strip-section h2 {
    font-weight: normal;
    margin: 0 0 .2em;
}
.strip-section h3 {
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1.1;
    margin-bottom: 1em;
}
.bolder {
    font-weight: bolder;
}
.strip-item-text {
    display: block;
    font-size: 1.3em;
    margin-bottom: .7em;
    padding: .5em;
}
.strip-section a:hover, .strip-section a:focus {
    text-decoration: underline;
}

.highlights-wrapper {
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.highlights-section {
    bottom: 0;
    display: flex;
    height: 100%;
    left: 60px;
    margin: 0 auto;
    max-width: 360px;
    position: absolute;
    right: 60px;
    text-align: center;
    top: 0;
    width: calc(100% - 60px);
    z-index: 2;
}
.highlights {
    margin: auto;
    max-height: 100%;
    overflow-y: auto;
}
.highlights li {
    background: transparent none 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    height: 140px;
    margin: 0 0 2px 2px;
    max-width: 100%;
    overflow: hidden;
    width: 140px;
}
.highlights a {
    display: inline-block;
    height: calc(100% + 50px);
    transform: translateY(calc(100% - 100px));
    transition: transform .2s;
    width: 100%;
}
.highlights li:hover a, .highlights a:focus {
    transform: translateY(-50px);
}
.highlights h3, .highlight-read-more {
    font-size: 1.0625em;
    line-height: 50px;
}
.highlight-extra {
    display: table;
    font-size: .875em;
    height: 100%;
    width: 100%;
}
.highlight-description {
    display: table-cell;
    padding: 0 10px 50px;
    vertical-align: middle;
}
.highlight-read-more {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.highlights img {
    width: 100%;
}

.prev, .next {
    background: rgba(0, 0, 0, .4) url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%23fff"><path d="M 10,50 L 60,100 L 70,90 L 30,50  L 70,10 L 60,0 Z" /></svg>') 50% no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M%2010%2C50%20L%2060%2C100%20L%2070%2C90%20L%2030%2C50%20%20L%2070%2C10%20L%2060%2C0%20Z%22%20%2F%3E%3C%2Fsvg%3E');
    background-size: 30px;
    color: #fff;
    height: 50px;
    margin-top: -25px;
    overflow: hidden;
    position: absolute;
    text-indent: -1000em;
    top: 50%;
    width: 50px;
    z-index: 1;
}
.prev:hover, .prev:focus, .next:hover, .next:focus {
    background-color: rgba(0, 0, 0, .6);
}
.next {
    right: 0;
    transform: rotate(180deg);
}
.prev {
    left: 0;
}

.mains {
    margin-left: 18em;
}
.js .mains {
    left: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .4s;
    z-index: 1;
}
#panel {
    background: #2b2b2b;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    left: 0;
    padding: .5em 1em;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 18em;
}
#panel > * {
    font-size: 1.0625em;
}
.panel-section {
    padding: 1em;
    width: 100%;
}
.panel-section .panel-section {
    bottom: 150px;
    left: 0;
    position: absolute;
    right; 0;
    top: 0;
}
.js #table-of-contents, .js #search, .js #bookmarks {
    bottom: 0;
    display: none;
    opacity: 0;
    position: absolute;
    top: calc(.5em + 36px);
    transition: opacity .4s;
    /*width: calc(100% - 2em);*/
    z-index: -1;
}
.panel_active .mains {
    transform: translate3d(18em, 0, 0);
}
.panel_active #panel .active {
    display: block;
    opacity: 1;
    z-index: 1;
}
#panel h3, #panel legend {
    font-size: 1.706em;
    font-weight: bold;
    margin-bottom: 1em;
}
#panel li {
    border-bottom: 1px solid #616161;
}
#panel :not(#panel-menu) li:first-child {
    border-top: 1px solid #616161;
}
#panel-menu li {
    border-bottom-width: 0;
    float: left;
}
#panel a {
    color: currentColor;
    display: block;
    padding: .5em 0;
    text-decoration: none;
}
#panel a:hover, #panel a:focus {
    text-decoration: underline;
}
#archive-show {
    background: transparent;
    border-width: 0;
    bottom: 70px;
    color: #616161;
    font-size: 1.235em;
    left: .8em;
    padding: 0;
    position: absolute;
    right: .8em;
    text-align: left;
    width: calc(100% - 1.619em);
    z-index: 2;
}
#archive-show::after {
    content: "‹";
    float: right;
    transform: rotate(270deg) scale(1.5);
    transform-origin: left 70%;
}
#archive-show:focus, #archive-show:hover {
    color: #fff;
}
#calltext-logo {
    border-top: 1px solid #616161;
    bottom: 0;
    left: 1em;
    position: absolute;
    right: 1em;
    text-align: center;
    z-index: 2;
}
#calltext-logo a {
    display: inline-block;
}
#wrapper-archive {
    /*max-height: 0;*/
    background: #2b2b2b;
    bottom: 0;
    overflow: hidden;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s;
    width: 100%;
}
#archive-hide, #back-to-content, .dialog button {
    background: transparent;
    border-radius: 50%;
    border-width: 0;
    color: #fff;
    font-size: 1.2em;
    height: 36px;
    right: calc(1em - 6px);
    position: absolute;
    top: calc(1em - 6px);
    width: 36px;
}
#back-to-content {
    z-index: 2;
}
#archive-hide:hover, #archive-hide:focus, #back-to-content:hover, #back-to-content:focus, .dialog button:hover, .dialog button:focus {
    background: #616161;
}
#archive {
    text-align: center;
}
/*.archive_active #wrapper-menu, */.archive_active #calltext-logo, .archive_active #archive-show {
    display: none;
}
.archive_active #wrapper-archive {
    /*max-height: 100%;*/
    /*overflow-y: scroll;*/
    /*top: 0;*/
    transform: translate3d(0, 0, 0);
}
#archive li {
    border-width: 0;
    margin-bottom: 1em;
}
.scrollable {
    max-height: 100%;
    overflow: auto;
}

.full-page {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

dialog {
    background: rgba(55, 55, 55, .9);
    border-width: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.dialog .video-full {
    display: flex;
    height: 100%;
    width: 100%;
}
.dialog .video-full iframe {
    height: 86%;
    margin: auto;
    width: 95%;
}
button[data-a11y-dialog-show] {
    background: transparent;
    border-width: 0;
    height: 100%;
    position: relative;
    text-indent: -1000em;
    width: 100%;
}
button[data-a11y-dialog-show]::before {
    background: transparent url('images/play.png') 0 0 no-repeat;
    border-radius: 50%;
    content: "";
    display: block;
    height: 70px;
    left: calc(50% - 35px);
    position: absolute;
    top: calc(50% - 35px);
    width: 70px;
}

#form-search {
    border-bottom: 1px solid #616161;
    padding-bottom: 2em;
}
.inner-submit-wrapper {
    position: relative;
}
.inner-submit-wrapper input {
    border: 0;
    padding: .5em;
}
input[name="query"] {
    width: 100%;
}
input[name="query"]:hover {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .3);
}
input[name="query"]:focus {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .3),
                0 0 0 1px #3489AF;
}
input[type="image"] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
input[type="image"]:hover {
    background: #ddd;
}

@media (max-width: 570px) {
    .youtube_video {
        display: none !important;
    }
    header h1 {
        font-size: .8em;
        margin-right: 0;
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
    }
    header ul, header li {
        float: none;
    }

    video.fullpage {
        display: none;
    }
    .article-summary {
        font-size: .9em;
    }
    .has-multiple-articles article:not(.active-article) {
        display: none;
    }
    #article-prev, #article-next {
        border-width: 0;
        z-index: 3;
    }
    .has-multiple-articles .active-article:first-of-type ~ #article-prev,
    .has-multiple-articles .active-article:last-of-type ~ #article-next {
        display: none;
    }
    .layout-00 {
        background-position: 50% 2em;
        background-size: 140% auto;
    }
    .layout-00.article-image-only {
        background-position: 50% 0;
        background-size: auto 100%;
    }
    .highlights-section {
        width: auto;
    }
    .highlights {
        margin-bottom: 1em;
        margin-top: 1em;
    }
}
@media (min-width: 570px) {
    .small-device, .small-device ~ button[data-a11y-dialog-show] {
        display: none !important;
    }
    #article-prev, #article-next {
        display: none;
    }
    header {
        padding: 0 1em;
    }
    #logo {
        height: 52px;
        width: 110px;
    }
    #tools-menu a:not(.icon-panel-menu) {
        display: block;
    }
    #tools-menu a.icon-panel-menu {
        display: none;
    }
    #panel {
        padding: 0;
    }
    .js #table-of-contents, .js #search, .js #bookmarks {
        top: 0;
    }
    main {
        top: 52px;
    }
    article {
        background-position: 50%;
        background-size: 100% auto;
        height: 100%;
        margin: 0;
        width: 50%;
    }
    .layout-11, .layout-12 {
        width: calc(50% - 21px);
    }
    .layout-22 {
        height: calc(100% - 28px);
        margin: 14px;
        width: calc(25% - 18px);
    }
    .layout-22:nth-child(-n+3) {
        margin-right: 7px;
    }
    .layout-22:nth-child(n+2) {
        margin-left: 7px;
    }
    .layout-00 .article-content {
        width: calc(50% - .9em);
    }
    .layout-12:nth-of-type(2) {
        width: calc(25% - 14px);
    }
    .layout-12:nth-of-type(3) {
        width: calc(25% - 21px);
    }
    .layout-11:nth-of-type(2), .layout-12:nth-of-type(2), .layout-12:nth-of-type(3) {
        margin-right: 7px;
    }
    article .article-content {
        /*background: rgba(255, 255, 255, .8);*/
        min-height: 158px;
        left: auto;
        width: 100%;
    }
    .article-content {
        bottom: .9em;
        left: .9em;
        right: .9em;
    }
    .article-popup {
        transform: translate3d(50%, -32px, 0);
    }
    .layout-00 .article-popup, .layout-00 .article-popup-effect,
    .layout-11:nth-of-type(2) .article-popup, .layout-11:nth-of-type(2) .article-popup-effect {
        transform: translate3d(-50%, -32px, 0);
    }
    .article-effect {
        box-shadow: 0 0 0 0vmax rgba(0,0,0,.2);
        overflow: hidden;
    }
    .article-popup-effect {
        box-shadow: 0 0 0 50vmax rgba(0,0,0,.8);
        transform: translate3d(50%, 0, 0);
    }
    .layout-11 .article-content, .layout-12 .article-content, .layout-22 .article-content {
        bottom: 0;
        left: 0;
        right: 0;
    }
    article.has_block_background .article-content {
        background-repeat: no-repeat;
        background-position: calc(100% - 4px) 50%;
    }
    article.has_block_background .article-summary {
        background-size: 150px;
        padding-right: 162px;
    }
    article.has_block_background .article-content:not(.article-summary) {
        background-size: 0;
    }
    article .article-content:not(.article-summary) {
        background-color: #fff;
        top: 25%;
    }
    #panel-menu {
        display: none;
    }
}

@media (min-width: 880px) {
    .highlights-section {
        max-width: 780px;
    }
    .highlights-section[data-highlights="6"] {
        max-width: 600px;
    }
    .highlights-section[data-highlights="4"] {
        max-width: 450px;
    }
    .highlights li {
        height: 180px;
        width: 180px;
    }
    .highlights h3 {
        font-size: 1.4em;
    }
}
@media (min-width: 1024px) {
    .highlights-section {
        max-width: 850px;
    }
    .highlights-section[data-highlights="6"] {
        max-width: 650px;
    }
    .highlights-section[data-highlights="4"] {
        max-width: 500px;
    }
    .highlights li {
        height: 200px;
        width: 200px;
    }
    .highlight-extra {
        font-size: 1.1em;
    }
}
@media (min-width: 1280px) {
    .highlights-section {
        max-width: 1180px;
    }
    .highlights-section[data-highlights="6"] {
        max-width: 770px;
    }
    .highlights-section[data-highlights="4"] {
        max-width: 560px;
    }
    .highlights {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .highlights li {
        display: initial;
        height: 250px;
        width: 250px;
    }
    .highlight-extra {
        font-size: 1.5em;
    }
}

@media print {
    .icon {
        text-indent: 0; /* fix for Firefox bug */
    }
    #tools-menu, .article-actions li:not(.li-read-more), #panel, #back-to-page {
        display: none;
    }
    header {
        display: block;
        padding: 0;
    }
    header h1 {
        margin: 0;
    }
    #logo {
        float: left;
    }
    .panel_active .mains {
        transform: translate3d(0, 0, 0);
    }
    article.has_block_background .article-summary {
        padding-right: 0;
    }
    .layout-00 .article-summary {
        width: auto;
    }
    .li-read-more {
        margin-top: 1em;
    }
    .read-more::after {
        content: ": " attr(href);
    }
    article .article-summary {
        padding: 0;
        position: static;
    }
    .article-content > div {
        height: auto;
        overflow-y: auto;
    }
}

#highlights-wrapper-page-1388 {
    background-size: 100% 100%;
    background-position: 50%;
}
@media (min-width: 570px) {
    #highlights-wrapper-page-1388 {
        background-size: 100% auto;
    }
}
