/* icon align */
.more:before,
.more:after,
.icon-external::after {
    top: -0.1em;
}

.icon-wrapper .icon,
.icon-wrapper .more:not(.icon-before)::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .icon-after::after {
    position: relative;
}

.tablist-wrapper .tabnav{
    height:3.53em;
}

@media only screen and (max-width:734px){
    .tablist-wrapper .tabnav{
        height:100%;
    }
}

@media only screen and (max-width:734px){
    .inline-media-container .play-pause-replay-button svg{
        position: relative;
        top: 0.3px;
    }

}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .inline-media-container .play-pause-replay-button svg{
        position: relative;
        top: 0.1px;
    }
}



/* footnote */
.footnote-supglyph.custom-footnote-supglyph{
    top:-2px;
}

/* replay-button */
.inline-media-container .play-pause-replay-button {
    padding: 9px 14px;
    align-items: center;
}
.inline-media-container .play-pause-replay-button .button-label {
    line-height: 1;
    padding-top: 0.04em;
}
.inline-media-container .play-pause-replay-button svg{
    overflow: visible;
}
@media only screen and (max-width:734px) {
    .inline-media-container .play-pause-replay-button {
        padding: 4px 11px 5px;
    }
    .inline-media-container .play-pause-replay-button .button-label {
        padding-top: 0.05em;
    }
}

/* no-warp */
.no-wrap{
    white-space: nowrap;
}

.section-routers .routers-cta {
    display: inline;
}

@media only screen and (min-width:1069px) {
    .hidden-large {
        display: none;
    }
}

@media only screen and (min-width:375px) and (max-width:375px) {
    section.section-touch .tablist-wrapper .tabnav-items {
        margin-top: -18px;
    }
    #touch-gallery .tablist-wrapper .tabnav-items .tabnav-item .tabnav-link {
        padding-bottom: 7px;
    }
    #touch-gallery-item-5-trigger {
        padding-top: 13px;
        width: 140px;
    }
}
