@charset "utf-8";
.container {
    position: relative;
}

.page-titles {
    padding: 0 0 50px 0;
    background: #333;
}

.page-kicker {
    margin: 35px 0 0 0;
    color: #e31212 !important;
    font-size: 30px !important;
}

.page-title {
    color: #fff;
    font-size: 50px !important;
    font-weight: 700;
}

.article-tools {
    display: flex;
    padding: 5px 10px 0px 10px;
    height: 30px;
    background: #2c2c31;
    z-index: 1;
}

.article-tools .ButtonsWrapper {
    display: none;
}

.article-tools #button-article-share {
    margin: -4px auto 0 5px;
    padding: 0;
    color: #777;
    background: none;
    border: 0;
}

.article-tools #button-article-share::before {
    content: "\f1e0";
    font-size: 18px;
    font-weight: 600;
    font-family: 'Font Awesome\ 5 Free';
}

.article-views {
    display: inline-block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    color: #777;
    cursor: default;
    margin: 0 5px;
}

.article-views::before {
    content: "\f06e";
    font-size: 20px;
    font-family: 'Font Awesome\ 5 Free';
    padding: 0 3px 0 0;
}

.author-container {
    border: 0;
    padding: 15px;
    color: #fff;
    background: #2c2c31;
    border-top: 1px solid #646361;
    border-bottom: 1px solid #646361;
}

.author-container span.article_date {
    color: #a5a5a5 !important;
}

#divArticleContent .asterisks {
    display: block;
    text-align: center;
    padding: 30px;
}

#divArticleContent .asterisks::before {
    content: "\f069\00a0\00a0\00a0\f069\00a0\00a0\00a0\f069";
    font-size: 30px;
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    color: #a00;
}

.WideBoxContent ul li {
    font-size: 1em;
}

#divArticleContent .WideBoxContent ul li strong {
    font-size: 1em !important;
}

.WideBoxContent ol {
    font-family: 'Heebo', sans-serif !important;
    line-height: 130%;
}

.WideBoxContent ol li {
    font-size: 1.1rem;
}

.WideBoxContent ol li::marker {
    font-size: 1rem;
    color: #bf1139;
}

#divArticleContent .WideBoxContent ol li strong {
    font-family: 'Heebo', sans-serif !important;
    font-size: 1.1rem !important;
}

.supporter-call {
    padding: 20px;
    background: linear-gradient(to bottom, #ed213a, #93291e);
    box-shadow: 0px 5px 5px #bbb;
    text-align: right;
}

.supporter-call p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Heebo', sans-serif !important;
    color: #fff;
}

.supporter-call button {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: linear-gradient(45deg, rgb(141 12 93), rgb(178 36 75));
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Heebo';
    color: #fff;
    cursor: pointer;
}

.supporter-call .hands-helping {
    display: block;
    text-align: center;
}

.supporter-call .hands-helping::before {
    content: "\f4be";
    font-size: 35px;
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    color: #efefef;
    text-shadow: 1px 1px 5px #680432;
}

picture.ArticleImg {
    margin: 0;
}

picture.ArticleImg img {
    display: block;
    width: 100vw !important;
    height: 100vw !important;
}

.img-label {
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    background: #000;
    color: #efefef;
    font-size: 14px;
    line-height: 130%;
    font-family: 'Heebo', sans-serif !important;
}

iframe:not(.instagram-media) {
    display: block;
    margin: 0 auto;
    border: 0;
    width: 90vw;
    height: 50vw;
}

iframe.Vertical {
    height: 375px;
    width: 95vw;
}

iframe.vertical {
    height: 650px !important;
}

iframe.instagram-media {
    margin: 0 auto !important;
}

@media only screen and (min-width: 1000px) {
    .supporter-call .hands-helping {
        padding: 0 0 7px 0;
    }
    .page-titles {
        padding: 10px 0;
        background: none;
    }
    .page-kicker {
        margin: 0;
        color: #a00 !important;
        font-size: 25px !important;
    }
    .page-title {
        color: #000;
        font-size: 80px !important;
    }
    .article-tools #button-article-share {
        display: none;
    }
    .article-views {
        float: left;
        padding: 5px 0;
        color: #bbbbbb;
    }
    .author-container {
        margin: 10px 0;
        padding: 5px;
        color: #000;
        background: none;
        border-top: 2px solid #ebebeb;
        border-bottom: 2px solid #ebebeb;
    }
    picture.ArticleImg img {
        width: 324px !important;
        height: 324px !important;
    }
    iframe:not(.instagram-media) {
        width: 600px;
        height: 340px;
    }
    iframe.Vertical {
        height: 750px;
    }
    iframe.vertical {
        height: 800px !important;
    }
}