/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{border-radius: 5px; position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:visible;padding:28px 30px 5px;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;cursor:auto;white-space:normal;background-color: #fff;}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:59px;right:6px;line-height:53px;width:53px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:#a9e67d;color:transparent;border:0;padding:0;transform: translate(0, -100%); border-radius: 50%;font-size: 38px;}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:30px 10px 0;border-bottom:10px solid transparent; margin: 0 20px;}}@media print{html.with-featherlight>*>:not(.featherlight){display:none};}

.article-result.featherlight-inner {
    overflow: auto;
    max-height: calc(100dvh - 30.7692307692vw);
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 550px;
}
@media (max-width: 768px) {
    .article-result.featherlight-inner {
        min-height: auto;
    }
}

.featherlight .featherlight-close-icon {
    top: 30px;
    right: -20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0idXVpZC0yODAzN2ExNS0xMDNjLTQwODUtOTM5ZC03NGRjNTZlMzNhYzgiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIxIDIxIj4KICA8ZyBpZD0idXVpZC01MWNjZTFmNC1kZTA4LTQ4YzktOTZmNC1lZjdiNjliYWQzOTAiIGRhdGEtbmFtZT0i44OH44K244Kk44OzIj4KICAgIDxnPgogICAgICA8bGluZSB4MT0iMSIgeTE9IjEiIHgyPSIyMCIgeTI9IjIwIiBmaWxsPSJub25lIiBzdHJva2U9IiMxNTNkNmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgICAgPGxpbmUgeDE9IjEiIHkxPSIyMCIgeDI9IjIwIiB5Mj0iMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTUzZDZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=);
    background-position: center center;
}

@media (max-width: 768px) {
    .featherlight .featherlight-close-icon {
        width: 45px;
        height: 45px;
        top: 22px;
        right: -13px;
    }
}
