body {
}

.entry {
    font-family: "IBM Plex Serif",Arial,Helvetica,sans-serif;
    font-size: 19px;
    line-height: 1.618;
    color: #222;
    font-weight: 400;
    background: inherit;
    margin: 0 auto;
    padding: initial;
    margin-bottom: 20px;
}

    .entry address, .entry blockquote, .entry dl, .entry figure, .entry ol, .entry p, .entry pre, .entry table, .entry ul {
        margin: 0 0 1em;
    }

    .entry table, .entry img {
        width: 100%
    }

    .entry p, .entry h2, .entry h3, .entry blockquote {
        margin: 0 auto 1em !important;
    }

    .entry .carousel, .entry .image-compare, .entry .image-resposive {
        margin-bottom: 20px;
    }

.embed-responsive {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-bottom: 56.25% !important;
    padding-top: 25px !important;
    height: 0 !important;
}

    .embed-responsive iframe {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

figure.float-left {
    float: left;
    max-width: 55.740%;
    margin: 0 15px 15px 0 !important;
}

figure.float-right {
    float: right;
    max-width: 55.740%;
    margin: 0 0 15px 15px !important;
}

blockquote {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.38;
    padding: 20px;
    background: #f7f7f7;
    margin: 10px 0;
    text-align: left;
    position: relative;
}

    blockquote:before {
        display: block;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: 10px;
        top: 0px;
        color: #7a7a7a;
    }

    blockquote p {
        margin: 0 0 18px;
        padding-left: 50px;
    }

    blockquote cite {
        font-style: normal;
        font-size: 14px;
        color: #ff0000;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        padding-top: 5px;
        display: inline-block;
    }

        blockquote cite:before {
            content: '';
            display: block;
            width: 70px;
            height: 3px;
            background-color: #e9e1d7;
        }

    blockquote.onecms-notebox {
        background: #eee;
        border-radius: 5px;
        color: #333;
        width: 100%;
        padding: 30px;
        font-size: 18px;
        line-height: 1.67;
        width: 100%;
        margin: 18px 0;
        position: relative;
        font-style: normal;
        font-weight: normal;
    }

        blockquote.onecms-notebox p:first-child {
            margin-top: 0 !important;
        }

        blockquote.onecms-notebox p {
            margin: 12px 0 !important;
            padding: 0 !important;
        }

        blockquote.onecms-notebox:before {
            display: none;
        }

        blockquote.onecms-notebox:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 30px 0 0;
            border-top-left-radius: 5px;
            border-color: #d8d8d8 #fff transparent transparent;
        }

    blockquote.float-left {
        float: left;
        max-width: 360px;
        margin: 0 15px 15px 0 !important;
    }

    blockquote.float-right {
        float: right;
        max-width: 360px;
        margin: 0 0 15px 15px !important;
    }

.arx-gallery {
    margin-bottom: 20px;
}

.grid-stack-item-content {
    overflow: hidden !important;
}

    .grid-stack-item-content img {
        width: 100%;
        height: 100%
    }

.wiki-author {
    clear: both;
    color: #333;
    padding: 15px 0;
    margin-bottom: 15px !important;
    background: none !important;
    border-top: 1px solid #aaa;
}

    .wiki-author img {
        float: right !important;
        width: 100px !important;
        height: 100px !important;
        border-radius: 5px;
    }

    .wiki-author h3 {
        font-size: 30px !important;
        color: #000;
        float: none !important;
        margin-bottom: 10px !important;
        max-width: 100% !important;
    }

        .wiki-author h3 + p {
            margin-top: 10px !important;
            margin-bottom: 5px !important;
            clear: none !important;
        }

            .wiki-author h3 + p em {
                color: #444;
            }

        .wiki-author h3 a {
            color: #0578a5 !important;
            text-decoration: none;
        }

    .wiki-author p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 !important;
        max-width: 100% !important;
    }

.image-responsive figure {
    display: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #f4d03f;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #e43a45;
}

blockquote.onecms-notebox:after {
    border-color: #d8d8d8 #f8f5e9 transparent transparent
}

blockquote p {
    padding-left: 50px !important;
}

.entry p, .entry td, .entry th, .entry h3 {
    padding: 0 0;
}

a {
    color: #000;
}

    a:hover {
        color: #ee7224;
    }

.c-author-page__copy {
    padding: inherit;
}

.c-box td, th {
    border: inherit
}

.c-box input {
    padding: 18px
}

.c-box #btnStocksSearch {
    padding: 4px;
    height: 32px;
}

figure figcaption {
    font-size: 15px
}

.c-news-new h4 {
    font-weight: inherit
}

.toast {
    font-size: inherit;
    border-radius: 1.25rem;
}

.close {
    font-size: 23px;
    height: 23px;
}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
    .entry {
        width: initial;
    }

    .image-responsive figure:nth-child(1) {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    /* phones */
    .entry {
        min-height: 1000px;
        width: 100%;
    }

        .entry p, .entry h2, .entry h3 {
            max-width: 100%;
            margin: 0 auto;
            padding: 0;
        }

        .entry .outset-left {
            float: none !important;
            width: auto !important;
            height: auto !important;
            margin: 0 !important;
        }

        .entry .outset-right {
            float: none;
            width: auto !important;
            height: auto !important;
            margin: 0 !important;
        }

    .image-responsive figure:nth-child(2) {
        display: block;
    }
}
